/* || 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: 18px;
    font-weight: 400;
}


[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;
    border:1px solid #ccc !important;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 5px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 5px;
    
}


.is-btn, .btn{
    border-radius: 5px !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: "Inter", sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #F5F9FC;
    color:#1D1D1D;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #F5F9FC;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}



header .is-stuck{
    background: #F5F9FC;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

header a:not(.button) {
    color: #1D1D1D;
    font-weight: 400;
    
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #2883DC;
}

ul.list2 li {
    list-style-type: none;
}


ul.list3 li {
    list-style-type: none;
}

ul.list2 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27312/theme/44988/img/7.png") !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

ul.list3 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27312/theme/44988/img/white-new.png") !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

.new-blog-template .lab-ul li svg {
    fill: #ff7428;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.new-blog-template .ps-blog-tags li a{
     color: #2883DC !important; 
}

.new-blog-template .ps-blog-tags li a:hover{
     color: #ff7428 !important; 
     text-decoration:underline;
}


.cell.large-6.small-12.icons-p-top {
    padding-top: 55px;
}

.gen-form .ww-form-container-3 form, .map {
    box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
    padding: 20px;
    border: 2px solid #B2B2B2 !important;
}

.fieldset {
    margin: 0;
    padding: 1.25rem;
    border: 0px solid #F2F2F2;
}


header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:   #2883DC transparent transparent !important;
}

header .icon, header i {
    color: #2883DC !important;
}

.submit_wrap.padding-top-1 {
    padding-top: 0px !important;
    text-align: center !important;
    margin: 0 auto;
}

.gen-form input, .gen-form textarea, #newsletter-form textarea {
    width: 100% !important;
    height: 48px !important;
    background: #F0F0F0;
    border: 1px solid #DBDBDB !important;
    border-radius: 0px !important;
}


header .icon, 
header i {
    color: #1D1D1D;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #2883DC;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#FF7428;
     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: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #1D1D1D
}

header .text-muted {
    color: #1D1D1D !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #CCCCCC;
}

header .border-top {
    border-top:1px solid #CCCCCC;
}


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:#2883DC
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#F5F9FC;
    background:#1D1D1D;
    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:#2883DC;
}

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;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 400px !important;
    margin: 0 auto;
    min-height: 350px;
}

.abt-slider .slick-prev {
    left: 25%;
    background:none !important;
    width:auto;
    height: auto;
}

.abt-slider .slick-next {
    right: 25%;
    background:none !important;
    width:auto;
    height: auto;
}

.slick-slide img {
    display: inline-block !important;
    text-align: center;
}

.abt-slider .actual-testimonial-holder {
    border: 1px solid #ccc;
    padding: 10px;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #FFFFFF;
    
}


.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;
}

.serv-div-4 p {
    padding-top: 0px;
    margin-bottom: 0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#F5F9FC;
    background:#1D1D1D;
    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:#2883DC;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #1D1D1D;
     font-weight:400;
}

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 !important;
    background-color: #20a2f5;
    border-radius: 5px;
}


header .dropdown.menu li ul.submenu {
     background: #333;
     border:1px solid #1D1D1D;
}

ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical li a {
    color: #fff !important;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #fff;
    background: #000;
}

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: #2883DC;
    border-radius: 0px;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #1D1D1D;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #1D1D1D 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 #FFFFFF 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 #2883DC transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.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 #2883DC;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#CCCCCC;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

 header#header {
    background: transparent;
}

.header-top-bg {
    background:#FFFFFF;
    color: #1D1D1D;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#1D1D1D;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#2883DC;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#1D1D1D;
}

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 > 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:#2883DC;
    color: #fff;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:0px solid #2883DC;
}

.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:0px solid #2883DC;
}

.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: #FF7428;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#1D1D1D;
    border:1px solid #FF7428;
}

.new-header-menu-container {
    background:#FFFFFF;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #FF7428;
    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;
}

.contact-icon svg {
    fill: #ff7428;
    width: 50px;
    height: 50px;
}

.new-blog-template .ps-blog-recent-posts li a::before {
    background: #ff7428;
    position: absolute;
}

.iti {
    position: relative;
    display: block !important;
}
.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem  1rem;
}

.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:#FF7428;
    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 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 .active > a {
    background: transparent !important;
    color:#FFFFFF;
}


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{
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:0px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:10px;
}

.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("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/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:#101828;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#FF7428;
}

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;
}


/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #101828;
    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 #D9D9D9;
}


.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:#F5F9FC;
    color:#1D1D1D;
}

aside.sidenav .featured-section i {
    color:#1D1D1D;
}

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:#FFFFFF;
    color: #1D1D1D;
}

aside.sidenav .menu.simple a {
    color: #1D1D1D;
}



aside.sidenav .ps-cart-text-container {
    color:#F5F9FC;
    background:#1D1D1D;
    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:#2883DC;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #000;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background: #2883DC;
    color: #1D1D1D;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#2883DC;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #1D1D1D 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 #D9D9D9;
    }
    
    footer .border-top-small {
      border-top:1px solid #D9D9D9;
    }

    header .border-top-small  {
        border-top:1px solid #CCCCCC;
    }
    
    /* 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 #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #CCCCCC;
    }
    
    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 #CCCCCC;
    }
    
     .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 #CCCCCC;
        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;
        padding: 10px 0 !important;
    }
    
    .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 #D9D9D9;
        }
       
        
    /* 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;
}





/******************************************custom-css*****************************************************/
/*Login Page*/
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;
}
/*Login Page*/
#status-msg {
    display: none !important;
}

/*Basic Fixes*/
html, body{
    font-weight: 400 !important;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}
/*Basic Fixes*/

/*general-css*/
.black-bg {
    background: #000 !important;
}

.dark-bg {
    background: #0C1829 !important;
}

.color-white {
    color: #fff !important;
}

.color-black{
    color: #1A1A1A !important;
}

.color-light {
    color: #2883DC !important;
}

.color-orange {
    color: #ff7428 !important;
}

.orange-bg {
    background: #ff7428 !important;
}


.blue-bg {
    background: #2883DC !important;
}

.light-bg {
    background:  #F5F9FC !important;
}

.blue-bg1 {
    background:  #0085E4 !important;
}

.blue-bg2 {
    background:  #00A5FD !important;
}



.white-bg {
    background: #fff !important;
}
.background-color-transition{
    transition: background-color 1s ease 0.1s;
}

.min-height-auto {
    min-height: auto;
}


strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
   
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    padding: 15px 30px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    opacity: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    
  background: #ff7428;
    color: #fff;
     border: 1px solid #ff7428 !important;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    background: #fff !important;
    color: #ff7428;
    border: 1px solid #ff7428 !important;
}


a.button.black-btn,
span.button.black-btn,
.black-btn input.button {
    background: #000000;
    color: #fff;
}

a.button.white-btn,
span.button.white-btn,
.white-btn input.button {
    background: #fff;
    color: #2883DC !important;
}

.cta-link {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.cta-link:hover{
    text-decoration: underline;
}

p, 
ul li{
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.section-main-heading,
.Lead-magnet-form-heading,
.banner-main-heading,
h2.blog-sidebar-h2,
h1.article-title,
h1.article-title a{
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
      margin-bottom: 20px;
    letter-spacing: 0.35px;
    color: #101828;
}

.banner-main-heading {

font-weight: 600;

font-size: 50px;

line-height: 45px;
letter-spacing: 0%;
margin-bottom: 24px;
   color: #fff;
}

.section-sub-heading,
.banner-sub-heading,
ul.accordion .accordion-title,.section-text-heading{
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.16px;
    color: #2883DC;
}

.normal-text{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: inherit;
    color: #2883DC;
}

.banner-text{
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    color: #fff;
}

.banner-sub-heading {
    font-size: 36px;
    color: #fff;
}



    .inner-content-div p {
        color: #fff !important;
    }


.border{
    border: 1px solid #DADADA; 
}

.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

.list li{
    padding: 4px 0;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
    
/*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;
}

span.moretext {
    display: none;
}
/*Read More Read Less CSS*/

/*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*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

.left-seprator , .middle-seprator{
    position: relative;
    padding-bottom: 1rem;
}
.left-seprator:after , .middle-seprator:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff7428;
    width: 170px;
    height: 2px;
}
.middle-seprator:after{
    right:0;
    margin:0 auto;
    }
.bottom-line-input input:not(input#Submit) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
/*general-css*/

/*Slick Slider*/
button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}





.slick-slide img {
    display: block;
    margin: auto;
}

.slick-dots li {
    border: 1px solid #101828;
        background: #101828;
}

.slick-dots li.slick-active, .slick-dots li:hover {
     border: 1px solid #FF7428;
        background: #FF7428;
}

.testimonial-slider .slick-slide img {
    display: block;
    margin: unset;
}

.testimonial-slider.slick-slider {
    height: auto;
}

.testimonial-slider .slick-dots{
    bottom: -35px;
    display: flex;
}

.our-service-slider .slick-arrow{
    transform: none;
    height: auto;
    width: auto;
    background: none !important;
    top: 40%;
}

.our-service-slider .slick-prev {
    left: -60px;
}

.our-service-slider .slick-next {
    right: -60px;
}
/*Slick Slider*/

/*Position Classes*/
.top-0{
    top: 0;
}

.bottom-0{
    bottom: 0;
}

.left-0{
    left: 0;
}

.right-0{
    right: 0;
}
/*Position Classes*/

.flex-direction-column-d{
    flex-direction: column;
}

/*Our Service Hover Effect*/
.text-color-transition {
    transition: color 1s ease 0.01s;
}

.user-logged-out .hover-black:hover figcaption{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333141;
    color: #fff;
}

.user-logged-out .hover-black:hover figcaption p,
.user-logged-out .hover-black:hover figcaption h2,
.user-logged-out .hover-black:hover figcaption a{
    color: #fff;
}

.user-logged-out .hover-show{
    display: none;
}

.user-logged-out .hover-black:hover .hover-show{
    display: block;
}
/*Our Service Hover Effect*/

/*List Icon*/
.list-icon li{
    display: flex;
}

.list-upper{
    display: flex;
    justify-content: center;
}


.list-icon li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/list-icon.png");
    display: inline-block;
    width: 3em;
    margin-left: -1em;
    position: relative;
    top: -5px;
}

/*List Icon*/



/*header*/
.is-header .dropdown.menu > li > a {
    padding: 0.7rem 26px;
}
.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        right: -1px;
    margin-top: -1px;
}
.pos-ab-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: transparent !important;
    z-index: 99;
    border-color: rgba(255, 255, 255, 0.20) !important;
}
/*.pos-ab-header header ul.dropdown.menu li.active > a:not(.button), .pos-ab-header header ul.dropdown.menu li > a:not(.button):hover, .pos-ab-header header ul.dropdown.menu li > a:not(.button):active, .pos-ab-header header ul.dropdown.menu li > a:not(.button):focus , .pos-ab-header  header ul.dropdown.menu li a:not(.button) ,.pos-ab-header header a i.fas{
    color: #fff !important;
}*/
.pos-ab-header img.seond-logo {
    display: none;
}
.pos-ab-header img.normal-logo {
    display: inline-block !important;
}
.is-header img.normal-logo {
    display: none;
}
.pos-ab-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #2883DC  transparent transparent !important;
}
header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
}

@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: #fff;
    margin-top: 0;
    justify-content: center;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.pos-ab-header .main-navigation.sticky{
    background-color: #fff;
}

.main-navigation.sticky #mainNav {
    justify-content: center;
}

/*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*/

/*header*/

/*separator*/
.separator-color::after{
    color: #2883DC;
}

.separator-width::after{
    width: 150px;
}

/*Home-page*/
/*Banner*/
.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;
}

.cursor-default{
    cursor: default !important;
}

span.button.width-100, a.button.width-100 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.user-logged-out .inner-content-div {
    max-width: 580px;
    width: 100%;
    padding: 5px;
}
/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}


.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    border:1px solid #000 !important;
    background: transparent !Important;
}

.lead-magnet-form input{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    border:1px solid #ccc !important;
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form .ww-form-container input::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 38% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}

/*lead-magnet*/
/*map-section*/
.user-logged-out .content-on-banner3 {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    padding: 15px;
}
/*map-section*/
/*Home-page*/

/*service-page*/
/*Accordion*/
/***Genral accodion css***/
ul.accordion .accordion-title {
    border-radius: 0px !important;
    font-size: 19px;
    font-weight: 600;
    
}

ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title{
   background: #fff !important;
    color: #2883DC !important;
    border: none !important;
    border-bottom: 1px solid #D6E3FB !important;
}
.accordion-title {
  background: #fff !important;
    color: #2883DC !important;
    border: none !important;
    border-bottom: 1px solid #D6E3FB !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;
}

ul.accordion .accordion-content {
    border: 0 !important;
    
    border-radius: 0px !important;
    
    margin: 10px 0 0;
}
/*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: #2883DC !important;
    border: 1px solid #2883DC !important;
    color: #ffffff !important;
    padding-left: 1.5rem;
        line-height: 26px;
        font-weight: 500;
}

.light-bg-accord ul.accordion .accordion-content {
    background: #f5f5f5;
    color: #000;

}

.light-bg-accord ul.accordion .accordion-title:hover,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title{
    color: #fff !important;
     background: #ff7428  !important;
    border: 1px solid #ff7428 !important;
}




/*Contact Page*/
.contact-page-form legend{
    display: none !important;
}

.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: #ccc !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;
}

div.form-container .submit_wrap {
    text-align: center !important;
}

.contact-page-form form {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2rem 0;
    background: #fff;
    color: #000;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
}
[type='text'], [type='email'], [type='tel'], textarea{
    color: #000;
}

.contact-page-form div.form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
}

.contact-icon {
    border-top: 3px dashed #FF7428;
    border-right: 5px dashed #FF7428;
    border-bottom: 5px solid #FF7428;
    border-left: 4px solid #FF7428;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #FF7428;
    width: 50px;
    height: 50px;
}



/*Contact Page*/

.is-overlay {
    position: static;
}



.home2 {
      background: #F5F9FC !important;
}

.features-v8  {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/benefit-d.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.service-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Service-bg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.home4 {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/what-we-offer-d.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.newsletter .cta-link{
    color: #fff !important;
}

.testimonial-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/testimonial-d.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color:#fff;
}

.testimonial-bg .review-card p, .testimonial-bg .review-card1 p{
    font-size: 18px;
}

.review-card {
    background: #18A9F680;
    border-radius: 30px;
    height: 100%;
    border-left: 6px solid #ff7428;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.review-card1 {
    background: #2883DC80;
    border-radius: 30px;
    height: 100%;
    border-left: 6px solid #ff7428;
    box-shadow: 0px 4px 4px 0px #00000040;
}


.newsletter {
    background: #EAEAEA !important;
}

.newsletter .section-main-heading, .testimonial-bg .section-main-heading{
    color: #fff !important;
}

.newsletter-left-side {
    background: #18A9F6;
    padding: 40px;
    border-radius: 30px 0 0 30px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.newsletter-right-side {
    background: #d9d9d9;
    padding: 40px;
    border-radius: 0 30px 30px 0;
        height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
     flex-direction:column;
}

.newsletter-right-side p{
    font-size: 18px;
}

 .home2 .button:hover{
       background: #fff !important;
          color: #ff7428 !important;
           border:1px solid  #fff !important;
}




.fa-arrow-right:before {
    content: "\f061";
    color: #888 !important;
}


.home8{
   background: #ff7428 !important;
}

.home8 p{
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.tab-box {
    padding: 15px;
    border: 1px solid #ff7428;
    background: #ff7428;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-box h3 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

ul.lab-ul {
    fill: #ff7428;
}

.is-boxes {
    min-height: auto !important;
}

.mfp-wrap {
    z-index: 99999999999 !important;
}

 #status-msg p {
    color: #000;
    font-weight: bold;
} 

#lead-magnet-form .submit_wrap.padding-top-1 {
    padding-bottom: 2rem;
}

a{
    cursor: pointer !important;
}

.icon-list {
    margin: 0;
}

.icon-list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}

.icon-list li:before {
    content: "";
    position: absolute;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/bullet2.png) no-repeat;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
}

.icon-list1 {
    margin: 0;
}

.icon-list1 li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}

.icon-list1 li:before {
    content: "";
    position: absolute;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Bullet%20W.webp) no-repeat;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
}
.icon-list1.color-white li:before {
   
  
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Bullet%20W-1.webp) no-repeat;
    
}
.box-div-2 {
    border: 1px solid #D6E3FB;
    padding: 60px 30px;
    border-radius: 20px;
}
.serv-div-5 {
    background: #2883DC;
    border-radius: 20px;
    color: #fff;
}
.shadow-1.height-100 {
    background: #f4f4f4;
    box-shadow: none !important;
    border-radius: 10px;
}

.service2 .rounded.padding-1.height-100.flex-container.align-middle.light-bg {
    min-height: 230px;
}

.menu li a, header .head-contact-links{
    font-family: "Inter", sans-serif !important;
}

/*
footer p, footer a{
    font-family: "Inter", sans-serif !important;
}
*/




footer .fa-phone-alt:before {
    padding-right: 0px;
    color: #2883DC !important;
}

footer .fa-envelope:before  {
    padding-right: 0px;
    color: #2883DC !important;
}

#thanks-wrapper {
    width: 100%;
    height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}






/*accrodion-section*/
/*newsletter-section*/
.newsletter-form-main .container.is-container.is-content-1200 {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/Newsletter-Bg-Services-Landing-Template-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffff;
    padding: 90px 60px 80px !important;
    border-radius: 15px;
}
.white-btn {
    background: #fff !important;
    color: #0068b3 !important;
}
.margin-top-5 {
    margin-top: 5rem !important;
}
.margin-bottom-5 {
    margin-bottom: 5rem !important;
}
/*newsletter-section*/
/*service-page*/

/*service-areas-page*/
.user-logged-out .serv-head-elm {
    margin-bottom: -48px;
}
figure.ser-area-fig-mn.box-shadow {
    max-width: 365px;
    margin: 20px 10px 30px;
    box-shadow: 2px 3px 10px #00000036;
}
figure.ser-area-fig-mn.box-shadow figcaption {
    padding: 35px 40px;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk {
    margin: 0;
    position: relative;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk:after {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/link-arrow.png");
    position: absolute;
    top: 0;
    right: 0;
}
.slick-dots {
    bottom: -23px;
}
.slick-dots li {
    border: 1px solid #101828 !important;
    background: #101828;
    width: 13px;
    height: 13px;
}
.slick-dots li.slick-active, .slick-dots li:hover {
    background: #FF7428 !important;
    border:1px solid #FF7428 !important;
}
/*service-areas-page*/

.home-services-slider figure{
    margin: 12px;
}

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: #d9d9d9 !important;
}

#footer .fab {
    font-size: 35px;
    color: #2883DC;
}

footer .icon {
    color: #2883DC;
    margin-right: 10px;
}

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}

footer .foot-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 0 0px;
}

footer .foot-menu li:last-child {
    border-bottom: 0px ;
}

footer .copyright-main-block {
    border-top: 2px solid #2883DC;
}
/*footer*/

svg.step.social-icon{
    fill: #2883DC !important;
}



.gnext:hover, .gnext:active, .gnext:focus {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.gprev:hover, .gprev:active, .gprev:focus {
    background: transparent !important;
     border: 1px solid transparent !important;
}

.gclose:hover, .gclose:active, .gclose:focus {
    background: transparent !important;
     border: 1px solid transparent !important;
}

.gslide-image img.zoomable {
    position: relative;
    width: auto !important;
    height: auto !important;
    max-height: 85vh !important;
}

.gslide-image img {
    max-height: 97vh !important;
    max-width: 650px !important;
}

 .glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45% !important;
    right: 70px !important;
    width: 40px;
    height: 56px;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45% !important;
    left: 30px;
    width: 40px;
    height: 56px;
}

.gslide-media {
    width: 70% !important;
    margin: 0 auto;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45% !important;
    left: 0 !important;
    width: 40px;
    height: 56px;
}

.gslide-image img {
    max-width: 100% !important;
}

nav.align-justify.show-for-large {
    width: 90%;
}

.home4 figure {
    background: #ff7428;
}

.home4 figure figcaption.text-center.margin-top-1 {
    background: #ff7428;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
    padding: 15px;
    max-width: 370px;
    margin: 0 auto;
    min-height: 100px;
}

.about-box {
    padding:30px 20px;
    border: 1px solid #ff7428;
    height: 100%;
    text-align: left;
    background: #f5f5f5;
    border-radius: 20px 0px 20px 0px;
}



.serv-div-4 {
    border-radius: 20px;
    background: #fff;
    border-left: 2px solid #ff7428;
}
    
.service-box {
     padding: 18px 18px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 100%;
    border-left: 3px solid #ff7428;
     text-align: left;
     color: #000;
}



.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 105%;
    right: auto !important;
    left: 20px;
    z-index: 999999;
}

header .menu-container {
    margin-top: 15px;
}


.copyright-container.footer-color {
    background: #ff7428;
    color: #fff !important;
}

.copyright-container.footer-color a{
    color: #fff !important;
}

.servicearea2 .service-btn-like{
    background: #f5f5f5;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    transition: 0.3s ease-in-out;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
   height: 350px;
    color: #000 !important;
    display: block;
    margin: 10px 10px 0 10px !important;
}

.servicearea2 .service-btn-like:hover {
    border-top: 2px solid #ff7428;
    border-bottom: 2px solid #ff7428;
}


ul.align-justify.five-blk-sec.flex-container.no-bullet li {
    padding: 15px 5px 5px;
    margin: 10px 5px;
    flex: 1;
    border: 2px solid transparent;
}

ul.align-justify.five-blk-sec.flex-container.no-bullet li:hover {
    border: 2px solid #fff;
}
.servicearea2 .service-btn-like p{
    margin-bottom: 0 !important;
    font-weight: 400;
     color: #000 !important;
}



.servicearea2 .service-btn-like a{
    font-weight: 400;
    font-size: 16px;
     color: #000 !important;
}


/* service area */

.service-btn-like {
    display: flex;
    background: #f5f5f5;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 2px solid #f5f5f5;
    justify-content: center;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    height: 100%;
    color: #000 !important;
    margin: 10px 10px 0 10px !important;
}

.service-btn-like p{
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 18px;
     color: #000 !important;
}

.service-btn-like i{
 font-size: 30px !important;
}

.service-btn-like a{
    font-weight: 500;
    font-size: 18px;
     color: #000 !important;
}



.service-btn-like .ion-location:before {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/location.png) !important;
}



.service-btn-like:hover {
    border-top: 2px solid #ff7428;
    border-bottom: 2px solid #ff7428;
}



footer .icon-div a {
    display: flex;
    line-height: 1.3;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48% !important;
}


.ww-content-block.type-form i.fas.fa-calendar-alt, .ww-form-container i.fas.fa-calendar-alt {
    position: absolute;
    top: 2.7em !important;
    left: 0.6em;
}

.service-area-ul-two li a.button {
    width: 100% !important;
}
.service-area-ul-two {
    grid-gap: 15px;
}
a.no-pointer {
    cursor: default !important;
}



.ps-blog-category li a {
    padding: 4px 8px;
    border: 1px solid;
    margin-right: 8px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: .9em !important;
    text-transform: capitalize;
}

.new-blog-page-type .article-category span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.new-blog-template .ps-blog-tags li a {
    color: #2883DC !important;
    text-transform: capitalize;
    font-weight: 700;
}

.new-blog-template .widget-category svg{
    fill: #ff7428 !important;
}

.new-blog-template .blog-widget .widget-category span a{
     color: #2883DC !important;
}

.new-blog-template .blog-widget .widget-category span a:hover{
     color: #ff7428 !important;
}

.new-blog-template .ps-blog-tags li a::before {
    background: #ff7428 !important;
}


footer em.fas.fa-map-marker-alt.icon {
    position: relative;
    top: 4px;
}



.gnext:hover, .gnext:active, .gnext:focus {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.gprev:hover, .gprev:active, .gprev:focus {
    background: transparent !important;
     border: 1px solid transparent !important;
}

.gclose:hover, .gclose:active, .gclose:focus {
    background: transparent !important;
     border: 1px solid transparent !important;
}

.gslide-image img.zoomable {
    position: relative;
    width: auto !important;
    height: auto !important;
    max-height: 85vh !important;
}

.gslide-image img {
    max-height: 97vh !important;
    max-width: 650px !important;
}

 .glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45% !important;
    right: 70px !important;
    width: 40px;
    height: 56px;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45% !important;
    left: 30px;
    width: 40px;
    height: 56px;
}

.gslide-media {
    width: 70% !important;
    margin: 0 auto;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45% !important;
    left: 0 !important;
    width: 40px;
    height: 56px;
}

.open-down-arrow.active .button.button-down{
    display:none;
}

.open-down-arrow .button.button-up {
    display:none;
}

.open-down-arrow.active .button.button-up {
    display:inline-block;
}
.more-sec h2.section-sub-heading {
    font-size: 20px;
}



/* ADMIN PAGE */
.new-website-login-form form.settings label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
}

.article-body h2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    color: #2883DC;
}

.article-body ul {
    margin: 0;
}

.article-body ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    text-align: left;
}

.article-body ul li:before {
    content: "";
    position: absolute;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/bullet2.png) no-repeat;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
}

.new-blog-template .blog-widget .widget-category span a {
    color: #DAB051;
    text-transform: capitalize !important;
}

.inner-banner.blog-banner {
    position: absolute;
    left: -50%;
    top: 33%;
    transform: none;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    height: 30%;
    align-items: center;
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    right: 0;
    padding: 0 13px;
        z-index: 0;
}

.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 22px;
    margin-top: -6px;
    border: none;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Polygon.png);
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after, header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    right: 22px;
    margin-top: -6px;
    border: none;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Polygon-w.png);
}

.home4 .home-box {
    background: #2883DC;
    height: 100%;
    border-radius: 30px;
    color: #fff;
}


.home4 .home-box .home-inner-box {
    padding:10px 15px 25px 15px;
}


.home4 .home-box .normal-text{
    color: #fff;
    text-transform: uppercase;
}

.home4 .home-box .cta-link{
    color: #fff;
}


.features-v8 {
    position: relative;
    background: #fff;
    padding: 90px 0;
}

.features-v8 .is-boxes {
    width: 100%;
}

.features-v8 .sec-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #f97316;
    text-align: center;
    margin-bottom: 12px;
}

.features-v8 .sec-heading {
    font-size: clamp(26px, 3vw, 46px);
    color: #1c1917;
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.features-v8 .sec-sub {
    font-size: 16px;
    color: #78716c;
    text-align: center;
    max-width: 520px;
    margin: 0 auto 52px;
    line-height: 1.7;
}

.features-v8 .bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.features-v8 .bento-card {
    border-radius: 20px;
    padding: 36px;
    overflow: hidden;
    position: relative;
}

.features-v8 .bento-wide {
    grid-row: span 2;
}

.features-v8 .bento-tall {
    grid-row: span 2;
}

.features-v8 .bc-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.features-v8 .bc-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

.features-v8 .bc-body {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
}

.features-v8 .bc-icon {
    margin-bottom: 18px;
}

.features-v8 .card-a {
    background: #00A5FD;
    border-left: 6px solid #ff7428;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.card-a{
    position:relative;
}

.card-a::after {
    position: absolute;
    content: '';
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/icon.webp);
    width: 252px;
    height: 297px;
    margin: 0 auto;
    left: 2px;
    top: 3px;
}

.features-v8 .card-b {
    background: #fff;
    border-left: 6px solid #ff7428;
}

.features-v8 .card-c {
    background: #fff;
    border-left: 6px solid #ff7428;
}



/* Common styling */
.is-dropdown-submenu .is-dropdown-submenu-item a{
    display: flex;
    align-items: center;
    gap: 12px;
}

.is-dropdown-submenu .is-dropdown-submenu-item a::before{
    font-size: 18px;
    width: 22px;
    text-align: center;
    opacity: 0.9;
}

/* Bookkeeping */
.handle-bookkeeping-services a::before{
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/BookkeepingMenu.webp") !important;
display: inline-block;
    transform: scale(0.4); /* 60% of original size */
    transform-origin: left center;
    margin-right: 5px;
}

/* Cleanup / Catch-up */
.handle-bookkeeping-catch-up-clean-up-services a::before{
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Catch-UpCleanUpMenu.webp") !important;
display: inline-block;
    transform: scale(0.4); /* 60% of original size */
    transform-origin: left center;
    margin-right: 5px;
}

/* Payroll */
.handle-payroll-services a::before{
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/PayrollMenu.webp") !important;
display: inline-block;
    transform: scale(0.4); /* 60% of original size */
    transform-origin: left center;
    margin-right: 5px;
}

/* Audit Guard */
.handle-bookkeeping-audit-guard-services a::before{
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/AuditGuardMenu.webp") !important;;
display: inline-block;
    transform: scale(0.4); /* 60% of original size */
    transform-origin: left center;
    margin-right: 5px;
}

/* Remote CFO */
.handle-remote-cfo-support-services a::before{
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/RemoteCFOMenu.webp") !important;
display: inline-block;
    transform: scale(0.4); /* 60% of original size */
    transform-origin: left center;
    margin-right: 5px;
}
/* Onboarding */
.handle-onboarding-services a::before{
   content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/OnboardingMenu.webp") !important;
display: inline-block;
    transform: scale(0.4); /* 60% of original size */
    transform-origin: left center;
    margin-right: 5px;
}

.wave-appear span{
    display:inline-block;
    opacity:0;
    transform:translateY(20px);
}

.wave-appear.animate span{
    animation:waveIn .5s ease forwards;
}
.section-main-heading span{
    display:inline-block;
    opacity:0;
    transform:translateY(20px);
}

.section-main-heading.animate span{
    animation:waveIn .7s ease forwards;
}



@keyframes waveIn{
    0%{
        opacity:0;
        transform:translateY(20px);
    }
    50%{
        opacity:1;
        transform:translateY(-8px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}


.blue-serv-box:hover img {
    margin-bottom: 20px;
    border: 2px solid #FF7428;
    border-radius: 500px 500px 500px 500px;
    overflow: hidden;
    font-size: 45px;
    transform: rotate(0deg);
}
.blue-serv-box img {
    margin-bottom: 20px;
    border: 2px solid #2883dc;
        border-radius: 500px 500px 500px 500px;
}
.features-v4{position:relative;background:#f8fafc;padding:90px 0}
.features-v4 .is-boxes{width:100%}
.features-v4 .section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#6366f1;text-align:center;margin-bottom:14px}
.features-v4 .section-heading{font-size:clamp(26px,3vw,44px);color:#1e293b;font-weight:800;text-align:center;line-height:1.15;margin-bottom:50px;letter-spacing:-.4px}
.features-v4 .tab-nav {
    display: flex;
    justify-content: center;
    gap: 0;
    background: #fff;
    width: fit-content;
    margin: 0 auto 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    background-color: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50px !important;
    padding: 4px !important;
    overflow: visible !important;
}
.features-v4 .tab-btn {
    border: none !important;
    outline: none !important;
    padding: 14px 28px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    z-index: 2 !important;
    transition: color 0.25s ease !important;
    min-width: 110px !important;
    text-align: center !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: #1e40af !important;
}
.features-v4 .tab-btn.active{background:#6366f1;color:#fff;box-shadow:0 2px 8px rgba(99,102,241,.3);   color: #ffffff !important;
    background: #ff7428 !important;}
.features-v4 .tab-panel{display:none}
.features-v4 .tab-panel.active{display:flex;gap:50px;align-items:center}
.features-v4 .tab-content{flex:1}
.features-v4 .tab-title{font-size:26px;font-weight:800;color:#1e293b;margin-bottom:14px;letter-spacing:-.3px}
.features-v4 .tab-body{font-size:16px;color:#64748b;line-height:1.75;margin-bottom:22px}
.features-v4 .button{display:inline-block;background:#6366f1;color:#fff;padding:12px 28px;border-radius:7px;text-decoration:none;font-weight:700;font-size:14px;transition:all .2s}
.features-v4 .button:hover{background:#4f46e5;transform:translateY(-1px)}
.features-v4 .tab-img{flex:1;border-radius:16px;overflow:hidden;height:380px;box-shadow:0 10px 40px rgba(0,0,0,.1)}
.features-v4 .tab-img img{width:100%;height:100%;object-fit:cover}
.features-v4 .tab-feat-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
.features-v4 .tf-item{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:#475569}
.features-v4 .tf-dot{width:6px;height:6px;background:#6366f1;border-radius:50%;flex-shrink:0;margin-top:5px}

ul.icon-list1.pricing-lt {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -8px;
    justify-content: center;
}
ul.icon-list1.pricing-lt li {
    margin-inline: 10px;
    word-break: break-word;
    padding-left: 18px;
}

.e-con-inner p {
    font-weight: 600;
    background-color: #0099ff;
    padding: 13px;
    border-radius: 20px;
    color: #fff;
}
h1.banner-main-heading {
    line-height: 68px;
}
/*
span.secondary-line {
    line-height: 75px;
}*/
/******************************************************/

@media only screen and (min-width: 1600px) {

header#header {
    background: #fff;
    padding-bottom: 0;
}


}
@media only screen and (max-width: 1024px) {

.contact-card .cell.large-9.small-12
{
    padding-left: 40px !important;
}
.user-logged-out .inner-content-div.home-in-content-div {
    max-width: 600px;
}
    a.text-center.head-contact-links {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .banner-main-heading {
    font-size: 25px;
    line-height: 30px;
}

.banner-text {
    font-size: 16px;
}
.banner-sub-heading {
    font-size: 18px;
    color: #fff;
     line-height: 26px;
}
    

.ps-blog-category li {
    display: inline-block;
    margin-bottom: 8px !important;
}

    .user-logged-out .inner-content-div {
        max-width: 500px;
        padding: 5px;
    }
    .mobile-contact-button-section .icon-part i {
        padding-right: 10px;
        font-size: 20px;
    }
    
    .sidenav-container i.fa-bars.icon {
    color: #fff !important;
}

.is-header .dropdown.menu > li > a
 {
    padding: 1rem 22px;
}

.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    right: 19px;
    margin-top: -7px;
    border: none;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Polygon.png);
}

header#header {
    padding-bottom: 0;
}

.is-overlay-bg {
        opacity: 1;
    }

}

@media only screen and (max-width: 1023.5px) {
    
        .glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45% !important;
    right: 30px !important;
    width: 40px;
    height: 56px;
}
    .newsletter {
    background: #EAEAEA !important;
    padding: 0 20px !important;
}
    
    .glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
    padding: 22px 20px;
    text-align: center !important;
}

.features-v8  {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/benefit-m.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.home4{
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/what-we-offer-m.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.color-custom{
color: #fff !important;    
}

.glightbox-mobile .glightbox-container .gslide-description {
    padding-bottom: 10px !important;
}
 
 
 
.user-logged-out .inner-content-div.home-in-content-div {
    max-width: 100%;
}

footer ul#mainNav {
    display: block;
}

    .banner-main-heading, .section-main-heading {
    font-size: 36px;
    line-height: 40px;
}

    .banner-sub-heading {
    font-size: 26px;
    line-height: 30px;
}

    .banner-text {
    font-size: 20px;
    line-height: 26px;
}


footer em.fas.fa-map-marker-alt.icon {
    position: relative;
    top: 0;
}
    

.banner-main-heading{
 color: #fff !important;    
}




}
@media only screen and (max-width: 940px) {
    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .ps-login-page .new-website-login-form .ps-login-form-wrap {
    text-align: center !important;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}    
.table-responsive table {
    min-width: 700px;
    border-collapse: collapse;
} 
    
    header#header {
    background: #fff;
}

footer .icon-div a {
    display: flex;
    line-height: 1.3;
    font-size: 16px;
}

footer ul.no-bullet.menu.size-30.align-left {
    justify-content: center;
}

.inner-content-div p {
    color: #fff !important;
}

.podcast .cell.large-4.text-center.aos-init.aos-animate {
    width: 100% !important;
}

  .contact-card  .cta-link {
    font-size: 16px;

}


.light-bg-accord ul.accordion .accordion-title {
    padding-left: 10px;
    line-height: 26px;
}


ul.accordion .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1rem !important;
}


header i.fas.fa-phone-alt.icon {
    color: #ff7428 !important;
}

.inner-sub-div.flex-container.align-top.flex-direction-column-small.align-middle-mobile {
    display: block;
     text-align: center;
}

.inner-sub-div.flex-container.align-top.flex-direction-column-small.align-middle-mobile p{
    text-align: center;
}

 /***blog page***/
 
     .inner-banner.blog-banner {
        position: relative;
        justify-content: center;
        padding: 50px 20px !important;
        background: #222;
        left: 0;
        top: 0;
        width: 100% !important;
        max-width: 100% !important;
    }



    /***blog page***/
   
        .ps-login-page .ps-login-form-wrap, .ps-login-page .ps-registration-form-wrap {
    width: 100%;
    text-align: center;
}
 .ps-login-page .ps-login-form-wrap input , .ps-login-page .ps-registration-form-wrap input{
    width: 100% !important;
        margin:0 auto;
        max-width:310px;
    text-align: center;
}
     .ps-login-page .ps-registration-form-wrap ul{
         display: flex;
    justify-content: center;
    flex-wrap: wrap;

         }
    
    
    
    .cell.auto.large-2.text-center.large-text-left.logo-container {
    padding-left: 55px;
}
    
    .cell.large-10.main-navigation.flex-container.align-right.menu-block-main.padding-top-sm-0.padding-bottom-sm-0 {
    border-top: 1px solid #ccc;
}

header .icon, header i {
    color: #ff7428 !important;
}

header em.fas.fa-bars.icon.size-28 {
    color: #FFFFFF !important;
}

em.far.fa-phone-alt {
    color: #ff7428 !important;
    padding-right: 10px;
}
    
 .home4 figure {
    max-width: 370px;
    margin: 0 auto;
} 

aside.sidenav .menu.accordion-menu li a {
    background: #fff;
    color: #000;
    font-weight:700;
    text-transform: capitalize;
}

    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #000 transparent transparent !important;
}

.two-block-ul li:first-child {
        border-right: 0px solid #6e6e6e !important;
    }

header a:not(.button) {
    color: #000;
}
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .slick-slide img {
    display: block;
    margin: 0 auto;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    box-shadow: none !important;
}

.contact-card .large-9 {
        padding-left: 0px;
    }

.abt-slider .slick-dots {
    bottom: -30px !important;
}

ul.no-bullet.menu.align-center {
    float: none !important;
}

.abt-slider .actual-testimonial-holder {
    border: 0px solid #ccc;
    padding: 10px;
}

.mob-center h2.section-main-heading {
        text-align: left;
    }
    
    ul li {
        text-align: left;
    }
    
    ul li {
        text-align: left;
    }
    
    .mob-center p {
        text-align: left;
    }
    
     .mob-center img {
        text-align: center;
    }
    
        .mob-center {
        text-align: left;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    
    .flex-direction-column-rvrs-mb {
        flex-direction: column-reverse;
    }
    
    .border-mb-0 {
        border: 0 !important;
    }
    
    .align-middle-mobile {
        align-items: center;
    }
    
    .padding-horizontal-sm-2 {
        padding-left: 2rem !important;   
        padding-right: 2rem !important;   
    }
    
    /*general-classes*/
    
    
    /*separator classes*/
    .separator-sm-center{
        text-align: center !important;
    }
    
    .separator-sm-center::before, .separator-sm-center::after {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .separator-sm-center::after {
        position: relative !important;
        border-bottom: 0.125rem solid;
        clear: both;
        margin-top: 1rem !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    /*separator classes*/
    
    /*header*/
    .menu-block-main {
        justify-content: center;
        border-top: 1px solid #ccc;
    }
    .pos-ab-header {
        position: static !important;
        background: #4A4A4A !important;
        border-color: #ccc !important;
    }
    .logo-container {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .two-block-ul {
        width: 100%;
    }
    .two-block-ul li {
        width: 50%;
        padding: 10px 0;
    }
    .two-block-ul li:first-child {
        border-right: 1px solid #6e6e6e;
    }
    .left-seprator:after, .middle-seprator:after {
        right: 0;
        margin: 0 auto;
    }
    .lead-magnet-form .submit_wrap.padding-top-1 {
        margin: 30px 0 0;
    }
    /*header*/
 /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
          background: #222  !important;
        max-width: 100% !important;
        justify-content: center;
    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: #222 !important;
        padding:  60px 30px;
    }

    /*Banner*/
     /***Home-page***/
     
     /*service-page*/
     /*newsletter-section*/
     .newsletter-form-main .container.is-container.is-content-1200 {
        padding: 90px 12px 80px !important;
        margin: 0 15px;
    max-width: 100% !important;
    }
     .newsletter-form-main input#first_name, .newsletter-form-main input#email {
        margin-bottom: 15px !important;
    }
     input#subscribe {
        width: auto !important;
    }
    
     /*newsletter-section*/
     /*service-page*/
     /*footer*/
     #footer hr {
        border-color: #d9d9d9 !important;
     }
     #footer .grid-container.is-container.is-content-1200.margin-top-0.margin-bottom-0.padding-bottom-3.padding-bottom-1.width-sm-100.padding-bottom-sm-0.padding-top-sm-0 {
        width: 100% !important;
        max-width: 95% !important;
    }
    footer a:not(.button) {
        color: #FFFFFF;
        text-align: center;
    }
    #footer .flex-container {
        display: block;
    }
    .main-navigation.sticky {
    position: static;
    }
    .user-logged-out .serv-head-elm {
    margin-bottom: -35px;
}



.blue-serv-box .serv-btn {
    margin-left: auto !important;
}
.serv-btn {
    display: block !important;
}

.quote {
    min-height: 89px !important;
}
.slick-dots {
    bottom: -20px;
}

.box-div-2 {
    min-height: auto;
}


    /*footer*/
}


    @media screen and (max-width:568px){
        
        .user-logged-out .inner-content-div {
    max-width: 100%;
    width: 100%;
        padding: 50px 20px;
}
 
.service-blue .commitment-section {
    padding: 48px 66px 111px !important;
}
.features-v8 .bento-card {
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

ul.accordion .accordion-title::before {

    right: 0.5rem !important;
}

.light-bg-accord ul.accordion .accordion-title {
    padding-left: 8px;
    line-height: 1.4;
}



}


@media only screen and (max-width: 1023.5px) {
    
.features-v8 .bento-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.features-v8 .card-a {
    min-height: 600px;
}

.features-v8 .bento-grid .banner-main-heading {
        color: #ff7428  !important;
    }
    
    .home4 .home-box {
    color: #fff;
    max-width: 370px;
    margin: 0 auto;
}

.newsletter-left-side {
    background: #18A9F6;
    padding: 40px;
    border-radius: 30px 30px 0 0px;
    height: 100%;
    display: block;
}

.newsletter-right-side {
    background: #d9d9d9;
    padding: 40px;
    border-radius: 0 0px 30px 30px;
    height: 100%;
    display: block;
}

 
        .mobile-one {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    
 
.serv-div-4 .grid-x.grid-padding-x.grid-padding-y.align-top {
    display: block;
}

.serv-div-4 .grid-x.grid-padding-x.grid-padding-y.align-top .small-4{
    width: 100%;
    text-align: center;
}

.serv-div-4 .grid-x.grid-padding-x.grid-padding-y.align-top .small-8{
    width: 100%;
    text-align: center;
}

.lead-magnet-form input#first_name, .lead-magnet-form input#email, .newsletter-form-main input, .newsletter-form-main input#first_name, .newsletter-form-main input#email {
    margin-bottom: 20px !important;
}


    
  .icon-div {
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
        display: flex !important;
    }
    
    #footer .last-icon-div {
        justify-content: center !important;
    }
    
        #footer .icon-div a {
        display: block;
    }
    
    .hide-for-large.position-absolute.sidenav-bar {
        right: 15px;
        top: 30%;
    }
    

.footer-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

    .glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45% !important;
    right: 30px !important;
    width: 40px;
    height: 56px;
}
    
    .glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
    padding: 22px 20px;
    text-align: center !important;
}


.glightbox-mobile .glightbox-container .gslide-description {
    padding-bottom: 10px !important;
}

    

 
}

@media screen and (max-width:480px){    


}

@media screen and (max-width:400px){    



ul.accordion .accordion-title::before {

    right: 0.3rem !important;
}

.banner-main-heading {
    font-size: 32px;
     line-height: 40px;
}

    footer em.fas.fa-map-marker-alt.icon {
        position: relative;
        top: -8px;
        left: 10px;
    }


}



@media only screen and (max-width: 375px) {

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 370px !important;
}

 
}
.footer-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media only screen and (max-width: 1200px) {
    .is-section.is-box.home-vid-div iframe {
    width: 900px !important;
    height: 480px;
}
}
@media only screen and (max-width: 1023.5px) {
.is-section.is-box.home-vid-div iframe {
    width: 550px !important;
    height: 375px;
}
}
@media only screen and (max-width: 501px) {
.is-section.is-box.home-vid-div iframe {
    width: 350px !important;
    height: 250px;
}

    .features-v8 .card-a {
        min-height: 770px;
    }
}
@media only screen and (max-width: 375px) {
.is-section.is-box.home-vid-div iframe {
   width: 320px !important;
        height: 210px;
}
}



.patch-highlight {
    position: relative;
    display: inline-block;
     word-spacing: -0.27em;
}

/* Character animation */

.split-animate {
    --delay: 300ms;
    --stagger: 50ms;
    --speed: 800ms;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(35px);
font-size: 50px;
    animation-name: fadeInUp;
    animation-duration: var(--speed);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.22,1,.36,1);

    animation-delay:
      calc(
        var(--delay) +
        var(--stagger) * var(--char-index)
      );
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hand-drawn underline */

.highlight-stroke {
    position: absolute;
    left: -20px;
    width: 117%;
    height: 1.5em;
    bottom: 0.75em;
    overflow: visible;
    z-index: -1;
    top: -21px;
}

.highlight-stroke path {
    fill: none;
    stroke: #fff;
    stroke-width: 107;

    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;

    animation: drawStroke 1.8s ease forwards;
    animation-delay: 700ms;
}

@keyframes drawStroke {
    to {
        stroke-dashoffset: 0;
    }
}

.banner-main-heading::before,.dash::before {
  content: '';
  display: block;
  width: 115px;
  height: 0px;
  border-top: 2px solid #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  margin-bottom: 24px;
}
.dash::before{
border-color:#20A2F5;
}

span.char.space {
    padding-left: 10px;
}

.home-cont-sect

 {
    background: #101828 !important;
}

span.secondary-line {
    padding-right: 10px;
}


.inner-dive * {
    color: #fff;
}
.inner-dive .section-sub-heading {
    font-size: 19px;
    line-height: 25px;
}
.grid-bg {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.home-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.home-cont > div:first-child {
    align-self: flex-start;     
    margin-top: 4px;            
}

.inner-dive p {
    margin: 0;                 
    line-height: 1.5;
}
.box-home {
    padding: 40px 17px;
    box-shadow: 0px 4px 25px 0px #2883DC40;
    border-radius: 10px;
    border-bottom: 2px solid #FF7428;
    height: 100%;
}
.box-home .banner-sub-heading{
margin-bottom: 16px;    
}
.box-home p{
  margin-bottom: 0px;     
}

footer ul.no-bullet li {
    margin-bottom: 10px;
}
.orng-box {
  background: #ff7428;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: -8px 8px 0 #1a1a2e;
}

.orng-box .section-main-heading {
  color: #1a1a2e;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.mask-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Mask%20group.webp) !important;
    background-repeat: no-repeat !important;
     background-size: 320px auto !important;
  background-position: right center !important;
}
.btn-text-div {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    gap: 11px;
}
.serv-btn {
    background: #2781D9;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 10px auto;
    width: auto !important;
    display: inline-block;
}
.blue-serv-box {
    background: #2883DC;
    border-radius: 20px;
    padding: 30px 25px 40px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
        transition: all 350ms cubic-bezier(.24, .85, .58, 1);
         border-style: solid;
          border-color: #2883DC;
}

.blue-serv-box * {
    color: #fff;
}
.blue-serv-box *:hover {
    color: #1b1515;
}
.blue-serv-box:hover {
    background-color: #f5f9fc;
    border-style: solid;
    box-shadow: 0px 0px 10px 0px #FF7428;
    padding: 30px 25px 40px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.blue-serv-box:hover p, .blue-serv-box:hover h2 {
    color: #000 !important;
}
.blue-serv-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.blue-serv-box .serv-btn {
    background: #fff;
    color: #ff7428 !important;
    align-self: flex-start;
    margin-bottom: 25px;
    border-radius: 50px;
    padding: 6px 16px;
    
    
    display: inline-block;
 
    margin-left: 0;
    margin-bottom: 50px;
}
.blue-serv-box img {
    margin-bottom: 20px;
}
.blue-serv-box .serv-icon-wrap {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.blue-serv-box .section-sub-heading {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.service-section-book {
    min-height: 200px;
}
.box-div {
    border: 1px solid #fff;
    padding: 30px;
    border-radius: 20px;
    min-height: 342px;
}
.blue-serv-box p:not(.serv-btn) {
    color: #fff;
    
}
.commitment-section {
 
  background-image: url('https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Our%20Commitment%20%20bg.webp'); /* ← add your image path */
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 48px 40px 75px;
  text-align: center;
  font-family: sans-serif;
  overflow: hidden;
}
.quote {
    
    min-height: 160px;
}


.commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.commitment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.commitment-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commitment-grid p {
    color: #fff;
}
.dash.center::before{
    margin: 24px auto !important;
}

.change-on-hover {
    margin: 10px;
}
.testimonial-card {
  background: transparent;
  border: 1px solid #D6E3FB;
  border-radius: 12px;
  padding: 24px;
margin: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}



.divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin-bottom: 16px;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.commit-section {
    background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/Mask-group.webp") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    
}

.avatar span {
  color: #E07B2A;
}

.author-name {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color:#2883DC;
}

.author-company {
  margin: 0;
 
}
.commitment-card-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
  max-width: 220px;
}
@media only screen and (min-width: 1023.5px) {
    .service-areas-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 4px 16px;
}
.big-margin .container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
}
@media only screen and (max-width: 1023.5px) {
footer ul.no-bullet li {
  text-align:center;
}
.banner-main-heading::before, .dash::before {
    margin:24px auto !important;
}
.home-cont > div:first-child {
    align-self: center;
}
.home-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-direction: column;
    text-align: center;
}
.commitment-grid {
    
    grid-template-columns: repeat(1, 1fr);
    
}
}
ul#mainNav{
    gap: 15px;   
}
.icon-list1.grid-patt {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns, left and right */
    column-gap: 30px;
    row-gap: 10px;
    list-style: none;
    padding: 0;
}

.icon-list1.grid-patt li {
    margin: 0;
}
.service-blue .commitment-section {
 

 
padding: 48px 66px 52px;
}
.book-section img {
    margin-bottom: 20px;
}
.book-section {
    background: #fff;
    border-bottom: 2px solid #FF7428;
    text-align: center;
    padding:  60px 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 25px 0px #2883DC40;
height:100%;
}
.bg-white {
    background: #fff;
    border-radius: 20px;
}
.left-side-bg {
  position: relative; 
  overflow: hidden;    
}

.left-side-bg::before {
  content: "";
  position: absolute;
   top: -30px;
  left: -50px;
  width: 500px;
  height: 500px;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/overall.webp");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none; 
  z-index: 0;
}

.right-side-bg {
  position: relative; 
  overflow: hidden;    
}

.right-side-bg::before {
  content: "";
  position: absolute;
  top: -21px;
    right: -62px;           
   width: 500px;
  height: 500px;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/service%20landing%20page.webp");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.btm-side-bg {
  position: relative; 
  overflow: hidden;    
}

.btm-side-bg::before {
  content: "";
  position: absolute;
     bottom: -71%;
    right: 13px;          
   width: 500px;
  height: 500px;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31256/theme/49155/img/service%20landing%20page.webp");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.book-section.left {
    text-align: left;
}
/* Container styling with modern subtle shadow and cleaner borders */
.pricing-card {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #0099ff;
  border-radius: 8px;
  padding: 45px 35px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 153, 255, 0.06);
}

/* Header & Typography styling */
.card-header {
  margin-bottom: 35px;
}

/* --- Grid Visibility Logic --- */
.tier-cell {
  display: none !important;
}

#pricing-grid.show-basic .basic-tier,
#pricing-grid.show-moderate .moderate-tier,
#pricing-grid.show-advanced .advanced-tier {
  display: block !important;
}

@media screen and (min-width: 1024px) {
  .tier-cell {
    display: block !important;
  }
}

/* --- Toggle Switch Layout Controls --- */
.pricing-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.toggle-container {
  display: inline-flex !important;
  position: relative !important;
  background-color: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50px !important;
  padding: 4px !important;
  overflow: visible !important;
}

.toggle-btn {
  position: relative !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 14px 28px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1e40af !important;
  cursor: pointer !important;
  border-radius: 50px !important;
  z-index: 2 !important;
  transition: color 0.25s ease !important;
  min-width: 110px !important;
  text-align: center !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.toggle-btn.active {
  color: #ffffff !important;
  background: #ff7428 !important;
}

.toggle-btn:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.toggle-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.active-glider {
  position: absolute !important;

  background-color: #25a0ff !important;
  border-radius: 50px !important;
  top: 4px !important;
  left: 4px !important;
  z-index: 1 !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  pointer-events: none !important;
}

/* Glider movement */
.toggle-container:has(.toggle-btn[data-tier="basic"].active) .active-glider {
  transform: translateX(0) !important;
}
.toggle-container:has(.toggle-btn[data-tier="moderate"].active) .active-glider {
  transform: translateX(100%) !important;
}
.toggle-container:has(.toggle-btn[data-tier="advanced"].active) .active-glider {
  transform: translateX(200%) !important;
}

.card-title {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0f172a;
  margin: 0 0 28px 0;
  text-align: center;
}

.starting-at {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #ff6600;
  margin: 0 0 4px 0;
  padding-left: 35px;
  text-transform: capitalize;
}

.price-container {
  display: flex;
  align-items: baseline;
  padding-left: 35px;
}

.currency {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  align-self: flex-start;
  margin-top: 4px;
}

.price {
  font-size: 68px;
  font-weight: 700;
  color: #0f172a;
  line-height: 0.9;
  letter-spacing: -1px;
}

.period {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin-left: 2px;
}

/* Features List styling */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 22px;
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.feature:last-child {
  margin-bottom: 0;
}

.feature.included {
  color: #475569;
}

.feature.included::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #0099ff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.feature.excluded {
  color: #cbd5e1;
}

.feature.excluded::before {
  content: "×";
  position: absolute;
  left: 3px;
  font-size: 26px;
  line-height: 0;
  font-weight: 600;
  color: #cbd5e1;
}

@media only screen and (max-width: 1024px) {


.char {
    font-size: 30px !important;
}    
    .section-main-heading, .Lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    line-height: 40px;
    }
.section-sub-heading, .banner-sub-heading, ul.accordion .accordion-title, .section-text-heading {
    font-family: "Inter", sans-serif;
    font-size: 20px;
}
.quote {
    min-height: 233px;
}
.box-div {
    min-height: 430px !important;
}
.card-title {
    font-size: 30px;
}
.price {
    font-size: 55px;
    line-height: 1.2;
}
.highlight-stroke {
    position: absolute;
    left: -10px;
    width: 117%;
    height: 1.4em;
    bottom: -0.25em;
    overflow: visible;
    z-index: -1;
    top: -3px;
}
h1.banner-main-heading {
    line-height: 50px;
}
}


@media (max-width: 940px) {
  .icon-list1.grid-patt {
    grid-template-columns: 1fr;
  }
  .patch-highlight {
    margin-bottom: 20px;
}
}