body {
	padding: 0px;
	margin: 0px;
	
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype'),
        url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

 
.darkHeader {
    position: fixed;
    width: 100%;
    background: rgb(255 255 255);
    top: 0px;
    z-index: 9999;
    box-shadow: 0 0 4px 1px #00000042;
}
.logo {
    padding-top: 11px;
}
.header_btn {
    padding-top: 19px;
}
 .header_btn a {
    background: #26b474;
    padding: 10px 10px 13px 10px;
    display: block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
}
.header_btn a:hover, .bnr_btn a:hover, .usp_btns a:hover, .test_cont_btn a:hover {
    background: #000;
    color: #fff;
}
.batch_det a:hover {
    background: #fff;
}
.home_banner_section {
    background: #d6ffec;
}
.bnr_img_r {
    text-align: right;
}
.ms-slide-info {
    position: absolute;
    top: 50%;
    left: 120px;
    width: 45% !important;
    transform: translate(0px, -50%);
}
.bnr_titl {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    padding-right: 80px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bnr_titl strong {
    color: #26b474;
}
.bnr_sub {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
	
	background: linear-gradient(to right, #222 0, #fff 10%, #222 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 500px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 500px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 500px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 500px;
  }
}
.bnr_btn a {
        background: #26b474;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    letter-spacing: 4px;
}
.cta_sec {
    padding: 80px 0;
}
.usp_titl {
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.usp_points ul {
    margin: 0;
    padding: 0;
}
.usp_points ul li {
    list-style-type: none;
    width: 49%;
    display: inline-block;
    padding: 7px 0 7px 0px;
    font-size: 17px;
    font-weight: 500;
    vertical-align: text-top;
    line-height: 1.4;
}
.usp_points ul li img {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.usp_points ul li span {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
.usp_btns {
    margin-top: 24px;
}
.usp_btns a {
    background: #26b474;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.usp_btns a:last-child {
    background: #000;
    margin-left: 15px;
}
.video_img img {
    border-radius: 10px;
}
.video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.batch_outer {
	background: url(../images/batch_bg.png) #daffee repeat;
    padding: 70px 0 30px;
/*     background: #26b474; */
}
.batch_item_inner {
  background: #fff;
  border-radius: 12px;
  padding: 15px 15px 15px;
}
.batch_titl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 50px;
    color: #fff;
}
.batch_img img {
    border-radius: 10px;
    margin-bottom: 15px;
}
.batch_name {
    font-size: 25px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}
.batch_txt {
    min-height: 270px;
}
.batch_txt ul {
    margin: 0;
    padding: 0;
}
.batch_txt ul li {
    list-style-type: none;
    padding: 3px 0px 3px 25px;
    font-size: 16px;
    color: #666;
    background-image: url(../images/tick2.png);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    background-size: 15px;
}
.batch_det {
    display: block;
    margin-top: 20px;
}
.batch_det a {
    background: #2a2a2a;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.test_outer {
	background: #26b47414;
    padding: 70px 0;
}
.test_sub {
    font-size: 23px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #26b474;
}
.test_left, .test_right {
    padding: 30px;
    border: 1px solid #26b47436;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 5px hsl(0deg 0% 0% / 8%);
/* 	min-height: 380px; */
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
}
.test_left:before, .test_right:before {
    width: 380px;
    height: 380px;
    content: "";
    position: absolute;
    right: -70px;
    bottom: -150px;
    background: #26b47436;
    border-radius: 50%;
    z-index: -1;
}
.test_cont_titl {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #26b474;
}
.test_cont_txt {
    font-size: 17px;
    margin-bottom: 20px;
}
.test_cont_points ul {
    margin: 0;
    padding: 0;
	max-width: 330px;
}
.test_cont_points ul li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
    padding-bottom: 8px;
    font-weight: 500;
}
.test_cont_btn a {
    background: #26b474;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.test_img img {
    position: absolute;
    width: 230px;
    right: 20px;
    bottom: 0;
}
.test_right .test_img img {
    width: 200px;
}
.test_cont_btn a:first-child {
    background: #000;
    margin-right: 10px;
}
.rankers_outer {
/*     background: #26b47414; */
    padding: 70px 0 30px;
}
.rankers_outer .items {
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    min-height: 400px;
    border: 1px solid #26b47436;
}
.rankers_img img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.rank_name {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}
.rank_name span {
    padding: 2px 20px;
    background: #b8fcdd;
    font-size: 13px;
    font-weight: 400;
    color: #4e4e4e;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50px;
    border: 1px solid #26b4745e;
    vertical-align: 3px;
}
.rank_txt ul {
    margin: 10px 0 0;
}
.rank_txt ul li {
    list-style-type: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
}
.rank_txt ul li strong {
    color: #177d4f;
    font-weight: 400;
}
.cta_outer {
    background-image: url(../images/cta_bg.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta_left {
    padding: 130px 0 0 120px;
}
.cta_titl {
    font-size: 30px;
    font-weight: 600;
}
.cta_txt {
    font-size: 18px;
    margin: 10px 0;
}
.cta_btn a {
    background: #ffffff;
    padding: 12px 25px;
    margin-right: 13px;
    display: inline-block;
    border-radius: 3px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}
.cta_btn a:first-child {
    background: #26b474;
    color: #fff;
}
.review_outer {
    margin: 60px 0;
}
.sp-testimonial-free-section .sp-testimonial-item {
    text-align: center;
    will-change: transform;
    background: #e7fff4;
    padding: 30px 18px;
    border-radius: 10px;
    border: 1px solid #26b47421;
    min-height: 350px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    padding: 0 !important;
    font-size: 17px !important;
}
#sp-testimonial-free-wrapper-43 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #26b474 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.gallery_outer {
    padding: 70px 0;
	background: url(../images/batch_bg.png) #daffee repeat;
/*     background: #dbffef; */
}
.footer_outer {
    background-image: url(../images/footer_bg.jpg);
    padding: 60px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.foot_title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}
.foot_menu ul {
    margin: 0;
    padding: 0;
}
.foot_menu ul li {
    list-style-type: none;
    padding-bottom: 5px;
	color: #fff;
}
.foot_menu ul li img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.foot_menu ul li span {
    display: inline-block;
    vertical-align: text-top;
    width: 85%;
    color: #e1e1e1;
    font-size: 15px;
}
.foot_menu ul li a{
    color: #fff;
}
.foot_sec img {
    width: 35px;
    margin-right: 5px;
}
.footer_copyright {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 40px;
    border-top: 1px solid #ffffff0f;
    padding-top: 20px;
}
.footer_copyright a {
    color: #fff;
}
.foot_menu {
    border-right: 1px solid #cccccc21;
}
.wap_chat {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
}
.owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: -45px;
	right: -45px;
	transform: translate(0, -50%);
}
.owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 30px;
  	height: 30px;
}
.owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 30px;
  	height: 30px;
	float: right;
}
.owl-nav button span {
    font-size: 0;
    display: inline-block;
    margin: 0;
}
a#back-to-top {
    line-height: 27px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 35px;
    right: 27px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 50px;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.page .entry-header, .blog_page_banner{
  max-width: 100% !important;
  padding: 50px 0px !important;
  margin: 0px 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color:#25b473 !important;
}
.inner_page_header.entry-header{
  max-width: 100% !important;
  padding: 100px 0px 90px !important;
  margin: 0px 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #b47c71 !important;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 26px;  text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
    margin-bottom: 3px;
}
#sp-testimonial-free-wrapper-43 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #26b474 !important;
}
div#secondary {
    display: none;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #26b474;
  color: #fff;
  padding: 10px 0;
  width: 50%;
  float: left;
}
.footer_btn2 {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  padding: 7px 14px 0;
}
.footer_btn3 {
  background: #111;
  color: #fff;
  padding: 10px 0;
  width: 50%;
  float: left;
}
.wa__button {
  width: 190px !important;
}
.rmp-container {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.home_after_seat_sec {
  padding: 80px 0;
}
.home_after_seat_block {
	margin-top: 25px;
}
.home_after_seat_block_inner {
/* 	background: #26b474; */
	border: 1px solid #caeede;
	border-radius: 10px;
	padding: 20px 15px;
	min-height: 100%;
	position: relative;
	background: #36d18b;
background: linear-gradient(116deg,rgba(54, 209, 139, 1) 0%, rgba(19, 102, 66, 1) 100%);
}
.home_after_seat_block_icon {
	width: 60px;
	margin-right: 10px;
	min-width: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 12px;
}
.home_after_seat_block_inner span {
	line-height: 1.2;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.home_after_seat_block_extra {
	font-size: 15px;
	color: #666;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -1px;
	right: -1px;
	padding: 0 15px;
	transform: translate(0, -50%);
	background: #daffee;
	border-radius: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_after_seat_block_inner:hover .home_after_seat_block_extra {
	height: 340px;
	padding: 15px;
	border: 1px solid #caeede;
}
.home_after_seat_block_extra_hading {
	font-weight: 600;
	color: #333;
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.home_after_seat_block_extra_list ul {
	margin: 15px 0 0;
	padding: 0;
}
.home_after_seat_block_extra_list ul li {
	list-style-type: none;
	background: url(../images/tick2.png) no-repeat left top 4px;
	background-size: 15px;
	padding-left: 20px;
}
.home_video_section {
	background: url(../images/video_bg.jpg) #074329 no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.home_video_section:before {
	background: rgba(2, 55, 29, 0.95);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_video_section .container {
	position: relative;
	z-index: 9;
}
.home_video_section_text {
	color: #fff;
	opacity: 0.8;
	margin-top: 20px;
}
.home_video_section_btn {
	background: #26b474;
	padding: 13px 30px;
	display: inline-block;
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 25px;
}
.wpcp-carousel-section .wpcp-single-item img {
	height: 250px !important;
	object-fit: cover;
}
.rmp-menu-title-image {
	width: 130px;
	height: auto;
	margin: 0 !important;
}
.home_map_section {
	background: url(https://shikkhaacademia.com/wp-content/uploads/2025/07/map_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.newlight_page_box {
	margin-bottom: 30px;
}
.newlight_page_box_inner {
	border: 1px solid #26b47436;
	border-radius: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	min-height: 100%;
	position: relative;
	padding: 0 0 65px;
}
.newlight_page_box_label {
	background: #26b474;
	display: inline-block;
	color: #fff;
	margin: 20px 0 0 -12px;
	padding: 3px 10px;
	position: relative;
}
.newlight_page_box_label:before {
	position: absolute;
	content: "";
	background: #1b8052;
	bottom: -10px;
	left: 0;
	height: 10px;
	width: 12px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.newlight_page_box_label:after {
	position: absolute;
	content: "";
	background: #26b474;
	top: 0;
	right: -10px;
	height: 100%;
	width: 10px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.newlight_page_box_heading {
	color: #222;
	font-weight: 600;
	line-height: 1.2;
	font-size: 22px;
	padding: 30px 20px 0;
}
.newlight_page_box_subheading {
	color: #26b474;
	font-weight: 600;
	font-size: 17px;
	padding: 15px 20px 0;
}
.newlight_page_box_list ul {
	padding: 10px 20px 0 35px;
	margin: 0;
}
.newlight_page_box_list ul li {
	list-style-type: disclosure-closed;
	color: #666;
}
.newlight_page_box_btn {
	display: inline-block;
	background: #26b474;
	color: #fff !important;
	padding: 9px 22px;
	border-radius: 4px;
	position: absolute;
	bottom: 25px;
	left: 20px;
}
.neet_page_box_inner {
	margin-bottom: 30px;
}
.neet_page_box_inner {
	border: 1px solid #26b47436;
	border-radius: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	min-height: 100%;
	position: relative;
	padding: 10px 10px 30px;
}
.neet_page_box_heading {
	color: #222;
	font-weight: 600;
	line-height: 1.2;
	font-size: 22px;
	margin-top: 20px;
}
.neet_page_box_list ul {
    margin: 20px 0 0;
    padding: 0;
}
.neet_page_box_list ul li {
    list-style-type: none;
    padding: 3px 0px 3px 25px;
    font-size: 16px;
    color: #666;
    background-image: url(../images/tick2.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    background-size: 18px;
}
.neet_page_box_btn {
	display: inline-block;
	background: #26b474;
	color: #fff !important;
	padding: 9px 22px;
	border-radius: 4px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.neet_page_box_btn:hover {
	background: #222;
}
.neet_page_box_img img {
	border-radius: 8px;
	width: 100%;
}
.neet_page_details_box_top {
	background: #26b474;
	border-radius: 10px 10px 0 0;
	padding: 5px;
}
.neet_page_details_box {
	background: url(../images/batch_bg.png) #daffee repeat;
	padding: 20px 20px 1px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #cdf0e0;
}
.neet_page_fee_text {
	font-weight: 500;
	font-size: 20px;
}
.neet_page_fee_price {
	font-weight: 500;
	font-size: 20px;
	text-align: right;
}
.neet_page_fee_price small {
	font-weight: normal;
	font-size: 14px;
	color: #999;
}
.neet_page_fee_price_offer {
	display: flex;
	align-items: center;
	color: #666;
	line-height: 1.2;
	font-size: 15px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 15px;
}
.neet_page_fee_price_offer img {
	width: 35px;
	margin-right: 10px;
}
.neet_page_details_btn {
	display: block;
	background: #222;
	color: #fff !important;
	margin-top: 25px;
	text-align: center;
	border-radius: 5px;
	padding: 9px 0;
}
.neet_page_details_heading {
	color: #222;
	font-weight: 500;
	line-height: 1.2;
	font-size: 27px;
	margin-top: 10px;
}
.neet_page_details_label {
  	display: inline-block;
	background: #daffee;
	font-size: 14px;
	color: #666;
	padding: 4px 12px;
	border: 1px solid #d0f4e4;
	border-radius: 30px;
}
.neet_page_details_heading_list ul {
	padding: 0;
	margin: 0;
}
.neet_page_details_heading_list ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	color: #999;
	font-size: 15px;
	margin-right: 28px;
}
.neet_page_details_heading_list ul li::before {
	position: absolute;
	content: "";
	top: 9px;
	right: -21px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #26b474;
}
.neet_page_details_heading_list ul li:last-child:before {
	display: none;
}
.neet_page_details_subheading {
	color: #222;
	font-weight: 500;
	line-height: 1.2;
	font-size: 20px;
	margin-top: 45px;
}
.neet_page_details_text {
	color: #666;
	margin-top: 15px;
}
.neet_page_details_subtext {
	color: #26b474;
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
}
.contact_page_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
}
.inner_page_heading {
	font-weight: 600;
	color: #222;
	font-size: 28px;
	line-height: 1.1;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 3px solid #26b474;
}
.contact_right_inner {
	background: url(../images/batch_bg.png) #daffee repeat;
	padding: 40px 30px;
	min-height: 100%;
}
.contact_left {
  	padding: 40px 20px 40px 40px;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:10px;
	left:0;
	width:30px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #eee !important;
    width: 100%;
	border-radius: 3px;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #eee !important;
	resize: none;
	border-radius: 3px;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #26b474 !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.home_map_btn1 {
  display: inline-block;
  background: #26b474;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 30px 5px 0;
}
.home_map_btn2 {
  display: inline-block;
  background: #222;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 30px 5px 0;
}
.order_popup_heading {
	font-weight: 600;
	color: #222;
	font-size: 24px;
}
.order_popup_form p {
	margin-bottom: 0 !important;
}
.order_popup_form input {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 44px;
	margin-top: 15px;
}
.order_popup_form .wpcf7-submit {
	background: #26b474 !important;
	width: auto;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
	border: none !important;
}
.home_map_section_new {
	padding: 100px 0 0;
	background: url(https://shikkhaacademia.com/wp-content/uploads/2025/07/map_bg3.png) no-repeat center;
	background-size: contain;
}
/* .home_map_section_new:before {
	background: url(https://shikkhaacademia.com/wp-content/uploads/2025/07/map_bg2.png) #26b474 no-repeat center bottom;
	background-size: cover;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
} */
.home_map_section_new .container {
	position: relative;
}
.home_map_section_btn_box {
	border: 1px solid #c8f0de;
	border-radius: 10px;
	background: url(../images/batch_bg.png) #daffee repeat;
	padding: 0 10px 30px;
}
/* .home_map_person {
	width: 300px;
} */
#block-7, #block-9, #block-11 {
	margin-bottom: 0;
}
#block-7 .wp-block-heading, #block-9 .wp-block-heading, #block-11 .wp-block-heading {
	color: #222;
  	font-weight: 600;
}
.educator_page_heading {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.1;
	color: #222;
}
.educator_page_text {
	color: #666;
	margin-top: 20px;
}
.educator_page_btn {
	display: inline-block;
	background: #26b474;
	color: #fff !important;
	margin-top: 22px;
	border-radius: 4px;
	padding: 10px 20px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.test_series_box_inner {
	border: 1px solid #26b47436;
	border-radius: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	min-height: 100%;
	padding: 30px 25px 5px;
}
.test_series_box {
	margin-top: 30px;
}
.test_series_box_text {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
}
.test_series_box_icon {
	background: #26b474;
	width: 80px;
	border-radius: 50%;
	padding: 8px;
	margin: 0 auto 20px;
}
.test_series_box_icon img {
	filter: brightness(0) invert(1);
}
.enquiry_form_box {
	background: url(../images/batch_bg.png) #daffee repeat;
  	padding: 40px 30px 20px;
	border-radius: 10px;
	border: 1px solid #caf0df;
}
.enq_page_form p {
	margin-bottom: 0 !important;
}
.enq_page_form input {
	border: 1px solid #ddd !important;
	margin-top: 12px;
	width: 100%;
	min-height: 45px;
	color: #555;
	border-radius: 3px;
}
.enq_page_form select {
	background: url(https://shikkhaacademia.com/wp-content/uploads/2025/07/dropdown.png) #fff no-repeat center right 10px;
	border: 1px solid #ddd !important;
	margin-top: 12px;
	width: 100%;
	min-height: 45px;
	color: #555;
	border-radius: 3px;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.enq_page_form textarea {
	border: 1px solid #ddd !important;
	margin-top: 12px;
	resize: none;
	height: 150px;
	color: #555;
	border-radius: 3px;
}
.enq_page_form {
	margin-top: 10px;
}
.enq_page_form .contact_btn input {
	border: none !important;
	margin-top: 12px;
	width: auto;
	min-height: 47px;
	border-radius: 4px;
	background: #26b474 !important;
	font-size: 16px;
	font-weight: 500;
}
.wpcf7-spinner {
  	display: block !important;
}
.video_slider .wpcp-single-item {
	position: relative;
}
.video_slider .wpcp-single-item .wpcp-all-captions {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	line-height: 1.2;
	font-size: 17px;
}
.video_slider .wpcp-carousel-section .wpcp-single-item img {
	height: 400px !important;
	object-fit: cover;
}
.blog_testimonial_box {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}
.blog_testimonial_box_name {
	text-align: right;
	color: #222;
	font-size: 14px;
	font-weight: 500;
}
.blog_content_heading {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px;
}
.test_series_box_btn {
	display: inline-block;
	background: #26b474;
	color: #fff !important;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px 18px;
}
.about_page_bottom_section {
	background: url(../images/batch_bg.png) #daffee repeat;
	padding: 60px 0;
	margin: 60px 0 0;
}
#post-17 {
	margin-bottom: 0 !important;
}
.inner_page_img img {
	border-radius: 10px;
}
.terms_page_heading {
	color: #333;
	font-weight: 600;
	font-size: 22px;
	margin-top: 30px;
}
.terms_page_text {
	color: #666;
	margin-top: 10px;
}
.terms_page_text a {
	color: #555;
}
.terms_page_text ul {
	padding: 0;
	margin: 0;
}
.terms_page_text ul li {
	list-style-type: none;
	padding: 3px 0px 3px 22px;
	font-size: 16px;
	color: #666;
	background-image: url(../images/tick2.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	background-size: 16px;
}



@media only screen and (min-width : 300px) and (max-width : 1023px) { 
	.inner_page_heading {
	  font-size: 24px;
	}
	.inner_page_img {
	  margin-bottom: 25px;
	}
	.about_page_bottom_section {
	  padding: 40px 0;
	  margin: 40px 0 0;
	}
	.home_after_seat_block_extra {
	  position: static;
	  padding: 0 15px;
	  transform: none;
	}
	.home_after_seat_block_inner:hover .home_after_seat_block_extra {
	  margin-top: 15px;
	}
	.home_map_section_new::before {
	  width: 100%;
	}
	.home_map_section_left img {
		width: 150px;
		margin-bottom: 20px;
	}
	.home_map_person {
	  width: 200px;
	}
	.owl-nav {
		display: none;
	}
	.home_after_seat_sec, .home_video_section, .test_outer, .home_map_section {
		padding: 40px 0;
	}
	.test_img img {
	  width: 170px;
	}
	.test_right .test_img img {
	  width: 200px;
	}
	.header_menu {
		display: none;
	}
	.header_outer {
		padding-bottom: 18px;
	}
	.logo {
		padding-top: 18px;
	}
	.header_btn {
		padding-top: 19px;
	}
	.header_btn a {
		padding: 10px 10px 10px 10px;
	}
	.ms-slide-info {
		left: 20px;
		top: 38%;
		width: 50% !important;
	}
	.bnr_titl {
		font-size: 15px;
		padding-right: 0;
		margin-bottom: 3px;
	}
	.bnr_sub {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.bnr_btn a {
		padding: 7px 13px;
		letter-spacing: 2px;
		font-size: 12px;
	}
	.cta_sec {
		padding: 40px 0;
	}
	.usp_titl {
		font-size: 25px;
		margin-top: 20px;
	}
	.usp_points ul li {
		width: 100%;
	}
	.usp_points ul li span {
		width: 75%;
	}
	.usp_btns a {
		padding: 13px 20px;
	}
	.batch_outer {
		padding: 40px 0 10px;
	}
	.batch_titl {
		font-size: 25px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.batch_txt {
		min-height: auto;
	}
/* 	.test_outer {
		margin: 50px 0;
	} */
	.batch_titl {
		font-size: 23px;
	}
/* 	.test_outer {
		margin: 40px 0 30px;
	} */
	.test_sub {
    	font-size: 18px;
		margin-bottom: 30px;
	}
	.test_left, .test_right {
		min-height: 700px;
		margin-bottom: 20px;
	}
	.rankers_outer {
		padding: 40px 0 10px;
	}
	.cta_left {
		padding: 40px 0 0 15px;
	}
	.cta_img {
		margin-top: 30px;
	}
	.cta_titl {
		font-size: 28px;
		line-height: 1.3;
	}
	.cta_txt {
		font-size: 17px;
		margin: 10px 0 0;
	}
	.review_outer {
		margin: 40px 0;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 !important;
	}
	.gallery_outer {
		padding: 40px 0;
	}
	.footer_outer {
		padding: 40px 0 50px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
     .logo {
        padding-top: 12px;
    }
	.ms-slide-info {
        top: 41%;
    }
}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.logo {
        padding-top: 15px;
    }
	.logo img {
		width: 140px;
	}
	.ms-slide-info {
        left: 40px;
        top: 46%;
    }
	 .bnr_titl {
        font-size: 30px;
		margin-bottom: 10px;
    }
	.bnr_sub {
       font-size: 14px;
        margin-bottom: 10px;
    }
	 .bnr_btn a {
        padding: 10px 15px;
        font-size: 15px;
    }
	.usp_points ul li {
        width: 49%;
    }
	.usp_points ul li img {
		width: 50px;
		margin-right: 4px;
	}
	.usp_points ul li span {
        width: 70%;
        font-size: 13px;
    }
	.batch_name {
		font-size: 16px;
	}
	.batch_txt ul li {
		font-size: 13px;
	}
	.batch_txt {
		min-height: 270px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.logo {
		padding-top: 18px;
	}
	.ms-slide-info {
		left: 50px;
	}
	.bnr_titl {
		font-size: 35px;
	}
	.bnr_sub {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.cta_left {
		padding: 70px 0 0 50px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}
/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.logo {
		padding-top: 18px;
	}
	.ms-slide-info {
		left: 50px;
	}
	.bnr_titl {
		font-size: 35px;
	}
	.bnr_sub {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.cta_left {
		padding: 70px 0 0 50px;
	}
}
@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
     .ms-slide-info {
        top: 55%;
        left: 160px;
        width: 37% !important;
    }
        .cta_left {
        padding: 170px 0 0 170px;
    }
}

@media screen and (min-width: 1920px) {
    .ms-slide-info {
        top: 55%;
        left: 300px;
        width: 31% !important;
    }
    .cta_left {
        padding: 220px 0 0 310px;
    }
}

@media screen and (min-width: 2048px) {
     .ms-slide-info {
        top: 55%;
        left: 380px;
        width: 28% !important;
    }
    .cta_left {
        padding: 240px 0 0 380px;
    }
}

@media screen and (min-width: 2550px) {
    .ms-slide-info {
        top: 55%;
        left: 620px;
        width: 24% !important;
    }
    .cta_left {
        padding: 320px 0 0 640px;
    }
}  