*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin-bottom: 0;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
    font-family: 'Inter-Medium';
    src: url(../fonts/Inter-Medium.ttf);
}
/* header .container-main{
    padding: 0 80px;
} */
/* .home-banner-main .container-main{
    padding: 0 150px;
} */
.topbar-main{
    padding: 10px 0;
    border-bottom: 1px solid #DCE3E6;
}
.topbar-flex {
    display: flex;
    justify-content: space-between;
}
.topbar-block {
    display: flex;
    align-items: center;
}
.topbar-contact h6{
    font-size: 14px;
    color: #515759;
    font-family: 'Inter';
    font-weight: 600;
    margin: 0;
}
.topbar-contact h6 a{
    color: #26658C;
}
.topbar-block:nth-child(1) .topbar-contact:nth-child(1){
    padding-right: 24px;
}
.topbar-block:nth-child(1) .topbar-contact:nth-child(1) a:nth-child(1){
    position: relative;
    padding-right: 14px;
}
.topbar-block:nth-child(1) .topbar-contact:nth-child(1) a:nth-child(1)::after{
    position: absolute;
    content: '|';
    font-size: 14px;
    right: 4px;
    color: #26658C;
}
.topbar-block ul {
    display: flex;
    margin: 0;
}
.topbar-block ul li a{
    font-size: 14px;
    color: #26658C;
    font-family: 'Inter-Medium';
    font-weight: 500;
    padding-right: 24px;
    position: relative;
}
.topbar-block ul li a::after{
    position: absolute;
    content: '|';
    font-size: 13px;
    right: 9px;
    color: #26658C;
    top: -1px;
}
.topbar-block ul li:last-child a{
    padding-right: 0;
}
.topbar-block ul li:last-child a::after{
    content: unset;
}
.main-header {
    background: #DD2A1B;
    padding: 10px 0px;
} 
.main-header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header-logo img {
    width: auto;
    height: 100px;
}
.main-header-block:nth-child(3) {
    width: 30%;
}
.header-serach {
    display: flex;
    background: #fff;
    border-radius:16px;
}
.header-serach form{
    width: 100%;
    display: flex;
}
.header-search-input {
    width: 50%;
    position: relative;
}
.header-serach input{
    font-size: 16px;
    line-height: 24px;
    color: #8B9599;
    border-radius:16px;
    background: #fff;
    padding: 5px 22px;
    border: 2px solid transparent;
    height: 52px;
    width: 100%;
    font-family: 'Inter';
}
.header-search-input::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 2.25rem;
    top: 50%;
    margin-top: -19px;
    background: #DCE3E6;
    right: 0;
    z-index: 2;
}
.header-serach select{
    width: 35%;
    border: unset;
    background: #fff;
    font-family: 'Inter';
    height: 52px;
    font-size: 16px;
    padding: 5px 22px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #8B9599;
    position: relative;
    background-image: url(../images/down-arrow.webp);
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) calc(100% - 16px);
}
.header-serach input,.header-serach select{
    outline: none;
}
.header-serach button{
    background: transparent;
    border: unset;
    width: 13%;
    color: #DD2A1B;
    font-size: 20px;
    position: relative;
}
.header-serach button::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 2.25rem;
    top: 50%;
    margin-top: -19px;
    background: #DCE3E6;
    left: 0;
    z-index: 2;
}
.main-header-links ul {
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
}
.main-header-links ul li a{
    font-size: 19px;
    color: #fff;
    font-family: 'Inter-Medium';
    padding-right: 28px;
    font-weight: 600;
}
.main-header-links ul li:last-child a{
    padding-right: 0;
}
.home-banner-main {
    position: relative;
}
.home-banner-img img {
    width: 100%;
}
.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* background: #0000003d; */
}
.home-banner-info .container-main{
    height: 100%;
}
.home-banner-content{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-flow: column;
}
.home-banner-content h6{
    font-size: 20px;
    font-family: 'Inter';
    color: #fff;
    line-height: 24px;
    max-width: 600px;
}
.home-banner-content h1{
    font-size: 60px;
    font-family: 'Inter';
    font-weight: 900;
    color: #fff;
    line-height: 72px;
    padding-bottom: 15px;
}
.home-banner-btn{
    padding-top: 30px;
}
.home-banner-btn a {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
    background-color: #1F5373;
    width: 170px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner-content h1 span {
    display: block;
    color: #1F5373;
    font-style: italic;
}
.container-main {
    max-width: 1600px;
    margin: 0 auto;
}
.mad-icon-boxes-main {
    display: flex;
    /* justify-content: space-between; */
}
.mad-block {
    width: 33.33%;
}
.advantage-section i.mad-icon-box-icon img {
    width: 70px;
    position: relative;
}
.advantage-section .mad-icon-box-content h6 {
    font-size: 16px;
    font-family: 'Inter';
    color: #2e3133;
    line-height: 22px;
    font-weight: 500;
    padding-top: 20px;
}
.advantage-section .mad-icon-box-content p {
    font-size: 16px;
    font-family: 'Inter';
    line-height: 22px;
    color: #5f5e5c;
    margin: 0;
}
.advantage-section .mad-icon-box {
    text-align: center;
}
.advantage-section .mad-section h3 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    color: #2e3133;
    padding-bottom: 40px;
    font-weight: 500;
}
.advantage-section {
    padding: 70px 0px;
}
/* .article.mad-icon-box i{
    position: relative;
} */
i.mad-icon-box-icon img:after{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width:70px;
    height:70px;
    background: #b7e5f0;
    border-radius: 50%;
    /* z-index: -1; */
}
.parallax-section {
    background-image: url(../images/parallax-img.webp);
    height: 436px;
    background-attachment: fixed;
    background-position: center;
}
.parallax-section h1 {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; */
    font-family: 'Inter';
    font-weight: 900;
    color: #ffffff;
    font-size: 60px;
    max-width: 1314px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
 
}
.parallax-btn a {
    font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    width: 234px;
    background-color: #DD2A1B;
    border: none;
    height: 46px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px;

}
.parallax-section-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    z-index: 3;
    position: relative;
}


.parallax-section:after {
    content: "";
    position: absolute;
    background: #00000070;
    top: 0;
    width: 100%;
    height: 100%;
}

.parallax-section {
    position: relative;
}
.mad-section-banner-img img {
    width: 100%;
}
.left-right-section {
    position: relative;
}
.mad-section-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 80px;
    background: #ffffff5e;
}
.mad-flex-block {
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
} 
.mad-icon-boxes .mad-col:nth-child(4) h6 {
    padding: 0;
    margin: 0;
}
.mad-icon-boxes .mad-col:nth-child(4) .mad-icon-box-content{
    padding: 0;
}
/* .mad-icon-box-content{
    position: relative;
}
.mad-icon-box-content::after{
    content: "";
    position: absolute;
    background: url(../images/check-icon.webp);
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
} */
.left-right-section .mad-reverse .mad-icon-box-content::after{
    right: 0 !important;
}
.left-right-section .mad-icon-box {
    display: flex;
    text-align: start;
    max-width: 330px;
}
.left-right-section .mad-reverse article.mad-icon-box {
    flex-direction: row-reverse;
    text-align: end;
}
.left-right-section .mad-reverse .mad-col {
    display: flex;
    justify-content: end;
}
.left-right-section i.mad-icon-box-icon img {
    width: 25px;
}
.left-right-section .mad-icon-box-content h6 {
    padding: 0px 0px 40px 0px;
}
.left-right-section .mad-icon-box-content {
    padding-bottom: 20px;
}
.left-right-section i.mad-icon-box-icon {
    padding: 0px 10px;
}
.left-right-section .mad-section-info .container-main {
    height: 100%;
}
.left-right-section h3.mad-page-title.align-center {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    padding-top: 142px;
}
.featured-categories {
    background-color: #fafafa;
    padding-top: 81px;
    /* margin-top: -56px;
    z-index: 2;
    position: relative; */
}
.featured-categories-title h4 {
    font-size: 46px;
    line-height: 66px;
    font-family: 'Inter';
    font-weight: 500;
}
.featured-categories-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 35px;
    padding-bottom: 85px;
}
.featured-categories-block {
    width: 20%;
    padding: 0 15px;
}
.featured-categories-block-inner {
    border: 1px solid #dddddd;
    border-radius: 20px;
}
.featured-categories-info {
    padding: 30px;
}
.featured-categories-info h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    margin-bottom: 0;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
} 
.featured-categories-info a {
    font-size: 16px;
    font-family: 'Inter';
    color: #ffffff;
    width: 100%;
    background-color: #DD2A1B;
    border:none;
    height: 46px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.featured-categories-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
} 
.entity-left-right-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mad-entity-media {
    width: 45%;
}
.mad-entity-content {
    width: 55%;
    padding: 0px 150px 0px 50px;
}
.mad-entity-media img {
    width: 100%;
}
.mad-entity-content h3 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 500;
    padding-bottom: 15px;
}
.mad-entity-content p {
    font-size: 16px;
    font-family: 'Inter';
    line-height: 27px;
}
.entity-left-right-section {
    padding: 100px 0px;
}
.customer-info-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.customer-info h4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Inter-Medium';
    font-weight: 600;
    letter-spacing: 0.5px;
    /* color: #000; */
    color: #fff;
}
.customer-info p {
    margin: 0;
    font-size: 14px;
    font-family: 'Inter';
    /* color: #000; */
    color: #fff;
}
.testimonial-position-section {
    /* position: absolute; */
    /* width: 100%;
    top: 0;
    height: 100%; */
    /* display: flex;
    align-items: center; */
    background: #26658c;
    padding: 100px 0px;
}

.customer-testimonial {
    position: relative;
}
.testimonial-info h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Inter-Medium';
    color: #000;
        margin: 0;
    padding-bottom: 50px;
    /* color: #fff; */
}
.customer-testimonial-title h3 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
}
.testimonial-info h5 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    color: #000;
    line-height: 27px;
    margin: 0;
    padding-bottom: 50px;
    color: #fff;
}
.testimonial-position-section .owl-theme .owl-dots .owl-dot.active span{
    background: #869791;
    height: 18px;
    width: 18px;
    transition: all 0.3s ease;
}
.testimonial-position-section .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.Pharmarack-inner-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Pharmarack-left-block h2 {
    font-size: 40px;
    font-family: 'Inter' ;
    font-style: italic;
    font-weight: 900;
    color: #000;
    margin: 0;
    /* padding-left: 78px; */
}
.Pharmarack-right-block p {
    padding-top: 25px;
    margin: 0;
    color: #fff;
    font-family: 'Inter';
}
.Pharmarack-right-block img {
    height: 100px;
}
.Pharmarack-right-block a {
    text-decoration: none;
    color: #000;
    font-family: 'Inter';
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 32px;
    color: #fff;
}
.Pharmarack-right-block {
    padding-top: 20px;
}
.Pharmarack-section {
    padding: 0px 0px;
    background: #ecf6f5;
    padding: 15px 0px;
}
.Pharmarack-section .container-main {
    padding: 0px 150px;
} 
.product-info p {
    font-size: 14px;
    line-height: 1rem;
    color: #747c80;
    display: block;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
}
.product-info h3 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.5px;
    padding-bottom:0px;
    margin: 0;
}
.product-info i {
    color: #d9a934;
    padding-bottom: 15px;
}
.product-info h2 {
    font-size: 20px;
    font-weight: bold;
    color: #46a69c;
    font-family: 'Inter';
    margin: 0;
    /* padding-bottom: 15px; */
}
.product-info h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #8b9599;
    font-family: 'Inter';
    text-decoration: line-through;
}
.products-img img {
    /* height: 267px;
    object-fit: cover; */
    width: 100%;
}
.product-info {
    padding-top: 10px;
    height: 50px;
    border-top: 1px solid #dce3e6;
    margin-top: 15px
}
.products-info-img-block {
    padding: 30px;
    border: 1px solid #dce3e6;
    border-radius: 20px;
}
/* .products-slider {
    padding: 100px 0px;
    padding-left: 290px;
} */
.product-slider-title h1 {
    font-size: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 20px;
    font-family: 'Inter';
    font-weight: 500;
}
.logo-img img {
    width: 320px;
}
.footer-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-flex-block ul li a {
    font-size: 14px;
    color: #fff !important;
    font-family: 'Inter';
}
.footer-flex-block ul {
    padding: 0;
    margin: 0;
}
.footer-flex-block h3 {
    font-size: 22px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}
.follow-icon ul li {
    display: inline;
    padding: 10px;
}
.follow-icon ul li a {
    font-size: 23px;
}
.payment-img p {
    font-size: 14px;
    color: #fff;
    font-family: 'Inter';
}
.footer-flex-block ul li {
    padding-bottom: 10px;
}
form.one-line.mad-newsletter-form input {
    padding-right: 6rem;
    text-overflow: ellipsis;
}
form.mad-newsletter-form.one-line input {
    height: 3.5rem;
    width: 100%;
    padding-top: 0.3rem;
    padding-right: 1.375rem;
    padding-bottom: 0.3rem;
    padding-left: 1.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #8b9599;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #dce3e6;
}
form.one-line .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 2rem 1rem;
    border-radius: 1rem;
}
[class*="btn"].btn-style-3 {
    background: #4abfd9;
    color: #fff;
}
form.one-line {
    position: relative;
}
.follow-icon {
    padding-top:8px;
}
/* .logo-img {
    text-align: center;
} */
.payment-img{
    padding-top: 30px;
}
.footer-main {
    background: #26658c;
    border-top: 4px solid #1f5373;
    padding:65px 0px 65px 0px;
}
.footer-flex-block p {
    font-size: 14px;
    font-family: 'Inter';
}
.payment-img p a {
    color: #26658C;
}
.payment-img p {
    max-width: 366px;
}
.payment-img p span {
    font-weight: bold;
}
.footer-flex-block ul li {
    max-width: 278px;
    color: #fff;
}
.footer-flex-block ul li i {
    color: #26658C;
}
.Pharmarack-left-block {
    display: flex;
    align-items: center;
}
.contact-banner-inner h1 {
    color: #000;
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
}
.contact-banner-inner ul {
    padding: 0;
    margin: 0;
}
.contact-banner-inner ul li {
    display: inline;
}
.contact-banner-inner ul li a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter';
}
.contact-banner-info {
    background: #ecf6f5;
    padding: 50px;
}
.contact-left-part {
    width: 50%;
    padding: 0px 10px;
}
.contact-right-part {
    width: 50%;
    padding: 0px 10px;
}
.contact-page-start {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.contact-icon-flex {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
.contact-info p {
    font-size: 16px;
    margin: 0;
    font-family: 'Inter';
    color: #000;
    padding-bottom: 3px !important;
}
.contact-info h3 {
    font-size: 16px;
    margin: 0;
    font-family: 'Inter-Medium';
    color: #000;
}
.contact-info h3 a {
    color: #000;
}
.contact-info {
    padding-left: 15px;
    max-width: 400px;
}
.contact-form-block {
    padding: 10px 0px;
}
.contact-form-block input {
    width: 100%;
    padding: 15px 10px;
    border-radius: 15px;
    border: 2px solid #dce3e6;
}
.contact-form-block input::placeholder{
    color: #8B959A;
    font-family: 'inter';
}
.contact-form-block textarea {
    width: 100%;
    padding: 15px 10px;
    min-height: 200px;
    border-radius: 15px;
    border: 2px solid #dce3e6;
    color: #8B959A;
    font-family: 'inter';
    resize: none;
} 
.contact-form .contact-form-block:nth-child(5) input {
    width: auto;
    padding: 15px 50px;
    float: right;
    font-size: 16px;
    font-family: 'Inter-Medium';
    color: #ffffff;
    background: #DD2A1B;
    border: none;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.contact-page-start h1 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 500;
    color: #000;
    padding-bottom: 25px;
}
.contact-page-start p {
    font-size: 16px;
    margin: 0;
    font-family: 'Inter';
    padding-bottom: 38px;
    max-width: 709px;
}
.contact-page-main {
    padding: 100px 0px;
}
.connect-us-section ul {
    padding: 0;
    margin: 0;
}
.connect-us-section ul li {
    display: inline;
    padding: 0px 10px;
}
.connect-us-section ul li a {
    font-size: 25px;
    color: #26658C;
}
.connect-us-section {
    padding-top: 50px;
}
.about-left-block {
    width: 50%;
}
/* .about-right-block {
    width: 50%;
    padding-left: 50px;
} */
/*.about-left-right-inner-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}*/
.about-left-right-inner-flex h2 {
   font-size: 26px;
    font-family: 'Inter-Medium';
    margin: 0;
    padding-bottom: 10px;
    padding-top: 25px;
}
.about-left-right-inner-flex p {
    font-size: 16px;
    font-family: 'Inter';
    margin: 0;
    padding-bottom: 5px;
}
.about-left-right-inner-flex {
    margin-top: -25px;
}
.about-left-block img {
    width: 100%;
}
.about-right-block p {
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.about-right-block h1 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-bottom: 20px;
}
.about-left-right-section {
    padding: 0px 0px 50px 0px;
}
.Experience-section-inner {
    display: flex;
    justify-content:space-around;
}

.Experience-block {
    display: flex;
    align-items: center;
}
.Experience-section {
    background: #26658c;
    padding: 50px 0px;
}
.Experience-icon img {
    filter: invert(1);
}
.Experience-info h2 {
    font-size: 64px;
    font-family: 'Inter';
    color: #fff;
    margin: 0;
    line-height: 66px;
    padding-bottom: 8px;
}
.Experience-info p {
    font-size: 20px;
    margin: 0;
    color: #fff;
    line-height: 18px;
}
.Experience-info {
    padding-left: 20px;
}
.footer-down-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-down-inner p {
    margin: 0;
    font-size: 14px;
    font-family: 'Inter';
    color: #fff;
}
.footer-down-inner p a{
    color: #ccc;
}
.footer-down {
    padding: 20px 0px;
    background: #082B40;
}
.about-grid-block {
    width: 33.33%;
}
.about-grid-section-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.about-grid-img img {
    width: 100%;
}
.about-grid-inner-block {
    padding: 0px 15px;
}
.about-grid-section {
    padding: 0px 0px 37px 0px;
}
.about-grid-info p {
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    margin: 0;
}
.about-grid-info h2 {
    margin: 0;
    font-size: 30px;
    font-family: 'Inter-Medium';
    padding-bottom: 10px;
}
.about-grid-info {
    /* max-width: 587px;
    margin: 0 auto; */
    /* text-align: center; */
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.about-pharmarack-main .Pharmarack-section {
    padding: 50px 0px;
    background: #ffffff;
}
.about-pharmarack-main .Pharmarack-section .Pharmarack-left-block h2{
    color: #000;
}
.footer-start .footer-flex-block:nth-child(4) ul li {
    position: relative;
    padding-left: 32px;
}
.footer-start .footer-flex-block:nth-child(4) ul li:nth-child(1)::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background: url(../images/phone.png);
    top: 0;
    left: 0;
    filter: invert(1);
}  
.footer-start .footer-flex-block:nth-child(4) ul li:nth-child(2)::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background: url(../images/mail.png);
    top: 0;
    left: 0;
    filter: invert(1);
}
.footer-start .footer-flex-block:nth-child(4) ul li:nth-child(3)::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background: url(../images/location.png);
    top: 0;
    left: 0;
    filter: invert(1);
}
.follow-icon a i {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}
.products-categories-part {
    padding:70px 0px 0px 0px;
}
.product-categories-left-block {
    width: 20%;
}
.product-categories-right-block {
    width: 80%;
    padding-left: 50px;
}
.product-categories-main {
    display: flex;
    flex-wrap: wrap;
}
.products-inner-main-block {
    width: 33.33%;
    padding: 10px 10px;
}
.products-inner-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}
.products-categories-flex-block {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px;
    padding-bottom: 70px;
}
.products-inner-block {
    border: 1px solid #dddddd;
    border-radius: 20px;
    height: 100%;
}
.products-inner-info {
    padding: 30px 10px;
    text-align: center;
}
.products-inner-info h6 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.products-accordian .accordion-body ul li {
    list-style: none;
    font-size: 16px;
    font-family: 'Inter';
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
}
.products-accordian .accordion-body ul {
    padding: 0;
    margin: 0;
}
.products-accordian .accordion-body ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #000000c9;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.products-accordian .accordion-button:focus {
    z-index: 3;
    border-color: unset!important;
    outline: 0 !important;
    box-shadow: unset !important;
}
.products-accordian .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: unset !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.products-accordian .accordion-button {
    font-size: 16px;
    font-weight: 500;
}
.products-accordian .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow.png) !important;
    transform:unset !important;
}

.products-accordian .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/down-arrow.png) !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.products-accordian .accordion-body {
    padding: 10px 10px;
}
.product-listing-page .products-inner-img img {
    height: unset;
}
.main-header-links ul li:nth-child(5) a {
    background: #498a5e;
    padding: 15px 40px;
}
.feature-block-img img{
    width: 100%;
    border-radius: 20px;
}
.feature-categories-block {
    width: 20%;
    padding: 0 15px;
}

.feature-categories-main {
    display: flex;
    flex-wrap: wrap;
}
.feature-categories-inner-block {
    border: 1px solid #dddddd;
    border-radius: 20px;
}
.feature-block-info {
    padding: 30px 30px;
}
.feature-block-info h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
	color:#000;
}
.feature-block-info p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    margin-bottom: 0;
    padding-bottom: 10px;
	color:#000;
}
.feature-categories-new {
    background-color: #fafafa;
    padding: 81px 0px 100px 0px;
}
.featured-categories-title {
    padding-bottom: 20px;
}
.feature-block-info a.see-link {
    color: #DD2A1B;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.vishwa-traders-about-main h3 {
    font-family: 'Inter';
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    color: #000;
    margin: 0;
} 
.vishwa-traders-about .container-main {
    max-width: 1182px;
} 
.vishwa-traders-about-main h4 {
    font-family: 'Inter-Medium';
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    color: #3f3535;
    margin: 0;
    padding-bottom: 20px;
}
.vishwa-traders-about-main p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #3f3535;
    margin: 0;
}
.vishwa-traders-about-main {
    text-align: center;
} 
.vishwa-traders-about-main hr {
    margin: 25px 0px 15px 0px;
} 
.vishwa-traders-about {
    padding: 70px 0px;
}
.vishwa-info-main p {
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    margin: 0;
    padding-bottom: 20px;
}
.vishwa-info-main {
    padding-bottom: 40px;
}
/* .about-promise-mision-part {
    width: 50%;
} */
/* .about-promis-img {
    width: 50%;
    padding-left: 50px;
} */
.about-promis-img img {
    width: 100%;
}
/* .about-promis-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} */
.certificate-img1 img {
    width: 100%;
    min-height: 300px;
}
.certificate-img1:last-child {
    width: 40%;
}
.certificate-img1 {
    width: 55%;
}

.certifivates-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.certificater-title h2 {
    text-align: center;
    font-size: 40px;
    padding-top: 35px;
    font-family: 'Inter';
}
.enquiry-form-width {
    max-width: 700px;
    margin: 0 auto;
}
.enquiry-form-main .contact-form .contact-form-block:nth-child(6) input {
    width: auto;
    padding: 15px 50px;
    /* float: right; */
    font-size: 16px;
    font-family: 'Inter-Medium';
    color: #ffffff;
    background: #DD2A1B;
    border: none;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.enquiry-form-main .contact-form-block {
    padding: 10px 0px;
    text-align: center;
}
.enquiry-title h1 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
}
.enquiry-form {
    padding: 90px 0px;
}
.contact-form .contact-form-block textarea:focus-visible {
    outline: none;
}
.contact-form .contact-form-block input:focus-visible {
    outline: none;
} 
body.mobile-nav-open {
    overflow: hidden;
}
.navigation.open {
    left: 0;
}

.navigation {
    transition: linear left 0.2s;
    background: #ffffff;
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
    position: fixed;
    top: 90px;
    left: -100%;
    width: 80%;
    z-index: 3;
    padding-left: 20px;
    padding-top: 30px;
}
.mobile-menu{
    display: none;
}