* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

a {
    color: #101010;
    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
}

header {
    top: 0;
    left: 0;
    width: 100%;
}

.section {
    padding: 60px 0px;
}

.container {
    max-width: 1360px !important;
}

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

}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    font-size: 16px;
    color: #101010;
    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: #fff;
    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: #1ca4ba;
    border: 1px solid #1ca4ba;
    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 {
    background: #000;
}

.social-link ul {
    margin: 0px;
}

.social-link ul li {
    list-style: none;
    float: left;
    color: #fff;
    margin: 9px 0px 9px 9px;
}

.social-link ul li:first-child {
    margin-left: 0px;
}

.social-link ul li:nth-child(1) {
    background: #262626;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
}

.social-link ul li:nth-child(2) {
    background: #262626;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
}

.social-link ul li:nth-child(3) {
    background: #262626;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
}

.social-link ul li:nth-child(4) {
    background: #262626;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
}

.social-link ul li i {
    color: #fff;
}

.sign-btn li {
    float: left;
    list-style: none;
    color: #fff;
    padding: 10px;
}

.sign-btn li:nth-child(2) {
    background: #fe0000;
}

.sign-btn li:nth-child(1) {
    background: #262626;
}

.sign-btn ul {
    margin: 0px;
}

.sign-btn {
    float: right;
}

nav.navbar {
    padding: 15px 0px;
}

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

li.nav-item.active .nav-link,
.nav-link:hover {
    border-radius: 5px;
}
a.navbar-brand {
    padding: 0 !important;

}
.form-inline a.cart {
    font-weight: 700;
    width: min-content;
    position: relative;
}
.form-inline ul {
    width: auto;
    display: flex
;
    justify-content: end;
    gap: 15px;
    align-items: center;
}
.form-inline ul li select {
    border: none;
    color: #7d879c;
    font-weight: 600;
    font-size: 20px;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li:first-child a {
    padding-left: 0;
}


.navbar-light .navbar-nav .nav-link {
    color: #2f4749;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.cart {
    width: 100%;
    float: left;
    background: #fe000000;
    padding: 0px 0px;
    border-radius: 0px;
}

.cart span {
    font-size: 18px;
    color: #fff;
}

.cart sup {
    font-size: 12px;
    background: #eb3a7b;
    color: white;
    width: 21px;
    height: 21px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 19px;
    top: 0px;
    border: 0px solid #fff;
}

.form-inline ul li {
    list-style: none;
}

.banner-img {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 40px 0;
    background-position: top;
    background-size: cover;
}

.banner-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    height: 450px;
    width: 100%;
}

.bnr-small {
    max-width: 80%;
    text-align: center;
    border-radius: 16px;
    padding: 20px;
    animation: fadeZoomIn 1.2s ease forwards;
    opacity: 0;
    transform: scale(0.9);
}
.bnr-small p {
    font-size: 14px;
    color: #666;
    background: #d3faff;
    padding: 10px 15px;
    border-left: 4px solid #22d8f6;
    border-radius: 8px;
    margin: 15px 0 0;
    font-style: italic;
    font-weight: 700;
    line-height: 22px;
}


    .bnr-small img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      transition: transform 0.4s ease;
    }

    .bnr-small img:hover {
      transform: scale(1.05);
    }

    .bnr-small figcaption {
      font-size: 0.85rem;
      color: #555;
      margin-top: 12px;
      padding: 0 10px;
      line-height: 1.4;
    }

    @keyframes fadeZoomIn {
      to {
        opacity: 1;
        transform: scale(1);
      }
    }
.banner-txt h1 {
    width: 100%;
    float: left;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
    line-height: 60px;
}

.banner-txt label {
    font-size: 31px;
    color: #fff;
    margin: 0 0 10px;
}

.banner-txt p {
    width: 100%;
    float: left;
    margin: 24px 0px 35px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-weight: 400;
}

.banner-txt .banner-btn {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
    text-align: center;
    padding: 0px 0px;
    display: inline-block;
    max-width: 450px;
    color: #000;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-transform: uppercase;
}

.bnr-main-btn ul {
    display: flex;
    margin: 25px 0 0;
    gap: 50px;
    list-style: none;
    flex-flow: row wrap;
}

.bnr-main-btn ul li {
    display: flex;
    gap: 15px;
    margin: 0;
    flex: 0 0 28%;
}

.bnr-main-btn p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.bnr-main-btn ul li figure {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    display: inline-block;
    flex: 0 0 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}

.bnr-main-btn label {
    font-size: 22px;
    line-height: 38px;
    color: #aff8ed;
    font-weight: 700;
    margin-left: 15px;
    letter-spacing: -1px;
}

.bnr-main-btn label sup {
    font-size: 15px;
}

/* content text start */
.content-txt {
    width: 100%;
    float: left;
}

.content-txt ul {
    width: 100%;
    float: left;
}

.content-txt ul {
    width: 100%;
    float: left;
    margin: 6px 0px;
}

.content-txt h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.content-txt p {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.content-txt p:last-child {
    margin-bottom: 0px;
}

/* content text end */
/* footer start */






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

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

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

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

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

.main-card {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.main-card figure {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.main-card h3 {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.main-card h3 a {
    width: 100%;
    float: left;
    margin: 10px 0px;
    font-size: 24px;
    font-weight: 600;
}

.main-card p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.main-card .main-btn {
    margin-bottom: 5px;
}

/* card end */
.display-hide {
    display: none;
}

.pro_dosase {
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    background: #7f041300;
    border: 0 dashed #8bcd2b;
    border-radius: 5px;
    width: 100%;
    justify-content: flex-start;
}

.pro_dosase h3 {
    margin: 0 !important;
    width: auto;
    border: none;
    flex: 0 0 125px;
    padding: 0px 0 0px 0px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}

.select_dosase.pro_dosase ul {
    padding: 0;
    margin: 0;
    flex: 0 0 62%;
    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: auto;
    text-align: center;
    margin: 0;
    display: inline-block;
}

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

.pro_dosase ul li label {
    line-height: 25px;
    border-radius: 40px;
    padding: 0px 0px;
    border: 0;
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    background: #fff0;
    margin: 0;
    height: 47px;
    line-height: 47px;
    width: 130px;
    font-weight: 400;
    border: 1px solid #fff;
}

.pro_dosase ul li:first-child {
    margin-right: 18px;
}

.pro_dosase ul li.active label {
    background: #fff !important;
    color: #000;
    border: 1px solid #fff;

}

.select_dosase ul li.active .radio_btn {
    background: #08233b;
    color: #000;

}

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

.select_dosase ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.banner-txt .bnr-btn{
 display: flex;
}
.banner-txt .bnr-btn button {
    display: flex
;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: none;
    text-align: center;
    justify-content: center;
    border-radius: 0 35px 35px 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000000;
    color: #ffffff;
}
.banner-txt select {
    height: 52px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 40px 0 0 40px;
    width: 100%;
    border-right: 0;
    appearance: none;
    font-size: 20px;
    line-height: 27px;
    padding-left: 30px;
    margin: 0 0 0px;
    background: url(../images/select-arrow.png) no-repeat right 30px top 21px;
}
.banner-txt select option {color:#000;font-size:16px; }

ul.home-our-vision {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 40px 0 0;
    flex-flow: row wrap;
}

ul.home-our-vision li {
    list-style: none;
    text-align: center;
}

ul.home-our-vision li figure {
    text-align: center;
    margin: 0 auto;
    height: 270px;
    width: 270px;
    line-height: 270px;
    border-radius: 50%;
    overflow: hidden;
}

.bg-what-we-do {
    background-image: url(../images/what-we-do-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.home-side-box {
    padding: 55px 0px 25px 30px;
}

.home-side-box.home-side-box-main {
    padding: 35px 0px 35px 35px;
    background: #def1f7;
    position: relative;
    margin: 55px 0 0;
}

ul.what-we-do-2 {
    display: flex;
    list-style: none;
    flex-flow: row wrap;
}

ul.what-we-do-2 li {
    flex: 0 0 25%;
    padding: 30px;
    background-color: #f8fafa;
}

ul.what-we-do-2 li:nth-child(1) {
    background-color: #fff;
}

ul.what-we-do-2 li:nth-child(3) {
    background-color: #0097af;
}
ul.what-we-do-2 li:nth-child(3) h3{
    color: #fff;
}
ul.what-we-do-2 li:nth-child(3) p{
    color: #fff;
}
ul.what-we-do-2 li:nth-child(3) label{
    color: #fff;
}
ul.what-we-do-2 li:nth-child(3) img{
    filter: invert(0);
}

ul.what-we-do-2 li:nth-child(4) {
    background-color: #599c2a;
}
ul.what-we-do-2 li:nth-child(4) h3{
    color: #fff;
}
ul.what-we-do-2 li:nth-child(4) p{
    color: #fff;
}
ul.what-we-do-2 li:nth-child(4 ) label{
    color: #fff;
}
ul.what-we-do-2 li:nth-child(4) img{
    filter: invert(0);
}
ul.browser-the-product {
    position: relative;
}
ul.browser-the-product:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d8e4f3;
    left: 50px;
    top: 0;
}
ul.browser-the-product li div {
    margin: 30px 0 0;
}
ul.what-we-do-2 li label {
    font-size: 15px;
    font-weight: 500;
}

ul.what-we-do-2 li h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 15px;
}
.container.container2 {
    max-width: 100% !important;
}
.head-socail {
    display: flex;
    gap: 20px;
}
.header-top-sec {
    background: #2f4749;
    padding: 10px 0;
}
.header-top-sec .row {
    color: #fff;
    align-items: center;
}
.header-top-sec p {
    margin: 0;
    color: #fff;
    text-align: right;
}
.header-top-sec p.head-para {
    text-align: end;
}
.home-side-box.home-side-box-main p {
    margin: 0;
    position: relative;
}
.content_page.home_content_page {
    padding: 60px 0 0;
}

.home-side-box.home-side-box-main::before {
    content: '';
    position: absolute;
    right: -65px;
    top: 0;
    background: #def1f7;
    width: 100px;
    height: 100%;
}

.row.home-side-box-row a {
    background: #000;
    display: inline-block;
    height: 64px;
    width: 220px;
    border-radius: 50px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    margin: 20px 0 0;
    font-size: 20px;
    text-transform: uppercase;
}

ul.home-our-vision li h3 {
    font-size: 24px;
    color: #101010;
    font-weight: 500;
    margin: 28px 0 5px;
    line-height: 24px;
}

ul.home-our-vision li p {
    font-size: 18px;
    line-height: 33px;
    color: #101010;
    margin: 0;
}

.main-heading {
    text-align: center;
}

.main-heading h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
}

.main-heading span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #599159;
    text-transform: uppercase;
}

.home-side-box .main-heading {
    text-align: left;
    margin: 0 0 25px;
}

.home-side-box p {
    line-height: 33px;
    margin: 0 0 25px;
}

.home-side-box ul {
    padding: 0;
    margin: 0 0 25px;
}

.home-side-box ul li {
    list-style: none;
    line-height: 43px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 11px;
    padding-left: 48px;
}

.home-side-box .main-heading span {
    margin: 0 0 5px;
    display: block;
}

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

.section.video-bg {
    padding: 100px 0;
}

.home-video {
    width: 45%;
}

.home-video h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin: 0px 0 15px;
}

.home-video p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin: 0;
}

.home-video h2 span {
    display: inline-block;
    font-weight: 400;
}

figure.home-side-box-img {
    border: 1px solid #1e1e1e;
    border-radius: 5px;
    width: 90%;
    margin: 0;
    background-color: #fff;
    text-align: center;
}

figure.home-side-box-img img {
    max-width: 90%;
    border-radius: 5px;
}

figure.home-side-box-img.home-side-box-img2 {
    border: none;
    background: transparent;
    text-align: right;
    width: 100%;
    margin: 0px 0 0;
}

figure.home-side-box-img.home-side-box-img2 img {
    width: 100%;
}

figure.home-side-box-img.home-side-box-img2 img {
    max-width: 100%;
}

.extra-section p {
    line-height: 33px;
    margin: 25px 0 0;
    text-align: left;
    font-size: 18px;
}

.extra-section .main-heading span {
    display: inline-block;
    margin: 0 0 10px;
}

ul.browser-the-product li {
    margin: 0 0 50px;
    list-style: none;
    display: flex;
    gap: 40px;
}

ul.browser-the-product li p {
    margin: 0;
}

ul.browser-the-product li h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}

ul.browser-the-product li figure {
    flex: 0 0 100px;
    height: 100px;
    background: #f1f8ff;
    border-radius: 50%;
    width: 100px;
    text-align: center;
    line-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.browser-the-product li figure div {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 !important;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #011a29;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.faq-section .accordion-header button {
    font-size: 20px;
    font-weight: 700;
    color: #011a29;
    padding: 25px 10px;
    line-height: 30px;
    border-top: 2px solid #cfd5d8;
}

.faq-section .accordion-item:first-child button {
    border: none;
}

.faq-section .accordion-body {
    font-size: 17px;
    line-height: 28px;
    padding: 0px 0px 25px;
    border-top: 0px solid #cacaca;
    width: 98%;
    margin: 0 auto;
    color: #999;
}

.faq-section .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 0px #e7e6e6;
    margin: 0px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.faq-section .accordion-button::after {
    background-image: url(../images/faq-arrow.jpg);
    background-position: 0 -20px;
}

.faq-section .main-heading {
    margin: 0 0 20px;
}

figure.faq-side {
    text-align: end;
}

figure.faq-side img {
    max-width: 100%;
}

section.section.bg-light {
    background-color: #f1f8ff !important;
}

.extra-section .main-heading {
    text-align: left;
}

.review-sec {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 70px 40px 50px 65px;
    border-radius: 10px;
    margin: 0 0 50px;
}

.review-sec input {
    height: 70px;
    margin: 0 0 30px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding-left: 25px;
    font-size: 17px;
    color: #5e35b1;
}

.review-sec textarea {
    margin: 0 0 30px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding-left: 25px;
    font-size: 17px;
    color: #5e35b1;
    padding-top: 30px;
}

.review-sec input::placeholder {
    color: #5e35b1;
}

.review-sec textarea::placeholder {
    color: #5e35b1;
}

.review-sec button {
    height: 60px;
    width: 205px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background-image: linear-gradient(to right, #5cbe49, #b9d947);
    border: none;
    margin: 20px 0 0;
    box-shadow: 0 0 40px #561ada4d;
}

.contact-information ul {
    border-top: 1px solid #f5f5f5;
    padding: 0 45px 45px;
}

.contact-information ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 50px 0 0;
    position: relative;
}

.contact-information ul li::after {
    content: '';
    position: absolute;
    background-color: #fa2fa3;
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 34%;
    box-shadow: 0px 4px 4px rgb(250 47 163 / 30%);
}

.contact-information ul li:nth-child(2):after {
    background-color: #4841f8;
    box-shadow: 0px 4px 4px rgb(72 65 248 / 24%);
}

.contact-information ul li:nth-child(3):after {
    background-color: #01a7ff;
    box-shadow: 0px 4px 4px rgb(72 65 248 / 24%);
}

.contact-information ul li span {
    box-shadow: 0 6px 6px #ccc;
    border-radius: 50%;
}

.contact-information ul li p {
    margin: 0;
    font-size: 17px;
    line-height: 37px;
    font-weight: 300;
    text-decoration: underline;
}

.contact-information-intro label {
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
}

.contact-information {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    width: 90%;
    border-radius: 10px;
}

.contact-information h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #5e35b1;
    padding: 45px 45px 15px;
    margin: 0;
}

.contact-information>p {
    padding: 0 45px;
    margin: 0 0 45px;
}

.footer-bg {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}

.footer-box {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.footer-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.footer-box p {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    margin: 0 0 30px;
}

.sicial-icon a {
    width: 55px;
    line-height: 55px;
    height: 55px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    margin: 0 9px;
    background-color: #4e27e8;
}

.sicial-icon a i {
    color: #fff;
    font-size: 20px;
}

.copy-right {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.faq-bg {
    background-image: url(../images/faq-bg.png);
    background-repeat: no-repeat;
    padding: 180px 0 250px;
    background-size: cover;
}

section.why-choose-us-section {
    background: #fcfcfc;
    padding: 40px 0 100px;
}

.about-product-bg {
    position: relative;
    padding: 45px 0 60px;
}

.about-product-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(../images/about-product-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -1;
}

section.section-vision {
    padding: 0 0 80px;
}

.home-side-box-row {
    padding: 0px 0 0;
}

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

.newsletter-sec {
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

.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: 22px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 400;
    text-decoration: auto;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}

.footer-box h3::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 54px;
    background-color: #00daf6;
    bottom: 0;
    left: 0;
}

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

.footer-box.address-detail {
    padding-right: 0px;
}
.footer-box.footer-box-help ul.half_li li {
    width: 50%;
}
.footer-box.footer-box-help.footer-box-help2 {
    padding-left: 80px;
}

.footer-box ul li p {
    font-size: 17px;
    margin: 5px 0;
    font-weight: 500;
    line-height: 26px;
    color: #999;
}

.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 li i {
    color: #6e6e6e;
    margin-right: 10px;
}

ul.address-foot li {
    display: flex;
    align-items: center;
}

.copy-right p {
    margin: 0;
    text-align: center;
    color: #999;
    text-decoration: none;
}

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

}

.footer-box ul li a {
    width: 100%;
    float: left;
    color: #999;
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin: 2px 0;
}
.footer-box ul li a:hover {
    color: #00daf6;
}
.banner-txt .banner-btn:hover {
    background: #000;
    color: #fff;
}
.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: #f34671;
    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: #999;
    font-size: 17px;
    line-height: 24px;
    float: left;
    margin: 0px 0 15px;
    padding-right: 0px;
    text-align: left;
}

.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: 19px;
    margin: 0;
    text-align: right;
    width: 100%;
    font-weight: 400;
    text-decoration: none;
}

.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: 15px 0;
    border-top: 1px solid #606060;
}

.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-line {
    position: relative;
}

.footer-line:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: -50px;
    top: 0;
    background-image: url(../images/footer-line.png);
    background-repeat: no-repeat;
}

.footer-top ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 0 0 30px;
    margin: 0 0 45px;
    border-bottom: 1px solid #606060;
}

.footer-top ul li {
    flex: 0 0 30%;
    display: flex;
    gap: 20px;
}

.footer-top ul li h3 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin: 0px 0 10px;
}

.footer-top ul li p {
    color: #999;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.contact_form {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.contact_form ul li {
    width: 50%;
    float: left;
    margin: 10px 0;
    list-style: none;
}

.contact_form ul li label {
    font-weight: 500;
}

.contact_form ul li input {
    width: 95%;
    border-radius: 0px;
}

.contact_form ul li:last-child, .contact_form ul li:nth-child(5) {
    width: 100%;
}

#review_response {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.contact_form .sbmt_btn {
    width: auto;
    display: inline-block;
    float: left;
    margin: 10px 0 10px;
    border-radius: 5px;
    border: solid 1px #fff;
    background: #1ca4ba;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
}

.contact_form .sbmt_btn:hover {
    background: #000;
}
.contact_form h1 {
    font-size: 32px;
    font-weight: 700;
}
.chat-with-us {
    position: relative;
    margin: 65px 0 0;
}

.chat-with-us img {
    width: 100%;
}

.chat-with-us-box label {
    font-family: "Architects Daughter", cursive;
    font-size: 40px;
    color: #fff774;
    line-height: 40px;
}

.chat-with-us-box h2 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.chat-with-us-box {
    position: absolute;
    top: 60px;
    left: 55px;
}

.chat-with-us-box p {
    margin: 0;
    color: #fff;
    font-size: 32px;
}

.faq-section .main-heading h2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.form-inline.form-inline2{
    display: none;
}
section.innerpage-bg {
    background: #1ca4ba;
}
.breadcrumb_main ol {
    margin: 0;
    padding: 10px 0;
    display: flex
;
    gap: 12px;
}
.breadcrumb_main ol li i {
    color: #fff;
}
.main-content.blog-heading h1 {
    font-size: 32px;
    margin: 20px 0 10px;
    font-weight: 600;
}
.breadcrumb_main ol li:nth-child(1) {
    position: relative;
}
.breadcrumb_main ol li {
    list-style: none;
}
.breadcrumb_main ol li a {
    color: #fff;
}

.content_page.cms_page {
    padding: 30px 0;
}
.content_page  h1 {
    width: 100%;
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
}
.content_page h3 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}
.cate-page h1 {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
ul.our-product.cate-product.home-product {
    margin: 0 0 50px;
}
h2.home-page-heading {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.cate-page h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1ca4ba;
    line-height: 22px;
}
.content_page h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1ca4ba;
    line-height: 22px;
}
.content_page p {
    width: 100%;
    margin-bottom: 25px;
}
.content_page ul {
    width: 100%;
    margin-bottom: 25px;
    padding-left:22px;
}
.content_page ul li {
    margin: 10px 0;
}
.content_page.cms_page p a{
    color: #1ca4ba;
}
section.inner_page_area.cart_page_bg {
    padding: 30px 0;
}
section.inner_page_area.cart_page_bg h1 {
    font-size: 32px;
    font-weight: 600;
}
.content_page.page-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_page.page-error a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 40px;
    font-weight: 500;
}
.content_page.page-error h1 {
    font-size: 120px;
    font-weight: 600;
    color: #1ca4ba;
    line-height: 100px;
    text-align: center;
}
.content_page.page-error span {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.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: #1ca4ba;
    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;
}
.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;
}

.cart_box_left ul li .right_side .qty span {
    cursor: pointer;
    width: 25px;
}

.cart_box_left ul li .right_side .qty input {
    max-width: 20px;
    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: #1ca4ba;
    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: #1ca4ba;
    line-height: 20px;
}

.right_side_checkout .btn_checkout {
    background: #1ca4ba;
    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 #1ca4ba;
    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;
}

.coupons .form-group button {
    background: #1ca4ba;
    color: #fff;
    border-radius: 0 25px 25px 0;
    border: none;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin: 0px 0px;
    width: auto;
    height: 40px;
    padding: 0 25px;
}

span#msgcopouncode {
    padding-left: 20px;
    padding-top: 20px;
    display: inline-block;
    color: red;
    font-weight: 600;
}
.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: 70px;
}

.checkout_details h3 {
    width: 100%;
    float: left;
    color: #1ca4ba;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    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: #1ca4ba;
    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: 40px;
    color: #fff;
    padding: 0;
    background: #1ca4ba;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    transition: .5s;
}

.sbmt_area button:hover {
    background: #000;
}

.check_right {
    padding: 15px;
    background: #f3f7ff;
    border-radius: 10px;
}

.check_right table {
    background: #f3f7ff;
    border-radius: 5px!important;
    margin-bottom: 0!important
}

.check_right table b {
    color: #1ca4ba;
}

.checkout_page h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1ca4ba;
}

.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: #1ca4ba;
    padding: 18px 25px 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    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: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 0;
}

.payment_opt ul li figure img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 30px
}

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

.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: #1ca4ba;
}
.checkout_right {
    padding: 15px;
    background: #f3f7ff;
    border-radius: 10px;
}
.checkout_details ul li select {
    height: 45px;
    font-size: 14px;
    appearance: auto;
    color: #000;
    opacity: .6;
}

.empty_cart.empty_cart1 {
    text-align: center;
}
.empty_cart.empty_cart1 a {
    background: #6ec549;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    margin: 10px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
}
/*.navbar-expand-lg .navbar-collapse {
        display: flex !important
;
        flex-basis: unset;
        margin: 0 !important;
        flex-grow: unset !important;
    }*/
.form-inline2{
    display: none;
}
.navbar-collapse.mobile-toggle{
    display: block !important;
}

.content_page.sitemap_page {
    padding: 50px 0;
}
ul.sitemap-ul-li {
    background: #eee;
    padding: 30px 50px;
}
ul.sitemap-ul-li li {
    margin: 10px;
}
.blog-card.blog_area {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}
.blog-card.blog_area .listing_blog li.listing {
flex: 0 0 32%;
float: left;
padding: 10px;
border: solid 1px #1ca4ba;
border-radius: 0;
margin: 0 0 25px;
width: 48%;
border-radius: 30px;
}
.blog__info h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.blog__info h2 a {
    font-weight: 600;
    color: #1ca4ba;
}
.blog__info > p {
   text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    margin-top: 10px;
    text-shadow: 0 0 0 #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 60px;
    width: 100%;
}
ul.date_time.date_admin {
    padding: 0 0px 0px;
    display: flex
;
    gap: 35px;
    margin: 7px 0 4px;
}
ul.date_time.date_admin li {
    font-size: 14px;
    list-style: none;
}
ul.date_time.date_admin li i {
    color: #1ca4ba;
    margin-right: 5px;
}
.blog-card.blog_area figure img {
width: 100%;
height: 204px;
object-fit: cover;
object-position: right;
border-radius: 30px;
}
.blog_details_area h1 {
    font-size: 32px;
    margin: 20px 0 5px;
    font-weight: 600;
}
.blog_details_area ul.date_time.date_admin {
    display: flex;
    margin: 0 0 15px;
    padding: 0;
    gap: 20px;
    list-style: none;
}
.blog_content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px;
}
.blog_content h1 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #1ca4ba;
}
.blog_content h2 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #1ca4ba;
}
.blog_content h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
a.extra_link {
    color: #000;
}
.blog_content h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.blog_content p a {
    font-weight: 600;
}
.blog_content ul li a{
    font-weight: 600;
    color: #fc634a;
}
.blog-card.blog_area .listing_blog {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-flow: row wrap;
    list-style: none;
}
section.section.blog_details_area figure img {
    width: 100%;
    border: 1px solid #1ca4ba;
    padding: 12px;
    border-radius: 30px;
}
.side_blog{ position:sticky; max-height:calc(100% - 150px); top:150px; }
aside {
    padding: 15px;
    background-color: #f4fdff; border-radius:8px; margin: 0 0 25px;
    
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      li {
        padding:0; margin:8px 0;
        a {
          color: inherit;
          text-transform: none;
          display: inline-block;
          transform-origin: left;
          transition: transform 0.1s linear;
                          font-size: 14px;
                line-height: 20px;
          &.active {
            font-weight: 600;
            color: #1a9aaf;
          }
        }
      }
    }
  } 
  .blog_content ul {
    padding: 0;
    margin: 0 0 25px;
}
.blog_content ul li {
    margin: 10px 0;
}
.blog_content ul li {
    margin: 10px 0;
    margin-left: 18px;
} 

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

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

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

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

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


.quick-checkout {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #ffffff;
    border: 0px solid #c8f9ff;
    border-radius: 5px;
    padding: 0px;
    flex-wrap: wrap;
    margin: 35px 0;
    box-shadow: 0 0 10px #eee;
}

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

}
.blog_content ol li{
    margin: 10px 0;
}
.blog_details_area figure img {
    width: 100%;
}
.blog_content ul li{
    margin: 10px 0;
}
.blog_content ul {
    margin-bottom: 25px;
    padding-left: 22px;
}
.quick-checkout-left>figure span {
    position: absolute;
    right: -15px;
    top: -15px;
    height: auto;
    line-height: normal;
    background: #fc634a;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0 0 0 10px;
}
.quick-checkout-left>figure span.outstock{ background:#ed3f31; }

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

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

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

.quick-checkout-left>ul {
    margin: 15px 0px 5px;
    padding: 0;
    width: 100%;
    float: left;
}

.quick-checkout-left>ul li {
    list-style: none;
    font-size: 15px;
    background-image: url(../images/check_cont.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 26px;
}

.quick-checkout-left {
    flex: 0 0 40%;
    border-right: 3px solid #fc634a;
    padding: 15px;
    border-radius: 0px;
}

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

.quick-checkout-right>ul {
    border: 1px solid #ffe7e3;
    border-radius: 5px;
    background: #ffe7e3;
    padding: 0px;
}

.quick-checkout-right>ul li span {
    font-size: 17px;
    color: #323232;
    width: 25%;
    text-align: center;
}

.quick-checkout-right>ul li {
    list-style: none;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fbcdc5;
    margin: 0px 0;
    padding: 5px 0;
    border-radius: 0px;
    background: #ffe7e3;
}

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

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

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

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

.quick-checkout-right-head {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

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

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

.pro_dosase {
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    /* background: #1b68aa; */
    border: dashed 0px #8bcd2b;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 5px auto 10px;
    justify-content: space-between;
}

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

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

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

.pro_dosase ul li {
    width: 25%;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
}

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

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

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

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

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

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

.pro_dosase ul li label {
    border-radius: 40px;
    padding: 10px 5px;
    border: 0;
    border-width: 0 0 0 0px;
    color: #000;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    background: #ffe7e3;
    margin: 0px 0;
}

.prodct_table_main table tr td button {
    width: auto;
    display: inline-block;
    border: none;
    background: #0d2556;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
    transition: ease-in .3s;
}

li.nav-item span {
    position: absolute;
    top: 10px;
    right: 1px;
}

ul.treatment-product {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin: 40px 0 0;
}
nav ul li{ position:relative; }

nav ul li ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 200px;
    top: 55px;
    left: 0;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    background: #fff;
    text-align: left;
    padding: 15px 10px;
    box-shadow: 0 0 5px 0 #d1d1d1;
    border-radius: 0 0 20px 20px;
    border-top: 3px solid #3ec2d1;
}

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

ul.dropdown li {
    list-style: none;
    padding: 3px;
    font-size: 14px;
}
.content_page {
    margin: 50px 0;
}
.faq_part {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.faq_part h2 {
    /* text-align: center; */
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1ca4ba;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-item label {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 15px;
  background: linear-gradient(to right, #0077b6, #00b4d8);
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 8px;
}

.faq-item label:hover {
  background: linear-gradient(to right, #005f8f, #009eb0);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  transition: max-height 0.5s ease;
  padding: 0 15px;
  border-radius: 0 0 8px 8px;
}

.faq-item input:checked ~ .faq-content {
  max-height: 500px;
  padding: 15px;
}

.faq-content p {
  margin: 0;
  color: #333;
  line-height: 1.6;
}
.social-icon {
    margin-left: 0px;
    display: flex
;
    justify-content: flex-start;
}
h3.follow-us {
    margin-top: 20px !important;
}

.social-icon a {
    width: 45px;
    height: 45px;
    background: #1ca4ba;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    text-align: center;
    color: #fff;
}
.social-icon a img {
    max-height: 15px;
    filter: invert(1);
}
.dropdown.active {
    display: block !important;
}
.clck_menu.arrow i {
    transform: rotate(180deg);
}
.coupon_area_cat {
    width: 100%;
    float: right;
    border-radius: 8px;
    max-width: 400px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin: 10px 0 0px;
    background: #f7f7f7;
    border: dashed 1px #fc634a;
    line-height: normal;
}

.coupon_area_cat p {
    font-size: 18px !important;
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    font-style: ita lic;
}
.home-page-coupon .coupon_area_cat {
    float: left;
}
.coupon_area_cat p span {
    color:#fc634a;
}

.coupon_area_cat h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 5px;
    padding: 0;
    text-align: center;
    line-height: 16px;
}

.coupon_area_cat .coupon_box {
    font-size: 20px;
    background: #fc634a;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border: dashed 0px #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 110px;
    text-align: center;
     animation: glowing 1000ms infinite; border-radius: 20px;
}

@keyframes glowing {
   0% { background-color: #0f3178; }
  50% { background-color: #fc634a; }
  100% { background-color: #0f3178; }
}

.bnr-small.prod-bnr-small {
    padding-bottom: 0;
}
.home-page-coupon.prod-page-coupon {
    margin: auto;
    text-align: center;
    padding-left: 22px;
    width: 100%;
}
.home-page-coupon.prod-page-coupon .coupon_area_cat {
    float: left;
    max-width: 485px;
    padding: 10px;
}
.faq-part {
    border: 1px dashed #1ca4ba;
    padding: 40px 40px 20px;
    margin: 30px 0 40px;
    border-radius: 20px;
}
.faq_box {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 30px;
}
