div#admin-bar {
width: auto !important;
border-radius: 0 0 0 15px;
right: 0;
}
/*header*/
header ,header.noSlider {
   padding: 23px 0 11px;
}
header .email {
    line-height: 36px;
    background-color: transparent;
    color: #0DC8D6;
    padding: 0 11px;
    display: inline-block;
    border: 1px solid #0DC8D6;
    font-size: 14px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
header .phone {
    padding: 0 12px 0 0;
}
header .top-bar-section {
    margin: 9px 0 0;
    }
.top-bar-section ul li {
   /* padding-right: 45px;*/
   padding-right: 0px;
   
}
.header-links {
    padding-top: 24px;
}
/*header*/
/*main banner*/
 .banner-figcaption {
   position: absolute;
    width: 50%;
    font-weight: bold;
    color: white;
    transform: translate(-50%,-50%);
    top: 64%;
    left: 68%;
    }
 .banner-description {
    position: relative;
    width: 100%;
    text-align: right;
    } 
.banner-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    line-height: 42px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    max-width:100%;
    padding: 0 5px;
}
 .banner-description button {
    line-height: 43px;
    background-color: #0dc8d6;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #14bfdb;
    padding: 0 19px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    margin-top: 25px;
    transition:.5s ease;
    }
/*main banner*/
.button{
    line-height: 43px;
    background-color: transparent;
    color:  #0dc8d6;
    display: inline-block;
    border: 1px solid  #0dc8d6;
    padding: 0 19px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    transition:.35s ease;
    }
.button:hover{
    background-color: #0dc8d6;
    color:  #fff;
    border: 1px solid  #0dc8d6;
    }
/*.three-icon-section*/
.three-icon-section{
    margin-top: -1px;
    }
.three-icon-section .columns.large-4{
        padding:0;
        }
    
.three-icon-section .band-item {
    background-color: #0dc8d6;
    position: relative;
    padding: 20px 0px;
    line-height:54px;
}

.three-icon-section .band-item.second-band-item{
    background-color: #0dc8d6;
    }
.three-icon-section .band-item .row{
    display: flex;
    align-items: center;
    margin:0;
    }
.three-icon-section .columns.large-3{
    text-align:right;
    }
/*.three-icon-section .columns.large-9{
    float:none;
    }*/
.three-icon-section [class*="column"]+[class*="column"]:last-child {
float: left;
}
.three-icon-section .band-item .icon {  
    width:auto;
    height:auto;
}
.three-icon-section .band-item p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.three-icon-section .band-item  .small-text {
     padding:0;
     line-height:18px;
}
.band-item .small-text {
   text-transform: capitalize !important;
    }
.three-icon-section .band-item p.small-text a {
    color: #fff;
    text-transform: lowercase;
}
    .band-item-mobile{
    display:none;
    }
    .three-icon-section {
    position: relative;
    top: -48px;
    }
/*.three-icon-section*/

/*heading*/
.section-main-heading{
    font-size: 32px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.section-sub-heading {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.88px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.section-itext {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .56px;
    padding: 0;
    margin: 0;
    line-height: 22px;
}
.link-text{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .56px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    }
.link-text a{
    color:#0dc8d6;
    text-transform: uppercase;
    }
/*heading*/

/*main-text*/
 #main-text {
    padding: 19px 0;
}
 #main-text .section-main-heading {
    margin: 0 0 16px;
}
 #main-text .section-sub-heading {
    margin: 0 0 22px;
    }
 #main-text .section-itext {
    margin: 0 0 23px;
    }    
 #main-text p{   
    max-width: 90%;
    margin: 0 auto;
    line-height: 22px;
    }
 #main-text .link-text {
    margin: 10px 0 0;
    }

/*main-text*/
/*about-us-section*/
.about-has-heading {
    position: relative;
    margin-left: 52%;
    color: #e6e8ec;
    font-size: 56px;
    text-transform: uppercase;
    letter-spacing: 0.56px;
}
.about-has-heading::after {
    content: '';
    position: absolute;
    left: -108%;
    top: 50%;
    width: 106%;
    height: 2px;
    background: #d9d9d9;
}
.about-us-text-img-area{
    margin-top: -100px;
    }
.about-us-text-img-area .row {
    display: flex;
}
.about-us-text-img-area .about-us-section-text {
    background-color: #e6e9ef;
    padding-right: 0;
    margin-top: 67px;
}
.about-us-text-img-area .about-us-section-image {
    padding-left: 0;
}
.about-us-section-description {
    border: 3px solid #33ceda;
        border-right-color: rgb(51, 206, 218);
        border-right-style: solid;
        border-right-width: 3px;
    border-right: 0px;
    padding: 50px 52px 0px;
    height: 94%;
    margin: 12px 0 12px 0;
}
.about-us-section-text .section-main-heading {
    line-height: 36px;
    color: #0dc8d7;
    max-width: 96%;
}
.about-us-ul{
    margin-top: 13px;
    }
.about-us-ul li {
    font-size: 18px;
    letter-spacing: .56px;
    line-height: 36px;
    font-weight: 400;
    list-style-image: url(../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22608/theme/36499/img/bullet-image.jpg);
}
.main-body-profile-page-type .list{
     list-style-image: url(../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22608/theme/36499/img/bullet-image.jpg);
    }
.main-body-profile-page-type .list li{
    font-size: 18px;
    letter-spacing: .56px;
    line-height: 36px;
    font-weight: 400;
    }
.about-us-section-description .button {
    line-height: 35px;
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: 0.1px;
        transition:.5s ease;
}
.about-us-section-description .button:hover 
,.services-section .button:hover 
, .banner-description button:hover 
,.latest-toronto-home-appliance-repair-technician-blog-posts .button:hover,
.last-section .button:hover,
header .email:hover,
.submit_wrap .button:hover{
    background-image: linear-gradient(to right, #166eb2, #0085c2, #009ccc, #00b2d2, #0dc7d5);
    color:#fff;
}
.about-has-heading{
    font-weight:500;
    }
/*about-us-section*/
/*services-section*/
.services-section {
    background-image: url(../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22608/theme/36499/img/Banner_04.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 315px;
    margin-top: -265px;
}
.services-section-block {
    display: flex;
    flex-wrap: wrap;
}
.services-section .section-main-heading {
    letter-spacing: 0.56px;
    color: #fff;
    margin: 20px 0 10px;
}
.services-section-image .with-hover{
    display: none;
}
.services-section-text .section-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing:.56px;
    line-height: 27px;
    color:#fff;
    position: relative;
}
.services-sub-section-block:hover .services-section-text .section-text{
    color:#05285e;
    }
.services-sub-section-block:hover{
    background:#a1d4e6;
    }
.services-sub-section-block:hover .with-hover{
    display:block;
    }
.services-sub-section-block:hover .without-hover{
    display:none;
    }
.services-sub-section-block:hover .services-section-text .section-text::after{
    background:#05285e;
    }
.services-sub-section-block {
    display: flex;
    flex-direction: column;
    width: 231px;
    margin: 0 auto 29px;
    padding: 18px 0 0;
    transition:.5s ease;
}
.border-4 .services-sub-section-block , .border-5 .services-sub-section-block ,.border-6 .services-sub-section-block{
    margin:29px auto 0;
    }
.services-sub-section-block .services-section-image {
    display: flex;
    justify-content: center;
}
.services-sub-section-block .services-section-text {
    text-align: center;
}
.services-section-block .columns{
    border:1px solid #55aad4;
    }
.border-1 , .border-2{
    border-left: 0px !important;
    border-top: 0px !important;
}
.border-4 , .border-5{
    border-left: 0px !important;
      border-top: 0px !important;
    border-bottom: 0px !important;
}
.border-3{
    border-left: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
}
.border-6{
    border: 0px !important;
   /* border-bottom: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;*/
}
.services-section .button {
    line-height: 36px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #b0cee5;
    font-size: 14px;
    letter-spacing: .5px;
    margin-top: 30px;
    margin-bottom: 69px;
    transition:.5s ease;
}
.services-section-text .section-text::after {
    content: '';
    position: absolute;
    width: 128px;
    color: ;
    background: #fff;
    top: 80%;
    left: 23%;
    height: 1px;
}
/*services-section*/
/*blog-section*/
.latest-toronto-home-appliance-repair-technician-blog-posts{
    padding: 50px 0;
}
.latest-toronto-home-appliance-repair-technician-blog-posts .section-main-heading a {
    color: #0dc8d7;
}
.latest-toronto-home-appliance-repair-technician-blog-posts .section-main-heading{
    margin-bottom: 28px;
    }
.latest-toronto-home-appliance-repair-technician-blog-posts .article-title {
    padding: 33px 0 15px;
    }
.latest-toronto-home-appliance-repair-technician-blog-posts .article-description-summary p{
    padding: 13px 0 4px;
}
.latest-toronto-home-appliance-repair-technician-blog-posts p{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
}
.latest-toronto-home-appliance-repair-technician-blog-posts .button{
    line-height: 35px;
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: .3px;
    margin-top: 7px;
    }
    /*blog-section*/
    /*last-section*/
.last-section {
    position: relative;
    margin-top: 78px;
    }
.last-section img{
    width:100%;
    }
.last-section-text{
    position: absolute;
    left: -50%;
    top: -26%;
    width: 100%;
    padding-top: 30px;
    height: 100%;
    transform: translate(50%,50%);
    }
.last-section .section-main-heading {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 6px;
}
.last-section .section-sub-heading {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    max-width: 53%;
    margin-bottom: 15px;
    }
.last-section .button {
    padding: 0 15px;
    background-color:  #0dc8d6;
    color: #fff;
    border: 1px solid #0dc8d6;
    }
    /*last-section*/
    
    /*services-page*/
.mostly-images1-page-type-wrapper .banner-figcaption {
    position: absolute;
    right: 0;
    left: 70%;
    width: 50%;
    transform: translate(-50%,-50%);
    top: 75%;
    }
.mostly-images1-page-type-wrapper .banner-subtitle {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    }
.mostly-images1-page-type-wrapper .banner-title {
    font-size: 36px;
}
.mostly-images1-page-type-wrapper .mostly-images1-image-ul .figure{
    margin-bottom: 19px;
}
.mostly-images1-page-type-wrapper .footer-mostly-images1-page-type .section-text {
    max-width: 95%;
    margin: 0 auto;
}
    /*services-page*/
    /*blog-page*/
.blog-page-type .ps-blog-sharing {
    padding: 10px 0;
}
.article-page-type .ps-blog-sharing {
    padding: 10px 0;
}
.article-page-type .article-body .blog-phone a {
    display: block;
}
    .blog-inner-text {
    text-align: left;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}
.blog-inner-text hr {
    display: none;
}
h1.article-title{
    font-size:35px;
    }
h2.article-title, 
h2.article-title a, 
h2.article-title a:hover, 
h2.article-title a:active, 
h2.article-title a:focus {
    font-family: ;
    font-size:18px;
    font-weight: 500;
    color: #656565;
    text-transform: uppercase;
}
.blog-articles .article-title {
    text-align: left;
    margin-bottom: 0;
    background-color: #ececec;
    padding: 10px 20px;
    margin-top: 7px;
    position: relative;
}
.blog-li .article-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #0DC8D6;
}
.author-name{
    color:#0DC8D6;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-page-type .banner-block {
    position: absolute;
    right: 0;
    left: 51%;
    width: 100%;
    transform: translate(-50%,-50%);
    top: 75%;
}
.blog-page-type .banner-block .section-main-heading {
    line-height: 34px;
    text-align: right;
    color: #fff;
}
.blog-sidebar-h2.h2.tags-text {
    padding-top: 10px;
}
#article-page-type p.blog-author{
    line-height: 1.8;
}
#blog-page-type p.blog-author {
    line-height: 1.8;
    margin-top: 10px;
}
/*blog-page*/
/*contact-page*/
.intl-tel-input {
    display: block;
}
#mob_phone_phone_number_tel {
    height: 34px;
    padding: 6px 12px 6px 45px;
    margin: 5px 0px 9px !important;
    border: 1px solid #999999;
    width: 100%;
}
/*contact-page*/
/*footer*/
footer .newsletter-button {
    padding: 0 11px;
    line-height: 35px;
    letter-spacing: .5px;
    font-size: 15px;
}
footer .newsletter-button .email-icon-color{
    display:inline-block;
    }
footer .newsletter-button .email-icon-white{
    display:none;
    }
footer .newsletter-button:hover .email-icon-color{
    display:none;
    }
footer .newsletter-button:hover .email-icon-white{
    display:block;
    }
footer .follow-us {
    padding: 17px 0 13px;
    }
footer .newsletter:not(.only) {
    padding: 11px 0 7px;
}
footer .social-icon svg {
    width: 50px;
    height: 50px;}
footer .social-media-icons li a {
    font-size: 52px;
    color: #0DC8D7;
}
footer .copyright-powered {
    padding: 28px 0 0 0;
}
footer {
    padding: 0 0 6px;
    }
footer .newsletter-button .social-icon-email{
    display:inline-block;
    }
/*footer*/
/**Spacing Padding MArgin*/
.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mt-60{margin-top:60px}.mt-70{margin-top:70px}.mt-80{margin-top:80px}.mt-100{margin-top:100px}.mt-120{margin-top:120px}.mt-150{margin-top:150px}.ml-0{margin-left:0!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-50{margin-left:50px}.mr-0{margin-right:0!important}.mr-5{margin-right:5px!important}.mr-15{margin-right:15px}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-50{margin-right:50px}.mb-0{margin-bottom:0}.mb-0-i{margin-bottom:0!important}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mb-70{margin-bottom:70px}.mb-80{margin-bottom:80px}.mb-90{margin-bottom:90px}.mb-100{margin-bottom:100px}.pt-0{padding-top:0}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-40{padding-top:40px}.pt-50{padding-top:50px}.pt-60{padding-top:60px}.pt-70{padding-top:70px}.pt-80{padding-top:80px}.pt-90{padding-top:90px}.pt-100{padding-top:100px}.pt-120{padding-top:120px}.pt-150{padding-top:150px}.pt-170{padding-top:170px}.pb-0{padding-bottom:0}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-40{padding-bottom:40px}.pb-50{padding-bottom:50px}.pb-60{padding-bottom:60px}.pb-70{padding-bottom:70px}.pb-80{padding-bottom:80px}.pb-90{padding-bottom:90px}.pb-100{padding-bottom:100px}.pb-120{padding-bottom:120px}.pb-150{padding-bottom:150px}.pr-30{padding-right:30px}.pl-30{padding-left:30px}.pl-90{padding-left:90px}.p-40{padding:40
px}/**Spacing Padding MArgin*/

.list-In .list {
    list-style-image: url(../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22608/theme/36499/img/bullet-image.jpg);
    }   
    
    
@media only screen and (max-width: 1024px) {
    .three-icon-section {
    margin: 0 20px;
    }
    .about-us-text-img-area .about-us-section-text {
    margin-top: 60px;
    }
    .about-us-section-description {
    padding: 50px 34px 0px;
    }
  .contact-icon-box{
        padding: 20px 5px;
        }
        }
@media only screen and (max-width: 768px) {
header, header.noSlider {
    padding: 6px 0 0;
}

.list-In .list li {
    
    width: 90%;
    margin: 0 auto;
    text-align: center;
    }
header #logo {
    padding: 10px 0 13px;
}
.phone-holder .phone {
    font-size: 24px;
    line-height: 56px;
    padding: 0 15px 3px;
}
header .email {
    margin: 20px 0;
}
footer .newsletter:not(.only) {
    padding: 20px 0 6px;
}
footer .social-media-icons li a {
    font-size: 58px;
    }
footer .copyright-holder{
    padding: 18px 0 10px;
    border-bottom:none;
}
footer .newsletter-button .social-icon-email{
    display:inline-block;
    }
footer .newsletter {
    border-top: 1px solid #C1C4C9;
}
footer .newsletter-button:hover {
    display: inline-block !important;
}
 .banner-figcaption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    }
 .banner-description {
    text-align: center;
    }
.banner-title {
    color:#0dc8d7;
    font-size:24px;
    line-height:24px;
    }
     .banner-description button {
    margin-top: 5px;
    }
     .banner-figcaption {
    background: #e6e9ef;
    }
    .three-icon-section .band-item .row{
        justify-content: center;
    }
    .three-icon-section .columns.large-3 {
    text-align: right;
    width: auto;
    min-width: 80px;
    }
    .three-icon-section .columns.large-9 ,
    .three-icon-section .columns.large-8 {
    width: auto;
    }
    .three-icon-section .band-item .icon {
    width: 36px;
    height: 36px;
    }
        .three-icon-section {
    position: relative;
    top: 0;
    }
    .last-section-text{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 13px;
    height: 100%;
    transform: none;
    text-align: center;
    padding-bottom: 0px;
    background:#e6e9ef;
    }
.last-section .section-main-heading {
    color: #0dc8d7;
    margin-bottom: 0;
}
.br-last-section{
    display:none;
    }
.last-section .section-sub-heading {
    color: #656565;
    margin-bottom: 5px;
    max-width: 100%;
    }
.last-section .button {
    padding: 0 15px;
    background-color:#0dc8d6;
    color:#fff;
    border: 1px solid #0dc8d6;
    margin: 0;
    }
.last-section{
    margin-top: 67px;
    }
    .latest-toronto-home-appliance-repair-technician-blog-posts .button {
    margin-top: 16px;
}
.mostly-images1-page-type-wrapper .banner-figcaption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    background: #0dc8d7;
    }
.mostly-images1-page-type-wrapper .banner-title {
    color: #fff;
}
.blog-page-type .banner-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    background: #0dc8d7;
}
.blog-page-type .banner-block .section-main-heading {
    line-height: 42px;
    text-align: center;
}

/*about*/
.about-us-text-img-area .row {
    flex-direction: column;
}

.about-us .about-us-head-text {
    max-width: 626px;
    margin: 0 auto;
    float: none;
}
.about-has-heading {
    padding: 0;
    margin-left: 22%;
}
.about-has-heading::after {
    left: -31%;
    width: 30%;
}
.about-us-text-img-area .about-us-section-text {
    padding-right: 0.9375em;
    margin-top: 64px;
    order: 2;
    width: 100%;
    max-width: 626px;
    margin: 0 auto;
}
.about-us-text-img-area  .about-us-section-image {
    padding-left:  0.9375em;
    width: 100%;
    text-align: center;
}
.about-us-section-description {
    border-right: 3px solid #33ceda;
border-top: 0;
}
/*about*/
.services-section-block .columns{
    border:0px !important;
    }
.services-section-text .section-text {
    padding: 9px 0 15px;
}
.services-section .button {
    margin-top: 97px;
    margin-bottom: 59px;
}
.services-section {
    background-image: url(../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22608/theme/36499/img/Mob_02.jpg);
}
.main-body-profile-page-type .section-sub-heading , .main-body-profile-page-type .list{
    text-align: center;
}
.main-body-profile-page-type .list{
        padding-left:15%;
    }
.main-body-profile-page-type .list li{
    list-style-position: outside;
    width: 26%;
    margin: 0 auto;
    text-align: left;
    }
    .services-section-text .section-text::after {
    top: 85%;
    }
     .blog-article {
    text-align: center;
}
footer .newsletter-button:hover {
   display:inline-block !important;
    }
/*footer .newsletter-button:hover{
    display:block;
    }*/
}
@media only screen and (max-width: 600px) {
.about-us-text-img-area {
    margin-top: -10%;
}
}
@media only screen and (max-width: 500px) {
.main-body-profile-page-type .list li{
    width: 100%;
    }
    .main-body-profile-page-type .list{
        padding-left:31%;
        }
        .list-in .list{
           padding-left:31%;
           }
.list-In .list {
    list-style-image: url(../../../../../../../s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22608/theme/36499/img/bullet-image.jpg);
    margin-left: 20px;
    }          
           
.about-us-text-img-area .about-us-section-text {
    max-width: 94%;
    }
.about-us-section-description {
    padding: 50px 25px 0px;
    }
}