body {
    background:none;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   	 	  transition: all 0.3s ease-out 0s;
	 -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
			 display: table;
			 content: " ";
}

a {
	color: #2878EB;
}

b:before, b:after, a:before, a:after, span:before, span:after, strong:before, strong:after, u:before, u:after, em:before, em:after, li:before, li:after, strike:before, strike:after, table:before, table:after, tbody:before, tbody:after, tr:before, tr:after, td:before, td:after {
	content:normal;
}

.clear {
	clear: both;
}
p {
    text-align: justify;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1 {
    font-size: 28px;
    color: #164ea5;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
    float: none;
    height: auto;
    background: none;
    padding: 0;
    color: #000;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper {
    margin: 0;
    width: auto;
}

#header {
    float: none;
    width: auto;
    height: auto;
    background: url(../images/top-bar-bg.jpg) center bottom no-repeat;
	border-bottom:1px solid #f5f7f6;
}
.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row:after {
	clear:both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

#logo {
    float: none;
    width: auto;
    height: auto;
    margin: 0px;
    margin-left: 0px;
    display: inline-block;
    max-width: 300px;
}

#top-n {
    margin: 20px 15px 0 100px;
}

.topsearch {
    margin-top: 4px;
}

.topsearch form {
    float: left;
	margin-left: 12px;
      margin-bottom: 0;
}

.topsearch form:first-child {
	margin-left: 0px;
}

.topsearch .input {
    width: 186px;
    height: 30px;
    border: #CCCCCC solid 1px;
    float: left;
	padding:5px;
  font-size: 13px;
}

.topsearch .btn {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: left;
}
.topsearch .btn i{margin:1px 0 0 9px;}

.head-sep {
	background:url(../images/top-bar-sep.png) left center no-repeat;
}

#nav {
    height: 42px;
    margin: 0 8px;
	position:relative;
}



#nav ul {
    float: right;
	margin-right:0px;
  margin-top: 15px;
}

#nav li {
    float: left;
    padding: 10px 0;
    line-height: normal;
    list-style: none;
    border-right: none;
    position: relative;
}
#nav li:after {content: ""; display: inline-block; width: 4px; height: 4px; 
background-color: #2878EB; position: absolute;     border-radius: 5px;
    right: -3px; bottom: 15px;
}

#nav li a {
    color: #000;
    display: block;
    padding: 0 15px;
    font-size: 14px;
}
#nav li a:hover{color: #2878EB;}

#nav li:last-child a {
    border-right: none;
}


.mainbanner {
	width:100%;
	margin-bottom: 15px;
  padding:15px 0; 
  background-color: #fdfdfd; 
}

.mainbanner h2 {
    height: auto;
    background: none;
    padding: 0;
    font-size: 20px;
    margin: 0;
    margin-bottom:5px;
}

.mainbanner ul {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	margin-bottom:0px;
}

.mainbanner ul li {
	line-height:30px;
	font-size: 14px;
    color: #58566B;
	font-weight: bold;
	letter-spacing: normal;
   vertical-align: top;
}
.mainbanner ul li i{font-size: 32px; color: #f6ac1a; vertical-align: top;}
.mainbanner ul.inline-block li{display: inline-block;margin-right: 15px;}

.subbanner .row {
	/*margin-top:40px;*/
}

.subbanner h2 {
	float: none;
    height: auto;
    background: none;
    padding: 0;
    color: #000000;
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}

.subbanner ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

.subbanner ul li {
	background:url(../images/main-banner-tick.png) left 5px no-repeat;
	padding-left:28px;
	line-height:22px;
    color: #000;
}

.discountcode {
	background:#2878EB;
	border-radius:5px;
	color:#ffffff;
	text-align:center;
	line-height:18px;
	font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
}

.bannerarealeft {
	padding-top:45px;
	padding-left: 50px;
}

.bannerarearight img{
	width: 100%; height: auto;
}

.mainbanner h2.bannertitle {
    color: #2878EB;
    font-size: 60px;
    margin-bottom: 0px;
}

.mainbanner h3 {
    color: #000000;
    font-size: 20px;
	margin-bottom:30px;
  margin-top: 0;
}

.loginbg {
    float: none;
    width: auto;
    height: auto;
    background: #f5f5f5;
    padding: 10px;
    margin: 0 0 20px 0;
    line-height: 20px;
	border: 1px solid #64881e;
}

.win {
    float: none;
    width: auto;
    height: auto;
    background: #f5f5f5;
    text-align: left;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
	font-weight: bold;
	border: 1px solid #e5e5e5;
}

.box {
    float: none;
    width: auto;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    behavior: initial;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 10px;
    line-height: normal;
}

.list {
    float: none;
    width: auto;
}

.list li {
    float: none;
    width: auto;
    height: auto;
    background: #eef5f9 !important;
    border-bottom: none;
    padding: 10px;
    list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.list li:hover {
    background-color: rgb(209, 221, 233)!important;
}

.btn2 {
    float: none;
    width: auto;
    height: auto;
    background: #2878EB;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    line-height: normal;
    text-align: left;
    font-weight: bold;
    display: block;
}

.loginbg input {
	width: 100%;
    height: auto;
    display: block;
    padding: 7px;
    border: #CCCCCC solid 1px;
    margin: 5px 0;
	font-family: 'Roboto', sans-serif;
}

.forgotpass {
	float: left;
	margin: 14px 0 0 0;
	font-size: 11px;
}

.btn, .loginbg input.btn {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    background: #2878EB;
    color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.loginbg input.btn {
    float: right;
	text-transform:uppercase;
	margin-top: 5px;
	cursor: pointer;
}

.btn3 {
    float: none;
    width: 100%;
    height: auto;
    background: #64881e;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    display: block;
}

.btn:hover, .btn3:hover, .loginbg input.btn:hover, .btn2:hover, .btn4:hover {
	background:#f6ac1a;
	color:#ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.loginbg .btn3 {
	text-transform:uppercase;
	margin-top: 15px;
}

.livechatfloat {
	position: fixed;
	bottom: 0px;
	right: 20px;
}

.list ul {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.list li a {
    color: #000066;
    display: block;
}

.list li a:hover {
    color: #64881e;
}

.most-popular {
	margin:0px 0 20px 0;
  padding-bottom: 10px;
}

.most-popular h2 {
	background: #f5f5f5;
	padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
	margin-bottom:10px;
}

.most-popular .row {
	text-align:center;
}

.most-popular h3 {
	margin:10px 0;
	font-size:20px;
}

.most-popular ul {
	margin:0;
	padding:0;
	list-style:none;
}

.most-popular ul li {
	display:inline;
	border-right: 1px solid #000;
    padding-right: 5px;
	line-height: 24px;
}

.most-popular ul li:last-child {
	display:inline;
	border-right: none;
    padding-right: 0;
}

.recent-top ul{
    margin: 0;
    padding: 0 10px;
    background-color: #fcfcfc;
}

.recent-top h2 {
	color: #fff;
	padding: 30px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
	margin-bottom:0;
}
.recent-top h4{margin:0; font-size: 17px; font-weight: normal;}
.recent-top li span, .recent-top li a{font-size: 12px; color: #7c7c7c;}


.recent-top li {
  width:49%;
	min-height: 70px;
  list-style: none;
  display: inline-block;
  border-bottom: #f1f1f1 solid 1px;
  padding-top: 9px;
}

.certifications {
	margin-top:10px;
	text-align:center;
}

.certifications h2 {
	background: #f5f5f5;
	padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
	margin-bottom:10px;
}

.certifications img {
	margin-bottom:10px;
	border:1px solid #dddddd;
	padding: 9px;
}

.testimonials {
	/*margin-top: 40px;
	margin-bottom: 30px;*/
}

.testimonials h2 {
	background: #f5f5f5;
	padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
	margin-bottom:20px;
}

.testimonial-inner {
	padding:0 10px;
}

.ready-solution {
	margin-top:10px;
	font-size: 10px;
}

.ready-solution h2 {
	background: #f5f5f5;
	padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
	margin-bottom:10px;
	text-align:center;
}

#top-n a {
	color:#ffffff;
}

.showhidenav {
	display:none;
}

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

.clr-blue {
	color:#2878EB!important;
}

.clr-orange {
	color:#f2a111!important;
}

#footer {
    float: left;
    width: 100%;
    height: auto;
	background: #212121;
	padding: 20px 0;
	color:#ffffff;
	margin-top: 10px;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li {
	padding:15px 0 15px 15px;
	background:url(../images/foot-nav-bullet.png) left center no-repeat;
	border-bottom:1px dashed #373737;
}

#footer ul li a {
	color:#ffffff;
}

#copyright {
    float: left;
    width: 100%;
    height: auto;
    background: #120F2D;
    color: #FFF;
    padding: 15px 0;
    line-height: 20px;
	border-top:1px solid #4c4c4c;
}

.showonmobile {
	display:none;
}

.btn4 {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 15px;
    background: #2878EB;
    color: #fff;
    display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
  border-radius: 5px;
}
.mainbanner .btn4{margin-top:10px; font-size: 14px; padding: 5px 10px; border-radius: 3px; }
.mainbanner a.btn4:focus, .mainbanner a.btn4:hover{color: #fff;text-decoration:none;}


.certifications img:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.bx-wrapper {
    margin: 0 auto 10px;
}

.btn-right {
    float: right;
    text-transform: uppercase;
    margin-top: 5px;
	cursor: pointer;
	background: #64881e;
	font-size: 13px;
}

tr:hover .products {
    background-color: rgb(209, 221, 233);
    border-color: #fff;
}

.certification-table tr:hover {
    background-color: rgb(209, 221, 233);
}

.redbg {
	padding: 10px 5px;
    background: #fcf4e7;
	margin:0 5px;
	margin-bottom:10px;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    /*background-color: #f1f1f1;*/
	margin-top: 10px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: #eee;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 7px 7px 0 0;
}

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

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #2878EB;
    color: #fff;
}

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

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Tab content style end */

.imghovereffect:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* 27-march-2021 */

.headerTop, #footer, .darkblueBg {background-color: #120F2D;}
.headerTop{padding: 5px 0;}
.loginBtnArea {margin: 10px 0;}
.loginBtnArea li{display: inline-block; }
.loginBtnArea li.none{padding-left: 10px;}
.loginBtnArea li a{color: #fff;}
.socialIcons{margin:0; padding: 12px 0 0 0; }
.socialIcons li{display: inline-block; margin: 0px 10px 0px 0px; width: 30px;}
.socialIcons li a{   color: #fff; font-size: 18px; font-weight: 700;  }
.text-right {text-align: right;}
.yellowText, .socialIcons li a:hover, .loginBtnArea li a:hover, #footer ul li a:hover{color: #f6ac1a;}
.blueText{color: #2878EB;}
.borderTopLine{width: 50px; height: 2px; display: inline-block; background-color:#f6ac1a; margin-bottom: 20px; }


#header-new{padding: 15px 0;border-bottom:1px solid #f3f3f3; }
#footer .socialIcons{margin:0; padding: 0;text-align: left;}
#footer .socialIcons li{background: none;}

.line-1{
    position: relative; 
    border-right: 2px solid #f6ac1a;
    white-space: nowrap;
    overflow: hidden; 
}

.blueBg{background-color:#2878EB;}
.yellowBg{background-color:#f6ac1a;}
.greyBg{ background: #f5f5f5;}


.mainbanner .bx-viewport{background-color: transparent; border: none;}
.topVendor, .stepSection{margin:10px 0 20px 0;}
.topCertifications{margin:20px 0 10px 0;}
.topVendor h2, .most-popular h2, .topCertifications h2{text-align: center; padding: 10px 0; font-size: 20px;}
.boxLogo{    
border: 1px solid #ccc;background: #fff;padding: 10px 8px;
min-height: 95px;margin: 0 auto;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2) inset;
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
 margin-bottom: 10px;
text-align: center;
}
.boxLogo h5{margin:0;background: #ececec; padding:5px; margin-top: 5px;}
.stepSection .box{padding: 15px 0; text-align: center;}
.stepSection a{color: #fff; text-transform: uppercase;}
.stepSection h2{font-size:60px; margin: 0;line-height:70px; color: #fff;}
.stepSection h3{ font-size: 18px; margin: 0;}


/* Animation */
.btn-effect-1 {
    overflow: hidden;
    position: relative;
}
.btn-effect-1 span, .btn-effect-1 h2, .btn-effect-1 h3 {
    z-index: 20;
}
.btn-effect-1:after {
    background: #fff;
    content: "";
    height: 210px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -36px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.btn-effect-1:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
     z-index:30;
}


.anim-typewriter{
  animation: typewriter 4s steps(28) 1s 1 normal both,
             blinkTextCursor 500ms steps(28) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 16em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: #f6ac1a;}
  to{border-right-color: transparent;}
}



/* Buy-now-Page */

  .pay_paypal-new {margin-top: 20px; font-size: 38px; color: #01499b;}

  .newTabs li{width: 50%;border-radius: 11px 11px 0 0;}
  .newTabs li:first-child a, .newTabs li:first-child a:hover, .newTabs li.blue:last-child a, .newTabs li.blue:last-child a:hover{background: rgb(1,73,155);
background: linear-gradient(90deg, rgba(1,73,155,1) 0%, rgba(0,60,129,1) 100%);}
  .newTabs.nav-tabs>li.active>a,   .newTabs.nav-tabs>li.active>a:focus,   .newTabs.nav-tabs>li.active>a:hover{ background-color: transparent; color: #fff; border: 1px solid transparent !important;}
.Pricebox{background-color: transparent;  text-align: center; border-radius: 7px;}
.Pricebox h4, .Pricebox p{text-align: center; color: #fff;}
  .newTabs li:last-child a,   .newTabs li:last-child a:hover{background: rgb(193,207,8);
background: linear-gradient(90deg, rgba(193,207,8,1) 0%, rgba(173,186,3,1) 100%);}
  .newTabs li a,   .newTabs.nav-tabs{ color: #fff; margin: 0; border:none;}
.pricingTableNew{padding: 10px 10px 25px 10px;  border-radius: 0 0 7px 7px;}
.newTabs li.orange:first-child a, .newTabs li.orange:first-child a:hover{background: rgb(250,158,46);
background: linear-gradient(90deg, rgba(250,158,46,1) 0%, rgba(241,146,29,1) 100%);}


.blue, .blue:hover{ background:rgb(1,73,155) !important;}
.green{background:rgb(193,207,8) }
.orange, .orangeBtn{background:#f1921d;}
.nav-tabs.newTabs>li>a{margin: 0;   border-radius: 11px 11px 0 0; }
.nav-tabs.newTabs>li>a:hover {  border-color: transparent; }
.pricingTableNew.blue h4, .pricingTableNew.blue .price{color:#fff; }
.pricingTableNew.green h4, .pricingTableNew.green .price{color:#fff; }
.pricingTableNew .pricingTable-signup{padding: 8px 15px; color: #fff; border-radius: 7px; display: inline-block;}
.pricingTableNew .pricingTable-signup:hover{text-decoration: none;}
.pricingTableNew.blue .pricingTable-signup{background-color: #f1921d; transition: 0.5s; }
.pricingTableNew.blue .pricingTable-signup:hover, .pricingTableNew.green .pricingTable-signup:hover, .pricingTableNew.orange .pricingTable-signup:hover{background-color:#fff; color: #454545;  }
.pricingTableNew.green .pricingTable-signup, .pricingTableNew.orange .pricingTable-signup{background-color: #282828; }
.pricingTableNew .price{font-size: 30px;}

.Pricebox > h3{margin-bottom: 20px; position: relative; font-size: 16px;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;

}
.Pricebox > h3 > span {background-color: #454545; padding: 8px; color: #fff; border-radius: 9px 0;}
.Pricebox > h3:before{display: inline-block; content:""; width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #454545 transparent transparent transparent;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -17px;
}

.fadeLageFont{color: #ececec; font-size: 200px; text-align: center; line-height: 200px; margin: 0 0 30px 0;}
.welcomeText, .fadeLageFont, .unlimitedNewSection{position: relative;}
.fadeLageFont:after {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    background-color: #0041dc;
    margin: 0 auto;
    right: 0;
}

.orangeBtn{padding: 10px 15px; color: #fff; font-size: 16px; display: inline-block; margin: 10px 0; border-radius: 9px 0;}
.orangeBtn:hover{color: #fff; background-color: #01499b; text-decoration: none;}
.grid-home h4{margin:3px 0;}
.boxShadow{box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); padding:35px 20px;min-height: 332px;}
.boxShadow:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.products, .ready-solution{font-size: 14px;}


@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}





@media (max-width: 767px) {
.socialIcons, .loginBtnArea.text-right{text-align: center;}
.loginBtnArea{margin-top: 0; padding: 0;}
#logo{margin-top: 0;  max-width: 255px;}
.showhidenav{background: none;margin:0; margin-top: 10px; font-size: 28px;}
.bannerarearight {padding-top: 20px;}
.bannerarealeft{padding-bottom: 20px;}
.mainbanner h2.bannertitle{font-size: 30px;}
.btn4 {padding: 6px 10px; font-size: 12px;}
#nav{position: initial; display: inline-block; text-align: right;}
#nav ul{text-align: left; left: 0; right: 0; margin:0 auto;}
#nav li:after{display: none;}
}