@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

@font-face {
    font-family: 'Vanitas-Bold';
    src: url('../css/fonts/Vanitas-Bold.eot');
    src: url('../css/fonts/Vanitas-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Vanitas-Bold.woff2') format('woff2'),
        url('../css/fonts/Vanitas-Bold.woff') format('woff'),
        url('../css/fonts/Vanitas-Bold.ttf') format('truetype'),
        url('../css/fonts/Vanitas-Bold.svg#Vanitas-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas-Black';
    src: url('../css/fonts/Vanitas-Black.eot');
    src: url('../css/fonts/Vanitas-Black.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Vanitas-Black.woff2') format('woff2'),
        url('../css/fonts/Vanitas-Black.woff') format('woff'),
        url('../css/fonts/Vanitas-Black.ttf') format('truetype'),
        url('../css/fonts/Vanitas-Black.svg#Vanitas-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* letter-spacing: -0.40px; */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
img {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/* input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
    -moz-text-fill-color: #fff !important;
} */

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    /* use animation hack, if you have hard styled input */
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    /* if input has one color, and didn't have bg-image use shadow */
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    /* text color */
    -webkit-text-fill-color: #000000;
    /* font weigth */
    font-weight: 500 !important;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/* Custom Css */
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    letter-spacing: 1.12px;
}

h2,
.h2 {
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    letter-spacing: 4.32px;
}

h3,
.h3 {
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    color: #191919;
    letter-spacing: 4.16px;
}

h4,
.h4 {
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 4.16px;
    color: #000;
}

h5,
.h5 {
    font-size: 24px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 20px;
    font-weight: 500;
}

a,
a:hover {
    text-decoration: none;
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

a:focus {
    outline: 0;
}

.material-icons,
.material-icons-outlined {
    padding: 0;
}

/* Slick Slider css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* margin-left: auto;
    margin-right: auto; */
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}

.slick-slide:focus {
    outline: 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow svg {
    display: block;
    margin: auto;
}

.slick-arrow path {
    stroke: #fff;
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: initial;
    top: -90px;
    display: block;
    width: 34px;
    height: 34px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #bb6084;
    outline: none;
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
    opacity: 1;
}

.slick-prev {
    background: #AD1E56;
    background-size: 12px 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    right: 93px;
}

.slick-next {
    background: #AD1E56;
    background-size: 12px 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    right: 60px;
}

.slick-disabled {
    background-color: transparent;
}

.slick-arrow.slick-disabled path {
    stroke: #AD1E56;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0.12);
    opacity: .5;
    border-radius: 40px;
}

.slick-dots li.slick-active {
    width: 40px;
}
.slick-dots li.slick-active button {
    width: 40px;
    background: transparent linear-gradient(180deg, rgba(7, 198, 235, 1) 0%, rgba(81, 160, 234, 1) 100%);
    opacity: 1;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    content: none;
}




/* Header css start */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    z-index: 100;
    background: #fff;
    /*  backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    -ms-backdrop-filter: blur(50px);
    -o-backdrop-filter: blur(50px); */
    box-shadow: 0 0 69px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 69px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 69px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 69px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 69px rgba(0, 0, 0, 0.1);
    transition: all .5s cubic-bezier(.25, .74, .22, .99);
}

header.withBreadcrumb.is-hidden {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.headerInner {
    width: 100%;
    float: left;
    position: relative;
}

.logoArea {
    position: absolute;
    left: 60px;
    top: 0;
}

.logoArea a,
.logoArea img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;
    margin-bottom: 12px;
    margin-right: 0;
}

.logoArea img {
    height: 50px;
}

.navTabs {
    width: 100%;
    float: left;
    /* text-align: center; */
    padding: 0;
    padding-left: 15%;
    margin: 0;
    margin-top: 22px;
}

.navTabs a {
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0px;
    display: inline-block;
    margin: 0 23px;
    padding: 0 5px;
    padding-bottom: 23px;
    position: relative;
    list-style: none;
}

.navTabs a:hover,
.navTabs a:focus,
.navTabs a.activeNav {
    color: #000;
}

.navTabs a.activeNav:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: transparent linear-gradient(91deg, #307BBF 0%, #00D2F2 100%) 0% 0% no-repeat;
    border-radius: 3px;
}

.navRight {
    position: absolute;
    right: 60px;
    top: 0;
    margin-top: 26px;
}

.updateIcon {
    width: 34px;
    height: 34px;
    margin-right: 15px;
    border: 1px solid #F7F7F7;
    border-radius: 100%;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    display: none;
}
.updateIcon span {
    font-size: 22px;
    color: #000;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 11px);
}
.navIcon {
    width: 34px;
    height: 34px;
    border: 1px solid #F7F7F7;
    border-radius: 100%;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    display: none;
}

.navIcon:focus {
    outline: 0;
}

.navIcon span {
    width: 15px;
    height: 2px;
    position: absolute;
    left: 8px;
    top: 0;
    background-color: #000;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.navIcon span.first {
    top: 13px;
}

.navIcon span.last {
    top: 19px;
}

.navIcon.open span.first {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navIcon.open span.last {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navIcon .navIconNotif {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 14px;
    height: 14px;
    font-weight: 600;
    font-size: 8px;
    color: #000;
    line-height: 14px;
    text-align: center;
    border-radius: 100%;
    background-color: #00D2F2;
}

.navList {
    width: auto;
    float: left;
    /* opacity: 0;
    position: absolute; */
}

.custPortalLink {
    padding-right: 30px;
    margin-right: 10px;
    float: left;
    font-weight: 600;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 1.32px;
    color: #00D2F2;
    text-transform: uppercase;
    border-right: 2px solid rgba(0, 0, 0, 0.15);
}

.navList ul,
.navList ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.navList ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    margin-right: 14px;
}

.navList ul li a {
    position: relative;
}

.navList ul li a .notif {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 14px;
    height: 14px;
    font-weight: 600;
    font-size: 8px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    border-radius: 100%;
    background: transparent linear-gradient(91deg, #307BBF 0%, #00D2F2 100%) 0% 0% no-repeat;
}

.navList ul li svg {
    display: inline-block;
    vertical-align: middle;
}

.navList ul li a svg .navFill {
    fill: #000;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navList ul li a:hover svg .navFill {
    fill: #000;
}

.navList ul li a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #00D2F2;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navList ul li a:hover:before {
    opacity: 0.3;
    filter: blur(13px);
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -ms-filter: blur(13px);
    -o-filter: blur(13px);
}

.navListMobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 360px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.navListMobile ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    margin-top: 80px;
    padding: 0 40px;
}

.navListMobile ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

.navListMobile ul li a {
    width: 100%;
    float: left;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.48px;
    color: rgba(0, 0, 0, .5);
    position: relative;
}
.navListMobile ul li a.activeNav {
    color: #000;
    padding-left: 30px;
}
.navListMobile ul li a.activeNav:before {
    position: absolute;
    left: -40px;
    top: 10px;
    content: '';
    width: 40px;
    height: 4px;
    background: transparent linear-gradient(91deg, #307BBF 0%, #00D2F2 100%) 0% 0% no-repeat;
    border-radius: 0 3px 3px 0;

}
.mobNavOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    background: rgba(112, 112, 112, .14);
    backdrop-filter: blur(8px);
}


/* Header css end */



/* Footer css start */
footer,
.footerTop,
.footerTop-img,
.goToTop {
    width: 100%;
    float: left;
}

footer {
    background-color: #000;
}

.footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.goToTop {
    text-align: center;
}

.goToTop {
    margin-bottom: 80px;
}

.goToTop a {
    width: 46px;
    height: 46px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    background: rgba(18, 18, 22, 0.1);
    position: relative;
    color: #fff;
    z-index: 1;
}

.goToTop a:hover {
    color: #191919;
    border-radius: 100%;
    border-color: rgba(0, 210, 242, 0.2);
    background: transparent linear-gradient(180deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%);
}

.goToTop a img,
.goToTop .material-icons {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}

.goToTop a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(0deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.5;
    filter: blur(20px);
    opacity: 0;
    z-index: -1;
}

.footerBottom {
    width: 100%;
    float: left;
    position: relative;
}

.footerLogo {
    float: left;
}

.footerLogo img {
    height: 20px;
}

.footerCopy {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.84px;
    color: rgba(255, 255, 255, 0.4);
}

.footerSocial {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footerSocial,
.footerSocial li {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerSocial li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}



/* Footer css end */




/* Main css start */
main {
    width: 100%;
    min-height: calc(100vh - 77px);
    margin: 0;
    padding: 0;
    float: left;
}

section {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.container {
    max-width: 1640px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.hide {
    display: none;
}

.left {
    float: left;
}
.right {
    float: right;
}

.bgCover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header,
main,
footer {
    opacity: 0;
    visibility: hidden;
}

.relative {
    position: relative;
}

.preLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: url(../img/svg/preLoaderBg.svg) no-repeat center center;
    background-size: cover;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.preloaderTop {
    width: 180px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.preloaderTop img {
    margin-bottom: 15px;
    display: inline-block;
}

.preloaderTop p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 7.37px;
    color: #00D2F2;
    text-transform: uppercase;
}

.preloaderBtm {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.preloaderBtm p.poweredBy {
    margin-bottom: 15px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.preloaderBtm p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.6px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.preloaderMid {
    position: fixed;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.preloaderMidImg {
    position: relative;
    z-index: 1;
}

.preloaderMidImg img {
    width: 450px;
}

.blueBlurBg {
    width: 265px;
    height: 125px;
    position: fixed;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    opacity: 0;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -ms-filter: blur(50px);
    z-index: -1;

}

/* Text css */
.txtWhite {
    color: #fff;
}

.txtBlack {
    color: #000;
}

.txtBlue {
    color: #1A78E5;
}

.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.noWrap {
    white-space: nowrap;
}

/* Background colors css */
.bgGrayGradient:after {
    width: 100%;
    height: 63%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: .78;
    z-index: -1;
    background-image: -webkit-linear-gradient(to left, rgba(118, 118, 118, .56), rgba(235, 235, 235, 0));
    background-image: -moz-linear-gradient(to left, rgba(118, 118, 118, .56), rgba(235, 235, 235, 0));
    background-image: -o-linear-gradient(to left, rgba(118, 118, 118, .56), rgba(235, 235, 235, 0));
    background-image: linear-gradient(to left, rgba(118, 118, 118, .56), rgba(235, 235, 235, 0));
}

/* Padding css */
.ptb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.plr25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pb0 {
    padding-bottom: 0 !important;
}

/* Margin css */
.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}

/* Buttons css */
.blueTxtBtn {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    color: #00D2F2;
    position: relative;
}

.blueTxtBtn2 {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #00D2F2;
    position: relative;
}

/* .blueTxtBtn:before {
    position: absolute;
    top: 5px;
    content: '';
    width: 100%;
    height: 15px;
    background: rgba(0, 210, 242, .6);
    z-index: -1;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
} */

button.blueTxtBtn,
input[type=submit].blueTxtBtn {
    background: transparent;
    outline: 0;
    border: 0;
}


.blueGradient {
    min-width: 260px;
    display: inline-block;
    padding: 13px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    background: #00D2F2;
    border-radius: 27px;
    outline: 0;
    border: 0;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.blueGradientBtn {
    width: 260px;
    display: inline-block;
    padding: 16px 20px;
    padding-right: 60px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #181C27;
    line-height: 1;
    text-transform: uppercase;
    background: transparent linear-gradient(94deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    border-radius: 6px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.blueGradientBtn:after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    content: url(../img/svg/rightArrowW.svg);
    text-align: center;
    line-height: 30px;
    background-color: #000;
    border-radius: 50%;
}

input[type="submit"].blueGradientBtn {
    width: 260px;
    display: inline-block;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #181C27;
    line-height: 1;
    text-transform: uppercase;
    background: transparent linear-gradient(94deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    border-radius: 6px;
    border: 0;
    outline: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

input[type="submit"].blueGradientBtn::after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    content: '';
    text-align: center;
    line-height: 30px;
    background: url(../img/svg/login-blackBgArrow.svg) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
}

button[type="submit"].blueGradientBtn {
    width: 290px;
    display: inline-block;
    padding: 18px 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #181C27;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    background: transparent linear-gradient(100deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    border-radius: 6px;
    border: 0;
    outline: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

button[type="submit"].blueGradientBtn::after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    content: '';
    text-align: center;
    line-height: 30px;
    background: url(../img/svg/login-blackBgArrow.svg) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
}

.borderedBtn {
    width: 260px;
    display: inline-block;
    padding: 14px 20px;
    padding-right: 60px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid rgba(167, 243, 255, 0.24);
    border-radius: 6px;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.borderedBtn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: transparent linear-gradient(94deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) no-repeat;
    opacity: 0;
    z-index: -1;
}

.borderedBtn:after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 7px;
    top: 7px;
    content: url(../img/svg/rightArrowW.svg);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.borderedBtn:hover {
    color: #181C27;
    border-color: rgba(167, 243, 255, 1);
}


.arrowBtn {
    display: inline-block;
    padding-right: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #00D2F2;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    text-shadow: 0px 10px 20px rgba(0, 210, 242, 0.3);
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

a.arrowBtn:before {
    width: 30px;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    background-color: #fff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a.arrowBtn:after {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.addInviteeBtn {
    display: inline-block;
    padding: 0;
    padding-left: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #00D2F2;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.addInviteeBtn:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-left: 3px;
    width: 32px;
    height: 32px;
    content: '+';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2.6px;
    color: #00D2F2;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid rgba(0, 210, 242, .2);
}


/* .blueBtn {
    min-width: 260px;
    display: inline-block;
    padding: 17px 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.56px;
    color: #191919;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: transparent linear-gradient(90deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.blueBtn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(90deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.3;
    filter: blur(23px);
    z-index: -1;
}

input[type="submit"].blueBtn,
button.blueBtn {
    width: 260px;
    display: inline-block;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #181C27;
    line-height: 1;
    text-transform: uppercase;
    background: transparent linear-gradient(94deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    border-radius: 6px;
    border: 0;
    outline: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

button.blueBtn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(90deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.3;
    filter: blur(23px);
    z-index: -1;
} */

.blueBtn {
    min-width: 260px;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #00D2F2;
    border-radius: 20px;
    background: #00D2F2;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.blueBtn:hover {
    color: #fff;
}

/* .borderedBtn2 {
    min-width: 260px;
    display: inline-block;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.56px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.borderedBtn2:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 3px;
    background: transparent linear-gradient(90deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    opacity: 0;
    z-index: -1;
}

.borderedBtn2:hover {
    color: #191919;
    border-color: rgba(167, 243, 255, 1);
} */

.borderedBtn2 {
    min-width: 260px;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.82px;
    color: #00D2F2;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #00D2F2;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}


.borderedBtn3 {
    min-width: 260px;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #00D2F2;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

/* .borderedBtn3:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 3px;
    background: transparent linear-gradient(90deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    opacity: 0;
    z-index: -1;
} */
.borderedBtn3:hover {
    color: #fff;
    background-color: #00D2F2;
    border-color: #00D2F2;
}


.editBtn {
    width: 34px;
    height: 34px;
    display: inline-block;
    color: #00D2F2;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(0, 210, 242, 0.2);
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.editBtn .material-icons-outlined {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.editBtn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 100%;
    background: transparent linear-gradient(180deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    opacity: 0;
    z-index: -1;
}

.editBtn:hover .material-icons-outlined {
    color: #191919;
}

.editBtn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(0deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.5;
    filter: blur(20px);
    opacity: 0;
    z-index: -1;
}


.navpp-editBtn {
    width: 42px;
    height: 42px;
    display: inline-block;
    color: #00D2F2;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #00D2F2;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.navpp-editBtn .material-icons-outlined {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navpp-editBtn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 100%;
    background: transparent linear-gradient(180deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    opacity: 0;
    z-index: -1;
}

.navpp-editBtn:hover .material-icons-outlined {
    color: #191919;
}

.navpp-editBtn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(0deg, #00D2F2 0%, #A2F2FF 97%, #A7F3FF 100%) 0% 0% no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.5;
    filter: blur(20px);
    opacity: 0;
    z-index: -1;
}

.previewBtn {
    min-width: 224px;
    display: inline-block;
    padding: 7px 14px 7px 18px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.44px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    border: 2px solid #00D2F2;
    border-radius: 27px;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.previewBtn span {
    float: left;
}

.previewBtn span.material-icons {
    width: 24px;
    height: 24px;
    float: right;
    background: transparent linear-gradient(180deg, #07C6EB 0%, #51A0EA 100%) 0% 0% no-repeat;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

.previewBtn:hover {
    color: #fff;
    background: #00D2F2;
}

.previewBtn:hover span.material-icons {
    color: #00D2F2;
    background: #fff;
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

.downloadBtn {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #00D2F2;
    text-align: center;
    position: relative;
    background: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.downloadBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.downloadBtn svg {
    float: left;
}

.downloadBtn:hover {
    border-color: #00D2F2;
    background: #00D2F2;
}

.downloadBtn:hover .downloadBtnPath {
    fill: #fff !important;
}

.downloadBtn2 {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    color: #00D2F2;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.downloadBtn2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.downloadBtn2 svg {
    float: left;
}

.downloadBtn2:hover {
    border-color: #00D2F2;
    background: #00D2F2;
}

.downloadBtn2:hover .downloadBtnPath2 {
    fill: #fff !important;
}

.shareBtn {
    width: 44px;
    height: 44px;
    margin-right:0 !important;
    display: inline-block;
    color: #00D2F2;
    text-align: center;
    position: relative;
    background: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.shareBtn span {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent linear-gradient(180deg, #07C6EB 0%, #51A0EA 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shareBtn:hover {
    border-color: #00D2F2;
    background: #00D2F2;
}

.shareBtn:hover span {
    background: transparent linear-gradient(180deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.borderedBtn4 {
    display: inline-block;
    padding: 13px 40px 13px 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.56px;
    color: #00D2F2;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.borderedBtn4:after {
    border-bottom: 2px solid #00D2F2;
    border-right: 2px solid #00D2F2;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.borderedBtn4:hover {
    color: #fff;
    border: 1px solid #00D2F2;
    background: #00D2F2;
}

.borderedBtn4:hover:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.blueArrowBtn {
    float: right;
    padding: 0 20px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.32px;
    color: #00D2F2;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.blueArrowBtn:after {
    border-bottom: 2px solid #00D2F2;
    border-right: 2px solid #00D2F2;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blueBtn2 {
    display: inline-block;
    padding: 13px 40px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #00D2F2;
    border-radius: 20px;
    background: #00D2F2;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.blueBtn2:hover {
    color: #fff;
}

.blueBtn3 {
    display: inline-block;
    padding: 13px 18px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #00D2F2;
    border-radius: 20px;
    background: #00D2F2;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.blueBtn3:hover {
    color: #fff;
}


@media (hover) {
    .borderedBtn:hover:after {
        background-color: #000;
    }

    .borderedBtn:hover:before,
    .borderedBtn2:hover:before,
    .borderedBtn3:hover:before,
    .navpp-editBtn:hover:before,
    .editBtn:hover:before {
        opacity: 1;
    }

    a.arrowBtn:hover:before {
        width: 40px;
        right: 0;
    }

    a.arrowBtn:hover:after {
        right: 0;
    }

    .editBtn:hover:after,
    .navpp-editBtn:hover:after,
    .goToTop a:hover:after {
        opacity: 0.5;
    }

    .borderedBtn4:hover:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

}

.borderedBtn:hover:after {
    background-color: #000;
}

.borderedBtn:hover:before,
.borderedBtn2:hover:before,
.borderedBtn3:hover:before,
.navpp-editBtn:hover:before,
.editBtn:hover:before {
    opacity: 1;
}

a.arrowBtn:hover:before {
    width: 40px;
    right: 0;
}

a.arrowBtn:hover:after {
    right: 0;
}

.editBtn:hover:after,
.navpp-editBtn:hover:after,
.goToTop a:hover:after {
    opacity: 0.5;
}



/* Fancybox Css Start here */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.fancybox-is-open .fancybox-bg,
.iframePDF .fancybox-bg,
.fancybox-bg {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85) 0%,
            rgba(0, 0, 0, .3) 50%,
            rgba(0, 0, 0, .15) 65%,
            rgba(0, 0, 0, .075) 75.5%,
            rgba(0, 0, 0, .037) 82.85%,
            rgba(0, 0, 0, .019) 88%,
            rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* Custom Css */
.modal {
    padding: 0;
    background-color: transparent;
    border-radius: 40px;
}

.modal-inner {
    width: 100%;
    float: left;
    padding: 45px 50px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
}

/* Fancybox Css End here */



/* jScrollPane Css Start here */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    /* width: 10px; */
    height: 100%;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    /* background: #fff; */
    position: relative;
    border-radius: 5px;
}

.jspDrag {
    background: #D5D5D5;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px;
}

.jspDisabled {
    background: #80808d;
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 12px;
}

.jspVerticalBar .jspArrow:focus,
.stayUpdatedScroll:focus,
.jspContainer:focus,
.jspPane:focus {
    border: 0;
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/* jScrollPane Css End here */


/* Custom selectbox with the option to use jScrollPane css start here */
.customSelect {
    width: 100%;
    float: left;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.customSelect .selectedValue {
    padding: 0 50px 20px 0;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
}

.customSelect:focus,
.customSelect .selectedValue:focus,
.selectValueWrap:focus,
.customSelect.focused,
.selectListInnerWrap:focus,
.selectListOuterWrap:focus,
.customSelect dl:focus,
.customSelect dd:focus {
    outline: 0;
}

.customSelect .selectList {
    width: 100%;
    padding: 30px 25px 20px 40px;
    position: absolute;
    left: -999em;
    top: -999em;
    list-style: none;
    border: 1px solid rgba(0, 210, 242, .18);
    background-color: #1F1F1F;
    border-radius: 5px;
    z-index: 400;
}

.customSelect.select-open .selectList {
    left: 0 !important;
    top: calc(100% + 10px) !important;
    /* top: auto !important; */
}

/* .customSelect .selectValueWrap {
    margin-bottom: 10px;
} */

.customSelect .selectList dl.defaultScrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
}

.ppInputField.selectTimeSlot {
    overflow: initial;
}

.customSelect dl,
.customSelect dd {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, .6);
    letter-spacing: 2px;
    line-height: 1;
}

.customSelect dd {
    zoom: 1;
    cursor: pointer;
}

.customSelect .disabled {
    color: #999;
    cursor: default;
}

.customSelect .selected {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.customSelect dt {
    padding: 0;
}

.customSelect dd {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-right: 20px;
}

.hasJS select.custom {
    position: absolute;
    left: -999em;
}

.hasJS select.custom.use-default {
    position: absolute;
    left: auto;
    height: auto;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    /* prevents iOS from zooming in on field */
    font-size: 16px;
}

.customSelect.focused .selectedValue {
    box-shadow: 0;
    outline: 0;
}

.customSelect.disabled .selectedValue {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: default;
}

.customSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.customSelect .selectValueWrap .caret {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.customSelect .jspPane {
    overflow-x: hidden;
}

.customSelect .jspVerticalBar {
    background: none;
    width: 7px;
}

.customSelect .jspHorizontalBar {
    height: 0;
    overflow: hidden;
}

.customSelect .jspTrack {
    background: none;
    right: 0;
    border-radius: 5px;
}

.customSelect .jspDrag {
    border-radius: 5px;
    color: #fff;
    background-color: #fff;
    opacity: .2;
}

select.custom {
    position: absolute;
    left: -999em;
}






/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
    position: relative;
    /*Any position but static should work*/
    overflow: hidden;
}

.focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
}

.fImg {
    width: 100%;
    height: 736px;
    float: left;
}

form {
    width: 100%;
    float: left;
    position: initial !important;
}


/* Popup css start here */
.popup {
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    position: fixed;
    left: 0;
    top: 0;
    /* transition: all .5s cubic-bezier(.25, .74, .22, .99); */
    z-index: 200;
}

.ppOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 199;
    /* background: url(../img/popupBg.jpg) no-repeat center center; */
    /* background-color: rgba(7, 10, 19, 0.7); */
    background-color: rgba(247, 247, 247, .2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px);
}

.popup-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.popup-inner:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.pp-content {
    max-width: 790px;
    width: 92%;
    height: calc(100% - 140px);
    /* background: #000; */
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transition: all .5s cubic-bezier(.25, .74, .22, .99);
}

.pp-content.pp-consent {
    height: calc(100% - 360px); 
}

.pp-withHeader,
.pp-noHeader {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pp-noHeader {
    display: none;
}
.pp-noHeader.pp-opened {
    display: block;
}

.pp-head {
    width: 100%;
    height: 92px;
    float: left;
    padding: 27px 10%;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
}

.pp-head h5 {
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    /* font-weight: 500;
    font-size: 28px; */
    font-size: 32px;
    letter-spacing: 0.96px;
    color: #000;
}

.pp-main {
    width: 100%;
    height: calc(100% - 178px);
    float: left;
    padding: 0 5%;
    position: absolute;
    left: 0;
    top: 132px;
    overflow: hidden;
    /* overflow-y: auto; */
}

.pp-mainInner {
    width: 100%;
    height: calc(100% - 110px);
    float: left;
    position: absolute;
    left: 0;
    /* background: #2c0909; */
    overflow: hidden;
    overflow-y: auto;
}
.pp-mainInner.sca-mainInner {
    top: 70px;
    height: calc(100% - 130px);
}

.pp-mainInner:focus,
.pp-mainInner2:focus,
.pp-mainInner3:focus,
.pp-mainInner4:focus,
.nice-select .list:focus {
    outline: 0;
}

.pp-mainInner2 {
    width: 100%;
    height: calc(100% - 110px);
    float: left;
    position: absolute;
    left: 0;
    /* background: #2c0909; */
    overflow: hidden;
    overflow-y: auto;
}

.pp-mainInner3 {
    width: 100%;
    height: calc(100% - 70px);
    float: left;
    position: absolute;
    left: 0;
    /* background: #2c0909; */
    overflow: hidden;
    overflow-y: auto;
}

.pp-mainInner4 {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    /* background: #2c0909; */
    overflow: hidden;
    overflow-y: auto;
}

.pp-mainScroll {
    width: 100%;
    padding: 0 15%;
    float: left;
    position: relative;
}

.pp-close {
    position: absolute;
    top: calc(50% - 12px);
    right: 10%;
}

.pp-close .material-icons {
    line-height: 1;
    color: #000;
    padding: 0;
}

.pp-noHeader {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
}

.pp-vCenter {
    width: 100%;
    padding: 50px 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.congratsImg {
    width: 100%;
    float: left;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.congratsImg img {
    max-width: 100px;
}

.pp-vCenter h4 {
    margin-bottom: 30px;
}

.pp-vCenter p {
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 0.96px;
    color: #000;
    line-height: 1.6;
}

.pp-vCenter p.pp-vCenterBtns {
    margin-bottom: 30px;
}

.pp-vCenter.pp-vCenterLg {
    padding: 50px 15%;
}
.pp-vCenter.pp-vCenterLg h4 {
    margin-bottom: 60px;
}
.pp-vCenterLg p.pp-vCenterBtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pp-vCenterLg p.pp-vCenterBtns .borderedBtn2 {
    min-width: auto;
    width: calc(50% - 20px);
}
.questionImg {
    width: 86px;
    height: 86px;
    border-radius: 100%;
    background: transparent linear-gradient(180deg, rgba(7, 198, 235, .1) 0%, rgba(81, 160, 234, .1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.questionImg span {
    font-size: 52px;
    font-family: 'Vanitas-Black', 'Montserrat', sans-serif;
    background: transparent linear-gradient(180deg, rgba(7, 198, 235, 1) 0%, rgba(81, 160, 234, 1) 100%) 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pp-consent .congratsImg {
    margin-bottom: 50px;
}

.pp-footer {
    width: 100%;
    float: left;
    padding: 15px 11% 0;
    position: fixed;
    left: 0;
    bottom: 40px;
    background: #fff;
}

.pp-footerRow {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.pp-content.popup-lg {
    max-width: 1260px;
}

.pp-content.popup-lg .pp-head {
    padding: 30px 80px;
}

.pp-content.popup-lg .pp-close {
    right: 80px;
}
.blueGradient.pp-close,
.pp-content.popup-lg .blueGradient.pp-close {
    right: 0;
}

.pp-content.popup-lg .pp-main {
    padding: 0 80px;
}

.pp-content.popup-lg .pp-mainScroll {
    padding: 0 80px;
}


/* .pp-content.popup-lg .pp-footer {
    padding: 90px 0 0;
} */

.pp-content.popup-lg .pp-footerRow {
    text-align: center;
}

.pp-content.popup-lg .pp-footerRow .chkbox {
    width: auto;
    float: none;
    display: inline-block;
}
.pp-content.popup-lg .pp-footerRow.consentCenterBox .chkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pp-content.popup-lg .pp-footerRow .chkbox label,
.pp-content.popup-lg .pp-footerRow .chkbox label span {
    width: auto;
}

.tncTxt {
    margin-left: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.82px;
    color: rgba(0, 210, 242, 0.6);
    text-transform: uppercase;
    line-height: 1.6;
}

.pp-footer.sca-footer {
    padding: 15px 80px 0;
    z-index: 1;
}

.pp-footer.sca-footer .pp-footerRow .chkbox label,
.pp-footer .pp-footerRow .chkboxAuto label {
    height: auto;
}

.pp-footer.sca-footer .pp-footerRow .chkbox label span {
    width: calc(100% - 40px);
    text-align: left;
}



/* Form element css */
.chkbox {
    /* width: 100%; */
    float: left;
    display: block;
}

.chkbox input {
    width: 22px;
    height: 22px;
    float: left;
    padding: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    transition: all .4s ease;
}

.chkbox label {
    width: auto;
    height: 20px;
    float: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.82px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
}

.chkbox label::selection,
.chkbox label span::selection {
    background: none;
}

.chkbox label::-moz-selection,
.chkbox label span::-moz-selection {
    background: none;
}

.chkbox label::-webkit-selection,
.chkbox label span::-webkit-selection {
    background: none;
}

.chkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #00D2F2;
    border-radius: 2px;
    padding: 0;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
}

.chkbox.withLabel label:before {
    margin-right: 15px;
}

.chkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all .4s ease;
    z-index: 1;
}

.chkbox label span {
    width: calc(100% - 40px);
    float: left;
    line-height: 1.8;
}

.chkbox input:checked+label:before {
    background-color: #00D2F2;
    border-color: #00D2F2;
}

.chkbox input:checked+label {
    color: #000;
}


.radioBtn {
    float: left;
    display: block;
}

.radioBtn.fullwidth, 
.chkbox label.fullwidth,
.chkbox.fullwidth {
    width: 100%;
}

.radioBtn input {
    width: 20px;
    height: 20px;
    float: left;
    padding: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    transition: all .4s ease;
}

.radioBtn label {
    width: 100%;
    padding-left: 35px;
    padding-bottom: 15px;
    float: left;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2.6px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.1;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
}
.radioBtn.withBorder label {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.radioBtn input:checked+label {
    color: #000;
}
.radioBtn.withBorder input:checked+label {
    border-bottom: 1px solid #000;
}

.radioBtn label::selection,
.radioBtn label span::selection {
    background: none;
}

.radioBtn label::-moz-selection,
.radioBtn label span::-moz-selection {
    background: none;
}

.radioBtn label::-webkit-selection,
.radioBtn label span::-webkit-selection {
    background: none;
}

.radioBtn label:before {
    content: '';
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, .6);
    cursor: pointer;
    transition: all .4s ease;
}

.radioBtn input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100%;
    z-index: 1;
    transition: all .4s ease;
}

.radioBtn input:checked+label:before {
    border-color: #000;
}


/* nice-select css */
.nice-select {
    width: 100%;
    height: 45px;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    /* z-index: 9999; */
}

/* .nice-select:hover {
    border-color: #fff;
} */

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #000;
}

.nice-select:after {
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    border-right: 2px solid rgba(0, 0, 0, .2);
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -13px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
    /* -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); */
    border-bottom-color: #000;
    border-right-color: #000;
}

.nice-select.open .list {
    opacity: 1;
    visibility: visible;
    max-height: 80px;
    pointer-events: auto;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .current {
    padding-right: 30px;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 999;
}

.nice-listWrap {
    margin-top: 53px;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(0, 210, 242, .18);
    background: #F7F7F7;
    border-radius: 5px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
}

.nice-select.open .nice-listWrap {
    opacity: 1;
    visibility: visible;
    max-height: 160px;
    pointer-events: auto;
}

.nice-select .list {
    width: 100%;
    max-height: 0;
    float: left;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
}

/* .nice-select .list .jspDrag {
    left: -15px;
} */

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    letter-spacing: 1px;
    line-height: 1.3;
    list-style: none;
    outline: none;
    padding-bottom: 10px;
    padding-left: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: left;
    white-space: normal;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.nice-select .option:before {
    content: '';
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, .6);
    transition: all .4s ease;
}

.nice-select .option.selected:before {
    border-color: #00D2F2;
}

.nice-select .option.selected:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #00D2F2;
    border-radius: 100%;
    z-index: 1;
    transition: all .4s ease;
}

/* .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6; 
    color: rgba(0, 210, 242, 1)
} */

.nice-select .option.selected {
    color: #00D2F2;
    border-bottom: 1px solid rgba(0, 210, 242, .18);
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.error {
    font-weight: 500;
    font-size: 12px;
    color: #f35774;
    line-height: 1;
}

#update_profile #phoneNumber-error {
    padding-left: calc(30% + 20px);
}

.no-selection {
    -webkit-user-select: none;
    /* for safari & chrome browsers */
    -moz-user-select: none;
    /* for mozilla browsers */
    -khtml-user-select: none;
    /* for konqueror browsers */
    -ms-user-select: none;
    /* for IE10+ */
}

.passwordShow {
    position: absolute;
    right: 5px;
    top: 2px;
    color: rgba(0, 0, 0, .6);
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.passwordShow.psActive {
    color: #000;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(4, 61, 70, 1);
    background: transparent -webkit-linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    /*     background: rgba(0, 0, 0, .001);
    background: -webkit-radial-gradient(rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .001) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .001) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .001) 70%);
    background: radial-gradient(rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .001) 70%); */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(4, 61, 70, 1);
    background: transparent -webkit-linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 210, 242, 1) 0%, rgba(4, 61, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: -1;
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .001);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(0, 210, 242, .3);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 10%, #000 10%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    z-index: 1;
    border: 0;
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em;
}

.waves-button-input {
    margin: 0;
    padding: 0;
}

.waves-input-wrapper {
    border-radius: 10px;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.waves-float:active {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    border-color: rgba(0, 0, 0, .1);
}

.waves-block {
    display: block;
}

.ppInputRow2 .ppInputField2 input[type="text"].nice-select-search {
    padding-right: 0;
    font-size: 16px;
}

/* Assets loader css start here */
.globalLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 199;
    /* background: url(../img/popupBg.jpg) no-repeat center center; */
    /* background-color: rgba(7, 10, 19, 0.7); */
    background-color: rgba(247,247,247,.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
}
.globalLoader img {
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

.assetsLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 199;
    /* background: url(../img/popupBg.jpg) no-repeat center center; */
    /* background-color: rgba(7, 10, 19, 0.7); */
    background-color: rgba(247,247,247,.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
}
.assetsLoader img {
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% + 182px);
    width: 50px;
    height: 50px;
}
.page-link{
    Color:#000 !important;
}

/* Mobile show block css start here */
.mobileShow {
    display: none !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@media only screen and (max-width: 1000px) {
    header, main, footer {
        display: none !important;
    }
    .mobileShow {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .mobileShowInner {
        padding: 50px 12%;
        float: left;
        text-align: center;
    }
    .mobileShowInner h2 {
        font-family: 'Vanitas-Bold', 'Montserrat', sans-serif;
        color: #000;
        margin-bottom: 25px;
    }
    .mobileShowInner p {
        color: #000;
        line-height: 1.6;
    }
    
}
/* Mobile show block css end here */
