/* html, body {
  background-color: #000 !important;
  background-image: none !important;
} */
 body {
    background-image: url(/BullPen/images/bg-cover-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    z-index: 777;
}
.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: 3px;
  height: 160px;
  top: 10px;
  left: 50%;
  display: block;
}

@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: 'HelveticaNeueMedium';
    src: url('/fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
    font-weight: 500;
}

.howItWorkstxt {
  margin: auto;
  width: 60%;
  color: #fff;
  position: relative;
  text-align:center;
  padding: 20px 0;
}
    .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 {
  position:relative;
  display:block;
  text-align:center;
  width: 48% !important;
  margin: auto;
}
.centered-form > label {
  color: #fff;
}
.formSubmit {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 8px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .2px;
    margin: auto 5px;
    background: #fff101;
    font-family: 'PoppinsBold';
}
.inputSubmit {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 8px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .2px;
    color: #fff;
    background-color: #E31937;
    margin: auto 5px;
    width: 122px;
    color: #000;
    font-family: 'PoppinsBold';
}
.optIn {
    position: relative;
    color: #fff;
    margin-top: 8px;
}
.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: 20px 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;
  text-decoration: none;
}
.footerLinks > ul > li > a:hover{
    text-decoration: underline;
}
.socialLinks a {
    text-decoration: none;
}
.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: 767px) {
  .topBar {
    display: block;
    text-align:center;
  }
  .topBar > div {
    padding: 10px 0;
  }
  .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%;
  }
    .receiptPosition {
        position: unset !important;
        width: 100% !important;
        transform: rotate(0.02turn) !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: #125a26e8;
        opacity: .9;
        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: #E31937;
    text-align: center;
    border-width: 2px;
    font-size: 18px;
}

.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: 38px;
    border-width: 2px;
    border-radius: 12px;
    opacity: 0; cursor: pointer;
}

.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: 10px;
    top: 10px;
}

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;
}

.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 {
    /* font-weight: 600; */
    color: #535353 !important;
    font-size: 13px;
}

.dt-button, .dt-search {
    display: none;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: none;
}

.loading {
    position: fixed;
    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: 28px;
    color: #fff;
    padding: 15px;
    position: relative;
    z-index: 999;
}
.topBall img {
    position: absolute;
    left: -49px;
    top: -40px;
    transform: rotate(0.72turn);
    width: 300px;
}
p.partnerText {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 12px;
    font-family: 'PoppinsBold';
}
.hideSocialBar {
    border: none !important;
    margin-top: 0px;
}
.receiptPosition {
    position: absolute;
    left: -215px;
    top: 60px;
    width: 252px;
    transform: rotate(1turn);
}

.optIn label {
    margin-top: 10px;
    display: inline;
}
.seeYouTxt {
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
    padding-bottom: 15px;
}

.centerBgImg{
     position: relative;
     z-index: 777;
}
    /* .centerBgImg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #125a26e8;
        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: 46%;
    height: 4px;
    left: 0;
    right: 0;
    background-color: #E31937;
    margin: auto;
    top: -18px;
}
.form-group {
    margin-bottom: 1rem;
}
.float-right {
    float: right;
}
#TblRegionMaster_wrapper .dt-layout-cell.dt-layout-end {
    float: right;
}

span.upd-lines {
    display: block;
}
.thankYouPageText > .ty1 {
        font-size: 75px;
        margin-top: 40px;
}
.thankYouPageText > .ty2{
        font-size: 45px;
        line-height: 1.3;
    }
@media (max-width:1200px){
#gform .form-control, #gform .btn{
    font-size: 16px;
}
}

@media (min-width: 992px) and (max-width:1200px){
.centerBgImg .topBall img {
        width: 240px;
    }
    .centerBgImg .receiptPosition{
        left: -196px;
        top: 70px;
        width: 227px;
    }
     .centerBgImg .thankYouPageText > .ty1 {
    font-size: 60px;
    }
    .centerBgImg .thankYouPageText > .ty2{
        font-size: 36px;
    }
    .centerBgImg .socialBarthank:before{
        width: 60%;
    }
   
}
@media (max-width: 1200px){
.footerLinks > ul > li > a{
    font-size: 14px !important;
}
.copyrightTxt{
     font-size: 14px !important;
}
}
@media (max-width: 1200px){
.centerBgImg .thankYouPageText > .ty2{
        width: 80%;
}
}
@media (max-width: 1024px){
html, body{
    line-height: unset !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .centerBgImg .thankYouPageText > .ty2 {
        width: 70% !important;
        font-size: 32px;
    }
    .receiptPosition {
        position: unset !important;
        width: 100% !important;
        transform: rotate(0.02turn) !important;
    }
    .centerBgImg .centered-form{
        width: 80% !important;
    }
    .centerBgImg .topBall img{
        width: 167px;
    }
    .centerBgImg .thankYouPageText > .ty1 {
    font-size: 52px;
    }
    p.ty2 span.upd-lines {
        display: inline;
    }
    .centerBgImg .socialBarthank:before{
       width: 70%;
    }
}
@media (max-width: 767px) {
.centerBgImg .welcomeTxt{
    font-size: 24px;
}
.topBall {
    position: relative;
}
.centerBgImg .topBall img{
   width:133px;
}
.centerBgImg .thankYouPageText > .ty1 {
    font-size: 42px;
}
.centerBgImg .thankYouPageText > .ty2{
    font-size: 28px;
}
p.ty2 span.upd-lines {
    display: inline;
}
.centerBgImg .socialBarthank:before{
    width: 90%;
}
}
@media (max-width: 411px) {
#gform .formSubmit{
   margin: auto 3px;
}
#gform .inputSubmit{
    margin: auto 3px;
}
}
.bordercheck:before {
    content: "";
    text-align: center;
    position: absolute;
    width: 80%;
    height: 4px;
    left: 0;
    right: 0;
    background-color: #E31937;
    margin: auto;
    top: -18px;
}
.bordercheck {
    position: relative;
    margin-top: 25px;
}
body.bg-white .centerBgImg {
    background-image: none !important;
}
body.bg-white .centerBgImg::before{
    content: unset;
}
body.bg-white .socialBar {
    display: none;
}
img.footerpin {
    background-color: #fff;
    border-radius: 50%;
}
.optIn {
    margin-top: 8px;
}
.relsec-over {
    position: relative;
    z-index: 9;
}