/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1566211666
Updated: 2019-08-19 10:47:46
By: Codingkart

*/
/* stest */
html{
	min-height: 100%; 
}
html, body{
	width: 100%;
	margin:0;
}
body{
	height: 100%;
	font-family: 'Poppins', sans-serif !important;
	box-sizing: border-box;
}

#page{
	position: relative;
	height: 100%;
}

button, input, select, optgroup, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.container{
	max-width: 1300px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1300px !important;
}
.entry .entry-content > *{
	margin: 0 !important;
}

button:focus{
	outline: none !important;
}
a, a:hover, a:focus{
	
	outline: none !important;
	text-decoration: none !important;
}
p{
	margin-bottom: 0;
	color:#444;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif !important;
}
label{
	color: #444;
}
li{
	list-style: none;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	margin-top: 0;
	color: #002a5c;
	font-family: 'Poppins', sans-serif !important;
}

h1::before, h2::before{
	display: none !important;
}
.font-14{
	font-size: 14px;
	line-height: 16px;
}
.font-12{
	font-size: 12px;
}
.font-30 {
	font-size: 26px;
	line-height: 36px;
}
input:focus, textarea:focus{
	border-color: inherit !important;
	outline: none !important;
	outline-offset: 0 !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1) !important;
}
button, input.submit, .wc-backward, .wpcf7-submit{
	background: #002a5c !important;
	border-radius: 30px !important;
	padding: 10px 20px !important;
	border:1px solid  #002a5c !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

button:hover,
input.submit:hover, .wc-backward:hover,
.wpcf7-submit:hover{
	background: transparent !important;
	color: #002a5c !important;
}

.fa, .fas {
	font-family: "FontAwesome"!important;
	font-weight: 900;
}

ins{
	color: #002a5c;
}

.site-content {
	position: relative;
	z-index: 9;
}

#page.overlay::after {
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 9;
	top: 0;
}

/*RANGE SLIDER UI CSS STYLE*/
.ui-slider-horizontal {
	position: absolute;
	bottom: 48px;
	width: 80%;
	left: 28px;
	height: 5px !important;
}

.upd_price{
    position:relative;
    top:35px;
    width:100%;
    margin-bottom:10px;
}

.ui-slider .ui-slider-handle {
	width: 15px !important;
	height: 15px !important;
	border-radius: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #002a5c !important;
	background: #002a5c !important;
}

/*header style*/
.container.header-container{
	max-width: 1480px !important;
}

header#header {
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	z-index: 9;
	background: rgba(256,256,256,0.9);
	box-shadow: 0 0 2px 1px #ccc;
	/*padding: 10px 0;*/
}

#header.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
}

header .navbar-nav{
	justify-content: center;
	align-items: center;
}

header .navbar-nav  li.menu-item-has-children::after {
	position: absolute;
	content: '';
	border-top: 6px solid #002a5c;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right: 1px;
	top: 23px;
}

header .navbar .sub-menu {
	position: absolute;
	z-index: 99;
	padding: 20px 15px;
	background: #fff;
	box-shadow: 0 0 1px 1px #ccc;
	display: none;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	width: 330px;
	top: 45px;
}

#menu-item-2375 .sub-menu {
    width:230px;
}

header .navbar .sub-menu li{
	line-height: 32px;
	display:block !important;
}

header .navbar .menu-item-has-children:hover .sub-menu{
	display: block;
}

header .navbar .sub-menu::before {
	position: absolute;
	content: '';
	border-bottom: 11px solid #ccc;
	border-right: 11px solid transparent;
	border-left: 12px solid transparent;
	width: 10px;
	height: 10px;
	top: -11px;
	left: 30px;
}

header .navbar .sub-menu::after {
	position: absolute;
	content: '';
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	width: 10px;
	height: 10px;
	top: -10px;
	left: 32px;
}

header .navbar .sub-menu li a{
	padding: 0 !important;
}

header .logo img{
	width: 150px;
	margin: 0 8px; 
}

header ul {
	padding: 0;
	margin: 0;
}

header ul li,
header .cart-and-signup ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 52px;
}

header .rightNav ul li.search{
	display: none;
}

header .rightNav ul li::after {
	content: "";
	position: absolute;
	background-color: #002a5c !important;
	width: 1px;
	bottom: 10px;
	top: 14px;
	right: -1px;
	height: 25px;
}

header .rightNav li.signup::after,
header .rightNav li.menu::after{
	display: none;
}

header ul li a{
	display: block;
	outline: 0;
	font-size: 14px;
	color: #002a5c !important;
	text-decoration: none;
	text-transform: uppercase;
}

header ul li.menu-item a{
	padding: 0 20px;
}

header ul li a:hover{
	color: #d4232c !important;
}

header .cart-and-signup {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	width: 200px;
	position: absolute;
	right: -15px;
	padding: 10px;
}

header .cart-and-signup .signup {
	line-height: 0;
}

header .cart-and-signup li{
	position: relative;
}

header .cart-and-signup .cart-opt{
	margin-right: 30px;
}

header .cart-and-signup li a span{
	position: absolute;
	top: 10px;
	font-size: 10px;
	padding: 0px 3px;
	background:red;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color:#fff;
}

header .rightNav .fa-shopping-cart{
	font-size: 14px;
}

header .rightNav ul li input[type="text"] {
	height: 30px;
	font-size: 14px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	border-radius: 30px;
	background: transparent;
	border-color: #002a5c;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

header .rightNav ul li input[type="text"]:focus {
	width: 200px;
}

header .rightNav .fa.fa-search {
	position: absolute;
	font-size: 14px;
	right: 35px;
	top: 22px;
	transform: rotate(-270deg);
	color: #002a5c;
}

header .rightNav li.menu{
	padding: 0 10px;
	background: #002a5c;
}

header .rightNav li.menu a{
	color: #fff;
	font-size: 16px;
}

header .rightNav li.cart span{
	position: absolute;
	top: -10px;
	right: 8px;
}

header .rightNav li.signup {
	line-height: normal;
	vertical-align: super;
}

header li.signup button{
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	font-size: 14px !important;
	color: #002a5c;
}

header li.signup button:hover{
	color: #d4232c !important;
}

header li.signup .dropdown-menu.show{
    right: -25px;
	top: 24px !important;
	left: -107px !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	padding-bottom: 0;
}

.dropdown-menu.show::before {
	position: absolute;
	content: '';
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	top: -10px;
	right: 30px;
	z-index: 2;
}
.dropdown-menu.show::after {
	position: absolute;
	content: '';
	border-bottom: 12px solid rgba(0,0,0,.15);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	top: -12px;
	right: 30px;
	z-index: 1;
}

header li.signup .dropdown-menu a{
	
	font-size: 12px !important;
	padding-left: 10px;
}

header .rightNav li.signup .dropdown-menu a i.fa{
	font-size: 18px;
	float: right;
	margin: 0 5px 0 0;
}

.dropdown-menu .submenu{
    float:none !important;
    position: relative;
    display: block;
}

.dropdown-menu .menu-arrow{
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.dropdown-menu .menu-arrow:last-child{
	border-bottom: 0;
}

.dropdown-menu{
        min-width: fit-content;
    padding: .5rem .5rem;
}

.dropdown-menu .menu-arrow:after{
    background-color: transparent !important;
}

/*.dropdown-menu .menu-arrow:after{
     display: inline-block;
  position: absolute;
  width:10px;
  height:10px;
  background: transparent;
  border-top: 2px solid #002a5c;
  border-left: 2px solid #002a5c;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  content:"";
  top:40%;
  right:20%;
  transform: rotate(135deg);
  background-color: transparent !important;
}*/

header .rightNav li.signup .dropdown-menu p.clearfix{
	display: flex;
	padding: 5px 0;
	background: #ccc;
}

header .rightNav li.signup .dropdown-menu p a:first-child{
	border-right: 1px solid #fff;
}

header .fa-bars {
	font-size: 20px;
	padding-top: 5px;
}

header .hidden-lg {
	height: 0;
	overflow: hidden;
	transition: all ease 0.3s;
}

header .hidden-lg.search-show {
	height: 50px;
}

header .hidden-lg input{
	height: 30px;
	font-size: 14px;
}

header .mobile-logo{
	padding: 0;
	text-align: center;
}

#header{
	display: none;
}

.asidenav {
	position: fixed;
	width: 380px;
	padding: 50px 0 20px 0;
	background: rgba(256,256,256);
	min-height: 100%;
	overflow-y: scroll;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	transform: translate(-101%);
	transition: all ease 0.5s;
	box-shadow: 1px 0 2px 1px #ccc;
}

.asidenav i.fa-times-circle {
	margin-right: 25px;
	color: #002a5c !important;
	margin-top: -30px;
	cursor: pointer;
}

.asidenav.open{
	transform: translate(0);
}

.asidenav ul{
	margin: 0;
	padding: 0;
}
.asidenav ul li{
	font-size: 18px;
}
.asidenav ul li h5{
	font-size: 16px;
}

.asidenav ul li a {
	padding: 15px;
	display: block;
	cursor: pointer;
	color: #002a5c !important;
	font-weight: 300;
	border-bottom: 1px solid;
	transition: all ease 0.3s;
}

.asidenav ul li a:hover{
	background-color: #ccc;
}
.asidenav ul li a .fa-angle-down {
	font-size: 20px;
	float: right;
	margin-top: 5px;
}
.asidenav ul li .hideOptions{
	display: none;
}

.asidenav ul li.active .hideOptions{
	display: block;
	padding-left: 20px;
	background: #fff;
}

.asidenav ul li.active .hideOptions li a{
	color: #002a5c !important;
}

.asidenav ul li.active .hardware-scrns .hideOptions{
	padding-left: 30px;
}

/*.hardware-scrns .sub-menu{
	display: none !important;
}

.hardware-scrns.active .sub-menu{
	display: block !important;
}*/

.moniters a, .notebook a, .workstsn a{
	font-size: 16px;
}

.hardware-scrns .hideOptions li:first-child a{
	border-bottom: 0 !important;
}

.asidenav ul li.active .hideOptions li{
	font-size: 14px;
}

.asidenav ul li.active .hideOptions li h5 a{
	font-weight: 500;
}

.asidenav ul li.active .fa-angle-down{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.asidenav ul li a,
.hardware-scrns a{
	position: relative;
}

.asidenav ul li a::before,
.hardware-scrns a::before {
	position: absolute;
	content: '';
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-left: 2px solid #002a5c;
	width: 10px;
	height: 10px;
}

.asidenav ul li a::after,
.hardware-scrns a::after {
	position: absolute;
	content: '';
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #002a5c;
	width: 10px;
	height: 10px;
}

.asidenav ul li.active a::before {
	transform: translateY(-50%) rotate(45deg);
}

.asidenav ul li.active a::after {
	transform: translateY(-50%) rotate(-45deg);
}

.asidenav .sub-menu.hideOptions li a::after,
.asidenav .sub-menu.hideOptions li a::before{
	content: none;	
}

/*MOBILE CSS FOR HEADER*/
@media(max-width: 767px){
	.produt-banner {
	padding: 30px 0px;
}
	header .rightNav ul li{
		padding: 0 10px;
	}
	header li.search input.searcBox{
		display: none;
	}
	header .rightNav li.search::after{
		display: block;
		right: -10px;
	}
	header .rightNav .fa.fa-search{
		position: relative;
		top: 0;
		right: -4px;
		font-size: 20px;
		cursor: pointer;
	}

	.logo{
		display: none;
	}

	.logo2{
		display: block !important;
	}

}

@media(max-width: 576px){

	#header .container .col-4,
	#header .container .col-8{
		padding: 0;
	}

	header .rightNav ul li {
		padding: 0 6px;
	}
	header .rightNav{
		padding-left: 0;
	}
	header .rightNav li.menu {
		padding: 0;
		background: transparent;
	}
	header .rightNav li.menu a{
		padding:0;
	}
	header .rightNav li.menu .fa-bars{
		color: #002a5c;
	}
	li.menu span{
		display: none;
	}
	header .rightNav li.signup .dropdown-menu.show {
		transform: unset !important;
		top: 50px !important;
	}

	.mobile-logo{
		padding: 0;
		text-align: center;
	}

}

@media(max-width: 480px){
	.logo2{
		margin-left: -40px;
	}

	.logo2 img{
		width: 60px;
	}

	header .cart-and-signup {
		right: -30px;
		width: 170px;
	}
	
	.asidenav ul li a {
		font-size: 14px;
	}

}

@media(max-width: 991px){
	.hidden-sm{
		display: none;
	}

}


@media(max-width: 1199px){
	.asidenav {
		width: 70%;
	}
}

@media(min-width: 1199px){
	.mobile-menu-bar, .mobile-logo{
		display: none;
	} 
}

@media(min-width: 767px){
	.produt-banner {
		padding: 100px 0px;
	}
}


@media (min-width: 768px) and  (max-width: 1024px){
	header .rightNav ul li a {
		padding: 0 5px;
		font-size: 12px;
	}
	header .rightNav ul li input[type="text"] {
		width: 120px;
	}
}

@media (min-width: 1200px) and  (max-width: 1300px){
	header ul li a{
		font-size: 12.5px;
	}

}

/*BANNER CSS */

.entry-header{
	display: none;
}
.elementor-57{
	margin: 0 !important;
}
.bannerTxt p{
	font-weight: 300 !important;
}
.bannerTxt h2 {
	font-weight: 600 !important;
	font-size: 52px !important;
	line-height: 52px !important;
	margin-bottom: 20px !important;
}

#n2-ss-2-arrow-previous img::after{
	position: absolute;
	content: '';
	background-image: url('../images/preWhite.png');
	background-size: 100%;
	width: 50px;
	height: 50px;
}

#n2-ss-2-arrow-next,
#n2-ss-2-arrow-previous{
	display: none;
}
.elementor-57 .elementor-element.elementor-element-30d19ab > .elementor-container {
	min-height: 100% !important;
}

/*BANNER RESPONSIVE CSS*/

@media(min-width: 767px){
	#n2-ss-2-arrow-next{
		top: 22% !important;
		left: 45% !important;
	}
	#n2-ss-2-arrow-previous{
		top: 30% !important;
		left: 45% !important;
	}
}
@media(max-width: 767px){
	.elementor-57 .elementor-element.elementor-element-30d19ab > .elementor-container {
		min-height: auto !important;
	}
	#n2-ss-2-arrow-next{
		bottom:  5px !important;
		left: 52% !important;
	}
	.elementor-57 .elementor-element.elementor-element-30286ad .elementor-field-group{
		margin-bottom: 20px !important;
	}
	.elementor-722 .elementor-element.elementor-element-7ed8271 .elementor-heading-title {
    	font-size: 26px !important;
    }

}

@media(max-width: 1024px){
    .elementor-722 .elementor-element.elementor-element-4d791519{
        padding-top:25px !important;
        padding-bottom:25px !important;
    }
}

@media(min-width: 1200px){
    .n2-ss-slider-1{height:750px !important;}
}
/*ABOUT US PAGE STYLE*/
.elementor-element-1b09f16 h5 a{
	color: #002a5c !important;
	font-style: italic;
}
.note_text p{
	font-size: 14px;
	font-weight: 300;
}

/*POLICY PAGE STYLE*/
.policy_section{
	text-align: justify;
}
.policy_section ul li {
	font-size: 16px;
	list-style: disc;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}
.policy_section h6{
	font-weight: 500;
	margin-bottom: 5px;
}
.elementor-reverse-mobile > .elementor-container > .elementor-row > :first-child {
	order: 0 !important;
}

/*CONTACT PAGE STYLE*/
.contact_form .elementor-field-type-submit{
	margin-top: 20px;
}

/*LOGIN REGISTER PAGE STYLE*/
#post-362 .entry-content .woocommerce{
	max-width: 100%;
}
.login-register-page{
	position: relative;
}
.login-register-wrapper {
	width: 500px;
	margin: 0 auto 30px;
	padding: 30px;
	box-shadow: 0 0 3px 0px #ccc;
}
.login-register-wrapper h4{
	margin:15px 0;
	text-align: center;
	position: relative;
}
.login-register-wrapper h4::before {
	position: absolute;
	content: '';
	width: 10%;
	height: 3px;
	background: #f3202d;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
}
.login-register-wrapper .form-group{
	margin-bottom: 5px;
}
.login-register-wrapper .form-control{	
	padding: 5px 10px !important;
	font-size: 14px !important;
	margin-right: 10px;
	border-radius: 0;
	height: 36px !important;   
}
.login-register-wrapper label{
	margin-top: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}
.create-accnt-link a{
	color: #002a5c !important;
	font-weight:400;
}
.login-register-wrapper .footer-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	margin: 20px 0;
}
.login-register-page .footer-text p a{
	color: #002a5c !important;
}
.login,.register{
	margin-top: 80px;
	margin-bottom: 50px;
}
/*.register{
	display: none;
}*/
.register .woocommerce-privacy-policy-text{
	display: none;
}
.woocommerce-error {
	background: #b22222;
	margin-top: 50px;
}

.woocommerce-error a{
	color: #fff !important;
}

.woocommerce-error li{
	color: #fff !important;
}

/*USER DASHBOARD STYLE*/

.woocommerce-account .woocommerce-MyAccount-navigation{
	margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	position: relative;
	box-shadow: none;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child{
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{	
	color: #002a5c !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
	position: absolute;
	content: '';
	width: 80%;
	height: 3px;
	background: #f3202d;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
}
.woocommerce .woocommerce-Address-inner{
	padding: 20px;
	border: 1px solid #D4D4D4;
	margin-top: 20px;
	border-radius: 5px;
}
.woocommerce-Address-inner a span{
	display: none;
}
.woocommerce-Address-inner a.edit {
	font-size: 16px;
	color: #f3202d !important;
	margin-top: -30px;
}
.woocommerce-MyAccount-content{
	padding-bottom: 50px;
}
.woocommerce-MyAccount-content p a{
	color: #f3202d !important;
}
.woocommerce-MyAccount-content .button {
	border-radius: 30px !important;
	padding: 10px 20px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	background: #002a5c;
	color: #fff;
}
.woocommerce-MyAccount-content .button.view,
.woocommerce-info .button{
	color: #fff !important;
}
.edit-account fieldset {
	padding-left: 0 !important;
}

.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last{
	width: 100% !important;
	float: none !important;
}
.woocommerce-address-fields .form-row label {
    width: 280px;
}
.woocommerce-address-fields .woocommerce-input-wrapper {
	width: 350px;
}
.woocommerce-address-fields #billing_address_2_field,
.woocommerce-address-fields #shipping_address_2_field{
	display: none !important;
}
.select2-results__option{
	font-size:14px !important; 
}
.select2-search--dropdown {
	padding: 0 !important;
}
/*RESPONSIVE STYLE*/
@media(max-width: 767px){
	.login-register-wrapper {
		width: 100%;
		
	}
	.elementor-802 .elementor-element.elementor-element-9a020e8 > .elementor-element-populated{
		border: 0 !important;
	}
}
@media(max-width: 1024px){
	.elementor-792 .elementor-element.elementor-element-fd3d555 {
		margin-top: 0 !important;
	}
	.elementor-722 .elementor-element.elementor-element-7027572a {
		text-align: center !important;
	}
}
@media(min-width: 1200px){
	#post-362 .entry-content .woocommerce {
		padding: 0 80px;
	}
}

/*PRODUCT LIST SECTION CSS */
mark, ins{
	background-color: transparent !important;
}
.products-lists li.product {
	background: #fff;
	box-shadow: 0 0 3px 1px #ccc;
	transition: all ease 0.2s;
	margin-bottom: 20px !important;
}
.products-lists li.product img{
	width: 100%;
}
.products-lists li.product:hover {
	transform: scale(1.02);
}
.products-lists li.product .woocommerce-loop-product__link {
	height: 100%;
	z-index: 0;
}
.products-lists li .woocommerce-loop-product__title {
	margin-bottom: 30px !important;
	padding: 15px 40px 15px 10px !important;
	font-size: 16px !important;
	color: #002a5c !important;
	font-weight: 500 !important;
}
.products-lists li.product .price {
	padding: 10px !important;
	margin-bottom: 0 !important;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	font-size: 14px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 300;
}
.products-lists li.product .price ins,
.price ins {
	font-size: 16px;
	font-weight: 400;
	color: #d4232c;
	background: transparent;
	float: right;
}
.price del, .price del .amount{
	color: #444  !important;
}
.product .amount{
	color: #002a5c !important;
	font-weight: 500 !important;
    font-size: 14px;
}
.product_list_widget del {
	opacity: .5
}
.products-lists li .add_to_cart_button{
	display: none !important;
}

.products-lists .right-pannel .wishlist_products_counter{
	color: #002a5c !important;
	font-size: 18px;
}

.products-lists .right-pannel .wishlist_products_counter::before{
	font-size: 26px;
}
.products-lists .right-pannel .elementor-element-populated .elementor-element-74d907e .elementor-widget-container{
	padding: 10px;
	background: #fff;
	margin-top: 10px;
	box-shadow: 0 0 3px 1px #ccc;
}
.products-lists .right-pannel .elementor-element-populated .elementor-element-74d907e .elementor-widget-container ul{
	padding-left: 0 !important;
}
.products-lists .right-pannel h5{
	margin-bottom: 10px;
	color: #002a5c !important;
	font-weight: 500;
}

.products-lists .right-pannel ul li{
	margin-bottom: 15px;
	font-size: 14px;
}
.products-lists .right-pannel ul li a img{
	width: 100%;
}
.products-lists .right-pannel ul li .product-title{
	display: block;
}

.product .tinv-wraper{
	position: absolute;
	top: auto;
	bottom: 80px;
	right: 13px;
	z-index: 8;
}

.product .tinv-wraper .tinvwl_add_to_wishlist_button{
	margin-top: 0 !important;
}

.product .tinv-wraper .tinvwl_add_to_wishlist_button::before,
.top_wishlist-heart::before{
	color: #d4232c;
	font-size: 26px;
}

.elementor-57 .elementor-element.elementor-element-40fc51cd > .elementor-container {
	min-height: auto !important;
}
.elementor-57 .elementor-element.elementor-element-40fc51cd > .elementor-container {
	min-height: auto !important;
}
.discription p a {
	text-decoration: underline !important;
	color: #fff !important;
}
.onsale,.product_type_simple{
	display: none !important;
}
.elementor-element-40fc51cd p{
	color: #fff !important;
}

/*WISHLIST PAGE CSS*/
#post-1217 .entry-content{
	max-width: 1300px !important;
	margin: 0 auto !important;
	padding: 50px 2% !important;
	width: 100%;
}

#post-1217 .entry-content .tinv-wishlist{
	max-width: 100% !important;
}

.product-remove .ftinvwl-times{
    position: relative;
    top:-6px;
    color:#fff;
}

.product-remove .ftinvwl-times:hover{
    color:#002a5c;
}

.products_wishlist{
    text-align:center;
}

.tinvwl-table-manage-list td{
    padding: 5px 20px !important;
    font-size: 18px;
}

.tinvwl-table-manage-list th{
    font-size:18px !important;
    padding: 0em .8em !important;
    word-break: normal;
}

.tinvwl-table-manage-list tfoot{
	display: none;
}

.tinv-wishlist .tinv-header h2{
	font-size: 36px;
}
.cart-empty{
	margin-bottom: 15px;
}

/*RESPONSIVE CSS*/

@media(max-width: 576px){
	.products-lists .elementor-column {
		width: 100% !important;
	}
	.products-lists .elementor-element.elementor-products-grid ul.products{
		display: block !important;
	}
	
	
}
@media(min-width: 768px) and (max-width: 1024px){

	.product .tinv-wraper {
		position: absolute;
		bottom: 77px;
	}

}

@media(max-width: 767px){
	.products-lists .elementor-column.right-pannel {
		width: 100% !important;
	}
	.products-lists li.product{
		width: 100% !important;
	}
	.elementor-57 .elementor-element.elementor-element-40fc51cd {
		padding: 50px 20px !important;
	}
	
	.product .tinv-wraper {
		bottom: 80px;
	}

	
}
@media(max-width: 1200px){
	.elementor-57 .elementor-element.elementor-element-9072b37{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.product_list_widget li img{
		width: 100%;
	}
}


/*AUTOCAD SUBSCRIBE PAGE*/
.color-sky-blue {
	color: #002a5c !important;
}
.grey-bg{
	background-color: #eeeeee;
}
.pdng-80{
    padding: 70px 80px 40px;    
  }
  
  .subscribe-page p {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
  .subscribe-page strong{
  	color: #222;
  }
  .subscribe-page h3{
  	font-weight: normal;
  	font-size: 22px;
  	color: #002a5c;
  }
  .subscribe-page h2{
  	font-weight: normal;
  	font-size: 30px;
  }
  .subscribe-page .active .emi-block p{
  	color: #fff;
  }
  .subscribe-page .purchaseNumber a{
  	color: #666 !important;
  	font-weight: 600;
  }
  .subscribe-details {
    box-shadow: 0 0 2px 1px #ccc;
    background: #fff;
  }
  .subscribe-details .btn{
     color: #fff;
  }
  .subscribe-details .left-pannel {
    border-right: 1px solid #ccc;
    padding: 20px 40px 0;
  }
  .subscribe-details .left-pannel + div {
    padding: 30px;
  }
  .operating-system .window, .operating-system .mac{
  	cursor: default;
  }
 .terms {
    border-top: 1px solid #ccc;
    padding: 30px 30px;
  }

.terms .nav-link {
  position: relative;
  padding: 20px 20px 50px 20px;
  border: 1px solid #ccc;
  height: 100%;
  color: #002a5c;
}
.terms .nav-link.active {
  background: #002a5c;
  color: #fff;
  border-color:#002a5c;
}
.terms .nav-link.active p{
	color: #fff !important;
}
.terms .nav-link p strong{
  font-size: 20px;
  font-weight: 400;
}
.terms .nav-link.active p strong{
	color: #fff;
}
.terms .nav-link p del{
  color: #ccc;
  margin-bottom: 10px;
}
.terms .nav-link.active .savings{
  background: #fff;
  color: #002a5c !important;
}
.terms .savings {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
}
.terms .tab-content {
  background: #f7f7f7;
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px 10px;
 transition: all ease 0.3s;
}
.terms .tab-content.sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0 0 5px 1px #6c6c6c;
	z-index: 9;
	transition: all ease 0.3s;

}
.terms .tab-content .cntnt-blck {
  border-right: 1px solid #666;
}
.terms .tab-content .qty strong{
	font-size: 20px;
	font-weight: 400;
}
.terms .tab-content .qty p{
	font-size: 16px;
}
.terms .tab-content .cntnt-blck:last-child {
  border: none;
}
.cntnt-blck p em{
	font-size: 14px;
}
.cntnt-blck a.btn {
  background: #002a5c;
  padding: 8px 10px;
  display: block;
  width: 70%;
  font-size: 16px;
  color: #fff !important;
  font-weight: 600;
  text-align: left;
  border-radius: 0;
}
.terms .tab-content .cntnt-blck input[type="number"] {
	width: 80px;
	line-height: 10px;
	padding-right: 5px;
}
.cntnt-blck a.btn i.fa{
  font-size: 26px
}

/*ACCORDIAN SECTION*/
.accordian-section .card{
  margin-bottom: 10px;
  border-radius: 0;
}
.accordian-section .card .card-body {
	font-size: 16px;
	color: #666;
	font-weight: 300;
}
.accordian-section .card-header{
  border: none !important;
  background: transparent;
  padding: 0;
}
.accordian-section .card-link {
  position: relative;
  padding: 10px 20px 10px 40px;
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 100%;
   background: #002a5c;
}
.accordian-section .card-link::before {
  position: absolute;
  content: '-';
  top: 3px;
  left: 20px;
  font-weight: 600;
  font-size: 26px;
}
.accordian-section .card-link.collapsed{
  background: transparent;
  color: #002a5c !important;
}
.accordian-section .card-link.collapsed::before {
  content: '+';
}
.online-buy {
	padding-bottom: 50px;
	padding-top: 30px;
}
.online-buy .cntnt {
  padding: 15px 0;
}
.online-buy h3{
  display: inline-block;
}
.online-buy .cntnt p span {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}
.online-buy .blck p{
	font-size: 16px;
}
.trm-nd-cndsn .card .card-link{
	background-color: #666;
}
.trm-nd-cndsn .card{
	background-color: #ccc !important;
	border: 0 !important;
}
.trm-nd-cndsn .card-link.collapsed{
  background: #666;
}
.trm-nd-cndsn .card-link.collapsed {
	color: #fff !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.trm-nd-cndsn .card .card-body {
    font-size: 16px;
    color: #fff;
    background: #666;

}
.trm-nd-cndsn .card .card-body p{
    color: #fff;
    
}
.trm-nd-cndsn .card-link.collapsed::before {
  content: '+';
  top: 15px;
}

.trm-nd-cndsn .card{
	margin-bottom: 0;
}
.accrodian-content h4{
	font-weight: 500;
	margin-top: 10px;
}
.accrodian-content ul li{
	list-style: disc;
}
.accrodian-content ul li span{
	font-weight: 400;
	color: #002a5c;
}
/*responsive style*/

@media(max-width: 360px){
	.terms .qty .pl-5{
		padding-left: 15px !important;
	}
}

@media(max-width: 767px){
	.terms .tab-content .cntnt-blck {
		margin: 30px 0 0;
	}
	.terms .nav-link{
		padding-bottom: 70px;
	}
	.online-buy .blck{
		margin-bottom: 20px;
	}
}
@media(min-width: 768px) and (max-width: 1024px){
	.terms .qty .pl-5{
		padding-left: 0px !important;
		margin-top: 10px;
		width: 100%;
	}
	
}
@media(min-width: 992px) and (max-width: 1300px){
	.terms .nav-link {
		padding: 20px 20px 80px 20px;
	}
}

@media(max-width: 1200px){
	.terms .cntnt-blck a.btn{
		width: 100%;
	}
}

/*AUTOCAD POSTS PAGE*/
.Autocad-posts .banner{
	position: relative;
}
.Autocad-posts .section-heading{
	position: absolute;
	width: 100%;
	top: 70%;
	transform: translate(0,-50%);
}
.Autocad-posts .section-heading h2{
	font-weight: 400;
	color: #fff;
}

.Autocad-posts .main-content{
	padding: 50px 0
}

.Autocad-posts h3 {
	font-weight: normal;
	font-size: 22px;
	color: #002a5c;
	margin-bottom: 20px;
}

.Autocad-posts .posts-filter select {
	font-size: 14px;
	padding: 5px 15px;
	width: 100%;
}

.Autocad-posts .posts-listings {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.Autocad-posts .posts-listings .col_padng{
	margin-bottom: 15px;
}

.Autocad-posts .posts-listings .post-block {
	box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
	border: 1px solid #ddd;
	height: 100%;
	background: #fff;
}

.Autocad-posts .posts-listings .post-block img{
	width: 100%;
	height: 40%;
}
.Autocad-posts .posts-listings h4{
	font-weight: normal;
	font-size: 20px;
	color: #444;
	text-transform: capitalize;
	margin: 5px 0 15px;
}

.Autocad-posts .posts-listings .post-content {
	padding: 30px 15px;
	background: #fff;
}

.Autocad-posts .posts-listings .post-content p {
	font-size: 14px;
	font-weight: 300;
}

.Autocad-posts .posts-listings .post-content a {
	font-size: 14px;
	color: #444 !important;
}

.post-content a i {
	margin: 0 5px 0 0;
	font-size: 11px;
	color: #fff;
	background: #444;
	padding: 3px;
}

.Autocad-posts .posts-listings .load-more-btn a,
.footer-content .explore-autocad {
	width: 250px;
	display: inline-block;
	font-size: 16px;
	padding: 8px 15px;
	color: #fff !important;
	background: #d4232c;
	border:1px solid  #d4232c;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	text-transform: uppercase;
}

.Autocad-posts .posts-listings .load-more-btn a:hover,
.footer-content .explore-autocad:hover {
	background: transparent;
	color: #d4232c !important;
}

.Autocad-posts .posts-listings .load-more-btn a i{
	margin-top: 6px;
	font-size: 18px;
}

/*AUTOCAD POST DETAIL PAGE CSS STYLE*/
.Autocad-posts-detail .banner{
	/*background: url('images/post-detail-banner.jpg') no-repeat;
	background-position: center;
	background-size: cover;*/
	position: relative;
}

.Autocad-posts-detail .banner .banner-content {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%,-50%);
	width: 65%;
}

.Autocad-posts-detail .banner .dotted-overlay {
	background: url('images/dotted-overlay-grey.png');
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}

.Autocad-posts-detail .banner .shadow-overlay{
	background: radial-gradient(circle, rgba(0,0,0,0.4), rgba(0,0,0,0.6) 95% );
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.Autocad-posts-detail .banner h2 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0;
}

.Autocad-posts-detail .banner h3{
	font-size: 24px;
	color: #ccc;
	font-weight: 400;
	text-transform: uppercase;
}

.Autocad-posts-detail .banner h4 {
	font-size: 19px;
	font-weight: 600;
	color: #ccc;
}

.Autocad-posts-detail .banner .social-icons {
	padding: 20px 0;
}

.Autocad-posts-detail .social-icons img {
	width: 45px;
	margin-right: 3px;
	margin-bottom: 5px;
}

.Autocad-posts-detail .banner .social-icons p {
	color: #fff;
	text-transform: uppercase;
}

.Autocad-posts-detail .banner .social-icons i,
.Autocad-posts-detail .footer-content .social-icons i{
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	font-size: 26px;
	padding-top: 7px;
	margin: 1%;
	transform: 0.2s;
}

.Autocad-posts-detail .social-icons i:hover,
.Autocad-posts-detail .footer-content .social-icons i:hover{
	background: #444;
	color: #fff;
}

.Autocad-posts-detail .promo-announcement-bar {
	background: #444;
	padding: 20px;
}
.Autocad-posts-detail .promo-announcement-bar p a {
	font-size: 18px;
	color: #fff !important;
}


.Autocad-posts-detail .first-section {
	background-image: url(images/Untitled-2.png), url(images/Untitled-1.png);
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
	background-color: #f5f5f5;
	padding: 50px 0;
	background-size: 296px 590px, 268px 649px;
}

.Autocad-posts-detail .first-section .container,
.Autocad-posts-detail .promo-announcement-bar .container,
.Autocad-posts-detail .main-content .container{
	text-align: justify;
}

.Autocad-posts-detail .first-section h2,
.Autocad-posts-detail .footer-content h2{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}

.content-block {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.Autocad-posts-detail .content-block h4 {
	font-weight: 400;
	margin-bottom: 15px;
}

.Autocad-posts-detail .content-block p{
	margin-bottom: 15px;
}

.Autocad-posts-detail .footer-content {
	padding: 50px 0;
	background: #e3e3e3;
}

.footer-content .explore-autocad {
	margin-top: 15px;
}

.footer-content .explore-autocad i.fa{
	margin-top: 4px;
}

.Autocad-posts-detail .footer-content .social-icons p{
	font-size: 26px;
}

.Autocad-posts-detail .footer-content .social-icons i{
	background: #002a5c;
	color: #fff;
}


@media(max-width: 576px){
	.Autocad-posts .section-heading h2 {
		font-size: 20px;
	}
}

@media(min-width: 576px){
	.Autocad-posts .posts-listings .col_padng:nth-child(odd){
		padding-right: 0 ;
	}
}

@media(min-width: 768px){

	.Autocad-posts .posts-listings .col_padng{
		padding-right: 0 ;
	}
	.Autocad-posts .posts-listings .col_padng:nth-child(3n + 3){
		padding-right: 15px;
	}

	.Autocad-posts-detail .footer-content .col-lg-6:first-child{
		border-right: 1px solid #ccc;
	}
	.Autocad-posts-detail .footer-content .social-icons{
		padding-left: 50px;
	}
}

@media(max-width: 767px){
	.Autocad-posts-detail .footer-content {
		text-align: center;
	}

	.Autocad-posts-detail .banner {
		height: 300px;
	}
	.banner-image, .banner-image img{
		height: 100%;
	}
	.Autocad-posts-detail .banner .banner-content {
		top: 55%;
		width: 95%;
		text-align: center;
	}
	.Autocad-posts-detail .banner h3 {
		font-size: 16px;
	}
	.Autocad-posts-detail .banner h2 {
		font-size: 26px;
	}
	.Autocad-posts-detail .banner h4 {
		font-size: 14px;
	}

}


@media(min-width: 768px) and (max-width: 1024px){

	.Autocad-posts-detail .banner .banner-content {
		top: 60%;
		width: 95%;
	}
	.Autocad-posts-detail .banner h3 {
		font-size: 18px;
	}
	.Autocad-posts-detail .banner h2 {
		font-size: 40px;
	}
	.Autocad-posts-detail .banner h4 {
		font-size: 14px;
	}

}

@media(min-width: 1025px) and (max-width: 1400px){
	.Autocad-posts-detail .banner .banner-content {
		width: 85%;
	}

}

@media(min-width: 992px){
	.Autocad-posts .posts-listings .col_padng {
		padding-right: 0 !important;
	}
	.Autocad-posts .posts-listings .col_padng:nth-child(4n + 4){
		padding-right: 15px !important;
	}

	.Autocad-posts-detail .first-section .container,
	.Autocad-posts-detail .promo-announcement-bar .container,
	.Autocad-posts-detail .main-content .container{
		width: 940px !important;
		text-align: justify;
	}

}


/* AUTOCAD CHECKOUT PAGE*/
.Autocad_checkout_page h3{
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 10px;
}
.Autocad_checkout_page h6{
	font-weight: normal;
	margin-bottom: 10px;
}
.Autocad_checkout_page .form-control{
	font-size: 14px;
	margin-top: 10px;
	border-radius: 4px !important;
}
.Autocad_checkout_page .form-group small {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
}
.Autocad_checkout_page .checkout_content{
	padding-bottom: 50px;
}

.accnt_register .nav{
    justify-content:center;
}

.accnt_register .nav-item {
    width: 25% !important;
}

.accnt_register .tab-pane{
    background: #fff;
}

.accnt_register form{
    padding:20px 5px;
}

.woocommerce-privacy-policy-text{
    display:none;
}

.remember-checkbox{
    font-size:16px;
}

.billing_info{
    background: #fff;
    padding:20px;
}

.checkout-wrap {
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}

.billing_info .card-header{
    background-color: rgb(0, 42, 92);   
    padding: .3rem .8rem;
    border-radius: 0;
}

.billing_info .card-header label {
    color: #fff;
    margin-bottom: 0;
}

.billing_info .label-effect .label{
    font-size: 18px;
    font-weight: 300;
}

.payment-status .alert-danger{
    padding: .2rem .6rem;
    font-size: 16px;
}

.order-summary-section{
    box-shadow: 0 0 2px 1px #ccc;
    background: #fff;
    padding: 1rem;
}

#checkout-bar {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  float: left;
  clear: both;
}

/*#checkout-bar li {*/
/*  position: relative;*/
/*  width: 25%;*/
/*  float: left;*/
/*  text-align: center;*/
/*  color: #999;*/
/*  text-transform: uppercase;*/
/*}*/

/*#checkout-bar li:after {*/
/*  position: relative;*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  top: 0;*/
/*  left: 50%;*/
/*  border: 2px solid #ddd;*/
/*  background-color: #fff;*/
/*  border-radius: 100%;*/
/*  z-index: 4;*/
/*}*/
/*#checkout-bar li.step1::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  left: -2px;*/
/*  z-index: 3;*/
/*  width: 20px;*/
/*    height: 20px;*/
/*    top: 7px;*/
/*    border: 2px solid #ddd;*/
/*    background-color: rgb(0, 42, 92);*/
/*    border-radius: 100%;*/
/*}*/

/*#checkout-bar.step1 .step1:after,*/
/*#checkout-bar.step2 .step2:after,*/
/*#checkout-bar.step3 .step3:after,*/
/*#checkout-bar.step4 .step4:after {*/
/*  background-color: #002a5c;*/
/*  -webkit-transition: width 2s;*/
/*  transition: all 3s;*/
/*}*/

/*#checkout-bar li span {*/
/*  position: absolute;*/
/*  display: block;*/
/*  left: 0;*/
/*  top: 30px;*/
/*  font-size: 12px;*/
/*  font-weight: 00;*/
/*}*/
/*#checkout-bar li.step4::after{*/
/*  content: none;*/
/*}*/
/*#checkout-bar:before,*/
/*#checkout-bar:after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: -4px;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 75%;*/
/*  height: 3px;*/
/*  margin: auto 0;*/
/*  background-color: #c3c3c3;*/
/*  z-index: 1;*/
/*}*/

/*#checkout-bar.step1:after,*/
/*#checkout-bar.step2:after,*/
/*#checkout-bar.step3:after,*/
/*#checkout-bar.step4:after {*/
/*  width: 25%;*/
/*  background-color: #002a5c;*/
/*  z-index: 2;*/
/*  -webkit-transition: width 2s;*/
/*  transition: width 2s;*/
/*}*/

/*#checkout-bar.step2:after {*/
/*  width: 50%;*/
/*}*/

/*#checkout-bar.step3:after {*/
/*  width: 75%;*/
/*}*/

/*#checkout-bar.step4:after {*/
/*  width: 75%;*/
/*}*/

.step {
  list-style: none;
  margin: .2rem 0;
  width: 100%;
}

.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative; 
  text-align: center;
}

.step .step-item:not(:first-child)::before {
  background: #002a5c;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.step .step-item span {
  color: #000;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  font-size: 16px;
}

.step .step-item span::before {
  background: #002a5c;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .9rem;
  left: 50%;
  position: absolute;
  top: 0.05rem;
  transform: translateX(-50%);
  width: .9rem;
  z-index: 1;
}

.step .step-item.step-next a::before {
  background: #fff;
  border: .1rem solid #0069d9;
}

.step .step-item.step-next ~ .step-item::before {
  background: #c7c7c7;
}

.step .step-item.step-next ~ .step-item a::before {
  background: #e7e9ed;
} 

.form-group .help-txt a{
	color: #002a5c !important;
	font-size: 14px;
}

.payment-reciept {
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1rem;
	box-shadow: 0 0 3px 2px #ccc;
	background: #fff;
}
.payment-reciept h5 {
	margin-top: 20px;
	padding: 8px 15px;
	background: #002a5c;
	color: #fff;
}

@media(max-width: 576px){
	#checkout-bar li span {
		font-size: 11px;
	}
	.Autocad_checkout_page .checkout_content .shoping_btns .btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.payment-reciept label, .payment-reciept input{
		width: 100% !important;
	}
	.payment-reciept input{
		margin-top: 5px !important;
	}
}


/*PRODUCT DETAIL PAGE*/
/* .single-product .site-content{
	padding: 100px 0 50px;
}*/

.single-product .site-content .content-area {
	box-shadow: 0px 2px 3px 1px #ccc;
	padding: 20px;
	margin-bottom: 50px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 100%;
}

 .single-product .site-content .content-area .summary .price ins{
 	float: none;
 }

 .single-product .site-content .content-area .summary .amount{
 	font-size: 16px;
 }

.single-product .woocommerce-breadcrumb{
	font-size: 14px;
}
.single-product div.product {
	margin-top: 0;
}
.single-product .site-content .site-main{
	max-width: 100%;
}
.single-product .site-content .product_title{
	font-size: 26px;
	color: #002a5c;
	margin-bottom: 0 !important;
}
.single-product .cart {
	margin-top: 0 !important;
}
.single-product .site-content .price{
	margin: 15px 0 !important;
}
.single-product .summary .price del{
	font-size: 18px;
}
.single-product .summary .price ins{
	font-size: 20px;
}
.single-product form.cart .quantity {
	float: none;
	position: relative;
	margin-bottom: 15px;
}
.single-product form.cart input.qty {
	width: 5em;
	padding: 0 5px 0 10px;
	height: 30px;
	border-radius: 20px;
	font-size: 16px;
}
.single-product form.cart .quantity .screen-reader-text {
	top: 10px;
	width: auto;
	clip: unset;
	clip-path: unset;
	left: 100px;
	font-size: 14px;
	height: auto;
	color: #919191;
}
.single-product .summary .product_meta{
	display: none;
}
.single-product #content_description{
	font-size: 14px;
}
.single-product .tabs{
	border-bottom: 1px solid #ccc;
}
.single-product .tabs li{
	margin-right: 5px;
}
.single-product .tabs li a{
	padding: 5px 8px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 40px;
	background: #ccc;
	display: block;
}
.single-product .tabs li.active a{
	background: #fff;
	color: #002a5c !important;
}
.single-product .woocommerce-Reviews{
	font-size: 16px;
}

.single-product .related.products{
	display: none;
}

.single-product #comment{
	height: 100px;
}

/*WOOCOMERCE CHECKOUT PAGE*/
.custom-checkout-pro-body .entry .entry-content .woocommerce {
	margin: 50px auto !important;
	width: 1200px;
	max-width: 100%;
}

.custom-checkout-pro-body .entry .entry-content .woocommerce .cart-collaterals .cart_totals{
	width: 100%;
}

.custom-checkout-pro-body .entry .entry-content .woocommerce table.shop_table td,
.custom-checkout-pro-body .entry .entry-content .woocommerce table.shop_table th{
	font-size: 16px;
	padding: 5px 10px;
}

.custom-checkout-pro-body .entry .entry-content .woocommerce .cart-collaterals .cart_totals h2{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}


.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	position: relative;
}


@media(max-width: 576px){
	.custom-checkout-pro-body .entry .entry-content .woocommerce .coupon .input-text{
		display: inline-block;
		width: 100% !important;
		margin-bottom: 10px;
	}

	.custom-checkout-pro-body .entry .entry-content .woocommerce .coupon .button{
		width: 100% !important;
	}

}

/* product detail page css */
/*.header-padding {
	padding-top: 72px;
}*/
.product-bacground-img{
	background-image: url('images/autocad-overview-banner.jpg');
	background-size: cover;  
	background-position: center center;
}
.subsribe {
	font-size: 15px;
	background: #d4232c;
	color: #fff !important;
	border: none;
	border-radius: 0px;
	width:240px;
	margin: 5px 0;
	text-transform: uppercase;
}
.subsribe span{
	flot:left;
}
.produt-banner h3 {
	font-size: 32px;
	font-weight: 400;
	padding: 15px 0px;
}
.delete-text {
	color: #999;
	font-size: 26px;
	margin-bottom: 5px;
	display: inline-block;
}
.delete-text i{
	font-size: 28px;
}
.product-price {
	font-size: 26px;
}
.product-gst {
	color: #002a5c;
	font-size: 14px;
	font-weight: 200;
	display: inline-block;
}

.download-btn{
	display: inline-block;
}
.download-btn i {
	color: #fff;
	background: #d4232c;
	padding: 8px;
	/* line-height: 26px; */
	border-radius: 50%;
	font-size: 10px;
	margin: 0 5px;
}

.download-btn a {
	color: #444 !important;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}
.call-contact i {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: rotate(10deg);
	font-size: 14px;
	border: 1px solid #444;
	border-radius: 50%;
	padding: 4px;
	width: 22px;
	height: 22px;
}
.call-contact a{
	font-size: 14px;
	color:#444!important;
}
.save-upto {
	background: #f3202d;
	padding: 10px 0px;
	color: #fff !important;
}
.save-upto a{
	color: #fff !important;
	font-size: 19px;
}
.compair {
	background: #002a5c;
	padding: 10px 0px;
	color: #fff !important;
}
.compair a{
	color: #fff !important;
	font-size: 16px;
	color: #fff !important;
}
.p-t-b-50{
	padding: 50px 0px;
}

.what-autocad li {
	font-size: 16px;
	list-style-type: disc;
	color: #444;
	font-weight: 300;
	margin-bottom: 10px;
}
.what-autocad p {
	font-weight: 300;
}
.what-autocad h2 {
	font-size: 30px;
	font-weight: 500;
	border-bottom: 4px solid #d4232c;
	padding: 5px 0px 15px;
	margin-bottom: 15px;
}
.autocad i {
	background: #d4232c;
	padding: 4px 5px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	width: 20px;
	height: 20px;
}
.what-autocad a {
	color: #d4232c !important;
	font-size: 16px;
	font-weight: 300;
}
.blow{
	font-size: 16px;
}
.system-requirment i.fa{
	margin: 0 5px;
}
.what-autocad h6 a{
	border-bottom: 1px dashed;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.what-autocad h6 a:hover {
	border-bottom: 1px solid #444;
}
/* end product detail css */

/*ACE PRODUCT PAGE CSS STYLE*/
.postid-290 .collectio_table{
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 50px 0;
	background: #1858a8;
}

.postid-290 .produt-banner h3 {
	font-size: 28px;
}

.postid-290 .subsribe,
.postid-290 .produt-banner .download-btn i,
.produt-banner hr{
	background-color: #1858a8;
}

.postid-290 .save-upto {
	background: #444;
}

.postid-290 .product_logo{
	width: 350px;
}

.postid-290 .produt-banner p{
	line-height: 22px;
}

.postid-290 .delete-text{
	margin-top: 10px;
}

.postid-290 .collection_table_left{
	border-right: 1px solid rgba(255,255,255,0.5);
}

.postid-290 .collection_table_left p {
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: 200;
}

.postid-290 .collection_table_left p span{
	float: right;
}

.postid-290 .collection_table_left h6 {
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 30px;
}

.postid-290 .collection_table_right .subscribe_btn {
	text-align: left;
	color: #444 !important;
	background: #fff;
}

.postid-290 .collection_table_right .fa-angle-right {
	margin-top: 5px;
}

.postid-290 .collection_table_right .subscribe_btn:hover {
	color: #444 !important;
}

.postid-290 .what-autocad h2 {
	border-bottom: 4px solid #1858a8;
}

.postid-290 .what-autocad a{
	color: #1858a8 !important;
}

/*REVIT PAGE CSS STYLE*/
.revit-detail-page .banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1260px !important;
	width: 97%;
	padding: 0 15px;
}

.revit-detail-page .subsribe{
	background: #1858a8;
}
.revit-detail-page .download-btn i,
.revit-detail-page .autocad i{
	background: #1858a8;
	color: #fff;
}
.revit-detail-page .save-upto{
	background: #1858a8;
}
.revit-detail-page .content-wrapper .image-section img{
	border:1px solid #999; 
}
.revit-detail-page .content-wrapper .what-autocad h2{
	border-color: #1858a8;
}
.revit-detail-page .content-wrapper .what-autocad a{
	color: #444 !important;
}
.revit-detail-page .sbscribe-btm-grid {
	padding-top: 0;
	margin-top: 0;
	border-left: 1px solid #747474;
	border-top:0;
	line-height: 20px;
	padding-left: 30px;
	height: 100%;
}

.revit-detail-page .sbscribe-btm-grid .text.section {
	margin-bottom: 30px;
	border-bottom: 1px solid #747474;
	border-right: 0;
	padding-bottom: 30px;
}
.revit-detail-page .sbscribe-btm-grid .text.section:last-child {
	border-bottom: 0;
}

@media(max-width: 991px){

	.what-autocad{
		margin-top: 50px;
	}
	
}

@media(max-width: 576px){
	.revit-detail-page .banner-img {
		height: 280px;
	}
	.revit-detail-page .subsribe {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}
	.revit-detail-page .save-upto a {
		font-size: 16px;
	}

}
@media(min-width: 577px) and (max-width: 767px){

	.revit-detail-page .banner-img{
		height: 250px;
	}

}
@media(max-width: 767px){
    .p-t-b-50{
    	padding: 25px 0px;
    }

	.revit-detail-page .banner-img img.banner{
		height: 100%;
	}
	.revit-detail-page .banner-content {
		width: 95%;
	}
	.revit-detail-page .produt-banner h3 {
		font-size: 18px;
	}
	.revit-detail-page .delete-text,.revit-detail-page .product-price,
	.revit-detail-page .product-gst {
		font-size: 14px;
	}
	.revit-detail-page .delete-text i {
		font-size: 16px;
	}
	.revit-detail-page .content-wrapper .what-autocad, 
	.revit-detail-page .content-wrapper .image-section{
		padding-left: 15px !important;
	}

	.produt-banner h3 {
		font-size: 20px;
	}

	.produt-banner .delete-text,
	.produt-banner .product-price {
		font-size: 20px;
	}

	.what-autocad h2{
		padding-top: 15px;
	}

	.revit-detail-page .sbscribe-btm-grid{
		border-left: 0;
	}

}

@media(min-width: 768px) and (max-width: 991px){
	.revit-detail-page .produt-banner h3 {
		font-size: 26px;
	}
	.revit-detail-page .delete-text, .revit-detail-page .product-price{
		font-size: 16px;
	}
}

/*REVIT PAGE CSS STYLE ENDS*/

/*HARDWARE PAGE CSS STYLE*/
.hardware-detail-page hr {
	height: 1px;
	margin: 10px 0;
}

.hardware-detail-page h1,
.hardware-detail-page h2,
.hardware-detail-page h3,
.hardware-detail-page h4{
	font-weight: 400;
	margin-bottom: 10px;
}

.hardware-detail-page h1{
    font-size: 46px;
}

.hardware-detail-page h2{
	font-size: 28px;
}

.hardware-detail-page h3{
	font-size: 20px;
}

.hardware-detail-page h4{
	font-size: 20px;
}

.hardware-detail-page .mobile-wrkstns{
	display: flex;
	justify-content: center;
	align-items: center;
}

.hardware-detail-page .contact-form{
	padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
	background:#f8f8f8;
	margin-top: 10px;
	line-height: 30px;
}

.hardware-detail-page .wpcf7-form .form-group {
	margin-bottom: 5px;
	text-align: left;
}

.hardware-detail-page .wpcf7-form label {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 300;
}

.hardware-detail-page .wpcf7-form input.form-control {
	padding: 5px !important;
	height: 40px !important;
	font-size: 16px;
}

.hardware-detail-page .wpcf7-form input.form-control:focus {

}

.hardware-detail-page .wpcf7-form textarea.form-control {
	height: 100px !important;
	border-radius: 0;
	font-size: 16px;
}

.hardware-detail-page .wpcf7-form .wpcf7-submit{
	width: 100%;
	margin-top: 20px;
}

.hardware-detail-page .wpcf7-form span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: 300;
	display: block;
	font-size: 14px;
}

.hardware-detail-page .wpcf7-form div.wpcf7-validation-errors, 
.hardware-detail-page .wpcf7-form div.wpcf7-acceptance-missing,
.hardware-detail-page .wpcf7-form div.wpcf7-mail-sent-ok {
	border: none;
	font-size: 14px;
	margin: -30px 0 0 0;
}

.hardware-detail-page .wpcf7-form div.wpcf7-validation-errors, 
.hardware-detail-page .wpcf7-form div.wpcf7-acceptance-missing{
	color: #f00;
}

.hardware-detail-page .wpcf7-form div.wpcf7-mail-sent-ok {
	color: #398f14;
}

@media(max-width: 767px){

	.hardware-detail-page .content_sec{
		text-align: center !important;
	}

	.hardware-detail-page .client-logos img{
		width: 200px;
	}

}

/*HARDWARE PAGE CSS STYLE ENDS*/


.sec-color{
	background: #eee;
}

.see-how-ppl h2{
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
}
.see-how-ppl hr{
	height: 1px;
	width: 102%;
	margin-top: 40px;
}
.blog-big{
    -webkit-box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
    box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
    border: 1px solid #ddd;
    padding: 0px;
    min-height: 570px;
}
.blog-big-content {
	margin: 16px;
}
.blog-big-content h6 {
	font-weight: normal;
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
}

.blog-big-content h4 {
	font-weight: normal;
	font-size: 20px;
	color: #444;
	text-transform: capitalize;
	margin: 5px 0;
}
.blog-big-content p{
	font-size: 14px;
	font-weight: 300;
}

.blog-sec{
	border-bottom: 1px solid #d5cece;
	padding-bottom: 10px;
}
.content-bottom p{
	margin-bottom: 0;
	color: #777;
	font-size: 13px;
}
.blog-big-content a {
	color: #d4232c !important;
	font-size: 16px;
}
.subscribe-now.p-t-b-50 {
	background: #444;
}
.subscribe-now h2,
.subscribe-now p{
	color: #fff;
}
.work-faster-ul-li ul{
	display: flex;
	flex-wrap: wrap; 
}
.work-faster-ul-li li {
	width: 25%;
	font-size: 16px;
	padding: 20px 15px;
}

.work-faster-ul-li p
{
	font-size: 14px;
}
.work-faster-ul-li li:nth-child(1) {
	border-right: 1px solid #d7d7d7;
}
.work-faster-ul-li li:nth-child(2) {
	border-right: 1px solid #d7d7d7;
}
.work-faster-ul-li li:nth-child(3) {
	border-right: 1px solid #d7d7d7;
}
.work-faster-ul-li li:nth-child(5) {
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.work-faster-ul-li li:nth-child(6) {
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.work-faster-ul-li li:nth-child(7) {
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.work-faster-ul-li li:nth-child(8) {
	border-top: 1px solid #d7d7d7;
}
.blog-bootom-link a {
	color: #d4232c !important;
	font-size: 16px;
}

.three-box-upper h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

.three-box-upper {
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 0px 15px;
	margin-bottom: 10px;
}

.three-box del {
	font-size: 16px;
	color: #afafaf;
}
.three-boxxx {
	border: 1px solid #fff;
	padding: 25px 15px;
	margin-bottom: 15px;
	line-height: 26px;
	background: rgba(97,97,97,0.5);
	height: 100%;
}
.three-boxxx .btn.subsribe{
	width: 100%;
	margin: 10px 0;
}
p.free-trial-txt a{
	color: #fff !important;
}
.btn.subsribe:hover {
	color: #fff !important;
}
.sbscribe-btm-grid {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #747474;
	line-height: 20px;
}
.sbscribe-btm-grid .text.section{
	margin: 10px 10px 10px 0;
	border-right: 1px solid #747474; 
}
.sbscribe-btm-grid a{
	color: #fff !important;
	display: flex;
 }
.sbscribe-btm-grid a i.fa {
	font-weight: 100;
	font-size: 24px;
	color: #747474;
	margin-right: 7px;
}
.sbscribe-btm-grid .third-child a{
	border-bottom: 1px dashed #747474;
	padding-bottom: 5px;
	display: inline-block;
}
.sbscribe-btm-grid .third-child a:hover{
	border-bottom: 1px solid #747474;
}

/*RESPONSISVE STYLE */
@media(max-width: 576px){
	.single-product form.cart .quantity .screen-reader-text{
		font-size: 12px;
	}

	.work-faster-ul-li ul {
		display: block;
		padding-left: 0;
	}
	.work-faster-ul-li li {
		width: 100%;
		border: 0 !important;
		text-align: center;
	}

}
@media(max-width: 767px){
	.single-product .tabs li a{
		font-size: 15px;
	}
	header#header {
		position: relative;
	}
	
}

@media(max-width: 991px){
	.n2-ss-layer.n2-ow{
		width: 100% !important;
	}
	.n2-ss-layer.n2-ow + .n2-ss-layer {
		display: none;
	}
	.sbscribe-btm-grid .text.section {
		border-right: 0;
	}
}

@media(min-width: 1200px){
	.see-how-ppl .col-lg-6{
		padding-right: 0;
	}
	.see-how-ppl .col-lg-3{
		padding-right:  0;
	}
}

/*CHECKOUT PAGE STYLE*/

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
	text-align: left;
	display: table-cell;
	position: relative;
	font-size: 14px;
	color: #444;
}
.multi-steps > li span{
	display: inline-block;
	margin-top: 40px;
}
.multi-steps > li:first-child::before {
	content: '';
	border-left: 18px solid #f3202d;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	background: transparent;
	border-radius: 0;
	border-right: 0;
	height: 29px;
	top: 0;
}
.multi-steps > li:before {
	position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #f3202d;
  border-radius: 50%;
  top: 0;
}
.multi-steps > li:after {
  content: '';
  height: 5px;
  width: 100%;
  background-color: #f3202d;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #f3202d;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
.information-fields h3{
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #747474;
}
.information-fields .form-control, .prchg-form select {
	padding: 5px 10px !important;
	font-size: 16px !important;
	margin-right: 10px;
	border-radius: 0;
	height: 36px !important;
}
.information-fields form p{
	margin: 0;
}
.signin-fields .usful-tip{
	font-size: 14px;
}
.billing-info .form-control,
.prchg-form select {
	width: 100%;
}
.prchg-form select {
	border: 1px solid #ccc;
}
.prchg-form .form-group p{
	font-size: 12px;
	line-height: 16px;
}
.help:hover{
	color: #f3202d;
}
/*RESPONSIVE STYLE*/
@media(max-width: 576px){
	.prchg-form .btn.subsribe{
		float: none;
		width: 100%;
	}
}

/*BLUEBEAM PRODUCT PAGE STYLE*/
.bluebeam-prdct-title h3{
	font-weight: 600;
}
.bluebeam-page h5, .bluebeam-page h4{
	font-weight: 500;
}
.check_eligibility {
	padding: 15px 10px;
	margin-bottom: 30px;
	border: 1px solid;
	background: #ccc;
}
.bluebeam-prdct-title i.fa-angle-right{
	font-size: 30px;
	margin-left: 10px;
	color: #444;
}
.bluebeam-page .nav-item{
	width: 50%;
}
.bluebeam-page .nav-link.btn.select-btn {
	position: relative;
	border: 2px solid #002a5c;
	font-size: 18px;
	margin: 5px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.bluebeam-page .nav-link.btn.select-btn:focus {
	box-shadow: none;
}
.bluebeam-page .nav-link.btn.select-btn.active::before {
	position: absolute;
	content: '';
	border-top: 12px solid #002a5c;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%);
}
.nav-link.btn.select-btn:hover {
	color: #fff !important;
	background: #002a5c;
}
.nav-link.btn.select-btn.active{
	background: #002a5c;
	color: #fff !important;
}
.bluebeam-page ul .disabled-div {
	padding: 50px;
	width: 100%;
	border: 2px solid;
	border-radius: 10px;
	margin: 15px 5px 5px;
	text-align: center;
	color: #ccc;
}
.disabled-div.hide{
	display: none;
}
.bluebeam-page .tab-content ul li{
	text-align: center;
	margin: 5px 5px 10px;
}
.bluebeam-page .tab-content ul li a {
	color: #fff !important;
	display: inline-block;
	width: 100%;
	padding: 20px;
	background: #305a8c;
	border-radius: 10px;
}
.bluebeam-page .tab-content ul li a:hover {
	opacity: .9;
	box-shadow: 0 0 2px 1px #acacac;
}
.bluebeam-page .tab-content ul li.active a{
	display: none;
}

.bluebeam-page .tab-content .hidden-info{
	display: none;
	transition: all ease 0.3s;
}
.bluebeam-page .tab-content ul li.active .hidden-info{
	display: block;
}
.bluebeam-page .tab-content .hidden-info {
	padding: 20px;
	border: 1px solid;
	border-radius: 5px;
}
.bluebeam-page .tab-content .hidden-info .info-upper input[type="text"], .bluebeam-page .tab-content .hidden-info .info-upper input[type="number"]{
	width: 60px;
	border-color: #444;
	border-radius: 30px;
}

.bluebeam-page .tab-content .hidden-info .info-upper .btn{	
	font-size: 16px !important;
	color: #fff;
}
.bluebeam-page .tab-content .hidden-info .remove {
    color: #002a5c !important;
    margin-left: 20px;
    cursor: pointer;
    background-color: #fff!important;
}
.bluebeam-page .tab-content .hidden-info .price-per-seat {
	padding-top: 20px;
	border-top: 1px solid #444;
	margin-top: 20px;
	padding-bottom: 10px;
}
span.dollar-sign{
	position: relative;
	top: -7px;
	left: 5px;
}
.bluebeam-page .one-time-offer{
	padding: 5px;
	color: #fff;
	background: #d4232c;
	margin-bottom: 10px;
	display: inline-block;
}
.bluebeam-page .training-added-blck ul.frst-listing li{
	position: relative;
	text-align: left;
	width: 40%;
	float: left;
	padding-left: 20px;
}
.bluebeam-page .training-added-blck ul li::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 7px;
	border-bottom: 2px solid #444;
	border-left: 2px solid #444;
	transform: rotate(-45deg);
	left: 0px;
	top: 8px;
}
.bluebeam-page .training-added-blck ul.scnd-listing li{
	padding-left: 20px;
	display: inline-block;
}

.bluebeam-page .asidbar {
	padding: 15px;
	background: #f4f4f4;
	box-shadow: 0 0 3px 1px #dcdcdc;
}
.bluebeam-page .asidbar ul li, 
.bluebeam-page .asidbar button.btn {
	padding: 10px 15px !important;
	margin-bottom: 15px;
	font-size: 16px !important;
	border: 1px solid #444 !important;
	border-radius: 3px !important;
	display: table;
	width: 100%;
	background: transparent !important;
}
.bluebeam-page .asidbar ul li span:first-child{
	width: 80%;
	border-right: 1px solid #444;
	text-align: left; 
}
.bluebeam-page .asidbar ul li span{
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	font-size: 15px;
	font-weight: 300;
	text-align: center; 
}
/*BLUEBEAM PRODUCT DETAIL PAGE STYLE*/

.BannerTxtBlck P,
.BannerTxtBlck a{
	color: #fff !important;
}
.projectPhases h4 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 400;
}
.projectPhases h4 a{
	color: #002a5c !important;	
}
.free_trial_form{
	width: 75% !important;
	margin: 0 auto;
}
.free_trial_form label{
	color: #666 !important;
	font-weight: 400 !important;
	margin-bottom: 3px;
}
.free_trial_form input,
.free_trial_form select{
	border-color: #666 !important;
	background: #fff !important;
	border-radius: 5px !important;
}
.free_trial_form p{
	font-size: 13px;
	margin:0; 
}
.free_trial_form .elementor-field-type-checkbox{
	margin-bottom: 0 !important;
}

.bluebeamPrchseBlck .studioTxt {
	position: absolute;
	right: 0;
	top: -35px;
	width: 150px !important;
}
.bluebeamPrchseBlck .studioTxt p{
	color: #fff;
	font-size: 12px;
}
.bluebeamPrchseBlck .elementor-button-link{
	color: #fff !important;
}
.bluebeamPrchseBlck .elementor-button-link:hover,
.bluebeamPrchseBlck .elementor-button-link:focus{
	color: #002a5c !important;
}

/*BLUEBEAM LANDING PAGE STYLE*/
/*robot helvetca, neu google font*/
@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,100);
/*robot sanserrif google font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

.bluebeam-landing-page p,
#tabs-content p{
	 font-family:'Roboto', sans-serif !important;
	 font-weight: 400 !important;
}

.elementor-element-dc32229 .elementor-button-wrapper .elementor-button,
.elementor-element-713df09 .elementor-button-wrapper .elementor-button{
    width:220px;
}


.bluebeam-landing-page h1,
.bluebeam-landing-page h2,
.bluebeam-landing-page h3,
.bluebeam-landing-page h4,
#tabs-content .tabs h2,
#tabs-content .tabs h3,
#tabs-content .tabs h4,
#tabs-content .tabs h5 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.bluebeam-landing-banner .banner-logo .elementor-element-populated,
.bluebeam-landing-banner .banner-logo .elementor-element-populated{
	margin: 3%;
	background-color:rgba(256,256,256,0.7); 
}

.bluebeam-landing-banner h1 {
	margin-top: 50px !important;
	margin-bottom: 20px !important;
}

.bluebeam-landing-banner p {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	padding: 0 10%;
}

.bluebeam-landing-banner .elementor-button-link {
	color: rgba(0, 0, 0, 0.84) !important;
	border-radius: 3px !important;
	font-weight: 700 !important;
	padding: 8px 30px !important;
}

.bluebeam-landing-page.services h3,
.bluebeam-landing-page.services p{
	color: rgb(17,17,17) !important;
}

.bluebeam-landing-page.services .service-block .elementor-element-populated{
	border: 1px solid rgb(248, 248, 248) !important;
}

.bluebeam-landing-page.services .service-block .elementor-element-populated:hover{
	box-shadow: 0px 12px 25px rgba(0,0,0,.2);
	background: #EFF9FF !important;
	border: 1px solid #DEF1FC !important;
}


/*KEY FEATURE TABS STYLE*/
#tabs-content .tabs h2,
#tabs-content .tabs h3,
#tabs-content .tabs h4,
#tabs-content .tabs h5{
	color: rgb(17,17,17);
}

.subtitle p{
	font-size: 24px;
	line-height: 36px;
}

#tabs-content .tabs p{
	color: rgb(17,17,17);
}

.tab-title h4{
	color: #000 !important;
	font-size: 16px;
	font-weight: 600 !important;
	padding-bottom: 20px !important;
	cursor: pointer;
	position: relative;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

.tab-title.active h4{
	color: #0083db !important;
}

.tab-title.active h4::after {
	position: absolute;
	content: '';
	width: 70%;
	height: 3px;
	background-color: #0083db;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

#tabs-content {
	background: #f1f1f2;
	border-top: 3px solid #eee;
	padding: 50px 0;
}

#tabs-content .tabs h2{
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: rgb(17,17,17);
	font-size: 36px;
	font-weight: 700;
}

.blocks .elementor-element-populated .elementor-widget-wrap {
	background: #fff;
	padding: 40px 25px;
	transition: all ease 0.2s;
}

.bg-blue.blocks .elementor-widget-wrap {
	background: #00579c;
}

.bg-blue.blocks .elementor-widget-wrap:hover {
	box-shadow: none !important;
	background: #00579c !important;
}

.bg-blue.blocks .elementor-widget-wrap h4, 
.bg-blue.blocks .elementor-widget-wrap p {
	color: #fff !important;
}

.whats-new .video-section {
	padding: 10px;
	background: #fff;
	margin-top: 30px;
}
.whats-new .video-content {
	justify-content: center;
	flex-direction: column;
	padding-left: 30px;
}

#tabs-content .compare .bluebeamPrchseBlck h2{
	color: #0083db;
	font-size:  24px;
	margin-top: 10px;
}

#tabs-content .compare ul li{
	list-style: disc;
	color: rgb(17,17,17);
}

#tabs-content .compare .studioTxt .elementor-widget-container{
	background-color: #00579c;
	padding: 5px;
}
#tabs-content .compare .studioTxt p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.blocks .elementor-element-populated .elementor-widget-wrap:hover,
.bluebeamPrchseBlck .elementor-element-populated:hover{
	box-shadow: 0px 12px 25px rgba(0,0,0,.2);
	background: #EFF9FF ;
}

.try-it-free .download .elementor-button-link{
	color: rgba(255, 255, 255, 0.84) !important;
	transition: all ease 0.2s;
}
.try-it-free .download .elementor-button-link:hover{
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

@media(max-width: 767px){
    
    .elementor-element-dc32229 .elementor-button-wrapper,
    .elementor-element-713df09 .elementor-button-wrapper{
        text-align: center !important;        
    }

	.bluebeam-landing-banner h1 {
		font-size: 46px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.bluebeam-landing-banner{
		background-position: 20% 0px !important;
	}
	.bluebeam-landing-banner p {
		padding: 0;
	}

	.bluebeam-landing-page.services-heading {
		padding: 30px 0px 30px 0px !important;
	}

	.bluebeam-landing-page.services .elementor-element-populated {
		margin: 15px !important;
	}

	.elementor-1370 .elementor-element.elementor-element-3b2107f1 {
		margin-top: 0px !important;
	}
	.whats-new .video-content {
		padding-left:0;
	}

}

@media(min-width: 768px) and (max-width: 1024px){
	.bluebeam-landing-banner{
		background-position: 20% 0px !important;
	}
	.bluebeam-landing-page.services .service-block{
		width: 50% !important;
	}

	.bluebeam-landing-page.services .block-blank,
	.bluebeam-landing-page.services .block-blank{
		display: none;
	}

	.bluebeam-landing-page.services .elementor-element-populated {
		margin: 15px !important;
	}

	.service-sec-two {
		margin-top: 0px !important;
	}

	.compare .bluebeamPrchseBlck{
		width: 50% !important;
		margin-bottom: 20px;
	}

}

/*BLUEBEAM DRAWING PAGE STYLE*/
.drawing-page .elementor-container{
	z-index: 1;
}

.drawing-page.drawing-banner{
	height: 450px;
}

.drawing-page p{
	color: rgb(17,17,17);
}

.drawing-page a{
	color: rgb(17,17,17) !important;
	text-decoration: underline !important;
}

.drawing-banner .elementor-column-gap-default{
	min-height: 80% !important;
}

.drawing-page h1,.drawing-page h2,.drawing-page h3,.drawing-page h4 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: rgb(17,17,17);
}

.drawing-page .drawing-banner-text .elementor-button-link {
	display: inline-block;
	color: #fff !important;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 12px 20px;
	font-weight: bold !important;
	letter-spacing: 1.5px;
	background: linear-gradient(270deg, #2eb9f7 16.03%, #0083db 80.98%);
}

.drawing-page .drawing-banner-text p {
	font-size: 32px;
	font-weight: 400;
	color: #fff !important;
	line-height: 46px;
}
.drawing-page .drawing-banner-text .u-linkLightest{
	font-weight: 700;
	text-decoration: underline !important;
	font-size: 16px;
	color: #fff !important;
}

.gradiant-sec{
	background: linear-gradient(180deg, #fafdff 0%, #def1fc 100%);
}

.gradiant-sec::after {
	position: absolute;
	content: '';
	background: url('images/gradiant-bg.png') no-repeat bottom center;
	height: 100%;
	width: 100%;
	top: 0;
	background-size: contain;
	z-index: 0;
}

.drawing-page .plan-block .elementor-widget-image{
	margin-bottom: 0 !important;
}

.drawing-page .plan-block p{
	font-size: 24px !important;
}
.stepCount{
	position: relative;
	height: 40px;
	overflow: hidden;
}
.stepCount-number {
	background-color: #0083db;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 22px;
}
.stepCount-number span {
    padding: 2px 11px;
}
.stepCount-bar {
	height: 4px;
	background-color: #0083db;
	position: absolute;
	top: 18px;
	left: 33px;
	width: 100%;
	z-index: 1;
	transition: all ease 0.20s;
}

.step-block h4{
	margin-bottom: 10px;
}

.Drawing-grey-bg{
	background: #f1f2f2;
}
.drawing-page .drawing-upload-heading .elementor-widget-text-editor p{
	font-size: 24px;
}

.drawing-page .drawing-uplad-block .elementor-widget-heading{
	margin-bottom: 0 !important;
}

.drawing-page .drawing-uplad-block p a{
	color: #333 !important;
	font-weight: 600;
	text-decoration: underline !important;
}

.drawing-page .small p{
	font-size: 12px !important;
}

.Drawing-grey-bg{
	z-index: 1;
}

.Drawing-grey-bg::after {
	position: absolute;
	content: '';
	background: url('images/cyan-bg.png') no-repeat bottom center;
	height: 100%;
	width: 100%;
	top: 0;
	background-size: contain;
	z-index: 0;
}

.drawing-page .play-store-image {
	width: 50% !important;
	float: left;
	padding: 0 5px;
}

.drawing-footer .elementor-widget-heading.small{
	position: relative;
	padding-top: 60px;
}
.drawing-footer .elementor-widget-heading.small::before {
	content: '';
	position: absolute;
	width: 130px;
	height: 3px;
	left: 50%;
	top: 15px;
	transform: translate(-50%);
	background: #111;
}

@media(max-width: 767px){
	.drawing-banner{
		height: 550px;
		background-position: right center !important; 
	}

	.drawing-banner-text h2{
		font-size: 28px !important;
	}

	.drawing-page .drawing-banner-text p {
		font-size: 22px;
		line-height: 30px;
	}

	.drawing-page .drawing-banner-text .u-linkLightest{
		font-size: 14px;
	}

	.drawing-page .drawing-opload-bg-white{
		padding: 0px 15px 15px 15px !important;
	}


}

/*BLUEBEAM DRAWING PAGE STYLE ENDS*/


/*BLUEBEAM CHECKOUT PAGE STYLE*/
.bluebeam-checkout-steps span{
	margin-right: 10px;
}
.bluebeam-checkout-steps span.active{
	color: #002a5c;
}
.bluebeam-page .accnt-detail{
	padding: 20px;
	box-shadow: 0 0 2px 1px #ccc;
	margin: 20px 10px;
}
.bluebeam-page .accnt-detail .form-group{
	margin-bottom: 0;
	font-size: 16px;
}
.bluebeam-page .accnt-detail form label,
.Bling-Cping-paynt-Info form label{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.bluebeam-page .accnt-detail form input,
.Bling-Cping-paynt-Info form input{
	font-size: 14px;
	border: 1px solid #444;
	border-radius: 5px;
	height: 40px;
	background: transparent;
	vertical-align: middle;
	display: inline-block;
}

.elementor-element-87291e9::before {
	position: absolute;
	content: '';
	width: 40%;
	height: 1px;
	background-color: #666;
	top: 20px;
	left: 30%;
}

#error-login p,
#error-register p {
	margin: 10px;
	font-size: 16px;
}

#error-register p,
.woocommerce-password-strength {
	color: #f3202d !important;
}
.woocommerce-password-strength.strong,
.woocommerce-password-strength.good {
	color: green !important;
}

#error-login p{
	color: #d4232c !important;
}

.Bling-Cping-paynt-Info .logout{
	background: #002a5c;
}

.woocommerce-password-hint{
	color: green;
}

.Bling-Cping-paynt-Info .logout p{
	color: #fff;
}

.Bling-Cping-paynt-Info select{
	width: 100%;
	border: 1px solid #444;
	border-radius: 6px;
	font-size: 14px;
	padding: 5px;
	height: 40px;
	margin-top: 20px;
}

.Bling-Cping-paynt-Info .payment-block .security::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 40px;
	background: url('images/icon-security-code.svg') no-repeat;
	background-size: 100%;
	left: 105%;
	top: 55%;
}

.bluebeam-checkout .disabled{
	opacity: 0.4;
}

@media(max-width: 576px){
	.Bling-Cping-paynt-Info .form-group.w-50{
		width: 100% !important;
		padding: 0 !important;
	}

	.Bling-Cping-paynt-Info .payment-block h4 span{
		float: none;
		width: 100%;
		display: inline-block;
		margin-top: 10px;
	}

	.Bling-Cping-paynt-Info .payment-block .form-group.security.w-50{
		width: 50% !important;
	}

}

@media(max-width: 767px){
	.BannerTxtBlck > .elementor-element-populated {
		margin-top: 50px !important;
	}
	.BannerTxtBlck .elementor-button-wrapper{
		text-align: center !important;
	}
	.BannerTxtBlck P{
		text-align: center !important;
	}
	.bluebeam-page .nav-item {
		width: 100%;
	}
	.bluebeam-page .nav-link.btn.select-btn.active::before{
		content: none;
	}
	.bluebeamPrchseBlck{
		margin-bottom: 30px;
	}
}

@media(min-width: 768px) and (max-width: 1200px){
	.bluebeam-page .nav-link.btn.select-btn {
		font-size: 18px;
		padding: 5px 10px;
	}
	.BannerTxtBlck > .elementor-element-populated {
		margin-top: 50px !important;
	}
}
@media(max-width: 1024px){
	.bluebeamPrchseBlck .studioTxt {
		top: -20px;
	}
}

@media(min-width: 1025px) and (max-width: 1600px){
	.BannerTxtBlck > .elementor-element-populated {
		width: 450px;
		margin: 50px 10% 10% 20% !important;
	}
}


/*BLUEBEAM PRODUCT DETAIL PAGE*/
.elementor-462{
	margin-top: 0 !important;
}

.bluebeam_cart_page .btn{
      color:#fff !important;
  }
   .bluebeam_cart_page .btn:hover{
      color:#002a5c !important;
  }
 .cart_Info_Block {
    padding: 30px 0;
    border: 3px solid #ccc;
    border-radius: 3px;
  }
  h4.cart_Blck_title {
	padding: 10px;
	background: #fff;
	position: relative;
	top: 15px;
	left: 15px;
	z-index: 1;
	font-weight: 500;
	font-size: 22px;
}

  .cart_Info_Block ul li{
    width: 25%;
    flex-basis: auto;
    text-align: center;
    padding:0 20px; 
    font-size: 16px;
  }
  .cart_Info_Block ul li input{
    width: 40px;
    text-align: center;
    padding:0 5px;
    line-height: 30px;
  }
  .cart_Info_Block ul li.delete{
    position: absolute;
    right: -8px;
    width: auto;
    padding: 0;
    background: #fff;
    font-size: 18px;
    color: #8c8c8c;
  }
  .order_subtotal h5 {
	color: #fff !important;
	font-weight: 500;
  }
  .order_subtotal p {
  	color: #fff !important;
  }
  .subtotals {
    width: 250px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    right: -10px;
    bottom: -25px;
    z-index: 0;
  }
  .subtotals > div {
    padding: 10px;
    background: #444;
    border-radius: 5px;
  }
 li.seats_purchased a{
    color: #212529 !important;
  }
   li.seats_purchased a:hover{
    text-decoration: none;
   }
  .order_subtotal > div{
    display: inline-block;
    padding: 15px;
    background: #444;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    width: 400px;
  }

  @media(max-width: 767px){
    .cart_Info_Block .subtotals{ width: 100%; right: 0; }
    .order_subtotal > div{width: 100%;}
  }
  @media(max-width: 420px){
    .cart_Info_Block { font-size: 12px; }
  }

/*BLUEBEAM HOW TO BUY PAGE, */
.how_yo_buy::before {
	position: absolute;
    content: '';
    background-image: url(images/travel-to-png1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -50px;
    width: 550px;
    height: 100%;
    opacity: 0.2;
    background-position: top;
}
.how_yo_buy::after {
	position: absolute;
	content: '';
	background-image: url('images/travel-to-png2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	right: 0;
	bottom: 0;
	width: 550px;
	height: 100%;
	opacity: 0.2;
	background-position: bottom;
}

.licence_accrdians .elementor-tab-title a{
	color: #002a5c !important;
}
.licence_accrdians .elementor-tab-title,
.licence_accrdians .elementor-tab-content{
	background: #fff; 
}
.licence_accrdians .elementor-tab-title.elementor-active{
	background: #002a5c;	
}
.licence_accrdians .elementor-tab-content.elementor-active{
	border-bottom: 2px solid #f3202d !important;
}
.licence_accrdians .elementor-tab-title.elementor-active a{
	color: #fff !important;
}
.bluebeam_faq::before {
	position: absolute;
	content: '';
	background-image: url(images/faq_bg_icons.png);
	background-repeat: no-repeat;
	background-size: 50%;
	left: -150px;
	width: 550px;
	height: 100%;
	opacity: 0.2;
	background-position: top;
	top: 0;
	z-index: -1;
}
.bluebeam_faq::after {
	position: absolute;
	content: '';
	background-image: url(images/faq_bg_icons2.png);
	background-repeat: no-repeat;
	background-size: 50%;
	right: -20px;
	bottom: -10px;
	width: 550px;
	height: 100%;
	opacity: 0.2;
	z-index: -1;
	background-position: bottom right;
}
.licence_img .elementor-image{
	box-shadow: 15px 15px 0px 3px #dfdfdf;
}
.licence_accrdians .elementor-toggle-icon-opened::before{
	color: #fff !important;
}
@media(max-width: 767px){
	.licence_img .elementor-image img{
		width: 100%;
		margin-top: 15px;
	}
}
@media(min-width: 768px) and (max-width: 1024px){
	.elementor-960 .elementor-element {
		padding-bottom:  0 !important;
	}
}

/*PRODUCT LISTING PAGE STYLE*/
.archive .content-area{
	max-width: 1240px;
	margin: 80px auto;
}
.archive #main {
	max-width: 100%;
}
.archive .site-content {
	background: #eee;
}
.archive #main .woocommerce-breadcrumb{
	margin-bottom: 30px !important;
	font-size: 15px;
}
.archive .page-title{
	font-size: 30px;
	font-weight: 600;
}
.archive .widget-title {
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 5px;
	background: #002a5c;
	padding: 5px;
	color: #fff;
}
.archive .asideBar {
	background: #fff;
	height: 100%;
	box-shadow: 0 0 3px 1px #ccc;
}
.archive .asideBar .widget-content{
	position: relative;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.archive .asideBar .widget-content .product_list_widget{
	padding-left: 0;
	margin-bottom: 0;
}
.archive .asideBar .widget-content .product_list_widget li{
	font-size: 14px;
	margin: 10px 0;
}
.archive .asideBar .widget-content .product_list_widget img{
	display: none;
}

.archive .asideBar input[type="search"].search-field{
	font-size: 14px;
	line-height: normal;
	border-radius: 30px;
	padding: 5px 10px;
	width: 100%;
}
.archive .asideBar input[type="search"].search-field:focus{
	outline: none;
}
.archive .asideBar .widget-content .woocommerce-product-search button[type="submit"] {
	position: absolute;
	right: 15px;
	top: 18px;
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	font-size: 14px !important;
	padding: 5px 10px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.archive .asideBar .widget-content .price_slider_amount button[type="submit"]{
	display: none;
}
.archive .asideBar .widget-content .price_slider_amount input#min_price{
	margin-right: 5px;
}
.archive .asideBar .widget-content .price_slider_amount input#min_price,
.archive .asideBar .widget-content .price_slider_amount input#max_price {
	display: block !important;
	font-size: 15px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
	margin-top: 12px;
}
.archive .asideBar .price_slider_amount .price_label{
	font-size: 15px;
}
.archive .asideBar .widget-content .track_order p:first-child{
	display: none;
}
.archive .asideBar .form-row{
	margin-top: 0;
}

.archive .asideBar .form-row.form-row-first,
.archive .asideBar .form-row.form-row-last{
	width: 100%;
	float: none;
	margin-left: 1px;
}
.archive .asideBar .form-row .button{
	width: 100%;
}
.archive .content_right ul.products{
	padding-top: 25px;
	border-top: 1px solid #bfbfbf;
}
.archive .content_right .orderby {
	width: 150px;
	font-size: 12px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 3px 10px;
}
.archive .content_right li.product{
	margin-bottom: 10px !important;
	margin-right: 0 !important;
}
.archive .content_right li.product .woocommerce-loop-product__title {
	font-size: 16px !important;
	color: #002a5c !important;
	margin-bottom: 30px !important;
	padding: 15px 40px 15px 10px !important;
	font-weight: 500;
}

.archive .content_right li.product img{
	width: 100%;
}
.archive .content_right li.product .price{
	margin-bottom: 0;
	padding-top: 15px;
	font-size: 15px;
	border-top: 1px solid #ccc;
}
.archive .content_right .woocommerce-loop-product__link {
	display: block;
	padding: 10px;
	margin-right:10px; 
	background: #fff;
	box-shadow: 0 0 3px 1px #ccc;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.archive .content_right .woocommerce-loop-product__link:hover {
    transform: scale(1.02);
}


@media(min-width: 100px){
	.archive .content_right li.product {
		width: 100% !important;
		float: none;
	}
}
@media (min-width: 576px){
	.archive .content_right li.product {
		width: 50% !important;
	}	
}
@media (min-width: 767px){
	.archive .content-area{
		padding: 0 30px;
	}
	.archive .content_right li.product {
		width: 50% !important;
	}

}
@media (min-width: 1024px){
	.archive .content_right li.product {
		width: 33.3% !important;
	}
}
@media (min-width: 1300px){
	.archive .content_right li.product {
    	width: 25% !important;
    }
    
}

@media (min-width: 1300px){
	.archive .content-area{
		padding: 0 ;
	}
	
}
@media(max-width: 767px){
	.archive .page-title {
		margin-top:20px;
	}
}

/*FOOETR CSS */

body.woocommerce-account{
	min-height: 100vh;
}
/*body.woocommerce-account #page{
	padding-bottom: 382px;
	min-height: 100vh;
}*/
body.woocommerce-account #page {
    padding-bottom: 0;
    min-height: auto;
}
body.woocommerce-account footer{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.footer{
	width: 100% !important;
}

footer.entry-footer{
	display: none;
}
.footer p{
	color: #fff;
}
.elementor-element-685ed59 #form-field-email{
	border:0;
	border-bottom: 1px solid;
}
.elementor-element-685ed59 #form-field-email:focus{
	box-shadow: none !important;
	outline: none !important;
}
.go-top{
	position: fixed !important;
	width: 100px;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all ease 0.2s;
}
.show.go-top{
	opacity: 1;
}
.go-top .fa-arrow-alt-circle-up{
	color: #fc466b !important;
	font-size: 46px;
}

/*.postid-290 .row.p-t-b-50.collection{
    background:#1858a8;
    color:#fff;
}
*/
.postid-290 .collection h2{
    color:#fff;
}

/*RESPONSIVE STYLE*/
@media(max-width: 390px){
	.page-template-subscribePage .site-content + footer.site-footer{
		height: 900px;
	}
}

@media(min-width: 391px) and (max-width: 680px){
	.page-template-subscribePage .site-content + footer.site-footer{
		height: 840px;
	}

}
@media(min-width: 681px) and (max-width: 767px){
	.page-template-subscribePage .site-content + footer.site-footer{
		height: 810px;
	}
	
}
@media(min-width: 768px) and (max-width: 991px){
	.page-template-subscribePage .site-content + footer.site-footer{
		height: 600px;
	}
	
}
@media(min-width: 992px){
	.page-template-subscribePage .site-content + footer.site-footer{
		height: 480px;
	}
}
@media(max-width: 767px){
	.content-main.pdng-80{
		padding: 40px 15px;
	}
	body.woocommerce-account #page{
		padding-bottom: 500px;
	}
}

.checkout-wrap ul.step .step-item span::before{
	  z-index: 99;
}

li.step-item.step-next.is-complted::after {
    content: "";
    background: #039918;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 1;
}
li.step-item.step-next.is-complted span::before{ background: #039918;}

/*WOOCOMERCE CHECKOUT PAGE*/
.checkout-layout-active .layout-1 .panel-details-area .form-row span.woocommerce-input-wrapper, 
.checkout-layout-active .layout-1 .panel-details-area .form-row span.selection {
	width: 100%;
}

.woocommerce-result-count{
    display:none;
}
.woocommerce-ordering{
    display:none;
}

.row.coupon_row {
    width: 100%;
    padding-left: 20px;
    border-top: 1px solid #cccccc87;
    margin: 0;
    padding-top: 15px;
}

.row.coupon_row button.button {
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
}

.row.coupon_row input#coupon_code {
    padding: 5px !important;
    line-height: normal;
    font-size: 18px;
}

.sm_custume_cart .cart_totals {
   
        margin-bottom: 50px;
    margin-top: 20px;
}

.sm_custume_cart h2 {
    font-size: 28px;
}
.cart_Info_Block li.product-thumbnail {
    width: 8%;
}
.cart_Info_Block li.product-name {
    width: 42% !important;
}



a.checkout-button.button.alt.wc-forward {
    color: #fff !important;
    background-color: #002a5c;
}

.sm_custume_cart table.shop_table.shop_table_responsive {
    margin-top: 20px;
    padding: 15px;
    background: #444;
    color: #fff;
    border-radius: 5px;
   
}

.sm_custume_cart table.shop_table.shop_table_responsive td, .sm_custume_cart table.shop_table.shop_table_responsive th {
    border: 0;
    padding: 8px 20px;
}

.row.price_qty_total.sm_header_cart {
    width: 100%;
    padding-left: 21%;
}

.sm_cart_box li {
    line-height: 22px;
}

form.checkout.woocommerce-checkout {
    margin-bottom: 50px;
}

a.woocommerce-remove-coupon {
    font-size: 13px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 10px;
    padding: 6px;
    font-size: 16px;
}

.custume_add_to_cart a.add_to_cart_button {
    display: inline-block !important;
}

.bropbox_box .elementor-widget {
    margin-bottom: 0 !important;
}
.ss_bg .elementor-widget-container {
    padding-top: 20px;
    background-color: #f7f7f7;
}

.fundamentals_btn {
    margin-top: -120px !important;
}

.home .more_info{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #002a5c;
    color: #fff!important;
    border-radius: 43px;
    z-index: 999;
    padding: 11px 33px;
    font-size: 15px;
    transform: translate(-50%, -50%);
}

.home .products li:hover .more_info, .home .products li:hover .products_overflow{
    opacity: 1;
    visibility: visible;
}



body.woocommerce-cart .entry .entry-content > *, body.woocommerce-checkout .entry .entry-content > *{
    max-width: 1300px;
    margin: auto!important;
    padding-top: 35px;
}
.home .products_overflow{
        height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    background-color: rgba(4, 4, 4, 0.61);
    z-index: 9;
    border-radius: 15px;
}

.elementor-widget-woocommerce-menu-cart span.quantity {
    color: #000;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a {
    color: #fff !important;
    background-color: #002a5c !important;
        border: 1px solid #002a5c;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a:hover {
    background-color: #fff !important;
    color: #002a5c !important;
}

.products_overflow.autodesk_hover a.more_info {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #002a5c;
    color: #fff!important;
    border-radius: 43px;
    z-index: 999;
    padding: 11px 33px;
    font-size: 15px;
    transform: translate(-50%, -50%);
    /* display: block; */
    text-align: center;
}

.products_overflow.autodesk_hover {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    background-color: rgba(4, 4, 4, 0.61);
    z-index: 9;
    border-radius: 15px;
}

li.type-product:hover .autodesk_hover{
    opacity: 1;
    visibility: visible;
}


.products_overflow.autodesk_hover a.more_info.subscribe_btn {
    top: 65%;
    background-color: #0aa2e5;
}