/*  ================================
        global area start
    ================================ */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

.main-div {
    overflow: hidden;
    margin-bottom: 3000px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.banner-area img {
    width: 90%;
}

.logo img {
    width: 250px;
}

.banner-area {
    margin: 25px 0 15px;
}

.banner-area img {
    width: 100%;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        header area start
    ================================ */

.why-us {
    width: 20%;
    float: left;
}

.why-us h3 {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
    display: block;
    text-transform: uppercase;
}

.why-us i.fa {
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
}

.support-box {

    background-color: #005e85;
}

.support-box ul li {
    float: left;
    width: 25%;
    position: relative;
    border-right: 1px solid #D1D1D1;
    padding: 10px 0;
    border-left: 0;
}

.support-box ul li:last-child {
    margin-right: 0;
}

.service-box {

    width: 80%;
    float: left;
}

.service-left {
    width: 24%;
    float: left;
    text-align: right;
}

.service-left i {
    font-size: 30px;
    color: #fff;
}

.service-right {
    width: 76%;
    font-weight: 600;
    float: right;
    padding: 4px 10px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.header-wraper {
    margin: 30px 0 0;
}

.satisfacation {
    text-align: right;
}

.satisfacation img {
    width: 100px;
    margin-right: 10px;
}

.footer-logo img {
	width: 250px;
	position: relative;
	top: 15px;
}

.ta img {
	position: relative;
	top: 31px;
}

.header-area {
    margin-top: 30px;
}

/*======================== Menu Design ==================*/

.menu-container {
    margin: 0 0 30px;
    text-align: center;
}

#navbar {
    background-color: #005e85;
    padding: 5px 0;
    text-align: center;
}

#menu-switcher,
.navbar-header > label,
.switch {
    display: none;
}

.menu-container label::before {
    border-bottom: 2px solid #EF8918;
    box-shadow: 0 5px 0 0 #EF8918, 0 0 0 0 inset, 0 -5px 0 0 #EF8918;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.switch {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.menu-container label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 20px;
    top: -45px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #EF8918;
}

#navbar ul {
    display: inline-flex;
}

#navbar ul li {
    display: inline-block;
}

#navbar ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.5s;
    padding: 12px 20px;
    letter-spacing: 1px;
}

#navbar ul li a i.fa {
    margin-right: 5px;
}


#navbar ul li a:hover {
    background-color: #EF8918;
    color: #fff;
}

/* menu part end */

/*  ================================
        header area end
    ================================ */

.Product-title-area {
    background-color: #005e85;
}

.pro-title {
    background-color: #005e85;
    border-radius: 5px;
    padding: 30px 0;
    text-align: center;
}

.pro-title h3 {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    line-height: 1.4;
    font-weight: 700;
}

.dis-heading {
    background-color: #000;
    border-radius: 0;
    margin: 10px 0;
    padding: 15px 0;
}

.dis-heading h3 {
    font-size: 24px;
    color: #FF0000;

}

/*  ================================
        product area start
    ================================ */
.price {
    background-image: url(../images/template/icon-rrp.webp);
    height: 118px;
    width: 120px;
    background-position: center center;
    background-size: contain;
    float: right;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 160px;
}

.price span {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
}

.banner {
    margin: 25px 0 20px;
}

.box-area h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-content {
    padding: 10px 0 0;

}

.pro-img {
    padding-bottom: 0;

}

.pro-img .col-sm-6 {
    padding-right: 10px;
    padding-left: 0;
}

.prn {
    padding-right: 0 !important;
}

.product-img {
    text-align: center;
    margin-top: 20px;
}

.pro-single-img {
    height: 542px;
    position: relative;
}

.pro-single-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;

}

.warranty {
    margin: 30px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.pro-features h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
}

.pro-content {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;

}

.pro-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 46px 0;
}

.pro-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
}

.pro-content h4 {
	font-size: 22px;
	color: #000;
	margin: 0 0 10px;
	font-weight: 700;
	width: 100%;
}

.pro-content h4 img {
	width: auto;
	margin-right: 10px;
	height: 35px;
}

.pro-content h4 i.fa {
    margin-right: 10px;
    font-size: 30px;
}

.pro-content h5 {
    font-size: 14px;
    color: #000;
    margin: 20px 0 10px;
    font-weight: 600;
}

.mrh h2 {
    margin: 15px 0 !important;
}

.pro-content ul li {
    padding: 3px 20px;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
}

.pro-content ul li::before { 
    position: absolute;
    content: "\f111";
    font-family: fontawesome;
    left: 1px;
    color: #000;
    font-size: 9px;
    top: 7px;
}

.pro-content ul.cross li::before { 
    position: absolute;
    content: "\f00d";
    font-family: fontawesome;
    left: 1px;
    color: red;
    font-size: 18px;
    top: 0;
}

ul.fab li::before {
    content: "\f00c";
    color: #ADCF3C;
    font-size: 18px;
	top: 0;
}

.border-box {}

.col-half {
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 37%;
    float: left;
    padding: 10px 30px 20px;
}

.stock-img {
    margin-top: 20px;
}

.stock-img img {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.stock-img p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.offer-img {
    width: 27%;
    float: left;
    margin: 14px 0;
    text-align: center;
}

.dec-table {
    width: 30%;
    float: left;
}

.box-des h1 {
    padding-left: 30px;
}

.box-area {
    margin: 10px 0;
}

.table_new {
    border: 1px solid #dcdcdc;
    border-left: none;
    border-bottom: none;
    width: 100%;
}

.table_new > tbody > tr > td:nth-child(1) {
    font-weight: bold;
}

.table_new tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 40px;
    border-top: none;
    border-right: none;
    color: #000;
    text-align: left;
    font-size: 14px;
}

tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.dec-table table,
.dec-table td {
    border: 1px solid #D1D1D1;
    font-size: 14px;
    font-family: 'Open Sans',
        sans-serif;
}

.dec-table td {
    padding: 9px 30px;
}

.dec-table tr:nth-child(2n) {
    background-color: #fff;
}

.buy-info {
    border: 1px solid #000;
    text-align: center;
    padding: 15px 0;
}

.buy-info i.fa {
    font-size: 30px;
}

.buy-info h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 5px auto;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.buy-info h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
}

.bpn {
    padding: 30px 0 0;
}

.recent-review p {
    margin: 0;
}

.recent-review {
    padding: 10px 20px;
    border: 1px solid #000;
    border-bottom: 0;
}

.rxb {
    border-bottom: 1px solid #000;
}

.review-btn {
    background-color: #005e85;
    color: #fff !important;
    padding: 15px 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    border-radius: 5px;
}

.pro-content p b img {
    width: 50px;
}

.eh h4 {
    font-size: 19px;
}

.pbn {
    margin-bottom: 0 !important;
}

/*  ================================
        product area end
    ================================ */

/*  ================================
        footer area start
    ================================ */

.footer-top {
    background-color: #005e85;
    margin-top: 30px;
}

.footer-widget h3 {
    padding: 50px 0 0;
    font-size: 26px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
}

.copy-right {
    background-color: #005e85;
    padding-bottom: 13px;
}

.copy-right p {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.f-ex {
    padding-bottom: 0;
}

.pay img {
    margin-top: 15px;
}

/*  ================================
        footer area end
    ================================ */