* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	 font-family: "Anek Devanagari", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: .5px;

}

a {
	color: #000;
	text-decoration: none;
	outline: 0
}

a::after {
	text-decoration: none;
	outline: 0
}

a::active {
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: none
}

a:active,
a:focus,
a:visited {
	text-decoration: none;
	outline: 0
}

button:focus,
input:focus,
select:focus {
	outline: 0
}

.section {
	padding: 60px 0px;
}
section.section.about-sec-bg {
    padding: 0;
}
.discount-bg {
	background-image: url(../images/bg-discount.jpg);
}

.review-sec {
    width: 100%;
    float: left;
    border: 0px solid #eee;
    padding: 50px;
    border-radius: 0px;
}

.discount-bg p {
	font-size: 16px;
	color: #fff;

	text-align: center;
	margin: 0;
	padding: 8px 0;
}

.btn-primary1 {
    color: #fff;
    background-color: #009aec;
    border-color: #009aec;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 55px 5px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
}
.content_page p {
    margin: 0 0 25px;
}

.review-sec>h3 {
	font-size: 30px;
	font-weight: 600;
}

.review-info h3 {
	font-size: 22px;
	font-weight: 600;
}

.review-sec form h3 {
	font-size: 22px;
	font-weight: 600;
}

.bnr-txt {
width: 100%;
    height: 100%;
    display: flex
;
    flex-flow: wrap;
    align-content: center;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.banner-bg>img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.home__coupon {
    width: 100%;
    float: left;
}
.main-bnr-intro {
    display: flex;
    flex-flow: wrap;
    width: 80%;
    padding: 100px 0 0;
}

.bnr-txt p {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 10px;
    
}
.bnr-txt p span{
	
}
.bnr-txt label {
	color: #fff;
	font-size: 34px;
	line-height: 45px;

}

.bnr-txt h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    margin: 20px 0 10px;
    width: 100%;
    float: left;
}
.bnr-button {
    width: 100%;
    float: left;
}

a.navbar-brand img {
	height: 70px;
}

.bnr-txt h1 span {
    font-size: 65px;
    line-height: 70px;
    display: block;
    
    margin: 0 0 5px;
    color: #fff;
}
.bnr-txt span {
    font-size: 18px;
    color: #fff;
}
.review-sec form label {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.review-sec .form-row {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.container {
	max-width: 1300px !important;
}

p {
	font-size: 18px;
	color: #000;
	line-height: 28px;


}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	font-size: 18px;
	color: #000;
	line-height: 28px;

}

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all .6s ease;
    box-shadow: 0 0 8px 0 rgba(51, 51, 51, .31);
    background: #009aec;
    top: 0;
}
header.header__inner.sticky {
    position: sticky;
}
.up-btn {
	position: fixed;
	right: 1%;
	bottom: 5%;
}

.up-btn a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 15px;
    background-color: #009aec;
    border: 1px solid #009aec;
    border-radius: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}
.copy-right-social a:hover i {
    color: #cecfcf;
}
.foot-bitcoin > a:hover {
    background: #000;
}
.up-btn a i {
	color: #fff;
}

.header-top {
	padding: 10px 0;
	background: #000;
}

.sign-btn li {
	float: left;
	list-style: none;
	color: #fff;
	padding: 0px;
	font-size: 12px;
}

.cart__intro {
	margin-left: 10px;
}

.social-link p {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	margin: 0;
}

.social-link p span {
	color: #feef00;
}

.sign-btn li select {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	height: 30px;
	padding: 0 5px;
}

.sign-btn ul {
	margin: 0px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.sign-btn {
	width: 100%;
}

nav.navbar {
	padding: 5px 0 0;
}

.collapse.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: flex-start;
}

.head-cart {
	width: 100%;
	float: left;
}

.form1.d-flex {
	margin-left: 10px;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
	padding: 0;
	margin: 0;
}

a.head-cart {
	background: #ffffff;
	display: inline-block;
	height: 45px;
	border-radius: 10px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	padding-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.head-cart sup {
    font-size: 13px;
    background: #009aec;
    color: #1b1d50;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 24%;
    right: 4px;
}

a.head-cart img {
	position: relative;
}

.banner-bg {
    width: 100%;
    position: relative;
}

li.nav-item {
    padding: 10px 15px;
    position: relative;
}
li.nav-item span {
    position: absolute;
    right: 0;
    top: 10px;
}

li.nav-item span i {
    color: #fff;
    font-size: 14px;
}
form.d-flex.form1 .cart {
    background: #fff;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
}
form.d-flex.form1 .cart {
    position: relative;
}
a.cart sup {
    background: #009aec;
    width: 20px;
    height: 20px;
    line-height: 23px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}

nav ul li ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 220px;
    top: 50px;
    left: 0;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    background: #fff;
    text-align: left;
    padding: 5px 5px;
    box-shadow: 0 0 16px 0 #5a5a5a;
}
nav ul li:hover ul.dropdown li {
    font-size: 14px;
}
nav ul li ul.dropdown {
    padding-left: 30px;
}
nav ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

li.nav-item.active .nav-link,
.nav-link:hover {
	color: #fff !important;
	background: transparent;
	border-radius: 5px;
}

form.form-inline {
	width: 90px;
	float: left;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

header {
    width: 100%;
    box-shadow: 0 0 0px 0 rgba(51, 51, 51, .31);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 500;
}

.form-inline .cart {
	width: 100%;
	float: left;
	background: transparent;
	padding: 0px 0px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-inline .cart span {
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	float: left;
	width: 100%;

	line-height: 14px;

}

.cart__intro label {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	float: left;
	line-height: 16px;
}

.form-inline .cart sup {
	font-size: 12px;
	background: #fff;
	color: red;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	left: -10px;
	top: -10px;
}

.banner-img {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;

}

.banner-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	height: 450px;
	width: 50%;
}

.banner-txt h1 {
	width: 100%;
	float: left;
	font-size: 56px;
	font-weight: 800;
	margin-bottom: 0px;
}

.banner-txt p {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.banner-txt .banner-btn {
	background: red;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	text-align: center;
	padding: 12px 0px;
	display: inline-block;
	width: 165px;
	color: #fff;
}

.main-btn {
	background: red;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	text-align: center;
	padding: 8px 0px;
	display: inline-block;
	width: 165px;
	color: #fff;
}

/* content text start */
.content-txt {
	width: 100%;
	float: left;
}

.content-txt ul {
	width: 100%;
	float: left;
}

.content-txt ul {
	width: 100%;
	float: left;
	margin: 6px 0px;
}

.content-txt h3 {
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.content-txt p {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.content-txt p:last-child {
	margin-bottom: 0px;
}

/* content text end */
/* footer start */
footer {
    background: #181b1c;
    padding: 40px 0px 0px;
    margin: 0px 0 0;
}

.footer-box {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.footer-box h3 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin: 20px 0px 30px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.footer-box.address-detail figure img {
    height: 80px;
}

.footer-box.address-detail {
	padding-right: 20px;
}

.footer-box.footer-box1 {
	padding-left: 0px;
}

.footer-box ul li p {
	font-size: 14px;
	margin: 5px 0;
	font-weight: 500;
}

.footer-box ul {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.footer-box ul li {
	width: 100%;
	float: left;
	list-style: none;
}

.footer-box ul li a {
    width: 100%;
    float: left;
    color: #fff;
    margin: 2px 0px;
    font-size: 16px;
    
}

.footer-box figure {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.foot-bitcoin img {
	width: 100%;
	position: relative;
	border-radius: 5px;
}

.foot-bitcoin {
    position: relative;
    margin-top: -55px;
    margin-bottom: 20px;
    background: #009aec;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 30px 30px 30px 80px;
	background-image: url(../images/bitcoin-main.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

.foot-bitcoin-intro {
    position: relative;
}
.foot-bitcoin > a {
    background: #009aec;
    color: #fff;
    font-size: 25px;
    
    display: inline-block;
    padding: 15px 40px;
	border-radius: 10px;
}

.foot-bitcoin-intro h3 {
    font-size: 30px;
    color: #009aec;
    margin: 0 0 5px;
    text-transform: capitalize;
    
}

.foot-bitcoin-intro p {
	font-size: 20px;
	color: #000;
	margin: 0;
	
}

.foot-bitcoin-intro p span {
	font-size: 28px;
	color: #fee788;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.footer-box p {
    color: #fff;
    text-align: justify;
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 30px;
    font-size: 16px;
}

.copy-right-box p {
	color: #dedfdf;
	font-size: 14px;
	margin: 0;
}

.copy-right-box {
	border: 0px solid #ccc;

}

.copy-right {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p {
    color: #fff;
    margin: 0;
    margin: 0;
}

.copy-right-sec {
    border-top: 0px solid #525454;
    margin: 50px 0 0;
    background: #009aec;
}

.copy-right-box p a {
	color: #f89f17;
}

.copy-right-social a {
    border: 0px solid #7f8da5;
    display: inline-block;
    width: 35px;
    margin: 0 5px 0 0;
    text-align: center;
}

.copy-right-social a i {
	color: #fff;
	font-size: 18px;
	margin: 0 0px;
}

.footer-box.footer-box1 h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-box.footer-box1 p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}

/* footer end */
/* card  start*/
.rating {
	float: left;
	position: relative;
}

.rating:not(:checked)>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
	float: right;
	width: 20px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.2;
	color: #ddd;
	margin: 0 5px 0 0;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
	color: gold;
	text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
}

.rating:not(:checked)>label:before {
	content: '\f005';
	font-family: 'Fontawesome';
}

.main-card {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
}

.main-card figure {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.main-card h3 {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.main-card h3 a {
	width: 100%;
	float: left;
	margin: 10px 0px;
	font-size: 24px;
	font-weight: 600;
}

.main-card p {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.main-card .main-btn {
	margin-bottom: 5px;
}

/* card end */
.display-hide {
	display: none;
}


.main-heading h2 {
    font-weight: 500;
    font-size: 42px;
    text-align: center;
    margin: 0 0 0px;
    text-transform: capitalize;
}
.content_page.home_page {
    text-align: center;
}
.content_page.home_page h1 {
    font-weight: 600;
    font-size: 42px;
}
.content_page.home_page {
    text-align: center;
    background: #f2f2f200;
    padding: 0px;
    display: inline-block;
    margin: 0 0 30px;
    border-radius: 5px;
}
.content-txt-right.content-txt-right55 {
    padding-left: 50px;
}

.main-heading {
	text-align: center;
}

.main-heading span {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    position: relative;
    color: #009aec;
}

.main-heading.home-treat-head span::after {
	width: 215px;
}

.our-product {
	margin: 10px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	float: left;
	padding: 0;
	width: 100%;
	gap: 25px;
}
ul.our-product.cate-product h3 {
    margin: 20px 0 15px;
}
.our-product li {
    flex: 0 0 23.5%;
    background: #fff;
    margin: 0px 0 0px 0;
    padding: 0px 0px 15px;
    list-style: none;
    float: left;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 0px #e6e6e6;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.our-product li:hover > a {
    background-color: #000;
}
.our-product li:hover figure img{
	transform: scale(1.1);
	transition: transform .2s
}
.price-button button:hover {
    background: #009aec;
}
.our-product li:nth-child(4n) {
	margin-right: 0;
}

.our-product li figure {
	text-align: center;
	margin: 0;
	background: #f2f2f2;
	border-radius: 15px;
	line-height: 160px;
	padding: 20px;
}

ul.our-product.our-product-1 li {
    background: #aee8ee00;
    border: none;
    flex: 0 0 31%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 0px #ccc;
}

ul.our-product.our-product-1 li figure {
    border-radius: 15px;
    overflow: hidden;
    border: 0px solid #9e9d9d;
    width: auto;
    margin: auto;
    height: auto;
    line-height: normal;
    padding: 0px;
    overflow: hidden;
}

ul.our-product.our-product-1 li figure a {
	border-radius: 0%;
	border: 0px solid #ddf5f8;
	width: auto;
	margin: auto;
	height: auto;
}

ul.our-product.our-product-1 li h3 a {
    margin: 0px 0 0;
    display: inline-block;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
}
header.header__inner {
    position: relative;
    background: #009aec;
}
ul.our-product.our-product-1 li .product-info>a {
    font-size: 18px;
    color: #000;
    border-radius: 40px;
    padding: 0px 0px 0px 0;
    width: auto;
    display: flex;
    font-weight: 600;
    align-items: center;
}
ul.our-product.our-product-1 li .product-info>a span {
    background: #009aec;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    margin-right: 0px;
    margin-left: 15px;
}
ul.our-product.our-product-1 li .product-info>a span i {
    color: #fff;
    font-weight: 100;
}
ul.our-product.our-product-1 p {
    margin: 10px 0 20px;
}

ul.our-product.our-product-1 .product-info {
    padding: 15px 0;
    text-align: left;
}

ul.our-product.our-product-1 h3 {
    text-align: left;
    margin: 0;
    font-size: 24px;
    margin: 15px 0 20px;
    line-height: 24px;
}

ul.our-product.our-product-1 li figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 0px 0;
    padding: 0px;
    height: 250px;
}

ul.our-product.our-product-1 {
    gap: 25px;
    align-items: flex-start;
    justify-content: space-between;
}

.product-info {
	padding: 0px;
	text-align: center;
}

.our-product .main-btn {
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 0px;
	display: inline-block;
	color: #000;
	text-transform: capitalize;
	width: auto;
	margin: auto;
	text-decoration: underline;
	
}

.our-product h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	color: #000022;
	margin: 15px 0 0;
	border-top: 0px solid #e1f8c0;
	padding-top: 0px;
	text-transform: none;
	
}

.our-product h3 a {
	
}

.pro-price {
	flex: 0 0 100%;
}

.pro-price p {
	margin: 5px 0 0px;
	font-size: 15px;
	font-weight: 500;
	color: #636060;
	line-height: 20px;
	text-align: center;
	/* text-transform: capitalize; */

}

.product-star i {
	font-size: 12px;
	color: #fe5014;
}

.product-star span {
	font-size: 14px;
	color: #7f7f7f;
	margin-left: 5px;
}

.product-star {
	width: 100%;
	float: left;
	margin: 0px 0 20px;
}

.about-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.about-box-left p {
	font-size: 18px;
	margin-bottom: 25px;
	text-align: justify;
}
figure.about-img.about-img__3 img {
    height: 300px;
}
.about-box.about-box-2 .about-box-left {
	margin: 0 0 0 30px;
	text-align: justify;
	flex: 0 0 47%;
}

.about-box.about-box-2 .about-box-left h2 {
	margin: 0px 0 10px 0;
	text-align: left;
	color: #000;
}

.about-box-left span {
	color: #009aec;
	
}

.our-product-testi {
	margin: 10px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	float: left;
	padding: 0;
	width: 100%;
}

.our-product-testi li {
	flex: 0 0 30.5%;
	background: rgb(255, 255, 255);
	margin: 10px 4% 25px 0px;
	list-style: none;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: #f2f2f2 0px 0px 5px;
	border: 1px solid #7d7d7d;
}

.blog-intro-left {
	flex: 0 0 60px;
	display: flex;
	flex-direction: column;
	background: #f89f17;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	line-height: 60px;
	text-align: center;
	position: relative;
}

.blog-intro {
	padding: 20px;
	background: #fff;
	box-shadow: #f2f2f2 0px 0px 5px;
	border-radius: 5px;
	display: flex;
}

.our-product-testi li figure {
	margin: 0;
}

.blog-intro h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}

.our-product-testi li figure img {
	width: 100%;
}

.blog-intro p {
	font-size: 16px;
	line-height: 23px;
	margin: 15px 0px;
	text-align: justify;

	color: #8d8d8d;
}

.blog-intro h3 a {
	font-size: 20px;

}

.blog-intro .blog-intro-right label {
	margin: 0 0 2px 0;
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: normal;

	color: #8d8d8d;
}

.blog-btm {
	border-top: 2px solid #000;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0 0;
}

.blog-intro label {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: normal;
}

.blog-intro-left label {
	font-size: 16px;
	line-height: 20px;
	
	margin: 0;
}

.blog-intro span {
	line-height: 20px;
	font-size: 20px;

	color: #fff;
	margin-top: 10px;
}

.blog-intro label img {
	margin-right: 5px;
}

.blog-btm a {
	color: #013772;
	font-size: 14px;
	font-weight: 600;
}

.blog-btm span {
	color: #8d8d8d;
	font-size: 14px;
	font-weight: 500;
}

.blog-intro.blog-intro-1 {
	margin: 0 0 30px 0;
}

.foot-social a {
	height: 50px;
	width: 50px;
	background: #444444;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.foot-social {
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-search {
	background: #444;
	padding: 15px;
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.foot-search input {
	background: #444;
	border: none;
}

.foot-search input {
	background: #444;
	border: none;
	color: #fff;
	font-weight: 600;
}

.foot-search input::placeholder {
	color: #fff;
	font-weight: 600;
}

.foot-extra {
	text-align: end;
}

.foot-extra-box {
	width: 30%;
	float: right;
	text-align: center;
	margin: 10px 0 20px;
}

.footer-box.address-detail ul li {
	display: flex;
	align-items: center;
}

.footer-box.address-detail ul li span {
	margin-right: 10px;
}

.bg-light {
	background-color: #f2f2f2 !important;
}

.content-txt-right {
	position: relative;
	flex: 0 0 50%;
	padding-left: 0px;
	padding-top: 0px;
	overflow: hidden;
}
.content-txt-right.content-txt-right1 {
    padding-left: 0;
    padding-right: 0px;
}
.about-box-left.about-box-left2 {
    padding: 0 40px 0 0;
}
.about-sec-bg {
	position: relative;
}
.row-align-items1 {
    margin: 40px 0 0;
}
.about-box-left ul li {
    margin: 5px 0;
}
.main-heading.home-about-head {
    margin: 0 0 40px;
}
.row-align-items {
    align-items: center;
}
.content-txt-right figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
figure.about-img img {
    border-radius: 0;
    padding: 0px;
    width: 100%;
    height: auto;
	object-fit: cover;
}

.about-box-left {
    padding: 0px 0 0 40px;
}

.about-box-left h2 {
    font-weight: 600;
    font-size: 42px;
    margin: 0 0 15px;
}
.main-heading.main-heading2 span {
    font-size: 20px;
    font-weight: 500;
}

.bg-light {
	background-color: #effafb !important;
}

.para-process {
	
	text-transform: uppercase;
}

.our-process {
	margin: 10px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	float: left;
	padding: 0;
	width: 100%;
}

.our-process li {
	flex: 0 0 22%;
	background: #fff;
	margin: 0px;
	padding: 20px 10px;
	list-style: none;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 0px #e6e6e6;
	border: 0px solid #7d7d7d;
	text-align: center;
}

.product-info {
	padding: 0px 0 0 0px;
	text-align: center;
}

.our-process li {
	position: relative;
}

.our-process li figure {
	margin: 10px 0;
}

.our-process li .product-info h3 {
	font-size: 20px;

}

.our-process li .product-info h3 a {}

.our-process li .product-info p {
	font-size: 15px;

	line-height: 19px;
	color: #8f8f8f;
}

.our-process li:nth-child(1) {
	border-bottom: 4px solid #0b79e9;
}

.our-process li:nth-child(2) {
	border-bottom: 4px solid #fd3358;
}

.our-process li:nth-child(3) {
	border-bottom: 4px solid #0dca95;
}

.our-process li:nth-child(4) {
	border-bottom: 4px solid #f89f17;
}

.our-process li:nth-child(1):before {
	content: '01';
	position: absolute;
	right: -15px;
	top: -24px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #f0efff;
	border-radius: 50%;
	font-size: 45px;

	color: #f0efff;
}

.our-process li:nth-child(2):before {
	content: '02';
	position: absolute;
	left: -15px;
	top: -24px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #ffeaee;
	border-radius: 50%;
	font-size: 45px;

	color: #ffeaee;
}

.our-process li:nth-child(3):before {
	content: '03';
	position: absolute;
	right: -15px;
	top: -24px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #e6faf4;
	border-radius: 50%;
	font-size: 45px;

	color: #e6faf4;
}

.our-process li:nth-child(4):before {
	content: '04';
	position: absolute;
	left: -15px;
	top: -24px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #fff1dc;
	border-radius: 50%;
	font-size: 45px;

	color: #fff1dc;
}

.blog-intro {
	position: relative;
}

.blog-intro:before {
	position: absolute;
	content: '';
	top: 51px;
	left: 14%;
	width: 1px;
	height: 68%;
	background: #e0e0e0;
}

.blog-intro:after {
	position: absolute;
	content: '';
	bottom: 38px;
	left: 43px;
	width: 15px;
	height: 15px;
	background: #f89f17;
	border-radius: 50%;
	border: 1px solid #abaaa5;
}

.our-product-testi li:nth-child(3n) {
	margin-right: 0;
}

.foot_search input {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	border: none;
}

.foot_search input::placeholder {
	color: #282a2e;

}

.foot_search button {
	height: 50px;
	width: 100%;
	border: none;
	margin: 10px 0 0;
	background: #f89f17;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;

}

.foot-big-phone-box span {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	
}

.foot-big-phone-box label {
	font-size: 25px;

	color: #f89f17;
}

.foot-big-phone {
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-big-phone figure {
	flex: 0 0 25%;
}

.foot-big-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f89f17;
	margin: 30px 0 0 0;
}

.breadcrumb_main {
    padding: 12px 0 10px;
    margin: 0;
    background: #f4fbff;
    border-radius: 0;
    width: 100%;
    float: left;
}
.innerpage-bg.breadcrumb_bg {
    background: #f4fbff;
}

.breadcrumb_main ol {
	padding: 0;
	margin: 0;
}

.breadcrumb_main li {
	font-size: 16px;
	float: left;
	padding-right: 15px;
	list-style: none;
	color: #000;
}

ul.foot-sec-main {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	flex-flow: row wrap;

}

ul.foot-sec-main>li {
    list-style: none;
    position: relative;
    padding-left: 0%;
}

ul.foot-sec-main li:nth-child(1) {
    padding: 0;
    position: unset;
}
ul.foot-sec-main.footer-padd {
    padding-left: 70px;
}

.home-treat-bg {
	position: relative;
}
.bg-light{
	background-color: #f9f9f9 !important;
}



.our-product li:hover {
    border-color: #009aec;
}

.our-product li:hover a.home-prod-card-btn {
    color: #fff;
}

ul.our-product.our-product-1 li:hover figure {
	border-color: #0064b1 !important;
}

ul.our-product.our-product-1 li:hover h3 a {
	color: #0064b1 !important;
}

.footer-box ul li a:hover {
    color: #cecfcf;
}

.copy-right-social a:hover i {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}
form.d-flex.form1.mobile-hide {
    display: none !important;
}
.home_coupon{ position:absolute; right:15px; bottom:15px; max-width:350px;}
.coupon_area_cat{ width:100%; float:right; border-radius:8px; max-width:400px; display:flex; flex-flow:row; align-items:center; justify-content:space-between; padding:5px 10px; margin:10px 0 0px ; background: #f7f7f7; border:dashed 1px #009aec; line-height:normal;}
.coupon_area_cat p{font-size:22px !important; font-weight:700; margin:0; text-align: left; color:#000; text-transform:uppercase; line-height:22px; font-style:italic;}
.coupon_area_cat p span{ color:#009aec;font-size:22px}
.coupon_area_cat h4{ font-weight:700; font-size:14px; text-transform:uppercase; color:#000; margin:0px 0 5px; padding:0; text-align:center; line-height:16px; }
.coupon_area_cat .coupon_box{ font-size:18px; background:#009aec; color:#fff; padding:5px 10px 0; display:inline-block; border:dashed 1px #fff; font-weight:700; line-height:24px; letter-spacing:1px; min-width:100px; text-align:center; }
.bitcoin-main-box {
    position: relative;
    margin: 50px 0 0;
}
.bitcoin-main-box img {
    width: 100%;
}
.quick-checkout-left .coupon_area_cat {
    margin: 0 0 10px;
    max-width: 100%;
}
.bitcoin-main-box-intro {
    position: absolute;
    top: 55px;
    left: 55px;
}
.bitcoin-main-box-intro span {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}
.bitcoin-main-box-intro h3 {
    font-size: 60px;
    color: #fff;
    margin: 5px 0 10px;
    font-weight: 800;
    line-height: 60px;
}
.bitcoin-main-box-intro p {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}
figure.bnr-small-img {
    position: absolute;
    width: auto;
    float: left;
    top: 156px;
}
figure.bnr-small-img img {
    width: 100%;
}
.about-box-left ul {
    padding-left: 22px;
    margin: 0 0 15px;
}
ul.home-prod-card {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 20px;
    margin: 0 0 30px;
}
ul.home-prod-card li {
    flex: 0 0 40%;
    border: 1px solid #eee;
}
ul.home-prod-card li {
    flex: 0 0 23.5%;
    border: 1px solid #eee;
    list-style: none;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}
ul.home-prod-card li figure {
    background: #f2f2f2;
    border-radius: 15px;
    margin: 0;
    padding: 20px;
}
.our-product li figure img {
    width: 100%;
}
.cate-page h1 {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
}
.content_page h2 {
    font-size: 20px;
    font-weight: 600;
    color: #009aec;
    margin: 0 0 0px;
}
.content_page h2 a {
    color: #009aec;
}
.content_page h3 {
    font-size:18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px;
}
.content_page h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 0px;
}
.home__coupon .coupon_area_cat {
    float: left;
    width: 100%;
}
.content_page.cms_page {
    padding: 30px 0;
}
.newsletter-footer input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 41px;
    border: none;
    font-size: 16px;
}
.newsletter-footer button {
    width: 100%;
    height: 50px;
    line-height: 54px;
    border-radius: 45px;
    border: none;
    background: #009aec;
    margin: 10px 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.content_page.cms_page h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 0px;
    color: #009aec;
}
.content_page ul {
    padding-left: 20px;
    margin-bottom: 25px;
}
.content_page ul li {
    margin: 10px 0;
}
ul.home-prod-card li h2 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.about-box-left h3 {
    font-size: 22px;
    font-weight: 600;
    color: #009aec;
    margin: 0;
}
.home_page_main_content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #009aec;

    margin: 0;
}
.home_page_main_content p {
    margin: 0 0 25px;
}
.home_page_main_content ul {
    padding-left: 22px;
    margin: 0 0 15px;
}
ul.our-product.cate-product {
    margin: 10px 0 0px 0;
}
.home_page_main_content ul li {
    margin: 5px 0;
}
ul.home-prod-card li figure img {
    width: 100%;
}
a.home-prod-card-btn {
    background: #009aec;
    font-size: 16px;
    padding: 8px 24px 5px;
    display: inline-block;
    border-radius: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.quick-checkout {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #ffffff;
    border: 0px solid #c8f9ff;
    border-radius: 5px;
    padding: 0px;
    flex-wrap: wrap;
    margin: 35px 0;
    box-shadow: 0 0 0px #eee;
    align-items: center;
}
.quick-checkout-right p {
    font-size: 16px;
    line-height: 26px;
}
.quick-checkout-left>figure {
    background: #fff;
    text-align: center;
    margin: 0 0 20px;
    line-height: 210px;
    position: relative;
}

.quick-checkout-left>figure span.instock {
    position: absolute;
    right: -20px;
    top: -20px;
    height: auto;
    line-height: normal;
    background: #009aec;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0 0 0 10px;
}
.quick-checkout-left>figure span.outstock{  position: absolute;
    right: -15px;
    top: -15px;
    height: auto;
    line-height: normal;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0 0 0 10px;background:#ed3f31; }

.quick-check-pay-mode {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 5px 25px;
    border-radius: 30px;
    box-shadow: 0 0 0px #ccc;
    width: 100%;
    float: left;
    margin: 0px 0 0px;
}

.quick-check-pay-mode h5 {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 20px;
}
.content_page p strong {
    font-weight: 600;
}

.quick-check-pay-mode figure {
    background: transparent;
    margin: 0;
}

.quick-checkout-left>ul {
    margin: 15px 0px 5px;
    width: 100%;
    float: left;
}

.quick-checkout-left>ul li {
    list-style: none;
    font-size: 15px;
    background-image: url(../images/check_cont.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 26px;
}

.quick-checkout-left {
    flex: 0 0 40%;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.quick-checkout-right {
    flex: 0 0 55%;
    padding: 0px 0px 0px 0;
    width: 100%;
}
.breadcrumb_main li a {
    color: #000;
}
.breadcrumb_main li i {
    color: #000;
}
.product__delivery span {
    background: #f4fbff;
    border-radius: 40px;
    padding: 5px 20px;
    line-height: normal;
}
.product__delivery span a {
    opacity: .7;
    line-height: normal;
    font-size: 14px;
    margin: 0 5px;
}
.quick-checkout-right>ul {
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    padding: 0px;
}

.quick-checkout-right>ul li span {
    font-size: 17px;
    color: #323232;
    width: 25%;
    text-align: center;
}

.quick-checkout-right>ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6fcff;
    margin: 0px 0;
    padding: 5px 0;
    border-radius: 0px;
    background: #f6feff;
}

.quick-checkout-right>ul li:nth-child(1) {
    border: none;
    margin-top: 0;
    background: #009aec;
    padding: 10px 0;
}

.quick-checkout-right>ul li:nth-child(1) span {
    font-size: 18px;
    color: #030303;
}

.quick-checkout-right>ul li button {
    font-size: 14px;
    background: #0e0e0e;
    border: none;
    padding: 5px 15px;
    border-radius: 29px;
    color: #fff;
}
.quick-checkout-right-head h1 {
    font-size: 32px;
    position: relative;
    font-weight: 600;
}

.quick-checkout-right-head {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.quick-checkout-right-head>span {
    color: #ffd100;
    font-size: 13px;
    margin: 0 10px;
}

.quick-checkout-right-head>label {
    font-size: 14px;
}

.pro_dosase {
    height: auto;
    display: grid;
    align-items: center;
    margin: 0 0 15px;
    border: dashed 0px #8bcd2b;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 5px auto 20px;
    justify-content: space-between;
}

.pro_dosase h3 {
    margin: 0 !important;
    width: auto;
    border: none;
    flex: 0 0 auto;
    padding: 0px 0 !important;
    color: #999 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px !important;
}

.select_dosase.pro_dosase ul {
    padding: 0;
    margin: 0;
    flex: 0 0 64%;
    float: right;
}

.select_dosase ul li {
    width: auto;
    margin: 0 8px;
    list-style: none;
    border: none;
    padding: 0;
    min-width: inherit;
    min-height: inherit;
}

.pro_dosase ul li {
    width: 85px;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.pro_dosase ul li label {
    border-radius: 0;
    padding: 5px;
    border: solid 1px #0d2556;
    border-width: 0 0 0 1px;
    color: #0d2556;
    line-height: 25px;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}


.select_dosase ul li.active .radio_btn {
    background: #08233b;
    color: #000;
    font-weight: 600;
}

.pro_dosase ul li.active label {
    background: #ebebeb !important;
    color: #fff;
}

.select_dosase ul li label {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select_dosase ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pro_dosase ul li label {
    border-radius: 30px;
    padding: 0px 5px;
    border: 0;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
    margin: 0px 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.pro_qty.pro_qty1 h5 {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px;
    opacity: .7;
}
.pro_qty ul.pro_strength { display: flex; flex-flow: row wrap; align-items: stretch; padding:0; margin:0 0px;}
.pro_qty ul.pro_strength li {
    list-style: none;
    color: #000;
    font-weight: 500;
    margin: 0 8px 5px 0;
    padding: 0 0px;
    height: 35px;
    border: solid 1px #ccc;
    width: auto;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    position: relative;
    text-transform: uppercase;
    border-radius: 30px;
}
.pro_qty ul.pro_strength li input[type=radio]{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; visibility:hidden;}
.pro_qty ul.pro_strength li label.radio_btn_2 {
    cursor: pointer;
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 0;
    font-size: 18px;
    padding: 0 20px;
    width: 85px;
}
.pro_qty ul.pro_strength li.active, .pro-size ul li:hover{ border:solid 2px #8bcd2b; }

.pro_qty ul.pro_strength li label.radio_btn_3{ cursor:pointer; width:100%; margin:0; text-align:center; position:relative; z-index:5; margin:0; padding:0 0 0 30px; font-size:16px; }

.pro_qty ul.pro_strength li label.radio_btn_3 input { position: absolute; opacity: 0; cursor: pointer;}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark { border: 2px solid #000;position: absolute; top:5px; left: 0; height: 25px; width: 25px; background-color: #eee;}

.pro_qty ul.pro_strength li label.radio_btn_3:hover input ~ .checkmark { background-color: #ccc;}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked ~ .checkmark {     background-color: transparent;
    border: 2px solid #8bcd2b;
    color: #8bcd2b;}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after { content: ""; position: absolute; display: none;}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked ~ .checkmark:after { display: block;}


.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid #8bcd2b; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);}

.pro_qty ul.pro_strength.pro_name_list li{ border:none; background:#e2e1e1; border-radius:35px; font-size:14px; }
.pro_qty.pro_qty1 ul.pro_strength li.active {
    border: solid 1px #ccc;
    color: #000000;
    background: #ebebeb;
}
.pro_qty ul.pro_strength.pro_name_list li label.radio_btn_2{ font-size:14px;}

.pro_qty ul.pro_strength.pill_str li{ border:none; background:none;  padding:0 10px 0 0; }

.select_pro_med {
    width: 100%;
    float: left;
    height: 321px;
    overflow: scroll;
}
.price_part{ width:100%; float:left; display:flex; align-items:center; margin:8px 0px 0;}
.price_part .price_left{ width:auto; float:left; margin-right:30px; font-weight:700; color:#8bcd2b; font-size:36px; line-height:28px;  }
.price_part .price_left span{ display:block; font-size:15px; font-weight:600; font-style:italic; color:#000; text-transform:uppercase; letter-spacing:0px;}
.price_part .check_rgt{ width:auto; float:left;}
.price_part .check_rgt button{border-radius: 40px;width:200px; font-size:18px; font-weight:700; height:50px; background:#8bcd2b; padding:0 25px; color:#fff; border:none; cursor:pointer;}


.price-button {
    display: flex
;
    gap: 0px;
    align-items: center;
    margin: 20px 0 0;
}
.price-button > div {
    flex: 0 0 60%;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 50px 0 0 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.quick-checkout-left>figure img {
    max-height: 210px;
}
.product__delivery {
    margin: 15px 0 0;
}
.price-button button {
    width: 100%;
    height: 50px;
    line-height: 56px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 0 50px 50px 0;
    background-color: #181818;
    color: #fff;
}

.product__delivery {
    margin: 20px 0 0;
}
.prodct_table_main table tr td button {
    width: auto;
    display: inline-block;
    border: none;
    background: #0d2556;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
    transition: ease-in .3s;
}

figure.content__bnr {
    /* display: inline; */
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0 20px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px #ccc;
}

figure.content__bnr img {
    width: 100%;
}

.pro_txt_2 {
    position: absolute;
    left: 50px;
    top: 43%;
}

.pro_txt_2 label {
    font-size: 32px;
}

.pro_txt_2 label a {
    font-size: 32px;
}
.cart_box_left {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 #ccc;
    margin: 0px 0 15px;
}

.right_side_checkout {
    margin: 0px 0 10px;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 #ccc;
}

.cart_box_left h3,
.right_side_checkout h3 {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    background: #009aec;
    display: block;
    padding: 10px;
}

.cart_box_left ul {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0px 15px;
}

.cart_box_left ul li {
    width: 100%;
    float: left;
    padding: 0 0 15px 60px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
    margin: 10px 0;
}

.cart_box_left ul li::before {
    width: 42px;
    height: 42px;
    position: absolute;
    content: '';
    background: url(../images/cart_tick.png) no-repeat center;
    left: 0;
    top: 0;
}

.cart_box_left ul li:last-child {
    border: none;
}

.blog_details_area figure img {
    width: 100%;
}

.cart_page_bg {
    background: #fff;
    margin-bottom: 50px;
}

.cart_page_bg h1 {
    font-size: 32px;
    margin: 20px 0;
    width: 100%;
    float: left;
}

.cart_box_left ul li .left_side {
    width: auto;
    float: left;
}

.alert {
    width: 100%;
    float: left;
    font-size: 16px;
}

.cart_box_left p {
    margin: 0;
}

.cart_box_left ul li .left_side .top_title {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.cart_box_left ul li .left_side h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.cart_box_left ul li .left_side h4 span {
    margin: 0 5px;
}

.cart_box_left ul li .left_side p {
    font-size: 14px;
    color: #009aec;
}

.cart_box_left ul li .left_side .remove_area {
    width: 100%;
    float: left;
    margin: 0 0 0px;
}

.cart_box_left ul li .left_side .remove_area a {
    color: #808080;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}

.cart_box_left ul li .left_side .remove_area a:hover {
    color: #f00;
}

.cart_box_left ul li .right_side {
    width: auto;
    float: right;
    text-align: right;
}

.cart_box_left ul li .right_side .qty {
    width: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    border-radius: 24px;
}

.cart_box_left ul li .right_side .qty span {
    cursor: pointer;
    width: 25px;
    text-align: center;
    line-height: 25px;
    display: flex
;
    justify-content: center;
}

.cart_box_left ul li .right_side .qty input {
    max-width: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
}

.cart_box_left ul li .right_side .price_top {
    margin-bottom: 10px;
    min-height: 40px;
}

.cart_box_left ul li .right_side .price_top h4 {
    font-size: 20px;
    color: #009aec;
    font-weight: 600;
}

.cart_box_left ul li .right_side .price_top p.main_price {
    text-decoration: line-through;
    color: #808080;
}

.right_side_checkout ul {
    width: 100%;
    float: left;
    padding: 5px 15px 15px 15px;
}

.right_side_checkout ul li {
    width: 100%;
    float: left;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}

.right_side_checkout ul li span {
    font-size: 14px;
}

.right_side_checkout ul li label {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.right_side_checkout ul li label span {
    font-size: 18px;
}

.right_side_checkout ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.right_side_checkout ul li .left {
    max-width: 100px;
    text-align: left;
}

.right_side_checkout ul li .left span {
    display: block;
}

.right_side_checkout ul li .left b {
    font-size: 20px;
    font-weight: 600;
    color: #009aec;
    line-height: 20px;
}

.right_side_checkout .btn_checkout {
    background: #009aec;
    color: #fff;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: 5px 0px;
    width: 100%;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
}
button.btn.btn-danger {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0 20px 20px 0;
    border: none;
}
.right_side_checkout .btn_checkout:hover {
    background: #366feb;
    transition: ease-in .3s;
}

.coupons {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    border: dashed 2px #009aec;
    border-radius: 30px;
    padding: 20px;
}

.coupons .form-group {
    width: 100%;
    float: left;
    margin: 0px 0px;
    padding: 10px 0 0px;
    display: flex;
    flex-flow: row wrap;
}

.coupons .form-group input {
    margin-bottom: 0px;
}

.coupons .form-group input {
    margin-bottom: 0px;
    border: 0px;
    background: #f2f2f2;
    border-radius: 30px 0 0 30px;
    flex: 1;
    box-shadow: 0px 0px 2px #ccc;
    height: 40px;
    padding: 0 25px;
}

.cate-page h1 {
    font-size: 32px;
    font-weight: 600;
    color: #009aec;
    text-align: center;
    text-transform: capitalize;
}

.cate-page {
    margin: 50px 0 0;
}

.checkout_details {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 14px;
    color: #000;
    box-shadow: 0 0 10px #ccc;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.checkout_details h3 {
    width: 100%;
    float: left;
    color: #009aec;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.btc_msg {
    display: none
}

.checkout_details ul {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 0 0 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between
}

.checkout_details ul li {
    flex: 0 0 100%;
    float: left;
    margin: 10px 0 0;
    position: relative;
    list-style: none
}

.checkout_details label {
    width: 100%;
    float: left;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
    margin: 5px 0px;
}

.my_cart.check_cart table tr th {
    background: #0d2556;
    color: #fff;
    font-weight: 400
}

.checkout_details ul li:nth-child(1) {
    flex: 0 0 49%;
}

.checkout_details ul li:nth-child(2) {
    flex: 0 0 49%;
}

.checkout_details ul li:nth-child(5) {
    flex: 0 0 32.5%;
}

.checkout_details ul li:nth-child(6) {
    flex: 0 0 32.5%;
}

.checkout_details ul li:nth-child(7) {
    flex: 0 0 32.5%;
}

.checkout_details ul li input {
    height: 45px;
    font-size: 14px;
}

.sbmt_area button {
    border-radius: 10px;
    color: #fff;
    padding: 0;
    background: #009aec;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    transition: .5s;
}

.check_right {
    padding: 15px;
    background: #f3f7ff;
    border-radius: 10px;
}

.checkout_details ul li select {
    appearance: auto;
    height: 45px;
    font-size: 14px;
    opacity: .8;
}

.check_right.order-table.table-responsive h3 {
    font-size: 24px;
    font-weight: 600;
}

.check_right table {
    background: #f3f7ff;
    border-radius: 5px !important;
    margin-bottom: 0 !important
}

.check_right table b {
    color: #0d2556;
}

.checkout_page h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0d2556;
}

.payment_details {
    width: 100%;
    float: left;
    border: solid 0x #f1f1f1;
    font-size: 14px;
    color: #000;
    margin: 20px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #ccc;
    overflow: hidden
}

.payment_details h3 {
    width: 100%;
    float: left;
    color: #0d2556;
    padding: 18px 25px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.payment_opt {
    text-align: center;
    padding: 10px 25px 20px;
    width: 100%;
    float: left
}

.payment_opt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    text-align: center
}

.payment_opt ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    height: auto;
    border: #ccc 1px solid;
    padding: 8px 8px 8px;
    text-align: center;
    cursor: pointer;
    margin: 5px 0;
    min-width: auto;
    text-align: left;
    background: #fff;
    list-style: none
}

.payment_opt ul li figure {
    max-width: 30%;
    width: 60px;
    float: left;
    height: auto;
    background: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.payment_opt ul li figure img {
    display: inline-block;
    float: left;
    max-width: 100%;
    height: auto;
    max-height: 35px;
    margin: 8px 5px;
}

.payment_opt ul li figcaption {
    width: 70%;
    float: left;
    height: auto;
    padding: 0 5px
}

.payment_opt ul li figcaption h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-top: 0 0 5px;
    width: 100%;
    float: left
}

.payment_opt ul li figcaption span {
    font-size: 14px;
    color: red;
    font-weight: 600;
    line-height: 16px;
    display: inline-block
}

.card_details_main {
    width: 100%;
    float: left;
    margin: 15px 0 25px;
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #ccc;
    overflow: hidden
}

.card_details_main h2 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    margin: 0 0 15px;
    color: #03045e;
    font-weight: 600;
}

.card_details_main .main_div {
    width: 100%;
    float: left
}

.card_details_main .main_div .left_side {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 0
}

.card_details_main .main_div .left_side label {
    margin: 0
}

.card_details_main .main_div .right_side {
    width: 100%;
    float: left
}

.card_details_main .check_first .form-control {
    margin: 7px 0;
    background: 0 0;
    border: solid 1px #ccc;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    font-size: 13px
}

.card_details_main .card_dtls li {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    list-style: none
}

.process_btn {
    width: 100%;
    float: left;
    margin: 5px 0 20px
}

.process_btn button {
    background: #ff470d;
    color: #fff;
    font-size: :16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding-bottom: 12px 30px;
    border-radius: 25px;
}

.card_details_main .check_first .form-control {
    margin: 7px 0;
    background: 0 0;
    border: solid 1px #ccc;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    font-size: 13px
}

.card_details_main .card_dtls li select {
    background: url(../images/select_arrow.png) no-repeat right 10px top 15px #fff !important;
    height: 40px !important
}

.card_width li {
    list-style: none
}

img.cross-btn {
    cursor: pointer
}

.checkout_page h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0d2556;
}

.qty {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.pro-review {
    overflow: hidden;
    width: 100%;
    float: left;
}

.review-sec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 50px;
    border-bottom: solid 0px #eee;
}

.admin-image {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    background: #ddd;
    border-radius: 50%;
    position: relative;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
}

.admin-image .fa-user-o:before {
    font-size: 30px;
    line-height: 60px;
}

.admin-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.admin-review {
    float: left;
    border: #ddd 1px solid;
    width: calc(100% - 70px);
    padding: 10px 20px;
    border-radius: 4px;
    color: #292828;
}

.admin-ranking {
    float: left;
    width: 100%;
}

.admin-ranking a {
    color: #000;
}

.admin-ranking b {
    font-weight: 600;
}

.star {
    position: relative;
    float: left;
    font-size: 14px;
}

.star i {
    color: #ffd100;
}

.discription {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #292828;
    margin-top: 6px;
    font-style: italic;
}

.review-mid-content {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}

.review-mid-content h3 {
    color: #0020dd232839;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}

.review-mid-content p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
}

.rating-star {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.rating-star a {
    display: inline-block;
    text-indent: -999em;
    width: 100%;
    width: 16px;
    height: 16px;
    position: relative;
}

.rating-star a::before {
    content: "\f006";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: 0;
    display: block;
    text-indent: 0;
    color: #002039;
}

.rating-star a:hover::before {
    content: "\f005";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: 0;
    display: block;
    text-indent: 0;
    color: #002039;
}

.review-mid-content .sub-btn1 {
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 3px;
}

.review-mid-content .sub-btn1:hover {
    background: #e65700;
}

.review-form {
    margin-top: 0px;
}

.form-row textarea {
    height: 100px;
}

.form-row {
    margin: 20px 0;
}

.form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.form-row label.error {
    color: #f00;
}

.sub-btn {
    margin-top: 20px;
    background: #e65700;
    border: #e65700 1px solid;
    color: #fff;
    font-weight: 600;
    padding: 8px 26px;
    border-radius: 4px;
    cursor: pointer;
}

.sub-btn:hover {
    background: none;
    border: #000 1px solid;
    color: #fff;
    color: #002039;
    transition: .5s
}

.rating {
    float: left;
    position: relative;
}

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 20px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    color: #ddd;
    margin: 0 5px 0 0;
}

.rating:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Fontawesome';
}

.rating>input:checked~label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked)>label.error {
    display: block;
    color: #f00;
    position: absolute;
    font-size: 13px;
    text-shadow: none;
    font-weight: 900;
    left: 0;
    top: 40px;
    width: 100%;
}

.rating:not(:checked)>label.error::before {
    display: none;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked label:hover label,
.rating>label:hover input:checked label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.review-sec-main {
    display: flex
;
    justify-content: space-between;
    border: 1px solid #eee;
    margin: 0 0 50px;
    border-radius: 30px;
}

.review-sec-main figure {
    flex: 0 0 45%;
    margin: 0;
}

.review-sec-main figure img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.review-sec-main .form-row {
    margin: 10px 18px;
    width: 30%;
    float: left;
}

.form-row.form-textarea {
    width: 98%;
    margin: 10px 0;
}

.review-sec-main .form-row h3 {
    font-size: 16px;
}

.review-sec-main h3 {
    font-size: 16px;
    font-weight: 400;
}

.review-sec>h3 {
    font-size: 26px !important;
    color: #000;
}
.coupons h3 {
    font-size: 24px;
    font-weight: 600;
}
.inner_page_area.cart_page_bg h1 {
    font-size: 36px;
    font-weight: 600;
}
.inner_page_area.cart_page_bg h1 {
    font-size: 36px;
    font-weight: 600;
}
.contact_form.content_page.cms_page {
    margin: 50px 0;
    box-shadow: 0 0 2px #ccc;
    padding: 40px;
    border-radius: 30px;
}
.contact_form.content_page.cms_page ul li {
    padding: 0;
    margin: 10px 7px;
    float: left;
    width: 48%;
    list-style: none;
}

.contact_form.content_page.cms_page ul li:nth-child(5) {
    width: 98%;
}

.contact_form.content_page.cms_page ul li:nth-child(5) textarea {
    border: 1px solid #eee;
}

.contact_form.content_page.cms_page ul li:nth-child(6) {
    width: 98%;
}

.contact_form.content_page.cms_page ul li input {
    height: 42px;
    border: 1px solid #eee;
}

button.sbmt_btn {
    display: inline-block;
    border: none;
    background: #009aec;
    padding: 14px 40px 10px;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 0;
    border-radius: 40px;
}
.contact_form.content_page.cms_page ul {
    padding: 0;
}
.empty_cart {
    text-align: center;
}
.empty_cart > a {
    background: #000;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
}
.empty_cart h3 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 600;
}
.footer-box p a {
    color: #009aec;
    font-weight: 600;
}
.bnr-txt .bnr-button a {
    background: #ffffff;
    color: #009aec;
    font-size: 20px;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 40px;
    margin: 0px 0 0px;
    font-weight: 500;
    height: 50px;
    line-height: 54px;
}
a.bnr-btn-2 {
    background: #063853 !important;
    color: #fff !important;
    margin-left: 15px !important;
}
.bnr-star-para {
    margin: 30px 0 0;
    border-top: 1px solid #5ebef3;
    width: 70%;
    padding: 25px 0 5px;
}
.home__coupon .coupon_area_cat {
    float: left;
}
.bnr-star-para p a i {
    color: #ffea00;
    font-size: 18px;
    margin: 0 2px;
}

.bnr-star-para p {
    font-size: 22px !important;
    margin: 0;
}
.pro-box-pay {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.pro-box-pay h3 {
    font-size: 20px;
    margin: 0 0 5px;
}
.pro-box-pay p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.modal-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #009aec;
    font-weight: 700;
}
.pop_txt {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 10px;
}
.pop_txt p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    margin: 0 0 15px;
    font-weight: 500;
}
.pop_txt p b {
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
    text-transform: capitalize;
}
.pop_txt a.shop_now {
    background: #009aec;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}
ul.pop_pro {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background: #f6f8fb;
    padding: 10px 15px 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
ul.pop_pro li h3 {
    font-size: 20px;
    font-weight: 600;
}
ul.pop_pro li{
    list-style:none;
}
ul.pop_pro a.cart {
 background: #009aec;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
}
ul.pop_pro figure {
    margin: 12px 0px 15px;
}
.content_page ol {
    padding-left: 22px;
    margin-bottom: 25px;
}
.content_page ol li {
    margin: 10px 0;
}
.content_page.page-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 50px 0;
}
.content_page.page-error h1 {
    font-size: 100px;
    font-weight: 700;
    color: #009aec;
    line-height: 100px;
    margin: 0;
}
.content_page.page-error a {
    padding: 10px 40px;
    background: #009aec;
    color: #000;
    border-radius: 50px;
}
.content_page.page-error span {
    font-size: 24px;
    margin: 10px 0 16px;
}
.main-sitemap {
    display: flex
;
    justify-content: space-between;
    flex-flow: row wrap;
    background: #f1faff;
    padding: 50px;
    border: 1px solid #009aec;
    border-radius: 15px;
}
.content_page.sitemap h1 {
    text-align: center;
}
.main-sitemap2 {
    flex: 0 0 60%;
}
.main-sitemap2 ul li {
    width: 33%;
    float: left;
}
aside h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}
.main-sitemap ul li {
    font-size: 18px;
}

aside {
    padding: 15px;
    border-top:solid 5px #009aec;
    background-color:#f7f7f7;
    align-self: start;
    position: sticky;
    top: 100px;
    border-radius: 30px;
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      li {
        padding: 0; margin:10px 0;
        a {
          color: inherit;
          text-transform: none;
          display: inline-block; font-size:14px; line-height:18px; text-decoration:none;
          transform-origin: left;
          transition: transform 0.1s linear;
          &.active {
            font-weight: 600;
            color:#009aec;
          }
        }
      }
    }
  }

 
.row.mt-5 {
    margin: 40px 0 0 !important;
}

ul.trail-para.product-box {
    width: 100%;
    float: left;
    margin: 10px 0 50px 0 !important;
    display: flex
;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 25px;
}
ul.trail-para.product-box li {
    flex: 0 0 32%;
    background: #eff9ff;
    margin: 0 0 0px 0;
    padding: 15px 20px !important;
    border: 0px solid #eaeaea;
    border-radius: 60px;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    display: flex
;
    gap: 15px;
}
ul.trail-para.product-box li:nth-child(2) {
    background-color: #fff8e1;
}
ul.trail-para.product-box li:nth-child(3) {
    background-color: #ffeeea;
}
ul.trail-para.product-box li figure {
    float: left;
    width: 20%;
    flex: 0 0 20%;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
    border-radius: 50px 0 0 50px;
}

ul.bitcoin-process {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin: 30px 0 0;
}

ul.bitcoin-process li figure {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
}

ul.bitcoin-process li {
    list-style: none;
    background: #fae2ff;
    padding: 35px;
    box-shadow: 0 0 0px #ccc;
    flex: 0 0 31%;
    width: 31%;
    border-radius: 36px;
    border: 0px solid #fff;
}
ul.bitcoin-process li:nth-child(2) {
    background: #fff6db;
}
ul.bitcoin-process li:nth-child(3) {
    background: #ffe1da;
}
ul.bitcoin-process li:nth-child(4) {
    background: #f1f1f1;
}
.main-heading.main-heading2 {
    text-align: left;
}
.main-heading.main-heading2 h2 {
    text-align: left;
}
ul.bitcoin-process li figure img {
    width: 100%;
}
ul.bitcoin-process li:last-child {
    flex: 50%;
    width: 50%;
    background-image: url(../images/bitcoin-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

ul.bitcoin-process li h3 {
    font-size: 24px;
    margin: 25px 0 10px;
    color: #0f2349;
}

ul.bitcoin-process li p {
    margin: 0;
    line-height: 22px;
    font-weight: 400;
    color: #0f2349;
}

.bg-light1 {
    background-color: #edf7f8;
}

ul.bitcoin-process li:last-child h2 {
    font-size: 39px;
    line-height: 44px;
    color: #fff;
    width: 47%;
    font-weight: 700;
}

ul.bitcoin-process li:last-child a {
    width: 200px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 20px;
    margin: 20px 0 0;
    font-weight: 500;
}

ul.bitcoin-process li:last-child {
    flex: 50%;
    width: 50%;
    background-image: url(../images/bitcoin-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.content_page.faq_home_page {
    border: 1px solid #eee;
    padding: 40px;
    margin: 20px 0 0;
    border-radius: 40px;
}
.faq-product {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 20px;
    margin:0 0 25px;
}
.faq-product p:last-child {
    margin: 0;
}
img.mobile-bnr {
    display: none;
}
.blog-card.blog_area {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}
.blog-card.blog_area .listing_blog li.listing {
flex: 0 0 32%;
float: left;
padding: 10px;
border: solid 1px #1ca4ba;
border-radius: 0;
margin: 0 0 25px;
width: 48%;
border-radius: 30px;
}
.blog__info h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.blog__info h2 a {
    font-weight: 600;
    color: #1ca4ba;
}
.blog__info > p {
   text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    margin-top: 10px;
    text-shadow: 0 0 0 #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 60px;
    width: 100%;
}
ul.date_time.date_admin {
    padding: 0 0px 0px;
    display: flex
;
    gap: 35px;
    margin: 7px 0 4px;
}
ul.date_time.date_admin li {
    font-size: 14px;
    list-style: none;
}
ul.date_time.date_admin li i {
    color: #1ca4ba;
    margin-right: 5px;
}
.blog-card.blog_area figure img {
width: 100%;
height: 204px;
object-fit: cover;
object-position: right;
border-radius: 30px;
}
.blog_details_area h1 {
    font-size: 32px;
    margin: 20px 0 5px;
    font-weight: 600;
}
.blog_details_area ul.date_time.date_admin {
    display: flex;
    margin: 0 0 15px;
    padding: 0;
    gap: 20px;
    list-style: none;
}
.blog_content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px;
}
.blog_content h1 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #1ca4ba;
}
.blog_content h2 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #1ca4ba;
}
.blog_content h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
a.extra_link {
    color: #000;
}
.blog_content h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.blog_content p a {
    font-weight: 600;
}
.blog_content ul li a{
    font-weight: 600;
    color: #009aec;
}
.blog-card.blog_area .listing_blog {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-flow: row wrap;
    list-style: none;
}
.blog_content ul {
    padding-left: 20px;
    margin: 0 0 25px;
}
.blog_content ul li {
    margin: 10px 0;
    font-size:16px;
    line-height:26px;
}
.blog_content p a
 {
    font-weight: 600;
    color: #009aec;
}
@media only screen and (max-width: 600px) {
.home_coupon{ max-width:100%; float:left; padding:0px 10px 10px; position:static;}  
ul.pop_pro li figure img {
    width: 100%;
}
.main-sitemap ul li {
    font-size: 14px;
    width: 100% !important;
    margin: 5px 0;
}
.main-sitemap ul{
    margin:0 0 15px;
}
.main-sitemap2 {
    flex: 0 0 100%;
}
.main-sitemap1 {
    flex: 0 0 100%;
    margin: 10px 0;
}
}

