@font-face {
    font-family: 'YouTube Sans';
    src: url('YouTubeSansMedium.woff2') format('woff2'),
        url('YouTubeSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YouTube Sans';
    src: url('YouTubeSansLight.woff2') format('woff2'),
        url('YouTubeSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YouTube Sans';
    src: url('YouTubeSansBold.woff2') format('woff2'),
        url('YouTubeSansBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YouTube Sans';
    src: url('YouTubeSansRegular.woff2') format('woff2'),
        url('YouTubeSansRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YouTube Sans';
    src: url('YouTubeSansSemibold.woff2') format('woff2'),
        url('YouTubeSansSemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*{font-family:'YouTube Sans'}
html, body{height:auto}
body{background-color:#ffffff}
main .container-fluid{width:100%;max-width:1340px;margin-right:auto;margin-left:auto}
img{max-width:100%}
.bg-pink{background: #ffffff;box-shadow: 0px 4px 8px 0px #282828;}
.bg-pink a{color:#282828;font-weight:600;cursor:pointer}
p{font-size:18px;font-weight:400;line-height:150%}
a:hover{color:#282828;text-decoration:none}
.form-control:focus{height:44px;display:flex;align-items:center;}
/*.modal-header .close{position:absolute;right:0px;top:0px;padding:35px 30px;font-size:36px;font-family:'YouTube Sans'}*/
.modal-header{align-items: center;flex-direction: row-reverse;}
.modal-header .close {
    padding: 0px 23px;
    font-size: 36px;
    font-family: 'YouTube Sans';
    display: inline-block;
    margin-bottom: -8px;
}
.btn{width:100%}
.btn-default{color:#fff;background-color:#ff0000;border-color:#ff0000;opacity:1;padding:10px;font-size:15px;text-transform:uppercase;border-radius:50px}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus{background-color:#ff0000;border-color:#ff0000;color:#FFFFFF}
.formio-component-submit.btn.btn-danger, .formio-component-submit.btn.btn-danger:hover, .formio-component-submit.btn.btn-danger:focus{background:transparent;border:none;display:flex;justify-content:center;box-shadow:none}
.btn.btn-default{padding:10px 30px;width:100%;font-size:15px;border-radius:5px;text-transform:uppercase;font-weight:700;pointer:cursor}
.formio-component-submit{padding:0px}
.btn-default{border:1px solid #;background:#ff0000;color:#fff;position:relative;margin:auto;cursor:pointer}
.btn-default:hover{background:#ff0000;color:#FFFFFF}
.btn-default:after{position:absolute;top:.3rem;bottom:.3rem;left:.3rem;right:.3rem;-webkit-transition:opacity .25s;transition:opacity .25s;opacity:0;content:"";z-index:1;border-radius:50px}
.btn-default:hover:after{opacity:1}
.choices[data-type*='select-one']:after{border-color:#282828 transparent transparent}
.choices[data-type*='select-one'].is-open:after{border-color:transparent transparent #282828}
.choices__list--dropdown{background-color:#fff;color:#282828;border-radius:0px}
.choices[data-type*='select-one'] .choices__input{background-color:#ffffff;border:1px solid #fff}
/* .choices[data-type*='select-one'] .choices__button{background-image:url(../images/cross.png);opacity:1} */
.choices__list .choices__placeholder{opacity:1;text-align:left !important;font-size:15px}
.form-control::placeholder{font-size:15px}
.choices[data-type*='select-one'] .choices__input{color: #282828;}
.text18{font-size:18px}
.formio-errors .error, .choices__item.choices__item--selectable{text-align:left !important}
.font-semibold{font-weight:bold}
.static-pages p{display:block;padding:0 0 15px;font-size:16px}
.field-required{}
.formio-error-wrapper{background:transparent;padding:initial}
.help-block{display:none}
.product-list-section .col-md-6:nth-child(2){display:block;color:#fff}
.btn-primary{color: #ffffff;background-color: #ff0000;border-color: #ff0000;opacity:1;padding: 15px 20px;font-size:15px;text-transform:uppercase;border-radius:5px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;font-weight:600}
.form-control{height:44px;/display:flex;align-items:center}
input, select{color:#282828;border:1px solid #ff0000;background:#fff}
.choices__list--dropdown .choices__item--selectable.is-highlighted{color:#c4008d}
.logo{max-height:130px}
.radio-img-box input[type=checkbox], .radio-img-box input[type=radio]{width:100%;position:absolute;height:100%;opacity:0}
#body-preload{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:99999;background:#ffffff}
.loader{border-top:transparent !important;border:transparent;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:50px;height:50px;margin:auto}
.loader .circle{position:absolute;width:38px;height:38px;opacity:0;transform:rotate(225deg);animation-iteration-count:infinite;animation-name:orbit;animation-duration:5.5s}
.loader .circle:after{content:'';position:absolute;width:6px;height:6px;border-radius:5px;background:#282828}
.loader .circle:nth-child(2){animation-delay:240ms}
.loader .circle:nth-child(3){animation-delay:480ms}
.loader .circle:nth-child(4){animation-delay:720ms}
.loader .circle:nth-child(5){animation-delay:960ms}
.loader .bg{position:absolute;width:70px;height:70px;margin-left:-16px;margin-top:-16px;border-radius:13px;background-color:#282828;animation:bgg 16087ms ease-in alternate infinite}
@keyframes orbit{0%{transform:rotate(225deg);opacity:1;animation-timing-function:ease-out}
7%{transform:rotate(345deg);animation-timing-function:linear}
30%{transform:rotate(455deg);animation-timing-function:ease-in-out}
39%{transform:rotate(690deg);animation-timing-function:linear}
70%{transform:rotate(815deg);opacity:1;animation-timing-function:ease-out}
75%{transform:rotate(945deg);animation-timing-function:ease-out}
76%{transform:rotate(945deg);opacity:0}
100%{transform:rotate(945deg);opacity:0}
}
.bottom-detail a{color:#282828;font-size:16px;font-weight:400}
.text2, .text3{font-size:18px;font-weight:400;line-height:150%}
.logo-subtitle{overflow:unset;color:#ff0000;font-size:30px;line-height:120%;font-weight:600;margin-top:20px}
.selectCountryMain select, .selectCountryMain select:focus, .selectCountryMain select:active{color:#282828 !important;font-size:14px;background:#fff}
.landing-page{border-radius:10px;padding: 30px 30px;margin:auto}
.form-error{color:#ba1021;background-color: #ffc3c9;text-align:left;font-size:14px;margin-top:5px}
.form-control.is-invalid.selection.dropdown{background-position:right calc(.375em + 2.5rem) center}
.formio-component-submit1{padding:0px}
.d-guest-register-none{display:none}
input[type="radio"]{}
.radio-img-box{margin:10px 0 5px;box-shadow:0px 4px 8px 0px #00000063;border-radius:10px;background:#fff;position:relative}
.radio-img-box label{cursor:pointer;position:relative;margin:0;display:block;padding-top:0}
.radio-img-box [type=radio]{display:none;opacity:0;position:absolute;right:0px;left:0px;width:100%;margin:auto;height:100%}
.radio-img-box label:after{content:'\e64c';font-family:'YouTube Sans';background:#ffffff;color:#282828;position:absolute;top:0px;left:0px;padding:2px 5px;font-size:12px;border-radius:20px;z-index:9;display:none}
.item.active .radio-img-box:not(.active):after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;background:rgba(0, 0, 0, 0.3)}
.radio-img-box label.active:after{display:block}
.item img{width:100%}
.radio-img-box p{text-align:center;font-size:13px;font-weight:600;color:#282828;padding:10px 0px;background:#ffffff;position:absolute;width:100%;bottom:0}
.item{padding-right:0;position:relative;text-align:center}
.owl-item:last-of-type .item{padding-right:0px}
.carousels{margin:0px}
.or-text{font-size:13px}
.back-to-top{position:fixed;right:10px;bottom:5px;z-index:2;background:#fff;display:none;width:50px;height:50px;text-align:center;color:#4a91e3;padding:0;cursor:pointer;box-shadow:0 0 15px rgb(0 0 0 / 67%);-webkit-box-shadow:0 0 15px rgb(0 0 0 / 67%)}
/*new css*/
/*thank you page css start*/
.checkout-steps-thankyou{padding:30px 20px;max-width:700px;margin:0 auto;font-size:45px;color:#282828;font-weight:600}
.checkout-steps-thankyou h1{font-size:30px;font-weight:bold;margin:30px 0 0;line-height:150%;color:#282828}
.checkout-steps-thankyou p{font-size:20px;line-height:150%;color:#282828}
.checkout-steps-thankyou a{color:#282828}
.checkout-steps-thankyou a:hover{text-decoration:underline}
/*thank you page css end*/
/*footer css Start*/
.footer-sec{padding: 10px 20px 0 20px;background: #ffffff;/*border-top:1px solid #282828;*/position:relative;z-index:99}
.footer-sec p{display:inline-block;vertical-align:middle;font-size:13px;color: #282828;padding-left:0px;font-weight: 600;}
.footer-sec ul{padding:0;text-align:right}
.footer-sec ul.Useful li{padding:3px 10px;display:inline-block;position:relative;margin-bottom:0 !important;}
.footer-sec ul li a{display:block;color: #282828;padding:0;line-height:20px;font-size:14px;font-weight:600}
.footer-sec ul.Useful li:not(:last-child):after{content:' ';height:16px;width:1px;background:#999;position:absolute;right:-3px;top:5px}
.copyright p{font-size:14px}
/*footer css End*/
.country-page-content-section .logo-subtitle:hover{text-decoration:underline;cursor:pointer}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{box-shadow:none}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{background-color:#282828;border-color:#282828}
.form-bg .content-left-section{text-align:center}
.form-control.is-invalid, .was-validated .form-control:invalid{background:#fff;border-color:#ccc;box-shadow:2px 2px 4px 0px #999}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{border:solid 2px #0077c8;box-shadow:2px 2px 4px 0px #999}
.formio-component-submit .submit-fail::after{display:none}
.btn-danger.disabled, .btn-danger:disabled{background-color:#ffffff;border-color:#ffffff}
.btn-default:hover{background-color:#ffffff;border-color:#ffffff;color:#282828}
.checkout-steps h1{font-size:2.7rem;color:#282828;font-weight:700;margin:25px 0}
.thankyou-center{margin:auto;max-width:850px;
    /*background:#ffffff;*/
    border-radius:15px;overflow:hidden;padding:0 15px;margin-top: 15rem;}
.tier-outer h4{font-weight:600;font-size:20px;color:#282828}
.item-show-detail{font-size:13px}
.choiceDiv{display:none}
.gender-select-dropdown, .item-select-dropdown{border:1px solid #282828;color:#282828;font-size:14px;width:135px;padding:3px 5px;display:none}
.item.active .item-select-dropdown{display:inline-block}

@media(min-width:992px){
.product-row.lg-20{max-width:25%}
}


/* New custom css*/
.form-content-section {

}
.thankyou_wizardpage .formio-form {
    background: transparent;
    padding: 30px;
    border-radius: 15px;
}
.pagination
{display:none;}
.thankyou_wizardpage{
    background: #ffffff;
    border-radius: 15px;
}
.thankyou_wizardpage .thankyou-center{
    margin-top: 0px;
}
.thankyou_wizardpage .checkout-steps-thankyou{

    background: #ffffff;
    border-radius: 15px;
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.form-group {
    margin-bottom: 1rem;
    text-align: left;
    /* padding-left: 30px; */
    /* padding-right: 10px; */
}
.col-form-label {
    padding-top: calc(.375rem + 10px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0px 0px 5px 0px;
  border: 0;
  vertical-align: baseline;
  color: #282828;
}
html,body{
    height: 100%;
    width: 100%;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #00156b;
}


img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #282828;
    padding: 0.2em 0;
}
.formio-errors .error {
  color: #ba1021;
  background-color: #ffc3c9;
}
.formio-component-radio.formio-component-label-hidden.required .form-check-label:before, .formio-component-selectboxes.formio-component-label-hidden.required .form-check-label:before {
    position: relative;
    content: "* ";
    color: #EB0000;
    display: none;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.form-radio {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong {
    color: #282828;
}
p.getdetails {
    color: #282828;
}
span {
    color:#282828;
}
.form-control:focus {
    color: #282828;
    background-color: #fff;
    border-color: #ff0000;
    outline: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #282828;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.field-required:after, .tab-error::after {
    content: " *";
    color: #ff0000;
}
.field-required:after, .tab-error::after {
    content: " *";
    color: #ff0000;
}
input[type="radio"]:checked + span {
    filter: brightness(0.5);
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.form-check-input {
    position: static;
    margin-top: .3rem;
    margin-left: -1.25rem;
}