@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Core
*/
* {
    outline: none;
    box-shadow: none;
} 

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #838291;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.screen-reader-text {
    display: none;
}

.btn, .btn:hover, .btn:focus {
    box-shadow: none;
    border: 0;
    text-decoration: none;
}

/*
body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto; 
  font-style: normal;
  color: #000;

}*/

.opacity-0 {
    opacity: 0;
}

.container {
    max-width: 1240px;
    width: 100%;
} 

.container-fluid {
    max-width: 1440px;
}


/*
.navbar-nav {
    align-items: center;
}
.nav-link:hover {
    color: #00B551 !important;
}*/ 

.slider-btn {
    text-decoration: none;
    color: #fff;
    padding:7px 10px 7px 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

 /* Hover effect */
      .slider-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .slider-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }


.common-btn {
    text-decoration: none;
    color: #fff;
    padding:14px 25px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

.navbar-nav {justify-content: end;}

 /* Hover effect */
      .common-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .common-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }

.slider-btn img {
    max-width: 40px;
    max-height: 40px;
    margin-left: 30px;
} 

.card-header { 
    border: none !important;
        background: transparent;
  
}

.card.faq-item.active .card-header {
    background: transparent !important;
    border: none;
} 

.card-body {
    padding: 0 30px !important;
}

.faqs-section .faq-list .faq-item .card-header span.heading {
    text-align: left;
    display: block;
    padding-right: 37px;
}
.faqs-section .faq-item .card-header .accordion-toggle {
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
    padding-left: 5px;
}

.no-shadow {
    background: transparent !important;
    box-shadow: unset !important;
    margin-bottom: 40px;
}

ul.datablock-listing {
    display: inline-flex;
    list-style: none;
    margin: 40px 0 0;
    font-weight: 600;
}

ul.datablock-listing li {
    margin: 0 15px;
}

.container.no-shadow h2.heading-common-title {
    margin-bottom: 5px;
}


.faqs-section .faq-item .card-header .accordion-toggle:after {
    content: '+';   
    width: 28px;
    height: 28px;
    display: block;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    top: -13px;
    position: absolute;
    right: 5px;
    color: var(--Blue, #2161AA);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.faqs-section .faq-item.active .card-header .accordion-toggle:after {
    content: '-';
  
}

div#faqAccordion {
    margin-top: 60px;
}

.card.faq-item.active {
    border-radius: 16px;
    background: #EDF5FF;
    box-shadow: 0.558px 0.558px 1.674px 0px rgba(80, 88, 113, 0.10), 2.232px 2.232px 5.579px 0px rgba(80, 88, 113, 0.06), 1.674px 1.674px 3.347px 0px rgba(121, 135, 176, 0.06) inset, -2.232px -2.232px 8.368px 0px rgba(121, 135, 176, 0.10) inset;
} 


.card.faq-item {
margin-bottom: 20px;
    padding: 5px 0;
    border-radius: 16px;
    background: #FBFBFB;
}

.faqs-section span.heading {
  color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}





.banner-content-block .banner-title {
    font-size: 71px;
    font-weight: 900;
}

.banner-content-block .banner-title span {
    color: #0a531c;
}

.banner-content-block p {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
}

.fixed-top {
    padding: 20px;
    transition: all 0.3s ease-in-out;
   
} 


header.header.scroll li.menu-icon {
    top: 30px;
}


li.menu-icon {
    list-style: none;
    position: absolute;
    top: 40px;
}

.p-r-0 {
    padding-right: 0;
}

.navbar-nav.m-l-20 {
    margin-left: 60px;
}


.about-image-block img.img-fluid {
    max-width: 300px;
    margin: 0px auto;
}


.top-ticker li a {
    font-family: 'Bomstad Display';
    font-size: 16px;
    color: #fff;
    line-height: normal;
        text-decoration: none;
}

.footer-links h2 {
    font-weight: bold;
    font-size: 20px;
}

ul.footer-menu {
    padding: 0;
    line-height: normal;
    list-style: none;
    padding-top: 20px;
}

ul.footer-menu li a.nav-link {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

.footer-image {
    position: absolute;
    right: 100px;
    bottom: 0;
}
footer .nav-link:hover {
    color: #fff !important;
    opacity: 0.6 !important;
}

.footer-menu li {
    padding: 0 !important;
}

.footer-links-block {
    display: inline-flex;
    width: 100%;
}

.footer-links {
    width: 50%;
}  


.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
}

p.sub-block-heading {
    font-size: 17px;
    font-weight: 500;

}

.section-title.w-btn {
    max-width: 400px;
    margin:30px auto;
}


.count-left-image {
    position: absolute;
    top: -70px;
    left: -40px;
} 

section.blog-section.common-padding {
    background: #f6faf2;
}

section.daily-support-block.common-padding {
    padding-bottom: 20px;
}

.count-right-image {
    position: absolute;
    right: 60px;
    bottom: -70px;
}

.wellness-content-block ul {
    margin: 0;
}

.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

section.wellness-stats.common-padding {
    padding-top: 0;
    position: relative;
}


.wellness-right-image {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.bionutriy-wellness-block {
    position: relative;
}

.wellness-left-image {
    position: absolute;
    top: -70px;
    left: -15px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.top-ticker ul {
   display: flex;
    padding: 0;
    margin: 0 auto;
    animation: ticker 50s linear infinite;
    list-style: none;
    max-width: 1300px;
        }

.top-ticker ul li {
    display: inline-flex;
    padding: 0;
    color: #007bff;
    font-size: 16px;
    position: relative;
}
        @keyframes ticker {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

.news-ticker-enable{
    top: 45px;
}

.newsletter-from-block p {
    font-weight: normal;
    width: 370px;
    color: #ffffff99;
}  

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}
.scroll .fixed-top {
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    top:0px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.newsletter-from-block h2 {
    font-weight: 900;
}  
/*
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
      font-weight: bold;
      color: #000;
}
*/
.smaller-common-title {
    color: var(--Black, #181818);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}

.client-logo-block {
    background: #fff;
    padding:80px 0;
	
    position: relative;
    z-index: -2;
}
/*.client-inner-logo-block img {
    color: gray;
    filter: grayscale(1);
    opacity: 0.5;
}

.client-inner-logo-block img:hover {
    opacity: 1;
    filter: none;
}*/

#client-logo {
    margin: 20px 0;
}


#reviews .container-fluid.overflow-hidden {
    max-width:100%;
} 


/*.client-inner-logo-block{
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin: 20px 5px;
}*/

h4.subheading-common-title {
    color: #217211;
    font-size: 24px;
}

.blue-btn {
    border-radius: 60px !important;
    background: var(--Blue, #2161AA);
    border: none !important;
    color: #fff !important;
} 

.dashboard-content {
    width: 100%;
    margin-top: 20px;
    display: block;
}

p:empty {
    display: none;
}

ul.dashboard-listing {
    list-style: none;
    padding: 0;
}

ul.dashboard-listing li {
    padding: 7px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
}

ul.dashboard-listing li img {
    margin-right: 10px;
}

.dashboard-block a.web-btn.button {
    max-width: 350px;
    margin: inherit;
    text-align: center;
}


.header .web-btn a {font-weight: bold;}

.header .web-btn {
    margin-left: 10px;
	overflow:hidden;
} 

/*
Header
*/

.website-logo {
    text-align: center;
} 

.shop-block {
    display: flex;
    align-items: center;
    justify-content: right;
}

.small-cart ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
} 

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}

.top-ticker li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top-ticker {
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    padding:12px 0 6px;
     overflow: hidden;
            white-space: nowrap;
            position: relative;
}

.top-ticker:hover ul {
            animation-play-state: paused;
        }

.small-cart {
    margin-left: 30px;
    position: relative;
}

.small-cart:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #71ab2a;
    content: '';
    left: 5px;
    top: 4px;
} 

.newletter-block input[type="submit"] {
    background: url(../images/next.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
    top: 13px;
    right: 50px;
     transition: all .7s;
}  

.newletter-block input[type="submit"]:hover { 
    background: url(../images/next.png) center center;
    box-shadow: none;    
    transform: scale(1.1);
    transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
}  

.newletter-block {
    position: relative;
    max-width: 400px;
}

.newletter-block .wpcf7-email {
    font-family: 'Bomstad Display';
    background: #fff;
    padding: 14px;
    border: 2px solid #000;
    opacity: 1;
    border-radius:50px;
    color: #000;
    width: 100%;
    font-weight: 600;
} 

::placeholder {
    font-size: 16px;
  color:  #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:  #000;
    font-size: 16px;
}

footer{
    position: relative;
}

span#products-counts {
    width: 18px;
    background: #71ab2a;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 4px;
    right: -5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

li.shop-icon {
    position: relative;
    cursor: pointer;
} 

.btn-right-position {
    position: absolute;
    right: 20px;];
    top: 20px;
}

.search-icon {
    cursor: pointer;
}  

a.web-btn.no-effect:after {
    display: none !important;
}

a.web-btn.no-effect:before {
    display: none !important;
}
.no-effect span {
    color: #000 !important;
}

a.web-btn.no-effect:hover span {
    opacity: 0.7;
}


.sidebar-menu li {
    padding: 7px 0 !important;
    border-bottom: 1px solid #ccc;
} 

.sidebar-menu {
    margin-bottom: 50px;
}

.sidebar-menu a.nav-link {
    color: #000;
} 


.header .web-nav .nav-link {
color: var(--Black, #181818);
font-family: "Poppins", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.header .web-nav .nav-link.dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.header .web-nav .dropdown-menu {
    min-width: 250px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.scroll nav {
    background:#fff;
}


.header .web-nav .dropdown-menu .nav-item {
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2;
}

.header .web-nav .dropdown-menu .nav-item:last-child {
    border-bottom: 0;
}

.header .web-nav .dropdown-menu .nav-item:hover {
    background: #ea3d66;
}

.header .web-nav .dropdown-menu .nav-item:hover .nav-link {
    background: #ea3d66;
    color: #fff;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {
    padding: .5rem 1.5rem !important;
    color: #222;
}


.header .web-nav .nav-link.nav-btn {
    padding: 15px 45px;
}

 
section.inner-pages-banner {
    margin-top:140px;
    position: relative;
    color: #fff;
}

section.inner-pages-banner:after {
     background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 70%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
}

section.blog-main-section {
    margin-top: 140px;
    position: relative;
    color: #fff;
    padding: 60px 80px;
} 

.blog-readmore a.slider-btn {
    margin: 15px auto;
    background: #fff;
    color: #e04e15;
    padding: 8px 50px 8px 15px;
}

.blog-main-section .blog-readmore {
    text-align: center;
}

.blog-readmore img {
    margin-right: 20px;
    margin-left: 0;
}

.pagination {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
 background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    opacity: 0.8;
        font-size: 16px;

}

.pagination a:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    opacity: 0.8;
}

.pagination .current {
     background-image: -moz-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

ul.category-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}

ul.category-list li {
    margin: 0 30px;
    position: relative;
}

ul.category-list li a {
    color: #000;
    text-decoration: none;
    font-family: 'Bomstad Display';
    font-size: 18px;
    font-weight: 700;
}
ul.category-list li a:hover{
     color: #e04e15;

}
section.categeories-main-section {
    margin-top: 150px;
    clear: both;
}

ul.category-list li.active a {
    color: #e04e15;
    border-bottom: 1px solid;
}

ul.banner-btn-block {
  list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 500px;
    padding: 0;
}

.banner-btn-block li {
    margin: 10px 0;
}


.banner-main-form {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 96.3px 0px #E0E0E0, 27.079px 3.611px 162.475px 0px #DDEDFF, 0.558px 0.558px 1.674px 0px rgba(80, 88, 113, 0.10), 2.232px 2.232px 5.579px 0px rgba(80, 88, 113, 0.06), 1.674px 1.674px 3.347px 0px rgba(121, 135, 176, 0.06) inset, -2.232px -2.232px 8.368px 0px rgba(121, 135, 176, 0.10) inset;
    display: inline-flex;
    padding:50px 50px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 46px;
}

.home .fixed-top {
    background: transparent;
}

.banner-form label {
    display: block;
    width: 100%;
}

.banner-form .wpcf7-email,
.banner-form .wpcf7-tel,
input.wpcf7-form-control {
   width: 100%;
    padding: 13px;
    border-radius: 7.576px;
    border: 1.263px solid #000;
    font-size: 14px;
    font-weight: normal;
    min-height: 50px;
}


select.wpcf7-form-control.wpcf7-select {
   width: 100%;
    padding: 13px;
    border-radius: 7.576px;
    border: 1.263px solid #000;
    font-size: 14px;
    font-weight: normal;
    min-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

label.email-label {
    margin: 30px 0;
} 

.email-label span.form-title.email-label {
    top: -10px;
} 

h2.banner-title {
    margin-bottom: 40px;
}

.wpcf7-submit {
    border-radius: 60px;
    border: 4px solid var(--Blue, #2161AA);
    background: var(--Blue, #2161AA);
    color: #fff;
    transition: 0.3s ease-in-out;
    width: 100%;
    margin: 10px 0;
    padding: 12px;
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    bottom: -10px;
} 

.wpcf7{
    position: relative;
}

.banner-main-form p {
    margin: 0;
    position: relative;
}

.banner-main-form p br {
    display: none;
}


span.form-title.email-label {
    top: 18px;
}

.selected-flag {
    background: transparent !important;
} 

span.form-title {
    position: absolute !important;
    left: 20px;
    z-index:1;
    background: #fff;
    padding: 0 10px;
    color: var(--Black, #181818);
    font-size: 15.151px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top:-12px;
} 

.banner-form font {
    color: var(--Others-Red, #F54336);
    font-size: 15.151px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-form .wpcf7-email, .banner-form .wpcf7-tel,
input.wpcf7-form-control,
 {
    margin: 30px 0;
    position: relative;
}

.banner-form .wpcf7-submit{margin:0; border: none; border-radius: 50px; font-size: 18px; font-weight: 600; padding: 20px 10px;}
.wpcf7-submit:hover {
    transform: scale(1.01);
    opacity: 0.9;
    transition: 0.2s ease-in-out;
} 

.banner-title {
    color: var(--Black, #181818);
    text-align: center;
   font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px; /* 137.5% */
} 

.banner-title span {
    color: #01B552;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
} 

.top-right-block ul {
    display: flex;
    align-items: center;
    justify-content: right;
    list-style: none;
    margin: 0 0 0 10px;
	padding:0px;
} 

.web-mail a:hover {
    color: #1f61af;
}
.web-mail a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
}


span.blog-details {
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    z-index: 45;
    margin: 20px;
    display: block;
    padding: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 400px;
    margin:30px auto 60px;
    color: #fff;
} 

.single section.blog-main-section:after {
    height: 70%;
}

.single-blog-details {
    padding: 0 30px 60px;
}
.single-blog-details h3 {
    font-weight: 900;
    font-size: 40px;
}


.blog-details-block li {
    list-style: none;
    padding: 5px;
    position: relative;
    padding-left: 20px;
}

.blog-details-block ul {
    padding: 0;
}

.blog-details-block li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background: #e09419;
    left: 0;
    top: 10px;
    border-radius: 20px;
}

.jet-logo-block {
    margin: 20px auto;
}

.call-tagline {
    border-radius: 28px;
    background: #2161AA;
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 20.1px */
    padding: 7px 12px;
    display: inline-flex;
   margin-top: 15px;
}  




::placeholder {
color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: normal;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: normal;
}

.toll-number-block a {
    color: #03B654;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    line-height: 134%; /* 38.86px */
    text-decoration: none;
}

.toll-number-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.toll-number-block:hover {
    opacity: 0.5;
} 




.blog-main-title {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
} 

.banner-post-tagline {
    font-size: 25px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
      color: #ffffff9c;
}

.blog-main-section .blog-image img {
    max-height: 450px;
}

section.blog-main-section:after {
    background: #1f2e4f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
} 

.scroll .fixed-top {
    background: #fff;    
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.main-heading-title {
color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 134%; /* 64.32px */
}

.banner-section {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, rgba(235, 255, 235, 0.00) 0%, #EBFFEB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: 40px;
}

/*.banner-section h1.main-heading-title{position:relative; z-index:1;}
.banner-section h1.main-heading-title:after{background:url(../images/heading-line2.svg) no-repeat; position:absolute; content:''; display:block; top:48px; right:130px; width:290px; height:29px; z-index:-1;}
.banner-section .banner-content {padding-right:60px;}*/

.banner-content-section .blue-btn {    transition: 0.2s ease-in-out;position:relative; font-size:18px; font-weight:600; padding:18px 24px; border-radius:50px; text-decoration:none; display:inline-block; margin: .5rem 0;}
.banner-content-section .blue-btn:hover {    transition: 0.5s ease-in-out;transform: scale(1.01); opacity: 0.9; transition: 0.2s ease-in-out;}
.banner-content-section .blue-btn:after {background: linear-gradient(to right, #68ACF9, #0F427C); content:'';  border-radius:50px; position:absolute; width: 103%; height: 118%; z-index: -1; left: -5px;  opacity: 1; top: -5px;}

/*.count {margin: 3rem 0 0; display:flex; text-align:center; width:100%; justify-content: space-around; align-items: end;}
.count .count-content + .count-content {background:url(../images/divider.svg) no-repeat center left; padding: 0 3rem;}
.count-status {
    color: #00B551;
    font-size: 12px;
    font-weight: 600;
}
.count h3{font-size: 36px; font-weight: 600; margin-bottom:0px;}
.count-txt {
    font-size: 18px;
    font-weight: 400;
}
*/
.home .fixed-top {
     -webkit-box-shadow: none;
    box-shadow:none;
}


.inner-page-main-content {
    padding: 70px 0 50px;
}

.website-logo {
    padding-left: 70px;
}

section.static-page {
    margin-top: 100px;
    position: relative;
}




.faqs-page:before {
    background: url(../images/faq_bg.png) center center;
    position: absolute;
    width: 190px;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
} 

/*
header .active a.nav-link {
    color: #e06917 !important;
}*/

section.aboutus-block {
    overflow: hidden;
}
/*
header .active a.nav-link {
    color: #e04e15 !important;
} */

footer .active a.nav-link {
    opacity: 0.7;
} 

.heading-light-title {
    font-size: 44px;
    margin-bottom: 30px;
}

.container.w-1000 {
    max-width: 1140px;
}
/*
h1.inner-page-title {
    font-size: 30px;
    font-weight: 900;
}*/

.inner-page-main-content p {
    font-size: 30px;
    font-weight: 5;
}

/**Footer**/
.inner-container {
    background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    padding: 20px;
    overflow: hidden;
    border-radius: 40px;
    margin:20px auto;
    color: #fff;
    max-width: 1280px;
}  

.footer-content {
    padding: 50px 0;
}

.social-link h2 {
    font-size: 17px;
    font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.footer-content p {
    font-size: 20px;
    color: #000;
}

.social-link ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
} 

.copyright-block {
    color: var(--Colors-Secondry-color, #121410);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
} 

.bottom-form-block {
    max-width: 600px;
    margin: 0px auto 80px;
}



h4.formtagline-title {
    color: var(--Black, #181818);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
   text-align: center;
}

.partner-logosection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 0;
}

.subheading-block {
    color: var(--Black, #181818);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.social-link ul li {
    margin: 5px;
} 

.footer-content.social-link {
    text-align: right;
}

.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-nav li {
    display: inline-block;
    padding: 0 !important;
    margin-left: 5px;
}

.social-nav li:first-child {
    margin-left: 0;
}




.social-nav .nav-link {
    color: #e83d66;
    font-size: 1rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #e83d66;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.social-nav .nav-link:hover {
    color: #fff;
    background: #e83d66;
}

.footer-block {
    padding: 40px 30px;
    position: relative;
}

.footer-block .widget h3 {
    font-size: 1.5rem;
}

.footer-block .widget .textwidget p {
    display: inline-block;
    font-size: 0.9rem;
}


.footer-block .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
}

.footer-block .widget .textwidget > div a {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;

}

.footer-block .widget .textwidget > div a:hover {
    color: #e83d66;
    text-decoration: none;
}

.footer-block .widget {
    padding: 20px 0;
}

.footer-block .footer-block-one:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 35px;
}

.footer-block .footer-block-one .widget h3 {
    font-size: 1.5rem;
    padding: 0 0 25px 0;
}

.footer-block .footer-block-one .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.footer-block .footer-block-one .widget .textwidget > div a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-block .footer-block-two .widget .textwidget > div,
.footer-block .footer-block-two .widget .textwidget .wpcf7,
.footer-block .footer-block-two .widget .textwidget form {
    width: 100%;
    position: relative;
}

.footer-block .footer-block-two .form-inline {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-style: italic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 178px);
}

.footer-block .footer-block-two .form-inline .wpcf7-submit {
    display: inline-block;
    float: right;
    position: relative;
    right: -12px;
}

.footer-block .footer-block-two .form-inline .ajax-loader {
    position: absolute;
    right: 20px;
    /*background-image: url(../images/loader.gif);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-two span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
    right: 0;
    bottom: 0;
}

.footer-block .footer-block-two div.wpcf7-response-output {
    font-size: 0.8125rem;
    border: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-association {
    border-top: 1px solid #dddddd;
    padding: 50px 30px;
}

.footer-association h3 {
    font-size: 1.6rem;
}

.footer_association_list {
    display: flex;
    margin: 0 auto;
    list-style: none;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

.footer_association_list li {
    display: flex;
    margin: 0 20px;
    flex: 0 20%;
}

.footer-credit {
    border-top: 1px solid #dddddd;
    font-size: 0.8rem;
    padding: 20px 0;
    color: #8a8a8a;

}

.footer-credit .footer-links {
    color: #f44067;
    margin: 0 2px;
}

.footer-credit .footer-links .footer-link-divider {
    color: #8a8a8a;
}

.banner-image img  {
    max-width:370px;
    margin: 0px auto;
}

.home-page-slider {
    padding: 150px 0 0;
    min-height: 400px;
}

.section-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 29px;
    background: #e9fdd0;
    max-width: 200px;
    margin: 0px auto 30px;
    padding: 11px;
    border: 4px solid #a5ce73;
    border-radius: 50px;
    /* border-radius: 23px; */
} 

.image-content-block p {
    font-family: 'Bomstad Display';
    font-size: 31px;
    font-weight: 700;
}

.image-content-block img {
    margin-right: 15px;
}

.description-block.common-padding {
    padding-bottom: 0 !important;
} 

section.bionutriy-featured-block {
  background: url(../images/featured-bg.png) center center;
}

.faqs-lists-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.faqs-lists-block .icon-tab {
    width: 20%;
    text-align: center;
    border: 2px solid #e6e2df;
    padding: 30px;
    border-radius: 20px;
    margin: 0 15px;
    cursor: pointer;
}

.service-icons-block {
    padding-bottom: 25px;
}

span.icon-label {
    font-weight: bold;
    font-size: 17px;
}

.icon-tab {
    display: inline;
    border: 2px solid transparent;
    border-radius: 60px;
    padding: 15px 20px;
    text-align: center;
    font-weight:400;
    margin: 15px;
    cursor:pointer;
	position:relative;
	z-index:1;
	background:#fff;
}
.icon-tab:before {background:#B47CFD4D; content:''; border-radius:50px; position:absolute; top:-3px; left:-3px; right:-3px; bottom:-3px; z-index:-1;}

.icon-tab.active,
.icon-tab:hover {background:#fff;
   font-weight:400; border: 2px solid transparent;
    background: -webkit-linear-gradient(left,#B47CFD,#F57DC9,#FF9D97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; z-index:1;position:relative;
} 
.icon-tab.active:before,
.icon-tab:hover:before{background: -webkit-linear-gradient(left,#B47CFD,#F57DC9,#FF9D97); z-index:-1; position:absolute; top:-2px; left:-2px; right:-2px; bottom:-2px;}
.icon-tab.active:after,
.icon-tab:hover:after{background: #fff; border-radius:50px; content:''; z-index:-1; position:absolute; top:0px; left:0px; right:0px; bottom:0px;} 

.faq-detail p {
  color: var(--Colors-Greyscale-800, #424242);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
} 

.active span.heading {
    color: var(--Blue, #2161AA) !important;
}


.testimonial-rating-block {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
} 

.home-slider-block {
    top: -30px;
    position: relative;
}

.container-fluid {
    padding: 0;
}

/* Testimonial Card Styling */
.testimonial-card {
    padding: 30px;
    margin: 20px auto;
    height: 100%;
    max-height: 430px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    background: #F8F9FA;
}

.testimonial-card:hover {
    border-radius: 16px;
    border: 1px solid #73DEA3;
    background: var(--Light-Green, #ECFFEC);
} 


div#testimonial-slider {
    height: 450px;
}



.testimonial-text {
   color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-rating-block {
    width: inherit !important;
    margin: 10px 0;
}

.testimonial-content p {
color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 176%; /* 31.68px */
}

.author-name {
    margin: 0;
    color: var(--Black, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.author-bottom-block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.author-image img.author-pic {
    width: 60px;
    height:60;
    border-radius: 100px;
}

.green-btn {
    border-radius: 60px !important;
    background: var(--Green, #00B551);
} 

.subheading-common-title {
    border-radius: 30px;
    background: linear-gradient(270deg, #DDEDFF 0%, #EEFDEE 100%);
    display: inline-flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.subheading-common-title span {
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00B551 0%, #2161AA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.wpcf7-response-output {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0px auto !important;
    left: 0;
    right: 0;
} 

p.author-designation {
    width: 90%;
    font-size: 14px;
}

p.author-designation br {
    display: none;
}

.author-details {
    padding-top: 20px;
	
	padding-right:15px;
}


.testimonial-card:hover .author-designation,
.testimonial-card:hover .rating-details {
    color: #2161AA;
}

p.author-designation {
    color: var(--Black, #181818);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 23.36px */
}

section#reviews {
    padding-bottom: 0;
}

section#hire {
    padding: 4rem 0 0!important;
	overflow:hidden;
}



.home-slider-image {
    box-shadow: 0px 7px 109px 0px rgba(226, 109, 48, 0.29);
}


section.padding-top {
    padding-top: 0;
}

.padding-top h2.heading-common-title {
    margin-bottom: 40px;
} 

 
 .dashboard-industry-block img{
    border-radius: 15px;
    margin-bottom: 20px;
}


.dashboard-industry-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.dashboard-industry-block img {
  display: block;
  width: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); /* Initially smaller */
  font-size: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;  
  z-index: 99;
  flex-wrap: wrap;
transition: 0.4s all ease-in-out;
}

.data-block .discount-content-block {
    padding: 0;
}

.data-block .disconunt-content {
    font-size: 17px;
}
.dashboard-industry-block:hover .play-icon {
 transition: 0.4s all ease-in-out;
  opacity: 1;
  cursor: pointer;
} 

 .dashboard-industry-block
 {
    transition: 0.5s all ease-in-out;
} 

.view-video-icon {
    margin:5px auto !important;
    max-width: 50px;
}

.play-icon span {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.dashboard-industry-block:hover:after {
    cursor: pointer;
    background: #000000ad;
    width: 100%;
    height: 95%;
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 15px;
    left: 0;
   transition: 0.5s all ease-in-out;  
}  

/*@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1); /* Slight pulse effect */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}*/

.dashboard-industry-block:hover .play-icon {
  animation: pulse 1s infinite ease-in-out; /* Pulse animation */
} 
 

 


div#home-banner-slider {
    box-shadow: 7px 4px 64px 0px rgba(226, 109, 48, 0.29);
    background: #fcefe8;
}

.home-slider-image img.img-fluid {
    border-radius: 10px;
    border: 1px solid #2ab182;
}

.heading-common-title {
color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 128%; /* 51.2px */
}

.daily-support-block h2.heading-common-title {
    font-size: 45px;
    font-weight: 900;
} 

p.section-sub-heading {
    font-size: 17px;
}

.featured-lists-block ul {
    list-style: none;
    display: flex;
    padding: 20px 0 0;
    justify-content: center;
    align-items: center;
    margin: 0;
}

h2.bionutriy-featured-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0;
}

.our_purpose_block {
    background: #fff5f5;
    padding: 20px;
    border-radius: 16px;
}


.common-wellness-block h2.heading-common-title {
    font-size: 20px;
}

.common-wellness-block span.list-icons {
    color: #ef1e1e;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}  

.our_promise_block {
    background: #ceecd9;
    padding: 20px;
    border-radius: 16px;
        color: #0f2d1a;
}

.common-wellness-block {
    margin-top: 100px;
    width: 100%;
    margin: 0px auto;
    margin-top: 100px;
    padding: 40px 30px;
    max-width:350px;
}

.custom-dashboard-block {
    transition: 0.2s all ease-in-out;
    padding: 20px;
     background-color: rgb(255, 255, 255);
     border-radius: 15px;
 
}
.custom-dashboard-block:hover {
     transition: 0.2s all ease-in-out;
    transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}


.dashboard-lists-block {
        transition: 0.2s all ease-in-out;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border:1px solid transparent;
    margin: 12px 0;
}

.dashboard-lists-block:hover {
          transition: 0.2s all ease-in-out;
        transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}

.dashboard-content h3 {
    font-size: 18px;
}

/*.dashboard-image-block {
    border-radius: 16px;
    background: #fdf4ef;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.dashboard-image {
    width: 66px;
    margin: 0px auto;
}

.discount-content-block {
    padding-top: 40px;
}

.discount-content-section {
    padding: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    height: 540px;
        border-radius: 30px 0px 0px 30px;
}  

.discount-content-block .heading-common-title {
    font-size: 35px;
    margin-bottom: 10px;
}

.disconunt-content {
    font-size: 15px;
    line-height: 25px;
}

.discount-block .container {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 65px 0px rgba(0, 0, 0, 0.15);
   
}

.mt-20 {
    margin-top: 40px;
}

.col-sm-3.mt-20.text-center.mx-auto {
    margin-top: 60px;
}

.dashboard-content-div p {
    font-size: 15px;
}

.dashboard-content-div {
    height: 60px;
} 

.daily-support-block {
    color: #fff;
    position: relative;
    
}

.daily-support-block:after {
    position: absolute;
    background: url(../images/daily-bg.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 80%;
    top: 40px;
    left: 0;
    z-index: -1;
} 



.daily-support-block:before {
    position: absolute;
    background: url(../images/daily-bg-right.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 200px;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.daily-support-content-section {
    padding-top: 70px;
}



.bionutrity-family-block {
    color: #fff;
    position: relative;
    
}

.bionutrity-family-block:after {
     position: absolute;
    background: url(../images/6-Photoroom.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
    max-height: 660px;
} 


.bionutrity-family-content-section p {
    width: 85%;
    line-height: 30px;
    font-size: 17px;
    margin: 15px 0;
}


p {
    font-size: 18px;
    font-weight: 400;
} 

section.related-blog-section.common-padding {
    background: url(../images/featured-bg.png) center center;
    padding-bottom: 0;
} 

.terms-page h1 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.terms-page h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}  


.bionutrity-family-block:before {
     position: absolute;
    background: url(../images/vector1.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 70px;
    right:0px;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.bionutrity-family-block {
    padding-top: 70px;
    position: relative;
}

.bionutrity_family {
    position: absolute;
    top: -15px;
    left: 100px;
}

.bionutrity-family-image-block {
    position: relative;
    margin-top: -128px;
}

h2.truested-wellness-title {
    font-size: 68px;
    text-align: center;
    font-weight: 600;
}

section.trusted-weelness-block {
    padding: 200px 0 250px;
    position: relative;
} 

.trusted-weelness-block .container{
    position: relative;
}

.trusted-image-1 {
    position: absolute;
    top: -150px;
}

.trusted-image-2 {
    position: absolute;
    top: -150px;
    right: 0;
}

.trusted-image-3 {
    position: absolute;
    left: 100px;
    bottom:-170px;
}

.trusted-image-4 {
    position: absolute;
    right: 150px;
    z-index: 9;
    bottom: -300px;
} 

.trusted-weelness-block:after {
    background: url(../images/trusted-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
} 

.daily-support-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.daily-support-block ul {
    padding: 0;
}

section.shop-banner-block {
    margin-top: 100px;
    padding-bottom: 0;
}

.shop-container {
    padding-bottom: 80px;
}


.daily-support-block span.list-icons {
    color: #246826;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.wellness-image-block {
    margin-top: 30px;
    text-align: center;
}

.our_purpose_block span.list-icons {
    color: #ef1e1e;
}

.our_promise_block span.list-icons {
    color: #c24430;
}
.common-wellness-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.common-wellness-block ul {
    margin: 0;
    padding: 0;
}

.featured-lists-block ul li {
    text-align: center;
    flex: 6;
} 

.home-featured-lists ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-featured-lists {
    position: relative;
    display: flex;
    align-items: center;
}

.home-featured-lists ul {
    margin: 0;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: -60px;
    margin-bottom: 100px;
        margin-left: 100px;
}

.featured-icon {
    width: 45px;
    margin: 0 10px;
}

.featured-block {
    width: 220px; 
}

h2.slider-featured-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.home-featured-lists:after {
    background: #fff8ee;
    width: 100%;
    height: 180px;
    content: '';
    left: 0;
    position: absolute;
    top: -130px;
} 

/**Home Page Inner**/
.banner-block {
    width: 100%;
/*    height: 100vh;*/
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    background-color: #fff;
    min-height: 300px;
} 

.left-image {
    position: absolute;
    left: 0;
    top: 200px;
}
 
.right-image {
    position: absolute;
    right: 0;
    top: 250px;
}


.banner-block .owl-nav {
    position: absolute;
    right: -100px;
    top: 70%;
    transform: translateX(-70%);
}

.banner-block button.owl-prev {
    outline: none !important;
    margin: 0 10px;
}

.banner-block button {
    outline: none !important;
} 



.inner-banner-content {
    text-align: center;
}

.description-block .content-block span {
    color: #b1120c;
}
/*
.banner-content h1,
.inner-banner-content h1
 {
    font-size: 70px;
    line-height: 75px;
    font-weight: normal;
     margin:0px auto
}  */

.common-padding {
    padding: 80px 0;
}

.description-block {
    background: #ffffff;
    color: #000;
}

.description-block .content-block p {
    font-size: 57px;
    font-family: 'Bomstad Display';
    font-weight: 700;
} 

.description-block .content-block img{
    margin-top: -60px;
}   


.banner-content-block {
    padding-left: 100px;
}

.inner-banner-content p {
    font-size: 18px;
    max-width: 700px;
    font-weight: 500;
    line-height: 34px;
}


.description-icons-image {
    position: absolute;
    right: 0;
    top: -100px;
}

.description-block.common-padding {
    position: relative;
}


section.banner-block.career-banner {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #000;
} 

section.banner-block.career-banner:after {
    background: url(../images/inner-banner-bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -30%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}

.contact-page-banner-section{
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.contact-page-banner-section:after {
    background: url(../images/contact_bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -50px;
    bottom: -130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}


.web-btn a::before {
    display: none !important;
}



.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}



.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.contact-page-banner {
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 650px;
    margin: 0px auto;
    margin: 30px auto;
    border-radius: 15px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);

}

.contact-page-banner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 0;
}

.contact-page-banner p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 15px;
} 


.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}


.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    color: #000;
} 

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 10px;
    color: red;
} 

section.discount-block {
    position: relative;
}

section.discount-block:after {
    background-image: url(../images/discount-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -70px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
} 

.dashboard-industry {
    background: url(../images/industry_bg.png);
    margin-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
} 


.dashboard-industry-block iframe {
    border-radius: 15px;
}

.discount-tag-image {
    position: absolute;
    left: -130px;
    bottom: 10px;
}

.content-block.discount-content-section {
    position: relative;
} 

section.team-banner {
    color: #fff;
    padding: 100px 0;
      background-color: #000;
}


section.map-section {
    background: #000;
    color: #fff;
    text-align: center;
}

.map-content-section img {
    margin: 40px 0;
}


.team-lists ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-lists li {
    width: 33%;
}


.team-lists h2 {
    font-size: 24px;
    margin: 0px;
}

.team-member-details p {
    font-size: 15px;
}

.team-member-image {
    border-radius: 100%;
    max-height: 320px; 
   transition: transform 0.3s ease, background-color 0.3s ease;  
}

.social-link a:hover {
    opacity: 0.7;
}

.team-member-image:hover {
    transform: scale(1.05);
     transition: transform 0.5s ease, background-color 0.3s ease;
}



.wpcf7-response-output {
      position: absolute;
     margin: 0;
    border: none !important;
    text-align: center;
    font-size: 12px;
    width: 100%;
    left: 0;
    max-width: 400px;
} 

.contact-page-banner {
    padding-bottom: 0px;
}

.form-block input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    /* padding: 10px; */
     max-width: 450px;
}

.discount-form textarea {
    font-weight: bold;
    font-size: 15px;
    padding: 12px;
    width: 100%;
    height: 140px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ccc;
    max-width: 450px;
}

.discount-form .wpcf7-submit {
    margin: 0;
    clear: both;
}

.form-block {
    max-width: 470px;
    margin: 20px auto;
    display: block;
} 

.discount-form {
    padding-top: 30px;
    position: relative;
} 

section.page-notfound-banner {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
      background-color: #000;
}

section.contact-page-banner-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
      background-color: #000;
} 

.team-details {
    width: 200px;
    margin: 0px auto;
    font-size: 14px;
}

.readmore-btn {
    color: rgb(224 3 3);
    font-weight: 500;
    font-size: 17px;
}

.map-content-section h2 {
    font-size: 38px;
}

.readmore-btn:hover{
    opacity: 0.8;
       color: rgb(224 3 3);
}

.menu-icon {
    display: none;
}

.web-btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  border: none;
  cursor: pointer;
  min-width: 150px; 
  border-radius:30px;
  overflow:hidden;
} 

.web-btn:active, .web-btn:hover, .web-btn:focus {
  outline: 0!important;
  outline-offset: 0;
}
.web-btn::before,
.web-btn::after {
  position: absolute;
  content: "";
}

.top-right-block font {
    font-size: 16px;
    display: block;
    font-weight: 600;
    line-height: 10px;
} 



.whatapp-icon {
    position: absolute;
    margin: 12px;
}




.whatapp-btn img.whatapp-icon {
    margin: 18px 15px;
} 


.testimonial-subheading p {
    color: var(--Black, #181818);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonial-subheading {
    width: 100%;
} 


.form-block span {
    border: none;
}


/*.web-btn:hover {
    color: #fff;
    text-decoration: none;
}

.web-btn {
    border-radius: 7px;
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    color: #fff;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-weight: 800;
    font-size: 16px;
    border: 1px solid #7d7ecd;
} 

.hover-btn {
    color: #000;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-weight: 800;
    border: 1px solid #7d7ecd;
    border-radius: 7px;
}

 /* Hover effect */
/*
.banner-section {position: relative;}
.banner-section:before {position: absolute; content:'';background: url(../images/top-patren-left.png) no-repeat; display:block; width:255px; height:615px; bottom: -120px; left: -70px; z-index:-1;}
.banner-section:after {position: absolute; content:'';background: url(../images/top-patren-right.png) no-repeat; display:block; width:247px; height:536px; top: 20px; right: 0; z-index:-1;}
.banner-section span {
    position: relative;
}

.banner-section h1 span:after {
    background-image: url(../images/heading-bg.png);
    position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}  */

.btn-arrow {
    position: absolute;
    left: 0;
    top: 0;
}
.careers-page p {
    margin: 20px auto 30px;
}

.banner-tagline {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
	    padding-right: 40px;
	border-left:8px solid #00B551;
}

.rating-block {width:240px;padding:0px; margin:0 15px 0 0;} 
.rating-block li{padding:0px; margin:0px!important;} 


.footer-logo {
    text-align: center;
    padding: 30px 0;
} 

.footer-row {
    background: #ffffff1f;
    margin: 15px;
    padding: 40px;
    border-radius: 50px;
}



/**Blog**/


.blogs {
    padding-top: 0;
    padding-bottom: 80px;

}

.blogs .container {
    max-width: 1024px;
}

.blog-content {
    padding-bottom: 30px;
}

.blog-content h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}

.blog-content p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.blog-box {
   margin: 40px 0;
} 


a.web-btn.button.yellow-bg{
border-radius: 7px;
  background-image: -moz-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
}
a.web-btn.button.yellow-bg:hover{
    background: #fff;
}

.custom-dashboard-block {
    text-align: center;
}


.custom-dashboard-content h3 {
    font-size: 19px;
    margin-top: 30px;
}

.custom-dashboard-content-block {
    font-size: 15px;
}

.custom-dashboard-image {
    width: 100px;
    border-radius: 100%;
}


.blog-box .blog-image img {
    object-fit: cover;
    width: 100%;
   
}

.blog-box .blog-content-inner {
    padding: 20px;
}

.blog-box .blog-content-inner h3 {
     font-size: 21px;
    min-height: 60px;
    font-weight: 600;
} 

.blog-box .blog-content-inner h3 a {
    color: #000;
    text-decoration: none;
}

.blog-box .blog-content-inner h3 a:hover {
    color: #0e6f25;
    text-decoration: none;
}   

.blog-box .blog-content-inner .blog-expect {
font-size: 16px;
    line-height: 1.8rem;
}



.blog-box .blog-content-inner .blog-readmore {
    margin: 15px 0 0 0;
}

.blog-box .blog-content-inner .blog-readmore a {
    color: #0e6f25;
    font-size: 16px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-decoration: none;
}


.hover-zoom {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
} 

.hover-zoom img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom:hover img {
      transition: transform 0.5s ease, filter 0.3s ease;
    transform: scale(1.1); /* Zoom in */
    filter: brightness(90%); /* Slightly darken the image */
    border-radius: 25px;
}




.blogs .btn {
    margin-top: 50px;
    margin-bottom: 30px;
}

main.page-section.inner-page {
    margin-top: 75px;
    padding: 0;
    overflow: hidden;
}

main.page-section.inner-page.archive-page {
    margin-top: 0;
}
.sharethis-inline-share-buttons{
    display: inline-block;
    margin-left: 10px;
}
.social-sharethis{
    padding-bottom: 20px;

}

/***404***/

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.error-404 h1 {
    font-size: 8rem;
    line-height: 8rem;
    color: #3f18db;
    font-weight: 900;
}

.error-404 h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #e33a65;
}

.error-404 p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}


.latest-products {
    text-align: center;
}

.products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

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

.product-item img {
    max-width: 100%;
    height: auto;
}




.product-item h3,
.woocommerce-loop-product__title {
 font-size: 28px;
    margin: 10px 0;
    color: #000;
    font-weight: 900;
} 


.product-description p {
    font-family: 'Bomstad Display';
    font-size: 18px;
    width: 70%;
    margin: 15px auto;
    color: #000;
} 

.whatapp-btn span {
    padding-left: 60px;
}

.footer img.whatapp-icon {
    position: fixed;
    right: 40px;
    bottom: 40px;
    margin: 0;
    width: 70px;
    z-index: 999;
}

.product-item .price {
    color: #000;
    font-weight: 600;
    font-family: 'Bomstad Display';
    font-size: 19px;
}

.product-item a:hover {
    text-decoration: none;  
}


.add_to_cart_button {
    position: relative;
}

.add_to_cart_button.loading {
    pointer-events: none;
    opacity: 0.6;
}

.add_to_cart_button.loading:after {
    content: ".....";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.8em;
}

.add_to_cart_button:disabled{
    color:#fff;
    border: 1px solid;
        background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
        opacity: 0.7;
    pointer-events: none;
}


/* Card container for centering */
.our-products-section .card-container {
    perspective: 1000px; /* Enables 3D effect */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
/* Card styles */
.our-products-section .card {
    width:100%;
    height:500px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.6s ease;
    cursor: pointer;
    border-radius: 20px;
    border:none;
    margin: 0px auto 40px;
}

.product-hover-details {
    text-align: left;
    color: #000;
    margin: 10px;
    display: block;
    padding-top: 200px;
    position: absolute;
    left: 25px;
}


.our-products-section span.list-icons {
    color: #256927;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.product-hover-details ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-family: 'Bomstad Display';
}

.product-hover-details ul li {
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
} 

.card-back .wp-post-image,
.card-back .attachment-woocommerce_thumbnail {
    max-width: 130px;
    max-height: 190px;
    position: absolute;
    top: 60px;
    left: 35px;
}


.product-icon-image {
    position: absolute;
    top: 12px;
    right: 12px; 
} 
/* Front and back faces */
.our-products-section .card-front, .our-products-section .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hides the back face when rotated */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* Front side styling */
.our-products-section .card-front {
    background-color: #f9fbfa;
    color: #fff;
}

/* Back side styling */
.our-products-section .card-back {
    background-color: #f1fbe3;
    color: #fff;
    transform: rotateY(180deg); /* Back face starts flipped */
}

/* Card hover effect */
.our-products-section .card-container:hover .card {
    transform: rotateY(180deg); /* Rotates the card */
} 


.add_to_cart_button {
    margin: 30px 0;
    background: transparent;
    border: 1px solid #88ac5d;
    padding: 11px 25px;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
height: 50px;
min-width:150px;
}





/***Header If Banner***/

.header-banner {
    padding: 100px 0 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header-banner-mascot {
    max-width: 90%;
}

.header-banner-mascot img {
    max-height: 300px;
}

.header-banner-content {
    color: #fff;
    max-width: 95%;
}
/*
.header-banner-content h1 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 4rem;
}

.header-banner-content h2 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
}*/

.header-banner-para {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
}

/***Service***/




#reports{background: linear-gradient(to bottom,  #ffffff 0%,#f2f8ff 100%); font-family: "Montserrat", sans-serif; font-size:18px; padding:3rem 0;}
#reports .reports-header {text-align:center; width:52%; margin:auto;}

#reports h6.grad-title {display:inline-block; border-radius:50px; background: linear-gradient(to right,  #eefdee 0%,#ddedff 100%); font-size:14px; font-weight:400; padding:10px 14px;}
#reports h6.grad-title span {background: #00B551; background: linear-gradient(to right, #00B551 0%, #2161AA 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

#reports h2.heading-common-title{position:relative; z-index:1; padding:0 5%;}
#reports h2.heading-common-title:after{background:url(../images/heading-line.svg) no-repeat; position:absolute; content:''; display:block; bottom:-4px; right:8px; width:264px; height:22px; z-index:-1;}


#reports .reports-body {background:#fff; border-radius:30px; padding:2.5rem 4.7rem 5rem; max-width:1020px; margin:auto;}

#reports .reports-body .outer-box {background:#fff; border-radius:30px; float:left; width:276px; padding:1px; padding-bottom:0px;}
#reports .reports-body .outer-box:hover,#reports .reports-body .outer-box.active {background:#00B551;}
#reports .reports-body .outer-box+.outer-box{margin-left:20px;}
#reports .reports-body .outer-box .select{font-size:16px; color:#fff; margin:1rem; visibility: hidden;}
#reports .reports-body .outer-box:hover .select,#reports .reports-body .outer-box.active .select{visibility: visible;}

#reports .reports-body .box {background:#FBFBFC; border-radius:30px; padding:1.6rem;}

#reports .reports-body .box .box-top {display:flex; width:100%; align-items:top;}
#reports .reports-body .box .box-top  h6.grad-title {height:30px; line-height:10px;}
#reports .reports-body .box .box-top img {margin-left:auto;}

#reports .reports-body .box .box-head h3 {font-size:26px; font-weight:600; margin-top:1rem; color:#181818;}
#reports .reports-body .box .box-head .days {display:inline-block; font-size:14px; border:1px solid #E0E0E0; padding:5px 14px; border-radius:30px;}

#reports .reports-body .box ul {list-style:none; margin:1rem 0 0; padding:0px; font-size:14px;}
#reports .reports-body .box ul li {background:url(../images/icon-list.svg) no-repeat 0 3px; padding: 0px 0px 0px 24px; margin-bottom:10px;}
#reports .reports-body .box ul li:last-child {margin-bottom:0px;}

#reports .btm-buttom {margin-top:1rem; text-align:center; position:relative; z-index:1;}
#reports .btm-buttom:before {position:absolute; content:''; border-bottom:1px dashed #2161AA; width:100%; height:1px; left:0px; top:14px; z-index:-1;}
#reports .btm-buttom .btn-outline {background:#fff; border:1px solid #2161AA; color:#2161AA; font-size:14px; font-weight:500; border-radius:50px; padding:14px 16px; text-decoration:none; position:relative;}
#reports .btm-buttom .btn-outline:hover {background:#2161AA; color:#fff;}
#reports .btm-buttom .btn-outline:before{background:#fff; content:''; display:block; position:absolute; left:50%; transform: translateX(-50%); width:230px; height:10px; top:18px; margin:auto; z-index:-1;} 

.reports-footer {display:flex; align-items:end; max-width:1020px; margin:-48px auto 0; padding:1rem;}
.reports-footer .download {font-size:18px; font-weight:600; color:#2161AA; margin-bottom:1rem;}
.reports-footer .download:hover {color:#000;}
.reports-footer .download img {margin-right:1rem;}

.reports-footer .ftr-right {background:#fff; border-radius:50px; margin-left:auto; padding:1rem 2rem; display:flex; align-items:center; box-shadow:0 0 5px #5058710F; position:relative;}
.reports-footer .ftr-right:after {background: url(../images/big-arrow.svg) no-repeat 0 0; position:absolute; content:''; bottom:-20px; right:-30px; width:90px; height:90px;}
.reports-footer .ftr-right .title {font-size:18px; margin-right:2rem;}
.reports-footer .ftr-right .title span {font-weight:700; display:block;}
.reports-footer .ftr-right .btn-green {background-color:#00B551; border-radius:50px;font-size:18px;font-weight:600; color:#fff; text-decoration:none; padding:.7rem 1.3rem; margin-left:auto;}
.reports-footer .ftr-right .btn-green:hover {background-color:#000;}



.service-section .service-content p {
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.faq-section {
    padding: 50px 0;
}

.faq-section h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
}

.faq-section .faq-list {
    padding: 50px 0;
    margin: 0 -15px;
}

.faq-section .faq-list .faq-item {
    border-top: 1px solid #ddd;
    padding: 30px;
    text-align: left;
}

.faq-section .faq-list .faq-item:first-child {
    border-top: 1px solid transparent;
}


.faq-section .faq-list .faq-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    position: relative;
}

.faq-section .faq-list .faq-item .faq-detail {
    font-size: 0.9rem;
    font-weight: 400;
    color: #797979;
    line-height: 1.8rem;
}

.faq-section .faq-list .faq-item:hover {
    border-top: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 0 15px #bfbfbf;
    transition: all 0.2s ease-in-out;
}

.faq-section .faq-list .faq-item:hover h3 {
    color: #e83d66;
}

.faq-section .faq-list .faq-item:hover + .faq-item {
    border-top: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}



.bottom-form-section {background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(235,255,235,0.65) 70%, rgba(255,255,256,0) 100%); padding-bottom:50px;}
.bottom-form-section h2.heading-common-title{position:relative; z-index:1;}
.bottom-form-section h2.heading-common-title:after{background:url(../images/heading-line.svg) no-repeat; position:absolute; content:''; display:block; bottom:-4px; right:158px; width:264px; height:22px; z-index:-1;}
.bottom-form-section .banner-main-form {border-radius: 65px; padding: 50px 90px 25px;}
.bottom-form-section .bottom-form-block {max-width: 672px; position:relative; z-index:1;}
.bottom-form-section .bottom-form-block:after{background:url(../images/bg-patren.svg) no-repeat; position:absolute; content:''; display:block; top:-36px; right:-110px; width:200px; height:198px; z-index:-1;}
.bottom-form-section .banner-form .wpcf7-email, .bottom-form-section .banner-form .wpcf7-tel, .bottom-form-section input.wpcf7-form-control {border: 1.263px solid #f5f5f5; font-size: 14px; font-weight: 600;}
.bottom-form-section span.form-title {color: #9E9E9E;}
.bottom-form-section .wpcf7-submit {width: auto; margin:auto; padding: 1rem 2rem; display:block;}
.bottom-form-section select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1.263px solid #f5f5f5;
      min-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#000;
    background-color: #fff;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
 background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 2rem;
} 

/**contact form***/

.form-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 24px;
    background: transparent;
    height: 24px;
}

.form-check .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}

.form-check .wpcf7-list-item-label::before,
.form-check .wpcf7-list-item-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
}

.form-check .wpcf7-list-item-label::before {
    content: " ";
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

/* Checkbox */
.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    background-image: url(../images/checkbox.png);
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
}

/* :checked */
.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-color: #e13a66;
}

.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/**Blog***/
.blog-banner {
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.blog-banner:before {
    background: #000000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    top: 0;
}

.blog-banner .container {
    z-index: 1;
    position: relative;
}

.navigation {
    padding-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;

}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


.header .web-nav .nav-link {
    position: relative;
}
.header .web-nav .nav-link:before{
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    height:1px;
    bottom:0px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.header .web-nav .active .nav-link:before,
.header .web-nav .nav-link:hover:before{
    content: '';
    width: 100%;
    background: #fff;
}
.header .web-nav .nav-link.btn:before{
    display: none;
}
.header .dropdown:hover>.dropdown-menu {
  display: block;
}
.header .dropdown-item:hover>.dropdown-menu {
  display: block;
}


.header .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {

    display: block;
}


.container.no-shadow.m-t-20 {
    margin-top: 40px;
    margin-bottom: 0;
}

section.data-block.discount-block.common-padding {
    padding-bottom: 20px;
}


footer#footer {
    overflow: hidden;
  
}

.container-fluid.p-0.border-top {
    padding: 20px 0 4px !important;!i;!;
}

ul.bottom-tagline {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.bottom-tagline li {
    margin: 0 15px;
}

section.data-block.discount-block:after {
    bottom: 40px;
    top: inherit;
    background-position: bottom right;
    right: 50px;
    background-size: 200px;
}  

.bottom-tagline a {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.bottom-tagline a:hover{
    opacity: 0.8;
}


/* 30 OCT 2019 */