/*
Theme Name: Himmat Electric 2017
Theme URI: http://www.himmatelectric.com/
Description:  Himmat Electric 2017 WordPress Theme
Version: 1.0
Author: Esigners
Author URI: http://www.esigners.in/
Tags: white, blue, custom header, fixed width, two columns, widgets, fully responsive
*/

* {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

.Clear {
    clear: both;
}

.top-header {
    width: 100%;
    /* height: 38px; */
    margin: 0px auto;
    background: #56bde8;
}

.middle-top-header {
    width: 1000px;
    /* height: 38px; */
    margin: 0px auto;
}

.contact-information {
    min-width: 100px;
    width: auto;
    float: left;
    height: 38px;
    overflow: hidden;

}

.contact-information li {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    line-height: 35px;
    margin-right: 25px;

}

.social-details {
    float: right;
    min-width: 100px;
    width: auto;
    height: 38px;


}

.social-details span {
    color: #fff;
    font-size: 17px;
    float: left;
    line-height: 35px;



}

.social-details li {
    list-style: none;
    display: inline-block;
}

.social-details li img {
    margin-top: 5px;
}

.main-header {
    width: 100%;
    height: 99px;
    margin: 0px auto;
}

.middle-header {
    width: 1000px;
    height: 99px;
    margin: 0px auto;

}

.logo-panel {
    width: 220px;
    height: 75px;
    float: left;
    margin-top: 9px;

}

.nav {
    min-width: 100px;
    height: 99px;
    float: right;

}

.nav ul {
    padding: 0px;
    margin: 0px;
}

.nav ul li {
    list-style: none;
    display: inline-block;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    border-bottom: 5px solid transparent;

}

/*.nav ul li:hover::before{
    background: #54BFEB;
    width: 100%; height: 5px;
    background: #ffa521;
    content: "";
    position: absolute;
    margin-left: -11px;
    margin-top: 89px;
}*/

.nav ul li:hover {
    /*background:url(images/background%20images.jpg);
    background-repeat: repeat-x;*/
    color: #fff;
    background: #54BFEB;
    border-bottom: 5px solid #ffa521;
}

.nav ul li:hover a {
    color: #fff;
}

.nav ul li a {
    text-transform: capitalize;
    color: #000;
    letter-spacing: 2px;
    line-height: 94px;
    /* -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; */

}

/*.nav ul li.current_page_item {
    background: #54BFEB;
    color: #fff;
    border-bottom: 5px solid #ffa521;
    line-height: 94px;
    padding-right: 11px;
    padding-left: 11px;


}

.nav ul li.current_page_item a {
    color: #fff;
} */

/*.nav ul li.current_page_item::before
{width: 100%; height: 5px;
    background: #ffa521;
    content: "";
    position: absolute;
    margin-left: -11px;
    margin-top: 89px;
    color: #fff;
    display: block;
}
*/


/*nav drop down*/

/*1st sub level menu*/
#primary_nav_wrap ul li ul {
    position: absolute;
    top: 94px !important;
    left: 0px;
    /* no need to change, as true value set by script */
    _top: -1em;
    /* no need to change, as true value set by script */
    display: block;
    visibility: hidden;
    z-index: 999;
    padding: 0px;
    margin: 0px;
    background: #3d96bd;
    width: 250px;
    border: 1px solid #ffa521;
}

#primary_nav_wrap ul li:hover>ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#primary_nav_wrap ul li ul li {
    display: list-item;
    float: none;
    padding: 5px;
    margin: 0px;
    background: none !important;
    border-bottom: 1px solid #fff;
}

#primary_nav_wrap ul li ul li:last-child {
    border-bottom: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#primary_nav_wrap ul li ul li ul {
    left: 250px;
    /* no need to change, as true value set by script */
    top: 0px !important;
    padding: 0px;
    margin: 0px;
    position: absolute;
    background: #e75848;
}

#primary_nav_wrap ul li ul li ul li a {
    color: #fff;
}

#primary_nav_wrap ul li ul li ul li ul {
    background: #c13929;
}

#primary_nav_wrap ul li ul li ul li ul a {
    color: #111;
}

/* Sub level menu links style */
#primary_nav_wrap ul li ul li a {
    line-height: normal !important;
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 0 0 6px 0;
    text-decoration: none !important;
}

#primary_nav_wrap ul li ul li a:hover {
    color: #111;
    background: none;
}

.current_page_item a {
    color: #044733;
}

.current_page_item a:hover {
    color: #044733;
    /*    padding: 10px 12px 8px 11px;
*/
}

.sub-menu .menu-item {
    transition: none !important;
}

#primary_nav_wrap ul li a.navlast {
    background: none;
}



* html p#iepara {
    /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Holly Hack for IE \*/
* html #primary_nav_wrap ul li {
    float: left;
    height: 1%;
}

* html #primary_nav_wrap ul li a {
    height: 1%;
}

/*Navigation  End */






.banner {
    position: relative;
    width: 1000px;
    height: 355px;
    margin: 0px auto;
    margin: 8px auto 0px;
    background: #EFEFEF;
}

.banner img {
    float: right;
    max-width: 100%;
}

.banner-header {
    position: absolute;
    top: 30px;
    float: left;
    margin-left: 24px;
    height: auto;
    width: 5%;
    z-index: 1;
}

.banner-header h1 {
    text-transform: uppercase;
    color: #ffa521;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;

}

.banner-header span {

    color: #494949;
    font-size: 27px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;

}

.dot {
    width: 8px;
    height: 8px;
    float: left;
    background: #ffa521;
}

.banner-header ul {
    margin-top: 17px;
    margin-left: 20px;
}

.banner-header ul li {

    margin-top: 4px;
    list-style: square;
    color: #ffa521;

}

.banner-header ul li span {
    font-size: 18px;
    margin-left: 10px;
    line-height: 30px;

}

.banner-header ul li .dot {
    margin-top: 8px;
}

.banner-more {
    width: 108px;
    float: right;
    text-align: center;
    margin-top: 16px;
}

.banner-more a {
    font-family: "Raleway", sans-serif;
    background: #56bde8;
    font-weight: bolder;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    line-height: 36px;
}

.product-details {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 23px;
}

.product-leftpanel {
    width: 22%;
    height: 299px;
    float: left;
    margin-right: 21px;
    background: url(images/product1.jpg);
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-size: 100% 100%;

}

.black-opacity {
    width: 100%;
    height: 100%;
    background: rgba(76, 175, 80, 0.2);
}


.black-opacity span {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    font-family: "Raleway", sans-serif;
    margin-top: 122px;
    margin-left: 10px;
    float: left;
}


.product-more {
    width: 71px;
    height: 30px;
    float: left;
    background: #fff;
    text-align: center;
    margin-top: 7px;
    margin-left: 11px;
    clear: both;


}

.product-more span {
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    color: #ffa521;
    margin-top: 0px;
    margin-left: 12px;

}

.product-rightpanel {

    width: 75%;
    height: auto;
    overflow: hidden;
    float: right;

}

.product-tow {
    width: 55%;
    height: 139px;
    float: left;
    margin-right: 25px;
    margin-bottom: 21px;
    background: url(images/product2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.product-three {
    width: 41%;
    height: 139px;
    float: left;
    margin-bottom: 21px;
    background: url(images/product5.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.product-four {
    width: 41%;
    height: 139px;
    float: left;
    margin-right: 25px;
    background: url(images/product4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.product-five {
    width: 55%;
    height: 139px;
    float: left;
    background: url(images/product3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.product-leftpanel:hover,
.product-tow:hover,
.product-three:hover,
.product-four:hover,
.product-five:hover {
    background-size: 120% 120%;
}

.name {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin-left: 10px;
    line-height: 0px;
    float: left;
    margin-top: 59px !important;
    text-transform: uppercase;

}

.black-opacity .more {
    width: 71px;
    height: 30px;
    clear: both;
    float: left;
    background: #fff;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px;
}

.black-opacity .more a {
    color: #ffa521;
    font-weight: bold;
    font-size: 15px;
    line-height: 29px;
    font-family: "Raleway", sans-serif;


}

.welcome-panel {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 23px auto 0px;
}

.welcome-left-panel {
    width: 67%;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
    float: left;
    -vendor-animation-duration: 5s;
    /*This is the animation duration */
    -vendor-animation-delay: 5s;
    -vendor-animation-iteration-count: infinite;


}

.welcome-right-panel {

    float: right;
    height: 315px;
    width: 30%;
    -vendor-animation-duration: 5s;
    /*This is the animation duration */
    -vendor-animation-delay: 5s;
    -vendor-animation-iteration-count: infinite;



}

.welcome-right-panel img {
    float: right;
    height: 281px;
    margin-top: 64px;
    width: 299px;

}

.welcome-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    float: left;
    margin-top: 15px;


}

.welcome-header h1 {
    text-transform: capitalize;
    color: #ffa521;
    font-weight: bolder;
    font-size: 30px;
    font-family: "Raleway", sans-serif;


}

.welcome-header span {
    font-size: 25px;
    color: #000;
    font-family: "Raleway", sans-serif;


}

.welcome-content {
    width: 100%;
    height: auto;
    overflow: auto;
    float: left;

}

.welcome-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #000;
    line-height: 30px;
    float: left;
    padding: 5px;
    text-align: justify;

}

.welcome-more {
    width: 71px;
    height: 30px;
    float: right;
    background: #56bde8;
    text-align: center;


}

.welcome-more span {
    color: #fff;
    font-weight: bold;
    line-height: 29px;
    font-family: 'Open Sans', sans-serif;

}

.all-product {
    width: 1000px;
    margin: 25px auto 0px;

    height: auto;
    overflow: hidden;
}

.all-product span a {
    color: #ffa521;
}

.product-header,
.clients-header {
    width: 100%;
    min-height: 50px;
    height: auto;
    overflow: hidden;

    float: left;
    text-align: center;
}


.product-header span,
.clients-header span {
    font-size: 25px;
    color: #000;
    font-family: "Raleway", sans-serif;
}

.product-header h1,
.clients-header h1 {
    text-transform: uppercase;
    color: #ffa521;
    font-weight: bold;
    font-size: 30px;
    font-family: "Raleway", sans-serif;

}

.all-product-thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.thumb,
.inner-thumb {
    box-shadow: 0 0 2px 1px #888888;
    /* float: left; */
    height: 330px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 20px;
    width: 22%;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;

}

.inner-thumb {

    margin-top: 25px;
    margin: 20px 10px 20px 10px;

}

.thumb:last-child,
.inner-thumb:last-child {
    margin-right: 0px;

}

.more {
    width: 71px;
    height: 30px;
    margin: 10px auto 0px;
    text-align: center;
    background: #56bde8;


}

.more a,
.client-more a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;

}


.image-panel {
    width: 100%;
    height: 185px;
    margin: 0px auto;

}

.about-product-panel:hover img,
.inner-thumb:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);


}

.image-panel img {
    width: 100%;
    height: 100%;

    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(0%);
    -0-filter: grayscale(0%);
    filter: grayscale(0%);

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.thumb span {
    color: #ffa521;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 46px;

}

.thumb .ThumbHd {
    color: #ffa521;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 46px;
}

.thumb p {
    font-size: 16px;
    color: #424242;
    line-height: 24px;

}

.our-client {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0px
}

.our-client ul {
    padding: 0px;
    margin: 0px;
    clear: both;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 15px;
}

.our-client ul li {
    list-style: none;
    width: 22%;
    height: 86px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin:5px;
    box-shadow: 0 0 2px 0 #888888;

}

.our-client ul li:last-child {
    margin-right: 0px;
}

.our-client ul li img {
    width: 100%;
    height: 100%;

}

.client-more {
    width: 70px;
    height: 30px;
    margin: 20px auto 0px;
    clear: both;
    background: #56bde8;
    text-align: center;
}


.footer {
    width: 100%;
    margin: 45px auto 0px;
    background: #dadada;
    height: auto;
    overflow: hidden;


}

.middle-footer {
    width: 1000px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;

}

.copyright-section {
    width: 100%;
    /* height: 64px;
    float: left; */
    background: #fff;
}

.middle-copyright-section {
    width: 90%;
    height: 64px;
    margin: 0px auto 0px;
}

.footer-nav {
    float: left;

    /* height: 64px; */
    /* width: auto;
    overflow: hidden; */
    margin-top: 20px;

}

.footer-nav ul {
    padding: 0px;
    margin: 0px;

}

.footer-nav ul li {
    list-style: none;
    display: inline-block;
    line-height: 75px;

}

.footer-nav ul li a {
    text-transform: uppercase;
    color: #cdcdcd;
    margin-right: 22px;

}

.right-panel {
    float: right;
    /* height: 64px;
    width: auto;
    overflow: hidden; */
    margin-top: 20px;
}

.right-panel span {
    color: #cdcdcd !important;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* line-height: 75px !important; */

}

.our-categories,
.address {
    min-width: 200px;
    width: auto;
    height: auto;
    overflow: hidden;

    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;


}

.address {
    float: right !important;

}

.our-categories .header,
.address .header {
    font: 16px;
    font-weight: bolder;
    color: #777474;
    text-transform: uppercase;


}

.our-categories ul,
.address ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.our-categories ul li,
.address ul li {
    line-height: 26px;
    color: #9e9c9c;
}

.our-categories ul li a {
    line-height: 26px;
    color: #9e9c9c;
    text-transform: uppercase;
}

.our-categories ul li a:hover {
    text-decoration: underline;
}

.address ul li {
    line-height: 33px;

}



.right-panel span {
    color: #cdcdcd !important;
    font-size: 13px !important;
    letter-spacing: 2px;
    /* line-height: 38px; */
    text-transform: uppercase;
}

.inner-content {
    width: 1000px;
    min-height: 200px;
    height: auto;
    /* overflow: hidden; */
    margin: 25px auto 0px;
}

.inner-left-panel {

    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.inner-right-panel {
    width: 22%;
    height: auto;
    overflow: hidden;
    float: right;
    padding: 5px;

}

.innner-header {

    width: 100%;
    height: 50px;
    float: left;

}

.innner-header span {
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    line-height: 89px;
    color: #ffa521;
    font-family: "Raleway", sans-serif;
}

.content {

    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 10px;


}

.content p {
    margin-top: 20px;
    line-height: 30px;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: justify;
}

.about-product-panel {
    width: 222px;
    min-height: 330px;
    float: left;
    box-shadow: 0 0 5px 1px #888888;
    margin-top: 36px;
    text-align: center;
    height: auto;
    overflow: hidden;

}

.about-product-panel span,
.inner-thumb span,
.inner-thumb .ThumbHd a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffa521;
    line-height: normal;
}

.about-product-panel span a,
.inner-thumb span a,
.inner-thumb .ThumbHd a {
    color: #ffa521;
}

.about-product-panel p,
.inner-thumb p {

    color: #424242;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}


.product-inner {
    margin-top: 0px;

}

.product-inner-header span {
    line-height: 33px;
}

.about-more {
    float: right;
    margin-top: 22px;

}

/*.more span{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;


}*/
.contact-header {

    margin-top: 25px;
}

.contact-header span {

    color: #ffa521;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 56px;
    text-align: left;
    text-transform: capitalize;
}

input[type="text"] {

    width: 95%;
    height: 45px;
    float: left;
    background: #e7e7e7;
    border: none;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

input[type="email"] {

    width: 95%;
    height: 45px;
    float: left;
    background: #e7e7e7;
    border: none;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

input[type="tel"] {

    width: 95%;
    height: 45px;
    float: left;
    background: #e7e7e7;
    border: none;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

textarea {

    width: 95%;
    height: 170px;
    float: left;
    background: #e7e7e7;
    border: none;
    padding: 10px;
    font-size: 18px;
    margin-top: 20px;
    resize: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

input[type="submit"] {
    background: #56bde8;
    border: none;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus {
    border: 1px solid #ff0000;
}

textarea:focus {
    border: 1px solid #ff0000;

}

.contact-details {


    border: 1px solid;
    height: 114px;
    margin: 10px auto;
    width: 91%;
    text-align: left;
}

.contact-addres-panel span,
.contact-phone-panel span,
.contact-email-panel span {
    text-align: left !important;
    float: left;
    margin-left: 10px;

}

.contact-addres-panel p,
.contact-phone-panel p,
.contact-email-panel p {
    text-align: left !important;
    clear: both;
    margin-left: 10px;
    float: left;

}

.contact-email-panel p {
    line-height: 22px;
    margin-bottom: 10px;
}

.contact-inner-leftPanel {
    width: 50%;
}

.contact-inner-rightPanel {
    float: right;
    height: auto;
    overflow: hidden;
    padding: 5px;
    width: 46%;
}

.contact-right-panel {
    width: 100%;

}

.contact-addres-panel,
.contact-phone-panel,
.contact-email-panel {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contact-more {
    float: right;
    margin: 10px 0 0 0;
}


.productName-image-cover {
    width: 220px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    min-height: 240px;
    margin-right: 20px;
    padding: 10px;


}

.productName-image {


    width: 99%;
    height: 220px;
    margin: 0px auto;
    box-shadow: 0 0 5px 1px #888888;

}

.productName-image img {
    width: 100%;
    height: 100%;
}

.productName-image-cover ul {
    padding: 0px;
    margin: 0px;
}

.productName-image-cover ul li {
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 26px;
    margin-top: 20px;
    border: 1px solid #ccc;
    list-style: none;
    background: url(images/thum-img-1.jpg);
    background-size: 100% 100%;
}

.productName-image-cover ul li:last-child {
    margin-right: 0px;
}


.productName-content {
    width: 64%;
    min-height: 200px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 30px;
}

.productName-content .header {

    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    float: left;

}

.productName-content .header span {

    font-weight: bold;
    text-transform: uppercase;
    color: #ffa521;
    font-size: 17px;

}

.productName-content p {
    font-size: 15px;
    color: #424242;
    line-height: 25px;


}


.productDetails-more {
    float: left;
    width: 171px;
    height: 31px;
    background: #56bde8;
    text-align: center;
    margin-top: 20px;
}


.productDetails-more a {
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: bold;
}

.product-details-content {
    width: 73%;
}


.Table-Container {
    padding: 30px 0 0;
}

.Table-Container table td {
    padding: 5px 0 5px 10px;
}

.PepelCon {
    padding: 0px;
}

.PepelCon h4 {
    font-size: 15px;
    color: #56bde8;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.PepelCon ul {
    margin-top: 8px;
    margin-left: 20px;
}

.PepelCon ul li {
    list-style: square;
    color: #ffa521;
    padding: 5px 0;
}

.PepelCon ul li a {
    color: #494949;
    font-size: 18px;
}

.PepelCon ul li a:hover {
    text-decoration: underline;
}

.PepelCon ul li ul li {
    list-style: square;
    color: #56bde8;
}




/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* End Images */

.product-inner h4 {
    color: #1778a0;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 0;
    text-transform: uppercase;
}

.product-inner .ThumbHd {
    padding: 20px 0 0;
}

.product-inner a {
    line-height: normal !important;
}

.application-form label {
    margin: 20px 0;
    display: block;
}

.application-form textarea {
    width: 100% !important;
}

.application-form input {
    width: 100% !important;
    height: 30px;
    /* float: left; */
    background: #e7e7e7;
    border: none;
    padding: 0px;
    font-size: 15px;
    margin: 0px;
}

.subbtn .button {
    width: 115px;
    height: 25px;
    background: #56bde8;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}

.footer-nav span{
    color: #cdcdcd !important;
    font-size: 13px !important;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
}

.footer-nav span a{
 color: #000;
}

.contact-inner-leftPanelmap{
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.contact-inner-rightPanelmap{
    float: right;
    height: auto;
    overflow: hidden;
    width: 46%;
}