/*
Theme Name: Estazeem
Author: Imtiyaz Ahmad Mir
Description: Estazeem is a perfect theme for your medical Products,  websites.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author URI: https://imtiyazdevleader.com/
Text Domain: estazeem.in
Requires at least: 4.9
Tested up to: 6.1
Requires PHP: 5.6
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, left-sidebar , right-sidebar , grid-layout , theme-options , blog , news , portfolio

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.

*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
    --primary-color: #6aa821;
    --color-black: #000000;
    --color-whtie: #ffffff;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-20: 20px;
    --font-roboto: 'Roboto', sans-serif;
}
html{
    overflow-x: hidden;
}
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: var(--fs-16);
}
.img-fluid img{
    max-width: 100%;
    height: auto;
}
.mx-1000{
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main-title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}
.primary-btn {
    display: inline-block;
    background-color: var(--primary-color);
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
}
::selection {
    background-color: var(--primary-color);
    color: #ffffff;
}
.bg-primary-color{
    background-color: var(--primary-color) !important;
}
.primary-color{
    color: var(--primary-color);
}
.list-item {
    list-style: none;
}

.list-item a {
    color: #fff;
    text-decoration: none;
}
.list-item span {margin: 0px 10px 0px 20px;color: #fff;}

.list-item span svg {
    width: 18px;
}
#main-menu .nav-link {
    font-weight: bold;
    font-size: var(--fs-16);
    color: #000000;
    padding: 10px 10px;
}
.logo {
    max-width: 200px;
}
.navbar-toggler {
    border: 0;
    box-shadow: 0 0 !important;
}
.hero-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: multiply;
    padding: 1% 40px;
    /* border-radius: 20px; */
    margin: 0 !important;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    z-index: 99;
}
.hero-heading {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.hero-content-inner {
    max-width: 700px;
    width: 100%;
}
.hero-btn {
    display: inline-block;
    background-color: var(--primary-color);
    width: auto;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}
.PrevArrow {
    left: 15px;
}

.NextArrow {
    right: 15px;
}

.slick-slide {
    margin: 0 5px;
}
.home-cat-name {
    font-size: 14px;
    font-weight: bold;
}
.popular-category {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.product-card {
    width: 33.333333%;
    padding: 15px;
}
.product-card-inner {
    background-color: #f1f1f1;
    padding: 20px 0px 40px;
    text-align: center;
    border-radius: 10px;
}
.product-image {
    border-radius: 10px;
}
.product-heading {
    margin-top: 30px;
}
.about-top {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.about-top:before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    background-color: var(--primary-color);
    width: 100px;
    height: 3px;
    transform: translateX(-50%);
}
.video-testimonial {
    background-color: #131a21;
    color: #fff;
}
.footer-title {
    font-size: 22px;
    font-weight: bold;
}
.list-inline-item a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 31px;
}
.address-list a {
    text-decoration: none;
    color: #000000;
}
.footer {
    background-color: #f1f1f1;
    padding: 60px 0 20px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 16px 8px;
    font-size: 18px;
}
  th {
    background-color: var(--primary-color);
    font-size: 20px;
    color: #fff;
}
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }
  .header-contact-detail a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
.contact-form {
    background-color: rgba(106, 168, 33, .2);
}
.product-list-inner {
    overflow: auto;
    width: 100%;
}

.breadcrumb-box {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: var(--primary-color);
}

@media (min-width:768px) {
    .breadcrumb-box {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media (min-width:992px) {
    .breadcrumb-box {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.breadcrumb-content {
    text-align: center
}

.breadcrumb-content .title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

@media (min-width:768px) {
    .breadcrumb-content .title {
        font-size: 50px
    }
}

@media (min-width:992px) {
    .breadcrumb-content .title {
        font-size: 75px
    }
}

@media (min-width:1800px) {
    .breadcrumb-content .title {
        font-size: 90px
    }
}

.breadcrumb-link {
    margin-top: 20px;
    padding: 20px 40px;
    border-radius: 30px;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    
}
.breadcrumb-link a{
    color: #000;
    text-decoration: none;
}
.breadcrumb-link li {
    position: relative;
    margin-right: 30px;
    font-weight: 300;
    font-size: 14px;
    list-style: none;
}

@media (min-width:992px) {
    .breadcrumb-link li {
        font-size: 16px
    }
}

.breadcrumb-link li::after {
    position: absolute;
    content: "||";
    left: calc(100% + 10px);
    visibility: visible
}

.breadcrumb-link li:last-child {
    margin-right: 0
}

.breadcrumb-link li:last-child::after {
    visibility: hidden
}

.breadcrumb-link li.active {
    color: #000
}

@media (min-width:1200px) {
    .breadcrumb-shape-bottom-right {
        visibility: visible;
        opacity: 1;
        bottom: -475px;
        right: -590px
    }
}
@media screen and (min-width: 768px){
    .about-top h3 {
        line-height: 45px;
    }
    
}
@media screen and (max-width: 767.98px){
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .PrevArrow {
        left: 5px;
    }
    .NextArrow {
        right: 5px;
    }
    .hero-heading {
        font-size: 24px;
    }
    .product-heading h4 {
        font-size: 18px;
    }
    .comp-address {
        margin-bottom: 25px;
    }
    .main-title {
        font-size: 28px;
        line-height: 34px;
    }
}
@media screen and (max-width: 600px) {
    .product-card{
        width: 50%;
    }
}
@media screen and (max-width: 374px) {
    .product-card{
        width: 100%;
    }
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  @media (min-width: 782px) {
    .wp-block-columns {
      flex-wrap: nowrap;
    }
  }
  .wp-block-columns.has-background {
    padding: 20px 30px;
  }
  .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  @media (min-width: 1282px) {
    .wp-block-column {
      padding: 25px;
      flex-basis: 0;
      flex-grow: 1;
    }
    .wp-block-column[style] {
      flex-grow: 0;
    }
    .wp-block-column:not(:first-child) {
      margin-right: 32px;
    }
  } 