.headicon .fa {
	font-size: 20px;
	background: green;
	color: white;
	padding: 5px;
}

.headicon .fa:hover {
	font-size: 20px;
	background: white;
	color: green;
	padding: 5px;
}

#header {
	background-color: #fff;
	background-image: url("../../../public/assets/images/paper-3.png");
}
.cart-page-total {
    margin-bottom: 25px;
    padding-top: 9px;
}

@media (max-width:600px) {
	.headicon .fa {
		margin-right: 5px;
	}
	#mobihide,
	.banner-detail-inner .offer {
		display: none;
	}
	.banner-detail-inner h1 {
		font-size: 12px !important;
	}
}

@media (max-width:350px) {
	.mycaptiona a {
		display: none;
	}
}

@media (min-width:601px) {
	#logoimg img {
		width: 50%;
	}
}

.navbar {
	margin-bottom: 0 !important;
}
.section-padding {
	padding: 80px 0;
}

.section-padding-top {
	padding: 80px 0 0;
}

.feature-box {
	border-right: none;
}

#feature {
	background: url("../../../public/assets/images/bg/story.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

#feature .section-title h2,
#feature h4 {
	color: #fff;
}

#feature h4 {
	margin-bottom: 10px;
}

.feature-icon {
	height: 85px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .3s all;
	transition: .3s all;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}

.feature-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
}

.feature-icon {
	background: ;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
	transition: background 0.2s, -webkit-transform ease-out 0.1s;
	transition: transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}

.feature-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.feature-box:hover .feature-icon {
	-webkit-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.feature-box:hover .feature-icon:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
}
.table-content table thead {
    background-color: #f6f6f6;
}
.table-content table th {
    border-top: medium none;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.cart-page-total > ul {
    border: 1px solid #ddd;
}
.cart-page-total li {
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-20 {
    padding-top: 20px;
}
#regForm .col-lg-6 {
    margin-bottom: 10px;
}
#regForm input:required:hover {
    border: 1px solid red !important;
    box-shadow: 4px 4px 20px rgb(200 0 0 / 85%);
}
.has-error {
    border: 1px solid #f20808 !important;
}
.wrapper-class input[type="radio"] {
  width: 15px;
}

.wrapper-class label {
  display: inline;
  margin-left: 5px;
}
.show {
    display: block !important;
    visibility: visible !important;
}

#toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #6FAB05;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999999;
    right: 2%;
    top: 7px;
    font-size: 17px;
}
#cartTItem {
    
}
.cart-page-total ul li span {
    float: right;
}
/*
==========================================
09. counter
==========================================
*/

#counter {
	background: url("../../../public/assets/images/bg/counter-bg.jpg") no-repeat center / 100% 100%;
	padding: 75px 0;
}

#counter .single-box img {
	margin-bottom: 15px;
}

#counter .single-box i {
	margin-bottom: 20px;
}

#counter .single-box h3 {
	margin-bottom: 5px;
	color: #191919;
}

#counter .single-box p {
	color: #707070;
}

.carousel-indicators li {
	border: 1px solid gray;
}

@media (min-width:601px) {
	.mycaptiona2 {
		padding-bottom: 100px;
	}
}