/* header start */

.idream-header {
	background-color: white;
	padding: 0px 141px;
}

.site-header {
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px -2px 9px 0px;
}

.idream-header ul {
	padding: 0;
}

.idream-header:after {
	content: '';
	clear: both;
	display: table;
}

.idream-header ul {
	float: right;
	list-style: none;
	box-sizing: border-box;
	position: relative;
	margin: 0;
}

.idream-header ul li {
	float: left;
	padding: 20px 4.8px;
	line-height: 20px;
}

.idream-header ul li a {
	outline: none !important;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
	font-family: 'Inter', sans-serif !important;
	padding: 23px 15px;
	font-weight: 500;
	margin: 0;
	color: #444;
	text-align: center;
}

.mobile-version,
.talk-with-expert-contact-btn {
	display: none;
}

.idream-header ul .our-solutions-list,
.idream-header ul .govt-initiatives-list,
.idream-header ul .content-list {
	position: absolute;
	margin-top: 15px;
	z-index: 100;
	background-color: white;
	opacity: 0;
	visibility: hidden;
}

.idream-header ul li:hover>.our-solutions-list,
.idream-header ul li:hover>.govt-initiatives-list,
.idream-header ul li:hover>.content-list {
	opacity: 1;
	border: 1px solid #3333;
	top: 62px;
	/* left: 0px; */
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	visibility: visible;
}

.idream-header ul .our-solutions-list li,
.idream-header ul .govt-initiatives-list li,
.idream-header ul .content-list li {
	position: relative;
	padding: 0;
	line-height: 28px;
	float: none;
	margin: 0;
	display: list-item;
}


.idream-header .idream-logo {
	float: left;
	font-weight: 600;
	line-height: 10px;
	padding-left: 3px;
}

.show,
.idream-header .icon-menu-idream,
.icon-menu-idream .fa-times {
	display: none;
	-webkit-tap-highlight-color: transparent;
}

.idream-header .icon-menu-idream {
	line-height: 5 !important;
}

.idream-header input {
	display: none !important;
}

.idream-header ul .our-solutions-list li:hover,
.idream-header ul .govt-initiatives-list li:hover,
.idream-header ul .content-list li:hover {
	background-color: #eee;
}

.idream-header ul li .content-list li a {
	max-width: 300px !important;
	width: 100% !important;
	display: block;
	padding: 8px 20px;
	text-align: start;
	line-height: 1.4;
}

/* new header coding dayalu ----------------------------------------------------------------------------------------------- */

button.floatBtn-enquire {
	display: none !important;
}

.idream-header {
	display: none;
}

.new-header .idream-header {
	display: block;
}

.header-line {
	margin-bottom: 0px !important;
}

.talk-to-expert {
	padding: 16px 10px !important;
}


.talk-to-expert a {
	background: linear-gradient(121.19deg,
			rgba(133, 239, 49, 0) 25.73%,
			hsla(0, 0%, 100%, 0.3) 45.27%,
			rgba(133, 239, 49, 0) 62.27%),
		#14B1E7;
	animation: shimmer 53s linear infinite;
	background-size: 175% 100%;
	padding: 10px 15px !important;
	border-radius: 6px;
	color: white !important;
	font-weight: 600 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	cursor: pointer;
}

.talk-to-expert-text {
	text-align: center;
}

@keyframes shimmer {
	100% {
		background-position: 5000px 0;
	}

	0% {
		background-position: -5000px 0;
	}
}

.talk-to-expert-text p {
	color: var(--white, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin: 0px;
	line-height: 1.2;
}

.idream-logo a>div {
	width: 120px;
	height: 55px;
}

.talk-with-expert-form-main .crossbtn-header {
	position: absolute;
	top: 8px;
	cursor: pointer;
	right: 15px;
}

.form-talk-expert {
	overflow-y: hidden;
	height: auto;
}

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

/* new header coding dayalu end */

@media all and (max-width: 1024px) {
	.idream-header {
		background-color: white;
		padding: 0px 22px;
		/* padding-bottom: 5px; */
	}

	.mobile-version-header-talk {
		display: block !important;
	}
}

@media all and (max-width: 1380px) {
	.idream-header {
		padding: 0px 100px;
	}
}


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

	.idream-header ul {
		margin-right: 5px;
	}

	.idream-header .idream-logo {
		padding-left: 15px;
	}

	.idream-header {
		padding: 0px 30px;
	}
}


@media all and (max-width: 1260px) {
	.idream-header {
		padding: 0px 30px;
	}

	.idream-header ul li a {
		font-size: 16px;
		padding: 23px 8px;
	}
}


@media all and (max-width: 1088px) {
	.idream-header {
		padding: 0px 20px;
	}

}

/* Change the screen size from 992px to 1088 to correct header */

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

	.talk-to-expert.desktop-version {
		display: none;
	}

	.idream-header ul li a {
		padding: 0px 20px;
	}

	.idream-header ul li {
		padding: 0px;
	}

	.drop-down a img {
		width: 10px !important;
		margin: 2px;
	}

	.idream-header::after {
		padding-top: 10px;
	}

	.idream-header {
		padding: 0px;
		/* display: flex;
		align-items: center;
		margin-bottom: 15px; */
	}

	.idream-header ul {
		width: 100%;
		margin-right: 0px;
		float: left;
	}

	.idream-header ul {
		margin-right: 10px;
		float: left;
		margin-top: 13px;
		border-top: 1px solid #1cb1e7;
	}

	.idream-header ul li,
	.idream-header ul .our-solutions-list li,
	.idream-header ul .govt-initiatives-list li,
	.idream-header ul .content-list li {
		display: block;
		width: 100%;
		padding: 3px 0px;
	}



	.idream-header ul li:first-child {
		margin-top: 5px;
	}



	.idream-header ul .our-solutions-list,
	.idream-header ul .govt-initiatives-list,
	.idream-header ul .content-list {
		top: 70px;
		position: static;
		float: none;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.show {
		display: block;
		color: black;
		padding: 0 15px;
		cursor: pointer;
		font-weight: 400;
		top: 70px;
		font-size: 14px;
		line-height: 55px;
	}

	.idream-header .idream-logo {
		padding-left: 60px;
	}

	#idream-hamburger {
		padding: 0px;
		background: none;
		color: white;
		border-radius: 0px;
	}

	.icon-menu-idream {
		display: inline-flex !important;
		color: black;
		cursor: pointer;
		position: absolute;
		left: 18px;
		line-height: 70px;
		top: 0px;
		text-align: center;
		justify-content: center;
		align-items: center;
		width: 23px;
		margin: 0 !important;
	}

	.idream-header .show:hover {
		display: block;
	}

	.idream-header .show+a,
	.idream-header ul {
		display: none;
	}

	.idream-header [id^=btn-new-header]:checked+ul {
		display: block !important;
	}

	.idream-header .our-solutions-drop-down:hover>.our-solutions-list,
	.idream-header .govt-initiatives-drop-down:hover>.govt-initiatives-list,
	.idream-header .content-drop-down:hover>.content-list {
		display: block;
	}



	.idream-header ul li:hover>.our-solutions-list,
	.idream-header ul li:hover>.govt-initiatives-list,
	.idream-header ul li:hover>.content-list {
		opacity: 1;
		border: none;
		margin-left: 15px;
		box-shadow: none;
		margin-top: -5px !important;
	}

	.talk-to-expert-text p {
		font-size: 14px;
	}

	.talk-to-expert {
		padding: 0px !important;
		position: absolute;
		top: 15px;
		right: 10px;
	}

	.mobile-version {
		display: block !important;
	}

	.idream-logo a>div {
		width: 80px;
		height: 45px;
	}

	.talk-to-expert-web {
		display: none;
	}

	.dropdown-jsmenu {
		opacity: 1 !important;
		top: 60px !important;
		visibility: visible !important;
		border: none !important;
		display: block !important;
		margin-left: 15px !important;
		box-shadow: none !important;
		margin-top: -5px !important;
	}
}

@media screen and (max-width: 992px) {
	.container-1440 {
		padding: 0 30px;
	}
}



/* overlay code dayalu new code */

.overlay-header {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.20);
	backdrop-filter: blur(6px);
	z-index: 2;
}

/* form new code */

.talk-with-expert-form-main {
	z-index: 100;
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	background: white;
	padding: 12px 3px !important;
	margin: 0;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	border-radius: 12px;
}

.talk-with-expert-from {
	max-width: 575px;
	width: 100%;
	padding: 24px 22px;
	padding-bottom: 0;
	min-width: 500px;
	/* max-height: 600px; */
	height: auto;
	background-color: white;
	border-radius: 12px;
}


/* scrollbar customization */

.form-talk-expert::-webkit-scrollbar {
	width: 3px;
}

.form-talk-expert::-webkit-scrollbar-track {
	background-color: #F2F2F2;
}

.form-talk-expert::-webkit-scrollbar-thumb {
	background-color: #0077FFB2;
	border-radius: 2px;
}

.form-talk-expert::-webkit-scrollbar-track-piece {
	background-color: #F2F2F2;
	/* Set the background color of the scrollbar runner */
}


.form-talk-expert::-webkit-scrollbar-thumb:hover {
	background-color: #0077FF;
}

.form-talk-expert::-webkit-scrollbar-corner {
	background-color: transparent;
}

.form-talk-expert::-webkit-scrollbar-thumb:vertical {
	height: 2px;
}

.form-talk-expert::-webkit-scrollbar-thumb:horizontal {
	width: 2px;
	border-radius: 2px;
}

.form-talk-expert::-webkit-scrollbar-thumb:vertical:hover,
.form-talk-expert::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #0077FF;
}

/* state board popup end  */


/* scrollbar code */

.form-container-talk-with-expert {
	width: 100%;
}

.talk-with-expert-from>.h3 {
	font-family: 'Inter';
	font-size: 26px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.talk-with-expert-from>p {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	margin: 0px 25px 16px 25px;
	text-align: center;
	color: #9E9E9E;
	line-height: 1.3;
}

.form-container-talk-with-expert>.flex-column {
	display: flex;
	flex-direction: column;
	margin: 15px 20px;
	gap: 2px;
}

.form-container-talk-with-expert label {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	color: #444;
	width: 100%;
	line-height: 7px;
	letter-spacing: 0.004em;
	height: inherit;
	margin-bottom: 10px;
}

.talk-to-expert-input-box {
	background: #FFFFFF;
	border: 0.686803px solid #DEDEDE !important;
	border-radius: 4px !important;
	height: 42px;
	width: 100%;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px !important;
	padding-right: 5px !important;
	color: #212121 !important;
}

textarea.talk-to-expert-input-box{
	height: 80px;
}

.talk-to-expert-input-box:focus{
	outline: none;
}

textarea{
	resize: none;
}

.form-container-talk-with-expert select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border: 0.687px solid #DEDEDE;
	border-radius: 4px;
	height: 42px;
	width: 100%;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 35px 0 10px;
	box-sizing: border-box;
	outline: none;
	color: #212121;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px 6px;
	cursor: pointer;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
	-webkit-text-fill-color: black !important;
}

@media screen and (max-height: 780px) {
	.talk-with-expert-from {
		max-height: inherit;
	}
}

#your-query-talk-expert {
	padding-top: 14px;
	height: 72px;
}

.talk-to-expert-name-phone .form-container-talk-with-expert .flex-column {
	margin: 0px;
}


.talk-with-expert-submit-btn {
	margin: 10px 20px;
}

.talk-to-expert-name-phone {
	display: flex;
	flex-direction: row;
	margin: 10px 20px;
	gap: 20px;
}

.talk-with-expert-submit-btn>input {
	color: white;
	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%;
}

.talk-with-expert-from .connect-with-us {
	text-align: center;
	color: #212121;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.talk-with-expert-from .connect-with-us a {
	color: #14B1E7;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 500;
}

.talk-with-expert-contact-btn,
.mobile-version {
	display: none;
}

.connect-with-us {
	display: block;
}

.promoweb {
	display: block;
}

.promomob {
	display: none;
}

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

	.container-1440 {
		padding: 0 22px;
	}

	.promoweb {
		display: none;
	}

	.promomob {
		display: block;
	}

	.talk-with-expert-from>.h3 {
		font-size: 16px;
	}

	.talk-with-expert-from>p {
		font-size: 14px;
	}

	.talk-with-expert-form-main {
		width: 95%;
		padding: 5px 1px !important;
	}

	.talk-with-expert-from {
		padding: 10px 0px;
		width: 100%;
		min-width: 100%;
		max-height: 84vh;
		height: 100%;
	}

	.form-talk-expert {
		overflow-y: scroll;
		height: 38vh;
	}

	.talk-to-expert-name-phone {
		flex-direction: column;
	}

	.talk-to-expert-name-phone .form-container-talk-with-expert .flex-column {
		margin: 0px !important;
	}

	.talk-with-expert-from .connect-with-us,
	.talk-with-expert-from .connect-with-us a {
		font-size: 14px;
	}

	.form-container-talk-with-expert>.flex-column,
	.talk-with-expert-submit-btn,
	.talk-to-expert-name-phone {
		margin: 12px 15px;
	}

	.talk-to-expert-name-phone {
		gap: 12px;
	}

	.form-container-talk-with-expert label {
		font-size: 12px;
	}

	.talk-to-expert-input-box {
		height: 45px;
	}

	#your-query-talk-expert {
		height: 45px;
	}


	.talk-with-expert-submit-btn a {
		font-size: 12px;
	}

	.talk-with-expert-contact-btn {
		padding: 6px 15px;
		display: block;
	}

	.talk-with-expert-contact-btn a {
		display: flex;
		text-align: center;
		font-family: 'Inter';
		font-size: 16px;
		gap: 10px;
		font-style: normal;
		background-color: white;
		border-radius: 5px;
		height: 55px;
		font-weight: 600;
		border: 2px solid #48C5EF;
		justify-content: center;
		align-items: center;
		color: #48C5EF;
	}

	.talk-with-expert-contact-btn a p {
		margin: 0px;
		font-size: 16px;
		font-weight: 600;
	}

	.connect-with-us {
		display: none;
	}

}


.faq-container{

    max-height: 350px !important;
    overflow-y: scroll !important;
	height: 100% !important;
	margin-top: 24px;
}