@media (min-width:1200px) {
	.container {
		width: 95.9%;
		margin: 0 auto;
		max-width: 1400px;
		padding: 0;
	}
}
body {
	font-family: verdana;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}
.elementor-widget-container01 ul li::marker {
	font-size: 28px;
	color: #0ACA0A;
	font-weight: bold;
	line-height: 1;
}
.menu1 p::before {
	content: "\2022";
	font-size: 19px;
	color: #0ACA0A;
	font-weight: bold;
	line-height: 1;
}
.menu2 p::before {
    content: "\2022";
    font-size: 19px;
    color: #0ACA0A;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    margin-right: 10px;
    padding-left: 5px;
}
.menu2 {
    margin-top: 0;
}
.menu p::before {
	content: "\2022";
	font-size: 19px;
	color: #0ACA0A;
	font-weight: bold;
	line-height: 1;
}
.menu {
	margin-top: 30px;
}

.menu3 {
    margin-top: 30px;
}
.menu3 p {
    display: flex;
}
.menu3 p::before {
    content: "\2022";
    font-size: 19px;
    color: #0ACA0A;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    margin-right: 10px;
    padding-left: 15px;
}

.menu3 p:first-child {
    display: none;
}
.menu3 p:last-child {
    display: none;
}

a {
	color:#54ae3f;
}
select{
	
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
a:focus, a:hover {
	outline-style:none;
	text-decoration:none;
	color:#54ae3f;
}
.btn {
	font-size: .9rem;
}
.btn:focus, .btn:hover {
	box-shadow:0 0 0;
	color:#54ae3f;
}
.btn.btn-default{
	background-color: #f6f6f6;
	box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.1);
	border:1px solid #f6f6f6;
	font-weight: 600;
	color: #666;
}
.btn.btn-default:hover {
	background-color: #ddd;
}
.mid-content {
	min-height: calc(100vh - 100px);
	padding: 70px 0 20px;
}
.header-area {
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
	position: fixed !important;
	margin-bottom: 50px;
	background: #fff;
	width: 100%;
	z-index: 1;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
}
.header-area.sticky-navbar {
    position: relative;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 0 0 10px #ddd;
}
{
	box-shadow:3px 4px 7px #efefef;
}
.sticky-navbar .info-bar {
    display: none;
}
.info-bar {
	background:#f3f3f3;
	padding:4px 0;
}
.info-bar ul{
	padding-left:0;
	margin:0;
}
.info-bar li {
	list-style:none;
	display:inline-block;
}
.info-bar li a {
	color:#666666;
	font-size:15px;
	margin: 0 4px;
}
.info-bar li i {
	font-size:20px;
}
.info-bar .login li a{
	color: #54ae3f;
	line-height: 15px;
	font-size: 15px;
	font-weight: 600;
}
.call {
	color: #666;
}
.call i{
	margin-right: 6px;
	color: #666;
}
.social-links #dropdownMenuButton {
    padding: 0;
    background: transparent;
    border: 0;
    color: #666;
    margin-right: 10px;
}
.social-links #dropdownMenuButton:focus,.social-links #dropdownMenuButton:hover{
	border:0;
	box-shadow:0 0 0;
	color:#54ae3f;
}
.info-bar .social-links .s-link a{  
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0;
	text-align:center;
}
.info-bar .social-links a:hover {
	background: #54ae3f;
}
.info-bar .social-links a:hover i{
	color:#fff;
}
.social-links a i{
	font-size:17px;
}
.social-links .facebook a i{
	color:#3c5a98;
}
.social-links .twitter a i{
	color:#55acee;
}
.social-links .youtube a i{
	color:#e84542;
}
.social-links .pinterest a i{
	color:#cb2027;
}
.social-links .instagram a i{
	color:#4c61b0;
}
.info-bar li a:hover{
	color:#666;
}
.info-bar li a.dropdown-item {
	margin:0;
}
.info-bar li a.dropdown-item:hover{
	color:#fff;
}
.search-form {
	border:1px solid #e5e5e5;
	border-radius:6px;
}
.search-form #product_cat {
    border: 0;
    padding: 7px;
    color: #a4a4a4;
    border-radius:0;
	width:20%;
	border-right:1px solid #eee;
}
.search-form input{
	border: 0;
	padding: 5px;
	width: 61%;
}
.search-btn {
    background: #54ae3f;
    border-radius: 4px;
    width: 17.3%;
    font-size: 16px;
    color: #fff;
    padding: 4px 0 7px;
    display: inline-block;
    text-align: center;
    float: right;
    border: 2px solid #54ae3f;
}
.search-btn:hover {
	color: #fff;
	font-weight:bold;
}
.support-nav-area {
	padding:10px 0 5px;
}
.logo-wrapper img {
	max-width: 186px;
}
ul.user-links {
	padding:0;
	margin:5px 0 0 0;
}
ul.user-links li {
	list-style:none;
	display:inline-block;
	margin-left:9px;
	position:relative;
}
ul.user-links li i {
	font-size:28px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
ul.user-links li a{
	font-size: 17px;
	line-height: 17px;
	display: flex;
	color:#6c6c6c;
}
ul.user-links li a:hover i,ul.user-links li a:hover {
	color:#54ae3f;
}
.user-links sup {
    background: #54ae3f;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    padding: 8px 0 0;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: -3px;
    top: auto;
}
/* menu */
.navbar-area {
    position: relative;
    box-shadow: 3px 4px 7px #efefef;
    padding: 10px 0px;
    min-height: 40px;
    margin-bottom: 10px;
	border-top:1px solid #d8d8d8;
}
.navbar-area nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    margin-top: -2px;
}
.navbar-area nav ul li {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
	list-style:none;
}
.navbar-area nav ul li.active a,
.navbar-area nav ul li:hover a {
    color: #54ae3f;
}
.navbar-area nav ul li.dropdown.active::after {
    color: #54ae3f;
}
.navbar-area nav ul li:last-child {
    margin-right: 0px;
}
.navbar-area nav ul li:first-child {
    margin-left: 20px;
}
.navbar-area nav ul li a {
    color: #000;
    text-transform: uppercase;
    padding: 0px;
    font-weight:600;
    padding:10px 0px;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.navbar-area nav ul li.dropdown {
    position: relative;
    margin-right: 32px;
}

.navbar-area nav ul li.dropdown::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #000;
    top: 4px;
    right: -13px;
    font-size: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.navbar-area nav ul li.dropdown:hover::after {
    color: #54ae3f;
}

.navbar-area nav ul li.dropdown ul {
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    opacity: 0;
    left: 50%;
    top: 40px;
    width: 350px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar-area nav ul li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.navbar-area nav ul li.dropdown ul li {
    display: block;
    text-align: left;
    background-color: #1f415f;
    margin: 0px;
    position: relative;
    z-index: -1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.home-2 .navbar-area nav ul li.dropdown ul li {
    background-color: #234966;
}

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

.navbar-area nav ul li.dropdown ul li a {
    display: block;
    padding: 12px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.navbar-area nav ul li.dropdown ul li a:hover {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 0px solid #fff;
    border-right: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid #fff;
    border-left: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a:hover::before {
    border-bottom: 220px solid #fff;
    border-right: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li a:hover::after {
    border-top: 220px solid #fff;
    border-left: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li.active {
    background-color: #fff;
}

.navbar-area nav ul li.dropdown ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.active::before {
    display: none;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus {
    position: relative;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul {
    position: absolute;
    width: 200px;
    left: 200px;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li a {
    color: #fff;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li:hover a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus a i {
    font-size: 9px;
    margin-left: 2px;
}

/* carousel */
.carousel-item img {
	width:100%;
}
.small-banner {
	margin-bottom:5px;
}
.carousel-item a.buy-now{
	position: absolute;
	top: 70%;
	left: 61%;
	background: #54ae3f;
	color: #fff;
	padding: 5px 20px;
	border-radius: 4px;
	font-size: 14px;
}
.carousel-item a.border-buy {
	position: absolute;
	top: 35%;
	left: 13%;
	border-bottom: 2px solid #54ae3f;
	color: #54ae3f;
	padding: 5px 10px;
	font-size: 14px;
}
.order-2 img {
    height: 400px;
}
.order-1 img {
    height: 198px;
}
/* pro info */
.product-slide h2, h2 {
	color:#666;
	font-size:30px;
	padding-bottom:0;
	border-bottom:1px solid #eee;
	margin-bottom:7px;
	position:relative;
	padding-left:0px;
}
.endcode h3 {
	color: #000 !important;
	font-weight: bolder !important;
}
.endcode span {
	color: #f00;
	font-weight: normal;
}
footer h4 {
	margin-top: 15px;
}
.product-slide h2:before, h2:before {
	content: '';
	width: 5px;
	height: 25px;
	background: #54ae3f;
	display: inline-block;
	margin-right: 10px;
	top: 5px;
	position: absolute;
	left:0;
}
.product-slide.service-section .single-service {
	height:auto;
	background:transparent;
	border:0;	
	margin: 10px 0;
	padding: 10px;
}
.product-slide.service-section .single-service:hover{
	box-shadow: 0 0 10px #eee;
} 
.product-slide.service-section .single-service:before,
.product-slide.service-section .single-service:after{
	display:none;
}
.pro-info {
	padding-left: 10px;
	padding-top: 10px;
	height: 160px;
}
.pro-info h6{
	color: #000;
	
	font-size: 15px;
	text-transform: none;
}
.pro-info h6 a{ 
	color: #000;
}
.pro-info .price {
	color:#54ae3f;
	font-weight:600;
	margin-bottom:10px;
}
.ratings img {
	max-width:70px;
}

/*---------------------------
** Service Section CSS
---------------------------*/

.service-section {
    padding: 40px 0px 0;
    position: relative;
}
.service-section .single-service {
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    position: relative;
	width:210px;
	height:133px;
	background:#f6fafe;
	margin:20px 0;
}
.service-section .single-service .img-wrapper {
    overflow: hidden;
}
.service-section .single-service img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
}
.service-section .single-service:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
.service-section .single-service::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #54ae3f;
    border-right: 2px solid #54ae3f;
    z-index: 1;
}
.service-section .single-service:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}
.service-section .single-service::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #54ae3f;
    border-left: 2px solid #54ae3f;
    z-index: 1;
}
.service-section .single-service:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}
.service-carousel.owl-carousel .owl-item {
    margin-bottom: 4px;
}
.service-carousel.owl-carousel .owl-nav {
    position: absolute;
    top:-50px;
    width: 100%;
    z-index: 10;
	display:block !important;
}
.service-carousel.owl-carousel .owl-nav button.owl-next,
.service-carousel.owl-carousel .owl-nav button.owl-prev,
.seller-carousel.owl-carousel .owl-nav button.owl-next,
.seller-carousel.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #1f415f;
    font-weight: 900;
    font-size:24px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	position:absolute;
	right:0px;
	margin:0;
}
.service-carousel.owl-carousel .owl-nav button.owl-prev,
.seller-carousel.owl-carousel .owl-nav button.owl-prev{
	right:40px;
	left:auto;
}
.service-carousel.owl-carousel .owl-nav button.owl-next:hover,
.service-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.seller-carousel.owl-carousel .owl-nav button.owl-next:hover,
.seller-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #54ae3f;
    color: #fff;
    border: 1px solid #54ae3f;
}
.service-carousel.owl-carousel .owl-nav button.owl-next:hover:before,
.service-carousel.owl-carousel .owl-nav button.owl-prev:hover:before,
.seller-carousel.owl-carousel .owl-nav button.owl-next:hover:before,
.seller-carousel.owl-carousel .owl-nav button.owl-prev:hover:before{
	color: #fff;
}
.service-section .single-service img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 28px;
    height: 28px;
    line-height: 26px;
    color: transparent;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.owl-nav button.owl-prev {
    float: left;
}
.owl-nav button.owl-next {
    float: right;
}
.owl-nav button::before {
    content: "\f105";
    font-family:"Font Awesome 5 Free";
    color: #999999;
    font-size: 1rem;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.owl-nav button.owl-prev::before {
    content: "\f104";
} 
.owl-nav .flaticon-left-arrow, .owl-nav .flaticon-right-arrow {
	display:none;
}
/*---------------------------
** Feature Section CSS
---------------------------*/
.features-section {
    margin:20px 0;
    position: relative;
    z-index: 1;
}
.feature-bg {
    background-size: cover;
    height: 100%;
}
.feature-content {
    position: relative;
}
.features {
    padding:25px ;
    position: relative;
}
.feature-lists .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 21px;
	width:33.3%;
	float:left;
}
.feature-lists .single-feature .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.feature-lists .single-feature:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.feature-lists .single-feature:last-child {
    margin-bottom: 0px;
}
.feature-lists .single-feature i {
    font-size: 45px;
    color: #54ae3f;
}
.single-feature .feature-details {
    margin:0 15px;
    z-index: 1;
}
.single-feature .feature-details h4 {
    font-size: 18px;
    font-weight: 900;
    color: #183650;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.back-to-top {
	text-align: center;
	position: fixed;
	cursor: pointer;
	right: 10px;
	bottom: 11px;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: block !important;
}
.back-to-top i {
	color:#54ae3f;
}
/*---------------------------
** Footer Section CSS
---------------------------*/

footer {
	background-color: #f3f3f3;
	color: #b7cee1;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
}
footer .logo-wrapper {
    height: auto;
    margin-bottom: 32px;
}
footer .logo-wrapper img {
    max-width: 230px;
    max-height:65px;
}
footer .top-footer {
    padding: 10px 0px 0px;
    border-bottom:1px solid #d2d2d2;
}
footer h4 {
	color: #000;
	text-transform: none;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
footer ul.userful-links {
    list-style-type: none;
    padding-left: 0px;
}
.userful-links.a-tags-userful-link span {
	padding: 0px 8px 0px 8px;
	color: #666666;
	font-size: 13px;
}
footer ul.userful-links li {
    margin-bottom: 5px;
}
footer ul.userful-links li a {
    text-transform: none;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
footer ul.userful-links li a:hover {
    /* -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px); */
    /* transform: translateX(5px); */
    color: #54ae3f;
}
footer ul.userful-links li a:before {
    content: '\f054';
    position: absolute;
    left: 0px;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 8px;
    color: #666666;
}
.footer-contact .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
}
.footer-contact .contact-info i {
    font-size: 16px;
    display: inline-block;
    margin-top: 3px;
    color: #666666;
}
.footer-contact .contact-info p {
    margin-left: 15px;
    margin-bottom: 0px;
}
footer .bottom-footer {
    padding: 15px 0px 3px;
    font-size: 12px;
	color:#666666;
}

.carousel {
    padding: 0 2%;
}
.effect {
	position:relative;
}
/*.effect:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.effect:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.effect:hover:before, .effect:hover:after {
    width: 100%;
    height: 100%;
}
/**/
.category {
	background:#f1f3f6;
	padding:30px 0;
	margin:20px 0 0;
}
.ApImage .ApImage-inner {
    background-color: #fff;
	width: 100%;
	float: left;
	margin-top: 20px;
	min-height: 235px;
}
.ApImage img {
    max-width: 200px;
	float:left;
	padding: 20px;
}
.ApImage .image_description {
    width: calc(100% - 200px);
    padding: 30px 0;
	float:left;
}
.image_description ul {
    padding: 0;
}
 .ApImage .image_description ul li {
    margin-bottom: 0;
	list-style: none;
}
.ApImage .image_description ul li a{
	color:#666;
}
.ApImage .image_description ul li a:hover{
	color:#54ae3f;
}
/* blog */
.blog {
	background:#f1f3f6;
	padding:30px 0;
}
.blog .item {
    padding: 30px 0 0 0;
}
.left-block {
    width: 50%;
    float: left;
    padding-right: 25px;
}
.right-block {
    width: 50%;
    float: left;
}
.blog-meta {
    font-size: 12px;
    margin-bottom: 20px;
    color: #999;
}
.blog-meta i{
	color: #54ae3f;
}
.blog-desc {
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-image-container {
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 0;
}
.link-bn {
    text-decoration: underline;
}

.time-deal {
	font-size:18px;
	padding-left:20px;
}
.newsletter {
    margin-bottom:10px;
    display: inline-block;
    margin-top:6px;
	width:100%;
}
.newsletter input {
	width: 70%;
    float: left;
    border-radius: 4px 0 0 4px;
}
.newsletter input.form-input{
    width:70%;
    float: left;
    background: none;
    border:1px solid #ccc; 
    border-right:40px;
    height: 40px;
    color: #fff;
    padding: 1rem;
}
.newsletter .submit {
	float: left;
	width: 75px;
	border: 0;
	color: #fff;
	text-transform: capitalize;
	height: 38px;
	background: #54ae3f;
	border-radius: 4px;
	margin: 0px 0 0 0;
}
.newsletter .submit:hover,.newsletter .submit:focus{
	font-weight:bold;
	border:0;
	box-shadow:0 0 0 !important;
	background:#54ae3f !important;
}
.social-icons{
    margin:0;
    float:left;
}
.social-icons li{
    margin:0;
    float: left;
    list-style: none;
}

.icons {
	margin: -30px 20px 20px 40px;
	position: relative;
	z-index: 1;
}
.info-box{
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
    width:290px;
    float: left;
    margin-right: 25px;
    padding:10px 10px 5px;
}
.info-box .ship, .info-box .inter{
    width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
    margin:0 10px 0 0;
    background-size: cover;
}
.info-box svg{
    stroke:#000;
}
.info-box:hover svg{
    stroke:#fff;
}
.info-box .inter svg{
    fill:#000;
}
.info-box:hover .inter svg{
    fill:#fff;
}
.info-box:hover{
    background:#000;
    color:#fff;
}
.info-box:last-child{
    margin-right: 0;
}
.info-box h6{
    font-weight: 600;
}
.info-box h6 span{
    display: block;
    padding:7px 0;
    font-size:11px;
    text-transform:capitalize;
    line-height: 18px;
    font-weight: normal;
}
h4.follow {
	margin:10px 0 20px;
	text-transform: capitalize;
	font-size: 16px;
}
.textwidget .social-links {
	padding:0;
}
.textwidget .social-links .s-link {
    list-style: none;
    display: inline-block;
    padding: 0px 7px;
    font-size: 14px;
}
.textwidget .social-links .s-link a i{
	font-size:18px;
}


.ApImage-inner img {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.ApImage:hover .ApImage-inner img{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* functional-buttons */
.functional-buttons > .btn-over  {
    width: 40px;
    height: 40px;    
    border-radius: 3px;
    padding: 0;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #212121;
    margin: 0 2px;
    position: relative;
}
.functional-buttons > .btn-over i {
    color: #888;
    font-size: 20px;
}
.btn-over .btn {
	padding:5px 5px;
	margin:0;
	display:block;







	background: #fff;
    border: 1px solid #e1e1e1;
}
.btn-over .btn:hover {
	background:#54ae3f;
	color:#fff;
	border: 1px solid #54ae3f;
}
.btn-over .btn:hover i{
	color:#fff;
}
.leo-hover-image {
	max-width:80px;
}

.thumbs_list {
    overflow: hidden;
    float: left;
    width: 75px;
    height: 160px;
}
ul.thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
}
.thumbs_list li {
    cursor: pointer;
    float: left;
    width: 75px;
    height: 80px;
}
.thumbs_list li a {
    display: block;
    text-align: center;
}
.thumbs_list li a img {
    max-width: 100%;
}

/* verticla carousel */
.views_block {
	position:absolute;
	top:10px;
	right:0px;
	width:100px;
	background:#fff;
	border-radius:6px;
	box-shadow:0 0 7px #ccc;
	text-align:center;
	padding:20px 0;
	opacity:0;
	z-index:1;
}
.views_block img {
	max-width:70px;
	width:auto !important;
	margin:0 auto;
	max-height:50px;
	padding:10px 0 0 0;
}
.carousel-control-prev, .carousel-control-next {
	color:#54ae3f;
	width:100%;
	text-align:center;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
	color:#54ae3f;
}
.carousel-control-prev {
	top:-15px;
	bottom:auto;
}
 .carousel-control-next {
	bottom:-30px;
	top:auto;
 }
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}
.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0,-100%, 0);
	transform: translate3d(0,-100%, 0);
}
.brand.service-section .single-service {
	background:#fff;
}
.brand.service-section .single-service img {
	max-height:120px;
}

.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 0px 15px;
	border-radius:3px;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}








.plan-name-bronze {
	padding: 10px;
	color: #fff;
	background-color: #C0C0C0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
  
.plan-name-silver {
	padding: 10px;
	color: #fff;
	background-color: #C0C0C0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 12px;
}
  
.plan-name-gold {
  padding: 10px;
  color: #fff;
  background-color: #C0C0C0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  } 
  
.pricing-table-bronze  {
  padding: 10px;
  color: #fff;
  background-color: #f89406;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
 
.plan-feature {
	padding: 2px 10px;
	border-top: 1px solid #c5c8c0;
	/* margin-right: 35px; */
	text-align: center;
	font-size: 13px;
}

.btn-plan-select {
	padding: 2px 26px;
	font-size: 18px;
	margin-top: 5px;
}
.badge {
	display: inline-block;
	padding: 5px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	top: -28%;
	position: absolute;
}
.plan-select-button-margin {
	margin-bottom: 0px;
}
.plan-name-silver h2 {
	color: #fff;
}
.plan-name-bronze h2 {
	color: #fff;
}
.plan-name-gold h2 {
	color: #fff;
}
.plan-name-bronze h2::before, h2::before {
	content: '';
	width: 5px;
	height: 24px;
	background: #fff;
	display: inline-block;
	margin-right: 10px;
	top: 7px;
	position: absolute;
	left: 0;
}
h5.note3.note3-new23012 {
	margin-top: 5px;
	font-weight: 600;
	font-size: 20px;
	color: #54ae3f;
	text-decoration: underline;
}
.badge-warning {
	color: #fff;
	background-color: #54ae3f;
}

.plan-s-new {
	font-size: 16px;
	color: #54ae3f;
	font-weight: 600;
}
.pl-s-q {
	padding-left: 13px;
	border: 3px dotted #c0c0c0;
	margin-left: 28px;
	margin-top: 5px;
	padding-bottom: 13px;
	border-radius: 15px;
}
.emp-profile {
	padding: 1% 3% 0px 3%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
	margin: 10px 130px 20px 130px;
}
h3.stylish-heading-profile {
	color: #227C0D;
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 600;
	margin-top: -9px;
	margin-bottom: ;
	
}

.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn {
	border: none;
	border-radius: 1.5rem;
	max-width: 70%;
	padding: 4% 12%;
	font-weight: 600;
	color: #fff !important;
	cursor: pointer;
	background: #54ae3f;
}
.proile-rating {
	font-size: 12px;
	color: #818182;
	margin-top: 0%;
	margin-bottom: 0%;
}
.tab-profile-opne {
	margin-top: -17%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p {
	font-size: 23px;
	color: #54ae3f;
	margin-top: 1%;
	text-decoration: underline;
}
.profile-work a {
	text-decoration: none;
	color: #495057;
	font-size: 16px;
	line-height: 2;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p {
	font-weight: 600;
	color: #b3b6b9;
}
.modula-edit-profile {
	margin-left: 25px;
}
.dropbtn {
	background-color: #FFF;
	color: #373434;
	padding: 3px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
	top: 40px;
	left: -93px;
}
.dropdown-content a {
	color: black;
	padding: 9px 16px;
	text-decoration: none;
	display: block;
	font-size: 16px !important;
}
.dropdown-content a:hover {background-color: #fff; color:#fff;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #fff;
  color:#54ae3f;
}

.noti-title {
	border-radius: 0.25rem 0.25rem 0 0;
	background-color: #54ae3f !important;
	margin: -5px -1px 0 -1px;
	width: auto;
	padding: 12px 20px;
	color: #fff !important;
	font-size: 14px;
}
.dropdown-item {
	padding: 0.55rem 1.5rem;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.profile-dropdown i {
	font-size: 17px;
	vertical-align: middle;
	margin-right: 5px;
}
.text-muted {
	color: #54ae3f !important;
	margin-top: -2px;
	font-size: 22px !important;
}
.dropdown-divider {
	height: 0;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}
.text-muted12 {
	font-size: 36px;
	margin-top: -12px;
	color: #54ae3f;
}
.text-muted-logout {
	font-size: 25px;
	color: #54ae3f;
	margin-left: -11px;
}
@media (min-width: 992px) {
	.single-service {
		position:relative;
	}
    .functional-buttons {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
		position:absolute;
		top:40%;
		width: 100%;
		text-align: center;

	} 
	.single-service:hover .functional-buttons {
      opacity: 1;
      visibility: visible; 
	}
	.single-service:hover .views_block {
      opacity: 1;
      visibility: visible; 
	}
}




.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
	display: none !important;
}






.donate-now {
     /*float:left;*/
     margin:0 5px 0 25px;
    width:100px;
    height:35px;
    position:relative;
	text-align:center;
}

.donate-now li {
     float:left;
     margin:0 5px 0 0;
    width:100px;
    height:40px;
    position:relative;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.donate-now input[type="radio"]:checked + label {
	background: #54ae3f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #54ae3f;
	border-radius: 10px;
	padding: 0px 5px;
	text-align: center;
	margin-top: 5px;
}


.donate-now label {
	padding: 5px;
	border: 2px solid #54AE3F;
	cursor: pointer;
	z-index: 90;
	border-radius: 7px;
	margin-top: 5px !important;
	background: #fff;
}

.donate-now label:hover {
     background:#DDD;
}

.link-list .form-small {
	width: 75px;
	height: 26px;
	padding: 5px 0px !important;
	display: inline-block !important;
}

#admin-login {
	border: 7px double #55ae40;
	border-radius: 10px;
}
.m-10 {
	margin-top: 90px;
}
.home-web-one {
	margin-top: 0%;
}
.home-web-two {
	margin-top: 0%;
}

.Continue-Shopping {
    text-align: center;
    margin-top: 20px;
}
.Continue-Shopping a {
    background: #54ae3f;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
}








.donate-now {
     /*float:left;*/
     margin:0 5px 0 25px;
    width:100px;
    height:35px;
    position:relative;
	text-align:center;
}

.donate-now li {
     float:left;
     margin:0 5px 0 0;
    width:100px;
    height:40px;
    position:relative;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.donate-now input[type="radio"]:checked + label {
	background: #54ae3f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #54ae3f;
	border-radius: 10px;
	padding: 0px 5px;
	text-align: center;
	margin-top: 5px;
}

.donate-now label {
	padding: 5px;
	border: 2px solid #54AE3F;
	cursor: pointer;
	z-index: 90;
	border-radius: 7px;
	margin-top: 5px !important;
	background: #fff;
}

.donate-now label:hover {
     background:#DDD;
}
.sellers-update {
	border: 1px solid #54ae3f;
	padding: 1px 5px;
	border-radius: 5px;
	margin-left: 25px;
	color: #54ae3f !important;
	cursor: pointer;
}
.sellers-Delete {
	border: 1px solid #54ae3f;
	padding: 1px 5px;
	border-radius: 5px;
	margin-left: 10px;
	color: #54ae3f !important;
	cursor: pointer;
}

.sellers-link label {
	margin-bottom: 0px;
}
.sellers-free-shipping label {
	margin-bottom: 0;
}
.sellers-free-shipping label b {
	font-size: 12px;
}

.item-info .right {
	float: right;
	color: #000;
	font-weight: 700;
	font-family: lato;
	padding-right: 0px !important;
	font-size: 15px !important;
}
.a-color-success {
	color: #067D62 !important;
}
.a-color-state {
	color: #c45500 !important;
}
.sellers-padding {
	padding: 0;
}
.ship-method p {
	margin-bottom: 0;
	font-size: 15px !important;
}
.main-sellers-row {
	border: 1px solid #eee;
	padding: 0;
}
.top {
	height: 34px;
	overflow: hidden;
	margin: -1px -1px 0;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.top .offer_left {
	
	font-size: 16px;
	letter-spacing: .02em;
	margin-top: -1px;
}
.top .location {
	font-size: 11px;
	color: #757575;
	padding-left: 5px;
	letter-spacing: normal;
	font-family: Arial,Helvetica,FreeSans,sans-serif;
}
.top .username {

	font-weight: bold;
}

.inline_icon_text {
	font-size: 10px;
	color: #999;
	text-align: left;
}
.sellers-bottom-main {
	margin-bottom: 40px;
}
.address-btn-top {
	text-align: right;
}
.address-btn-top a {
	border: 1px solid;
	padding: 8px;
	border-radius: 5px;
}
.payment-ops-billing-popuyt {
	color: #54ae3f;
	font-size: 18px;
}



.main-por-bottom {
	margin-top: -19px;
}
.xyz-img {
	margin-bottom: 0px;
}

.booth_title_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px;
	padding: 10px;
	border: 1px solid #ddd;
}
.booth_favorite_button_container {
	min-height: 30px;
	text-align: right;
}
.booth_title_bar h2 {
	margin: 3px 0 3px -10px;
	font-size: 26px;
	border: none;
}
.booth_favorite_button::before {	
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -3px;
	margin-right: 3px;
}

.booth_favorite_button, .booth_edit_items_main_grid .sort_by_submit {
	border: 1px solid #d9d9d9;
	background-color: #fff;
	background-image: none;
	color: #3279a6;
	text-shadow: none;
	box-shadow: none;
	padding: 10px;
	border-radius: 10px;
}

.All-Categories-sellers {
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}



.left_side_header .title {
	padding: 10px 8px 10px 16px;
	position: relative;
	z-index: 2;
	background: #d5d5d5;
	opacity: .45;
	filter: alpha(opacity=45);
	z-index: 1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.seller_swatch_username {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
}
.seller_swatch_links_container {
	color: #555;
	padding: 10px;
}
.seller_swatch_membership_flair {
	float: right;
	margin-bottom: 4px;
}
.seller_swatch_user_rating {
	padding: 5px 0;
	font-size: 13px;
}
.seller_swatch_user_rating a .user_feedback_stars_container {
	display: inline-block;
	font-size: 17px;
	color: #facf25;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.seller_swatch_user_rating a .user_feedback_stars_container {
	font-size: 12px;
	color: #facf25;
}
.seller_swatch_profile_links {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 5px 17px;
padding: 10px 0;
}
.contact_email {
	/*background: url(../images/sprite_global.png) no-repeat transparent right 1px;*/
	padding: 1px 25px 0 0;
}
.seller_swatch_subscribe_container {
	margin: 0 17px;
	padding: 5px 0;
}
.booth_subscription {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
}
.booth_subscription_label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin: 5px 1.5%;
	padding: 9px 7px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #3d84ad;
	font-size: 12px;
	white-space: nowrap;
	cursor: pointer;
}
.sidebar_section {
	background: #f5f5f5;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: left;
}

div#booth_policies {
	border-top: 1px solid #ddd;
	margin: 0 17px 10px 17px;
	padding-top: 10px;
	color: #555;
}
div#booth_policies ul {
	margin: 0;
}
div#booth_policies ul li {
	padding-top: 3px;
}

.sidebar_section.seller_swatch a {
	font-size: 13px;
}

.only-search-bar {
	padding: 33px 0 33px;
}
.only-search-bar-main {
	background: #f5f5f5;
}
.search-btn-only {
	background: #54ae3f;
	border-radius: 4px;
	/* width: 17.3%; */
	font-size: 16px;
	color: #fff;
	padding: 8px 9px;
	display: inline-block;
	text-align: center;
	float: right;
	border: 1px solid #54ae3f;
}
.search-btn-only:hover {
	color: #fff;
	font-weight: normal;
}
.sellers-search-bar {
	width: 79% !important;
	padding: 9px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#feedback_user {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #eee;
	margin-top: -4px;
}
 #feedback_user .feedback_user_vitals_container {
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.feedback_user_vitals_container {
	display: flex;
	padding-bottom: 0;
	padding-top: 0;
	padding: 15px;
}
.feedback_title_header {
	font-weight: bold;
	font-size: 14px;
}
 #feedback_user .feedback_user_vitals_container {
	text-align: center;
}

.feedback_title_subhead {
	font-size: 12px;
	line-height: 16px;
}
#feedback_user .feedback_user_vitals_container .user_overall_rating_container {
	width: 100%;
	padding: 4px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.user_overall_rating_container .user_feedback_stars_container {
	font-size: 20px;
}
.user_feedback_stars_container .user_feedback_star {
	margin-right: 0px;
	color: #facf25;
}
#feedback_user .feedback_expandable_details {
	display: block !important;
}
#feedback_user .feedback_expandable_details {
	display: none;
	margin-top: 15px;
}
#feedback_user .feedback_expandable_details .seller_tags {
	padding: 10px 10px 0;
}
.item_listing_tag.titan a {
	background-color: #6f53a6;
	padding: 5px;
	border-radius: 6px;
}
#feedback_user .feedback_expandable_details .seller_tags .item_listing_tag {
	margin-top: 5px;
}
.item_listing_tag a {
	color: #fff;
}
.item_listing_tag {
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
#feedback_page #feedback_user .feedback_summary_container {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
}
#feedback_user .feedback_summary_container .feedback_summary_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#feedback_user .feedback_summary_container .feedback_summary_table .source_all {
	font-weight: bold;
}
#feedback_user .feedback_summary_container .feedback_summary_table .feedback_summary_name {
	padding: 4px 0;
	width: 70%;
}
#feedback_user .feedback_summary_container .feedback_summary_table .source_all {
	font-weight: bold;
}

#feedback_user .user_feedback_totals_container {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}
#feedback_user .feedback_title_header {
	font-weight: bold;
	font-size: 14px;
}
#feedback_user .feedback_title_subhead {
	font-size: 12px;
	line-height: 16px;
}
#feedback_user .user_feedback_totals_container {
	text-align: left;
}
#feedback_user .user_feedback_totals_container .user_feedback_stars_container {
	font-size: 15px;
}
#feedback_page #feedback_user .feedback_summary_container {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
}
#feedback_user .feedback_summary_container .feedback_summary_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: 4px;
	margin-left: 10px;
}

#feedback_user .feedback_links_container {
	padding-bottom: 0;
}
#feedback_main {
	margin-top: -20px;
}
.rating_table_container #rating_table {
	width: 100%;
	margin: 12px 0;
}

.rating_table_container #rating_table {
	border: 1px solid #d9d9d9;
	border-collapse: collapse;
}
.rating_table_container #rating_table #title_row {
	height: 32px;
	background-color: #f2f2f2;
	font-size: 12px;
}
.rating_table_container #rating_table #title_row .rating_table_cell {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.rating_table_container #rating_table > tbody > tr, #feedback_page .rating_table_container #rating_table thead > tr {
	border: 1px solid #d9d9d9;
}
.rating_table_container #rating_table .feedback_table_row .rating_table_cell {
	padding: 15px;
}
#feedback_sidebar::before {
	background-color: #6f53a6;
}
.top-one {
	
	content: "";
	position: absolute;
	
	top: 11px;
	height: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #e5e5e5;
}
.user_title {
	font-size: 26px;
	margin: 10px 0px;
}
.feedback_links_container {
	padding: 10px;
	font-size: 13px;
	border-top: 1px solid #d9d9d9;
}
.seller_swatch_profile_links a {
	margin: -4px 0px;
	display: block;
}
.booth_detail_links {
	margin: 1px 0px 4px;
	display: block;
}



.ferd {
	font-size: 14px;
	margin: 5px 0px !important;
}
a.next i {
    padding: 10px 0px;
}
select#pagination {
    height: 36px;
    padding: 0px 0px;
    display: block;
    margin: 0px 4px;
}
.main-select-pagination a {
    width: 53px;
    display: block;
}
.main-select-pagination {
    display: contents;
}
span.of-class-pagination {
    margin: 5px;
}






.only-search-bar-line {
	margin-top: -12px;
	margin-bottom: 10px;
}


a.next i {
	padding: 9px 0px;
}
.main-select-pagination {
	display: contents;
}
span.of-class-pagination {
	margin: 5px;
}
select#pagination {
	height: 36px;
	padding: 0px 0px;
	display: block;
	margin: 0px 4px;
}



.Contact-seller-textarea textarea {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
nav > .nav.nav-tabs {
	border: none;
	color: #fff;
	background: #fff;
	border-radius: 0;
	margin-top: 15px;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: 2px solid #ccc !important;
    padding: 10px 25px;
    color:#0c0b0b;
    background: #fff;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -49px;
  left: -50%;
  border: 15px solid transparent;
  border-top-color: #c5c8c4;
}
.tab-content {
	background: #fdfdfd;
	line-height: 25px;
	border: 1px solid #ddd;
	border-top: 2px solid #c5c8c4;
	border-bottom: 2px solid #c5c8c4;
	padding: 20px 0px 0px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #54ae3f;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: none;
	text-align: center;
	border-right: 2px solid #c5c5c5 !important;
}
.tab-content > .tab-pane {
	padding: 13px 15px;
}

.form-header {
	color: #183650;
	line-height: 2rem;
	font-size: 20px;
	letter-spacing: 1.0px;
	font-weight: 600;
	margin-bottom: 3px;
	border-bottom: 1px solid #dadada;
	margin-top: 10px;
	padding: 0px;
	
}
.form-header i {
	color: #54ae3f;
}
.expedited-optons ul li {
	float: left;
	padding-right: 5px;
}
.expedited-optons ul li label {
	font-weight: bold;
}
#nav-Free thead {
	background: #eee;
}
#nav-Free tbody {
	border: 1px solid #eee;
}

#nav-Price thead {
	background: #eee;
}
#nav-Price tbody {
	border: 1px solid #eee;
}

#nav-Weight thead {
	background: #eee;
}
#nav-Weight tbody {
	border: 1px solid #eee;
}












a div.user_feedback_stars_container.popover__title {
    line-height: 20px;
}
.popover__title {
  font-size: 14px;
  line-height:36px;
  text-decoration: none;
  color: #000;
  padding:0;
}

.popover__wrapper {
	position: relative;
	margin-top:0rem;
	display: inline-block;
	margin-bottom:10px;
}
.popover__content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	transform: translate(0, 10px);
	background-color: #fff;
	padding: 0px 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: 400px;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px #d2dde7;
	top: 48px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(85% - 10px);
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #54ae3f transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
	margin-top: -10px;
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #54ae3f;
	transition: width .6s ease;
}
.a-link-emphasis {
	text-align: center;
	position: initial;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
.only-search-bar-feedback {
    margin-top: -10px;
    margin-bottom: 20px;
}
.sellers-search-bar-feedback {
    width: 86% !important;
    padding: 9px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.only-search-bar-policy {
	margin-top: 25px;
	margin-bottom: 14px;
}
.sellers-search-bar-policy {
    width: 86% !important;
    padding: 9px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-btn-only-policy {
	background: #54ae3f;
	border-radius: 4px;
	/* width: 17.3%; */
	font-size: 16px;
	color: #fff;
	padding: 8px 9px;
	display: inline-block;
	text-align: center;
	float: right;
	border: 1px solid #54ae3f;
}
.navbar-nav button.profile-btn {
    position: relative;
}
#loginForm .form-group a {
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 3px 10px 0 0;
    display: inline-block;
    height: 36px;
    color: #000;
    font-size: 11pt;
}
#loginForm .form-group a:hover {
    background: #ddd;
}
.list-filter p span.not-found, .find-similar-products .not-found {
    padding: 0;
    color: #54ae3f;
    font-weight: bold;
}
.Other-product-main p a .fas {
    font-size: 13px;
}
#searchList {
	position: absolute;
	margin-left: 9.2%;
}
#searchList .dropdown-menu {
	max-height: 200px;
	width: 400px;
	overflow: auto;
	box-shadow: 0 6px 30px -10px #d5dbed;
	border: none;
}
#searchList .dropdown-menu li {
	padding: 6px 12px;
	border-bottom: 1px solid #e7e6e6;
	text-transform: capitalize;
	font-size: 14px;
}
#searchList .dropdown-menu li a {
    color: #000;
}

.home-web-one {
    margin-top: 0%;
    padding: 50px;
}







/*--- start-selling ---*/
.a-link-emphasis {
	text-align: center;
	position: initial;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
.b-seller-economy {
	padding: 0px;
	font-size: 17px;
}
.economy-business-days {
	margin-left: 10px;
}
.elementor-heading-title {
	color: #54AE3F;
	font-family: "Maven Pro", Sans-serif;
	font-size: 43px;
	font-weight: 700;
	/* line-height: 1em; */
	top: 0px;
	position: relative;
	text-align: center;
}
.elementor-heading-title {
	color: #54AE3F;
	font-family: "Maven Pro", Sans-serif;
	font-size: 43px;
	font-weight: 700;
	/* line-height: 1em; */
	top: 0px;
	position: relative;
	text-align: center;
	margin: 20px 0px;
	text-transform: none;
}
.elementor-widget-container {
	margin: 90px 0px 0px 0px;
}
.elementor-icon-list-items {
	margin-left: -38px;
}
.text-tty {
	font-size: 16px;
	text-transform: uppercase;
}
.text-tty-main {
	margin-bottom: 30px;
}
.feature-main-t {
	text-align: center;
	margin-bottom: 36px;
	color: #54ae3f;
	font-weight: bold;
	text-transform: capitalize;
}
.category1 h2 {
	border: none;
}
.elementor-divider {
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	border-top: 5px dotted #54ae3f;
	margin-top: 30px;
}
.elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
	width: 100%;
    margin: 0 auto;
}
.elementor-heading-title01 {
	color: #54AE3F;
	font-family: "Maven Pro", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	top: 20px;
	position: relative;
	text-transform: capitalize;
}
.elementor-widget-container01 {
	margin: 10px 0px 0px 0px;
}
.elementor-icon-list-item {
	list-style: none;
}
.elementor-divider-new {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px dotted #54ae3f;
	margin-top: 30px;
}
.sr-only-seller {
	position: relative;
	width: 10px;
	height: 1px;
	padding: 0;
	margin-left: -20px;
	overflow: inherit;
	clip: rect(0,0,0,0);
	border: 0;
	z-index: 9999;
	top: -38px;
	color: #54ae3f;
	font-weight: bold;
	font-size: 22px;
}

.sr-only-seller-one {
	position: relative;
	width: 10px;
	height: 1px;
	padding: 0;
	margin-right: -50px;
	overflow: inherit;
	clip: rect(0,0,0,0);
	border: 0;
	z-index: 9999;
	top: 486px;
	color: #54ae3f;
	font-weight: bold;
	font-size: 22px;
}
.elementor-icon-list-icon i {
	color: #0ACA0A;
	font-size: 11px;
	padding: 0px 8px 0px 0px;
	position: relative;
	top: -2px;
}
.elementor-icon-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: calc(15px/2);
}
#top-info-widget i {
	color: #54ae3f;
	font-size: 20px;
	margin-top: 0px;
}
#top-info-widget strong {
	color: #53ad3e;
}



.topnav {
	overflow: hidden;
	background-color: #fff;
}

.topnav a {
	float: left;
	display: block;
	color: #262222;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav .icon {
  display: none;
}

.dropdown {
	float: left;
	/* overflow: hidden; */
	display: table;
	z-index: 9999;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin-left: -46px;
}
.pricing-tab {
	margin-left: 82px;
}
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: #3e3b3b;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 2px dotted #ccc;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #53ae3f;
	color: white;
}

.dropdown-content a:hover {
	background-color: #54ad3f;
	color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  div#showmenu1 {
    top: 0;
}
.menu1 {
    margin-top: 0px;
}
.menu1 p::before {
    content: "\2022";
    font-size: 19px;
    color: #0ACA0A;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    margin-right: 10px;
    padding-left: 15px;
}
.menu2 {
    margin-top: 30px;
}
.menu2 p::before {
    content: "\2022";
    font-size: 19px;
    color: #0ACA0A;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    margin-right: 10px;
    padding-left: 15px;
}	
div#showmenu3 {
    top: 0;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

/* tr:nth-child(even) { */
  /* background-color: #dddddd; */
/* } */

.typing-demo {
  width: 100%;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  /* border-right: 3px solid; */
  font-size: 2em;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
.selling-img-page img {
	width: 430px;
}
#mybutton {
	position: fixed;
	bottom: -4px;
	right: 128px;
	z-index: 999;
	top: 160px;
	transform: rotate(90deg);
	/* cursor: pointer; */
}
.Message {
	background-color: #54ae3f;
	color: white;
	padding: 6px 30px;
	border-radius: 0px 0px 20px 20px;
	border: 2px solid #54ae3f;
	font-size: 18px;
}
.col-tu h3 {
	font-size: 23px;
	color: #54ae3f;
	font-weight: bold;
}
.col-tu {
	border-bottom: 1px solid #ccc;
}
.btn-bg-color {
	background: #54ae3f;
	border-color: #54ae3f;
}
.btn-bg-color:hover {
	background: #54ae3f;
	border-color: #54ae3f;
	color: #fff !important;
}
.modal-body p {
    color: #000;
}
.modal-body label {
    color: #000;
}
#feedback {
    height: 0px;
    width: 65px;
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
    display: block;
    background: #54ae3f;
    height: 35px;
    width: 212px;
    padding: 8px 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #54ae3f;
    border-left: solid 1px #54ae3f;
    border-right: solid 1px #fff;
    border-radius: 20px 20px 0px 0px;
}

#feedback a:hover {
    background: #000;
}

.elementor-widget-container001 .elementor-heading-title01 {
    line-height: 2em;
}












#feedback {
    height: 0px;
    width: 65px;
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
    display: block;
    background: #54ae3f;
    height: 35px;
    width: 212px;
    padding: 8px 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #54ae3f;
    border-left: solid 1px #54ae3f;
    border-right: solid 1px #fff;
    border-radius: 20px 20px 0px 0px;
}

#feedback a:hover {
    background: #000;
}
.main-po-about-us {
	padding: 3px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}
.stylish-heading-about-us {
	font-size: 25px;
	font-weight: bold;
	color: #54ae3f;
}
.elementor-heading-about-us {
	font-size: 23px;
	color: #54ae3f;
}
.span-about-us {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.video-demo-class h4 {
	text-align: center;
	color: #54ae3f;
	font-weight: bold;
	font-size: 25px;
	margin-top: 30px;
}
.main-video-demo-class {
	margin-bottom: 30px;
}
.section-bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(98,158,5,0.8911764534915528) 0%, rgba(66,147,15,1) 47%, rgba(13,125,13,0.8015405991498161) 100%);
	height: auto;
	padding-top: 65px;
}
.elementor-heading-title-new {
	color: #fff;
	font-family: "Maven Pro", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	top: 0px;
	position: relative;
	text-align: left;
	margin:60px 0px 0px 0px;
	text-transform: none;
	text-shadow: 2px 2px #3f9319;
}
.newlonk {
	color: #fff;
	text-decoration: underline;
}
.newlonk:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-tic
}
#GT34V {
	color: #fff !important;
	text-align: left;
}
.cmssmothscroll {
	background: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	text-align: left;
	margin-right: 10px;
	position: relative;
	top: 100px;
	justify-content: start;
	display: block;
	width: 225px;
	float: left;
}
.cmssmothscroll span {
	font-size: 16px;
	text-align: center;
	justify-content: center;
	display: block;
	font-weight: bold;
}
.elementor-heading-title-new-p {
	font-size: 22px;
	color: #546e7a;
}
#GT34V {
	color: #546e7a;
	text-transform: capitalize;
}
.elementor-widget-container001 p {
	text-align: left;
	color: #fff;
	font-size: 23px;
	position: relative;
	top: 15px;
	margin-bottom: 0;
	line-height: 34px;
}
.elementor-widget-container0021 p {
	text-align: left;
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 38px;
	margin-bottom: 0;
	line-height: 34px;
}
.cmsbannerrightsecondary img {
	position: relative;
	top: 28px;
	left: 0;
	width: 500px;
	text-align: left;
	justify-content: start;
	display: block;
}
.sellingimgpagelogo ul li {
	list-style: none;
}
.sellingimgpagelogo ul {
	column-count: 3;
}
.sellingimgpagelogo ul li img {
	border: 1px solid #ccc;
	margin: 1px;
}

.elementor-heading-title-new-p-button {
	justify-content: center;
	display: flex;
	position: relative;
}
.elementor-heading-title-new-p-button button {
	font-family: Helvetica, Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #54ae3f;
	color: #ffffff;
	font-size: 22px;
	border-radius: 31px;
	padding: 0 20px;
	font-weight: bold;
	height: 45.5px;
	cursor: pointer;
	line-height: 44.5px;
	text-align: center;
	margin: 0;
	text-decoration: none;
	border: 1px solid #54ae3f;
	margin-top: 20px;
	margin-bottom: 45px;
}
.section-bg-color, .section-two-blocks > .row > div:last-child {
	background-color: #f7f7f7;
}
.section-bg-color {
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.no-paddings-y, .no-paddings-y .content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.middle-content, .middle-content > .row, .middle-content > .row > div {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.fade-in {
	animation-name: fadein;
	animation-duration: .5s;
	opacity: 1 !important;
}

.middle-content, .middle-content > .row, .middle-content > .row > div {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.middle-content, .middle-content > .row, .middle-content > .row > div {
	display: -webkit-inline-box !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.change-opacity {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
	width: 200px;
	margin-top: 10px;
}
.change-opacity:hover {
	opacity: 1;
}
.example-1 {
	float: left;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	border-radius: 28px;
	animation: fade-shadow 4s infinite;
	height: 40px;
	display: inline-block;
	top: -5px;
	position: relative;
	padding: 10px 0;
	margin-left: 10px;
}
a.smoth-scroll.con {
	background-color: #54ae3f;
	border-radius: 50px;
	color: #fff !important;
	font-size: 16px !important;
	padding: 8px 10px;
	border: 1px solid #54ae3f;
}
#et-info-phone {
	margin-right: 0;
}
#et-info-phone::before {
	content: '';
}
#showmenu span {
	background: #54ae3f;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff !important;
}

#showmenu1 span {
	background: #54ae3f;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff !important;
}

#showmenu2 span {
	background: #54ae3f;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff !important;
}

#showmenu3 span {
	background: #54ae3f;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff !important;
}
#showmenuw span {
	background: #54ae3f;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff !important;
}
.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #54ae3f; -webkit-box-shadow: 0 0 3px #54ae3f; }
  50% { background-color: #54ae3f; -webkit-box-shadow: 0 0 40px #54ae3f; }
  100% { background-color: #54ae3f; -webkit-box-shadow: 0 0 3px #54ae3f; }
}

@-moz-keyframes glowing {
  0% { background-color: #54ae3f; -moz-box-shadow: 0 0 3px #54ae3f; }
  50% { background-color: #54ae3f; -moz-box-shadow: 0 0 40px #54ae3f; }
  100% { background-color: #54ae3f; -moz-box-shadow: 0 0 3px #54ae3f; }
}

@-o-keyframes glowing {
  0% { background-color: #54ae3f; box-shadow: 0 0 3px #54ae3f; }
  50% { background-color: #54ae3f; box-shadow: 0 0 40px #54ae3f; }
  100% { background-color: #54ae3f; box-shadow: 0 0 3px #54ae3f; }
}

@keyframes glowing {
  0% { background-color: #54ae3f; box-shadow: 0 0 3px #54ae3f; }
  50% { background-color: #40882f; box-shadow: 0 0 40px #40882f; }
  100% { background-color: #54ae3f; box-shadow: 0 0 3px #54ae3f; }
}
.section-bg {
	background: #f7f7f7;
}
.text-tty a {
	color: #546e7a;
}
.text-tty a:hover{
	color: #54ae3f;
}



.pricing-divider {
border-radius: 20px;
background: #C64545;
padding: 1em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #2D5772; 
}
.green .pricing-divider {
background: #1AA85C; 
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom  {
  background:#54AE3F; color:#fff; border-radius:20px
}
.btn-custom:hover  {
  background:#54AE3F; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}


.section-bg-image1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	
	height: 630px;
}



.section-bg-image2 {
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	
	height: 575px;
}
.elementor-heading-title-new-p-button button:hover {
	background: #003e5e;
	border: 1px solid #003e5e;
}

#showmenuw span:hover {
	background: #003e5e;
	border: 1px solid #003e5e;
}

  .db-wrapper-price {
            	border: 2px solid #d5d5d5;
            	border-radius: 25px 8px 25px 8px;
            	padding: 10px;
            	margin-bottom: 15px;
            	height: 370px;
            	background: #fff;
            	box-shadow: 0 3px 15px rgba(118, 225, 135, 0.56);
            	overflow: hidden;
            }
            .db-wrapper-price:hover {
                overflow-y: scroll;
                background: #87d17763;
            }
                        .db-wrapper-price-main {
            	border: 2px solid #d5d5d5;
            	border-radius: 25px 8px 25px 8px;
            	padding: 10px;
            	margin-bottom: 15px;
            	min-height: 188px;
            	background: #fff;
            	box-shadow: 0 3px 15px rgba(118, 225, 135, 0.56);
            }
                        .db-wrapper-price h3 {
                        	text-align: center;
            font-size: 22px;
            border-bottom: 2px solid #dedede;
            line-height: 2;
            margin-top: -10px;
                        }
                        .db-wrapper-price-main h3 {
                        	text-align: center;
            font-size: 22px;
            border-bottom: 2px solid #dedede;
            line-height: 2;
            margin-top: -10px;
                        }
            			.pricing-ul-li li {
            	padding: 5px 0px;
            	border-bottom: 1px dashed #ccc;
            	font-size: 16px;
            }
            .pricing-ul-li li i {
            	font-size: 20px;
            	position: relative;
            	top: 2px;
            }
                        .elementor-price h1 {
                        	color: #1E3718;
                        	font-family: "GD Sage Bold", Sans-serif;
                        	font-size: 58px;
                        	font-weight: bold;
                        	line-height: 1em;
                        	letter-spacing: -0.32px;
                        	text-transform: capitalize;
                        }
                        .elementor-heading-title-price {
                        	text-align: center;
                        	font-size: 20px;
                        }
                        /*============================================================
                        PRICING STYLES
                        ==========================================================*/
                        .db-padding-btm {
                            padding-bottom: 50px;
							
                        }
                        .db-button-color-square {
                            color: #fff;
                            background-color: rgba(0, 0, 0, 0.50);
                            border: none;
                            border-radius: 0px;
                            -webkit-border-radius: 0px;
                            -moz-border-radius: 0px;
                        }

                            .db-button-color-square:hover {
                                color: #fff;
                                background-color: rgba(0, 0, 0, 0.50);
                                border: none;
                            }


                        .db-pricing-eleven {
                            margin-bottom: 30px;
                            margin-top: 10px;
                            text-align: center;
                            box-shadow: 0 0 5px rgba(0, 0, 0, .5);
                            color: #fff;
                            line-height: 30px;
                        }

                            .db-pricing-eleven ul {
                                list-style: none;
                                margin: 0;
                                text-align: center;
                                padding-left: 0px;
                            }

                               .db-pricing-eleven ul li {
                        	padding-top: 10px;
                        	padding-bottom: 10px;
                        	cursor: pointer;
                        	color: #000;
                        }
                        .db-pricing-eleven ul li i {
                        	margin-right: 5px;
                        	font-size: 22px;
                        	color: #54ae3f;
                        }
                            .db-pricing-eleven .price {
                                background-color: rgba(0, 0, 0, 0.5);
                                padding: 40px 20px 20px 20px;
                                font-size: 60px;
                                font-weight: 900;
                                color: #FFFFFF;
                            }

                                .db-pricing-eleven .price small {
                                    color: #B8B8B8;
                                    display: block;
                                    font-size: 12px;
                                    margin-top: 22px;
                                }

                            .db-pricing-eleven .type {
                                background-color: #54AE3F;
                                padding: 20px 20px;
                                font-weight: 900;
                                text-transform: uppercase;
                                font-size: 30px;
                            }

                            .db-pricing-eleven .pricing-footer {
                                padding: 20px;
                            }

                        .db-attached > .col-lg-4,
                        .db-attached > .col-lg-3,
                        .db-attached > .col-md-4,
                        .db-attached > .col-md-3,
                        .db-attached > .col-sm-4,
                        .db-attached > .col-sm-3 {
                            padding-left: 0;
                            padding-right: 0;
                        }

                        .db-pricing-eleven.popular {
                            margin-top: 10px;
                        }

                            .db-pricing-eleven.popular .price {
                        	<!-- padding-top: 1px; -->
                        	<!-- font-size: 33px; -->
                        }
                        ul.pricing-ul-li li {
    list-style: none;
}


ul.pricing-ul-li {
    position: relative;
    left: -30px;
}
                        
                        
                        
                        
                        
.db-padding-btm {
	
  } 
  
  .feat-block{
	display: none;
  }





.plan-name-bronze h2::before, h2::before {
	display: none;
}

#cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 8px 10px;
    color: #000;
}
#cpnCode {
    border: 1px dashed #56ae40;
    padding: 8px 10px;
    color: #f00;
}


.endcode {
    border: 1px dashed #56ae40;
    background-color: #fff;
    padding: 8px;
}
.coupon-row {
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;
}


/*===== popup csss=========*/
.offer-ends {
	position: relative;
	padding: 20px;
    display: inline-block;
}
.bg-success12 {
	background: #eee;
	width: 100%;
    height: 100%;
    overflow: hidden;
	border-radius: 0px 5px 5px 0px;
}
#myModal button.close:hover {
    color: #56ae40;
}
.streamine-letter {
	margin-bottom: 7px;
}
.bg-green {
	padding: 10px;
	color: #fff;
	letter-spacing: 0.3px;
}
#myModal .modal-body p {
    color: #000;
}
      #myModal .modal-body {padding: 0; color: #fff;}
      #myModal .form-control {
    padding: .375rem .75rem;
}
#myModal  label,  #myModal .form-group label {
    margin: 0;
    font-size: 14px;
    padding: 2px 0;
    color: #000;
}
.modal-open .bg-claer-modal {
	background: transparent !important;
}
      #myModal {font-weight: 500;}
      #myModal .fw-bold {font-weight: bold; font-size: 18px !important;}
#myModal h1 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
#myModal h3 {
	font-weight: normal;
	font-size: 22px;
	color: #f00;
}

      #myModal h2 {font-weight: bold; color: #fff;}
#myModal .modal-content {
	background-color: #fff;
	/* background-image: url(images/bg1.png); */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	border-radius: 0.5rem;
	border-top: 5px solid #56ae40;
	border-bottom: 5px solid #56ae40;
}
	  #myModal .modal-footer {background-color: #fff;}
#myModal button.close {
	color: #f00;
	text-align: right;
	padding-right: 15px;
	opacity: 1;
	position: relative;
	top: 8px;
}
#myModal .close:focus,  #myModal .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
    outline: none;
}
#myModal .modal-footer {display: block; border-radius:0 0 8px 8px;}

.text-uppercase {text-transform: uppercase;}
.text-capitalize {
	text-transform: capitalize;
	font-size: 20px !important;
	margin-bottom: 0;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
.pb-0 {padding-bottom: 0; margin-bottom: 4px;}
#myModal .btn {
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto !important;
	background: #fff;
	color: #56ae40;
	padding: 8px 24px;
	font-size: 1.125rem;
	font-weight: bold;
}
#myModal .btn:hover {background-color: #56ae40; color: #fff; transition: all 0.5s ease;}
























  
/*responsive-new  */

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

 
	.elementor-widget-container001 img{
		 width: 100%;
	}

	a.smoth-scroll.con {
		font-size: 13px !important;
		padding: 6px 3px;
	  }

	  .elementor-price h1 {
		color: #1E3718;
		font-family: "GD Sage Bold", Sans-serif;
		font-size: 40px;
		font-weight: bold;
		line-height: 1em;
		letter-spacing: -0.32px;
		text-transform: capitalize;
	
		padding-top: 51px;
	  }

	  .elementor-widget-container001 img {
		width: 5%;
	  }



	.elementor-heading-title01 {
	
		
		font-size: 20px;
	
		top: 0px;

}

.text-center img{
	width: 100%;
  }
  .selling-img-page img {
	width: 92% !important;
  }

  .selling-img-page img {
	width: 92%;
}

.db-padding-btm {
	padding-bottom: 10px;
  }

  .elementor-heading-title-price {
	text-align: center;
	font-size: 20px;
	padding: 20px;
  }

}

@media only screen and (max-width:1024px){
.topnav a {
    float: left;
    display: block;
    color: #262222;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 17px;
}

}

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

	  #et-info{
		position: absolute;
		width: 300px;
		
		margin: 0 aut !important;
		display: block;
		justify-content: center;
		
		position: relative;
		left: 251px;
	  }


	  .elementor-heading-title-new {
	
		font-size: 28px;
		
		top: 29px;
		
		margin: 41px 0px;
		
	  }


	  .elementor-widget-container001 .Groww-app-seller {
		background: transparent;
		border: 1px solid #54ae3f;
		border-radius: 20px;
		font-size: 15px;
		padding: 7px 7px;
		cursor: pointer;
	  }


	  .elementor-heading-title01 {
		font-size: 18px;
		top: 0px;
	  }


	  ul.user-links {
	
		display: inline-flex;
		position: absolute;
		right: 23px;
	  }
	 
}

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

	#et-info {
		position: absolute;
		width: 300px;
		margin: 0 aut !important;
		display: block;
		justify-content: center;
		position: relative;
		left: 213px;
	  }




	.db-padding-btm {
		padding-left: 15px;
	  }

}



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


	#et-info {
		position: absolute;
		width: 300px;
		margin: 0 aut !important;
		display: block;
		justify-content: center;
		position: relative;
		left: 228px;
	  }
#video-player{
	 width: 100%;
}

.db-padding-btm {
    padding-left: 30px;
}
  ul.user-links li {
	list-style: none;
	display: inline-block;
	margin-left: 22px;
	position: relative;
	top: 5px;
  }

  .sell-images-block-child{
	display:block !important;
}                  
  
.sell-images-block{
   display: none !important;
}
/* 
.elementor-divider {
    text-align: center;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-top: 5px dotted #d5d8d4;
    margin-top: 20px !z;
} */
.widget-top{
	margin-top: 15px;
}
}

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

	#et-info {
		position: absolute;
		width: 300px;
		margin: 0 aut !important;
		display: block;
		justify-content: center;
		position: relative;
		left: 200px;
	  }

}

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

	#et-info {
		position: absolute;
		width: 300px;
		margin: 0 aut !important;
		display: block;
		justify-content: center;
		position: relative;
		left: 163px;
	  }

	  .topnav a {
		
		padding: 14px 12px;
	
		font-size: 17px;
	  }

	  .elementor-heading-title01 {
		
		top: 12px;
		font-size: 19px;
	  }
	  
	  span.Groww-app-seller.dynamic-css-11 {
    position: relative;
    top: 10px;
    display: flow-root;
    width: 130px;
}
	  
}


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

	#et-info {
		position: absolute;
		width: 300px;
		margin: 0 aut !important;
		display: block;
		justify-content: center;
		position: relative;
		left: 149px;
	  }

	  .logo-wrapper img {
		max-width: 89px;
	  }

	 

	  .feat-block{
		display: block;
	  }

	  .db-wrapper-price {
		overflow: scroll;
		
	  }
	  .db-wrapper-price {
		border: 2px solid #d5d5d5;
		border-radius: 25px 8px 25px 8px;
		padding: 10px;
		margin-bottom: 15px;
		height: 370px;
		background: #fff;
		box-shadow: 0 3px 15px rgba(118, 225, 135, 0.56);
		overflow: scroll;
	}
	  .db-wrapper-price {
		
		height: 274px;
	  }
	  .topnav a.icon {
		
		font-size: 25px !important;
		 margin-top: -20px;
	}

	/* .topnav.responsive {
		position: relative;
		transition: 0.3s;
	}


	.topnav{
		position: absolute !important;
		transition: 0.3s;
		left: 0;
		width: 300px;
		top: 87px;
	}
	   */
	 
	 


	   .topnav.responsive {
		position: relative;
		position: absolute;
		left: 0px;
		top: 80px;
		width: 100%;
		background: #d7e6d2;
		height: auto;
		padding-left: 20px;
		transition: 0.3s;
		padding-bottom: 20px;
	}

	.topnav.responsive .icon {
		position: fixed;
		right: 15px;
		top: 10px;
		/* padding: 10px; */
		margin-bottom: 13px;
		/* padding-bottom: 10px; */
	}

	.topnav a {
		padding: 8px 7px;
		font-size: 17px;
	}

	.topnav a.icon {
		float: right;
		display: block;
		/* top: -14px !important; */
		margin-top: -4px;
		padding: 1px 7px;
	}

	.topnav.responsive .icon {
		position: fixed;
		right: 15px;
		top: 10px;
		padding: -6px 7px;
		margin-bottom: 13px;
		/* padding-bottom: 10px; */
		 color: #000;
		 background-color: none !important;	
	}

	
		


	
element.style {
    font-size: 20px;
    margin-top: -6px;
}



	.feat-block{
		 display: none;
	}

	.elementor-divider-b-space {
		
		margin-top: 10px !important;
		
	}
}

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


	#et-info {
		left: 138px;
	  }
	  #video-player{
		height: 269px !important;
   }

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

.search-btn {
	padding: 7px 0 6px;
	font-size: 14px;
  }

  .topnav.responsive {
    position: relative;
    position: absolute;
    left: 0px;
    top: 82px;
}
}


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


	#et-info {
		left: 72px;
		
	}

	  #video-player{
		   height: 283px !important;
	  }

	  .elementor-heading-title01 {
		font-size: 17px;
		top: 0px;
	  }

	  .elementor-heading-title01 {
		font-size: 17px;
		top: 15px;
	}

	  

.Groww-app-seller {

    background: transparent;
    border: 1px solid #54ae3f;
    border-radius: 20px;
    font-size: 12px;
    padding: 7px 7px;
    cursor: pointer;

}


a.smoth-scroll.con {
	font-size: 13px !important;
	padding: 6px 6px;
  }
  .search-btn {
	font-size: 10px;
	padding: 4px 0 5px;
  }

  .elementor-divider {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 5px;
    border-top: 5px dotted #d5d8d4;
    margin-top: 10px;
}
.elementor-heading-title01 {
    font-size: 17px;
    top: 15px;
}


.elementor-price h1{
font-size: 32px;
}

/* .logo-wrapper img {
	
	margin-bottom: 20px;
} */

.topnav.responsive {
    position: relative;
    position: absolute;
    left: 0px;
    top: 90px;
}


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


	#et-info {
		left: 47px;
	  }
	  .elementor-widget-container001 .Groww-app-seller {
		background: transparent;
		border: 1px solid #54ae3f;
		border-radius: 20px;
		font-size: 15px;
		padding: 7px 7px;
		cursor: pointer;
	  }


	  .elementor-heading-title01 {
		font-size: 17px;
		top: 5px;
	  }
	  .widget-top {
		margin-top: 15px;
		top: 15px;
 
}

.topnav.responsive {
    position: relative;
    position: absolute;
    left: 0px;
    top: 87px;
}
}

@media only screen and (max-width: 390px){
	#et-info {
		left: 35px;
	}
	}

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




	  .elementor-heading-title01 {
		font-size: 17px;
		top: 0px;
	  }

	  .elementor-widget-container001 .Groww-app-seller {
		background: transparent;
		border: 1px solid #54ae3f;
		border-radius: 20px;
		font-size: 15px;
		padding: 7px 5px;
		cursor: pointer;
	  }

	  .widget-top{
		margin-top: 15px;
		 top: 20px;
	}


	.topnav.responsive {
		left: 0px;
		top: 89px;
	}
	


.elementor-widget-container001 .Groww-app-seller {
   
    display: -webkit-inline-box;
 
    margin-top: 10px;
}
#et-info {
    left: 30px;
}

}


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


  ul.user-links {
	padding: 0;
	margin: -0px 0 -4px 0;
	position: absolute;
	top: -44px;
	right: -271px;
  }

  /* .logo-wrapper img {
	
	padding-bottom: 20px;
  } */

  #et-info {
    left: 17px;
    top: 0;
}
}

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

	

	.logo-wrapper img {
		max-width: 83px;
	}
	.topnav.responsive {
		left: 0px;
		top: 87px;
	}
}

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


	#et-info {
		left: 13px;
	  }

}


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


	#et-info {
		left: 7px;
	  }


	  .elementor-widget-container001 .Groww-app-seller {
		background: transparent;
		border: 1px solid #54ae3f;
		border-radius: 20px;
		font-size: 14px;
		padding: 5px 2px;
		cursor: pointer;
	  }

	  .elementor-heading-title01 {
		font-size: 17px;
		top: 15px;
	}
}

	@media only screen and (max-width: 320px){	
.topnav {
    overflow: hidden;
    background-color: #fff;
    margin-left: 0px;
}

.topnav.responsive {
    left: 0px;
    top: 92px;
}

#et-info {
    left: 2px;
}
}
                        
                        
                        

.row-child{
	
       padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 0;
  

}				  
     
.sell-images-block-child{
	 display:block;
}                  
   
.sell-images-block{
	display:none;
}  
                        
                   
	   .topnav a:hover, .dropdown:hover .dropbtn {
		background-color: transparent;
		color: #000;
	}                      
div#showmenu {
    padding-bottom: 10px;
}
.menu p {
    display: flex;
    padding-left: 10px;
}
.menu p::before {
    content: "\2022";
    font-size: 19px;
    color: #0ACA0A;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    margin-right: 10px;
}

.menu1 p {
    display: flex;
}
.menu1 p::before {
    content: "\2022";
    font-size: 19px;
    color: #0ACA0A;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    margin-right: 10px;
}

.menu2 p {
    display: flex;
    margin-left: -5px;
}

.menu1 {
    margin-top: 30px;
}

.social-media-icon a {
	position: relative;
	border: 1px solid #54ae3f;
	border-radius: 3px;
	/* width: 30px; */
	/* height: 30px; */
	overflow: hidden;
	margin: 0 8px 0 0;
	background: #54ae3f;
	transition: .6s;
	color: #fff;
	display: inline-block;
	padding: 3px 5px 5px 5px;
}
.social-media-icon a:hover {
    opacity: 1;
top: 0px;
transform: translate(0, -10%);
transition: .6s;
color: #fff;
}
.social-media-icon {
	position: relative;
	left: -68px;
}

	 h1.text-center.seller-login-new{
	     margin-top:50px;
	 }
    /* responsive-css-new */
    @media only screen and (max-width: 991px){

.hero .search-form {
    margin: 5px 0px !important;
}
 .hero .search-sec{
    padding:0px !important;
}

h1.text-center.seller-login-new {

    margin-top: 31px;
}

footer .modal.Modal-bx-n {
    /* display: block; */
    /* padding-left: 0px; */
     height: 400px !important; 
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    /* top: 10% !important; */
}
    
    }
        @media only screen and (max-width: 430px){
    .hero .search-form{
    width: 100%;

        }
        
    .hero .search-btn {
    position: absolute;
    right: 18px;
    width: 70px;
}


.elementor-widget-container001 .Groww-app-seller {

    padding: 0px 8px;
}

.elementor-widget-container001 img {
    width: 25px;
}


.search-form input {
     width:100% !important;
}
.fade:not(.show) {
    opacity: 0;
    display: none;
}

.modal-backdrop.show {
    opacity: .5;
    display: block;
    z-index: inherit;
}
}
    
       @media only screen and (max-width: 345px){
    #video-player {
    height: 241px !important;
}

}    
    
       
       
           @media screen and (max-width: 1023px){
#site-navigation {
 
    display :none !important;
}
    
           }
    
@media only screen and (max-width: 520px){

.elementor-widget-container001.text-center img {
    width: 100% !important;
}

}

/* #et-info { */
	/* float: right; */
	/* right: 20px; */
	/* position: relative; */
/* } */
.position-static {
	position: static !important;
	text-align: center;
	justify-content: end;
	display: flex;
}
.cmsbannerright {
	margin: 20px;
}  
.needsomethingcustom p {
	font-size: 15px;
	padding: 10px 0px;
}

needsomethingcustom.text-center p {
    line-height: 20px;
    margin-top: 10px;
}
.hewchanvideo {
	font-size: 20px;
	background: #fba11b;
	padding: 10px 20px;
	border-radius: 20px;
	position: relative;
	top: -6px;
	text-shadow: 2px 2px #fba11b;
	color: #fff;
}
.hewchanvideo:hover {
	color: #e8e2e2;
}

.videofooterimg {
	text-align: center;
	justify-content: center;
	padding: 6px;
}
.videofooterimg button {
	background: #e10a0a !important;
	border: 1px solid #e10a0a;
	padding: 5px 30px;
	font-size: 18px;
	border-radius: 20px;
}
.videofooterimg button:hover {
	color: #fff;
}
.modal-body {
	padding: 0 15px;
}
.modal-open .modal {
	overflow-x: inherit !important;
	overflow-y: inherit !important;
	background: transparent;
}
.maincmsbannerrightsecondary {
	position: relative;
	top: 40px;
}


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

.sellingimgpagelogo ul {
	column-count: 2;
	left: -22px;
	position: relative;
}
.sellingimgpagelogo ul li img {
	width: 100%;
}
.maincmsbannerrightsecondary {
	top: 0px;
}
}





/* New Price Page CSS */




/* css 08-10-24 */

.tab-container {
	position: relative;
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.tab-button {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 50px;
}

.tab-button.active {
	background-color:#46e246;
	border: none !important;
}
button:focus {
    outline: none !important;
    outline: none !important;
}

/* .tab-container.second .tab-background {
  background-color: cyan;        
} */
.second{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	/* background-color: #f19CDA; */
	transition: width 0.3s, left 0.3s;
	border-radius: 20px;
}

.tab-content {
	margin-top: 20px;
	margin-bottom: 90px;
}


.ta-tab-item {
    display: none;
    padding: 0px 20px 0px 20px;
    background-color: #fff;
}

.ta-tab-item.active {
	display: block;
}

/* sec ist  */
.pricing-main-bg{
	padding: 60px 0px;
}
.list-unstyled li{
	font-size:14px !important;
}
.card-order{
	font-size: 14px;
	margin-bottom: 20px !important;
}
.price-adon-bottom {
	position: absolute;
	bottom: 10px;
	left: 10%;
	width: 80%;
}
p.billing-rec {
    margin: 0px;
}
.amount-order{
	font-weight: 400;
}
.info-content{
	position: relative;
}
.info-order:hover .fba-tooltip{
	visibility: visible !important;
}
.fba-tooltip{
	position: absolute;
	background-color: #cdf5cd;
	width: 200px;
	visibility: hidden;
}
.price-sub-heading{
	margin: 20px 0px;
}
.amount-order{
	position: relative;
}
.list-tooltip{
	border-bottom: 1px dotted #000;
}
.cstm-tooltip {
    font-size: 12px !important;
    color: #000;
    position: absolute;
    background-color: #d4f7b7;
    padding: 10px;
    top: -100%;
    width: 200px;
    z-index: 999;
    visibility: hidden;
    right: 0px;
    transform: translateY(-60%);
    left: -62px;
}

.amount-order:hover .cstm-tooltip{
visibility: visible !important;
}
.amount-order:hover{
	color: #0ACA0A;
}
.pricing-main-bg h1 {
	font-size: 33px;
	font-weight: 800;
	line-height: 45px;
	color: #088e08;
	margin: 0px 0px 15px 0px !important;
}
.pricing-main-bg h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}
.card-basic{
	background-color: #ebebeb;
	/* margin:auto; */
	
}
.card-title {
	font-size: 27px !important;
	white-space: nowrap;
	letter-spacing: -1px;
	line-height: 0 !important;
	padding-bottom: 20px;
}
.card-title span {
	font-size: 18px !important;
	font-weight: 600;
	letter-spacing: normal;
}
.bill-no {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.text-muted {
	font-size: 18px !important;
	display: inline-block;
	
}
/* .card.col-lg-3 { */
    /* height: 500px !important; */
/* } */
.main-price {
	background-color: #c5fac5 !important;
	/* height: 530px; */
	/* margin-top: 35px; */
	border-radius: 16px;
	position: relative;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 9px 1px #5de65d !important;
	border: 1px solid #088e08;
}

/* Rounded sliders */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  .start-free{
	background-color: #0ACA0A;
	color: #fff;
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
transition: 0.3s;
	
  }
  .start-free:hover{
background-color: #088e08;
color: #fff;
  }
  input:checked + .slider {
	background-color: #94ef57;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
.slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  .price-adon{display: flex;
align-items: center;

border-top: 1px solid #cac9c9ad;
padding-top: 10px;}
  .price-adon-content{
	display: flex;
	justify-content: start !important;
	flex-direction: column;
	text-align: left;

  }
  .price-adon-content h4{
	font-size: 14px;
	font-weight: 600;
  }
  .price-adon-content p{
	font-size: 12px;
	font-weight: 500;
  }
  /* section second css */
  .plan-include i{
color: #0ACA0A;
padding: 0px 5px;
  }
  .plan-include li{
	font-size: 14px;
	padding: 5px 0px;
  }
  .start-free-btn{
	padding: 50px 0px 0px 0px;
  }
  .plan-include-container h3 {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 30px;
}
.plan-include-container {
	padding: 30px 0px;
	background-color: #f4f0f01c;
	background-size: cover;
	background-repeat: no-repeat;
}
  /* section 3rd  */
  .faqs-main{
	padding: 30px 0px;
  }
.faqs-main h3 {
	color: #000;
	font-size: 26px;
	font-weight: 800;
	line-height: 27px;
	margin: 0px 0px 29px;
}
  .accordian-content{
	text-align: left;
margin: auto;
  }
.accordian-content .btn-link {
	font-weight: 500;
	color: #000;
	text-decoration: underline;
	transition: 0.3s;
	font-size: 18px;
	padding: 0;
}
.accordian-content .btn-link:hover {

    color:#459233;
	text-decoration: none;
	}
.accordian-content .card-header {
	background-color: #dddddd8c !important;
	padding: 5px 10px 15px 15px;
}
	
.calltoactionmain h3 {
	color: #088e08;
	font-size: 42px;
	font-weight: 800;
	line-height: 42px;
	margin: 30px 0px;
}
	.calltoactionmain p{
		font-size: 24px;
		font-weight: 600;
		color: #000;
		padding: 0px 0px 10px 0px;
	}
.calltoactionmain {
	padding: 60px 0px 90px;
	background-color: #efefef;
	background-image: url('https://www.vendorelite.com/cms_shop_src/images/selling/bg-calltoaction.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.pricing-main-bg {
	padding: 35px 0px 60px;
	/* background-color: #efefef1f; */
	background-color: #f6f6f6;
	background-image: url('https://www.vendorelite.com/cms_shop_src/images/selling/pricing-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.text-left.plan-include li {
	list-style: none;
	left: -30px;
	position: relative;
}
.calltoactionmain a {
	background-color: #0ACA0A;
	color: #fff;
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	transition: 0.3s;
}
	.calltoactionmain a:hover{
		background-color: #088e08;
		color: #fff;
	}
	.faqs-main .product-slide h2, h2 {
		border-bottom: 0px solid #eee !important;
	}
    .price-tab-sell {
	background: transparent;
	border: none;
}
.price-tab-sell .ta-tab-item {
	background: transparent;
}
.price-tab-card {
	background: ;
	box-shadow: 0 2px 27px 1px rgba(1,1,1,.16) !important;
	webkit-box-shadow: 0 2px 27px 1px rgba(1,1,1,.16);
}
.uael-table-wrapper {
	overflow: visible;
	background: #fff;
	width: 100%;
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05) !important;
	border-radius: 20px;
}
.uael-table__text-inner {
	font-weight: 500;
}
.uael-table-wrapper td.uael-table-col {
	padding: 15px 15px 15px 15px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F0EEED;
}
.uael-table-wrapper .uael-table-row .uael-table-col {
	vertical-align: middle;
}
.uael-table-wrapper tbody tr td:first-child {
	text-align: right;
}
.uael-table-wrapper thead tr th:first-child, .uael-table-wrapper tbody tr td:first-child {
	max-width: 300px;
}
tbody .uael-table-row[data-entry="1"] {
	color: #4d4f4a;
	background: #f5f5f5;
	text-align: right;
}
.uael-table-wrapper .uael-table-row th {
	text-align: center;
}
.uael-table-wrapper .btn.blue {
	background: #4FA53B;
	color: #fff;
	fill: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 5px 11px;
	height: auto;
	display: inline-block;
	font-weight: 700;
	max-width: 100%;
	width: 100%;
	text-align: center;
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05) !important;
	border-radius: 50px;
}
.bg-gray-price {
	background: #f5f5f5;
}
.uael-table-wrapper i {
	color: #4b9e38;
	font-weight: bold;
	font-size: 22px;
}
.price-tab-card-color {
	background: #ffffffa3;
	height: 300px;
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05) !important;
	border-radius: 10px;
	border: 1px solid #cac9c9ad;
}
.price-tab-card-color:hover {
	background: #ffffffb0;
}
.db-wrapper-price-include {
	border: 2px solid #d5d5d5;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
	height: 180px;
	background: #fff;
	box-shadow: 0 3px 15px rgba(240, 240, 240, 0.56);
	overflow: hidden;
}
/* .db-wrapper-price-include:hover { */
	/* overflow-y: scroll; */
	/* background: #87d17763; */
/* } */
.main-uael-table-wrapper {
	height: 500px;
	overflow-y: auto;
	display: block;
	position: relative;
}
.accordian-content .btn-link i {
	color: #459233;
}
.price-sub-heading1 {
	text-transform: capitalize !important;
	font-size: 16px !important;
}

#accordionExample .card {
	border: none !important;
	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05) !important;
	margin-bottom: 10px !important;
	border-radius: 16px !important;
}
.pricing-button {
	background: transparent;
	color: #53ab3e;
	padding: 8px 20px;
	position: relative;
	top: 15px;
	border-radius: 50px;
	border: 1px solid #40882f;
}
.pricing-button:hover {
	background: #40882f;
	color: #fff;
}







@media (max-width: 1200px) {
		
	.price-adon {
			
	   flex-direction: column;
	}
	.price-tab-card-color {
	margin-top: 20px;
}
.price-adon-bottom {
	bottom: -16px;
}
}

@media (max-width: 1024px) {
		
	.price-adon {
			
	   flex-direction: column;
	}
	.price-tab-card-color {
	margin-top: 24px;
}
.price-adon-bottom {
	bottom: 10px;
}
.pricing-main-bg h1 {
	font-size: 20px;
}
.tab-button {
	padding: 5px 10px;
}
.plan-include-container h3 {
	font-size: 24px;
}
.price-adon-content {
	text-align: center;
}
}



@media (min-width: 360px) and (max-width: 600px) {
		
	.price-adon {
			
	   flex-direction: column;
	}
.price-tab-card-color {
	margin-top: 20px;
}
.price-adon-content p {
	text-align: center;
}

}




/* */

.integrations-main-bg {
	padding: 30px 0px 30px;
	/* background-color: #efefef1f; */
	background-color: #f6f6f6;
	/* background-image: url('../images/pricing-bg.png'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.db-wrapper-Integrations-include {
	background: #ffffffa3;
	height: 320px;
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05) !important;
	border-radius: 10px;
	border: 1px solid #cac9c9ad;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.db-wrapper-Integrations-include img {
	border-radius: 10px;
	margin-bottom: 15px;
	width: 200px;
}

.shopping-carts h3 {
	color: #343632;
	font-size: 16px;
	line-height: 1.13em;
	letter-spacing: -0.18px;
	margin-bottom: 30px;
	font-weight: bold;
	text-decoration: underline;
}
.service-integrations {
	background: #f3fffc;
}
.db-wrapper-Integrations-include h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.integrations-main-heading h1 {
	font-size: 33px;
  font-weight: 800;
  line-height: 45px;
  color: #088e08;
  margin: 0px 0px 15px 0px !important;
}
.integrations-main-heading h3 {
	color: #343632;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 800;
	text-transform: capitalize;
	text-decoration: underline;
}
.db-wrapper-Integrations-include p {
	font-size: 14px;
}
.db-wrapper-Integrations-include:hover {
	background: #fff;
	border: 1px solid #959595ad;
}



@media (min-width: 360px) and (max-width: 600px) {
	.integrations-mobile-view {
	margin: 0px 15px;
}
.db-wrapper-Integrations-include {
	margin-bottom: 20px !important;
}

}


