/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 16px;
    font-weight: 300;
    line-height:26px;
}


[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 0px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 0px;
    
}


.is-btn, .btn{
    border-radius: 0px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: 'Manrope', sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #313376;
    color:#FFFFFF;
    border-bottom:0px solid #616287;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #313376;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #313376;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

header a:not(.button) {
    color: #FFFFFF;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #FFFFFF;
}

header .icon, 
header i {
    color: #FFFFFF;
    transition: 0.35s ease-in;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #FFFFFF;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#0B92E8;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #915833;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #FFFFFF
}

header .text-muted {
    color: #FFFFFF !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #616287;
}

header .border-top {
    border-top:1px solid #616287;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#FFFFFF
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#313376;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#FFFFFF;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background-color: #313376;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#313376;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#FFFFFF;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #FFFFFF;
     border:1px solid #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: transparent;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: transparent;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #FFFFFF;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFFFFF transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#616287;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:transparent;
    color: #0B92E8;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#0B92E8;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#262626;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#0B92E8;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF;
}

.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FFFFFF;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
    border-bottom:3px solid #FFFFFF;
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #0B92E8;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#FFFFFF;
    border:1px solid #0B92E8;
}

.new-header-menu-container {
    background:transparent;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #0B92E8;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#0B92E8;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #616287;
    margin-top: 10px;
    padding-top: 5px;
}

/* New headers CSS END */

/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#FFFFFF;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

.footer-menu-container {
    border-bottom:1px solid #616287;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #616287;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #FFFFFF;
    color: #FFFFFF;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/27068/theme/44687/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#FFFFFF;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#666666;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#0B92E8;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
    font-size: 2rem;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

.is-section-guide {
    background:transparent;
}

.is-section-guide h2 {
    color:#0B92E8;
}

.is-section-guide p.lead {
    color:#0B92E8;
}
.is-section-guide a.button {
    background:#0B92E8;
    color:transparent;
}

/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #313376;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #FFFFFF;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #616287;
}

footer .menu li a {
    font-weight:bold;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#313376;
    color:#FFFFFF;
}

aside.sidenav .featured-section i {
    color:#FFFFFF;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#313376;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#FFFFFF;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:transparent;
    color: #FFFFFF;
        font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {
  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #616287;
    }
    
    footer .border-top-small {
      border-top:1px solid #616287;
    }

    header .border-top-small  {
        border-top:1px solid #616287;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #616287;
        border-bottom:1px solid #616287;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #616287;
    }
    
    header .mobile-contact-section .head-icons {
        background: #F5F5F5;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #616287;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #616287;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #616287;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}



/**********************Main CSS**************************/
/*Home Page CSS*/
/* Global CSS */
.height-30 {
    height: 30px;
} 

html,
body {
    font-weight: 400 !important;
}

a{
    transition: 0.35s ease-in;
    }

.js-off-canvas-overlay.is-visible {
    opacity: 0;
}
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li{
    display: flex !important;
}


.logo-container img {
    max-width: 349px;
}


/*Banner Heading*/
.banner-main-heading {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    color: #000000;
    margin-bottom:10px;
}

/*Banner Sub Heading*/
.banner-sub-heading,
.Lead-magnet-form-small-heading{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    margin-bottom:30px;
}
.section-sub-heading{
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
     color: #000000;
     margin-bottom:0;
}
/*Banner Text*/
.banner-text,
.normal-text,
.Lead-magnet-form-text,
.Lead-magnet-form-bottom-text,
.Lead-magnet-form-text{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}

/*Section Main Heading*/
.section-main-heading,
.Lead-magnet-form-heading{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #000000;
    margin-bottom:37px;
}
.heading-separator-left ,
.heading-separator-right ,
.heading-separator-center{
    position: relative;
    }
.heading-separator-left:before ,
.heading-separator-right:before ,
.heading-separator-center:before {
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translate(-50% , -50%);
    height: 2px;
    width: 84px;
    background: #B95915;
}
.heading-separator-center:before {
    left: 50%;
}
.heading-separator-left:before {
    left: 0%;
    transform: translateY(0);
}
.heading-separator-right:before {
    right: 0%;
    transform: translateY(0);
}


/* CTA Links*/
.cta-link {
    color: #0B92E8;
}

/*CTA Hover Effect*/
.cta-link:hover{
    text-decoration: underline;
    color: #313376;
}
.inner-page-banner .cta-link:hover{
    color:#fff;
    }

/*Buttons*/
a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    padding: 12px 26px !important;
    line-height: 24px !important;
    background: #0B92E8;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity:1 !important;
    
    border-radius: 0px;
    
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    background:#0B92E8  !important;
    color:#FFFFFF  !important;
     background:#313376 !important;
         box-shadow: none;
}

header a.button:hover{
     background: #0B92E8 !important;
    color: #FFFFFF !important;
    }

/*Button for Dark Background*/
.dark-bg .button{
    background: #000 !important;
    color: #fff !important;
}

/*Button for blue Background*/
.bg-blue .button{
    background: #fff !important;
    color: #0068B3 !important;
}

/*Custom Class for white color text*/
.color-white {
    color: #ffffff !important;
}

/*Custom Class for black color text*/
.color-black {
    color: #000000 !important;
}

/*Custom Class for black background*/
.bg-black {
    background-color: #000000 !important;
}

/*Custom Class for white background*/
.bg-white {
    background-color: #ffffff !important;
}

/*Custom Color for light text*/
.color-light{
    color: #6F6F6F !important;
}

/*Custom light Background*/
/*.light-bg{
    background: #E1E1E2 !important;
}*/
/*Custom Light Background*/

/*Custom Dark BG*/
.bg-dark{
    background: #353535 !important;
}
/*Custom Dark BG*/

/*Custom Blue Background*/
.bg-blue{
    background: #0068B3 !important;
}
/*Custom Blue Background*/

/*Custom Class for main Font Family*/
.font-family {
    font-family: 'Manrope', sans-serif;
}

/*Custom Class for second Font Family*/
.alternate-font-family {
    font-family: 'Manrope', sans-serif;
}

/*Set Min Height to 1px*/
.min-height-auto {
    min-height: auto;
}
/* Set Min Height to 1px*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

/*ul/ol List*/

.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

/*
*Make list in two or more column
*/

.list-columns{
    columns: 2;
}

/*Yash Code*/
ul.ul-block {
    display: grid;
    grid-gap: 15px;
}
ul.two-block-ul {
    grid-template-columns: repeat(2, 1fr);
}
ul.three-block-ul {
    grid-template-columns: repeat(3, 1fr);
}
ul.four-block-ul {
    grid-template-columns: repeat(4, 1fr);
}


/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/* Global CSS */

/* Header CSS */
ul#mainNav>li>a {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px; 
    text-transform: uppercase;
}
.dropdown.menu>li{
    padding-left:40px;
    }
.dropdown.menu>li>a {
    padding: 0 ;
}

header a.phone {
    color: #000;
    font-weight: 600;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #fff;
    background: #0068B3;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
header ul.dropdown.menu  li > a:not(.button) span{
    position: relative;
    }
aside.sidenav .menu.accordion-menu a,
.new-header-1 ul.dropdown.menu  li  a:not(.button) span{
    font-weight:600;
    }
header ul.dropdown.menu  li  a:not(.button) span:before {
content: "";
    width: 0;
    height: 2px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -10px;    
    transition: 0.35s ease-in;
}
header ul.dropdown.menu  li.active > a:not(.button) span:before ,
header ul.dropdown.menu  li:hover > a:not(.button) span:before {
    width: 100%;
    background: #0B92E8;
}
aside.sidenav .menu.accordion-menu .active>a {
    background: #0B92E8;
    color: #fff;
}

.is-stuck .header-logo-button{
    display: none;
}

.is-stuck .header-menu{
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

aside.sidenav .menu.accordion-menu li a {
    outline: none !important;
}

.sticky-container {
    height: auto !important;
}

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/

/*Sticky Header*/
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #313376;
    margin-top: 0 !important;
    justify-content: center;
    max-width: 100% !important;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.main-navigation.sticky #mainNav {
    justify-content: center;
    padding: 1rem 0;
}
/*Sticky Header*/

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    right: auto;
    left: 0;
}
/* Header CSS */



/*Footer CSS*/
/*Change Footer Social Icons Size from here*/
footer .social-media-icons a{
    font-size: 2rem;
}

/*footer i.fas.fa-map-marker-alt.icon {
    margin-right: 0.5rem;
    color: #FFFFFF; 
}*/
.ph-em-text-box {
    display: flex;
    justify-content: flex-end;
}
.ph-em-text-box .icon-div{
    margin-left:30px;
}

.footer-top{
    padding-left: 1rem;
    padding-right: 1rem;
}

footer .social-media-icons li:last-child a{
    padding-right: 0 !important;
}

a.address-container {
    display: flex;
    align-items: center;
}

.list-icon {
    list-style: none;
}

.list-icon li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26412/theme/43940/img/bullet-point.png");
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/*Footer CSS*/

/*Banner*/
.user-logged-in .main-banner-sec ,
.user-logged-in .inner-page-banner{
    background:#000;
    }
.user-logged-in .main-banner-sec .section-main-heading {
    color:#fff;
    }
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}

.user-logged-out .inner-content-div {
    max-width: 600px;
    width: 100%;
}
.user-logged-out  .main-banner-sec  .inner-content-div {
    max-width: 560px;
    width: 100%;
}
.user-logged-out  .main-banner-sec .banner-main-heading {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 10px;
}
/*.user-logged-out .main-banner-sec .cell.full.padding-0:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #0000003d;
    width: 50%;
    height: 100%;
}*/
/*Banner*/

/*lead-magnet*/
.home-lead-magnet .email_wrap,
.home-lead-magnet .first_name_wrap,
.newsletter-form-main.type-form .width-25{
    width: 100% !important;
    position: relative;
}

.newsletter-form-main .ww-form-container input#email{
    margin-right: 5%;
    width: 95% !important;
}

.home-lead-magnet label,
.newsletter-form-main.type-form label{
    display: none;
}

.home-lead-magnet #Submit,
.mn-newsletter-form #subscribe {
    margin: 0;
}

.home-lead-magnet .submit_wrap {
    padding-top: 0 !important;
}

.home-lead-magnet #first_name,
.home-lead-magnet #email,
.newsletter-form-main .ww-form-container input#first_name,
.newsletter-form-main .ww-form-container input#email{
    margin-bottom: 0px !important;
    height: 50px;
    
    border-radius: 0px;
    
    padding: 0 1rem;
    font-weight: 400 !important;
    width: 95%;
    background: #F8F8F8;
    border-color:#CCCCCC;
}

.home-lead-magnet #first_name::placeholder,
.home-lead-magnet #email::placeholder,
.newsletter-form-main .ww-form-container input[type="text"]::placeholder{
    background: #F8F8F8;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: ##ACACAC;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif !important;
}

.home-lead-magnet #Submit:hover {
    color: #fff !important;
}

.mn-newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.newsletter-form-main.type-form .error {
    position: absolute;
    left: 15px;
    bottom: -15px;
}
/*lead-magnet*/


/*Newsletter Section CSS*/
.newsletter-form-main {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Subscribe-Bg-1.webp)  !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    }
/*Newsletter Section CSS*/


/*Home Section One || Benifit One*/
.is-wrapper .is-box .is-container {
    margin-top: 70px;
    margin-bottom: 70px;
}

/*Benifit One Bg Color*/

/*Home Section One || Benifit One*/

/*Home Section Two || Benifit Two*/
/*Benifit One Bg Color*/
.home-section-two{
    background: #979797 !important;
}
/*Home Section Two || Benifit Two*/

/*Home Section Three || Benifit Three*/
/*Benifit One Bg Color*/
.home-section-three{
    background: #444444 !important;
}
/*Home Section Two || Benifit Three*/

/*Home Testimonials*/
.blog-list li{
    margin-bottom:5px;
    }
/*spl-bullet-list*/
ul.spl-bullet-list {
    margin: 0;
}
.spl-bullet-list li {
    position: relative;
    padding-left: 25px;
    list-style: none;
        margin-bottom: 5px;
}
.spl-bullet-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 12px;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Union.png);
}

/*spl-bullet-list*/
.section-our-mission .our-mission-item {
    position: relative;
    padding:30px;
    padding-left: 135px;
    margin-bottom: 50px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}
.section-our-mission ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.section-our-mission .item-icon {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
}
.section-our-mission .item-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom:13px;
}
.section-our-mission .item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom:0;
}

/*Slick Slider*/
.slick-prev {
    left: 0;
    width: auto;
    height: auto;
    background: none !important;
}

.slick-next {
    right: 0;
    width: auto;
    height: auto;
    background: none !important;
}

.slick-dots {
    bottom: 0 !important;
}

.slick-dots li {
    border: 1px solid #0068B3;
    background: #0068B3;
}
/*Slick Slider*/

.testimonial-writters-name {
    color: #6F6F6F;
    font-weight: 600;
}

.testimonial-writters-designation {
    font-weight: 600;
    color: #333333;
}

/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}
/*Read More Read Less CSS*/

/*Home Testimonials*/

/*Home Service One*/
.home-section-five{
    background: #333333 !important;
}

.home-service-inner figure figcaption{
    display: none;
}

.home-service-inner figure:hover{
    cursor: pointer;
    width: 370px; /*Change width according to image width*/
}

.home-service-inner figure:hover figcaption{
    display: flex;
    background: #0068B3;
    transition: 0.2s;
}
/*Home Service Two*/
.home-section-six{
    background: #444444 !important;
}

/*Home Service Area Strip*/
.home-section-nine{
    background: #444444 !important;
}
/*Home Service Area Strip*/


/*Home Page CSS*/

/*About Page 1 Template CSS*/
/*Newsletter Section*/

.newsletter-form-main .flex-container.small-block {
    justify-content: center;
    padding-top: 11px;
}

.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email {
    margin: 0 !important;
    height: 55px !important;
    width: 95% !important;
}


.newsletter-form-main .ww-form-container input[type="text"] {
    width: 93% !important;
}

.lead-magnet-horizontal-form .ww-form-container form fieldset>div {
    width: auto;
}

#status-msg {
    display: none !important;
}

.slick-next,
.slick-prev{
    top: 35%;
}

.lead-magnet-horizontal-form.horizontal-form .ww-form-container input[type="submit"] {
    margin-top: 0 !important;
}

.lead-magnet-horizontal-form.horizontal-form .ww-form-container input#email {
    margin-bottom: 0;
}

/*Newsletter Section*/
/*About Page 1 Template CSS*/

/*About Page 2 Templete CSS*/
/*Newsletter with Rounded Fields*/
/*
* This Code Can be used with any Form Field
* Just add the class rounded-input-box-field at main section and copy the bellow code
* To Add New Fields to it, add field Id to CSS rule as bellow
*/

.rounded-input-box-field .ww-form-container input#first_name,
.rounded-input-box-field .ww-form-container input#last_name,
.rounded-input-box-field .ww-form-container input#email,
.rounded-input-box-field .ww-form-container input#mob_phone_phone_number_tel,
.rounded-input-box-field .ww-form-container input#workplace,
.rounded-input-box-field .ww-form-container textarea,
.rounded-input-box-field .ww-form-container input#subscribe{
    border-radius: 50px !important;
}

/*Newsletter with Rounded Fields*/
/*About Page 2 Templete CSS*/

/*service area page*/
.service-area-ul-two {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.service-area-ul-two li a.button {
    width: 100% !important;
}

.service-area-ul-two li i {
    font-size: 20px;
}
/*service area page*/

/*Mansory Gallery*/
/*
* Increase Number of Columns From Here
* 3 means 3 column
*/

.gallery-grid-container {
    columns: 3;
}

/*Mansory Gallery*/

/**Accodion**/
/***Genral accodion css***/
ul.accordion .accordion-title {
    
    border-radius: 0px !important;
    
}

ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title{
    background: #0B92E8 !important;
}

ul.accordion {
    background: none;
}

ul.accordion li.accordion-item {
    margin: 0 0 10px;
}

ul.accordion .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1.5rem !important;
}

ul.accordion .accordion-content {
    border: 0 !important;
    
    border-radius: 0px !important;
    
    margin: 10px 0 0;
}

/*Accordion Arrows*/

.accordion-title::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Accordion-Down-Blue.webp") !important;
}

 .accordion-title:hover::before {
        content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Accordion-Down-White.webp") !important;
     }
.is-active > .accordion-title::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Accordion-Up-White.webp") !important;
}
.is-active > .accordion-title:hover::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Accordion-Up-White.webp") !important;
}


/*Accordion Arrows*/
/*Genral accodion*/
/***For dark background***/
.dark-bg-accord ul.accordion .accordion-title {
    background: #000;
    border: 3px solid #565656 !important;
}

.dark-bg-accord ul.accordion .accordion-content {
    background: #1A1A1A;
    color: #fff;

}
/***For dark background***/

/***For light background***/
.light-bg-accord ul.accordion .accordion-title {
    background: transparent;
    border-bottom: 2px solid #dddddd !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    color: #000;
    padding-left: 1.5rem;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

 .light-bg-accord ul.accordion .accordion-title img{
         max-width: 55px;    
        }
        
        .light-bg-accord ul.accordion .accordion-title img{
             max-width: 55px;    
        }

.light-bg-accord ul.accordion .accordion-title .on-hov{
    display: none;
}

.light-bg-accord .normal-text{
     color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px; 
}

.light-bg-accord ul.accordion .accordion-content {
    background: transparent;
    color: #000;
    border-bottom: 2px solid #dddddd !important;
}

.inner-div{
    margin-right: 5rem;
}

.light-bg-accord ul.accordion .accordion-title:hover h3,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title h3{
    color: #fff;
}

.light-bg-accord ul.accordion .accordion-title:hover .no-hov,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title .no-hov{
    display:none;
}

.light-bg-accord ul.accordion .accordion-title:hover .on-hov,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title .on-hov{
    display: inline-block;
}



.light-bg-accord ul.accordion .accordion-title:hover,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title{
    color: #fff;
            border-bottom: 2px solid #0B92E8 !important;
}
/***For light background***/
/**Accodion**/



/*Contact Page*/
.contact-page-form legend{
    display: none;
}

.contact-page-form .ww-form-container form fieldset>div {
    width: 90%;
}

.contact-page-form .iti.iti--allow-dropdown{
    width: 100%;
}

.contact-page-form .ww-form-container input[type="text"],
.contact-page-form .ww-form-container input[type="password"],
.contact-page-form .ww-form-container input[type="tel"],
.contact-page-form .ww-form-container input[type="email"],
.contact-page-form .ww-form-container select,
.contact-page-form .ww-form-container textarea,
.contact-page-form #mob_phone_phone_number_tel{
    width: 100%;
    border-radius: 5px;
    min-height: 45px;
    background: #DBDBDB !important;
    margin: 0 0 0.5em 0 !important;
}

.contact-page-form .ww-form-container textarea{
    min-height: 100px;
}

.contact-page-form .ww-form-container form fieldset {
    border: none;
}

.contact-page-form form {
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 2rem 0;
}

.contact-page-form div.form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
}

.contact-icon {
    border-top: 3px dashed #0B92E8;
    border-right: 5px dashed #0B92E8;
    border-bottom: 5px solid #0B92E8;
    border-left: 4px solid #0B92E8;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #0B92E8;
    width: 50px;
    height: 50px;
}
/*Contact Page*/

/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}

.inner-banner.blog-banner {
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  padding: 0 13px;
}

.main-blog-widget {
    padding-top: 50px;
}

ul.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin-left: 0;
}

ul.blog-ul li {
    margin-bottom: 1rem;
}

ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}
.cell-contact .cell.medium-6.width-100-mob{
    width: 100% !important;
}
.blog-widget {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}

.article-image img {
    width: 100%;
}

.inner-blog-widget {
    padding: 25px;
}

.blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}



.blog-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0B92E8;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}

.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.blog-sidebar-widget .blog-sidebar-h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0B92E8;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li svg {
    fill: #0B92E8;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.widget-category svg {
    fill:#0B92E8;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}

.blog-widget .widget-category span a {
    color: #757067;
}

.blog-widget .widget-category span:hover {
    color: #231F20;
}

.blog-widget .widget-category span:hover a {
    color: #231F20;
}

.blog-inner-text hr {
    display: none;
}

.ps-blog-sharing {
    margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #1579af;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-tags li a::before {
    background: #0B92E8;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #1579af;
}

.ps-blog-tags li,
.ps-blog-recent-posts li {
    margin-bottom: 0.5em;
}

.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-recent-posts li a::before {
    background: #0B92E8;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}
/**************blog page*****************/


.is-footer .is-boxes {
    min-height: auto;
}

/********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}

.contact-icon {
    border-top: 3px dashed #0068B3;
    border-right: 5px dashed #0068B3;
    border-bottom: 5px solid #0068B3;
    border-left: 4px solid #0068B3;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #0068B3;
    width: 50px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 50px !important;
    background: #F8F8F8;
border: 1px solid #ccc !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
  border: 1px solid #0B92E8 !important;
}
.gen-form #Submit:hover , #newsletter-form #Submit:hover{
  border: 1px solid #313376  !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}
/********contact page********************/
/*footer*/
/*#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}*/

footer .icon {
    color: #FFFFFF;
    margin-right: 10px;
}

#footer hr {
    border-color: #616287;
}

#footer .fab {
    font-size: 35px;
}

.icon-div a{
    display: flex;
        align-items: baseline;
    line-height: 1.3;
}

/*footer*/


/*benifit*/
.benifit-name{
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color:#B95915;
}

.headshot-section {
    /*background: #0b92e8;*/
    color: #fff;
    
}


.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  /*margin: 200px auto 100px;*/
}
.testimonials .card {
  position: relative;
  width: 350px;
  margin: 0 auto;
  background: #111;
  border-radius:5px;
  padding:50px 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.testimonials .card .layer {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(100% - 2px);
  background: #0B92E8;
  left: 0;
  /*background: linear-gradient(#03a9f4, #e91ee3);*/
  transition: 0.5s;
}
.testimonials .card:hover .layer {
  top: 0%;
}
.testimonials .card .content {
  z-index: 2;
  position: relative;
}
.testimonials .card .content p {
  color: #fff;
}
.testimonials .card .content .image {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2)
}
.testimonials .card .content img {
  max-width: 100px;
  max-height: 100px;
}
.testimonials .card .content .details h2 {
  color: #fff;
  font-size: 18px;
}
.testimonials .card .content .details h2 span {
  color: #03a9f4;
  font-size: 14px;
  transition: 0.5s;
}
.testimonials .card:hover .content .details h2 span {
  color: #fff;
}

.mission-section {
    background: #313376;
    padding: 50px 25px;
    color: #fff;
    border-radius: 10px;
}
.mission-section .cell.large-10 {
    position: relative;
}
.mission-section .cell.large-10:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #367FAE;
}



/* Add this to your CSS file or style tag */
/*.spl-fade-in {
  opacity: 0; 
  animation: fadeInUp 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}*/
/*register-with-bg-section*/
.register-with-bg-section {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Register-Bg-Desktop.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.register-with-bg-section .button {
    margin:10px !important;
    min-width:210px;
}
/*register-with-bg-section*/
.register-upcoming-event .ww-form-container {
    max-width: 600px;
    margin: 0 auto;
}


.is-wrapper > div.is-section.is-quick-inquiry-form #hidebox-custom {
    right: -49px;
    width: 49px;
    height: 151px !important;
    border-radius: 0 !important;
}
.is-wrapper > div.is-section.is-quick-inquiry-form {
    transform: translateX(-260px) !important;
}
.is-wrapper > div.is-section.is-quick-inquiry-form .quick-inquiry-text{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    padding: 23px 9px !important;
    line-height: 24px !important;
    background: #0B92E8;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1 !important;
    border-radius: 0px;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    }
    
    
/*spl-btn-hide*/
.main-navigation.sticky {
    display: flex;
    align-items: center;
}
.spl-btn-hide{
    display:none;
    }
.main-navigation.sticky .spl-btn-hide{
    display:block;
    }
 
 /*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}
/*Read More Read Less CSS*/
.spl-link-pad{
   padding-left:25px; 
    }
    
    
    /* table Css start */
    
    table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

 table thead, table tbody, table tfoot {
    border: none !important;
    background-color: #fff !important;
}

table tbody th:nth-child(2){
    width: 38%;
}

table tr img{
    margin: 0 4px;    
}


table tbody td:nth-child(2){
    width: 38%;
}

table tr {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: none;
   border-left: none;
    border-right: none;
  padding: .35em;
}

table tr:first-child{
   border-bottom: 1px solid #000 !important;  
}

table td:last-child{
    color: #0B92E8 !important; 
    font-size: 25px !important;
    padding-left: 60px;
}

tbody tr:nth-child(even) {
    border-bottom: 1px solid #ddd !important;
    background-color: transparent;
}

.last-row th:first-child{
  text-align: center !important;  
}

.last-row th:last-child{
  color: #0B92E8 !important;  
}

table th,
table td {
  padding: 1.5rem;
  text-align: left;
}

table th {
    color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02px;
}

table td {
    color: #666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02px;
}



/* table css end */

.accordion-bg {
    background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/accordion-D.webp") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}


    
    
    
    
@media only screen and (max-width: 1300px) {
    
    .user-logged-out  .main-banner-sec  .inner-content-div {
    padding:40px 15px;
}
.user-logged-out  .main-banner-sec .banner-main-heading {
    font-size: 40px;
    line-height: 50px;

}
}
@media screen and (max-width: 1136px) and (min-width: 1024px) {
.user-logged-out .main-banner-sec .inner-content-div {
    max-width: 500px;
}
.user-logged-out  .main-banner-sec .banner-main-heading {
    font-size: 30px;
    line-height: 42px;

}
}
@media only screen and (max-width: 1120px) {

.testimonials {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.testimonials .card {
  width: 300px;
}
}

@media only screen and (max-width: 1024px) {
    /*general-css*/
    .padding-medium-down-0 {
        padding: 0 !important;
    }
    /*general-css*/
    
    .header-area-1024{
        max-width: 100% !important;
    }
    .is-overlay-bg {
    opacity: 1;
}
}
@media only screen and (max-width: 1023.5px) {
      .padding-vertical-sm-0{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.sm-sp-left:before {
    left: 0;
    transform: translateX(0);
}

.accordion-bg {
    background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/accordion-M.webp") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

    header .first-half-head {
        padding-bottom: 0 !important;
    }

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header#header ul.menu li {
        width: 100%;
        border-top: 1px solid #616287;
        justify-content: center !important;
        margin: 0 !important;
        padding: 15px 0;
    }
    
    header .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
    
    .user-logged-out .pos-ab-head .is-header{
        position: static;
        top: 0;
        width: 100%;
        z-index: 9999;
        left: 0;
        right: 0;
        background: #FFFFFF;
    }
    .user-logged-out .pos-ab-head .sticky-bg-color.stick , 
    .user-logged-out .pos-ab-head .sticky-bg-color.stick {
        background: #FFFFFF;
    }
    .user-logged-out .pos-ab-head header ul.dropdown.menu li a:not(.button), 
    .user-logged-out .pos-ab-head header a:not(.button){
        color: #000 !important;
    }
    .user-logged-out .pos-ab-head header a.logo-black{
        display:inline-block !important;
    }
    .user-logged-out .pos-ab-head header a.logo-white{
        display:none !important;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }
    
    header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
        display: block;
    }
    
    /*header*/

    /*Login Page Fix*/
    .ps-login-page .grid-x.grid-padding-x.padding-3{
        padding: 0 !important;
    }
    
    a.address-container {
        justify-content: center;
    }
    
    /*
    *Make list in two or more column
    */
    
    .small-list-columns{
        columns: 1;
    }
    
    /*
    * Add This as ul.list parent
    * This will make the list in center for 1023.5 less screen
    */
    .list-upper {
        display: flex;
        justify-content: center;
    }
    
    
    /*Yash Code*/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /*About Page 1 CSS*/
    .newsletter-form-main .ww-form-container input[type="text"],
    .newsletter-form-main .ww-form-container input#first_name {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .about-page-banner figure.imgbox-desk figcaption {
        padding-bottom: 2rem !important;
        background: #000;
        color: #fff;
    }
    /*About Page 1 CSS*/

    /*Global CSS*/
    .flex-direction-column{
        flex-direction: column;
    }
    
    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #000 !important;
    }
    
    .mb-color-black{
        color: #333333 !important;
    }
    
    .border-small-0 {
        border: 0 !important;
    }
    .padding-sm-0 {
        padding: 0 !important;
    }
    
    .padding-sm-1 {
        padding: 1rem !important;
    }
     .margin-bottom-sm-1 {
        margin-bottom: 1rem !important;
    }
     .margin-bottom-sm-2 {
        margin-bottom: 2rem !important;
    }
    /*Global CSS*/


    /*Header CSS*/
    header .sticky-bg-color.stick {
        position: static;
    }
    
    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }
    .position-right.is-transition-push {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .header-logo-button {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }
    
    /*Header Logo For Mobile*/
    .sidenav-bar {
        top: 0;
        right: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 99999;
    }
    /*Header Logo For Mobile*/
    
    /*Change Sidebar menu background color*/
    .off-canvas {
        background: #313376;
    }
    /*Change Sidebar menu background color*/
    
    .sticky.is-anchored{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /*Header CSS*/
    
    /*Footer CSS*/
    
    ul.no-bullet.menu.social-media-icons.text-right.large-text-center.border-left.align-right li {
        padding-bottom: 1rem;
    }
    
    footer .social-media-icons{
        border-left: 0 !important;
        justify-content: center;
    }
    
    .footer-top{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    /*Footer CSS*/

    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: #000;
        padding: 72px 10px 50px;
    }
    .user-logged-out  .main-banner-sec  .inner-content-div {
    max-width: 100%;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Banner-dark%205.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:-2px;
}
    .user-logged-out .inner-content-div .banner-sub-heading {
    color: #fff;
}

    /*Banner*/
    
    /*Lead Magnet*/
    .home-lead-magnet.horizontal-form .ww-form-container .small-width-100 {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    
    .home-lead-magnet.horizontal-form .ww-form-container input#first_name,
    .home-lead-magnet.horizontal-form .ww-form-container input#email{
        margin-right: 0;
        width: 100% !important;
    }
    /*Lead Magnet*/
    /*Banner CSS*/
    
    /*Home Section Seven || Services Benifit Slider*/
    .home-section-seven img{
        margin: auto !important;
    }
    /*Home Section Seven || Services Benifit Slider*/
    
    /*About Page 1 CSS*/
    .newsletter-form-main .ww-form-container input[type="text"],
    .newsletter-form-main .ww-form-container input#first_name{
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    
    .about-page-banner figure.imgbox-desk figcaption{
        padding-bottom: 2rem !important;
        background: #000;
        color: #fff;
    }
    
    /*Newsletter From*/
    .newsletter-form-main .ww-form-container input#email{
        margin-bottom: 1rem !important;
        width: 100% !important;
    }
    /*About Page 1 CSS*/
    /*service area page*/
    .service-area-ul-two {
        grid-template-columns: repeat(1, 1fr);
    }
    /*service area page*/
    
    /*footer*/

.icon-div {
    text-align:left;
    margin:16px 0;
     justify-content: center;
}
 .ph-em-text-box .icon-div {
    text-align:center;
    margin:16px 0 0;
     justify-content: center;
}  
 .ph-em-text-box {
    justify-content: center;
}
    .ph-em-text-box .phone{
    display: none;
}
.is-footer .is-container {
    padding: 0px !important;
}
.is-footer p{
    padding: 0 15px;
    text-align: center;
    }
footer .grid-padding-x{
    padding:0;
    }
footer .padding-top-2 {
    padding-top:0 !important;
    }
     /***blog page***/
     .inner-banner.blog-banner {
        position: relative;
        justify-content: center;
        padding: 50px 13px 10px;
    }
    /***blog page***/
    
    .mission-section {
    text-align: center;
    padding: 50px 0;
}
.mission-section .cell.large-10 {
    margin-top: 30px;
}
.mission-section .cell.large-10:before {
    display:none;
}
.testimonials {
    display: flex;
    flex-wrap: wrap;
}
.register-with-bg-section {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27068/theme/44687/img/Register-Bg-Mobile.webp) !important;
}
}

@media only screen and (max-width: 940px) {


    
    /* table Css start */
    
 
  table {
    border: 0;
  }
  
  table tr:first-child {
    display: none;
}

table tr img {
    margin: 0;
}

  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #contentbox > div:nth-child(4) > div > div > div > div.grid-x.grid-padding-x.grid-padding-y > div > table > tbody > tr.last-row {
    border-bottom: 0 !important;
}
  
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table tbody td:nth-child(2) {
    width: 100%;
}

tr.last-row {
    display: flex;
    flex-direction: column;
}

.last-row th:first-child {
    text-align: left !important;
}

.last-row th {
    padding: 0.5rem 0 !important;
}

table td:last-child {
    padding-left: 0;
}
  
 .last-row tbody tr:nth-child(even) {
    border-bottom: none !important;
    background-color: transparent;
}

  table td {
    border-bottom: 0;
    display: block;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0.5rem 0;
    flex-wrap: wrap;
  }
  
  table td::before {
          content: attr(data-label);
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-transform: captitalize;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}





@media only screen and (max-width: 639.5px) {
    .logo-container img {
    max-width: 265px;
}
.section-our-mission .our-mission-item {
    padding-left: 30px;
    text-align: center;
}
.section-our-mission .item-icon {
    display: block;
    position: static;
    margin: 0 auto 10px;
}

    
    /* table Css start */
    
 
  table {
    border: 0;
  }
  
  table tr:first-child {
    display: none;
}

  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 0;
    display: block;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0.5rem 0;
  }
  
  table td::before {
          content: attr(data-label);
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-transform: captitalize;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/**********************Main CSS**************************/

.no-wrap {
            white-space: nowrap;
        }

.slidecontainer {
        margin-top: 16px;
    }

    /*.svg-container {
        margin-top: 136px;
    }*/

    .hm-different svg {
        opacity: 1;
    }

    .hm-different {
        display: flex;
    }

    .hm-allinoneplatform {
        position: absolute;
        opacity: 0;
    }

    .hm-wheel-cont .slider-label {
        display: flex;
        align-items: flex-end;
    }

    .hm-wheel-cont .dff {
        width: 50%;
        color: #000;
        margin-bottom: 8px;
        margin-left: 16px;
        margin-right: 8px;
        font-size:18px;
        font-weight: 600;
    }

    .hm-wheel-cont .all {
        width: 50%;
        color: #000;
        text-align: right;
        margin-bottom: 8px;
        margin-right: 16px;
        margin-left: 8px;
        font-size:18px;
        font-weight: 600;
    }

    .hm-wheel-cont input[type="range"] {
        --thumbSize: 28px;
        --trackSize: 8px;
        --thumbBg: #0B92E8;
        --trackBg: #0B92E8;
        --progressBg: #0B92E8;
        /* webkit progress workaround */
        --webkitProgressPercent: 0%;
        background: transparent;
    }

    .hm-wheel-cont input[type="range"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: var(--thumbSize);
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hm-wheel-cont input[type="range"]:focus {
        outline: none;
    }

    /* Thumb */
    .hm-wheel-cont input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: var(--thumbSize);
        height: var(--thumbSize);
        background-color: var(--thumbBg);
        border-radius: calc(var(--thumbSize) / 2);
        border: 2px solid #FFFFFF;
        box-shadow: 0px 4px 8px rgba(241, 95, 39, 0.25);
        margin-top: calc(((var(--thumbSize) - var(--trackSize)) / 2) * -1);
        cursor: pointer;
    }

    .hm-wheel-cont input[type="range"]::-moz-range-thumb {
        -moz-appearance: none;
        appearance: none;
        width: var(--thumbSize);
        height: var(--thumbSize);
        background-color: var(--thumbBg);
        border-radius: calc(var(--thumbSize) / 2);
        border: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        margin-top: calc(((var(--thumbSize) - var(--trackSize)) / 2) * -1);
        cursor: pointer;
    }

    .hm-wheel-cont input[type="range"]::-ms-thumb {
        -ms-appearance: none;
        appearance: none;
        width: var(--thumbSize);
        height: var(--thumbSize);
        background-color: var(--thumbBg);
        border-radius: calc(var(--thumbSize) / 2);
        border: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        margin-top: calc(((var(--thumbSize) - var(--trackSize)) / 2) * -1);
        cursor: pointer;
    }

    /* Track */
    .hm-wheel-cont input[type="range"]::-webkit-slider-runnable-track {
        height: var(--trackSize);
        background-image: linear-gradient( 90deg, var(--progressBg) var(--webkitProgressPercent), var(--trackBg) var(--webkitProgressPercent) );
        border-radius: calc(var(--trackSize) / 2);
    }

    .hm-wheel-cont input[type="range"]::-moz-range-track {
        height: var(--trackSize);
        background-color: var(--trackBg);
        border-radius: calc(var(--trackSize) / 2);
    }

    .hm-wheel-cont input[type="range"]::-ms-track {
        height: var(--trackSize);
        background-color: var(--trackBg);
        border-radius: calc(var(--trackSize) / 2);
    }

    /* Progress */
    .hm-wheel-cont input[type="range"]::-moz-range-progress {
        height: var(--trackSize);
        background: linear-gradient(90deg, #252120 0%, #F15F27 85.11%);
        border-radius: calc(var(--trackSize) / 2) 0 0 calc(var(--trackSize) / 2);
    }

    .hm-wheel-cont input[type="range"]::-ms-fill-lower {
        height: var(--trackSize);
        background: linear-gradient(90deg, #252120 0%, #F15F27 85.11%);
        border-radius: calc(var(--trackSize) / 2) 0 0 calc(var(--trackSize) / 2);
    }

    .hm-wheel-cont .slide-text {
        color: #000;
        margin-top: -2px;
        margin-left: 16px;
    }


    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    

        .svg-container {
            margin-bottom: 16px;
            margin-top: 32px;
        }

        .hm-all-svg {
            margin: auto;
        }

        .svg-container {
            position: relative;
        }

        .slide-text {
            margin-top: 1px;
            margin-bottom: 8px;
        }

        .hm-allinoneplatform {
            width: 94.9%;
        }

        .hm-different {
            align-items: center;
            justify-content: center;
        }

        

       
        .lable {
            margin-bottom: 16px!important;
        }

      
    }

    @media screen and (max-width: 39.9375em) {
        
        .lable {
            margin-bottom: 16px!important;
        }

      
    }

    @media screen and (min-width: 900px) and (max-width: 1023px) {
        /*.hm-allinoneplatform {
            width: 96.8%;
        }*/
    }

    @media screen and (min-width: 775px) and (max-width: 900px) {
        .hm-allinoneplatform {
            width: 96%;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 775px) {
        .hm-allinoneplatform {
            width: 95.6%;
        }
    }

    @media screen and (min-width: 640px) and (max-width: 787px) {
        .hm-different svg, .hm-allinoneplatform {
            height: 500px;
        }
    }

  


    .lable {
        background: #F15F27;
        border-radius: 12px;
        display: inline-block;
        padding: 0 8px;
        margin-bottom: 24px;
    }

   

    .newhome .alone-section img {
        padding-top: 136px;
    }


 

 
 
    @media screen and (max-width: 39.9375em) {
     

        .mob-txt {
            padding-left: 25px!important;
            padding-right: 25px!important;
        }

        #homRange {
            padding-left: 16px;
            padding-right: 16px;
        }

        .hm-all-svg {
            margin: auto;
        }

        .svg-container {
            position: relative;
            margin-top: 16px;
        }

        .hm-allinoneplatform {
            width: 93.7%;
        }

        .slide-text {
            margin-top: 1px;
            margin-bottom: 0px;
        }

        .hm-different {
            align-items: center;
            justify-content: center;
        }

        .hm-different svg, .hm-allinoneplatform {
            height: 350px;
        }

        .svg-container {
            padding-top: 8px;
        }

    

        .newhome .digitalguide-section h2 {
            margin-bottom: 24px;
        }

        .newhome .digitalguide-section .content {
            text-align: left!important;
            padding: 0px 8px 32px;
            margin-top: -8px;
        }

        .newhome .digitalguide-section .mob-mrg-btm {
            margin-bottom: 24px;
        }

        .newhome .digitalguide-section {
            padding-bottom: 32px;
        }

        .newhome .digitalguide-section .icon-box {
            width: auto;
            height: auto;
        }

        .newhome .digitalguide-section .arrow-med-mr {
            margin-top: -32px!important;
        }

        .newhome .digitalguide-section .icon-box {
            line-height: unset;
        }
        
        .light-bg-accord .normal-text {
            color: #000;
            font-size: 18px;
            font-weight: 400;
            line-height: 32px;
        }
        
       
        
        .light-bg-accord ul.accordion .accordion-title {
            font-size: 18px;
        }
        
        ul.accordion .accordion-title::before {
             right: 0.5rem !important;
        }
    }

    

    @media screen and (min-width: 396px) and (max-width: 406px) {
        .newhome .guide-section {
            background-position: center 293px;
        }
    }

    @media screen and (min-width: 609px) and (max-width: 639px) {
      

        .hm-allinoneplatform {
            width: 96.7%;
        }
    }

    @media screen and (min-width: 407px) and (max-width: 471px) {
       
        .hm-allinoneplatform {
            width: 94.9%;
        }
    }

    

    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
       

        .svg-container {
            position: relative;
        }

        .hm-allinoneplatform {
            width: 94.2%;
            right: 15px;
        }

        .hm-different {
            align-items: center;
            justify-content: center;
        }
    }

    @media screen and (min-width: 609px) and (max-width: 639px) {
        .hm-allinoneplatform {
            width: 96.7%;
        }
    }

    @media screen and (min-width: 517px) and (max-width: 608px) {
        .hm-allinoneplatform {
            width: 96.1%;
        }
    }

    @media screen and (min-width: 472px) and (max-width: 516px) {
        .hm-allinoneplatform {
            width: 95.5%;
        }
    }

    @media screen and (min-width: 362px) and (max-width: 395px) {
        .hm-allinoneplatform {
            width: 94.2%;
        }
    }

   /********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}

.contact-icon svg {
    fill: #0068B3;
    width: 50px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 48px !important;
    background: #F0F0F0;
border: 1px solid #DBDBDB !important;
  border-radius: 5px !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
border-radius: 0px !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}
/********contact page********************/
 
#lead-magnet-form .button {
margin-bottom: 50px !important;
}