/**
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
*/
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
@media only screen and (min-width: 922px)
#primary {
    width: 100% !important;
}
#primary{
    margin: 0 auto !important; 
    width: 100%;
}

.ast-container{
	padding:0 !important;
	margin:0 !important;
}
.ast-plain-container.ast-no-sidebar #primary{
	margin:0 !important;
}
header.entry-header.ast-no-thumbnail.ast-no-meta {
    display: none !important;
}
.ast-single-post.ast-page-builder-template .site-main > article, .woocommerce.ast-page-builder-template .site-main {
	padding:0 !important;
}
.ast-page-builder-template .entry-header{
	display:none;
}

/* @font-face {
	font-family: 'Montserrat';
	src: url("http://fonts.cdnfonts.com/css/montserrat");	
} */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

p{
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color: #4B4F58;
}
h1{
    font-family: 'Montserrat', sans-serif;
	font-size:32px;
}
h2{
    font-family: 'Montserrat', sans-serif;
}
h3{
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-family: 'Montserrat', sans-serif;
}
h5{
    font-family: 'Montserrat', sans-serif;
}
h6{
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none !important;
}
/**single-post.php css******************/   
.single-post-container{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.single_post_top_header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
	margin-top:50px;
}
.single_post_title{
    width: 90%;
}
.single_post_title h3{
    font-weight: 700;
    font-size:40px;
}
.single_post_publish_date{
    color: #006633 ;
    font-style: italic;
    font-weight: 500;
	width:10%;
}

.single_featured_image_container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
}
.single_featured_image_container img {
    width: 100%;
}

.back_to_all_posts_container{
    display: flex;
    justify-content: center;
    align-content: center;
	margin-top:50px;
}
.back_to_all_posts_button{
    background: #FFCD29;
    color: #fff;
    padding: 10px 40px 10px 40px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3rem;
}
.back_to_all_posts_button:hover{
    background: #005095 ;
    color:white;
}
.single_post_publish_date_mobile{
	display: none;
}
@media only screen and (max-width: 600px ){
	.single_post_title{
		width: 100% !important;
	}
	.single_post_publish_date{
		display:none;
	}
	.single_post_title h3{
		font-size: 21px !important;
		text-align: center;	
	}
	.single_post_top_header{
		justify-content: center !important;
		margin-top: 2rem;
		margin-bottom: 2rem !important;
	}
	.single-post-container{
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.single_featured_image_container{
		margin-bottom: 10px !important;
	}
	.single_post_publish_date_mobile{
		display: block !important;
		margin-bottom: 2rem;
                font-style: italic;
                color: #006633;
	}
	.back_to_all_posts_button{
		background: #006633 !important;
		margin-top: 2rem;
	}
	
}

/**archive locations css******************/  

.location-banner-root{
    background:linear-gradient(89.95deg, rgba(0, 0, 0, 0.5) 100%, rgba(255, 255, 255, 0.424) 100%), url('http://bic.pookidevs.com/wp-content/uploads/2022/10/Rectangle-1645-2-e1668081324149.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}
.location-banner-child-contianer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.search-box{
    display: flex;
    align-items: center;
}
.search-box input {
    width: 35rem;
}
.location-banner-heading h5 span{
    color: #FFCD29;
}
.locations-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 100px;

}

.locations-cards {
    width: 26%;  
    box-shadow: 0px 0px 8px #8888;
    padding-bottom: 25px;
	margin-bottom: 70px;
}

.location-cards-image img {
    width: 320px;
    height: 155px;
    object-fit: cover;
}

.search-button{
    padding: 1rem;
    background: #F2F4F6;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;

}
.search-button:hover{
	 background: #F2F4F6 !important;
}
input.search-input{
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    padding: 1rem;
    border: none;
}
input.search-input:focus {
    outline: none;
}
.search-button span{
    color: black;
}


.location-cards-image{
    height: 155px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: flex-end;
}

.location-card-heading{
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 10px;
}
.location-schedule-button{
    background: none;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
	width:50%;
	cursor:pointer;
}
.location-schedule-button:hover{
    background: none;
}
.btn-styles-j {
    color: #FFCD29 !important;
	width:50%;
	text-align:left;
}



/******************************all news****************************/
.wp-pagenavi{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

span.pages {
    display: none; 
}
.wp-pagenavi span{
    margin: 7px;
}
.wp-pagenavi a{
    margin: 7px;
    border: none;
    font-size: 20px;
    color: #005095;
    font-weight: bold;
}
.wp-pagenavi span.current {
    font-family: 'BIC Montserrat', sans-serif;
    font-size: 24px;
    color: #FFCD29;
    border: none;
    font-weight: bold;
}

a.page.larger {
    font-size: 18px;
    border: none;
    color: #005095;
    font-weight: bold;
}
a.nextpostslink {
    border: none;
}


/***************************Single Locaction**************************/
@media only screen and (max-width: 600px){
	.single-location-banner-description{
	padding-left: 1rem !important;
	padding-right: 1rem;
	}
	.single-location-banner-heading{
		width: 100% !important;
		text-align: center;
		    font-size: 21px !important;
	}
	.single-location-banner-paragraphs{
		text-align : center;
	}
	.desktop-section-single-loaction{
		display:none;
	}
	.single-location-custom-field-data-container{
		padding-left: 2rem !important;
    		padding-right: 2rem !important;
	}
	.single-location-custom-description{
		width:100% !important;
	}
	.mobile-section-single-loaction{
		display: block !important;
	}
	.single-contact-heading-mobile{
		font-size: 21px;
		color: #005095;
		text-align: center;
		font-weight: 700;
	}
	hr.single-location-fancy-line-mobile {
    		width: 8rem;
    		text-align: center;
    		height: 4px;
    		background-color: #ffcd29;
    		margin: 0px auto;
	}
	.locations-container{
		flex-direction:column;
	}
	.locations-cards{
		width: 90%;
	}
}
.single-location-image-section{
	width:13% ;
}
.single-loaction-detail-section{
	width:90%;
}
.single-loaction-detail-section > p{
	margin:0;
	font-size: 16px;
}
.mobile-section-single-loaction{
	display:none;
}
.Programs-slider.carousel{
    perspective: 1500px !important;
    margin-bottom: 100px;
    height: 490px;
}
.Programs-slider.carousel>.carousel-item{
    width: 260px !important;
}
.slider-img-title{
    text-align: center;
    font-size: 16px;
}
.single-location-banner-root{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 210px;
    padding-bottom: 210px;
}
.single-location-banner-description{
    padding-left: 5rem;
}
.single-location-banner-heading{
    color: white;
    font-weight: bold;
    font-size: 40px;
    width: 30%;
}
.single-location-banner-paragraphs{
    color: white;
    font-size: 20px;
}

.single-location-custom-field-data-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 2rem;
}
.single-location-custom-description{
    width: 55%;
    display: flex;
    align-items: center;
}
.single-location-custom-description>p {
    font-size: 16px;
    color: black;
	line-height: 24px;
}
.custom-field-data-child-container{
    width: 30%;
}
.custom-field-data-child-container>div{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    background: #314389;
    color: white;
    padding: 1rem 2rem 2rem;
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.5)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    border-radius: 0.8rem;
    margin-top: -8rem;

}
.custom-field-heading{
    color: #FFCD29;
    margin-top: 20px;
	font-weight:600;
}
.custom-field-data-child-container>div>p{
    margin: 0;
    font-size: 14px;
	color:white;
}
.custom-field-data-child-container>div>a{
	margin: 0;
    font-size: 14px;
	color:white;
	font-family: 'Montserrat', sans-serif;
}
@media (min-width: 992px){
    .site-content .ast-container{
        margin: 0 auto !important;
    }
}



@media (min-width: 1920px) and (max-width: 2560px){
	.site-content .ast-container {
		/*max-width: 73vw !important;*/
		max-width: 100% !important;
		margin:auto !important;
	}
}
@media  (min-width: 2560px) and (max-width: 3840px){
	.site-content .ast-container {
		max-width: 57vw !important;
		margin:auto !important;
	}
}
@media  (min-width: 3840px) and (max-width: 5120px){
	.site-content .ast-container {
		max-width: 37vw !important;
		margin:auto !important;
	}
}

@media  (min-width: 5120px) and (max-width: 7680px){
	.site-content .ast-container {
		max-width: 28vw !important;
		margin:auto !important;
	}
}
@media  (min-width: 7680px){
	.site-content .ast-container {
		max-width: 16vw !important;
		margin:auto !important;
	}
}






/*****************popup form styles***************/
.pum-container{
    border-radius: 15px !important;
}
div#popmake-1347{
    width: 80%;
    padding: 0;
}
#pum_popup_title_1347{
    display: none;
}
.pum-theme-1076, .pum-theme-default-theme{
    background-color: rgba( 0, 0, 0, 0.5 ) !important;
}
.pum-theme-1076 .pum-container, .pum-theme-default-theme .pum-container{
    background:none !important;
}
.popup-form-parent-container{
    padding: 2rem 3rem 2rem 3rem;
    background: white;
    border-radius: 15px;
	width: 58rem;
}
.popup-form-child-container{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-around;
    background: white;
   
    box-shadow: 0px 0px 4px;

}
 

.popup-form-container{
    background-color: rgba(0, 138, 69, 0.09);
    width: 70%;
    padding: 2rem 2rem 1rem 2rem;

}
.popup-form{
    display: flex;
    flex-direction: column;
    position: relative;
}
.popup-form-input-fields{
    background: white !important;
    margin-bottom: 1rem;
    padding: 1rem !important;
    border: none !important;
    width: 100%;
}
.popup-form-submit-btn{
    background-color: #006633 !important;
    width: 8rem;
    margin: 10 auto;
    border-radius: 12px !important;
    font-size: 18px;

}

.second-column-image {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.second-column-heading{
    color: #006633;
    font-size: 20px;
    font-weight: 700;
}

.dashicons-calendar-alt{
    position: absolute;
    top: 24.3rem;
    cursor: pointer;
    right: 1rem;
}

/* .calender-poped-up{
    background-color: #fff;
    display: none;
    position: absolute;
    border-radius: 15px;
    box-shadow: 0px 0px 4px;
    left: 10rem;
    top: 3rem;
    width: 60rem;
    padding: 2rem;
} */
.bootstrap-datetimepicker-widget{
    position: absolute;
    display: none;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 4px;
    left: 4%;
    top: 6%;
    width: 45rem;
    padding: 2rem;
}
.bootstrap-datetimepicker-widget .row{
	display:flex;
	gap:20px;
	justify-content:center;
}
.table-condensed{
    border: none;
}

.table-condensed th{
    border: none;
}
.table-condensed tbody tr{
    border: none;
}
.table-condensed tbody td{
    border: none;
}
.datepicker{
    padding: 0;
	width:65%;
}
.table-condensed > thead > tr:nth-child(1){
    background: #1BCE94;
    color: white;
    border: none;
}
.picker-switch{
    text-align: center;
}
th.prev span:before{
    text-align: center !important;
    border: none;
	color:white;
}
th.next span:before{
    text-align: center !important;
    border: none;
	color:white;
}
.table-condensed > thead > tr:nth-child(2){
    color: #1BCE94;
}
.mbsc-calendar-cell >div:nth-child(1) {
    display: none;
}
.timepicker{
    padding: 0 ;
    box-shadow: -10px 0px 9px -12px;
	width:35%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.timepicker-picker{
    display: flex;
    margin: 0;
    align-items: center;
    align-content: center;
}

.timepicker-picker > table{
    border: none;
}
.timepicker-picker > table >tr{
    border: none;
    text-align: center;
}
.timepicker-picker > table >tr >td{
    border: none;
}
.timepicker-picker > table >tr >td > a.btn span:before{
    color: #1BCE94 !important;	
}


/*********************customizer settings**************************/
.Faq-page-accordion{
    display: none;
}
.Mobile-beliefs{
    display: none;
}

@media only screen and (max-width: 600px)  {
	.bootstrap-datetimepicker-widget .row{
		flex-direction:column;
		align-items:center;
	}
	.bootstrap-datetimepicker-widget {
		left: -15% !important;
    	top: -50% !important;
	}
	.timepicker{
		box-shadow: 0px -10px 9px -12px;
		width:100%;
	}
	.datepicker{
		width:100%;
	}
    .About-us-fisrSection{
        padding-left: 20px  !important;
        padding-right: 20px !important;
    }
    .About-us-fisrSection-2ndColumn{
        margin-top: 3rem !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .aboutUs-secondSection{
        flex-direction: column-reverse;
	padding:2rem !important;
    }
    .Mobile-beliefs{
        display: block !important;
    }
    .AboutUsTimeline{
        margin-top: 3rem;
    }
    .Faq-page-accordion{
        display: block;
    }
    .faq-page-lastsection{
        flex-direction: column-reverse;
        padding: 20px !important;
    }

}

/***subscirebpopup***/
.main-popup-freeform-cont{
	display:flex;
	width:100%;
}
.left-col-image-cont{
	background:url("http://bic.pookidevs.com/wp-content/uploads/2023/03/pexels-katerina-holmes-5905486-scaled.jpg");
	background-size:cover;
	width:50%;
	background-repeat: no-repeat;
}
.right-col-form-cont{
	width:50%;
	padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
	background: white;
}
.right-col-form-cont br{
	display:none;
}
.right-col-form-cont h3{
	text-align:center;
	font-size:18px;
	margin-bottom: 40px;
	color: #ffcd29;
    font-weight: 600;
}
.right-col-form-cont h1{
	text-align:center;
	color: #005095;
	font-weight: 900;
	margin-bottom: 30px;
}
.right-col-form-cont h1 span{
	font-weight: 700;
}
.pop_form_tag{
	text-align:center;
	font-style:italic;
	margin-bottom: 30px;
	font-size: 13px;
    color: black;
    font-weight: 500;
}
.free-form-top-field-cont{
	display:flex;
	gap:40px;
}
.pop-form-name-container{
	width:50%;
	display: flex;
    flex-direction: column;
}
.pop-form-zipcode-container{
	width:35%;
	display: flex;
    flex-direction: column;
}
.pop-form-labels{
	font-size: 10px;
    font-weight: 600;
	margin-bottom:15px;
    color: black;
}
.wpcf7-form-control-wrap{
	margin-top: 20px;
}
.wpcf7-form-control-wrap input{
	border-radius: 7px;
    background: white;
    border: 1px solid #d6d6d6;
}
.pum-container{
	padding:0 !important;
}
.pop-form-subimtBtn-container p{
	display:flex;
	flex-direction:column;
	align-items: center;
	margin:0;
}
.pop-form-singup-btn{
	background:#ffcd29 !important;
	color:white;
	font-weight:500 !important;
	border-radius:8px !important;
	width:45%;
    font-size: 18px;
}

.location-columns-class{
	margin-left:5rem;
}
.free-form-fields{
	width:100%;
}
.pop_up_form_input_fields{
	border-radius: 7px !important;
    background: white !important;
    border: 1px solid #d6d6d6 !important;
}
.free-from-bottom-field{
	margin-top: 20px;
	display:flex;
	flex-direction:column;
}
.pop-form-subimtBtn-container{
	margin-top:20px;
	display:flex;
	justify-content: center;
}
.pop-form-subimtBtn-container{
	
	
}
/*****************popup form styles archove locations***************/

.Form-popup-overlay{
    display:none;
    width: 100%;
/*     height: 33rem; */
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(12px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999999;
}
.Form-popup-content{
     display:none;
}

.Form-popup-overlay.active{
    display: flex;
}
.Form-popup-content.active{
        display: block;
}
.close-button-popup{
    display: flex;
    background: none;
    z-index: 99;
    cursor: pointer;
    justify-content: flex-end;
    margin-right: -54rem;
    margin-bottom: -2rem;
}
.close-button-popup > span{
    color: black;
    font-size: 2rem;
}
.close-button-popup:hover{
    background: none;
}

@media only screen and (max-width: 600px){
    .Form-popup-overlay{
        height: 100%;
    }
}
#pop_responsive_div{
	background: #17C25D;
    border-radius: 34px;
    margin-bottom: 18px;
	color:white;
	font-family:'Montserrat';
	text-align: center;
}

.wp-block-k2-blocks-pro-testimonials .K2-TestimonialParent-Block .K2-testimonialText-Block .K2-quotationmark-Block{
	font-family: "Bad Script", cursive !important;
	 font-weight: 400;
  font-style: normal;
}
.wp-block-k2-blocks-pro-testimonials .K2-TestimonialParent-Block .K2-testimonialText-Block .K2-Authorname-Block, .wp-block-k2-blocks-pro-testimonials .K2-TestimonialParent-Block .K2-testimonialText-Block .K2-Designation-Block{
	font-family: "Bad Script", cursive !important;
	 font-weight: 400;
  font-style: normal;
}
