@font-face {
    font-family: 'Lato';
    src: url('/web2/onPremise/fonts/lato/LatoRegular.woff') format('woff'), url('/web2/onPremise/fonts/lato/LatoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/web2/onPremise/fonts/lato/LatoBold.woff') format('woff'), url('/web2/onPremise/fonts/lato/LatoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    width: 100%;
    min-height: 475px;
    font-size: 15px;
    line-height: 1.4;
    color: #212529;
    -webkit-overflow-scrolling: touch;
}
* {
    box-sizing: border-box;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    /* -webkit-text-fill-color: #fff !important; */
}
img {
    max-width: 100%;
}
h1 {
    font-size: 18px;
    margin: 0;
}
h2, h3 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}
a {
    color: #0076c7;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}
a:hover {
    color: #4786c9;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.mainContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.template {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow-y: auto;
    justify-content: center;
}
.templateContentOuter {
    display: flex;
    justify-content: center;
}
.templateContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 950px;
    padding: 10px 15px;
    margin: 15px 0 0 0;
    column-gap: 15px;
}
.colLeft {
    width: 50%;
}
.headingMargin {
    margin: 0 0 10px 0;
}
.smallFont {
    font-size: 13px;
}
.colRight {
    width: 45%;
}
.navBar {
    background: rgb(255 255 255);
    -webkit-box-shadow: 0px 6px 15px -1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 6px 15px -1px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 6px 15px -1px rgba(0, 0, 0, 0.09);
    width: 100%;
    display: flex;
    justify-content: center;
}
.logo {
    width: 100%;
    max-width: 950px;
    padding: 0 15px;
    margin: 15px 0;
}
.logo img {
    max-height: 50px;
    display: block;
}
.bigText {
    font-size: 20px;
    font-weight: 600;
}
.eachText {
    margin: 10px 0;
}
.Input, .btnContainer {
    margin: 15px 0;
    width: 100%;
}
.Input {
    margin: 15px 0 0 0;
    max-width: 425px;
}
.infoOuter {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.infoBox {
    padding: 10px 15px;
    border-radius: 5px;
    background: rgba(146, 149, 169, .07);
    margin: 0 15px;
}
.infoBox p {
    margin: 5px 0;
}
.btnMarginTop {
    margin: 10px 0 0 0 !important;
}
.button {
    display: inline-block;
    color: #fff;
    background-color: #ff5314;
    border-radius: 50px;
    border: none;
    text-align: center;
    padding: 0 16px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    height: 40px;
    width: fit-content;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: content-box;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 20px 0 0;
    outline: none;
    letter-spacing: 0.3px;
}
.button:hover {
    background-color: #327dbe;
}
.button:last-child {
    margin-right: 0;
}
.buttonDarkBlu {
    background-color: #ff5314;
}
.buttonDarkBlu:hover {
    background-color: #327dbe;
}
.eachInputBox {
    width: 100%;
    position: relative;
    margin: 30px 0;
}
.eachInputBox:last-child {
    margin-bottom: 0;
}
.textArea {
    color: #000;
    height: 34px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    resize: none;
    text-align: left;
    outline: none;
    border: none;
    border-bottom: 1px solid #b4c4d3;
    background: none;
    padding: 0;
}
.textArea::placeholder {
    opacity: 0;
}
.textArea.errorTextarea {
    border-color: #f00000 !important;
}
.textArea.disabled {
    pointer-events: none;
    color: #7e7e7e;
}

/* input:focus~.floating-label, input:not(:focus):valid~.floating-label {
    -webkit-transform: translateY(-13px) scale(.85);
    transform: translateY(-18px) scale(.85);
    color: #327dbe;
} */

.floating-label {
    position: absolute;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    pointer-events: none;
    left: 0px;
    top: 5px;
    transition: 0.2s ease all;
}
.eachInputBox:focus-within>.floating-label, .eachInputBox .textArea:not(:placeholder-shown)+.floating-label {
    -webkit-transform: translateY(-13px) scale(.85);
    transform: translateY(-18px) scale(.85);
    color: #327dbe;
}
.errormessage {
    color: #f00;
    font-size: 14px;
    margin-bottom: 15px;
}
.tollFree {
    margin-bottom: 0;
}
.footer {
    display: flex;
    padding: 15px 0;
    margin: 0 15px;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.footer .tollFree {
    /* padding: 0 0 15px 0; */
}
.footer .banner {
    max-width: 920px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(193, 193, 193, 0.3);
    overflow: hidden;
    margin: 0 15px;
}
.footer .banner img {
    display: block;
}

/* .bannerOuter {
    width: 100%;
    margin: 0 auto;
    max-width: 950px;
    border-radius: 10px;
    border: 1px solid #ECEBEB;
    box-shadow: 10px 10px 28px rgba(193, 193, 193, 0.3);
    overflow: hidden;
    row-gap: 15px;
}
.bannerOuter .banner img {
    width: 100%;
    display: block;
} */


/* YouTube Lightbox Popup start */

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 8000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#ws-lightbox-outer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    max-width: 800px;
}
#ws-lightbox-outer iframe {
    overflow: hidden;
    padding: 0;
    height: 85vh;
}
.close-lb {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.close-lb:after, .close-lb:before {
    position: absolute;
    left: 11px;
    top: 5px;
    content: "";
    height: 14px;
    width: 2px;
    background-color: #494949
}
.close-lb:before {
    transform: rotate(45deg)
}
.close-lb:after {
    transform: rotate(-45deg)
}

/* Lightbox Popup end */


/* Popup Box Section */

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 94%;
    max-width: 900px;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: #000;
}
a.close {
    line-height: 1;
    position: absolute;
    top: 9px;
    right: 25px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
a.close:hover {
    color: #ffffff;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
.textBold {
    font-weight: 600;
}
.popupContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow-y: auto;
}
.popupHeading_Container {
    padding: 15px 25px;
    background-color: #0F68B0;
    font-size: 24px;
    color: #ffffff;
}
.popupForm_Container {
    padding: 15px 25px;
}
.popup-text {
    word-break: break-word;
}
.mandatory {
    color: #FD1842;
}
.noWhiteSpace {
    white-space: nowrap;
}
.noDisplay {
    display: none;
}
.invalidURL {
    margin: 30px 0;
}
.fullHeight {
    height: 100%;
}

.tnc {
    text-align: center;
    margin-bottom: 15px;
}
ul.tncBullets {
    margin: 0;
    padding-left: 20px;
}
ul.tncBullets li {
    padding-left: 10px;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .templateContent {
        flex-direction: column;
        margin: 0;
        padding: 15px;
    }
    .colLeft, .colRight {
        width: 100%;
    }
    .profileBox {
        margin: 15px 0;
        display: block;
        text-align: center;
    }
    .profileHeader {
        margin: 0 0 15px 0;
    }
    .navBar {
        margin: 0;
    }
    .Input {
        max-width: none;
    }
    .bannerOuter {
        margin: 25px 0 0 0;
    }
    .infoBox {
        margin: 0 25px;
    }
    .footer .banner, .footer .banner img {
        width: 100%;
    }
}