body {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.u-list ol,
.u-list li{
	margin-bottom:15px;
}
.sticky-form{
	position:sticky;
	top:100px;
}
.col-red {
	color: var(--e-global-color-accent);
}
/* header css */
#fixed-section{
    width:100%;
    transition:all .4s ease;
}

#fixed-section.sticky{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:9999;
    animation:slideDown .4s ease;
}

@keyframes slideDown{
    from{
        transform:translateY(-100%);
    }
    to{
        transform:translateY(0);
    }
}
.form-group svg {
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    fill: #666;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.field-wrap {
    display: flex;
    align-items: center;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 20px;
    position: relative;
}
/* common star */
/* .animated-sec {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.animated-sec.new {
	height: 300px;
}

.star {
	position: absolute;
	width: 120px;
	height: 120px;
	background: url('https://newyorkexamhelp.com/wp-content/uploads/2026/01/light.png') no-repeat center;
	background-size: contain;
	opacity: 0;
	animation: blink 1s infinite ease-in-out;
} */

/* star positions */
/* .star.one {
	left: 0%;
	top: 40%;
	animation-delay: 0s;
}

.star.two {
	right: 0%;
	top: 0%;
	animation-delay: 0.8s;
}

.star.three {
	left: 45%;
	bottom: 5%;
	transform: translateX(-50%);
	animation-delay: 1.6s;
}

.star.one.new {
	left: 5%;
	top: 0%;
}

.star.two.new {
	right: 10%;
	top: 5%;
}

.star.three.new {
	left: 20%;
	bottom: 15%;
} */

/* blink animation */
/* @keyframes blink {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	40% {
		opacity: 1;
		transform: scale(1);
	}

	70% {
		opacity: 0.8;
		transform: scale(0.9);
	}

	100% {
		opacity: 0;
		transform: scale(0.6);
	}
} */
.header-form input,
.header-form select,
.header-form textarea{
    border: 1px solid #ede4e4 !important;
    box-shadow: 0px 0px 5px #0000000f;
    border-radius: 5px !important;
}
.footer-form input{
    border: 1px solid #ede4e4 !important;
    box-shadow: 0px 0px 5px #0000000f;
    border-radius: 5px !important;
}
.footer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    color: #fff;
    border: none !important;
    border-radius: 10px;
    background-color: #000000;
    padding: 10px;
}
.header-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100%;
	color: #fff;
	border: none !important;
	border-radius: 10px;
	background-color:var(--e-global-color-secondary);
	padding: 10px;
}

.header-form span.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.header-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: var(--e-global-color-accent);
	color: #fff !important;
}

.elementor-accordion-item {
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.elementor-accordion-item .elementor-tab-title,
.elementor-accordion-item .elementor-tab-content {
	border-radius: 10px;
}

/* slider css  */
.relative.max-w-4xl {
	gap: 60px;
	align-items: center;
}

/* ===== LEFT : IMAGE CARD ===== */
.relative.overflow-hidden.rounded-2xl {

	position: relative;
}

/* IMAGE AREA */
.relative.h-96 {
	height: auto;
	overflow: hidden;
}

.relative.h-96 img {
	object-fit: cover;
}

/* ===== ARROWS LEFT ===== */
/* button[aria-label="Previous slide"],
button[aria-label="Next slide"] {
	display:none:
	position: absolute;
	top: 5%;
	padding: 0;
	left: 0;
	width: 35px;
	background: #fff;
	height: 35px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
} */
#prevBtn,
#nextBtn{
    display:none !important;
}

/* 
button[aria-label="Previous slide"] {
	left: 20px;
}

button[aria-label="Next slide"] {
	left: 70px;
} */

button svg {
	width: 20px;
	height: 20px;
}

/* ===== RIGHT SIDE ===== */
.flex {
	display: flex;
	gap: 5px;
}

.flex.justify-center,
.mt-8 {
	width: 630px;
	position: absolute;
	left: 35%;
    top: 115px;
}

/* ===== TEXT BOX ===== */
.flex.justify-center {
	justify-content: flex-start;
	margin-bottom: 20px;
}

/* ===== COUNTER ===== */
.numbers-count {
	/*position: static;*/
	display: none;
/* 	margin: 20px 0;
	padding: 5px 20px;
	border: 1px solid #0b3c88;
	color: #333333;
	background: transparent;
	font-weight: 600;
	border-radius: 50px;
	width: 80px;
	text-align: center; */
}

button.slide-btns {
	display: flex;
	width: 14%;
	border-radius:50px;
	align-items: center;
	padding: 8px;
	border: 1px solid transparent;
	/* object-fit: cover; */
	background: transparent;
	/*     height: 80px; */
}

.slide-img {
	width: 70px;
	height: 70px;
	border-radius: 50px !important;
	/*object-fit:cover;*/
}

.flex.justify-center button {
	display: none;
}

/* ===== THUMBNAILS ===== */
/* .mt-8 .flex{
  gap:14px;
} */

/* ACTIVE THUMB */
.border-blue-600 {
	border-color: #009A44 !important;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
	.relative.max-w-4xl {
		flex-direction: column;
	}

	.flex.justify-center,
	.mt-8 {
		width: 100%;
		width: 580px;
	}

}

@media (max-width:767px) {

	.review .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
	}

	.relative.h-96 {
		height: 100%;
		/*     overflow: hidden; */
	}

	.flex.justify-center,
	.mt-8 {
		width: 100%;
		/* 		bottom:0; */
		position: relative;
	}

	button[aria-label="Previous slide"],
	button[aria-label="Next slide"] {
		position: absolute;
		top: -5%;
	}

	button.slide-btns {
		padding: 5px;
		width: 20%;
	}

	.flex {
		display: flex;
		flex-wrap: wrap;
		gap: 0px !important;
	}

	button[aria-label="Previous slide"] {
		left: 35%;
	}

	button[aria-label="Next slide"] {
		left: 55%;
	}
}
/* Order Form Css */
.lead-form-wrap {
	box-shadow: 0px 4px 13px 0px #e3e3e3;
	padding: 40px 30px;
}

.lead-form-wrap .col-lg-6 {
	width: 50%;
}

.lead-form-wrap .left-Col {
	padding-right: 10px;
}

.lead-form-wrap .right-Col {
	padding-left: 10px;
}

.lead-form-wrap .inpt-label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.lead-form-wrap .row1 {
	display: flex;
	flex-wrap: wrap;
}

.lead-form-wrap input,
select {
	font-size: 15px;
}

.lead-form-wrap textarea {
	font-size: 15px;
	height: 155px;
	margin-top: -10px;
}

.lead-form-wrap small {
	font-size: 12px;
}

.lead-form-wrap legend {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

.lead-form-wrap fieldset {
	padding: 30px 25px 20px 25px;
}

.lead-form-wrap .col-lg-5 fieldset {
	margin-bottom: 30px;
}

.lead-form-wrap .order-now {
	    width: 100%;
    color: #fff;
   border-radius: 20px 0px 20px 0px;
	border:1px solid transparent;
	margin-top:15px !important;
}
.lead-form-wrap .order-now:hover {
	background-color:transparent;
    color: #000;
}
span.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.order-now p {
	padding: 0 !important;
	margin: 0;

}

.review-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:.3s;
}
.name-rating{
  display:flex;
  align-items:center;
  gap:10px; /* Name aur stars ke beech gap */
}

.stars{
  color:#f5a623; /* yellow stars */
  font-size:16px;
}
.review-card:hover{
transform:translateY(-5px);
}

.review-top{
display:flex;
align-items:center;
gap:15px;
margin-bottom:15px;
}

.review-img{
width:50px;
/* height:70px; */
border-radius:50% !important;
object-fit:cover;
}

.review-info h3{
margin:0;
font-size:18px;
}

.tagline{
font-size:13px;
	font-weight:600;
color:#343434;
margin-top:3px;
	margin-bottom:0;
}

.review-text{
font-size:14px;
line-height:1.7;
color:#555;
}

/* Single post css */
.single-post-wrapper {
  max-width: 1140px;
   margin: 100px auto 50px auto;
}

.single-post-content {
  display: flex;
  gap: 30px;
}

.post-main {
  flex: 0 0 65%;
}

.post-sidebar {
  flex: 0 0 35%;
	padding-left: 60px;
}

.back-to-blog a {
  font-size: 14px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  color: var(--e-global-color-text);
  text-decoration: none;
  font-weight: 500;
}

.post-title {
  font-size: 35px !important;
  color: var(--e-global-color-primary);
  margin: 15px 0;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.post-meta {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.post-thumbnail img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}

.social-share {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.social-share a {
  background-color: var(--e-global-color-primary);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-decoration: none;
}

.post-text h2 {
  font-size: 28px;
  color: var(--e-global-color-primary);
  margin: 30px 0 15px;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.post-text h3 {
  font-size: 22px;
  font-weight: 500;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-primary);
  margin: 25px 0 15px;
}
.post-text p{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    color: var(--e-global-color-text);
}
.cta-box {
    border: 1px solid #14125c;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    background-image: url(https://newyorkexamhelp.com/wp-content/uploads/2026/05/clock.webp);
    background-repeat: no-repeat;
    background-position: right;
}
.cta-box h3 {
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}
.cta-box p {
  font-size: 15px;
  margin: 10px 0;
}
.cta-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #14125c;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
a.cta-btn:hover {
    color: #fff;
}
.toc-box{
    border: 1px solid #14125c;
    padding: 15px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
}
ul#toc-list {
    border-top: 1px solid black;
}
.toc-box h3 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 20px;
	  font-size: 20px;
  color: var(--e-global-color-primary);
}
.toc-box ul {
  list-style: none;
  padding-left: 0;
}
.toc-box ul li {
  margin: 8px 0;
}
.toc-box ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}
@media (max-width:767px){
	.single-post-content {
    flex-direction: column;
    padding: 0 10px;
}
}
/* single post css end */