/*!
Theme Name: iDream Education 2.0
Theme URI: https://www.idreameducation.org/
Author: Rajat Singh
Author URI: https://www.linkedin.com/in/rajat-singh-973703123/
Description: Welcome to the official repository of iDream Education – an interactive and engaging digital education platform! Our website is built on WordPress with a fully custom theme named iPrep. We provide top-notch digital learning content and resources for students, teachers, and schools, all designed to make learning more enjoyable and effective. 🎓📚
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idream-education
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: #1BB1E7;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* custom code dayalu comment section on blog page  */


a {
	text-decoration: none;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}

ol {
	margin-left: 30px;
}

ul {
	margin-left: 30px;
}

.comment-fields {
	display: flex;
	flex-direction: column-reverse;
}

.inside-comment-fields {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.inside-comment-fields p {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0px;
}

.inside-comment-fields p input,
.comment-form-comment textarea {
	border-radius: 6px;
	padding: 15px 10px;
	border: 1px solid var(--grey-2, #DEDEDE);
	background: var(--white, #FFF);
}

.comment-form-comment label,
.inside-comment-fields p label {
	color: var(--Grey-1, #C9C9C9);
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.comment-form-comment .required,
.inside-comment-fields p .required {
	color: red;
}

.comment-form-url {
	display: none;
}

.comment-fields {
	background-color: #F1FBFF;
	padding: 40px 80px;
	margin-bottom: 0px;
	border-radius: 10px 10px 0px 0px;
}

.form-submit {
	margin: 0px;
	text-align: right;
	border-radius: 0px 0px 10px 10px;
	background-color: #F1FBFF;
	padding: 0px 80px 45px 80px;
}

.comments-area ol li {
	list-style-type: none;
}

.comment-author.vcard img {
	border-radius: 5px;
	width: 45px;
}

.comment-content p {
	margin: 4px auto;
}

.comments-area {
	padding: 30px 80px 15px 80px !important;
}

.form-submit input {
	background-color: #1BB1E7;
	border: none;
	padding: 8px 25px;
	color: var(--white, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
}

@media all and (max-width: 768px) {
	.inside-comment-fields {
		flex-direction: column;
	}

	.author-bottom-main-container {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 992px){
	.comments-area {
		padding: 10px 20px 15px 20px !important;
	}
}

@media all and (max-width: 600px) {

	.form-submit {
		text-align: center;
		padding: 0 0 30px;
	}

	.form-submit input {
		font-size: 14px;
		font-weight: 400;
	}

	.author-bottom-main-container {
		padding: 30px 20px;
	}

	ol.comment-list {
		padding-left: 15px;
	}

	.comments-area {
		padding: 0px 25px;
	}

	.comment-fields {
		padding: 20px 20px;
	}

	.form-submit {
		padding: 0px 20px 20px 0px;
	}
}

/* custom code dayalu comment section on blog page end  */



/* 404 page css  */
.text-idream-pagenot-found h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 38px;
	color: #212121;
}

.container-pagenot-found {
	display: flex;
	flex-direction: row;
	margin: 10px 150px;
	gap: 20px;
	align-items: center;
	margin-top: 30px;
}

@media screen and (max-width:992px) {
	.container-pagenot-found {
		display: flex;
		flex-direction: row;
		margin: 0px 40px;
		align-items: center;
	}

}

@media screen and (max-width:728px) {
	.container-pagenot-found {
		display: flex;
		flex-direction: column-reverse;
		margin: 40px auto;
		align-items: center;
	}

	.image-idream-pagenot-found .lottie {
		width: 100%;
		height: inherit !important;
	}
}

.text-idream-pagenot-found p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #575756;
	/* max-width: 70%; */
	width: 100%;
	margin-top: 20px;
}

.text-idream-pagenot-found button {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #212121;
	border: none;
	background: none;
	margin: 20px 0px 15px 0px;
	text-transform: capitalize;
	padding: 0px;
}

.text-idream-tags span {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	color: #575756;
	border: 1px solid #C7C7C74D;
	padding: 7px 19px;
	box-shadow: 3px 3px;
	white-space: nowrap;
	border-radius: 18px;
}

.text-idream-tags span:hover {
	color: #3399FF;
	border: 1px solid #39F;
	background: rgba(51, 153, 255, 0.2);
}

.erroractive {
	color: #3399FF !important;
	border: 1px solid #39F !important;
	background: rgba(51, 153, 255, 0.2);
}

.text-idream-tags a {
	margin-top: 15px;
	text-decoration: none;
}

.image-idream-pagenot-found {
	max-width: 600px;
	width: 100%;
}

.text-idream-pagenot-found {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

@media screen and (max-width:480px) {
	.text-idream-pagenot-found h1 {
		margin: 0px;
	}

	.text-idream-pagenot-found p {
		margin: 0px;
		margin-top: 20px;
	}
}

/* 404 page css end  
*/

.eael_load_more_text {
	cursor: pointer;
}

/* form css modifications */


.talk-with-expert-from .form-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 18px;
	margin-top: 10px;
}

.talk-with-expert-from .form-card {
	width: 100%;
	display: block;
}


/* Checkbox css */


.talk-with-expert-from .checkbox-group {
	position: absolute;
	width: 100%;
	margin-top: 22px !important;
	background-color: #FFFFFF;
	/* border: 1px solid rgba(87, 87, 86, 0.53); */
	border-top: none;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow-y: scroll;
	margin: auto;
	height: fit-content;
}

.talk-with-expert-from .checkbox-container-interested,
.talk-with-expert-from .checkbox-container-content {
	position: relative;
}


.talk-with-expert-from .checkbox-group-container-content-group {
	max-height: 215px;
	height: fit-content;
	bottom: 70%;
}

.talk-with-expert-from .hidden {
	display: none;
}

.talk-with-expert-from .checkbox-item {
	display: flex;
	align-items: center;
	gap: 10px;
}


/* Styling for checkbox labels */
.talk-with-expert-from .checkbox-item label {
	color: #575756;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.064px;
	cursor: pointer;
	margin: 0;
}

/* Styling for selected checkbox labels */
.talk-with-expert-from .checkbox-item input:checked+label {
	color: #212121;
	font-weight: 500;
}

/* Custom checkbox styling */
.talk-with-expert-from .checkbox-item input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid rgba(87, 87, 86, 0.53);
	outline: none;
	cursor: pointer;
	position: relative;
	background-color: white;
	margin: 0;
}

/* Styling for checked checkboxes */
.talk-with-expert-from .checkbox-item input[type="checkbox"]:checked {
	background-color: #1BB1E7;
	border-color: #1BB1E7;
}

/* Creating the checkmark */
.talk-with-expert-from .checkbox-item input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	top: 1px;
	left: 4px;
	transform: rotate(45deg);
	padding: 0px;
}

.talk-with-expert-from #Your-interested {
	cursor: pointer;
}

.talk-with-expert-from #Your-Content {
	cursor: pointer;
}


.talk-with-expert-from .checkbox-container-interested .select-svg,
.talk-with-expert-from .checkbox-container-content .select-svg {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: start;
	position: relative;
}

.talk-with-expert-from .checkbox-container-interested .select-svg>svg,
.talk-with-expert-from .checkbox-container-content .select-svg>svg {
	position: absolute;
	right: 0.5%;
}
.select-svg>svg{
	background-color: white;
}

/* planning education popup */
/* popup for planning education program */
.planning-education-popup-container {
	z-index: 101;
	position: fixed;
	flex-direction: column;
	display: none;
	justify-content: center;
	align-items: center;
	background: white;
	padding: 12px 3px !important;
	margin: 0;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	max-width: 510px;
	width: 95%;

	border-radius: 12px;
}

/* planning progress bar container */
.planning-popup-page-container {
	display: flex;
	max-width: 360px;
	margin: 40px 0px 20px 0px;
	align-items: center;
	gap: 15px;
}

.popup-planning-chips-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.popup-chip-container {
	border: 1px solid #9E9E9E;
	border-radius: 24px;
	padding: 10px;
}

.popup-chip-container.active {
	border: 1px solid #14b1e7;
	color: #14b1e7;
}

.popup-chip-container a.active {
	color: #14b1e7;
}

.popup-planning-chips-container a {
	text-wrap-mode: nowrap;
	color: #9E9E9E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.popup-planning-chips {
	max-width: 500px;
	width: 100%;
	padding: 10px 0px;
}

.select-requirement-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	z-index: 104;
}

.count-select-requirement {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
}

.count-select-requirement.active {
	background: linear-gradient(135deg, #ABE4FA 14.64%, #13B4E8 85.36%);
	color: #FFF;

}

.count-select-requirement.inactive {
	border: 2px solid #C9C9C9;
	color: #C9C9C9;
	background-color: white;
}

.select-requirement-text {
	font-size: 14px;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.select-requirement-text.active {
	color: #212121;
}

.select-requirement-text.inactive {
	color: #C9C9C9;
}



/* planning progress bar container end */

svg.planning-close-btn {
	position: absolute;
	top: 8px;
	cursor: pointer;
	right: 15px;
}

.planning-education-popup-content {
	margin: 0px 40px;
}

.popup-header-text {
	max-height: 140px;
	height: 100%;
	min-height: 95px;
}

.planning-education-header h4 {
	color: var(--Black-1, #212121);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	margin: 0px;
}

.planning-education-popup-container p {
	color: var(--Black-3, #9E9E9E);
	text-align: start;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	margin: 5px 0px;
	font-weight: 400;
}

.planning-education-submit input,
.planning-education-next input {
	color: white !important;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	background-color: #48C5EF;
	border-radius: 5px;
	border: none;
	height: 55px;
	font-weight: 600;
	padding: 11px 25px;
	width: 100%;
}


/* form code start */

.planning-education-form-group label {
	font-family: 'Inter';
	font-size: 14px;
	margin: 0px;
	font-weight: 400;
	color: #444;
	width: 100%;
	line-height: 16.94px;
	letter-spacing: 0.004em;
	height: inherit;
}

.planning-education-input {
	background: #FFFFFF;
	border: 0.686803px solid #DEDEDE;
	border-radius: 4px;
	height: 52px;
	width: 100%;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 5px;
}

.planning-education-form-content,
.planning-education-submit {
	display: none;
}

.popup-planning-chips,
.planning-education-form-content {
	min-height: 300px;
	max-height: 300px;
	overflow-y: scroll;
	height: 100%;
	scrollbar-width: none;
}

.select-requirement-line {
	height: 2px;
	width: 160px;
	background: #C9C9C9;
	z-index: 103;
	position: absolute;
	top: 68px;
	left: 190px;
	transition: background-color 0.5s ease;
}

.select-requirement-line.active {
	background: #14b1e7;
	animation: fillLine 0.5s ease forwards;
}

.planning-education-error {
	font-size: 10px !important;
	margin-left: 2px;
	font-weight: inherit !important;
	color: red;
	font-family: 'Open Sans' !important;
}

@keyframes fillLine {
	from {
		width: 0;
	}

	to {
		width: 160px;
	}
}

.planning-education-form-group {
	margin: 5px 0px;
}

.planning-education-thank-you {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 330px;
}

.planning-education-thank-you h4 {
	color: var(--Black-1, #212121);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.planning-education-thank-you p {
	text-align: center;
	padding: 0px 10px;
}

.planning-education-thank-you img {
	width: 75px;
	height: 75px;
}

.planning-education-form-group input {
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.select-requirement-line {
		height: 2px;
		width: 32%;
		background: #C9C9C9;
		z-index: 103;
		position: absolute;
		top: 68px;
		left: 36%;
		transition: background-color 0.5s ease;
	}

	.select-requirement-text {
		font-size: 12px;
	}

	.count-select-requirement {
		font-size: 14px;
	}

	.planning-education-popup-container p {
		font-size: 16px;
		margin: 7px 0px 10px 0px;
	}

	.planning-education-header h4 {
		font-size: 18px;
		margin: 0px;
	}

	.planning-education-popup-content {
		margin: 0px 20px;
	}

	.popup-chip-container {
		border: 1px solid #9E9E9E;
		border-radius: 24px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.planning-education-thank-you {
		height: 280px;
	}

	.planning-education-thank-you h4 {
		font-size: 20px;
	}

	.planning-education-thank-you img {
		width: 75px;
		height: 75px;
	}
}

@media screen and (max-width: 400px) {
	.select-requirement-line {
		height: 2px;
		width: 45%;
		background: #C9C9C9;
		z-index: 103;
		position: absolute;
		top: 68px;
		left: 31%;
		transition: background-color 0.5s ease;
	}

	.popup-header-text {
		min-height: 75px;
	}
}

/* planning popup end */



/* ------------------------------THemeatic pop-up--------------------------------------- */


/* Loader code--------> */


/* HTML: <div class="loader"></div> */
.loader {
	margin: auto;
	width: 40px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(circle closest-side, #FFF 90%, #0000);
	background:
		var(--_g) 0% 50%,
		var(--_g) 50% 50%,
		var(--_g) 100% 50%;
	background-size: calc(100%/3) 100%;
	animation: l7 1.5s infinite linear;
}

@keyframes l7 {
	33% {
		background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
	}

	50% {
		background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
	}

	66% {
		background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
	}
}

.overlay-header {
	bottom: 0;
}


.smart-classroom-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 14px;
	width: 582px;
	height: auto;
	z-index: 101;
	padding: 60px 25px 35px 25px;
	overflow: hidden;
}



.smart-classroom-popup-cross {
	position: absolute;
	top: 6%;
	right: 5%;
	cursor: pointer;
}

.smart-classroom-popup-content-heading>h3 {
	color: #212121;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.12px;
	margin: 0;
	margin-top: 24px;
}


.smart-classroom-popup-content-subheading>p {
	color: #9E9E9E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.08px;
	margin: 0;
	margin-top: 12px;
}


.smart-classroom-form-product-selector>ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-top: 24px;
}

.smart-classroom-form-product-selector>ul>li {
	color: #9E9E9E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 24px;
	border: 1px solid #9E9E9E;
	padding: 10px 20px;
	cursor: pointer;
	width: fit-content;
	list-style: none;
}

.smart-classroom-form-product-selector>ul>li:hover {
	color: #212121;
	border: 1px solid #212121;

}

.smart-classroom-form-product-selector>ul>li.active-button {
	color: #1BB1E7;
	border-color: #1BB1E7;
}

.submit-button-1 {
	display: flex;
	justify-content: center;
	margin-top: 110px;
}

.submit-button-1>button {
	color: #9e9e9e;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
	border-radius: 5px;
	display: flex;
	background-color: #F7F9FB;
	cursor: not-allowed;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 455px;
	border: none;
	transition: background-color 0.2s ease-in;
}

.submit-button-1>button.active-button-step1 {
	background-color: #1BB1E7;
	cursor: pointer;
	color: #ffffff;
}

.smart-classroom-popup-top {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.smart-classroom-popup-top-step {
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 105;
	justify-content: start;
	align-items: center;
}

.count-select {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-family: Inter;
	font-size: 17.347px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.003px;
}

.count-select-text {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.003px;
}

.count-select.inactive-count {
	border: 1px solid #C9C9C9;
	color: #C9C9C9;
	background-color: white;
}


.count-select.active-count {
	background: linear-gradient(135deg, #ABE4FA 14.64%, #13B4E8 85.36%);
	color: #ffffff;
	border: none;
}

.count-select-text.inactive-count-text {
	color: #C9C9C9;
}

.count-select-text.active-count-text {
	color: #212121;
}

.smart-classroom-popup-top-line {
	height: 2px;
	width: 200px;
	background: #C9C9C9;
	z-index: 102;
	position: absolute;
	top: 13%;
	left: 36%;
	transition: background-color 0.5s ease;
}

/* STEP 2-------------> */

.smart-classroom-form-product-form {
	max-height: 240px;
	min-height: 240px;
	overflow-y: scroll;
	display: none;
	margin-top: 10px;
}

.smart-classroom-form-product-form::-webkit-scrollbar {
	width: 3px;
	margin-left: 5px;
	border: none;
}

.smart-classroom-form-product-form::-webkit-scrollbar-track {
	background-color: #F2F2F2;
}

.smart-classroom-form-product-form::-webkit-scrollbar-thumb {
	background-color: #0077FFB2;
	border-radius: 2px;
}

.smart-classroom-form-product-form::-webkit-scrollbar-thumb:hover {
	background-color: #0077FF;
}

.smart-classroom-form-product-form::-webkit-scrollbar-corner {
	background-color: transparent;
}

.smart-classroom-form-product-form::-webkit-scrollbar-thumb:vertical {
	height: 1px;
}

.smart-classroom-form-product-form::-webkit-scrollbar-thumb:horizontal {
	width: 2px;
	border-radius: 2px;
}

.smart-classroom-form-product-form::-webkit-scrollbar-thumb:vertical:hover,
.smart-classroom-form-product-form::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #0077FF;
}



.smart-classroom-form-card label {
	color: #666666;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.056px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.smart-classroom-form-row label{
	color: #666666;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.056px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.smart-classroom-form-row input{
	color: #212121;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 40px;
	padding: 8px;
	padding-left: 8px !important;
	border-radius: 4px;
	border: 0.6px solid #DEDEDE;
	background: #FFFFFF;
	width: 100%;
}

.smart-classroom-form-card input,
.smart-classroom-form-card select,
.smart-classroom-form-card textarea {
	color: #212121;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 40px;
	padding: 8px;
	padding-left: 8px !important;
	border-radius: 4px;
	border: 0.6px solid #DEDEDE;
	background: #FFFFFF;
	width: 100%;
}

.smart-classroom-form-card textarea {
	height: 80px;
	resize: none;
}

.smart-classroom-form-card select {
	appearance: none;
}

.smart-classroom-form-card .select-svg {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: start;
	position: relative;
}

.smart-classroom-form-card .select-svg>svg {
	position: absolute;
	right: 2%;
}


.smart-classroom-form-card {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	width: 50%;
}

.smart-classroom-form-row {
	margin-top: 10px;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.smart-classroom-form-textarea,
.smart-classroom-form-email {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	width: 100%;
	gap: 0;
}

.form-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.form-button>button {
	color: #9e9e9e;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
	border-radius: 5px;
	background: #F7F9FB;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 455px;
	border: none;
	display: none;
	cursor: not-allowed;
}


.form-button>.active-button-final {
	background-color: #1BB1E7;
	cursor: pointer;
	color: #ffffff;
}

.error {
	font-size: 10px !important;
	margin-left: 2px;
	font-weight: inherit !important;
	color: red;
	font-family: 'Open Sans' !important;
	margin-top: 4px;

}


.smart-classroom-popup-thank-you {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 330px;
}

.smart-classroom-popup-thank-you h4 {
	color: var(--Black-1, #212121);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 1rem 0;
}

.smart-classroom-popup-thank-you p {
	text-align: center;
	padding: 0px 10px;
	font-family: Inter;
	margin-top: 0;
	color: #9E9E9E;
	font-size: 18px;
	font-style: normal;
	margin: 5px 0px;
	font-weight: 400;
}

.smart-classroom-popup-thank-you img {
	width: 75px;
	height: 75px;
}


@media screen and (max-width: 992px) {

	.smart-classroom-popup-cross {
		top: 6%;
		right: 6%;
	}
}

@media screen and (max-width: 767px) {


	.smart-classroom-popup {
		width: 450px;
	}

	label {
		height: auto;
		width: 100%;
		margin-top: 8px;
		margin-bottom: 6px;
	}

	.smart-classroom-form-row {
		flex-direction: column;
		gap: 0px;
		margin-top: 0;

	}

	.smart-classroom-form-card {
		width: 100%;
	}

	.smart-classroom-form-product-selector>ul>li {
		font-size: 14px;
		padding: 8px 15px;
	}

	.smart-classroom-popup-content-heading>h3 {
		font-size: 20px;
	}

	.count-select-text {
		font-size: 14px;
	}

	.count-select {
		font-size: 14px;
		width: 28px;
		height: 28px;
	}

	.smart-classroom-popup-top-line {
		top: 12%;
		left: 32%;
	}

	.popup-line-step2 {
		top: 12.5%;
	}

	input,
	select,
	textarea {
		height: 35px;

	}

	textarea {
		height: 50px;
	}

	.smart-classroom-popup>svg {
		width: 16px;
		height: 16px;
	}



	.smart-classroom-popup-thank-you {
		height: 280px;
	}

	.smart-classroom-popup-thank-you h4 {
		font-size: 20px;
	}

	.smart-classroom-popup-thank-you img {
		width: 75px;
		height: 75px;
	}

}


@media screen and (max-width: 500px) {
	.smart-classroom-popup {
		width: 90%;
		margin: auto;
	}

	.smart-classroom-form-product-form {
		max-height: 200px;
		min-height: 200px;
		scrollbar-width: thin;

		scrollbar-color: #14b1e7 transparent;

	}

	.form-button>button,
	.submit-button-1>button {
		width: 100%;
		font-size: 14px;
		height: 45px;

	}

	.submit-button-1 {
		margin-top: 60px;
	}

	.smart-classroom-popup-top-line {
		top: 12.5%;
		width: 180px;
	}

}

@media screen and (max-width: 435px) {
	.smart-classroom-popup-content-heading>h3 {
		font-size: 18px;
	}

	.smart-classroom-popup-content-subheading>p {
		font-size: 14px;
	}

	label {
		margin-top: 4px;
	}

	.smart-classroom-popup {
		padding: 40px 25px 35px 25px;
	}

	.smart-classroom-popup-top {
		gap: 0;
		justify-content: space-between;
		margin-top: 10px;
	}

	.smart-classroom-popup-top-line {
		top: 10%;
		left: 28%;
		width: 195px;
	}

	.popup-line-step2 {
		top: 11.5%;
	}

	.smart-classroom-popup-cross {
		top: 3%;
	}

	.submit-button-1 {
		margin-top: 70px;
	}

	.count-select>svg {
		width: 14px;
		height: 8px;
	}

}

@media screen and (max-width:405px) {
	.smart-classroom-popup-top-line {
		top: 10%;
	}

	.popup-line-step2 {
		top: 11.5%;
	}
}


@media screen and (max-width: 390px) {
	.smart-classroom-popup-top-line {
		width: 172px;
	}
}

@media screen and (max-width: 360px) {
	.smart-classroom-popup-top-line {
		width: 145px;
		left: 31%;
	}
}

/* search bar code  */

#searchwp-form-1 .swp-input {
    border: 1px solid #e5e5e5 !important;
    height: 45px;
}

#searchwp-form-1 .swp-input:focus {
	outline: none;
    border: 1px solid #14B1E7 !important;
}

.searchwp-live-search-result{
	flex-wrap: nowrap !important;
}

.searchwp-live-search-result--title{
	margin: 0px;
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
    font-size: 13px !important;
    display: inline-block;
    line-height: 1.2;
    font-family: 'Poppins';
    font-weight: 500;
    color: #212121;
}
.searchwp-live-search-result {
    border-bottom: 1px solid rgba(30, 30, 30, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
}

/* common css blog*/
.content-blog-sidebar {
	width: 30%;
	position: sticky;
	margin-top: auto !important;
	bottom: 0;
  }

/* whatsapp button code */

.whatsapp-custom-button-mobile {
	display: none;
}

.whatsapp-custom-button {
	display: block;
}

@media screen and (max-width: 600px) {
	.whatsapp-custom-button-mobile {
		display: block;
	}

	.whatsapp-custom-button {
		display: none;
	}
}



.whatsapp-custom-button,
.whatsapp-custom-button-mobile {
	z-index: 99;
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.whatsapp-custom-button a,
.whatsapp-custom-button-mobile a {
	background-color: #4dc247;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: block;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	transition: box-shadow 0.3s ease;
}

.whatsapp-custom-button a:hover,
.whatsapp-custom-button-mobile a:hover {
	box-shadow: 0 4px 12px rgba(77, 194, 71, 0.4);
}

.whatsapp-custom-button a svg,
.whatsapp-custom-button-mobile a svg {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	color: white;
	font-size: 28px;
}

.whatsapp-submit-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #F7F9FB;
	/* background: #3cb53c; */
	color: #9E9E9E;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 15px;
	width: 100%;
	cursor: not-allowed;
	justify-content: center;
	font-family: 'Inter';
	font-weight: 600;
}

.whatsapp-submit-btn svg {
	font-size: 20px;
	/* background-color: #3cb53c;
        padding: 7px 9px;
        border-radius: 30px; */
	color: #9E9E9E;
}


.whatsapp-custom-form-main-container {
	background-color: #eee;
	min-width: 400px;
	border-radius: 12px;
}

.whatsapp-custom-form-main-container form {
	padding: 35px 10%;
}

.whatsapp-custom-form-main-container form h2 {
	font-family: Inter;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-underline-position: from-font;
	margin: 12px 0px;
	color: #212121;
}

.whatsapp-collect-mobile-number {
	margin-top: 20px;
}

.whatsapp-custom-form-main-container form p {
	font-family: Inter;
	font-size: 18px;
	color: #9E9E9E;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.whatsapp-collect-mobile-number label {
	font-family: 'Inter';
	font-size: 14px;
	margin: 0px;
	font-weight: 400;
	color: #444;
	width: 100%;
	line-height: 16.94px;
	letter-spacing: 0.004em;
	height: inherit;
}

.crossbtn-whatsapp {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}


/* form whatsapp code */

.whatsapp-custom-form-number-collector {
	z-index: 100000;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
}

.whatsapp-custom-button a svg,
.whatsapp-custom-button-mobile a svg {
	width: 100% !important;
	text-align: center;
	padding: 11px !important;
}

.whatsapp-custom-button a svg path,
.whatsapp-custom-button-mobile a svg path {
	width: 90%;
}
/* whatsapp button dayalu code  */
