html, body {
  background-color: #000 !important;
  background-image: none !important;
}
.topBar {
  position: relative;
  z-index:100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topBar > div {
  padding: 0 20px;
}
.vl:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1px;
  height: 155px;
  top: 10px;
  left: 46%;
  display: block;
}

@font-face {
    font-family: 'Museo300-Regular';
    src: url('../fonts/Museo300-Regular.otf');
}
@font-face {
    font-family: 'Museo700-Regular';
    src: url('../fonts/Museo700-Regular.otf');
}
@font-face {
    font-family: 'MuseoSansRoundSFY-100';
    src: url('../fonts/MuseoSansRoundSFY-100.otf');
}
@font-face {
    font-family: 'MuseoSansRounded-900';
    src: url('../fonts/MuseoSansRounded-900.otf');
}
@font-face {
    font-family: 'Homestead-Regular';
    src: url('../fonts/Homestead-Regular.ttf');
}
@font-face {
    font-family: helveticaNueBold;
    /*src: url(fonts/HelveticaNeueLTStd-Md.otf);*/
    src: url(../fonts/HelveticaNeue.ttc);
}
/* Bold Poppins */
@font-face {
    font-family: 'PoppinsBold';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* Medium Poppins */
@font-face {
    font-family: 'PoppinsMedium';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('/fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('../fonts/HelveticaNeueLTStd-Md.otf') format('opentype')
}

@font-face {
    font-family: 'NeutrafaceDisplay-BoldAlt';
    src: url('../fonts/NeutrafaceDisplay-BoldAlt.otf') format('opentype');
    font-weight: 500;
}

.howItWorkstxt {
  margin: auto;
  width: 60%;
  color: #fff;
  position: relative;
  text-align:center;
  padding: 20px 0;
  margin-bottom: 20px;
}
    .howItWorkstxt > p {
        font-family: 'PoppinsBold';
        line-height: 1.2;
        /*font-size: 24px;*/
    }
.mustangText {
  font-family: "eds-market-main-script", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  /*font-size: 75px;*/
  margin-top:25px;
  text-align:center;
  margin-bottom:0;
}

.centered-form {
  display:block;
  text-align:center;
  width: 52% !important;
  margin: auto;
}
.centered-form > label {
  color: #fff;
}
.formSubmit {
    padding: 15px 24px 8px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .2px;
    margin: auto 5px;
    font-family: 'PoppinsBold';
    background-color: #af5c20;
    min-width: 150px;
    border-radius: 12px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}
.inputSubmit {
    border-radius: 2px;
    border: 0;
    padding: 12px 24px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .2px;
    color: #fff;
    background-color: #E31937;
    margin: auto 5px;
    min-width: 125px;
    color: #000;
    font-family: 'PoppinsBold';
}
.optIn {
  position:relative;
  color:#fff;
  text-align: left;
}
.imgGallery {
  position:relative;
}
.imgGallery > .row {
  width: 80%;
  margin:auto;
}
.classicCarImg {
  display:block;
  margin:auto;
}
.socialBar {
  position: relative;
  color:#fff;
  border-top: 4px solid #E31937;
  margin-top: 25px;
  text-align:center;
}
.socialBar > .row {
  align-items:center;
  justify-content: center;
  padding: 10px 0;
}
.socialText {
  text-align:right;
}
    .socialText > p {
        margin-bottom: 0;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
        font-family: 'PoppinsBold';
    }
.socialLinks {
  text-align:left;
  padding-left: 0 !important;
}
.socialLinks > a > img {
  margin: auto 3px;
}
.socialLinks > a > img:first-child {
  margin-left: 0;
}
.socialLinks > a > img:last-child {
  margin-right: 5px;
}
.footerLinks {
  padding-top:0 !important;
}
.footerLinks > ul > li > a {
  color: #fff;
  letter-spacing: 0.5px;
}
.footerLinks > ul {
  list-style:none;
  padding:0;
  margin: 0;
}
.footerLinks > ul > li {
  display:inline;
  padding: 0 5px;
  border-right: 2px solid #fff;
  font-family: PoppinsBold;
}
.footerLinks > ul > li:first-child {
  padding-left: 0;
}
.footerLinks > ul > li:last-child {
  border-right: none;
  padding-right: 0;
}
.copyrightTxt {
  color: #fff;
  letter-spacing: 0.5px;
}

/*Thank you Page */
.thankYouPageText {
  position: relative;
  color: #fff;
  text-align:center;
}
.thankYouPageText > p {
  margin-bottom:0;
  font-weight: 600;
}
.thankYouPageText > .ty2 {
  width: 60%;
  margin: auto;
  padding: 20px 0;
}

/* Media Queries */
@media only screen and (max-width: 768px) {
  .topBar {
    display: block;
    text-align:center;
  }
 
  .vl {
    display: none;
  }
  .centered-form {
    width: 90% !important;
  }
  .socialText {
    text-align:center;
    margin-bottom: 10px;
  }
  .socialLinks {
    text-align:center;
    padding-left: 15px !important;
  }
  .imgGallery > .row > .col-sm-4 {
    padding: 20px 10px;
    margin:auto;
    width:90%;
  }
  .socialBar {
    margin-top: 14px;
  }
  .thankYouPageText > .ty2 {
   width: 90%;
  }
    .topBall img {
        width: 35% !important;
    }
    /* .welcomeTxt {
        padding-top: 70px !important;
    } */
    .topBall img {
        position: absolute;
        left: 0 !important;
        top: -75px !important;
        right: 0 !important;
        margin: auto;
        transform: rotate(0.55turn) !important;
        width: 300px;
    }
    .mr-xs{
        margin: 0px !important;
    }
    .howItWorkstxt {
        width: 80%;
    }
    .mp-xs-2{
        padding-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
  .footerLinks > ul > li {
    display:block;
    border-right: none;
    padding: 2px 0;
  }
}

/*responsive text*/
/* .howItWorkstxt > p {
  font-size: calc(16px + 8 * ( (100vw - 420px) / 480));
}
.footerLinks > ul > li > a {
  font-size: calc(12px + 4 * ( (100vw - 420px) / 480));
}
.copyrightTxt {
  font-size: calc(12px + 4 * ( (100vw - 420px) / 480));
}
.mustangText {
  font-size: calc(35px + 40 * ( (100vw - 420px) / 480));
}
.thankYouPageText > .ty1 {
   font-size: calc(65px + 50 * ( (100vw - 420px) / 480));
}
.thankYouPageText > .ty2 {
   font-size: calc(24px + 36 * ( (100vw - 420px) / 480));
} */

@media screen and (max-width: 420px) {
  .howItWorkstxt > p {
    font-size: 16px;
  }
  .footerLinks > ul > li > a {
    font-size: 12px;
  }
  .copyrightTxt {
    font-size: 12px;
  }
  .mustangText {
    font-size: 35px;
  }
  .thankYouPageText > .ty1 {
   font-size: 65px;
  }
  .thankYouPageText > .ty1 {
   font-size: 30px;
  }
    .centerBgImg {
        background-size: 100% 100% !important;
    }
}
@media screen and (min-width: 900px) {
  .howItWorkstxt > p {
    font-size: 23px;
  }
  .footerLinks > ul > li > a {
    font-size: 16px;
    font-family: PoppinsBold;
  }
  .copyrightTxt {
    font-size: 16px;
  }
  .mustangText {
    font-size: 75px;
  }
    .thankYouPageText > .ty1 {
        font-size: 75px;
        margin-top: 40px;
    }
    .thankYouPageText > .ty2 {
        font-size: 45px;
        line-height: 1.3;
    }
}


@font-face {
    font-family: HelveticaNeue;
    src: url("../fonts/HelveticaNeueLTStd-MdCn.otf") format("opentype");
}

html, body {
    background-color: #fff;
    background-image: url(../../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #000;
    font-family: 'PoppinsMedium';
    line-height: 1;
    position: relative;
}
    /* body::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #125a26;
        opacity: .8;
        z-index: 0;
    } */

body > main {
    z-index: 2;
    position: relative;
}

h1 {
    font-family: Helvetica, sans-serif;
    font-size: 2rem;
}

p.lead {
    font-size: 28px;
}

p.small {
    font-family: HelveticaNeue;
}

.ribbon {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}


.ribbon li {
    display: inline-block;
    text-transform: uppercase;
    font-family: HelveticaNeue, sans-serif;
    font-size: 17px;
}

.form-control, .btn {
    border-radius: 12px;
    border-color: #fff;
    text-align: center;
    border-width: 0;
    font-size: 18px;
    border: 2px solid #af5c20;
    height: 42px;
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
    padding: 4px 10px 0;
}

.custom-file-label::after {
    display: none;
}

.btn-primary {
    background-color: #E31937 !important;
}

.custom-file-label {
    color: black;
    border-radius: 12px;
    border-color: #E31937;
    text-align: center;
    font-family: HelveticaNeue;
    border-width: 2px;
}

.custom-file-input.is-invalid + .custom-file-label, .was-validated .custom-file-input:invalid + .custom-file-label {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}



.form-control::placeholder, .custom-file-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
  }
  
.form-control:-ms-input-placeholder, .custom-file-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}
  
.form-control::-ms-input-placeholder, .custom-file-input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: black;
}

.hero-section {
    background-color: #000;
    border-top: 3px solid #614422;
    border-bottom: 3px solid #614422;
}

button[type="submit"], button[type="reset"] {
    height: 37px !important;
    line-height: 1.3;
    font-weight: bold;
}
button[type="submit"] .before, button[type="reset"] .before {
    /* display: inline-block;
    height: 19px; */
}
button[type="submit"] .sending, button[type="reset"] .sending {
    display: none;
}   
button[type="submit"].sending, button[type="reset"].sending {
    /* border-radius: 40px;
    
    padding: 9px !important;
    width: 52px; */
}
button[type="submit"].sending .sending, button[type="reset"].sending .sending {
    display: inline-block;
} 
button[type="submit"].sending .before, button[type="reset"].sending .before {
    display: none;
}   
.verticalTableHeader {
    position: relative;
    height: 100px;
    width: 34px;
}
.verticalTableHeader span {
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-flex;
    position: absolute;
    bottom: 19px;
    left: 0;
    text-align: left;
    width: 100%;
}
.verticalTableHeader:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

table th, table td {
    color: #fff;
    font-family: HelveticaNeue, sans-serif;
    font-size: 12px;
}

.table td, .table th {
    padding: 2px 5px;
}
.table th {
    padding-bottom: 10px;
}

table th {

}

@media (max-width: 1199.98px) {
    
}
@media (max-width: 991.98px) {
    .display-1 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 1.5rem;
    }
    .display-1 {
        font-size: 3.5rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .h2, h2 {
        font-size: 1rem;
    }

    br {
        display: none;
    }
}
@media (max-width: 575.98px) {
    h1 {
        font-size: 1rem;
    }
    .display-1 {
        font-size: 3rem;
    }
}

.socials { 
    display: flex; 
    justify-content: center; 
    margin-top: 20px; 
}
.socials__text { 
    transform: translateY(6px); 
    margin-right: 20px; 
    margin-bottom: 0px; 
    font-size: 18.3px; 
    color: #fff; 
}
.socials__icon { 
    width: 25.8px; 
    height: 25.8px; 
    margin: 0 5px; 
}
@media (min-width: 768px) { 
    .socials__text { 
        transform: translateY(4px); 
        margin-right: 10px; 
        font-size: 25.3px; 
    } 
    .socials__icon { 
        margin: 0 10px; 
    } 
}

.car-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40%;
    height: auto;
}

.end-headline {
    font-size: 8rem;
}
.end-desc {
    font-size: 4rem;
}

.imageReceiptUpload {
    position: absolute;
    width: 100%;
    left: 0;
    height: 39px;
    border-width: 2px;
    border-radius: 12px;
    opacity: 0;
    cursor: pointer;
    bottom: 0;
}

.swal2-title {
    font-size: 24px;
    color: #000 !important;
    font-weight:500;
}

.swal2-html-container {
    font-size: 16px !important;
    color: #000 !important;
}

.swal2-actions button {
    border-radius: 8px;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .2px;
    margin: auto 5px;
    background-color: #f0f0f0;
    color: #000;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #f0f0f0 !important;
    color: #000 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #e31937 !important;
    color: #FFF !important;
}

.form-group.error {
    position: relative;
}

.form-group.error:before {
    position: absolute;
    width: 18px;
    height: 18px;
    content: "";
    z-index: 1;
    background-image: url(../images/erroricon.svg);
    right: 8px;
    top: 12px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

header {
    background-color: #FFF;
    box-shadow: 0px 0.91581px 3.66322px 0px rgba(0, 0, 0, 0.10);
}

.brandlogo img {
    width: 70px;
}

body.bg-white::before {
    background-color: #f8fafb;
}

.page-wrapper {
    padding: 20px 25px;
    margin: 25px;
    background-color: #FFF;
}

.pagetitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--bs-body-font-family);
    color: #232323;
}

.pagetitle.secd {
    color: #005B94;
    font-size: 24px;
    font-weight: 600;
}
.float-right {
    text-align: right;
}
table.table span.dt-column-order {
    right: 2px !important;
}
.customdatatable table {
    width: 100% !important;
    border-bottom: none !important;
    margin-bottom: 20px;
}

.customdatatable {
    padding: 25px;
}

.customdatatable table.dataTable>thead>tr>th, .customdatatable table.dataTable>thead>tr>td {
    padding: 14px 10px;
    border-bottom: 1px solid #E7E7E7;
    border-top: none;
    background-color: #ECF8FD;
    color: #535353;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    text-align: left !important;
}
.btn-export {
    color: #535353 !important;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #F1F4F7 !important;
    font-weight: 500;
    font-family: var(--bs-body-font-family);
    background-color: #F1F4F7 !important;
}

.btn-export img {
    width: 18px;
    vertical-align: sub;
    margin-right: 2px;
}

.customdatatable table.dataTable>thead>tr>th:first-child ,
.customdatatable table.dataTable>thead>tr>td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.customdatatable table.dataTable>thead>tr>th:last-child ,
.customdatatable table.dataTable>thead>tr>td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.customdatatable table.dataTable > tbody > tr > td {
    padding: 18px 10px;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    min-height: 50px;
    vertical-align: middle;
    border-color: #e8e8e8;
    text-align: left !important;
    font-family: var(--bs-body-font-family);
}

.customdatatable .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
    margin-bottom: 20px;
    display: none;
}

.searcharea .form-control {
    font-size: 13px;
    box-shadow: none;
    padding-left: 35px;
    font-family: var(--bs-body-font-family);
    height: 38px;
    text-align: left;
    border-radius: 5px;
    border-width: 1px;
    border-color: #e5e9ec;
}

.searcharea img {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 21px;
}

div.dt-container .dt-paging .dt-paging-button {
    margin: 0px 7px;
    border-radius: 4px !important;
    padding: 5px 8px !important;
    font-size: 12px !important;
    vertical-align: middle;
    line-height: 14px;
    background: #FFF !important;
    color: #535353 !important;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #F1F1F1 !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #00AEEF !important;
    border-color: #00AEEF !important;
    color: #fff !important;
}    

div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: #FFF !important;
    border: 1px solid #F1F1F1;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: #00AEEF !important;
    border-color: #00AEEF !important;
    color: #fff !important;
}

.dt-info {
    color: #535353;
    font-size: 13px;
}

.dt-button, .dt-search {
    display: none;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: none;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #38383885;
    top: 0;
    /* opacity: 0.5; */
    z-index: 3;
    display: none;
}

.spin-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 90px;
    z-index: 10;
    /* border: 1px solid black; */
}
#birthday {
    position: relative;
}

#birthday:before {
    position: absolute;
    top: 6px;
    left: 0;
    /* content: attr(data-date); */
    display: inline-block;
    color: black;
    right: 0;
    background: #FFF;
    width: 150px;
    border-radius: 12px;
    margin: auto;
}

/* #birthday.onload:before {
    content: "Birthday*";
} */

.mr-xl {
    margin-right: 40px;
}
.welcomeTxt {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-family: 'Museo300-Regular', sans-serif;
    font-weight: 600;
}
.topBall img {
    position: absolute;
    left: -49px;
    top: -40px;
    transform: rotate(0.72turn);
    width: 300px;
}
p.partnerText {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    font-family: 'Museo300-Regular', sans-serif;
    letter-spacing: 5px;
}
.hideSocialBar {
    border: none !important;
    margin-top: 0px;
}
.receiptPosition {
    position: absolute;
    /* left: 191px;
    bottom: 13%;
    width: 25%; */
    left: 90px;
    bottom: 52px;
    width: 30%;
    transform: rotate(1turn);
    z-index: -1;
}

.optIn label {
    margin-top: 10px;
    display: inline;
    color: #f41736;
    line-height: 20px;
}
.seeYouTxt {
    font-size: 63px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 5px;
    letter-spacing: 5px;
    font-family: 'Museo700-Regular', sans-serif;
}
/* .centerBgImg {
    background-image: url('/JewelScoreGreatDeals/images/background.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 777;
    background-size: 100% 100%;
} */
    /* .centerBgImg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.9;
    } */
.partnerBanner, .topOverlay {
    position: relative;
    z-index: 999;
}
    .topOverlay img {
        width: 45%;
    }

.socialBarthank {
    position: relative;
    margin-top: 25px;
}

.socialBarthank:before {
    content: "";
    text-align: center;
    position: absolute;
    width: 50%;
    height: 4px;
    left: 0;
    right: 0;
    background-color: #E31937;
    margin: auto;
    top: -18px;
}

/*------------ new style -------------*/
.howItWorkstxt h4 {
    width: 100%;
    color: #fff6f1;
    font-size: 50px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #fed200;
    margin: 0;
    font-family: 'Homestead-Regular', sans-serif;
}
.howItWorkstxt h4 span {
    display: block;
}
.newlabel-added .form-group label {
    width: 100%;
    text-align: left;
    color: #f41736;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
}
.newlabel-added .form-group label span {
    position: absolute;
    right: 0;
    font-size: 35px;
    display: inline;
    top: -2px;
}
.optIn input#isOpted {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
}
.submitting-srtu {
    width: 100%;
    padding: 10px 0 0;
}
.submitting-srtu h6{
color: #f41736;
}
.submitting-srtu h6 {
    color: #f41736;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
}
.captain-abssec {
    width: 25%;
    position: absolute;
    right: 83px;
    top: 74px;
}
form#gform {
    position: relative;
}
.captain-abssec h4 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    padding: 20px 0 15px;
    font-weight: 600;
    margin: 0;
    line-height: 36px;
    font-family: 'arial', sans-serif;
}
.captain-abssec h6 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'arial', sans-serif;
}
.captain-abssec a {
    background-color: #f26f21;
    background-image: linear-gradient(1deg, #f26f21 0%, #f7d325 100%);
    color: #000;
    text-transform: uppercase;
    width: 130px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 3px;
    border-radius: 4px;
    line-height: 24px;
    text-decoration: none;
}
.logosec-parts img.logo-cont {
    width: 250px;
}
.captain-abssec img {
    max-width: 250px;
}
.footer-lines {
    width: 85%;
    display: block;
    border: 5px solid #ed1a32;
    margin: 20px auto;
}
.footer-details {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.leftfooter-info {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}
.inside-left {
    width: 25%;
}
.inside-left img {
    max-width: 130px;
}
.inside-right {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inside-right ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
}
.inside-right ul li {
    display: inline-block;
    position: relative;
    padding: 0 8px 6px;
}
.inside-right ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.inside-right ul li:before {
   content: '';
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: #fff;
    display: inline-block;
    right: -3px;
    top: 3px;
}
.inside-right ul li.copyrightTxt:before {
    top: 0;
}
.inside-right ul li.noline:before {
    display: none;
}
.inside-right ul li.copyrightTxt {
    color: #fff;
    font-size: 12px;
}
.rightfooter-info {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
}
.rightfooter-info ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.rightfooter-info ul li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.rightfooter-info ul li a img {
    width: 22px;
    float: left;
    text-align: left;
    margin-bottom: 8px;
}
.rightfooter-info ul li a span {
    color: #fff;
    font-size: 10px;
    padding-left: 8px;
    text-align: left;
    float: left;
}
.rightfooter-info ul li a {
    text-decoration: none;
}
.partnerBanner img {
    width: 100%;
    margin: 10px 0;
}
/* .thankyou-background {
    background-image: url('/JewelScoreGreatDeals/images/thanks-background.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 777;
    background-size: 100% 100%;
} */
.topBar {
    width: 100%;
    flex-wrap: wrap;
}
.thanks-logo {
    padding-top: 40px !important;
    width: 100%;
    text-align: center;
}
.thanks-logo img {
    max-width: 260px;
}
.thankYouPageText p.ty1 {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'Museo700-Regular', sans-serif;
}
.thankYouPageText p.ty2 {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 5px;
    font-family: 'Museo700-Regular', sans-serif;
}
.thankYouPageText p.ty2 span {
    display: block;
}
.thankyou-background .thankYouPageText {
    width: 100%;
}
.form-group {
    width: 100%;
    margin-bottom: 22px;
}
.banner-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-image img {
    width: 100%;
    height: 100%;
}
.thankyou-background {
    width: 100%;
}
.centerBgImg {
    width: 100%;
}
.captain-abssec a:hover {
    background-color: #ec742c;
    background-image: none;
}
.formSubmit:hover {
    background-color: #ec742c;
    background-image: none;
}
.inputSubmit:hover{
    background-color: #f74962;
}
h4.winner-ans {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 5px;
    letter-spacing: 5px;
    font-family: 'Museo700-Regular', sans-serif;
    display: block;
}
.inside-right ul li a:hover {
    color: #f41736;
}
.howItWorkstxt img.main-heading {
    max-width: 80%;
}
.receiptPosition img.img-fluid {
    width: 100%;
}
.whiskey-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 0;
}
.content-parts {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.content-parts h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    padding:70px 0;
    margin: 0;
    font-size: 50px;
    font-family: 'NeutrafaceDisplay-BoldAlt', sans-serif;
}
.content-parts h2 span {
    display: block;
}
.content-parts p {
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 30px;
}
.content-parts h6 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 50px;
    font-style: italic;
}
.content-parts h6 a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.whiskey-banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.info-banns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.info-banns img {
    max-width: 100%;
}
.part-infs {
    position: absolute;
    width: 25%;
    text-align: center;
    left: 10%;
    bottom: 45px;
}
.part-infs img.bottle-cont {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.part-infs h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: 25px 0 10px;
    font-family: 'PoppinsBold', sans-serif;
}
.part-infs h6 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin: 0;
}
.thankyou-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
}
.thankyou-content h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'NeutrafaceDisplay-BoldAlt', sans-serif;
}
.thankyou-content h4 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin: 0;
}
.thankyou-content h4 span {
    display: block;
}
.age-selection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.age-selection button.agesel-btns {
    margin: 0 20px;
    padding: 14px 8px 7px;
    min-width: 140px;
    background-color: #fff;
    font-size: 24px;
    border: 2px solid #a3612e;
    border-radius: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
    font-weight: 600;
}
.homesec-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 30px;
}
.homesec-content h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'NeutrafaceDisplay-BoldAlt', sans-serif;
    margin-bottom: 25px;
}
.age-selection button.agesel-btns:hover {
    background-color: #a3612e;
    color: #fff;
}
.thankyou-content h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'NeutrafaceDisplay-BoldAlt', sans-serif;
    margin: 0 0 25px;
}
.logosec-parts.rigth-logo img.logo-cont {
    width: 350px;
}