/*---------- IMPORT FONTS ------------*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400,300,600,700|Roboto:300,400,500,70');*/

/*@font-face {
	font-family: SEA text;
	src: url(https://www.socialengineaddons.com/sites/all/themes/socialengineaddons/SEA_text.ttf);
}*/
/*----------COMMON CSS FOR ALL PAGES----------*/
* {
	margin: 0;
	padding: 0;
}
body {
	outline: none;
	color: #373737;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background: #FFFFFF;
  font-weight: 400;
  line-height: 1.428;
}
button, .button_anchor {
	padding: 8px 23px;
	border-radius: 50px;
	box-shadow: none;
	border: none;
	cursor: pointer;
	line-height: normal;
	font-size: 14px;
	transition:  all 0.4s ease-in-out;
	text-transform: uppercase;
	font-weight: 400;
}
.button_anchor i {
	margin-left: 4px;
}
.button_anchor i:before {
	font-size: 16px;
}
button + button {
	margin-left: 5px;
}
.button_orange_solid {
	background-color: #f26226;
	color: #fff;
	border: 1px solid #f26226;
}
.button_orange_solid:hover {
	background-color: #d8490d;
	border-color: #d8490d;
	color: #fff;
}
.button_orange_line{
	color: #f26226;
	border: 1px solid #f26226;
}
.button_orange_line:hover {
	background-color: #f26226;
	color: #fff;
}
.button_blue_solid{
	background-color: #2665af;
	color: #fff;
	border: 1px solid #2665af;
}
.button_blue_solid:hover{
	background-color: #003471;
	border-color: #003471;
	color: #fff;
}
.button_blue_line{
	color: #2665af;
	border: 1px solid #2665af;
}
.button_blue_line:hover{
	background-color: #2665af;
	color: #fff;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.region-footer {
  clear: both;
}
.width-full {
	width: 100% !important;
}
.clr {
	clear: both;
}
.text-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-gray {
	color: #8B8C8C !important;
}
.txt-orng {
	color: #ff830f;
}
.txt-red {
	color: #FF0000;
}
.txt-drkblue {
	color: #003A7E;
}
.txt-lightblue {
	color: #2665af !important;
}
.m-top-ten {
	margin-top: 10px;
}
.m-bottom-ten {
	margin-bottom: 10px;
}
.p-ten {
	padding: 10px !important;
}
.f-size-thirteen {
	font-size: 13px;
}
.f15 {
	font-size: 15px;
}
.new-add {
	color: #FF0000 !important;
	font-weight: bold;
	font-style: italic;
}
.point {
	cursor: pointer;
}
.bg-transparent {
	background-color: transparent !important;
}
img {
	border: 0;
	display: inline;
	vertical-align: middle;
}
a {
	outline: none;
	color: #2665af;
	text-decoration: none;
	transition: color 0.2s;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
	transition: color 0.2s;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Lato', sans-serif;*/
}
input, select, textarea {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px;
	transition: padding 0.25s ease 0s;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: "Roboto", sans-serif;
}
b {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
.page-content p{
	font-size:13px;
}
.form-item input.error, .form-item textarea.error, .form-item select.error{
	border-width:1px;
}
.main{
	padding: 0 15px 80px;
	min-height: 390px;
  box-sizing: border-box;
}
.plugin-box .title a, .title{
  color: #424242;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.version-info span, .offer-text span, .submit-info span, .title span{
	color:#2665af;
}
.contact-form .view-header{
	background-color:rgba(235, 235, 235, 0.4);
	color:#808080;
	padding:15px;
	line-height:20px;
}
fieldset, fieldset legend{
	background-color:rgba(235, 235, 235, 0.4);
	border:1px solid #ddd;
	box-shadow:1px 1px 0 0 #FFFFFF inset;
	border-radius:5px;
	padding:10px;
	position:relative;
  box-sizing: border-box;
}
fieldset legend{
	padding: 2px 6px ;
	font-weight:bold;
}
.supprt_team_quick_links {
 /* margin-bottom: 5px;*/
  text-align: right;
/*  margin-top: -15px;*/
}
.supprt_team_quick_links  li{
/*  border-radius: 25px;*/
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: middle;
  color: #373737;
  letter-spacing: .1px;
  font-weight: 400;
	font-size: 13px;

}
.supprt_team_quick_links  li:not(:last-child)::after {
    content: '|';
    color: #c5c5c5;
    display: inline-block;
    padding-left: 10px;
}
.supprt_team_quick_links  li > a{
  margin: 0 5px;
  font-size: 13px;
  color: #373737;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  letter-spacing: .1px;
}
.sticky .supprt_team_quick_links {
  margin-top: -5px;
  display: none;
}




.common-box.sticky .orange-sticky.seao_header_tip + .mini_strip .right_mini_menu {display: none;}
header.common-box{background: #fff;}
header.common-box ul.links li a,
header.common-box .header-links a.login > span,
header.common-box .header-links > .myacc-container > a
{color:#000;}
header.common-box .supprt_team_quick_links span > a,
header.common-box .right_mini_menu > ul > li > a {
	color: #373737;
	font-weight: 400;
	letter-spacing: .1px;
}
header.common-box .right_mini_menu > ul > li:not(:last-child) > a:after {
content: '|';
    color: #c5c5c5;
    display: inline-block;
    padding-left: 10px;
}
/*header.common-box .logo1 > a > img:first-child{ display: none; }*/
header.common-box .logo1 > a > img:last-child{display: block; max-width: 200px;}



/*----------COMMON CSS FOR SIDE BAR----------*/
.content-box .page-sidebar, .home-content-box .page-sidebar{
	width:250px;
  padding-bottom: 10px;
}
/*----------COMMON CSS FOR BLUE BUTTONS----------*/
.button, .form-submit {
	color: #fff;
	padding: 8px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  font-weight: 400;
	text-align: center;
	border-width: 1px;
	border-radius: 3px;
	border-style: solid;
	text-decoration: none;
	border:none;
	background: #2665af;
	outline: 0;
	text-transform: uppercase;
	display: block;
	
	/* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	background: -o-linear-gradient(top, #00C4FE 0%,#00ABE3 100%) ;
	background: -ms-linear-gradient(top, #00C4FE 0%,#00ABE3 100%) ;
	background: linear-gradient(to bottom, #00C4FE 0%,#00ABE3 100%) ;
	background: -moz-linear-gradient(top, #00C4FE 0%, #00ABE3 100%) ;
	background: -webkit-linear-gradient(top, #00abe3 0%,#00ABE3 100%) ;
	background: linear-gradient(to bottom, #00C4FE 0%, #00ABE3 100%) repeat scroll 0 0 transparent ;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c4fe), color-stop(100%,#00ABE3)) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C4FE', endColorstr='#00ABE3',GradientType=0 );*/
	cursor: pointer;
}

#edit-actions .form-submit {
    display: inline-block;
}
.button:hover, .form-submit:hover, #newsletter-submitbutton:hover {
	color: #fff;
	background: #003471;
   /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);Old browsers *//*background: -o-linear-gradient(top, #1acafe 0%,#1ab4e6 100%) ; 
	background: -ms-linear-gradient(top, #1acafe 0%,#1ab4e6 100%) ;
	background: linear-gradient(to bottom, #1acafe 0%,#1ab4e6 100%) ; 
	background: -moz-linear-gradient(top, #1acafe 0%, #1ab4e6 100%) ; 
	background: -webkit-linear-gradient(top, #1acafe 0%,#1ab4e6 100%) ; 
	background: linear-gradient(to bottom, #1acafe 0%, #1ab4e6 100%) repeat scroll 0 0 ;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1acafe), color-stop(100%,#1ab4e6)) ; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acafe', endColorstr='#1ab4e6',GradientType=0 ); */
}
/*.form-item-qty{
	display:none;
}
*/
.form-actions {
	margin: 0;
}
/*---------- COMMON CSS FOR CONTENT TAB----------*/
.content-box .top {
	margin: 0 0 10px;
	border-bottom: 1px solid #d6d6d6;
}
.content-tab {
	display: inline;
	margin: 0 0 -1px;
	position: relative;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
}
.content-tab ul {
	list-style: none outside none;
  text-align: center;
}
.content-tab li {
	display: inline-block;
	list-style: none outside none;
  padding: 0 5px;
}
.content-tab li:first-child {
  padding: 0;
}
.content-tab li a {
	background: none;
	display: inline-block;
	font-size: 14px;
  font-weight: 600;
  color: #000;
	margin: 0;
	padding: 0 8px 10px 8px;
  border-top: 4px solid transparent;
}
.item-list li {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.block.block-quicktabs h2 {
	display: none;
}
ul.quicktabs-tabs.quicktabs-style-zen, ul.primary {
	list-style: none outside none;
	padding: 0;
	background: none;
	border-bottom: 1px solid #d6d6d6;
	float: left;
  width: 100%;
  height: auto;
  margin: 8px 0;
}
ul.quicktabs-tabs.quicktabs-style-zen li, ul.primary li {
	background: none;
	line-height: 30px;
	float: left;
	margin: 0 5px;
  padding: 0;
}
ul.quicktabs-tabs.quicktabs-style-zen li.active, ul.primary li.active {
	/*height: 30px;*/
}
ul.quicktabs-tabs.quicktabs-style-zen li:hover a, ul.quicktabs-tabs.quicktabs-style-zen li.active a:hover, ul.primary li:hover a, ul.primary li.active a:hover {
	background: none;
}
ul.quicktabs-tabs.quicktabs-style-zen li a, ul.quicktabs-tabs.quicktabs-style-zen li.active a, ul.primary li a, ul.primary li.active a {
	background: none;
	border: none;
	font-weight: 500;
	font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: 'Roboto', sans-serif;
}
ul.quicktabs-tabs.quicktabs-style-zen li.active a,
ul.primary li.active a {
  color: #2665af;
}
/*ul.quicktabs-tabs li.last a{color:#2665af!important;}*/
ul.quicktabs-tabs #quicktabs-tabs li.last a{color:#2665af!important;}
ul.quicktabs-tabs.quicktabs-style-zen li a:hover, ul.primary li a:hover {
	background: none;
	color: #2665af;
}
ul.quicktabs-tabs.quicktabs-style-zen li.active, ul.primary li.active {
	/*background: none repeat scroll 0 0 #FDFCFC;
  border-bottom: 1px solid #FFFFFF;*/
	border-bottom: 2px solid #2665af;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;	*/
	float: left;
	text-decoration: none;
  background-image: none;
}
.item-list li a, .page-content-middle .links li a {
	background: none;
	float: left;
	font-size: 15px;
	margin: 0 3px;
	padding: 7px 5px;
}
/*---------- PLUGIN LISTING PAGE START FROM HERE ----------*/
/*---------- MAIN TITLE OF THE PAGE ----------*/
.main-title {
	color: #fff;
	padding: 40px 0 40px 0;
	overflow: hidden;
  text-align: center;
	/*font-family: SEA text;
	background-repeat: repeat;
	border-top: 1px solid #000;
	box-shadow: 0 1px 0 #575757 inset;
	border-bottom: 2px solid #13a1cb;
	background: linear-gradient(to bottom, #2665af 0%, #1E92CF 100%) repeat scroll 0 0 transparent;
	background-position: top left, center bottom;
	background: #2665af;
	background: -moz-linear-gradient(top, #2665af 0%, #1E92CF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2665af), color-stop(100%, #1E92CF)); 
	background: -webkit-linear-gradient(top, #2665af 0%, #1E92CF 100%);
	background: -o-linear-gradient(top, #2665af 0%, #1E92CF 100%);
	background: -ms-linear-gradient(top, #2665af 0%, #1E92CF 100%);
	background: linear-gradient(to bottom, #2665af 0%, #1E92CF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2665af', endColorstr='#1E92CF', GradientType=0 );*/
}
.main-title div {
	width: 1200px;
	margin: 0 auto;
}
.main-title h2 {
	font-size: 30px;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	/*letter-spacing: 1px;*/
  font-family: 'Roboto', sans-serif;
/*  text-transform: uppercase;*/
}
.main-title-slogan {
  font-size: 16px;
  font-weight: 300;
/*  margin-top: 15px;*/
}
.content-box {
	margin: 22px auto;
	position: relative;
	width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.region-content .content-box {
  padding-left: 0;
  padding-right: 0;
}
/*-- .content-box .content-tab a:focus --*/
.content-box .content-tab .active a {
	/*background: none repeat scroll 0 0 #FDFCFC;*/
	border-bottom: 2px solid #2665af;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	/*border-bottom: 1px solid #FFFFFF;*/
	display: inline-block;
	text-decoration: none;
  color: #2665af;
}
.search-box > div, .blog-search input {
	height: 25px;
	width: 243px;
	/*border: 1px solid #d6d6d6 !important;*/
	border-radius: 3px;
}
.search-box input/*, .blog-search input*/ {
	background: none;
	border: none;
	width: 205px;
	outline: none;
	padding: 5px;
	color: rgb(123, 123, 123);
	position: absolute;
}
.search-box button {
	background: url(images/search_img.png) no-repeat;
	height: 25px;
	width: 30px;
	border: 0 none;
	float: right;
	cursor: pointer;
	border-radius: 0;
}
.ajax-progress .throbber {
	margin: 10px 5px 0 -15px;
	width: 15px;
}
/*---------- PLUGIN BOXES ----------*/
.plugin-list {
	width: 100%;
}
.plugin-list.finder-plugin-list {
	margin-top: 25px;
}
.plugin-list .view-content table.views-view-grid td {
	box-sizing: border-box;
	float: left;
	width: 48%;
}
.plugin-box {
	display: inline-block;
	margin: 1%;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	vertical-align: top;
}
.plugin-box:hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	border: 1px solid #ddd;
}
.plugin-box .title{
	padding-bottom:15px;
}
.figure{
	min-height: 100px;
	padding:0 0 20px;
	margin-bottom:5px;
}
.plugin-box .icon-holder{
	width:115px;
	padding: 5px 20px;
	height: 105px; 
	position: relative;
	text-align:center;
}
.plugin-box .text {
	font-size:14px;
	color:#8b8c8c;
	line-height:22px;
}
.plugin-box a {
  color: #00aeef;
}
.plugin-box a:hover {
	color:#d8490d;
}
.plugin-box .bottom {
  width: 100%;
}
.plugin_integration {
  width: 60%;
}
.plugin-box span.Price {
	margin:10px 2px 0 10px;
}
span.Price {
  color: #f26226;
  font-weight:500;
	display: block;
}
.sell-price {
  font-size: 14px;
  color: #f26226;
  margin-right: 2px;
  padding: 0;
}
.plugin-box button {
  font-size: 15px;
  right: 0;
}
.plugin-box span.Price, .plugin-box .add-to-cart {
  display: inline-block;
  vertical-align: middle;
}
.sell-price {
  font-size: 14px;
}
/*---------- CSS FOR DISCOUNTED PRODUCTS PAGE ----------*/
/*.view-product-kit .view-header{
	background-color: rgba(235, 235, 235, 0.4);
	border: 1px dashed #ddd;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	color:#808080;
}*/
.discountkit-row {
  background: #e5e5e5;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.discountkit-row:before, .discountkit-row:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 27px;
  left: 10px;
  width: 50%;
  top: 5%;
  max-width: 300px;
  background: #ccc;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #c2c2c2;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-2deg);
}
.discountkit-row:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}
.discountkit-box {
  border: 2px dashed #263340;
  padding: 20px;
  box-sizing: border-box;
  color: #263340;
  text-align: center;
} 
.discountkit-box h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.discountkit-box h2 span {
  font-size: 14px;
  color: #263340;
  margin-right: 10px;
  margin-left: 10px;
  text-shadow: 0px 1px 1px rgb(255, 255, 255);
  vertical-align: super;
}
.discountkit-box p {
  line-height: 22px;
  margin: 20px 0;
} 
.discountkit-note {
  background: #fff;
  outline: 2px solid #fff;
  padding: 8px;
  color: #292929;
  width: 75%;
  margin: auto;
  outline-offset: 4px;
}
.discountkit-note span {
  color: #2665af;
  font-weight: 600;
}
/*---------- CSS FOR DISCOUNTED PRODUCTS PRICE ----------*/
.plugin-cost {
  margin: 0px 10px;
  text-align: center;
  width: 20%;
}
.plugin-cost span.Price {
  margin: 0;
}
/*---------- NEWSLETTER ----------*/
.newsletter {
  background: #262626;
  color: #fff;
  clear: both;
  font-size: 15px;
}
.newsletter-holder {
  margin: 0 auto;
  width: 1200px;
  height: 50px;
}
.newsletter .newsletter-img {
  background: url(images/newsletter.png) no-repeat;
  margin-top: -77px;
  height: 150px;
  width: 200px;
  position: absolute;
}
.newsletter-form {
  margin-left: 32%;
  line-height: 50px;
}
.newsletter-form form.simplenews-subscribe, .newsletter-form form.simplenews-unsubscribe {
  float: left;
}
.newsletter-form .issues-link {
  margin: 0;
}
.block-simplenews .content input#edit-mail {
  width: 256px;
  height: 37px;
}
.block-simplenews .content input#edit-mail, .block-simplenews .content input#edit-submit {
  border-width: 0;
 /* margin-left: 10px;*/
  padding: 5px 10px;
}
.block-simplenews .content input {
  margin: 0px 0px 0;
}
.block-simplenews h2, .block-simplenews .content p, .block-simplenews .content label {
  display: none;
}
.block-simplenews .content .form-item {
  margin: 0;
}
.block-simplenews .form-type-textfield, .block-simplenews .form-submit, .newsletter-form .content div {
  float: left;
}
.newsletter-form .issues-link a {
  color: #fff;
}
.newsletter-form .feed-icon {
  margin-left: 5px;
}
/*----------PRODUCT VIEW PAGE START FROM HERE----------*/
.product_main {
  color: #373737;
}
.page-left-content .page-content-middle .links{
	position:absolute;
	margin-left: 83%;
	width: 150px;
}
.page-left-content .page-content-middle .links-full-width {
  right: 0;
  margin-left: 0;
}
.page-left-content-top:after{
  clear:both;
  display:block;
  content:'';
}

.product_main .page-left-content .page-content-middle {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-content-middle .links li a.tour {
  background: url(images/tour.png) no-repeat scroll left center;
  padding-left: 20px;
}
.page-content-middle .links li a.tour:hover {
  background: url(images/tour_h.png) no-repeat scroll left center;
}
.Demo.links a.cboxElement + .cboxElement {
  display: none;
}
.page-content-middle .links li a.demo {
  background: url(images/demo.png) no-repeat scroll left 10px;
  padding-left: 19px;
  margin-right: 0;
}
.page-content-middle .links li a.demo:hover {
  background: url(images/demo_h.png) no-repeat scroll left 10px;
}
/*----------BOTH CART BOXES OF PRODUCT VIEW PAGE START FROM HERE ----------*/
.uc-cart-empty {
  text-align: center;
  padding: 40px 20px;
}
.uc-cart-empty-bg {
  background: url(images/empty-cart.png) no-repeat center center;
  height: 150px;
  width: 150px;
  margin: 0 auto 20px;
}
.uc-cart-empty h1 {
  font-weight: 300;
  font-size: 32px;
}
/*.product_main .top-cart-box{
	margin-left: -10px;
} */
.product_main .cart-box-2 {
	/*margin-left: 3px;*/
/*  border-right: 1px solid #e1e1e1;*/
/*  padding-bottom: 10px;
  margin-bottom: 10px;*/
 /* margin-right: 20px;*/
}
/*.product_main .cart-box-1, .product_main .cart-box-2{
	padding:10px 2px;
	border:1px solid #cccccc;
	border-radius:3px;
  box-sizing: border-box;
}
.product_main .cart-box-2{
  width: 125px;
}*/
.product_main .cart-box-1 .cart-text-label, .product_main .cart-box-2 .cart-text-label{
  font-size: 9px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  clear: both;
}
/*.product_main .top-cart-box .middle {
  padding: 5px 0;
}*/
.product_main .cart-box-1 .sell-price, .product_main .cart-box-1 .list-price {
  float: none;
}
.product_main .cart-box-1 .list-price .uc-price, .product_main .cart-box-2 .list-price .uc-price {
  text-decoration: line-through;
	font-weight: 500;
}
.product_main .cart-box-1 .show-list-price .list-price .uc-price, .product_main .cart-box-2 .show-list-price .list-price .uc-price {
  text-decoration: none;
}
.product_main .cart-box-2 .sell-price, .product_main .cart-box-2 .list-price {
  float: left;
}
.product_main .cart-box-2-price {
  display: inline-block;
  vertical-align: middle;
	font-weight: 500;
}
.product_main .cart-box-1 .sell-price, .product_main .cart-box-1 .list-price, .product_main .cart-box-2 .sell-price, .product_main .cart-box-2 .list-price {
  margin: 0;
  padding: 0;
  clear: none;
}
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-1 .buynow_btn .middle:after,
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-2 .buynow_btn .middle:after{
  clear: both;
  display: block;
  content: '';
}
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-1 .middle,
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-2 .middle,
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-1 .middle + .add-to-cart,
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-2 .middle + .add-to-cart{
  /*float: left;*/
	display: inline-block;
	vertical-align: middle;
}

.product_main .cart-box-1 .sell-price, .product_main .cart-box-1 .list-price, .product_main .cart-box-2 .sell-price, .product_main .cart-box-2 .list-price {
  margin: 0;
  padding: 0;
  clear: none;
}
.product_main .cart-box-1 .sell-price,
.product_main .cart-box-2 .sell-price,
.product_main .cart-box-2-price > span{
  font-size: 22px;
	font-weight: 500;
}

.product_main .cart-box-1 .list-price + .sell-price,
.product_main .cart-box-2 .list-price + .sell-price{
  float: left;
}
.product_main .cart-box-1 .list-price {
  float: right;
  padding-left: 15px;
  color: #888;
  font-size: 22px;
}
.product_main .cart-box-2 .list-price {
  color: #888;
  font-size: 22px;
}
.product_main .cart-box-2 .cart-box-2-price s {
  color: #888;
  font-size: 22px;
}
.product_main .cart-box-2-price + div {
	padding-left: 15px;
}

.plugin-col .se-certified-product {
  background-color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  top: 5px;
  right: 5px;
}
div.se-certified-product > img {
  position: initial;
  transform: none;
}
/*---------- CSS FOR DISCOUNTED PRODUCT-KITS PRICE ----------*/
.cart-box-1 .plugin-cost{
	width: auto;
	margin: 0 8px;
}
/*---------- OFFER BOX START FROM HERE ----------*/
.page-sidebar .specification-block, .offer-box, .product-block{
	margin: 10px 0;
	overflow: hidden;
}
.page-sidebar .offer-box {
  background: rgba(225, 243, 255, 0.5) scroll 0 0;
/*  float: right;*/
  padding: 10px;
  font-size: 12px;
  line-height: 17px;
  word-spacing: 1px;
}
/*---------- NAVIGATE THROUGH SPECIFICATION START FROM HERE ----------*/
.page-sidebar .heading-bg{
	background: #2665af scroll 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius:3px;
	font-size: 16px;
	color:#fff;
	padding-left:10px;
  height: 40px;
  line-height: 40px;
	width: 240px;
}
.page-sidebar ul{
	margin:10px 10px;
	overflow-y: auto;
	transition: height 1s ease 0s;
}
.page-sidebar li a {
	background-image: url("images/more.png");
	background-position: 0 9px;
	background-repeat: no-repeat;
	/*color: #373737;*/
	display: block;
	padding: 3px 3px 3px 20px;
	margin:1px 0;
}
.product-block{
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.17)
}
.product-block .heading-bg{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
} 
.product-block .product-block-list{
	border-bottom: 1px solid rgba(194, 194, 194, 0.3);
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 75px;
}
.product-block .product-block-list a{
	color: #373737;
	vertical-align: middle;
}
.product-block-icon, .product-block-text{
	padding: 12px 7px;
	font-size: 14px;
}
.product-block-icon img {
  padding: 5px;
  background: #2665af;
}
.topright-buttons {
  float: right;
  padding: 5px;
  border:1px dashed #2665af;
  border-radius:2px;
}
.topright-buttons a {
  float: right;
  margin: 5px 0;
  clear: both;
  width: 222px;
  font-size: 13px;
  padding-left: 15px;
  background: url("images/more.png") no-repeat scroll 5px 4px transparent;
}
/*----------LEFT CONTENT BAR CSS START FROM HERE----------*/
.page-left-content-holder{
	width: 900px;
	padding-bottom: 10px;
  padding-top: 10px;
	overflow: hidden;
}
.version-info, .submit-info{
	clear: both;
	color: #8b8c8c;
	padding: 6px 0;
  font-size: 13px;
}
/*.version-info {
  float: right;
}
.version-info a i {
  color: #424242;
  margin-right: 3px;
}*/
.version-info span, .offer-text span,
.page-headings span{
	color: #2665af;
}
.page-left-content .offer-box, .page-content p {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  box-sizing: border-box;
}
.offer-box-holder {
  border: 1px dashed #2665af;
  background: none repeat scroll 0 0 rgba(225, 243, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  margin: 25px 0 20px;
  padding: 5px 8px;
  line-height: 17px;
  float: left;
}
.offer-box-holder-full-width {
  width: 76%;
}
.offer-box .offer-sticker {
	background: url(images/offer-sticker.png) repeat scroll 0 50px;
	margin-top: 0;
	margin-left: -8px;
	position: absolute;
	height:50px;
	width:50px;
}
.offer-box .offer-blank {
  height: 30px;
  width: 40px
}
.offer-date {
  text-align: right;
}
.new-announce {
  background-color: rgba(225, 243, 255, 0.5);
  clear: both;
  font-size: 13px;
  font-style: italic;
  margin: 10px 0;
  padding: 10px;
}
.yellow-box, .blue-box {
  background-color: #FFFFE0;
  clear: both;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blue-box {
  background-color: #e9eff7;
}
.left-column-sep-head {
  background-color: #EDEDED;
  padding: 7px;
  margin-bottom: 10px;
}
.page-tab .top {
  width: 100%;
}
.page-tab li a {
  padding: 7px;
}
/*.page-features-content {
  margin-left: 5px;
}*/
.page-content-middle {
  position: relative;
  float: left;
  width: 100%;
}
.page-content .page-content-middle p {
  line-height: 23px;
}
.page-headings-list .page-headings {
  border-top: 73px solid transparent;
  margin-top: -30px;
}
.plugin-features-list {
  margin-top: 5px;
}
.plugin-features-list > li{
	background: url("images/list-icon.png") no-repeat scroll left 4px transparent;
	float: left;
	line-height: 23px;
	padding: 0 0 0 25px;
	margin-left:12px;
	clear:both;
  margin-bottom: 8px;
}
.plugin-features-subhead > li {
  list-style: disc;
  margin-left: 15px;
}
ul.plugin-features-subhead li > .plugin-features-subhead > li {
  list-style: square;
}
.bottom-cart-box {
  /*width: 250px;*/
  margin-top: 10px;
  display: none;
}
.page-content .screenshots {
  padding: 10px;
  width: 920px;
  border-top: 1px dashed #8B8C8C;
  box-sizing: border-box;
}
.screenshots .product-image-icon {
  width: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
}
.screenshots .product-image-icon img{
	max-height: 250px;
	max-width: 250px;
	/*margin:6px 4px;
	border:1px solid #8b8c8c;*/
	box-sizing: border-box;
}
.product-image {
  clear: none !important;
}
/*---------- LOG IN PAGE CSS START FROM HERE ----------*/
.log-in-page {
  overflow: hidden;
}
.main-login {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.log-in-head{
	font-size:20px;
	font-family: 'Lato', sans-serif;
	margin: 0 auto 15px;
	text-align: center;
	width: 100%;
}
.log-in-box {
	margin: 0 auto;
	text-align: center;
}
.log-in-box-holder{

	border-radius:5px;
	display:inline-table;
	height:115px;
	width: 620px;
}
.log-in-box-holder ul{
	padding:30px;
}
.log-in-box-holder ul li {
  margin-right: 10px;
}
.log-in-box input{
	height:24px;
	width:200px; 
	font-size:18px;
	border:1px solid #a5a5a5;
	color:#7c7c7c;
}
.log-in-box .button{
	font-size:18px;	
	margin-left:10px;
	font-weight:bold;
}
.login-box-shadow{
	/*background:url(images/login-box-shadow.png) no-repeat left bottom;*/
	height:44px;
	width:560px;
	line-height:40px;
	padding:0 20px;
	margin: 0 auto;
}
.log-in-box-holder {
  background: #efefef; /* Old browsers */
  border-radius: 5px;
  display: inline-table;
  height: 115px;
  width: 620px;
}
.log-in-box-holder ul {
  padding: 30px;
}
.log-in-btn {
  padding-bottom: 10px;
}
.log-in-btn input{
	height: 36px;
	width: 73px !important;
	color: #FFFFFF;
	margin-top: 14px;
	overflow: hidden;
	font-weight: normal;
	border-color: rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
	padding: 0!important;
}


/*---------- BLOG LISTING PAGE CSS START FROM HERE ----------*/
.blog-slogan{
  font-size: 14px;
  line-height: 22px;
  background: #e8e8e8;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.page-sidebar .blog-search {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: #e8e8e8;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.blog-search input{
	height: 31px;
  width: 72%;
  position: relative;
  border-radius: 4px;
  border: 0px;
  border-bottom: 1px solid #2665af;
}
.blog-search input#edit-submit {
  text-indent: -117px;
  width: 40px !important;
  margin: 5px;
  height: 41px !important;
	display: inline;
  border-bottom: 1px solid #2665af;
  background: url(images/search_icon.png) no-repeat center center #2665af;
}
.blog-links ul {
height: auto;
}
.blog-links ul li a {
padding: 3px 0;
background: none;
}
.blog-publish {
padding: 10px 5px;
}
.blog-publish + .blog-publish {
border-top: 1px solid #cdcdcd;
}
.blog-body {
margin: 10px 0;
}
.blog-body p{
	font-size: 14px;
	line-height: 24px;
}
.blog-body strong, 
.blog-body b {
  font-weight: 600;
}
.blog-body .blog-tags {
margin: 12px 0;
}
.blog-body .blog-social-share {
  border-top: 1px solid #e8e8e8;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 10px;
  text-align: right;
}
.more-links{
	margin:2px 20px;
	padding-right:10px;
	text-align:right;
	background:url(images/more.png) no-repeat right 5px;
}
.more-links:hover {
  background: url(images/more-org.png) no-repeat right 5px;
}
.blog-view {
border-bottom: 0px;
}
/*----------USER EDIT PAGE CSS START FROM HERE----------*/
div.password-suggestions ul {
  padding: 0 20px;
  list-style: square;
}
div.form-item div.password-suggestions {
  width: 300px;
  position: relative;
}
#coupon-pane input.form-submit {
  margin: 5px 0;
}
#user-profile-form #edit-actions  {
	border-top: 1px solid #cdcdcd;
}
#user-profile-form #edit-actions .submit-button {
	display: inline-block;
	border-top: 0;
}
/*----------USER SUPPORT TICKET FORM PAGE CSS START FROM HERE----------*/
.content dd{
	padding-left: 15px;
}
.content .support-time {
  margin: 10px 0;
}
.content .support-time-wrap {
  margin: 10px 0;
  font-weight: bold;
}
.support-heading {
  border-bottom: 1px solid #cdcdcd;
  padding: 5px 0;
}
.support-edit-box {
  padding: 10px 0;
  /*margin-left: 10px;*/
  margin-right: 10px;
  font-size: 15px;
}
.support-edit-box label:first-child, .attach_media_wrapper label {
  display: inline-block;
  float: left;
  margin-top: 3px;
  padding: 3px;
  width: 140px;
  font-weight: normal;
}
.support-edit-box select {
  width: 358px;
  transition: width 0.25s ease 0s;
}
.support-edit-box select:focus {
  width: 408px;
}
.support-edit-box input[type="text"], .support-edit-box input[type="password"], .licenses-list input[type="text"], .support-edit-box .form-type-textfield input[type="text"]#edit-mail {
  width: 345px;
  transition: width 0.25s ease 0s;
}
.support-edit-box input[type="text"]:focus, .support-edit-box input[type="password"]:focus, .licenses-list input[type="text"]:focus, .support-edit-box .form-type-textfield input[type="text"]#edit-mail:focus {
  width: 395px;
}
.support-edit-box .form-item-service-status {
  width: 345px;
  display: table-cell;
  padding-top: 4px;
}
.form-item-service-type label:first-child {
  margin-left: 20px;
  width: 145px;
  float: left;
}
.form-item-service-type #edit-service-type {
  float: left;
  margin-bottom: 10px;
}
.form-textarea-wrapper textarea {
  max-width: 660px;
	
  min-height: 180px;
  transition: width 0.25s ease 0s;
}
.support-edit-box textarea {
	width: 355px;
}
#support-system-ticket-open .support-edit-box textarea {
  max-width: 490px;
}
#support-system-ticket-open .support-edit-box textarea:focus {
  width: 490px;
}
#support-system-viewthread .support-edit-box textarea:focus {
  width: 650px;
}
.attach-ss {
  background: url(images/support-icon-a.png) no-repeat scroll right center;
  padding-right: 12px;
}
.support-edit-box .submit-info {
  padding: 0 4px;
}
.description:before {
  color: #2665af;
  content: url(images/support-icon.png);
  left: -4px;
  position: absolute;
  top: 8px;
}
.description {
  background: none repeat scroll 0 0 #2665af;
  border-radius: 3px 3px 3px 3px;
  color: white;
  display: none;
  margin-left: 8px;
  padding: 4px 6px;
  position: absolute;
  z-index: 999;
  font-size: 13px;
}
.form-textarea-wrapper {
  float: left;
  margin-bottom: 20px;
}
.support-edit-box input:focus + .description, .support-edit-box select:focus + .description, .support-edit-box .form-hint + .description, .licenses-list input:focus + .description {
  display: inline;
}
.fieldset-wrapper .fieldset-description {
  font-size: 13px;
  color: #8B8C8C;
  padding: 0px 0 6px;
}
#support-system-ticket-open fieldset {
  border: none;
  background: none;
}
#support-system-ticket-open fieldset legend {
  background: none;
  padding: 0;
  border: none;
  font-weight: normal;
}
#support-system-ticket-open .form-item, .support-edit-box .form-item {
  margin: 0;
}
.attach_media_wrapper {
  overflow: hidden;
}
.attach_media_wrapper .form-item {
  float: left;
}
.form-type-file .form-file {
  margin-top: 5px;
}
.attach_media_more {
  margin-top: 10px;
}
.submit-button {
  padding: 10px 5px;
  border-top: 1px solid #cdcdcd;
  margin: 10px 0;
}
/*----------SUPPORT TICKET LISTING PAGE CSS START FROM HERE ----------*/
#support-system-search-form, #-search-tickets {
  margin: 15px 10px;
}
#support-system-search-form .form-item, #-search-tickets .form-item {
  margin: 2px;
}
#support-system-search-form .form-item .description, #-search-tickets .form-item .description, #support-system-ticket-status-form .form-item .description {
  display: block;
  padding: 2px;
  margin: 0;
  background: none;
  color: #444;
  font-size: 11px;
}
#support-system-ticket-status-form .form-item .description {
  margin-left: 35px;
}
#support-system-search-form .form-item .description:before, #-search-tickets .form-item .description:before, #support-system-ticket-status-form .form-item .description:before {
  content: none;
}
/*----------ALL SUPPORT PAGE CSS START FROM HERE-------------*/
.form-type-textfield #edit-combine, .form-type-textfield #edit-mail, .form-type-textfield #edit-uid-raw {
  width: 200px;
}
.views-submit-button #edit-submit-all-support {
  margin-top: 14px;
}
/*----------SUPPORT VIEW PAGE CSS START FROM HERE ----------*/
.back-btn {
  margin-top: -20px;
}
.back-icon {
  padding-left: 20px;
  background: url("images/back-icon.png") no-repeat top left;
}
.support-message-box {
  border-bottom: 1px solid #cdcdcd;
}
.support-message-box:first-child {
  padding: 10px 0;
}
.support-message-box-underwatch {
  background-color: #eee;
}
.support-message-box .support-edit-box {
  padding: 0;
}
.support-message-box:last-child {
  margin-bottom: 20px;
}
.ticket-detail-left {
  width: 140px;
}
.support-message-box .exp-icon {
  width: 30px;
  margin-top: 2px;
}
.exp-message-wrap {
  margin-left: 30px;
  margin-right: 10px;
}
.exp-message-detail {
  cursor: pointer;
  line-height: 35px;
}
.exp-message-detail .time {
  color: #8B8C8C;
  font-size: 13px;
}
.exp-message {
  padding: 3px 0;
}
.support-view .support-edit-box label {
  width: 135px;
}
.exp-message-wrap .attached-media {
  border: 1px solid #CCCCCC;
  height: 70px;
  margin: 15px 5px 5px;
  width: 70px;
}
/*Support Search Form*/
.content > .ratings-overview-form form {
  float: left;
  margin-right: 150px !important;
}
.support-right-link {
  text-align: right;
  background: url(images/new-page.png) no-repeat left center;
  min-width: 170px;
  padding-left: 20px;
}
.support-top-links {
  clear: both;
  margin: 5px 0;
}
.grippie {
  display: none;
}
/*---------- TABLE LAYOUT FOR USER'S ALL TABS ----------*/
table {
	margin: 10px 0;
	width: 100%;
  box-sizing: border-box;
}
th {
  border-bottom: none;
}
th, td{
	padding:10px;
  box-sizing: border-box;
}
thead {
  /*box-shadow:0 0 2px rgba(0, 0, 0, 0.17);*/
  background: none repeat scroll 0 0 #263340;
}
.sticky-enabled, .views-table {
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.sticky-enabled thead th {
  font-weight: 600;
}
.sticky-enabled thead th, 
.sticky-enabled thead a,
.views-table thead th,
.views-table thead a{
	color: #ffffff;
}
.sticky-enabled thead a:hover, .views-table thead a:hover {
  color: #2665af;
}
.uc-order-action img {
  top: 0;
}
th.active img {
  vertical-align: top;
}
tr.odd{
	background-color:#fff;
	border-bottom:0px;
}
tr.even {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom:0px;
}
td.active {
  font-weight: bold;
 /* display: none;*/
}
/*---------- LICENSES KEYS VIEWS PAGE CSS START FROM HERE ----------*/
.licences-holder {
  margin: 10px 0;
}
.licenses-list-right {
  background: none repeat scroll 0 0 rgb(225, 243, 255);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.17);
  margin-bottom: 15px;
}
.licenses-no {
  width: 50px;
  color: #fff;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  background-color: #2665af;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.17);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.licences-keys-url div:first-child {
  width: 190px;
  font-weight: bold;
  padding-left: 20px;
}
.licences-views-table tr:nth-child(odd) {
  padding-top: 10px;
}
.licenses-list-right {
  padding: 13px 0;
  width: 910px;
}
.licenses-list-right .left-text {
  margin-left: 25px;
  width: 190px;
  font-weight: bold;
}
.licenses-list-right .right-text {
  width: 675px;
}
.licenses-list-right .right-text img {
  margin-left: 5px;
}
.licenses-list-right .licences-sub-links {
  border-top: 1px dashed #2665af;
  padding-top: 10px;
}
/*---------- PAGINATION ----------*/
.main .item-list {
  text-align: center;
  clear: both;
}
.main .item-list .pager {
  display: inline-block;
}
.main .item-list .pager {
  margin-top: 15px;
}
.main .item-list .pager li {
  margin: 0;
  padding: 0;
  line-height: 34px;
}
.main .item-list .pager li a, .main .item-list .pager li.pager-current {
  border: 1px solid #ddd;
  padding: 0px 10px;
  margin: 0 2px;
  line-height: 30px;
}
.main .item-list .pager li:hover {
  text-decoration: none;
}
.main .item-list .pager li a:hover, .main .item-list .pager li.pager-current {
  background-color: #F5F5F5;
  color: #373737;
}
.main .pager-current {
  color: #373737;
  font-weight: bold;
}
.main .pager-next a, .main .pager-previous a, .main .pager-last a, .main .pager-first a {
  background-color: #373737;
  border-radius: 2px;
}
.main .pager-next a, .main .pager-previous a, .main .pager-last a, .main .pager-first a {
  color: #ffffff;
}
.finder-block .finder-wrapper{
	margin-top: -25px;
	padding-right: 30px;
	right:0;
	text-align:right;
	position: absolute;
  z-index: 2;
}
html.js input.form-autocomplete{
	background-position: 100% -50px;
  position: relative;
  width: 230px;
  border-radius: 4px;
  height: 29px;
  outline: 0;
  padding-left: 10px;
}
html.js input.form-autocomplete:focus{
	width: 250px;
	transition: width 0.25s ease 0s;
  outline: 0;
}
html.js input.form-autocomplete {
  background-position: 100% -50px;
  position: relative;
  width: 205px;
}
.finder-form.finder-content_finder {
  position: relative;
}
.finder-form.finder-content_finder::before {
  color: #fff;
  content: "\f002";
  position: absolute;
  z-index: 1;
  top: 45%;
  transform: translateY(-45%);
  font-family: FontAwesome;
  font-size: 18px;
  right: -3px;
}
.finder-content_finder input.form-submit {
  width: 45px;
  padding: 3px;
  border-radius: 0 4px 4px 0;
  margin: -54px 0;
  position: absolute;
  background: #2665af;
  right: -15px;
  height: 40px;
  border-bottom-width: 4px;
}
.finder-form .finder-content_finder:before {
  content: "1";
}
#autocomplete{
	width: 300px;	
	max-height: 400px;
	overflow-y: auto;
	right: 2px;
	left: auto;
	border: 1px solid #ccc;
	z-index: 50;
}
#autocomplete ul {
  width: 100%;
}
#autocomplete li.selected {
  background: #E1F3FF;
  color: #003A7E;
}
#autocomplete li {
  display: block;
  white-space: normal;
  margin: 0;
  overflow: hidden;
  padding: 5px;
}
#autocomplete li + li {
  border-top: 1px solid #ccc;
}
#autocomplete ul.links, #autocomplete ul.links li {
  background: none;
}
#autocomplete p {
  text-align: left;
  margin: 0;
  padding: 5px;
}
#autocomplete p img {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.finder-page .finder-wrapper .no-result {
  padding: 20px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
}
/*------------------- MANAGE CART ---------------------*/
#cart-form-pane table.sticky-enabled .item-list li, #cart-pane table.sticky-enabled .item-list li, .order-review-table table.sticky-enabled .item-list li {
  list-style: disc;
  clear: both;
}
#cart-form-pane table.sticky-enabled .item-list li a, #cart-pane table.sticky-enabled .item-list li a, .order-review-table table.sticky-enabled .item-list li a {
  float: none;
  margin: 0;
  padding: 0;
}
/*Cart Page*/
.cart_table tr.even {
  background: #eee;
}
.cart_table tr.even,
.cart_table tr.odd {
  border-bottom: 1px solid #fff;
}
#uc-cart-view-form td.total, #uc-cart-view-form td.subtotal {
  background: #ffffff;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
#cart-form-pane #uc-cart-view-form div.cart_table, #uc-cart-checkout-form .cart_table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
/*------------------CHECKOUT PAGE CSS START FROM HERE-----------------*/
.payment-pane-tip {
  border: 1px solid #2665af;
  border-radius: 5px 5px 5px 5px;
  bottom: 50px;
  padding: 0 5px;
  position: absolute;
  right: 10px;
  width: 410px;
}
.payment-pane-tip p {
  margin: 5px 0;
  font-size: 13px;
}
.payment-pane-tip a {
  font-weight: bold;
}
.payment-logos {
  float: left;
  width: 100%;
}
.skrill-logo {
  background-image: url("images/skrill-logo.png");
  display: block;
  float: left;
  height: 30px;
  margin-right: 25px;
  width: 77px;
}
.payoneer-logo {
  background-image: url("images/payoneer-logo.png");
  display: block;
  float: left;
  height: 30px;
  margin-right: 25px;
  width: 81px;
}
.payumoney-logo {
  background-image: url("images/payumoney-logo.png");
  display: block;
  float: left;
  height: 30px;
  width: 133px;
}
.checkout-lable{
 width:15em;
 text-align: right;
 margin-right: 7px;
 margin-top: 4px;
}
#line-items-div {
  border: 1px dashed #2665af;
  margin-bottom: 5em;
}
#line-items-div table {
  border-collapse: inherit;
}
#line-items-div td.title {
  font-size: 14px;
  font-weight: normal;
}
.forgot input{
	font-size:18px;
	margin-left:10px;
	width:420px
}
.ratings-overview-form input.form-text{
	width:180px
}
.field.field-label-above {
  margin-bottom: 10px;
}
.field.field-label-above .field-label {
  float: left;
  width: 140px;
}
/*------------------SUPPORT PAGE CSS START HERE---------------------*/
.support-title{
	font-size:25px;
	font-family: 'Lato', sans-serif;
}
.support-body{
	margin:20px 0;
}
.help-box{
	padding:10px;
	margin:1%;
	width:48.5%;
	height:185px;
	border-radius:5px;
	border:1px solid #ddd;
	background-color:rgba(235, 235, 235, 0.4);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.help-box:nth-child(2) {
  margin-right: 0;
}
.help-box img{
	margin-top: -45px;
	position: absolute;
  right: 10px;
  top: 70%;
  width: 100px;
}
.help-box:hover {
  background-color: #fff;
}
.help-detail {
  margin-top: 20px;
}
.help-box .helptxt-left {
  width: 280px;
  line-height: 20px;
  text-align: left;
  display: table-cell;
}
.help-box .title {
  min-height: 45px;
}
/*------------------CLIENT'S SPEAK BOX CSS START-----------------*/
.client-box {
  background-color: rgba(235, 235, 235, 0.4);
  padding: 20px 10px;
}
.client-box > div {
  max-width: 43.4%;
  display: inline-block;
  background: url(images/Quate-mark.png) no-repeat 20px 0;
  padding: 0 20px;
}
.client-box section {
  border-top: 1px dashed #CCCCCC;
  padding-top: 15px;
}
.support .client-box > div {
  max-width: 28.6%;
}
.client-box div p {
  font-size: 14px;
  text-indent: 35px;
  line-height: 22px;
}
.client-box .name, .client-box .date {
  line-height: 20px;
}
.client-box div + div {
  border-left: 1px dashed #ddd;
}
.client-box .more-links, .testimonial-box .more-links {
  margin: 0;
}
.row {
  border: 1px dashed #ddd;
  border-radius: 5px;
  padding: 25px;
  display: inline-block;
  text-shadow: 0 1px 0 #ddd;
}



/*------------------HOME PAGE CSS START FROM HERE-----------------------*/
.banner {
  background: url(images/slider-bg.jpg) repeat-x;
  height: 500px;
  border-top: 1px solid #000;
  box-shadow: 0 1px 0 #373737 inset, 0 1px 5px #000;
}
#iview {
  margin: 15px auto;
  position: relative;
  width: 1200px;
  height: 500px !important;
}
.home-content-box {
  margin: 22px auto 0;
  position: relative;
  width: 1200px;
}
.list-body {
  background-color: rgba(235, 235, 235, 0.4);
  padding: 25px;
}
.list-body li {
  list-style-image: url(images/dot.png);
  margin-left: 25px;
  line-height: 25px;
}
.block-list li:first-child {
  margin-top: 0;
}
.block-list li .recent-blog a {
  background: url(images/list.png) no-repeat;
  padding-left: 25px;
  paddin-top: 0;
  margin-top: 10px;
  float: left;
}
.block-list li div {
  line-height: 18px;
}
.page-sidebar .get-social {
  margin: 8px 0
}
/*-------------------	BANNER STYLE START FROM HERE ---------------------*/
.banner .circle-wrap {
  display: inline-block;
}
.banner .circle {
  z-index: 1;
}
.banner .plugin-name a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  overflow: visible;
  transition: color 0.5s;
}
.banner .circle-wrap:hover .plugin-name a, .banner .plugin-name a:hover {
  color: #2665af;
}
.slider-2, .slider-3 {
  text-align: left;
  vertical-align: middle;
}
.slider-2 .sbox-left .title, .slider-3 .sbox-left .title {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-family: arial;
  width: 400px;
}
.slider-2 .sbox-left .title span, .slider-3 .sbox-left .title span {
  font-size: 17px;
  font-family: arial;
}
.banner .button {
  border: 1px solid #fff;
  box-shadow: 0 0px 5px #888888;
}
/*------------------- STYLE FOR ALL FORMS USE IN SEAO ---------------------*/
.block-system .content form .submit-button {
  margin: 10px 0 0 0;
}
.form-item {
  clear: both;
}
.page-support .block-system .content form, .page-user-contact .block-system .content form {
  padding: 0;
}
#uc-cart-pane-coupon, #uc-cart-pane-coupon-automatic {
  padding: 10px;
}
/*---------------------OVERWRITE CSS START FROM HERE-------------------------*/
#uc-cart-pane-coupon, #uc-cart-pane-coupon-automatic {
  border-color: #ddd;
}
#quote {
  border: none;
  margin: 0;
  padding: 0;
}
.form-item-panes-delivery-select-address .ajax-progress .throbber, .form-item-panes-delivery-delivery-country .ajax-progress .throbber, .form-item-panes-billing-billing-country .ajax-progress .throbber {
  margin-left: 5px;
}
.form-type-password-confirm .password-suggestions.description:before, .form-type-password-confirm .password-suggestions.description {
  content: normal;
  background-color: rgba(225, 243, 255, 0.5);
  border-color: #2665af;
  color: #2665af;
  z-index: 5;
}
.order-review-table {
  border-color: #eeeeee;
  margin-top: 10px;
}
.order-review-table tr.pane-title-row {
  background-color: rgba(225, 243, 255, 0.5);
  border-color: #eee;
  color: #003A7E;
}
.order-review-table tr.review-button-row, .order-review-table tr.row-border-top {
  background: none;
  border-color: #eee;
}
.order-review-table .review-button-row td {
  padding-bottom: 10px;
}
.order-review-table .title-col {
  padding-left: 10px;
}
.profile h3 {
  margin: 5px 0;
  padding: 2px 0;
}
.profile dl {
  margin: 10px;
}
label {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 2px;
  display: inline;
}
#support-system-viewthread fieldset {
  border: none;
  background-color: #fff;
}
#support-system-viewthread fieldset legend {
  background-color: #fff;
  border: none;
  font-weight: normal;
}
#edit-picture .attach_media_wrapper .form-item {
  margin: 0 30px 0 0;
}
.submit-info span {
  color: #8B8C8C !important;
}
.blog_search #search-inputs .search-form {
  margin-bottom: 0;
}
.product-finder-search-page {
  margin-top: 25px !important;
}
div.messages {
  margin: 16px 0;
  line-height: 22px;
  font-size: 13px;
}
div.messages strong {
  font-weight: 600;
}
/* added BY Rishabh for configure license page. */
.licenses-configure-no {
  background-color: #2665af;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.17);
  color: #FFFFFF;
  font-size: 15px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 23px;
}
/*-------------CHECKOUT COMPLETE PAGE STYLE START FROM HERE-------------*/
.checkout-complete {
  border: 1px solid #ccc;
  padding: 5px 10px 10px;
}
.checkout-complete p {
  padding: 5px 0 5px 12px;
  background: url(images/dot.png) no-repeat left 10px;
}
.checkout-complete .checkout-msg-usrinfo {
  padding-left: 30px;
  margin-bottom: 10px
}
/*------------ ---------------*/
.files-helpinfo li {
  padding: 2px 0;
  list-style: disc;
  margin: 0 35px;
}
/*------------ ---------------*/
.list_demo {
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 5px;
}
.list_demo a {
  float: left;
  margin-right: 10px;
}
.ques-ans-box {
  float: left;
  width: 100%;
}
.ques-ans-box + .ques-ans-box {
  border-top: 1px dashed #cdcdcd;
}
.ques-ans-box .ques {
  font-weight: bold;
  margin: 10px 5px;
}
.ans {
  font-size: 13px;
  padding-left: 10px;
  margin: 10px;
  line-height: 18px;
}
.product-block-box .more-links {
  margin: 10px;
}
#user-profile-form fieldset {
  display: none;
}
#user-profile-form fieldset#edit-subscriptions {
  display: block;
}
/*------------------TESTIMONIAL PAGE CSS START FROM HERE-----------------*/
.testimonial-box {
  background-color: rgba(235, 235, 235, 0.4);
  border: 1px dashed #ddd;
  border-radius: 5px;
  padding: 10px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 200px;
}
.testimonial-box + .testimonial-box {
  margin-top: 10px;
}
.testimonial-box > div:first-child {
  display: inline-block;
  background: url(images/Quate-mark.png) no-repeat 10px 0;
  padding: 0 10px;
}
.support .testimonial-box > div {
  max-width: 270px;
}
.testimonial-box div p {
  font-size: 14px;
  text-indent: 35px;
  line-height: 22px;
  padding: 6px 0;
}
.testimonial-box > div {
  float: left;
  width: 75%;
}
.testimonial-img {
  float: left;
  width: 23% !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.testimonial-img span {
  text-align: right;
}
.testimonial-box-img {
  text-align: right;
}
.testimonial-box-img img {
  max-width: 100%;
}
section.testimonial-box {
  padding: 15px;
  background: none;
}
.uc-price-label {
  display: none;
}
.licence-page-content {
  margin: 0 10px;
}
.all-support-menu {
  font-size: 11px;
  margin-top: -7px;
}
.all-support-menu a {
  padding: 0 4px !important;
}
div#skip-to-nav {
  display: none
}

/*Subscription page Css starts from here*/
.subscription-wrapper {
  border-collapse: separate;
}
.subscription-wrapper td:first-child {
  width: 20%;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}
th.subscription-cell {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
th.subscription-cell + th.subscription-cell {
  color: #fff;
}
.subscription-cell {
  text-align: center;
  width: 20%;
  line-height: 30px;
	color: #f5f5f5;
}
.view-mobile-subscriptions .subscription-cell {
	color: #373737;
}
.subscription-cellth {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
tr.one-time-row, tr.one-time-row td {
  background-color: rgba(38,101,175,0.25) !important;
  font-weight: bold;
  font-size: 14px !important;
}
.one-time-subscription-fee, .one-time-subscription-fee td {
  background: rgba(38,101,175,0.3) !important;
  font-weight: bold;
  font-size: 14px !important;
	color: #fff;
}
th.blue-cell {
  background-color: #35a3d8 !important;
  color: #fff;
}
.blue-cellth {
  background-color: rgba(46, 118, 202, 0.75) !important;
  color: #fff;
}
.white-cellth {
  background-color: #fff !important;
}
.lightblue-cellth {
  color: #fff;
}
td.blue-cell, tfoot .col-3 {
  background-color: rgba(0, 61, 107, 0.1) !important;
}
.green-cellth {
  background-color: #008000 !important;
}
td.green-cell, tfoot .col-4 {
  background-color: rgba(0, 128, 0, 0.1) !important;
}
td.lightblue-cell {
  background-color: rgba(0, 174, 279, 0.1) !important;
  vertical-align: top
}
td.lightblue-cell .views-field-sell-price {
  margin: 14px 0;
}
.subscription-cell-last {
  width: 20%;
  padding-top: 0px;
}
.mobile-support {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 20px;
}
.mobile-support .plan-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  padding: 10px;
  color: #00aeef;
  border-bottom: 1px dashed #e5e5e5;
}
.mobile-support-desc-box {
  padding: 10px;
}
.mobile-support-desc-box input.node-add-to-cart {
  width: 80%;
  padding: 10px 8px;
  font-size: 16px;
  margin: 0 auto;
}
.mobile-support-deatil {
  padding: 15px;
}
.mobile-support-or-line {
  position: relative;
  padding: 20px;
  text-align: center;
}
.mobile-support-or-line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #e5e5e5;
  right: 0;
  margin: auto;
  z-index: 0;
  height: 1px;
}
.mobile-support-or-line span {
  background: #f8f8f8;
  position: relative;
  color: #000;
  padding: 15px;
  text-transform: uppercase;
}
.mobile-support-premium {
  padding: 0 20px 20px;
}
.mobile-support-premium p {
  margin-bottom: 15px;
}
.mobile-supprt-premium-btn {
  width: 80%;
  padding: 10px 8px;
  font-size: 16px;
  display: block;
  margin: auto;
}
.mobile-support .mobile-support-desc {
  margin-bottom: 20px;
  line-height: 22px;
}
.mobile-support .contact-btn {
  padding-bottom: 7px;
  margin-top: 15px;
  clear: both;
}
.mobile-support .contact-btn a {
  width: 80%;
  display: block;
  margin: auto;
  padding: 10px 8px;
  font-size: 16px;
}
.mobile-support .views-field-sell-price span {
  display: none;
}
.mobile-support .field-content select {
  margin-top: 10px;
  width: 80%;
  padding: 10px 8px;
  border: 1px solid #d4d4d4;
}
.mobile-support .field-content select option:first-child {
  color: #a7a7a7;
}
.enterprise_box {
  background: #fff;
  border: 0;
}
.enterprise_box h2 {
  margin-bottom: 0;
  font-weight: bold;
  padding: 10px;
  color: #00aeef;
  font-size: 20px;
}
.enterprise_points {
  position: relative;
}
.enterprise_points:before {
  content: "";
  position: absolute;
  width: 1px;
  left: -2px;
  top: 10px;
  bottom: 0;
  background-color: #e7e7e7;
}
.enterprise_points p.mobile-support-desc {
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
.enterprise_points p.mobile-support-desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #bebebe;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #cacaca;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
  margin-left: -7px;
}
/*.subscription-fixed-row{
margin-left: 285px;
opacity: 0.9;
overflow: hidden;
position: fixed;
top: 100px;
width:1200px
}*/
.subscription-cell + .subscription-cell {
  background-color: rgba(42, 111, 191, 0.9);
  /*color:#fff;*/
}
.subscription-cell.green-cellth {
  color: #fff;
}
tr.subscription-fee, tr.subscription-fee td {
	background-color: rgba(38,101,175,0.3) !important;
	color: #fff;
}
tr.even td.subscription-cell, tr.odd td.subscription-cell, tfoot .col-1 {
  background-color: rgba(0, 0, 0, 0.03);
}
/*tr.even td.subscription-cell + .subscription-cell,
tr.odd td.subscription-cell + .subscription-cell,
tfoot .col-2{
background-color:rgba(0, 174, 279, 0.1);
}*/
.subscription-fixed-row {
  background-color: #E1F3FF;/*box-shadow:0 0 2px rgba(0, 0, 0, 0.17);*/
}
.subscription-wrapper tfoot select {
  width: 80%;
}
td.mobile-subscription-cell:nth-child(4) {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 47px 7px #fff;
}
.recurring_price {
  display: inline-block;
  text-align: left;
  text-transform: none;
  padding: 10px 0;
}
.view-mobile-subscriptions .recurring_price {color: #fff;}
.recurring_price .amt {
  font-size: 26px;
  font-weight: 400;
  float: left;
  margin-right: 8px;
}
.recurring_price span:not(.amt) {
  overflow: hidden;
  display: block;
  line-height: 15px;
  text-align: left;
}
.recurring_price .mf {
  color: #f5f5f5;
  text-align: left;
  clear: both;
  margin-top: 3px;
}
.subscription_footer td {
  background: rgb(235, 235, 235) !important;
}
.subscription_footer td input.node-add-to-cart, .mobile_subscription_plan_bottom input.node-add-to-cart {
  width: 80%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
/*.subscription_footer td.col-1 input.node-add-to-cart {
  background: rgba(46,118,202,0.4);
}
.subscription_footer td.col-2 input.node-add-to-cart {
  background: rgba(46,118,202,0.6);
}
.subscription_footer td.col-3 input.node-add-to-cart {
  background: rgba(46,118,202,0.8);
}*/
.subscription_footer td.col-4 input.node-add-to-cart {
  background: #2665af;
}
.subscription_footer td .form-type-select select {
  margin-top: 8px;
}
.mobile_subscription_plan_bottom {
  background-color: #ebebeb;
}
.mobile_subscription_plan_bottom .views-field-title, .mobile_subscription_plan_bottom .views-field-sell-price, .mobile_subscription_plan_bottom .views-field-addtocartlink label, .subscription_footer .views-field-title, .subscription_footer .views-field-sell-price, .subscription_footer .views-field-addtocartlink label {
  display: none;
}
.mobile_subscription_plan_bottom.ms_ftr_col_1 input.node-add-to-cart {
    background:#2665af;
    margin: 0 auto;
}
.mobile_subscription_plan_bottom.ms_ftr_col_2 input.node-add-to-cart {
  background:#2665af;
  margin-top: 12px;
  margin: 0 auto;
}
.mobile_subscription_container .subscription_container {
  float: left;
  width: 74%;
}
.mobile_subscription_container .subscription_container table {
  margin-top: 0;
}
.mobile_subscription_container .mobile_subscription_rt {
  float: right;
  width: 24%;
}
.ms_ftr_col_2 {
  padding-top: 25px;
}
.ms_ftr_col_2 span > small {
  display: block;
}
tr.subscription-row-lineheight td.subscription-cell {
  line-height: 20px;
}
.plugin_subscription_points {
  padding-left: 12px;
}
/*AWS hosting tab css start from here*/
.sub-tabs ul {
  margin-top: 15px;
}
.sub-tabs li {
  background-color: #FFFFFF;
  margin-bottom: -1px;
}
.sub-tabs li a {
  padding: 4px 10px;
  margin: 0;
}
.sub-tabs .active a {
  background-color: rgba(235, 235, 235, 0.4) !important;
}
.aws-link {
  margin: 5px 7px;
}
.aws-link:nth-child(4) {
  margin-left: 30px;
}
.aws-link a:first-child, .edit-icon {
  padding-left: 20px;
}
.edit-icon {
  background: url(images/edit.png) no-repeat left center;
}
.download-icon {
  background: url(images/download.png) no-repeat left center;
}
.delete-icon {
  background: url(images/cross.png) no-repeat left center;
  padding-left: 20px;
}
.asw-lable-left {
  width: 200px;
}
.aws-task li {
  padding: 4px 0;
}
.aws-task li a {
  background-image: none;
  display: inline-block;
  padding: 0;
}
.support-edit-box .form-type-radio label {
  width: auto !important;
  float: none !important;
}
ul.primary li a {
  padding: 0 7px;
  margin: 0;
}
/*user-cancel-form*/
#uc-recurring-user-cancel-form #edit-submit {
  margin-top: 10px;
  margin-right: 15px;
}
/*Knowledgebase Category Listing page css start from here*/
#block-views-exp-faqs-page .views-widget {
  margin-top: 5px;
}
#block-views-exp-faqs-page #edit-submit-faqs {
  margin-top: 18px;
}
.view-faq-taxonomy .help-box, .view-faq-taxonomy .help-box:first-child {
  margin: 10px 0 0 0;
  width: 92%;
}
.view-faq-taxonomy .help-box img {
  width: 100px;
}
.faq-field-icon img {
  height: 150px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.view-faq-taxonomy table.views-view-grid tr + tr {
  margin-top: 20px;
}
.view-faq-taxonomy table.views-view-grid td {
  width: auto !important;
}
.view-faq-taxonomy table.views-view-grid tr td + td {
  float: right !important;
  margin-right: 20px;
}
/*Knowledgebase Category Detail page css start from here*/
#block-faq-faq-categories {
  width: 240px;
  float: left;
}
#block-faq-faq-categories + #block-system-main {
  float: right;
  width: 720px;
}
.faq-list-wrap li {
  margin: 5px 10px;
}
.faq-list-wrap li.faq-sublist {
  margin-left: 20px;
}
.faq-question-answer + .faq-question-answer, .view-faqs .item-list li + li {
  border-top: 1px dashed #CDCDCD;
  margin-top: 15px;
  padding-top: 8px;
}
.faq-question {
  padding-left: 5px;
}
.faq-answer {
  padding-left: 20px;
  padding-top: 5px;
}
.faq-answer p, .view-faqs .views-row p {
  font-size: 13px;
}
.faq-answer .field.field-label-above {
  margin-top: 10px;
  clear: both;
}
.faq-answer .field-name-field-faq-category .field-label {
  width: 105px;
}
.faq-answer .field-name-field-faq-category .field-item {
  clear: both;
  display: inline-block;
  padding-left: 10px;
}
.view-faqs .item-list {
  text-align: left;
}
.view-faqs .item-list li + li {
  padding-top: 15px;
}
.view-faqs .item-list li div + div {
  padding-top: 5px;
}
.view-faqs .views-row p {
  padding-left: 15px;
}
/*Background-color for plan's Pages*/
.pre-box, .plus-box, .start-box, .bas-box, .pre-box-tip, .plus-box-tip, .start-box-tip, .bas-box-tip {
  padding: 10px;
  margin: 10px 0;
  clear: both;
  overflow: hidden;
}
.pre-box {
  border: 1px solid rgba(0, 128, 0, 0.2);
  background-color: rgba(0, 128, 0, 0.1);
}
.plus-box {
  border: 1px solid rgba(0, 61, 107, 0.2);
  background-color: rgba(0, 61, 107, 0.1);
}
.start-box {
  border: 1px solid rgba(235, 235, 235, 0.5);
  background-color: rgba(235, 235, 235, 0.4);
}
.bas-box {
  border: 1px solid rgba(0, 174, 255, 0.2);
  background-color: rgba(0, 174, 255, 0.1);
}
.pre-box-tip, .plus-box-tip, .start-box-tip, .bas-box-tip {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.17);
  color: #fff;
  font-weight: bold;
  background: url(images/m_acnt.png) no-repeat 7px 8px;
  padding-left: 32px;
  background-position: 10px -70px;
}
.pre-box-tip {
  background-color: #008000;
}
.plus-box-tip {
  background-color: #003D6B;
}
.start-box-tip {
  background-color: #E1F3FF;
  color: #373737;
}
.bas-box-tip {
  background-color: #08AEEF;
}
/*------------------Upgrade Notifications Subscription and Unsubscriptions links-----------------*/
span.subscribe_status {
  background: url(images/sub-not.png) no-repeat left center;
  padding-left: 20px;
}
span.unsubscribe_status {
  background: url(images/unsub-not.png) no-repeat left center;
  padding-left: 20px;
}
/*pending services work*/
#serating-search-pending-services .form-item {
  clear: none;
  float: left;
}
#serating-search-pending-services .form-item + .form-item {
  margin-left: 10px;
}
#serating-search-pending-services .form-submit {
  margin-top: 12px;
}
/*Subscription Page Tabs*/
#block-menu-menu-subscriptions-menu > h2 {
  display: none;
}
#block-menu-menu-subscriptions-menu ul.menu {
  border-bottom: 1px solid #d6d6d6;
  height: 31px;
  list-style: none;
  padding: 0;
  font-size: 1em;
  margin: 0 0 10px;
}
#block-menu-menu-subscriptions-menu ul.menu li {
  float: left;
  line-height: 30px;
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  white-space: nowrap;
}
#block-menu-menu-subscriptions-menu ul.menu li a, #block-menu-menu-subscriptions-menu ul.menu li.active-trail a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 2px 17px 0 12px;
  text-shadow: none;
}
#block-menu-menu-subscriptions-menu ul.menu li.active-trail a {
  color: #2665af;
}
#block-menu-menu-subscriptions-menu ul.menu li.active-trail {
  background: #fdfcfc;
  /*border-color: #d6d6d6 #d6d6d6 #ffffff;
  border-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 1px;*/
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #2665af;
}
/*Buy now button css*/
.buynow_btn {
  display: inline-flex;
}
.buynow_btn .button {
  /*width: 125px;*/
  color: #fff !important;
}
/*Css start for Client Showcase page*/
.seao-grid-wrap {
  clear: both;
  max-width: 1200px;
  padding: 12px 0;
}
.seao-grid-wrap figure {
  background: #2f3238;
  float: left;
  margin: 12px;
  height: 280px;
  width: 375px;
  overflow: hidden;
  position: relative;
}
.seao-grid-wrap figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 0.9;
  position: relative;
}
figure.seao-grid img {
  backface-visibility: hidden;
  height: 400px;
  max-width: none;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
figure.seao-grid:hover img {
  opacity: 0.5;
  transform: scale3d(1.1, 1.1, 1);
}
.seao-grid-wrap figure figcaption {
  backface-visibility: hidden;
  font-size: 1.25em;
  padding: 40px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.seao-grid-wrap figure:hover figcaption {
  opacity: 1;
}
.seao-grid-wrap figure figcaption h2 {
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0 0;
  position: relative;
}
.seao-grid-wrap figure figcaption a, .seao-grid-wrap figure figcaption > p {
  color: #fff;
}
figure.seao-grid p {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 4px;
  text-transform: none;
  padding: 6px 0;
  transform: translate3d(-360px, 0px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.seao-grid div p {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  color: #2f3238;
  padding: 5px 12px;
  white-space: nowrap;
}
figure.seao-grid p:first-child {
  transition-delay: 0.15s;
}
figure.seao-grid:hover p {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
figure.seao-grid:hover p:first-child {
  transition-delay: 0s;
}
figure.seao-grid p:nth-of-type(2) {
  transition-delay: 0.1s;
}
figure.seao-grid:hover p:nth-of-type(2) {
  transition-delay: 0.05s;
}
figure.seao-grid p:nth-of-type(3) {
  transition-delay: 0.05s;
}
figure.seao-grid:hover p:nth-of-type(3) {
  transition-delay: 0.1s;
}
/*new header footer CSS here*/
.home-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-container-fluid:before, .home-container-fluid:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-container:before, .home-container:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our-demos .home-container ul > li {
width: 18.3%;
display: inline-block;
margin-right: 7px;
margin-left: 7px;
vertical-align: top;
	position: relative;
	margin-bottom: 60px;
}
.our-demos .overflow-hideen {
	height: 130px;
	border-radius: 3px 3px 0 0;
	position: relative;
	width: 130px;
	margin: 0 auto;
	transform: rotate(45deg);
}
.our-demos .overflow-hideen:before {
	background: rgba(38,101,175, .7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: " ";
}
.our-demos ul {
	margin-top: 40px;
}
.our-demos .overflow-hideen a:first-child {
	display: block;
    width: 200px;
    height: 200px;
    transform: rotate(-45deg);
    margin-top: -20px;
    margin-left: -34px;
}
/*.our-demos .overflow-hideen.main {background-image:url("images/demos/main_demo.png");}
.our-demos .overflow-hideen.fb {background-image:url("images/demos/facebook_clone_demo.png");}
.our-demos .overflow-hideen.photo {background-image:url("images/demos/photosharing_demo.png");}
.our-demos .overflow-hideen.ios {background-image:url("images/demos/ios-mobile-screen.png");}
.our-demos .overflow-hideen.android {background-image:url("images/demos/android-mobile-screens.png");}
.our-demos .overflow-hideen.mobile {background-image:url("images/demos/mobile_demo.png");}*/

/*.our-demos .overflow-hideen > a:first-child{transform: rotate(-45deg);}*/
.bgcolorSection:hover img{
	transform: scale(1.1, 1.1);
}


 
.our-demos .view_more_btn {
	text-align: center;
}
.our-demos .view_more_btn a {
	overflow: hidden;
	display: inline-block;
	margin-top: 30px;
}
.our-demos .view_more_btn a i {
	margin-left: 4px;
	vertical-align: text-bottom;
}
.our-demos .view_more_btn a i:before {
	font-size: 18px;
}
.common-box {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
/*Header Start here*/
/*.header-bg {
  background: url(images/home-page/bg.jpg) no-repeat top center rgba(255, 255, 255, 0);
  background-size: cover;
  height: 100%;
  position: relative;
}
*/


.header-bg {
/*  background: url(images/home-page/bg.jpg) no-repeat top center rgba(255, 255, 255, 0);
  background-size: cover;
  height: 550px;*/
  position: relative;
  background-position: center center;
}


.inner-header-bg {
/*  background-image: -moz-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%)!important;
  background-image: -webkit-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%)!important;
  background-image: -ms-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%)!important;
  background-image: linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%)!important;*/
  background-size: cover;
  background-color: #2665af;
/*  height: 100%;*/
}
.page-catalog-themes .inner-header-bg {
  /*background: radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);
  background: -o-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);
  background: -ms-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);
  background: -moz-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);
  background: -webkit-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);*/
/*  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);*/
background-color: #2665af;
}
/*.page-catalog-services .inner-header-bg {
  background-image: -moz-linear-gradient( 180deg, rgb(103, 225, 241) 0%, rgb(2, 198, 247) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(103, 225, 241) 0%, rgb(2, 198, 247) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(103, 225, 241) 0%, rgb(2, 198, 247) 100%);
  background-image: linear-gradient( 180deg, rgb(103, 225, 241) 0%, rgb(2, 198, 247) 100%);
  background-image: -o-linear-gradient( 180deg, rgb(103, 225, 241) 0%, rgb(2, 198, 247) 100%);
}*/
/*.page-subscriptions .inner-header-bg {
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -webkit-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -moz-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(to right, #fa709a 0%, #fee140 100%);
}*/
/*.page-product-packages .inner-header-bg {
  background: linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -webkit-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -moz-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -o-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -ms-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
}*/
/*.page-catalog-plugins .inner-header-bg {
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}
.page-socialengine-ios-iphone-android-mobile-apps-subscriptions .inner-header-bg { 
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
}*/ 
.page-socialengine-hosting .inner-header-bg,
.page-socialengine-hosting .inner-header-bg .sticky,
body.page-node-309 .inner-header-bg,
body.page-node-309 .inner-header-bg .sticky {
  /*background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);*/
/*  background: linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -webkit-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -moz-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -o-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);
  background: -ms-linear-gradient( 9deg, rgb(255,142,39) 0%, rgb(215,45,96) 100%);*/
background-color: #2665af;
}
body.page-node-309 .inner-header-bg .main-title {
  padding: 40px 0 40px 0;
}
body.page-node-309 .inner-header-bg .main-title div{
  display: block;
}
.page-node .inner-header-bg {
/*  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);*/
  background-color: #2665af;
}
.page-node .inner-header-bg  .main-title {
  padding: 0;
}
.page-node .inner-header-bg .main-title div {
  display: none;
}
.page-licenses .inner-header-bg .main-title,
.page-cart .inner-header-bg .main-title,
.page-support .inner-header-bg .main-title,
.page-user .inner-header-bg .main-title {
  padding: 20px 0;
}
.page-licenses .inner-header-bg .main-title h2,
.page-cart .inner-header-bg .main-title h2,
.page-support .inner-header-bg .main-title h2,
.page-user .inner-header-bg .main-title h2 {
  font-size: 35px;
}
.page-licenses .inner-header-bg .main-title-slogan,
.page-cart .inner-header-bg .main-title-slogan,
.page-support .inner-header-bg .main-title-slogan,
.page-user .inner-header-bg .main-title-slogan {
    font-size: 16px;
    margin-top: 5px;
}
header {
  /*border-bottom: 3px solid #fff;*/
  /* padding: 0;
 -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 90px;*/
  background: none;
  margin: 0;
  border: none;
	top: 0;
  padding: 0px 0 0px;
  min-height: 0;
  position: relative;
  z-index: 99;
  -webkit-transition: top .4s ease-in-out;
  -moz-transition: top .4s ease-in-out;
  -ms-transition: top .4s ease-in-out;
  -o-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
}
/*.sticky {

  position: fixed;
  z-index: 999;
  top: 0;
  padding: 5px 0;

background-image: radial-gradient(circle, #f45c43, #f25344, #f04946, #ee3f47, #eb3349);
}
*/
.common-box > .home-container > .logo1 > a > img:last-child,
.sticky > .home-container > .logo1 > a > img:first-child
{ display: none  }
.sticky > .home-container > .logo1 > a > img:last-child{ display: block  }

.sticky {

  position: fixed;
  z-index: 999;
  top: 0;
  padding: 0px 0 0 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
/*  min-height: 73px!important;*/
  border-bottom: 0!important;

/*background-image: linear-gradient(to left top, #43cea2, #00b5b3, #0099bb, #007ab4, #185a9d);*/}
.sticky nav > ul.links > li > a{ color: #000!important; }
/*.sticky nav > ul.links > li > a:after{ border:1px solid #000; }*/

/*.sticky .header-links > .myacc-container > a{background: #2665af!important; color: #fff!important;}*/
ul.links > li > a {border-bottom: 2px solid transparent; padding-bottom: 28px!important;}
ul.links > li > a:hover{ color: #2665af}
/*.sticky .header-links > a{ color:#2665af!important; border-color:#2665af!important;  }*/
.header-links > .myacc-container > a{color:#fff; font-size: 15px; text-transform: capitalize; font-weight: 400; padding-top: 7px;}

.sticky .header-links > .myacc-container > a{ color: #000;}
.sticky .header-links > .myacc-container > a:hover{color: #000;}
.inner-header-bg .sticky {
  background: #fff !important;

}
.clearboth{ clear: both; }
.mini_strip {
	clear: both;
	background: #efefef;
	line-height: 35px;
	vertical-align: middle;
}
.mini_strip .home-container {
	display: block;
	text-align: right;
}
.sticky .right_mini_menu{ margin-top: -35px; }
/*.right_mini_menu{ float: right; margin-top:-15px; }*/
.right_mini_menu > ul { font-size: 0}
.right_mini_menu > ul > li{display: inline-block; padding: 0 10px 0 0; vertical-align: middle;}
.right_mini_menu > ul > li > a{ display: block; font-size: 13px; color: #373737; font-family: 'Roboto',sans-serif; font-weight: 400;}
/*.sticky .right_mini_menu > ul > li > a{color: #000;}
.right_mini_menu > ul > li > a:hover{color: #0055ff}*/
 header.common-box .right_mini_menu > ul > li > a:hover {
	color:#2665af;
}
.sticky .logo1 {
  width: 15%;

}
.sticky .logo1 img {
  max-width: 100%;
}
header .logo1 {
  width: 25%;
  float: left;
  max-width: 200px;
  margin-top: 5px;
}
header .menu {
  float: right;
  width: auto;
  margin-top: 18px;
}
header .header-links {
  text-align: right;
  float: right;
  margin-left: 10px;
	margin-top: 2px;
}
/*header.sticky .logo1 {
  margin-top: 25px;
}*/
header .header-links a {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  /*font-size: 15px;*/
  line-height: 24px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
header .header-links #demo-nav {
  margin-right: 15px;
}
/*header .header-links a.login {
  padding: 9px 10px;
  margin-right: 10px;
  background: #fff;
  font-size: 11px;
  border: 1px solid #fff;
  line-height: normal;
}*/
header .header-links a.login:hover {
/*  background: transparent;
  border:none;*/
/*  color: #fff;*/
}
header .header-links a.login > i {
  display: none;
}
header .header-links a.signup {
  /*background: url(images/home-page/cart.png) no-repeat 10% center transparent;*/
  color: #fff;
  padding: 7px 10px;
/*  border: 1px solid #fff;*/
  line-height: 21px;
  background-color: #01ba35;
}

header .header-links a.signup i {
  font-size: 17px;
}
header .header-links a.signup > span {
  margin-left: 5px;
}
header .header-links span {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
header nav {
  height: auto;
  float: right;
}
.main-menu_blog,
.main-menu_support,
.main-menu_demos,
.main-menu_contact,
.main-menu_my-account,
.main-menu_cart {
  display: none;
}
header.common-box {
 box-shadow:  0 0 30px 0 rgba(0,0,0,.08);
 /* min-height: 88px;*/
}

.sticky ul.links li:nth-child(3) > a:hover, .sticky ul.links li:nth-child(3) > a.active,
.sticky ul.links li:nth-child(4) > a:hover, .sticky ul.links li:nth-child(4) > a.active
{ background: none!important; color: #000!important }
.sticky ul.links li:nth-child(3).submenu_links:hover > a,
.sticky ul.links li:nth-child(4).submenu_links:hover > a
{ color: #000!important  }
.hosting-header > p > a{ color:#2665af!important  }

.menu-icon {
  /*background: url(images/home-page/nav-icon.png) center transparent; *//* Add navigation menu icon*/
/*	background-size: 80%;*/
  width: 35px;
  height: 35px;
  display: none;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
/*  margin-top: 15px;*/
  margin-bottom: 15px;
	
}

ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.links li {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
ul.links li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
  padding: 10px 12px 7px;
/*  border-radius: 25px;*/
}
ul.links > li > a:hover,
ul.links > li > a.active {
/*  border-bottom:2px solid #fff;*/
/*  border-radius: 25px;*/
/*  color: #fff;*/
}

ul.links li.icon {
  display: none;
}
@media only screen and (min-width:768px) {
 /* ul.links li.submenu_links:hover > a,
  ul.links li.submenu_links > a:hover, ul.links li.submenu_links > a.active:hover {
    background: transparent;
    color: #fff;
  }*/
/*  ul.links li.submenu_links > a.active {
    border-bottom: 2px solid #fff;
	    }*/
  /*  padding-right: 18px;*/

  ul.links li.submenu_links:hover .submenu_links_wappers {
    opacity: 1;
    display: block;
  }
  .submenu_links_wappers {
    opacity: 0;
    display: none;
    z-index: 1;
    max-width: 300px;
    min-width: 200px;
    position: absolute;
  }
 /* .page-node-309 .header-links .myaccount-box ul li:hover,
  .page-node-309 .submenu_links_wappers ul.menu_level_1 li a.active,
  .page-node-309 .submenu_links_wappers ul.menu_level_1 li:hover a,
  .page-socialengine-hosting .header-links .myaccount-box ul li:hover,
  .page-socialengine-hosting .submenu_links_wappers ul.menu_level_1 li a.active,
  .page-socialengine-hosting .submenu_links_wappers ul.menu_level_1 li:hover a {
  background-image: -moz-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: -webkit-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: -ms-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  }*/

  ul.menu_level_1 {
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
    /*  padding: 15px;*/
    margin-top: 0;
  }
 /* ul.menu_level_1 {
    margin-top: 6px;
  }*/
  ul.links li.submenu_links ul.menu_level_1 > li:not(:last-child) {
    float: none;
    border-bottom: 1px solid #e1e1e1;
  }
  ul.menu_level_1 li{
    float: none;
    margin: 0;
  }
  ul.menu_level_1 li a {
    color: #000;
    display: block;
    border-radius: 0;
    text-align: left;
  }
  ul.menu_level_1 li a.active,
  ul.menu_level_1 li:hover a{
    border-radius: 0;
    color: #fff!important;
    background-color: #2665af;
 /* background-image: -moz-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: -webkit-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: -ms-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);*/
  }
  li.submenu_links >a::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    border: 1px solid #000;
    border-top: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    opacity: .75;
    position: relative;
    left: 6px;
    top: -4px;
    box-sizing: border-box;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all .3s ease-out;
  }
  ul.links li.submenu_links > a.active::after {
    border-right-color: #2665af;
    border-bottom-color: #2665af;
    z-index: 1;
  }
   .sticky ul.links li.submenu_links > a.active::after {
    border-right-color: #000!important;
    border-bottom-color: #000!important;
    z-index: 1;
  }
  ul.links li.submenu_links:hover > a.active::after,
  li.submenu_links:hover >a::after {
    border-right-color: #2665af;
    border-bottom-color: #2665af;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top:0;
  }
}
/*Demo Dropdown*/
#demo-nav {
  font-size: 15px;
  float: left;
}
#demo-nav ul {
  display: inline-block;
  vertical-align: top;
}
#demo-nav li {
  float: left;
  position: relative;
}
#demo-nav li > a {
  color: #fff;
  padding: 0 7px;
  position: relative;
}
#demo-nav li a.our-demo {
  display: block;
  font-weight: 900;
  line-height: 31px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.h-btn {
  margin-left: 10px;
}
#demo-nav li a.our-demo span:first-child {
  background-image: url("images/home-page/support-icon-w.png");
  background-position: 0px 15px;
  background-repeat: no-repeat;
  padding: 10px 0 10px 10px;
}
#demo-nav li .user-box-wrap {
  display: none;
  margin-top: 31px;
  position: absolute;
  background: none repeat scroll 0 0 #F8F8F8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 4;
}
#demo-nav li:hover .user-box-wrap {
  display: block;
}
#demo-nav li .user-box {
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
}
/*Demo Button in Header*/
#demo-nav li a.our-demo {
  padding-left: 22px;
  background: #35a3d8 url("images/home-page/our_demo.png") no-repeat 7px 9px;
}
.demo-box ul li a {
  width: 200px;
  color: #272727 !important;
  z-index: 4;
  text-shadow: none;
  font-size: 14px;
  text-align: left;
  background-image: none;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  padding-left: 10px !important;
  line-height: normal !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  text-transform: none;
}
.demo-box ul li a:hover {
  color: #fff !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #35a3d8;
  background-image: none;
  border-radius: 0px !important;
}
/*Demo Dropdown*/

/*header Drop down Menu*/
.mini-myacc-container,
.myacc-container {
  position: relative;
}
.myacc-container {
  margin-right: 20px;
}
.mini-myacc-container:hover .mini-myaccount-box,
.myacc-container:hover .myaccount-box {
  display: block;
}
.mini-myaccount-box,
.myaccount-box {
  width: 180px;
  position: absolute;
  display: none;
  z-index: 1;
}
.mini-myaccount-box {
  right: 0;
  font-size: 13px;
}
.myaccount-box {
  left: 0px;
}
.mini-myaccount-box ul,
.myaccount-box ul {
  background: #fff;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
}
.myaccount-box ul {

/*  border-radius: 3px;*/
  margin-top: 20px;
	border-top: 2px solid #f26226;
}
.sticky .myaccount-box ul {
  margin-top: 7px;
}
.mini-myaccount-box ul li,
.myaccount-box ul li {
  width: 100%;
  float: none;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 6px 0;
}
/*.inner-header-bg > header.common-box .myaccount-box ul li:hover a,
.inner-header-bg > header.common-box .myaccount-box ul li{ color: #000 }*/
.mini-myaccount-box ul li:hover,
.myaccount-box ul li:hover {
 /* background-image: -moz-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: -webkit-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: -ms-linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);
  background-image: linear-gradient(90deg, #03D2B3 0, #2665af 80%, #2665af 100%);*/
  color: #fff;
}
.mini-myaccount-box ul li:first-child:hover,
.myaccount-box ul li:first-child:hover {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
}
.mini-myaccount-box ul li:last-child:hover,
.myaccount-box ul li:last-child:hover {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
}
.mini-myaccount-box ul li:last-child,
.myaccount-box ul li:last-child {
  border: 0px;
}
.mini-myaccount-box ul li:hover a,
.myaccount-box ul li:hover a {
  color: #fff;
}
.mini-myaccount-box ul li i,
.myaccount-box ul li i {
  padding: 0 8px 0 8px;
  vertical-align: middle;
}
.mini-myaccount-box ul li a,
.myaccount-box ul li a {
  border: 0px;
  color: #727272;
  text-shadow: none;
  text-transform: none;
}
/*end*/
/*.home-wrapper h1, .home-wrapper h2, .home-wrapper h3, .home-wrapper h4, .home-wrapper h5, .home-wrapper h6 {
  font-family: 'Lato', sans-serif;
  line-height: normal;
}*/

.home-wrapper h1, .home-wrapper h2, .home-wrapper h3, .home-wrapper h4, .home-wrapper h5, .home-wrapper h6 {
  font-family: 'Roboto', sans-serif;
  line-height: normal;
}

.home-wrapper h1 a, .home-wrapper h2 a, .home-wrapper h3 a, .home-wrapper h4 a, .home-wrapper h5 a, .home-wrapper h6 a {
  color: inherit;
  font-weight: 400;
}
.heading {
/*  background: url(images/home-page/border-bg.png) no-repeat bottom center;*/
  text-align: center;
padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}
.heading:before {
	border-bottom: 1px dashed #000;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 150px;
	bottom: 0;
}
.heading h2, .h2 {
  font-size: 30px;
  margin-bottom: 0;
	padding-bottom: 10px;
}
.h2 {
	position: relative;
	padding-bottom: 5px;
}

/*.h2:before {
	background: #f26226;
top: 100%;
content: "";
display: block;
min-height: 2px;
position: absolute;
width: 100px;
	content: " ";
	left: 0;
	right: 0;
	margin: 0 auto;
}*/
.h2:after {
	
}
/*Header Ends here*/

/*Subscription Page*/
/*.subs-nwsltr .form-item {
	margin-right: -50px !important;
}*/
.subs-nwsltr {
  padding: 50px 0;
	position: relative;
	background:#efefef !important;
}
 
.subs-nwsltr .heading h2 {
  display: block;
	font-weight: 300;
}
.subs-nwsltr-box {
  text-align: center;
}
.subs-nwsltr-box input[type="text"] {
  background: #fafbfd;
  border-radius: 25px;
}
.subs-nwsltr-box .block-simplenews .content input#edit-mail {
  width: 325px;
  height: 36px;
}
.subs-nwsltr-box .form-submit {
  background: #f26226;
  height: 45px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  /*border: 1px solid #00abe3;*/
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  float: none;
  border-radius: 25px;
}
.subs-nwsltr-box .feed-icon {
  display: inline-block;
  margin-top: 20px;
  margin-left: 8px;
  vertical-align: top;
}
.block-simplenews .issues-link {
  display: none;
  margin-left: 10px;
  margin-top: 20px;
  vertical-align: top;
}
.issues-link ~ a{
	display: none !important;
}
.subs-nwsltr-box .simplenews-subscribe {
  width: 402px;
  display: block;
  margin: 0 auto;
}
.simplenews-unsubscribe + .issues-link {
  margin-left: 0;
}
/*Footer*/

footer {
  background: #0b1e34;
  padding: 60px 0 30px 0;
}
.footer-socialMedia {
  text-align: center;
}
.footer-socialMedia .sociallinks {
  float: left;
}
.footer-socialMedia .aws-partner {
  float: right;
  margin-right: 20px;
}
.footer-socialMedia a {
  margin-left: 20px;
  margin-right: 20px;
}
.footer-mid {
  padding: 40px 0 20px 0;
  margin: 20px 0;
  border-top: 1px solid #233448;
  border-bottom: 1px solid #233448;
}
.footer-col {
  width: 24%;
  float: left;
  margin-right: 15px;
}
.footer-col h5 {
  color: #ddd;
  font-size: 22px;
  font-weight: 400;
}
.footer-col ul {
  margin-top: 15px;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  color: #ddd;
}
.footer-col ul li:before {
  content: "\f0da";
  font-size: 10px;
  color: #888888;
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}
.footer-col:last-child {
  margin-right: 0;
  text-align: center;
}
.footer-tagline {
  float: left;
  clear: both;
  width: 100%;
  color: #fe8313;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.2px;
  margin-top: 10px;
}
.copyrt {
  text-align: center;
  float: left;
  width: 100%;
  color: #50647d;
  margin-bottom: 20px;
}
.copyrt a {
  color: #50647d;
}
/*Ends Footer*/

/*Right Side Options*/
@media (max-height: 500px) {
  div.seao-side-options {
    top: 120px;
  }
}
.seao-side-options {
  position: fixed;
  background-color: rgba(255,255,255,1);
  top: 200px;
  right: 0;
  z-index: 12345678902;
  box-shadow: 0px 3px 12px 2px rgba(0,0,0,0.12);
  -webkit-transition: 0.3s all;
  transition: 0.2s all;
  width: 50px;
}
.seao-side-options-item:not(:hover):not(:focus) {
  color: #263340;
}
.seao-side-options-item {
  text-align: center;
  margin: 0px;
  padding: 10px 0;
  transition: 0.3s all ease-in-out;
  position: relative;
  background-color: #fff;
  color:#263340!important;
}
.seao-side-options-item {
  display: block;
}
.seao-accent-color {
  color: #000;
}
.seao-side-options-item i {
  font-size: 24px;
  font-family: FontAwesome !important;
}
.seao-side-options-hover {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px 25px;
  transform: translateX(0%);
  left: 0px;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  z-index: -100;
  vertical-align: middle;
  width:100px;
	text-align: left;
  /*box-shadow: 0 0 1px rgba(0,0,0,0.3);*/

}
/*.seao-side-options-hover span {
  padding: 0px 3px;
}*/
.seao-side-options-divider {
  margin: 0;
/*  border-bottom: 1px solid #f2f2f2;*/
}
.seao-side-options-item:hover .seao-side-options-hover {
  opacity: 1;
  transform: translateX(-100%);
}
.page-embed-wapper {
	padding: 0 15px;
	width:100%;
	max-width: 1024px;
	box-sizing: border-box;

}
@media(max-width: 992px){

.orange-sticky p{ font-size: 13px; }

.page-embed-wapper {
	max-width: 600px;
}
}
@media(max-width: 920px){
	.demos-col {
		width: 180px;
		height: 180px;
		/*margin-left: 10px;*/
		/*margin-right: 10px;*/
	}
	.video_testimonial_content{ margin-top:0; display: none; }
	.video-testimonial-row, .video_testimonial_content{ width: 100%; margin-right: 0; }
}
@media(max-width: 768px){
/*	.orange-sticky p{ max-width: 500px; }*/
.page-embed-wapper {
	max-width: 500px;
}
}
@media(max-width: 600px){
/*.orange-sticky p{ max-width: 300px; }*/
.orange-sticky { height: auto!important; }
.orange-sticky .tip-announce-icon{ line-height: 95px!important; }

.page-embed-wapper {
	max-width: 400px;
}

}

@media(max-width: 480px){
.page-embed-wapper {
	max-width: 300px;
}
	.subs-nwsltr .form-item input#edit-mail {
	border-radius: 25px;

}
	.subs-nwsltr .form-item {margin-right: 0 !important;}
}
@media(max-width: 380px){
.page-embed-wapper {
	max-width: 250px;
}
}
/*----- 2019 enhancements ---*/
@media(min-width: 601px){

	.hm-caption-col {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
.why_choose_us > ul > li {
    width: 48%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
}
}
@media(min-width: 768px){
	.seao_view_box > ul > li {
		width: 48%;
		margin: 0 1%;
		display: inline-block;
		 vertical-align: top;
	}
	  header .logo1 {
    margin-top: 12px;
  }
  header .logo1 img {
     max-width: 100% !important;
 }
}
@media(min-width: 921px){
	.hm-caption-col {
		width: 31.3%;
	}
	.demos-col {
		width: 180px;
		height: 180px;
		/*margin-left: 15px;*/
		/*margin-right: 15px;*/
	}
	.why_choose_us > ul > li {
    width: 31%;
}
}
@media(min-width: 1025px){
	.hm-caption-col {
		width: 23%;
	}
	.seao_view_box > ul > li {
		width: 31%;
	}
}

.page-embed-header {
	background: #fe8313;
	padding: 3px 8px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 10px;
}
.page-embed-header h1 {
	color: #fff;
	margin: 0;
	line-height: normal;
	font-size: 24px;
	font-family: 'Lato',sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.block-simplenews .content input#edit-mail, .block-simplenews .content input#edit-submit {
    border-width: 0;
  /*  margin-left: 10px;*/
    padding: 5px 10px;
}
.block-simplenews .content input#edit-mail--2
{
    width: 250px;
    height: 34px;

}
.form-item-subscribe-newsletters > input#edit-subscribe-newsletters--2, .form-item-subscribe-newsletters > input#edit-subscribe-newsletters{margin-top:0;  }
.simplenews-subscribe .form-item-subscribe-newsletters{ margin-top: 10px !important; }
/*Home Page Category Pop Up*/
.portfolio-con {
  width: 100%;
  height: 80%;
  margin: 0 auto;
  font-family: "Roboto", Sans-serif;
}
.portfolio-popup {
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}
.portfolio-popup-title {
  background: #fe8313;
  padding: 3px 8px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
	box-sizing: border-box;
	display: none;
}
.portfolio-popup-title h1 {
  color: #fff;
  margin: 0;
  line-height: normal;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.portfolio-popup-box {
  border-bottom: 1px dashed #ccc;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.portfolio-popup-img {
  float: left;
  width: 12%;
  margin-right: 20px;
}
.portfolio-popup-img img {
  border: 2px solid #ccc;
  padding: 4px;
}
.portfolio-popup-desc {
  float: left;
  width: 85%;
}
.portfolio-popup-desc h3 {
  font-size: 18px;
}
.portfolio-popup-desc h3 a {
  color: #fe8313;
  text-decoration: none;
}
.portfolio-popup-desc p {
  font-size: 14px;
}
.portfolio-popup-link {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.portfolio-popup-link a {
  margin-right: 10px;
}
/*Scroll to Top*/
.scrollToTop {
  text-align: center;
  text-decoration: none;
  position: fixed;
  top: 80%;
  right: 30px;
  display: none;
  z-index: 1;
}
.scrollToTop i {
background-color: #2665af;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 36px;
  width: 40px;
}
.scrollToTop i:hover {
background-color: #2665af;
}
.scrollToTop:hover {
  text-decoration: none;
}
/*Clock for Indian Standard Time*/
#clock {
  background: #fe8313 url(images/clock.png) no-repeat 5% 50%;
  width: 200px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  line-height: 30px;
  border-radius: 40px;
  text-indent: 30px;
  font-size: 20px;
  padding: 10px;
  box-sizing: border-box;
  clear: both;
}
/*Support Page*/
.timezoneclock {
  border: 1px solid #e8e8e8;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  display: block;
  text-align: center;
}
p.timezonetext {
  display: inline-block;
  width: auto;
  padding-right: 20px;
  box-sizing: border-box;
}
.timezoneclock #clock {
  display: inline-block;
}
/*Mobile Apps Subsciption*/
.view-mobile-subscriptions, .view-subscriptions {
  padding-top: 10px;
}
.view-mobile-subscriptions .view-header, .view-subscriptions .view-header {
  margin-bottom: 20px;
  clear: both;
}
/*Mobile Subscription right side*/
/*.try-demo {
border: 1px solid #cddfef;
background: #e5f7ff;
text-align: center;
margin-bottom: 20px;
}*/
.try-demo1 {
  margin-bottom: 40px;
}
.try-demo1 > div {
  height: 190px;
  width: 100%;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.try-demo1 > div.try-demo-mobile {
  background-image: url(images/mobile_apps/mobile-demo.jpg);
  height: 145px;
}
.try-demo1 > div.try-demo-ios-app {
  background-image: url(images/mobile_apps/ios-mobile-screen.png);
  height: 156px;
}
.try-demo1 > div.try-demo-android-app {
  background-image: url(images/mobile_apps/android-mobile-screens.png);
}
.try-demo1 > div.track-upgrade-release-blog {
  background-image: url(images/track-upgrade-release.png);
  height: 173px;
}
.enterprise_box h2, .mobile-support .plan-title{ color: #2665af }
.try-demo1 a > h4 {
  padding: 13px 3px;
  background: #2665af;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}
.try-demo1 a > h4:hover {
  background: #000;
}
.try-demo1 > div > a {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  border: 0;
  outline: 0;
  margin: auto;
  transform: translateY(-50%);
}
.try-demo1:hover > div > a {
  display: block;
  color: #fff;
}
.try-mobile-demo-btn {
  background: url(images/mobiledemo.png) no-repeat 10px center #000;
  color: #fff;
  width: 90px;
  border-radius: 4px;
  margin: auto;
  padding: 13px 0px 13px 32px !important;
}

/*.try-demo h4 {
  padding: 10px 3px;
  background: #c1e8f7;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
}
.try-demo a {
  display: block;
  padding: 10px;
}
.try-demo h4:after {
  content: "\f0d7";
  font-size: 46px;
  position: absolute;
  left: 0;
  right: 0;
  font-family: FontAwesome;
  bottom: -27px;
  color: #c1e8f7;
}*/


/*Demos Page CSS*/
.demos_row {
  margin: auto;
  box-sizing: border-box;
}
.demos_col {
  width: 48%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 40px;
  box-shadow: 0 15px 45px -9px rgba(0, 0, 0, 0.61);
  border-radius: 0 0 10px 10px;
}
.demos_col:nth-child(2n+2) {
  margin-left: 4%;
}
.demos_img_container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  border: 1px solid #eee;
}
img.demos_img_url {
  max-width: 100%;
}
.demos_img {
  position: relative;
  line-height: 0;
}
.demos_img_overlay {
  display: block;
  transition: .3s all ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  bottom: 0;
  background-color: rgba(0, 185, 245, 0.7);
  text-align: center;
}
.demos_img .demos_img_overlay:hover {
  opacity: 1;
}
.demos-button-preset {
  transition: .6s all ease-in-out;
  line-height: 45px;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 100px;
  font-weight: bold;
  box-shadow: 0 2px 11px 1px rgba(0,0,0,0.05);
  font-size: 13px;
  color: #4e4e4e;
  display: inline-block;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.demos-button-preset i {
  margin-left: 8px;
  font-size: 16px;
}
.demos_heading {
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #ffffff;
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  border-radius: 0 0 10px 10px;
}
.demos_heading h1 {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

/*Hosting page css*/
#block-menu-menu-hosting-menu h2{display:none;}
div.content ul.menu{list-style: none outside none; padding: 0; background: none; border-bottom: 1px solid #d6d6d6; height: 35px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
div.content ul.menu li { background: none; line-height: 30px; /*margin: 0 2px;*/ display: inline;}
div.content ul.menu li.active-trail { background: none repeat scroll 0 0 #FDFCFC; /*border: 1px solid #d6d6d6; border-top-left-radius: 5px; border-top-right-radius: 5px;    border-bottom: 1px solid #FFFFFF;*/  float: left;  text-decoration: none; border-bottom: 2px solid #2665af; }
div.content ul.menu li a, div.content ul.menu li.active-trail a { color: #2665af; background: none; border: none; font-weight: normal; font-size: 15px;}
div.content ul.menu li.active-trail a {color: #2665af; }
#block-menu-menu-mobile-apps-menu div.content ul.menu li.active-trail {
  float: none;
}
#block-menu-menu-mobile-apps-menu div.content ul.menu li{display: inline-block;}
#block-menu-menu-mobile-apps-menu div.content ul.menu li a{line-height: 30px;}
div.content ul.menu li a {  padding: 0 7px; margin: 0;	text-shadow:none;}

.page-socialengine-hosting .content-box{width:100%;}
.page-socialengine-hosting .block-menu {width:1200px; margin: 0 auto;}

.main-extra{width:100%; float:left; font-family: 'Roboto', sans-serif;}
.hosting-row { margin:1px 0 20px 0; line-height: 23px; color:#373737;}
.hosting-bann{/*background: #000; width: 1200px;*/ margin: 30px auto 0;}
.hosting-bann img{max-width:100%;}
.hosting-header{position:relative; /*width:45%; left:0; right:0; margin:auto; top:85px;*/}
.hosting-header h1{color: #2665af; font-size: 44px; font-weight: 400; line-height: 55px; margin-bottom: 15px; text-align:center;}
.hosting-header p{font-size:20px; font-weight:300; text-align:center; line-height:28px; letter-spacing:1px;}

.hosting-box-container{margin:22px auto; font-family: 'Roboto', sans-serif; width:1200px;} 
.hosting-box-row{margin-bottom:40px;}
.one_third{float: left; margin-right: 4%; position: relative; width: 30.50%; text-align:center; color:#727272;}
.one_third h3 {font-size: 20px; font-style: normal; line-height: 23px; margin-bottom: 20px;	color:#2665af; font-weight:300;}
.one_third img{ margin-bottom: 20px;}
.one_third p{line-height:24px;}
.last { clear: right; margin-right: 0 !important;}
		
.hosting-title{font-size: 48px; font-weight: 300; line-height: 68px; margin-bottom: 40px; text-align: center;}

.discount{text-align:center; box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); padding:20px 0; line-height:25px; margin: auto; width: 100%; float:none; clear:both; background:#2665af;}
.discount a{display:block; text-align:center; width:100%; margin-bottom:20px;}
.disocunt, .subtitle {font-size:18px; font-weight:400; color:#fff; margin-bottom:20px;}
.discount, .coupon-code{font-size:18px;}
.coupon-code{ background: #fff; padding: 5px 10px; font-weight: normal; color: #f26226;}

.hosting-ready{ margin:22px 0; text-align:center; font-weight:400; font-size:18px;}
.get-ready {margin:30px 0; line-height:28px;}
.get-ready h4{ font-style:italic; color: #2665af; margin-bottom:10px;}
.get-ready div{ float:left; margin:30px 0; width:100%; }
.get-ready-btn{background:#2665af; color:#fff; font-weight:300; font-size:25px; padding: 10px 30px; border:1px solid #2665af; clear:both;}
.get-ready-btn:hover{color:#000;}


.orange-sticky{background:#F60; color:#fff; padding:10px 0; font-size:16px; text-align: center; position: relative; /* margin-top: -25px; margin-bottom: 25px;*/}
.sticky .orange-sticky {/* position: fixed; top:0; z-index: 9999; width:100%;*/ margin:-5px; margin-bottom: 0px;}
.orange-sticky a{color:#fff; text-decoration:underline;}
.orange-sticky a:hover{color:#fff;}
.orange-sticky .tip-announce-icon{float:right; /*border-left: 1px solid rgba(255,255,255,0.3); margin:-10px 0; line-height: 48px;*/}
.orange-sticky p {
  display: inline-block;
}
.tip-click-here {
  padding: 6px 10px;
  margin-left: 10px;
  background: #fff;
  font-size: 11px;
  line-height: normal;
  color: #000 !important;
  border-radius: 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600; 
  display: inline-block;
}
.tip-click-here:hover {
  background: #000;
  color: #fff !important;
}

.disqus_thread{margin-right:15px;}


/*Plugin, services, product kits pages*/
.plugins-row {
  width: 100%;
}
.plugins-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
/*  text-align: center;*/
}
.plugins-row .plugin-col li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
/*  max-width: 340px;*/
  transform: translateY(0px);
  transition: all .2s ease-out 0s;
  box-shadow: 0 0 51px 0 rgba(0,0,0,.08), 0 6px 18px 0 rgba(0,0,0,.05);
  border-radius: 10px;
/*  padding-bottom: 20px;*/
  text-align: left;
}
.plugins-row .plugin-col li:hover {
  box-shadow: 0 0 114px 0 rgba(0,0,0,.08),0 30px 25px 0 rgba(0,0,0,.05) !important;
  transform: translateY(-5px);
}
.plugin-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
/*  min-height: 300px;*/
}
.plugin-view-text small {
  font-size: 13px;
  margin-right: 10px;
}
.plugin-view-text small i {
  margin-right: 5px;
}
.plugin_view_short_desc {
  margin-top: 10px;
/*	max-height: 170px;*/
	overflow: hidden;
}
.plugin_view_short_desc > p {
	font-size: 14px!important;
    line-height: 24px!important;
}
.plugin-icon {
  position: relative;
  min-height: 200px;  
  text-align: center;
  /*-webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;*/
  /*background: -o-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);
  background: -ms-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);
  background: -moz-radial-gradient(left top,circle cover,rgb(12,180,206),rgb(0,108,255) 100%);*/
  background-color: #2665af;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-logo.plugin-icon {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.plugin-icon.icon-1,
.plugin-col li .plugin-icon.icon-1 {
  background-image: url(images/plugins/bg_1.png);
  background-color: rgb(233, 30, 99);
}
.plugin-icon.icon-2,
.plugin-col li .plugin-icon.icon-2 {
  background-image: url(images/plugins/bg_2.png);
  background-color: rgb(63, 81, 181);
}
.plugin-icon.icon-3,
.plugin-col li .plugin-icon.icon-3 {
  background-image: url(images/plugins/bg_3.png);
  background-color: rgb(73, 161, 191);
}
.plugin-icon.icon-4,
.plugin-col li .plugin-icon.icon-4 {
  background-image: url(images/plugins/bg_4.png);
  background-color: rgb(205, 220, 57);
}
.plugin-icon.icon-5,
.plugin-col li .plugin-icon.icon-5 {
  background-image: url(images/plugins/bg_5.png);
  background-color: rgb(247, 148, 31);
}
.plugin-icon.icon-6,
.plugin-col li .plugin-icon.icon-6 {
  background-image: url(images/plugins/bg_6.png);
  background-color: rgb(76, 175, 80);
}
.plugin-icon.icon-7,
.plugin-col li .plugin-icon.icon-7 {
  background-image: url(images/plugins/bg_1.png);
  background-color: rgb(255, 209, 27);
}
.plugin-icon.icon-8,
.plugin-col li .plugin-icon.icon-8 {
  background-image: url(images/plugins/bg_2.png);
  background-color: #FB5D61;
}
.plugin-icon.icon-9,
.plugin-col li .plugin-icon.icon-9 {
  background-image: url(images/plugins/bg_3.png);
  background-color: rgb(255, 29, 35);
}
.plugin-icon.icon-10,
.plugin-col li .plugin-icon.icon-10 {
  background-image: url(images/plugins/bg_4.png);
  background-color: rgb(255, 152, 0);
}
.plugin-icon.icon-11,
.plugin-col li .plugin-icon.icon-11 {
  background-image: url(images/plugins/bg_5.png);
  background-color: rgb(3, 169, 244);
}
.plugin-icon.icon-12,
.plugin-col li .plugin-icon.icon-12 {
  background-image: url(images/plugins/bg_6.png);
  background-color: rgb(139, 195, 75);
}
.certified_product_seao .certified_image.plugin-icon{
  background-image: none!important;
  min-height: 40px;
}
.certified_product_seao .certified_image.plugin-icon img {
	width: 60px; height: 60px;
}
.plugin-col li:nth-child(12n+1) .plugin-icon {
  background-image: url(images/plugins/bg_1.png);
}
.plugin-col li:nth-child(12n+2) .plugin-icon {
  background-image: url(images/plugins/bg_2.png);
}
.plugin-col li:nth-child(12n+3) .plugin-icon {
  background-image: url(images/plugins/bg_3.png);
}
.plugin-col li:nth-child(12n+4) .plugin-icon {
  background-image: url(images/plugins/bg_4.png);
}
.plugin-col li:nth-child(12n+5) .plugin-icon {
  background-image: url(images/plugins/bg_5.png);
}
.plugin-col li:nth-child(12n+6) .plugin-icon {
  background-image: url(images/plugins/bg_6.png);
}
.plugin-col li:nth-child(12n+7) .plugin-icon {
  background-image: url(images/plugins/bg_1.png);
}
.plugin-col li:nth-child(12n+8) .plugin-icon {
  background-image: url(images/plugins/bg_2.png);
}
.plugin-col li:nth-child(12n+9) .plugin-icon {
  background-image: url(images/plugins/bg_3.png);
}
.plugin-col li:nth-child(12n+10) .plugin-icon {
  background-image: url(images/plugins/bg_4.png);
}
.plugin-col li:nth-child(12n+11) .plugin-icon {
  background-image: url(images/plugins/bg_5.png);
}
.plugin-col li:nth-child(12n+12) .plugin-icon {
  background-image: url(images/plugins/bg_6.png);
}
.plugin-icon a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  min-height: 200px;
}
.plugin-icon img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
	max-height: 160px;
}
plugin-text .plugin-icon img{
  max-width: 180px;
}
/*.plugin-icon:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.2);
  -moz-transition: all 0.5s ease-in-out;
  -moz-transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  transform: scale(1.2);
}*/
.plugin-text img{
  max-width: 100%;
}
.plugin-content {
  vertical-align: top;
  padding: 10px 20px 15px;
  min-height: 114px;
  box-sizing: border-box;
}
.plugin-content h3 {
  color: #000; /*rgb(67, 53, 91);*/
  font-weight: 300;
  margin: 0px 0px 10px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 27px;
	max-height: 54px;
	min-height: 27px;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0px 0px 10px;
}		
.plugin-content h3 a {
  font-weight: 400;
  color: #303133;
}
.plugin-content h3 a:hover {
  color: #2665af;
}
.plugin-content small {
  font-size: 0.9em;
  margin-right: 10px;
  margin-top: 10px;
/*  display: inline-block;*/
}
.plugin-content small i {
  margin-right: 8px;
}
.plugin-content small a,
.plugin-content small i {
  color: #2665af; 
}
.plugin-btm-line {
  border-top: 1px solid rgba(160,160,160,.2);
  padding:10px 15px;
/*  position: relative;*/
 /* left: 0;
  right: 0;
  bottom: 0;*/
}
.plugin-btm-line .add-to-cart,
.plugin-btm-line .field-content .form-submit {
	padding: 10px 15px !important;
	line-height: normal;
}
/*.plugin-btm-line .field-content {
  display: inline-block;
}*/
.plugin-btm-line:after{
  clear:both;
  display: block;
  content: '';
}
.plugin-btm-line .field-content .form-submit {
/*  line-height: 23px;*/
  background: #fff;
  float: right;
/*  width: calc(100% - 30%);*/
  margin-right: 0;
}
.plugin-btm-line .field-content .form-submit,
.prod-addtocart-btn .field-content .form-submit {
  border: 1px solid #2665af;
  color: #2665af;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 15px;
  margin-left: 0;
  outline: 0;
  cursor: pointer;
  text-shadow: none;
  border-radius: 0; 
}
.plugin-btm-line .field-content .form-submit:hover,
.plugin-btm-line .add-to-cart:hover {
  background: #2665af;
  outline: 0;
  color: #fff;
}
.prod-addtocart-btn .field-content .form-submit:hover {
  background: #2665af;
  outline: 0;
  color: #fff;
}
.plugin-btm-line .add-to-cart {
  background: #fff;
  box-sizing: border-box;
/*  width: 100%;*/
/*  line-height: 23px;*/
  color:#2665af;
  float: right;
  border:1px solid #2665af;
}
.plugin-btm-line .plugin-price {
  padding: 0 5px;
}
.subscription-wrapper > thead > tr > th:nth-child(2),
.subscription-wrapper > tbody > tr:first-child > td:nth-child(2),
.subscription-wrapper > tbody > tr:first-child + tr > td:nth-child(2) { background-color: rgba(46,118,202,0.4) !important; }

.view-mobile-subscriptions .subscription-wrapper > thead > tr > th,
.view-mobile-subscriptions .subscription-wrapper > tbody > tr:first-child > td,
.view-mobile-subscriptions .subscription-wrapper > tbody > tr:first-child + tr > td {color: #fff;}

.subscription-wrapper > thead > tr > th:nth-child(3),
.subscription-wrapper > tbody > tr:first-child > td:nth-child(3),
.subscription-wrapper > tbody > tr:first-child + tr > td:nth-child(3) { background-color: rgba(46,118,202,0.6) !important; }

.view-mobile-subscriptions .subscription-wrapper > tbody > tr:first-child + tr + tr > td:nth-child(2) { background-color: rgba(46,118,202,0.4) !important; }
.view-mobile-subscriptions .subscription-wrapper > tbody > tr:first-child + tr + tr > td:nth-child(3) { background-color: rgba(46,118,202,0.6) !important; }

.subscription-wrapper > thead > tr > th:nth-child(4),
.subscription-wrapper > tbody > tr:first-child > td:nth-child(4),
.subscription-wrapper > tbody > tr:first-child + tr > td:nth-child(4){ background-color: rgba(46,118,202,0.8) !important; }

.subscription-wrapper > thead > tr > th:nth-child(5),
.subscription-wrapper > tbody > tr:first-child > td:nth-child(5),
.subscription-wrapper > tbody > tr:first-child + tr > td:nth-child(5){ background-color: #2665af!important; }

/*.subscription-wrapper > tbody > tr:first-child > td:nth-child(3) {
	background: rgba(46,118,202,0.6) !important;
}
.subscription-wrapper > tbody > tr:first-child > td:nth-child(4) {
	background: rgba(46,118,202,0.8) !important;
}
.subscription-wrapper > tbody > tr:first-child > td:nth-child(5) {
	background: #2665af !important;
}*/

.width-full.clr > .left-column-sep-head{ background: none }
.plugin-view-cat-row .cat_text {
  margin-right: 5px;
  font-size: 14px;
	font-weight: 500;
}
.plugin-view-cat-row span:last-child {
  display: none;
}
.add-to-cart {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 0px 5px 0px;
  display: inline-block;
	margin-left: 10px;
}
/*.cart-box-2 .add-to-cart, .cart-box-1 .add-to-cart {
	padding: 0;
}*/
.add-to-cart div div.form-item-qty label {
    color: #000;
}
.cart-box-2 .form-submit,
.cart-box-1 .form-submit,
.cart-box-2 .button,
.cart-box-1 .button {
	margin: 0;
}
.plugin-price {
  float: left;
/*  width: 30%;*/
  box-sizing: border-box;
  text-align: center;
  color: rgb(8, 196, 74);
  font-size: 25px;
  padding: 5px 15px;
/*  border-left: 1px solid rgb(229, 229, 229);*/
/*  background: rgb(255, 255, 255);*/
}
.plugin-price._discount span:last-child {
  text-decoration: line-through;
  color: #FF830F;
  margin-left: 2px;
  font-size: 14px;
}
.add-cart-btn {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 8px;
  background: #ff830f;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.plugin-text.prod-text .plugin-content{
  min-height: 95px;
}
.prod-btm {
  padding: 7px 0;
/*  bottom: 40px;*/
}
.prod-btm > span{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 32.33%;
  line-height: 20px;
  color: #666;
}
.prod-btm .prod-discount {
  color: #43c03a;
}
.prod-btm .prod-price {
  color: #ff830f;
}
.prod-addtocart-btn .field-content .form-submit {
  background: #fff;
  color: #2665af;
  padding: 10px 8px;
  width: 100%;
}
.prod-addtocart-btn {
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.explore-more-link {
  background: #fff;
  color: #2665af;
  padding: 10px 8px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  border: 0px solid #fff;
  outline: 0;
  cursor: pointer;
  text-shadow: none;
  border-radius: 0;
  margin-left: 0;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: padding 0.25s ease 0s;
  display: block;
  box-sizing: border-box;
  border: 1px solid #2665af;
}
.explore-more-link:hover {
  background: #2665af;
  outline: 0;
  color: #fff;
}
/*.view-product-kit.plugin-list .plugins-row .plugin-col li {
  min-height: 340px;
}
.view-product-kit .plugin-col li .plugin-content {
  min-height: 180px;
}
.view-display-id-page_2 .plugin-col li .plugin-text {
  padding: 0;
  min-height: auto;
}
.view-display-id-page_2 .plugin-col li .plugin-text > div {
  float: left;
  width: 100%; 
}
.view-display-id-page_2 .plugin-col li .plugin-icon {
  text-align: center;
  margin-right: 0;
}
.view-display-id-page_2 .plugin-col li .plugin-btm-line{
  float: left;
  width: 100%;
}
.view-display-id-page_2 .plugin-col li .plugin-content {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  min-height: 90px;
}*/

/*Services Page*/
.page-catalog-services .plugin-text {
  min-height: 280px;
}


/*Hhide h2 heading*/
#block-finder-content-finder h2 {
  display: none;
}

/*Blog*/
.blog-common {
  float: left;
  width: 100%;
}
.blog-list {
  margin: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
	padding: 30px 0;
}
.blog-list:first-child {
  margin-top: 0;
}
.blog-list-image {
  float: left;
  width: 100%;
  position: relative;
}
.blog-list-icon {
  height: 250px;
  text-align: center;
  background: rgba(232, 232, 232, 0.7);
}
.blog-list-image img {
  max-width: 100%;
  height: 100%;
}
.blog-posted-date {
/*  background: #4bf;*/
	background: #555;
  width: 60px;
  padding: 6px 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  left: 10px;
  color: #fff;
  box-sizing: border-box;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.blog-posted-date:hover {
  box-shadow: inset 0 0 0 50px #292929;
}
.blog-posted-date small {
  font-size: 11px;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.blog-posted-date span {
  display: block;
}

.log-in-btn > .form-actions > #edit-submit { padding:0!important; line-height: 37px !important; }
.blog-featured {
/*  background: #4bf;*/
	background: #FF0000;
  width: 60px;
  text-align: center;
  font-size: 9px;
  padding: 4px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.blog-featured:hover {
  box-shadow: inset 80px 0 0 0 #292929;
}
.blog-content {
  float: left;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.blog-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 26px;
/*  font-weight: 500;*/
}
.blog-content h2 > a {
	color: #424242;
	font-size: 18px;
line-height: 30px;
font-weight: 100;
}
.blog-content h2 > a:hover {
	color: #003471;
}
.blog-content .blog-text {
  min-height: 90px;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	line-height: 22px;
	max-height: 108px;
	white-space: normal;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-top: 0;
}
.blog-content .blog-text p {
	font-size: inherit;
	line-height: inherit;
}
.blog-other-details {
  margin: 10px 0;
}
.blog-other-details a {
  font-size: 14px;
  text-decoration: none;
  margin: 0 7px;
}
.blog-other-details span {
  margin-right: 15px;
}
.blog-other-details span > i {
  color: #2665af;
  margin-right: 5px;
}
.blog-bottom {
  padding: 10px 0 0;
 /* border-top: 1px solid #e8e8e8;*/
  margin-top: 10px;
}
.blog-social-share {
  float: right;
/*  margin: 0 10px 10px 0;*/
}
.blog-social-share a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #2665af;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-right: 5px;
	border:1px solid #2665af;
}
.blog-social-share a i {
  line-height: 35px;
	vertical-align: middle;
}
.blog-social-share a.fb:hover {
  background: #3b5998;
	color: #fff;
}
.blog-social-share a.twitter:hover {
  background: #429CD6; color: #fff;
}
.blog-social-share a.insta:hover {
  background: #bcced6; color: #fff;
}
.blog-social-share a.gplus:hover {
  background: #DF4B37; color: #fff;
}
.blog-social-share a.pinterest:hover {
  background: #CD2029; color: #fff;
}
.blog-social-share a.linkedin:hover {
  background: #0D77B7; color: #fff;
}
.blog-readmore {
  color: #f26226;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.blog-readmore i {
  margin-left: 5px;
}
.blog-taxonomy-list {
  width: 100%;
}
.blog-taxonomy-list ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  background: #efefef;
}
.blog-taxonomy-list ul li {
  padding: 10px;
  border-bottom: 1px dashed #bdbdbd;
  box-shadow: 1px 1px 1px #fff;
}
.blog-taxonomy-list ul li:last-child {
  border-bottom: 0;
  box-shadow: none;
}
.blog-taxonomy-list ul li a {
  text-decoration: none; color: #373737;
}
.blog-taxonomy-list ul li a:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #373737;
  padding-right: 10px;
  font-size: 18px;
}
.blog-taxonomy-list ul li i {
  margin-right: 8px;
  color: #4bf;
}
.blog-taxonomy-action-list {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.blog-taxonomy-action-list ul {
  margin: 0;
}
.blog-taxonomy-action-list ul li {
  margin-bottom: 15px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.blog-taxonomy-action-list ul li a {
  display: inline-block;
  color: #fff;
  padding: 12px 4px 12px 0;
  font-size: 13px;
  margin: 0
}
.blog-taxonomy-action-list ul li a:hover {
  color: #fff;
}
.blog-taxonomy-action-list ul li i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 12px 8px;
  width: 30px;
  margin-right: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: center;
}
.blog-taxonomy-action-list ul li:hover {
  box-shadow: inset 0 0 0 50px rgba(11, 11, 11, 0.26);
}
.blog-taxonomy-action-list-subscribe {
  background: #db493c;
}
.blog-taxonomy-action-list-newsltr {
  background: #bf2726;
}
.blog-taxonomy-action-list-twitter {
  background: #34cbff;
}
.blog-taxonomy-action-list-fb {
  background: #3c5a9a;
}
/*Blog view page*/
.singl-blog-head-box {
  margin-bottom: 10px;
}
.single-blog-img {
  height: 400px;
}
.single-blog-img img {
  max-width: 100%;
  height: 100%;
}
.single-blog-shortdetails span > i {
  margin-right: 5px;
  color: #2665af;
}
.single-blog-shortdetails span > a {
  color: #8B8C8C;
}

/*Plugin logo added*/
.product-logo {
  width: 350px;
  min-height: 250px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  margin-right: 40px;
  text-align: center;
  box-sizing: border-box;
/*  padding: 16px;*/
  background-color: #2665af;
}
.product-logo img {
  max-width: 100%;
/*  margin-top: 54px;*/
  /*width: 100px;*/
}
.product_short_desc {
  margin: 10px 0;
  line-height: 24px;
}
.product_top_content {
  width: 78.5%;
}
.product_categories {
  display: inline-block;
}
.product_categories span, .product_categories b {
  font-size: 13px;
}
.product_categories span:after {
 content: " | ";
}
.product_categories span:last-child:after {
  content: "  ";
}
.plugin_view_links_box {
  margin-top: 10px;
}
.plugin_view_links_box li {
  display: inline-block;
	margin-right: 10px;
}
.plugin_view_links_box li a {
	color: #f26226;
}
.plugin_view_links_box li a:hover {
	color: #d8490d;
}
/*.plugin_view_links_box li .button {
  padding: 10px 25px;
  background-color: #FD8422;
  border-radius: 25px;
}*/
.plugin_view_links_box li i,
.plugin-view-reviewlink i {
  margin-right: 8px;
}
/*Plugin View page*/
.plugin-view-text .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 100;
}
.plugin-view-content-details {
  float: left;
  width: calc(100% - 395px);
  box-sizing: border-box;
}
.plugin-view-content-details .plugin-view-text {
  padding-right: 10px;
/*  width: calc(100% - 150px);*/
/*  float: left;*/
/*  border-right: 1px solid #e5e5e5;*/
/*  min-height: 250px;*/
}
.plugin-view-content-details .plugin-view-text,
.plugin-view-content-details .plugin-view-cart-box {
  box-sizing: border-box;
  vertical-align: top;
}
.plugin-view-content-details .plugin-view-cart-box {
  margin-top: 15px;
  margin-bottom: 15px;
	display: inline-block;
/*  float: right;
  width: 150px;*/
}
/*.plugin-view-content-details .plugin-view-cart-box .top-cart-box {
  padding-left: 10px;
}*/
.plugin-view-content-details .plugin-view-cart-box .cart-box-2,
.plugin-view-content-details .plugin-view-cart-box .cart-box-1{
  display: inline-block;
  border-bottom-width: 0;
  padding: 8px 12px;
  border-radius: 3px;
  background: #efefef;
	vertical-align: middle;
	margin-bottom: 5px;
}
.plugin-view-reviewlink {
  margin-top: 10px;
}
/*Packages View Page*/
.packages-cart-box .plugin-cost {
  border-right: 1px solid #e5e5e5;
  /* margin-right: 10px; */
  padding-bottom: 10px;
  margin-right: 0px;
  margin-left: 0;
  display: inline-block;
  padding: 0 10px;
}
.plugin-view-content-details .plugin-view-cart-box .packages-cart-box {
  margin-left: -10px;
  display: inline-block;
  vertical-align: middle;
}

/*Checkout page*/
.cust_info_email {
  word-break: break-all;
  font-size: 13px;
  display: block;
}
.uc-cart-checkout-form #coupon-pane .form-item-panes-coupon-code {
  display: inline-block;
  margin-right: 5px;
}

/*Cart Page*/
.cart_table .sticky-enabled .remove {
  text-align: center;
}
.cart_table .sticky-enabled .remove .form-submit {
  text-indent: -99px;
  background-color: transparent;  
  border: 0;
  box-shadow: none;
  background-image: url(images/delete.png);
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

/*Services Page*/
.page-category .block-uc-category,
.page-catalog-services .block-uc-category,
.page-catalog-themes .block-uc-category {
  margin-bottom: 10px;
}
.page-category .block-uc-category .category-block,
.page-catalog-services .block-uc-category .category-block,
.page-catalog-themes .block-uc-category .category-block {
  top: -5px;
}
.category-block-dropdown-submenu li h2, .category-block-dropdown:hover .category-block-dropdown-toggle{
	color: #2665af;
}
.category-block-level-0 > li > a:hover, .category-block-level-1 > li > a:hover{
	color:#2665af;
}

/*-----------------------Responsivness Code start from Here--------------------------------*/

@media screen and (max-width:1535px) {
  .portfolio .portfolio-item {
    width: 16%;
  }
  .portfolio-wrapper {
    position: relative;
  }
  .portfolio {
    height: 100%;
  }
}
/*@media only screen and (min-width:1400px) and (max-width:1599px) {
  .hosting-header {
    width: 50%;
    top: 75px;
  }
}*/
@media only screen and (min-width:1201px) and (max-width:1400px) {
  /*.hosting-header {
    width: 75%;
    top: 70px;
  }*/
  /*Testimonial Video*/
  .video-testimonial-secondrow > div {
    width: 47.5%;
  }
}
@media only screen and (min-width:1201px) and (max-width:1260px) {
   .page-left-content-holder {
    width: 860px;
  }
}
@media screen and (max-width:1260px) {
  .home-container {
    width: 100%;
  }
  /*Testimonial Video*/
  .video-testimonial-secondrow > div {
    width: 47.5%;
  }
  /*Product kits page*/
  .view-product-kit .plugins-row {
    width: 98%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .content-box {
    width: 100%;
  }
}
@media (max-width:1260px) and (min-width:1024px) {
  .awards-circle {
    width: 140px;
    height: 140px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .awards-circle span {
    font-size: 40px;
  }
}

@media only screen and (max-width:1199px) {
  .content-box, .footer-holder, #footer .add, .header-holder, .main-title div, .newsletter-holder, .home-content-box, .seao-grid-wrap, .page-sidebar .heading-bg {
    width: 100%;
  }
  .banner {
    display: none;
  }
  .content-box .page-sidebar, .home-content-box .page-sidebar {
    margin-right: 0;
    width: 25%;
  }
  aside + article {
    width: 75%;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .topright-buttons a {
    width: 100%;
  }
  .page-left-content-holder {
    width: 100%;
    margin: 0;
  }
  .client-box > div {
    box-sizing: border-box;
    max-width: 49%;
    padding: 0 3%;
  }
  .page-features-content * { 
    /*width: 100%;*/
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
  .plugin-features-list > li {
    margin-left: 0;
  }
  div.messages {
    margin: 1%;
  }
  .page-content .screenshots {
    width: 100%;
  }
  /*Header*/
  body {
    padding-top: 0;
  }
  #header {
    overflow: hidden;
    position: relative;
  }
  #nav li > a {
    line-height: 30px;
  }
  #nav li a.cart, #nav li a.log-in, #nav li a.my-account, #nav li a.our-demo {
    border-radius: 3px;
  }
  /*Footer*/
  .footer-holder > nav > div {
    float: left !important;
    width: 33% !important;
  }
  .newsletter {
    display: inline-block;
  }
  /*Featured Product*/
  .product-block {
    width: 100%;
  }
  .page-socialengine-hosting .block-menu {
    width: 100%;
  }
}
@media only screen and (min-width:1050px) and (max-width:1279px) {
  .mobile-app-content .know-details a {
    height: 100%;
    line-height: normal;
    padding: 5px 10px;
  }
  .mobile-app-content .mobile-app-btn a {
    margin-right: 14px;
  }
}

@media screen and (max-width:1170px) {
  .portfolio .portfolio-item {
    width: 16%;
  }
/*  .demos-col {
    margin-left: 57px;
    margin-right: 57px;
  }*/
  .why-us-box li.text {
    width: 76%;
  }
/*  .subs-nwsltr-box .simplenews-subscribe {
    width: 50%;
  }*/
  .footer-col {
    width: 23.33%;
  }
  .footer-col:last-child {
    text-align: left;
  }
  /*.footer-col img {
    width: 100%;
  }*/
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
  .hosting-header {
    width: 75%;
    top: 58px;
  }
  .hosting-header h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .hosting-header p {
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 18px;
  }
  .hosting-box-container {
    width: 100%;
  }
}

@media (min-width: 1041px) and (max-width: 1459px) {
  header .menu {
/*    width: 100%;*/
    position: relative;
  }
  header nav {
    float: right;
/*    position: absolute;
    right: 0;*/
  }
  header .logo1 {
    width: 22%;
    position: absolute;
  }
  header .logo1 img {
    max-width: 100%;
  }
/*  header .header-links {
    margin-top: -1px;
  }*/
  header {
    position: relative;
  }
  .mobile-app-content .mobile-app-btn {
    width: 56%;
  }
  .mobile-app-content .mobile-app-btn img {
    width: 44%;
  }
  .mobile-app-content .know-details {
    padding-right: 2%;
    margin-top: 42px;
    width: 36%;
  }
/*  .mobile-app-content .know-details a {
    height: auto;
    line-height: 25px;
  }*/
}

@media screen and (max-width:1040px) {
  header {
    height: auto;
  }
  header .menu {
    width: 100%;
  }
  /*header .logo1 img {
    width: 300px;
  }*/
  header .header-links {
    margin-top: -56px;
  }
 /* header.sticky .header-links {
    margin-top: -64px;
  }*/
/*  .inner-header-bg header.sticky .header-links {
    margin-top: 7px;
  }*/
  .sticky {
    height: auto;
  }
  .sticky .logo1 {
    width: 30%;
  }
/*  .hm-caption-col {
    width: 32%;
  }

.hm-caption-col:nth-child(3n+3){margin-right: 0;}
.hm-caption-col:nth-child(4n+4){ margin-right: 2%; }*/
  /*.hm-caption-colInner {
    padding: 30% 10px;
  }*/
 /* .hm-caption-colInner h2 {
    font-size: 20px;
  }*/
  .plugin-boxx {
    padding-left: 8px;
    padding-right: 8px;
  }
  .plugin-box-title {
    font-size: 18px;
    margin: 35px 8px 20px;
  }
  .plugin-box-desc {
    padding: 0 20px 30px;
  }
/*  .demos-col {
    margin-left: 23px;
    margin-right: 22px;
  }*/
  .bx-wrapper .bx-prev {
    left: 10px !important;
  }
  .bx-wrapper .bx-next {
    right: 10px !important;
  }
  .mobile-app-content h2 {
    font-size: 40px;
  }
  .mobile-app-content h3 {
    font-size: 28px;
  }
  .mobile-app-content .know-details {
    border-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
	  text-align: center;
  }
  .mobile-app-content .know-details a {
    /*display: block;*/
    text-align: center;
  }
  .mobile-app-content .mobile-app-btn {
    width: 100%;
  }
  .mobile-app-content .mobile-app-btn a {
    margin-right: 7px;
  }
  .portfolio .portfolio-item {
    width: 24%;
  }
  .portfolio-name {
    font-size: 15px;
  }
  .portfolio {
    height: 100%;
  }
  .portfolio-wrapper {
    position: relative;
  }
  .why-us-box li.text {
    width: 68%;
  }
  .why-us-col-left, .why-us-col-right {
    margin-bottom: 40px;
  }
  .blog-achivement-full-box {
    font-size: 17px;
  }
  .best-achivement ul {
    margin: 0 0 10px;
  }
  .best-achivement ul li {
    margin: 5px;
    width: 135px;
  }
/*  .subs-nwsltr-box .simplenews-subscribe {
    width: 66%;
  }*/
  .footer-col {
    width: 23.33%;
  }
 /* .footer-col img {
    width: 100%;
  }*/
}
#user-profile-form fieldset#edit-gdpr-consent {
	display: block;
}
fieldset#edit-gdpr-consent {
	clear: both;
}
.block-simplenews .content .form-item-subscribe-newsletters label {
	display: inline;
}
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-1 .buynow_btn,
.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-2 .buynow_btn{
  display: block;
}

/* Newsletter Footer */
.subs-nwsltr .heading {
	font-weight: 300;
}


@media only screen and (min-width:961px) and (max-width:1024px) {
  .hosting-header {
    width: 75%;
    top: 58px;
  }
  .hosting-header h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .hosting-header p {
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 18px;
  }
  .hosting-box-container {
    width: 100%;
  }
  /*Awards*/
  .awards-desc h2 {
    font-size: 28px;
  }
  .awards-circle {
    width: 130px;
    height: 130px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .awards-circle span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
	.supprt_team_quick_links {float: none !important;}
}
@media only screen and (min-width: 901px) and (max-width: 1023px) {
  .category-block {
    right: 0;
  }
  #finder-block-content_finder-wrapper {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
/*   header .header-links {
    margin-top: -50px;
  }*/
  #line-items-div {
    width: 52%;
    float: left;
  }
  .payment-pane-tip {
    width: 35%;
    bottom: 70px;
  }
  /*Search*/
  .finder-block .finder-wrapper {
    margin-top: -50px;
  }
  /*Category block Dropdown*/
  .category-block {
    position: relative;
    z-index: 1;
    right: 0;
    float: right;
    margin: 12px 0;
  }
  /*Plugin View Page*/
  .plugin-view-content-details .plugin-view-text, .plugin-view-content-details .plugin-view-cart-box {
    display: block;
    width: 100%;
    border: 0;
  }
  .plugin-view-content-details .plugin-view-cart-box .top-cart-box {
    padding-left: 0;
    margin-top: 20px;
  }
  .plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-1,
  .plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-2 {
    float: left;
    border: 0;
  }
  .plugin-view-content-details {
    display: block;
  }
  .packages-cart-box .plugin-cost {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-right: 40px;
    margin-left: 0;
    display: inline-block;
  }
  .plugin-view-content-details .plugin-view-cart-box .packages-cart-box + .fright {
    float: none;
  }
  .plugin-view-content-details .plugin-view-cart-box .packages-cart-box {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:767px) and (max-width:960px) {  
  .hosting-box {
    width: 48.5%;
  }
  .discount {
    width: 100%;
  }
  .hosting-header {
    top: 50px;
    width: 85%;
  }
  .hosting-header h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .hosting-header p {
    line-height: 19px;
    letter-spacing: 0px;
    font-size: 15px;
  }
  .hosting-box-container {
    width: 100%;
  }
  /*Awards*/
  .awards-desc h2 {
    font-size: 28px;
  }
  .awards-circle {
    width: 135px;
    height: 135px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .awards-circle span {
    font-size: 40px;
  }
  /*Monetization*/
  .monetization-img {
    height: 300px;
  }
  .subscription_footer td input.node-add-to-cart,  .mobile_subscription_plan_bottom input.node-add-to-cart {
    font-size: 12px;
  }
  /*mobile apps section in home page*/
  div.mobile-app-content h2 {
    font-size: 25px;
    line-height: 32px;
  }
  div.mobile-app-content p {
    font-size: 14px;
    line-height: 24px;
  }
  div.mobile-app-content ul li {
    margin-bottom: 10px;
  }
  .mobile-app-content .mobile-app-btn a > img {
    width: 140px;
  }
  .cd-testimonials-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .plugins-row .plugin-col li {
    width: 49%;
  }
  .plugins-row .plugin-col li:nth-child(odd) {
    margin-right: 1.4%;
  }
  /*Blog Page*/
  .blog-content {
    padding-left: 0;
    margin-top: 20px;
  }
  /*Cart Page*/
  #uc-cart-view-form .form-actions a:nth-child(2) {
    margin-left: 40px !important;
  }
  .plugin-view-content-details {
    width: 100%;
  }
}

@media only screen and (max-width:768px) {
  .content-box .page-sidebar, .home-content-box .page-sidebar {
    width: 100%;
  }
  aside section {
    float: none !important;
    margin: 1%;
  }
  aside + article {
    width: 100%;
  }
  .page-sidebar .get-social {
    text-align: center;
  }
  .client-box > div {
    border: 0 none !important;
    max-width: 90%;
    padding: 0 5% 2%;
  }
  .plugin-list .view-content table.views-view-grid td {
    width: 98%;
  }
  .contextual-links-region .content > section {
    display: inline-block;
    width: 100%;
  }
  .finder-block .finder-wrapper, .page-left-content .page-content-middle .links {
    position: relative;
  }
  .finder-block .finder-wrapper {
    margin-top: 0;
  }
  /*.content-box .content-tab .active a {
    padding-bottom: 3px;
  }*/
  .plugin-view-text .title {
    font-size: 25px;
    line-height: 30px;
  }
  .page-left-content-holder iframe, .page-left-content-holder img {
    height: auto;
    max-width: 100%;
  }
  .page-left-content-holder .se-certified-product img,
  .page-left-content-holder a img {
    width: auto;
  }
  .page-features-content {
    overflow: auto;
    width: 100%;
  }
  /*Header*/
  .logo {
    position: relative;
    width: 100%;
    margin: 1%;
    background-size: 50%;
    background-position: center;
  }
  .logo a {
    text-align: center;
  }
  #nav {
    font-size: 12px;
  }

  /*Support tab*/
  .support .client-box > div {
    max-width: 100%;
  }
  .help-box {
    width: 96%;
  }
  /*Login page*/
  .log-in-box-holder {
    width: 100%;
  }
  .login-box-shadow {
    background-position: center top;
    background-size: 100% auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: normal;
  }
  .login-box-shadow > div {
    margin-top: 10px;
  }
  /*Contact Us page*/
  .contextual-links-region .content > div {
    float: none;
    padding: 1% 2%;
  }
  /*Manage Cart Page*/
  #uc-cart-view-form .form-actions a {
    margin: 2% 1% !important;
  }
  #uc-cart-view-form .form-actions input {
    margin: 1%;
  }
  /*Checkout page*/
  .payment-pane-tip {
    bottom: auto;
    position: relative;
    right: auto;
    width: 80%;
    height: 100%;
    overflow: hidden;
  }
  /*Review Order*/
  .content > div#review-instructions {
    margin: 2%;
  }
  /*Sidebar Widgets*/
  #block-serating-se-featured-block, #block-block-6, .specification-block, #block-serating-se-recent-block {
    display: none;
  }
  .blog-slogan, .blog-search {
    text-align: center;
  }
  .footer-socialMedia .aws-partner {
    float: none;
    margin-right: 0;
  }
  .plugin-view-content-details {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
	.seao-side-options {display: none;}
ul.links{background-color: #fff;}
ul.links > li > a{padding-bottom: 7px!important; color: #000;}
ul.links > li > a:hover, ul.links > li > a.active
{ border-color: #2665af; }
.header-links a.mobile_app_sec{ display: none; }
header .header-links a.login{ background: #fff; margin-right: 7px!important; padding: 8px 10px!important; display: inline-block; width: 35px; height: 35px; box-sizing: border-box; vertical-align: middle;}
.header-links a.login{ border:1px solid #0b1e34; }
.right_mini_menu{display: none}
/*	.orange-sticky{ margin-top:-5px; margin-bottom: 5px; }*/
  /*.hosting-bann img {
    height: 170px;
  }
  .hosting-header {
    top: 55px;
    width: 85%;
  }*/
  .hosting-bann {
    width: 100%;
  }
  .hosting-header h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .hosting-header p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
  }
  .discount {
    padding: 20px;
    width: 94% !important;
  }
  /*New Home Page responsive*/	
  .sticky {
    height: auto;
  }
  .sticky .logo1 {
    width: 100%;
    margin-right: 0%;
  }
  .header-bg {
    background-size: cover;
  }
  .home-container {
    width: 100%;
/*    margin-top: 10px;*/
	display: inline-block;
  }
  header .logo1 {
    width: 50%;
  }
  header .logo1 img {
   max-width: 100%;
  }
  .menu-icon {
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 10px;
	  border: 1px solid #0b1e34;
	  border-radius: 2px;
	  padding: 8px 10px;
	  box-sizing: border-box;
/*    float: left;*/
  }
  nav {
    display: none;
  }
  ul.links{
    border-top: 1px solid #eee;
    padding-top: 5px;
    color: #000;
  }
  .sticky ul.links {
    overflow-Y: auto;
    min-height: 180px;
  }
  ul.links li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2px;
  }
  ul.links li a.active,
  ul.links li a:hover,
  ul.links li a {
    display: block;
    text-align: left;
    border-radius: 0;
    color: #000;
  }
  .submenu_links_wappers {
    margin-left: 25px;
  }
  ul.links li.submenu_links.active > a{
    background: transparent;
    color: #2665af;
  }
  .myacc-container,
  .supprt_team_quick_links,
  header .header-links a.cart > span > span:last-child{
    display: none;
  }
  header .header-links a.login > span {
    display: none;
  }
  header .header-links a.signup.cart > span {
    margin-left: 5px;
  }
  header .header-links a.login > i {
    font-size: 16px;
    display: block;
  }
  header .menu {
    float: right;
    margin-top: 20px;
  }
  .main-menu_blog,
  .main-menu_support,
  .main-menu_demos,
  .main-menu_contact,
  .main-menu_my-account,
  .main-menu_cart {
    display: block;
  }
  header .header-links {
    display: inline-block;
  }
  header .header-links #demo-nav {
    margin-right: 0;
  }
  header .header-links a.signup {
	margin-right: 0;
	padding: 8px 10px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
  }
  header .header-links a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  #demo-nav li a.our-demo {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .hm-caption h1 {
    font-size: 30px;
  }
  .plugin-boxx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
/*  .demos-row {
    margin: 0px auto;
    float: none;
    text-align: center;
  }*/
  .demos-col {
 /*   margin-left: 8px;
    margin-right: 8px;*/
    /*float: none;
    display: inline-block;*/
  }
  .mobile-app > div {
    display: block;
  }
  .mobile-app-content h2 {
    font-size: 45px;
  }
  .mobile-app-content h3 {
    font-size: 26px;
  }
  .mobile-app-content ul li {
    font-size: 14px;
  }
/*  .mobile-app-img {
    height: 500px;
  }*/
  .mobile-app-content {
    height: 100%;
    overflow: hidden;
  }
  .mobile-app-content .know-details {
    width: 35%;
  }
  .mobile-app-content .mobile-app-btn {
    width: 55%;
  }
  .portfolio .portfolio-item {
    width: 31.9%;
  }
  .portfolio-name {
    font-size: 14px;
  }
  .package-row .slide.bx-clone:first-child {
    margin-left: 0;
  } 
  .why-us-col-left, .why-us-col-right {
    width: 100%;
  }
  .why-us-box {
    background: none;
    float: left;
    width: 100%;
    padding-bottom: 0;
  }
  .why-us-box li.icon {
    margin-bottom: 10px;
  }
  .why-us-box li.text {
    width: 76%;
  }
  /*.why-us-box ul.two, .why-us-box ul.three {
    margin-top: 35px;
  }*/
  .why-us-col-right {
    margin-top: 0;
  }
 /* .why-us-box ul {
    margin-top: 30px;
  }*/
  .blog-achivement > div {
    display: block;
  }
  .blog-achivement-full-box {
    font-size: 17px;
  }
  .best-achivement ul {
    margin: 0 0 10px;
  }
  .best-achivement ul li {
    margin: 5px;
    width: 135px;
  }
  .our-blogs {
    height: 100%;
    overflow: hidden;
  }
  .our-blogs .slide {
    width: 100%;
  }
  .mobile-app-content .mobile-app-btn a {
    margin-right: 9px;
  }
  .mobile-app-content .mobile-app-btn a img {
    width: 135px;
  } 
/*  .subs-nwsltr-box .simplenews-subscribe {
    width: 85%;
  }*/
  .footer-socialMedia a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-col {
    width: 40%;
  }
  .footer-col {
    max-width: 100%;
    height: auto;
  }
  .content-testimonial {
    width: 100%;
  }
  .cd-testimonials-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .video-testimonial {
    width: 100%;
    margin: 0;
  }
  .video-testimonial-inn {
    height: 250px;
  }
  .video-testimonial-secondrow > div {
    width: 46.3%;
  }
  .main-extra {
    width: 100%;
  }
  .hosting-box {
    width: 98%;
  }
  .discount {
    padding: 20px;
    width: 89%;
  }
  .discount img {
    max-width: 100%;
  }
  .hosting-box-container {
    width: 100%;
  }
  .one_third {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .hosting-box-row {
    margin-bottom: 0;
  }
  /*Awards*/
  .awards-desc {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .awards-img {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .awards-desc h2 {
    font-size: 28px;
  }
  .awards-circle {
    width: 130px;
    height: 130px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .awards-circle span {
    font-size: 40px;
  }
  .footer-socialMedia .sociallinks {
    margin-bottom: 10px;
  }
  .footer-socialMedia .sociallinks img {
    margin-bottom: 15px;
  }
  /*Monetization*/
  .monetization-img {
    height: 250px;
  }
  /*Blog Page*/
  .blog-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .blog-content h2 {
    font-size: 1.3em;
  }
  .blog-content p {
    font-size: 13px;
    line-height: 22px;
  }
  .main-title {
    padding: 20px 0;
  }
  .main-title h2 {
    font-size: 22px;
  }
  .main-title p {
    font-size: 13px;
  }
  /*Checkout page*/
  #uc-cart-checkout-form .cart-review thead,  #uc-cart-checkout-form .cart-review tbody {
    float: left;
    width: 100%;
  }
  #uc-cart-checkout-form .cart-review.sticky-enabled thead th.products {
    width: 85%;
  }
  /*Checkout page*/
  #billing-address-pane .form-item-panes-billing-billing-zone .form-select,  #billing-address-pane .form-item-panes-billing-billing-country .form-select {
    width: 265px;
  }
  #billing-address-pane .form-item-panes-billing-billing-postal-code .form-text,  #billing-address-pane .form-item-panes-billing-billing-phone .form-text {
    width: 255px;
  }
  /*Category dropdown*/
  .category-block {
    right: 0;
    float: right !important;
    position: relative;
  }
  .category-block-dropdown-content {
    right: 0;
  }
  .category-block-dropdown-submenu {
    min-width: 610px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-block-dropdown-level-0 {
    margin-top: 10px;
  }
  .category-block-dropdown-level-0 > li > a {
    padding-bottom: 10px;
  }
  .category-block-dropdown-submenu > li > a {
    padding-bottom: 10px;
  }
  .category-block-dropdown-submenu > li {
    width: 50%;
  }
  /*Discount Kit Banner*/
  .discountkit-row,  .discountkit-box {
    padding: 10px;
  }
  .discountkit-box h2 {
    font-size: 18px;
  }
  .discountkit-note {
    margin: 10px auto;
    font-size: 12px;
  } 
}
@media only screen and (max-width:600px) {
  /*header*/
  #demo-nav li a.our-demo {
    margin-right: 10px;
  }
  .copyrt {
    margin-bottom: 40px;
  }

	/*Contact Us page*/
	.support-edit-box select, .support-edit-box input[type="text"], .support-edit-box input[type="password"], .licenses-list input[type="text"], .support-edit-box .form-type-textfield input#edit-mail[type="text"] {width: 100%;}

  /*Support PAge*/
  .help-box .helptxt-left {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .help-box img {
    margin-top: 10px;
    position: relative;
    right: auto;
  }
  .help-box {
    display: inline-block;
    height: auto;
    width: 96%;
  }
  .timezoneclock #clock {
    margin-top: 10px;
  }
 
  /*Checkout Page*/
  .checkout-lable {
    margin-bottom: 5px;
  }
  .payment-pane-tip {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
  }
  #line-items-div {
    width: 100%;
    margin-bottom: 2em;
  }
  .uc-store-address-field .form-item label, .checkout-lable {
    text-align: left;
    width: 100%;
  }
  /*Footer*/
  .footer-holder > nav > div {
    width: 100% !important;
    text-align: center;
  }
  .footer-holder > nav > div + div {
    margin-top: 5%;
  }
  .newsletter-form {
    margin-left: auto;
    padding-top: 30px;
  }
  /*Empty Cart*/
  .uc-cart-empty h1 {
    font-size: 25px;
  }
  /*Plugin Page*/
  .uc-product-node .main > .content-box {
    display: inline;
  }
  .product_main.content-box {
    margin-top: 0;
  }
  .product_main.content-box .page-sidebar.fright {
    float: left;
  }
  .product_main .page-sidebar.fright .top-cart-box {
    margin-left: 0;
    margin-top: 10px;
  }
  .product_main .cart-box-2.fright, .product_main .cart-box-1.fright {
    float: left !important;
    margin-right: 10px;
  }
  .product_main .page-left-content .page-content-middle .links.fright {
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .product_main.content-box .content-tab .active a {
    padding-bottom: 9px;
  }
  /*Mobile Subscription Page*/  
  .subscription_container {
    overflow-x: auto;
  }
  .view-mobile-subscriptions, .view-subscriptions {
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .subscription_footer td input.node-add-to-cart,  .mobile_subscription_plan_bottom input.node-add-to-cart {
    font-size: 12px;
    width: 90%;
  }
  .subscription_container .subscription-cell {
    line-height: 24px;
  }
  .subscription_container + .m-top-ten {
    margin-top: 20px;
  }
  .mobile_subscription_container .subscription_container {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .mobile_subscription_container .mobile_subscription_rt {
    float: none;
    width: 100%;
  }
  .subs-nwsltr-box {
    margin-bottom: 20px;
  }
  /*Plugin View Page*/
  .plugin-view-content-details .plugin-view-text, .plugin-view-content-details .plugin-view-cart-box {
    display: block;
    width: 100%;
    float: left;
    border: 0;
  }
  .plugin-view-content-details {
    display: block;
    width: 100%;
  }
  .packages-cart-box .plugin-cost {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    padding-left: 10px;
  }
  .packages-cart-box .plugin-cost:last-child {
    border-right :0;
  }
  .plugin-view-content-details .plugin-view-cart-box .packages-cart-box + .fright {
    float: none;
  }
  .plugin-view-content-details .plugin-view-cart-box .top-cart-box {
    padding-left: 0;
  }
  .plugin-view-content-details .plugin-view-cart-box .top-cart-box {
    margin-top: 20px;
  }
  .product_main .cart-box-2,
  .product_main .cart-box-1 {
    border-bottom: 0;
    float: left;
    width:100%;
    border-right: 0;
    box-sizing: border-box;
  }
	 .plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-1 .middle + .add-to-cart,
	.plugin-view-content-details .plugin-view-cart-box .top-cart-box .cart-box-2 .middle + .add-to-cart {
		float: right;
	}
  .demos_heading h1 {
    font-size: 13px;
  }
}
@media only screen and (max-width:479px) {
    header .menu {
    margin-top: -50px;
  }
  .demos_col {
    width: 100%;
  }
  .demos_col:nth-child(2n+2) {
    margin-left: 0;
  }
  .demos-button-preset {
    padding: 0 15px;
  }
  .subs-nwsltr-box .simplenews-subscribe .form-item,
  .subs-nwsltr-box .simplenews-subscribe .form-item input#edit-mail {
    float: none;
  }
  .subs-nwsltr-box .simplenews-subscribe {
    width: 100%;
  }
	header.common-box .logo1 > a > img:last-child{ max-width: 150px;}
}

@media only screen and (max-width:599px) {
  /*.hosting-bann img {
    height: 170px;
  }
  .hosting-header {
    top: 55px;
    width: 85%;
  }
  .hosting-header h1 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .hosting-header p {
    line-height: 15px;
    letter-spacing: 0px;
    font-size: 13px;
  }*/
  .heading h2, .h2 {
    font-size: 28px;
  }
  div.heading h4 {
    font-size: 18px;
    line-height: 28px;
  }
  /*New Home Page responsive*/    
  .hm-caption h1 {
    font-size: 30px;
  }
 /* .hm-caption-col {
    width: 50%;
    border-bottom: 0px;
    border-right: 0px;
    padding: 0;
  }*/
 /* .hm-caption-colInner {
    padding: 30% 10px;
  }*/
 /* .hm-caption-colInner h2 {
    font-size: 20px;
  }*/
  .plugin-boxx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
 /* .demos-col {
    margin-left: 44px;
    margin-right: 43px;
  }*/
  .package-header h3 {
    font-size: 18px;
  }
  .package-row .slider6 .slide {
    width: 290px !important;
  }
  .mobile-app > div {
    display: block;
  }
  .mobile-app-content h2 {
    font-size: 42px;
  }
  .mobile-app-content h3 {
    font-size: 26px;
  }
  .mobile-app-content ul li {
    font-size: 14px;
  }
  .mobile-app-btn img {
    width: 135px;
  }
/*  .mobile-app-img {
    height: 350px;
  }*/
  .mobile-app .mobile-app-content {
    height: 100%;
    overflow: hidden;
  }
  .mobile-app-content .know-details {
    border-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mobile-app-content .know-details a {
   /* display: block;*/
    text-align: center;
  }
  .mobile-app-content .mobile-app-btn {
    width: 100%;
  }
  .portfolio .portfolio-item {
    width: 31.9%;
  }
  .portfolio-name {
    font-size: 14px;
  }
  .why-us-col-left, .why-us-col-right {
    width: 100%;
  }
  .why-us-box {
    background: none;
    float: left;
    width: 100%;
    padding-bottom: 0;
  }
  .why-us-box li.icon {
    margin-bottom: 10px;
  }
  .why-us-box li.text {
    width: 100%;
  }
  /*.why-us-box ul.two, .why-us-box ul.three {
    margin-top: 35px;
  }*/
  .why-us-col-right {
    margin-top: 0;
  }
  .why-us-box ul::before {
    width: 0;
  }
  /*.why-us-box ul {
    margin-top: 30px;
  }*/
  .blog-achivement > div {
    display: block;
  }
  .blog-achivement-full-box {
    font-size: 17px;
  }
  .best-achivement ul {
    margin: 0 0 10px;
  }
  .best-achivement ul li {
    margin: 5px;
    width: 135px;
  }
  .our-blogs {
    height: 100%;
    overflow: hidden;
  }
  /*Awards*/
  .awards-desc {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .awards-img {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .awards-desc h2 {
    font-size: 28px;
  }
  .awards-circle {
    margin-bottom: 10px;
  }
  .footer-socialMedia a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-col {
    width: 40%;
  }
  .footer-col {
    max-width: 100%;
    height: auto;
  }
  /*Monetization*/
  .monetization-img {
    height: 200px;
  }
  .monetization-section {
    padding: 0;
  }
  /*cart Page*/
  #uc-cart-view-form .cart_table table td {
    float: left;
  }
  #uc-cart-view-form .cart_table table thead,  #uc-cart-view-form .cart_table table .desc .item-list {
    display: none;
  }
  #uc-cart-view-form .cart_table table .image {
    width: 25%;
  }
  #uc-cart-view-form .cart_table table .image img {
    max-width: 100%;
  }
  #uc-cart-view-form .cart_table table .desc {
    width: 75%;
    min-height: 70px;
  }
  #uc-cart-view-form .cart_table table .price {
    width: 25%;
    text-align: left;
  }
  #uc-cart-view-form .cart_table table .price .uc-price {
    font-weight: 700;
  }
  #uc-cart-view-form .cart_table table .qty {
    width: 33%;
  }
  #uc-cart-view-form .cart_table table .qty .form-type-uc-quantity {
    text-align: left;
  }
  #uc-cart-view-form .cart_table table .remove {
    width: 17%;
    text-align: left;
  }
  #uc-cart-view-form .form-actions input {
    float: left;
    margin: 2% 1%;
  }
  #uc-cart-view-form .cart_table table td.subtotal {
    width: 100%;
  }
  #uc-cart-view-form .form-actions a {
    text-align: left;
  }
  #uc-cart-checkout-form .cart-review.sticky-enabled thead th.products {
    width: 75%;
  }
  /*Tabs*/
  ul.quicktabs-tabs.quicktabs-style-zen, ul.primary {
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
  }
  ul.quicktabs-tabs.quicktabs-style-zen li.active, ul.primary li.active,
  ul.quicktabs-tabs.quicktabs-style-zen li, ul.primary li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #quicktabs-tabs .item-list {
    overflow-x: auto;
  }
  /*Category dropdown*/  
  .category-block-dropdown-submenu {
    min-width: 330px;
  }
  .category-block-dropdown-submenu li {
    width: 100%;
  }
}

@media only screen and (max-width:479px) {
  /*.hosting-bann img {
    height: 170px;
  }
  .hosting-header {
    top: 40px;
    width: 85%;
  }
  .hosting-header h1 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .hosting-header p {
    line-height: 15px;
    letter-spacing: 0px;
    font-size: 13px;
  }*/
  /*New Home Page responsive*/
  .home-container {
    width: 100%;
    margin-top: 10px;
	  display: inline-block;
  }
/*  header .menu {
    width: 100%;
  }*/
  header .logo1 {
    width: 100%;
    margin-bottom: 10px;
    max-width: 150px;
    float: none;
    display: inline-block;
  }
  header .logo1 img {
    max-width: 100%;
  }
  /*header .header-links a.login {
    padding: 6px;
    margin-right: 8px;
    font-size: 11px;
    box-sizing: border-box;
  }
  header .header-links a.signup {
    padding: 3px 6px;
    margin-right: 10px;
    float: left;
    line-height: 19px;
    box-sizing: border-box;
    margin-top: -2px;
    background-position: 3px 3px;
  }
  header .header-links a.signup:hover {
    background-position: 3px 3px;
  }
  header .header-links a.signup > span {
    margin-left: 20px;
  }
  header .header-links a.signup {
    padding: 6px 10px 7px 10px;
  }*/
  header .header-links {
    margin-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
/*  header.sticky .header-links {
    margin-top: 0;
  }*/
  /*header .header-links span {
    font-size: 11px;
  }*/
  header .header-links .myaccount-box {
    top: 31px;
    right: auto;
    left: 0;
  }
  /*header .header-links span.myacc-container {
    margin-left: 0;
    float: left;
    box-sizing: border-box;
  }*/
  .menu-icon {
    margin-top: 0;
/*    float: left;*/
  }
  .hm-caption h1 {
    font-size: 25px;
  }
/*  .hm-caption-col {
    width: 100%;
    border: 0px solid #fff;
    margin-right: 0;
    height: auto;
  }*/

  .hm-caption-colInner a{

  	position: static;
  	transform: none;
  	margin-top: 10px;
  }
  header .header-links #demo-nav {
    margin-top: 0;
    float: right;
    margin-right: 0;
    box-sizing: border-box;
  }
  #demo-nav li .user-box-wrap {
    right: 0;
  }
  #demo-nav li a.our-demo {
    background-image: none;
    padding-left: 8px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #demo-nav li a.our-demo span:first-child {
    background-position: 3px 15px;
    margin-left: 5px;
  }
  #demo-nav li a.our-demo span:nth-child(2) {
    margin-left: 5px;
  }
  /*.hm-caption-colInner {
    padding: 25% 20px;
  }*/
/*  .hm-caption-colInner h2 {
    font-size: 18px;
    line-height: 20px;
  }*/
  .plugin-boxx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .package-row {
    margin-top: 60px;
  }
  .bx-wrapper .bx-prev {
    left: 0px !important;
  }
  .bx-wrapper .bx-next {
    right: 0px !important;
  }
  /*Awards*/
  .awards-desc {
    margin-left: 0;
  }
  .awards-img {
    margin-bottom: 20px;
  }
  .awards-desc h2 {
    font-size: 28px;
  }
  .awards-circle {
    margin-bottom: 10px;
  }
  .awards-circle {
    width: 150px;
    height: 150px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .portfolio .portfolio-item {
    width: 48%;
  }
  .best-achivement ul li:nth-child(3) {
    margin: 20px;
  }
/*  .subs-nwsltr-box .simplenews-subscribe, .subs-nwsltr-box .simplenews-unsubscribe {
    width: 100%;
  }*/
  
  .block-simplenews .issues-link {
    margin-left: 0;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col img {
    width: auto;
  }
  .footer-col:last-child {
    text-align: left;
  }
  /*Checkout Page*/
  .uc-cart-checkout-form .form-wrapper .fieldset-wrapper input, .fieldset-wrapper select {
    width: 100%;
    box-sizing: border-box;
  }
  /*Blog Page*/
  .blog-other-details span {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
  .blog-other-details a {
    font-size: 13px;
  }
  .blog-social-share {
    margin: 10px 0;
    float: left;
    width: 100%;
  }
  .item-list .pager li {
    margin: 0 0 0.5em 0.2em !important;
  }
  .blog-other-details span.dsq-postid {
    display: inline-block;
  }
  /*Category dropdown*/
  .category-block-dropdown-submenu {
    min-width: 330px;
  }
  /*Review Page*/
  .order-review-table,  .order-review-table > tbody,  .order-review-table > thead,  .order-review-table tr,  .order-review-table td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .cart-review tr {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .cart-review tbody td {
    float: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .order-review-table .title-col {
    width: 30%;
  }
  .order-review-table .data-col {
    width: auto;
  }
  /*Demos section in home page*/
/*  .demos-row {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }*/
  .demos-col {
   /* margin-left: auto;
    margin-right: auto;
    float: none;*/
  }
  .block-simplenews .content .form-item {
    margin: 10px 0 5px 0;
  }
  .hm-caption-colInner p{padding-bottom: 10px;}
  .our-blogs .bx-wrapper .bx-has-controls-direction .bx-next {
    margin-right: 15px;
  }
  .our-blogs .bx-wrapper .bx-has-controls-direction .bx-prev {
    margin-left: 15px;
}
}
@media only screen and (max-width: 360px) {
  /*Category dropdown*/
  .category-block-dropdown-submenu {
    min-width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .plugins-row .plugin-col li {
    width: 31%;
  }
  .plugins-row .plugin-col li:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%
  }
  .blog-list-image {
    width: 30%;
  }
  .blog-content {
    width: 70%;
  }
}

.overflow-hideen{ overflow: hidden; height: 240px; position: relative; }
ul.links > li > a:hover, ul.links > li > a.active
{ border-color: #f26226; }
/*.sticky .menu-icon{ background:url(images/home-page/nav-icon-h.png); }*/


ul{ margin:0; padding: 0; list-style-type: none; }
.mainWidth{ width:1200px; margin: auto; }
.listing_section{/* background: #fafafa;*/ padding:20px 0;  }
.listing_section > .mainWidth > ul > li{ width: 32%; display: inline-block; margin-right: 2%; margin-bottom: 30px; vertical-align: top; box-shadow: 0 0 25px 2px rgba(0,0,0,0.07);}
.listing_section > .mainWidth > ul{ font-size: 0 }
.listing_section > .mainWidth > ul > li:nth-of-type(3n+3){ margin-right:0; }
.bgcolorSection{  transition: all 0.5s ease-out;  }
.bgcolorSection > h2{ font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center; padding: 25px 0; color:#525252;}
.bgcolorSection > a > div > img{ 

    transition: all 0.5s ease-out;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);

}
ul.customar-facility{ text-align: center; padding: 25px 0;}
ul.customar-facility > li{ display: block; padding: 7px 0; font-size: 16px;}
/*.bgcolorSection:hover img{  transform: scale(1.2); -webkit-transform: scale(1.2);  }*/
.buttonSection{ text-align: center; padding-bottom: 40px; }
.buttonSection > a > span{  
   background-color: #2665af;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    padding: 8px 35px;
    transition: all 0.4s ease 0s;
   border:3px solid #2665af; 
   display: block;
}
.buttonSection > a:last-child > span.buyBtn{ background: none; color: #2665af;}
.buttonSection > a > span:hover{
box-shadow: 0 20px 50px rgba(49, 167, 174, 0.43);
background-color: #2665af;
color: #fff;

}
.buttonSection > a:last-child{ margin-right:0; }
.buttonSection > a{ margin-right: 10px; display: inline-block; vertical-align: top;}
@media(max-width: 1200px){

	.mainWidth{ width: 95%; }
}
@media(max-width: 1160px){
.listing_section > .mainWidth > ul > li{ width: 48%;}
.listing_section > .mainWidth > ul > li:nth-of-type(2n+2){ margin-right:0; }
.listing_section > .mainWidth > ul > li:nth-of-type(3n+3){ margin-right:2%; }
.buttonSection > a { display: inline-block; margin:2.5px;}
}

@media(max-width:600px){
.listing_section > .mainWidth > ul > li{ width: 100%; margin-right: 0;}

}

@media only screen and (max-width: 767px){

	.sticky  nav > ul.links li a{ color: #000;}
	.mini_strip .home-container {margin-top: 0;}
}

.mobAppsection > a > .overflow-hideen > img:last-child {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    -webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
}

@media(max-width: 390px)
{

	.orange-sticky p{ max-width: 230px; }
	}


/*12july2018*/
.tip_content_section, 
.tip-announce-icon
{ display: inline-block; }


.tip_content_section{ width: 92%; margin-top:-10px; margin-bottom:-10px; padding:10px 0; border-right: 1px solid rgba(255,255,255,0.3) }
.tip-announce-icon{ width: 7%; font-size: 15px; }
/*.seao_header_tip{ font-size: 0; }*/
.ajax-processed { text-decoration: none!important;}
.ajax-processed  > span > i{ margin-right:3px; }

@media(max-width: 992px){
.ajax-processed > span > small{ display: none }
	.orange-sticky{ height: auto; line-height: normal; }
	.tip_content_section{ border:0;}
	.orange-sticky p{ padding: 0 40px; }
	.ajax-processed > span > i{ position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%) }
	.description{ display: none !important;}

}
@media(max-width: 600px){

	.ajax-processed > span > i{ right: 15px; }
}


@media only screen and (min-width:768px) {
  .mini-myaccount-box ul li:hover,
  .header-links .myaccount-box ul li:hover,
  .submenu_links_wappers ul.menu_level_1 li a.active,
  .submenu_links_wappers ul.menu_level_1 li:hover a{
    background-color: #2665af;
  }
}



/*
.form-item-subscribe-newsletters label{ color: #fff; }*/
/*.subs-nwsltr .heading h2{ color: #fff; }*/

.subs-nwsltr{ background: #0b1e34; }
.mobile_app_sec{ color: #f26226; border-radius: 3px!important; padding:5px 7px;  font-size: 12px;border: 1px solid #f26226; transition: all .4s ease-in-out; margin-left: 5px;}
.sticky .header-links > a.mobile_app_sec{ color: #fff!important; background-color: #f26226;}


.seao-side-options-container:hover a > .seao-side-options-hover{ transform: translateX(-100px); opacity: 1 }
.seao-side-options-container a:hover,
.seao-side-options-container a:hover .seao-side-options-hover
{background-color: #2665af; color: #fff !important;}



.sticky .header-links a.login > span{ color: #000; }
.header-links a.login{ margin-right: 15px; padding-bottom: 8px; display: none; }
.header-links a.login > span{ color: #fff; font-size: 15px; font-weight: 400;  text-transform: capitalize; }
.mobile_app_sec:hover{ color:#fff; background-color: #f26226;}
#uc-cart-view-form .form-actions input{ display: inline-block; }
#uc-cart-view-form td.image{ background: #2665af;}
