/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1697450192
Updated: 2023-10-16 09:56:32

*/

.banner_section h2 span.when_just {
    font-family: "Dejavu Sans Oblique", Sans-serif;
    font-size: 30px;
    line-height: 40px;
}
.card_price span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
/* .page-id-9 main#content{
    top: 0px;
    position: absolute;
} */
header {
/*   padding: 10px 16px; 
  background: #4e2569; */
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #4e2569;
    text-align: center;
}
/* .sticky + #content {
  padding-top: 102px;
} */
.just_contact_us form input[type=text] {
    margin-bottom: 15px;
    border: 2px solid #FFD33F;
    font-size: 16px;
    line-height: 22px;
}
.just_contact_us form input[type=email] {
    margin-bottom: 15px;
    border: 2px solid #FFD33F;
    font-size: 16px;
    line-height: 22px;
}
.just_contact_us form textarea {
    border: 2px solid #FFD33F;
    font-size: 16px;
    line-height: 22px;
	height: 90px;
}
.just_contact_us form input[type="submit"] {
    border-radius: 25px;
    border: 2px solid #4e2569;
    color: #fff;
    background-color: #4e2569;
    font-size: 16px;
    line-height: 22px;
}
.daily_plans_list ul li{
	 margin-bottom: 14px;
}
.daily_plans_list ul{
	list-style-type: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.daily_header_section {
    color: #fff;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 3px 20px #00000082;
}

@media only screen and (max-width: 600px) {
	.navigation_column .mobile_navigation_header_menu nav {
		    transform: translate(7%, 0%);
		
	}
}