:root{
    --primaryFont : 18px;
    --maintapFont : 21px;
    --primaryColor : #fff; 
    --secondaryColor :#000;
    --svgFilterColor : brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7500%) hue-rotate(38deg) brightness(100%) contrast(95%);
}


@font-face {
    font-family: 'Goldman Sans';
    src: url('../fonts/GoldmanSans-Bold.eot');
    src: url('../fonts/GoldmanSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldmanSans-Bold.woff2') format('woff2'),
        url('../fonts/GoldmanSans-Bold.woff') format('woff'),
        url('../fonts/GoldmanSans-Bold.ttf') format('truetype'),
        url('../fonts/GoldmanSans-Bold.svg#GoldmanSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman Sans';
    src: url('../fonts/GoldmanSans-Regular.eot');
    src: url('../fonts/GoldmanSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldmanSans-Regular.woff2') format('woff2'),
        url('../fonts/GoldmanSans-Regular.woff') format('woff'),
        url('../fonts/GoldmanSans-Regular.ttf') format('truetype'),
        url('../fonts/GoldmanSans-Regular.svg#GoldmanSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman Sans';
    src: url('../fonts/GoldmanSans-Thin.eot');
    src: url('../fonts/GoldmanSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldmanSans-Thin.woff2') format('woff2'),
        url('../fonts/GoldmanSans-Thin.woff') format('woff'),
        url('../fonts/GoldmanSans-Thin.ttf') format('truetype'),
        url('../fonts/GoldmanSans-Thin.svg#GoldmanSans-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman Sans';
    src: url('../fonts/GoldmanSans-Medium.eot');
    src: url('../fonts/GoldmanSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldmanSans-Medium.woff2') format('woff2'),
        url('../fonts/GoldmanSans-Medium.woff') format('woff'),
        url('../fonts/GoldmanSans-Medium.ttf') format('truetype'),
        url('../fonts/GoldmanSans-Medium.svg#GoldmanSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Goldman Sans';
    src: url('../fonts/GoldmanSans-Black.eot');
    src: url('../fonts/GoldmanSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldmanSans-Black.woff2') format('woff2'),
        url('../fonts/GoldmanSans-Black.woff') format('woff'),
        url('../fonts/GoldmanSans-Black.ttf') format('truetype'),
        url('../fonts/GoldmanSans-Black.svg#GoldmanSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman Sans';
    src: url('../fonts/GoldmanSans-Light.eot');
    src: url('../fonts/GoldmanSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldmanSans-Light.woff2') format('woff2'),
        url('../fonts/GoldmanSans-Light.woff') format('woff'),
        url('../fonts/GoldmanSans-Light.ttf') format('truetype'),
        url('../fonts/GoldmanSans-Light.svg#GoldmanSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman';
    src: url('../fonts/Goldman-Regular.eot');
    src: url('../fonts/Goldman-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Goldman-Regular.woff2') format('woff2'),
        url('../fonts/Goldman-Regular.woff') format('woff'),
        url('../fonts/Goldman-Regular.ttf') format('truetype'),
        url('../fonts/Goldman-Regular.svg#Goldman-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman';
    src: url('../fonts/Goldman-Bold.eot');
    src: url('../fonts/Goldman-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Goldman-Bold.woff2') format('woff2'),
        url('../fonts/Goldman-Bold.woff') format('woff'),
        url('../fonts/Goldman-Bold.ttf') format('truetype'),
        url('../fonts/Goldman-Bold.svg#Goldman-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
 -webkit-text-size-adjust: none;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}
*, *::before, *::after{box-sizing:border-box;}
img{ max-width: 100%;}
/* Global
----------------------------------------------- */
.main-acblty{font-family: Goldman !important;}
.acc-initialized{ position: relative;}
.acc-initialized::after{
    position: fixed;
    content: '';
    background: transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    /*left: -120%;
    transform: skew(-30deg);*/
    left: 0;
    width: 100%;
    transition-delay: 0.05s;
    /* -webkit-transform: scale(0.04) translateY(9999px);
    transform: scale(0.04) translateY(9999px); */
}
.acc-initialized.acc-bg-light::after{
    /*background: #fcf2dc;*/
    left: 0%;
    transition: all 0.6s ease;
    /* transform: skew(0deg); 
    -webkit-animation: menu-animation 1.2s ease-out forwards;
    animation: menu-animation 1.2s ease-out forwards; */
}
.acc-initialized.acc-bg-black::after{
    background: #000;
    left: 0%;
    /* -webkit-animation: menu-animation 1.2s ease-out forwards;
    animation: menu-animation 1.2s ease-out forwards; */
}
.acc-initialized.acc-bg-solid::after{
    /*background: #FFF;*/
    left: 0%;
    /* -webkit-animation: menu-animation 1.2s ease-out forwards;
    animation: menu-animation 1.2s ease-out forwards; */
}
.acc-initialized.acc-bg-blueYellow::after{
    background: #4a5dc2f7;
    left: 0%;
    /* -webkit-animation: menu-animation 1.2s ease-out forwards;
    animation: menu-animation 1.2s ease-out forwards; */
}

/*.acc-initialized::after{background: #fff;}*/

/***** Reader *****/
body.acc-reader #acc-reader-container, body.acc-reader #acc-reader-container p, body.acc-reader #acc-reader-container ul li, body.acc-reader #acc-reader-container ol li{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}
body.acc-reader.acc-font-bold #acc-reader-container, body.acc-reader.acc-font-bold #acc-reader-container p, body.acc-reader.acc-font-bold #acc-reader-container ul li, body.acc-reader.acc-font-bold #acc-reader-container ol li{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
}
body.acc-reader #acc-reader-container .reader-domain{
    padding: 10px 4px 20px;
    border-bottom: 1px solid #eaeaea !important;
    margin: 40px 0 30px;
}
body.acc-reader #acc-reader-container .reader-domain a{color: #005ed6;}
body.acc-reader.acc-bg-black #acc-reader-container .reader-domain{
    border-bottom: 1px solid #fffa2c !important;
}
body.acc-reader.acc-bg-light #acc-reader-container .reader-domain{
    border-bottom: 1px solid #e4d7b6 !important;
}
body.acc-reader.acc-bg-light #acc-reader-container .reader-domain a{color: #b98421;}
body.acc-reader.acc-bg-black #acc-reader-container .reader-domain a{color: #fffa2c !important;}
body.acc-reader #acc-reader-container img{
    max-width: 100%;
}

.acc-bg-black{ color:#f6f6f6;}
.acc-bg-black div, .acc-bg-black h1, .acc-bg-black h2, .acc-bg-black h3, .acc-bg-black h4, .acc-bg-black h5, .acc-bg-black h6, .acc-bg-black p, .acc-bg-black blockquote, .acc-bg-black pre, .acc-bg-black abbr, .acc-bg-black acronym, .acc-bg-black address, .acc-bg-black big, .acc-bg-black cite, .acc-bg-black code, .acc-bg-black del, .acc-bg-black dfn, .acc-bg-black em, .acc-bg-black font, .acc-bg-black ins, .acc-bg-black kbd, .acc-bg-black q, .acc-bg-black s, .acc-bg-black samp, .acc-bg-black dl, .acc-bg-black dt, .acc-bg-black dd, .acc-bg-black ol, .acc-bg-black ul, .acc-bg-black li, .acc-bg-black fieldset, .acc-bg-black form, .acc-bg-black label, .acc-bg-black legend, .acc-bg-black table, .acc-bg-black caption, .acc-bg-black tbody, .acc-bg-black tfoot, .acc-bg-black thead, .acc-bg-black tr, .acc-bg-black th, .acc-bg-black td{color:#f6f6f6 !important;  transition: color 0.3s ease; -webkit-transition: color 0.3s ease;}


.acc-bg-solid div, .acc-bg-solid h1, .acc-bg-solid h2, .acc-bg-solid h3, .acc-bg-solid h4, .acc-bg-solid h5, .acc-bg-solid h6, .acc-bg-solid p, .acc-bg-solid blockquote, .acc-bg-solid pre, .acc-bg-solid abbr, .acc-bg-solid acronym, .acc-bg-solid address, .acc-bg-solid big, .acc-bg-solid cite, .acc-bg-solid code, .acc-bg-solid del, .acc-bg-solid dfn, .acc-bg-solid em, .acc-bg-solid font, .acc-bg-solid ins, .acc-bg-solid kbd, .acc-bg-solid q, .acc-bg-solid s, .acc-bg-solid samp, .acc-bg-solid dl, .acc-bg-solid dt, .acc-bg-solid dd, .acc-bg-solid ol, .acc-bg-solid ul, .acc-bg-solid li, .acc-bg-solid fieldset, .acc-bg-solid form, .acc-bg-solid label, .acc-bg-solid legend, .acc-bg-solid table, .acc-bg-solid caption, .acc-bg-solid tbody, .acc-bg-solid tfoot, .acc-bg-solid thead, .acc-bg-solid tr, .acc-bg-solid th, .acc-bg-solid td{color:#fff !important;  transition: color 0.3s ease; -webkit-transition: color 0.3s ease;}

.acc-bg-black a{ color: #fffa14 !important;transition-delay: 0.8s;}
.acc-bg-light div, .acc-bg-light h1, .acc-bg-light h2, .acc-bg-light h3, .acc-bg-light h4, .acc-bg-light h5, .acc-bg-light h6, .acc-bg-light p, .acc-bg-light blockquote, .acc-bg-light pre, .acc-bg-light abbr, .acc-bg-light acronym, .acc-bg-light address, .acc-bg-light big, .acc-bg-light cite, .acc-bg-light code, .acc-bg-light del, .acc-bg-light dfn, .acc-bg-light em, .acc-bg-light font, .acc-bg-light ins, .acc-bg-light kbd, .acc-bg-light q, .acc-bg-light s, .acc-bg-light samp, .acc-bg-light dl, .acc-bg-light dt, .acc-bg-light dd, .acc-bg-light ol, .acc-bg-light ul, .acc-bg-light li, .acc-bg-light fieldset, .acc-bg-light form, .acc-bg-light label, .acc-bg-light legend, .acc-bg-light table, .acc-bg-light caption, .acc-bg-light tbody, .acc-bg-light tfoot, .acc-bg-light thead, .acc-bg-light tr, .acc-bg-light th, .acc-bg-light td{color:#000;  transition: color 0.3s ease; -webkit-transition: 0.3s color ease;}

.acc-bg-blueYellow div, .acc-bg-blueYellow h1, .acc-bg-blueYellow h2, .acc-bg-blueYellow h3, .acc-bg-blueYellow h4, .acc-bg-blueYellow h5, .acc-bg-blueYellow h6, .acc-bg-blueYellow p, .acc-bg-blueYellow blockquote, .acc-bg-blueYellow pre, .acc-bg-blueYellow abbr, .acc-bg-blueYellow acronym, .acc-bg-blueYellow address, .acc-bg-blueYellow big, .acc-bg-blueYellow cite, .acc-bg-blueYellow code, .acc-bg-blueYellow del, .acc-bg-blueYellow dfn, .acc-bg-blueYellow em, .acc-bg-blueYellow font, .acc-bg-blueYellow ins, .acc-bg-blueYellow kbd, .acc-bg-blueYellow q, .acc-bg-blueYellow s, .acc-bg-blueYellow samp, .acc-bg-blueYellow dl, .acc-bg-blueYellow dt, .acc-bg-blueYellow dd, .acc-bg-blueYellow ol, .acc-bg-blueYellow ul, .acc-bg-blueYellow li, .acc-bg-blueYellow fieldset, .acc-bg-blueYellow form, .acc-bg-blueYellow label, .acc-bg-blueYellow legend, .acc-bg-blueYellow table, .acc-bg-blueYellow caption, .acc-bg-blueYellow tbody, .acc-bg-blueYellow tfoot, .acc-bg-blueYellow thead, .acc-bg-blueYellow tr, .acc-bg-blueYellow th, .acc-bg-blueYellow td{color:#f4ff4a !important; transition: color 0.3s ease; -webkit-transition: color 0.3s ease;}

.acc-bg-blueYellow a {color: #fff !important;  transition-delay: 0.8s;}
.acc-bg-blueYellow.acc-highlighted-link a:before, .acc-bg-blueYellow.acc-highlighted-link a:after {
    border-color: #fff;
}
.acc-bg-blueYellow.acc-highlighted-title h1::after, 
.acc-bg-blueYellow.acc-highlighted-title h2::after, 
.acc-bg-blueYellow.acc-highlighted-title h3::after, 
.acc-bg-blueYellow.acc-highlighted-title h4::after, 
.acc-bg-blueYellow.acc-highlighted-title h5::after, 
.acc-bg-blueYellow.acc-highlighted-title h6::after {    
    background: #f4ff4a;
}

.ac-dashboard .ac-tabs-content h3, .ac-dashboard .ac-tabs-content p{color: #000!important;}
/*
.acc-reader div{ display: none !important; }
.acc-reader div#reader-content{ display: block !important; }
*/
body.acc-reader > * {
    display: none;
}
#acc-reader-container{display:none;}
body.acc-reader #acc-reader-container{ max-width: 800px; margin:0 auto; }
body.acc-reader #accessability_container, body.acc-reader #acc-reader-container{display:block;}
body.acc-reader{padding: 0 15px;}
body.acc-reader #acc-reader-container, body.acc-reader #acc-reader-container h1, body.acc-reader #acc-reader-container h2, body.acc-reader #acc-reader-container h3, body.acc-reader #acc-reader-container h4, body.acc-reader #acc-reader-container h5, body.acc-reader #acc-reader-container h6{
    font-family:'Open Sans', sans-serif;
    font-weight:700;
}

.acc-bg-light .acs_control_sec section,
.acc-bg-light .acs_control_sec span,
.acc-bg-light .acs_control_sec applet,
.acc-bg-light .acs_control_sec object,
.acc-bg-light .acs_control_sec iframe,
.acc-bg-light .acs_control_sec small,
.acc-bg-light .acs_control_sec strike,
.acc-bg-light .acs_control_sec strong,
.acc-bg-light .acs_control_sec sub,
.acc-bg-light .acs_control_sec sup,
.acc-bg-light .acs_control_sec tt,
.acc-bg-light .acs_control_sec var,
.acc-bg-light .acs_control_sec div, 
.acc-bg-light .acs_control_sec h1,
.acc-bg-light .acs_control_sec h2, 
.acc-bg-light .acs_control_sec h3, 
.acc-bg-light .acs_control_sec h4, 
.acc-bg-light .acs_control_sec h5, 
.acc-bg-light .acs_control_sec h6, 
.acc-bg-light .acs_control_sec p, 
.acc-bg-light .acs_control_sec blockquote, 
.acc-bg-light .acs_control_sec pre, 
.acc-bg-light .acs_control_sec abbr, 
.acc-bg-light .acs_control_sec acronym, 
.acc-bg-light .acs_control_sec address, 
.acc-bg-light .acs_control_sec big, 
.acc-bg-light .acs_control_sec cite, 
.acc-bg-light .acs_control_sec code, 
.acc-bg-light .acs_control_sec del, 
.acc-bg-light .acs_control_sec dfn, 
.acc-bg-light .acs_control_sec em, 
.acc-bg-light .acs_control_sec font, 
.acc-bg-light .acs_control_sec ins, 
.acc-bg-light .acs_control_sec kbd, 
.acc-bg-light .acs_control_sec q, 
.acc-bg-light .acs_control_sec s, 
.acc-bg-light .acs_control_sec samp, 
.acc-bg-light .acs_control_sec dl, 
.acc-bg-light .acs_control_sec dt, 
.acc-bg-light .acs_control_sec dd, 
.acc-bg-light .acs_control_sec ol, 
.acc-bg-light .acs_control_sec ul, 
/*.acc-bg-light .acs_control_sec li, */
.acc-bg-light .acs_control_sec fieldset, 
.acc-bg-light .acs_control_sec form, 
.acc-bg-light .acs_control_sec label, 
.acc-bg-light .acs_control_sec legend, 
.acc-bg-light .acs_control_sec table, 
.acc-bg-light .acs_control_sec caption, 
.acc-bg-light .acs_control_sec tbody, 
.acc-bg-light .acs_control_sec tfoot, 
.acc-bg-light .acs_control_sec thead, 
.acc-bg-light .acs_control_sec tr, 
.acc-bg-light .acs_control_sec th, 
.acc-bg-light .acs_control_sec td,

.acc-bg-solid .acs_control_sec section, 
.acc-bg-solid .acs_control_sec span, 
.acc-bg-solid .acs_control_sec applet, 
.acc-bg-solid .acs_control_sec object, 
.acc-bg-solid .acs_control_sec iframe, 
.acc-bg-solid .acs_control_sec small, 
.acc-bg-solid .acs_control_sec strike, 
.acc-bg-solid .acs_control_sec strong, 
.acc-bg-solid .acs_control_sec sub, 
.acc-bg-solid .acs_control_sec sup, 
.acc-bg-solid .acs_control_sec tt, 
.acc-bg-solid .acs_control_sec var,
.acc-bg-solid .acs_control_sec div, 
.acc-bg-solid .acs_control_sec h1, 
.acc-bg-solid .acs_control_sec h2, 
.acc-bg-solid .acs_control_sec h3, 
.acc-bg-solid .acs_control_sec h4, 
.acc-bg-solid .acs_control_sec h5, 
.acc-bg-solid .acs_control_sec h6, 
.acc-bg-solid .acs_control_sec p, 
.acc-bg-solid .acs_control_sec blockquote, 
.acc-bg-solid .acs_control_sec pre, 
.acc-bg-solid .acs_control_sec abbr, 
.acc-bg-solid .acs_control_sec acronym, 
.acc-bg-solid .acs_control_sec address, 
.acc-bg-solid .acs_control_sec big, 
.acc-bg-solid .acs_control_sec cite, 
.acc-bg-solid .acs_control_sec code, 
.acc-bg-solid .acs_control_sec del, 
.acc-bg-solid .acs_control_sec dfn, 
.acc-bg-solid .acs_control_sec em, 
.acc-bg-solid .acs_control_sec font, 
.acc-bg-solid .acs_control_sec ins, 
.acc-bg-solid .acs_control_sec kbd, 
.acc-bg-solid .acs_control_sec q, 
.acc-bg-solid .acs_control_sec s, 
.acc-bg-solid .acs_control_sec samp, 
.acc-bg-solid .acs_control_sec dl, 
.acc-bg-solid .acs_control_sec dt, 
.acc-bg-solid .acs_control_sec dd, 
.acc-bg-solid .acs_control_sec ol, 
.acc-bg-solid .acs_control_sec ul, 
/*.acc-bg-solid .acs_control_sec li, */
.acc-bg-solid .acs_control_sec fieldset, 
.acc-bg-solid .acs_control_sec form, 
.acc-bg-solid .acs_control_sec label, 
.acc-bg-solid .acs_control_sec legend, 
.acc-bg-solid .acs_control_sec table, 
.acc-bg-solid .acs_control_sec caption, 
.acc-bg-solid .acs_control_sec tbody, 
.acc-bg-solid .acs_control_sec tfoot, 
.acc-bg-solid .acs_control_sec thead, 
.acc-bg-solid .acs_control_sec tr, 
.acc-bg-solid .acs_control_sec th, 
.acc-bg-solid .acs_control_sec td{
    /*background: transparent !important;*/
    /* color:#101010 !important; */
    transition: color 0.3s ease; -webkit-transition: color 0.3s ease; transition-delay: 0.2s;
}

.acc-bg-black .acs_control_sec section, 
.acc-bg-black .acs_control_sec span, 
.acc-bg-black .acs_control_sec applet, 
.acc-bg-black .acs_control_sec object, 
.acc-bg-black .acs_control_sec iframe, 
.acc-bg-black .acs_control_sec small, 
.acc-bg-black .acs_control_sec strike, 
.acc-bg-black .acs_control_sec strong, 
.acc-bg-black .acs_control_sec sub, 
.acc-bg-black .acs_control_sec sup, 
.acc-bg-black .acs_control_sec tt, 
.acc-bg-black .acs_control_sec var,
.acc-bg-black .acs_control_sec div, 
.acc-bg-black .acs_control_sec h1, 
.acc-bg-black .acs_control_sec h2, 
.acc-bg-black .acs_control_sec h3, 
.acc-bg-black .acs_control_sec h4, 
.acc-bg-black .acs_control_sec h5, 
.acc-bg-black .acs_control_sec h6, 
.acc-bg-black .acs_control_sec p, 
.acc-bg-black .acs_control_sec blockquote, 
.acc-bg-black .acs_control_sec pre, 
.acc-bg-black .acs_control_sec abbr, 
.acc-bg-black .acs_control_sec acronym, 
.acc-bg-black .acs_control_sec address, 
.acc-bg-black .acs_control_sec big, 
.acc-bg-black .acs_control_sec cite, 
.acc-bg-black .acs_control_sec code, 
.acc-bg-black .acs_control_sec del, 
.acc-bg-black .acs_control_sec dfn, 
.acc-bg-black .acs_control_sec em, 
.acc-bg-black .acs_control_sec font, 
.acc-bg-black .acs_control_sec ins, 
.acc-bg-black .acs_control_sec kbd, 
.acc-bg-black .acs_control_sec q, 
.acc-bg-black .acs_control_sec s, 
.acc-bg-black .acs_control_sec samp, 
.acc-bg-black .acs_control_sec dl, 
.acc-bg-black .acs_control_sec dt, 
.acc-bg-black .acs_control_sec dd, 
.acc-bg-black .acs_control_sec ol, 
.acc-bg-black .acs_control_sec ul,
/*.acc-bg-black .acs_control_sec li, */
.acc-bg-black .acs_control_sec fieldset, 
.acc-bg-black .acs_control_sec form, 
.acc-bg-black .acs_control_sec label, 
.acc-bg-black .acs_control_sec legend, 
.acc-bg-black .acs_control_sec table, 
.acc-bg-black .acs_control_sec caption, 
.acc-bg-black .acs_control_sec tbody, 
.acc-bg-black .acs_control_sec tfoot, 
.acc-bg-black .acs_control_sec thead, 
.acc-bg-black .acs_control_sec tr, 
.acc-bg-black .acs_control_sec th, 
.acc-bg-black .acs_control_sec td{
    background: transparent !important;
    color: initial !important;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
}

.acc-font-bold section, .acc-font-bold span, .acc-font-bold applet, .acc-font-bold object, .acc-font-bold iframe, .acc-font-bold small, .acc-font-bold strike, .acc-font-bold strong, .acc-font-bold sub, .acc-font-bold sup, .acc-font-bold tt, .acc-font-bold var, .acc-font-bold div, .acc-font-bold h1, .acc-font-bold h2, .acc-font-bold h3, .acc-font-bold h4, .acc-font-bold h5, .acc-font-bold h6, .acc-font-bold p, .acc-font-bold blockquote, .acc-font-bold pre, .acc-font-bold abbr, .acc-font-bold acronym, .acc-font-bold address, .acc-font-bold big, .acc-font-bold cite, .acc-font-bold code, .acc-font-bold del, .acc-font-bold dfn, .acc-font-bold em, .acc-font-bold font, .acc-font-bold ins, .acc-font-bold kbd, .acc-font-bold q, .acc-font-bold s, .acc-font-bold samp, .acc-font-bold dl, .acc-font-bold dt, .acc-font-bold dd, .acc-font-bold ol, .acc-font-bold ul, .acc-font-bold li, .acc-font-bold fieldset, .acc-font-bold form, .acc-font-bold label, .acc-font-bold legend, .acc-font-bold table, .acc-font-bold caption, .acc-font-bold tbody, .acc-font-bold tfoot, .acc-font-bold thead, .acc-font-bold tr, .acc-font-bold th, .acc-font-bold td, .acc-font-bold a{ font-weight: bold !important;}
.acc-font-bold .acs_control_sec section, .acc-font-bold .acs_control_sec span, .acc-font-bold .acs_control_sec applet, .acc-font-bold .acs_control_sec object, .acc-font-bold .acs_control_sec iframe, .acc-font-bold .acs_control_sec small, .acc-font-bold .acs_control_sec strike, .acc-font-bold strong, .acc-font-bold .acs_control_sec sub, .acc-font-bold .acs_control_sec sup, .acc-font-bold .acs_control_sec tt, .acc-font-bold .acs_control_sec var, .acc-font-bold .acs_control_sec div, .acc-font-bold .acs_control_sec p, .acc-font-bold .acs_control_sec blockquote, .acc-font-bold .acs_control_sec pre, .acc-font-bold .acs_control_sec abbr, .acc-font-bold .acs_control_sec acronym, .acc-font-bold .acs_control_sec address, .acc-font-bold .acs_control_sec big, .acc-font-bold .acs_control_sec cite, .acc-font-bold .acs_control_sec code, .acc-font-bold .acs_control_sec del, .acc-font-bold .acs_control_sec dfn, .acc-font-bold .acs_control_sec em, .acc-font-bold .acs_control_sec font, .acc-font-bold .acs_control_sec ins, .acc-font-bold .acs_control_sec kbd, .acc-font-bold q, .acc-font-bold s, .acc-font-bold samp, .acc-font-bold .acs_control_sec dl, .acc-font-bold .acs_control_sec dt, .acc-font-bold .acs_control_sec dd, .acc-font-bold .acs_control_sec ol, .acc-font-bold .acs_control_sec ul, .acc-font-bold .acs_control_sec li, .acc-font-bold .acs_control_sec fieldset, .acc-font-bold .acs_control_sec form, .acc-font-bold .acs_control_sec label, .acc-font-bold .acs_control_sec legend, .acc-font-bold .acs_control_sec table, .acc-font-bold .acs_control_sec caption, .acc-font-bold .acs_control_sec tbody, .acc-font-bold .acs_control_sec tfoot, .acc-font-bold .acs_control_sec thead, .acc-font-bold .acs_control_sec tr, .acc-font-bold .acs_control_sec th, .acc-font-bold .acs_control_sec td{ font-weight: initial !important;}

/*
font size Inccrese

.acc-font-4x h1, .acc-font-4x h2, .acc-font-4x h3, .acc-font-4x h4, .acc-font-4x h5, .acc-font-4x h6, .acc-font-4x p, .acc-font-4x div{font-size:calc(14px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x h1{font-size:calc(54px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x h2{font-size:calc(46px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x h3{font-size:calc(40px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x h4{font-size:calc(34px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x p, .acc-font-4x ul li, .acc-font-4x ol li, .acc-font-4x tr td, .acc-font-4x tr th, .acc-font-1x div{font-size:calc(24px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x h5{font-size:calc(20px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x h6{font-size:calc(18px + 4 * ((100vw - 320px) / 680));}
.acc-font-4x .acs_control_sec h1, .acc-font-4x .acs_control_sec h2, .acc-font-4x .acs_control_sec h3, .acc-font-4x .acs_control_sec h4, .acc-font-4x .acs_control_sec h5, .acc-font-4x .acs_control_sec h6, .acc-font-4x .acs_control_sec p, .acc-font-4x .acs_control_sec div{
    font-size:initial;
}

.acc-font-3x h1, .acc-font-3x h2, .acc-font-3x h3, .acc-font-3x h4, .acc-font-3x h5, .acc-font-3x h6, .acc-font-3x p, .acc-font-3x div{font-size:calc(14px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x h1{font-size:calc(50px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x h2{font-size:calc(42px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x h3{font-size:calc(36px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x h4{font-size:calc(30px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x p, .acc-font-3x ul li, .acc-font-3x ol li, .acc-font-3x tr td, .acc-font-3x tr th, .acc-font-3x div{font-size:calc(20px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x h5{font-size:calc(18px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x h6{font-size:calc(16px + 4 * ((100vw - 320px) / 680));}
.acc-font-3x .acs_control_sec h1, .acc-font-3x .acs_control_sec h2, .acc-font-3x .acs_control_sec h3, .acc-font-3x .acs_control_sec h4, .acc-font-3x .acs_control_sec h5, .acc-font-3x .acs_control_sec h6, .acc-font-3x .acs_control_sec p, .acc-font-3x .acs_control_sec div{
    font-size:initial;
}

.acc-font-2x h1, .acc-font-2x h2, .acc-font-2x h3, .acc-font-2x h4, .acc-font-2x h5, .acc-font-2x h6, .acc-font-2x p, .acc-font-2x div{font-size:calc(14px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x h1{font-size:calc(47px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x h2{font-size:calc(38px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x h3{font-size:calc(32px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x h4{font-size:calc(26px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x p, .acc-font-2x ul li, .acc-font-2x ol li, .acc-font-2x tr td, .acc-font-2x tr th, .acc-font-2x div{font-size:calc(17px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x h5{font-size:calc(16px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x h6{font-size:calc(13px + 4 * ((100vw - 320px) / 680));}
.acc-font-2x .acs_control_sec h1, .acc-font-2x .acs_control_sec h2, .acc-font-2x .acs_control_sec h3, .acc-font-2x .acs_control_sec h4, .acc-font-2x .acs_control_sec h5, .acc-font-2x .acs_control_sec h6, .acc-font-2x .acs_control_sec p, .acc-font-2x .acs_control_sec div{
    font-size:initial;
}

.acc-font-1x h1, .acc-font-1x h2, .acc-font-1x h3, .acc-font-1x h4, .acc-font-1x h5, .acc-font-1x h6, .acc-font-1x p, .acc-font-1x div{font-size:calc(16px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x h1{font-size:calc(44px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x h2{font-size:calc(34px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x h3{font-size:calc(28px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x h4{font-size:calc(22px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x p, .acc-font-1x ul li, .acc-font-1x ol li, .acc-font-1x tr td, .acc-font-1x tr th, .acc-font-1x div{font-size:calc(16px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x h5{font-size:calc(13px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x h6{font-size:calc(11px + 4 * ((100vw - 320px) / 680));}
.acc-font-1x .acs_control_sec h1, .acc-font-1x .acs_control_sec h2, .acc-font-1x .acs_control_sec h3, .acc-font-1x .acs_control_sec h4, .acc-font-1x .acs_control_sec h5, .acc-font-1x .acs_control_sec h6, .acc-font-1x .acs_control_sec p, .acc-font-1x .acs_control_sec div{
    font-size:initial;
}
.acc-font-1x .acs_control_sec h2,
.acc-font-2x .acs_control_sec h2,
.acc-font-3x .acs_control_sec h2,
.acc-font-4x .acs_control_sec h2{
    font-size: 34px;
    -webkit-font-size: initial;
}

*/

 @-webkit-keyframes 
menu-animation {  0% {
 opacity: 0;
 -webkit-transform: scale(0.04) translateY(300%);
 transform: scale(0.04) translateY(300%);
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
 -webkit-transition: ease-out;
 transition: ease-out;
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(0.02) translateY(0px);
 transform: scale(0.02) translateY(0px);
}
 61% {
 -webkit-transform: scale(0.04);
 transform: scale(0.04);
}
 99.9% {
 height: 0;
 padding-bottom: 100%;
 border-radius: 100%;
}
 100% {
 -webkit-transform: scale(2);
 transform: scale(2);
 height: 100%;
 padding-bottom: 0;
 border-radius: 0;
}
}
 @keyframes menu-animation{
0% {
opacity: 0;
 -webkit-transform: scale(0.04) translateY(300%);
 transform: scale(0.04) translateY(300%);
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
 -webkit-transition: ease-out;
 transition: ease-out;
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(0.02) translateY(0px);
 transform: scale(0.02) translateY(0px);
}
 61% {
 -webkit-transform: scale(0.04);
 transform: scale(0.04);
}
 99.9%{
 height: 0;
 padding-bottom: 100%;
 border-radius: 100%;
}
 100%{
 -webkit-transform: scale(2);
 transform: scale(2);
 height: 100%;
 padding-bottom: 0;
 border-radius: 0;
}
}
@-webkit-keyframes anim-rotate { 
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
@keyframes anim-rotate{ 
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
.acc-highlighted-link a{ /* outline: 2px dashed #0045e2; */ position: relative; outline-offset:3px;font-weight: bolder;}
.acc-initialized a{position:relative;}
.acc-initialized a:after, .acc-initialized a:before{
    position: absolute;
    content: "";
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    width: 0;
    height: 0;
    overflow: hidden;
}
.acc-highlighted-link.acc-initialized a:after, .acc-highlighted-link.acc-initialized a:before{
    position: absolute;
    content: "";
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    overflow: hidden;
}

.acc-highlighted-link a:before{
    left: -4px;
    bottom: -4px;
    border-left: 2px dashed #0045e2;
    border-bottom: 2px dashed #0045e2;
    transition: all 0.6s ease;
}
.acc-highlighted-link a:after{
    right: -4px;
    top: -4px;
    border-right: 2px dashed #0045e2;
    border-top: 2px dashed #0045e2;
    transition: all 0.6s ease;
}

.acc-highlighted-link.acc-initialized .ac-dashboard.active a:after, .acc-highlighted-link.acc-initialized .ac-dashboard.active a:before{
	width:unset!important;
	height:unset!important;
}

.acc-highlighted-link .ac-dashboard.active a:before{
    border-left: unset!important;
    border-bottom: unset!important;
}

.acc-bg-black.acc-highlighted-link a:before, .acc-bg-black.acc-highlighted-link a:after {
    border-color:#fffa14 ;
}
.acc-highlighted-link .acs_control_sec a{ outline:none;}
.acc-highlighted-link .acs_control_sec a:after, .acc-highlighted-link .acs_control_sec a:before{ border:none;}

.acc-highlighted-title h1, .acc-initialized h1,
.acc-highlighted-title h2, .acc-initialized h2,
.acc-highlighted-title h3, .acc-initialized h3,
.acc-highlighted-title h4, .acc-initialized h4,
.acc-highlighted-title h5, .acc-initialized h5,
.acc-highlighted-title h6, .acc-initialized h6{
    width:fit-content; width: -moz-fit-content; position: relative;
}
.acc-initialized h1::after,
.acc-initialized h2::after,
.acc-initialized h3::after,
.acc-initialized h4::after,
.acc-initialized h5::after,
.acc-initialized h6::after{
    content: '';
    position: absolute;
    height: 6px;
    width: 0%;
    /* background: #1957e5; */
    border-color: #1957e5;
    border-bottom-style: dotted;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    left: 0;
    bottom: -7px;
}

.ac-dashboard.active h1::after, .ac-dashboard.active h2::after, .ac-dashboard.active h3::after, .ac-dashboard.active h4::after, .ac-dashboard.active h5::after, .ac-dashboard.active h6::after{
	background:none!important;
    border: 0px solid!important;
}

.acc-bg-solid.acc-initialized h1::after,
.acc-bg-solid.acc-initialized h2::after,
.acc-bg-solid.acc-initialized h3::after,
.acc-bg-solid.acc-initialized h4::after,
.acc-bg-solid.acc-initialized h5::after,
.acc-bg-solid.acc-initialized h6::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 0%;
    /* background: #fff; */
    border-color: #fff;
    border-bottom-style: dotted;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    left: 0;
    bottom: -7px;
}

.acc-initialized.acc-highlighted-title h1::after,
.acc-initialized.acc-highlighted-title h2::after,
.acc-initialized.acc-highlighted-title h3::after,
.acc-initialized.acc-highlighted-title h4::after,
.acc-initialized.acc-highlighted-title h5::after,
.acc-initialized.acc-highlighted-title h6::after{
    width: 100%;
}
.acc-initialized .acs_control_sec h1::after,
.acc-initialized .acs_control_sec h2::after,
.acc-initialized .acs_control_sec h3::after,
.acc-initialized .acs_control_sec h4::after,
.acc-initialized .acs_control_sec h5::after,
.acc-initialized .acs_control_sec h6::after{
    display: none !important;
}

.acc-highlighted-title .acs_control_sec h1, .acc-highlighted-title .acs_control_sec h2, .acc-highlighted-title .acs_control_sec h3, .acc-highlighted-title .acs_control_sec h4, .acc-highlighted-title .acs_control_sec h5, .acc-highlighted-title .acs_control_sec h6{border: 0px dotted transparent;}

.acc-highlighted-image img, .acc-highlighted-image figure{border: 3px dotted #e83636;}
.acc-highlighted-image .acs_control_sec img, .acc-highlighted-image .acs_control_sec figure{border: 0px dotted transparent;}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}
.margin-bottom10{ margin-bottom: 10px}
.margin-bottom20{ margin-bottom: 20px}
.margin-bottom30{ margin-bottom: 30px}
.margin-bottom40{ margin-bottom: 40px}
.padding-bottom10{ padding-bottom: 10px}
.padding-bottom20{ padding-bottom: 20px}
.padding-bottom30{ padding-bottom: 30px}
.padding-bottom40{ padding-bottom: 40px}
/* Horizontal Line */
hr {
	border-color: #eaeaea;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 0px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}

cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	background-color: #F9F9F9;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
}
/* Superscript and Subscript */
sup, sub {
	font-size: 12px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Blockquote */
blockquote {
	/* font-style: italic; */
	font-weight: normal;
	padding:5px 0px 5px 15px;
	border-left: 4px solid #000;
	margin-bottom: 20px;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
	/* background-color: #F9F9F9;*/
}
blockquote p {
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
a{text-decoration: none;}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
}
/*
.acs_control_sec,
.acc-bg-black .acs_control_sec,
.acc-bg-light .acs_control_sec,
.acc-bg-solid .acs_control_sec{
    width: 350px;
    height: 780px;
    min-height: 400px;
    max-height: 90vh;
    background: rgba(255,255,255,0.9) !important;
    position: fixed;
    transform: translateY(-50%);
    right: -350px;
    top: 50%;
    transition: all 0.65s ease;
    -webkit-transition: all 0.65s ease;
    padding: 20px 30px 20px;
    box-shadow: -4px 14px 40px 0px rgba(19,21,27,0.02);
    -webkit-box-shadow: -4px 14px 40px 0px rgba(19,21,27,0.02);
    -ms-box-shadow: -4px 14px 40px 0px rgba(19,21,27,0.02);
    z-index: 99999;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    background: rgba(0,0,0,0.8);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    backdrop-filter: saturate(140%) blur(10px);
    font-family: "Arial", "Helvetica", Gadget, sans-serif !important;
}
*/
.acs_control_sec p, .acs_control_sec div, .acs_control_sec h1, .acs_control_sec h2, .acs_control_sec h3, .acs_control_sec h4, .acs_control_sec h5, .acs_control_sec h6, .acs_control_sec span, .acs_control_sec{
    font-family: inherit !important;
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
  .acs_control_sec {
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    backdrop-filter: saturate(140%) blur(10px);
  }
}
/*
.acc-infolist-active .acs_control_sec{
    transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
} */
.acc-infolist-active .ac-open.acs_control_sec{
    /*right: -350px;*/
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
}
/*.ac-open.acs_control_sec{
    right: 0;
    box-shadow: -4px 10px 30px 0px rgba(19,21,27,0.15);
    -webkit-box-shadow: -4px 10px 30px 0px rgba(19,21,27,0.15);
    -ms-box-shadow: -4px 10px 30px 0px rgba(19,21,27,0.15);
}*/

.acs_control_sec {
    width: 0px;
    height: 0px;
    background: #FFFFFF;
    position: fixed;
    right: 60px;
    top: 78px;
    z-index: 3;
    border-radius: 1px;
    transition: all 0.65s ease!important;
    -webkit-transition: all 0.65s ease!important;
    overflow: hidden;
    box-shadow: 0px 24px 34px #0404052d;
    -webkit-box-shadow: 0px 24px 34px #0404052d;
    -ms-box-shadow: 0px 24px 34px #0404052D;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -webkit-border-radius: 1px;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
	font-family: Goldman !important;
}

.ac-open.acs_control_sec {
    padding: 0px 10px 25px;
    width: 550px;
    height: calc(100% - 120px);
    max-height: 830px;
    /*height: 780px;*/
    right: 0px!important;
    left: auto!important;
    z-index: 9999 !important;
}


.wa-main .ac_ctl_btn, .acs_control_sec .ac_ctl_btn,
.acc-bg-light .acs_control_sec .ac_ctl_btn,
.acc-bg-black .acs_control_sec .ac_ctl_btn,
.acc-bg-solid .acs_control_sec .ac_ctl_btn{
    width: 60px;
    height: 60px;
    background-color: #0045e2 !important;
    display: block;
    border-radius: 50%;
    bottom: 90px;
    position: absolute;
    left: -80px;
    padding: 14px;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    cursor: pointer;
    opacity: 1 !important;
    line-height: 1 !important;
    /*z-index: 9;*/
}
.ac-open .ac_ctl_btn,
.acc-bg-light .ac-open .ac_ctl_btn,
.acc-bg-black .ac-open .ac_ctl_btn,
.acc-bg-solid .ac-open .ac_ctl_btn{
    left: -30px;
}
.wa-main .ac_ctl_btn.ac_buy_btn, .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-light .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-black .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acs_control_sec .ac_ctl_btn.ac_buy_btn{
    bottom: 320px;
    position: fixed;
    opacity: 1;
    right: 15px;
    left: auto;
    background-color: #000!important;
    /*z-index: 9;*/

}
.ac_ctl_btn .ac_ctrl-open,
.acc-bg-light .ac_ctl_btn .ac_ctrl-open,
.acc-bg-black .ac_ctl_btn .ac_ctrl-open,
.acc-bg-solid .ac_ctl_btn .ac_ctrl-open{
    background: url(../images/ic_accessibility.svg) scroll center no-repeat !important;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.ac_ctl_btn.close .ac_ctrl-open{
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
}
.ac_ctl_btn .ac_anim_icon, .acc-bg-light .ac_ctl_btn .ac_anim_icon, .acc-bg-black .ac_ctl_btn .ac_anim_icon, .acc-bg-solid .ac_ctl_btn .ac_anim_icon {
    background: url(../images/ic_accessibility.svg) center no-repeat !important;
    background-size: contain !important;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    content: "UXT";
    background-size: contain;
    animation: scale-anim 14s ease-out forwards infinite;
    -webkit-animation: scale-anim 14s ease-out forwards infinite;
}

.wa-main .ac_ctl_btn {right: 15px;
    left: auto;
    position: fixed;
        bottom: 230px;
        background-color: #000!important;
		z-index:1 !important;
}

.ac-dashboard.active{display: none!important;}
.ac-dashboard.waPluginOpen{display: block!important;left: auto!important;right: 0px!important;}


.ac-open .ac_ctl_btn .ac_anim_icon, .acc-bg-light .ac-open .ac_ctl_btn .ac_anim_icon, .acc-bg-black .ac-open .ac_ctl_btn .ac_anim_icon, .acc-bg-solid .ac-open .ac_ctl_btn .ac_anim_icon {
    display: none;
}
@keyframes scale-anim{
    30%, 100% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        transition: all 1.4s ease;
    }
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    15% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes scale-anim{
    20%, 100%{
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        transition: all 1.4s ease;
    }
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    10% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.ac_ctl_btn .ac_ctrl-close{
    position: absolute;
    top: 22px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
    width: 24px;
    height: 24px;
    left: 20px;
}
.ac_ctl_btn .ac_ctrl-close:after{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background: transparent;
    top: 0px;
    left: 0px;
}
.ac_ctl_btn.close .ac_ctrl-close{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    background: transparent;
}
/*.acc-controls-wrapper{
    height: calc(100% - 40px);
    position: absolute;
    width: calc(100% - 60px);
    transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    opacity: 0;
    visibility: hidden;
    z-index: -9;
}
.control-open .acc-controls-wrapper{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    z-index: 9;
}*/
.acs_control_sec h2 {
    font-size: var(--primaryFont);
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin: 0;
    font-family: inherit !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    padding: 0 0 15px;
}
.wa-main .ac_ctl_btn .explore,
.acc-bg-light .ac_ctl_btn .explore,
.acc-bg-solid .ac_ctl_btn .explore,
.acc-bg-black .ac_ctl_btn .explore{
    position: absolute;
    width: 210px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    -webkit-transform: translateY(-50%) translateX(100%);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    padding: 12px 0px;
    background: #000 !important;
    z-index: -1;
    border-radius: 10px 0px 0px 10px;
}
.acc-blue-theme .ac_ctl_btn .explore, .acc-bg-light.acc-blue-theme .ac_ctl_btn .explore{
    background: rgba(0,69,226,0.98) !important;
}
.acc-bg-solid .ac_ctl_btn .explore{
    background: #000 !important;
}
.acc-bg-solid .ac_ctl_btn .explore span.exp_txt{
    color: #FFF !important;
}
.acc-bg-black .ac_ctl_btn .explore{
    background: #000 !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.ac_ctl_btn:hover .explore{
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    right: -30px;
}
.uxt, .acc-bg-black .uxt{
    content: 'UXT';
    position: absolute;
    left: 50%;
    bottom: 8px;
    color: #fff !important;
    font-size: 12px !important;
    font-family: inherit !important;
    background: #000000 !important;
    padding: 3px 4px 3px;
    border-radius: 3px;
    z-index: 98;
    line-height: 1.1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.ac-open .ac_ctl_btn .explore, .ac-open .ac_ctl_btn:hover .explore{
    opacity: 0;
    visibility: hidden;
}
.ac_ctl_btn .explore span.exp_txt{
    width: 60%;
    display: inline-block;
    padding-left: 10px;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: inherit !important;
}
.acs-controls{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 30px;
}
.acs-controls ul.ctrl-lst {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.acs-controls ul.ctrl-last{
    justify-content: center;
}

.btm-shadow{
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
.acs-controls{
    display: flex;
    flex-wrap: wrap;
    margin:0px 0 15px;
}
.acs-controls ul.ctrl-lst {
    margin: 15px 5px 50px 50px;
}

.acs-controls ul.ctrl-lst:nth-child(1) {
    margin: 15px 5px 50px 50px;
}

.colors-tab .acs-controls ul.ctrl-lst:nth-child(1){
    /* width: 75%; */
    width: auto;
    justify-content: flex-start !important;
    margin: auto !important;
}

.acs-controls ul.ctrl-lst li:last-child{margin-right:0px;}

.wa-main .acs-controls ul.ctrl-lst li {
    display: block;
    width: 62px!important;
    height: 62px!important;
    border-radius: 50%;
/*  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.0);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.0);
    border: 3px solid #c5c5c5 !important;*/
    box-shadow:  0 0 10px  rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    border: 3px solid transparent!important;
    cursor: pointer;
    line-height: 56px!important;
    text-align: center;
    position: relative;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
	margin-right: 60px;
    color: #000!important;
}
.acs-controls ul.ctrl-lst li:hover{
    transform: scale(1.1);
}

.acc-blue-theme .acs-controls ul.ctrl-lst li, .acc-blue-theme .acs-audio-control .acs-audio{    border: 3px solid #c5c5c5!important;box-shadow: none!important;}

.acc-blue-theme .acs-inner-ctrl .colors-tab .acs-controls ul.ctrl-lst li{
    box-shadow:  0 0 10px  rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    border: 3px solid transparent!important;
}

/* .acs-controls ul.ctrl-last li:last-child{border:0px!important;box-shadow: none!important;} */

.star {
    width: 26px;
    height: 26px;
    transition: .6s all;
    margin-right: 5px;
  }
  #rating {
    cursor: pointer;
    display: inline-block
  }
  #review-form .input-group-addon {
    min-width: 100px;
  }
  #review-form .btn {
    min-width: 120px !important;
    height: auto !important;
    padding: 12px 15px !important;
    margin: 20px 10px 0 0 !important;
    position: fixed !important;
    font-size: 20px !important; 
    border-radius: 0 !important;
}
  #review-form input[type="text"],
  #review-form textarea {
    width: 100%;
  }
  #review-form .form-group {
    margin-bottom: 15px;
  }
  #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .review-container {
    margin-bottom: 80px;
  }

.ratingbox, .reviewbox {
    display: inline-flex;
    font-size: 25px;
    align-items: center;
    margin: 5px 15px 0 0;
    font-weight: bold;
}

.ratingbox i {
    margin: 1px 0 0 5px;
    font-size: 25px;
    font-weight: normal;
}

.ratingbox .no-star{
    /* color: #808080; */
	color: #ffffff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

  
  .review-container blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 0px;
    margin-inline-start: 10px;
    margin-inline-end: 15px;
  }
  
  .review-container blockquote .footer{
    display: block;
    font-size: 80%;
  }


  .review-content p{
    line-height: 1.4;
  }

.reviewee.footer .foobar{
    font-size: 18px;
  }

  .acc-form-wrapper textarea{
    height: 100px!important;
  }

  .acc-form-wrapper textarea::placeholder{
    color: #000;
  }

  .acc-form-wrapper .btn.btn-submit {
    -webkit-appearance: none !important;
    background: #000 !important;
    border: none !important;
    border-radius: none !important;
    min-width: 150px !important;
    color: #FFF !important;
    font-size: 22px !important;
    padding: 15px 15px !important;
    font-family: inherit!important;
    /* border-radius: 5px; */
    position: absolute !important;
    right: 0px !important;
    font-weight: 700 !important;
    margin: 20px 40px 0 !important;
    min-width: 180px !important;
}

.review-container p, .review-container span{
    font-size: 18px;
}

.review-container .review-head{
    margin: 0px 0px 20px;
    font-size: 20px;
}

.review-content p{
    font-size: 20px;
}

.acs-controls-main.acs-inner-ctrl{
    width: 98%;
}

.review-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acc-blue-theme .review-bottom{
    color: #fff!important;
}

.acc-blue-theme .review-content p{
    color: #fff!important;
}

.review-container .foobar{font-size: 18px;}

.cust-review h2{padding: 0px;}

.acs-controls ul.ctrl-lst li a{}
.acs-controls ul.ctrl-lst li.acc-links > svg,
.acs-controls ul.ctrl-lst li.acc-hand > img,
.acs-controls ul.ctrl-lst li.acc-images > svg{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
}
.acs-controls ul.ctrl-lst li.acc-images > svg{
    fill: #000;
}
.acs-controls ul.ctrl-lst li.acc-images{
    font-weight: bold;
}
.highlighted-title {
    border: 4px dotted #d6370a;
}
.highlighted-link{
    border: 3px dotted #d6370a;
}
.acs-controls ul.ctrl-lst li.acc-hand img{width: 100%;height: 100px;margin-top: 3px; }
.acs-controls ul.ctrl-lst li.ctrl-play{width: 62px!important;height: 62px!important;border: none!important;}
.acs-controls ul.ctrl-lst li.ctrl-reset svg{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
}
.acs-controls ul.ctrl-last{margin: 30px 5px 50px 50px;}
.acs-controls ul.ctrl-lst li.acc-headings{font-size: 20px;font-weight: 700 !important;}
.acs-controls ul.ctrl-lst li.acc-images{ }
.ctrl-lst li.active{/*color:#d6370a;*/}
.ctrl-lst li.txt-sm {font-size: 19px!important;display:block!important;text-align:center!important;}
.ctrl-lst li.txt-lg {font-size: 23px!important;}
.ctrl-lst li.bg-txt {font-size: 22px!important;font-weight: 700!important;}
.reset-button {width: 36px;display: inline-block;}
.reset-button svg {width: 100%;}
.acs-controls ul.ctrl-last li{width: 62px!important; height: 62px!important;}
.acs-controls ul.acc-lst-bg li{font-size: 0;}
.acs-controls ul.acc-lst-bg li.bg_white{background:#FFF !important;}
.acs-controls ul.acc-lst-bg li.bg_light{background:#fcf2dc !important;}
.acs-controls ul.acc-lst-bg li.bg_black{background:#000 !important;}
.acs-controls ul.acc-lst-bg li.bg_blueYellow {
  background: url(../images/blue_yellow.png) no-repeat center !important; background-size: contain !important;
}

.acs-controls ul.ctrl-lst li:before{
    position: absolute;
    content: '';
}
.acs-controls ul.ctrl-lst li.active:before{
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    bottom: -30px!important;
    top: auto!important;
    animation: 1s ease 0s 1 slideInFromTop;
    box-shadow: 0 0 0 0px #000;
    box-shadow: 0px 4px 4px 0px #cacaca1a;
}
@keyframes slideInFromTop {
    0% {
      transform: translateY(-20%);
    }
    100% {
      transform: translateY(0);
    }
  }
  
.acs-controls .ctrl-lst.acc-lst-bg li::before{
    animation: 0s ease 0s 0 slideInFromTop !Important;
}

  .forcesignupalert:empty {
    display: none;
}
.acs-controls ul.ctrl-lst.acc-lst-bg li:before, .acs-controls ul.ctrl-lst.acc-lst-bg li:after{
    position: absolute;
    content: '';
    transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{
    width: 16px;
    height: 11px;
    left: 15px;
    top: 15px!important;
    z-index: 1;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    background: transparent;
    transition: all 0.4s ease;
    transform: rotate(-40deg) scale(1);
    -webkit-transform: rotate(-40deg) scale(1);
    border-radius: 0;
    margin-left: 0;
}

.colors-tab .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{
    width: 16px !important;
    height: 9px !important;
    left: 10px !important;
    top: 11px!important;
}
.acc-blue-theme .colors-tab .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{
    width: 16px !important;
    height: 9px !important;
    left: 8px !important;
    top: 9px!important;
}

.acs-controls ul.ctrl-lst.acc-lst-bg li.active.solid:before{
     border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.acs-controls ul.acc-lst-bg li.bg_black.active:before{
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.bottom-button-wrap {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    padding: 8px;
    line-height: 1;
}
.info-button a:hover{
    transform: scale(1.1);
}
.info-button svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-object-fit: contain;
}
/* SVG draw circle stroke */

.mCSB_scrollTools .mCSB_draggerRail,
.acc-bg-solid .mCSB_scrollTools .mCSB_draggerRail,
.acc-bg-light .mCSB_scrollTools .mCSB_draggerRail,
.acc-bg-black .mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(0,0,0,0.4) !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.acc-bg-solid .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.acc-bg-light .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.acc-bg-black .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: rgba(0, 0, 0, 0.8);}

.acc-blue-theme .mCSB_scrollTools .mCSB_draggerRail{ background-color: rgba(255,255,255,0.4) !important;}
.acc-blue-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: rgba(255, 255, 255, 0.7) !important;}
.acc-blue-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .acc-blue-theme .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .acc-blue-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: rgba(255, 255, 255, 0.8) !important;}
.acc-blue-theme .header-row{
    background: #1957e5;
        transition: all 0.65s ease!important;
    -webkit-transition: all 0.65s ease!important;   
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -webkit-border-radius: 1px;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-family: Goldman !important;
}
.acc-blue-theme .ac-tabs-nav li span{color: #fff!important;}
.acc-blue-theme .chatForm svg{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
.acc-blue-theme .chatbox-top-col p{color: #fff!important;}
.acc-blue-theme .chatForm input{background: #1957e5 !important;color: #fff!important;font-family: Goldman !important;}
.acc-blue-theme .chat-response-head .load-more .loadmore-img{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
.acc-blue-theme.wa-main.acc-bg-light p a{color: #fff!important;}
.acc-blue-theme .chatResponse p, .acc-blue-theme .chatResponse p strong{color: #fff!important;}
.acc-blue-theme .chatForm input::placeholder{color: #fff!important;}
.acc-blue-theme .ac-dashboard.active .ac-tabs-nav li span{color: #fff!important;}
.acc-blue-theme .ac-dashboard.active .ac-tabs-nav li svg{filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);}
.acc-blue-theme .header-row .menu-toggle{color: #fff;}
.acc-blue-theme .topfull-close{background: #1957e5;color: #fff!important;}
.acc-blue-theme .acs_control_sec .foobar{color: #fff!important;}
.acc-blue-theme .acs_control_sec span{   transition: all 0.65s ease!important;
    -webkit-transition: all 0.65s ease!important;   
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -webkit-border-radius: 1px;
    color: #fff;
    /*backdrop-filter: blur(11px);*/
    /*-webkit-backdrop-filter: blur(11px);*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-family: Goldman !important;}

    .acc-blue-theme .ac-tabs-nav li.active span::before{
        content: "";
        position: absolute;
        z-index: -1;
        left: 0%;
        right: 0%;
        bottom: -15px;
        background: #fff;
        height: 3px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        width: 35px;
    }
    .acc-blue-theme .acs_control_sec .topfull-close{color: #fff!important;}    
    .acc-blue-theme .chatbox-top-col .chatbox-top p{color: #fff;}    
.acc-blue-theme .acs_control_sec .filled-icons{
    color: #fff!important;
}    
.acs_control_sec .filled-icons{
    color: #000!important;
}
.acc-blue-theme .header-wrap .headerAI{color: #fff!important;}
.acc-blue-theme .cb-side-menu .cb-menu-list li a{color: #fff;}
.acc-blue-theme .btn-arrow{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
.acc-blue-theme .cb-side-menu .menu-toggle{color: #fff;}
.acc-blue-theme .tabs-active-underline{background: #fff;}
.acc-blue-theme .ac-tabs-nav{
    /* border-bottom: 1px solid #EEEEEE; */
}
.acc-blue-theme .ac-dashboard.active .ac-tabs-nav{border-bottom: 1px solid #EEEEEE;}
.acc-bg-solid.acc-blue-theme .acs_control_sec .cb-side-menu{background: #1957e5!important;}
.acc-blue-theme.speech-1 .ac-tabs-nav .talkify-highlight:hover, .acc-blue-theme.speech-2 .ac-tabs-nav .talkify-highlight:hover, .acc-blue-theme.speech-3 .ac-tabs-nav .talkify-highlight:hover{
    color: #fff!important;
}
.acc-blue-theme .ac-dashboard {
    background: #1957e5;
    color: #fff !important;
}
.acc-blue-theme .ac-tabs-nav a{color: #fff !important;}
.acc-blue-theme .ac-tabs-nav li a svg path{    fill: rgb(255, 255, 255);}
.acc-blue-theme .ac-dashboard .ac-tabs-content h3, .acc-blue-theme .ac-dashboard .ac-tabs-content p{color: #fff !important;}
.acc-blue-theme .ac-tabs-content .signup-btn{
    color: #1957e5 !important;
    background: #fff;
}
.acc-blue-theme .ac-dashboard a{color: #fff !important;}
.acc-blue-theme .talkify-highlight:hover, .acc-blue-theme .ac-tabs-nav .talkify-highlight:hover{color: #fff!important;}

.acc-lst-font li {
	width: 18px;
	height: 18px;
}
.acc-lst-font li a {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #c44d48;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.acc-lst-font li.txt-lg svg {
	z-index: 10;
    position: absolute;
    left: -3px;
    top: -3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 62px;
    height: 62px;
}
.acc-lst-font li svg circle{
	opacity: 0;
	fill: none;
	stroke: #000;
	stroke-width: 0.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 48 48;
	stroke-dashoffset: 48;
	/* length of circle path (pi*2r) */
	-webkit-transition: stroke-dashoffset 0.3s, stroke-dasharray 0.4s, opacity 0.3s;
	transition: stroke-dashoffset 0.3s, stroke-dasharray 0.4s, opacity 0.3s;
}
.acc-blue-theme .acc-lst-font li svg circle{
    stroke: #FFF;
}
.acc-lst-font li.active a,
.acc-lst-font li a:hover,
.acc-lst-font li a:focus {
	opacity: 0.5;
}
.acc-lst-font li.active svg circle {
	opacity: 1;
	stroke-dashoffset: 0;
}
.acc-font-1x .acc-lst-font li.active svg circle {
    stroke-dasharray: 12 48;
}
.acc-font-2x .acc-lst-font li.active svg circle {
    stroke-dasharray: 24 48;
}
.acc-font-3x .acc-lst-font li.active svg circle {
    stroke-dasharray: 36 48;
}
.acc-font-4x .acc-lst-font li.active svg circle {
    stroke-dasharray: 48 48;
}
/******* play reader *******/
.acs-audio-control {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.wa-main.acs-audio-control .acs-audio,
.wa-main.acc-bg-light .acs-audio-control .acs-audio,
.wa-main.acc-bg-black .acs-audio-control .acs-audio,
.wa-main.acc-bg-solid .acs-audio-control .acs-audio{
    display: flex;
    width: 62px!important;
    height: 62px!important;
    text-align: center;
    background: transparent !important;
    border-radius: 50%;
    line-height: 110px;
    justify-content: center;
    align-items: center;
/*    box-shadow: 1px 1.4px 5px 0px rgba(0,0,0,0.05);
    border: 3px solid #c5c5c5 !important;*/
    /* padding: 30px; */
        /* box-shadow:  0 0 10px  rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px  rgba(0,0,0,0.15); */
    border: 1px solid transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    cursor: pointer;
    position: relative;
}
.acs-audio-control .acs-audio span{
    line-height: 1;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.acs-audio-control .acs-audio svg {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    fill: #000;
    width: 70%;
}
.acs-audio-control .acs-audio span.pause svg{padding: 12px 5px;margin: -3px 0 0 2px;}
.acs-audio-control .acs-audio span.play svg{margin: -2px 0 0 2px;}
.acs-audio-control .acs-audio:hover svg {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.acs-audio-control .acs-audio svg path {
    fill: #000;  
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.wa-main .acs-controls-main .color-mode-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 50% 0 0;
    transition: all 0.6s ease;
    justify-content: center;
    -webkit-transition: all 0.6s ease;
}
.wa-main .acs-controls-main .color-mode-wrap h4 {
    width: 100%;
    margin: 5px 0 30px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    font-size: 20px !important;
    font-family: inherit !important;
    text-align: center;
}
/****** Info List ******/
.acs-help-lst ul.acs-bg-blue {
    margin: 0;
    padding: 10px 10px 10px 0px;
    list-style: none;
}
.acs-help-lst ul li h4{
    font-size: var(--primaryFont) !important;
    font-family: inherit !important;
}
.close-info {
    position: absolute;
    font-size: 0px;
    text-indent: -9999px;
}
.acc-infolist-active .ac_ctl_btn.close-info:hover{
    transform: rotate(360deg) scale(1.0);
}
.close-info:before {
    content: '';
    width: 30px !important;
    height: 30px !important;
    border-left: 2px solid #FFF !important;
    position: absolute;
    left: 25px;
    top: 5px;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}
.close-info:after {
    content: '';
    width: 30px !important;
    height: 30px !important;
    border-left: 2px solid #FFF !important;
    position: absolute;
    left: 25px;
    top: 25px;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}
.acs-help-lst ul.acs-bg-blue li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 58px;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon {
    display: inline-block;
    width: 70px;
    height: 45px;
    

    margin-right: 22px;
    /*background: url(../images/info-icon-set.png) no-repeat !important; */
    background-size: contain !important;
    /* margin-left: 10px; */
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-text {
    background-position: 0px 0px !important;
    background: url(../images/icons/light/text-size-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-text {
/*    background-position: -100px 0px !important;*/
    background: url(../images/icons/dark/text-size-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-bold {
    background: url(../images/icons/light/bold-font-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-bold {
    /* background-position: -103px -63px !important;*/
    background: url(../images/icons/dark/bold-font-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-links {
    background: url(../images/icons/light/link-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-links {
    /* background-position: -103px -128px !important;*/
    background: url(../images/icons/dark/link-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-titles {
    background: url(../images/icons/light/title-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-titles {
    /* background-position: -103px -185px !important;*/
    background: url(../images/icons/dark/title-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-reader {
    background: url(../images/icons/light/reader-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-reader {
/*    background-position: -103px -246px !important;*/
    background: url(../images/icons/dark/image-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-colors {
/*    background-position: -8px -305px !important;*/
    background: url(../images/icons/light/color-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-colors {
    /* background-position: -109px -305px !important;*/
    background: url(../images/icons/dark/color-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-play {
    /* background-position: 0px -371px !important; */
    background: url(../images/icons/light/play-light.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-play {
    /*  background-position: -103px -371px !important;*/
    background: url(../images/icons/dark/play-dark.svg) center no-repeat !important;
    background-size: contain !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-mode {
    background: url(../images/icons/light/mode-light.svg) center no-repeat !important;
    /* background: url(../images/info-icon-set.png) no-repeat !important;
    background-position: -4px -432px !important; */
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-mode {
    /* background-position: -107px -432px !important; */
    background: url(../images/icons/dark/mode-dark.svg) center no-repeat !important;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-reset {
    /* background: url(../images/info-icon-set.png) no-repeat !important;
    background-position: 0px -491px !important; */
    background: url(../images/ac-reset.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-reset {
    /* background-position: -106px -491px !important; */
    background: url(../images/ac-reset-wt.svg) center no-repeat !important;
    height: 34px;
    margin-top: 8px;
}
.acs-help-lst ul.acs-bg-blue li span.acs-icon-hand {
    /* background: url(../images/info-icon-set.png) no-repeat !important;
    background-position: 0px -491px !important; */
    background: url(../images/hand-img.svg) center no-repeat !important;
}
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li span.acs-icon-hand {
    /* background-position: -106px -491px !important; */
    background: url(../images/hand-img-w.svg) center no-repeat !important;
    height: 34px;
    margin-top: 8px;
}

.acc-infolist-active .ac_ctl_btn {
    transform: scale(0.0);
}
.acc-infolist-active .ac_ctl_btn.close-info {
    transform: rotate(0deg) scale(1.0);
}
.acc-infolist-active .ac_ctl_btn.close-info:hover {
    transform: rotate(180deg) scale(1.0);
}

/***** ******/
.can-toggle{width: 230px;position:relative}
.can-toggle *,.can-toggle :before,.can-toggle :after{box-sizing:border-box}
.can-toggle input[type="checkbox"]{opacity:0;position:absolute;top:0;left:0}
.can-toggle input[type="checkbox"][disabled] ~ label{pointer-events:none}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch{opacity:.4}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before{content:attr(data-unchecked);left:0}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{content:attr(data-checked);background:#FFF}
.can-toggle label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex;align-items:center}
.can-toggle label .can-toggle__label-text{flex:1;padding-left:32px}
.can-toggle label .can-toggle__switch{position:relative}
.can-toggle label .can-toggle__switch:before{content:attr(data-checked);position:absolute;top:0;text-transform:uppercase;text-align:center}
.can-toggle label .can-toggle__switch:after{content:attr(data-unchecked);position:absolute;z-index:5;text-transform:uppercase;text-align:center;background:#1957e5;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.can-toggle input[type="checkbox"][disabled] ~ label{color:rgba(119,119,119,0.5)}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch{background-color:#FFF}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after{color:#5e5e5e}
.can-toggle input[type="checkbox"]:hover ~ label{color:#6a6a6a}
.can-toggle input[type="checkbox"]:checked ~ label:hover{color:#55bc49}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch{background-color:#0045e2 !important;
border:1px solid #EEEEEE}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{color:#4fb743}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch{background-color:transparent}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{color:#47a43d}
.can-toggle label .can-toggle__label-text{flex:1}
.can-toggle label .can-toggle__switch,
.acc-bg-light .can-toggle label .can-toggle__switch,
.acc-bg-black .can-toggle label .can-toggle__switch{
    transition:background-color .3s cubic-bezier(0,1,0.5,1);background:#FFF !important}
.can-toggle label .can-toggle__switch:before{color:rgba(255,255,255,0.5)}
.can-toggle label .can-toggle__switch:after{transition:-webkit-transform .3s cubic-bezier(0,1,0.5,1);transition:transform .3s cubic-bezier(0,1,0.5,1);transition:transform .3s cubic-bezier(0,1,0.5,1),-webkit-transform .3s cubic-bezier(0,1,0.5,1);color:#777}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 3px 3px rgba(0,0,0,0.4)}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{-webkit-transform:translate3d(65px,0,0);transform:translate3d(65px,0,0)}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 3px 3px rgba(0,0,0,0.4)}
.can-toggle label{font-size:14px}
.can-toggle label .can-toggle__switch{height:36px;flex:0 0 134px;border-radius:4px}
.can-toggle label .can-toggle__switch:before{left:67px;font-size:12px;line-height:35px;width:67px;padding:0 12px}
.can-toggle label .can-toggle__switch:after{top:2px;left:2px;border-radius:2px;width:65px;line-height:32px;font-size:12px}
.can-toggle label .can-toggle__switch:hover:after{box-shadow:0 3px 3px rgba(0,0,0,0.15)}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 2px 2px rgba(0,0,0,0.4)}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after{-webkit-transform:translate3d(44px,0,0);transform:translate3d(44px,0,0)}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 2px 2px rgba(0,0,0,0.4)}
.can-toggle.can-toggle--size-small label{font-size:13px}
.can-toggle.can-toggle--size-small label .can-toggle__switch{height:28px;flex:0 0 90px;border-radius:2px}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before{left:45px;font-size:10px;line-height:28px;width:45px;padding:0 12px}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after{top:1px;left:1px;border-radius:1px;width:44px;line-height:26px;font-size:10px}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after{box-shadow:0 2px 2px rgba(0,0,0,0.25)}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.15)}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);left: 74px;}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.1)}
.can-toggle.can-toggle--size-large label{font-size:14px}
.can-toggle.can-toggle--size-large label .can-toggle__switch{height:44px;flex:0 0 250px;border-radius:4px;box-shadow:0 6px 30px 0 rgba(0,0,0,0.15);    border: 1px solid #EEEEEE;cursor: pointer;}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before{left:80px;font-size:0px;line-height:30px;width:68px;padding:0 12px}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after{top:0px;left:0;border-radius:4px;width:125px;line-height:42px;font-size:0}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after{box-shadow:0 4px 4px rgba(0,0,0,0.1)}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label{color:rgba(181,62,116,0.5)}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch{background-color:#b53e74}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after{color:#8f315c}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label{color:#a23768}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover{color:#39916a}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch{background-color:#44ae7f}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after{color:#368a65}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch{background-color:#3d9c72}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{color:#2f7757}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text{flex:1}
.can-toggle.demo-rebrand-1 label .can-toggle__switch{transition:background-color .3s ease-in-out;background:#c14b81}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before{color:rgba(255,255,255,0.6)}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;color:#b53e74}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label{color:rgba(68,68,68,0.5)}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch{background-color:#444}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after{color:#2b2b2b}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label{color:#373737}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover{color:#62b125}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch{background-color:#75d32d}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after{color:#5da924}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch{background-color:#69be28}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{color:#52941f}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text{flex:1}
.can-toggle.demo-rebrand-2 label .can-toggle__switch{transition:background-color .3s cubic-bezier(0.86,0,0.07,1);background:#515151}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before{color:rgba(255,255,255,0.7)}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after{transition:-webkit-transform .3s cubic-bezier(0.86,0,0.07,1);transition:transform .3s cubic-bezier(0.86,0,0.07,1);transition:transform .3s cubic-bezier(0.86,0,0.07,1),-webkit-transform .3s cubic-bezier(0.86,0,0.07,1);color:#444}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after{-webkit-transform:translate3d(58px,0,0);transform:translate3d(58px,0,0)}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}
.can-toggle.demo-rebrand-2 label{font-size:13px}
.can-toggle.demo-rebrand-2 label .can-toggle__switch{height:60px;flex:0 0 120px;border-radius:60px}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before{left:60px;font-size:13px;line-height:60px;width:60px;padding:0 12px}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after{top:2px;left:2px;border-radius:30px;width:58px;line-height:56px;font-size:13px}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}

/*
.acs-help-lst,
.acc-bg-black .acs-help-lst,
.acc-bg-light .acs-help-lst,
.acc-bg-solid .acs-help-lst{    
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 300px;
    padding: 30px 25px 30px;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: -4px 14px 40px 0px rgba(19,21,27,0.05);
    transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    z-index: 99;
    border-radius: 6px 0px 0px 6px;	
}  
.acc-infolist-active .acs-help-lst{
    left: 0px;
    opacity: 1;
    visibility: visible;
}
*/


.acc-infolist-active .acs-help-lst .acc-scroll-wrap {
    height: calc(100% - 40px) !important;
}
.acc-bg-light.acc-infolist-active .acs-help-lst,
.acc-bg-solid.acc-infolist-active .acs-help-lst,
.acc-bg-black.acc-infolist-active .acs-help-lst,
.acc-infolist-active .acs-help-lst{
    background: rgba(255,255,255,0.99) !important;
}
.acc-infolist-active.acc-blue-theme .acs-help-lst{
    background: rgba(0,69,226,0.99) !important;
}
.acc-infolist-active.acc-blue-theme .acs-help-lst .acs-bg-blue{
    color: #FFF;
}
.acc-invalid-domain .acs_control_sec{background: rgba(255,255,255,0.9) !important;}
.acc-blue-theme.acc-invalid-domain .acs_control_sec, .acc-blue-theme.acc-invalid-domain .acs_control_sec, .acc-blue-theme.acc-invalid-domain .acs_control_sec{background: rgba(255,255,255,0.9) !important;}

.acc-invalid-domain .uxt-wa-invalid-domain p{color:#000;font-weight:500 !important;font-size: 22px;}
.acc-invalid-domain.acc-blue-theme .acs_control_sec .ac_ctl_btn{background:#0045e2 !important}

/******* blue theme *******/
.acc-blue-theme .cus-select-options > div{background:#1957e5  }
.acc-blue-theme .acs_control_sec{
    /*background: rgba(0,69,226,0.9) !important;*/
    background: #1957e5 !important;
}
.acc-blue-theme .acc-infolist-active .acs-help-lst{
    background: #1957e5 !important;
}
.acc-blue-theme .acs_control_sec h2,
.acc-blue-theme .color-mode-wrap,
.acc-blue-theme .color-mode-wrap h4,
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li,
.acc-blue-theme .acs-help-lst ul.acs-bg-blue li h4, 
.acc-blue-theme .cust-review .blockquote{
    color: #FFF !important;
}

.acc-blue-theme .ac-tabs-nav li svg {filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);}
.acc-blue-theme .acs-controls ul.ctrl-lst li,
.acc-blue-theme .acs-controls ul.ctrl-lst li > svg path,
.acc-blue-theme .reset-button svg path{
    color: #FFF !important;
    fill: #FFF !important;
}

.acc-blue-theme .read-more > span{
    border-bottom: 1px solid #fff;
    color: #fff;
}

.acc-blue-theme .acs-controls ul.ctrl-last li img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.acc-blue-theme .acs-audio-control .acs-audio svg,
.acc-blue-theme .acs-audio-control .acs-audio svg path{
    color: #FFF !important;
    fill: #000 !important;
}

.acc-blue-theme .acs-audio-control .acs-audio{
    background: transparent !important;
}
.acc-blue-theme .info-button{
    background: transparent !important;
    border: 1px solid #FFF !important;
}

.acc-blue-theme .acc-thankyou_message button.tk-close-btn{
    background: #0045e2;
}

.acc-blue-theme .acs_control_sec .ac_ctl_btn{background: #000 !important;}
.acc-blue-theme.acc-bg-black .acs_control_sec .ac_ctl_btn{border: 1px solid #FFF;}
.acc-blue-theme.acc-bg-black .ac_ctl_btn .ac_ctrl-close:after{left:-1px;}
.acc-blue-theme .acs-controls ul.ctrl-lst li.active:before{background: #FFF !important;}
.acc-blue-theme .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{ background: transparent !important; }

.acc-blue-theme .acs-audio-control .acs-audio{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent!important;
    border-radius: 50%;
    line-height: 110px;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1.4px 5px 0px rgba(0,0,0,0.05);
    /* border: 3px solid transparent!important; */
    /* padding: 30px; */
    border: 1px solid transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    cursor: pointer;
    position: relative;
}

.acc-blue-theme .acs-audio-control .acs-audio svg, .acc-blue-theme .acs-audio-control .acs-audio svg path{fill:#fff !important ;}


.acc-controls-container{
    height: 100%;

}
.acs-controls-wrap {
    height: calc(100% - 45px);
    height: 700px;
}
.acs-controls-wrap .mCustomScrollBox{
    height: auto;
    padding: 0 0 10px;
}
.acs-controls-wrap .mCSB_container{
    height: 100%;
    padding: 0 0 30px;
}

.acc-step-wrap .acs-controls-wrap{
    height: calc(100% - 80px);
}

.play, .pause{transition: all 0.6s ease; -webkit-transition: all 0.6s ease;}
.play {visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1);}
.pause { visibility: hidden; opacity:0; transform: scale(0); -webkit-transform: scale(0); }

.speech-1 .pause, .speech-3 .pause, .speech-0 .pause { visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1);}
.speech-1 .play, .speech-3 .play, .speech-0 .play { visibility: hidden; opacity:0; transform: scale(0); -webkit-transform: scale(0); }

.speech-2 .play { visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
.speech-2 .pause { visibility: hidden; opacity:0; transform: scale(0); -webkit-transform: scale(0); }

.talkify-audio-control-voice-wrapper .superbar { display: none; }
.talkify .playing {
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #ccc !important;
    color: black !important;
}
.talkify-highlight {
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.talkify-highlight:hover, .ac-tabs-nav .talkify-highlight:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.speech-1 .talkify-highlight:hover, .speech-2 .talkify-highlight:hover, .speech-3 .talkify-highlight:hover {
    background-color: #000 !important;
    color: white !important;
}

.speech-1 .ac-tabs-nav .talkify-highlight:hover, .speech-2 .ac-tabs-nav .talkify-highlight:hover, .speech-3 .ac-tabs-nav .talkify-highlight:hover {
    background-color: transparent !important;
    color: #000 !important;
}


.talkify-word-highlight {
    color: white !important;
    background-color: black !important;
}
.acc-bg-black .talkify-word-highlight{
    color: #101 !important;
    background-color: #fffa14 !important;
}

.ac_ctl_btn .explore span.exp_txt a {
    color: #FFF ;
    margin: 2px 6px;
    font-size: 13px;
    font-weight: 800;
    border-bottom: 2px solid #FFF;
}
.acc-bg-black .ac_ctl_btn .explore span.exp_txt a {
    color: #202020 !important;
    border-bottom: 2px solid #FFF !important;
}

.acc-bg-solid .ac_ctl_btn .explore span.exp_txt a{
    color: #000 ;
    border-bottom: 2px solid #000;
}

/***** ******/
.acc-package-content {
    text-align: center;
    padding: 20px 0;
}
.acc-package-content h3.acc-package-price{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    font-family: inherit;
    font-size: 24px;
    margin: 0 10px 10px;
    color: #0045e2 !important;
}
.acc-package-content .acc-package-desc{
    color: #000 !important;
    line-height: 1.5;
}
.acc-blue-theme .acc-package-content .acc-package-desc{
    color: #FFF !important;
}
.acc-blue-theme .acc-package-content h3.acc-package-price{
    border-color: #FFF;
    color: #FFF !important;
}
.acc-package-content p, .acc-package-content p ul li, .acc-package-content ul li{
    color: #464646;
    font-size: 15px;
}
.acc-package-content p ul, .acc-package-content ul{
    padding: 0;
    list-style: none;
}
.acc-package-content p ul li, .acc-package-content ul li{
    padding: 5px 0;
}
.acc-blue-theme .acc-package-content p, .acc-blue-theme .acc-package-content p ul li, .acc-blue-theme .acc-package-content ul li{color: #FFF !important;}
/******** **********/
.wa-main .ac_buy_btn{text-align:center;}
.ac_buy_btn svg{ height:92%;}
.ac_buy_btn svg path{fill:#FFF;}
.acc-bg-black  .ac_ctl_btn .explore span.exp_txt, .acc-bg-black  .ac_ctl_btn .explore span.exp_txt a{color: #FFF !important;}
.acc-package-wrap + button.btn { display: block; margin: 10px auto !important; float: none; width: 100%; max-width: 200px;}
/****** Subscription Form  ******/
.acc-scroll-wrap{
    height: calc(100% - 0px) !important;
}

.acc-scroll-wrap::after,.acc-scroll-wrap::after{
    box-sizing: unset !important;
}
/*
.acc-form-wrapper {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 80px);
    transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important;
    right: 30px;
    bottom: 30px;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    opacity: 0;
    visibility: hidden;
    z-index: -9;
}
.form-open .acc-form-wrapper{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
*/
.acc-form-wrapper .form-group {
    margin-bottom: 12px;
}
.acc-form-wrapper .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}
.acc-form-wrapper .form-control{
    display: block;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid transparent !important;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: inherit !important;
    height: 46px;
    padding: 0px 0px;
    font-size: var(--primaryFont);
    font-weight: 500;
    line-height: 46px;
    color: #000 !important;
}

.acc-form-wrapper input::placeholder {color: #000; opacity: 1;}

.acc-form-wrapper .form-control:focus, .acc-form-wrapper .form-control:active{
    box-shadow: none !important;
}
.acc-blue-theme .acc-form-wrapper .form-control{
    color: #FFF;
    border-color: rgba(255,255,255,0.5);
}
.acc-blue-theme .acc-form-wrapper .form-control option {
    color: #333333;
    padding: 8px 10px;
}
.custom-select-box {
    padding: 8px 10px 10px;
    border-bottom: 1px solid #ced4da;
    color: #828282;
    position: relative;
    cursor: pointer;
}
.acc-blue-theme .custom-select-box,
.acc-bg-black.acc-blue-theme .custom-select-box,
.acc-bg-light.acc-blue-theme .custom-select-box,
.acc-bg-solid.acc-blue-theme .custom-select-box{
    border-color: rgba(255,255,255,0.5);
    color: #FFF;
}
.custom-select-box.form-select-control.error-field{
    border-color: #ce0e00;
}
.custom-select-box:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    bottom: 14px;
    right: 14px;
    transform: rotate(45deg);
}
.acc-blue-theme .custom-select-box:after {
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}
.cus-select-search {
    position: relative;
}
.cus-select-search:before, .cus-select-search:after {
    position: absolute;
    content: '';
    left: 0;
}
.cus-select-search:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #696969;
}
.acc-blue-theme .cus-select-search:before{
    border: 2px solid #f1f1f1;
}
.cus-select-search:after{
    width: 2px;
    height: 12px;
    background: #696969;
    transform: translateX(16px) rotate(-45deg);
    top: 10px;
}
.acc-blue-theme .cus-select-search:after{
    background: #f1f1f1;
}
.cus-select-popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    padding: 5px;
    transition: all 0.4s ease;
}
.acc-blue-theme .cus-select-popup {
    /* background: rgba(0,69,226,0.9) !important;*/
}
.cus-select-popup h2{
    font-size: 26px;
}
.cus-select-popup .cus-select-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background: #1d1d1d;
    border-radius: 50%;
    font-size: 0;
    background: url(../images/right.svg) no-repeat center;
    background-size: contain; margin: 0px;
    transform: rotate(90deg);
}
/* .cus-select-popup .cus-select-close:after, .cus-select-popup .cus-select-close:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
}
.cus-select-popup .cus-select-close:before {
    width: 2px;
    height: 20px;
    background: #FFF;
    transform: translateY(-50%) rotate(45deg);
}
.cus-select-popup .cus-select-close:after {
    width: 2px;
    height: 20px;
    background: #FFF;
    transform: translateY(-50%) rotate(-45deg);
} */
.cus-select-options ul {
    padding: 0;
    list-style: none;
    background: #fff;
}
.cus-select-options ul li.cus-select-option {
    font-size: 18px;
    color: #000;
    padding: 8px 10px 8px 22px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}
.acc-blue-theme .cus-select-options ul li.cus-select-option {
    color: #FFF!important;
}
.cus-select-options ul li.cus-select-option:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px solid #696969;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.acc-blue-theme .cus-select-options ul li.cus-select-option:after {
    border: 0px solid #FFF;
}
.cus-select-options ul li.cus-select-option.selected-option:after {
    background-color: #646464;
}
.acc-blue-theme .cus-select-options ul li.cus-select-option.selected-option:after {
    background-color: #FFF;
}
.cus-select-search input{
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #b4b4b4;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 10px 8px 28px;
}
.acc-blue-theme .cus-select-search input{
    border-bottom: 1px solid #FFF;
}
.acc-blue-theme .cus-select-search input{
    color: #FFF;
}
.cus-select-options > div {
    padding: 8px 0px 8px;
    font-size: 14px;
    color: #323232;
    background: #fff;
}
.acc-controls-container .invalid-domain{ color: #464646;}
.acc-blue-theme .acc-controls-container .invalid-domain{ color: #464646;}
.acc-blue-theme .cus-select-options > div {
    color: #FFF;
}
.cus-select-options {
    height: 100%;
}
.acc-blue-theme .acc-form-wrapper .form-control::placeholder{
    color: #FFF !important;
}
.acc-form-wrapper .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.float-right {
    float: right!important;
}
.acc-form-wrapper .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.acc-form-wrapper button.btn{
   -webkit-appearance: none;
    background: #000;
    border: none;
    min-width: 150px;
    color: #FFF;
    font-size: 28px;
    padding: 5px 15px;
    font-family: inherit!important;
    /*border-radius: 5px;*/
    height: 70px;
    font-weight: 700;
    margin: 8px 5px 0;
    min-width: 180px;
}
.acc-form-wrapper button.btn:first-of-type{
    margin-left: 0;
}
.acc-form-wrapper button.btn:last-of-type{
    margin-right: 0;
}

.acc-form-wrapper .acc-signup-main button.btn-next, .acc-form-wrapper .acc-signup-main button.btn-back {
    border: 1px solid transparent !important; background: url(../images/right.svg) no-repeat center;
    background-size: contain; margin: 0px; width: 60px; height: 60px; position: absolute;
    bottom: 4px; font-size: 0px; right: 0; cursor: pointer;background-color: transparent!important;
}

.acc-form-wrapper .acc-payment-error {
    padding: 8px 0px;
    background: transparent;
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
}
.acc-blue-theme .acc-form-wrapper button.btn {
    background: #FFF !important;
    color: #1957e5 !important;
}
.acc-blue-theme .acc-form-wrapper button.btn:focus {
    background-color: #FFF;
    color: #1957e5;
}
.acc-blue-theme .cus-select-popup .cus-select-close{background: #1957e5;}
.acc-blue-theme .form-group .custom-select-box.form-select-control{color: #fff!important;}
.acc-blue-theme .cus-select-options ul{background:#1957e5 ;}
.acc-form-wrapper .btn:not(:disabled):not(.disabled).active, .acc-form-wrapper .btn:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #000;
    border-color: #005cbf;
}
.acc-form-wrapper .form-control.error-field, .acc-form-wrapper .form-select-control.error-field > div {
    border-color: #000;
}
.custom-select-active .form-group {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.custom-select-active .form-group.form-group.custom-select-wrap {
    opacity: 1;
    visibility: visible;
}
.custom-select-active form .acc-signup-wrap > h2, .custom-select-active form .acc-credit-wrap > h2{opacity:0;visibility:hidden;}
.custom-select-active form button.btn-next, .custom-select-active form button.btn-back, .custom-select-active form button.btn-proceed{opacity:0;visibility:hidden;}
.acc-thankyou_message {
    text-align: center;
    padding: 60px 15px 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}
.form-group .custom-select-box.form-select-control{
    opacity: 1;
    visibility: visible;
        display: block;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid transparent !important;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: inherit !important;
    height: 46px;
    padding: 0px 0px;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
    color: #000 !important;
}
.custom-select-active .form-group .custom-select-box.form-select-control{
    opacity: 0;
    visibility: hidden;
}
.acc-blue-theme .acc-thankyou_message{
    color: #FFF;
}
.acc-thankyou_message button.tk-close-btn{
    position: absolute;
    top: 0px;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: #000;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.acc-thankyou_message button.tk-close-btn:hover{
    transform: rotate(180deg);
}
.acc-blue-theme .acc-thankyou_message button.tk-close-btn{
    background: #FFF;
}
.acc-thankyou_message button.tk-close-btn:after, .acc-thankyou_message button.tk-close-btn:before{
    position: absolute;
    content: '';
    background: #FFF;
    top: 8px;
    right: 16.5px;
}
.acc-blue-theme .acc-thankyou_message button.tk-close-btn:after, .acc-blue-theme .acc-thankyou_message button.tk-close-btn:before{
    background: #1957e5;
}
.acc-thankyou_message button.tk-close-btn:before {
    width: 2px;
    height: 18px;
    transform: rotate(45deg);
}
.acc-thankyou_message button.tk-close-btn:after {
    width: 2px;
    height: 18px;
    transform: rotate(-45deg);
}

.acc-thankyou_message p{    font-size: 22px;    font-weight: 500;}

.payment-loading{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.96);
    position: relative;
}
.acc-blue-theme .payment-loading{
    background: rgba(0,69,226,0.96);
}
.payment-loading:after{
    width: 32px;
    content: '';
}
.form-select-control {
    background: transparent;
}
.form-select-control > div {
    background: transparent;
    border-color: rgba(152, 152, 152, 0.5);
}
.acc-blue-theme .form-select-control > div {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}
.form-select-control > div > div div {
    color: #868686;
}
.acc-blue-theme .form-select-control > div > div > div.css-1492t68, .acc-blue-theme .form-select-control > div > div > div.css-1ep9fjw, .acc-blue-theme .form-select-control > div > div > div.css-xp4uvy {
    color: #FFF;
}
.form-select-control div.css-15k3avv{
    background: rgba(255,255,255,0.95);
    color: #868686 !important;
}
.acc-blue-theme .form-select-control div.css-15k3avv{
    background: rgba(255,255,255,0.95);
    color: #868686 !important;
}
.btn-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/*.acc-signup-main .btn-section{    bottom: 0px;width: 60px;height: 60px;position: absolute;right: 0;z-index: 10; }*/

.acc-signup-main .btn-section .btn{
    -webkit-transition: 0.4s margin ease-out;
    transition: 0.4s margin ease-out;
    min-width: auto;
}

.acc-signup-main .btn-section {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 10;
}

.btn-section.back {
    right: auto;
    left: 0;
    background-color: transparent !important;
    bottom: 50px;
}

.btn-section.back .btn {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

.acc-signup-main .btn-section.back .btn{ -webkit-transition: 0.4s margin ease-out; transition: 0.4s margin ease-out;left: 10px;}

.acc-signup-main .btn-section.next .btn{ -webkit-transition: 0.4s margin ease-out; transition: 0.4s margin ease-out;}
.acc-signup-main .btn-section.back:hover .btn{ margin-left: -10px;}
.acc-signup-main .btn-section.next:hover .btn{ margin-right: -10px;}

.form-open .acc-form-wrapper form{height: 100%;}
.acc-step-wrap{
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
}
.custom-select-active .acc-step-wrap.acc-signup-wrap{height: 100%;}

/*.acc-step-wrap.acc-package-wrap, .acc-step-wrap.acc-credit-wrap, .acc-step-wrap{}*/
.acc-step-wrap.uxt-wa-active-step{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.acc-step-wrap.acc-signup-main{height: 100%;width: 97%;    padding: 15px 30px 30px;}

.loading-wrap{display: none; width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(255,255,255,0.9);}
.loading-wrap>svg{width:50px;height:50px;position:absolute;left:50%;top:50%;margin:-25px 0 0 -25px;fill:#000; animation: anim-rotate 2s infinite linear; -webkit-animation: anim-rotate 2s infinite linear;}
.payment-loading .loading-wrap{ display: block; }
.acc-blue-theme .loading-wrap{background:#1957e5;}
.acc-blue-theme .acc-thankyou_message p{color: #fff;}
.acc-blue-theme .loading-wrap>svg{fill:#FFF;}
#talkify-audio { display: none; }
.acc-form-wrapper .form-control:focus { background-color: transparent!important  }
.errorspan {
    color: #000000;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}


/*New Code for Package*/


.acc-package-wrap{ width: 100%;}
.PackageList{ padding: 0 24px 0 0;}
.package_tabsec {}
.package_tabnav{margin: 0 0 20px;display: flex; border-radius: 0px; overflow: hidden;}
.acc-blue-theme .acc-package-content .package_tabnav li{border: 1px solid #fff;cursor: pointer;}
.acc-blue-theme .acc-package-content .package_tabnav li:nth-child(1){border-radius:0px 0 0 0px;}
.acc-blue-theme .acc-package-content .package_tabnav li:nth-child(2){border-radius:0 5px 5px 0;}
.package_tabnav li{
    /* border: 1px solid #EEEEEE; */
    cursor: pointer;
}
.acc-blue-theme .acc-package-content ul.package_tabnav li{
	 color: #fff!important; padding: 15px 15px; font-family: inherit !important;
	 font-size: 28px; width: 50%; font-weight: bold;
 } 
 .acc-package-content ul.package_tabnav li{
	 color: #000!important;
      /* padding: 15px 15px;  */
      padding: 15px 15px; 
      font-family: inherit !important;
	 font-size: 28px; 
     width: 50%; 
     font-weight: bold;
 } 
.acc-blue-theme .acc-package-content .package_tabnav li.active{ background: #fff;}
.package_tabnav li.active{ 
    /* background: #000; */
    border-bottom:3px solid #000 !important;
}
.acc-blue-theme .acc-package-content ul.package_tabnav li.active{ color: #1957e5 !important;background: #fff!important; }

.acc-blue-theme .acc-form-wrapper .btn:not(:disabled):not(.disabled).active, .acc-blue-theme .acc-form-wrapper .btn:not(:disabled):not(.disabled):active{background-color: #fff;color: #1957e5;}


.acc-blue-theme .acc-form-wrapper .acc-signup-main button.btn-next, .acc-blue-theme .acc-form-wrapper .acc-signup-main button.btn-back{
    background: url(../images/right-white.svg) no-repeat center;background-size: contain;
}
.acc-blue-theme .acc-form-wrapper .form-control{color: #fff!important;}

.acc-blue-theme .cus-select-search input{background: #1957e5;}



.acc-package-content ul.package_tabnav li.active { 
    color: #000 !important;
    /* background: #000!important; */
}
.acc-package-content .package_tabnav li:nth-child(1) {
    border-radius: 0px 0 0 0px;
}
.package_tabcontent {
opacity: 0;
visibility: hidden;
position: absolute;
transition: all 0.6s ease;
    overflow-x: hidden;
}
.package_tabcontent.active {
opacity: 1;
visibility: visible;
}
.package_tabcontent.active {
animation: fadeIn 1.3s;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.acc-package-desc{height: auto;padding: 25px 0; font-size: 22px;}
.acc-package-desc span{font-weight: bold;}
.acc-login-wrap, .acc-card-wrap{width:100%;}
.acc-payment-error {padding: 8px 20px; background: #e6453a; color: #FFF; text-align: center; font-size: 13px; border-radius: 0px;}
.acc-loginform-wrapper .form-control.error-field, .acc-loginform-wrapper .form-select-control.error-field > div {
    border-color: #ff0000;
}

.wa-label {
    position: absolute!important;
    width: auto;
    height: auto;
    display: block;
    right: 30px;
    bottom: 15px;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    font-style: italic;
    font-family: inherit !important;
}
.wa-label_menu {
    position: absolute!important;
    width: auto;
    height: auto;
    display: block;
    right: 0px;
    bottom: 0px;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    font-style: italic;
    font-family: inherit !important;
}



.acc-step-wrap .package_tabcontent .standard {
opacity: 0;
transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
transform: translateX(80px);
}

.acc-step-wrap .package_tabcontent.active .standard {
transform: translateX(0px);
opacity: 1;
transition-delay: 0.1s;
}



.ac-dashboard {
    width: 550px; height: 720px; padding:30px 40px 40px; background: #FFFFFF; position: fixed; right: auto !important; 
	bottom: auto !important; z-index: 3; border-radius: 1px; overflow: visible; display: none; color: #000 !important; 
	font-family: inherit !important; box-shadow: 0px 24px 34px #0404052d; -webkit-box-shadow: 0px 24px 34px #0404052d; 
	-ms-box-shadow: 0px 24px 34px #0404052D; top: 130px; left: 60px; 
    /*animation: 1s ease 0s 1 slideInFromLeft;*/
    animation: tab_moveright 800ms forwards;
}
.ac-dashboard.active {display: block;}
.ac-dashboard.posiion {top: 60px; left: 60px; animation: 1s ease 0s 1 slideInFromLeft;}

.ac-dashboard a {color: #000 !important;}
.ac-tabs-nav{
    margin: 0; padding: 0; list-style: none; text-align: center; 
    /* border-bottom: 1px solid #EEEEEE;  */
    position: relative;
	display: flex; align-items: center; justify-content: space-evenly;

}

.acs-inner-ctrl .ac-tabs-nav{
    justify-content: space-evenly !important;
    margin-left: 0px;
}
.acs-inner-ctrl li{
    /* margin-left: 40px; */
    margin-left: 0px;
}
.acs-inner-ctrl li.active{
    /* margin-left: 30px; */
    margin-left: 0px;
}
.acs-inner-ctrl .acs-controls ul.ctrl-lst li{margin-left: 0px;}
.acs-inner-ctrl .colors-tab .acs-controls ul.ctrl-lst li{ margin-left: 0px; }

.ac-tabs-nav a {text-decoration:none;display:block; padding:5px 0px; margin:0px 10px; font-weight:400; color:#000; font-family:inherit; 
font-size:24px;}

.acs-inner-ctrl .ac-tabs-nav a{margin: 0px 0px;}

.tabs-nav-three .ac-tabs-nav a{padding: 5px 0px;}

.ac-tabs-nav li.active a {color: inherit;}
.ac-tabs-nav li {text-align: center;}
.tabs-active-underline {
    display: inline-block; width: 80px; height: 4px; background: #000; position: absolute; z-index: 1000;
    bottom: 0px; transition: 0.4s left ease-out;
}


.ac-tabs-nav li span {margin: 15px 0px 10px; display: block;    font-size: var(--maintapFont) !important;color: #000000;font-weight: 300;}

.ac-tabs-nav li.active span::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    right: 0%;
    bottom: 0px;
    background: #000;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 35px;
}

.acc-font-bold .ac-tabs-nav li span{font-weight: bold!important;}
.acc-font-bold .header-wrap .topfull-close{    font-weight: bold!important;}
.ac-tabs-nav li svg {height: 34px;width: 40px !important;}
.review-svg{height: 35px !important}
.ac-tabs-content {padding: 60px 0px 20px; margin-top: 0px; overflow: hidden;}
.ac-dashboard .ac-tabs-content h3{
	margin: 0px 0px 15px; line-height: 1.2; font-size: 44px; font-family: inherit; font-weight:500; text-transform: none !important;
}
.ac-dashboard .ac-tabs-content p { 
	font-size: 26px; margin: 0px 0px 60px; font-family: inherit; font-weight:300; text-transform: none !important; line-height: 1.4;
}
.ac-tabs-content > div:not(:first-child) {display: none;}
.ac-tabs-content > div {position: relative;}
.ac-tabs-content div.active{animation: tab_moveleft 500ms forwards; opacity:0;}
.ac-tabs-content div.active-right{animation: tab_moveright 800ms forwards; opacity:0;}
.ac-tabs-content div.active-left{animation: tab_moveright 800ms forwards; opacity:0;}
.ac-tabs-content .signup-btn{
    color: #fff !important; background: #000; padding: 15px 15px; cursor: pointer; display: block; line-height:1;
    font-size:26px; font-weight: 600; text-align: center; max-width:210px; font-family: inherit; 
}
.ac-tabs-inner .ac-tabs-nav a {font-size: 22px; border-bottom: 2px solid transparent;}
.ac-tabs-inner .ac-tabs-nav li span {margin: 25px 0px 15px;}
.ac-tabs-inner .ac-tabs-nav li img {width: 34px !important; height: 34px !important;}
.ac-tabs-inner .ac-tabs-content h3{font-size: 48px;}
.ac-tabs-inner {padding-right: 15px;}
.ac-tabs-inner .ac-tabs-content {padding: 20px 0px 20px;}
.ac-tabs-inner .ac-tabs-nav {max-width: 750px; margin-top: 10px; }

.ac-tabs-inner .ac-tabs-nav.tab-Items-two{justify-content: flex-start;}
.ac-tabs-inner .ac-tabs-nav.tab-Items-two li{padding: 0px 10px;}
.ac-tabs-inner .ac-tabs-nav li.active a {border-bottom: 2px solid #000;}
.ac-tabs-inner .tabs-active-underline-inner{display:none;} 


.tabs-active-underline-inner {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: #000; transform-origin: 0 0;
    transition-duration: 0.4s; -webkit-transition-property: transform; -moz-transition-property: transform; 
	transition-property: transform; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); 
	transform-origin: left center;
}


    @-webkit-keyframes tab_moveright {
        from {
            transform: translateX(40%); -webkit-transform: translateX(40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }
    @-moz-keyframes tab_moveright {
        from {          
            transform: translateX(40%); -webkit-transform: translateX(40%); opacity:1;
        }

        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }   
    @-o-keyframes tab_moveright {
        from {          
            transform: translateX(40%); -webkit-transform: translateX(40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }
    @keyframes tab_moveright {
        from {          
            transform: translateX(40%); -webkit-transform: translateX(40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }
    
    
    @-webkit-keyframes tab_moveleft {
        from {
            transform: translateX(-40%); -webkit-transform: translateX(-40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }
    @-moz-keyframes tab_moveleft {
        from {          
            transform: translateX(-40%); -webkit-transform: translateX(-40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }   
    @-o-keyframes tab_moveleft {
        from {          
            transform: translateX(-40%); -webkit-transform: translateX(-40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }
    @keyframes tab_moveleft {
        from {          
            transform: translateX(-40%); -webkit-transform: translateX(-40%); opacity:1;
        }
        to {            
            transform: translateX(0%); -webkit-transform: translateX(0%); opacity:1;
        }
    }
	
	
.header-row {
    position: absolute; left: 50px; right: 50px; width: calc(100% - 110px); display: flex; flex-wrap: wrap; 
    border-bottom: 0px solid transparent !important; background: #fff; align-items: center;
    justify-content: space-between; padding: 20px 0px 20px; z-index: 99; padding-right: 40px;
        transition: all 0.65s ease!important;
    -webkit-transition: all 0.65s ease!important;   
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -webkit-border-radius: 1px;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-family: Goldman !important;
}

.header-row.hide {
    width: 20%;
}

.header-row .menu-toggle {
    font-size: 36px; letter-spacing: 0.5px; font-weight: 800; padding-left: 0px; display: inline-block; 
	line-height: 1; transition: 0.4s padding ease-out; color: #000;font-family: 'Goldman' !important;
}
.header-row .menu-toggle:hover {padding-left: 10px;}
.header-row .user-right {
    width: 230px; text-align: right; overflow: hidden; display: flex; justify-content: flex-end; margin-right: -3px;
}
.header-row .user-right a {font-size: 28px; color: #000000; font-weight: 800; margin-right: 0px; overflow: hidden;}
.header-row .user-right a.student-name {width: calc(100% - 50px); margin-right: 10px;}
.header-row .user-right .profile-img{border-radius: 50px;width: 36px; height: 36px;}

/*----Side Menu----*/
.cb-side-menu {
    width: 0%; height: 100%; background: #ffffff; position: absolute; left: -70px; top: 0; z-index: 1000; 
    padding: 20px 30px 30px; transition: all 0.5s ease; -webkit-transition: all 0.6s ease; 
    box-shadow: -2px 10px 15px #3434375e; -webkit-box-shadow: -2px 10px 15px #3434375e; 
    -ms-box-shadow: -2px 10px 15px #3434375e; overflow: hidden;
}
.cb-side-menu .menu-toggle {
    font-size: 26px; letter-spacing: 0.5px; color: #000000; font-weight: 800; padding-left: 0px;
    transition: 0.4s padding ease-out;
}
.cb-side-menu.active {width: 420px; left: 0px;background: #ffffff;}
.cb-side-menu .cb-menu-list{ margin: 0px; padding: 70px 0 0; list-style: none;}
.cb-side-menu .cb-menu-list li {line-height: 2.4; padding: 6px 0px 6px;}
.cb-side-menu .cb-menu-list li a{
    font-size: 26px; font-weight: 300; letter-spacing: 0.5px; color: #000000; padding-left: 0px; 
    transition: 0.4s padding ease-out;font-family: 'Goldman' !important;
}
.cb-side-menu .cb-menu-list li a:hover{padding-left: 10px;}
.cb-side-menu .cb-menu-list li.menu-head a:hover{padding-left: 0px;}
.cb-side-menu .cb-side-menu-inner {
    position: absolute; width: calc(100% - 60px); height: calc(100% - 80px); opacity: 0;
    visibility: hidden; z-index: 10; transition: 0.6s all;
}
.cb-side-menu.active .cb-side-menu-inner {opacity: 1; visibility: visible;}
.cb-side-menu.active .menu-toggle, .cb-side-menu.active .cb-side-menu-inner {animation: slidein 500ms forwards; opacity:0;}

    @-webkit-keyframes slidein {
        from {
            margin-left: -10%;
            opacity:1;
        }

        to {
            margin-left: 0%;
            opacity:1;
        }
    }

    @-moz-keyframes slidein {
        from {
            margin-left: -10%;
            opacity:1;
        }

        to {
            margin-left: 0%;
            opacity:1;
        }
    }
     @-o-keyframes slidein {
        from {
            margin-left: -10%;
            opacity:1;
        }

        to {
            margin-left: 0%;
            opacity:1;
        }
    }
     @keyframes slidein {
        from {
            margin-left: -10%;
            opacity:1;
        }

        to {
            margin-left: 0%;
            opacity:1;
        }
    }
 
.cb-side-menu.active .menu-toggle{animation-delay: 0.10s;font-family: 'Goldman' !important;}
.cb-side-menu.active .cb-side-menu-inner{animation-delay: 0.30s;}

.cb-details-wrap {
    padding: 0px 0px 0px; position: absolute; top: 0px; left: 50px; width: calc(100% - 100px); height: calc(100% - 25px);
    right: 50px; bottom: 0px; opacity: 0; visibility: hidden; z-index: -9; transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important; transform: translateX(40px);
    -webkit-transform: translateX(40px);
}
.cb-open .cb-details-wrap {
    transform: translateX(0px); -webkit-transform: translateX(0px); visibility: visible; opacity: 1; z-index: 9;
}
.cb-step-wrap {
    transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transform: translateX(-70px);
    -webkit-transform: translateX(-70px); position: absolute; visibility: hidden; opacity: 0;
    z-index: -9; width: 100%; height: 100%;
}
.cb-step-wrap.cb-active-step {
    transform: translateX(0px); -webkit-transform: translateX(0px); visibility: visible;
    opacity: 1; z-index: 9;
}



.cb-scroll-wrap {height: calc(100% - 0px) !important;}
.cb-scroll-wrap > div:nth-child(2){height: 1px !important;}
.cb-scroll-wrap > div:nth-child(3){width: 1px !important;}
.cb-scroll-wrap > div:nth-child(2) > div {background-color: rgb(192 192 192 / 9%) !important;}
.cb-scroll-wrap > div:nth-child(3) > div {background-color: rgb(192 192 192 / 9%) !important;}	

.topfull-close {
    position: absolute;
    right: 35px;
    top: 14px;
    padding: 4px 4px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    /* font-size: 34px; */
    font-size: 38px;
    font-weight: 700;
    background: #fff;
    z-index: 11;
    transition: 0.4s right ease-out;
        transition: all 0.65s ease!important;
    -webkit-transition: all 0.65s ease!important;   
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -webkit-border-radius: 1px;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-family: Goldman !important;
}

.acc-controls-main {
    padding: 0px 0px 0px;
    position: absolute;
    top: 0px;
    /* left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 25px);
    right: 50px; */

    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 25px);
    right: 30px;

    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important;
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
}
.control-open .acc-controls-main {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.acc-controls-main .acc-tab-wrapper, .uxt-wa-invalid-domain {height: 100%; padding-top: 90px;}
.acc-controls-main .ac-tabs-content {height: calc(100% - 50px);height: 100%;}
.acc-controls-main .ac-tabs-content > div {height: 100%;}
.acc-controls-main .acc-controls-wrapper, .acc-controls-main .acc-form-wrapper {height: 90%;}


.acs-help-lst {    
	padding: 0px 0px 0px;
    position: absolute;
    top: 0px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 25px);
    right: 50px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.6s ease !important;
    -webkit-transition: all 0.6s ease !important;
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
}  
.acc-infolist-active .acs-help-lst{
     transform: translateX(0px);
    -webkit-transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.acs-help-lst-inner {
    height: 100%;
    padding-top: 78px;
}
.acc-controls-main .ac-tabs-content {
    padding: 30px 0px 20px;
}

.acc-controls-main .ac-tabs-content #package-tab-two{
    padding: 30px 0px 0px;
}

.acs-help-lst-inner h2{padding: 30px 0 15px;}

.btn-arrow {
    border: 1px solid transparent !important;
    background: url(../images/right.svg) no-repeat center;
    background-size: contain;
    margin: 0px;
    width: 60px;
    height: 60px;
    position: absolute !important;
    bottom: 0;
    font-size: 0px;
    right: 0;
    cursor: pointer;
    -webkit-transition: 0.4s margin ease-out;
    transition: 0.4s margin ease-out;
}
.btn-arrow.back {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}
.acs-help-lst-inner .btn-section.back:hover .btn-arrow{ margin-left: -10px;}
.bottom-button-wrap {
    display: none;
}
/*.tabs-nav-two.ac-tabs-nav li, .tabs-nav-three.ac-tabs-nav li{
    width:45%;
}*/
.tabs-nav-two.ac-tabs-nav .tabs-active-underline, .tabs-nav-three.ac-tabs-nav .tabs-active-underline {width: 45% !important;}
.acc-tab-wrapper .ac-tabs-nav {
	margin-top: 0px;
}
.acc-tab-wrapper .ac-tabs-nav li.active a {
    /* border-bottom: 2px solid #000; */
    transition: 0.4s left ease-out;
    transition: all .5s;
    transform: translateX(10px);
}
.acc-tab-wrapper .tabs-active-underline{display: none;}


.acc-blue-theme .acc-tab-wrapper .ac-tabs-nav li.active a {
    /* border-bottom: 2px solid #fff; */
}
.acc-blue-theme .cb-side-menu{background: #1957e5!important;}
.acc-infolist-active.acc-blue-theme .acs-help-lst{background: #1957e5!important;}
.acc-blue-theme .acc-form-wrapper .acc-payment-error{color: #fff;}


/****** Theme Section Start Here******/

.acc-initialized h1{
    font-weight: bolder;
    /* font-size: 50px; */
}

/****** Light Theme Start Here******/

.acc-bg-light.acc-blue-theme .acs_control_sec .cb-side-menu{background: #1957e5!important;}


/****** Solid Theme Start Here ******/

.acc-bg-solid .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acc-bg-light .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acc-bg-black .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acc-bg-solid .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .ac_ctl_btn{
    background-color:#fff!important ;
}

.acc-bg-solid .ac_buy_btn svg path{fill:#000!important }

.acc-bg-solid .ac_ctl_btn .ac_ctrl-open{filter: brightness(0%);}

.acc-bg-solid .ac_ctl_btn .explore{background: #fff!important;}

.acc-bg-solid .ac_ctl_btn .explore span.exp_txt{color: #000!important;}

.colors-tab .acs-controls ul.ctrl-lst li{
    width: 38px!important;
    height: 38px!important;
    margin-right: 25px;
    display: block;
    margin: 0px 20px 10px 0px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border: 0px solid #c5c5c5 !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.colors-tab .acs-controls ul.ctrl-lst li:last-child{margin-right: 0px;}

/*Font and Bold*/

.acc-font-1x .ac-tabs-nav li span{font-size: 21px;}
.acc-font-2x .ac-tabs-nav li span{font-size: 22px;}
.acc-font-3x .ac-tabs-nav li span{font-size: 23px;}
.acc-font-4x .ac-tabs-nav li span{font-size: 24px;}

/*Menu Font Increase*/

.acc-font-1x .header-row .menu-toggle{font-size: 37px;}
.acc-font-2x .header-row .menu-toggle{font-size: 38px;}
.acc-font-3x .header-row .menu-toggle{font-size: 39px;}
.acc-font-4x .header-row .menu-toggle{font-size: 40px;}
.acc-font-bold .header-row .menu-toggle{font-weight: bold;}

.acc-font-1x .cb-side-menu .cb-menu-list li a{font-size: 27px;font-family: 'Goldman' !important;}
.acc-font-2x .cb-side-menu .cb-menu-list li a{font-size: 28px;}
.acc-font-3x .cb-side-menu .cb-menu-list li a{font-size: 29px;}
.acc-font-4x .cb-side-menu .cb-menu-list li a{font-size: 30px;}
.acc-font-bold .cb-side-menu .cb-menu-list li a{font-weight: bold;}

.acc-font-1x .acs-help-lst ul li h4{font-size: 23px!important;}
.acc-font-2x .acs-help-lst ul li h4{font-size: 24px!important;}
.acc-font-3x .acs-help-lst ul li h4{font-size: 25px!important;}
.acc-font-4x .acs-help-lst ul li h4{font-size: 26px!important;}
.acc-font-bold .acs-help-lst ul li h4{font-weight: bold!important;}

.form-row{    height: calc(100% - 80px);}

.form-step:first-child{
    margin-right: -17px;
}

.noImage img{
    display: none!important;
}

.acc-hand img{
    display:block!important;
}

.subcursor-higliter{
	transform: scale(1.1)!important;
}

/* CHAT BOX ONE CSS */

.chat-grid-view-active .chat-box-main.active .chat-box-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.chat-grid-view-active .chat-box-main.active .chatInput {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.chat-grid-view-active .chat-box-main .chatInput {
    width: 100% !important;
    height: 105% !important;
    background: #FFFFFF;
    position: fixed;
    right: 0px !important;
    left: 45px !important;
    z-index: 999;
    overflow: hidden;
    color: #000;
    box-shadow: 0px 24px 34px #0404052d;
    -webkit-box-shadow: 0px 24px 34px #2d2d382d;
    -ms-box-shadow: 0px 24px 34px #0404052D;
    top: 0px;
    transition: opacity .6s linear, transform .6s ease-in-out;
    bottom: 0px;
    margin: auto;
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    right: -30px;
    flex-direction: column;
    display: flex;
    padding: 20px 20px;
}


/* Chat Box CSS */



.headerAI.hide{
    display: none;
}

.headerAI {
    font-family: Goldman !important;
    position: absolute;
    right: 25px;
    bottom: 130px;
    padding: 4px 4px;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    font-size: 38px;
    /* font-weight: 800; */
    z-index: 11;
    transition: 0.4s right ease-out;
}
.chatbox-head{
    display: flex;
    margin-left: 10px;
    flex-direction: column;
    margin-right: auto;
    padding-top: 20px;
}

#chat-tab-two .chat-box-main.active {
    display: block;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}

#chat-tab-two .chat-box-main {
    display: none;
    z-index: -9;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 80%;
    z-index: 9 !important;
    background: white;
    animation: tab_moveright 800ms forwards;
}

.chatInput{
    display: flex;
    justify-Content: center;
    align-Items: center;
    /* height: 500px; */
    position: relative;
    align-content: space-between;
    flex-wrap: nowrap;
    bottom: 25px;
    z-Index: 999;
    right: 100px !important;
    /* left: 0px; */
    /* background: #fff; */
    padding: 10px 20px 20px;
    width: 130% !important;
    height: 95% !important;
    transition: all 0.5s;
    flex-direction: column;
    overflow: hidden;
    margin: 0px;
    /* border-radius: 10px; */
    /* flex-flow: column wrap; */
    visibility: visible;
    justify-content: space-between;
    opacity: 1;
    box-shadow: 0px 24px 34px #0404052d;
    -webkit-box-shadow: 0px 24px 34px #0404052d;
    -ms-box-shadow: 0px 24px 34px #0404052D;
}

.chatInput .acc-scroll-wrap div{
    /* inset: unset !important; */
}

.acc-blue-theme .chatInput {
    background: #1957e5 !important;
}

.topfull-close {
    display: block;
}

.topfull-close {
    position: absolute;
    right: 35px;
    top: 14px;
    padding: 4px 4px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    background: #fff;
    z-index: 999;
    transition: 0.4s right ease-out;
    transition: all 0.65s ease !important;
    -webkit-transition: all 0.65s ease !important;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -webkit-border-radius: 1px;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-family: Goldman !important;
}


#chat-tab-two .chatInput.show{
    height: 580px;
}


.chatbox-icon-bottom{
    bottom: 100px;
    z-index: 91;
    right: 0px;
    position: fixed !important;
    width: auto;
    height: auto;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}

.menu-scrollactive .chatbox-icon-bottom{
    bottom: 25px;
    right: 0px;
}

.two-column .chatbox-icon-bottom{
    bottom: 150px!important;
    right: -20px;
}

.two-column .scrollup.active{
    bottom: 205px;
    right: 28px;
}

.menu-scrollactive .two-column .chatbox-icon-bottom{
    bottom: 88px;
    right: -5px;
}

.two-columns {
    bottom: 20px;
}

.menu-scrollactive .two-columns {
    bottom: 10px;
}

.menu-scrollactive .scrollup{
    bottom: 90px;
}

.chatbox-icon-head .chatbox-bot-txt{
    margin: 0;
}

 /* .chatbox-icon-bottom{
    bottom: 45px;
} */

.two-column .two-columns .two-columns-btn{
    bottom: 25px;
}

.main-menu-hide .scrollup{
    bottom: 150px;
}

.chatbox-icon-head img{cursor: pointer;}

/* animations to expand boxChrome, Safari, Opera */

@-webkit-keyframes openbox {
    0% {
      height: 0px;
      width: 0px;
    }
    100% {
      height: 650px;
      width: 60%;
    }
  }
  
  @keyframes openbox {
    0% {
      height: 0px;
      width: 0px;
    }
    100% {
      height: 650px;
      width: 60%;
    }
  }
  

  @-webkit-keyframes closebox {
    from {
        margin-left: -20%;
        opacity:1;
    }

    to {
        margin-left: 0%;
        opacity:1;
    }
  }
  
  @keyframes closebox {
    0% {
      height: 650px;
      width: 60%;
    }
    100% {
      height: 0px;
      width: 0px;
    }
  }

 .chatForm {
    position: relative;
    right: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    width: 100%;
    /* background: #fff; */
    height: 10%;
    -webkit-box-shadow: 0px 2px 36px #0404052d;
    box-shadow: 0px 10px 12px -13px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 10px 12px -13px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 10px 12px -13px rgba(0, 0, 0, .4);
}

.chatForm input{
    height: 50px;
    background: #FFFFFF !important;
    z-index: 99;
    border-radius: 1px;
    font-size: 20px !important;
    width: 88%;
    position: absolute;
    left: 0px;
    letter-spacing: 1px;
    padding: 10px 14px 10px;
    font-weight: 500;
    transition: 0.4s all;
    border: none !important;
    -webkit-backdrop-filter: blur(4px);
    /* box-shadow: 0px 2px 36px #0404052d;
    -webkit-box-shadow: 0px 2px 36px #0404052d;
    -moz-box-shadow: 0px 2px 36px #0404052d; */
    /* box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
    -webkit-box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px; */
    -webkit-appearance: none;
    display: block;
    visibility: visible;
    bottom: 0px;
    font-family: inherit !important;
}



.chatForm input::placeholder{font-family: inherit !important; font-size: 18px !important;}

.chatForm button{
    border: 1px solid transparent; background: url(../images/right.svg) no-repeat center;
	background-size: contain; margin: 0px 0px; width: 35px; height: 50px; font-size: 0px;
	display: inline-block; position:absolute; right: 15px; transform: rotate(90deg);cursor: pointer;    display: none;
}

.chatResponse{
    /* display: flex; */
    justify-content: center;
    width: 100%;
    padding: 0px 10px 0px 0px;
}

.chatResponse p{
    font-size: 18px;
    word-wrap: break-word;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    margin-block-start: 0em;
    margin-block-end: 1em;
}
.chatForm{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    width: 100%;
    /* background: #fff; */
    height: 10%;
}

.chatForm svg{
    cursor: pointer;
    position: absolute;
    right: 20px !important;
    bottom: 11px !important;
    margin-right: 15px;
}

.chatbox-top {
    margin-bottom: 10px;
}

.chat-response-head {
    margin-top: 0px;
}

.chatbox-top-col p{
    font-size: 18px;
    word-wrap: break-word;
    padding: 0px 10px 0px 0px;
    max-width: 100%;
    margin: 0;
}

.chat-response-head .load-more{margin-top: 0px;}

.chat-response-head .load-more .loadmore-img{margin-bottom: 0px;}

.load-more {margin-bottom: 30px; text-align: center;}
.load-more {
    text-align: center;
    position: relative;
    bottom: 0px;
    right: 0;
    left: 0px;
    margin: 0 auto;
    z-index: 99;
    width: 100%;
}
.load-more .load-more-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    border-radius: 0px !important;
    line-height: 42px !important;
    padding: 0px;
    border: 2px solid transparent !important;
    font-weight: 700 !important;
    color: #000 !important;
    cursor: pointer;
    position: relative !important;
    z-index: 999;
    width: 42px;
    height: 42px;
    background: url(../images/top.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: 0.6s all;
}
.load-more .load-more-btn span {
    position: absolute;
    left: -100px;
    top: -2px;
}

.load-more .loadmore-img{    width: 64px;margin-bottom: 30px;}

.chat-box-body .acc-scroll-wrap div:nth-child(2){height: 0px!important;} 

.chatbox-icon-dummy{
    bottom: 59px;
    z-index: 91;
    right: 20px;
    position: absolute !important;
    width: 80px;
    height: 80px;
}


/* New Chat Box Css Design Starts Here */

.chat-box-main.active .chat-box-body{
    /* display: flex; */
    /* width: 100%; */
    /* justify-content: space-between; */
    height: 100%;
}


.chat-box-main.active .widget-list.grid-view-active{
    width: 49%;
}

.chat-box-main.active .widget-list.grid-view-active .comparison-list-row{
    width: 50%;
    padding: 5px 10px 10px 0px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}

.chat-box-main.active .widget-list.grid-view-active .comparison-list-row .product-dtls-bottom{
    padding-right: 30px;
}

.wa-main .chat-box-main.active .chatInput.show{
    width: 62%;
    position: fixed;
    /* height: 720px; */
    height: 100%;
    /* box-shadow:none; */
    /* box-shadow: -15px 0px 10px -15px #eeeeee; */
    border-radius: 0px;
    -webkit-animation: openbox 0.65s ease-in;
    animation: openbox 0.65s ease-in;
        opacity: 1;
    visibility: visible;
}

.main-menu-hide .chat-box-main.active .chatInput.show{
    height: 800px;
}

.chat-grid-view-active .leaa-header-row, .chat-grid-view-active .topfull-close{
    z-index: 9;
}

.chat-box-main.active .chatForm input{
    width: 100%;
    position: relative;
    right: 5px;
    box-shadow:none;
    padding: 10px 25px 10px 20px;
    font-size: 21px;
    font-family: inherit !important;
}

.chat-box-main.active .chatForm svg{
    bottom: 39px;
    z-index: 999;
    right: 15px;
    /* background: #fff; */
    position: unset;
}

.chat-box-main.active .chatbox-top-col{
    display: flex;
    margin-top: 35px;
}

.chat-box-main.active .chatbox-top-col .topfull-close{
    right: 10px;
    top: 20px;
    position: absolute;
    transform: translateY(-0%);
}

.chat-grid-view-active .scrollup.active{
    opacity: 0;
}


.chatbox-bot-txt a{
    font-size: 35px;
    text-transform: capitalize;
    cursor: pointer;
}



.chat-grid-view-active .chatbox-bot-txt a, .chat-grid-view-active .two-columns{
    opacity: 0;
    display: none;
}


body a {
    text-decoration: none !important;
}
::placeholder {
    color: #000 !important;
  }


  .ac-tabs-nav li .chat-icon svg{
    width: 35px !important;
}



/****** Responsive ******/

@media (width: 360px){
    .chatInput.show {
        height: 400px !important;
    }
    }
    
    @media (width: 375px){
    .chatInput.show {
        height: 360px !important;
    }
     #review-form .btn{
        position: absolute !important;
    }
    
    }
    
    @media (width: 380px){
    .chatInput.show{
        height: 360px !important;
    }
    .acs-help-lst-inner{
        padding-top:63px !important;
    }
    .chatForm input{ width: 82% !important;}
    }
    
    @media (width: 412px){
    .chatInput.show {
        height: 500px !important;
    }
    }
    
    @media (width: 414px){
    .chatInput.show {
        height: 500px !important;
    }
    }



@media (max-width: 1399px){
.header-row {
    left: 30px;
    right: 30px;
    width: calc(100% - 90px);
}
.wa-main .ac_ctl_btn.ac_buy_btn, .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-light .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-black .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acs_control_sec .ac_ctl_btn.ac_buy_btn{right: 15px;}
.wa-main .ac_ctl_btn{right: 15px;}
}

@media (max-width: 1099px) and (min-width: 992px){
    .acc-scroll-wrap{
        height: calc(100% - -70px) !important;
    }
}
@media(max-width: 991px){
    .acs-controls ul.ctrl-lst li.acc-images{
        font-size: 20px!important;
        font-weight: 700!important;
    }
.acs-inner-ctrl li.active{margin-left: 80px;}
.acs-inner-ctrl li{margin-left: 85px}
.acs-inner-ctrl .acs-controls ul.ctrl-lst li{margin-left: 0px!important;}    
.acs-controls ul.ctrl-lst li{margin-right: 30px;}
.colors-tab .acs-controls ul.ctrl-lst li{width: 38px!important;height: 38px!important;}
.acs-controls ul.ctrl-lst li.ctrl-play{width: 38px;height: 38px;}
.acs-audio-control .acs-audio, .acc-bg-light .acs-audio-control .acs-audio, .acc-bg-black .acs-audio-control .acs-audio, .acc-bg-solid .acs-audio-control .acs-audio{width: 52px!important;height: 52px!important;}

.acs-controls ul.ctrl-last{margin: 10px 5px 10px!important;}
.acs-controls ul.ctrl-lst:nth-child(1){margin: 15px 5px 35px;}
.acc-step-wrap.acc-signup-main{width: 100%;}    
.ac-open.acs_control_sec {
    padding: 0px 20px 20px;
    width: calc(100% - 80px);
}
.acs_control_sec {
    right: 40px;
}
.header-row {
    left: 20px;
    right: 20px;
    width: calc(100% - 80px);
    align-items: unset;
}
.ac-open.acs_control_sec{
    padding: 0px 20px 20px;
}
.cb-side-menu.active {
    width: 75%;
}
.acc-form-wrapper .acc-signup-main button.btn-next, .acc-form-wrapper .acc-signup-main button.btn-back,.acc-signup-main .btn-section {
    width: 48px;
    height: 48px;
}
.acc-signup-main .btn-section.next:hover .btn{margin-right: 0px;}
.cus-select-options ul{margin-top: 0px;}
.acc-step-wrap.acc-signup-main{padding: 0px 0px 0px 30px;}
.acc-signup-main .btn-section{bottom: -25px;}
}

@media (max-width:840px){
    .acs-controls-wrap .mCustomScrollBox { top: 50%; transform: translateY(-50%);}
    .acs-help-lst ul.acs-bg-blue { position: relative;top: 50%;transform: translateY(-55%);}
    .acs-controls{ width: calc(100% - 10px);}

}

@media(max-width: 767px){
    .acc-font-1x .ac-tabs-nav li span{font-size: 19px;}
    .acc-font-2x .ac-tabs-nav li span{font-size: 20px;}
    .acc-font-3x .ac-tabs-nav li span{font-size: 21px;}
    .acc-font-4x .ac-tabs-nav li span{font-size: 22px;}
    .fb-dashboard {
    width: calc(100% - 20px);
    height: 580px;
    padding: 20px 20px;
    left: 10px !important;
    top: 60px;
}
.ac-open.acs_control_sec {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

}

@media (max-width: 640px){
    .acs_control_sec{width: 320px; right: -320px;}
    .acs_control_sec, .acc-bg-black .acs_control_sec, .acc-bg-light .acs_control_sec, .acc-bg-solid .acs_control_sec{ width: 320px; right: -320px; max-height: 100vh; min-height: initial; bottom: 0px; border-radius: 4px; -webkit-border-radius:4px;}
    .acc-bg-black .ac-open.acs_control_sec, .acc-bg-light .ac-open.acs_control_sec, .acc-bg-solid .ac-open.acs_control_sec{ right: 0;padding:0px 20px 20px;max-height: 100%;}
    .acs_control_sec h2{font-size: 30px !important;text-align: center;}
    .acs-controls{ margin: 5px 0;}
    .acs-controls ul.ctrl-lst{margin:5px 0 30px;}
    .acs-controls ul.ctrl-lst li{ width: 79px; height: 79px; line-height: 71px; font-size: 38px;}
    .acs-controls ul.ctrl-lst li.txt-sm{ font-size: 24px;}
    .acs-controls ul.ctrl-lst li.txt-lg {font-size: 32px; font-weight: 600;}
    .acs-controls ul.ctrl-lst li.acc-headings{ font-size: 20px;font-family: inherit;}
    .ac_ctl_btn, .acs_control_sec .ac_ctl_btn, .acc-bg-light .acs_control_sec .ac_ctl_btn, .acc-bg-black .acs_control_sec .ac_ctl_btn, 
    .acs-inner-ctrl .ac-tabs-nav{margin-left: 0px;}
    .acc-bg-solid .acs_control_sec .ac_ctl_btn{ transform: scale(1);left:-75px;width:60px;height:60px;bottom:20px;}
    .ac-open .ac_ctl_btn, .acc-bg-light .ac-open .ac_ctl_btn, .acc-bg-black .ac-open .ac_ctl_btn, .acc-bg-solid .ac-open .ac_ctl_btn{
        left: -30px;
    }
        
    .close-info:before{ width: 22px !important; height: 22px !important;left: 19px; top: 4px;}
    .close-info:after{ width: 22px !important; height: 22px !important;left: 19px; top: 19px;}
    .ac_ctl_btn .ac_ctrl-close{ width: 18px;height:18px;left:22px;top:24px;}
    .ac_ctl_btn .ac_ctrl-close:after{width: 12px;height: 12px;}
    .acs-controls ul.acc-lst-bg li.bg_white,
    .acs-controls ul.acc-lst-bg li.bg_light,
    .acs-controls ul.acc-lst-bg li.bg_black {font-size: 0;}
    .acs-audio-control .acs-audio, .acc-bg-light .acs-audio-control .acs-audio, .acc-bg-black .acs-audio-control .acs-audio, .acc-bg-solid .acs-audio-control .acs-audio{ width:52px; height:52px; overflow: hidden;}
    .acs-audio-control .acs-audio svg{width: 80% !important;}
    .cus-select-search:before, .cus-select-search:after{ transform: scale(0.8);}
    .cus-select-search:after{top: 8px; transform: translateX(13px) scale(0.8) rotate(-45deg); -webkit-transform: translateX(13px) scale(0.8) rotate(-45deg);}
    
    .acs-audio-control .acs-audio svg{transform: scale(0.55);-webkit-transform:scale(0.55);}
    .acs-audio-control .acs-audio:hover svg{transform:scale(0.5);-webkit-transform: scale(0.65);}
    .can-toggle{ transform: scale(0.95); -webkit-transform: scale(0.95);}
    .bottom-button-wrap {margin:10px 0 0;}
    .acs-controls-wrap {height:calc(100% - 30px);}
    .acs-controls-wrap .mCSB_container{ padding: 0 0 0px;}
    .acs-audio-control{margin: 0px 0 0;}
    .wa-main .acs-controls-main .color-mode-wrap{margin: 40px 0 0;}
    /* .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{ left:14px!important; top:15px!important;width: 20px;height: 10px;} */
    .acs-controls ul.ctrl-lst li.active:before{width: 8px;height: 8px;background: #000;border-radius: 50%;left: 50%;margin-left: -4px; bottom: -20px;}
    
    .acc-controls-wrapper { width: calc(100% - 0px);}
    .cus-select-popup h2 {font-size: 24px !important;text-align: left;}
    
}


@media (max-width: 380px) {
    .chatInput.show{
        height: 360px !important;
    }
    .chatForm input{ width: 81% !important;}
    
}


@media (max-width: 567px){
    #review-form .help-block{
        width:100%;
        padding: 0px 30px 0px 10px !important;
    }   
    
    .wa-main .acs-controls ul.ctrl-lst li {
        margin-right: 30px;
    }
    .chatForm input{
        font-size: 18px !important;
        width: 80% !important;
    }
.ac-open.acs_control_sec {
    width: calc(100% - 50px) !important;
    height: calc(100% - 90px);
}

    .colors-tab .acs-controls ul.ctrl-lst:nth-child(1){
        width: 90%;
        margin: auto;
        /* justify-content: center !important; */
    }
    .wa-main .acs-controls-main .color-mode-wrap {
        margin: 80px 0 0 !important;
    }

    .can-toggle.can-toggle--size-large label .can-toggle__switch:after{
        width: 50px;
        line-height: 45px;
    }
    .can-toggle.can-toggle--size-large label .can-toggle__switch{    height: 45px;}
    .can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after{left: 0px;}
    .header-row .menu-toggle, .cb-side-menu .menu-toggle{
        font-family: 'Goldman' !important;
        font-size: 32px!important;
        letter-spacing: 0.5px;
        font-weight: 800;
        transition: 0.4s padding ease-out;
        padding: 10px 0px 0px 0px;
        -webkit-tap-highlight-color: transparent;
    }
    .acc-package-desc{font-size: 20px;}
    .ac-open.acs_control_sec{height: calc(100% - 20px);max-height: 100%;}
    .acc-blue-theme .acc-package-content ul.package_tabnav li{font-size: 18px}
    .acc-font-2x .acc-package-content ul.package_tabnav li{font-size: 18.5px}
    .acc-font-3x .acc-package-content ul.package_tabnav li{font-size: 19px}
    .acc-font-4x .acc-package-content ul.package_tabnav li{font-size: 19.5px}
    .acc-blue-theme.acc-font-2x .acc-package-content ul.package_tabnav li{font-size: 18.5px}
    .acc-blue-theme.acc-font-3x .acc-package-content ul.package_tabnav li{font-size: 19px}
    .acc-blue-theme.acc-font-4x .acc-package-content ul.package_tabnav li{font-size: 19.5px}
    .acc-font-bold.acc-blue-theme .acc-package-content ul.package_tabnav li{font-weight: bold!important;}
    .acc-font-bold .acc-package-content ul.package_tabnav li{font-weight: bold!important;}
    .acc-font-bold .acc-form-wrapper button.btn{font-weight: bold!important;}
    .cb-side-menu .cb-menu-list li a{font-size: 22px}
    .acc-lst-font li.txt-lg svg{
    left: -3px;
    top: -3px;
    width: 52px;
    height: 52px;
    }
    /* .acs-controls ul.ctrl-lst li{line-height: 40px!important;} */
    .acs-controls ul.ctrl-lst li.active:before{bottom: -23px!important;}
    .ctrl-lst li.txt-sm{font-size: 18px!important;}
    .acs-inner-ctrl .acs-controls ul.ctrl-lst li,.acs-audio-control .acs-audio, .acc-bg-light .acs-audio-control .acs-audio, .acc-bg-black .acs-audio-control .acs-audio, .acc-bg-solid .acs-audio-control .acs-audio{
     width: 52px!important;
    height: 52px!important;   
    line-height: 46px!important;
    }

   
    .acs-inner-ctrl .colors-tab .acs-controls ul.ctrl-lst li{
        width: 40px!important;
        height: 40px!important; 
        display: block;
        margin: 0px 20px 10px 0px;
        border-radius: 50%;
        line-height: 48px;
        text-align: center;
        font-size: 0;
        box-shadow: 0 0 8px rgb(0 0 0 / 20%);
        cursor: pointer;
        position: relative;
        -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
        border: 0px solid #c5c5c5 !important;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transform: scale(0.95);
        -webkit-transform: scale(0.95);          
    }
    .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{
        left: 10px;
        top: 11px!important;
        width: 15px;
        height: 8px;
    }
    /* .acs-inner-ctrl .acs-controls ul.ctrl-lst li, .acs-audio-control .acs-audio{
    width: 60px!important;
    height: 60px!important;      
    } */
    /* .acs-controls ul.ctrl-lst li{line-height: 55px!important;} */
    /* .acs-inner-ctrl .ac-tabs-nav{justify-content: space-between;} */
    .acs-inner-ctrl li{margin-left: 35px;margin-left: 0px;}
    .acs-inner-ctrl li.active{margin-left: 25px;margin-left: -10px;}
    .chatForm input{width: 82%;}
    .headerAI{    right: 55px;    font-size: 30px;top: 10px;}
    .header-row .menu-toggle{    padding: 5px 0px 0px 0px;}
    .chatInput.show{height: 270px !important;}
    /* .chatInput.show{height: 360px !important;} */
    #chat-tab-two .chatInput.show{height: 475px;}
    .acs_control_sec, .acc-bg-black .acs_control_sec, .acc-bg-light .acs_control_sec, .acc-bg-solid .acs_control_sec{ max-height: 90%;}
    .can-toggle {width: 100px;padding: 20px 12px 20px 0px;}
    .can-toggle.can-toggle--size-large label .can-toggle__switch{ flex: 0 0 100px;}
    /* .can-toggle.can-toggle--size-large label .can-toggle__switch:after{width: 85px;} */
    .can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after{ -webkit-transform: translate3d(50px,0,0);transform: translate3d(50px,0,0);}
    .ac_ctl_btn, .acs_control_sec .ac_ctl_btn, .acc-bg-light .acs_control_sec .ac_ctl_btn, .acc-bg-black .acs_control_sec .ac_ctl_btn, .acc-bg-solid .acs_control_sec .ac_ctl_btn{ width:60px;height:60px;left:auto;right: 10px;}
    .ac-open .ac_ctl_btn, .acs_control_sec.ac-open .ac_ctl_btn, .acc-bg-light .ac-open.acs_control_sec .ac_ctl_btn, .acc-bg-black .ac-open.acs_control_sec .ac_ctl_btn, .acc-bg-solid .ac-open.acs_control_sec .ac_ctl_btn{left: -30px;}
    .ac_ctl_btn.ac_buy_btn, .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-light .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-black .acs_control_sec .ac_ctl_btn.ac_buy_btn, .acc-bg-solid .acs_control_sec .ac_ctl_btn.ac_buy_btn{right: 10px;bottom: 90px;}
    .ac_ctl_btn .ac_ctrl-close{top:22px;left: 20px;}
    .close-info:before{ left: 21px; top: 6px;}
    .close-info:after{ left: 21px; top: 21px;}
    .acs_control_sec h2{font-size: 20px !important;}
    .acs-audio-control{margin: 0px 0 0;}
    .acs-help-lst ul.acs-bg-blue li{height:50px; }
    .acs-help-lst ul.acs-bg-blue li span.acs-icon{width: 55px;height: 42px;}
    .acs-bg-blue li h4{font-size:16px;margin: 0;}
    .wa-main .acs-controls-main .color-mode-wrap h4{ margin: 0px 0 0px;font-size: 20px!important;font-weight: 400;}
    .acc-font-1x.wa-main .acs-controls-main .color-mode-wrap h4{font-size: 21px!important;}
    .acc-font-2x.wa-main .acs-controls-main .color-mode-wrap h4{font-size: 22px!important;}
    .acc-font-3x.wa-main .acs-controls-main .color-mode-wrap h4{font-size: 23px!important;}
    .acc-font-4x.wa-main .acs-controls-main .color-mode-wrap h4{font-size: 24px!important;}
    .ac_buy_btn svg{ height:88%;}
    
    .acc-form-wrapper button.btn{ font-size: 19px;min-width:150px;padding: 6px 6px;height: 55px;font-weight: bold;}
    .acc-package-content h3.acc-package-price{ width: 100px;height: 100px;line-height: 100px;font-size: 28px;}
    .ac-tabs-nav li span {
    margin: 10px 0px 15px;
    font-size: 20px !important;
}
.ac-dashboard .ac-tabs-content h3{font-size: 30px;}
.ac-dashboard .ac-tabs-content p{font-size: 20px;margin: 0px 0px 40px;}
.ac-tabs-content .signup-btn {
    padding: 12px 15px 10px;
    font-size: 20px;
    max-width: 160px;
    height: 48px;
}
.acc-tab-wrapper .ac-tabs-nav a {
    margin: 0px 5px;
    font-size: 16px;
}
.acc-package-content ul.package_tabnav li{font-size: 22px;}
.header-row {
    left: 15px;
    right: 15px;
    width: calc(100% - 50px);
    padding: 10px 20px 10px 10px;
}
.topfull-close {
    font-size: 30px;
    right: 15px;
    top: 0px;
    padding: 6px 6px;
    line-height: 44px;
}
.cb-side-menu.active {
    width: 85%;
}
.acc-controls-main .acc-tab-wrapper {
    padding-top: 75px !important;
}
.acc-controls-main .ac-tabs-content{    padding: 20px 0px 20px;height: calc(100% - 60px);overflow: scroll;}
.acc-controls-main{left:20px;top: 10px;}
.ac-open .acc-controls-main{width: calc(100% - 35px);height: calc(100% - 20px);}
.acc-form-wrapper .form-control{font-size: 18px;}
.form-group .custom-select-box.form-select-control{font-size: 18px;}
.acc-step-wrap.acc-signup-main{height: 95%;}
.colors-tab .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{
    width: 15px;
    height: 8px;
    left: 12px;
    top: 13px!important;
}
}

@media(max-width: 480px){
    /* .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{    
        left: 9px!important;
    top: 12px!important;
    width: 22px;
    height: 11px;
} */
    .acc-thankyou_message button.tk-close-btn{right: 28px;}
    .acc-thankyou_message{padding: 30px 15px 10px;}
    .ac-dashboard{    
    width: calc(100% - 35px);
    height: 620px;
    left: 5px !important;
    top: 5px !important;
    padding: 30px 30px 40px;
}
.ac-open.acs_control_sec {
    width: calc(100% - 35px);
    height: calc(100% - 90px);
    /*max-height: 100%;*/
    /* top: 45px; */
}
.acs_control_sec {
    top: 15px;
}
.ac-dashboard.waPluginOpen{left: 35px !important;}
}
@media (max-width: 420px){
.acc-package-content ul.package_tabnav li{font-size: 18px;}
}
@media (max-width: 400px){
    .acs-inner-ctrl li {margin-left: 30px;margin-left: 0px;margin-left: 0px;}
    .acs-inner-ctrl li.active {margin-left: 10px;margin-left: 0px;}
    /* .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{left: 10px!important;
    top: 11px!important;width: 21px;height: 12px;} */
}
@media (max-width: 380px){

    .colors-tab .acs-controls ul.ctrl-lst:nth-child(1) {
        width: 94%;
        margin: auto;
        /* justify-content: center !important; */
    }



    .acs-inner-ctrl li {/*margin-left: 35px;*/margin-left: 0px;}
    .acs-inner-ctrl li.active {/*margin-left: 35px;*/margin-left: 0px;}
    .acs_control_sec{ width: 260px;right:-260px;padding: 15px 30px 10px !important;}
    .acs_control_sec, .acc-bg-black .acs_control_sec, .acc-bg-light .acs_control_sec, .acc-bg-solid .acs_control_sec{
        width: calc(100% - 10px); right: -380px; min-height: initial; bottom: 0px;height: 96vh; }
    .ac-open.acs_control_sec, .acc-bg-black .ac-open.acs_control_sec, .acc-bg-light .ac-open.acs_control_sec, .acc-bg-solid .ac-open.acs_control_sec{ right: 0;max-height:100%;padding: 0px 20px 20px!important}
    .acs-inner-ctrl .acs-controls ul.ctrl-lst li, .acs-audio-control .acs-audio, .acc-bg-light .acs-audio-control .acs-audio, .acc-bg-black .acs-audio-control .acs-audio, .acc-bg-solid .acs-audio-control .acs-audio{width: 52px!important;height: 52px!important;}
    .acs-controls ul.ctrl-lst li.txt-sm{ font-size: 26px;}
    .acs_control_sec h2{font-size: 20px !important;}
    .can-toggle {padding: 3px 12px 20px 0px;}
    .acs-controls ul.ctrl-lst li{width:44px;height:44px;line-height:44px;font-size:32px;}
    .acs-controls ul.ctrl-lst li.txt-lg {font-size: 34px!important; font-weight: 600;line-height: 38px!important}
    .acs-controls ul.ctrl-lst li {line-height: 40px!important;}
    .acs-audio-control .acs-audio, .acc-bg-light .acs-audio-control .acs-audio, .acc-bg-black .acs-audio-control .acs-audio, .acc-bg-solid .acs-audio-control .acs-audio{ width: 52px; height: 52px;}
    .wa-main .acs-controls-main .color-mode-wrap{margin: 30px 0 0;}
    .wa-main .acs-controls-main .color-mode-wrap h4{margin: 0px 0 5px;}
    /* .acs-controls ul.ctrl-lst.acc-lst-bg li.active:before{left: 12px!important;top: 12px!important;width: 22px;height: 12px;} */
    .acs-audio-control .acs-audio svg{transform:scale(0.4);-webkit-transform: scale(0.4);}
    .acs-audio-control .acs-audio:hover svg{transform: scale(0.5);-webkit-transform:scale(0.5);}
    .ac-open.acs_control_sec{padding: 0px 20px 20px!important;}
}

talkify-audio-control {
  color: white;
}

.fa-2x {
  font-size: 20px !important;
}

.talkify-control-center.attached .audio-loading {
  height: 16px;
  width: 16px;
}

.talkify-sentence-highlight {
    /*background-color: #000 !important;*/
    /*color: #000 !important;*/
    padding: 3px 10px;
}

.talkify-word-highlight {
    background-color: black !important;
    color: white !important;
        padding: 3px 10px;
}

.talkify-highlight:hover {
    background-color: #143ab8 !important;
    color: white !important;
}

.talkify-sentence-highlight:hover{
 background-color: #fff !important;
    color: #000 !important;   
}

.acc-bg-solid .talkify-sentence-highlight {
    /*background-color: #fff !important;*/
    color: #fff !important;
            padding: 3px 10px;
}

.acc-bg-solid .talkify-word-highlight {
    background-color: #fff !important;
    color: #000 !important;
        padding: 3px 10px;
}

.acc-bg-solid .talkify-highlight:hover {
    background-color: #fff !important;
    color: #000 !important;
}


.acc-bg-light .talkify-sentence-highlight {
    /*background-color: #000 !important;*/
    color: #000 !important;
    padding: 3px 10px;
}

.acc-bg-light .talkify-word-highlight {
    background-color: black !important;
    color: white !important;
        padding: 3px 10px;
}

/*.acc-bg-light .talkify-highlight:hover {
    background-color: #143ab8 !important;
    color: white !important;
}
*/
.speech-1 .talkify-highlight .talkify-sentence-highlight:hover, .speech-2 .talkify-highlight .talkify-sentence-highlight:hover, .speech-3 .talkify-highlight .talkify-sentence-highlight:hover{
    color: #000!important;
    background-color: #fff!important;
}

.talkify-word-highlight:hover{
    color: #000!important;
    background-color: #fff!important;
}

.speech-1 .talkify-highlight .talkify-word-highlight:hover, .speech-2 .talkify-highlight .talkify-word-highlight:hover, .speech-3 .talkify-highlight .talkify-word-highlight:hover{
    color: #000!important;
    background-color: #fff!important;   
}

.speech-1 .talkify-highlight:hover .talkify-sentence-highlight, .speech-2 .talkify-highlight:hover .talkify-sentence-highlight, .speech-3 .talkify-highlight:hover .talkify-sentence-highlight{
    color: #000!important;
    background-color: #fff!important;
}

/*Solid Color talkify*/


.acc-bg-solid.speech-1 .talkify-highlight .talkify-sentence-highlight:hover, .acc-bg-solid.speech-2 .talkify-highlight .talkify-sentence-highlight:hover, .acc-bg-solid.speech-3 .talkify-highlight .talkify-sentence-highlight:hover{
    color: #fff!important;
    background-color: #000!important;
}

.acc-bg-solid.talkify-word-highlight:hover{
    color: #fff!important;
    background-color: #000!important;
}

.acc-bg-solid.speech-1 .talkify-highlight .talkify-word-highlight:hover, .acc-bg-solid.speech-2 .talkify-highlight .talkify-word-highlight:hover, .acc-bg-solid.speech-3 .talkify-highlight .talkify-word-highlight:hover{
    color: #fff!important;
    background-color: #000!important;   
}

.acc-bg-solid.speech-1 .talkify-highlight:hover .talkify-sentence-highlight, .acc-bg-solid.speech-2 .talkify-highlight:hover .talkify-sentence-highlight, .acc-bg-solid.speech-3 .talkify-highlight:hover .talkify-sentence-highlight{
    color: #fff!important;
    background-color: #000!important;
}


.acc-bg-light .talkify-highlight:hover a, .acc-bg-light .talkify-highlight:hover a {color: #fff;}

.wa-main.acc-bg-light p a{color: #000;}

.acc-bg-solid .talkify-highlight:hover a {color: #000;}

.wa-main.acc-bg-solid p a{color: #fff !important;}

/*.wa-main.acc-bg-solid p a:hover{color: #000;}*/

.close-topfull-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    background: #000 !important;
    color: #fff !important;
    z-index: 91;
    font-size: 18px;
    font-weight: normal;
    right: 0;
    padding: 25px 20px;
    box-shadow: 0 8px 8px 0px rgb(0 0 0 / 12%);
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
}

.close-topfull-action.active{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    margin: auto;
    display: block;
    text-align: center;
}


  /*  white theme  */

  .acs_control_sec .close-topfull-wt{
	background-color:#fff !important;
    color: #000 !important;
    margin: auto;
    text-align: center;
    display: block;
}
.acs_control_sec .close-topfull-wt p {font-size: 24px; font-weight: 700;margin: 0px 0px 15px;color:#000}

.acs_control_sec .close-topfull-wt .btn{
    /* margin-top: 10px;*/
    margin-right: 20px!important;
    width: 100px;
    font-size: 24px!important;
    border-radius: 0px !important;
    height: 42px !important;
    line-height: 42px !important;
    border: 2px solid #000 !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 0px 10px !important;
    position: relative!important;
    display: inline-block;
    text-align: center;
    transition: 0.3s all ease;
    background: #fff !important;
    transform: translateX(0);
    transition: 0.4s ease-out;
 }

 .selectuserpopup-action{
    margin: auto;
    color: #fff !important;
 }

.post-msg-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.review-bottom .stars-container .ratingbox {
    margin: 0 !important;
}

.review-bottom .stars-container {
    width: 145px;
}

.review-bottom .reviewee.footer {
    width: calc( 100% - 155px );
}

.review-bottom .reviewee.footer strong {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.review-content p {
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 10px 0;
    max-height: 96px;
    transition: 0.5s linear all;
}

.review-content.show p {
    max-height: 100%;
}

.read-more {
    padding: 0px 0 10px 0;
}

.read-more > span {
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.or-less {
    display: none;
}
.review-content.show .or-more{
    display: none;
}

.review-content.show .or-less{
    display: inline-flex;
}

/* .star-svg{
    color: rgb(204, 204, 204) !important;
}
.star-svg :hover{
    color: #000 !important;
} */
