@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@font-face {
    font-family: GraphikRegular;
    src: url(../font/GraphikRegular.woff2);
    font-display: swap;
    font-weight: 400; /* bold */
  font-style: normal;
    ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
    font-family: GraphikMedium;
    src: url(../font/GraphikMedium.woff2);
    font-display: swap;
    font-weight: 500; /* bold */
  font-style: normal;
    ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
    font-family: GraphikSemibold;
    src: url(../font/GraphikSemibold.woff2);
    font-display: swap;
    font-weight: 600; /* bold */
  font-style: normal;
    ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
    font-family: GraphikBold;
    src: url(../font/GraphikBold.woff2);
    font-display: swap;
    font-weight: 700; /* bold */
  font-style: normal;
    ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: GraphikRegular;
    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;
}
.section {
    padding: 60px 0px;
}
.discount-bg {
    background-color: #000;
}
nav ul li ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 200px;
    top: 66px;
    left: 0;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5);
    -moz-transform: scale(1, 0.5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    background: #fff;
    text-align: left;
    padding: 5px 10px;
    box-shadow: 0 0 5px 0 #d1d1d1;
    border-radius: 0 0 20px 20px;
    border-bottom: 3px solid #f78714;
}
nav ul li ul.dropdown li {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    list-style: none;
}

nav ul li ul.dropdown li:last-child {
    border-bottom: 0;
}
nav ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
.discount-bg p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 6px 0;
    font-weight: 500;
}
.btn-primary1 {
    color: #fff;
    background-color: #e83131;
    border-color: #e83131;
    font-size: 18px;
    text-transform: uppercase;
    padding: 6px 30px;
    font-weight: 500;
    margin-top: 20px;
}
.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;
}
.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: 1340px !important;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    font-size: 16px;
    color: #000;
    line-height: 26px;
} 
header.sticky {    
    position: fixed;    
    width: 100%;    
    z-index: 99;    
    transition: all .6s ease;    
    box-shadow: 0 0 8px 0 rgba(51,51,51,.31);       
    top: 0;
}
.up-btn {
    position: fixed;
    right: 1%;
    bottom: 5%;
}
.up-btn a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 15px;
    background-color: #000;
    border: 1px solid #000;
    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;
}
.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;
}
.head-top-right ul li:last-child {
    padding-right: 0;
    margin: 0;
}
.head-top-right ul li:last-child select {
    margin: 0;
}
.sign-btn {
    width: 100%;
}
nav.navbar {
    padding: 0;
}
.cart {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 10px;
}
.form1.d-flex {
    margin-left: 15px;
}
.cart sup {
    font-size: 10px;
    background: #d9105a;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 0px;
}
.banner-bg {
    width: 100%;
    position: relative;
}
.banner-bg > img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}
.main-bnr-intro p {
    font-size: 20px;
    line-height: 32 px;
    color: #fff;
    display: inline-block;
    margin: 15px 0 0 0;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}
.main-bnr {
    width: 35%;
    float: left;
    position: absolute;
    top: 90px;
    max-width: 1320px;
    margin: auto;
}
.main-bnr img {
    width: 100%;
}
.main-bnr-intro > span {
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
}
.main-bnr-intro label {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0px;
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-weight: 800;
    color: #ff6600;
}
.main-bnr-intro2 p span {
    color: #ff4e70;
    font-size: 16px;
}
.main-bnr-intro a img {
    width: auto;
    margin-right: 10px;
}
.main-bnr-intro a {
    float: left;
    height: 45px;
    width: 245px;
    background: #ff4e70;
    border-radius: 80px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0;
    font-weight: 700;
}
.main-bnr-intro ul {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 15px 0;
    float: left;
}
.main-bnr-intro ul li {
    width: 145px;
    height: 145px;
    background: #fff;
    list-style: none;
    border-radius: 50%;
    box-shadow: 0 -39 30px #d1d1d1;
    -moz-box-shadow: 0px 8px 20px rgb(207 207 207);
    -webkit-box-shadow: 0px 8px 20px rgb(207 207 207);
    box-shadow: 0px 8px 20px rgb(207 207 207);
}
.main-bnr-intro2 {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 25px 0 0;
    height: 45px;
    border: 1px solid #a1a1a1;
    max-width: 420px;
    border-radius: 50px;
    padding: 0 30px 0 20px;
}
.main-bnr-intro2 figure img {
    width: auto;
}
.main-bnr-intro2 figure {
    margin-right: 18px;
    margin-bottom: 0;
}
.main-bnr-intro2 p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #3e3d47;
}
li.nav-item {
    padding: 0px 15px;
    position: relative;
}
li.nav-item span {
    top: 18px;
    position: absolute;
    right: 0;
    color: #fff;
}
.breadcrumb_main ol {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding: 0;
}
.breadcrumb_main ol li {
    font-size: 14px;
    list-style: none;
}
.breadcrumb_bg {
    border-bottom: 1px solid #eee;
}
.content_page.cms_page {
    padding: 30px 0;
}
.content_page h2, .content_page h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #f78714;
}
.content_page p {
    margin: 0 0 25px;
}
.content_page p a {
    font-weight: 600;
    color: #f78714;
}
.content_page ul, .content_page ol {

    width: 100%;

    float: left;

    padding: 0; margin: 0 0 25px;



}



.content_page ul li:first-child {

    margin-top: 0px;

}



.content_page ul li {
    width: 100%;

    margin: 10px 0;

    color: #000;

    font-weight: 400;

    list-style: none;

    background-image: url(../images/check.png);

    background-repeat: no-repeat;

    padding-left: 30px;

    background-position: 0px 7px;

}


.content_page.cms_page h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px;
}
header {
    width: 100%;
    box-shadow: 0 0 0px 0 rgba(51, 51, 51, 0.31);
    background: #f78714;
}
li.nav-item.active .nav-link,
.nav-link:hover {
    color: #fff !important;
    border-radius: 0px;
    border-bottom: 3px solid #fff;
}
form.form-inline {
    float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 20px 2px 17px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-bottom: 3px solid #f78714;
    font-family: GraphikMedium;
}
.bnr__img {

    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    padding: 0px 0 0;
    margin: 30px 0 0;
    position: relative;
}
figure.bnr__img img {
    width: 100%;
    padding: 23px 70px 0 30px;
}
img.bnr-payment-img {
    position: absolute;
    top: -23px;
    right: 0;
    padding: 0 !important;
    width: auto !important;
    height: 75px;
}
.nav-item a.navbar-brand {
    margin: 0 80px;
}
.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-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 end */ /* footer start */
footer {
    overflow: hidden;
    padding: 60px 0px 0px;
    position: relative;
    background: #030303;
}
.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.footer-box-help {
    margin: 0px 0 0;
}
.footer-box h3 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 400;
    text-decoration: underline;
}
.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;
}
.footer-box ul li {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding-left: 0px;
    line-height: 58px;
}
.footer-box ul li a {
    width: 100%;
    float: left;
    color: #ffffff;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
}
.footer-box figure {
    margin-bottom: 9px;
    width: 100%;
    float: left;
}
.footer-box p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    float: left;
    margin: 10px 0 30px;
    padding-right: 0px;
}
.copy-right-box p {
    color: #f78714;
    font-size: 15px;
    margin: 0;
    text-align: center;
    width: 100%;
}
h3.footer-box-head {
    text-decoration: auto !important;
    font-size: 18px;
}
.footer-box.address-detail figure {
    margin: 0 0 16px;
}
.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;
}
.foot-icon a {
    color: #e6ebf0;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    background: #232323;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 2px;
}
.copy-right {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0px 0 0;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}
.payment-icon {
    margin: 20px 0 0;
}
.copy-right figure {
    margin: 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;
} /* 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, 0.5);
}
.rating:not(:checked) > label:before {
    content: "\f005";
    font-family: "Fontawesome";
}
section.headt-top-sec {
    background: #086f7a;
}
.head-top {
    display: flex;
    gap: 20px;
}
.head-top p {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0;
}
.head-top p span {
    background: #ff2c5500;
    color: #3bc3cf;
    padding: 0;
    font-size: 14px;
    border-radius: 4px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.head-top span.top-support {
    font-weight: 300;
    text-transform: capitalize;
}
.head-top p img {
    margin-right: 5px;
}
.head-top-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
.head-top-right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    font-size: 14px;
    color: #121414;
}
.head-top-right ul li p {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: GraphikBold;
    padding: 0 12px;
}
.head-top-right li:first-child {
    padding: 0;
    border: 0;
    background: #fff;
    border-radius: 3px;
    padding-right: 10px;
    height: 37px;
}
.head-top-right ul li select {
    background: #ffffff;
    border: none;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    width: 80px;
    color: #000;
    height: 37px;
    border-radius: 6px;
    padding: 0 0 0 10px;
    font-family: GraphikMedium;
}
section.headt-top-sec {
    background: #086f7a;
    padding: 3px 0;
}
.row.headt-top-sec-row {
    align-items: center;
}
.head-top-right ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.head-top-right ul li figure {
    margin: 0;
}
.top-discount {
    background-image: url(../images/discount-top-bg.jpg);
    background-size: cover;
    display: flex;
    padding: 5px 0px;
    width: 366px;
    margin: 18px 0 18px 60px;
    flex-flow: row wrap;
}
.top-discount-rgt {
    flex: 0 0 53%;
    position: relative;
}
.top-discount-rgt p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
}
.top-discount-rgt p span {
    font-weight: 500;
    display: block;
}
.top-discount-rgt img {
    position: absolute;
    right: 28px;
    bottom: 3px;
}
.top-discount-lft label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
    position: relative;
    left: 21px;
    top: -11px;
    color: #000;
}
.top-discount-lft {
    font-size: 60px;
    line-height: 63px;
    color: #e72355;
    font-weight: 700;
    position: relative;
    flex: 0 0 47%;
    border-right: 1px dashed #f9533f;
}
.top-discount-lft span {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    position: absolute;
    bottom: 10px;
    right: 12px;
    letter-spacing: -1px;
    font-weight: 500;
}
.top-discount-lft > div {
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: 35px;
    letter-spacing: -3px;
}
.top-discount-lft sup {
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    right: 11px;
    top: 18px;
}
.category-menu-top li figure {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    line-height: 36px;
}
.category-menu-top li:nth-child(1) figure {
    background-color: #055276;
}
.category-menu-top li:nth-child(2) figure {
    background-color: #f54f9a;
}
.category-menu-top li:nth-child(3) figure {
    background-color: #83c847;
}
.category-menu-top li:nth-child(4) figure {
    background-color: #51acf6;
}
.category-menu-top li:nth-child(5) figure {
    background-color: #ffb61b;
}
ul.category-menu-top {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
ul.category-menu-top li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.category-menu-top-intro p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 18px;
}
.category-menu-top-intro {
    line-height: 20px;
}
.category-menu-top-intro span {
    font-size: 13.5px;
    color: #8f8f8f;
}
.category-menu-top-intro p i {
    font-weight: 600;
    font-size: 22px;
    margin-left: 8px;
    position: relative;
    top: 3px;
}
ul.bnr-process {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-flow: row wrap;
    margin: 25px 0;
}
ul.bnr-process li {
    background: #fff;
    display: flex;
    list-style: none;
    flex: 0 0 31%;
    padding: 20px;
    box-shadow: 0 0 40px #ebebeb;
}
ul.bnr-process li figure {
    margin: 0 25px 0 0;
}
.bnr-process-intro h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #212121;
    margin: 0 0 5px;
}
.bnr-process-intro p {
    font-size: 16px;
    line-height: 18px;
    color: #212121;
    margin: 0;
}
ul.our-product {
    display: flex;
    flex-flow: row wrap;
    margin: 25px 0 0;
    padding: 0;
    gap: 40px;
    justify-content: space-between;
}
ul.our-product li {
    list-style: none;
    border: 0px solid #ebebeb;
    text-align: left;
    flex: 0 0 22%;
    border-radius: 15px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 12px #ededed;
}
ul.our-product li figure img {
    width: 100%;
}
ul.our-product li figure {
    background: #ffffff;
    border-radius: 20px;
    margin: 10px 0;
    padding: 0px;
    text-align: center;
}
ul.our-product li h3 {
    font-size: 20px;
    margin: 0px 0 0px;
    text-align: center;
    color: #1b2736;
    font-weight: 400;
}
ul.our-product li > span {
    display: block;
    text-align: left;
    color: #515151;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0;
}
.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: 180px;
    height: 42px;
    border: 1px solid #f78714;
    display: flex;
    line-height: 42px;
    border-radius: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #f78714;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
}
ul.our-product li > a span {
    width: 30px;
    height: 30px;
    background: #f78714;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
}
.main-heading h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 400;
   color: #ff6600;
    margin: 0 0 15px;
    font-family: "Marcellus", serif;
    line-height: 52px;
}
.main-heading span {
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 22px;
    font-family: GraphikRegular;
}
.main-heading p {
    text-align: center;
}
.why-choose-us .main-heading span {
    text-align: left;
}
.why-choose-us .main-heading h2 {
    text-align: left;
}
.we-are-pharmarcy {
    background-image: url(../images/we-are-pharmarcy-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.we-are-pharmarcy-intro {
    text-align: center;
    width: 100%;
    margin: auto;
}
.we-are-pharmarcy-intro span {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.we-are-pharmarcy-intro h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin: 5px 0 30px;
}
.we-are-pharmarcy-intro p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 40px 0 20px;
    padding-right: 70px;
    text-align: justify;
}
.we-are-pharmarcy ul {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin: 10px 0 0;
}
.we-are-pharmarcy ul li {
    color: #fff;
    list-style: none;
    text-align: justify;
    position: relative;
    padding-left: 30px;
}
.we-are-pharmarcy ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    height: 93%;
    width: 4px;
    background-color: #fff;
    border-radius: 100px;
}
.we-are-pharmarcy figure {
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 30px;
}
.we-are-pharmarcy figure img {
    width: 100%;
    border-radius: 30px;
}
.shop-by-treatment-head span {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff496d;
    font-weight: 500;
    opacity: 100%;
    margin: 0 0 5px;
    display: inline-block;
}
.shop-by-treatment-head h2 {
    font-size: 36px;
    color: #3e3d47;
    font-weight: 600;
}
.row1 {
    align-items: center;
}
ul.treatment-product {
    display: flex;
    gap: 22px;
    justify-content: space-around;
    margin: 25px 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
}
.treatment-bg {
    background: #f4f7fc;
}
ul.treatment-product li {
    list-style: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 49%;
    display: flex;
    background-color: #fff6ec;
    padding: 30px;
}
ul.treatment-product li figure {
    margin: 0;
    padding: 0px;
    border-radius: 5px;
    flex: 0 0 28%;
}
ul.treatment-product li figure img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    position: relative;
}
ul.treatment-product li::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #f8cca0;
    border-radius: 40px;
}
.shop-by-treatment {
    position: relative;
    width: 100%;
}
.treatment-product-intro h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #ff6600;
    text-align: left;
}
.treatment-product-intro h3 a {
    font-family: "Marcellus", serif; color: #ff6600;
}
.treatment-product-intro p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 26px;
}
.treatment-product-intro {
    padding: 0px 0px 0px 30px;
}
.treatment-product-intro > a {
    width: 50%;
    height: 34px;
    border: 1px solid #ff6600;
    display: flex;
    line-height: 34px;
    border-radius: 57px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ff6600;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Marcellus", serif;
}
.treatment-product-intro > a span {
    width: 18px;
    height: 18px;
    background: #ff6600;
    display: inline-block;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}
.shop-by-treatment-head p {
    width: 100%;
    margin: 15px 0 0;
    color: #3e3d47;
}
figure.shop-by-treatment-bitcoin {
    margin: 60px 0 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
figure.shop-by-treatment-bitcoin img {
    width: 100%;
    border-radius: 10px;
    height: 536px;
}
.shop-by-treatment-bitcoin-intro h3 {
    font-size: 82px;
    font-family: "Anton", sans-serif;
    color: #ffea00;
    margin: 0;
}
.shop-by-treatment-bitcoin-intro h3 sup {
    font-family: "Anton", sans-serif;
    font-size: 45px;
    margin-left: 5px;
    top: -48px;
}
.shop-by-treatment-bitcoin-intro p {
    font-size: 42px;
    font-family: "Anton", sans-serif;
    color: #fff;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}
.shop-by-treatment-bitcoin-intro {
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.section.about-section figure {
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
}
.section.about-section figure img {
    width: 93%;
    border-radius: 30px;
}
.we-are-pharmarcy .main-heading span {
    color: #fff;
    text-align: left;
}
.we-are-pharmarcy .main-heading h2 {
    color: #fff;
    text-align: left;
}
.about-section-intro > span {
    font-size: 18px;
    text-transform: uppercase;
    color: #878787;
    opacity: 80%;
}
.about-section-intro h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 25px;
    color: #023264;
}
.about-section-intro h2 span {
    font-weight: 700;
}
.about-section-intro p {
    margin: 0 0 30px;
}
.the-best-pharmacy-store {
    background-image: url(../images/pharmacy-store-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.we-are-pharmarcy-intro.we-are-pharmarcy-intro1 {
    text-align: left;
    width: 51%;
    float: right;
    margin: 0 0 180px;
}
.we-are-pharmarcy-intro1-big {
    position: relative;
    width: 100%;
    float: left;
}
.we-are-pharmarcy-intro.we-are-pharmarcy-intro1 h2 {
    margin: 20px 0;
}
ul.counter-sec {
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-radius: 25px;
    padding: 45px 0;
    width: 100%;
    left: 0;
    bottom: -128px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 30px #dbdbdb;
}
ul.counter-sec li {
    list-style: none;
    text-align: center;
}
ul.counter-sec li h3 {
    font-size: 60px;
    color: #023264;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}
ul.counter-sec li p {
    color: #262b2c;
    font-size: 29px;
    margin: 15px 0 0;
}
section.section.why-choose-us {
    padding-top: 110px;
}
.why-choose-us-intro > span {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff496d;
}
.why-choose-us-intro h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    margin: 5px 0 35px;
}
figure.why-choose-us-img img {
    width: 100%;
}
.why-choose-us-intro h2 span {
    font-weight: 700;
}
.why-choose-us-intro ul {
    display: flex;
    gap: 90px;
    margin: 30px 0 0;
    flex-flow: row wrap;
}
.why-choose-us-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 25px; 
    min-height: 300px;
}
.why-choose-us-intro-box-small {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    position: relative;
}
.why-choose-us-intro-box-small::before {
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    width: 135px;
    height: 135px;
    border-radius: 20px;
    background-color: #f58514;
}
.why-choose-us-intro ul li {
    display: flex;
    gap: 15px;
    border-bottom: 0px dashed #dddddd;
    padding: 23px;
    margin: 0 0 0px;
    box-shadow: 0 0 20px #ebebeb;
    border-radius: 10px;
    background-color: #e3e3e3;
    flex: 0 0 28.7%;
}
.why-choose-us-intro ul li:nth-child(2) h3 {
    color: #06608f;
}
.why-choose-us-intro ul li:nth-child(2) .why-choose-us-intro-box-small::before {
    background-color: #06608f;
}
.why-choose-us-intro ul li:nth-child(3) h3 {
    color: #8e14f5;
}
.why-choose-us-intro ul li:nth-child(3) .why-choose-us-intro-box-small::before {
    background-color: #8e14f5;
}
p.why-choose-us-para {
    padding-left: 20px;
}
.why-choose-us-intro ul li figure {
    width: 65px;
    text-align: center;
    flex: 0 0 65px;
    border-radius: 10px;
    color: #fff;
}
.why-choose-us-intro ul li figure i {
    font-size: 40px;
}
.why-choose-us-box h3 {
    color: #f78714;
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    text-transform: uppercase;
}
.why-choose-us-box p {
    margin: 0;
}
figure.why-choose-us-img img {
    width: 92%;
    float: left;
    border-radius: 20px;
}
.foot_search input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.foot_search {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.foot_search button {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 15px;
}
ul.our-product li:hover {
    border-color: #f78714;
}
ul.our-product li:hover > a {
    background-color: #f78714;
    border-color: #f78714;
    color: #fff;
}
ul.our-product li:hover > a img {
    filter: invert(0);
}
ul.our-product li:hover .our-product-intro h3 a {
    color: #f78714;
}
.footer-box.footer-box-help {
    padding-left: 0px;
    position: relative;
}
.footer-box.footer-ingredients {
    position: relative;
}
.about-section-intro-new p b {
    font-size: 20px;
    line-height: 30px;
    font-family: GraphikSemibold;
}
.about-section-intro-new a {
    background: #ff496d;
    color: #fff;
    width: 195px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-size: 17px;
    font-family: GraphikSemibold;
}
.about-section-intro-new p {
    margin: 0 0 25px;
}
h2.about-section-new-head {
    font-size: 36px;
    font-weight: 700;
    margin: 0px 0 20px;
    line-height: 46px;
}
.about-section-intro-new-3 {
    width: 80%;
}
.about-section-new figure img {
    border-radius: 55px;
}
ul.our-mission {
    display: flex;
    gap: 45px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
}
ul.our-mission li {
    text-align: center;
    padding: 40px 30px;
    background: #ffe6eb;
    list-style: none;
    border-radius: 20px;
    flex: 0 0 31%;
}
ul.our-mission li figure {
    width: 82px;
    height: 82px;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    line-height: 82px;
    text-align: center;
}
ul.our-mission li h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 15px;
}
ul.our-mission li p {
    color: #3e3d47;
    margin: 0;
}
.process__box__section {
    background: #f78714;
}
.process__box__section ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.process__box__section ul li {
    list-style: none;
    text-align: center;
}
.process__box__section ul li figure {
    width: 110px;
    height: 110px;
    background: #fff;
    line-height: 110px;
    border-radius: 50%;
    margin: auto;
    padding: 8px 0 0;
}
.process__box__section ul li:hover .process__box__inner{
        background: #fff;
}

.process__box__section ul li:hover .process__box__inner img{
       filter: unset;
}

.process__box__section ul li h3 {
    font-size: 20px;
    margin: 20px 0 0;
    font-family: "Marcellus", serif;
    color: #fff;
}
.pharmacy-bg {
    background-image: url(../images/discount-top-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 100px; margin: 0 0 25px;
}
.pharmacy-bg p {
    margin: 0;
    color: #fff;
    text-align: center;
}
h2.pharmacy-bg-head {
    font-size: 44px;
    text-align: center;
    margin: 0 0 30px;color: #ff6600;
    font-family: "Marcellus", serif;
}
.bitcoin-box {
    text-align: center;
    border: 1px solid #f78714;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    width: 65%;
    border-radius: 10px;
}
.bitcoin-box p {
    margin: 0;
    padding: 20px 0;
    font-size: 32px;
    color: #f78714;
    font-family: "Marcellus", serif;
}
.bitcoin-box p span {
    color: #000;
    font-family: "Marcellus", serif;
}
.foot-subscr {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-subscr input {
    width: 86%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    font-size: 15px;
}
.foot-subscr input::placeholder {
    color: #fff;
}
.foot-subscr-phone {
    font-size: 21px;
    font-family: GraphikSemibold;
    color: #fff;
    margin: 30px 0 25px;
    display: block;
    float: left;
}
.foot-subscr-phone img {
    margin-right: 15px;
}
.foot-subscr-phone span {
    color: #f78714;
    font-size: 15px;
}


li.nav-item span {
    top: 18px;
    position: absolute;
    right: 0;
    color: #fff;
}
ul.our-product {
    display: flex;
    flex-flow: row wrap;
    margin: 25px 0 0;
    padding: 0;
    gap: 45px;
    justify-content: center;
}
.cate-page h1 {
    text-align: center;
    font-weight: 600;
}
.pro-review{overflow: hidden; width:100%; float:left;}
.review-sec{width: 100%; float: left; margin:0px; padding:0px; 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:700;}
.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: 700; 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: 17px; margin-bottom: 5px; display: block; font-weight:700; }
.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;
    align-items: center;
    border: 1px solid #eee;
    padding: 50px;
    border-radius: 5px;
    background: #fff;
    gap: 30px;
    margin-bottom:50px;
}
.review-sec-main figure{
  flex: 0 0 40%;
}
.review-sec-main figure img {
    width: 100%;
}
.review-sec .form-row {
    width: 35%;
    float: left;
    margin: 15px 30px 0 0;
}
.review-sec .form-row:nth-child(1){
  width: 20%;
}
.review-sec .form-row:nth-child(3){
  margin-right: 0;
}
.review-sec .form-row:nth-child(4){
  width: 100%;
   margin-right: 0;
}
.review-sec .form-row:nth-child(5){
  width: 100%;
   margin-right: 0;
}
nav ul li ul.dropdown li {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    list-style: none;
}
.quick-checkout {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #eee;
    border: 0px solid #c8f9ff;
    border-radius: 5px;
    padding: 0px;
    flex-wrap: wrap;
    margin: 35px 0;
    box-shadow: 0 0 0px #eee;
}

.quick-checkout-left>figure {
    background: #fff;
    text-align: center;
    margin: 0 0 20px;
    line-height: 300px;
    position: relative;
}

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

.quick-check-pay-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d2faff;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0 0 0px #ccc;
}

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

.quick-checkout-left>ul li {
    list-style: none;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 26px;
}

.quick-checkout-left {
    flex: 0 0 30%;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 0px;
    background: #fff;
}
.quick-checkout-left>figure img {
    width: 100%;
}
.detail-page-price-box-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quick-checkout-right {
    flex: 0 0 67%;
    padding: 30px 30px 30px 0;
}

.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: #f78714;
    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: #f78714;
    border: none;
    padding: 5px 15px;
    border-radius: 29px;
    color: #fff;
}

.quick-checkout-right-head h1 {
    font-size: 36px;
    position: relative;
    font-weight: 600; color: #f78714;
}

.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: 0 auto ;
    justify-content: space-between;
}
.detail-page-price-box {
    flex: 0 0 55%;
    display: flex;
}
.detail-page-price-box select {
    width: 65%;
    height: 50px;
    padding-left: 12px;
    border-color: #e2e2e2;
    border-radius: 30px 0 0 30px;
}
.detail-page-price-box button {
    width: 40%;
    border: none; font-weight: 700; text-transform: uppercase;
    background: #f78714; text-align: center; border-radius: 0 30px 30px 0;
    color: #fff;
}

.pro_dosase h3 {
    margin: 0 !important;
    width: auto;
    border: none;
    flex: 0 0 40%;
    padding: 8px 0 !important;
    color: #000000 !important;
    font-size: 16px !important;
    text-align: left;
    font-weight: 600;
    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: 34%;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline-block;
}

.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: #ffd7ae;
    margin: 0px 0;
}

.select_dosase ul li.active .radio_btn {
    background: #08233b;
    color: #fff;
    font-weight: 600;
}

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

.select_dosase ul li label {
    display: block;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quick-checkout-right_list ul {
    margin: 20px 0;
}
.quick-checkout-right_list ul li {
    list-style: none;
    margin: 6px 0;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 26px;
}
.quick-checkout-right_list p{
  margin: 0;
  line-height: 24px;
}

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



.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: 35px;
}

.pro_txt_2 label a {
    font-size: 35px;
}

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

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

.empty_cart a {
    background: #f78714;
    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: #f78714;
    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;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    list-style: none;
    padding-left: 24px;
}
.content_page .main-sitemap h2 {
    font-size: 20px;
    margin: 0 0 10px;
}
.content_page.sitemap h1 {
    font-family: "Marcellus", serif;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.main-sitemap ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    list-style: none;
    padding-left: 24px;
}

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

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

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

.right_side_checkout .btn_checkout {
    background: #f78714;
    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 #f78714;
    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: #f78714;
    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: #f78714;
    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: #f78714;
    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: #fff7ef;
    border-radius: 10px;
}

.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: 700;
    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: 700;
    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 {
    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;
}


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

.main-sitemap ul {
    padding-left: 0px;
}

.contact_form.content_page.cms_page ul li {
    padding: 0;
    margin: 10px 7px;
    float: left;
    width: 48%;
    list-style: none;
    background-image: unset;
}
button.btn.btn-danger {
    background: #f78714;
    border-color: #f78714;
}

.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: #f78714;
    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;
}
.home-page h1 {
    text-align: center;
    font-size: 44px;
    font-weight: 400;
    color: #ff6600;
    margin: 0 0 15px;
    font-family: "Marcellus", serif;
    line-height: 52px;
}
.home-page {
    text-align: center;
    margin: 0 0 30px;
}
.home-page.home-page2 {
    margin: 50px 0 0;
}
.we-are-pharmarcy-intro p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 25px;
    padding-right: 70px;
    text-align: justify;
}
.we-are-pharmarcy .main-heading h2 {
    color: #fff;
    text-align: left;
    margin: 0 0 30px;
}
.we-are-pharmarcy ul li p {
    color: #fff;
    list-style: none;
    text-align: justify;
    margin: 0 0 25px;
}
p.why-choose-us-para {
    padding-left: 0px;
    margin: 0 0 25px;
}
.pharmacy-bg p {
    margin: 0 0 25px;
    color: #fff;
    text-align: center;
}
.pharmacy-bg p:last-child {
    margin: 0;
    color: #fff;
    text-align: center;
}
.pharmacy-bg p a {
    color: #f78714;
    font-weight: 600;
}
.footer-box ul li {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding-left: 0px;
    line-height: 35px;
}
.footer-box ul li a:hover {
    color: #f78714;
}
.btn-primary1 {
    color: #fff;
    background-color: #f78714;
    border-color: #f78714;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px 8px;
    font-weight: 500;
    margin-top: 20px;
}
h1, h2, h3, h4{
        font-family: "Marcellus", serif;
}
.empty_cart img {
    max-height: 300px;
}
.content_page.page-error img {
    max-height: 300px;
}
.copy-right {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0px 0 0;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-box p a {
    color: #f78714;
    font-weight: 600;
}
.foot-icon a:hover {
    background: #f78714;
    color: #fff;
}
ul.treatment-product li:hover {
    background: #f78714;
}
ul.treatment-product li:hover .treatment-product-intro h3 a{
    color: #fff;
}
ul.treatment-product li:hover .treatment-product-intro p{
    color: #fff;
}
ul.treatment-product li:hover .treatment-product-intro > a{
    background-color: #fff;
    border-color: #fff;
    color: #f78714;
}
ul.treatment-product li:hover .treatment-product-intro > a span {
    background-color: #f78714;
}
.about_us_area.success_page {
    padding: 50px 0;
}
@media only screen and (max-width: 767px) {
.quick-checkout-left {
    flex: 0 0 100%;

}
.review-sec-main figure {
    flex: 0 0 40%;
    display: none;
}
.review-sec-main {

    padding: 20px;
}
.review-sec .form-row {
    width: 100% !important;
    float: left;
    margin: 15px 0px 0 0;
}
.quick-checkout-right {
    flex: 0 0 100%;
    padding: 20px;
}
.quick-checkout{
    gap: 0;
}
.quick-checkout-left>figure {
    line-height: 200px;
}
.detail-page-price-box-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.pro_dosase h3 {
    flex: 0 0 45%;
    font-size: 15px !important;
}
.pro_dosase ul li {
    width: 38%;
    text-align: center;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pro_dosase ul li label {
    padding: 5px 0px;
}
.detail-page-price-box {
    flex: 0 0 100%;
    display: flex;
    margin: 10px 0 0;
    width: 100%;
}
.checkout_details ul li {
    flex: 0 0 100% !important;

}
    ul.our-product li {
        padding: 10px 4px;
    }
        ul.our-product li > a {
        width: 100%;
        height: 35px;
        line-height: 35px;
    }
    .we-are-pharmarcy ul li {
    padding-left: 15px;
}
.process__box__section ul {
        display: flex
;
        justify-content: center !important;
        flex-flow: row wrap !important;
        flex-direction: row !important;
        gap: 10px !important;
    }
        .process__box__section ul li {
        flex: 0 0 48% !important;
    }
    .process__box__section ul li figure {
        padding: 0px 0 !important;
    }
}


.error{ color:#f00 !important; font-weight:600; } 

.detail-page-price-box-main{ justify-content: space-between;}
.quick-checkout{ background:#fff6ec !important }
.desktop-view {
    display: none !important;
}
.contact--details ul {
    margin: 0;
    padding: 0;
}
.contact--details ul li {
    list-style: none;
    display: flex;
    gap: 10px;
}
.contact--details {
    border: 0px solid #eee;
    margin: 50px 0 20px;
    background: #f78714;
}
.contact--details ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.contact--details ul li p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.contact--details ul li figure {
    margin: 0;
}
.contact--details h3 {
    background: #000000;
    padding: 10px 0;
    text-align: center;
}
.footer-box-contact ul li {
    display: flex;
    gap: 10px;
}
.footer-box.footer-box-contact ul li figure {
    width:auto;
}
.footer-box.footer-box-contact ul li figure img {
    filter: invert(1);
    height: 18px;
}
.blog_content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #f78714;
}
.blog_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #000;
}
.blog_details_area .date_time.date_admin {
    display: flex
;
    list-style: none;
    gap: 20px;
    margin: 0 0 20px;
}
.blog_details_area .date_time.date_admin i {
    color: #f78714;
}
.blog-card.blog_area .listing_blog {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
}
.blog-card.blog_area .listing_blog > li {
    flex: 0 0 47%;
    overflow: hidden;
    border: 1px dashed #f78714;
    padding: 12px;
    border-radius: 20px;
}
.blog-card.blog_area .listing_blog > li figure img {
    width: 100%;
}
.blog__info h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.blog__info h2 a {
    font-weight: 700;
}
ul.date_time.date_admin {
    display: flex
;
    list-style: none;
    gap: 16px;
    margin: 0 0 8px;
}
ul.date_time.date_admin li i {
    color: #f78714;
}
.blog-card.blog_area li p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.blog_content ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 16px;
}
.blog_content ul li{
background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    list-style: none;
    padding-left: 24px;
    margin:10px 0;
}
.blog_content p {
    margin: 0 0 16px;
}
.blog_content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #000;
}
.blog_content p a {
    font-weight: 600;
    color: #f78714;
}
.extra_link{
       color: #000 !important; 
}
.we-are-pharmarcy .extra_link{
    color: #fff !important;
    font-weight:600;
}
.Medical-Disclaimer-Note {
    background: #fffbed;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 15px;
    border: 1px solid #ffe88f;
}
.Medical-Disclaimer-Note p{
    margin-bottom:0;
}
.Medical-Disclaimer-Note {
    display: flex;
    gap: 15px;
}
.Medical-Disclaimer-Note span i {
    font-size: 24px;
    color: #f9ca24;
}


.med-review-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border-radius: 0px;
    background: #fff1e3;
    border-left: 5px solid #f78714;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
    max-width: 100%;
    transition: 0.3s ease;
    margin: 25px 0;
}
.doctor-avatar {
    width: 110px;
    height: 100%;
    border-radius: 7%;
    background: #f78714;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    padding: 10px 15px 0;
}
.doctor-avatar img {
    width: 100%;
}
.med-review-right {
    flex: 1;
}
.doctor-name {
    margin: 8px 0 !important;
    font-size: 30px !important;
    font-weight: 600;
}
span.verified-badge {
    background: #f78714;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 1px;
}
.doctor-role {
    margin: 0 !important;
    font-size: 16px;
}
    .Disclaimer--note {
    background: #fff1e3;
    padding: 20px;
    margin: 0 0 25px;
    border-left: 5px solid #f78714;
}
.Disclaimer--note p {
    margin: 0 !important;
}
.blog_content h3 i {
    color: #f78714;
}
.link_references
 {
    background: #fff1e3; width:100%; float:left;
    padding: 20px;
    margin: 0px 0 25px;
    border-left: 5px solid #f78714;
}
.link_references h3{margin:0 0 10px;}
.link_references p {
    margin: 10px 0 !important;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 26px;
}
.link_references ul{margin:0;}
.coupon-code {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ff6600;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1px;
}

.blog_content ul li a {
    font-weight: 600;
    color: #f78714;
}