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
















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


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

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

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 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: 'Lato', sans-serif;;
}

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

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

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

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

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

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

header .icon, 
header i {
    color: #000000;
}

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

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#333F65;
     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: #186072;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

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

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

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

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

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

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


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:#333F65
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    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:#333F65;
}

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

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

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

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


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

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

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

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

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    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:#333F65;
}

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

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

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: #333F65;
    background-color: transparent;
}

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

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

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

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

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

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000000 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: #333F65 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 transparent 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 transparent;
}

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

.header-top-bg {
    background:#FFFFFF;
    color: #000000;
}

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

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

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

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

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

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

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

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

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

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

.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 #333F65;
}

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

.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: #333F65;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#000000;
    border:1px solid #333F65;
}

.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: #333F65;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* New headers CSS END */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("../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:#000000;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#333F65;
}

strong, b {
    font-weight: bolder;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-section-guide {
    background:#FFFFFF;
}

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

.is-section-guide p.lead {
    color:#000000;
}
.is-section-guide a.button {
    background:#000000;
    color:#FFFFFF;
}

/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #000000;
    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 #D2D2D2;
}

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

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

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


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


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

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

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

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

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

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

aside.sidenav input[type=search]::placeholder {
    color:#2C3639;
    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:#2C3639
}


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

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



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    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:#333F65;
}

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

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

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

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #000000;
}

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

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

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #333F65 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 #D2D2D2;
    }
    
    footer .border-top-small {
      border-top:1px solid #D2D2D2;
    }

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

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

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




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

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

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

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

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

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

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

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

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

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

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

/*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;
}

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

/*header*/
header ul.dropdown.menu li a:not(.button) {
    font-weight: 600;
}

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

header .dropdown.menu > li > a {
    padding: 0.7rem 20px;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}

header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .sticky.is-at-top.is-stuck ul#mainNav {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .sticky.is-at-top.is-stuck .cell.large-9.small-order-3.large-order-2.padding-bottom-0.padding-horizontal-sm-0.new-height-head {
    padding-top: 0;
    width: 100%;
}
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 128%;
    left: 0;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #000;
}
.user-logged-out .homepage-main .is-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
}
.user-logged-out .homepage-main header .sticky-bg-color.stick , .user-logged-out .homepage-main header .sticky-bg-color.stick{
    background: transparent;
}
.user-logged-out .homepage-main header ul.dropdown.menu li a:not(.button),
.user-logged-out .homepage-main  header a:not(.button){
    color: #fff !important;
}
header a.logo-black span.text-logo {
    color: #000;
}
.user-logged-out .homepage-main header a.logo-black{
    display:none !important;
}
.user-logged-out .homepage-main header a.logo-white{
    display: inline-block !important;
}
header .sticky.is-at-top.is-stuck ul.dropdown.menu li a:not(.button){
    color: #000 !important;
}
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
    display: none;
}
/*header*/

/***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;
}

.user-logged-out .inner-content-div {
    max-width: 630px;
    padding: 10px 20px 10px;
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 20px 0 20px !important;
}

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

.newsletter-form-main{
    padding: 15px 0px 0px !important;
}

.lead-magnet-form input,
.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;
}

.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: 'Roboto', sans-serif;;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
}

.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: 32% !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*/
/*Slider-section*/

.custom-inner-div {
    position: relative;
}

.custom-inner-div .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #969696;
    margin: 0;
    padding: 13px 27px;
    max-width: 100%;
}

.custom-slider .slick-slide img {
    width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    bottom: -45px;
}

.custom-slider .slick-dots li {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #0068B3;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*Slider-section*/
/***Home-page***/

/***service area page***/
ul.ul-block {
  display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.two-block-ul {
    grid-template-columns: repeat(2, 1fr);
}
ul.three-block-ul {
    grid-template-columns: repeat(3, 1fr);
}
ul.four-block-ul {
    grid-template-columns: repeat(4, 1fr);
}
.service-area-ul-two li {
    padding: 15px 8px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 10px);
}
.service-area-ul-two li i {
    font-size: 20px;
}
/***service area page***/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: #fff !important;
}

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

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

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}
/*footer*/

/*general-css*/
.dark-bg {
    background: #DADADA !important;
}

.black-bg{
   background: #444444 !important;
}

.white-bg{
   background: #fff !important;
}

.color-white{
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.blue-bg {
    background: #8CC542 !important;
}

.light-bg {
background: #F4F4F4 !important;
}

.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 {
   font-family: 'Roboto', sans-serif;;
text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px !important;
    padding: 10px 20px !important;
    line-height: 35px !important;
 letter-spacing: 1.4px;
   color: #FFF !important;
border: 2px solid #333F65 !important;
background:#333F65;
    text-transform: uppercase;
    opacity:1 !important;
    
    border-radius: 5px;
    
    width: auto !important;
    margin-bottom: 0;
       box-shadow: none;
    transition: none;
}
a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover , #newsletter-form #Submit:hover {
   color: #31241D !important;
border: 2px solid #333F65 !important;
background: transparent;
}

p,.normal-text, ul li, ol li{
 font-family: 'Roboto', sans-serif;;
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.32px;
}

a.cta-link,
.cta-link{
color: #333F65;
font-weight: 700;
text-decoration-line: underline;
}
a.cta-link:hover,
.cta-link:hover{
color: #333F65;
font-weight: 700;
text-decoration: none;
}

.section-main-heading,
h1,
h2,
.lead-magnet-form-heading {
font-family: 'Lato', sans-serif;;
color: #000;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 40px;
letter-spacing: 0.4px;
text-transform: capitalize;
}

.banner-main-heading {
font-family: 'Lato', sans-serif;;
color: #FFF;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 55px;
letter-spacing: 0.45px;
text-transform: uppercase;
}

.section-sub-heading,
.banner-sub-heading,
h3,
h4,
h5,
h6,
h1.article-title.h1,
h1.article-title.h1 a,
h2.blog-sidebar-h2.h2.tags-text,
h2.blog-sidebar-h2.h2.recent-posts-text {
font-family: 'Lato', sans-serif;;
color: #000;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.6px;
}

.banner-sub-heading {
font-family: 'Lato', sans-serif;;
color: #FFF;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.5px;
}

.is-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
/*general-css*/

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

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}
/*Read More Read Less CSS*/
.bg-light-blue {
    background: #F3F3F3 !important;
}


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

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

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

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

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

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

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

ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}

.blog-widget {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
/*Rounded Corner*/

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

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

.contact-icon svg {
    fill: #333F65;
    width: 50px;
    height: 50px;
}


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

footer .icon {
    margin-right: 10px;
    font-size: 18px;
}
a.header-phn,ul#mainNav li a,ul.vertical.menu.accordion-menu li {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.3px;
text-transform: uppercase;
}
aside.sidenav .menu.accordion-menu .active > a {
    background: #333F65;
    color: #fff;
}
aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #fff transparent transparent !important;
}
.is-section.is-box.grad-bg {
    background: linear-gradient(90deg, #DF2A2F 0%, #BD191E 100%);
}
.slide-inner-div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0;
}
/*Slider-section*/
.slick-slide img {
    display: inline-block;
}

.custom-slider .slick-dots {
    bottom: -45px;
}

.custom-slider .slick-dots li {
    border: 1px solid #5D5D5D;
    background: #5D5D5D;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #D9D9D9;
}

.custom-slider .slide-inner-div:hover {
    background: rgba(109, 109, 109, 0.39);
}

.custom-slider .slide-inner-div {
    transition: .35s ease-in-out;
}

/*Slider-section*/
/**testimonial-section**/
.testimonial-slider-main 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;
    top:35%;
}

.testimonial-slider-main button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-main button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #333F65;
}

.dark-dots .slick-dots li {
    background: #000;
}
/**testimonial-section**/

.dark-blue-bg{
    background:#333F65 !important;
    }
    .dark-blue-bg p{
        color:#FFF !important;
        }
        li.handle-contact-commercial-mortgage-broker-california.is-page a {
    padding-right: 2px !important;
}
ul.is-dropdown-submenu.menu.level-2.submenu li {
    border-bottom: 1px solid #000;
}
ul.is-dropdown-submenu.menu.level-2.submenu li a {
    line-height: 22px;
}
p.align-top.flex-container.icon-div {
    justify-content: center;
}
a.head-phone {
    font-weight: 600;
}
p.margin-to-top {
    margin-top: 14px;
}
ul.arrow-list li, ol.arrow-list li{
    margin-bottom:3px;
    }
    p.align-middle.flex-container.icon-div.last-icon-div, p.align-middle.flex-container.icon-div.mobile-one {
    justify-content: center;
}
.lead-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27251/theme/44917/img/leadbg d.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
      .newsletter-form-main, .image-sect-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27251/theme/44917/img/newsletter d.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     span.testimonial-writters-name {
    font-weight: 800;
}
a.button.white-btn:hover {
    background:#FFF !important;
    color:#000 !important;
}
span.testimonial-writters-name {
    font-weight: 800;
}
.positive-feedback-services h1 {
    line-height: normal;
}
@media only screen and (max-width: 1023.5px) {
    /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    ul.no-bullet.menu.size-30.align-center {
    justify-content: center;
}
.for-mob-light{
    background:#F4F4F4 !important;
}
.btn-spl-area.margin-bottom-1 {
    margin-bottom: 0px !important;
}
.lead-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27251/theme/44917/img/leadbg m.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     .newsletter-form-main, .image-sect-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27251/theme/44917/img/newsletter m.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
    .banner-main-heading {
color: #000;
}
    .banner-sub-heading {
color: #000;
}
    .new-pad-ser {
    padding: 16px !important;
}
.card-fr-small{
        max-width: 540px;
    margin: auto;
    }
.bg-res {
    background: #f8f8f8;
}
.grid-container.is-container.margin-top-0.margin-bottom-0.width-sm-100.padding-horizontal-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.grid-x.grid-padding-x.footer5.text-center.align-top.large-text-left.padding-top-2.padding-bottom-1 {
    padding-top: 16px !important;
}
footer .icon {
    margin-right: 0px;
    padding-bottom: 10px;
}
p.align-middle.flex-container.icon-div.last-icon-div {
    padding-top: 12px;
    margin-bottom: 12px;
}
ul.no-bullet.menu.size-30.align-center li a {
    padding-bottom: 0px;
    padding-top: 9px !important;
}
footer .icon {
    margin-right: 0px;
}
p.align-top.flex-container.icon-div {
    padding-top: 10px;
    margin-bottom: 11px;
}
    .cell.large-4.padding-top-sm-1.padding-bottom-sm-1.padding-sm-horizontal-0 i {
    padding-bottom: 8px;
}
    .btn-spl-area.margin-bottom-2 {
    margin-bottom: 0px !important;
}
.inner-div-left{
    margin-left: 0;
}
.grid-container.is-container.is-content-1200.margin-vertical-0.width-sm-100 {
    padding-bottom: 0px !important;
}
    /*Login Page*/

.inner-banner.blog-banner {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 50px 30px 0px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}
    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .service-area-ul-two li {
    width: 100%;
}
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .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;
    }
    
    
    /*general-classes*/

    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

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

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

    /***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;
        max-width: 100% !important;
        justify-content: center;
    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: none;
        padding: 50px 30px 50px;
    }
      

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input {
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email {
        margin-bottom: 10px !important;
    }

    /*lead-magnet*/
    /*slider-section*/
    .custom-inner-div {
        max-width: 338px;
        margin: 0 auto;
    }
    /*slider-section*/
    /***Home-page***/
    
     /***service area page***/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /***service area page***/

    /*footer*/
    .icon-div {
        flex-direction: column;
        align-items: center;
    }

    /*footer*/
    
    .newsletter-form-main .ww-form-container input#email,
    .newsletter-form-main .ww-form-container input#first_name {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    
    .bg-light-blue {
        background: #E3F3FF !important;
        max-width: 540px;
        margin: auto;
    }
}

@media only screen and (max-width: 540px) {
    /*general-classes*/
    
    
    .align-middle-mobile{
        align-items: center;
    }
    .margin-left-sm-0 {
        margin-left: 0 !important;
    }
    .flex-direction-column-small{
        flex-direction: column;
    }
    /*general-classes*/
}
/********Main CSS********/
/*header*/
header ul.dropdown.menu li a:not(.button) {
    font-weight: 600;
    text-transform: uppercase;
}

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

header .dropdown.menu > li > a {
    padding: 0.7rem 20px;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}

header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .sticky.is-at-top.is-stuck ul#mainNav {
    justify-content: center;
    padding-top: 15px;
}

header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 138%;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #000;
}
.user-logged-out .homepage-main .is-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
}
.user-logged-out .homepage-main header .sticky-bg-color.stick , .user-logged-out .homepage-main header .sticky-bg-color.stick{
    background: transparent;
}
.user-logged-out .homepage-main header ul.dropdown.menu li a:not(.button),
.user-logged-out .homepage-main  header a:not(.button){
    color: #fff !important;
}
header a.logo-black span.text-logo {
    color: #000;
}
.user-logged-out .homepage-main header header a.logo-black{
    display:none !important;
}
.user-logged-out .homepage-main header header a.logo-white{
    display: inline-block !important;
}
header .sticky.is-at-top.is-stuck ul.dropdown.menu li a:not(.button){
    color: #000 !important;
}
/*header*/

/***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;
}

.user-logged-out .inner-content-div {
    max-width: 630px;
    padding: 20px 20px 10px;
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 20px 0 30px !important;
}

.lead-magnet-form label {
    display: none;
}

.lead-magnet-form input,
.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;
}

.lead-magnet-form input#Submit{
    width: auto !important;
}

.lead-magnet-form input::placeholder {
    font-family: 'Roboto', sans-serif;;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
}

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

.lead-magnet-form .width-25 {
    width: 32% !important;
    margin-right: 20px;
}

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

/*lead-magnet*/
/*Slider-section*/

.custom-inner-div {
    position: relative;
}

.custom-inner-div .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #969696;
    margin: 0;
    padding: 13px 27px;
    max-width: 100%;
}

.custom-slider .slick-slide img {
    width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    bottom: -45px;
}

.custom-slider .slick-dots li {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #0068B3;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*Slider-section*/
/***Home-page***/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: #fff !important;
}

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

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}
/*footer*/

/*general-css*/
.dark-bg {
    background: #DADADA !important;
}

.black-bg{
   background: #000 !important;
}

.color-white{
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.blue-bg {
    background: #8CC542 !important;
}

.light-bg {
    background: #F4F4F4 !important;
}

.min-height-auto {
    min-height: auto;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}


/*general-css*/
@media only screen and (max-width: 1023.5px) {

    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .main-blog-widget {
    padding-top: 0px;
}
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .grid-x.grid-padding-x.footer5.text-center.align-middle.large-text-left.padding-top-2.padding-bottom-1 {
    padding-top: 20px !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;
    }
    
    
    /*general-classes*/

    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

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

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header#header ul.menu li {
        width: 100%;
        border-top:1px solid #d2d2d2 !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 15px 0;
    }
    
    header .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
    
    .user-logged-out .homepage-main .is-header{
        position: static;
        top: 0;
        width: 100%;
        z-index: 9999;
        left: 0;
        right: 0;
        background: #FFFFFF;
    }
    .user-logged-out .homepage-main header .sticky-bg-color.stick , 
    .user-logged-out .homepage-main header .sticky-bg-color.stick {
        background: #FFFFFF;
    }
    .user-logged-out .homepage-main header ul.dropdown.menu li a:not(.button), 
    .user-logged-out .homepage-main header a:not(.button){
        color: #000 !important;
    }
    .homepage-main header a.logo-black{
        display:inline-block !important;
    }
    .homepage-main header a.logo-white{
        display:none !important;
    }
    
    /*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;
        max-width: 100% !important;
        justify-content: center;
    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: none;
        padding: 50px 30px 50px;
    }

    .user-logged-out .inner-content-div-home {
        max-width: 100%;
        background: none;
        padding: 50px 30px 0px;
    }  

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input {
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email {
        margin-bottom: 10px !important;
    }

    /*lead-magnet*/
    /*slider-section*/
    .custom-inner-div {
        max-width: 338px;
        margin: 0 auto;
    }
    /*slider-section*/
    /***Home-page***/

    /*footer*/
    .icon-div {
        flex-direction: column;
        align-items: center;
    }

    /*footer*/
}

@media only screen and (max-width: 540px) {
    /*general-classes*/
    .flex-direction-column-mobile{
        flex-direction: column;
    }
    
    .align-middle-mobile{
        align-items: center;
    }
    .margin-left-sm-0 {
        margin-left: 0 !important;
    }
    /*general-classes*/
}

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

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

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

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

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

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

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

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

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

.contact-icon svg {
    fill: #333F65;
    width: 50px;
    height: 50px;
}
/*Contact Page*/
.revw-text {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 15px;
}
#footer .fab {
    font-size: 35px;
    color: #FFF;
}
footer .icon {
    margin-right: 10px;
    color: #FFF;
}
ul.no-bullet.menu.size-30.align-center li a i {
    margin-right: 0px;
}
/**Accodion**/
/***Genral accodion css***/
ul.accordion .accordion-title {
    
    border-radius: 5px !important;
    
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 2rem 1.25rem 1rem;
    border-left: 1px solid #333F65;
    border-right: 1px solid #333F65;
    border-top: 1px solid #333F65;
    border-bottom: 1px solid #333F65;
    font-size: 1rem;
    line-height: 1;
    background: #333F65;
    color: #FFF;
}
ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title{
    background: #333F65 !important;
}

ul.accordion {
    background: none;
}

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

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

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

/*Accordion Arrows*/




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

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

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

/***For light background***/
.light-bg-accord ul.accordion .accordion-title {
    background: #FFFFFF;
    border: 3px solid #8CC542!important;
    color: #8CC542;
    padding-left: 1.5rem;
}

.light-bg-accord ul.accordion .accordion-content {
    background: #fff;
    color: #444444;

}

.inner-div{
    margin-right: 15px;
}
.inner-div-left{
    margin-left: 15px;
}

.light-bg-accord ul.accordion .accordion-title:hover,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title{
    color: #fff;
}
.accordion-content {
    background-color: #f3f3f3;
}
/***For light background***/
/**Accodion**/
 
/* HOMEPAGE BANNER CSS */ 
ul#hbanner {
    margin: 0 !important;
}
    
.admin-logged-in ul#hbanner, 
.user-logged-in ul#hbanner {    
    display: flex;   
    list-style: none;
}

.slick-dots {
    bottom: 15px !important;
}

.slick-dots li button:before {
    content: ' ' !important;
}

.slick-dots li {
    border: 2px solid black !important;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #8CC542 !important;
}

header .sticky.is-at-top.is-stuck ul.dropdown.menu li a:not(.button) {
    color: #FFF !important;
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .user-logged-out .inner-content-div.wid-hm {
    max-width: 640px;
}
.banner-main-heading.home-hm {
    font-size: 32px;
    font-weight:600;
}
    }
    aside.sidenav .menu.accordion-menu li a {
    text-transform: uppercase;
}
  header .sticky.is-at-top.is-stuck ul.dropdown.menu li.active > a:not(.button),
header .sticky.is-at-top.is-stuck ul.dropdown.menu li > a:not(.button):hover,
header .sticky.is-at-top.is-stuck ul.dropdown.menu li > a:not(.button):active,
header .sticky.is-at-top.is-stuck ul.dropdown.menu li > a:not(.button):focus{
    color: #8CC542 !important;
    background-color: #E8FFCA;
}
 header .sticky.is-at-top.is-stuck .dropdown.menu li ul.submenu li a {
    color: #000 !important;
    background: #FFFFFF;
}
  header .sticky.is-at-top.is-stuck .dropdown.menu li ul.submenu li a:not(.button):hover, header .sticky.is-at-top.is-stuck .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #E8FFCA !important;
    background: #8CC542;
}

    /*footer*/
/*#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}*/

footer .icon {

    margin-right: 10px;
}

#footer hr {
    border-color: #ffffff47 !important;
}

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

.icon-div a{
    display: flex;
    line-height: 1.3;
}
a.padding-left-0.padding-top-0.insta {
    padding-right: 5px !important;
}
/*footer*/

.green-color{
    color:#8CC542 !important;
    }
    .bg-light{
        background:#F3F3F3 !important;
        }
        .bg-light-green{
        background:#E8FFCA !important;
        }
        @media screen and (min-width:1024px){
            .new-wid-btw {
    max-width: 1045px !important;
}
.is-section.is-section-auto.is-box.ww-content-block.horizontal-form.type-form.lead-magnet-form.black-bg h2 {
    padding-left: 100px;
    padding-right: 100px;
}
figcaption.new-pad-ser.new-high {
    min-height: 236px;
}
            }
             @media screen and (min-width:1024px) and (max-width:1100px){
    header .dropdown.menu > li > a {
    padding: 0.7rem 10px;
}
            }
ul.accordion li a{
   font-weight:600 
}
.service-btn-like {
    display: flex;
    background: #F4F4F4;
    align-items: center;
    padding: 30px 15px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 2px solid #fff;
    justify-content: center;
    flex-direction: column;
         font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
}
.service-btn-like p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.service-btn-like:hover {
    border-top: 2px solid #333F65;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
    border-bottom: 2px solid #333F65;
}
.service-btn-like .ion-location:before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27251/theme/44917/img/loc 10.webp") !important;
}
header ul.dropdown.menu li.active > a:not(.button) span, header ul.dropdown.menu li > a:not(.button):hover span,  header ul.dropdown.menu li > a:not(.button):active span, header ul.dropdown.menu li > a:not(.button):focus span{
    padding-bottom: 8px;
    border-bottom: 3px solid #333F65;
}
.service-border {
    border-bottom: 5px solid #333F65;
    background: #FFF;
}
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: #333F65;
    border-bottom:0px;
}
header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #595353;
    background: #fff;
    border-bottom:0px;
}
header .dropdown.menu li ul.submenu li a:not(.button) span{
    border-bottom:0px;
}
 /* Add the CSS animation */
@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;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.main-navigation.sticky #mainNav{
        justify-content: center;
            margin-top: 10px;
    margin-bottom: 10px
    }
    header .main-navigation.sticky .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 123%;
    left: 0;
}
.is-wrapper .is-header, .is-header {
    border-bottom: 0;
}
.to-low-height{
    min-height:0px !important;
    }
    .to-low-height p{
    margin-bottom:0px !important;
    }

@media screen and (max-width:580px){
    p.margin-to-top span {
    display: block;
}
p.margin-to-top span {
    display: block;
}
p.margin-to-top span a.button.margin-left-1 {
    margin-top: 15px;
        margin-left: 0px !important;
}
.banner-main-heading {
    font-size: 36px;}
    }
     /* The Modal (background) */
    .modal-custom {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 400 !important;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background: rgba(0, 0, 0, 0.5);
    }


    .modal-content-custom {
        background: transparent;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 29px;
        top: -9%;
        text-align: center;
        padding: 0px;
        border: none;
        width: 40% !important;
        position: relative;
    }

    .modal-content-custom p {
        line-height: 1.2;
        margin-top: 20px;
    }
    
    
    
    
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 35px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 95%);
}

.modal-content {
    background-color: #F4F4F4;
    margin: auto;
    margin-bottom: 10px;
    padding: 25px 0;
    border: 2px solid #fff;
    width: 63%;
    border-radius: 14px;
    text-align: left;
    position: relative;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 1s;
    animation-name: animatetop;
    animation-duration: 1s;
    transform: translate(0, 10%);
    overflow: hidden;
}

div#myModal-popup .submit_wrap.padding-top-1 {
    padding: 0 !important;
}

div#myModal-popup .form-container {
    padding: 0 !important;
}

.controls {
    text-align: right;
    border-bottom: 0px solid #e8e7e7;
}

.close {
    color: #000;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 17px;
    display: block;
    width: 25px;
    height: 25px;
}
    
    

    .modal-content-custom img {
        height: auto;
    }

    .pop-up-btn {
        border: 2px solid #fff;
        line-height: 28px;
        padding: 6px 20px;
        display: inline-block;
        font-size: 14px;
        color: #ffffff !important;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .modal-content-custom a {
        text-transform: uppercase;
    }

    /* Modal Content */
    .modal-content-custom {
        margin: auto;
        width: 80%;
        height: auto;
    }

    .promo-img {
        border: 1px solid #ba1c3c;
        box-shadow: 0 0 10px #ba1c3c;


    }

    /* The Close Button */
    .close-custom {
        color: #000;
        float: right;
        font-size: 35px;
        font-weight: bold;
        position: absolute;
        top: -10px;
        cursor: pointer;
        left: 95%;
    }


    .close-custom:hover,
    .close-custom:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .pop-p {
        margin-top: 0px;
        margin-bottom: 6px !important;
        font-size: 14px;
        color: #F88501;
        margin-bottom: 15px;
    }
.modal-content img {
    max-width: 300px;
}
.home-service-section {
    background: #efefef;
    max-width: 300px;
    height: 400px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 20px 20px 10px #00000057, inset -20px -20px 60px #ffffff45;
    margin:0 auto;
}
ul.list li {
    font-weight: 600;
}
ul.list li::before {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27251/theme/44917/img/bullet point.webp);
margin-right: 5px;
    position: relative;
    top: 2px;
}
ul.list li {
    list-style: none;
        margin-bottom: 5px;
}
ul.list {
    margin-left: 0 !important;
}
h2.section-main-heading.margin-top-2 {
    font-size: 22px;
}
@media only screen and (max-width: 540px) {
    .modal-content{
     width:80%;   
    }
}