/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* ==================== Header Sections ================== */
.header_sections img{
	background:#fff !important;
	padding:5px !important;
	border-radius:100%;
}

.header_sections img{
  transition:0.5s !important;
}

.header_sections.elementor-sticky--effects img{
    width:65% !important;
	transition:0.5s;
}

/* ==================== Banner Sections ================== */
.banner_sections .pp-buttons-group .pp-button{
	max-width:245px !important;
	width:100% !important;
	margin:5px !important;
}


/* ==================== Meet Buttons Home Page ================== */
.meet_button_sections .meet_button {
    position: relative;
    display: inline-block;
}
.meet_button_sections .meet_button::before, 
.meet_button_sections .meet_button::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23889684' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='4' y1='12' x2='9' y2='12'/%3E%3Cline x1='6' y1='6' x2='10' y2='9'/%3E%3Cline x1='6' y1='18' x2='10' y2='15'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.meet_button_sections .meet_button::before {
    left: 0px; 
}

.meet_button_sections .meet_button::after {
    right:0px; 
    transform: translateY(-50%) scaleX(-1); 
}


/* ==================== Practice Details  ================== */
.practice_sections .pp-buttons-group .pp-button{
	max-width:266px !important;
	width:100% !important;
	margin:5px !important;
}

/* ==================== About Us ================== */
.about_us .image_col .elementor-widget-image{
	position:relative !important;
}

.about_us .image_col .elementor-widget-image:before{
    position: absolute;
    content: '';
    height: 15% !important;
    width: 15% !important;
    top: 3%;
    left: 3%;
    border-style: solid;
    border-color: #ffffff !important;
    border-radius: 9px 0px;
    border-width: 2px 0px 0px 2px;
}

/* ==================== Self Pay Fees ================== */
.self_pay_sections .pp-info-box-container .pp-info-box:nth-child(2) {
    position: relative;
    z-index: 1;
    background: #334646 !important;
    color: #fff;
}
.self_pay_sections .pp-info-box-container .pp-info-box:nth-child(2) .pp-info-box-title,
.self_pay_sections .pp-info-box-container .pp-info-box:nth-child(2) .pp-info-box-subtitle{
	color: #fff;
}

.self_pay_sections .pp-info-box-container .pp-info-box:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -10px;
    right: -10px;
    bottom: -20px;
    background: #334646;
    z-index: -1;
    border-radius: 12px;
} 

/* ==================== Header Sections ================== */
@media only screen and (max-width: 1282px){  
	   
	.pp-advanced-menu--dropdown-tablet .pp-advanced-menu--main{
		  display: none !important;
	}

	.pp-advanced-menu--dropdown-tablet .pp-menu-toggle:not(.pp-menu-toggle-on-all){
	   display:block !important;

	}
	
   ul.pp-advanced-menu {
       margin-top: 50px !important;
   }
	.pp-menu-clear {
           background: rgb(0 0 0 / 54%) !important;
     }
	
	
 }






