h1, .entry-header :where(h1) {
    font-size: 2.5rem;
}
h2, .entry-content :where(h2) {
    font-size: 2rem;
}
h3, .entry-content :where(h3) {
    font-size: 1.45rem;
}

.home-hero {
	max-height: 800px;
}

.top-con {
	position: absolute !important;
	left: 77%;
	max-width: 100% !important;
	width: 28% !important;
	top: 0;
	z-index: 3 !important;
	bottom: 567px;
	transform: translateX(-49%);
}

/*Form Design Homepage*/
.top-form {
	max-width: 450px;
	position: sticky !important;
	top: 120px;
	max-height: 690px;
	overflow-y: auto !important;
	padding-right: 20px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border:1px solid #eee;
	opacity:95%;
	border-bottom-left-radius: 3px!important;
	border-bottom-right-radius: 3px!important;
}
.form-cta{
    flex-grow:0 !important;
}
/*End of Form Design Homepage*/

/*Otherpages Form Design*/
.sidebar-main {
	position: sticky;
	top: 94px;
	max-height: 95vh;
	overflow-y: auto;
	/* border: 1px solid #878787; */
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
/* End of Otherpages Form Design*/

.toll-no h3 {
	font-size: 1.8rem !important;
}
.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{
	padding:0;
}

@media (min-width:1024px){
	.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{
		padding:0;
		margin-left: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}	
}

/*Gravity Form Otherpages*/

.form-heading{
	color: white;
	font-size: 19px;
	text-align: right;
}
.logo-heading-wrapper {
	display: flex;
	align-items: center;
	gap: 3px;
}

.logo-heading-wrapper img{
	width: 25%;
}
.secondary .widget_block{
	padding:20px !important;
	background: #ddd !important;
}

.pages_floating_form .logo-heading-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.pages_floating_form .logo-heading-wrapper h4.form-heading {
    text-align: center;
    font-size: 30px;
    color: black;
    margin-top: 20px;
}
/*Gravity Form Homepage*/

.sell-your-story-form .gform_button_select_files{
	font-weight: 600;
	font-size: 0.875rem;    
}


.sell-your-story-form .gform_button {
	text-transform: uppercase !important;
	border-radius: 4px;
	font-weight: 700;
	font-size: 1.1rem;    

}

.sell-your-story-form .gfield--type-name input {
	margin-bottom: 0 !important;
}


.sell-your-story-form .ginput_container .gfield_description{
	padding-top:0 !important;
	color:#000;
}
.sell-your-story-form .gform-field-label {
	font-family: "poppins";
	font-size: 14px !important;
	font-weight: 600;
	color: #000;
	letter-spacing: -1px;
}

.sell-your-story-form .gfield_label {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
	display: block;
}
.gform_legacy_markup_wrapper ul li.gfield{
	margin-top:4px !important ;
}

.sell-your-story-form .gform_button,
.sell-your-story-form .gform_button_select_files {
	width: 95% !important;
	background-color: #fe2301 !important;
}

.sell-your-story-form .gform_button_select_files {
	margin-top: 8px;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
	transition:
	border-color 0.2s ease,
}

.sell-your-story-form .gform_button_select_files:hover {
	border-color: #000;
	background-color: #f9f9f9;
}

.ginput_container_radio input[type="radio"] {
	margin-right: 4px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.sell-your-story-form .gfield_radio {
	margin-top: 4px !important;
	height: 20px;
	margin-bottom: 0!important;
}

.sell-your-story-form .gfield_radio li {
	margin-bottom: 8px!important;
}

.sell-your-story-form .gfield_radio input[type="radio"] {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.sell-your-story-form input[type="text"],
.sell-your-story-form input[type="email"],
.sell-your-story-form input[type="tel"],
.sell-your-story-form input[type="number"] {
	margin-top: 4px !important;
	padding: 5px 10px !important;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.sell-your-story-form input::placeholder,
.sell-your-story-form textarea::placeholder,
.sell-your-story-form option::placeholder,
.sell-your-story-form .gfield_select,
.sell-your-story-form .gform_drop_instructions,
.sell-your-story-form .gfield_description,
.sell-you-story-form .gform-field-label {
	font-size: 0.875rem;
	color:black !important;
	font-weight:bold;
	opacity:1;
}

.sell-your-story-form input[type="text"]:focus,
.sell-your-story-form input[type="email"]:focus,
.sell-your-story-form input[type="tel"]:focus,
.sell-your-story-form input[type="number"]:focus {
	border-color: #000;
	outline: none;
}

.sell-your-story-form select.gfield_select {
	padding: 8px 10px !important;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	background-color: #fff;
}

.sell-your-story-form select.gfield_select:focus {
	border-color: #000;
	outline: none;
}

.sell-your-story-form textarea.textarea {
	margin-top: 4px !important;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	width: 100%;
	resize: vertical;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	font-family: inherit;
	height:6rem !important;
}

.sell-your-story-form textarea.textarea:focus {
	border-color: #000;
	outline: none;
}
.sell-your-story-form .gform_drop_area {
	padding: 10px !important;
	border: 1px dashed black!important;
	border-radius: 10px !important;
	background-color: white !important;
}

.sell-your-story-form .gform_drop_area:hover {
	border-color: #999;
	background-color: #f5f5f5;
}

.sell-your-story-form select::placeholder,
.sell-your-story-form option::placeholder,
.sell-your-story-form input::placeholder,
.sell-your-story-form textarea::placeholder {
	/*color: #999;*/
	/*opacity: 0.7;*/
	 color: #000000 !important;*/
    opacity: 1;
}

/*.sell-your-story-form input::placeholder,*/
/*.sell-your-story-form textarea::placeholder,*/
/*.sell-your-story-form select::placeholder {*/
/*    color: #000000 !important;*/
/*    opacity: 1;*/
/*}*/

body.home .section-services .elementor-button {
	padding-left: 30px !important;
}

.site-content .site-main .ast-article-single {
	background: white;
}

@media (min-width:1024px){
.site-content .site-main .ast-article-single {
	background: white;
}
	
}

div#secondary {
	margin-top:0;
	margin-bottom: 0;
}

div#primary {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom:0 !important;
}

span.gfield_description.gform_fileupload_rules {
    display: none!important;
}

.ginput_container.ginput_container_textarea .ginput_counter.gfield_description {
    position: absolute;
    margin-top: -12px;
}

.gform_legacy_markup_wrapper .gform_footer {
    margin-top: 10px;
    padding-top: 5px;
}

/*Add media queries over here*/
@media (max-width: 768px) {
	body.home .section-services .elementor-button {
		padding-left: 0 !important;
	}

	.sidebar-main{
		border: none;
		max-height:none;
		box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	}

	.sidebar-main .widget_block{
		margin-bottom:0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.services-con {
		width: 100% !important;
	}
}
@media (max-width: 768px) {
	.ast-separate-container .ast-article-single {
		padding-left: 1.5em !important;
		padding-right: 1.5em !important;
	}
	.sell-your-story-form .gfield_radio {
	    height:50px;
	}
}



/* Make all placeholders black within the sell-your-story-form */

