/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.6
Tested up to: 7.0
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/* body{
    font-family: 'Montserrat', sans-serif;
} */
 p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 19px;
    font-weight: 500;
    color: #343434;
   font-family: sans-serif;
}
ul li {
    padding: 0 0 0 0;
    margin: 0 0 9px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 17px;
}
ul {
    padding: 0;
    list-style: none;
}
h2.about-heading {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 41px;
}
 img.img-fluid.logo {
    width: 30%;
}
a.highlight-text {
    color: #232323;
    text-decoration: none;
    font-weight: 600;
}
span.section-head-text {
    font-size: 20px;
    font-weight: 600;
    color: #006d19;
}

/* Top-bar */

section.top-bar-section {
    padding: 10px 0;
}
.icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(
291deg, rgb(2 145 79), rgb(163 212 46));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    margin-right: 8px;
}
.topbar-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.topbar-text{
    margin: 0;
}

/* Hero-section */
.humanpharmacia-banner-section {
    position: relative;
    overflow: hidden;
}

.humanpharmacia-banner-slider .item {
    overflow: hidden;
}

.humanpharmacia-banner-item {
    width: 100%;
    height: auto;
    line-height: 0;
}

.humanpharmacia-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.humanpharmacia-banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.humanpharmacia-banner-slider .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    background: rgba(255,255,255,0.6) !important;
}

.humanpharmacia-banner-slider .owl-dot.active span {
    background: #49a6a7 !important;
}

@media (max-width: 767px) {

    .humanpharmacia-banner-img {
        height: auto;
        object-fit: contain;
    }

}


/* Products-section */

.humanpharmacia-category-section{
    padding: 60px 0;
    background: #f5f5f5;
}

.category-card {
	position: relative;
	overflow: hidden;
	background: #0b5d1e;
	transition: 0.4s;
	height: 100%;
	border-radius: 20px;
}

.category-img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.category-content {
	position: relative;
	background: #0b5d1e;
	padding: 20px;
	color: #fff;
}

.category-icon{
    width: 100px;
    height: 100px;
    background: #b5cf1d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -55px;
    left: 15px;
}

.category-icon i{
    font-size: 42px;
    color: #fff;
}

.category-line{
    width: 60px;
    height: 3px;
    background: #b5cf1d;
    display: block;
    margin-bottom: 20px;
}

.category-content h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.category-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #f1f1f1;
	margin-bottom: 35px;
	font-family: arial;
	min-height: 176px;
	letter-spacing: .5px;
}

.category-btn {
    display: inline-block;
    padding: 11px 48px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s;
    font-size: 15px;
}

.category-btn:hover{
    background: #fff;
    color: #0b5d1e;
}

@media(max-width:991px){

    .category-card{
        margin-bottom: 30px;
    }

    .category-content h3{
        font-size: 28px;
    }

    .category-content p{
        font-size: 16px;
    }

}

/* ABout-us */
section.about-section {
    padding: 50px 0 0 0;
    background: linear-gradient(291deg, #efeded, #e0e0e0);
}
.view-all-btn {
    background-color: #adc624;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}
button {
    background: none;
    border: none;
}
.view-all-btn .arrow-icon {
    background: #0b5d1e ;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Feature-section */

.feature-section {
	background: #ffffff;
	padding: 4% 0;
}

.feature-box{
    position: relative;
    padding: 30px 30px;
    height: 100%;
    overflow: hidden;
    transition: 0.4s;
}

.feature-left{
    background: #0b5d1e;
}

.feature-right {
    background: #0b5d1e;
}

/* .feature-box:hover{
    transform: translateY(-5px);
	background-color: #b5cf1d;
} */

.feature-icon {
    width: 70px;
    height: 70px;
    background: #b5cf1d4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.feature-line{
    width: 70px;
    height: 3px;
    background: #b5cf1d;
    margin-bottom: 20px;
}

.feature-content p {
    color: #f2f2f2;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.feature-icon i{
    font-size: 25px;
    color: #fff;
}

@media(max-width:991px){

    .feature-box{
        padding: 40px 25px;
    }

    .feature-content h3{
        font-size: 24px;
    }

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

}

@media(max-width:767px){

    .feature-box{
        text-align: center;
    }

    .feature-icon{
        margin: 0 auto 20px;
    }

    .feature-line{
        margin: 0 auto 20px;
    }

}

/* Ayurvedic PCD Franchise */

ul.list li i {
    color: #0b5d1e;
}
section.ayurvedic-pcd {
    padding: 60px 0;
}

/* Testimonial */

.client-review-section{
    position: relative;
    background: url('images/humanpharmacia-min.webp') center center/cover no-repeat;
    /* padding: 120px 0; */
    padding: 4px 0;
    overflow: hidden;
    z-index: 1;
}

.review-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 45, 10, 0.78);
    z-index: -1;
}
.review-heading h2 {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.review-heading h2 span{
    color: #b5cf1d;
    font-weight: 700;
}

.review-line{
    width: 90px;
    height: 4px;
    background: #b5cf1d;
    margin-bottom: 70px;
}

.review-content{
    text-align: center;
    max-width: 1500px;
    margin: auto;
}

.review-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}

.review-stars i{
    color: #b5cf1d;
    font-size: 25px;
    margin: 0 6px;
}

/* Owl Dots */

.client-review-slider .owl-dots{
    text-align: center;
    margin-top: 40px;
}

.client-review-slider .owl-dot span{
    width: 14px !important;
    height: 14px !important;
    background: rgba(255,255,255,0.5) !important;
    margin: 5px;
}

.client-review-slider .owl-dot.active span{
    background: #b5cf1d !important;
}

@media(max-width:991px){

    .client-review-section{
        padding: 80px 0;
    }

    .review-heading h2{
        font-size: 60px;
    }

    .review-content p{
        font-size: 18px;
    }

}

@media(max-width:767px){

    .review-heading h2{
        font-size: 42px;
    }

    .review-content p{
        font-size: 16px;
        line-height: 1.7;
    }

    .review-stars i{
        font-size: 26px;
    }

}

/* why-choose */

.why-choose {
    background: #f7f7f7;
}

.section-title {
    font-size: 54px;
    font-weight: 700;
    color: #0b5d2a;
}

.title-line {
    width: 80px;
    height: 3px;
    background: #0b5d2a;
}

.section-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    max-width: 1200px;
}

.why-card {
    padding: 70px 35px;
    border-right: 1px solid #ddd;
    min-height: 380px;
    transition: .3s;
    border-bottom: 1px solid  #ddd !important;
}

.why-card:hover {
    background: #fff;
}

.icon-wrap i {
    font-size: 60px;
    color: #a6c116;
    margin-bottom: 35px;
}

.why-card h3 {
    font-size: 25px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.card-line {
    width: 80px;
    height: 3px;
    background: #0b5d2a;
    margin: 0 auto 20px;
}

.why-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

/* responsive */
@media(max-width:991px) {
    .why-card {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .why-card.border-0 {
        border-bottom: none !important;
    }

    .section-title {
        font-size: 40px;
    }
}

@media(max-width:576px) {
    .section-title {
        font-size: 32px;
    }

    .section-desc {
        font-size: 16px;
    }

    .why-card {
        padding: 45px 20px;
    }

    .icon-wrap i {
        font-size: 55px;
    }

    .why-card h3 {
        font-size: 24px;
    }
}


/* Contact-us */

.contact-section{
    background: #fff;
}


.about-heading{
    font-size: 52px;
    font-weight: 700;
    color: #0d1b2a;
}

.title-line {
    width: 150px;
    height: 3px;
    background: #0b5d1e;
}

.contact-form-row{
    margin-top: 20px;
}

.contact-form-row .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}

.contact-form-row .form-control,
.contact-form-row .form-select,
.contact-form-row input,
.contact-form-row textarea,
.contact-form-row select{
    width: 100%;
    height: 58px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #fff;
    box-shadow: none;
}


.contact-form-row textarea,
.contact-form-row textarea.form-control{
    height: 150px;
    resize: none;
    padding-top: 18px;
}

.contact-form-row input:focus,
.contact-form-row textarea:focus,
.contact-form-row select:focus{
    border-color: #b5cf1d;
    outline: none;
    box-shadow: none;
}

.contact-form-row ::placeholder{
    color: #777;
    font-size: 14px;
}

.contact-submit-btn, .contact-form-row input[type="submit"] {
    background: #0b5d1e;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}
.contact-submit-btn:hover,
.contact-form-row input[type="submit"]:hover{
    background: #b5cf1d;
    color: #fff;
}
img.img-fluid.contact-img {
    border-radius: 10px;
    border: 1px solid #a6c116;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.map iframe {
    width: 100%;
	border-radius: 10px;
}
.contact-img{
    max-width: 100%;
}

@media(max-width:767px){

    .about-heading{
        font-size: 34px;
    }

    .contact-form-row input,
    .contact-form-row textarea,
    .contact-form-row select{
        height: 54px;
        font-size: 14px;
    }

    .contact-form-row textarea{
        height: 130px;
    }

    .contact-form-row input[type="submit"]{
        width: 100%;
    }

    .contact-img{
        margin-top: 30px;
    }
}

/* faq-section */

.faq-section{
    background:#f7f7f7;
}

.custom-faq .accordion-item{
    border:none;
    margin-bottom:18px;
    background:#ececec;
}

.custom-faq .accordion-button{
    background:#ececec;
    font-size:17px;
    font-weight:600;
    color:#333;
    padding:22px 25px;
    box-shadow:none;
    line-height:31px;
	font-family: sans-serif;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#ececec;
    color:#222;
    box-shadow:none;
}

.custom-faq .accordion-body{
    font-size:16px;
    line-height:1.8;
    color:#555;
    background:#fff;
    padding:20px 25px;
		font-family: sans-serif;
}

.sticky-img{
    position:sticky;
    top:100px;
}

.faq-img{
    width:100%;
    border-radius:6px;
}

/* mobile */
@media(max-width:991px){
    .sticky-img{
        position:relative;
        top:0;
    }
}

@media(max-width:767px){
    .custom-faq .accordion-button{
        font-size:16px;
        padding:18px;
    }
}



/* Footer-section */

.footer-section{
    background: #003512;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer-logo{
    max-width: 220px;
}

.footer-text{
    font-size: 15px;
    line-height: 1.9;
    color: #d8d8d8;
}

.footer-title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.footer-line{
    width: 70px;
    height: 4px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.footer-line.green{
    background: #6dbd45;
}

.footer-line.yellow{
    background: #c8db28;
}

.footer-links{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li{
    margin-bottom: 14px;
}

.footer-links li a{
    color: #dcdcdc;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    padding-left: 18px;
}

.footer-links li a::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #c8db283b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.footer-links li a:hover{
    color: #c8db28;
    padding-left: 24px;
}

.footer-contact{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li{
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    color: #dcdcdc;
    line-height: 1.8;
    font-size: 15px;
}

.footer-contact li i {
    width: 40px;
    height: 40px;
        background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 17px;
    transition: 0.4s;
}

.footer-contact li:hover i{
    transform: rotate(360deg);
    background: #a6c116;
}

.footer-divider{
    border-color: rgba(255,255,255,0.15);
    margin: 45px 0 25px;
}

.copyright,
.designer{
    font-size: 14px;
    color: #dcdcdc;
    margin: 0;
    line-height: 1.8;
}

.designer span {
    color: #dcdcdc;
    font-weight: 500;
}
.social-icons{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.social-icons a{
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.4s;
}

.social-icons a:hover{
    background: #c8db28;
    color: #052b12;
    transform: translateY(-5px);
}

@media(max-width:991px){

    .footer-section{
        text-align: center;
    }

    .footer-line{
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact li{
        padding-left: 0;
        padding-top: 60px;
    }

    .footer-contact li i{
        left: 50%;
        transform: translateX(-50%);
    }

    .social-icons{
        justify-content: center;
        margin-top: 20px;
    }

    .footer-box{
        margin-top: 20px;
    }

}

@media(max-width:767px){

    .footer-title{
        font-size: 22px;
    }

	.footer-section {
    text-align: start;
}
	.footer-line.green {
    margin: 0 0 23px 0;
}
	.footer-contact li i {
    left: 6%;
}
	.footer-divider {
    border-color: rgb(255 255 255 / 96%);
    margin: 0 0 25px 0;
}
	.footer-line.yellow {
    margin: 0 0 23px 0;
}
	.copyright, .designer {
    text-align: start;
}
	.social-icons {
    justify-content: start;
}
    .footer-text,
    .footer-links li a,
    .footer-contact li{
        font-size: 14px;
    }
	.top-bar.text-end {
    display: none;
}

}


section, header, footer {
	float: left;
	width: 100%;
}


.maintitlebar {
	background-image: url('images/headerstrip-topbar.jpg');
	background-size: cover;
	background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-bottom: 40px;
  padding-top: 40px;margin-bottom: 4%;
}
.maintitlebar h1 {
	font-size: 50px;
	line-height: 64px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	float: left;
	margin: 0;
}
  .container-fluid {
	max-width: 92%;
}
.innersection p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 500;
	color: #343434;
	font-family: sans-serif;
}

.button.product_type_simple {
	border: 2px solid #155825 !important;
	color: #155825 !important;
	background: #fff !important;
	border-radius: 20px !important;
	font-size: 14px !important;
}
.button.product_type_simple:hover {
	border: 2px solid #155825 !important;
	color: #fff !important;
	background: #155825 !important;
	border-radius: 20px !important;
	font-size: 14px !important;
}
/* trm utrakhand inner page*/
.ayurvedic-manufacturing-section{
    background:#fff;
}
.section-title h3{
    font-weight:700;
    margin-bottom:15px;
    position:relative;
/*     display:inline-block; */
}

.section-title h3:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:60px;
    height:3px;
    background:#2d7a35;
}
.content-box h2, .ayurvedic-manufacturing-section h4{
    font-size:18px;
    margin-bottom:20px;
/*     color:#2d7a35; */
	font-weight:700;
}
.content-box a{
	color:#343434;
	text-decoration:none;
}
.content-box h3{
	font-size:16px;
    margin-bottom:20px;
/*     color:#2d7a35; */
	font-weight:700;
}
.content-box h4{
    font-size:22px;
    margin-bottom:15px;
}

.content-box h5{
    font-size:20px;
    margin-bottom:10px;
    color:#2d7a35;
}

.content-box p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:18px;
    text-align:justify;
}

.image-box img{
    width:100%;
    border-radius:12px;
}
.benefit-box h4{
	color: #2d7a35;
}
.benefit-box{
    background:#f8f8f8;
    padding:30px 20px;
    border-radius:10px;
    height:100%;
    transition:0.3s;
	border: 2px solid #2d7a35;
}
.content-box li{
	list-style: none;
}
.benefit-box:hover,
.feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.faq-item{
    padding:20px;
    background:#f8f8f8;
    border-radius:8px;
}
.faq-item:hover{
	border-color:#2d7a35 !important;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.08) !important;
}
.faq-item ul{
    padding-left:20px;
	list-style: disc;
}
.faq-item li{
    margin-bottom:10px;
}
.feature-card{
	background: #f8f8f8;
    padding: 20px 20px;
    border-radius: 10px;
    transition: 0.3s;
	height:100%;
    border: 2px solid #2d7a35;
}
@media(max-width:768px){

    .section-title h2{
        font-size:30px;
    }

    .content-box h3{
        font-size:24px;
    }

    .main-header {
    background: none !important;
    box-shadow: unset !important;
}

#enquiry-toggle {
    bottom: 15% !important;
}

.footer-section {
    padding-bottom: 80px !important;
}


.social-icons {
    border-left: unset !important;
    justify-content: left !important;
}

}
.category-icon {
    width: 60px !important;
    height: 60px !important;
}
.category-icon i {
    font-size: 30px !important;
}

body, section, footer {
    overflow-x: hidden !important;
}
.header-container {
    max-width: 100%;
}
