





body {  
    line-height: 1.2;
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;;
    background: transparent;
    color: #222222;
    font-weight:500;
}

/* Typography */

h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text,
p, input, textarea, select {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Poppins', sans-serif;;
    line-height:1.2em;
    margin:0;
    color:#000;
    font-weight:600;
}

h1 a, .h1 a, h1 a:hover, .h1 a:hover, h1 a:active, .h1 a:active, h1 a:focus, .h1 a:focus,
h2 a, .h2 a, h2 a:hover, .h2 a:hover, h2 a:active, .h2 a:active, h2 a:focus, .h2 a:focus,
h3 a, .h3 a, h3 a:hover, .h3 a:hover, h3 a:active, .h3 a:active, h3 a:focus, .h3 a:focus,
h4 a, .h4 a, h4 a:hover, .h4 a:hover, h4 a:active, .h4 a:active, h4 a:focus, .h4 a:focus,
h5 a, .h5 a, h5 a:hover, .h5 a:hover, h5 a:active, .h5 a:active, h5 a:focus, .h5 a:focus,
h6 a, .h6 a, h6 a:hover, .h6 a:hover, h6 a:active, .h6 a:active, h6 a:focus, .h6 a:focus {
    color:inherit;
}


h1, .h1,h2, .h2, h3, .h3, h4, .h4 {
    padding:20px 0 20px;    
    font-size:35px;
}

h5, .h5 {
    padding:20px 0 20px;   
    font-size:1.2em;
}

h6, .h6 {
    padding:20px 0 20px;   
    font-size:1em;
}

h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text {
    line-height: 1.2;
    padding:0 0 15px;
    margin:0;
}

input, textarea, select, 
p, h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text,
div.form-container .text, div.form-container input[type="text"] {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;;
    color: #222;
}

a {
    color: #000000;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    color: #666666;
}

/* Typography Ends */

/* Header Begins */
header {
    background-color: #FFFFFF;
    color:#000000;
    padding:44px 0 8px;
}



.text-logo {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 44px;
    font-weight: 300;
    word-wrap: break-word;
    text-transform: capitalize;
}


header, header a{
    color: #000000;
    text-transform: uppercase;
}

/*header .logo-container {
    border-bottom:1px solid #CCD5D3;
    padding-bottom: 47px;
}*/

.header-buttons .button {
    top: 3px;
    text-transform: uppercase;
    padding: 6px 16px;
    height: auto;
    line-height: 20px;
    margin-right: 9px;
    font-size:13px;
}

.header-buttons .single_button {
    float:left;
}

.header-buttons .fi-telephone:before {
    padding-right: 6px;
    color:#2972aa;
}

.header-social-media-icons {
    margin-top:12px;
}

.header-social-media-icons li {
    display: inline-block;
    margin-left: 14px;
}

.header-social-media-icons li a {
    color:#002F23;
}

.header-social-media-icons li .social-icon{
    font-size:20px;
}

.header-social-media-icons .houzz {
    width: 15px;
    height: 16px;
    vertical-align: initial;
}

header .houzz path {
    fill:#002F23;
    stroke: none;
}

.button, button {
    background-color:#CEEB47;
    color:#3D6A5F;
    padding: 6px 16px;
    line-height:2em;
    font-weight:600;
    font-size:13px;
    border:0px solid #3D6A5F;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -moz-transition:none;
    min-width:150px;
    text-transform:uppercase;
    transition: background-color 300ms ease-out;
}


/* Header ends */

/*Footer Begins */
footer {
    color:#FFFFFF;
    background:#0B112C;
    padding:0 0 50px;
}

.newsletter-holder .newsletter {
    width:555px;
    margin:0 auto;
}

footer a {
    color:inherit;
}

footer a:hover, footer a:active, footer a:focus{
    color:#666666;
}

.follow-us {
    padding:30px 0;
    border-bottom:1px solid #999999;
}
/*
.newsletter:not(.only) {
    padding: 75px 0;
}

.newsletter label {
    font-size:2em;
    padding-bottom:10px;
    display: inline-block;
    line-height: 1.2em;
    font-weight:600;
    width: 480px;
    color:#002F23;
}

.newsletter .enter-email{
    background: #FFFFFF;
    width:100%;
    padding: 4px 5px;
    line-height:28px;
    border:1px solid #CFD7D5;
    color:#3D6A5F;
    margin-bottom:15px;
    text-align:center;
}

.newsletter .subscribe{
    text-transform:uppercase;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;;
    background: #CEEB47;
    font-weight: 600;
    border:none;
    line-height:26px;
    cursor:pointer;
    padding: 6px 5px;
    width:100%;
}

*/

.margin-auto {
    margin:0 auto;
}

.address-section {
    background: #0B112C;
    color: #FFFFFF;
    padding: 47px 0 44px;
}

.address-section h4, .address-section a {
    color:inherit;
}

.address-section a:hover {
    color:#CEEB47;
}

.address-section h4 {
    font-size: 14px;
    padding: 0 0 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social-media-icons {
    list-style:none;
    padding:0;
    margin:0;
}

.social-media-icons li {
    display:inline-block;
}

.social-media-icons li a {
    font-size:48px;
    color:#CEEB47;
    padding: 0 17px 0 0;
    line-height: 40px;
}

.social-media-icons li a:hover,
.social-media-icons li a:active,
.social-media-icons li a:focus{
    opacity:0.8;
}

.social-media-icons .houzz {
    width: 45px;
    height: 38px;
    vertical-align:initial;
}

.social-media-icons .houzz path {
    fill:#CEEB47;
    stroke:none;
}

.actual-address,.contact-number, .contact-email {
    line-height:25px;
}

a:focus img.houzz, a:active img.houzz, a:hover img.houzz {
    opacity:0.8;
}

.copyright-powered {
    padding:25px 0 0 0;
}

/* Footer Ends */

/* Slider Begins */

.ps-banner-thumbs-container .admin-links,
.ps-banner-thumbs-container .bx-wrapper,
.ps-banner-thumbs-container .bx-controls,
.ps-banner-thumbs-container .ps-instructions {
    max-width: 1128px;
    margin: 0 auto;
}


#slider > .bxslider > li {
    list-style:none;
}

.bxslider {
    margin:0;
    padding:0;
}
.bx-wrapper {
    position:relative;
}

figure.banner-figure img{
    width:100%;
}

#slider-pager {
    position : absolute;
    bottom:10px;
    width:100%;
    z-index:9999;
}

.bx-pager {
    padding:0;
    z-index: 9999;
    width: 100%;
}

.bx-pager-item {
    display: inline;
}

a.bx-pager-link {
    font-size: 0;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    text-decoration: none;
    width: 13px;
    height: 13px;
    padding: 0;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}

a.bx-pager-link.active {
    background: #3D6A5F;
    border: 2px solid #FFFFFF;
}


.logged-in #slider .ps-instructions, .logged-in #slider .ps-instructions p{
    color:#000000;
    font-size: 1em !important;
    font-family: 'Poppins', sans-serif; !important;
    line-height: 1.5em;
}

.logged-in #slider .ps-instructions p > span{
    border:1px solid #000000;
    padding:0 5px;
}

.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-next, 
.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-prev {
    right: -35px !important;
    top: 0 !important;
}

.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-prev {
    left: -35px !important;
}
 
/* Slider Ends */


/* Homepage */
#main-text {
    padding: 74px 0 60px;
}

.about-section {
    background:transparent;
    color:#222222;
}

.about-section .heading h1, .about-section .heading h2, .about-section .heading h3 {
    padding:0 0 12px;
}

.about-section .main-information {
    padding-top:12px;
}

.about-more-text {
    display:none;
}

.read-more, .read-less {
    color: #000000;
    cursor: pointer;
}

.read-more {
    display:inline-block;
}

.active .read-more {
    display:none;
}

.active .read-less {
    display:inline-block;
}

.read-less {
    display:none;
}

#accordion {
    padding: 54px 0;
}

.accordion-ul {
    padding-top:40px;
}

.ptabs li, .ptabs .resp-accordion{
    background:#CEEB47;
    color:#002F23;
}

.ptabs li, .ptabs li.resp-accordion {
    padding:38px 15px;
    text-align:center;
    font-size:20px;
}

.ptabs .resp-accordion {
    padding:38px 15px;
    text-align:center;
    font-size:20px;
    cursor:pointer;
}

.ptabs .tab-inner {
    padding: 15px 10px;
    border-left:1px solid #CEEB47;
    border-right:1px solid #CEEB47;
    border-bottom:1px solid #CEEB47;
    font-size:18px;
}

.ptabs .tab-inner p{
    font-size:inherit;
}

.remaining-services-arrow {
    width: 58px;
    margin: 62px auto 22px;
    cursor: pointer;
}

#arrow_up {
    display:none;
}

.highlight #arrow_up {
    display:block;
}

#arrow_down {
    display:block;
}

.highlight #arrow_down {
    display:none;
}

.juicer-plugin-section {
    padding: 74px 0 58px;
    background:#EFFFA3;
    color:#002F23;
}

.juicer-plugin-title {
    padding:0 0 0px 0;
    font-size: 2.6em;
    font-weight: 600
}

.juicer-plugin-title, .juicer-plugin-title a {
    color:#002F23;
}

.juicer-plugin-title a:hover, .juicer-plugin-title a:active, .juicer-plugin-title a:focus {
    opacity:0.5
}

.juicer-plugin-script p:last-child{
    padding:0;
}

.juicer-plugin-script img {
    margin-top:10px;
}

/**********************
    Custom Code 1
***********************/

/* Header Button */

/* Address Box  */
.item-box:hover {
    background-color: #f44336;
}
 /*Header icon*/
 .header-social-media-icons li a {
    color: #f44336;
}
/* Address Section Bg Color */
.line-hr {
    background-color: #f44336;
}

/* Logo */
/*header .logo-container {
    padding-bottom: 22px;
 }*/
 header {
    padding:18px 0 8px;
 }

.top-bar ul {
    margin-bottom:-10px;
    margin-top:-7px;
}
.header-social-media-icons li .social-icon {
    font-size: 40px;
}
/* Address Title */
.heading-title {
    color: #000;
    font-weight: 700;
}

/*About Us*/

.about-section .main-information {
    padding-top: 30px;
}
#main-text {
    padding: 30px 0px 20px;
}
/* Accordian code list style */
#accordion {
    padding: 25px 0 0;
}
.accordion-ul {
    padding-top: 20px;
}
.ptabs li, .ptabs li.resp-accordion {
    padding: 10px 10px;
}
.ptabs .tab-inner p {
    font-size: 15px;
}
.ptabs .tab-inner{
    padding-bottom: 0;
}
.tab-inner .list li {  
    padding: 0px;
    text-align: inherit;
    font-size: 13px;
    line-height: 1.6;
    background: none;
    list-style-position: inherit;
    margin: 6px 20px;
    color: #222222;
    list-style-type: disc;
}
.ptabs .resp-accordion {
    padding: 10px 10px;
}


/* Address Section */

.contact-info .box {
    width: 100%;
    display: block;
    border: none;
    border-radius: 4px;
    height: 275px;
   
    padding: 30px 10px;
    background-color: #f9f9ff;
}
.icon{
    padding: 20px;
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,.05);
    margin: 0 auto;
    border-radius: 50%;
}

.contact-info .box h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: center !important;
}
.content p {
    padding-top: 15px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    color:#000;
   /* text-align: center !important;*/
}
.content p a {
    color: #000;
}
.line-hr {
    width: 45px;
    height: 3px;
    background-color: #000;
    margin: 0 auto;
    border: none;

}

.item-box {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.item-box:hover i,
.item-box:hover h3,
.item-box:hover p,
.item-box:hover a{
    color: #fff;
}

.item-box:hover hr {
    background-color: #fff;
}
.icon i {
    font-size:42px;
    display:block;
}
/*.item-box:hover i {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
*/

/* Smooth Transition */
.item-box,
.item-box i,
.item-box hr {
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

/* Hover bg Color */
.item-box:hover {
    background-color: #6dbc5f;
    border: solid 2px #e7e7e7;
}
.mb-4 {
    padding-bottom: 3px;
}
/* address  section end */

.map {
    width: 100%;
    margin-top: 5%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    -moz-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
}


/* Contact Us */
.contact-form {
    padding: 25px 30px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.contact-form {
    margin-top: 24px !important;
}
.contact-textarea {
    width: 100% !important;
    height: 100px !important;
}

/* Footer color */
footer {
    color: #000;
}
/*.address-section {
    background: #e4e4e4;
    color: #000;
}*/
.address-section a:hover {
    color: #fff;
}
footer a:hover, footer a:active, footer a:focus {
    color: #000;
}
/* Social Icon */
.social-media-icons li a {
    color: #fff;
}
ul.social-media-icons li a {
    padding-bottom: 11px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 47px;
    font-size: 45px;
}



/* CUSTOM CSS CODE*/
hr.line-hr {
    margin: 0 auto;
    width: 49%;
    /* border: 1px #b4b4b4; */
    border: solid #b4b4b4;
    border-width: 1px 0 0;
}
.contact-number {
    margin-top: 7px;
}
.newsletter {
    padding:0;
}

.newsletter p {
    color:#fff;;
}

.subscribe-instruction {
    padding-bottom: 0;
}
.newsletter .subscribe {
    font-size: 0.8em;
    background: transparent;
    color: #FFF;
    border: 1px solid #b4b4b4;
    line-height: 26px;
    padding: 2px 11px;
    cursor: auto;
    display: inline-block;
    width: 80%;
}
.submit-button-container .button {
    padding: 2px 4px;
    position: relative;
    min-width: 45px;
}
.newsletter .subscribe:hover,
.newsletter .subscribe:active,
.newsletter .subscribe:focus{
    opacity:0.8;
}

.medical {
    text-align: center;
}

#main-text {
    padding: 50px 0;
    text-align:center;
    background-image:url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24206/theme/40036/img/bg.jpg");
background-size:cover;
}
#accordion {
    padding: 0 0;
}
.accordion-ul {
    padding-top:0;
}
.ptabs li, .ptabs li.resp-accordion {
    padding:10px 10px;
}
.ptabs .resp-accordion {
    padding:10px 10px;
}
.ptabs .tab-inner {
    font-size:15px;
}

header {
    padding:1px 0 8px;
}

.header-media{
    margin-top:80px;
  
}

.header-media2 {
    margin-top: 91px;
}


.header-social-media-icons {
    margin-top:-7px;
}
.header-social-media-icons li .social-icon{
    font-size:50px;
}
.contactus-page-type-wrapper #ps-contact-us .g-recaptcha {
    margin-bottom: 10px;
}
.top-pad
{
   margin-top: -1em; 
}
.address-section a:hover {
    color:#2972aa;
}
.social-media-icons li a:hover,
.social-media-icons li a:active,
.social-media-icons li a:focus{
    opacity:unset;
}
.top-bar ul{
    margin-bottom:-10px;
}
.tab-inner .list li {
    padding: 0px;
    text-align: inherit;
    font-size: 15px;
    background: none;
    color:#000;
    margin: 5px 1px;
    list-style-type: disc;
}

.header-buttons .button {
    border: 0px ;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    background: #6dbc5f;
    color: #fff;
}
.header-buttons .button:hover,.header-buttons .button:active,.header-buttons .button:focus {
    background: #6dbc5f;
    color: #fff;
}
 .header-social-media-icons li a {
    color:#6dbc5f;
}

.button, button {
    background: #6dbc5f;
    color: #fff;
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus {
    background:#6dbc5f;
    color: #fff;
    
}
.ptabs li, .ptabs .resp-accordion {
    background: #e6a9ba;
    color: #fff;
}
.abt-pad{
    padding-left:20px;
    margin-top:-15px;
    
}

.juicer-plugin-section {
    padding: 0px;
}
header {
        
        background: transparent;
        z-index: 999;
        width: 100%;
    }

.logo-container{
    float:left;
    padding:15px 0;
}
a.button.fi-telephone {
    background: #0000;
    color: #000;
}
.text-pad{
    padding-right: 0;
}
.hidden-head{
    display:none;
}
.footer-insta:before{
    font-size: 34px;
}
.phone-btn{
    color: #000!important;
    font-size: 18px;
}
.service-container {
    padding-top: 100px;
}
.contact-pad{
    padding-top: 0em;
}
.adjust-img {
    text-align: right;
}
.adjust-text {
    padding-top: 140px;
}
.main-heading {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.servies-container {
    display: table;
    padding: 0 0 30px 0;
}
.servies-container .img {
    display: table-cell;
    width: 95px;
    padding: 0 0 0 10px;
}
.servies-container .content {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    text-align: left;
}
.servies-container .content .main-sub-heading {
    padding: 0 0 1px 0;
}

.insta-showcase{
background: #58bb60;
color: #FFF;
padding:60px 0px 80px;
}

.insta-showcase h1{
    font-weight: 600;
    font-size: 50px    
}
.copyright-powered {
    padding: 25px 0 0 0;
    color: #fff;
    border-top :solid 1px #2c2c2c;
}
footer{
    font-size:14px;
}
.header-buttons .single_button a{
    text-transform :uppercase;
    }
  
.header-buttons .fi-telephone:before {
    padding-right: 6px;
    color:  #ea3e19;
}

.item-box:hover {
    color:#123b82;
    border: solid 2px #e7e7e7;
}

.header-buttons .button {
    border: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    background:  #ea3e19;
    color: #fff;
    padding:10px 20px;
}
.header-social-media-icons li a {
    color:#ea3e19;
}
.button, button {
    background:#ea3e19;
    color: #fff;
}
.social-media-icons li a {
    color: #ea3e19;
}
.item-box:hover {
    background-color:  #ee3135;
    border: solid 2px #e7e7e7;
}
input#Submit{
    background-color: #ea3e19;
    color: #fff;
}
input#Submit:hover, input#Submit:active ,input#Submit:focus {
background: #fff;
    color:#ea3e19;
border:1px solid #ea3e19;
}
.header-social-media-icons li a:hover{
    color:#ea3e19;
}

footer .social-media-icons li a:hover, footer .social-media-icons li a{
    color:#ea3e19;
}


footer a:hover, footer a:active, footer a:focus{
    color:#ea3e19;
    }

.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus {
  background: #fff;
    color:#ea3e19;
border:1px solid #ea3e19;
}
.address-section a:hover {
    color:#ea3e19;
}
.header-buttons .button:hover, .header-buttons .button:active, .header-buttons .button:focus {
  background: #fff;
    color:#ea3e19;
border:1px solid #ea3e19;
}
.follow-txt {
    font-size: 20px;
}


html {
scroll-behavior: smooth;
}
.hidden-head {
    display: none;
}

.contact-info .box {
    width: 100%;
    display: block;
    border: none;
    border-radius: 4px;
    height: 280px;
   
    padding: 30px 10px;
    background-color: #f9f9ff;
}
.contact-info .box:hover{
background-color:#ea3e19;
    border: solid 0.7px #e7e7e7;
}

.copyright a:hover, .powered a:hover {
    color: #fff;
}
h2.main-sub-heading{
    font-size: 25px;
}
.footer-img{
    width:100%;
 }

    .padding-less {
    padding: 0px 0px 10px;
}

.service-plug img {
    margin-top: 0px;
}


ul.abt-pad{
    list-style:none;
    text-align: left;
}
.main-information{
    padding-top:10px;
}

.about-section .main-information {
    padding-top: 20px;
}
.address-section{
padding-bottom: 12px;    
}
.description{
    margin-top:50px;
}
.address-section h4{
    font-weight: 700;
    
}
.service-plug p {
    margin-bottom: 0px;
}
.f-size{
font-size:24px;
margin-top :15px;
padding-left:10px;
}
.row-pad{
    padding-bottom:30px;
}

.service-txt{
    margin-top:100px;
}
.abt-txt{
padding-top: 60px;    
}
.abt-txt h1{
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: left;


}
.abt-pad {
    padding-left: 20px;
    margin-top: -15px;
}
ul .abt-pad{
 list style:none;    
}
.juicer-plugin-script ul img {
    margin-top: 0px;
    margin-right: 10px;
}
.abt-pad li{
 margin-bottom: 10px;  
}
.head-txt{
    color: #01a44c;
}
.ps-register-form form, .ps-language-preference form, div.form-container form {
   width: 100%;
   margin: 0 auto;
}

.contactus-page-type-wrapper div.form-container {
   padding: 21px;
}
#mob_phone_phone_number_tel{
   width: 100%;
   border: 1px solid #ccc;
 }
 .serv-pad{
     padding-top:60px;
}
ul.serv-list {
 list-style: none;
}
ul.serv-list li {
position: relative;
padding: 0 0 0 20px;
margin-top:0px;
}
ul.serv-list li:before {
  content: '';
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24206/theme/40036/img/img.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}

.contactus-page-type-wrapper #ps-contact-us .contact-form {
    width: 100%;
}
.content p a {
    color: #000;
    transition: all 400ms linear;
}
.header-contactus-page-type h1{
    padding-top:0px;
    text-align:center;
    text-transform:uupercase;
}
/* Homepage Ends */

.inner-page #main-text {
    padding: 29px 0 37px;
}

#ps-contact-us input[type="text"], #ps-contact-us textarea { 
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-top: 5px;
}

#ps-contact-us .message .label {
    margin-bottom:3px;
}

.contact-us-2-form {
    margin-top:20px;
}

.contact-us-2-form .field-separator {
    margin-top:10px;
}

#contact-us-2 input[type="text"], #contact-us-2 .text-area { 
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-top: 5px;    
}

#contact-us-2 .message .label {
    margin-bottom:3px;
}

.ps-register-form {
    margin-top:20px;
}

.br-txt{
    
 display:block;   
}

figcaption.banner-figcaption {
position: relative;
text-align: center;
width: 100%;
padding: 40px 0;
background: #313366;
}

p.banner-text {
    padding-bottom: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h2.banner-title {
 color: #FFF;
padding-bottom: 10px !important;
font-weight: 600;
padding-top: 0;
line-height: 1.2;
margin-bottom: 0;
text-transform: uppercase;
font-size: 36px;    
}

h1, h2{
    color:#000;
    font-size:36px;
    text-transform:capitalize;
}

hr{
 border: solid #7d7b78;
 border-width:1px 0 0;
    width:45%;
    margin:50px auto;
}
#services li {
  font-size: 20px;
}
h4{
     color:#000;
    font-size:22px;
    font-weight:100;
    text-transform:capitalize;
    padding:12px 0;
}

.main-information2 {
  text-align: left;
  padding: 0 0 0 20px;
}

.main-information2 p {
  margin-bottom: 7px;
}

#services {
  text-align: center;
  padding: 20px 0;
}



figcaption.contact-banner-figcaption {
   position: absolute;

top: 20%;
    text-align: center;
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

p.contact-banner-text {
    padding-bottom: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 0px;
    margin-bottom: 5px;
    text-transform: initial;
}

h2.contact-banner-title {
 color: #FFF;
padding-bottom: 10px !important;
font-weight: 700;
padding-top: 0;
line-height: 1.2;
margin-bottom: 0;
font-size: 36px;    
}
@media only screen and (max-width: 1024px) {
    .ptabs li, .ptabs li.resp-accordion, .ptabs .resp-accordion {
        font-size:18px;
    }
}


@media only screen and (max-width: 940px) {
    
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        text-align:center;
    }
    
    /* Header Begins */
    header {
        padding:0;
    }
    
    header .logo-container {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    header .top-bar .title-area {
        line-height: 2em;
        font-size: 32px;
        text-transform:uppercase;
    }
    
    header #logo {
        padding:10px 0;
    }
    
    .header-buttons .single_button {
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #CCD5D3;
        padding-bottom: 10px;
        padding-top: 3px;
    }
    
    .header-buttons .button {
        margin-right:0px;
        min-width:160px !important;
        font-size:15px;
        line-height: 24px;
    }
        
    .top-bar .name {
        width: 80%;
        text-align: center;
        height:auto;
    }
    
    .name a span.text-logo {
        font-size:30px;
    }
    
    .name a:hover span.text-logo, .name a:active span.text-logo, .name a:focus span.text-logo {
        text-decoration:underline;
    }
    
    
   header .social-media {
        display:none;
    }
    /* Header Ends */
    
    .accordion-ul, .accordion-ul2 {
        width: 60%;
        margin: auto;
    }
    
    .ptabs li, .ptabs li.resp-accordion, .ptabs .resp-accordion {
        font-size:20px;
    }
    
   
    
    /* Footer Begins */
    
    .newsletter-holder .newsletter {
        width:555px;
        margin:0 auto;
    }
    
    footer {
        margin:0;
    }
    
    .storename {
        font-size: 1.5em;
    }
    
    .social-media {
        border-left:none;
        padding-bottom: 5px;
        text-align: center;
        margin-bottom: 12px;
    }
    
    .social-media-icons li a {
        font-size: 55px;
        padding: 0 5px;
    }
    
    .powered {
        padding:20px 0 ;
    }
    /* Footer Ends */
    
    .social-media-icons .houzz {
        width: 46px;
        height: 42px;
        vertical-align: initial;
    }
    
    .address-holder {
        line-height: 1.2em;
        padding: 20px;
        text-align:center;
    }
    
    .address-holder .marker {
        display: block;
    }
    .hidden-head{
        display:block;
        padding-left: 0px;
        padding-right: 0px;
    }
.head-mob{
    padding-left: 0px;
    padding-right: 0px;
    }    
figcaption.banner-figcaption,
figcaption.contact-banner-figcaption{
    position: relative;
    max-width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
  
}
figcaption.contact-banner-figcaption{
      background: #000;
}
#main-text{
 text-align:center;   
}

.contact-block {
    padding: 20px;
    text-align: center;
}
} /* Media max-width:939px */


/* Footer logo 3 */
@media only screen and (min-width: 769px){
    footer .dk-inline img {
        display: inline-block;
        width: 15%;
        padding: 45px 0px;
    }
}
@media only screen and (max-width: 768px) {
    .ps-register-form .button{
width:auto;
}

    .contact-pad {
    padding-top: 0em;
}
    .follow-bg .main-sub-heading {
    text-align: center;
}
.serv-pad{
padding-top:60px;
}
.phone-btn{
    color: #000!important;
    font-size: 18px;
}
.header-buttons .fi-telephone:before {
    padding-right: 6px;
    color:  #ea3e19;
}
.header-social-media-icons li a {
    color:#ea3e19;
}
.section2 {
    padding: 0px 0 40px 0;
}
#sub-head {
    text-align: center;
}
    header {
    position: relative!important;
    }
    .adjust-img {
    text-align: center;
}
.adjust-text {
        text-align: left;
        padding-top: 40px;
}
.abt-txt h1{
text-align: center;
}
.abt-pad{
position: relative;
    left: 170px;
}
    .main-sub-heading {
    text-align: left;
}

.row-pad{
 text-align: center;
}

.abt-txt{
padding-top:10px;    
}
.abt-img img{
 width:66%;    
}
    /* Typography */
    h1, h3{
        padding:15px 0;
    }
    /* Typography - Ends */
    
    .juicer-plugin-title {
        padding-bottom:0px;
    }
    ul.social-media-icons li a {
        padding-left: 5px;
    }
    .newsletter .subscribe {
        width: 195px;
    }
    .newsletter {
        padding: 0;
        text-align: center;
    }
    .newsletter-section {
        padding-top: 25px;
    }
    .address-section {
        border-bottom: 0px solid #b4b4b4;
    }
    .logo-container{
    float:none;
}
    /* Typography */
    h1, h3{
        padding:15px 0;
    }
    /* Typography - Ends */
    
    .juicer-plugin-title {
        padding-bottom:0px;
    }
    .address-holder {
        line-height: 1.2em;
        padding: 20px;
        text-align:center;
    }
    .coaching{
        padding-top: 40px;
    }
    .text-pad{
    padding-right: 20px;
}
header .logo-container {
    border-bottom: 1px solid #CCD5D3;
}


} /* Media max-width:768px */

@media only screen and (max-width: 667px) {
    .accordion-ul, .accordion-ul2 {
        width: 80%;
        margin: auto;
    }
.abt-pad{
        left:140px;
    }
}

@media only screen and (max-width: 568px) {
    .newsletter-holder .newsletter {
        width: 100%;
        margin: 0 auto;
    }
    
    .newsletter label {
        width: auto;
    }
    
    .accordion-ul, .accordion-ul2 {
        width: 100%;
        margin: auto;
    }
    .abt-pad {
    left: 100px;
}
    
}
/* Icon */
@media only screen and (max-width:480px){
    ul.contact-info li {
        width: 100%;
    }
    .icon {
        margin: 0 33px;
        display: inline-block;
    }
    .abt-pad{
        left:60px;
    }
}

@media only screen and (max-width:420px){
 .contactus-page-type-wrapper div.form-container {
    padding: 0;
}   
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {  
    .newsletter .enter-email{
        line-height:28px;
        height:38px;
    }
}
@media only screen and (max-width:380px){
     .abt-pad{
        left:0px;
    }
    .contact-form {
    padding: 25px 8px;
    }
}
@media only screen and (max-width:360px){
.contact-form {
    padding: 21px 10px;
}
    
.contactus-page-type-wrapper div.form-container {
    padding: 8px;
}
}

@media only screen and (max-width:320px){
.contact-form {
    padding: 21px 0px;
}
    
.contactus-page-type-wrapper div.form-container {
    padding: 0px;
}
}

/* required for IE */
