@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/********************************Typography********************************/

@font-face {
	font-family: 'Conv_Oblique';
	src: url('../fonts/Oblique.eot');
	src: local('☺'), url('../fonts/Oblique.woff') format('woff'), url('../fonts/Oblique.ttf') format('truetype'), url('../fonts/Oblique.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #eb5a28;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #ca4315;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #3e3e3e;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #565656;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

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

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 0 0;
}

.center {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 15px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

/*-----------Topbar Section Start-----------*/
.top-bar {
  padding: 5px 0;
  background: #898989;
  line-height: 28px;
}
.top-livechat{
  width:auto;
  float:left;
   font-family: 'Open Sans', sans-serif;
  color: #fff;
  padding-right:15px;
}
.top-livechat p{
  margin: 0;
  font-size:13px;
}
.top-livechat p a{
  margin: 0;
  font-size:13px;
  color: #fff;
  text-decoration:none;
}
.top-emailus{
  width:auto;
  float:left;
  color: #fff;
  padding-right:15px;
}
.top-emailus p{
  margin: 0;
   font-family: 'Open Sans', sans-serif;
  font-size:13px;
}
.top-emailus p a{
  margin: 0;
  font-size:13px;
  color: #fff;
  text-decoration:none;
}
.top-date{
  width:auto;
  float:left;
   font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  padding-right:15px;
}
.top-date p{
  margin: 0;
  font-size:13px;
}
.top-number{
  width:auto;
  float:left;
   font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  padding-right:15px;
}
.top-number p{
  margin: 0
}
.top-links{
  width:auto;
  float:left;
   font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  display: inline-block;
  padding-right:15px;
}
.top-links ul {
    padding:6px 2px;
    margin: 0 0;
    list-style: none;
    float: left;
}
 
.top-links ul li {
    float: left;
    display: inline; /*For ignore double margin in IE6*/
    margin: 0;
	padding: 0;
	border-right:1px solid #fff;
}
 
.top-links ul li a {
    text-decoration: none;
    float:left;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
	line-height:14px;
    color: #fff;
	padding:0 5px;
	margin:0; 
}
.top-links ul li a:hover {
    color: #222;
	text-decoration:none;
}
.top-links ul li:last-child {
	 border-right:none;
}
.social{
  text-align: left;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #6c6c6c;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #eb5a28;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.social-box {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
	background-image: -moz-linear-gradient(center top , #214467, #0e304c);
   /* -webkit-transform: skew(45deg, 30deg);
    -moz-transform: skew(45deg, 30deg);
    -o-transform: skew(45deg, 30deg);
    -ms-transform: skew(45deg, 30deg);
    transform: skew(45deg, 30deg);*/
    width: 30%;
}
/*-----------Topbar Section End-----------*/

/*-----------Header Section Start-----------*/
.main-header {
    background: white none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    padding: 10px 0;
    /*position: fixed;*/
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

.main-header .logo {
    margin-top: 5px;
}

.otherlinks{
	float:right;
	padding:20px 0;
}
.otherlinks ul{
	margin:0px;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.otherlinks ul li{
	float:left;
	margin:0px;
	border-right:1px solid #6c6c6c;
}
.otherlinks ul li a{
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#6c6c6c;
	font-weight:500;
	text-decoration:none;
	padding:0 6px;
	margin:0 0;
}
@media only screen and (max-width: 1024px){
.otherlinks ul li a{
	font-size:11px;
	padding:0 4px;
}
.align-center {max-width:100%;}
.otherlinks{
  float:left;
}
}
@media only screen and (max-width: 980px){
.otherlinks ul li a{
	font-size:14px;
	padding:0 8px;
}
}
@media only screen and (max-width: 640px){
.logo {
    float: left;
    width: 50%;
}
.pull-right {
    float: none !important;
    clear: both;
}
}
@media only screen and (max-width: 480px){
.otherlinks {
    width: 85%;
}
.logo, .align-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
}
@media only screen and (max-width: 320px){
.otherlinks {
    width: 80%;
}
.logo, .align-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
	width:100%;
	text-align:center;
}
}
.otherlinks ul li:last-child{
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#6c6c6c;
	font-weight:500;
	text-decoration:none;
	border-right:none;
	padding:0 6px;
	margin:0 0;
}
.otherlinks .dropdown li{
	width:auto;
	float:none;
	margin:0px;
	padding:0;
}
.otherlinks ul li a:hover{
	color:#1d1d1d;
	text-decoration:none;
}
.otherlinks .dropdown-menu{
	left:auto;
	right:0px;
}

/*-----------Header Section End-----------*/

/*-----------Navigation Section Start-----------*/
.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #eb5a28;
  padding: 0 0;

  border-bottom:10px solid #263C6B !important;
}

 .navbar-nav{
  margin-top: 6px;
  margin-bottom:6px;
 }

.navbar-nav>li{
  /*margin-left: 35px;
  padding-bottom:9px;*/
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color:#ff8c65 !important;
  color: #fff !important;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color:transparent;
  color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


.shopping-cartbox{
	background-color:#222222;
	width:25%;
	float:left;
	height:50px;
	}
.shopping-cartbox .shoppingtitle{
	color: #fff;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	font-size:12px;
	padding:15px 15px;
	text-transform:uppercase;
	}
.shopping-cartbox .shoppingtitle a{
	color: #fff;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	}
.shopping-cartbox .shoppingtitle a:hover{
	color: #eb5a28;
	}

/*-----------Navigation Section End-----------*/




/*-----------Slider Section Start-----------*/
#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 50px;
}

#main-slider .carousel .slide-margin{
 /* margin-top: 140px;*/
}
#main-slider .carousel h1 {
  color: #fff;
  font-family:'Open Sans', sans-serif;
  font-weight:normal;
  font-size:39px;
}
#main-slider .carousel h2 {
  color: #fff;
  font-family:'Open Sans', sans-serif;
  font-weight:normal;
  font-size:16px;
  line-height:20px;
}
#main-slider .carousel .product-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#main-slider .carousel .product-list li {
  padding: 3px 0 3px 0px;
  /*border-bottom: 1px solid #f5f5f5;*/
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  color: #fff;
  font-weight:normal;
}
#main-slider .carousel .product-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  color: #fff;
  font-weight:normal;
  text-decoration:none;
}
#main-slider .carousel .product-list li a i{
    font-size:16px;
    color: #fff;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:5px;
	}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #d93600;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
  margin-right: 3px;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
  padding:20px 0;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 401px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #eb5a28;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #eb5a28;
   margin: 0 15px 0 0;
   border: 1px solid #eb5a28;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #eb5a28;
  border: 1px solid #eb5a28;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

/*-----------Slider Section End-----------*/


/*--------------Grey Box Section Start--------------*/

section.primary-section {
	padding:20px 0;
}
.primary-section {
    background: #222222 none repeat scroll 0 0;
}
.triangle {
    border-left: 625px outset transparent;
    border-right: 625px outset transparent;
    border-top: 30px solid #222222;
    height: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 0;
	margin-top:-20px;
	/*background-color:#ececfb;*/
}
.greybox{
	width:100%;
	display:block;
	}
.greybox p{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	}

/*--------------Grey Box Section Start--------------*/

/*--------------Orange Box Section Start--------------*/

section.orange-section {
	padding:20px 0;
}
.orange-section {
    background: #eb5a28 none repeat scroll 0 0;
}
.orange-triangle {
    border-left: 625px outset transparent;
    border-right: 625px outset transparent;
    border-bottom: 30px solid #eb5a28;
    height: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 0;
	margin-top:-50px;
	/*background-color:#ececfb;*/
}
.orangebox{
	width:100%;
	display:block;
	}
.orangebox p{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	}
.orangebox h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
	color:#ffe26e !important;
	font-weight:300;
    margin-bottom: 10px;
    margin-top: 15px;
	text-transform:uppercase;
}
.orangebox h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	color:#fff !important;
	font-weight:300;
    margin-bottom: 10px;
    margin-top: 15px;
	text-transform:uppercase;
	text-align:center;
}
.orangebox h3 a{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	color:#fff !important;
	font-weight:300;
    margin-bottom: 10px;
    margin-top: 15px;
	text-transform:uppercase;
}
.orangebox .icon-holder{
	width:100%;
	float:left;
	padding:5px 0;
	text-align:center;
	}

/*--------------Orange Box Section End--------------*/


/*--------------Feature Box Section Start--------------*/
#feature, #homeadds {
  background: #ececfb;
 /* padding-bottom: 40px;*/
  padding-top:0;
}

.features{
  padding:10px 10px 20px;
  width:100%;
  /*min-height:200px;*/
}
.features h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 40px;
	color:#d83500 !important;
	font-weight:300;
    margin-bottom: 10px;
    margin-top: 15px;
	font-weight:400;
}
.features p{
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color:#d83500;
  margin-bottom:10px;
  font-weight:400;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}
/*--------------Feature Box Section End--------------*/


/*--------------Ad Box Section Start--------------*/

#adbox-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#adbox-works{
    padding-bottom: 40px;
	padding-top:40px
}
.ads-box-section{
	width:100%;
	float:left;
	}
.ads-box-partone{
	width:45%;
	float:left;
	}
.ads-box-parttwwo{
	width:55%;
	float:left;
	}

/*--------------Ad Box Section End--------------*/

/*--------------Home Blue Box Section Start--------------*/
#feature-bluebox {
  background: #3D60AA;
  padding-bottom: 30px;
  padding-top:20px;
}
.whychooseus{
	width:100%;
	display:block;
	}
.whychooseus h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
	color:#ffe26e !important;
	font-weight:normal;
    margin-bottom: 15px;
    margin-top: 15px;
	text-transform:uppercase;
}
.whychooseus h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	color:#fff;
	font-weight:500;
    margin-bottom:10px;
    margin-top: 5px;
	text-transform:uppercase;
}
.whychooseus h3 a{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	color:#fff !important;
	font-weight:300;
    margin-bottom: 15px;
    margin-top: 15px;
	text-transform:uppercase;
}
.whychooseus p{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#ffffff;
	line-height:27px;
	}
.whychooseus .testitext{
	width:100%;
	float:left;
	padding:0px 0 10px;
	}
.whychooseus .testitext p.small{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	line-height:27px;
	padding-bottom:12px;
	}
.whychooseus .testiname{
	width:100%;
	float:left;
	padding:6px 0 10px;
	border-top: 1px solid #ffe26e;
	}
.whychooseus .testiname::before {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;*/
    border-color: #ffe26e transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 0;
    left:-14em;
    position: relative;
    top: 100%;
    width: 0;
}
.whychooseus .testiphoto{
	width:auto;
	float:left;
	padding:0px 10px 10px 0;
	margin-top:15px;
	}
.whychooseus .testi-clientname{
	width:auto;
	float:left;
	padding:5px 0 5px 0;
	margin-top:15px;
	}
.whychooseus .testi-clientname p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#f0f0f0;
	margin:0;
	}

/*--------------Home Blue Box Section End--------------*/



/*--------------Home Grey Box Section Start--------------*/

#middle {
  background: #f0f0f0;
}
.widgetbox{
	width:100%;
	float:left;
	padding:0 0 10px 0;
	}
.widgetbox h2{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	color:#444444;
	padding:0 0 10px;
	margin:0;
	}
.widgetbox p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#444444;
	padding:0 0 5px;
	}
.widgetbox h3{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:300;
	color:#444444;
	line-height:30px;
	padding:0 0 10px;
	margin:0;
	}
.widgetboximg{
	padding-bottom:10px;
	text-align:center;
	}

/*--------------Home Grey Box Section End--------------*/

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

<!----------Tab Style Starts------------->
.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  margin-right:5px;
}

.nav-tabs{
  border-bottom: transparent;
  /*border-right: 1px solid #e6e6e6;*/
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:first-child{
  border-bottom: 0 none;
  margin-right:0;
} 
.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  /*background: #1f1f20;*/
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#eb5525;
  background: #dddddd;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
 /* border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;*/
  /*right: -44px;*/
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}
<!----------Tab Style End------------->


.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

/*--------------Client/Partners Section Start------------------*/
section#partner {
	padding:30px 0 10px 30px;
}
#partner {
  background:#eeeeee;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

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

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}
.partners .carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}

.partners .carousel-control {
	left: -12px;
}
.partners .carousel-control.right {
	right: -12px;
}
.partners .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto !important;
    right: 0;
}

.partners .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
	display:none;
}

.partners .carousel-indicators li {
	background: #c0c0c0;
}

.partners .carousel-indicators .active {
background: #333333;
}





/*--------------Client/Partners Section Start------------------*/


#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
 /* background-color: #c52d2f;*/
  border-radius: 5px;
  color: #fff;
  padding: 8px;
 /* position: relative;
  left: 60px;
  top: -18px;*/
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

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

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/



.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/************************************************************
************************** Footer ***************************
*************************************************************/
section#bottom {
	padding:70px 0 30px;
}
#bottom {
  background:url(../images/foot-bg.jpg) top repeat;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform:none;
  font-family: 'Open Sans', sans-serif;
  font-size:25px;
  color: #fff;
}

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

#bottom ul li {
  display: block;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  color: #fff;
}
#bottom ul li:before {
	font-family: FontAwesome;
	font-size:10px;
    content: "\f054"; 
	color:#fff;
	padding-right:10px;
}

#bottom ul li a {
  color: #fff;
  text-decoration:none;
}

#bottom ul li a:hover {
  color: #eb5a28;
}

#bottom .widget {
  margin-bottom: 10px;
}
#bottom .widget-content {
	padding:10px 0;
}
#bottom .widget .single_comments{
	width:100%;
	float:left;
	padding:10px 0;
  border-bottom:1px solid #555555;
  margin:0;
}
#bottom .widget .single_comments:last-child{
	width:100%;
	float:left;
	padding:10px 0;
  border-bottom:none;
  margin:0;
}
#bottom .widget .single_comments p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  color: #fff;
  line-height:18px;
}
#bottom .widget .single_comments p a{
  color: #fff;
  line-height:18px;
  text-decoration:none;
}
#bottom .widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #a1a1a1;
}

#bottom .widget .single_comments img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
#bottom .widget-questionbox{
	width:100%;
	float:left;
	padding:10px 10px;
    margin:10px 0 0;
	background-color:#2b2b2b;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#bottom .widget-questionbox p{
   font-family: 'Open Sans', sans-serif;
   font-size:13px;
   color: #ffffff;
   line-height:18px;
   text-decoration:none;
   padding:6px 0;
   margin:0;
}
#bottom .widget-questionbox p a{
   font-family: 'Open Sans', sans-serif;
   font-size:13px;
   color: #ffffff;
   line-height:18px;
   text-decoration:none;
}
#bottom .media-body{
   font-family: 'Open Sans', sans-serif;
   font-size:13px;
   color: #ffffff;
   line-height:18px;
   text-decoration:none;
   padding:0 0 0 15px;
}

#bottom .socialpaymentbox{
	width:100%;
	float:left;
	border-top:1px solid #555555;
   padding:10px 0 10px 0;
   margin-top:10px;
}
#bottom .socialpaymentbox .socials{
  text-align: left;
}

#bottom .socialpaymentbox .social-shares{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

#bottom .socialpaymentbox ul.social-shares li {
  display: inline-block;
  list-style:none !important;
}

#bottom .socialpaymentbox ul.social-shares li a {
  display: inline-block;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

#bottom .socialpaymentbox ul.social-shares li:before {
    content: ""; 
	color:#fff;
	padding-right:5px;
}

#bottom .socialpaymentbox .paymentbox{
  text-align: left;
}
#bottom .socialpaymentbox .payment-icons{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
#bottom .socialpaymentbox ul.payment-icons li {
  display: inline-block;
  list-style:none !important;
  font-family: 'Open Sans', sans-serif;
   font-size:17px;
   color: #ffffff;
   text-decoration:none;
}
#bottom .socialpaymentbox ul.payment-icons li:before {
    content: ""; 
	color:#fff;
	padding-right:5px;
}


#footer {
  padding-top: 30px;
  padding-bottom: 26px;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color: #d6d6d6;
  background:url(../images/copy-bg.jpg) top repeat-x;
}

#footer a {
  color: #d6d6d6;
}

#footer a:hover {
  color: #eb5a28;
}

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

#footer ul > li {
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color: #d6d6d6;
  display: inline-block;
  padding:0px 8px;
  border-right: 1px solid #d6d6d6;
  margin:0;
  line-height:13px;
  
}
#footer ul > li:last-child {
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color: #d6d6d6;
  display: inline-block;
  border-right:none;
}

/************************** Footer End *****************************/



/*----------------Responsive Tab Section Start------------------*/

.tabbable {
          margin-bottom: 18px;
      }
     .tabbable .tab-content {
          padding: 0px !important; 
          /*border-bottom: 1px solid #ddd;*/
      }

/*----------------Responsive Tab Section End------------------*/

/*-------------Responsive Tab Content Section Start-----------*/

.tabbable-contentbox{
	width:100%;
	float:left;
	background-color:#ddd;
	padding:0px 10px;
	}
.tabbable-contentbox .tabimg{
	padding:10px 10px 5px;
	}
.tabbable-contentbox h2{
	font-family: 'Open Sans', sans-serif;
    font-size:25px;
    color: #222222;
	font-weight:normal;
	margin:0;
	padding:5px 0 5px 10px;
  }
.tabbable-contentbox p{
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #333333;
	font-weight:normal;
	margin:0;
	padding:5px 10px 5px;
  }
.tabbable-contentbox p span{
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	font-weight:normal;
	margin:0;
	padding:0px;
	font-weight:600;
  }

.tabbable-contentbox-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.tabbable-contentbox-list li {
  padding: 5px 0 5px 20px;
  /*border-bottom: 1px solid #f5f5f5;*/
  background:url(../images/greentick.png) left scroll no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #333333;
  font-weight:normal;
}
.tabbable-contentbox-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #333333;
  font-weight:normal;
  text-decoration:none;
}


/*-------------Responsive Tab Content Section End-----------*/

/*-------------Knowledge Base Section Start-----------*/

.knowledge-box{
	width:100%;
	float:left;
	}
.knowledge-box-title{
	font-family: 'Open Sans', sans-serif;
    font-size:20px;
    color: #3d3d3d;
	text-decoration:none;
	width:100%;
	float:left;
	padding:10px 0 5px;
	}
.knowledge-box-content{
	width:100%;
	float:left;
	padding:10px 0;
	}
.knowledge-box-content ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-decoration: none;
    width:auto;
    padding: 0px;
    margin: 0px;
}
.knowledge-box-content ul li {
	border:1px solid #d3d3d3;
    background-image: url("../images/plus-icon.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
    color: #666;
    list-style: none outside none;
    padding:5px 0 5px 32px;
	margin-bottom:6px;
}
.knowledge-box-content ul li a{
    color: #666;
	text-decoration:none;
}
.knowledge-box-content ul li a:hover{
    color: #000;
	text-decoration:none;
}

/*-------------Knowledge Base Section End-----------*/

/*----------How it Works Tab Style Starts-------------*/

.howworks-box{
	width:100%;
	float:left;
	}
.howworks-box{
	font-family: 'Open Sans', sans-serif;
    font-size:20px;
    color: #3d3d3d;
	text-decoration:none;
	width:100%;
	float:left;
	padding:10px 0;
	}
.howworks-box-content{
	width:100%;
	float:left;
	padding:10px 0;
	}
.icon-one{
	width:22px;
	height:22px;
	float:left;
	margin-right:10px;
	}
.icon-padright{
	padding-right:15px;
	}
/*----------How it Works Tab Style End-------------*/

/*----------Home Product Listing Style Starts-------------*/

.hproduct-listgrid{
	width:100%;

	float:left;
	padding:10px 0;
	}
.hproduct-list{
	width:100%;
	float:left;
	background-color:#333333;
	margin-bottom:10px;
	min-height: 387px;
	}
.hproduct-list .hproduct-title{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:17px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
	}
.hproduct-list .hproduct-pricing{
	width:100%;
	float:left;
	background-color:#d95b0c;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:center;
	padding:16px 0;
	margin:0;
	}
.hproduct-list .hproduct-pricing span{
	width:100%;
	float:left;
	background-color:#d95b0c;
	font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:5px 0 0;
	margin:0;
	}
.hproduct-list .hproduct-pricing span i{
    font-size:22px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:center;
	}
.hproduct-list .hproduct-savedprice{
	width:100%;
	float:left;
	background-color:#ffbf00;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
	}
.hproduct-list .hproduct-savedprice .saveupto{
	width:25%;
	float:left;
	background-color:#0085b2;
	font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color: #fff;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
	margin:0;
	}
.hproduct-list .hproduct-savedprice .yousaved{
	width:75%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	padding:9px 0;
	margin:0;
	}
.hproduct-list .hproduct-savedprice .yousaved span{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color: #d90000;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding:0px 0 0;
	margin:0;
	}
.hproduct-list .hproduct-savedprice .yousaved span i{
    font-size:22px;
    color: #d90000;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	}
.hproduct-list .product-listbox {
	width:100%;
	float:left;
	padding:10px 10px;
}	
.hproduct-list .product-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.hproduct-list .product-list li {
  padding: 3px 0 3px 0px;
  /*border-bottom: 1px solid #f5f5f5;*/
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  font-weight:normal;
}
.hproduct-list .product-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  font-weight:normal;
  text-decoration:none;
}
.hproduct-list .product-list li a i{
    font-size:13px;
    color: #238c00;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:5px;
	}

.btn-blue {
  padding: 8px 10px;
  background: #4465AD;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-top: 10px;
  margin-right:10px;
}
.btn-blue:hover, 
.btn-blue:focus{
  font-family: 'Open Sans', sans-serif;
  background: #3C5B9E;
  outline: none;
  color: #fff;
  box-shadow: none;
} 

.hproduct-listgrid-button{
	width:100%;
	float:left;
	padding:6px 0;
	}

.to-center2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*position: relative;*/
	text-align: center;
	}
/*----------Home Product Listing Style End-------------*/


/****************************************************************************/
/*                     PRODUCT DETAIL PAGE STYLE START                      */
/****************************************************************************/

.yellowbox{
	width:100%;
	float:left;
	background: #0085b2 url(../images/square-bg.jpg) repeat;
	}
.yellowbox p{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	/*color:#333333;*/
	text-align:left;
	line-height:18px;
	padding:0 0 0 15px;
	}
section.yellowbox{
	padding:0;
	}
.yellowboxcontent{
	width:100%;
	padding:15px 0 10px 0;
	}
.yellowtriangle {
    border-left: 630px outset transparent;
    border-right: 630px outset transparent;
    border-top: 30px solid #4465ad;
    height: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 0;
	margin-top:-20px;
}
.yellowbox p span{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#333333;
	text-align:left;
	line-height:18px;
	font-weight:600;
	padding:5px 0 5px 0;
	}

/*----------Breadcrumb Style Start----------*/
#breadcrumb-box{
	width:100%;
	/*float:left;*/
	background:#222222;
	}
section#breadcrumb-box{
	padding:0;
	}
.breadcrumb{
	width:100%;
	float:left;
	background:transparent;
	margin:0 0 5px 0;
	padding:4px 0 0 0;
	}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li > a{
	color:#fff;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "| ";
    padding: 0 5px;
}
.breadcrumb > .active {color: #fff; font-weight:bold;}
/*----------Breadcrumb Style End----------*/

#product-detail {
    background: #ececfb none repeat scroll 0 0;
	padding-top:0px;
	clear:both;
	}
.product-detailbox{
	width:100%;
	float:left;
	padding:10px 0;
	}
.product-detailbox h2 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
	word-wrap:break-word;
}
.product-detailbox h3 {
    color: #333333 !important;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
.product-detail-greybox{
	width:100%;
	float:left;
	background-color:#333333;
	padding:10px;
}
.product-detail-whitebox{
	width:100%;
	float:left;
	background-color:#fff;
	padding:10px 5px;
}

.product-detail-listing{
	width:100%;
	float:left;
	}

.product-detail-listingbox{
	width:100%;
	float:left;
	margin-bottom:15px;
	border:1px solid #666;
	}
.product-orangecolor{
	background-color:#d95b0c;
	}
.product-bluecolor{
	background-color:#0085b2;
	}
.product-yellowcolor{
	background-color:#ffbf00;
	}
.product-detail-listingbox .product-dcheckbox{
	width:auto;
	float:left;
	padding:8px 5px 8px 0;
	margin:0;
	}
.product-detail-listingbox .hproduct-pricing{
	width:80%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:left;
	padding:6px 0;
	margin:0;
	}
.product-detail-listingbox .hproduct-pricing span{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding:5px 0 0;
	margin:0;
	}
.product-detail-listingbox .hproduct-pricing span i{
    font-size:14px;
    color: #f4f4f4;
	text-decoration:none;
	text-align:center;
	}
.product-detail-listingbox .hproduct-savedprice{
	width:100%;
	float:left;
	background-color:#ffbf00;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
	}
.product-detail-listingbox .saveupto{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color: #fff;
	text-decoration:none;
	text-align:center;
	padding:9px 0 8px;
	margin:0;
	}
.product-detail-listingbox .yousaved{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	padding:8px 0 8px;
	margin:0;
	}
.product-detail-listingbox .yousaved span{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color: #d90000;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding:0px 0 0;
	margin:0;
	}
.product-detail-listingbox .yousaved span i{
    font-size:22px;
    color: #d90000;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	}
	

.pd-listbox{
	width:100%;
	float:left;
	padding:10px 0;
	}
.pd-listbox .product-list {
  list-style: none outside none;
  margin: 0;
  padding:5px 0 !important;
  color:#fff;
  width:100%;
  line-height:30px;
}
.pd-listbox .product-list li {
  float:left;
  margin:0;
  padding: 3px 4px 3px 0px;
  /*border-bottom: 1px solid #f5f5f5;*/
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  color: #fff;
  font-weight:normal;
}
.pd-listbox .product-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  color: #fff;
  font-weight:normal;
  text-decoration:none;
}
.pd-listbox .product-list li a i, .pd-listbox .product-list div i{
    font-size:14px;
    color: #238c00;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:5px;
	}
	
.margin-bot10{
	margin-bottom:10px;
	}
.margin-bot5{
	margin-bottom:5px;
	}
.margin-right10{
	margin-right:10px;
	}
.pd-additiinput{
	width:100%;
	float:left;
	}
.pd-additiinput h4{
	width:100%;
	float:left;
	padding:4px 10px;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	font-weight:500;
	margin:0;
	}
.pd-additiinput h4 span{
	width:100%;
	float:left;
	padding:4px 0px;
	font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color: #333333;
	font-weight:700;
	margin:0;
	}
.pd-additiinput h4 span i {
    color: #333333;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
}
.pd-additiinput .listrow{
	width:100%;
	float:left;
	padding:5px 0;
	font-family: 'Open Sans', sans-serif;
    font-size:12px;
    color: #333333;
	font-weight:500;
	}
.pd-additiinput .listrow input, .pd-additiinput .listrow select{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #333333;
	font-weight:500;
	background-color:#eeeeee;
	border:none;
	padding:5px;
	}
.product-detail-buttonbox{
	width:100%;
	float:left;
	padding:5px 5px;
}

.btn-bluedetail {
  padding: 8px 10px;
  background: #0085b2;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-right:5px;
  margin-bottom:5px;
}
.btn-bluedetail:hover, 
.btn-bluedetail:focus{
  font-family: 'Open Sans', sans-serif;
  background: #007096;
  outline: none;
  color: #fff;
  box-shadow: none;
}

.btn-greendetail {
  padding: 8px 10px;
  background: #468c00;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-right:5px;
  margin-bottom:5px;
}
.btn-greendetail:hover, 
.btn-greendetail:focus{
  font-family: 'Open Sans', sans-serif;
  background: #3a7300;
  outline: none;
  color: #fff;
  box-shadow: none;
}
.product-detail-greybox h3{
	color: #fff !important;
    font-family: "Open Sans",sans-serif;
    font-size:18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
	text-align:center;
}


.product-detail-siteseal{
	width:100%;
	float:left;
    margin-bottom: 10px;
    margin-top: 15px;
	text-align:center;
}
.product-detail-siteseal p{
	font-family: "Open Sans",sans-serif;
    font-size:16px;
	color:#fff;
    font-weight: 500;
	text-align:center;
}

.product-detail-whitebox h1{
	width:100%;
	padding:10px 5px 10px;
	font-family: "Open Sans",sans-serif;
    font-size:24px;
	color:#333333;
    font-weight: 500;
	margin:0;
}
.product-detail-whitebox p{
	padding:10px 5px 10px;
	font-family: "Open Sans",sans-serif;
    font-size:14px;
	color:#444444;
    font-weight: 500;
	margin:0;
}
.product-detail-3iconbox{
	width:100%;
	float:left;
	padding:10px 0 0;
	}
.product-detail-3iconbox img{
	text-align:center;
	}
.product-detail-3iconbox p, .product-detail-3iconbox{
	font-family: "Open Sans",sans-serif;
    font-size:12px;
	color:#444444;
    font-weight: 500;
	text-align:center;
	padding:5px 0;
	}
	
.product-detail-list{
	width:100%;
	float:left;
	padding:10px 0;
	}
/*.product-detail-list ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
    width:auto;
    padding: 0px;
    margin: 0px;
}*/
.product-detail-list ul li {
 line-height:24px;	
}
.product-detail-list ul li::before {
	color: #238c00;
    content: "\f00c";
    font-family: "FontAwesome";
    margin: 0px 5px 0 0;
}
.product-detail-list ul li a{
    color: #444444;
	text-decoration:none;
}
.product-detail-list ul li a:hover{
    color: #000;
	text-decoration:none;
}

.browser-compatible {
	width:100%;
	float:left;
    text-align: left;
	padding:0 0 10px;
}
.browser-compatible-list{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.browser-compatible-list li {
  display: inline-block;
  list-style:none !important;
  font-family: 'Open Sans', sans-serif;
   font-size:17px;
   color: #333;
   text-decoration:none;
}

.instructions-csr {
	width:100%;
	float:left;
    text-align: left;
	padding:0 0 10px;
}
.instructions-csr h4 {
  font-family: 'Open Sans', sans-serif;
   font-size:18px;
   color: #444444;
   line-height:18px;
   font-weight:500;
   text-decoration:none;
   padding:10px 0;
}
.instructions-csr p {
  font-family: 'Open Sans', sans-serif;
   font-size:14px;
   color: #444444;
   line-height:20px;
   font-weight:400;
   text-decoration:none;
}
.instructions-csr .inputrow{
	float:left;
	padding:5px 0;
	font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #333333;
	font-weight:500;
	}
.instructions-csr .inputrow input, .instructions-csr .inputrow select{
	/*width:100%;*/
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #333333;
	font-weight:500;
	background-color:#eeeeee;
	border:none;
	padding:7px;
	}
.instructions-csr .inputrow .btn-blue {
  float:left;
  padding: 8px 10px;
  background: #0085b2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-top:0px;
  margin-left:10px;
}
.instructions-csr .inputrow .btn-blue:hover, 
.instructions-csr .inputrow .btn-blue:focus{
  font-family: 'Open Sans', sans-serif;
  background: #007096;
  outline: none;
  color: #fff;
  box-shadow: none;
}

.purpletriangle {
    border-left: 630px outset transparent;
    border-right: 630px outset transparent;
    border-top: 30px solid #ececfb;
    height: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 0;
	margin-top:-40px;
	margin-bottom:30px;
}

.progressbar{
	margin:0 auto;
	display:table;
	}
	
/*-------------Product Detail End-------------------*/

/*---------------Product Listing Start--------------------*/

#product-listing {
    background: #ececfb none repeat scroll 0 0;
	padding-top:0px;
	clear:both;
	}
.product-listingbox{
	width:100%;
	float:left;
	padding:10px 0;
	}
.product-listingbox h2 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
.product-listingbox h3 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}

.percent-guarantee-logo{
	 display: table;
    margin: -110px auto 0;
    position: relative;
    width: auto;
    z-index: 9;
	}

.productlistbox{
	width:100%;
	float:left;
	background-color:#333333;
	/*margin-bottom:10px;*/
	}

.productlistbox .titlebox-savedprice{
	width:100%;
	float:left;
	background-color:#ffbf00;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
	}
.productlistbox .titlebox-savedprice .titlebox{
	width:65%;
	float:left;
	background-color:#d95b0c;
	padding:10px 10px;
	margin:0;
	}
.productlistbox .titlebox-savedprice .titlebox h2{
	font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color: #fff;
	text-decoration:none;
	text-align:left;

	padding:4px 0;
	margin:0;
	}
.productlistbox .titlebox-savedprice .yousaved{
	width:35%;
	float:left;
	background-color:#ffbf00;
	font-family: 'Open Sans', sans-serif;
    font-size:12px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	padding:2px 0;
	margin:0;
	}
.productlistbox .titlebox-savedprice .yousaved span{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:19px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:0px 0 0;
	margin:0;
	line-height:16px;
	}
.productlistbox .titlebox-savedprice .yousaved span i{
    font-size:18px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:3px;
	}
.productlistbox .innerproduct-listbox {
	width:100%;
	float:left;
	padding:10px 10px;
}	
.productlistbox ul.innerproduct-list {
  list-style: none outside none;
  margin: 0 0 0 0;
  padding:0 0 0 5px !important;
}

.productlistbox ul.innerproduct-list li {
  list-style: none outside none;
  padding: 3px 0 3px 0px;
  /*border-bottom: 1px solid #f5f5f5;*/
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  font-weight:normal;
}
.productlistbox ul.innerproduct-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #fff;
  font-weight:normal;
  text-decoration:none;
}
.productlistbox ul.innerproduct-list li a i{
    font-size:13px;
    color: #238c00;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:5px;
	}
.productlistbox .innerproduct-buttonbox{
	width:100%;
	float:left;
	padding:0 20px 10px;
	}
.productlistbox .innerproduct-listbox .col-md-6{
	padding-left: 5px !important;
    padding-right: 5px !important;
	}
	
/*------------New Product Listing-----------*/

.productlistbox .pl-titlebox{
	width:100%;
	float:left;
	padding:6px 10px;
	margin:0;
	background-color:#d95b0c;
	}
.productlistbox .pl-titlebox h2{
	font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color: #fff;
	text-decoration:none;
	text-align:left;
	padding:4px 0;
	margin:0;
	}
.productlistbox .pl-yousaved-save{
	width:100%;
	float:left;
	margin:0;
	background-color:#ffbf00;
	}
.productlistbox .pl-savepercent{
	width:25%;
	float:left;
	padding:6px 10px;
	margin:0;
	background-color:#0085b2;
	}
.productlistbox .pl-yousaved{
	width:75%;
	float:left;
	padding:6px 10px;
	margin:0;
	}
.productlistbox .pl-yousaved .yousaved{
	width:100%;
	float:left;
	background-color:#ffbf00;
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #333333;
	text-decoration:none;
	text-align:left;
	padding:0px 5px;
	margin:0;
	}
.productlistbox .pl-yousaved .yousaved span{
	font-family: 'Open Sans', sans-serif;
    font-size:19px;
    color: #d90000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:2px 0 0 10px;
	margin:0;
	line-height:18px;
	}
.productlistbox .pl-yousaved .yousaved span i{
    font-size:18px;
    color: #d90000;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding-right:3px;
	}
.productlistbox .pl-savepercent .saveupto{
	width:100%;
	float:left;
	background-color:#0085b2;
	font-family: 'Open Sans', sans-serif;
    font-size:17px;
    color: #fff;
	text-decoration:none;
	text-align:center;
	padding:0px 0;
	margin:0;
	}
.productlistbox .pl-savepercent .saveupto i{
    font-size:17px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:3px;
	}


.productlistbox .innerproduct-listbox .white-yousaved{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #fff;
	text-decoration:none;
	text-align:left;
	padding:5px 5px;
	margin:0;
	}
.productlistbox .innerproduct-listbox .white-yousaved span{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color: #ffffff;
	text-decoration:none;
	text-align:left;
	font-weight:bold;

	padding:0px 0 0;
	margin:0;
	line-height:16px;
	}
.productlistbox .innerproduct-listbox .white-yousaved span i{
    font-size:22px;
    color: #ffffff;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding-right:3px;
	}
	
.productlist-certificatebox{
	width:100%;
	float:left;
	padding:30px 0 20px;
	}
.productlist-certificate{
	width:100%;
	float:left;
	background-color:#555555;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:10px;
	margin-bottom:10px;
	}
.productlist-certificate h2{
	font-family: 'Open Sans', sans-serif;
    font-size:30px;
    color: #ffffff;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding:8px 5px;
	margin:0;
	}
.productlist-certificate h3{
	font-family: 'Open Sans', sans-serif;
    font-size:20px;
    color: #ffbf00;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding:3px 5px;
	margin:0;
	}
.productlist-certificate p{
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #fff;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding:5px 5px;
	margin:0;
	}
	
.btn-bluecerti {
  padding: 8px 10px;
  background: #0085b2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-top: 10px;
  margin-right:10px;
}
.btn-bluecerti:hover, 
.btn-bluecerti:focus{
  font-family: 'Open Sans', sans-serif;
  background: #007096;
  outline: none;
  color: #fff;
  box-shadow: none;
}

/*-----------------Top Currency Section Start----------------*/
.wrapper-demo {
    margin:0 0;
    *zoom: 1;
    font-weight: 400;
                height:28px;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 3 */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 120px;
    margin: 0 auto;
   /* padding: 4px;*/

    /* Styles */
    /*background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);*/
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: normal;
    color: #fff;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 46px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
                padding:0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
                z-index:99999;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    font-size:13px;
	width:89%;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 45px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 43px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}
.wrapper-dropdown-3 .dropdown li{
    display: block;
                margin:0;
    padding:0 5px 0 5px;
}

.wrapper-dropdown-3 .dropdown li a {
                width:100%;
    display: block;
                margin:0;
    padding: 4px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
                line-height:25px;
                padding:0 5px 0 0;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}


/*-----------------Top Currency Section End----------------*/
/*
 ----------------------------
 Modal Example 1
 ----------------------------
 */
button.close {
    float: right;
} 
.modal-example-content {
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
}
.modal-example-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
}
.modal-example-body p,
.modal-example-header h4 {
    margin: 0;
}
.modal-example-body {
    padding: 20px;
}

@media (max-width:760px){

.modal-example-content {width: 90% !important;}
}
/*
 ----------------------------
 Modal Example 2
 ----------------------------
 */
#modal2 {
    width: 600px;
    height: 300px;
    background: #FFF;
    border-radius: 300px / 150px;
    text-align: center;
    position: relative;
}
#modal2 p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*
 ----------------------------
 Modal Example 3
 ----------------------------
 */
.justme .modal-example-content {
    box-shadow: none;
    border: none;
}
.justme .modal-example-header {
    border: none;
}

/*
 ----------------------------
 Modal Example 4
 ----------------------------
 */
#modal3 {
    margin-top: 70px;
}

/*
 ----------------------------
 Custom animation
 ----------------------------
 */
.custombox-close.customslide .custombox-modal-content {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 1;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    transition-property: all !important;
}
.modal-example-body {
    height: 300px;
    overflow: auto;
}

/*================== Made on 29 sept 2015====================*/


/*-----------------Wizard Page Section Start----------------*/

.yellowboxcontent h2.wizardtitle{
	/*width:100%;
	padding:15px 0 10px 0;*/
	font-family: 'Open Sans', sans-serif;
	font-size:75px;
    color: #444444;
	font-weight:300;
	padding:5px 0;
	margin:0;
	}
.yellowboxcontent h3{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
    color: #444444;
	font-weight:300;
	padding:5px 0;
	margin:0;
	}
.yellowboxcontent h4{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
    color: #444444;
	font-weight:300;
	padding:5px 0;
	margin:0;
	}
	
#ssl-wizard {
    background: #ececfb none repeat scroll 0 0;
	padding-top:0px;
	clear:both;
	}
.ssl-wizardbox{
	width:100%;
	float:left;
	padding:10px 0;
	}
.ssl-wizardbox h2 {
    color: #333333 !important;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ssl-wizardbox h3 {
    color: #333333 !important;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}

.progress, .progress-bar .lightgreen {
  height: 15px;
  line-height: 15px;
  background: #93d24b;
  margin:0;
}
.progress .color2,
.progress .color2 .bar-width{
  background: #468c00;
}
.progress-topmar{
	margin-top:5px;
	}

.ssl-wizard-whitebox{
	width:100%;
	float:left;
	background-color:#fff;
	padding:10px 5px;
}
.ssl-wizard-whiteboxnew{
	width:100%;
	float:left;
	background-color:#fff;
}
.ssl-wizard-yellowboxnew{
	width:100%;
	float:left;
	background-color:#ffbf00;
}
.ssl-wizard-whiteboxnew .wizard-content{
	width:100%;
	float:left;
	padding:10px;
}
.ssl-wizard-yellowboxnew .wizard-yellowcontent{
	width:100%;
	float:left;
	padding:5px;
}

.wizardbox {
	width:100%;
	float:left;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#f2f2f2;
    margin-bottom: 6px;
    padding: 5px 5px;
}
.wizardbox h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
	color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
}
.wizardbox p {
    font-size: 16px;
    font-weight: 400;
	padding:5px 0;
}
.ssl-wizard-whiteboxnew .wizard-content img {
	display:inline !important;
}
.radbtn {
    float: left;
    margin: 4px 10px 0 5px !important;
}

.btn-continue {
  padding: 10px 10px;
  background: #4465AD;
  font-size:15px;
  color: #fff;
  border-radius: 0px;
  border:none;
  margin:10px;
}


.btn-continue:hover, 
.btn-continue:focus{
  background: #3C5B9E;
  outline: none;
  box-shadow: none;
  color:#fff;
} 

.start-overbox{
	width:auto;
	display:table;
	margin:0 auto;
	}

/*-----------------Wizard Page Section End----------------*/


/*-----------------Style made on 6 october 2015----------------*/

.pd-listbox .product-list li a i.wrong, .pd-listbox .product-list div i.wrong{
    font-size:14px;
    color: #cd0000;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:5px;
	}
.rightwrong-icons{
	width:83px;
	height:82px;
	margin:0 auto;
	}
.right-business-validated{ background:url(../images/icon-1-right.png) center no-repeat;}
.wrong-business-validated{ background:url(../images/icon-1-wrong.png) center no-repeat;}

.right-mobile-friendly{ background:url(../images/icon-2-right.png) center no-repeat;}
.wrong-mobile-friendly{ background:url(../images/icon-2-wrong.png) center no-repeat;}

.right-green-address-bar-s{ background:url(../images/icon-3-right.png) center no-repeat;}
.wrong-green-address-bar-s{ background:url(../images/icon-3-wrong.png) center no-repeat;}
.light-box-product {  background: #726d6d ;
    border-radius: 4px;
    float: left;
    padding: 5px 0;}
	
.mostpop-label {
	font-size: 9px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	/*background: #d12631;*/
	padding: 3px 5px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 100;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
	margin-top: 8px;
	margin-right: 0px;
}
.mostpop-top-right {
	top: 0;
	letter-spacing: 1px;
	right: 0px;
}
.pd-additiinput a { font-size:12px; margin-left:10px;}
.add_domain_pop{ 
/*background: #ECECFB;*/
    margin-top: 8px;
    padding: 10px;
    text-align: center;
    width: 60%;
    display:none; 
	margin-bottom:8px;
 background: -moz-linear-gradient(268deg, rgba(255,252,209,1) 0%, rgba(255,249,168,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,252,209,1)), color-stop(100%, rgba(255,249,168,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(268deg, rgba(255,252,209,1) 0%, rgba(255,249,168,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(268deg, rgba(255,252,209,1) 0%, rgba(255,249,168,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(268deg, rgba(255,252,209,1) 0%, rgba(255,249,168,1) 100%); /* ie10+ */
background: linear-gradient(182deg, rgba(255,252,209,1) 0%, rgba(255,249,168,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFCD1', endColorstr='#FFF9A8',GradientType=0 ); 	
	}

.add_domain_pop:before {-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fffcd1;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    bottom: 100%;
    content: " ";
    height: 0;
   pointer-events: none;
    position:absolute;
	top:-6px;
    width: 0;
	}	
@media (max-width:480px){
.add_domain_pop{ width: 90%; }

}
/*-----------------Style made on 16 oct 2015 Start---------------*/

.allbrand-box{
	width:100%;
	float:left;
	background-color:#fff;
	padding:10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	margin-bottom:15px;
	}
.allbrand-box-title{
	width:100%;
	float:left;
	background-color:#EC5A28;
	margin-bottom:10px;
	}
.allbrand-box-title h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #FFFFFF;
	padding:10px;
	}
.allbrand-box-title .hdprologo {
    float: left;
    padding: 5px 0 0;
    width: 155px;
}
.allbrand-box-title .hdprologo img{
	margin:10px ;
	width:100%;
	}
.allbrand-box-button{
	width:100%;
	float:left;
	}
	


/*------------New Product Listing-----------*/

.allbrand-box .productlistbox{
	width:100%;
	float:left;
	background-color:#333333;
	margin-bottom:10px;
	}

.allbrand-box .productlistbox .pl-titlebox{
	width:100%;
	float:left;
	padding:3px 10px;
	margin:0;
	background-color:#d95b0c;
	}
.allbrand-box .productlistbox .pl-titlebox h2{
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #fff;
	text-decoration:none;
	text-align:left;
	padding:4px 0;
	margin:0;
	}
.allbrand-box .productlistbox .pl-yousaved-save{
	width:100%;
	float:left;
	margin:0;
	background-color:#ffbf00;
	}
.allbrand-box .productlistbox .pl-savepercent{
	width:25%;
	float:left;
	padding:3px 10px;
	margin:0;
	background-color:#0085b2;
	}
.allbrand-box .productlistbox .pl-yousaved{
	width:75%;
	float:left;
	padding:3px 10px;
	margin:0;
	}
.allbrand-box .productlistbox .pl-yousaved .yousaved{
	width:100%;
	float:left;
	background-color:#ffbf00;
	font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #333333;
	text-decoration:none;
	text-align:left;
	padding:0px 5px;
	margin:0;
	}
.allbrand-box .productlistbox .pl-yousaved .yousaved span{
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color: #d90000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:2px 0 0 10px;
	margin:0;
	line-height:18px;
	}
.allbrand-box .productlistbox .pl-yousaved .yousaved span i{
    font-size:14px;
    color: #d90000;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding-right:3px;
	}
.allbrand-box .productlistbox .pl-savepercent .saveupto{
	width:100%;
	float:left;
	background-color:#0085b2;
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #fff;
	text-decoration:none;
	text-align:center;
	padding:0px 0;
	margin:0;
	}
.allbrand-box .productlistbox .pl-savepercent .saveupto i{
    font-size:15px;
    color: #333333;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	padding-right:3px;
	}
.allbrand-box .productlistbox .innerproduct-listbox {
	width:100%;
	float:left;
	padding:3px 3px;
}

.allbrand-box .productlistbox .innerproduct-listbox .white-yousaved{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:12px;
    color: #fff;

	text-decoration:none;
	text-align:left;
	padding:5px 5px;
	margin:0;
	}
.allbrand-box .productlistbox .innerproduct-listbox .white-yousaved span{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color: #ffffff;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	padding:0px 0 0;
	margin:0;
	line-height:16px;
	}
.allbrand-box .productlistbox .innerproduct-listbox .white-yousaved span i{
    font-size:16px;
    color: #ffffff;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	padding-right:3px;
	}
.allbrand-box .btn-blue {
  padding: 5px 10px;
  background: #0085b2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-top: 10px;
  margin-right:10px;
}
.allbrand-box .btn-blue:hover, 
.allbrand-box .btn-blue:focus{
  font-family: 'Open Sans', sans-serif;
  background: #007096;
  outline: none;
  color: #fff;
  box-shadow: none;
}

.owl-item .item img {
    width: 200px;
}

.checkoutsummary {
    float: left;
    margin: 0 0 0;
    width: 100%;
}
.ordersummary {
    border: 1px solid #d8d5d6;
    margin: 0 0 5px;
    width: 100%;
}
.ordersummary .orderbox {
    background: #f07725 none repeat scroll 0 0;
}
.ordersummary .orderbox p.orderhead {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding: 15px 0 15px 15px;
}
.ordersummary .orcontext {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0 0;
    width: 100%;
}
.ordersummary .orcontext .productbuy {
    padding: 10px 10px 9px;
}
.ordersummary .orcontext .productbuy .protext {
    color: #5b5b5b;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 3px 0 0;
    width: 80%;
}
.ordersummary .orcontext .productbuy .protext h4{
    color: #f07726;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 3px 0 0;
	margin:0;
}
.ordersummary .orcontext .productbuy .procntrl {
    display: block;
    float: left;
    padding: 5px 0 0;
    text-align: center;
    width: 20%;
}
.ordersummary .orcontext .productbuy .procntrl i{
	font-size:18px !important;
}
.ordersummary .orcontext .productbuy .protext span {
    color: #51a044;
    font-weight: bold;
}
.bdrbtmgry {
    border-bottom: 1px solid #d8d5d6;
}

.totalarea {
    background: #eaeaea none repeat scroll 0 0;
    padding: 0 10px 12px;
	width:100%;
	float:left;
	border-bottom: 1px solid #d8d5d6;
	border-left: 1px solid #d8d5d6;
	border-right: 1px solid #d8d5d6;
}
.totalarea p.totalhd {
    color: #646464;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    padding-top: 9px;
    text-align: left;
    width: 40%;
}
.totalarea p.totalamount {
    color: #52a245;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 34px !important;
    text-align: right;
    width:60%;
}

.totalarea .itemlist {
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: normal;
	text-align:right;
	padding:5px 0;
}
.totalarea .itemlist span {
    color: #f07725;
    line-height: normal;
    padding-left: 4px;
}

.promocodelinkpad {
	width:100%;
	float:left;
	padding:10px 0 ;
}

.ordersummary .orcontext .promocode {
    background: #fafafa none repeat scroll 0 0;
    padding: 9px 10px;
}

.ordersummary .orcontext .promocode .btn-blue {
  padding: 5px 10px;
  background: #0085b2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0;
  border:none;
  margin-top: 0px;
  margin-right:10px;
}
.ordersummary .orcontext .promocode .btn-blue:hover, 
.ordersummary .orcontext .promocode .btn-blue:focus{
  font-family: 'Open Sans', sans-serif;
  background: #007096;
  outline: none;
  color: #fff;
  box-shadow: none;
}

.contactchk {
	width:100%;
	float:left;
    border: 1px solid #d8d5d6;
    margin: 0 0 15px;
}
.contactchk .contbox {
    background: #222222 none repeat scroll 0 0;
}
.contactchk .contbox p.conthead {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding: 15px 0 15px 15px;
}

.contactchk .contcontext {
    background: #fff none repeat scroll 0 0;
    padding: 20px 15px;
}

.contactchk .contcontext p {
	font-family: 'Open Sans', sans-serif;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 18px;
	padding:5px 0;
}
.contactchk .contcontext p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: ##222222;
	font-weight:bold;
    line-height: 18px;
}
.contactchk .contsuport {
    background: #f07725 none repeat scroll 0 0;
    border-bottom: 1px solid #d8d5d6;
    border-top: 1px solid #d8d5d6;
    padding: 10px 20px;
}

.contsuport h3 {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding: 0;
	margin:0;
}

.contactchk .contlinks {
    padding: 0 20px;
}

.contactchk .contlinks ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}

.contactchk .contlinks ul li {
    list-style: outside none none;
    margin: 0;
    padding: 6px 0;
}

.checkout-formbox{
	width:100%;
	float:left;
	border: 1px solid #d8d5d6;
	margin-bottom:12px;
	}
.checkout-formbox .checkouttitle {
    background:#4465AD none repeat scroll 0 0;
}
.checkout-formbox .checkouttitle h2 {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding: 15px 0 15px 15px;
	margin:0;
}
.checkout-formbox .checkout-content{
    background:#fff none repeat scroll 0 0;
	width:100%;
	float:left;
	padding:10px;
}
.checkout-formbox fieldset {
    font-size: 18px;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.checkoutraw {
    float: left;
    margin-top: 10px;
    width: 100%;
	background-color:#f5f5f5;
	padding:10px 10px;
}

.checkout-formbox .checkoutraw label {
    line-height: 34px;
    margin: 0;
    padding: 0 5px 0 10px;
}
.checkoutraw label {
    float: left;
    font-size: 13px;
	font-weight:normal;
    margin-bottom: 20px;
    padding: 5px 0px 0 5px;
    text-align: left;
    width: 35%;
}
.checkoutraw p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:normal;
	color: #4e4e4e;
}
.checkoutraw p.smalltxt{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight:normal;
	color: #4e4e4e;
	padding:5px 0;
}
.checkoutraw label span {
    color: red;
}
.checkoutraw .chkrtdata {
    float: left;
    width: 65%;
	background-color:#f5f5f5;
}
.inputchkout {
    /*background-color:#f8f8f8;*/
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    font-size: 13px;
    padding: 5px 10px;
    width:80%
}
.inputchkout:focus {
    background-color:#fff;
    border: 1px solid #0085bd;
    color: #4e4e4e;
    font-size: 13px;
    padding: 5px 10px;
}
.chk-smalltext {
    color: #9a9a9a !important;
    display: block;
    font-size: 11px !important;
    font-style: italic;
    padding: 3px 0 0;
}
select {
  /*  background-color:#f8f8f8;*/
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    font-size: 13px;
    min-width: 50px;
	width:80%;
    outline: medium none;
    padding: 5px;
}
.inputchkoutsml {
    background-color:#f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    width: 50% !important;
}
.inputchkoutsml:focus {
    background-color:#fff;
    border: 1px solid #0085bd;
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    width: 50% !important;
}

.creditboxes {
    position: relative;
    width: 50%;
}

.floatleftchk {
    float: left;
}

.inputchkoutsm2 {
    background-color:#f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    width: 100% !important;
}
.inputchkoutsm2:focus {
    background-color:#fff;
    border: 1px solid #0085bd;
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    width: 100% !important;
}

.checkoutraw .extensionbox {
    float: left;
	width:20%;
}

.checkoutbluebtn {
    background: #4465AD;
    border: medium none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight:normal;
    padding: 5px 10px 5px;
    text-transform: none;
}

.checkout-popup{
	width:93%;
	position: absolute; 
	z-index: 999; 
	background-color: #f5f5f5; 
	display: block;
	border: 1px solid #b2b2b2;
	}
.checkout-popup .checkoutraw {
    float: left;
    margin-top: 10px;
    width: 100%;
	background-color:#f5f5f5;
	padding:10px 10px;
}
.checkout-popup .checkoutraw p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:normal;
	color: #4e4e4e;
	padding:3px 0px 10px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom:10px;
}

.checkout-popup .inputchkout {
    background-color:#f8f8f8;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    color: #5b5b5b;
    font-size: 14px;
    padding: 7px 10px;
    width: 270px;
}
.checkout-popup .labraw {
    float: left;
    width: 100%;
	padding:10px;
}
.checkout-popup .labraw a{
   font-family: 'Open Sans', sans-serif;
   font-size:12px !important;
   color:#333;
}

.floatleftchk {
    float: left;
}
.cvvcardimg {
    cursor: pointer;
    float: left;
    margin-bottom: 0 !important;
    position: relative;
	margin-left:5px;
}

.checkoutgrnbtn {
    background: #5eb04f;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px 8px;
    text-transform: none;
}
.checkoutraw .creditcard {
    padding: 0 5px 0 5px;
	float:left !important;
}

@media (min-width: 320px) and (max-width: 640px) {
	.checkoutraw label {
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 5px 0 0 5px;
    text-align: left;
    width: 100%;
}
.checkoutraw .chkrtdata {
    background-color: #f5f5f5;
    float: left;
    width: 100%;
}
select {
    background-color:#f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    font-size: 13px;
    min-width: 50px;
	width:100%;
    outline: medium none;
    padding: 5px;
}
.inputchkout {
    background-color: #f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
}
.inputchkoutsml {
    background-color: #f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    width: 80% !important;
}
.creditboxes {
    position: relative;
    width: 100%;
}
.checkoutraw .extensionbox {
    float: left;
    width: 100%;
}
.checkoutbluebtn {
    background: #0085b2 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    padding: 5px 10px;
    text-transform: none;
	margin-top:5px;
}

	}
@media only screen and (max-width: 1024px) {
	.allbrand-box-title .hdprologo {
    float: left;
    padding: 5px 0 0;
    width: 110px;
}
	}
	


@media only screen and (max-width: 800px) {
	.allbrand-box-title .hdprologo {
    float: left;
    padding: 5px 0 0;
    width: 80px;
}
	}
@media only screen and  (max-width:640px){
.allbrand-box-title .hdprologo {
    float: left;
    padding: 5px 0 0;
    width: 100px;
}
}
@media only screen and  (max-width:480px){
.allbrand-box-title .hdprologo img {
    margin: 10px 0 0 -35px;
    width: 100%;
}
}

@media only screen and  (max-width:360px){
.allbrand-box-title .col-xs-3 {width:100%;}
.allbrand-box-title .hdprologo img {
    margin: 10px;
    width: 100%;
}
}
.extra {
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0 24px;
}
.promoAlert {
    background: #f07725;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.taxtList li {
    font-size: 12px;
    line-height: 22px;
    list-style: outside none square;
}
.ErrorCoupon
{
  background: red none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;	
	margin-bottom:10px;
}
.top-number a {
    color: #fff;
}

/*-----------------Style made on 4 Nov 2015 Start---------------*/

.ordersummary .orcontext .productbuy .protextnew {
    color: #5b5b5b;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 3px 0 0;
    width: 70%;
}
.ordersummary .orcontext .productbuy .protextnew h4{
    color: #f07726;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 3px 0 0;
	margin:0;
}
.ordersummary .orcontext .productbuy .procntrlnew {
    display: block;
    float: left;
    padding: 5px 0 0;
    text-align: right;
    width: 30%;
}
.ordersummary .orcontext .productbuy .procntrlnew i{
	font-size:18px !important;
}
.ordersummary .orcontext .productbuy .protextnew span {
    color: #51a044;
    font-weight: bold;
}

.ordersummary .orcontext .productbuy .procntrlnew span {
    color: #51a044;
    font-weight: bold;
}
.totalarea p.totalhd-check {
    color: #646464;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    padding-top: 9px;
    text-align: left;
    width: 30%;
}
.totalarea p.totalamount-check {
    color: #52a245;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 34px !important;
    text-align: right;
    width: 70%;
}
.totalarea p.totalhd-vat {
    color: #646464;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding-top: 9px;
    text-align: left;
    width: 30%;
}
.totalarea p.totalhd-vat small {
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
.totalarea p.vatamount {
    color: #52a245;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 34px !important;
    text-align: right;
    width:70%;
}

.totalarea .botbordergreen{
	border-top:2px solid #52a245;
	}
.checkoutsummary.botmargin{
	margin-bottom:10px;
	}

@media (max-width: 320px) {
.ordersummary .orcontext .productbuy .protextnew {
    width: 100%;
}
.ordersummary .orcontext .productbuy .procntrlnew {
    text-align: left;
    width: 100%;
}
	}
	
/*========Invoice Style Start===============*/

.invoice-box{
        max-width:100%;
        margin:auto;
        padding:20px;
        border:1px solid #eee;
        box-shadow:0 0 1px rgba(0, 0, 0, .15);
        font-size:16px;
        line-height:24px;
        font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color:#555;
		border-top:3px solid #E63400;
		border-bottom:5px solid #222222;
    }
.invoice-box h1{
	font-family:"Open Sans",sans-serif;
	font-size:18px;
	color:#003;
	text-decoration:none;
	padding:10px 0;
	margin:0;
	}

.invoice-box small{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	color:#777;
	text-decoration:none;
	padding:2px 0;
	margin:0;
	}
.invoice-box p{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	color:#777;
	text-decoration:none;
	padding:2px 0;
	margin:0;
	}
.invoice-box p small{
	font-family:"Open Sans",sans-serif;
	font-size:12px;
	color:#777;
	text-decoration:none;
	padding:2px 0;
	margin:0;
	}
.total-due {
	float: left;
	width: 100%;
	border: 1px solid #d6dde2;
	margin: 0 0 20px 0;
	padding: 0;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.total-heading {
	width:100%;
	float:left;
	background: #e7ebee;
	color: #63676b;
	text-shadow: 0 1px 1px #ffffff;
	padding: 8px 10px 0 10px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #d6dde2;
	font-weight: bold;
	text-align:left;
}

.total-heading p, .total-amount p {
	margin: 0; padding: 0;
}

.total-amount {
	width:100%;
	float:left;
	padding: 15px 10px 15px 10px;
	color: #4d5357;
	font-size: 14px;
	text-align:left;
}

.invoice-box table{
        width:100%;
        line-height:inherit;
        text-align:left;
    }
    
    .invoice-box table td{
        padding:10px 5px;
        vertical-align:top;
		color: #4d5357;
	    font-size: 14px;
    }
    
    .invoice-box table tr td:nth-child(2){
        text-align:right;
    }
    
    .invoice-box table tr.top table td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.top table td.title{
        font-size:45px;
        line-height:45px;
        color:#333;
    }
    
    .invoice-box table tr.information table td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.heading td{
        background:#e7ebee;
        border-bottom:1px solid #ddd;
        font-weight:bold;
    }
    
    .invoice-box table tr.details td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.item td{
        border-bottom:1px solid #cfcfcf;
    }
    
    .invoice-box table tr.item.last td{
        border-bottom:none;
    }
	.invoice-box table tr.total td.grandtot{
        font-weight:normal;
		font-size:18px;
		color:#000;
    }
    
    .invoice-box table tr.total td:last-child(2){
        border-top:2px solid #eee;
        font-weight:bold;
    }
	.invoice-box h2{
	font-family:"Open Sans",sans-serif;
	font-size:18px;
	color:#EB5A28 !important;
	text-decoration:none;
	padding:10px 0;
	margin:0;
	text-align:left;
	}
	
	.invoice-box h3{
	font-family:"Open Sans",sans-serif;
	font-size:15px;
	color:#003 !important;
	text-decoration:none;
	padding:10px 0;
	margin:0;
	text-align:left;
	}
	
	.table-botborder{
		border-top:2px solid #cfcfcf;
		}
	.invoicebox{
		width:100%;
		float:left;
		background-color:#f5f5f5;
		border:1px solid #DADADA;
		padding:10px;
		}
    
    @media only screen and (max-width: 600px) {
        .invoice-box table tr.top table td{
            width:100%;
            display:block;
            text-align:center;
        }
        
        .invoice-box table tr.information table td{
            width:100%;
            display:block;
            text-align:left;
        }
    }
.offline-pay-mode {
    background: #f6f6f6 ;
    border: 1px solid #c4c4c4;
    float: left;
    margin-top: 5px;
    padding: 10px;
}
.button-container {
    padding: 30px;
}
@media print {
  body * {
    visibility: hidden;
  }
  #print_area, #print_area * {
    visibility: visible;
  }
  #print_area {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.additional_info .protextnew {
    font-size: 12px !important;
    text-indent: 5px;
}
.additional_info .protextnew h4 {
    font-size: 13px !important;
}
.additional_info .procntrlnew {
    font-size: 13px;
}
/*-----------------Style made on 4 Nov 2015 End---------------*/
.policyDetails {
    background: #f6f6f6 ;
    float: left;
    font-size: 11px;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
    padding: 10px;
	 margin-bottom: 10px;
	 border:1px solid #c4c4c4;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.chkrtdata > label {
    width: 20%;
}
.toptabs{
	background:#e73b03;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	color:#fff;
	padding:15px;
	text-transform:uppercase;
	}
	
.toptabs a{
	color:#fff;
	}	
	
.tablebg1{background:#f8c72c;}
.tablebg2{background:#f9f9ff;}	


.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}
.wrapper-div { display:none; }
.wrapper-div.open {
    display: block;
}
.toptabs.open {  background: #f6f6f6; border: 2px solid #e73b03 }
.toptabs.open a {color:#e73b03; font-weight:bold;}
.smalltab {font-size:13px; padding:8px;}
.re-enroll {
    background: #e7eac2;
}
.searchbar {
    background: #f6f6f6 ;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
    box-shadow: 0 1px 7px 1px #c4c4c4;
   -webkit-box-shadow: 0 1px 7px 1px #c4c4c4;
	-moz-box-shadow: 0 1px 7px 1px #c4c4c4;
	-o-box-shadow: 0 1px 7px 1px #c4c4c4;
    padding: 8px 0 30px 25px;
}

/*---------------------------------New Baner Slider 17 Feb 2016 Start------------------------------*/

/******************************************************************************
  Slider
*******************************************************************************/
.slider {
  background: #f2f2f2;
  padding: 54px 0;
}



.slider > .container {
  position: relative;
}
.slider.load .sliders-box > .col-md-12 + .col-md-12 {
  display: none;
}
.slider .slid {
  position: relative;
}
.slider .slid .slid-img {
  max-height: 402px;
  z-index: 1;
}
.slider .slid-content {
  bottom: 93px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 38px 40px 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 3;
}
.slider .slid-content .title {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 34px;
}
.slider .slid-content .descriptions {
  margin: 0 0 37px 0;
}
.slider .slid-content .btn {
  background: #f8f8f8;
  color: #1e1e1e;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider .slid-content .btn:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider .slider-nav {
  background-color: #1e1e1e;
  background-color: rgba(30,30,30,.97);
  bottom: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 2;
}
.slider .slider-nav .nav-box {
  bottom: 33px;
  left: 40px;
  position: absolute;
  right: 40px;
  text-align: center;
  z-index: 4;
}
.slider .slider-nav .prev,
.slider .slider-nav .next {
  background-color: #fff;
  background-color: rgba(255,255,255,.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #838282;
  display: block;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  width: 60px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider .slider-nav .next {
  left: auto;
  right: 0;
}
.slider .slider-nav .prev *,
.slider .slider-nav .next * {
  vertical-align: middle;
}
.slider .slider-nav .prev {
  margin-right: 2px;
}
.slider .slider-nav .next {
  margin-left: 2px;
}
.slider .container:hover .slider-nav .prev,
.slider .container:hover .slider-nav .next,
.page-slider:hover .slider-nav .prev,
.page-slider:hover .slider-nav .next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider .slider-nav .prev:hover,
.slider .slider-nav .next:hover {
  background-color: #fff;
  color: #a0a0a0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider .slider-nav .prev:hover polygon,
.slider .slider-nav .next:hover polygon {
  fill: #9f9f9f;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider .slider-nav .pagination {
  padding: 0 65px;
  text-align: center;
}
.switches a {
  background: #fff;
  background: rgba(255,255,255,.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 14px;
  margin: 0 3px;
  width: 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.switches a:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.switches a.selected {
  background: #fff;
  background: rgba(255,255,255,.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.progressive-slider .slider-nav .pagination a {
  vertical-align: middle;
}
.page-slider {
  background: none;
  padding: 0;
  position: relative;
}

.progressive-slider-two .sliders-container {
  margin: 0 -15px 0 15px;
  padding: 0;
  position: relative;
}
.progressive-slider-two.load .sliders-box img + img {
  display: none;
}
.progressive-slider-two .pagination {
  bottom: 0;
  left: 0;
  margin: 0 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
}
.progressive-slider-two .pagination a {
  background: #1e1e1e;
  background: rgba(30,30,30,.5);
}
.progressive-slider-two .pagination a:hover,
.progressive-slider-two .pagination .selected {
  background: #1e1e1e;
}
.progressive-slider-two .slider-banners {
  display: table;
  height: 100%;
  table-layout: fixed;
}
.progressive-slider-two .slider-banners .banner {
  display: table-row;
  height: 33.33333333%;
}
.progressive-slider-two .slider-banners .banner {
  background: #f6a232;
}
.progressive-slider-two .slider-banners .banner:nth-child(1) {
  background: #ee485c;
}
.progressive-slider-two .slider-banners .banner:nth-child(2) {
  background: #65a93c;
}
.progressive-slider-three .slider-wrapper {
  border: solid 6px #fff;
  border-radius: 6px;
}
.progressive-slider-three.load .slider-wrapper img + img,
.progressive-slider-four.load .slider-wrapper img + img {
  display: none;
}
.progressive-slider-four {
  background: none;
  padding: 0;
  position: relative;
}
.progressive-slider-four .prev,
.progressive-slider-four .next {
  color: #fff;
  font-size: 40px;
  left: 30px;
  line-height: 1;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.progressive-slider-four .next {
  left: auto;
  right: 30px;
}

.content .progressive-slider .container {
  padding: 0;
  width: 100%!important;
}
.content .slider.progressive-slider {
  padding: 0;
}
.content .slider .slider-nav {
  right: 0;
}
.content .slider .slid-content {
  bottom: 84px;
  padding: 28px 30px 0;
  right: 8px;
  width: 47.333333%;
}
.slider .slider-nav .nav-box {
  left: 23px;
  right: 23px;
}
.content .slider .slider-nav {
  width: 47.333333%;
}
.content .slider .slider-nav .prev,
.content .slider .slider-nav .next {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.content .switches a {
  width: 11px;
  height: 11px;
}
.content .slider .slider-nav .nav-box {
  bottom: 30px;

}
.content .slider .pagination {
  margin: 5px 0;
}

/******************************************************************************
  Slider Revolution
*******************************************************************************/
.slider.rs-slider {
  background: none;
  border: 0 none;
  max-height: 402px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slider.load .tp-banner-container {
  visibility: hidden;
}
.slider.rs-slider .container {
  position: relative;
}

.slider p{font-family: 'Conv_Oblique';}



.slider.rs-slider .title {
  font-family: 'Conv_Oblique';
  color: #303030;
  font-size: 39px;
  font-weight: normal;
  margin: 0;
  line-height:50px;
 
  /*text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;*/
}
.slider.rs-slider .description {
  color: #303030;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding: 0 15px;
  white-space: normal;
}
.slider.rs-slider .btn {
  color: #fff;
}
.slider.rs-slider .btn.dblue {
  background: #006b87;
}
.slider.rs-slider .btn.orang {
  background: #d93600;
  border:1px solid #d93600;
}
.slider.rs-slider .btn.cherry {
  background: #752033;
}
.slider.rs-slider .phone-text {
  color: #fff;
  font-size: 17px;
}
.rs-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-bannertimer {
  background: #777 !important;
  background: rgba(0,0,0,0.1) !important;
  height: 5px !important;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet {
  background: #fff;
  background: rgba(255,255,255,.5);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  display: inline-block;
  height: 14px;
  float: none;
  margin: 0 3px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: top;
  width: 14px;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px
}
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
  background: rgba(255,255,255,.7);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider.rs-slider .tparrows {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  height: 40px !important;
  width: 40px !important;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  -webkit-transition: opacity 0.2s ease-out; */
  -webkit-transform: inherit;
  z-index: 50 !important;
}
.slider.rs-slider .tparrows:before {
  font-family: 'FontAwesome';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 6px;
  text-align: center;
  width: 40px;
  font-size: 19px;
}
.tp-leftarrow:before {
  content: '';
  padding-top:3px;
}
.tp-rightarrow:before {
  content: '';
  padding-top:3px;
}
.slider.rs-slider .tparrows:hover {
  background: #1e1e1e;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
  color: #000 !important;
}
.slider4container .tparrows {
  background: #fff !important;
  background: rgba(255,255,255,0.5) !important;
}
.slider4container .tparrows:hover	{
  background:#fff !important
}
.slider.rs-slider .tp-loader {
  -webkit-animation: none;
  animation: none;
  background-image: url("../img/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px;
  margin: -20px 0 0 -20px;
  width: 40px;
  z-index: 700;
}
.layerslider {
  margin: 0 auto;
}

.slider.rs-slider.full-width {
  max-height: inherit;
}
.slider.rs-slider.full-width .title {
  font-size: 60px;
  line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 180%;
  height: 36px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 0 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
  opacity: .8;
}
.slider.rs-slider.full-width  .tp-rightarrow,
.slider.rs-slider.full-width  .tp-leftarrow {
  display: none !important;
}

/******************************************************************************
  Slider Royal
*******************************************************************************/
.royal-slider {
  background: none;
  padding: 0;
  width: 100%;
}
.royal-slider.load {
  background-image: url("../img/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-color: inherit;
  overflow: hidden;
}
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #f2f2f2;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}
.layer-slider {
  overflow: hidden;
}

/*---------------------------------New Baner Slider 17 Feb 2016 End------------------------------*/
/*==============================ORDER PROCESS START 26 APRIL 2016===================================*/

.order-process{
	width:100%;
	float:left;
	padding:10px 5px 10px;
	margin:0 0 10px;
	/*border-bottom:2px solid #e7e7e7;*/
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.flexer,.progress-indicator{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	}
.no-flexer,.progress-indicator.stacked{display:block;}
.no-flexer-element{
	-ms-flex:0;
	-webkit-flex:0;
	-moz-flex:0;
	flex:0;
	}
.flexer-element,.progress-indicator>li{
	-ms-flex:1;
	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
	}
.progress-indicator{
	margin:0 0 1em;
	padding:0;
	font-size:80%;
	text-transform:uppercase;
	}
.progress-indicator>li{
	list-style:none;
	text-align:center;
	width:auto;
	padding:0;
	margin:0;
	position:relative;
	text-overflow:ellipsis;
	color:#222222;
	display:block;
	font-size:24px; line-height:30px;
	}
.progress-indicator>li:hover{color:#6f6f6f}
.progress-indicator>li.completed,.progress-indicator>li.completed .bubble{color:#65d074;font-size:24px;}
.progress-indicator>li .bubble{
	border-radius:1000px;
	width:60px;
	height:63px;
	background-color:#969696;
	display:block;
	margin:0 auto -25px;
	border-bottom:2px solid #404040;
	z-index:999;
	font-size:24px; line-height:41px;
	color:#fff;
	}
	
.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before{
	display:block;
	position:absolute;
	top:30px;
	width:100%;
	height:6px;
	content:'';
	background-color:#969696;
	z-index:99;
	}
.progress-indicator>li.completed .bubble,
.progress-indicator>li.completed .bubble:after,
.progress-indicator>li.completed .bubble:before{
	background-color:#65d074;
	border-color:#247830;
	color:#FFF;
	z-index:99;
	}
.progress-indicator>li .bubble:before{left:0}
.progress-indicator>li .bubble:after{right:0}

.progress-indicator>li.active,
.progress-indicator>li.active .bubble{color:#eb5a28; font-size:24px; line-height:30px;}

.progress-indicator>li.active .bubble,
.progress-indicator>li.active .bubble:after,
.progress-indicator>li.active .bubble:before{
	background-color:#eb5a28;
	border-color:#404040;
	color:#FFF;
	line-height:40px;
	}
.progress-indicator>li a:hover .bubble,
.progress-indicator>li a:hover .bubble:after,
.progress-indicator>li a:hover .bubble:before{
	background-color:#5671d0;
	border-color:#1f306e;
	color:#FFF;
	}
.progress-indicator>li a:hover .bubble{color:#5671d0;}



.progress-indicator>li.info .bubble{color:#5b32d6}
.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}
.progress-indicator.stacked>li .bubble:after,
.progress-indicator.stacked>li .bubble:before{
	left:50%;
	margin-left:-1.5px;
	width:3px;
	height:100%;
	}

.progress-indicator.stacked .stacked-text{
	position:relative;
	z-index:10;
	top:0;
	margin-left:60%!important;
	width:45%!important;
	display:inline-block;
	text-align:left;
	line-height:1.2em;
	}
.progress-indicator.stacked>li a{border:none}
.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}
.progress-indicator.stacked.nocenter>li .bubble:after,
.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}

.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}

@media only screen and  (max-width:480px){
	.progress-indicator{font-size:60%}
	
	.progress-indicator>li .bubble{
	border-radius:1000px;
	width:30px;
	height:33px;
	background-color:#969696;
	display:block;
	margin:0 auto -25px;
	border-bottom:2px solid #404040;
	z-index:999;
	font-size:16px; 
	line-height:21px;
	color:#fff;
	top:25px;
	}
	.progress-indicator>li.active .bubble{color:#fff; font-size:14px; line-height:21px;}
	.progress-indicator > li.active{color:#eb5a28; font-size:14px; line-height:autopx;}
	.progress-indicator>li{
	list-style:none;
	text-align:center;
	width:auto;
	padding:0;
	margin:0 0 0;
	position:relative;
	text-overflow:ellipsis;
	color:#222222;
	display:block;
	font-size:14px; line-height:30px;
	}
	.progress-indicator>li .bubble:after,
    .progress-indicator>li .bubble:before{
	display:block;
	position:absolute;
	top:17px;
	width:100%;
	height:6px;
	content:'';
	background-color:#969696;
	z-index:99;
	}
	
	}



.orderprocess-boxone {
    background-color: #3458A6;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
.orderprocess-boxone-title {
    background-color: #f8c72c;
    float: left;
   /* margin-bottom: 10px;*/
    width: 100%;
}
.orderprocess-boxone-title h2 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding:5px 10px;
	margin:5px;
}
.orderprocess-boxone p{
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.orderprocess-boxtwo {
    background-color: #eb5a28;
    float: left;
    margin-bottom: 15px;

    padding: 10px;
    width: 100%;
}
.orderprocess-boxtwo .productlistbox {
    background-color: #333333;
    float: left;
  /*  margin-bottom: 10px;*/
    width: 100%;
}
.orderprocess-boxtwo .productlistbox .pl-titlebox {
    background-color: #898989;
    float: left;
    margin: 0;
    padding: 3px 10px;
    width: 100%;
}
.orderprocess-boxtwo .productlistbox .pl-titlebox h2 {
    color: #fff !important;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    text-decoration: none;
	text-transform:uppercase;
}
.orderprocess-boxtwo .productlistbox .pl-yousaved-save {
    background-color: #ffbf00;
    float: left;
    margin: 0;
    width: 100%;
}
.orderprocess-boxtwo .productlistbox .pl-savepercent {
    background-color: #3458A6;
    float: left;
    margin: 0;
    padding: 11px 10px 10px 10px;
    width: 50%;
}
.orderprocess-boxtwo .productlistbox .pl-savepercent p{
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.orderprocess-boxtwo .productlistbox .pl-yousaved {
    float: left;
    margin: 0;
    padding: 10px 10px;
    width: 50%;
}
.orderprocess-boxtwo .productlistbox .pl-yousaved p{
    color: #d90000;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.order-4stepsbox{
	border:1px solid #bababa;
	background-color: #fff;
    float: left;
    margin-bottom: 15px;
    padding: 10px 0px;
    width: 100%;
	}
.order-4stepsbox .stepbox {
    background-color: #3458A6;
    color: #fff;
    display: block;
    font-size: 36px;
    height: 74px;
    line-height: 70px;
    width:100%;
    z-index: 999;
	text-align:center;
}
.order-4stepsbox h1 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0px;
    text-transform:none;
    width: 100%;
}
.order-4stepsbox p {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding:5px 0px;
	line-height:24px;
    text-transform: none;
    width: 100%;
}
.order-4stepsbox .btn-renew {
	width:100%;
    background: #eb5a28 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
	font-size:14px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 10px;
}
.order-4stepsbox .btn-new {
	width:100%;
    background: #898989 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
	font-size:14px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 10px;
}
.order-4stepsbox .textareachkout {
    background-color: #f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    font-size: 13px;
    padding: 5px 10px;
    width: 99%;
}
.order-4stepsbox select {
    background-color: #f8f8f8;
    border: 1px solid #b2b2b2;
    color: #4e4e4e;
    font-size: 13px;
    min-width: 50px;
    outline: medium none;
    padding: 5px;
    width: 50%;
}
.order-4stepsbox-button{
    float: left;
    margin-bottom: 15px;
    padding: 10px 0px;
    width: 100%;
	}
.order-4stepsbox-button .order-yellowboxnew {
    background-color: #ffbf00;
    float: left;
    width: 100%;
}
.order-4stepsbox-button .btn-continue {
    background: #3458A6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    margin: 10px;
    padding: 10px;
}
.fa-ul {
    list-style-type: none;
	margin:15px 15px 15px 2.14286em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
	font-size:14px !important;
	line-height:24px;
}
.order-4stepsbox .resp-tabs-container p{font-size:14px !important; color:#333333;} 
.order-4stepsbox h2.resp-accordion {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #3b3d3c !important;
    border-color: #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #fff !important;
    font-size: 13px;
    margin: 0;
    padding: 10px 15px;
}

@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 480px) {
	
	.centertst{
	color:#fff;
	margin-top:-35px !important;
	position:relative;
	z-index:999;
	}
	.orderprocess-boxtwo .productlistbox .pl-titlebox h2 {
		color: #fff !important;
		font-family: "Open Sans",sans-serif;
		font-size: 18px;
		padding: 4px 0;
	}
	.orderprocess-boxtwo .productlistbox .pl-savepercent {
		width: 100%;
	}
	.orderprocess-boxtwo .productlistbox .pl-savepercent p{
		color: #fff;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
	}
	.orderprocess-boxtwo .productlistbox .pl-yousaved {
		width: 100%;
	}
	.orderprocess-boxtwo .productlistbox .pl-yousaved p{
		color: #d90000;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
	}
	}
@media only screen and (max-width: 360px) {
	.orderprocess-boxtwo .productlistbox .pl-titlebox h2 {
		color: #fff !important;
		font-family: "Open Sans",sans-serif;
		font-size: 18px;
		padding: 4px 0;
	}
	 .orderprocess-boxtwo .productlistbox .pl-savepercent {
		width: 100%;
	}
	.orderprocess-boxtwo .productlistbox .pl-savepercent p{
		color: #fff;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
	}
	.orderprocess-boxtwo .productlistbox .pl-yousaved {
		width: 100%;
	}
	.orderprocess-boxtwo .productlistbox .pl-yousaved p{
		color: #d90000;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
	}
	
.heightL{
	line-height:15px;
	font-size:12px;}	
	}
@media only screen and (max-width: 320px) {
	.orderprocess-boxtwo .productlistbox .pl-titlebox h2 {
		color: #fff !important;
		font-family: "Open Sans",sans-serif;
		font-size: 18px;
		padding: 4px 0;
	}
	.orderprocess-boxtwo .productlistbox .pl-savepercent {
		width: 100%;
	}
	.orderprocess-boxtwo .productlistbox .pl-savepercent p{
		color: #fff;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
	}
	.orderprocess-boxtwo .productlistbox .pl-yousaved {
		width: 100%;
	}
	.orderprocess-boxtwo .productlistbox .pl-yousaved p{
		color: #d90000;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
	}
	
	
	}
	
	
.centertst{
	color:#fff;
	margin-top:-50px;
	position:relative;
	z-index:999;
	}
.mt20 {
    margin-top: 20px;
}

.cart-pic {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    margin: 0 auto;
    padding: 0px 3px 0 5px;
    width:auto;
	float:left;
	display:inline-block;
	border-radius:3px;
}
.cart-pic-num{
	width:auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	position:relative;
	top:-5px;
	right:5px;
	background:#6c6c6c;
	color:#fff;
	font-size:9px;
	text-align:center;
	font-weight: bold;
    padding: 1px 4px
	}	

.search{
  position:relative;
  display: inline-block;
  float:right;
  margin-top:10px;
}
.search [class^="icon-"]{
  background: #EB5A28;
  color:#fff;
  border-radius:5px;
  display:inline-block;
  padding:6px 7px 7px;
  font-size:18px;
  text-shadow:1px 1px 2px #21638F;
  box-shadow: inset 0px 0px 0px #21638F;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  cursor: pointer;
  z-index:10;
  position:relative;
}
.search [class^="icon-"]:hover{
  background: #EB5A28;
  text-shadow:0px 0px 0px #bb4800;
  box-shadow: inset 0px 0px 8px #bb4800;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.search_form{
  background: #898989;
  position:absolute;
  z-index:0;
  padding:0px 5px;
  right:0;
  top:15px;
  overflow: hidden;
  /*border-radius:10px;*/
  width: 20px;
  height:0px;
  z-index:99999;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}
.search_form input{
  background:#fff;
  border:none;
}
.search_form input[type='text']{
  border-radius:5px 0 0 5px;
  width:170px;
  margin:0px 1px 0px 0;
  padding:1px 5px 1px;
  /*min-height:25px;*/
  height:25px;
  float:left;
  color:#333;
}
.search_form input[type='submit']{
  border-radius:0 5px  5px 0;
  text-transform:uppercase;
  font-size:11px;
  padding:0px 5px;
  min-height:25px;
  margin:0px 0px 0px 0;
  cursor: pointer;
  float:left;
}
.search-box{
  visibility: hidden;
}
.search-box:checked~.search_form{
  width: 235px;
  height:35px;
  padding:5px;
  top:35px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search-box:checked~.search_form form{
  opacity:1;
  transition:0.3s all ease-out 0.5s;
  -webkit-transition:0.3s all ease-out 0.5s;
}
.innerpage-titlebox{
	width:100%;
	float:left;
	padding:0;
	margin:0px 0px 15px 15px;
	/*border-bottom:4px double #eb5a28;*/
	/*margin:15px 0;*/
	}
.innerpage-titlebox h1{
	font-family: 'Open Sans', sans-serif;
	font-size:45px;
    color: #fff;
	font-weight:500;
	padding:5px 0;
	margin:0;
	}
.innerpage-titlebox h2{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
    color: #fff;
	font-weight:300;
	padding:5px 0;
	margin:0;
	}
.sidebar-adboxes {
    float: left;
    padding: 1px 0;
    text-align: center;
    width: 100%;
}
.sidebar-adboxes .tcustomers {
    margin: 0;
    padding: 0;
    width: 100%;
}
.sidebar-adboxes .tcustomers p.chead {
    background: #eb5a28 none repeat scroll 0 0;
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.005em;
    line-height: 20px;
    padding: 10px 5px 10px 7px;
    text-align: left;
}
.sidebar-adboxes .tcustomers p.cuslogo {
    display: block;
    padding: 0;
}	
.innerpage-ban {
    display: block;
    float: left;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
.innerpage-ban img {
    position: relative;
    width: 100%;
}
.jconfirm-box {
    border: 3px solid #de3903;
}
#homeadds .adbox {
 /*   padding: 15px;
    background: #fff; */
}
/*==============================ORDER PROCESS END 26 APRIL 2016===================================*/



.pn-main{ width:100%; float:left; padding-bottom:40px; padding-top:20px;}
.pn-main h1{ font-size:30px; color:#13378e; font-weight:600; padding-bottom:10px;}
.pn-main h2{ font-size:20px; color:#d63905; font-weight:600; padding-bottom:10px;}
.pn-main ul{ list-style:none;  width:100%; float:left; margin-bottom:10px;}
.pn-main ul li{ display:inherit; padding:10px; margin:0px; width:50%; font-size:15px; color:#333333;}
.pn-main ul li i{color:#13378e; padding-right:5px;}
.pn-main p{font-size:14px !important; color:#333333 !important;}
.pn-main-dropdown{ width:50%; float:right; margin-bottom:20px;}
.dropdown{ width:47%;  margin:0 0 0 15px; float:left; border:solid 1px #b2b2b2; background:#fff; font-size:14px; padding:5px 5px;}
.pn-left-new {   border-top: 1px solid #D95B0C ; border-left: 1px solid #D95B0C; }
.pn-left-new .brand-img {margin:20px 0 0 0; }
.pmd3{ width:57%;}
.dd3 {width:30%; }

.pn-section{ background:#f2f2f2; padding:20px 20px; float:left; width:100%; margin-bottom:20px;}
.pn-left-new{width: 30%; background:#fff; height:101px; float:left; padding:10px;}
.pn-left{width: 40%; background:#d95b0c; float:left; }
.pn-right{width: 30%; background:#3D60AA; height:100px; float:left;}
.pn-titlebox{ background:#d95b0c; font-size:16px; height:60px; padding:7px 0 0 10px ; width: 100%; color:#fff; display:table-cell; vertical-align:middle;}
.top-coupon-text  a {  color: #000; }
.pn-savepercent{background-color: #0085b2; float: left; margin: 0; height:40px; width: 25%; padding:7px 0 0 0px ;}
.pn-savepercent .saveupto1{ background-color: #0085b2; color: #fff; float: left; font-family: "Open Sans",sans-serif; font-size: 16px; margin: 0; padding: 0; text-align: center; text-decoration: none; width: 100%;}



.pn-yousaved {float: left; margin: 0; padding:9px 0 10px 10px; width: 100%; text-align:center;}
.pn-yousaved .yousaved1 {background-color: #ffbf00; color: #333333; float: left; font-family: "Open Sans",sans-serif; font-size: 11px; margin: 0; padding: 0 5px; text-align: left; text-decoration: none; width: 100%;}
.pn-yousaved .yousaved1 span {color: #d90000; font-family: "Open Sans",sans-serif; font-size: 15px; font-weight: bold; line-height: 18px; margin: 0; padding: 2px 0 0 10px; text-align: center; text-decoration: none;}

.pn-right-main1{width:100%; background:#3D60AA; float:left;}
.pn-right-main2{width:100%; background:#3D60AA; float:left; text-align: center; font-size:16px; font-weight:600; color:#fff; padding-top:6px; text-align: center; }
.pn-right-main2 span{font-size:15px; font-weight:400;  padding-top:3px; width:100%; float:left; text-align:center;}



.pn-right .sticker-img{ width:80%; text-align:center; float:left; padding-top:8px;}
.pn-right .top-coupon{ margin-right:10px; width:12%; float: right; }
.pn-right .top-coupon-text{ background:#ffbf00; font-size:13px; padding:3px 0 3px 0 ; text-transform:uppercase; text-align:center; color:#000;float:left; width:25px;}
.yellowtriangle1 {
    border-left: 13px outset transparent;
    border-right: 12px outset transparent;
    border-top: 8px solid #ffbf00;
    height: 0;
    margin: 24px 0 0 0;
    position: relative;
    text-align: center;
    width: 0;
}

.pn-listing{ width:80%; float:left;}
.pn-listing ul{list-style:none; width:100%; margin:0px; padding:0px; }
.pn-listing ul li{color:#fff; display:inline !important; width:50%; font-size:12px; padding:0px; float:left; }
.pn-listing ul li i{color:#238c00; padding:10px 0;}


.pn-button{ width:20%; float:left; padding-top:20px;}
.pn-button a{ background:#d95b0c; padding:8px 25px; color:#fff; font-size:18px; }
.pn-button a:hover{ background:#c94d00;}


.prcntrlbox { background:#e7f9ff; border: 1px solid #0f8cb7; margin: 30px 0; width: 100%; float:left; padding:20px 10px; font-family: 'Open Sans', sans-serif;}
.prcntrlbox-left {float: left; width: 60%;}
.prcntrlbox-right{float: left; width: 40%;}
.prcntrlbox-title { font-size:18px; color:#232323; font-weight:600; margin-bottom:10px;}
.prcntrlbox-title1 { font-size:18px; color:#232323; font-weight:600; margin-bottom:10px; text-align:right;}
.prcntrlbox-img{ float:left;}
.prcntrlbox-img1{ float:right;}




@media only screen and (max-width: 1024px){

.pn-left{width: 70%; background:#d95b0c; float:left; }
.pn-right{width: 100%; background:#0085b2; height:110px; float:left;border-top:solid 1px #007197;}

.pn-right-main2{width:100%; background:#0085b2; float:left; text-align: center; font-size:16px; font-weight:600; color:#fff; padding-top:6px; text-align: left; }
.pn-right-main2 span{font-size:15px; font-weight:400;  padding-top:3px; width:100%; float:left; text-align:left;}


.pn-right .sticker-img{ width:80%; text-align:left; float:left; padding-top:8px; padding-left:20px;}
.pn-right-main2{text-align: left; padding-top:6px; padding-left:20px; }

.pn-listing{ width:100%; float:left;}
.pn-button{ width:100%; float:left; padding:20px 0; justify-content:center; display:flex;}
.pn-button a{ background:#d95b0c; padding:8px 25px; color:#fff; font-size:18px; }
	
}


@media only screen and (max-width: 1024px){
.pn-main-dropdown{ width:60%; float:right; margin-bottom:20px;}
.dropdown{ width:47%;  margin:0 0 0 15px; float:left; border:solid 1px #b2b2b2; background:#fff; font-size:14px; padding:5px 5px;}
.pmd3{ width:57%;}
.dd3 {width:30%; }
.pn-left-new .brand-img {max-width: 100%;}
}
@media only screen and (max-width: 980px){

.pmd3 {  width: 84%; }
.pn-main-dropdown { width: 80%; }
}
@media only screen and (max-width: 640px){

.pmd3 {  width: 100%; }
.pn-main-dropdown { width: 100%; }
}

@media only screen and (max-width: 480px){

.pn-left{width: 70%; background:#d95b0c; float:left; }
.pn-right{width: 100%; background:#0085b2; height:80px; float:left;border-top:solid 1px #007197;}

.pn-right .sticker-img{ width:80%; text-align:left; float:left; padding-top:8px; padding-left:20px;}
.pn-right-main2{text-align: left; padding-top:6px; padding-left:20px; }

.pn-listing ul li{color:#fff; display:inline !important; width:100%; font-size:12px; padding:0px; float:left; }

.pn-listing{ width:100%; float:left;}
.pn-button{ width:100%; float:left; padding:20px 0; justify-content:center; display:flex;}
.pn-button a{ background:#d95b0c; padding:8px 25px; color:#fff; font-size:18px; }

.pn-main-dropdown{ width:100%; float:right; margin-bottom:20px;}
.dropdown{ width:100%;  margin:0 0 15px 0px; float:left; border:solid 1px #b2b2b2; background:#fff; font-size:14px; padding:5px 5px;}
.pn-main ul li {width:100%;}
	
}


@media only screen and (max-width: 360px){
.pn-left-new{width: 100%; background:#fff; float:left; padding:10px;}
.pn-left{width: 100%; background:#d95b0c; float:left; }
.pn-right{width: 100%; background:#0085b2; height:80px; float:left;border-top:solid 0px #007197;}
.pn-titlebox{ background:#d95b0c; font-size:16px; height: auto; padding:7px 10px ; width: 100%; color:#fff;}
.pn-savepercent{background-color: #0085b2; float: left; margin: 0; height:auto; width: 100%; padding:7px 0px ;}

.pn-yousaved {float: left; margin: 0; padding: 9px 10px; width: 100%; text-align:center;}

.prcntrlbox-left {float: left; width: 100%; margin-bottom:30px;}
.prcntrlbox-right{float: left; width: 100%;}
.prcntrlbox-title1 { text-align:left;}
.prcntrlbox-img1{ float:left;}
.pn-main ul  {padding: 0;}
.pn-left-new { border: 1px solid #d95b0c; }
.pn-left-new .brand-img { margin-left: auto; margin-right: auto;  display: block; }
}
/*.pn-main{ width:100%; float:left; padding-bottom:40px; padding-top:20px;}
.pn-main h1{ font-size:30px; color:#13378e; font-weight:600; padding-bottom:10px;}
.pn-main h2{ font-size:20px; color:#d63905; font-weight:600; padding-bottom:10px;}
.pn-main ul{ list-style:none;  width:100%;}
.pn-main ul li{ display:inherit; padding:0px; margin:0px; width:50%; font-size:15px; color:#333333; padding-bottom:10px;}
.pn-main ul li i{color:#13378e; padding-right:5px;}
.pn-main p{font-size:14px !important; color:#333333 !important;}
.pn-main-dropdown{ width:50%; float:right; margin-bottom:20px;}
.pmd3{ width:57%;}
.dd3 {width:30%; }
.dropdown{ width:47%;  margin:0 0 0 15px; float:left; border:solid 1px #b2b2b2; background:#fff; font-size:14px; padding:5px 5px;}



.pn-section{ background:#f2f2f2; padding:20px 20px; float:left; width:100%; margin-bottom:20px;}
.pn-left{width: 72%; background:#d95b0c; float:left; }
.pn-right{width: 28%; background:#0085b2; height:101px; float:left;}
.pn-titlebox{ background:#d95b0c; font-size:18px; height:40px; padding:7px 0 0 10px ; width: 100%; color:#fff;}
.pn-savepercent{background-color: #0085b2; float: left; margin: 0; height:40px; width: 25%; padding:7px 0 0 0px ;}
.pn-savepercent .saveupto1{ background-color: #0085b2; color: #fff; float: left; font-family: "Open Sans",sans-serif; font-size: 16px; margin: 0; padding: 0; text-align: center; text-decoration: none; width: 100%;}

.pn-yousaved {float: left; margin: 0; padding: 9px 0 0 10px; width: 75%; text-align:center;}
.pn-yousaved .yousaved1 {background-color: #ffbf00; color: #333333; float: left; font-family: "Open Sans",sans-serif; font-size: 14px; margin: 0; padding: 0 5px; text-align: left; text-decoration: none; width: 100%;}
.pn-yousaved .yousaved1 span {color: #d90000; font-family: "Open Sans",sans-serif; font-size: 19px; font-weight: bold; line-height: 18px; margin: 0; padding: 2px 0 0 10px; text-align: center; text-decoration: none;}

.pn-right-main1{width:100%; background:#0085b2; float:left;}
.pn-right-main2{width:100%; background:#0085b2; float:left; text-align: center; font-size:15px; font-weight:600; color:#fff; padding-top:10px; }

.pn-right .sticker-img{ width:80%; text-align:center; float:left; padding-top:25px;}
.pn-right .top-coupon{ margin-right:10px; width:12%; float: right; }
.pn-right .top-coupon-text{ background:#ffbf00; font-size:13px; padding:3px 0 3px 0 ; text-transform:uppercase; text-align:center; color:#000;float:left; width:25px;}
.yellowtriangle1 {
    border-left: 13px outset transparent;
    border-right: 12px outset transparent;
    border-top: 8px solid #ffbf00;
    height: 0;
    margin: 24px 0 0 0;
    position: relative;
    text-align: center;
    width: 0;
}

.pn-listing{ width:80%; float:left;}
.pn-listing ul{list-style:none; width:100%; margin:0px; padding:0px; }
.pn-listing ul li{color:#fff; display:inline !important; width:50%; font-size:12px; padding:0px; float:left; }
.pn-listing ul li i{color:#238c00; padding:10px 0;}


.pn-button{ width:20%; float:left; padding-top:20px;}
.pn-button a{ background:#d95b0c; padding:8px 25px; color:#fff; font-size:18px; }
.pn-button a:hover{ background:#c94d00;}



@media only screen and (max-width: 1024px){

.pn-left{width: 100%; background:#d95b0c; float:left; }
.pn-right{width: 100%; background:#0085b2; height:80px; float:left;border-top:solid 1px #007197;}

.pn-right .sticker-img{ width:80%; text-align:left; float:left; padding-top:8px; padding-left:20px;}
.pn-right-main2{text-align: left; padding-top:6px; padding-left:20px; }

.pn-listing{ width:100%; float:left;}
.pn-button{ width:100%; float:left; padding:20px 0; justify-content:center; display:flex;}
.pn-button a{ background:#d95b0c; padding:8px 25px; color:#fff; font-size:18px; }
	
}


@media only screen and (max-width: 1024px){
.pn-main-dropdown{ width:100%; float:right; margin-bottom:20px;}
.dropdown{ width:47%;  margin:0 0 0 15px; float:left; border:solid 1px #b2b2b2; background:#fff; font-size:14px; padding:5px 5px;}
.pmd3{width:100%; }
.dd3 {width:30%};
} 

@media only screen and (max-width: 480px){

.pn-left{width: 100%; background:#d95b0c; float:left; }
.pn-right{width: 100%; background:#0085b2; height:80px; float:left;border-top:solid 1px #007197;}

.pn-right .sticker-img{ width:80%; text-align:left; float:left; padding-top:8px; padding-left:20px;}
.pn-right-main2{text-align: left; padding-top:6px; padding-left:20px; }

.pn-listing ul li{color:#fff; display:inline !important; width:100%; font-size:12px; padding:0px; float:left; }
.pn-main ul li {width:100%; }
.pn-listing{ width:100%; float:left;}
.pn-button{ width:100%; float:left; padding:20px 0; justify-content:center; display:flex;}
.pn-button a{ background:#d95b0c; padding:8px 25px; color:#fff; font-size:18px; }

.pn-main-dropdown{ width:100%; float:right; margin-bottom:20px;}
.dropdown{ width:100%;  margin:0 0 15px 0px; float:left; border:solid 1px #b2b2b2; background:#fff; font-size:14px; padding:5px 5px;}
.pmd3{ width:100%;}
.dd3 {width:100%};	
}


@media only screen and (max-width: 360px){
.pn-right{width: 100%; background:#0085b2; height:80px; float:left;border-top:solid 0px #007197;}
.pn-titlebox{ background:#d95b0c; font-size:16px; height: auto; padding:7px 10px ; width: 100%; color:#fff;}
.pn-savepercent{background-color: #0085b2; float: left; margin: 0; height:auto; width: 100%; padding:7px 0px ;}

.pn-yousaved {float: left; margin: 0; padding: 9px 10px; width: 100%; text-align:center;}

}
*/









.cd-tabs-navigation {
    padding: 0;
}
.prcntrlbox { background:#e7f9ff; border: 1px solid #0f8cb7; margin: 30px 0; width: 100%; float:left; padding:20px 10px; font-family: 'Open Sans', sans-serif;}
.prcntrlbox-left {float: left; width: 60%;}
.prcntrlbox-right{float: left; width: 40%;}
.prcntrlbox-title { font-size:18px; color:#232323; font-weight:600; margin-bottom:10px;}
.prcntrlbox-title1 { font-size:18px; color:#232323; font-weight:600; margin-bottom:10px; text-align:right;}
.prcntrlbox-img{ float:left;}
.prcntrlbox-img1{ float:right;}



@media only screen and (max-width: 360px)
{

.prcntrlbox-left {float: left; width: 100%; margin-bottom:30px;}
.prcntrlbox-right{float: left; width: 100%;}
.prcntrlbox-title1 { text-align:left;}
.prcntrlbox-img1{ float:left;}
}
.pn-main li::before {
    color: #238c00;
    content: "\f00c";
    font-family: "FontAwesome";
    margin: 0px 5px 0 0;
}




/*-----------------Style made on 1 August 2016----------------*/

.pr-main{ width:800px; float:left;}
.pr-submain{ width:100%; padding:10px 20px;}
.pr-main h1{background:#d63905; font-size:30px; padding:15px 20px; color:#fff;}
.pr-submain h2{font-size:22px; padding:0px 0 0 0; color:#13378e; line-height:0px; margin-bottom:25px;}
.pr-submain h3{font-size:22px; padding:0px 0 0 0; color:#d63905; line-height:0px; margin-bottom:10px; font-weight:600; padding:20px 0;}
.pr-submain p{font-size:13px; padding:0px 0 20px 0; color:#333333; line-height:22px;}
.pr-submain ul{ list-style:none; margin:0px; padding:0px; width:100%;}
.pr-submain ul li{font-size:14px; color:#333333; width:33%; float:left; margin-bottom:6px; padding-left:20px; position:relative;}
.pr-submain ul li::before{ content:"\f00c"; font-family:'FontAwesome'; padding-right:6px; position:absolute; left:0px;}
.pr-submain ul li i{ color:#13378e; width:20px; font-size:16px;}

.ss-table{ border-collapse:collapse; border-left:solid 1px #d1d1d1; border-top:solid 1px #d1d1d1; width:100%; margin-bottom:20px;}
.ss-table tr{border-bottom:solid 1px #d1d1d1;}
.ss-table td{border-right:solid 1px #d1d1d1; padding:5px;}
.ss-table td i{color:#468c00; font-size:50px; }
.ss-table td i.cross{color:#ff001f; }


/*-----------------Style made on 1 August 2016----------------*/






/*-----------------Style made on 22 August 2016----------------*/
.section1{ background:#34495e; width:100%; float:left; }
.section1-left{ width:25%; float:left; padding:20px 0 0 0}
.section1-left ul{ list-style:none; padding:0px; margin:0px;}
.section1-left ul li{}
.section1-left ul li a{font-size:18px; font-weight:600; color:#fff; font-family: 'Open Sans', sans-serif; padding:12px 8px 12px 20px; width:100%; float:left; margin-bottom:10px;}
.section1-left ul li a:hover{ background:#233342; }
.section1-left ul li a.active{ background:#233342;}
.section1-left ul li i{ color:#ffe209; width:25px;}
.section1-right{ width:75%; float:left; background:#ecf0f1;border-right:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6;}                           

.section2{background:#ffffff; width:100%;border-bottom:solid 0px #e6e6e6; padding:25px 0px 0 20px; float:left;}
.section2 ul{margin: 0; padding: 0;}
.section2 ul li{ float:left; margin-right:10px;}
.section2 ul li a{ float:left; font-size:14px; color:#34495e; font-weight:600;font-family: 'Open Sans', sans-serif; padding:0 10px 10px 10px;}
.section2 ul li a:hover{ border-bottom:solid 4px #4465ad;}
.section2 ul li span{-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#eb5a28; color:#fff; font-size:14px;  float:right; text-align:center; margin-left:10px; line-height: 25px; height: 25px; width: 25px;} 
.section2 ul li a.active{ border-bottom:solid 4px #4465ad;}

.section3{background:#ecf0f1; width:100%; border-top:solid 1px #d6d7d9; padding:25px 20px 30px 20px; float:left;font-family: 'Open Sans', sans-serif; min-height: 680px;}
.section3 h2{font-size:18px; color:#34495e; font-weight:600; margin-bottom:15px; }
.section3 h2 span{ float:right}
.section3 h2 span a{ font-size:14px; color:#eb5a28; }
.section3 h2 span a:hover{ color:#000; }

.section4{ width:100%; margin-bottom:30px;}
.section4 table{ border-bottom:solid 1px #dfe0e2; border-left:solid 1px #dfe0e2; border-top:solid 1px #dfe0e2; font-size:14px; color:#34495e; font-family: 'Open Sans', sans-serif; line-height:18px; background:#fff;}
.section4 table tr.orange-bg{ background:#eb5a28; color:#fff;  text-transform:uppercase;  font-weight:600; }
.section4 table td{ padding:10px; border-right:solid 1px #e0d9d9;  border-bottom:solid 1px #e0d9d9; }


.section5{ width:100%; padding:0 20px 30px 20px; color:#fff; font-family: 'Open Sans', sans-serif; }
.section5 .lables{ margin-bottom:12px;}
.section5 .lables select{border:solid 1px #576777; background:#475a6d; padding:3px 5px ; width:100%; height:30px; font-size:13px; color:#fff} 
.section5 .lables input{border:solid 1px #576777; background:#475a6d; padding:3px 5px ; width:100%; height:30px; font-size:13px;} 
.section5 .lables span{ color:#fff; font-size:15px; font-weight:600; margin-bottom:5px; float:left;}
.section5-center{display: flex; justify-content: center;}
.section5-button a{
	margin-top:10px;
    background: #fc551c none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
	font-weight:600;
    font-size: 14px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;}
.section5-button a:hover{ background: #ce3602 none repeat scroll 0 0;}

@media only screen and (max-width: 1024px){

.section2 ul li{ float:left; margin-right:5px;}
.section2 ul li a{ float:left; font-size:13px; color:#34495e; font-weight:600;font-family: 'Open Sans', sans-serif; padding:0 5px 10px 5px;}
.section2 ul li span{font-size:12px; width:20px; height:20px; float:right; text-align:center; margin-left:5px; padding-top:2px; line-height: 22px; height: 25px; width: 25px;} 

}

@media only screen and (max-width: 980px){

.section1-left ul li a{font-size:14px; font-weight:600; color:#fff; font-family: 'Open Sans', sans-serif; padding:12px 8px 12px 10px; width:100%; float:left; margin-bottom:10px;}
.section1-left{ width:100%; float:left; padding:20px 0 0 0}
.section1-left ul li{ float:left;}
.section1-right{ width:100%; float:left; background:#ecf0f1;border-right:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6;}                           
.section3{ min-height:100%;}

.section2{border-left:solid 1px #e6e6e6;}
.section2 ul li{ float:left; margin-right:10px;}

.prcntrlbox{ display:none;}
}

@media only screen and (max-width: 640px){
.section1-left ul li a{font-size:14px; font-weight:600; color:#fff; font-family: 'Open Sans', sans-serif; padding:12px 8px 12px 10px; width:100%; float:left; margin-bottom:10px;}
.section1-left{ width:100%; float:left; padding:20px 0 0 0}
.section1-left ul li{ float:left;}
.section1-right{ width:100%; float:left; background:#ecf0f1;border-right:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6;}                           

.section2{padding:25px 20px 0 20px;}
.section2 ul li{ float:left; margin-bottom:20px; width:100%;}
.section2 ul li a{ float: left; width:100%;  font-size:13px; color:#34495e; font-weight:600;font-family: 'Open Sans', sans-serif; padding:0 0px 10px 0px;}
.section2 ul li span{font-size:12px; width:20px; height:20px; float:right; text-align:center; margin-left:10px; padding-top:2px; line-height: 22px; height: 25px; width: 25px;} 

.section11-table{ width:100%; overflow-x: scroll;}
.section11-table .tablets{ min-width:700px !important; }

}

@media only screen and (max-width: 600px){
.section2 ul li{ float:left; }
.section2 ul li a{ float:left; font-size:12px; color:#34495e; font-weight:600;font-family: 'Open Sans', sans-serif; padding:0 0px 10px 0px;}
.section2 ul li span{font-size:12px; width:20px; height:20px; float:right; text-align:center; margin-left:5px; padding-top:2px; line-height: 22px; height: 25px; width: 25px;} 


/*.section11-table{ width:530px; overflow-x: scroll;}*/
.section11-table .tablets{ min-width:700px !important; }
}

@media only screen and (max-width: 480px){
.section1-left ul li a{font-size:14px; font-weight:600; color:#fff; font-family: 'Open Sans', sans-serif; padding:12px 8px 12px 15px; width:100%; float:left; margin-bottom:10px;}
.section1-left{ width:100%; float:left; padding:20px 0 0 0}
.section1-left ul li{ float:none;}
.section1-right{ width:100%; float:left; background:#ecf0f1;border-right:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6;}                           


/*.section11-table{ width:410px; overflow-x: scroll;}*/
.section11-table .tablets{ min-width:700px !important; }
.platinum-partner {
    padding: 15px 0 0 0 !important;
}
}

@media only screen and (max-width: 360px){
/*.section11-table{ width:290px; overflow-x: scroll;}*/
.section11-table .tablets{ min-width:700px !important; }
}

@media only screen and (max-width: 320px){
/*.section11-table{ width:250px; overflow-x: scroll;}*/
.section11-table .tablets{ min-width:700px !important; }
}
/*-----------------Style made on 22 August 2016 End----------------*/
.sml {
    background: #fff ;
    border: 1px solid;
    float: left;
    margin: 7px 0 0;
    padding: 5px;
}
.filter {
  background: url("../images/filter-icon.png") no-repeat left center;
  padding:5px 5px 5px 18px;
}
.sort {
  background: url("../images/sort-icon.png") no-repeat left center;
  padding:5px 5px 5px 18px;
}
.cd-tabs-content {   padding: 0; }
.whychooseus ul {
    padding: 0;
    font-size: 16px;
    color: #fff;
}
.whychooseus ul li {
    line-height: 27px;
}
.whychooseus li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    padding: 0px 5px 0px 0px;
}

.cmargin {
    margin-top: 25px;
}

.heading-section {background:#ececfb;}
.heading-section h1, .heading-section h2 {color:#4e4e4e; word-wrap:break-word; }
