/**
Theme Name: Excellenthicare
Author: Saravanabavan Developer
Author URI: https://newlineinfo.in/
Description: For excellenthicare website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: excellenthicare
Template: astra
*/
.site-primary-footer-inner-wrap .site-footer-section {
	border-bottom: 1px dotted white;
}
.site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
	border-bottom: none !important;
}
.contact-info .contact-item i {
	margin-right: 4px;
	width: 15px;
}
.back-to-products {
	background: #D76E10 !important;
	color: white !important;
	text-decoration: none !important;
	font-family: Outfit;
	padding: 10px 20px !important;
	border-radius: 2em;
	border: 1px solid #d76e10;
}
.back-to-products:hover {
	background: transparent !important;
	color: #d76e10 !important;
	border: 1px solid #d76e10;
}
#product_page.boxed .after-product-details, .al_product.boxed .after-product-details {
	border: none !important;
}
.ic_tabs {
	background: white;
}
.ic_tabs h3 {
	border-right: none !important;
}
.zoomWindowContainer {
	display: none;
}

.product-subcategories {
	display: flex;
	flex-direction: column;
}
.product-subcategories .archive-listing .classic-grid-image-wrapper {
	display: none;
}
.product-subcategories .archive-listing {
	width: 100%;
}
.product-subcategories .archive-listing .product-name {
	text-align: left !important;
}
#product_listing .classic-grid h3.product-name, .classic-grid h3.product-name, .ecommerce-product-catalog .classic-grid h3.product-name {
	font-weight: 500;
}
.category-cs {
	color: #d76e10;
}
.category-cs {
	color: #d76e10;
	margin-bottom: -10px !important;
}
.contact-info .contact-item:last-child i {
	left: 2px;
	position: relative;
}
.content-area.product-catalog #catalog_sidebar {
	padding-top: 50px;
}

#product_details_container #product_details {
	display: none;
}
.fas.fa-phone-alt {
	transform: rotate(90deg);
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
	color: #D06200;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	color: #D06200;
}
.ast-builder-menu-1 .menu-item > .menu-link {
	color: #111;
}
.contact-info a {
	color: #364D83;
}
.contact-info a:hover {
	color: #D06200;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"], .site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: #364D83;
}
.site-below-footer-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.ast-footer-copyright p {
	color: white;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.footer-heading {
	display: flex;
	align-items: center;
	gap: 5px;
	color: white;
}
.footer-heading h2 {
	font-size: 35px;
	font-weight: 600;
	color: white !important;
}
.footer-heading i {
	font-size: 23px;
}
.footer-sub-heading {
	display: flex;
	align-items: center;
	gap: 5px;
}
.footer-sub-heading h3 {
	color: #D76E10;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
}
footer section p {
	color: white;
	margin-top: -5px;
	font-size: 15px;
}
.inner-table thead th {
	background: #3498db !important;
}
.visibility-hidden {
	visibility: hidden;
}
.address-description p {
	margin-bottom: 10px;
	color: white;
}
.address-description p a {
	color: white;
	display: flex;
	align-items: center;
	gap: 5px;
}
.address-description p a:hover {
	color: #d76e10;
}
.address-description p i {
	width: 15px;
}
.button-orange-gradient {
	background: linear-gradient(90deg, #F6A159 0%, #EB4F48 100%) !important;
	color: white !important;
}
.download-button a {
	background: #D76E10 !important;
	color: white !important;
	text-decoration: none !important;
	font-family: Outfit;
}
p {
	font-size: 15px;
	line-height: 24px;
}
.view-products a {
	border: 1px solid #965226 !important;
	background: linear-gradient(to bottom, #EC6C00 0%, #8B4E2B 100%) !important;
}
.view-products a:hover {
	background: transparent !important;
	border: 1px solid #965226 !important;
}

@media screen and (min-width: 922px) and (max-width: 1070px) {
	.contact-info {
	display: none;
}	
}
@media screen and (max-width: 1230px) {
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	padding-left: 20px;
	padding-right: 20px;
}

}
@media screen and (min-width: 550px) and (max-width: 1000px) {
#block-13  .visibility-hidden{
	display: none;
}
.ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
	grid-template-columns: repeat( 2,1fr );
}
}
@media screen and (max-width: 550px) {
	footer .visibility-hidden {
	display: none;
}

}
@media screen and (max-width: 767px){
	.two-col-flex-para-img {
	display: flex;
	flex-direction: column-reverse;
}
}


/* container */
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Media Queries for Container Responsiveness */
@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
