body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5 !important;
	color: #666666;
}
dd, dl, dt, li, ol, ul {
	color: #666666;
}
/* body {
    font-family: 'Poppins', sans-serif !important;
} */

a {
    text-decoration: none !important;
    /* Removes underline from all <a> tags */
}

h1 {
    font-weight: 600;
    /* Bold */
}

h3 {
    font-size: 20px !important;
    font-weight: 400;
    /* Bold */
}

h4 {
    font-size: 18px !important;
    font-weight: 400;
    /* Bold */
}


p {
    font-weight: 300;
    color: #666666;
    /* Light */
}

.box-shadow {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

/* header section css */
.search-box {
    border: #EA8C2C 1px solid;
}
.text-right { text-align: right; }

/* Api product page */

.api-text {
    font-size: 32px !important;
    font-weight: bold;
    color: #EA8C2C !important;
}
.api-listing-title {
    font-size: 32px !important;
    font-weight: bold;
    color: #EA8C2C;
}

.centered-excerpt {
    width: 100%;
    text-align: justify !important;
    margin: 0 auto;

}

/* Button component css */
.primary-border-btn {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #EA8C2C;
    color: #EA8C2C;
    font-size: 14px;
    padding: 5px 12px;
	display: inline-block;
}

.primary-border-btn:hover {
}

.green-border-btn {
    background-color: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #5C9E42;
    color: #5c9e42;
    font-size: 14px;
    padding: 5px 12px;
	display: inline-block;
}

.green-border-btn:hover {
    background-color: #c36;
    color: #fff;
    border: 2px solid #c36;
	cursor: pointer;
}

.cer-filed-btn {
    background-color: #EA8C2C !important;
    color: #ffff !important;
    border-radius: 8px;
    border: 2px solid #EA8C2C !important;
    padding: 5px 40px;
}

.cer-filed-btn:hover {
    background-color: #EA8C2C !important;
    color: #ffff;
    border-radius: 8px;
    border: 2px solid #EA8C2C !important;
    padding: 5px 40px;
}

.secondry-border-btn {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #5C9E42;
    padding: 5px 40px;
    color: #5C9E42;
}

.secondry-border-btn :hover {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #5C9E42;
    padding: 5px 40px;
    color: #5C9E42;
}

.secondary-filed-btn {
    background-color: #5C9E42 !important;
    color: #ffff !important;
    border-radius: 8px;
    border: 2px solid #5C9E42 !important;
    padding: 5px 40px;
}

.secondary-filed-btn:hover {
    background-color: #c36 !important;
    color: #ffff;
    border-radius: 8px;
    border: 2px solid #c36 !important;
    padding: 5px 40px;
}

.casno-btn {
    background-color: #FFFFFF !important;
    border-radius: 8px;
    border: 2px solid #5C9E42 !important;
    padding: 5px 35px;
    color: #5C9E42 !important;
    font-size: 13px;
	display: inline-block;
}

/* pagination style */


.custom-pagination .page-item .page-link {
    color: #fff;
    /* Text color */
    background-color: #EA8C2C;
    /* Background color */
    border: 1px solid #EA8C2C;
    /* Border color */
    border-radius: 50%;
    /* Rounded buttons */
    margin: 0 5px;
    /* Space between buttons */
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
	font-size: 14px;
}

.custom-pagination .page-item.active .page-link {
    color: #EA8C2C;
    /* Active text color */
    background-color: #fff;
    /* Active background color */
    border-color: #EA8C2C;
    /* Active border color */
    font-weight: bold;
    /* Bold text for active page */
}

.custom-pagination .page-item a.page-link:hover {
    background-color: #EA8C2C;
    /* Hover background color */
    border-color: #EA8C2C;
    /* Hover border color */
    color: #fff;
    /* Hover text color */
}

.custom-pagination .page-item.disabled .page-link {
    color: #6c757d;
    /* Disabled text color */
    background-color: #e9ecef;
    /* Disabled background color */
    border-color: #dee2e6;
    /* Disabled border color */
}

/* Footer section style */

i.bi-check-circle {
    font-size: 20px;
    /* Adjust icon size */
    color: #EA8C2C;
    /* Set icon color */
    margin-right: 8px;
    /* Space between icon and text */
    transition: transform 0.3s;
    /* Smooth hover effect */
}

i.bi-check-lg {
    font-size: 25px;
    /* Adjust icon size */
    color: #5C9E42;
    /* Set icon color */
    margin-right: 8px;
    /* Space between icon and text */
    transition: transform 0.3s;
    /* Smooth hover effect */
}

.trusted-icon {
    color: #5C9E42 !important;
    font-size: 25px !important;
}



/* product single page  */
.single-product-banner {
    position: relative;
    background-image: url('./assets/single-product.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
}

.single-product-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Semi-transparent black overlay */
    z-index: 1;
}

.single-product-banner h2 {
    position: relative;
    z-index: 2;
    /* Ensures text is above the overlay */
    color: white;
    /* For better visibility */
}

.manufcturer-img {
    position: relative;

}

.featured-button {
    position: absolute;
    top: 0;
}

.product-banner {
    position: relative;
    background-image: url('./assets/api-content-img01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
}

.product-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Semi-transparent black overlay */
    z-index: 1;
}

.product-banner h2 {
    position: relative;
    z-index: 2;
    /* Ensures text is above the overlay */
    color: white;
    /* For better visibility */
}


.filed-btn {
    background-color: #EA8C2C;
    border-radius: 25px;
    border: 0px;
    padding: 5px 35px;
    color: #ffff;
}


.border-btn {
    background-color: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #000;
    padding: 5px 35px;
    color: #000;
}

.secondry-border-btn {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #5C9E42;
    padding: 5px 40px;
    color: #5C9E42;
}

.secondry-border-btn :hover {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #5C9E42;
    padding: 5px 40px;
    color: #5C9E42;
}

.search-btn,
.filed-secondary-button {
    background-color: #5C9E42;
    border-radius: 5px;
    border: 0px;
    padding: 6px 25px;
    color: #ffff;
}
.search-input  {
    padding-left: 0px;
    width: 225px !important;
    padding-right: 0px;
    font-size: 14px;
}

.search-input:focus,
.search-input:hover {
    border: none !important;
    box-shadow: none !important;
	outline: none;
}


/* Filter Section Styles */
.filter-section {
    /* height: auto; */
    /* max-height: 550px !important; */
    /* overflow-y: auto; */
    /* position: sticky; */
    top: 10px;
    /* background-color: #FFFFFF !important; */
    margin-bottom: 30px;
}
.admin-bar .filter-section {
    top: 40px;	
}

.page-link { cursor: pointer; }
.filteroverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}
#product-list { position: relative; min-height: 400px; }
.no-products-found {
    background: #fff;
    padding: 50px 0px;
    text-align: center;
}
.fullheight { height: 100%; position: relative; }
.rounded-50 { border-radius: 50px; }
.category_title_div {
    clear: both;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
}
.category_title_div h3 {
    color: #01c061;
    font-weight: bold;
}
.rounded-40 { border-radius: 40px; }
.blog-loop-section-text {
    padding: 20px 30px;
}
.blog-loop-section-title {
    color: #01c061;
    font-weight: bold;
	font-size: 22px !important;
}
.home-featured-section-title {
    color: #01c061;
    font-weight: normal;
	font-size: 22px !important;
}
.home-featured-section-parent-title {
    color: #01c061;
    font-weight: normal;
	font-size: 18px !important;
}
.blog-loop-section-text p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.category_image_section { height: 200px; }
.category_image_section img {
    width: 100%;
    height: 100%;
}
.color-black-normal { color: #000000; }
.color-black { color: #000000; font-weight: bold; }
.header_banner_image
{
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
        
}
.header_banner_image h2 { color: #ffffff; font-weight: bold; }

.subservices-leftpanel {
	border-radius: 20px 20px 0px 0px !important;
}

/*.subservices-leftpanel h4 {
    padding: 20px 10px;
    text-align: center;
    color: #000;
    margin: 0px;
    font-size: 24px !important;
}
.subservices-leftpanel h4 svg {
    float: left;
    background: #ff914c;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    font-size: 17px;
    width: 40px;
    margin-top: -6px;
    margin-left: 10px;
}
.subservices-leftpanel h4 i {
    float: left;
    background: #ff914c;
    color: #fff;
    border-radius: 100%;
    padding: 8px;
    margin-top: -6px;
    margin-left: 10px;
}
.subservices-leftpanel ul {
	padding: 0px;
	margin: 0px;
}
.subservices-leftpanel ul a {
    padding: 20px 10px;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #ff914c;
    border-top: 1px solid #110809;
    border-left: 1px solid #110809;
    border-right: 1px solid #110809;
	font-weight: bold;
}
.subservices-leftpanel ul a:hover, .subservices-leftpanel ul a.current-category
{
	background: #ff914c;
	color: #fff;
}

.subservices-leftpanel ul a:last-child {
    border-bottom: 1px solid #110809;
}
*/
.service-filter-section label {  width: 100%; }



.filter-section i.i-tag-single-blog {
    /*float: left;
    margin-top: -4px;*/
    background: #ff914c;
    color: #fff;
    border-radius: 100%;
    padding: 6px;
    margin-right: 10px;
}
.filter-section label a {
    color: #333;
    display: flex;
    line-height: 23px;
	margin-bottom: 10px;
}

.filter-checkbox-div { margin-top: 10px; }

.filter-section label a:hover, .filter-section label a.current-category
{
	color: #ff914c;
}
.filter-section label a i {
    margin-right: 8px !important;
    margin-top: 4px;
}

.btn-orange {
    background: #ff914c;
    border: none;
    border-radius: 20px;
    padding: 3px;
    padding-right: 10px;
}
.btn-orange:hover { background: #ff914c; }
.btn-orange-arrow-icon {
    border: 2px solid #fff;
    padding: 8px 12px;
    border-radius: 20px;
}
.apicule-service-page {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
}
.apicule-service-page h1 { 
	margin: 0px;
    color: #01c061;
    font-weight: bold;
    font-size: 26px;
}
.author_name_single {
    color: #919191;
    display: inline-block;
    margin-bottom: 15px;
}
.blog-single-post-image { display: inline-block; width: 100%; }

.btn-same-size-in-row {
    font-size: 14px;
    padding: 5px 12px;
    width: 100%;
    margin-top: 5px !important;
    /* white-space: nowrap; */
    max-width: 100%;
    /* box-sizing: border-box; */
    /* word-break: break-all; */
    text-overflow: ellipsis;
    overflow: hidden;
}
.setwidthheighblogimage { width: 100%; height: 200px; }
.positionrelative { position: relative; }
.read_more_blog.text-center {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
}

.featured_api_title {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
    text-align: center;
}
.no-margin-all {
	margin: 0px;
}

.border-in-separation-home
{
    border: 2px solid #000;
    width: 35%;
    display: inline-block;
    border-radius: 5px;
}

.home-page-content-section p {  }
.apicule_search_result 
 {
    max-width: 100%;
    position: absolute;
    z-index: 999;
    width: 415px;
    overflow-y: auto;
    max-height: 350px;
}
.apicule_search_result ul {
	margin: 0px;
	padding: 0px;
}
.apicule_search_result li {
    list-style: none;
    margin-bottom: 5px;
}
.apicule_search_result li:last-child {
    margin-bottom: 0px;
}
.apicule_search_result a {
    color: #333;
    display: flex;
}
.apicule_search_result a i {
    margin-right: 8px !important;
    margin-top: 4px;
}
.apicule_search_result a:hover {
    color: #ff914c;
}

.form-control {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.form-group.required .col-form-label:after {
	content:"*";
	color:red;
	margin-left: 2px;
}
.positionrelative { position: relative; }
/*.form-control.is-valid, .was-validated .form-control:valid {
    background: none;
}*/
.btn-default {
    background: #5C9E42 !important;
    color: #fff !important;
    border-color: #5C9E42 !important;
}
.modal-title {
    color: #ff914c;
	text-align: center;
	width: 100%;
}
.maxcharctertextp
{
    font-size: 12px;
    margin-top: 3px;
    float: right;
}
.contactpageinfo { align-items: center; }

.contactpageinfo h3, .contactpageinfo h2 {
    color: #EA8C2C;
    /* font-weight: bold; */
    font-size: 26px !important;
}
.contactpageinfo h4 {
    color: #01c061;
    /* font-weight: bold; */
    font-size: 20px !important;
}
/*.contactpageinfo h5, .contactpageinfo p {
    color: #01c061;
    font-size: 18px !important;
}*/
#showfulliupac_name { color: #EA8C2C !important; cursor: pointer; }
#span_showfulliupac_name { word-break: break-all; }
#span_showfulliupac_name font { display: none; }

#showfullsupplier_description { color: #EA8C2C !important; cursor: pointer; }
#span_showfullsupplier_description { word-break: break-word; }
#span_showfullsupplier_description font { display: none; }

.supplier_about_info { word-break: break-word; }
.supplier_about_info font { display: none; }

.api_about_info { word-break: break-word; }
.api_about_info font {
    display: none;
}
.carousel-item-padding { padding: 30px; }

.feature_slide_lft_btn, .feature_slide_right_btn
{
    position: absolute;
    z-index: 999;
    top: 46%;
}

.carousel-minus-margin {
	margin: 0px -30px;
}
.feature_slide_lft_btn i, .feature_slide_right_btn i
{
	font-size: 30px; color: #5c9e42; background: #fff; 
    border-radius: 100%;
}
.feature_slide_lft_btn
{
    left: -10px;
}
.feature_slide_right_btn
{
    right: -10px;
}

.home-page-featured-title-columns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: center;
    margin: auto;
}
button.splide__arrow.splide__arrow--prev {
    background: #01c061;
    color: #fff !important;
}
button.splide__arrow.splide__arrow--next {
    background: #01c061;
}
.splide__arrow svg {
    fill: #ffffff !important;
}
.splide__arrow:hover:not(:disabled) { opacity: 1 !important; }
.splide__arrow  { opacity: 1 !important; }
.splide__arrow:disabled {
    opacity: .6 !important;
}


.footer_section h3 {
	font-size: 18px !important;
	border-bottom: 1px solid #ff914d;
	padding-bottom: 5px;
	margin-bottom: 5px !important;
	color: #5ea53c;
	width: 75%;
}
.footer_section ul.list-unstyled li {
	margin-top: 5px;
}
.footer_section ul.list-unstyled li a { font-size: 16px; }
.api_product_image { width: 100%; height: 205px; }
.floatdeskright { float: right; }
.getaquotebtn {
    float: right;
    margin-top: -7px;
}
.mobile_show { display: none !important; }
.mobile_hide { display: block !important; }
.margin-top-120 { margin-top :120px; }

.span_title_box_heading
{
    font-size: 24px;
}
span.wpcf7-list-item.first.last {
    margin: 0px;
}
.filters-mobile{
    display: none;
}
.api-label label{
    cursor: pointer;
}
sub, sup{
 font-size: 15px!important;
}
.regulatory-inspections span {
    border-radius: 25px !important;
    color: #5c9e42;
    border: 2px solid #5C9E42 !important;
}
.regulatory-inspections span:hover, .certificates span:hover {
    background-color: #c36;
    color: #fff;
    border: 2px solid #c36 !important;
}
ul.splide__pagination.splide__pagination--ltr {
    display: none;
}
.search-btn{
    padding: 0px 13px;
}
.featured-btn{
    border-radius: 5px;
    border: 0px;
    padding: 6px 25px;
    color: #ffff;
}
.relatedServices{
   height:198px;
}
.subservices_blog_div { margin-left: 21px; display: none;}
.select2-container--default .select2-selection--multiple { 
	border: var(--bs-border-width) solid var(--bs-border-color) !important; 
	border-radius: var(--bs-border-radius) !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
	border-radius: var(--bs-border-radius) !important;
}

@media (min-width:1198px) {
	
	.logged-in.admin-bar section.bg-white.sticky-top {
		top: 32px;
	}
}
@media (max-width:1198px) {
	.apicule_logo { display: none ; }
	.flex-disabled { display: block !important; }
	.btn-same-size-in-row { width: 100%; }
	.modal { top: 60px; padding-bottom: 60px; }
	.logged-in.admin-bar .modal { top: 105px; padding-bottom: 105px; }

}
@media (max-width:991px) {
	.getaquotebtn {
		padding: 5px 8px;
		font-size: 14px;
	}
}

@media (max-width:767px) {

	.footer_section {
		margin: auto;
		width: 230px;
		padding-top: 0px !important;
	}
	.footer_section h3 {
		width: 100%;
	}
	.footer_columns { margin-top: 10px; }
	.single_api_image_order { order: -1; }
	.col-mobile-top-10 { margin-top: 10px; }
	.col-mobile-top-15 { margin-top: 15px; }
	.mobile_float_right { float: right; }
	.mobile_float_left { float: left; }
	.mobile_highlight_title {
		border-bottom: 1px solid #5c9e42;
		margin-bottom: 15px;
		display: inline-block;
		width: 100%;
		padding-bottom: 5px;
		text-align: center;
	}
	.mobile_show { display: block !important; }
	.mobile_hide { display: none !important; }
	.getaquotebtn_mobile { width: 100%; }
	.mobile-text-center { text-align: center; }
	.margin-top-120 { margin-top: 20px;}
	.btn-100 { width: 100%; }
	.contactform7page p { margin-bottom: 0px; }
    .filters-mobile {
        display: block;
        position: sticky;
        z-index: 100;
        top: 59px;
        align-self: flex-start;
        border-top: 1px solid #e3e3e3; 
    }
    .logged-in.admin-bar .filters-mobile {
        top: 105px;
    }
    .filters-mobile div{
        padding: 13px;
    }
    .filter-container{
        display: none;
    }
    #SinglePageApi i {
        font-size: 14px;
        margin-right: 9px;
    }
}
@media (max-width:576px) {

	.mobile-top-10 { margin-top: 10px; }
	.mobile-top-15 { margin-top: 15px; }
	.floatdeskright { float: none; text-align: center; }
	.marginbottom5contact { margin-bottom: 5px; }
	.search-input {
        width: 100% !important;
    }
	.pagination { display: ruby !important; }
	.pagination li { margin-bottom: 10px; display: inline-block;}
	

	#apicule_keyword {
		font-size: 16px;
	}
}