* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;

}

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
}
p{
    font-size: 16px;
    line-height: 28px;
}
ul li{
     font-size: 16px;
    line-height: 28px;
}
.container{
    max-width: 1375px !important;
}
.section {
    padding: 60px 0px;
}

.head-top p {
    color: #000;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    
}

.head-top p span {
    background: #696cb8;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.head-top-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
}

.head-top-right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    border-left: 1px solid #f1f1f1;
    padding: 3px 15px;
    font-size: 16px;
    color: #000;
}

.head-top-right ul li p {
    color: #000;
    margin: 0 0 0 7px;
    font-size: 14px;
    font-weight: 700;
}
.ref-icon img {
    height: 35px;
}
.head-top-right li:first-child {
    padding: 0;
    border: 0;
}

.head-top-right ul li select {
    background: transparent;
    border: none;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
}

.head-top-right ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.head-top-right ul li:last-child {
    padding: 0;
}
.head-top-right ul li figure {
    margin: 0;
}
.headt-top-sec {
    padding: 6px 0;
}
.head-top-right ul li img {
    margin-right: 10px;
}
.head-top-right li:first-child {
    border: 0;
    padding: 0 15px 0 0;
}
.head-top-right.head-top-right2 li {
    padding: 5px 12px;
    /* border-radius: 14px; */
    overflow: hidden;
}
.headt-top-sec {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
}
.head-top-right.head-top-right2 li img {
    margin: 0;
    height: 20px;
}
li.nav-item {
    position: relative;
}
nav ul li ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 200px;
    top: 48px;
    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: 15px 10px;
    box-shadow: 0 0 5px 0 #d1d1d1;
    border-radius: 0 0 20px 20px;
    border-top: 3px solid #fc634a;
}
ul.dropdown li {
    margin: 10px 0 0 25px;
}
nav ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
.quick-checkout-left figure > p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    padding: 0 50px;
    margin: 0;

}
.navbar-light .navbar-nav .nav-item span {
    position: absolute;
    top: 1px;
    right: -1px;
}
.navbar-light .navbar-nav .nav-item span i {
    color: #000;
}
.banner-bg>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.main-bnr-intro-btn {
    display: flex
;
    gap: 18px;
}
.main-bnr-intro-btn a:last-child{
    background-color: #fff;
    color: #000;
}
.main-bnr {
    width: 100%;
    float: left;
    position: absolute;
    top: 70px;
    max-width: 1350px;
    margin: auto;
}
section.banner-bg {
    position: relative;
}
.main-bnr img {
    width: 100%;
}
.home-content ul {
    padding: 0 0 0 22px;
    margin: 0 0 25px;
}
.home-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #fc634a;
}
.home-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
        color: #fc634a;
}
.home-content p {
    margin-bottom: 25px;
}
.home-content ul li {
    margin: 15px 0;
}
.main-bnr-intro span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

.main-bnr-intro label {
    font-size: 48px;
    line-height: 68px;
    color: #000;
    font-weight: 700;
    width: 100%;
    margin: 7px 0 30px;
}

.main-bnr-intro a {
    float: left;
    height: 57px;
    width: 155px;
    background: #fc634a;
    border-radius: 80px;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    box-shadow: 0 0 10px #ccc;
}
.home-top-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fc634a;
}
.home-top-selling {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0;
}
.home-top-selling h2 {
    font-size: 30px;
    font-weight: 600;
    flex: 0 0 30%;
    color: #fc634a;
}
.home-top-selling div {
    display: flex;
    gap: 0px;
}
.home-top-selling div a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.top-selling-active{
    color: #fc634a;
}
form.d-flex.mobile {
    margin-left: 0px;
    background: #696cb8;
    border-radius: 5px;
    padding: 3px 10px;
}
li.nav-item:last-child .nav-link {
    padding-right: 0;
}
.head-top-right.head-top-right2 li .cart {
    color: #fff;
    font-size: 14px;
}
.head-top-right.head-top-right2 li figure {
    line-height: normal;
}
nav.navbar {
    padding: 15px 0px;
}
.nav-item .active:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 15px;
    height: 2px;
    width: 49px;
    background: #fc634a;
}
footer {
    overflow: hidden;
    padding: 50px 0px 0px;
    position: relative;
    background: #232323;
}

.footer-box.footer-trust-pilot {
    border: 2px solid #7b7b7b;
    text-align: center;
    padding: 20px;
    float: right;
    width: 85%;
}

.footer-box.footer-trust-pilot img {
    max-width: 100%;
}

.footer-box.footer-trust-pilot h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 14px 0 5px;
    text-align: left;
    padding-left: 14px;
}

.footer-box.footer-trust-pilot h3 {
    font-weight: 800;
    font-size: 16px;
}

.footer-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.footer-box h3 {
    width: 100%;
    float: left;
    font-size: 21px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 500;
}

.footer-box.footer-box1 {
    padding-left: 30px;
}

.footer-box.address-detail {
    padding-right: 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;
    padding: 0;
}

.footer-box ul li {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding-left: 0px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 4px 0;
}

.footer-box ul li a {
    width: 100%;
    float: left;
    color: #ffffff;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}

.footer-box figure {
    margin-bottom: 9px;
    width: 100%;
    float: left;
}

.footer-box p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    float: left;
    margin: 0;
}
.footer-box.footer-box-contact ul {
    margin: 15px 0 20px;
}
.copy-right-box p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.footer-box.address-detail figure {
    margin: 0 0 16px;
}

.copy-right-box {
    width: 100%;
}

.copy-right-social {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

.copy-right-social a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.Medical-Disclaimer-Note {
    background: #fff9dc;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 15px;
    border: 1px solid #f5ecc1;
}
.blog_content p strong i {
    color: #ff902e;
}
.Medical-Disclaimer-Note p{
    margin-bottom:0 !important;
}
.foot-icon a {
    color: #e6ebf0;
    margin-right: 7px;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    border: 2px solid #bcbcbc;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}
.footer-search {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    position: relative;
}
.footer-search input {
    width: 100%;
    height: 52px;
    padding-left: 20px;
    border-radius: 50px;
    border: none;

}
.footer-search button {
    border: none;
    position: absolute;
    right: -4px;
    border-radius: 50%;
    top: 2px;
}
.footer-payment img {
    margin: 20px 0 0 20px;
}

.copy-right {
    text-align: center;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 18px 0 0;
    background-image: url(../images/big-line.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 15px 0 10px;
    border-top: 1px solid #868686;
}

.payment-icon {
    margin: 20px 0 0;
}

.copy-right-sec {

    margin: 10px 0 0;
}

.copy-right-box p a {
    color: #f89f17;
}

.copy-right-social a i {
    color: #565764;
    font-size: 20px;
    margin: 0 10px;
}

.footer-box.footer-box1 h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #f9bcd3;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.footer-box.footer-box-padd {
    padding-left: 40px;
}

.footer-box.footer-box1 p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}


ul.our-product {
    display: flex;
    flex-flow: row wrap;
    margin: 25px 0 0;
    padding: 0;
    gap: 30px;
    justify-content: center;
}

ul.our-product li {
    list-style: none;
    border: 0px solid #ebebeb;
    text-align: left;
    flex: 0 0 23%;
    border-radius: 15px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 0px #ccc;
}

ul.our-product li figure img {
    width: auto;
    max-width: 90%;
}

ul.our-product li figure {
    background: #eff0ee;
    border-radius: 0px;
    margin: 0;
    padding: 0px;
    text-align: center;
    line-height: 280px;
}
ul.our-product li h3 {
    font-size: 18px;
    margin: 5px 0 18px;
    text-align: left;
    color: #000;
    font-weight: 500;
}
ul.our-product li h3 a{
    color: #000;
    font-weight: 500;
}

ul.our-product li>span {
    display: block;
    text-align: left;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 18px;
    margin: 18px 0 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.our-product-intro span {
    color: #a4a4a4;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

.our-product-intro h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 0 0 20px;
}

ul.our-product li>a {
    width: 140px;
    height: 44px;
    border: 1px solid #777777;
    display: flex;
    line-height: 44px;
    border-radius: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #6d6d6d;
}

ul.our-product li>a span {
    width: 30px;
    height: 30px;
    background: #777777;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
}
ul.our-treatment {
    display: flex;
    flex-flow: row wrap;
    gap: 50px;
    padding: 60px 0 0;
}
ul.our-treatment li {
    flex: 0 0 48%;
    overflow: hidden;
    position: relative;
}
ul.our-treatment li figure{
    margin:0;
}
.our-treatment-box {
    position: absolute;
    left: 10%;
    top: 20%;
}
.our-treatment-box h3 {
    font-size: 30px;

}
.our-treatment-box h3 a{
    font-weight: 600;
}
.our-treatment-box > a {
    width: 165px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
}
.home-site-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fc634a;
}
.home-site-content {
    padding-left: 40px;
}
.home-site-content.home-site-content2 {
    padding: 0 40px 0 0;
}
.home-content-box-col {
    text-align: left;
    margin: 20px 0 0px;
    padding: 0px 10px;
}
.home-site-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.main-heading.main-heading1 h2 {
    font-size: 28px;
}
.home-content-box-col p {
    margin: 0;
    text-align: justify;
}
figure.home-site-img4 img {
    width: 100%;
}
.main-heading h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 50px;
     color: #fc634a;
}
.main-heading h2{
    position: relative;
}
.main-heading h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -23px;
    border-bottom: 5px dashed salmon;
    height: 5px;
    width: 300px;
}
ul.process-box {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
ul.process-box li {
    list-style: none;
}
ul.process-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
}
ul.process-box li p {
    font-size: 15px;
    color: #000;
    opacity: .5;
    letter-spacing: 2px;
    margin: 0;
}
.bitcoin-box {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.bitcoin-box li {
    list-style: none;
    flex: 0 0 49%;
    position: relative;
}
.bitcoin-box li img{
    width: 100%;
}
figure.home-site-img img {
    width: 100%;
}
.bitcoin-box-intro {
    position: absolute;
    left: 40px;
    top: 70px;
}
.bitcoin-box-intro label {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 20px;
}
.bitcoin-box-intro h3 span {
    display: block;
    font-size: 23px;
    line-height: 38px;
    font-weight: 500;
}
.bitcoin-box-intro h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
}
.bitcoin-box-intro a {
    height: 52px;
    width: 135px;
    line-height: 52px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    margin: 20px 0 0;
    box-shadow: 0 0 10px #ebebeb;
    font-size: 17px;
    font-weight: 500;
}
ul.process-box li {
    list-style: none;
    display: flex;
    gap: 17px;
}
ul.process-box li figure{
    margin: 0;
}
.home-site-content {
    padding-left: 0px;
}
.home-site-content.home-site-content2 li {
    margin: 15px 0;
}
.home-site-content.home-site-content2 ul {
    margin: 0 0 25px;
    padding-left: 22px;
}
.home-site-content.home-site-content2 li strong {
    font-weight: 700;
}
.home-content ul li strong {
    font-weight: 700;
}
.home-content-box-col h4 {
    font-size: 22px;
    font-weight: 600;
}


.breadcrumb_main ol {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding: 0;
}

.breadcrumb_main ol li {
    font-size: 14px;
    list-style: none;
}

.innerpage-bg.breadcrumb_bg {
    background: #ffe7e3;
}
button.btn.btn-primary.btn-primary1 {
    background: #000;
    border: none;
    padding: 12px 40px;
}


.content_page h2 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #fc634a;
    font-weight: 600;
}
.content_page h3 {
    font-size: 18px;
    margin: 0 0 5px;
     color: #000;
    font-weight: 600;
}

.content_page p {
    margin: 0 0 25px;
}

.content_page p a {
    color: #fc634a;
    font-weight: 600;
}

.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 10px #eee;
}

.quick-checkout-left>figure {
    background: #fff;
    text-align: center;
    margin: 0 0 20px;
    line-height: 250px;
    position: relative;
}
.ref-icon {
    position: absolute;
    top: -14px;
    left: -14px;
    line-height: normal;
}
.blog_content ol {
    padding-left: 18px;
    margin-bottom: 25px;

}
.blog_content ol li{
    margin: 10px 0;
}
.blog_details_area figure img {
    width: 100%;
}
.blog_content ul li{
    margin: 10px 0;
}
.blog_content ul{
    margin-bottom: 25px;
}

.quick-checkout-left>figure span {
    position: absolute;
    right: -15px;
    top: -15px;
    height: auto;
    line-height: normal;
    background: #fc634a;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0 0 0 10px;
}
.quick-checkout-left>figure span.outstock{ background:#ed3f31; }

.quick-check-pay-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffe7e3;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0 0 0px #ccc;
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

.quick-check-pay-mode h5 {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.quick-check-pay-mode figure {
    background: transparent;
    margin: 0;
}

.quick-checkout-left>ul {
    margin: 15px 0px 5px;
    padding: 0;
    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-right: 3px solid #fc634a;
    padding: 15px;
    border-radius: 0px;
}

.quick-checkout-right {
    flex: 0 0 57%;
    padding: 30px 30px 30px 0;
}

.quick-checkout-right>ul {
    border: 1px solid #ffe7e3;
    border-radius: 5px;
    background: #ffe7e3;
    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 #fbcdc5;
    margin: 0px 0;
    padding: 5px 0;
    border-radius: 0px;
    background: #ffe7e3;
}

.quick-checkout-right>ul li:nth-child(1) {
    border: none;
    margin-top: 0;
    background: #fc634a;
    padding: 10px 0;
}

.quick-checkout-right>ul li:nth-child(1) span {
    font-size: 18px;
    color: #ffffff;
}

.quick-checkout-right>ul li button {
    font-size: 14px;
    background: #000;
    border: none;
    padding: 5px 15px;
    border-radius: 29px;
    color: #fff;
}

.quick-checkout-right-head h1 {
    font-size: 36px;
    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: flex;
    align-items: center;
    margin: 0 0 15px;
    /* background: #1b68aa; */
    border: dashed 0px #8bcd2b;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 5px auto 10px;
    justify-content: space-between;
}

.pro_dosase h3 {
    margin: 0 !important;
    width: auto;
    border: none;
    flex: 0 0 35%;
    padding: 8px 0 !important;
    color: #fc634a !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.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: 25%;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
}

.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: #fff;
    font-weight: 600;
}

.pro_dosase ul li.active label {
    background: #fc634a !important;
    color: #fff;
    border-radius: 40px;
}

.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: 40px;
    padding: 10px 5px;
    border: 0;
    border-width: 0 0 0 0px;
    color: #000;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    background: #ffe7e3;
    margin: 0px 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;
}

.empty_cart {
    text-align: center;
    margin: 0 0 40px;
}

.empty_cart h3 {
    font-size: 24px;
    margin: 10px 0 20px;
}

.empty_cart a {
    background: #fc634a;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 31px;
}

.content_page.page-error {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0;
    justify-content: center;
    align-items: center;
}

.content_page.page-error span {
    font-size: 20px;
    font-weight: 600;
}

.content_page.page-error a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
}

.main-sitemap {
    display: flex;
    justify-content: space-between;
}

.main-sitemap2 {
    flex: 0 0 60%;
}

.main-sitemap2 ul li {
    width: 33%;
    float: left;
}

.main-sitemap1 {
    flex: 0 0 20%;
}

.main-sitemap ul li {
    font-size: 15px;
    margin: 5px 0;
}

.main-sitemap2 ul li {
    width: 33%;
    float: left;
}

.content_page.page-error h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 0;
    font-weight: 700;
    color: #fc634a;
}

.mobile_show {
    display: none;
}

.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: #fc634a;
    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: #fc634a;
}

.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;
}

.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: #fc634a;
    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: #fc634a;
    line-height: 20px;
}

.right_side_checkout .btn_checkout {
    background: #fc634a;
    color: #fff;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    margin: 5px 0px;
    width: 100%;
    height: 45px;
    padding: 0 25px;
}

.right_side_checkout .btn_checkout:hover {
    background: #000;
    transition: ease-in .3s;
}

.coupons {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    border: dashed 2px #fc634a;
    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: 48px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.cate-page {
    margin: 0px 0 0;
}
.content_page ol {
    padding: 0 0 0px 20px;
    margin: 0 0 25px;
}
.content_page ol li {
    margin: 10px 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: #fc634a;
    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: #fc634a;
    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: 0px;
    background: #ffffff;
    border-radius: 0px;
}
.checkout_details ul li select {
    appearance: auto;
    height: 45px;
}

.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;
    font-size: 14px;
}

.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;
}

.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 10px;
    width: 30%;
    float: left;
}

.form-row.form-textarea {
    width: 98%;
    margin: 10px 0;
}

.review-sec-main .form-row h3 {
    font-size: 18px;
}

.review-sec-main h3 {
    font-size: 18px;
    font-weight: 500;
}

.review-sec>h3 {
    font-size: 26px !important;
    color: #000;
}

.main-sitemap ul {
    padding-left: 0px;
    width: 100%;
    float: left;
}
.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: #000;
    padding: 12px 40px;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 0;
    border-radius: 5px;
}

.content_page.cms_page {
    padding: 50px 0;
}

ul.our-product.cate-product {
    justify-content: center;
}

.contact_form.content_page.cms_page {
    margin: 50px 0;
    box-shadow: 0 0 15px #eee;
    padding: 40px;
}

.content_page ul {
    margin: 0 0 25px;
    padding: 0;
}

.content_page ul li:first-child {
    margin-top: 0;
}

.content_page ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
    background-position: 0 6px;
    margin: 10px 0;
}

.home__content.home__content1 {
    text-align: center;
}

.home__content.home__content1 h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fc634a;
}

ul.our-product li:hover>a {
    background-color: transparent;
    border-color: #fc634a;
    color: #fc634a;
}

ul.our-product li:hover>a span {
    background-color: #fc634a;
}

ul.treatment-product li:hover .treatment-product-intro>a {
    background-color: #fc634a;
    border-color: #fc634a;
    color: #ffffff;
}

ul.treatment-product li:hover .treatment-product-intro>a span {
    background-color: #fc634a;
}

.desktop {
    display: none !important;
}
.modal-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fc634a;
    font-weight: 600;
}
ul.pop_pro li {
    list-style: none;
}
ul.pop_pro li > a {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px;
}
.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: 600;
    margin: 0 0 5px;
    display: block;
    text-transform: capitalize;
}
.pop_txt a.shop_now {
    background: #fc634a;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    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: 16px;
    font-weight: 600;
}
ul.pop_pro a.cart {
    background: #fc634a;
    padding: 2px 7px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    height: auto;
}
ul.pop_pro figure {
    margin: 12px 0px 15px;
}
ul.pop_pro li {
    list-style: none;
    width: 50%;
    padding: 10px;
}
ul.process__new {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 40px 0 0;
    gap: 15px;
}
ul.process__new li {
    position: relative;
    list-style: none;
    padding: 0 0px 0px;
}
ul.process__new li div {
    position: absolute;
    right: 22%;
    top: 40%;
    width: 165px;
    text-align: center;
    background: #ff000000;
}
ul.process__new li:nth-child(3) div {
    right: 10%;
}
ul.process__new h3 {
    text-transform: uppercase;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    font-size: 22px;
}
ul.process__new li img {
    width: auto;
    max-height: 331px;
}

ul.process__new li div p {
    margin: 10px 0 0;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
}
.why-choose-bg ul {
    display: flex;
    flex-flow: row wrap;
    gap: 45px;
}
.why-choose-bg ul li {
    flex: 0 0 31%;
    list-style: none;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 45px;
    border-radius: 15px;
}
.why-choose-bg ul li h3 {
    font-size: 26px;
    color: #cf2659;
    font-weight: 400;
    line-height: 47px;
    margin: 90px 0 0px;
    text-transform: uppercase;
}
ul.process__new li div p strong {
    font-weight: 500;
}
.why-choose-bg ul li p {
    margin: 0;
    line-height: 30px;
}
.why-choose-bg ul li h3 span {
    font-weight: 500;
}
.why-choose-bg h2 {
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    color: #fff;
    font-size: 36px;
}
.why-choose-bg{
    position:relative;
}
.why-choose-bg:before{
    content:'';
    position:absolute;
    background-color: #664867;
    left:0;
    top:0;
    width:100%;
    height:70%;
    z-index:-1;
    
}
.why-choose-bg ul li {
    position: relative;
    overflow: hidden;
}
.why-choose-bg ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
}
.why-choose-bg ul li:nth-child(1):before {
    background-image: url(../images/why-choose-icon1.jpg);
}
.why-choose-bg ul li:nth-child(2):before {
    background-image: url(../images/why-choose-icon2.jpg);
}
.why-choose-bg ul li:nth-child(3):before {
    background-image: url(../images/why-choose-icon3.jpg);
}
.why-choose-bg ul li:nth-child(2) h3 {
    color:#564363;
}
.why-choose-bg ul li:nth-child(3) h3 {
    color:#3c3c3c;
}
.our-pharmary img {
    width: 100%;
    border-radius: 20px;
}
.our-pharmary {
    position: relative;
    background-image: url(../images/our-pharmacy-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}
.our-pharmary p a {
    color: #fc634a;
    font-weight: 600;
}
.our-pharmary-intro {
    padding: 65px;
    text-align: center;
}
.our-pharmary h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.our-pharmary p {
    color: #fff;
    margin: 0 0 25px;
}
.our-pharmary p:last-child{
    margin:0;
}
ul.our-product.cate-product li {
    border-radius: 5px;
    overflow: hidden;
    flex-flow: row wrap;
}

.cate-page h2 {
    font-size: 24px;
    margin: 0 0 5px;
    color: #fc634a;
    font-weight: 600;
}
.cate-page h3 {
    font-size: 24px;
    margin: 0 0 5px;
    color: #000;
    font-weight: 600;
}
ul.our-product li figure img {
    width: 100%;
}
.main-sitemap ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.main-sitemap2 ul li {
    width: 33%;
}
.contact_form.content_page.cms_page ul li {
    background-image: unset;
}
.contact--details {
    border: 1px solid #eee;
    background: #fc634a;
    margin: 50px 0 0;
}
.contact--details ul {
    margin: 0;
    padding: 0;
}
.contact--details ul li {
    list-style: none;
    display: flex;
    gap: 10px;
}

.contact--details ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    align-items: center;
    background: #fff;
}
.contact--details ul li p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
}
.contact--details ul li figure {
    margin: 0;
    background: #ffd7d0;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 74px;
}
.newletter_form {
    background: #fff;
    border-radius: 100px;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
ul.why-choose-us {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
ul.why-choose-us li img {
    width: 100%;
}
ul.why-choose-us li:nth-child(1){
    flex:0 0 26.6%;
}
ul.why-choose-us li:nth-child(3){
    flex:0 0 26.6%;
}
ul.why-choose-us li {
    list-style: none;
}
.why-choose-us-box {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px;
    text-align: right;
    margin: 28px 0;
}
ul.why-choose-us li figure {
    position: relative;
}

ul.why-choose-us li figure h3 {
    position: absolute;
    top: 43%;
    color: #fff;
    left: 28%;
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}
ul.why-choose-us li figure h3 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.pharmacy-sec figure img {
    height: 420px;
    width: 96%;
    object-fit: cover;
    border-radius: 25px;
}
.pharmacy-sec p {
    margin: 0 0 25px;
}
.about-section-intro-new figure {
    flex: 0 0 47%;
}
.about-section-intro-new figure img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 6px;
}


.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 #fc634a;
    line-height: normal;
}
.coupon_area_cat p {
    font-size: 20px !important;
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    line-height: 16px;
    font-style: italic;
}
.coupon_area_cat p span {
    color: #fc634a;
    font-size: 20px;
    font-weight: 700;
    position: static;
    padding: 0;
    background-color: transparent;
}
.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: #fc634a;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border: dashed 1px #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    border-radius: 20px;
}
.main-bnr-intro .coupon_area_cat {
    float: left;
    border-radius: 50px;
    max-width: 500px !important;
}
.quick-checkout-left .coupon_area_cat {
    max-width: 100%;
}
.content_page ul li a {
    color: #fc634a;
}
p a {
    color: #fc634a;
}
li a {
    color: #fc634a;
}
.contact_form.content_page.cms_page ul {
    padding: 0;
}
.contact--details h3 {
    color: #fff !important;
    padding: 10px 20px;
    margin: 0;
}
.content_page.cms_page h1 {
    font-size: 32px;
    font-weight: 700;
}
.content_page h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.main-sitemap ul li a {
    color: #000;
}
.prod-faq-page ul {
    display: flex;
    gap: 25px;
    flex-flow: row wrap;
    margin: 20px 0 30px;
}

.prod-faq-page ul li {
    flex: 0 0 48%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 25px;
    margin: 0;
}
.up-btn {
    position: fixed;
    right: 1%;
    bottom: 15%;
}


.up-btn a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 15px;
    background-color: #696cb8;
    border: 1px solid #696cb8;
    border-radius: 2px;
    -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;
}

.up-btn a i {
    color: #fff;
}
.mobile22 {
    display: none !important;
}
.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: #fd624a;
}
.blog_content h2 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fd624a;
}
.blog_content h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
a.extra_link {
    color: #000 !important;
}
.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: #fc634a;
}
.blog-card.blog_area .listing_blog {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-flow: row wrap;
    list-style: none;
}
.main-content h1 {
    margin: 30px 0 15px;
    font-size: 32px;
    font-weight: 600;
}
.blog-card.blog_area .listing_blog li img {
    width: 100%;
}
.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 48%;
    float: left;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 0;
    margin: 0 0 25px;
    width: 48%;
}
.blog__info h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.blog__info h2 a {
    font-weight: 600;
    color: #fd624b;
}
.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: #fd624b;
    margin-right: 5px;
}
header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    transition: all .6s ease;
    box-shadow: 0 0 1px 0 rgba(51, 51, 51, .31);
    top: 0;
}
header.sticky .headt-top-sec {
    display: none;
}
.blog_content ul {
    padding-left: 20px;
}
.side_blog{align-self: start;
    position: sticky;
    top: 90px;  }

/*********table of content**********/
.blog_details_area aside {
    padding: 15px;
    background-color: #ffe7e3; border-radius:8px; margin: 0 0 25px;
    
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      li {
        padding:0; margin:8px 0;
        a {
          color: inherit;
          text-transform: none;
          display: inline-block;
          transform-origin: left;
          transition: transform 0.1s linear;
                          font-size: 14px;
                line-height: 20px;
          &.active {
            font-weight: 600;
            color: #fd624a;
          }
        }
      }
    }
  }


  h3.tableofContent {
    font-size: 20px;
    font-weight: 600;
}

.blog_details_area .recent_post_area {
    padding: 15px;
    background-color: #ffe7e3; border-radius:8px; margin: 0 0 25px;
}
.recent_post_area h3 {
    font-size: 20px;
    font-weight: 600;
}
.recent_post_area ul {
    padding-left: 20px;
}
.recent_post_area ul li {
    font-size: 14px;
    line-height: 30px;
}
.blog-card.blog_area .listing_blog li img {
    width: 100%;
    max-height: 157px;
}

.promo-overlay {
  position: absolute;
  top: 20%;
  right: 14%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  z-index: 10;
}
.promo-overlay div{ display:flex; align-items:center; margin:0px 0 30px; }
.promo-overlay div:last-child{ margin:0 0; }
.promo-overlay div p{ font-size:18px; margin:0 0 0 5px; line-height:22px }
.promo-overlay div span{ font-size:24px; line-height:24px; flex:0 0 35px; text-align:center; }
.promo-overlay .highlight {  font-size:18px;
  color: #e74c3c;
  font-weight: bold;
}

/* Blog Sitemap Design */
.sitemap-blog-section {
    padding: 40px;
    background: #f9f9f9;
    width: 100%;
    float: left;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 30px;
  position: relative;
  animation: fadeInDown 1s ease forwards;
}


.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: fadeInUp 1.2s ease;
}
h2.section-title {
    text-align: left;
    margin: 0 0 15px;
}

.blog-list li {
  background: #fff;
  border-left: 5px solid #4b6584;
  padding: 15px 20px;
  transition: all 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.blog-list li:hover {
  transform: translateY(-5px);
  border-left-color: #26de81;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-list a {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 500;
  display: block;
}

.blog-list a:hover {
  color: #26de81;
}
.sitemap-blog-section ul li {
    width: 50%;
    float: left;
    margin: 5px 0 !important;
}
.sitemap-blog-section ul li a {
    color: #000;
}
/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.footer-search img {
    position: absolute;
    right: 3px;
    top: 2px;
}

/* Responsive Padding */
@media (max-width: 600px) {
  .section-title {
    font-size: 1.5rem;
  }
  .main-sitemap2 {
    flex: 0 0 100%;
}
.main-sitemap {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-sitemap2 ul li {
    width: 50%;
}
.main-sitemap1 {
    flex: 0 0 50%;
}
.sitemap-blog-section {
    padding: 20px;
}
.sitemap-blog-section ul li {
    width: 100%;
    float: left;
    margin: 5px 0 !important;
}
}

