/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* =======================================
 *              bio-identical-section
 * ===================================== */

.bio-identical-section{
	padding-left: calc((100% - 1300px) / 2 + 5px) !important;
}

.who-its-for-section{
	padding-right: calc((100% - 1300px)/2 + 5px) !important;
}   



.products  .product{
	border: 1px solid #efefef !important;
	background: #fff !important;
} 

 .products  .product .pp-woo-products-summary-wrap{
	padding: 20px 20px 16px 20px !important;
}


.woocommerce-loop-product__title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	line-clamp: 1; 
	-webkit-box-orient: vertical;
}

.pp-loop-product__link{
	text-decoration: none !important;
}

 .products  .product  .button{
	width: 100% !important;
	text-align: center !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	text-transform: capitalize !important;
	background: transparent !important;
    border: 1px solid #efefef !important;
	transition: 0.5s !important;
	color: #000 !important;
}


.products  .product  .button:hover{
	 background:#163072 !important;
	color: #fff !important;
}

.products  .product{
	padding: 20px !important;
	text-align: center !important;
}

.products  .product .woocommerce-Price-amount{
	border-bottom: 1px solid #efefef !important;
}

/* =============================== services-section ========================= */



.services-section .elementor-widget-image-box a {
  position: relative !important;
}



.services-section .elementor-widget-image-box .elementor-image-box-content a{
  position: absolute !important;
  inset: 0 !important; /* top:0; right:0; bottom:0; left:0; */
  z-index: 1 !important;
  background: transparent !important;
}



/* Step 4: hover effect optional */
.services-section .elementor-widget-image-box:hover {
  cursor: pointer !important;
  transform: translateY(-3px) !important;
  transition: 0.2s !important;
}

.services-section .elementor-widget-image-box .elementor-image-box-img a{
	position: relative !important;
}


/*  */

.why-choose-us-section .big-img{
	position: relative !important;
}

.why-choose-us-section .big-img:after{
content: '';
    position: absolute !important;
    background: #003d7824;
    left: -37px;
    right: 37px;
    height: 63%;
    top: -37px;
    z-index: -1;
    width: 57%;
}

.promise-section .elementor-icon svg{
      filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}