
body {
    width: 100%;
    height: 100%;
    font-family: Arial, Verdana;   /* 'Lato',sans-serif; */
	font-weight: 500;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px; 
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}


.red-color{		
		font-family: Arial;
		color:#000;
		font-size:14px;
		font-weight:bold;
	}
a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

a.white-clr{
    color: #fff;
}

a.white-clr:hover{
    color: #fff;
}

.img-responsive{
    max-width: 100%;
}


.text-center{
    text-align: center;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
	clear:both;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.container{
        width: 90%;
    margin: 0 auto;
    font-size: 14px;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 30px; /* 110px */
    padding-bottom: 20px;  /*  110px */
	display:block;
    position:relative;
    z-index:120;

}
.section-heading h2 {
	font-size: 24px;  /* 40px */
    padding-bottom: 10px;
    text-align: center;
}
.section-heading i {
	margin-bottom: 10px;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
    background-size: cover;
    height: auto;
    padding-bottom:60px: 
}

.product_intro {
	
}

#intro.intro {
    height: 600px;
	padding-top: 160px;
   
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h1 {
	color: #FFF;
	text-shadow: none;
	font-size: 40px;
	line-height: 49px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
	padding-top:30px;
}


.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 30px;
	line-height: 26px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
	padding-top:10px;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
    color: #333;
	margin:5px;
}

.boxed-grey:hover {
-webkit-box-shadow:0px 5px 62px 0px rgba(0, 0, 0, 0.15);
box-shadow:0px 5px 62px 0px rgba(0, 0, 0, 0.15);
background:#fff;
-webkit-transition:all 0.3s ease-out 0s;
-moz-transition:all 0.3s ease-out 0s;
-ms-transition:all 0.3s ease-out 0s;
-o-transition:all 0.3s ease-out 0s;
transition:all 0.3s ease-out 0s;
}

.boxed-grey h4{
   font-weight: 600;
}

.boxed-grey p{
 text-align: left;
 font-size: 14px;
 padding-top: 10px;
}


.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	
	margin-bottom: 10px;
	font-size:14px;
}

/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}

/* ===========================
--- Footer
============================ */

.footer {
	text-align: left;
	padding-top:50px;
    padding-bottom: 15px;
    background-color:#272c34;	
}

.footer p {
	color: #f8f8f8;
}

.footer-bottom{
    padding-top: 15px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
}

.credits, .credits a {
    color: #5f5f5f;
    font-weight: 500;
}

#text {
    color: #fff;    
}

#map {
	height: 500px;
}
/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}		
}

.align-center {
	text-align:center;
	background-color:#fff;
	color:#000;
	padding:25px;
	margin-top:20px;
	margin-bottom:20px;
    margin-left:8px; 
    margin-right:8px;	
}
.align-center  p {
	margin-top:10px;
	margin-bottom:30px;
}
.align-center:hover {
	border-bottom: 20px solid transparent;
	border-color:#2196F3;
	margin-top:0px;
	-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
-moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}

.buy/table-box {
	height: 298px;
    padding-top: 2px;
    margin-top: 12px
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: transparent;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Start Breadcrumb */
.breadcrumb-bg{
    width: 100%;
    background-color:#efefef;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color:#efefef;
	}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003e";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
	font-size:12px;
	font-weight:700;
}
/* End Breadcrumb */
.product-view{
	width:100%;	
	padding-top:20px;
	background-color:#fff;
	padding-bottom:20px;
}
.product_top_heading{
	width:100%;
	text-align:center;
	color:#333;  
    text-shadow: 2px 1px 4px #fff;
	font-family:Arial;	
	}
.product-view-left{
	width:22%;
	text-align:center;
	float:left;
}
@media screen and (max-width: 930px) {
.product-view-left{
	width:100%;	
	text-align:center;
}	
}

.product-view-left-btn{
    margin: 12px;
}

.product-view-left-money-back{
    margin-top: -10px;   
}

.product-view-left-money-back p{
    font-size: 15px;
    font-weight:600;
}

.product-view-right{
	width:63%;
	float:left;
}

@media screen and (max-width: 1100px) {
    .product-view-right{
    width:76%;
    float: right; 
}
}

@media screen and (max-width: 930px) {
	.product-view-right{
	width:100%;	
}
}

.product-view-right p{
   font-size: 14px;
   font-weight:normal;
}

.product-view-right-ul{
    width:14%;
    float: right;
/*    margin-top: -460px;
    margin-right: -85px;*/

}
@media screen and (max-width: 1100px) {
.product-view-right-ul{
    width: 100%;
}
}

.product-view-right-ul ul{
    list-style-type: none;
    text-decoration: initial;
    float: left;
    padding-top:12px;
    padding-left:5px;
    padding-right:5px;
    width:80%;
}

@media screen and (max-width: 1100px) {
   .product-view-right-ul ul{
    width:100%;
} 
}

.product-view-right-ul ul li{ 
    float: unset;
    text-align: center;
    border: 1px dotted #d4d4d4;
    margin: 2px;
    padding-top: 6px;
}

@media screen and (max-width: 1100px) {
.product-view-right-ul ul li{ 
    float:right;
    width: 18%; 
}
}

.product-view-right-ul ul li:hover{ 
   background-color: #bdd7ec;

   transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}


.product-view-right-ul ul li p{ 
    font-size: 10px;
    line-height: 12px;
}

.product-view-right-dw-btn{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}

.product-view-right-dw-btn img{
    padding-right: 40px;
}

@media screen and (max-width: 597px) {
  .product-view-right-dw-btn img{
    margin-bottom:10px;
}  
}
.why_cnt_pr{
font-family: Arial, Verdana,Helvetica, sans-serif;
font-size:14px;
line-height:24px;
font-weight:normal;
color:#504f4f;
padding-left:20px;
}

.footer-content-heading{
font-family:inherit;
font-size:18px;
line-height:20px;
font-weight:600;
padding-top: 10px;
}

.footer-contact-heading{
font-family:inherit;
font-size:18px;
line-height:3px;
font-weight:600;
padding-top: 10px;
padding-bottom: 0px;
}

.footer-content-des{
font-family:inherit;
font-size:14px;
line-height:22px;
font-weight:normal;
padding-bottom:0px;	
text-align: left;
}

.footer-content-title{
font-family: inherit;
font-size:14px;
line-height:16px;
padding-top: 3px;
}

.footer-contact-title{
font-family: inherit;
font-size:14px;
line-height:10px;
padding-top: 5px;
}

.footer-content-sub-title{
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
}

.footer-contact-sub-title{
    font-family: inherit;
    font-size: 14px;
    line-height: 12px;
}

/* Start Tab */
.tab {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #f1f1f1;
	
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
	font-weight:600;
}
@media screen and (max-width: 344px) {
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;	
}	
	
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
	
}

/* Create an active/current tablink class */
.tab button.active {
    background-color:#67b0d1;
	
}

/* Style the tab content */
.tabdesc {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
	
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

.topright:hover {color: red;}
/* End Tab */

/** Start client logos **/

#clients {
  display: block;
  margin-bottom: 15px;  
  text-align:center;
  background-color:#f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px; 
}

#clients .clients-des{
	padding-top:10px;
	font-family:Arial,Verdana;
	font-size:15px;
	text-align:justify;
	line-height:24px;	
	color:#333;
	
}

#clients .clients-wrap {
  display: block;
  width: 95%;  
  margin: 50px auto;
  overflow: hidden;  
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  background-color:#ffffff;
  box-shadow:2px 2px 12px gray;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 130px;
  height: 70px;
  line-height: 55px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 1.5;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 0.65;
}


/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/** End client logos **/

/* Start Clients Testimonials */
.cont_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align: center;	
	padding-top:20px;
	padding-bottom:30px;
}

.cooment{
	background-image:url("../images/client-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
	width:100%;
	height:auto;
	padding-top:100px;	
	padding-bottom:100px;	
}

carousel-indicators .active{ 
	background: #31708f;
} 
.content{ 
	margin-top:20px; 
} 
.adjust1{
	float:left; 
	width:100%; 
	padding: 40px;
} 
.adjust2{
	margin:0; 
	padding-left:2px;
	padding-right:2px;
	font-family:Arial, Verdana;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#000;
} 

/* End Clients Testimonials */

.our-mission{
	width:100%;
	background-color:#fff;	
	text-align:center;
	margin-top:8em;
	margin-bottom:8em;
}

@media screen and (max-width: 767px) {
  .our-mission{
    margin-top:2em;
    margin-bottom:2em;
    }  
}

.our-mission-text-p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color:#5a5a5a; 
    padding-top:24%;
    padding-bottom:24%;
    padding-left:4%;
    padding-right:4%;
}

@media screen and (max-width: 767px) {
.our-mission-text-p{
    padding-top:5%;
    padding-bottom:5%;
    padding-left:2%;
    padding-right:2%;
    }
}

.our-mission-pic{
    margin-left:6em; 
}

@media screen and (max-width: 910px) {
.our-mission-pic{
    margin-left:0em; 
}
}

.our-mission-text{
	font-family:Verdana,Arial;
	font-size:15px;
	color:#333;	
	line-height:24px;	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.our-mission-border{
	border:solid #f3f3f3;
	background-color:#f8f8f8;
}

.why-choose-us{
	width:100%;
	background-image:url("../images/why-choose-us.jpg");
	background-attachment: fixed;
    background-size: cover;
	text-align:center;	
	padding-top:160px;	
	padding-bottom:160px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
	font-weight:600;
    transition: 0.4s;
	border-radius:10px;
	margin-bottom:5px;
	box-shadow:1px 1px 0px grey;
}

.active, .accordion:hover {
    background-color: #fff; 
}

.faq {
    padding: 0 18px;
    display: none;
   
}

.faq-answer{
	background-color:#FFE57F; 
	padding-left:20px;
	padding-right:20px;
	color:#000;
	border-radius:10px;
	font-size:15px;
	font-weight:500;
}

.box_notes{
	color:#333;
	font-family:Arial,Verdana,Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
    background-color: #e8e8e8ad;
	padding:20px;
    margin-left:20px;
    margin-right:20px;
    border: 1px dashed #94cdff;
}

.buy-notes-box{
    font-size: 16px;
    font-weight: 400;
}
.table tr th {
	text-align:center;
	background:#00517c;
	color:#FFF;
	font-size:18px;
	vertical-align: middle;
}
.table > tbody > tr > td {
	padding:10px 15px;
	text-align:center;
}
.table tr td span {
	color:#8bbe00;
	text-transform:uppercase;
	font-size:20px;
}
.table tr td strong {
	color:#8bbe00;
	font-size:20px;
	font-weight:normal;
}
/*Temp menu */
 * {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    margin: 15px 0;
}

/*
 LEVEL ONE
 */
ul.dropdown {
    position: relative;
}

ul.dropdown li {
    font-weight:bold;
    float:left;
    background:#000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;   
    margin:1px;
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

ul.dropdown a:hover {
    background-color:#ffffff;
	color: #000;
	
}

ul.dropdown a:active {
    color: #ffa500;
}

ul.dropdown li a {
	
    display: block;
    padding: 15px 15px;
	background-color:#cfd8dc;
    color: #000;
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

ul.dropdown li:last-child a {
    border-right: none;
	
}
 /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	
    background: #BDBDBD;
    
    position: relative;
    color:#ffffff;
}

ul.dropdown li.hover a {
	
    color: #ffffff;
    font-weight:bold;
	
}

/*
 LEVEL TWO
 */
ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #909090 repeat-x top left;
    color: #000;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
}

/*
 LEVEL THREE
 */
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

/*Temp menu */

.specifications{
width:100%;
height:auto;
padding-top:10px;
text-align:center;
padding-bottom:10px;
background-color:#ffffff;
}

.specifications_center{
width:100%;
height:auto;
text-align:center;
background-color:#E0E0E0;   
}

.specifications_right{
width:100%;
height:auto;
float:left;
background-color:#ffffff;
padding-left:10px;
}

.specifications_heading{
font-family:Arial, Verdana,Helvetica, sans-serif;
font-size:28px;
line-height:30px;
font-weight:bold;
color:#53555c;
padding-bottom:0px;
}

.specifications_des{
height:auto;
font-family:Arial, Verdana,Helvetica, sans-serif;
font-size:14px;
color:#333;
padding-bottom:0px; 
text-align:left;    
}

/* Bottom to Top */
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #2171b8;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #b9b9b9;
    color: #2171b8;
}
/* Bottom to Top */

/*Start Products Tabs*/
.tab .nav-tabs{
    border: none;
    margin: 0;
}

.tab .nav-tabs li{
 width: 20%;
}
.tab .nav-tabs li a{
    padding: 10px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #727cb6;
    border: 1px solid #727cb6;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab .nav-tabs li:hover a:after,
.tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab .tab-content{
    padding: 0px 0px;
    margin-top: 20px;
    font-size: 17px;    
    letter-spacing: 1px;
    line-height: 30px;
    background:#fff ;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
}


/*End Products Tabs*/

/*Start Buy Now page*/

.pricingTable{
    text-align: center;
    box-shadow: 0px 0px 10px 1px #c7c7c7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pricingTable .pricingTable-header{
    padding: 30px 0;
    background: #2171b8;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-header{
    background: #09b2c6;
}
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px;
}
.pricingTable .pricingTable-header:before{
    left: 40px;
}
.pricingTable .pricingTable-header:after{
    right: 40px;
}
.pricingTable .heading{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin:-50px 40px 30px 40px;
    background-color:#00517c;
    padding-top:20px;
    padding-bottom:20px;
    border: 1px solid #fff;
}
.pricingTable .price-value{
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .price-value{
    color: #fff;
}
.pricingTable .currency{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -19px;
}

.offer-till{
    color: #fff;
    font-size: 18px;
}

.offer-line-through{
    color: #fff;
    font-size: 20px;
    text-decoration: line-through;
}

.pricingTable .month{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase;
}
.pricingTable .pricing-content{
    padding-top: 50px;
    background: #fff;
    position: relative;
}
.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px;
}
.pricingTable .pricing-content:before{
    left: 40px;
}
.pricingTable .pricing-content:after{
    right: 40px;
}
.pricingTable .pricing-content ul{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}
.pricingTable .pricing-content ul:before,
.pricingTable .pricing-content ul:after{
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom,#818282 50%,#727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after{
    background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%);
}
.pricingTable .pricing-content ul:before{
    left: 44px;
}
.pricingTable .pricing-content ul:after{
    right: 44px;
}
.pricingTable .pricing-content ul li{
    font-size: 15px;
    font-weight: bold;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}
.pricingTable .pricing-content ul li:last-child{
    border-bottom: none;
}
.pricingTable .read{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #2171b8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
}
.pricingTable .read:hover{
    text-decoration: none;
}
.pricingTable:hover .read{
    background: #09b1c5;
}
@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}
/*End Buy Now page*/

/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

/*Our skill*/
.counter-bg{
    padding-top: 60px;
    padding-bottom: 80px;
}
.counter-margin{
    padding: 40px;
    border: 2px solid #fff; 
}
.counter-value {    
    font-size: 40px;
   line-height:1.5em;
   text-align:center; 
   background-color:#006498;
   color: #fff;
   border-radius: 20px;
   box-shadow: 0px 1px 10px 0px #908e8e;

 }
  .counter-value:after {
   content: attr(data-desc);
    display:block;
    text-transform:uppercase;
    font-size: 18px;
    line-height:1.2em;
  }

/*Our skill*/

.btn-more-src{
    padding: 15px;
    background-color: #2171b8;
    color: #fff;
}
.btn-more-src:hover{
    background-color: #7ab9f1;
    color: #000;
}

.btn-read-more{
    padding: 10px;
    background-color: #2171b8;
    color: #fff;
    border-radius: 28px;
}
.btn-read-more:hover{
    background-color: #7ab9f1;
    color: #000;
}

.product-box-outer{
    border: 1px solid #a2a2a2;
    width: 100%;
    height: 250px;
    margin: 5px;
}

@media screen and (max-width:1199px){
   .product-box-outer{    
    height: 444px;   
} 
}

@media screen and (max-width:767px){
   .product-box-outer{    
    height: auto;   
} 
}

.product-page-inner-box{
    width: 100%;
    height: 300px;
}

.product-inner-box-img{
    max-width: 175px;
    height: auto;
    margin-top: 10px;
}

@media screen and (max-width:1199px){
   .product-inner-box-img{
    max-width: -webkit-fill-available;
    height: auto;
    margin-top: 51px;
}
}

@media screen and (max-width:767px){
   .product-inner-box-img{ 
    margin-top: 0px;
}
}

.product-inner-heading{
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    line-height: 22px;
}
.product-btn-margin{
    margin: 6px;
}

.overview_desc{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #484848;
    margin: 10px;
    text-align: justify;
}

.overview_outer_box{
    width: 100%;
    border: 1px dashed #2799ff;
    margin: 5px;
    padding: 10px;
}

.overview_heading{
    font-size: 26px;
    line-height: 24px;
    font-weight: 600;
    padding: 8px;
    text-align: center;
}

.overview_sub_heading{
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;   
    padding-bottom: 5px;
}

.overview_sub_p{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.res-box{
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 1px 1px 12px grey;
}

.res-box-title{
    font-size: 60px;
    padding-top: 20px;
    color: #23a0d8;
    text-align: center;
    line-height: 50px;
}

.res-box-sub-title{
    font-size: 40px;
    color: #717070;
    text-align: center;
}

a.clr_blue{
    color:#2196F3;
    font-weight:normal;
}
a.clr_blue:hover{
    color:#9E9E9E;
}

.career-title{
    font-size:22px;
    line-height:22px;
    padding-top:20px;
    padding-bottom:10px;
    text-align:center;
}
.career-title-txt{
    font-size:18px;
    line-height:22px;
    text-align:center;
    padding-bottom:5px;
}
.career-light-ylw-box{
    background-color:#eef79ae3;
    padding:20px;margin:5px 0px 5px 5px;
}.career-light-blu-box{
    background-color:#a8e8ffab;
    padding:20px;
    margin:5px 0px 5px 5px;
    }
.career-pos{
    font-size:20px;
    line-height:22px;
    text-align:center;
    padding-top:10px;
}
.career-pos-desc{
    font-size:16px;
    text-align:center
}
.career-pos-loction{
    padding:30px;
    background-color:#e4e4e4;
    margin:5px 0px 5px 5px;
}

.contact-us-box{
    background-color:#fff;
    padding-top:10px;
    width:100%;
    height:auto
}

.partner_box_left{
    width:48%;
    height:100%;
    float:left;
    padding-top:20px;
    padding-bottom:20px;
    margin: 5px;
}
@media screen and (max-width:800px){
.partner_box_left{
    width:100%;
    height:auto;
    padding-top:0;    
    }
}

.partner_box_right{
    width:48%;
    height:100%;
    float:right;
    padding-top:20px;
    padding-bottom:20px;
    margin: 5px;
}
@media screen and (max-width:800px){
.partner_box_right{
    width:100%;
    height:auto;
    padding-top:0;    
    }
}

.partner_box_cnt{
    background-color:#f3f3f3;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:5px
    }
.partner_box_cnt_title{
    font-size:18px;
    color:#333;
    padding-top:10px;
    padding-bottom:5px
}

.partner_box_img{
    padding-top:20px;
    text-align:center
}

.partner_box_right1{
    width:45%;
    height:100%;
    float:right;
    padding-top:20px;
    margin-top:20px;
    margin-right:25px;
    background-color:#fff
}
@media screen and (max-width:600px){
.partner_box_right1{
    width:100%;
    height:auto;
    float:none;
    padding-top:0;
    margin-top:0;
    margin-right:0
    }
}

.form-horizontal .btn[type=submit],.form-group .form-control:last-child{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px
    }
.btn-group .btn:last-child{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.form-horizontal .form-group{
    margin-left:0;
    margin-right:0
}
@media screen and (max-width:771px){
#adv-search{
    width:200px;
    margin:8px auto
}
.dropdown.dropdown-lg{
    position:static!important
}
.dropdown.dropdown-lg .dropdown-menu{
    min-width:300px
}
}

.heading1,.product_desc p{
    text-align:center
}

.tabs-news-right>.nav-news-tabs>li{
    float:none
}
.tabs-news-right>.nav-news-tabs{
    background-color:#e0e0e0;
    margin-bottom:20px;
    text-align:center;
    float:right;
    margin-left:19px;
    border-left:1px solid #ddd
}
.tabs-news-right>.nav-news-tabs>li>a{
    color:#000;
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border-bottom:1px solid
}
.tabs-news-ight>.nav-news-tabs>li>a:focus,.tabs-news-right>.nav-news-tabs>li>a:hover{
    border-color:#eee #eee #eee #ddd;
    border-bottom:1px solid #000
}
.tabs-news-right>.nav-news-tabs .active>a,.tabs-news-right>.nav-news-tabs .active>a:focus,.tabs-news-right>.nav-news-tabs.active>a:hover{
    color:#000;
    padding-right:40px;
    font-weight:700
}
.news-contain-left{
    width:85%;
    float:left
}
.news-button{
    display:inline-block
}
.news-button a{
    color:#000;
    padding:8px 16px;
    text-decoration:none;
    font-size:18px
}
.news-button-center{
    text-align:center;
    padding-bottom:20px
}
.pagination__controls{
    text-align:center
}
.pagination__controls a{
    color:#000;
    font-size:16px
}
@media only screen and (max-width:445px){
    .pagination__controls{
        text-align:center
    }
    .pagination__controls a{
        color:#000;
        font-size:12px
    }
}

.background_color,.news{
    width:100%;
    height:auto
}
.news_date,.news_des,.news_product{
    line-height:20px
}

.news_heading{
    font-size:24px;
    font-weight:700;
    color:#53555c;
    text-align:center
}
@media screen and (max-width:500px){
    .news_heading{
        font-family:Arial,Verdana,Helvetica,sans-serif;
        font-size:18px;
        font-weight:700;
        color:#53555c;
        text-align:center
    }
}
@media screen and (max-width:480px){
    .background_color{
        width:100%;
        height:auto
    }
}
.news{
    background-color:#fff;
    padding-bottom:15px
}
.news_product{
    font-size:17px;
    font-weight:700;
    padding-bottom:10px;
    border-bottom:1px solid #cecece;
    margin-bottom:10px
}
.news_date{
    font-size:14px;
    font-weight:700;
    color:#333;
    padding-bottom:5px
}
.news_des{
    font-size:14px;
    font-weight:400;
    padding-top:1px
}

.pill-content>.active,.show_hide,.tab-news-content>.active{
    display:block
}
/*new*/
.counter-item h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.counter-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

/*popup*/
.mpopup{
    display:none;
    position:fixed;
    z-index:999;
    padding-top:150px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:#000;
    background-color:rgba(0,0,0,.4)
}
.mpopup-content{
    position:relative;
    background-color:#fefefe;
    margin:auto;
    padding:0;
    width:70%;
    box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-animation-name:animatetop;
    -webkit-animation-duration:.4s;
    animation-name:animatetop;
    animation-duration:.4s
}
.mpopup-head{
    padding:2px 10px;
    background-color:#fff;
    color:#000
}
.mpopup-main{
    padding:10px 0
}

.specifications_center{
    width:100%;
    height:auto;
    text-align:center;
    background-color:#E0E0E0
}

.specifications_img,.specifications_right{
   
}
.specifications_right{
    height:auto;
    background-color:#fff;
    padding-left:10px;
    padding-bottom:30px;
    width:100%;
    float:left
}

.specifications_heading{
    color:#53555c;
    font-weight:700
    font-size:28px;
    line-height:30px;
    padding-bottom:0
}

.specifications_des{
    font-size:14px;
    color:#333;
    padding-bottom:0;
    text-align:left;
    height:auto;
}
.spec-small{
    background-color:#f5f780;
    margin-right:10px;
    font-size:13px;
    padding-top:10px;
    padding-bottom:5px;
    padding-left:5px
}
/*popup*/

.buy-money-back-container{
    width:100%; 
    background-color: #006498;   
    /*background: url(../images/money-back-return.png);
    background-attachment: fixed;
    background-size: cover;*/
    /*background-image: radial-gradient(circle, #1578ad, #00517c);*/  
    text-align:center;   
    padding-top:2px;
    padding-bottom:2px;
    border-bottom:2px solid #fff; 
}

/*Start Banner Slider*/
.slider-div{
   position:relative;
   margin:0 0;
   top:0px;
   left:0px;
   width:1500px;
   height:624px;
   overflow:hidden;
   visibility:hidden;
}

.slider-banner-div{
   cursor:default;
   position:relative;
   top:0px;
   left:0px;
   width:1500px;
   height:624px;
   overflow:hidden;
}

.slider-slide{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;   
    position:relative;
}

.slider-center-heading,.slider-center-sub-heading{
    width:100%;
    color:#fff;
    text-align:left;
    font-weight:700;
}
.slider-center-heading{
    font-size:40px;
    padding-top:140px;
    text-shadow:2px 2px #000;
    padding-left: 0px;
}
@media only screen and (max-width:767px){
    .slider-center-heading{
    padding-left: 100px;
}
}
.slider-center-sub-heading{
    width: 50%;
    font-size:20px;
    padding-top:20px;
    text-shadow:2px 2px 10px #000;
    padding-left:0px;
}
@media only screen and (max-width:767px){
    .slider-center-sub-heading{
    padding-left: 100px;
}
}
.slider-center-btn{
    padding-top:80px;
    padding-left: 0px;
}
@media only screen and (max-width:767px){
  .slider-center-btn{
    padding-left: 100px;
}
}

.jssora_next,.jssora_prev{
    display:block;
    position:absolute;
    cursor:pointer;
    width:30px;
    height:65px;
    top:0;
}

.jssora_next:hover,.jssora_prev:hover{
    opacity:.8;
}
.jssora_prev{
    left:25px;
}
.jssora_prev .a{
    fill:none;
    stroke:#fff;
    stroke-width:360;
    stroke-miterlimit:10
}
.jssora_next{
    right:25px;
}
.jssora_next .a{
    fill:none;
    stroke:#fff;
    stroke-width:360;
    stroke-miterlimit:10
}
.jssorb032{
    position:absolute
}
.jssorb032 .i{
    position:absolute;
    cursor:pointer
}
.jssorb032 .i .b{
    fill:#fff;
    fill-opacity:.7;
    stroke:#000;
    stroke-width:1200;
    stroke-miterlimit:10;
    stroke-opacity:.25
}
.jssorb032 .i:hover .b{
    fill:#000;
    fill-opacity:.6;
    stroke:#fff;
    stroke-opacity:.35
}
.jssorb032 .iav .b{
    fill:#000;
    fill-opacity:1;
    stroke:#fff;
    stroke-opacity:.35
}
.jssorb032 .i.idn{
    opacity:.3
}
/*End Banner Slider*/

/*Start Sticky Scroll*/

.technical-support-padding{
    padding-top: 5em;
}


.dw-btn {
    background-color:#66b030;
    width: 10%;
    height: auto;  
    color: #fff;
    font-size: 2rem;
    margin: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius:6px; 
    display: inline-block !important;  
     position: relative; 
     right: 13em; 
}

.dw-btn:hover {
    background-color: #64abe6;   
    color: #fff;   
}

.buy-btn {
    background-color:#0a5bba;
    width: 10%;
    height: auto;  
    color: #fff;
    margin: 2px;
    font-size: 2rem;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius:6px;
    right: 80px; 
}
.buy-btn:hover {
    background-color: #64abe6;     
    color: #fff;    
}

 @media screen and (max-width: 810px) {
    .dw-btn {   
    width: 12%;  
    font-size: 0.8rem;  
    right: 16em;    
    }
    .buy-btn {    
    width: 12%;     
    font-size: 0.8rem;  
    right: 10px;  
    }
}

@media screen and (max-width: 600px) {
    .dw-btn {  
   
    right: 11em;    
    }
    .buy-btn {    
     
    right: 12px;  
    }
}

.product-feature-padding{
    padding-top: 50px;
    margin-bottom: 100px;
}
.showhide{
   display: block;
    position: fixed;    
}

.showhide-remove{
    display: block;
}

@media screen and (max-width: 1200px) {
    .showhide-remove{
    display: none;
}
}

/*End Sticky Scroll*/
.content-body{
    width: 100%;   
}

.content-body h4{
    text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.more-div{
    padding-top: 20px; 
    text-align: center;
}

.buy-heading{
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Social Media*/
#social {
  margin-top:20px;
  text-align: center;
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

/* Linkedin button class*/
.linkedinBtn{
    background: #0077B5;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0077B5;
      background: #fff;
}

/* Facebook button class*/
.facebookBtn{
    background: #3b5998;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #3b5998;
    background: #fff;
}

/* Twitter button class*/
.twitterBtn{
    background: #38A1F3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #38A1F3;
      background: #fff;
}

/* Google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* Pinterest button class*/
.pinterestBtn{
    background: #c8232c;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #c8232c;
      background: #fff;
}

/* Instagram button class*/
.instagramBtn{
    background: #3f729b;
}

.instagramBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; /* add tumblr icon */
}

.instagramBtn:hover{
      color: #3f729b;
      background: #fff;
}

/* Youtube button class*/
.youtubeBtn{
    background: #c4302b;
}

.youtubeBtn:before{
      font-family: "FontAwesome";
      content: "\f16a"; /* add rss icon */
}

.youtubeBtn:hover{
      color: #c4302b;
      background: #fff;
}

/*Offers Page*/
.offer_contant{
    background: url(../images/offers/product-offer.png);
    background-size: cover;    
    padding-top:30px;
    padding-bottom:70px;       
}

.offer_contant h1{
    color: #fff;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 4.5em;
    font-weight: 600;
    font-family: inherit;
}

.offer-page-box-100{
    width: 100%;
}

.offer-page-box-25{
    width: 23%;
    float:left;
    margin:8px;
    text-align: center;
    border:2px dotted #f00;
    outline:4px solid #2ba9f5;
    background-color: #deeeff;       
}
.offer-page-box-25 h3{
 line-height: 25px;
 font-size: 23px;
}

@media only screen and (max-width:830px){
   .offer-page-box-25{
    width: 48%;   
} 
}
@media only screen and (max-width:480px){
   .offer-page-box-25{
    width: 98%;   
} 
}
.offer-page-box-12{
    width: 11%;
    float:left;
    margin:5px;
    text-align: center;
    border:1px dotted #f00;
    outline:2px solid #2ba9f5;
    background-color: #deeeff;    
}

@media only screen and (max-width:830px){
   .offer-page-box-12{
    width: 48%;   
} 
}
@media only screen and (max-width:480px){
   .offer-page-box-12{
    width: 98%;   
} 
}
.offer-page-box-12 h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;    
}

.offer-page-box-12 img{
   width: 70%    
}

@media only screen and (max-width:830px){
    .offer-page-box-12 img{
   width: auto;    
}
}

.offer-page-box-15{
    width: 14%;
    float:left;
    margin:4px;
    text-align: center;
    border:1px dotted #f00;
    outline:2px solid #2ba9f5;
    background-color: #deeeff;    
}

@media only screen and (max-width:830px){
   .offer-page-box-15{
    width: 48%;   
} 
}
@media only screen and (max-width:480px){
   .offer-page-box-15{
    width: 98%;   
} 
}

.offer-page-box-15 h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;    
}

.offer-page-box-15 img{
   width: 70%    
}

@media only screen and (max-width:830px){
    .offer-page-box-15 img{
   width: auto;    
}
}


.offer_text_price_line_through{
    color:#f71f1f;
    text-align:center;
    font-size:22px;
    text-decoration:line-through;
   
}

@media screen and (max-width:620px){
    .offer_text_price_line_through{
    font-size:14px;
    }
}
.offer_text_price{
    color:#7aa006;
    font-size:30px;
    font-weight:700;
    text-align:center;
    padding-top: 4px;   
}

.offer_img{
    width:100%;
    text-align:center;
    padding-bottom:5px;
    padding-top:10px;
    margin-bottom:10px
}
.p-or{
    font-size:16px;
    font-weight:600;
}
.offer-page-box-combo{
   background-color: #00517c; 
   color: #fff;
   border:2px dotted #fff;
    outline:4px solid #2ba9f5;
}
.offer-page-box-combo h3{   
   color: #fff;
   line-height: 26px;
}

.offer-heading-background{ 
    background: url(../images/offers/ribbon-heading.png) no-repeat center;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    line-height: 108px;
    /*line-height: 44px;*/
    margin-top: 30px;
    margin-bottom: 30px;        
}
.offer-h3-heading{
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #333;
    text-decoration: underline;
    padding-bottom: 15px;
}
.offer-h4-heading{
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    color: #f00;
    text-decoration: underline;
    padding-bottom: 15px; 
}
.offer-margin{
    margin-top: 4em;
    margin-bottom: 2em;
}
/*Offers Page*/

#cookie-bar{
    font-family:Arial;
    display:block;
    direction:ltr;
    color:#ddd;
    min-height:30px;
    position:fixed;
    left:0;
    width:100%;
    z-index:99999;
    padding:6px 20px 4px;
    background-color:#737373;
    text-align:center;
    bottom:0
}
button#Cookie{
    font-family:Arial;
    margin:0 20px;
    line-height:20px;
    background:#00548e;
    border:none;
    color:#fff;
    padding:4px 12px;
    border-radius:3px;
    cursor:pointer;
    font-size:13px;
    font-weight:700
}

.tabs-offer-page{
    margin-top: 50px;
    margin-bottom: 50px;
}
.tablink {
    background-color: #00517c;
    color: #fff;
    float: left;
    border: 1px solid;
    border-radius: 10px 10px 0px 0px;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.33%;
}

.tablink:hover {
    background-color: #012335;
    font-size: 19px;  
}

.tabcontent-tabs {
    color: #000;
    background-color: #f5f5f5;
    display: block;
    padding: 100px 20px;
    height: 100%;
}

.howtab,.howtabcontent{
    height:600px;
    margin-top:20px
}

.howtab{
    float:left;
    border:1px solid #ccc;
    background-color:#f1f1f1;
    width:20%
}

.howtab button{
    display:block;
    background-color:#00548e;
    color:#fff;
    padding:16px;
    width:100%;
    border:none;
    outline:0;
    text-align:left;
    cursor:pointer;
    font-size:17px
}
@media only screen and (max-width:480px){
    .howtab button{
        padding:16px 4px;
        width:100%;
        font-size:7px
    }
}
.howtab button:hover{
    background-color:#e6e6e6;
    color: #000;
}
.howtab button.active{
    background-color:#fff;
    color:#000;
}

.howtab,.howtabcontent{
    height:600px;
    margin-top:20px
}

.howtabcontent{
    float:none;
    padding:0 12px;
    width:100%;
    border-left:none
}

.how-to-box,.product-page{
    float:right;
    padding-left:20px
}

.product-page{
    width:80%;
    margin-top:5px;
    padding-top:20px;
    margin-bottom:35px
}

.products-page-box-left,.products-page-box-right{
    margin-top:10px;
    padding-left:10px;
    padding-top:10px;
    border:1px solid #ccc
}
.products-page-box-left{
    width:45%;
    float:left
}
@media only screen and (max-width:540px){
    .products-page-box-left{
        width:100%;
        float:none;
        margin-top:10px;
        padding-left:10px;
        padding-top:10px;
        border:1px solid #ccc
    }
}

.product-icon-img{
    width:10%;
    float:left;
    padding-right:5px
}
@media only screen and (max-width:771px){
    .product-icon-img{
        width:100%;
        float:none
    }
}
.product-page-title{
    font-size:20px;
    font-weight:700;
    text-align: center;
}

.product-p-des{
    color:#333;
    line-height:20px;
    font-size:14px
}

.product_page-btn{
    text-align: center;
}

.dw-btn-margin{
    margin:10px
}

.products-page-box-right{
    width:45%;
    float:right
}
@media only screen and (max-width:540px){
    .products-page-box-right{
        width:100%;
        float:none;
        margin-top:10px;
        padding-left:10px;
        padding-top:10px;
        border:1px solid #ccc
    }
}



/*Product Client Testimonial Carousel*/

.product-testimonials{
    background:#e4e4e454;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-testimonials-display{
    display:flex;
}
.product-testimonials-display .testimonials-box{
    width:50%; 
    background:#fff;
    margin:20px; 
    margin-left:0; 
    border-radius:20px 20px 0px 0px;
}
.product-review-box {
    background: url(../images/quote-left.png) no-repeat;
    font-size: 16px;
    text-align: justify;
    padding-left: 35px;
    padding-top: 5px;      
    line-height:28px; 
    font-weight:normal;     
    color:#333;
}

@media screen and (max-width: 767px){
.product-testimonials-display{
        display:block;
}
.product-testimonials-display .testimonials-box{
    width:100%; 
    margin:20px 0;
}
}
.product-testimonials-display .testimonials-box.widthfull{
    width:100%;
}
.product-testimonials-heading{
    font-size:30px; 
    color:#333; 
    border-bottom:1px dashed #00517c; 
    padding:20px 0px; 
    font-weight:normal;
    text-align: center;
}
.testimonials-carousel{
    padding:30px;
}
.testimonials-carousel p b{
    display:block; 
    font-weight:normal; 
    font-size:18px; 
    color:#333;
}
.client-name{
    overflow:hidden; 
    margin:30px 0 0 0;
}
.client-name img{
    float:left;
}
.client-name div{
    position:relative; 
    margin:10px 0 0 90px; 
    font-size:20px; 
    font-weight:normal; 
    color:#000;
}
.client-name div span{
    display:block; 
    font-size:14px; 
    font-weight:300;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    background: url(../images/previous.png) no-repeat 0 0; 
    width:30px; 
    height:30px;
    margin-left: -70px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    background:url(../images/next.png) no-repeat 0 0; 
    width:30px; 
    height:30px;
    margin-left: 55px;
}
.glyphicon-chevron-left::before { 
    content: " ";
    color: #000;
    
}
.glyphicon-chevron-right::before {
    content: " ";
    color: #000;
}
.testimonials-carousel .item{
    padding-bottom:30px;
}
.testimonials-carousel .carousel-control{
    position:absolute;

}
.testimonials-carousel .carousel-control .glyphicon-chevron-left, .testimonials-carousel .carousel-control .glyphicon-chevron-right, .testimonials-carousel .carousel-control .icon-next, .testimonials-carousel .carousel-control .icon-prev{
    position:static;
}
.content{ 
    margin-top:20px; 
} 
.carousel-control{ 
    color:#31708f; 
    width:5%; 
} 
.carousel-control:hover, .carousel-control:focus{ 
    color:#31708f; 
} 
.carousel-control.left, .carousel-control.right { 
    background-image: none; 
} 
.media-object{
 margin:auto; 
 margin-top:15%; 
}

/*Product Client Testimonial Carousel*/

.santa-right{
    background: url(../images/offers/offer-text.png) no-repeat right;
    background-size: 175px;
    background-position-y: 0px;
    padding-top: 0px;
    height: 175px;
    margin-right: 100px;
    text-align: right; 
}
@media screen and (max-width: 1199px){
    .santa-right{ 
    margin-right: 32px;   
}
}

@media screen and (max-width: 950px){
    .santa-right{ 
    background: url(../images/offers/offer-text.png) no-repeat top center;
    background-size: 175px;
    background-position-y: 0px;
    margin-top: -117px;   
    margin-right: 0px;
    text-align: none;  
}
}
.offer-45{
    background: url(../images/offers/offer-45.png) no-repeat left;
    background-size: 140px;
    background-position-y: 0px;
    margin-top: -164px;
    height: 138px;
    margin-left: 145px;
    text-align: left; 
}

@media screen and (max-width: 1199px){
.offer-45{
    margin-left: 0px;
}
}

@media screen and (max-width:950px){
.offer-45{
    background: url(../images/offers/offer-45.png) no-repeat center;
    margin-left: 0px;
    height: 150px;
    text-align: left; 
    clear: both;
}
}

/*tabs*/

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}



/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}


.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-linetriangle nav a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
}

.tabs-style-linetriangle nav li.tab-current a:after, 
.tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #e7ecea;
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
    .tabs-style-linetriangle nav {
        font-size: 0.6em;
    }
}
/*tabs*/


/*side btn*/
.side-btn{
    position: fixed;
    width: 100px;
    height: 60px;
    top: 350px;
    right: 0px;
    text-align: center;
    font-size:14px;
    padding: 8px 20px;
    cursor:pointer;    
    background-color:#00517c; 
    border-radius:5px 0px 0px 5px;
    z-index: 999;     
    transition:.5s; 
    color: #fff;
    border:1px solid #fff;
}
.side-btn:hover{
    width: 200px;
    padding-top: 15px;
    position: fixed;
    font-size:18px;
    z-index: 999;
    color: #fff;
    right: 0; 
    overflow-x: hidden;
    overflow: hidden;
}

.side-btn a{
    color: #fff;
}
.side-btn a:hover{
    color: #fff;    
}

@media screen and (max-width: 950px) {
    .side-btn{
       display: none;
    }    
}
/*side btn*/

.side-timed-popup-btn,.side-timed-popup-btn:hover{
    position:fixed;
    z-index:999;
    top:415px;
    right:0
}


@media screen and (max-width:950px){   
    .side-timed-popup-btn{
        display:none
    }
}

.side-timed-popup-btn{
    width:100px;
    height: 60px;
    text-align:center;
    font-size:14px;
    padding:10px 20px;
    cursor:pointer;
    background-color:#0097a7; 
    border-radius:5px 0px 0px 5px;
    transition:.5s; 
    color: #fff;
}
.side-timed-popup-btn:hover{
    height:60px;
    font-size:18px;
    width:200px;
    color: #fff;
    padding-top: 15px;
    overflow-x:hidden;
    overflow: hidden;
}
.side-timed-popup-btn a{
    color:#fff
}
.side-timed-popup-btn a:hover{
    color:#fff;
    text-decoration:underline
}

.faq_section{
    margin:40px auto;
}
.FaQ_Each{
    padding-bottom: 10px;
}
.box  {
  /*background: rgba(246, 246, 246, 1);*/
  color: #333;
  padding-top: 15px;
  padding-bottom:15px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor:pointer;
  border: 1px solid #d9d9d9;
}
.draw {
  display: none;
  background: #ffffff;
  padding: 20px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  color: #333;
  padding-left:30px;
}
#other{
    display: none;
}

.popup,.popup>div{
    position:fixed;
    z-index:9999
}

.popup{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    width:100%;
    left:0;
    top:0;
    -webkit-animation:fadein .5s;
    animation:fadein .5s;
}
.popup>div{
    padding-bottom:0;
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    left:50%;
    top:50%;
    border:4px solid #fff;
    width:fit-content;
    -webkit-animation:fadein .5s;
    animation:fadein .5s;

}
.popup-btn-close{
    position:absolute;
    background-color:#333;
    color:#fff;
    top:-15px;
    right:-15px;
    border-radius:50%;
    width:30px;
    height:30px;
    font-size:20px;
    font-weight:700;
    font-family:'Arial Black',Arial,sans-serif;
    -webkit-box-shadow:-4px -2px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow:-4px -2px 6px 0 rgba(0,0,0,.1);
    box-shadow:-3px 1px 6px 0 rgba(0,0,0,.1);
    padding: 0px 0px 0px 8px;
    cursor: pointer;
}
.popup-btn-close:hover{
    background-color:#fff;
    color:#333
}
.popup-text{
    background:#fff;
    color:#333;
    z-index:-1;
    width:100%;
    -webkit-animation:popin .3s;
    animation:popin .3s;
    position: relative;
}


/*= input focus effects css
=========================== */
:focus{outline: none;}

.popup input[type="text"], select{
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
/*    background-color: transparent;
    border:none;*/
}

.popup  .effect-16{
    border: 0; 
    padding: 4px 0;
    border-bottom: 1px solid #ccc; 
    background-color: transparent;
}

@-webkit-keyframes blink{
    50%{
        border-color:#0a5bba
    }
}
.anim-box{
    border:1px solid #ddd;
    -webkit-animation:blink .5s step-end infinite alternate
}


.form-submit{
    background-color:#00548e;
    color:#fff;
    padding: 10px 26px 10px 26px;
    margin-top: 10px;
    border-radius: 10px;
    transition: .5s
}

.form-submit:hover{
    background-color:#75b9e8;
    color:#000;
}


.star-note{
    color: #f44336; 
    font-size: 12px;
}


.thank-you-bg{
    margin-top: 3em;
    margin-bottom: 2em;
    background-color: #0a99fc;
    border:1px dashed #fff;
    text-align: center;
    color: #fff;

}
.thank-you-bg h1{
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 48px;
    font-weight: lighter;
    line-height: 42px;   
}

.thank-you-bg p{    
    padding-bottom: 1em;
    font-size: 24px;
    font-weight: lighter;
    line-height: 24px;    
}



/*New Scroll Tabs*/
#navbar{
    overflow:hidden;
    background-color:#00517c;
    text-align:center;
    font-family:'Raleway', sans-serif;
    font-size:14px;
}

#navbar a{
    display:inline-block;
    color:#fff;
    text-align:center;
    padding:14px 20px;
    text-decoration:none;
    font-size:16px;
    transition:1s ease;
}

#navbar a:hover{
    background-color:#64abe6;
    color:#fff;
    font-size: 18px; 
}

#navbar a.new-dw-btn{
    background:#66b030;
    color:#fff;
    display:none;
    border-radius:6px; 
}

#navbar a.new-dw-btn:hover{
    background:#64abe6;
}


#navbar a.new-buy-btn{
    background:#0a5bba;
    color:#fff;
    display:none;
}

#navbar a.new-buy-btn:hover{
    background:#64abe6;
}

.sticky{
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
}

.sticky a.new-dw-btn{
    background:#71b520;
    color:#fff;
    display:
    inline-block !important;
}

.sticky a.new-buy-btn{
    background:#002157;
    color:#fff;
    display:inline-block !important;
}

@media screen and (max-width:640px){
#navbar a{font-size:20px;}
#navbar a span{display:none;}
}

.featuressection{
    padding:50px 0;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    text-align: center;
}
.sectiond{
    padding:70px 0 0 0;
}
/*New Scroll Tabs*/

.page-404-div{
    padding:1em 0em 4em 0em;
    text-align: center;
    color:#00517c;
}
.page-404-div h1{
    font-size:180px;
    font-weight:700;
    line-height: 2px;
}

@media screen and (max-width:350px){
.page-404-div h1{
    font-size:24px;   
}
}



/*Christmas Offer*/
.Coupan-code-ul{
    /*border:1px #fff dashed;*/
    background-color: #bd212f3d;
    color: #000;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    list-style: none;
}

.Coupan-code-heading{
    /*border:1px #BD212F dashed;*/
    background-color: #dadad887;
    color:#00517c;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}