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

}



a {
    color: #1d2a38;
    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: 50px 0px;
}

.discount-bg {
    background-color: #000;
}

.review-sec {
    width: 100%;
    float: left;
    padding: 50px;
}

.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: #243ffa;
    border-color: #243ffa;
    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: 1370px !important;
}

p {
    font-size: 16px;
    color: #1d2a38;
    line-height: 26px;


}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    font-size: 16px;
    color: #1d2a38;
    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);
    background: #2741fa;
    top: 0;
}
header.inner_header.sticky {
    position: sticky !important;
}
header.sticky .nav.navbar{
    margin:0;
}

.up-btn {
    position: fixed;
    left: 1%;
    bottom: 5%;
}

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

.sign-btn {
    width: 100%;
}

nav.navbar {
    padding: 0px 0 0;
    margin: 7px 0 0;
}

.cart {
    width: 100%;
    float: left;
}

.form1.d-flex {
    margin-left: 15px;
}

.cart sup {
    font-size: 14px;
    background: #ea3075;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 1px;
    font-weight: 700;
}

.banner-bg {
    background: #f6f6f7;
    width: 100%;
    padding: 0px 0 0px;
}

.banner-bg {
    position: relative;
}

.banner-bg >img {
    width: 100%;
    height: 560px;
    object-fit: contain; object-position:bottom; background:#2440fa;
}

header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

li.nav-item {
    padding: 0px;
    position: relative;
}

li.nav-item span {
    position: absolute;
    right: 7px;
    top: 9px;
}
li.nav-item:hover ul.drop1_list {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
li.nav-item ul.drop1_list {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 220px;
    top: 45px;
    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 .3sease;
    background: #fff;
    text-align: left;
    padding: 5px 5px;
    box-shadow: 0 0 16px 0 #5a5a5a;
}
ul.drop1_list li {
    list-style: circle;
    padding: 4px 0px;
    font-size: 16px;
    margin-left: 30px;
}
header {
    width: 100%;
}



.form-inline {
    float: left;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

li.nav-item span i {
    color: #fff;
}

.bnr__img {
    background-image: url(../images/bnr-fig-bg.png);
    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;
}

figure.logo-box {
    margin: 0;
    padding: 14px 0;
}


/* content text end */
/* footer start */
footer {
    overflow: hidden;
    padding: 50px 0px 30px;
    position: relative;
    background: #023264;
}

.our-product-head h2 {
    flex: 0 0 30%;
}

.our-product-main>a:hover {
    background: #f34770;
    color: #fff;
}

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

.footer-box h3 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #f9bcd3;
    margin: 0 0 10px;
    font-weight: 500;
}

.footer-box.address-detail {
    padding-right: 0px;
}

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

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

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

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

.footer-box p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    float: left;
    margin: 0 0 20px;
}

.copy-right-box p {
    color: #e9bcd3;
    font-size: 16px;
    margin: 0;
    text-align: center;
    width: 100%;
    text-decoration: underline;
}

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

.foot-icon a {
    color: #e6ebf0;
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
}

.copy-right {
    text-align: center;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 30px 0 0;
}

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

/* footer end */
/* card  start*/
.rating {
    float: left;
    position: relative;
}

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 20px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    color: #ddd;
    margin: 0 5px 0 0;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
}

.rating:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Fontawesome';
}

.headt-top-sec {
    background: #065aa2;
}

.head-top-sec-med {
    background-color: #fff;
}

.head-top p span {
    background: #f34770;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    border-radius: 30px;
    padding: 0 10px;
    margin-left: 5px;
    font-weight: 500;
}

.head-top p {
    color: #fff;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding: 8px 0;
}

.head-top2 {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-flow: row wrap;
    list-style: none;
}

.head-top2 li {
    color: #fff;
}

.head-top2 li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.head-top2 li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 5px;
}

.head-top2 li:nth-child(2) {
    position: relative;
    padding-left: 32px;
}

.head-top2 li:nth-child(2):before {
    position: absolute;
    top: -15px;
    left: 15px;
    width: 1px;
    height: 53px;
    background: #518cbe;
    content: '';
}

.row-head-top {
    align-items: center;
}

.head-top2 li img {
    margin-right: 2px;
}

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

.head-top-right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px 0 0 30px;
    font-size: 14px;
    color: #fff;
    border-left: 2px solid #fff;
    margin-left: 5px;
}

.head-top-right ul li p {
    color: #000;
    margin: 0 0 0 9px;
    font-size: 18px;
    font-weight: 700;
}

.head-search {
    height: 56px;
    width: 700px;
    position: relative;
}

.head-search input {
    width: 100%;
    height: 56px;
    border-radius: 61px;
    border: 1px solid #e0e0e0;
    padding-left: 30px;
}

.head-search button {
    width: 98px;
    height: 50px;
    right: 3px;
    position: absolute;
    top: 3px;
    border: none;
    border-radius: 50px;
    background-color: #065aa2;
    color: #fff;
}

.head-top-right ul li figure {
    margin: 0;
}

.head-top-right ul li figure .cart {
    position: relative;
}

.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 {
    margin: 0;
    text-align: center;
}


ul.category-menu-top {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

ul.category-menu-top li {
    list-style: none;
    position: relative;
    display: flex;
}

.category-menu-top li ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 100%;
    top: 75px;
    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: 1px solid #f34770;
}

ul.dropdown li {
    width: 100%;
    flex: unset;
    margin: 5px 5px;
}

ul.dropdown li a {
    font-size: 14px;
}

.category-menu-top li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.category-menu-top-intro p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.category-menu-top-intro {
    line-height: 20px;
}

ul.category-menu-top li>a {
    display: flex;
    align-items: center;
    gap: 10px;

}

ul.category-menu-top li label {
    position: absolute;
    top: 5px;
    right: -16px;
}

.category-menu-top-intro span {
    font-size: 16px;
    color: #807f81;
}

.head-second-menu {
    background: #f2f3f5;
    height: 95px;
    padding-top: 25px;
}

.head-top-right ul li:nth-child(2) {
    display: none;
}

.category-menu-top-intro p i {
    font-weight: 600;
    font-size: 22px;
    margin-left: 8px;
    position: relative;
    top: 3px;
    display: none;
}

.main-bnr img {
    width: 100%;
}

.main-bnr {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.main-bnr-support img {
    width: auto !important;
    height: auto;
}
.main-bnr-intro-sec > p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 20px;
    margin: 0;
}
.main-bnr-support {
    display: flex
;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0;
}
.main-bnr-support figure {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #2139e0;
    border-radius: 50%;
}
.main-bnr-support figure i {
    font-size: 36px;
    color: #fff;
    margin-top: 23px;
}


.main-bnr-support-intro label {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}
.main-bnr-support-intro p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 31px;
    margin: 0;
}
.main-bnr-support-intro p span {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.main-bnr-intro {
    display: flex
;
    flex-flow: wrap;
    width: 100%;
    flex-direction: column;
    max-width: 400px;
    flex: 0 0 40%;
}
.main-bnr-intro-sec {
    flex: 0 0 40%;
}
.main-bnr-primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    margin: 50px 0 0;
}
.main-bnr-intro p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 10px 0;
}
.main-bnr-intro div a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}
.main-bnr-intro div a span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 15px;
}

.main-bnr-intro h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.main-bnr-intro h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
    /* text-transform: uppercase; */
    margin: 0;
}
.main-bnr-intro label {

    color: #065aa2;
    font-weight: 600;
    width: 100%;
}

.main-bnr-intro > div a span img {
    height: auto;
    width: auto;
    object-fit: unset;
}
.main-bnr-intro2 {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 17px 0 0;
}

.main-bnr-intro2 figure img {
    width: auto;
}

.main-bnr-intro2 figure {
    margin: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 18px;
}

.main-bnr-intro2 p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    font-style: italic;
    font-weight: 500;
    color: #023264;
}

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

.main-heading h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #071111;
    margin: 0 0 0px;
    line-height: 48px;
}

.main-heading span {
    font-size: 18px;
    text-transform: uppercase;
    color: #243ef4;
    text-align: center;
    margin: auto;
    display: block;
}



footer {
    overflow: hidden;
    padding: 60px 0px 0px;
    position: relative;
    background: #061125;
}

.footer-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #333d51;
    padding: 0 0 50px;
    margin: 0 0 44px;
}

.newsletter-sec {
    /* position: relative; */
    width: auto;
    float: left;
    margin: 0;
}

.newsletter-sec button {
    height: 60px;
    width: 170px;
    display: inline-block;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background: #2139e0;
    color: #fff;
    margin-left: 10px;
}

.newsletter-sec input {
    height: 60px;
    border: none;
    padding-left: 30px;
    border-radius: 50px;
    width: 360px;
    /* width: auto; */
}

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



.footer-box h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
    text-decoration: auto;
    text-transform: capitalize;
    position: relative;
}

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

.footer-box.address-detail {
    padding-right: 30px;
}

ul.contact-us-footer li:nth-child(1) {
    background-image: url(../images/location-icon.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 30px;
}

ul.contact-us-footer li:nth-child(2) {
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 30px;
}

.footer-bottom {
    background: #2139e0;
}

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

.footer-box ul.half_li li {
    width: 100%;

}

.footer-box ul li a {
    width: 100%;
    float: left;
    color: #969ead;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 3px 0;
}

.footer-box.newsletter input {
    width: 100%;
    height: 54px;
    border-radius: 50px;
    padding-left: 20px;
    color: #000;
    border: none;
}

.footer-box.newsletter button {
    width: 125px;
    border-radius: 50px;
    background: #0888f6;
    height: 54px;
    color: #fff;
    margin: 0px 0 0;
    border: none;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-box.newsletter input:placeholder {
    color: #000;
    opacity: .8;
}

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

.footer-box p {
    color: #969ead;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 0px 0 0px;
    padding-right: 0px;
}

.footer-box p a {
    color: #fbdb26;
}

.copy-right-box {
    flex: none;
    width: auto;
}

.copy-right figure span {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.copy-right-box p {
    color: #ffffff;
    font-size: 17px;
    margin: 10px 0 0;
    text-align: right;
    width: 100%;
    font-weight: 400;
    text-decoration: none;
}

.footer-search-intro h2 {
    font-size: 50px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.copy-right-box-intro {
    display: flex;
    align-items: center;
}

.social-icon {
    margin-left: 40px;
}

.social-icon a {
    width: 45px;
    height: 45px;
    background: #fff;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    margin-left: 10px;
}

.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: 30px;
    font-size: 18px;
    font-weight: 600;
}

.copy-right {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0px 0 0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

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





ul.process-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-flow: row wrap;
    margin: 50px 0 0;
}

ul.process-section li {
    flex: 0 0 23%;
    width: 23%;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

ul.process-section li figure span {
    position: absolute;
    bottom: 42px;
    height: 30px;
    line-height: 30px;
    background: #2139e0;
    width: 30px;
    border-radius: 50%;
    color: #fff;
}

ul.process-section li figure {
    width: 170px;
    height: 170px;
    border: 1px dashed #2139e0;
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

ul.process-section li figure div {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;

    border-radius: 50%;
}

ul.process-section li:hover figure div {
    background: #0f2349;
}

ul.process-section li:hover figure div img {
    filter: brightness(0) invert(1);
}

ul.process-section li div h3 {
    font-size: 28px;
    margin: 30px 0 0px;
    font-weight: 400;
}

ul.process-section li div p {
    margin: 0;
    color: #80879c;
    font-size: 16px;
    line-height: 20px;
}


ul.treatment-sec {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 30px;
    margin: 45px 0 0;
}

ul.treatment-sec li {
    flex: 0 0 23%;
    width: 23%;
    list-style: none;
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
}
.treatment-sec-intro>a img {
    transform: rotate(-30deg);
}
ul.treatment-sec li:hover {
    border-color: #243ef4;
}
ul.treatment-sec li:hover .treatment-sec-intro h3 a {
    color: #243ef4;
}
ul.treatment-sec li:hover .treatment-sec-intro > a {
    background-color: #243ef4;
    border-color: #243ef4;
}
ul.treatment-sec li:hover .treatment-sec-intro > a img{
    filter: brightness(0) invert(1);
}

.treatment-sec-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 20px;
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: 0%;
    padding: 30px 15px;
}

.treatment-sec-intro h3 {
    margin: 0;
    line-height: normal;
    font-size: 24px;
}

.treatment-sec-intro>a {
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: #ecf6fa;
    border-radius: 50%;
    border: 1px solid #cfdde2;
    display: inline-block;

}

ul.treatment-sec li figure img {
    width: 100%;
}

ul.treatment-sec li figure {
    margin: 0;
    border-radius: 0 0 0 100px;
    overflow: hidden;
}


.treatment-sec-intro h3 {
    font-size: 24px;
    margin: 0 0 0px;
    line-height: 34px;
}


.treatment-sec-head h2 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 500;
}

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

ul.our-product-main li {
    background: #fff;
    list-style: none;
    padding: 0px;
    flex: 0 0 23%;
    width: 23%;
    text-align: center;
}

ul.our-product-main li figure {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 0px 0;
    text-align: center;
    margin: 0;
    line-height: 300px;
}
ul.our-product-main li > a {
    background: #243ffa;
    padding: 0px 18px;
    display: inline-block;
    margin: 10px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 40px;
}
ul.our-product-main li:hover .our-product-main1>a {
    background: #065aa2;
    color: #fff;
    text-align: center;
}
.our-product-head span {
    display: inline-block;
}
.our-product {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.our-product-main span {
    color: #7d879c;
    font-size: 16px;
    line-height: 16px;
}

.our-product-main h3 a {
    color: #1d2a38;
    font-size: 20px;
    font-weight: 400;
}

.our-product-main h3 {
    line-height: 20px;
    margin: 17px 0 6px;
}

.our-product-main1>a {
    background: transparent;
    width: 98px;
    height: 36px;
    display: inline-block;
    border-radius: 40px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    background: #2741fa;
    text-align: center;
    margin: 10px 0;
}



.our-product-main>a img {
    margin-right: 5px;
}

.our-product-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-btn {
    flex: 0 0 70%;
    display: flex;
    justify-content: end;
}

.filter-btn a {
    border-radius: 50px;
    margin: 0 15px;
    display: inline-block;
    line-height: 32px;
    padding: 0 0px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

figure.about-img {
    margin: 0;
}

figure.about-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 500px;
}

.about-img-intro h2 {
    text-align: left;
}

.about-img-intro span {
    display: inline-block;
    margin: 0 0 15px;
}

p.about-img-intro-para {
    border-left: 4px solid #243ef4;
    margin: 25px 0;
    padding-left: 15px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

.about-img-intro>a {
    width: 165px;
    height: 38px;
    background: #030d43;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 0;
}

.about-img-intro {
    padding-left: 100px;
    padding-top: 65px;
}

ul.bitcoin-process {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin: 60px 0 0;
}

ul.bitcoin-process li figure {
    background: #0f2349;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
}

ul.bitcoin-process li {
    list-style: none;
    background: #fff;
    padding: 35px;
    box-shadow: 0 0 10px #ccc;
    flex: 0 0 31.8%;
    width: 31.8%;
    border-radius: 36px;
    border: 1px solid #fff;
}

ul.bitcoin-process li:hover {
    border: 1px solid #1524c9;
}

ul.bitcoin-process li:hover figure {
    background-color: #1524c9;
}

ul.bitcoin-process li:last-child {
    flex: 50%;
    width: 50%;
    background-image: url(../images/bitcoin-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

ul.bitcoin-process li h3 {
    font-size: 24px;
    margin: 20px 0 15px;
    color: #0f2349;
}

ul.bitcoin-process li p {
    margin: 0;
    line-height: 21px;
    font-weight: 500;
    color: #0f2349;
}

.bg-light1 {
    background-color: #edf7f8;
}

ul.bitcoin-process li:last-child h2 {
    font-size: 39px;
    line-height: 44px;
    color: #fff;
    width: 47%;
    font-weight: 700;
}

ul.bitcoin-process li:last-child a {
    width: 200px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-size: 22px;
    margin: 20px 0 0;
}

figure.about-img2 h2 {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 55px;
    padding-left: 20px;
}

figure.about-img2 {
    position: relative;
}

figure.about-img2 img {
    border-radius: 65px;
}

figure.about-img2 a {
    width: 190px;
    height: 50px;
    background: #0f2349;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    position: absolute;
    right: -95px;
    bottom: 80px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.about-img2-intro {
    padding-left: 80px;
}

.about-img2-intro h4 {
    color: #1c2a4d;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 26px;
}

.about-img2-intro p {
    margin: 0 0 25px;
}

.why-choose-us {
    background-image: url(../images/why-choose-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-us-main {
    width: 55%;
}

.why-choose-us-main span {
    color: #fff;
    display: inline-block;
}

.why-choose-us-main h2 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.why-choose-us-intro p {
    color: #fff;
    float: left;
    width: 100%;
}

.why-choose-us-intro ul {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    margin: 15px 0 0;
    gap: 30px;
}

.why-choose-us-intro ul li {
    display: flex;
    gap: 15px;
    flex: 0 0 100%;
    width: 100%;
}

.why-choose-us-intro ul li figure {
    width: 65px;
    height: 65px;
    background: #2139e0;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
    flex: 0 0 65px;
    margin: 0;
}

.why-choose-us-intro ul li figure img {
    height: 25px;
}

.why-choose-us-intro ul li h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
    line-height: 20px;
}

.why-choose-us-intro ul li p {
    margin: 0;
    line-height: 19px;
}

.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: transparent;
    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 label {
    position: absolute;
    right: -15px;
    top: -15px;
    height: auto;
    line-height: normal;
    background: #243ffa;
    color: #fff !important;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0 0 0 10px;
}
.quick-checkout-left>figure span.outstock{ background:#ed3f31; }

.quick-check-pay-mode {
    background: #f9f9ff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 0px #ccc;
    margin: 0px 0 0;
    float: left;
    width: 100%;
}


.quick-check-pay-mode h5 {
    margin: 0;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
}
.quick-check-pay-mode figure {
    background: transparent;
    margin: 0;
    line-height: normal;
}
.price-button {
    display: flex
;
    gap: 15px;
    align-items: center;
    margin: 20px 0 0;
}
.price-button > div {
    flex: 0 0 40%;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.price-button button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    background-color: #243ffa;
    color: #fff;
}
.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: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    background: transparent;
    margin-right: 0px;
    height: auto;
}
.pro_qty.pro_qty1 h5 {
    color: #999;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px;
}



.quick-checkout-right {
    flex: 0 0 55%;
    padding: 0;
}

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

.quick-checkout-right>ul li:nth-child(1) {
    border: none;
    margin-top: 0;
    background: #243ffa;
    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 h2 {
    font-size: 20px;
    margin: 15px 0 5px;
    color: #243ffa;
    font-weight: 600;
}

.quick-checkout-right-head {
    margin-bottom: 15px;
}

.quick-checkout-right-head>span {
    color: #ffd100;
    font-size: 13px;
    margin: 0 10px;
}

.quick-checkout-right-head>label {
    font-size: 14px;
}

.pro_dosase {
    height: auto;
    display: grid;
    align-items: center;
    margin: 0 0 15px;
    border: dashed 0px #8bcd2b;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 5px auto 20px;
    justify-content: space-between;
}

.pro_dosase h3 {
    margin: 0 !important;
    width: auto;
    border: none;
    flex: 0 0 auto;
    padding: 0px 0 !important;
    color: #999 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px !important;
}

.select_dosase.pro_dosase ul {
    padding: 0;
    margin: 0;
    flex: 0 0 64%;
    float: right;
}

.select_dosase ul li {
    width: auto;
    margin: 0 8px;
    list-style: none;
    border: none;
    padding: 0;
    min-width: inherit;
    min-height: inherit;
}

.pro_dosase ul li {
    width: 85px;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.pro_dosase ul li label {
    border-radius: 0;
    padding: 5px;
    border: solid 1px #0d2556;
    border-width: 0 0 0 1px;
    color: #0d2556;
    line-height: 25px;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}


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

.pro_dosase ul li.active label {
    background: #ebebeb !important;
    color: #fff;
}

.select_dosase ul li label {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select_dosase ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pro_dosase ul li label {
    border-radius: 5px;
    padding: 0px 5px;
    border: 0;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
    margin: 0px 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.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: #243ffa;
    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;
    border: 1px solid #f9f9ff;
    padding: 50px;
    background: #f9f9ff;
}

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

.content_page.page-error > a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 20px;
    margin:10px 0 0;
}

.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: 56px;
    line-height: 66px;
    margin: 0;
    font-weight: 700;
    color: #243ffa;
}

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

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

.right_side_checkout .btn_checkout {
    background: #243ffa;
    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;
}
.main-bnr-coupon > div .coupon_area_cat {
    /* float: left; */
    max-width: 400px;
    /* border: 1px dashed #ffffff; */
    padding: 15px 30px;
    margin: 20px 0 0;
    background: linear-gradient(-90deg, #bd03eb 0, #f3009d 100%);
    border-radius: 0 50px 50px 50px;
}
.main-bnr-support__main {
    display: flex
;
    justify-content: end;
    gap: 50px;
}
.main-bnr-coupon
 {
    display: flex
;
    align-items: anchor-center;
    justify-content: flex-end;
    gap: 20px;
}

.coupons {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    border: dashed 2px #243ffa;
    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: 42px;
    font-weight: 500;
    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: #243ffa;
    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: #243ffa;
    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;

}

.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;
    background-image: 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_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;
    background: #f9f9ff;
    border: dashed 0px #243ffa;
    line-height: normal;
        padding: 15px 30px;
    margin: 20px 0 0;
    background: linear-gradient(-90deg, #bd03eb 0, #f3009d 100%);
    border-radius: 0 50px 50px 50px;
}
.coupon_area_cat p {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
}
.coupon_area_cat p span {
    color: #fff;
    font-weight: 600;
}
.check_right.order-table.table-responsive {
    background: #f3f7ff;
    padding: 20px;
    border-radius: 10px;
}
.coupon_area_cat h4 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 5px;
    padding: 0;
    text-align: center;
    line-height: 16px;
}
.quick-checkout-left .coupon_area_cat {
    max-width: 100%;
}

.coupon_area_cat .coupon_box
 {
    font-size: 24px;
    background: transparent;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    border: dashed 0px #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
    margin: 2px 0 0;
}
.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: #f9f9ff;
}
.innerpage-bg.breadcrumb_bg1 {
    background: #f9f9ff;
    padding: 65px 0;
    background-image: url(../images/cms-page-bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
    background-attachment: fixed;
}
.innerpage-bg.breadcrumb_bg1:before {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.breadcrumb_main h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.breadcrumb_main ol li {
    font-size: 14px;
    list-style: none;
    color: #000;
    position: relative;
}
.breadcrumb_main ol li a {
position: relative;
    color: #000;
}
.innerpage-bg.breadcrumb_bg1 ol li a {
    color: #fff;
}
.innerpage-bg.breadcrumb_bg1 ol li {
    color: #fff;
}
.footer-box.footer-box-help.footer-line li {
    width: 50%;
}
header.inner_header {
    background: #243ffa;
    position: static;
}
header.inner_header nav.navbar {
    margin: 7px 0;
}
.content_page h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #243ffa;
}
.content_page h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}
.content_page p {
    margin: 0 0 25px;
}
.cate-page h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #243ffa;
}
aside {
    padding: 15px;
    border-top: solid 5px #243ffa;
    background-color: #fbfcff;
    align-self: start;
    position: sticky;
    top: 100px;
    border-radius: 0.2em;
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      li {
        padding: 0; margin:10px 0;
        a {
          color: inherit;
          text-transform: none;
          display: inline-block; font-size:14px; line-height:18px; text-decoration:none;
          transform-origin: left;
          transition: transform 0.1s linear;
          &.active {
            font-weight: 600;
            color:#243ffa;
          }
        }
      }
    }
  }
  h3.tableofContent {
    font-size: 20px;
}



.quick_checkout {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    border: dashed 0px #8bcd2b;
    margin: 30px 0 50px;
    border-radius: 20px;
    justify-content: space-between;
        align-items: center;
}
.product__coupon__big {

    width: 100%;
    float: left;
    margin: 0px 0 0;
    border-radius: 5px;
    display: flex;
    flex-flow: row wrap;
}
.coupon_area_cat h4 {
    color: #fff;
    font-weight: 700;
}
.product__delivery {
    margin: 20px 0 0;
    display: flex;
    gap: 5px;
}
.product__delivery a {
    font-size: 16px;
    /* opacity: .8; */
    color: #000;
    font-weight: 500;
}

.quick-check-pay-mode {
    flex: 0 0 50%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.quick-check-pay-mode img {
    width: 100%;
}
.product__coupon .coupon_area_cat {
    width: 100%;
    max-width: 100%;
    border: 0px solid #ccc;
    background: transparent;
    background: #f9f9ff;

    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
        padding: 15px 30px;
    margin: 20px 0 0;
    background: linear-gradient(-90deg, #bd03eb 0, #f3009d 100%);
    border-radius: 0 50px 50px 50px;
}
.pro_qty ul.pro_strength li {
    list-style: none;
    color: #000;
    font-weight: 500;
    margin: 0 8px 5px 0;
    padding: 0 0px;
    height: 35px;
    border: solid 2px #ccc;
    width: auto;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
}
.quick_checkout .img_area img{ max-width:100%; height:auto; width:auto;}
.quick_checkout .pro_part_area{ flex:0 0 70%; padding:25px;}
.quick_checkout .pro_part_area .pro_qty{ width:100%; float:left;  display: flex; flex-flow: row wrap; align-items:center; margin:0 0 15px;}
.quick_checkout .pro_part_area .pro_qty h1 span{ color:#fff;}
.quick_checkout .pro_part_area .pro_qty h4{ flex:0 0 100%;font-size:32px; font-weight:600; text-transform:uppercase; margin:0 0 5px;}
.quick_checkout .pro_part_area .pro_qty h5{ flex:0 0 120px; text-transform:uppercase; font-size:18px; font-weight:500; }
.pro_qty ul.pro_strength { display: flex; flex-flow: row wrap; align-items: stretch; padding:0; margin:0 0px;}
.pro_qty ul.pro_strength li {
    list-style: none;
    color: #000;
    font-weight: 500;
    margin: 0 8px 5px 0;
    padding: 0 0px;
    height: 35px;
    border: solid 2px #ccc;
    width: auto;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;
}
.pro_qty ul.pro_strength li input[type=radio]{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; visibility:hidden;}
.pro_qty ul.pro_strength li label.radio_btn_2 {
    cursor: pointer;
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 0;
    font-size: 18px;
    padding: 0 20px;
    width: 85px;
}
.pro_qty ul.pro_strength li.active, .pro-size ul li:hover{ border:solid 2px #8bcd2b; }

.pro_qty ul.pro_strength li label.radio_btn_3{ cursor:pointer; width:100%; margin:0; text-align:center; position:relative; z-index:5; margin:0; padding:0 0 0 30px; font-size:16px; }

.pro_qty ul.pro_strength li label.radio_btn_3 input { position: absolute; opacity: 0; cursor: pointer;}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark { border: 2px solid #000;position: absolute; top:5px; left: 0; height: 25px; width: 25px; background-color: #eee;}

.pro_qty ul.pro_strength li label.radio_btn_3:hover input ~ .checkmark { background-color: #ccc;}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked ~ .checkmark {     background-color: transparent;
    border: 2px solid #8bcd2b;
    color: #8bcd2b;}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after { content: ""; position: absolute; display: none;}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked ~ .checkmark:after { display: block;}


.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid #8bcd2b; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);}

.pro_qty ul.pro_strength.pro_name_list li{ border:none; background:#e2e1e1; border-radius:35px; font-size:14px; }
.pro_qty.pro_qty1 ul.pro_strength li.active {
    border: solid 2px #ccc;
    color: #000000;
    background: #ebebeb;
}
.pro_qty ul.pro_strength.pro_name_list li label.radio_btn_2{ font-size:14px;}

.pro_qty ul.pro_strength.pill_str li{ border:none; background:none;  padding:0 10px 0 0; }

.select_pro_med {
    width: 100%;
    float: left;
    height: 321px;
    overflow: scroll;
}
.price_part{ width:100%; float:left; display:flex; align-items:center; margin:8px 0px 0;}
.price_part .price_left{ width:auto; float:left; margin-right:30px; font-weight:700; color:#8bcd2b; font-size:36px; line-height:28px;  }
.price_part .price_left span{ display:block; font-size:15px; font-weight:600; font-style:italic; color:#000; text-transform:uppercase; letter-spacing:0px;}
.price_part .check_rgt{ width:auto; float:left;}
.price_part .check_rgt button{border-radius: 40px;width:200px; font-size:18px; font-weight:700; height:50px; background:#8bcd2b; padding:0 25px; color:#fff; border:none; cursor:pointer;}


.blog_details_area ul.date_time.date_admin {
    display: flex
;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    gap: 15px;
}
.carousel-indicators button img {
    width: 100%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 130px;
    height: 120px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: inherit;
    cursor: pointer;
    background-color: #ffffff00;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity 0 ease;
    border: 1px solid #ccc;
    line-height: 120px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex
;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 0rem;
    margin-left: 0%;
    list-style: none;
    bottom: -140px;
}
.content_page ul li {
    background-image: url('https://www.topsleepaids.com/images/check-new.png');
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
    background-position: 0 6px;
    margin: 10px 0;
}
.mobile__bnr{
    display:none;
}
.error-page ul li {
    background-image: none;
    padding: 0;
    margin: 0 !important;
}
.error-page ul li a {
    border: 2px solid #243ffa;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 40px;
    font-size: 24px;
    color: #243ffa;
}
.error-page ul li a:hover {
    background: #243ffa;
    color: #fff;
}
.error-page ul {
    display: flex
;
    align-items: center;
    flex-flow: row wrap;
    margin: 20px 0 10px !important;
    gap: 10px;
}
.content_page.page-error > a:hover {
    background: #243ffa;
}
.content_page.page-error h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0;
}
.content_page.page-error p {
    margin: 20px 0;
    font-size: 26px;
}
.content_page p a {
    color: #243ffa;
    font-weight: 500;
}

#newsletter_responce {
    color: #fff;
    margin-top: 5px;
    float: left;
    width:100%
}


label.error {
    color: #c70b0b;
    margin-top: 5px;
    float: left;
    width:100%
}
.blog-card.blog_area .listing_blog li img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}
.blog-card.blog_area {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 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 12px 25px;
    width: 48%;
    list-style: none;
}
.blog__info h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.blog__info h2 a {
    font-weight: 600;
    color: #243ffa;
}
.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: #243ffa;
    margin-right: 5px;
}
section.section.blog_details_area.pt-0 h1 {
    font-size: 32px;
    margin: 10px 0 5px;
    color: #243ffa;
}
.blog_details_area h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #243ffa;
}
.blog_details_area h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}
.blog_content ul li {
    background-image: url(https://www.topsleepaid.com/images/check-new.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
    background-position: 0 6px;
    margin: 12px 0;
}
.recent_post_area {
    text-align: center;
    padding: 15px;
    background: #fbfcff;
    margin: 15px 0 0;
}
.blog_content a {
    color: #243ffa;
    font-weight:600;
}
.content_page {
    width: 100%;
    float: left;
}
.blog_details_area p {
    margin: 0 0 25px;
    width: 100%;
    float: left;
}
.blog_details_area {
    width: 100%;
    float: left;
}
.blog_details_area h3 {
    width: 100%;
    float: left;
}
.blog_details_area h2 {
    width: 100%;
    float: left;
}
.blog_details_area li {
    width: 100%;
    float: left;
}
.blog_details_area ul {
    width: 100%;
    float: left;
}
.side_blog aside ul li {
    margin: 2px 0 !important;
}
aside {
    width: 100%;
    float: left;
}
ul.date_time.date_admin li {
    width: auto !important;
}
.side_blog {
    position: sticky;
    max-height: calc(100% - 150px);
    top: 150px;
}
.main-bnr-coupon h4
 {
    color: #fff;
    font-weight: 700;
}
.main-bnr-coupon .price_top {
    color: #fff !important;
}
.main-bnr-coupon .price_top span {
    color: #fff !important;
}
.playbtn {
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 40px 0;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 4px;
  overflow: hidden;
}
.playbtn:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.product__coupon p {
    color: #fff !important;
}
.product__coupon p span {
    color: #fff !important;
}
 
.top-notification-bar {
  background-color: #e83131;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  font-size: 17px;
  position: relative; letter-spacing:.5px;
  display: flex;
  justify-content: center;
  align-items: center; position:relative; z-index:10;
}
.top-notification-bar a {
  color: #fff;
  text-decoration: none;
  margin-left: 5px; font-weight:600;
}
.top-notification-bar a:hover{ color:#b9ff81}

.close-banner {
  position: absolute;
  right: 20px;
  top: 10px;
  background: none;
  color: #fff;
  border: none;
  font-size:42px; line-height:18px;
  cursor: pointer;
}
    .content_page h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #243ffa;
}
.content_page h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}
.content_page p {
    margin: 0 0 25px;
}
.cate-page h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #243ffa;
}

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

ul.pop_pro {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background: #eee;
    padding: 20px 10px;
}
ul.pop_pro li{
    flex:0 0 46%;
    width: 46%;
}
ul.pop_pro a.cart {
    background: #000;
    padding: 5px 0;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}
ul.pop_pro li h3 {
    text-align: center;
    font-size: 20px;
}
ul.pop_pro li h3 a {
    font-weight: 600;
}


