@font-face {
    font-family: "gotham_bold";
    src: url("../fonts/Gotham-Bold.otf") format("truetype");
}

@font-face {
    font-family: "gotham_book";
    src: url("../fonts/GOTHAM-BOOK.OTF") format("truetype");
}

@font-face {
    font-family: "gotham_med";
    src: url("../fonts/GOTHAM-MEDIUM.OTF") format("truetype");
}


.receipt-upload-area {
    min-height: 500px;
    padding: 0;
    margin: 0 auto;
    max-width: 850px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    .receipt-upload-area {
        min-height: 200px;
        width: 100%;
    }
}

@media screen and (min-width: 270px) and (max-width: 471px) {
    .receipt-upload-area {
        min-height: 200px;
        width: 100%;
    }
}

.action-trigger .btn-main {
    margin: 5px 10px 55px;
}

.quform-submit-inner {
    margin-top: 25px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .quform-submit-inner {
        text-align: left;
    }
}

.slotholder {
    transform: translate3d(0px, -1px, 0px) !important;
}

.space-small-t-footer {
    padding-top: 100px;
    position: relative;
    height: 100vh;
}

.space-small-t-footer + .main-footer {
    bottom: 0px;
    position: fixed;
    width: 100%;
}

.outer {
    display: block;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    margin-top: 15vh;
}

@media screen and (min-width: 300px) and (max-width: 992px) {
    .outer {
        margin-top: 1vh;
    }
}

@media screen and (min-width: 300px) and (max-width: 992px) {
    .outer {
        margin-top: 1vh;
    }

    .space-small-t-footer {
        height: 65vh;
    }

    .space-small-t-footer + .main-footer {
        position: relative;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .outer {
        margin-top: 7vh;
    }
}

.outer h2 {
    line-height: 1.4;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

#terms {
    float: left;
    width: 18px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}

.txtMsg {
    color: red;
}

.validate-btn {
    float: left;
}

.parent-email-span {
    text-transform: capitalize;
    font-size: 13.5px;
}

.cars-heading {
    color: #4ca4ea !important;
}

h4 {
    color: black;
    font-size: 23px;
    font-family: "FranklinGothic_Bold";
}

.carna-menu > li > button {
    padding: 0 14px;
    display: inline-block;
    height: 82px;
    line-height: 82px;
    text-decoration: none;
    font-size: 10px !important;
    font-weight: bold;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    font-family: "Myriadpro_bold";
}

.carna-menu-mobile li button {
    width: 100%;
    padding: 12px 5px 12px 0;
    display: block;
    border-bottom: solid 1px #2f2f36;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    text-align: left;
    font-family: "Myriadpro_bold";
}

@media only screen and (min-width: 993px) {
    .header-fill .carna-menu > li > a {
        color: black;
    }

    .lap-img {
        margin-top: 60px;
    }
}

@media (max-width: 992px) {
    .nav-wrap .logo-white {
        position: relative;
        padding: 2px 0px;
    }

    .forcefullwidth_wrapper_tp_banner {
        margin-top: 0px !important;
    }

    .space-small-t {
        padding-top: 50px;
    }

    .nav-wrap.is-fixed {
        position: fixed;
    }
}

.pr {
    padding-right: 20px;
}

.pl {
    padding-left: 20px;
}

.mt {
    margin-top: 30px !important;
}

.mb {
    margin-bottom: 30px !important;
}

.mr {
    margin-right: 30px;
}

.ml {
    margin-left: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.justify p {
    text-align: justify;
}

.fa-big {
    font-size: 1em !important;
}

@media (min-width: 993px) {
    .nav-wrap {
        background-color: #00b2e3;
        height: 80px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .nav-wrap.is-fill {
        box-shadow: none;
    }

    .nav-wrap.is-fill {
        background-color: #00b2e3;
    }
}

@media (max-width: 992px) {
    .nav-wrap {
        background-color: #00b2e3;
    }

    .main-footer a,
    h6 {
        line-height: 14px;
        font-size: 13px;
        font-weight: normal;
    }

    .mt {
        margin-top: 26px !important;
    }

    .mt-60 {
        margin-top: 53px !important;
    }

    .mt-68 {
        margin-top: 55px !important;
    }
}

.section-header {
    color: black !important;
    font-family: "FranklinGothic_Bold" !important;
}

.home-header-grey {
    color: rgb(80, 93, 104) !important;
    font-family: "AvenirNext_bold" !important;
    font-size: 40px !important;
    line-height: 50px;
}

.underline {
    background-color: #e80c86;
}

body {
    color: black;
    background: #00577d;
}

h1 {
    color: rgb(143, 145, 147);
    font-size: 33.5px;
    font-weight: bold;
}

.pages,
.bg-pattern {
    background-image: none;
    background-color: white !important;
}

.pages_lof,
.bg-pattern {
    background-image: none;
    background-color: white !important;
}

.item-description {
    padding: 96px 0;
    text-align: center;
    background-color: rgb(238, 237, 236) !important;
}

.faqspace-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.topspace {
    padding-top: 19px;
}

.bottomspace {
    position: relative;
    bottom: -17px;
}

.participateimg {
    position: absolute;
}

.main-footer {
    background-color: #00577d;
    padding: 0px;
    font-size: 14px;
    line-height: 15px;
    font-family: "gotham_bold";
}

.footericon {
    top: -5px;
    padding-bottom: 20px;
}

.space-t {
    padding-top: 25px;
}

.quform-element label {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
    font-family: "gotham_bold";
}

.quform-select {
    height: 20px !important;
}

.quform-element select {
    font-size: 16px;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 4px solid #00577d;
    background-color: transparent;
    font-family: "gotham_bold";
    color: #00577d;
}

.confirmtext {
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

.quform-element label .quform-required {
    font-size: 120% !important;
    color: red !important;
    line-height: 12px;
    vertical-align: bottom;
}

.main-footer p {
    font-weight: bold;
    /*color: black !important;*/
}

.main-footer a,
h6 {
    padding: 0px 4px;
    color: #00b2e3;
    line-height: 17px;
    font-family: "gotham_bold";
    font-size: 1em;
    text-transform: uppercase;
}

a:active {
    color: #d31e46;
}

a:hover {
    text-decoration: underline;
}

.link:active {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.link:hover {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.carna-menu > li > a,
.smaller .carna-menu > li > a,
.is-fill .carna-menu > li > a {
    color: white;
    font-family: "gotham_bold";
}

.carna-menu > li > a.active {
    color: red;
}

.carna-menu > li > a.hover {
    color: red;
}

.header-fill .carna-menu > li > a.active {
    color: red;
}

.smaller .carna-menu > li > a.active,
.is-fill .carna-menu > li > a.active {
    color: #00577d;
}

.header-fill .carna-menu > li > a:hover {
    color: red;
}

.smaller .carna-menu > li > a:hover,
.is-fill .carna-menu > li > a:hover {
    color: #00577d;
}

.carna-menu > li > a {
    font-size: 14px;
    height: 80px;
    letter-spacing: 0;
    line-height: 80px;
}

@media screen and (max-width: 1200px) {
    .off-canvas .carna-menu {
        float: right !important;
        position: relative;
    }

    .carna-menu > li > a {
        padding: 0 15px 0 0 !important;
    }
}

.btn-main {
    background-color: #00b2e3;
    border-color: #00b2e3;
    color: white;
    max-width: 500px !important;
    font-family: "gotham_bold";
    letter-spacing: 0;
}

.btn-main-create {
    max-width: 500px !important;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    cursor: pointer;
    background-color: #00577d;
    border-color: #00577d;
    color: white;
}

.btn-main-small-red {
    background-color: #E00000;
    border-color: #E00000;
    color: white;
    max-width: 120px !important;
}

.back-to-top {
    background-color: #2fb2e3;
    border-radius: 1px;
}

.back-to-top:hover {
    background-color: #00577d !important;
    color: white !important;
}

body {
    font-size: 18px !important;
}

.animsition-overlay {
    background-color: white;
}

.cbp .faqimg,
.cbp-popup-singlePage .faqimg {
    width: 50%;
}

.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 82px;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #d31e46;
}

.cbp-news .cbp-item h3 {
    text-transform: capitalize;
    font-size: 15px;
    padding: 20px;
    line-height: 1.3em;
}

.img-full {
    text-align: center;
}

img {
    vertical-align: middle;
}

.error {
    display: none;
}

.help-block {
    float: left !important;
    font-size: 14px;
    color: red;
    display: block !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .space-small-t-h {
        padding-top: 0px;
    }

    .space-small-b {
        padding-top: 0px;
    }

    .footericon {
        width: 65%;
    }
}

@media (min-width: 416px) and (max-width: 992px) {
    .participateimg {
        width: 70%;
    }
}

.quform-element {
    margin-bottom: 3em;
}

.register .quform-element {
    margin-bottom: 1.5em;
}

body {
    min-height: 100%;
    font: normal 16px/24px "gotham_book";
    color: #444444;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 0px;
    font-weight: 10%;
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.space-account {
    margin-bottom: 10px !important;
}

.light-back {
    background-color: #d31e46;
    border-color: #d31e46;
}

.dark-back {
    background-color: #795154;
    border-color: #795154;
}

article h4 {
    color: white;
}

.space-small {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

html,
body {
    height: 100%;
    margin: 0;
}

#wrap {
    /* padding: 10px; */
    min-height: -webkit-calc(100% - 100px);
    /* Chrome */
    min-height: -moz-calc(100% - 100px);
    /* Firefox */
    min-height: calc(100% - 100px);
    /* native */
    background-color: rgb(238, 237, 236) !important;
}

@media (max-width: 992px) {
    .space-y-t {
        padding-top: 30px;
    }

    .main-footer {
        padding: 10px;
    }
}

.cbp-popup-singlePage ul li {
    list-style-type: disc;
}

.news-item .news-item__content h3 {
    font-size: 22px;
}

.bg-pattern img {
    width: 50%;
}

#essay {
    width: 100%;
    height: 100%;
    margin-top: 7px;
    border: 1px solid black;
    border-radius: 2px;
}

#prize-img {
    background-color: #d31e46;
}

ul.a {
    list-style-type: circle;
}

@media only screen and (max-width: 500px) {
    .section-header {
        font-size: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .home-header-grey {
        color: rgb(80, 93, 104) !important;
        font-family: "AvenirNext_bold" !important;
        font-size: 40px !important;
        line-height: 35px;
    }
}

.agree-text {
    text-transform: none !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

#htp-img {
    float: right;
}

@media (max-width: 992px) {
    #htp-img {
        float: right;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 993px) {
    #participate-img {
        width: 110%;
    }
}

#participate {
    margin-top: 0px;
}

#outer {
    width: 100%;
    text-align: center;
}

.inner {
    padding: 10px;
}

#shopnow-icon {

    margin-top: 0px;
}

.small-heading {
    color: rgb(1, 106, 166) !important;
    font-family: "AvenirNext_light" !important;
    font-weight: bolder;
    font-size: 30px;
    margin-top: -10px;
}

.grey-rectangle {
    background-color: rgb(227, 227, 227);
    max-width: 350px;
    padding: 10px;
    margin: auto !important;
    align-items: center !important;
}

.red-rectangle {
    background-color: rgb(194, 16, 25) !important;
    max-width: 300px;
    height: 20px !important;
    padding: 10px;
    margin: auto !important;
    align-items: center !important;
}

.white-rectangle {
    background-color: white;
    max-width: 800px;
    max-height: 80px;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

.grey-rectangle-video {
    background-color: rgb(227, 227, 227);
    max-width: 600px;
    max-height: 100px;
    padding: 10px 25px 10px;
    margin: 0 auto;
    display: block;
    line-height: 20px;
}

.register-text {
    font-size: 16px;
    text-align: center !important;
    font-family: "Myriadpro_regular";
}

.required-text {
    color: rgb(80, 93, 104) !important;
    font-family: "Myriadpro_regular";
    margin-top: -10px;
}

.required-fields {
    color: rgb(80, 93, 104) !important;
    font-family: "Myriadpro_regular";
    margin-top: -10px;
    font-size: 16px;
}

.container-grey {
    max-width: 900px;
    text-align: center !important;
    margin: 0 auto;
    background-color: rgb(227, 227, 227);
    border-top: 12px;
    border-top-color: rgb(0, 114, 177) !important;
    border-top-style: solid;
}

.blue-text {
    color: rgb(1, 106, 166) !important;
    font-family: "AvenirNext_bold" !important;
    font-size: 24px;
}

.text {
    font-family: "Myriadpro_regular";
    font-size: 18px;
}

.buy {
    text-align: center !important;
    margin-top: 30px;
}

.container-login {
    max-width: 600px;
    margin: 0 auto;
    background-color: rgb(227, 227, 227);
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.hr {
    display: block;
    margin: auto;
    overflow: hidden;
    border-style: solid;
    border-width: 1.5px;
    max-width: 460px;
    color: rgb(191, 191, 191);
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.part-pdt {
    margin: 20px 20px 20px 20px;
}

.container-index {
    max-width: 1200px;
    text-align: center !important;
    margin: 0 auto;
}

.container-partpdt {
    max-width: 1300px;
    text-align: center !important;
    margin: 0 auto;
}

.blue-bg {
    background-color: rgb(1, 106, 166);
    height: 130px;
    max-width: 1100px;
    text-align: center !important;
    margin: 0 auto;
}

.upload-container {
    max-width: 600px;
    text-align: center !important;
    margin: 0 auto;
}

.mobile-wrap {
    background-color: #00b2e3;
}

.shop-logo {
    margin-left: 30px;
}

.avenir-family {
    font-family: "AvenirNext_bold" !important;
}

.avenir-family-light {
    font-family: "AvenirNext_light" !important;
    font-size: 16px !important;
}

.avantGarde-family {
    font-family: "AvantGarDem" !important;
}

.footer-copy {
    font-size: 11px;
    font-family: "ArialMT" !important;
    text-align: right;
    margin: -10px 50px 0 0;
    padding-bottom: 20px;
    color: black !important;
}

.download-text-blue {
    font-family: "AvenirNext_bold" !important;
    font-size: 15px;
    color: rgb(1, 106, 166);
}

.download-text {
    font-family: "AvenirNext_light" !important;
    font-size: 15px;
}


/* SPAN */

.required::-webkit-input-placeholder:after {
    content: '*' !important;
    color: red !important;
}

.required:-moz-placeholder:after {
    /* Firefox 18- */
    content: '*';
    color: red;
}

.required::-moz-placeholder:after {
    /* Firefox 19+ */
    content: '*';
    color: red;
}

.required:-ms-input-placeholder:after {
    content: '*';
    color: red;
}

.placeholder span {
    color: red;
}

.input-placeholder {
    position: relative;
}

.input-placeholder input {
    padding: 10px;
    font-size: 13px;
    font-family: "AvenirNext_light";
}

.placeholder {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    height: 18px;
    font-size: 13px;
    left: 5px;
    margin: auto;
    color: #999;
    font-family: "AvenirNext_light";
}

.placeholder span {
    color: red;
}

.input-placeholder input:focus + .placeholder,
.input-placeholder input:valid + .placeholder {
    display: none;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .white-rectangle {
        background-color: white;
        max-width: 250px;
        max-height: 480px;
        padding: 10px;
        margin: auto !important;
    }

    .grey-rectangle-video {
        background-color: rgb(227, 227, 227);
        max-width: 250px;
        max-height: 500px;
        padding: 10px 30px 10px;
        margin: auto !important;
        line-height: 20px;
    }

    .blue-bg {
        background-color: rgb(1, 106, 166);
        height: 165px;
    }

    .terms-text {
        margin-left: 70px;
        margin-right: 50px;
    }
}

@media screen and (min-width: 500px) and (max-width: 992px) {
    .white-rectangle {
        background-color: white;
        max-width: 400px;
        max-height: 480px;
        padding: 10px;
        margin: auto !important;
    }

    .grey-rectangle-video {
        background-color: rgb(227, 227, 227);
        max-width: 400px;
        max-height: 480px;
        padding: 10px 30px 10px;
        margin: auto !important;
        line-height: 20px;
    }

    .terms-text {
        margin-left: 50px;
        margin-right: 50px;
    }

    .blue-bg {
        background-color: rgb(1, 106, 166);
        height: 148px;
    }
}

@media screen and (min-width: 993px) {
    .terms-text {
        margin-left: 249px;
    }
}

.htp-heading-red {
    color: rgb(194, 16, 25);
    font-size: 21px;
}

.htp-heading-blue {
    color: rgb(1, 106, 166);
    font-size: 21px;
}

.white-rectangle-small {
    background-color: white;
    max-width: 300px;
    max-height: 80px;
    padding: 10px;
    margin: auto !important;
    border-color: rgb(227, 227, 227) !important;
    border: 1px solid;
}

.upload-content-line1 {
    color: rgb(80, 93, 104) !important;
    font-size: 30px;
    font-family: "AvenirNext_bold" !important;
}

.upload-content-line2 {
    color: rgb(80, 93, 104) !important;
    font-size: 30px !important;
    font-family: "AvenirNext_light" !important;
}

.upload-content-line3 {
    color: rgb(80, 93, 104) !important;
    font-size: 22px !important;
    font-family: "AvenirNext_light" !important;
}

.upload-welcome-text {
    color: rgb(194, 16, 25);
    font-size: 50px !important;
    font-family: "AvenirNext_bold" !important;
}

.dashboard-text {
    color: rgb(80, 93, 104) !important;
    font-size: 22px !important;
    font-family: "AvenirNext_bold" !important;
}

.dashboard-text-amount {
    color: rgb(194, 16, 25) !important;
    font-size: 30px !important;
    font-family: "AvenirNext_bold" !important;
}

.dashboard-small-text {
    color: rgb(80, 93, 104) !important;
    font-size: 12px !important;
    font-family: "AvenirNext_light" !important;
}

.recent-activity-text {
    color: rgb(80, 93, 104) !important;
    font-size: 22px !important;
    font-family: "AvenirNext_bold" !important;
}

.video-activity-text {
    color: rgb(194, 16, 25) !important;
    font-size: 19px !important;
    font-family: "AvenirNext_light" !important;
}

.upload-grey-container {
    max-width: 1100px;
    text-align: center !important;
    margin: 0 auto;
    background-color: rgb(245, 245, 245) !important;
}

.upload-follow-text {
    font-family: "AvenirNext_light";
    font-size: 22px;
    color: black !important;
    font-weight: 900 !important;
}

.drag-drop-text {
    font-family: "AvenirNext_light";
    font-size: 14px;
    color: #898989;
}

.upload-info-text {
    font-family: "AvenirNext_light" !important;
    font-size: 13px;
    color: rgb(80, 93, 104) !important;
}

.upload-heading-text {
    font-family: "AvenirNext_bold" !important;
    font-size: 24px;
    color: rgb(80, 93, 104) !important;
}

.faq-question-text {
    color: rgb(1, 106, 166) !important;
    font-size: 21px;
}

.faq-ans-text {
    color: rgb(80, 93, 104) !important;
    font-size: 21px;
}

.nice-select {
    border-radius: 0px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-68 {
    margin-top: 68px;
}

.mt-80 {
    margin-top: 80px;
}

/* Product setting */

.proCol {
    display: inline-block;
}

.col-pro-2 {
    /* width: 16%; */
    width: 12%;
    /* border: 1px solid black; */
    border: 1px solid white;
    display: inline-block;
    margin: 15px 10px;
    margin: 0 auto;
    margin-top: 15px;
    /* margin-right: 30px; */
    overflow: hidden;
    vertical-align: middle;
    padding: 10px 20px;
}

.col-pro-2-large {
    /* width: 16%; */
    width: 15%;
    /* border: 1px solid black; */
    border: 1px solid white;
    display: inline-block;
    margin: 18px 10px;
    margin: 0 auto;
    margin-top: 15px;
    /* margin-right: 30px; */
    overflow: hidden;
    vertical-align: middle;
    padding: 0px 0px;
}

.col-pro-2-s {
    width: 28%;
    /* border: 1px solid black; */
    border: 1px solid white;
    display: inline-block;
    margin: 15px 10px;
    margin: 0 auto;
    margin-top: 15px;
    /* margin-right: 30px; */
    overflow: hidden;
    vertical-align: middle;
    padding: 10px 20px;
}

@media screen and (max-width: 762px) {
    #pdts-large-device {
        display: none !important;
    }
}

@media screen and (min-width: 763px) {
    #pdts-mobile-device {
        display: none !important;
    }
}

.highlight {
    color: rgb(19, 73, 139) !important;
    font-weight: 700;
}

@media only screen and (max-width: 500px) {
    #large-device {
        display: none;
    }
}

@media only screen and (min-width: 501px) {
    #mobile-device {
        display: none;
    }
}

.title-style {
    color: black !important;
    font-size: 30px !important;
    font-family: "FranklinGothic_Bold" !important;
}

.email-text-blue {
    margin-left: 12px;
    font-size: 13px;
    color: rgb(1, 106, 166) !important;
}

.index-login-text {
    font-family: "AvenirNext_bold" !important;
    font-size: 22px !important;
}

.index-login-title {
    font-size: 26px !important;
    margin-left: 80px !important;
    color: rgb(80, 93, 104) !important;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    #shop-button-large-en {
        display: none !important;
    }

    #shop-button-large-fr {
        display: none !important;
    }

    #adchoices-button-large {
        display: none !important;
    }
}

@media screen and (min-width: 1301px) {
    #shop-button-large-fr {
        display: inline-block !important;
        margin-right: -178px !important;
        position: relative;

    }

    #shop-button-large-en {
        display: inline-block !important;
        margin-right: -110px !important;
        position: relative;
    }

    #shop-button-small {
        display: none;
    }

    #adchoices-button-large {
        display: inline-block !important;
        position: relative;
    }
}


.htp1-small {
    font-size: 13px;
    line-height: 15px;
    margin-top: -10px;
}

#htp-star {
    float: left;
    margin-right: 5px;
    margin-bottom: 50px;
}

#htp-small-d {
    text-indent: 50px;
    margin-left: 0px;
    display: inline;
}

.required-text {
    margin-left: 12px !important;
    font-size: 13px !important;
    color: rgb(47 178 227);
    font-family: "gotham_book";
}

.callus-text {
    margin-left: 12px !important;
    font-size: 13px !important;
    color: rgb(1, 106, 166) !important;
}

.register-terms {
    color: rgb(1, 106, 166);
    font-size: 14px;
}

.third-row-images {
    margin-left: -150px !important;
    margin-right: -200px;
}

.fourth-row-images {
    margin-left: -150px !important;
    margin-right: -150px;
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
    .third-row-images {
        margin-left: -80px !important;
        margin-right: -80px;
    }

    .fourth-row-images {
        margin-left: -80px !important;
        margin-right: -80px;
    }
}

.earn-icon {
    margin-top: -25px;
}

.part-pdt-text {
    color: rgb(1, 106, 166) !important;
}

@media screen and (min-width: 1201px) and (max-width: 1249px) {
    .off-canvas .carna-menu {
        float: right !important;
        position: relative;
    }

    .carna-menu > li > a {
        padding: 0 15px 0 0 !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1043px) {
    #shop-button-small {
        display: inline-block;
        margin-right: -50px !important;
        position: relative;
    }
}

@media screen and (min-width: 270px) and (max-width: 471px) {
    .white-rectangle-small {
        width: 80% !important;
    }
}

video {
    width: 100%;
    height: auto;
}

.footer-link-text {
    font-size: 13px !important;
    line-height: 16px;
    color: black !important;
}

.costco-text {
    font-weight: bold;
}

.upload-steps-text {
    font-size: 16px;
    text-align: left;

}

.tt-uc {
    text-transform: uppercase !important;
}

.tt-lc {
    text-transform: lowercase !important;
}

.offscreen {
    clip-path: inset(100%);
    clip: rect(1px 1px 1px 1px); /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; /* added line */
    width: 1px;
}

.blue-bg-index {
    background-color: rgb(1, 106, 166);
    height: 130px;
    max-width: 650px;
    text-align: center !important;
    margin: 0 auto;
}

#htp-v1 {
    margin-top: 40px;
}


#reg-home {
    margin-top: 100px;
}

#login-home, .fgt-pass {

    margin-top: 100px;
}

.new-slide {
    max-width: 850px;
    padding: 40px 0;
    border: 0px solid black;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.fgt-pwd {
    font-size: 15px !important;
}

@media screen and (max-width: 594px) {
    .modal-content .modal-body label {
        font-size: 10px !important;
    }

    .modal-body {
        max-width: 270px !important;
    }
}

.modal-body {
    color: rgb(87, 28, 0);
}

.modal-body h3 {
    font-size: 15px;
}

.modal-body h3,
.modal-body h5 {
    color: rgb(87, 28, 0);
}

.modal-small {
    font-size: 15px;
}

.legal-modal-buttons {
    justify-content: space-around;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 30px !important;
}


.modal-text {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

.modal-title {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    /* vertical-align: middle; */
}

input::-webkit-calendar-picker-indicator {
    opacity: 100;
}

input:focus {
    background: #fff;
}

a:focus {
    outline: black;
}

.align-middle{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-captcha{
    font-size: 14px;
    color: red;
    display: block !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.copy-tag p {
    color: white;
    margin-top: 20px;
}


.caperror
{
color: red !important;
margin-top : 10px !important;
}

.required-texts{
    font-size: 13px;
    display: block;
    margin-bottom: .5em;
    text-align: left;
    text-transform: uppercase;
    color: grey;

}
span.quform-required {
    color: red;
    font-size: 15px;
}
.pf-link{
    padding: 15px 15px 0px 15px ;

 }
.pf-link a{
    text-transform: uppercase;
    font-size: 13px;
}

@media screen and (max-width: 340px){
    table{
        margin-left: -15%;
    }
}
@media screen and (max-width: 400px){
    th{
        font-size: 10px;
    }
}
