﻿*, *:before, *:after { box-sizing: border-box; }
html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html, body, div, span, 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, strong, 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, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }

.wide { width: 100%!important; }
.mn { margin: 0!important; }

/*//////////////////////////////////// Forms ///////////////////////////////////*/

/* forms */
.popup { font-size: 0; }
.popup textarea { max-height: 200px; max-width: 100%; min-height: 130px; }
.popup textarea.round { border-radius: 15px!important; }
.popup label.uppercase, popup .label.uppercase { font-size: 14px; }
.popup input[type="text"],
.popup input[type="name"],
.popup input[type="email"],
.popup input[type="password"],
.popup input[type="tel"],
.popup textarea,
.popup select { position: relative; background: #ffffff; border: 2px solid #ccc !important; padding: 8px 15px; box-shadow: none; font-size: 14px!important; font-family: 'OCE Bold', Arial; color: #242424; outline: none; border-radius: 3px; width: 100%; max-width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: 0.15s; transition: 0.15s; margin-bottom: 10px; margin: auto; height: 42px; }

.popup input[type="text"]:after,
.popup input[type="name"]:after,
.popup input[type="email"]:after,
.popup input[type="password"]:after,
.popup input[type="tel"]:after,
.popup textarea:after,
.popup select:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; }

.popup select { background-image: url(../images/downIcon.png); background-repeat: no-repeat; background-position: center right 13px; background-size: 10px; overflow: hidden !important; text-overflow: ellipsis; padding-right: 30px; cursor: pointer; }
.popup select option { font: -moz-pull-down-menu; font-weight: bold; }

.popup input[type="text"].wide,
.popup input[type="name"].wide,
.popup input[type="email"].wide,
.popup input[type="password"].wide,
.popup input[type="tel"].wide,
.popup input[type="submit"].wide,
.popup button[type="submit"].wide,
.popup select.wide,
.popup textarea.wide,
.popup label.wide { max-width: 100%; width: 100%; }

form.center input,
form.center textarea { text-align: center; }

.icnInput { position: relative; }
.icnInput:after { content: "\f040"; display: block; clear: both; font-size: 20px; font-family: 'FontAwesome'; position: absolute; top: calc(50% - 8px); right: 11px; z-index: 99; color: #000; opacity: 0.6; }

.formlabelmain { display: block; width: 100%; font-size: 14px; margin: 13px auto 9px; font-weight: 600; text-align: left; }
.cstmCheck { margin: 5px auto; text-align: left; }
.cstmCheck li { display: inline-block; margin: 4px auto; margin-right: 20px; }
.cstmCheck li > label { display: inline-block; position: relative; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; width: 100%; line-height: 1.6; font-weight: 600; margin: auto; }
.cstmCheck li > label span input { position: absolute; opacity: 0; cursor: pointer; height: 100%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto !important; z-index: 9; }
.cstmCheck li > label span label { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; width: 20px; height: 20px; background-color: #fff; border: 1px solid #9e9e9e; border-radius: 5px; margin: 0px 5px 0px 0px; cursor: pointer; position: relative; vertical-align: middle; float: left; font-size: 0px; }
.cstmCheck li > label span label:after { content: ""; display: none; width: 12px; height: 5px; border-left: 2px solid #0075b5; border-bottom: 2px solid #0075b5; position: absolute; transform: rotate(-52deg); top: 5px; left: 3px; }
.cstmCheck li > label span input:checked ~ label:after { display: block; }
.apptType { min-width: 28%; }

.cstmCheck.radio li > label span label { border-radius: 50%; }
.cstmCheck.radio li > label span input:checked ~ label:after { border: none; width: 10px; height: 10px; border-radius: 50%; background-color: #0075b5; top: 4px; left: 4px; }


.popup .checkBlock { margin: 15px auto 10px; padding: 0px 10px; clear: both; }
.popup .checkBlock:after,
.popup .checkBlock .form-group:after { clear: both; display: block; content: ""; }
.popup .checkBlock p { margin-bottom: 0px!important; font-size: 13px; text-align: center; font-family: 'OCE Bold', Arial; }
.popup .checkBlock a { display: inline-block!important; font-size: 14px; }
.popup .checkBlock .enqry-checkbox { margin: auto; text-align: center; }
.popup .checkBlock .control-label { margin: 15px auto; margin-right: 20px; color: #2e2e2e; cursor: pointer; display: inline-block; font-size: 0px; text-align: left; }
.popup .checkBlock .control-label:focus { outline: none; }
.popup .checkBlock .control-label label { display: inline-block!important; margin: 0px; cursor: pointer; font-family: 'OCE Bold', Arial; font-size: 14px; vertical-align: middle; color: #303030; margin-top: 3px; }
.popup .checkBlock .control-label input { margin: 0px 8px 0px 0px!important; display: inline-block!important; margin-left: 0px!important; cursor: pointer; vertical-align: middle; -webkit-appearance: none!important; -moz-appearance: none!important; -ms-appearance: none!important; -o-appearance: none!important; appearance: none!important; width: 20px!important; height: 20px!important; background-color: #fff; border: 1px solid #555; border-radius: 3px; font-size: 0; }
.popup .checkBlock .control-label input::-ms-expand { display: none; }
.popup .checkBlock .control-label input:focus { outline: none; }
.popup .checkBlock .control-label input:checked { background-color: #fff; background-image: url(../../Content/images/form-check.png); background-repeat: no-repeat; background-position: center; }




/***
 *      _____                        
 *     |  __ \                       
 *     | |__) __  _ __  _   _ _ __  
 *     |  ___/ _ \| '_ \| | | | '_ \ 
 *     | |  | (_) | |_) | |_| | |_) |
 *     |_|   \___/| .__/ \__,_| .__/ 
 *                | |         | |    
 *                |_|         |_|    
 */
/* POPUP */

.popup .content { overflow-y: auto; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; -webkit-overflow-scrolling: touch; }
.popup .content.scrollBar { overflow-y: auto; }


.popup { font-family: 'OCE', Arial; position: fixed; top: 0; right: 0; width: 100%; height: 100%; color: #fff; z-index: 9999; -webkit-transition: opacity 0.5s, -webkit-transpopup 0.5s; transition: opacity 0.5s, -webkit-transpopup 0.5s; transition: transpopup 0.5s, opacity 0.5s; transition: transpopup 0.5s, opacity 0.5s, -webkit-transpopup 0.5s; overflow-y: auto; display: none; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
body .popup:not([class*="fade"]) { }
.popupShown .popup.visible { display: block; -webkit-animation: popupFadeIn 0.75s; animation: popupFadeIn 0.75s; }
.popup.hidePopup { opacity: 0; pointer-events: none; }

.popup [class*='fix-'] { width: 100%!important; margin-left: auto!important; margin-right: auto!important; float: none; }
.popup .grid { margin-left: -10px!important; margin-right: -10px!important; }
.popup .grid [class*='col-'] { display: block; width: 100%; padding-left: 10px !important; padding-right: 10px !important; float: left; }
.popup .fix-8-12 { max-width: 743px!important; }
.popup .col-4-12 { max-width: 33.33333333%; }
.popup .col-5-12 { max-width: 41.66666667%; }
.popup .col-8-12 { max-width: 66.66666667%; }

.popupShown .popup.visible:not(.animated) .popupContent { -webkit-animation: zoomOut 0.5s 0.25s backwards; animation: zoomOut 0.5s 0.25s backwards; }
.popupShown .slow .popup.visible { -webkit-animation: fadeIn 1.25s; animation: fadeIn 1.25s; }
.popupShown .slow .popup.visible:not(.animated) .popupContent { -webkit-animation: zoomOut 1s 0.25s backwards; animation: zoomOut 1s 0.25s backwards; }
.popupShown .fast .popup.visible { -webkit-animation: fadeIn 0.5s; animation: fadeIn 0.5s; }
.popupShown .fast .popup.visible .popupContent { -webkit-animation: zoomOut 0.5s 0.25s backwards; animation: zoomOut 0.5s 0.25s backwards; }

.popup .button { }
.popup .close { position: absolute; top: 0; right: 0; cursor: pointer; padding: 10px; font-size: 0; opacity: 0.5; z-index: 1050; -webkit-transition: 0.25s; transition: 0.25s; }
.popup .close:after { content: ""; background: white; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; width: 20px; height: 20px; margin: auto; border-radius: 50%; }
.popup .close.left { right: inherit; left: 0; }
.popup .close:hover { opacity: 1; }
.popup .close svg { overflow: hidden; fill: #000; width: 25px; height: 25px; -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.5); -moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.5); box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.5); border-radius: 50%; overflow: hidden; }
.popup .close.closeButton { margin: 14px; display: inline-block; position: relative; font-size: 18px; line-height: normal; border-radius: 3px; padding: 5px 15px 8px; border: none; outline: none; overflow: hidden; white-space: nowrap; -webkit-appearance: none; -webkit-user-select: none!important; -moz-user-select: none!important; -ms-user-select: none!important; user-select: none!important; color: #fff; background: #303030; text-decoration: none; cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.popup .close.closeButton.round { padding-left: 18px!important; padding-right: 18px!important; border-radius: 50px; }
.popup .close.closeButton svg { width: 20px; height: 20px; fill: #fff; margin-right: 4px; float: left; margin-top: 3px; }
.popup .close.closeButton.white svg { fill: #303030; }
.popup .close i { color: #666; font-size: 22px; }
.popupShown .close { }
.popupShown .close:hover { opacity: 0.7; }
.popupContent .formheader { font-size: 20px; line-height: 1.2em; margin-bottom: 18px; color: #2e2e2e; }
.popup.white .close svg { fill: #303030; }
.popup .container { height: 100vh; display: table; table-layout: fixed; position: relative; width: 100%; height: 100%; }
.popup .container .wrap { padding: 10px !important; vertical-align: middle; width: 100%; display: table-cell; text-align: center; }

.popup.fullscreen .wrap { padding: 0; }
.popup.fullscreen .embedVideo { height: 100vh; padding-bottom: 0; }
html.popupShown .panel.top { z-index: 0; }
html.popupShown .side { z-index: 9; }

.bgDark { width: 0%; height: 0%; position: fixed; z-index: 100; display: block; top: 50%; border-radius: 50%; left: 50%; transition: .5s; opacity: 0; }
.bgDark.openBg { background: #000; width: 150%; height: 150%; position: fixed; display: block; top: -25%; border-radius: 50%; left: -25%; transition: .5s; opacity: 0.8; z-index: 999; }

@-webkit-keyframes popupFadeIn {
 from { opacity: 0; }
}

@keyframes popupFadeIn {
 from { opacity: 0; }
}

.popupShown,
.popupShown body,
.sidebarShown,
.sidebarShown body { overflow-y: hidden!important; /*height: 1000px;*/ }

.popupContent { position: relative; }
.popupContent .pad { overflow: inherit!important; padding: 5% !important; border: none; border-left: solid 6px #e1e1e1 !important; box-shadow: none !important; border-radius: 0px !important; color: #303030; background: #fff; }
.popupContent .pad.thnkPopup { padding-top: 45px; }
.popupContent .close.closebtton { opacity: 1; color: #303030!important; right: -8px!important; top: -8px!important; }
.ultimateDiv { display: inline-block; }
.ultimateDiv .brandimagelogo { display: inline-block; width: 150px; max-height: 60px; margin-bottom: 10px; }
.popupContent .pad.thnkPopup .ultimateDiv { margin-top: 42px; }
.ui-widget { font-family: inherit!important; }
.form-group { margin-bottom: 15px; }
.popup .form-group:after { clear: both; display: block; content: ""; }


@media screen and (max-width: 767px) {
 .popup .close { opacity: 0.8; }
 .popup .close svg { width: 30px; height: 30px; }
 .popup .close svg.clsBold { width: 20px; height: 20px; }
 .popup .container { height: 100%; }
}

.popAnimated { z-index: 9998; }
.popAnimated h1 { font-weight: normal; color: #333; font-size: 17px; margin-bottom: 30px; padding-left: 14%; padding-right: 14%; line-height: 1.25; }
.popAnimated .popupContent .pad { background: #fff; border-radius: 12px !important; padding: 42px 52px !important; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3) !important; -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3) !important; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3) !important; width: 580px !important; max-width: 100%!important; margin: auto; position: relative; border: none !important; }
.popAnimated .popupContent .pad .cd-modal-action .button { font-weight: bold; font-size: 15px; width: 360px; max-width: 100%; padding-top: 15px; padding-bottom: 15px; margin-top: 0px; margin-bottom: 12px; text-transform: uppercase; }


.popup-window { padding: 10px; color: #fff; overflow: auto; position: relative; }
.pop-up-title { font-size: 30px; text-transform: capitalize; }
.popbox-shade { width: 100%; overflow: auto; }
.popbox-shade img { width: 100%; overflow: auto; }
.popup-field-title { font-size: 14px; width: 100px; float: left; padding-top: 5px; padding-bottom: 5px; }
.popup-field-info { font-size: 14px; width: 100%; max-width: 300px; float: left; padding-top: 5px; padding-bottom: 5px; }
.popup-window ul { margin: 0px; padding: 0px; }
.popup-window ul li { display: block; width: 100%; clear: both; }
.close-popup { width: 75px; height: 16px; font-size: 12px; position: absolute; right: 10px; top: 10px; text-align: right; cursor: pointer; }
.close-popup.right { right: 10px; }

/*simple html popup show*/
.popup-wrap { width: 100%; height: 100%; z-index: 99999; background-color: rgba(255, 255, 255, 0.8); position: fixed; left: 0px; right: 0px; top: 0px; }
.popup-content { width: 50%; left: 0px; right: 0px; margin: auto; position: absolute; top: 25%; }
.header-panel .pop-up-title, .popup-window .pop-up-title { font-family: 'OCE Bold', Arial; }
.popup_text { font-size: 20px; color: #fff; text-align: left; font-weight: normal; }
.popup .close.closeButton { position: relative!important; }

.popup .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.popup .background iframe { border: 0; position: absolute; top: 0; left: 0; }
.popupContent .thnkPopup .formheader { padding-top: 0px; color: #000; opacity: 1; font-family: 'OCE Bold', Arial; text-align: left; }
.popupContent .thnkPopup .thnkText { font-size: 18px; text-align: left; margin: auto; color: #444; }
.popup .button { display: inline-block; border-radius: 0px !important; padding: 14px 11px; color: #fff; letter-spacing: -0.5px; background: #0075b5; font-size: 15px; vertical-align: middle; cursor: pointer; margin-top: 10px; margin-bottom: 10px; line-height: 1; box-shadow: 0 1px 6px rgba(32,33,36,.28); margin-left: auto !important; margin-right: auto !important; text-overflow: ellipsis; font-family: 'OCE Bold', Arial; display: inline-block; border: none; outline: none; text-decoration: none; font-weight: 600; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; white-space: nowrap; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); box-shadow: inset 0 -100px 0 transparent; -webkit-appearance: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: 0.25s; transition: 0.25s; }
.popup .button.inArrow { padding-right: 45px; text-align: left; }
.popup .button svg { width: 22px; height: 22px; position: absolute; top: 10px; right: 15px; margin: auto; fill: #fff; }

.popHead { background-color: #efefef; min-height: 100px; }
.popHead:after { content: ""; clear: both; display: block; }
.popHeadLft { background-image: url(../images/noimage.png); width: 240px; height: 150px; /*background-size: cover;*/ background-size: 100%; background-repeat: no-repeat; background-position: center; display: inline-block; vertical-align: top; float: left; }
.popHeadRgt { display: inline-block; width: calc(100% - 241px); vertical-align: top; color: #000; padding: 30px; float: right; text-align: left; }
.popHeadRgt h3 { font-size: 15px; font-family: 'OCE Bold', Arial; font-weight: normal; color: #333; margin-bottom: 12px; }
.popHeadRgt .popCovidDiv { text-align: left; margin: auto; color: #0075b5; font-size: 15px; opacity: 0.8; }
.popHeadRgt .popCovidDiv:after { content: ""; clear: both; display: block; }
.popHeadRgt svg { width: 30px; height: 30px; fill: #0075b5; display: inline-block; float: left; }
.popHeadRgt .popCovidDiv .popCovidPara { display: inline-block; text-align: left; float: left; width: calc(100% - 30px); padding-left: 10px; letter-spacing: -0.5px; line-height: normal; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
 .popup .grid .dateTime [class*='col-'] { max-width: 50%!important; }
}

@media screen and (max-width:1023px) {
 .popupContent .formheader.makecolorBdrCLR { font-size: 17px!important; margin-right: 25px; }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
 .popup .grid .form-group .grid .col-6-12 { max-width: 50%!important; }
 .popup .grid .dateTime [class*='col-'] { max-width: 50%!important; }
}

@media screen and (max-width: 767px) {
 .popHeadLft { width: 100%!important; float: none!important; }
 .popHeadRgt { width: 100%!important; float: none!important; padding: 20px!important; }
 .popup.ucKeepMe .container .wrap { /*vertical-align: top !important;*/ }
 .popupContent .pad { padding-top: 45px!important; }
 .popHead + .pad { padding-top: 4%; }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
 .popup .grid .form-group .grid .col-6-12 { max-width: 50%!important; }
 .popup .grid .dateTime [class*='col-'] { max-width: 50%!important; }
}

@media screen and (max-width: 599px) {

 .popup .grid .dateTime [class*='col-'] { margin-bottom: 10px; }
 .popup .grid .dateTime .col-5-12 { max-width: 100%!important; }
 .popup .grid [class*='col-'] { max-width: 100%!important; width: 100%!important; }
 .popup .form-group .formlabelmain { margin-top: 0px; margin-bottom: 5px; }
 .popup .grid .form-group .grid .col-6-12 { margin-bottom: 10px; }
 .popup .grid .form-group .grid .col-6-12:last-child { margin-bottom: 0px; }
 .checkBlock .control-label { margin-right: 10px!important; }
}

.popup_animated.bothPopupShown .popAnimated,
.popup_animated-detail.bothPopupShown .popAnimated { display: none; }

.footerDiv { margin-bottom: 30px; }
.footerDiv .footerBtm { text-align: right !important; }
.footerDiv .bottomFtr { align-items: center; justify-content: flex-start; margin-bottom: 25px; display: flex; }
.footerDiv .bottomFtr .logo { display: inline-block; font-size: 0; }
.footerDiv .bottomFtr .logo img { margin-top: 0 !important; }
.footerDiv .bottomFtr > [class*=col-] { max-width: initial; width: auto; }
.footerDiv .bottomFtr > [class*=col-]:first-child { margin-right: 25px; font-size: 0; }
.footerDiv .bottomFtr > [class*=col-] a:after { content: ""; height: 15px; width: 2px; display: inline-block; background: #000; margin-left: 15px; margin-bottom: -2px; opacity: 0.3; }
.footerDiv .bottomFtr > [class*=col-] a { position: relative; }
.footerDiv .bottomFtr > [class*=col-]:first-child a:after { display: none; }
.footerDiv .bottomFtr > [class*=col-]:last-child a:after { display: none; }
.footerDiv .bktop.actionButton { float: right; margin: -115px 0 20px !important; }