@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');


body{
    padding:0;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

/* common */
.white{
    color:#ffffff !important;
}
a,a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Platypi", serif !important;
}
.baner_inner h2{
    font-family: "Caprasimo", serif!important;
}
h1 {
    font-size: 59px;
    line-height: 1.2;
    font-weight: 900 !important;
}
p {
    line-height: 1.7;
}
.font-30{
   font-size: 30px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16px;
}
.font-17{
    font-size:17px;
}
.font-36{
    font-size: 36px;
    line-height: 1.4;
}
.font-20{
    font-size: 20px;
}
.font-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.fw-400{
    font-weight: 400;
}
button:focus,.btn.focus, .btn:focus{
    outline:0;
     box-shadow: none;
}
.theme-clr {
    color: #181818;
}
p{
    text-align: justify;
}
/* header */
.mobile-section-about{
    display: none;
}


/*Model open popup*/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}
.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
}
.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 530px;
    margin: 30px auto;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 99;
    font-size: 40px;
    color: #fff;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
}
.custom-model-inner .enquiry {
    background: #fff;
    width: 100%;
}
.custom-model-inner .enquiry h4 {
    background: #368048;
    padding: 8px 0;
    border-radius: 10px;
}
.custom-model-inner .enquiry .btn-theme {
    border: 2px solid #000;
}
/* top-header */
.top-header {
    padding: 3px 0;
    background-image: linear-gradient(45deg, #196cdc, #023271);
}
.top-header marquee{
    color: #fff;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 14px;
}
.top-header ul li i{
    color: #fff;
    transition: 0.1s linear all;
}
.top-header ul li i:hover{
    transform:scale(1.1);
    transition: 0.1s linear all;
}


.top-header a:hover{
    color: #ffffff;
}
.top-header img{
    width:22px;
}

.top-header ul img {
        width: auto;
        transition: all 0.3s linear;
}
address {
    margin-bottom: 0;
}
address a{
    gap: 10px;
}
.top-header ul li{
    margin-left: 12px;
}
 .number-btn a{
    color: #ffffff;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s linear; 
    background: linear-gradient(to right, white 50%, #007aff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border:1px solid transparent;
    display: flex;
    align-items: center;
}
 .number-btn a:hover{
    color: #3b559a;
    background-position: left bottom !important;
    border-color:#3b559a;
}
.number-btn a .call-hover{
   display: none;
}
.number-btn a img{
    width:17px;
    height: 17px;
}
.number-btn a:hover .call-hover{
    display: block !important;
}
.number-btn a:hover .call-img{
    display: none !important;
}
/*
.navbar-brand img {
    width: 130px;
}*/

/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 3px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}
/*
.sticky .navbar-brand img {
    width: 72px;
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
}
li.nav-item {
    margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(59 85 154);;
}
nav.navbar.bg-light{
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 0px 0px;
    background-color: #ffffff;
}

/* banner */
.banner-slider{
    height:700px;
    overflow: hidden;
}
.banner-slider img{
    width:100%;
    height:100%;
    object-fit: cover;
}
/* .overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.2);
} */
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}
.baner_inner h1 {
    font-size: 30px;
    font-weight: 600 !important;
}
.baner_inner h2 {
    font-size: 70px;
    color: #2a71a5;
    line-height: 1;
}
/* .enquiry {
    background-color: #3b559a7a;
    padding: 25px 22px;
    border-radius: 4px;
} 
b.price-list {
    color: #070506;
}*/
.enquiry {
    background-color: #368048;
    padding: 25px 22px;
    width: 80%;
    border-radius: 8px;
    border: solid 1px #ffffff63;
    box-shadow: 0px 1px 21px -4px #000;
}
.custom-model-inner .enquiry .form-control {
     font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #fdfdfd;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0 10px -4px #00000047;
}
a.enquiry-btn {
    color: #fff !important;
    cursor: pointer;
}
a.call-btn {
    background: #3b9435 !important;
}
a.whatsapp-btn {
    background: #1faf55 !important;
}
a.enquiry-btn.Click-here {
    background: #227caf !important;
}
.btn-theme {
    background-color: #ffffff;
    padding: 6px 33px;
    font-size: 16px;
    color: #262094;
    font-weight: 600;
    transition: all 0.3s linear;
    background: linear-gradient(to right, #2a71a5 50%, #ffffff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    margin: 0 auto;
}
 .btn-theme:hover{
    color: #ffffff;
    background-position: left bottom !important;
}
.btn-modal{
    background-color: #007aff;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
.off-white{
    background-color: #f7f7f5;
}
.main-banner img{
    width: 100%;
}
.banner-inner-list{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.banner-inner-list ul {
    list-style: none;
    width: 50%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.banner-inner-list ul li {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 0 0 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-inner-list ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/li-icon-pharmahopers.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -0px;
    bottom: 50%;
    transform: translate(0px, 30%);
}
.type-inner img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* about */

.about #accordion .btn-link{
    width: 100%;
    text-align: left;
    background-color: #007aff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding: 8px 21px;
    font-weight: 700;
}
#accordion .collapse {
    background: #f1f1f1;
}
#accordion ul li{
    color: #000;
}
#accordion .btn-link.collapsed img{
    transform: rotate(178deg);
}
#accordion .btn-link img{
    width:12px;
}
.card-header{
    padding: 0 !important;
    border: none !important;  
}
.card {
    border: none !important;
    margin: 10px 0;
}
.btn-link .plus_img{
 display: none;
}
.btn-link.collapsed  .minus-img{
    display: none !important;
}
.btn-link.collapsed .plus_img{
    display: block !important;
}
.about-right-image img{
    width: 80%;
}
section.type {
    background-image: linear-gradient(#ffffff7a, #ffffff9e), url(../images/bg-3.jpg);
    background-size: cover;
    background-position: center center;
}
/* type */
.type-inner {
    transition: all 0.3s linear;
    border-radius: 10px;
    box-shadow: 0 0 11px 3px #00000012;
}
.type-inner:hover {
    transition: all 0.3s linear;
    box-shadow: 0 0 11px 3px #00000033;
}
.type-inner:hover img{
    transform: scale(1.1);
}
.type-img {
    height: 200px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.type-img  img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.type-inner h5 {
    background-color: #2a71a5;
    padding: 10px 0;
    color: #ffffff;
    letter-spacing: .7px;
    transition: all 0.3s linear;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
}
.about .right-text h4{
    font-size: 20px;
    font-weight: bold;
    color: #368048;
    text-transform: uppercase;
}
.about .right-text h2 {
    font-size: 35px;
    color: #196cdc;
    font-weight: 700;
}
.about .right-text h2 span {
    color: #2a71a5;
}
.form-control{
    font-size: 14px;
}



/*listing*/
#list-of-comapanies{
    background-color: #f1f1f1;
}
.listing-text-main {
    padding: 15px 0;
    border-radius: 10px;;
    margin-top: 15px;
    background: #2a71a5;
}
.listing-text-main h3 {
   color:#fff;
   font-weight: 600;
   font-size: 30px;
   margin-bottom: 0;
}
.listing-item {
    box-shadow: 0 0 6px 0 #00000069;
    display: flex;
    background: #fff;
    align-items: center;
    padding: 15px;
    gap: 25px;
    border-radius: 15px;
    margin-top: 15px;
}
.listing-company-name h2 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
}
.listing-item-text p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.listing-item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    padding-right: 85px;
}
.listing-contact-details {
    padding: 0 0 15px;
    display: flex;
    gap: 15px;
}
.listing-contact-details a {
    color: #fff;
    background: #000;
    padding: 7px 15px;
    border-radius: 8px;
}
.listing-item-image {
    width: 20%;
}
.listing-item-image img {
    width: 100%;
}
#list-of-comapanies .enquiry {
    position: sticky;
    top: 120px;
}

/*product range*/

#product-range-section{
    display: block;
}
ul.thera {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    gap:8px;
    list-style: none;
}
ul.thera li {
    padding: 10px;
    box-shadow: 0 0 1px 2px #00000014;
    font-size: 15px;
    font-weight: 600;
    background-color: #fefefe;
}

.product-main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

section#difference {
    background-image: linear-gradient(#ffffff7a, #ffffff9e), url(../images/v996-009.jpg);
    background-size: cover;
    background-position: center center;
}
section.selection.pcd-business.py-5 {
    background: #f1f1f1;
}
section.selection.pcd-business h1{
    font-size: 40px;
}
.pcd-icons-outer img{
    width: 100%;
}



/* product */
.icon-img-one {
    display: grid;
   grid-template-columns: repeat(5,1fr);
    gap: 20px;
    justify-content: center;
}

.icon-main {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px;
    gap: 10px;
    border-radius: 10px;
    /* width: 25%; */
}
.icon-main h3 {
    font-size: 20px;
    line-height: 1.1;
    margin: 13px 0 0;
    text-align: center;
    font-weight: 600;
}
.icon-main p {
    font-size: 14px !important;
}
.product,.about{
    overflow: hidden;
  
}
.product-inner{
    padding:16px;
}
.product-inner img{
    width:100%
}
.product-img {
    border-radius: 4px;
    border: 4px solid #3e3e3e0f;
    transition: all 0.5s linear;
}
.product-img:hover{
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);  
}
.product .slick-dots li.slick-active button:before {
    color: #3b559a !important;
}
.product .slick-dots li{
    margin:0 !important;
}

 .product .slick-dots li button:before {
    font-size: 15px !important;
 }
/* why */

/* .why-inner {
    border-bottom: 5px solid;
    border-radius: 4px;
    height: 100%;
    min-height: 204px;
    padding-top: 30px;
    transition: all 0.3s linear;
} */


.why-inner:hover {
    transform: translateY(-10px);
    border-color: #3b559a;
}

/* benefits */
/* .benefits #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #3b9435;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 5px 18px 6px;
    font-weight: 700;
} */
.benefits .card {
    margin: 0 0 5px;
}



/*additional section add css*/

#difference ul {
    padding: 0 0 0 20px;
    list-style: circle;
}

#difference ul li {
    font-size: 16px;
    text-align: justify;
    padding-bottom: 10px;
}

ul.pharma-scope {
    padding: 0 0 0 20px;
    list-style: circle;
}

ul.pharma-scope li {
    padding-bottom: 10px;
}
.pcd-business h2 {
    font-size: 35px !important;
    font-weight: 600;
}
section#difference h2 {
    font-size: 35px !important;
    font-weight: 600;
}
section.selection ul {
    padding: 0 0 0 20px;
    list-style: circle;
}
section#document-required {
    background-image: linear-gradient(#ffffff4f, #ffffff5e), url(../images/black-bg.jpg);
    background-size: cover;
    background-position: center center;
}
section#document-required h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fafafa;
}
section#document-required p {
    color: #fafafa;
}
section#document-required ul {
   padding: 0 0 0 20px;
   list-style: circle;
   margin: 0;
   color: #fff;
}
section#document-required ul li{
    padding-bottom: 10px;
}
.support ul {
    list-style: circle;
    padding: 0 0 0 20px;
}
.support ul li {
       padding: 0 0 10px;
}
section.Investment {
    background: #f1f1f1;
}
.Investment ul, .choose.qualification ul {
    list-style: circle;
    padding: 0 0 0 20px;
}
.Investment ul li, .choose.qualification ul li {
       padding: 0 0 10px;
}
section.Advantages h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
section.Advantages p, section.Advantages ul li, section.Advantages h3{
    color: #fff;
}
section.Advantages img {
   width: 70%;
}
.Advantages {
    background-image: linear-gradient(#000000a6, #00000094), url(../images/black-bg-2.jpg);
    background-size: cover;
    background-position: center center;
}
.Advantages ul {
    list-style: circle;
    padding: 0 0 0 20px;
}
.Advantages ul li {
       padding: 0 0 10px;
}

/*end additional section add css*/










/* footer */
footer {
    background:#2a71a5; 
}
.footer-logo {
   /* width: 165px;*/
    margin-top: -28px;
}

.copyright-ftr {
    border-top:1px solid #ffffff47;
}
.copyright-ftr a:hover{
    color:#ffffff;
}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #3b559a;
    box-shadow: 0px -3px 13px rgb(0 0 0 / 65%);
}
.mobile-fixed li {
    width: 33.33%;
    background-color: transparent;
}
.mobile-fixed li a img{
    width: 20%;
    margin: 0 2px 3px;
}
.mobile-fixed ul{
    padding: 4px 2px 0 !important;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
.fsd-wrapper{
    display: none;
}
.mobile-section-about{
    display: none; 
    padding-bottom: 0 !important;
} 
/* media */
@media (min-width: 1400px) {
    .container {
        max-width: 1366px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}

@media screen and (max-width:1400px){
    .navbar-light .navbar-nav .nav-link {
    font-size: 12px !important;
    }
    .enquiry {
    background-color: #145fc4;
    padding: 25px 22px;
    width: 90%;
    }
    .banner .enquiry.text-center {
        width: 70% !important;
        padding: 10px 20px;
    }
    .baner_inner h2 {
        font-size: 55px;
        color: #2a71a5;
        line-height: 1;
    }
    .banner-inner-list ul {
        list-style: none;
        width: 50%;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .banner .enquiry.text-center form {
        margin-top: 0 !important;
    }
    .banner .enquiry.text-center form .form-group {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .banner .enquiry.text-center form .form-group input {
        font-size: 12px;
    }
    .banner .enquiry.text-center form .form-group select {
        font-size: 12px;
    }
    .banner .enquiry.text-center form .form-group textarea {
        font-size: 12px;
    }
    .icon-img-one {
        gap: 10px;
    }
    .icon-main{
        padding: 10px;
    }
}
@media only screen and (max-width:1023px){
    .number-btn {
        width: 300px;
        text-align: center;
        margin: 7px 0 11px;
    }
    .number-btn  a{
        text-align: center;
        justify-content: center;
    }
    nav.navbar.bg-light {
        padding: 4px 16px !important;
    }
    .start img{
        width:100%;
    }
    .type-inner img {
        width: 100%;
    }
    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
   
    .banner-slider,.banner-inner {
        height: 580px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .franchise  .col-md-3 ,.type   .col-md-3 ,footer .col-md-3,footer .col-md-2,footer .col-md-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px !important;
    }
    .benefits .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .benefits .col-md-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    h1 {
        font-size: 45px;
    }
    .banner-slider,.banner-inner {
        height: 580px;
    }
    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}
@media only screen and (max-width:767px){
    .footer-logo {
        margin-top: 0;
        margin-bottom: 20px;
    }
    br{
        display: none;
    }
    .banner-text{
        position: static;
        padding: 20px 0;
    }
    .baner_inner {
        position: unset;
        visibility: hidden;
    }
    .baner_inner h2 {
        font-size: 35px;
    }
    .banner-slider {
        height: 245px !important;
    }
    .about #accordion .btn-link {
        font-size: 14px;
    }
    h1{
        font-size: 25px;
    }
    .baner_inner h4{
        font-size: 17px;
    }
    .banner .banner-inner{
        height:220px;
    }
    .font-36 {
        font-size: 25px;
    }
    .quality img{
        width:70%;
    }
    .start img{
        width:100%;
    }
    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }
    footer .font-20 {
        font-size: 17px;
    }
    .type-inner img {
        width: 100%;
    }
    .navbar-brand{
        margin:0;
    }
    address a {
        gap: 10px;
        font-size: 12px !important;
    }
    .social-icons {
        display: none !important;
    }
    .baner_inner h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }
    .main-banner img {
        width: 100%;
        display: none;
    }
    .banner-inner-list ul{
        margin-top: 0;
    }
    .banner-inner-list ul li {
        font-size: 12px;
        padding: 0 0 10px 22px;
    }
    .enquiry h4 {
        font-size: 18px;
    }
    .enquiry {
        width: 100%;
        margin-top: 25px;
    }
    .banner-inner-list {
        margin: 15px 0;
    }
    .benefits{
        padding-top: 0 !important;
    }
    .about .right-text h2 {
        font-size: 25px;
    }
    .listing-item-image-mob{
        display: none;
    }
    .listing-main-item-text {
        display: flex
    ;
        flex-direction: column;
        gap: 8px;
    }
    .listing-text-main h3 {
        color: #fff;
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 0;
    }
    .listing-item {
        flex-wrap: wrap;
    }
    .top-heading-wrap h1 {
        font-size: 30px !important;
    }
    .icon-img-three{
        flex-wrap: wrap;
        margin-top: 20px !important;
    }
    .icon-main {
        width: 100% !important;
    }
    section.product-section {
        padding: 60px;
    }
    .Money-icon {
        flex-wrap: wrap;
        width: 90% !important;
        margin: auto;
    }
    .Benefits-mfg-wrap .icon-center {
        padding-bottom: 0px;
    }
    .Marketing-main {
        padding: 60px 0px !important;
    }
    .container.Franchise-Marketing-wrap h2 {
        font-size: 22px !important;
    }
    .Promotional-one {
        flex-wrap: wrap;
    }
    .Required-wrap h2 {
        font-size: 21px;
    }
    .document-main {
        flex-wrap: wrap;
    }
    .document-two img {
        width: 100%;
    }
    
}

@media screen and (max-width:500px){
    .banner .enquiry.text-center {
        width: 95% !important;
        margin: auto;
        margin-top: 30px;
    }
    footer {
        margin-bottom: 0;
    }
    .bubble{
        display: none !important;
    }
    .mobile-fixed{
        display:block !important;
    }
    .font-36 {
        font-size: 22px !important;
        text-align: center;
    }
    .number-btn a {
        padding: 9px 11px;
        font-size: 16px;
    }
    .navbar-brand {
        width: 60%;
    }
    .quality img{
        width:26% !important;
    }
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .banner .banner-inner{
        height:360px !important;
    }
   .font-23{
        font-size: 19px !important;
    }
    .font-30{
        font-size: 21px;
    }
    .number-btn a img {
    width: 10px;
    height: 10px;
    }
    a.pdf_img {
       display: block !important;
    }
}
a.pdf_img {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 8px;
    background-color: #3b559a;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
}
a.pdf_img img{
    width: 77px;
    padding: 11px;
}
.bubble {
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    margin: auto;
    justify-content: center;
}
.bubble img {
    width: 55px;
}
.bubble a {
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;

}
.franchise-inner {
    background-color: #aaaaaa;
    padding: 10px;
    height:100%;
    border-radius: 4px;
    transition: all 0.5s linear;
}
.franchise-inner:hover{
    background-color:#3b559a;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.franchise-inner h6,.franchise-inner p{
    transition: all 0.3s linear;
}
.franchise-inner:hover h6,.franchise-inner:hover p{
    color:#ffffff;
}



.col-md-6.about-section {
    padding-left: 30px;
}



/* ***********new css*********** */

.icon-product-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 80px;
    gap: 33px;
}
.Benefits-mfg-wrap .icon-center {
    padding-bottom: 50px;
}
.money-content h3 {
    font-weight: 700;
    color: #262094;
}


.icon-main {
  
    gap: 15px;
    align-items: center;
}




.icon-img-three {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}


.container.business {
    max-width: 1700px;
}

.benefits {
  
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
    background-repeat: no-repeat;
}




/* benefits */
.benefits #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #262094;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 10px 18px;
    font-weight: 700;
}


.why-inner {
    border-bottom: 5px solid;
    border-radius: 4px;
    height: 100%;
    min-height: 204px;
    padding-top: 30px;
    transition: all 0.3s linear;
    border: solid 1px;
    padding: 10px;
    box-shadow: -1px 7px 8px -3px;
    text-align: center;
    text-align: justify;
}

.why-inner h5 {
    text-align: center;
}


.container.defferent-wrap {
    max-width: 1600px;
}

.pcd-business-section{
    padding: 0 0 80px 0;
}



button.read-more-button {
    border: none;
    background: none;
    color: #262094;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 600;
}
.icon-img-three {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-top: 80px;
}

.top-heading-wrap h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
    color: #368048;
}



/* .icon-main h3 {
    margin-top: -30px;
    background: #ee5017;
    color: white;
    border-radius: 50px;
    padding: 10px 0px 10px 19px;
    font-size: 20px;
} 

.icon-main p {
    text-align: justify;
    margin-top: 12px;
}
*/

.off-white {
    background-color: #3b94352e;
}


/* 
.icon-main p {
    overflow-x: auto;
    height: 250px;
} */




.icon-center {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}


.icon-product {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}


ul.card-body{
    padding: 10px 10px 10px 31px!important;
}




section.product-section {
    padding: 80px;
    background-image: linear-gradient(#ffffffa9, #ffffff9e), url(../images/261454.jpg);
}
section.clients-icons {
    padding:  80px 0;
}
.img-logo img {
    padding: 20px;
    box-shadow: 0px 0px 11px 0px #e8e8e8;
    margin-top: 15px;
}
.clients-icons .icon-center {
    padding-bottom: 40px;
}

.Money-icon {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 46%; 
    margin-top: 30px;
}


.container.Manufacturing-wrap {
    max-width: 1600px;
    padding: 80px 0px 80px 0px;
}


.img-prducts img {
    width: 240px;
    border: 1px solid #d4d4d4;
}

.container.Franchise-Marketing-wrap {
    max-width: 1600px;
}
section.Benefits-mfg-wrap {
    background-size: cover;
}

.Marketing-main {
    padding: 80px;
}

.Promotional-wrap-main .icon-center{
    padding-bottom: 30px;
}
.Promotional-one-wrap img {
    width: 250px;
    border: 1px solid #aaaaaa;
}

.Promotional-one {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: auto;
}

/* section.Promotional-wrap-main {
    background-color: #3b94351f;
} */



.container.Inputs-wrap {
    max-width: 1600px;
    padding: 80px 0px 80px 0px;
}

.container.Required-wrap {
    max-width: 1300px;
    padding-bottom: 50px;
}

/* .Marketing-one h2, p, li {
    color: white;
} */


.container.Franchise-Marketing-wrap p {
    color: white;
}

.container.Franchise-Marketing-wrap h2 {
    color: white;
    font-size: 35px;
}
.container.Franchise-Marketing-wrap ul {
    color: white;    
    padding: 0 0 0 20px;
}
.container.Franchise-Marketing-wrap li {
    color: white;
    padding: 15px 0 0;
}

.Required-wrap h2 {
    text-align: center;
    padding-bottom: 30px;
}
section.document-required-section {
    padding: 60px 0 0;
    background: #f4f4f4;
}
.document-main {
    display: flex;
}.Money-icon img {
    width: 90px;
}
.document-one ul {
    list-style: none;
    padding: 0;
}
.document-one ul li {
    font-size: 18px;
    position: relative;
    padding: 15px 0 0;
    font-weight: 600;
}
.document-one ul li::before {
    content: "";
    background-image: url(../images/li-icon-pharmahopers.png);
}
.document-one ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/li-icon-pharmahopers.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -35px;
    bottom: 50%;
    transform: translate(0px, 110%);
}


/* steps page css */
section.steps {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: scroll; */
    margin: 5% 0
}

section.steps h2 {
    font-size: 16px;
    font-weight: 600;
}



.steps_outer .nav-tabs .nav-item .nav-link {
    color: #383838;
    background-color: #fff;
    border: 1px solid #f28b66;
    border-radius: 5px;
}

.steps_outer .nav-tabs .nav-item.show .nav-link,
.steps_outer .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #ee5017 !important;
}

.custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    /*padding: 8px 13px;*/
        padding: 2px;
    border-radius: 5px;
    /* height: 130px; */
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* .custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
} */
.custom_rc label span {
    width: 100%;
    display: block;
}

.custom_rc label img {
    /* width:55px; 
    width: 45px;*/
    width: 35px;
    margin-bottom: 2px;
    height: auto;
    
}

/* Hide the browser's default checkbox */
.custom_rc label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_rc label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* On mouse-over, add a grey background color */
.custom_rc label:hover input~.checkmark {
    background-color: #d0ffd6;
}

/* When the checkbox is checked, add a blue background */
.custom_rc label input:checked~.checkmark {
    background-color: #ffe8e0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_rc label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_rc label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_rc label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3b9435;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_rc label .checkmark:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
}

.custom_rc .rd_slcrt .checkmark:after {
    border: none !important;
}

.custom_rc .rd_slcrt .checkmark:before {
    display: none;
}

.custom_rc {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 14px 0 30px;
    column-gap: 16px;
}

.look_rc {
    grid-template-columns: 1fr 1fr;
}

.more_option {
    grid-template-columns: repeat(5, 1fr);
}

.nav_buttons {
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 58px;
    /*border-top: 1px solid #ffffff; */
}

.nav_buttons button {
    background: #5c5c5c;
    border: none;
    padding: 8px 17px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 117px;
    justify-content: center;
}

.btn_previ img {
    transform: scaleX(-1);
}

.nav_buttons button img {
    width: 17px;
}

.column-0 {
    grid-template: none !important;
}

@media only screen and (min-width:1200px) {
    .steps_outer {
        /* width: 775px;
        height: 420px; */
        min-width: 390px;
    }

    .container {
        max-width: 1315px;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1611px;
    }
}

@media only screen and (min-width:991px) and (max-width:1500px) {
    .steps_outer {
        padding: 16px;
    }

    .steps_outer h2 {
        font-size: 24px;
    }

    .steps_outer .nav-tabs .nav-item {
        margin: 0 2px !important;
        font-size: 14px;
    }

    .custom_rc label {
        font-size: 11px;
        line-height: 12px;
    }

    .nav_buttons {
        padding: 0 16px;
    }

    .custom_rc {
        margin: 15px 0 15px;
    }
}

@media only screen and (max-width:767px) {
    .nav-tabs .nav-item {
        font-size: 13px;
        margin: 0 3px !important;
    }

    .steps_outer .nav-tabs .nav-item .nav-link {
        padding: 8px 9px;
    }

    .steps_outer {
        padding: 30px 10px;
    }

    .steps_outer h2 {
        font-size: 16px !important;
    }

    section.steps {
        width: 100%;
    }

    .more_option {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom_rc label img {
        width: 30px;
        height: 30px;
    }

    .custom_rc label {
        font-size: 13px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .nav_buttons button img {
        width: 19px;
    }

    .nav_buttons button {
        padding: 8px 7px;
        font-size: 13px;
        width: 102px;
    }
    .listing-item-image {
        width: 70%;
    }
    .listing-item-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding-right: 0;
    }
    .listing-contact-details {
        padding: 0px 0 5px;
        display: flex;
        gap: 10px;
        font-size: 14px;
        justify-content: space-between;
    }
    .listing-contact-details a {
        color: #fff;
        background: #000;
        padding: 7px 10px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
    }
    .listing-company-name h2{
        font-size: 23px;
    }
    ul.thera {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.thera li {
        padding: 5px;
        box-shadow: 0 0 1px 2px #00000014;
        font-size: 12px;
        font-weight: 600;
        background-color: #fefefe;
    }
    .product-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .type-img {
        height: 100px;
    }
    .icon-img-one {
        grid-template-columns: repeat(2,1fr);
    }
    .icon-main h3 {
        font-size: 15px;
    }
    section#pcd-franchise-business {
        padding: 0;
    }
    .pcd-business h2 {
        font-size: 25px !important;
        font-weight: 600;
    }
    section#difference h2 {
        text-align: left !important;
        font-size: 30px !important;
        font-weight: 600;
    }
    section.Advantages h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }
    .fsd-wrapper {
        position: fixed;
        bottom: 0;
        display: grid !important;
        width: 100%;
        grid-template-columns: repeat(3, 1fr) !important;
        padding: 0;
        z-index: 999;
        margin: 0;
    }
    .fsd-wrapper a.enquiry-btn.Click-here {
        background: none !important;
    }
    .fsd-one a {
        color: #fff !important;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }
    .fsd-one {
        background-color: #384c8a;
        text-align: center;
        padding: 12px 0px 10px 0px;
    }
    .fsd-one.fsd-three {
        background-color: #25d366;
    }
    .custom-model-inner{
        width: 90% !important;
    }
    .mob-d-none{
        display: none !important;
    }
    .mobile-section-about{
        display: block !important; 
    } 
    .icon-product-wrap{
        padding-top: 0 !important;
    }
    .mail-fsd-four {
        background: #dd1d1b;
    }
}
/* Default desktop visible */
.desktop { display: block; }
.mobile { display: none; }

/* On mobile */
@media (max-width: 767px) {
  .desktop { display: none !important; }
  .mobile { display: block !important; }
      .banner .enquiry.text-center {
        width: 100% !important;
        padding: 10px 20px;
    }
}
