@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); :root {
--headingfont: "Poppins", sans-serif;
--bodyfont: "Inter", sans-serif;
--text-font: "Prompt", sans-serif;
--bluelight: #4f69b1;
--bluedark: #395297;
--bluelighter: #4499e4;
--occurylw: #da8506;
--headingColor: #052665;
--secondaryColor: #ffffff;
--headerColor: #18479f;
--fstbgColor: #c0f3ff;
--headingFont: "Poppins", sans-serif;
--bodyFont: "Inter", sans-serif;
} html,
body {
margin: 0;
padding: 0;
font-family: Arial;
overflow-x: hidden;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
}
p {
margin-bottom: 0 !important;
}
figure {
margin-bottom: 0 !important;
}
p:last-child {
margin-bottom: 0;
}
.clear {
clear: both;
}
.clear:after {
content: "";
clear: both;
position: relative;
width: 100%;
display: table;
}
body {
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
font-family: var(--bodyfont);
color: #474747;
}
.container {
max-width: 1170px;
padding: 0px 15px;
margin: 0 auto;
position: relative;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
transition: all 0.5s ease-in-out;
}
a:hover {
color: #2c3087;
}
a,
a:hover,
a:focus,
button:focus {
text-decoration: none;
outline: none;
}
section {
padding: 60px 0;
position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--headingfont);
margin: 0;
font-family: var(--headingFont);
}
input:focus,
select:focus,
textarea:focus {
outline: none;
}
p {
margin: 0;
font-size: 15px;
font-family: var(--bodyFont);
} .mobileMenuSection {
display: none;
}
.mobilemenuBtn {
display: none;
}
.mobilemenuBtn span {
background: #3c3762;
display: block;
width: 25px;
height: 2px;
margin: 0 0 5px 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
.mobilemenuBtn span:last-child {
margin: 0;
}
.mm-wrapper--opened .mobilemenuBtn span:first-child {
transform: rotate(45deg) translate(4px, 6px);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transform: rotate(45deg) translate(4px, 6px);
-moz-transform: rotate(45deg) translate(4px, 6px);
-ms-transform: rotate(45deg) translate(4px, 6px);
-o-transform: rotate(45deg) translate(4px, 6px);
}
.mm-wrapper--opened .mobilemenuBtn span:last-child {
transform: rotate(-45deg) translate(4px, -6px);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transform: rotate(-45deg) translate(4px, -6px);
-moz-transform: rotate(-45deg) translate(4px, -6px);
-ms-transform: rotate(-45deg) translate(4px, -6px);
-o-transform: rotate(-45deg) translate(4px, -6px);
}
.mm-wrapper--opened .mobilemenuBtn span:nth-child(2) {
opacity: 0;
}
.mm-navbar {
background: var(--bluedark);
border: 0;
min-height: 45px;
}
.mm-navbar .mm-navbar__title {
font-size: 18px;
line-height: 25px;
color: #fff !important;
font-weight: 500;
letter-spacing: 2px;
}
.mm-listview>li>a,
.mm-listview>li>span {
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #202124 !important;
padding-top: 10px;
padding-bottom: 10px;
}
.mm-listview>li>a:hover,
.mm-listview>li.active>a {
color: #000;
}
.mm-listitem {
border-color: #ddd;
}
.mm-listview>li:not(.mm-divider):after {
left: 0;
}
.mm-menu .mm-listview>li .mm-next:after {
border-color: rgb(0, 0, 0);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
border-color: #000;
width: 6px;
height: 6px;
}
.mm-btn--prev:before {
width: 8px !important;
height: 8px !important;
border-color: #fff !important;
}
.mmenu-open-fade .mobileMenuSection {
display: none;
}
.mm-btn--prev {
background: rgba(0, 0, 0, 0.2);
}
nav#menu {
z-index: 9999;
opacity: 0;
transition: all 0.4s ease-in-out;
}
nav#menu.mm-menu--opened {
opacity: 1;
} .sitemain {
padding-top: 115px;
} .siteheader {
position: fixed;
z-index: 999;
width: 100%;
background: #fff;
top: 0;
transition: 0.5s ease-in-out;
}
.siteheader.sticky {
transform: translateY(-44px);
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.header-top ul {
display: flex;
align-items: center;
}
.header-top {
background: var(--bluelight);
}
.header-top a {
color: #fff;
display: inline-block;
padding: 2px 10px;
font-size: 13px;
font-weight: 500;
}
.header-top a:hover {
color: var(--occurylw);
}
.header-top a.admission-btn {
background: red;
font-size: 15px;
font-weight: 500;
padding: 10px 30px;
text-transform: uppercase; }
.header-top a.pose-btn {
background: #00A063; } h3.contact-us {
text-align: center;
background: #4f6ab2;
width: 340px;
padding: 10px;
color: #fff;
margin: 0 auto;
}
h3.contact-us a {
color: #fff
}
.header-top a.sign-btn {
padding: 5px 20px;
background: #fff;
border-radius: 20px;
color: #395297;
}
.header-top a.admission-btn:hover,
.header-top a.sign-btn:hover {
background: var(--bluelighter);
color: #fff;
}
.header-top a span {
display: inline-block;
}
.header-top a .ico {
margin-right: 10px;
font-size: 20px;
line-height: 1;
}
.header-top-left ul li:not(:last-child) {
margin-right: 20px;
}
.header-top a.location-map .ico {
width: 30px;
height: 30px;
text-align: center;
border-radius: 100%;
background: #fff;
line-height: 30px;
}
.header-top::before {
content: "";
position: absolute;
right: 0;
width: 21%;
height: 100%;
background: var(--bluedark);
}
.header-top a .ico img {
max-width: 20px;
}
.main-menu ul {
display: flex;
}
.main-menu ul li a {
color: #000;
padding: 25px 18px;
display: inline-block;
font-weight: 500;
}
.main-menu ul li {
position: relative;
}
.main-menu ul li a:hover,
.main-menu ul li ul.sub-menu li a:hover,
.main-menu ul li.current_page_item a,
.main-menu ul li.current_page_parent a {
color: var(--bluelighter);
}
.main-menu ul li ul.sub-menu li a {
color: #000;
}
.haschild>a:after {
content: "\f2f9";
position: absolute;
right: 3px;
top: 50%;
transform: translateY(-50%);
font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
color: #474747;
font-size: 20px;
transition: all 0.5s ease-in-out;
}
.haschild .sub-menu {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 70px);
background: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / 15%);
width: 200px;
padding-top: 0px;
opacity: 0;
pointer-events: none;
transition: all 0.5s ease-in-out;
z-index: 999;
flex-wrap: wrap;
border-top: 2px solid var(--bluelight);
}
.haschild:hover>.sub-menu {
transform: translate(-50%, -1%);
opacity: 1;
pointer-events: all;
}
.haschild .sub-menu>li {
height: auto;
line-height: 20px;
width: 100%;
}
.haschild .sub-menu>li:not(:last-child) {
border-bottom: 1px solid #eee;
}
.haschild .sub-menu>li>a {
padding: 12px 15px;
display: block;
font-size: 14px;
color: #161616;
transition: all 0.5s ease-in-out;
} .text-line text {
stroke-dasharray: 500;
stroke-dashoffset: 500;
}
.banner .swiper-slide.swiper-slide-active .text-line text {
animation: dash 4s linear forwards, filling 4s ease-in forwards;
}
.banner-content {
position: absolute;
z-index: 2;
top: 38%;
left: auto;
max-width: 1170px;
font-family: var(--headingfont);
transform: translateY(-50%);
text-align: center;
right: 18%;
}
.banner-content h1 {
font-size: 70px;
color: #fff;
font-weight: 700;
display: flex;
}
.banner-content>div {
overflow: hidden;
}
.banner-content h1 span {
transform: translate(350px, 0px);
transition: all 1s ease-in-out 1s;
opacity: 0;
}
.banner .swiper-slide.swiper-slide-active .banner-content h1 span {
opacity: 1;
transform: translate(0px, 0px);
}
.banner-content p {
font-family: var(--text-font);
font-weight: 500;
font-size: 40px;
line-height: 1;
margin: 0 0 25px;
color: #fff;
transform: translate(0px, 350px);
transition: all 2s ease-in-out 1s;
opacity: 0;
}
.banner .swiper-slide.swiper-slide-active .banner-content p {
opacity: 1;
transform: translate(0px, 0px);
} .enroll-btn {
color: #fff;
background: rgba(0, 0, 0, 0.4);
padding: 12px;
display: inline-block;
border-radius: 50px;
font-weight: 500;
min-width: 200px;
text-align: center;
border: 2px solid #fff;
background: #59c3ff;
font-family: var(--bodyfont);
}
.enroll-btn:hover {
background: var(--bluelight);
color: #fff;
}
.enroll-btn:focus {
background: #59c3ff;
color: #fff;
}
.banner-slider .enroll-btn {
transform: translate(0px, 350px);
transition: all 2s ease-in-out 1.5s;
opacity: 0;
}
.banner .swiper-slide.swiper-slide-active .banner-content .enroll-btn {
transform: translate(0px, -5px);
opacity: 1;
}
.banner-slider .swiper-pagination {
position: absolute;
z-index: 2;
bottom: 67px;
left: 50%;
transform: translate(-50%, 0%);
text-align: center;
}
.about_slider .swiper-pagination {
bottom: 32px !important;
top: inherit !important; }
.banner-slider .swiper-pagination .swiper-pagination-bullet,
.about_slider .swiper-pagination .swiper-pagination-bullet {
background: #fff;
opacity: 1;
box-shadow: 0px 0 0 2px transparent;
margin: 0 6px;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.about_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #4f69b1;
box-shadow: 0px 0 0 4px #fff;
}
.vivekananda-quote .d-flex {
background: #fff;
margin: 15px auto 0;
align-items: end;
position: relative;
z-index: 1;
padding: 0 25px;
max-width: 1000px;
box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
border-radius: 6px;
}
.vivekananda-quote .d-flex figure {
margin-top: -62px;
margin-right: 30px;
}
.vivekananda-quote .d-flex p {
margin: 0 0 35px;
font-size: 19px;
font-weight: 500;
line-height: 30px;
color: #000;
width: calc(100% - 200px);
}
.vivekananda-quote .d-flex span {
color: #474747;
font-size: 16px;
margin-top: 9px;
}
.section-hding {
margin: 0 0 20px;
}
h2.title {
font-size: 33px;
font-weight: 400;
color: #000;
line-height: 1;
}
.about-img>figure {
z-index: 1;
position: relative;
}
.about-img>figure.about-img2 {
position: absolute;
right: 0;
bottom: -60px;
border: 5px solid #ffffff96;
border-radius: 5px;
}
.about-cntnt p,
.about-cntnt li {
font-size: 14px;
line-height: 26px;
}
.about-cntnt p {
margin: 0 0 10px;
text-align: justify;
}
.about-cntnt li {
font-weight: 600;
margin: 0 0 0px;
}
.about-cntnt li span {
background: var(--bluedark);
color: #fff;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
border-radius: 100%;
margin-right: 8px;
font-size: 17px;
vertical-align: middle;
}
.read-more {
background: linear-gradient(270deg, #358446 0%, #7ec18d 100%);
color: #fff;
display: inline-block;
padding: 12px;
max-width: 250px;
width: 100%;
text-align: center;
font-size: 15px;
font-weight: 500;
border-radius: 50px;
position: relative;
overflow: hidden;
z-index: 1;
}
.read-more::before {
position: absolute;
content: "";
width: 0%;
height: 100%;
top: 0;
left: 0;
background: var(--bluelight);
z-index: -1;
transition: all 0.5s ease-in-out;
}
.read-more:hover {
color: #fff;
}
.read-more:hover::before {
width: 100%;
}  @keyframes dash {
to {
stroke-dashoffset: 0;
}
}
@keyframes filling {
from { fill-opacity: 0;
}
to { fill-opacity: 1;
}
} .courses-sec {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/courses-bg.jpg) no-repeat center;
background-size: cover;
}
.section-hding p {
margin: 20px auto 0;
font-size: 15px;
width: 70%;
}
.section-hding.text-center {
margin: 0 0 40px;
}
.courses-sec .swiper-slide {
background: #fff; border-radius: 10px;
text-align: center;
transition: 0.5s ease-in-out;
overflow: hidden;
}
.courses-sec .swiper-slide h3 {
font-size: 18px;
font-weight: 700;
color: #fff;
text-align: center;
margin: 0;
background: #5899d1;
padding: 13px 13px; }
.courselist li {
margin-bottom: 7px;
position: relative;
padding-left: 15px;
}
.courselist li:last-child {
margin-bottom: 0;
}
.courselist li::before {
position: absolute;
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: #5899d1;
top: 7px;
left: 0;
}
.courselist {
padding: 13px;
text-align: left;
min-height: 250px;
max-height: 250px;
}
.courses-sec .swiper-slide .read-more {
padding: 10px;
max-width: 180px;
}
.courses-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #4f69b1;
box-shadow: 0px 0 0 4px #fff;
}
.courses-sec .swiper-pagination .swiper-pagination-bullet {
background: #fff;
opacity: 1;
box-shadow: 0px 0 0 2px transparent;
margin: 0 6px;
}
.courses-sec .swiper-pagination {
position: relative !important;
bottom: 0;
margin: 20px 0 0;
}
.about-sec {
padding: 80px 0;
}
.counter-box figure {
width: 100px;
height: 100px;
margin: 0;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/shape-coun.png) no-repeat center;
background-size: 100px;
margin-right: 20px;
text-align: center;
display: inline-block;
line-height: 85px;
}
.counter-box h2 {
width: calc(100% - 120px);
color: #161616;
font-family: var(--bodyfont);
font-size: 30px;
font-weight: 700;
}
.counter-box h2 p {
font-weight: 400;
font-size: 14px;
color: #474747;
margin: 6px 0 0;
}
.counter-sec::before {
content: "";
position: absolute;
width: 20%;
height: 100%;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/facility-ob.png) no-repeat center;
background-size: cover;
top: 0;
left: 0;
}
.courses-sec .swiper-slide figure {
overflow: hidden;
background: #000;
height: 278px;
}
.courses-sec .swiper-slide figure img {
transition: 0.5s ease-in-out;
height: 100%;
width: 100%;
object-fit: cover;
}
.courseslider {
padding-bottom: 10px;
}
.courses-sec .swiper-slide:hover img {
transform: scale(1.05);
opacity: 0.8;
}
.courses-sec .swiper-slide:hover {
background: #eee;
box-shadow: 0 5px 0px 0 #03a9f4;
} .facilities-sec .row.m-0 .col {
padding: 0 6px;
}
.fac-box figure,
.fac-box p {
margin: 0;
overflow: hidden;
}
.fac-box figure img {
height: 172px;
object-fit: cover;
transition: 0.5s ease-in-out;
}
.fac-box p {
color: #fff;
background: var(--bluelight);
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
border-top: 4px solid #fff;
font-weight: 500;
transition: 0.5s ease-in-out;
font-size: 12px;
}
.fac-box p img {
max-width: 20px;
}
.fac-box {
border-radius: 5px;
overflow: hidden;
background: #000;
position: relative;
}
.hovr-img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
}
.fac-box:hover .hovr-img {
display: block;
}
.fac-box:hover img {
transform: scale(1.1);  }
.facilities-sec .row .col-lg-8 {
position: relative;
background: #fff;
padding-top: 18px;
border-radius: 5px;
padding-bottom: 18px;
}
.fac-box:hover p {
background: #0077b5;
}
.facilities-sec .row .mb-0 {
margin-left: -100px;
}
.facilities-sec,
.press-and-news-sec {
padding-top: 60px;
} .brochure-sec::before {
content: "";
position: absolute;
width: 50%;
height: 100%;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/brocurepic.jpg) no-repeat center;
background-size: cover;
top: 0;
left: 0;
}
.brochure-sec::after {
content: "";
position: absolute;
width: 50%;
height: 100%;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/connectbg.jpg) no-repeat center;
background-size: cover;
top: 0;
right: 0;
}
.brochure-sec .row {
position: relative;
z-index: 1;
margin: 0 -5px;
}
.brochure-cntnt {
width: 57%;
}
.brochure-cntnt h3 {
font-weight: 700;
font-size: 35px;
margin: 0 0 15px;
line-height: 1;
color: #fff;
}
.brochure-cntnt p {
font-size: 14px;
line-height: 28px;
}
.brochure-hldr figure {
width: 38%;
}
.dwnld-brochure .txt {
font-weight: 700;
font-size: 15px;
line-height: 18px;
text-decoration-line: underline;
color: #fff;
margin-left: 10px;
transition: 0.5s ease-in-out;
}
.dwnld-brochure .ico img {
max-width: 25px;
}
.dwnld-brochure:hover .txt {
color: #59c3ff;
}
.connect-form .row>div {
margin: 0 0 10px;
padding: 0 5px;
}
.connect-form .row>div p {
margin: 0;
}
.connect-form .row>div p .wpcf7-form-control {
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #474747; border-radius: 8px;
border: none;
padding: 8px 15px;
appearance: revert;
-webkit-appearance: revert;
width: 100%;
border: 1px solid #eee;
height: 40px;
}
.wpcf7 form>div,
.wpcf7 form>p {
font-size: 0.8rem;
}
.connect-form {
padding-left: 10px;
}
h3.title3 {
font-weight: 500;
font-size: 30px;
line-height: 1.5;
color: #161616;
margin: 0 0 20px;
}
.connect-form .row>div p .wpcf7-form-control[type="submit"] {
background: linear-gradient(270deg, #358446 0%, #7ec18d 100%);
color: #fff; padding: 13px 18px;
margin-left: auto;
width: auto;
text-align: center;
font-size: 15px;
font-weight: 500;
border-radius: 50px;
display: table;
transition: 0.5s ease-in-out;
}
.connect-form .row>div p .wpcf7-form-control[type="submit"]:hover {
background: linear-gradient(270deg, #7ec18d 0%, #358446 100%);
color: #fff;
}
.connect-form .wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
transform: scale(0.86);
transform-origin: left top;
}
.connect-form .wpcf7-spinner {
display: none;
} .mocktest-box {
background: #ffffff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 30px 20px;
transition: 0.5s ease-in-out;
position: relative;
overflow: hidden;
height: 100%;
}
.mocktest-box::before {
content: "";
position: absolute;
background: #fff;
top: 5%;
left: 50%;
width: 80px;
height: 80px;
transition: 0.5s ease-in-out;
border-radius: 100%;
transform: scale(0) translate(-50%, 0);
transform-origin: top;
}
.mocktest-box:hover::before {
box-shadow: 0 0 0 254px #72c7f96e;
transform: scale(1) translate(-50%, 0);
}
.mocktest-box figure {
position: relative;
}
.mocktest-box span {
font-size: 18px;
font-weight: 700;
color: #161616;
text-align: center;
margin: 0 0 10px;
display: inline-block;
position: relative;
}
.mocktest-box p {
line-height: 25px;
min-height: 110px;
position: relative;
}
.mocktest-sec .read-more {
padding: 10px;
max-width: 180px;
position: relative;
}
.mocktest-hldr>div:nth-child(-n + 3) {
margin-bottom: 20px;
} .tab-news .tab-menu ul {
display: flex;
}
.tab-news .tab-menu ul li {
flex: 1;
text-align: center;
}
.tab-news .tab-menu ul li a {
color: #161616;
display: block;
background: #72c8f9;
padding: 12px;
font-weight: 700;
font-size: 18px;
}
.tab-news .tab-menu ul li a.active {
background: #4499e4;
color: #fff;
}
.tab-news {
border-radius: 6px;
overflow: hidden;
}
.tab-news .tab-main-box {
background: #fff;
padding: 0 20px;
height: 397px;
overflow: hidden; }
.tab-news .tab-main-box::-webkit-scrollbar {
width: 10px;
} .tab-news .tab-main-box::-webkit-scrollbar-track {
background: #dadada;
} .tab-news .tab-main-box::-webkit-scrollbar-thumb {
background: #bdbdbd;
}
.press-and-news-sec .row {
margin: 0 -20px;
}
.press-and-news-sec .row>div {
padding: 0 20px;
}
.tab-news .tab-main-box .tab-box .d-flex {
padding: 10px 0;
}
.tab-news .tab-main-box .tab-box .d-flex p {
margin: 0;
}
.tab-news .tab-main-box .tab-box .d-flex:not(:last-child) {
border-bottom: 1px solid #cccccc;
}
.tab-box .post-date {
color: #adadad;
font-size: 12px;
margin-top: 6px;
}
.press-hldr .row {
margin: 0 -5px;
}
.press-hldr .row>div {
padding: 0 5px;
} .testimonials-sec::before {
content: "";
position: absolute;
width: 100%;
height: 90%;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/testi-bg.jpg) no-repeat center;
background-size: cover;
border-bottom: 4px solid #72c8f9;
top: 0;
}
.testimonial-slider {
background: #fff;
padding: 40px 20px 40px 90px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.testimonial-slider .swiper-slide {
background: #fff;
padding: 20px;
}
.testimonial-slider .swiper-slide .d-flex {
margin: 0 0 30px;
}
.testimonial-slider .swiper-slide>div p {
margin: 0 0 30px;
line-height: 25px;
position: relative;
padding-left: 30px;
}
.testimonial-slider .swiper-slide>div p .quote {
position: absolute;
left: 0;
top: -5px;
max-width: 25px;
}
.testimonial-slider .swiper-slide .d-flex figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
}
.testimonial-slider .swiper-slide figure {
margin-right: 20px;
width: 100px;
height: 100px;
min-width: 100px;
min-height: 100px;
overflow: hidden;
border-radius: 50%;
}
.testimonial-slider .swiper-slide>div { background: #fff;
min-height: 360px;
}
.testimonials-sec .swiper-pagination {
position: relative !important;
bottom: 0;
margin: 0;
text-align: left;
margin-left: 25px;
}
.testimonials-sec .swiper-pagination .swiper-pagination-bullet {
background: #72c8f9;
opacity: 1;
box-shadow: 0px 0 0 2px transparent;
margin: 0 6px;
}
.testimonials-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff;
box-shadow: 0px 0 0 4px #4499e4;
}
.testi-hldr.row>div:first-child {
z-index: 2;
}
.video_box {
line-height: 0; margin-top: -18px;
}
.video_box iframe {
height: 300px;
width: 100%;
}
.Prodigians-box span.text-white {
background: #4499e4;
font-weight: 500;
padding: 8px;
font-size: 16px;
display: block;
border-top: 2px solid #fff;
border-radius: 35px;
margin: 0 0 15px;
position: relative;
}
.Prodigians-box figure img {
max-width: 150px;
position: relative;
}
.Prodigians-box figure::before {
content: "";
position: absolute;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/prodigian-bg.png) no-repeat center;
width: 170px;
height: 165px;
background-size: 100%; left: 50%;
top: 0;
transform: translateX(-50%);
}
.Prodigians-box p {
margin: 0;
}
.Prodigians-box .rank strong {
color: #000;
} .inner_footer_gallery .col {
padding: 0 5px;
}
.fg_img {
position: relative;
overflow: hidden;
display: block;
}
.fg_img span {
position: absolute;
right: 19px;
bottom: 9px;
}
.fg_img figure {
margin: 0;
}
.fg_img span i {
font-size: 25px;
color: #fff;
transform: translate(10px, 10px) scale(0);
transition: all 0.5s ease-in-out 0.5s;
}
.fg_img::before {
content: "";
position: absolute;
width: 70px;
height: 70px;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.58);
border-radius: 100% 0 0 0;
transform: rotate(90deg);
transform-origin: right bottom;
transition: all 0.5s ease-in-out;
}
.fg_img:hover::before {
transform: rotate(0deg);
}
.fg_img:hover span i {
transform: translate(0px, 0px) scale(1);
}
.inner_footer_gallery .row>div {
padding: 0 4px;
}
.inner_footer_gallery {
padding-bottom: 8px;
margin-top: 35px;
}
.fg_img figure img {
height: 192px;
object-fit: cover;
}
.languageSection h4 {
margin-bottom: 10px;
} .site-footer {
background: #161616;
color: #fff;
font-size: 14px;
line-height: 2;
font-weight: 400;
}
.site-footer a {
color: #fff;
}
.footer-top {
padding: 60px 0;
position: relative;
}
.footer-box h4 {
font-weight: 400;
font-size: 24px;
line-height: 36px;
margin: 0 0 20px;
color: #fff;
}
.Address-box i {
font-size: 18px;
margin-right: 10px;
}
.footer-box ul {
list-style: disc;
padding-left: 1.5rem;
}
.footer-box.socials ul {
padding-left: 0;
list-style: none;
}
.footer-box.socials li {
display: flex;
align-items: center;
}
.footer-box.socials ul li a i {
width: 22px;
height: 22px;
color: #000;
border-radius: 100%;
line-height: 22px;
text-align: center;
margin-right: 10px;
transition: 0.5s ease-in-out;
background: #fff;
}
.footer-box.socials ul li:not(:last-child) {
margin-bottom: 8px;
}
.copyright_box {
background: #686868;
font-size: 14px;
padding: 10px;
}
.copyright_box p {
margin: 0;
}
.site-footer a:hover {
color: #59c3ff;
}
.footer-box.socials ul li a:hover i {
background: #59c3ff;
}
.footer-top::before {
content: "";
position: absolute;
left: 0;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/footer-logo.png) no-repeat center;
background-size: 100%;
width: 30%;
height: 100%;
top: 0;
}
.trusted-by-list {
-webkit-transition-timing-function: linear !important;
-o-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
.inner_footer_gallery .swiper-slide {
margin-right: 10px !important;
} .floating-icons-hldr {
position: fixed;
z-index: 999;
top: 35vh;
right: 0px;
}
.floating-icons-hldr li {
position: relative;
transition: 0.5s ease-in-out;
margin-right: -82px;
}
.floating-icons-hldr a .icon {
display: inline-block;
width: 40px;
height: 40px;
background: #000;
text-align: center;
line-height: 40px;
color: #fff;
font-size: 20px;
}
.floating-icons-hldr a {
display: block;
color: #fff;
white-space: nowrap;
display: flex;
align-items: center; }
.floating-icons-hldr li a:hover {
margin-left: 0;
}
.floating-icons-hldr a .txt {
font-size: 12px;
line-height: 1;
vertical-align: text-top;
padding: 0 10px;
display: inline-block;
}
.floating-icons-hldr li.blue a .icon {
background: #3b5998;
}
.floating-icons-hldr li.skyblue a .icon {
background: #03a9f4;
}
.floating-icons-hldr li.deepblue a .icon {
background: #0077b5;
}
.floating-icons-hldr li.red a .icon {
background: #ff0000;
}
.floating-icons-hldr li.grad a .icon {
background: linear-gradient(231.61deg,
#9f3ace -2.35%,
#e72c1e 49.5%,
#ffd253 100%);
}
.floating-icons-hldr li.blue a {
background: #253b6b;
}
.floating-icons-hldr li.skyblue a {
background: #0377ac;
}
.floating-icons-hldr li.deepblue a {
background: #04547f;
}
.floating-icons-hldr li.red a {
background: #c90303;
}
.floating-icons-hldr li.grad a {
background: linear-gradient(231.61deg,
#47165e -2.35%,
#621711 49.5%,
#896d1f 100%);
}
.floating-icons-hldr li:hover a {
transform: translateX(-80px);
}
.mm-page,
.mm-wrapper {
position: inherit !important;
}
.mm-wrapper--opened.mm-wrapper,
.mm-wrapper--opened.mm-wrapper .mm-page {
position: relative !important;
} .connectForm .btn-close {
position: absolute;
right: 0;
background-color: #59c3ff;
top: -8px;
opacity: 1;
border-radius: 100%;
width: 30px;
border: 5px solid #fff;
height: 30px;
box-shadow: 0 1px 10px 0px #00000040;
}
.connectForm .modal-header {
background: var(--bluelight);
color: #fff;
font-weight: 700;
border-radius: 10px 10px 0 0;
}
.connectForm .modal-content {
background: transparent;
}
.connectForm .modal-body {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/connectbg.jpg) no-repeat center;
background-size: cover;
border-radius: 0 0 10px 10px;
padding: 20px 18px;
}
.connectForm .connect-form {
padding-left: 0;
}
.connectForm .row {
margin: 0;
}
.connectForm .modal-header h5 {
color: #fff;
line-height: 1.2;
font-size: 1.15rem;
}
.connectForm .connect-form .wpcf7 .wpcf7-recaptcha iframe {
transform: scale(0.75);
}  .inner-banner {
position: relative;
}
.inner-banner figure {
position: relative;
}
.inner-banner figure::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), 10%, transparent);
}
.inner-banner .section-hding {
position: absolute;
width: 100%;
left: 0;
bottom: 30px;
text-align: center;
} .breadcrumb_sec {
padding: 20px 0;
background: rgba(239, 239, 239, 1);
border-top: 6px solid rgba(114, 200, 249, 1);
}
.breadcrumb-item+.breadcrumb-item::before {
content: ">";
}
.breadcrumb_sec .breadcrumb-item a {
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #474747;
}
.breadcrumb_sec .breadcrumb-item.active {
color: rgba(22, 22, 22, 1);
} .about_img {
padding: 0 0 0 95px;
position: relative;
}
.abt_img_2 {
position: absolute;
left: 0;
bottom: -150px;
}
.abt_prodigy_text {
padding-right: 40px;
}
.abt_prodigy_text P {
font-size: 14px;
line-height: 24px;
text-align: justify;
}
.about_img::after {
position: absolute;
content: "";
top: 49%;
left: 5%;
width: 62px;
height: 75px;
background: rgba(114, 200, 249, 0.7);
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
transform: rotate(45deg);
}
.about_value_hldr h4,
.news_txt h4,
.inner_hding h4 {
font-weight: 500;
font-size: 30px;
line-height: 45px;
color: #161616;
margin-bottom: 20px;
} .value_cont {
border-radius: 8px;
border: 1px solid rgba(192, 217, 239, 1);
border-bottom: 8px solid rgba(192, 217, 239, 1);
text-align: center;
padding: 20px 18px;
transition: all 0.5s ease-in-out;
}
.value_cont:hover {
box-shadow: 0 2px 20px -2px rgb(150, 183, 212);
transform: translate(0, -5px);
}
.value_cont h6 {
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #161616;
margin-bottom: 10px;
}
.value_cont p {
min-height: 182px;
}
.about_value_hldr .row>div:nth-child(odd) .value_cont,
.why_course_holder .row>div:nth-child(odd) .value_cont {
background: rgba(216, 232, 247, 0.5);
}
.about_value_hldr .row>div:nth-child(even) .value_cont,
.why_course_holder .row>div:nth-child(even) .value_cont {
background: rgba(211, 231, 250, 0.9);
} .advisory_team {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/courses-bg.jpg) no-repeat left top / cover;
}
.advisory_team_hldr .section-hding {
text-align: center;
}
.advisory_member {
position: relative;
padding: 10px;
box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
border-radius: 4px;
background: #fff;
transition: all 0.5s ease-in-out;
}
.advisory_member:hover {
background: transparent;
backdrop-filter: blur(10px);
box-shadow: 10px 10px 40px -2px #362828;
transform: translate(0, -5px);
}
.advisory_member:hover h6,
.advisory_member:hover p {
color: #fff;
}
.advisory_member figure {
position: relative;
overflow: hidden;
}
.advisory_member figure span {
display: flex;
width: 100%;
background: #00000094;
justify-content: space-around;
padding: 10px 40px;
position: absolute;
left: 0;
bottom: -30%;
transition: all 0.5s ease-in-out;
}
.advisory_member figure span i {
color: #fff;
font-size: 20px;
}
.advisory_member h6 {
font-family: "Inter";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #161616;
transition: all 0.5s ease-in-out;
}
.advisory_member:hover figure span {
bottom: 0;
}
.advisory_team_hldr .row {
margin-top: 40px;
}
.advisory_member p {
transition: all 0.5s ease-in-out;
}  .why_cont {
text-align: center;
}
.why_cont h6 {
font-family: "Inter";
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 28px;
}
.why_prodg_educlass_hldr .row {
margin-top: 40px;
}
.why_cont figure img {
transition: all 0.5s ease-in-out;
}
.why_cont:hover figure img {
transform: rotateY(360deg);
}  .abt_news_hldr {
position: relative;
}
.abt_news_hldr::after {
position: absolute;
content: "";
width: 100vw;
height: 100%;
right: 100%;
top: 0;
background: rgba(239, 239, 239, 1);
}
.news_txt {
padding: 50px 30px 50px 0;
background: rgba(239, 239, 239, 1);
}
.newspaper.row,
.abt_news_hldr .row {
margin: 0 -7px 0 -7px;
}
.newspaper.row>div {
padding: 0 7px;
}
.abt_news_hldr .row>div {
padding: 0 7px;
}
.abt_career {
position: relative;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/abt_career_bg.jpg) no-repeat center center / cover;
}
.abt_career::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(35, 149, 198, 1);
mix-blend-mode: multiply;
}  .abt_career_hldr h4 {
font-weight: 600;
font-size: 30px;
line-height: 45px;
text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
background: #5b9ad3d9;
display: inline-block;
padding: 5px 10px;
}  ul.journey_info {
display: flex;
align-items: flex-end;
justify-content: center;
text-align: center;
position: relative;
padding-top: 100px;
}
ul.journey_info::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/info.png) no-repeat left 95% top 22%;
background-size: 88%;
}
ul.journey_info li {
display: flex;
width: 16.66%;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
.journey_year {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
border-radius: 50%;
border: 7px solid rgba(89, 195, 255, 1);
background: #fff;
margin-bottom: 15px;
font-weight: 700;
font-size: 22px;
line-height: 30px;
text-align: center;
color: #474747;
transition: all 0.5s ease-in-out;
}
ul.journey_info li:hover .journey_year {
border-color: rgb(8, 71, 107);
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
}
ul.journey_info li:hover .journey_desc {
color: rgba(35, 149, 198, 1);
box-shadow: 0 2px 10px -2px rgb(0 0 0 / 20%);
background: #fff;
}
.journey_desc {
text-align: left;
transition: all 0.5s ease-in-out;
padding: 5px;
border-radius: 5px;
}
.journey_desc p {
font-weight: 400;
font-size: 13px;
line-height: 21px;
margin: 0;
}
ul.journey_info li:nth-child(2) {
margin-bottom: 210px;
}
ul.journey_info li:nth-child(2) .journey_desc {
position: absolute;
text-align: right;
right: 84%;
width: 200px;
}
ul.journey_info li:nth-child(3) {
margin-bottom: 157px;
justify-content: flex-end;
}
ul.journey_info li:nth-child(3) .journey_desc {
text-align: right;
}
ul.journey_info li:nth-child(4) {
justify-content: flex-start;
padding-left: 20px;
}
ul.journey_info li:nth-child(5) {
justify-content: flex-start;
flex-wrap: wrap-reverse;
margin-bottom: 60px;
}
ul.journey_info li:nth-child(6) {
margin-bottom: 210px;
justify-content: flex-start;
}
ul.journey_info li:nth-child(6) .journey_desc {
position: absolute;
width: 200px;
left: 55%;
}   .course_detail_holder {
padding: 30px;
background: #ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
border-radius: 8px;
margin-bottom: 40px;
}
.course_cont h6 {
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #4499e4;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.course_cont h4 {
font-weight: 500;
font-size: 27px;
line-height: 42px;
color: #161616;
margin-bottom: 30px;
}
.course_cont ul li {
display: inline-flex;
align-items: center;
margin-right: 12px;
margin-bottom: 5px;
}
.course_cont ul li:last-child {
margin-right: 0;
}
.course_cont ul li span {
vertical-align: text-top;
}
.course_cont ul {
margin-bottom: 15px;
}
.course_cont ul li i {
font-size: 20px;
color: rgba(79, 105, 177, 1);
margin-right: 10px;
}
.course_cont .sub span {
display: inline-block;
padding: 8px 10px;
background: rgba(239, 239, 239, 1);
border-radius: 10px;
margin: 0 10px 10px 0;
font-weight: 400;
font-size: 14px;
line-height: 17px;
}
.course_description { position: relative; }
.course_detail_holder h4 {
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #474747;
margin-bottom: 15px;
}
.course_detail_holder .dwnld-brochure {
position: relative; }
.course_detail_holder .dwnld-brochure .txt {
color: #474747;
}
.course_detail_holder .dwnld-brochure:hover .txt {
color: #59c3ff;
}
.course_detail_holder figure {
overflow: hidden;
}
.course_detail_holder figure img {
transition: all 0.5s ease-in-out;
object-fit: cover;
}
.course_detail_holder:hover figure img {
transform: scale(1.09);
} .methodology {
position: relative;
background: rgba(79, 105, 177, 1);
padding: 40px 0;
}
.methodology_hldr ul {
display: flex;
align-content: center;
justify-content: center;
flex-wrap: wrap;
}
.methodology_hldr ul li {
width: 50%;
margin-bottom: 8px;
}
.methodology_hldr ul li:nth-last-child(-n + 2) {
margin-bottom: 0;
}
.methodology_hldr ul li span {
font-family: "Poppins";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #ffffff;
}
.methodology_hldr ul li span img {
margin-right: 10px;
}
.methodology_hldr h6 {
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #ffffff;
margin-bottom: 15px;
}
.success_img figure img {
height: 100%;
object-fit: cover;
}  .value_cont.why {
border-bottom: inherit;
border: 1px solid rgba(192, 217, 239, 1);
}  .faq_hldr {
background: rgba(239, 239, 239, 1);
}
.faq_testi_holder .testimonial-slider,
.faq_testi_holder .testimonial-slider .swiper-slide {
padding: 0;
background: rgba(249, 249, 249, 1);
}
.faq_testi {
background: rgba(249, 249, 249, 1);
}
.faq h2 button {
padding: 12px 20px;
font-family: "Inter";
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
color: #474747;
background: rgba(215, 215, 215, 1);
border: 0;
border-radius: 6px !important;
}
.accordion-body {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #474747;
padding: 0 20px 12px 20px;
background: #fff;
border-radius: 0 0 6px 6px;
}
.faq .accordion-button:not(.collapsed) {
background: #fff;
box-shadow: none;
color: #474747;
border-radius: 6px 6px 0 0 !important;
}
.faq .accordion-button:focus {
box-shadow: none;
}
.faq .accordion-item:not(:last-child) {
margin-bottom: 18px;
}
.faq .accordion-item {
border: 0;
background: transparent;
}
.faq_testi_holder {
position: relative;
}
.faq_testi_holder::before {
position: absolute;
content: "";
width: 100vw;
height: 100%;
right: 100%;
top: 0;
background: rgba(239, 239, 239, 1);
}
.faq_testi_holder .row>div:first-child {
padding: 60px 30px 70px 15px;
}
.faq_testi_holder .row>div:last-child {
padding: 60px 15px 70px 60px;
}
.faq_testi_holder .swiper-pagination {
position: relative !important;
bottom: 21px;
margin: 0;
text-align: left;
margin-left: 30px;
}
.faq_testi_holder .swiper-pagination .swiper-pagination-bullet {
background: #72c8f9;
opacity: 1;
box-shadow: 0px 0 0 2px transparent;
margin: 0 6px;
}
.faq_testi_holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff;
box-shadow: 0px 0 0 4px #4499e4;
}   .admission_img .row>div:first-child figure {
height: 246px;
}
.admission_img .row>div figure img {
height: 100%;
object-fit: cover;
}
.admission_img .row>div:last-child figure {
height: 500px;
}
.admission_img .row>div:last-child {
padding-left: 0px;
}
.admission_img {
margin-right: -100px;
}
.connect-form.admission_form {
padding: 30px;
background: rgba(236, 244, 251, 1);
}
.admission_test {
position: relative;
background: rgba(79, 105, 177, 1);
}
.admission_syllabus ul li span img {
margin-right: 10px;
}
.admission_syllabus ul li:not(:last-child) {
margin-bottom: 20px;
}
.admission_pg.brochure-hldr {
padding-left: 30px;
border-left: 1px solid #fff;
}  .hostel_tour {
background: rgba(79, 105, 177, 1);
border-radius: 8px;
padding: 137px 35px;
}
.hostel_info_hldr .row>div a {
display: inline-block;
}
.hostel_fees {
padding: 17px 35px;
border: 1px solid rgba(79, 105, 177, 1);
border-radius: 8px;
}
.hostel_fees .nav-tabs {
border: 0;
margin-bottom: 20px;
}
.hostel_fees .nav-tabs .nav-link.active,
.hostel_fees .nav-tabs .nav-link:hover {
border: 0;
background: #4499e4;
border-radius: 10px;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #ffffff;
border: 1px solid #4499e4;
}
.hostel_fees .nav-tabs .nav-link {
background: #efefef;
border: 1px solid #d8d8d8;
border-radius: 10px;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #474747;
transition: all 0.5s ease-in-out;
}
.hostel_fees .nav-tabs li:not(:last-child) {
margin-right: 10px;
}
.hostel_fees .tab_item ul li i {
font-size: 20px;
margin-right: 10px;
color: rgba(79, 105, 177, 1);
}
.hostel_fees .tab_item ul li span {
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #474747;
}
.hostel_fees .tab_item ul li:not(:last-child) {
margin-bottom: 15px;
}
.hostel_fees .price span {
font-weight: 500;
font-size: 25px;
line-height: 30px;
color: #ea5907;
}
.price_book {
padding-top: 20px;
border-top: 1px solid rgba(217, 217, 217, 1);
}
.price_book .price {
width: 55%;
}
.price_book a {
width: 45%;
}
.hostel_info_hldr .row {
margin-left: -4px;
margin-right: -4px;
}
.hostel_info_hldr .row>div {
padding: 0 4px;
}
.ht_img {
height: 231px;
object-fit: cover;
}  .hostel_fees.mock {
padding: 0;
border: none;
border-radius: 0;
}
.hostel_fees.mock .nav-tabs {
justify-content: center;
}
.hostel_fees.mock .nav-tabs .nav-link i {
font-size: 20px;
margin-right: 10px;
}
.hostel_fees.mock .nav-tabs .nav-link {
padding: 20px 25px;
}
.test_block {
padding: 25px 33px;
border-radius: 8px;
background: #ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
h6.title4 {
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #4499e4;
}
.hostel_fees.mock .test_block ul {
display: flex;
flex-wrap: wrap;
}
.hostel_fees.mock .test_block ul li {
margin-right: 10px;
}
.hostel_fees.mock .nav-tabs {
margin-bottom: 40px;
}
.hostel_fees.mock .tab_item .row>div:nth-child(n + 3) {
margin-bottom: 30px;
}  .toppers_box {
padding: 60px;
background: #ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
border-radius: 10px;
}
.toppers_box .Prodigians-hldr.row>div {
margin-bottom: 60px;
}
.toppers_box .Prodigians-hldr.row>div:nth-last-child(-n + 5) {
margin-bottom: 0;
display: flex;
align-items: center;
}  .contact_info_hldr .connect-form {
padding-right: 100px;
padding-left: 30px;
}
.Address-box.contact {
padding: 50px 40px;
background: rgba(79, 105, 177, 1);
color: #fff;
font-size: 14px;
line-height: 2;
height: 100%;
}
.Address-box.contact .call-box,
.Address-box.contact .mail-box {
color: #fff;
}
.Address-box.contact .call-box:hover,
.Address-box.contact .mail-box:hover {
color: #59c3ff;
}
.contact_map {
height: 100%;
}
.contact_map iframe {
width: 100%;
height: 100%;
}
.contact_info_hldr figure, .mapWrapper {
overflow: hidden;
height: 100%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.mapWrapper iframe {
margin: 0;
height: 100%;
}
.contact_info_hldr figure:hover, .mapWrapper:hover {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
}
.contact_info_hldr figure img {
transition: all 0.5s ease-in-out;
height: 100%;
object-fit: cover;
}
.contact_info_hldr figure:hover img {
transform: scale(1.09);
}
.center-two {
flex-flow: row-reverse;
}  .career_gallery_hldr a {
width: 100%;
display: inline-block;
}
.career_gallery_hldr a img {
width: 100%;
object-fit: cover;
transition: all 0.5s ease-in-out;
}
.career_gallery_hldr a:hover img {
filter: sepia(50%);
}
.career_gallery_hldr .row {
margin-right: -4px;
margin-left: -4px;
}
.career_gallery_hldr .row>div {
padding: 0 4px;
}
.career_gallery_hldr .row>div:nth-child(n + 3) {
margin-bottom: 8px;
}
.why_prodg_educlass.feature {
background: rgba(79, 105, 177, 1);
}
.why_prodg_educlass.feature .why_prodg_educlass_hldr .row {
margin: 0;
}
.current_opening {
background: #ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
border-radius: 10px;
overflow: hidden;
position: relative;
margin-top: 20px;
}
.job_cont {
padding: 0 30px;
}
.current_opening h3 {
font-weight: 500;
font-size: 25px;
line-height: 35px;
text-align: center;
color: #ffffff;
background: rgba(114, 200, 249, 1);
padding: 10px 0;
}
.job_desc h6 {
font-family: var(--bodyfont);
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 28px;
color: #474747;
margin-bottom: 5px;
}
.job_dtl {
font-size: 14px;
line-height: 22px;
}
.job_dtl span {
display: inline-block;
}
.job_cont .job_desc {
padding: 20px 0;
}
.job_cont .job_desc:first-child {
border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.connect-form.job_apply_form {
position: relative;
padding-right: 50px;
padding-left: 20px;
}
.connect-form.job_apply_form h6 {
font-family: var(--bodyfont);
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #474747;
margin: 10px 0 15px 0;
}
.job_openings_hldr {
position: relative;
padding-top: 60px;
}  .more-projrcts-hldr ul.page-numbers {
display: flex;
margin-top: 64px;
}
.more-projrcts-hldr ul.page-numbers li .page-numbers {
padding: 10px 15px;
border-radius: 4px;
background: #03a9f4;
color: #fff;
}
.more-projrcts-hldr ul.page-numbers li .page-numbers.current {
background: var(--occurylw);
}
.more-projrcts-hldr ul.page-numbers li a span.txt {
margin-right: 10px;
}
.more-projrcts-hldr ul.page-numbers li a {
color: #fff;
}
.more-projrcts-hldr ul.page-numbers li:not(:last-child) {
margin-right: 15px;
}  .logo {
width: 157px;
}
.brochure-roll {
height: 400px;
overflow-y: scroll;
overflow-y: scroll;
}
.brochure-roll .brochure-hldr:not(:last-child) {
margin-bottom: 20px;
}
.courses-hldr p {
min-height: 233px;
} .brochure-roll h3 {
margin-bottom: 15px;
}
.brochure-roll h3,
.brochure-roll p {
text-align: center;
color: #fff;
}
.brochure-roll .brochure-hldr h3,
.brochure-roll .brochure-hldr p {
text-align: left;
}
.brochure-roll .brochure-hldr h3 {
font-size: 20px;
}
.vivekananda-quote .d-flex {
height: 120px;
}
.press-hldr .title3 {
color: #fff;
display: block;
background: #72c8f9;
padding: 12px;
font-weight: 700;
font-size: 18px;
text-align: center;
border-radius: 8px 8px 0px 0px;
}
.brochure-roll h3 {
font-weight: 600;
}
.vivekananda-quote .d-flex p {
margin: 0 0 24px;
}  .newspaper-dts .col {
text-align: center;
margin-bottom: 15px;
}
.newspaper-dts .col a,
.press-and-news-sec .press-hldr a,
.abt_news_hldr .newspaper .col a {
display: block;
padding: 10px 14px;
border-bottom: none !important;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}
.newspaper-dts .col img {
display: block;
margin: 0 auto 4%;
padding-bottom: 4%;
border-bottom: 1px dashed #888;
}
.newspaper-dts .col a:hover,
.press-and-news-sec .press-hldr a:hover,
.abt_news_hldr .newspaper .col a:hover {
-webkit-box-shadow: 0 0 11px 1px rgba(87, 110, 87, 0.4);
-moz-box-shadow: 0 0 11px 1px rgba(87, 110, 87, 0.4);
box-shadow: 0 0 11px 1px rgba(87, 110, 87, 0.4);
}
.newspaper-dts {
margin-bottom: -15px;
}
.press-and-news-sec .press-hldr img,
.abt_news_hldr .newspaper .col img {
margin-bottom: 12px;
display: block;
margin: 0 auto 4%;
padding-bottom: 4%;
height: 255px;
object-fit: none;
}
.press-and-news-sec .press-hldr .col h5,
.abt_news_hldr .newspaper .col h5,
.newspaper-dts .col h5 {
font-size: 20px;
text-transform: capitalize;
margin-bottom: 5px;
color: #424242;
}
.press-and-news-sec .press-hldr .col:hover h5,
.abt_news_hldr .newspaper .col:hover h5,
.newspaper-dts .col:hover h5 {
color: #358446;
}
.press-and-news-sec .col p,
.abt_news_hldr .newspaper .col p,
.newspaper-dts .col p {
font-size: 13px;
line-height: 21px;
margin: 0 0 6px;
padding: 0 0 2px;
color: #424242;
border-bottom: none;
}
.press-and-news-sec p strong,
.abt_news_hldr .newspaper .col strong,
.newspaper-dts .col p strong {
font-weight: 500;
font-size: 15px;
font-weight: 500;
}
.newspaper-dts .col img {
margin-bottom: 15px;
height: 350px;
object-fit: cover;
}
.more-projrcts-hldr ul.page-numbers {
justify-content: center;
}
.about-cntnt-hldr ul {
display: grid;
align-items: center;
gap: 5px;
margin-top: 10px;
}
.about-cntnt-hldr ul li { }
.about-img img {
height: 420px;
width: 69%;
object-fit: cover;
}
.about-img>figure:first-child {
width: 69%;
height: 420px;
}
.about-img>figure img {
width: 100%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
}
.ast-scroll-to-top-right {
right: 40px;
bottom: 64px;
}
section.brochure-sec {
padding: 30px 0px;
}
.press-and-news-sec .tab-box figure {
width: 25px;
}
.press-and-news-sec .tab-box p {
width: calc(100% - 25px);
}
.tab-news .tab-main-box .tab-box .d-flex p a {
display: inline-block;
margin-left: 5px;
}
.tab-news .tab-main-box .tab-box {
display: block;
height: 0;
overflow: hidden;
}
.tab-news .tab-main-box .tab-box.tab-active {
height: auto;
}
.faq_testi_holder .testimonial-slider .swiper-slide>div {
min-height: 305px;
background: transparent;
box-shadow: none;
}
.faq_testi_holder .testimonial-slider {
box-shadow: none;
} .about-img>figure:first-child img {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
} .testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
top: auto;
left: 0;
top: auto;
right: 0;
margin: 0 auto;
bottom: 22px;
border-radius: 10px;
background: #4499e4;
width: 33px;
height: 33px;
}
.testimonial-slider .swiper-button-next {
right: -45px;
}
.testimonial-slider .swiper-button-prev {
left: -45px;
}
.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
font-size: 18px;
color: #fff;
}
.faq_testi_holder .testimonial-slider {
padding-bottom: 20px;
}
.faq_testi_holder .testimonial-slider .swiper-button-next,
.faq_testi_holder .testimonial-slider .swiper-button-prev {
bottom: 2px;
}
.outer_course>div {
margin-bottom: 40px;
}
.outer_course>div:last-child {
margin-bottom: 0;
} .evenr_sec ul {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
}
.evenr_sec h2 {
font-size: 35px;
line-height: 1.5;
color: #fff;
font-weight: 600;
}
.evenr_sec h4 {
font-size: 20px;
color: #fff;
border: 1px solid #fff;
font-weight: 400;
border-radius: 12px;
padding: 5px 10px;
margin-bottom: 15px;
}
.evenr_sec ul li img {
width: 40px;
height: 50px;
object-fit: contain;
}
.evenr_sec ul li {
width: 50%;
}
.evenr_sec ul li span {
display: inline-block;
background: var(--bluelighter);
color: #fff;
padding: 5px 10px;
text-transform: capitalize;
line-height: 1;
}
.evenr_sec ul li {
width: 50%;
margin-bottom: 24px;
}
.evenr_sec ul li figure {
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.iner_blog h2.title {
margin-bottom: 25px;
}
.blog_box h5 a {
color: #000;
}
.blog_box h5 a:hover {
color: var(--bluelighter);
}
.blog_box h5 {
font-weight: 600;
margin-bottom: 10px;
}
span.date {
display: block;
margin-bottom: 10px;
}
span.date img {
margin-right: 5px;
}
h4.normal_head {
font-size: 17px;
margin-bottom: 7px;
background: #4f69b1;
color: #fff;
padding: 7px 14px;
line-height: 1;
}
.post_part {
background: #fff;
margin-bottom: 13px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.post_part ul li a {
display: block; color: #8b8b8b;
padding: 8px 0;
font-size: 13px;
line-height: 1;
border-bottom: 1px solid #eaeaea;
}
.post_part ul li a:hover {
color: #000;
}
.post_part ul li:last-child a {
border-bottom: 0;
}
.post_part ul {
padding: 10px;
}
.post_part ul li:not(:last-child) {
margin-bottom: 5px;
}
.team_prodigy .mocktest-box>p {
min-height: auto;
}
.team-box figure {
border-radius: 50%;
overflow: hidden;
width: 100px;
height: 100px;
margin: 0 auto 10px;
border: 5px solid #5a9bd5;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.team-box figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
transition: 0.4s all ease-in-out;
}
.team_prodigy .mocktest-box:hover figure img {
scale: 1.1;
}
.team-box.mocktest-box::before {
display: none;
}
.team_prodigy .mocktest-box p:last-child {
margin-bottom: 0;
}
.blog_left_box:not(:last-child) {
margin-bottom: 40px;
}
.blog_pagination ul.page-numbers {
margin-top: 0;
}
.blogSection-details h4 a {
color: #000;
}
.blogSection-details h4 {
font-weight: 600;
margin-bottom: 12px;
}
.blogSection-details .blog_dates {
font-size: 15px;
}
.blogSection-details .blog_dates i {
margin-right: 5px;
}
.blogSection-details img {
height: auto !important;
width: 100% !important;
margin-bottom: 15px;
}
.press-and-news-sec .tab-news {
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.story_sldr.slick-initialized .slick-slide {
padding: 10px;
}
.about_story .toppers_box {
padding: 0;
overflow: hidden;
}
.about_story .Prodigians-hldr span {
display: block;
margin-bottom: 10px;
font-size: 15px;
font-weight: bold;
color: #000;
}
.stroy_right {
padding: 20px 0;
}
.stroy_right p {
margin-bottom: 0;
}
.Overview .abt_prodigy_text P {
text-align: center;
}
.Overview .abt_prodigy_text {
padding-right: 0;
}
figcaption.txt {
color: #fff;
background: var(--bluelight);
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
border-top: 4px solid #fff;
font-weight: 500;
transition: 0.5s ease-in-out;
font-size: 12px;
}
.why-new .fac-box {
background: transparent;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} .news_annunce_hvr h4 {
font-size: 14px;
}
.press-and-news-sec .owl-carousel.owl-loaded.owl-drag {
display: block;
background: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 5px;
border-radius: 8px;
height: 386px;
}
.press-and-news-sec a.read-more {
margin-top: 10px; }
.owl-theme .owl-dots .owl-dot {
display: none;
}
.press-and-news-sec .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: skyblue;
color: #000;
border: none;
padding: 0 !important;
font: inherit;
height: 25px;
width: 25px;
border-radius: 50%;
}
figure.news_annunce_thum img {
height: 215px;
}
.press-hldr .owl-theme .owl-nav {
margin-top: 0;
} .contact_image img {
width: 100%;
height: 352px;
object-fit: cover;
}
.Address-box.contact h4 {
color: #fff;
} .succes-slider {
display: flex !important;
width: auto !important;
}
.Prodigians-hldr {
padding: 15px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
border-radius: 5px;
min-height: 403px;
}
.slick-list .draggable .slick-slide {
padding: 16px !important;
}
.story_point .slick-prev {
position: absolute;
left: calc(50% - 50px);
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/arrow_left.svg) no-repeat center center / 10px;
padding: 0;
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid #000;
font-size: 0;
line-height: 1;
top: inherit;
bottom: -50px;
transform: initial;
z-index: 1;
}
.story_point .slick-next {
position: absolute;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/arrow_right.svg) no-repeat center center / 20px;
padding: 0;
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid #000;
font-size: 0;
line-height: 1;
right: calc(50% - 50px);
bottom: -50px;
} .admission_form .wpcf7-form-control-wrap .wpcf7-list-item {
margin: 0 0 0 1em !important;
display: inline-block;
}
.admission_form .wpcf7 .wpcf7-form-control-wrap {
margin-bottom: 23px !important;
width: 100%;
display: block;
}
.section-hding p {
text-align: center;
}
.section-hding ul {
width: 70%;
margin: 20px auto 0px;
text-align: justify !important;
}
.section-hding ul li {
margin-bottom: 7px;
}
.admission_form label {
display: inline-block;
margin-bottom: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
height: 100px !important;
}
.inner_overview .section-hding {
text-align: center;
} .overview_box {
border-radius: 6px;
background: #fff;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
}
.overview_box figure {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.overview_box figure img {
width: 100%;
height: 230px;
object-fit: cover;
object-position: top center;
}
span.class_name {
position: absolute;
top: 15px;
left: 15px;
background: #2864ff;
font-size: 16px;
color: #fff;
font-weight: 600;
padding: 7px 12px;
line-height: 1;
border-radius: 5px;
}
span.class_name.colorchanger-2 {
background: #ff275a;
}
span.class_name.colorchanger-3 {
background: #1eca02;
}
.overview_box h4 {
font-size: 18px;
color: #244293; margin-bottom: 12px;
}
.overview_box h4 a {
color: #244293;
font-size: 16px;
}
.overview_box h4 a:hover {
color: var(--occurylw);
}
.over_inr {
padding: 20px;
}
.over_inr p {
min-height: 140px;
}
ul.lang_and_cour li {
margin-bottom: 10px;
}
ul.lang_and_cour li b img {
margin-right: 10px;
}
ul.lang_and_cour li b {
font-size: 15px;
font-weight: 500;
color: #244293;
text-transform: capitalize;
}
ul.download_view_more {
border-top: 1px solid #ccc;
padding: 15px 12px;
display: flex;
align-items: center;
justify-content: space-between;
}
a.view_details {
font-size: 16px;
font-weight: 700;
border: 1px solid #0274be;
background: #0274be;
color: #fff;
padding: 5px 8px;
border-radius: 5px;
text-decoration: none;
}
a.view_details:hover {
color: #0274be;
background: #fff;
}
a.download_pdf {
color: #000;
font-size: 16px;
font-weight: 700;
}
a.download_pdf:hover {
color: var(--occurylw);
}
.inner_dtls figure {
border-radius: 6px;
overflow: hidden;
}
.inner_dtls h2 {
font-size: 27px;
font-weight: 600;
color: #244293;
margin-bottom: 20px;
}
.course_and_dur_box {
border: 1px solid #ccc;
padding: 20px 20px 73px;
background: #ffff;
border-radius: 6px;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
position: relative;
}
.course_and_dur_box .read-more {
position: absolute;
bottom: -22px;
left: 50%;
transform: translateX(-50%);
}
.course_and_dur_box ul li {
display: flex;
margin-bottom: 35px;
}
.course_and_dur_box ul li b {
font-size: 15px;
font-weight: 500;
color: #244293;
min-width: 180px;
text-transform: capitalize;
padding-right: 10px;
}
.course_and_dur_box ul li b img {
margin-right: 10px;
}
.course_and_dur_box ul li p {
color: #000;
}
.course_decptn h3 {
font-size: 22px;
color: #000000;
font-weight: 700;
margin-bottom: 10px;
}
.course-check-now-btn a {
font-size: 16px;
border-top: 1px solid #cccc;
display: block;
padding: 10px 10px;
font-weight: 500;
}
.pose-hldr {
background: #fff;
border-radius: 10px;
overflow: hidden;
}
.pose-hldr .pose-wrapp {
align-items: center;
}
.pose_right {
padding: 20px;
text-align: justify;
}
.facilities-sec .section-hding p {
text-align: center;
}
.Prodigians-sec .section-hding p {
text-align: center;
}
.story_point .slick-initialized .slick-slide {
padding: 10px;
}
section.about_value {
padding-bottom: 0;
}
.wpcf7-checkbox input[type="checkbox"] {
margin-right: 5px;
}
.admission_form .wpcf7-checkbox label {
margin-bottom: 0;
display: flex;
align-items: center;
}
.admission_form .wpcf7-checkbox>span.wpcf7-list-item {
margin-left: 0 !important;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
box-shadow: inherit !important;
padding: 0 !important;
}
.Prodigians-box {
transition: 0.4s all ease-in-out;
}
.Prodigians-box:hover {
scale: 1.1;
}
.success_story.about_story .Prodigians-hldr,
.team_prodigy .mocktest-box {
transition: 0.4s all ease-in-out;
}
.success_story.about_story .Prodigians-hldr:hover,
.team_prodigy .mocktest-box:hover {
background: #d1e9ff;
}
.contact_info_hldr .connect-form {
padding: 30px;
height: 100%;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
background: #fff;
}
.hostel_info_hldr a img {
min-height: 360px;
object-fit: cover;
width: 100%;
}
.admission_form_hldr p {
text-align: justify !important;
}
#addmission_form .wpcf7 .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
#addmission_form {
width: 70%;
margin: 0 auto;
}
.crash-course {
justify-content: space-between !important;
}
.crash-course>div:first-child {
width: 30%;
}
.crash-course>div:last-child {
width: 68%;
}
.col-frm {
padding: 20px;
background: #e6e6e6;
border-radius: 15px;
}
.col-frm .connect-form {
padding-right: 10px;
}
.overview_box h4 a strong {
display: block;
font-size: 17px;
}
.courselist li strong {
display: block;
} .section-hding h1 {
font-size: 33px;
}
.iner_blog h1 {
margin-bottom: 10px;
}
.blog_box .blog_left_box:nth-child(3) img {
width: 1200px;
height: 400px;
object-fit: cover;
}
.blog_box .date img {
display: none;
} .course_dtls .inner_dtls h1 {
font-size: 33px;
}
.course_dtls .inner_dtls .course_decptn h3 {
margin-top: 10px;
} .about_pg_txt .section-hd .title {
font-size: 33px;
}
.about_pg_txt .section-hd ol {
padding: 0;
margin-top: 10px;
}
.page_loader {
position: fixed;
top: 0;
left: 0;
background-color: #fff;
width: 100%;
height: 100vh;
z-index: 10000000;
display: flex;
align-items: center;
justify-content: center;
}
.page_loader img {
width: 20%;
}
.loaded .page_loader {
display: none;
}
.mocktest-box a {
background: #4f69b1;
color: #fff;
display: inline-block;
padding: 9px 20px;
margin-top: 10px;
}
.mocktest-box p {
min-height: auto;
}
.tech-con {
min-height: 280px;
} .pose-wrapp {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/back_new_img.jpg);
background-repeat: no-repeat;
background-size: cover;
} .pose-hldr .pose-wrapp {
align-items: center;
position: relative;
z-index: 9;
color: #fff;
}
.pose-wrapp:after {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.5);
z-index: -1;
width: 68%;
height: 100%;
right: 0;
color: #fff;
}
.pose-hldr .pose-wrapp .pose_right .section-hding h4 {
color: #fff;
}
.contact_info_hldr>div:last-child {
margin-bottom: 0 !important;
} .press-and-news-sec {
box-shadow: none;
padding: 0;
}
.news_slide {
background: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 30px 20px 50px 20px;
transition: 0.5s ease-in-out;
position: relative;
overflow: hidden;
height: 435px;
}
.news_slide .slick-arrow {
position: absolute;
bottom: 20px;
height: 25px;
width: 26px;
font-size: 0;
border: none;
outline: none;
border-radius: 50%;
padding: 0;
}
.news_slide .slick-arrow.slick-next {
left: 40%;
background: #f0f0f0 url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/left-arrow.svg) no-repeat center center / 15px;
}
.news_slide .slick-arrow.slick-prev {
left: 52%;
background: #f0f0f0 url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/right-arrow.svg) no-repeat center center / 15px;
}
.readmore-modal ul {
padding: 0 0 0 15px;
}
.readmore-modal ul li {
list-style: disc;
padding-bottom: 10px;
}
ul.social-media-header li a {
padding: 0 16px 0 0;
font-size: 19px;
}
.header-top-left ul li {
display: flex;
color: #fff;
}
.pose-subtitle {
display: block;
}
.footer-contact-div {
display: flex;
align-items: center;
}
.footer-contact-div a {
margin: 0 3px 0 0;
}
.footer-contact-div a:last-child {
margin-right: 0;
margin-left: 3px;
}
img.twt-head {
width: 16px;
}
li.twitter-footer img {
background: #fff;
width: 24px;
height: 24px;
border-radius: 50%;
padding: 4px;
}
li.twitter-footer span {
margin-left: 8px;
} .item-pro {
display: block;
padding: 10px;
border: 1px solid #ccc;
margin: 5px 0;
}  .item-pro {
display: none;
padding: 10px;
border: 1px solid #ccc;
margin: 5px 0;
}
#loadMore {
display: block;
margin-top: 10px;
padding: 5px 10px;
cursor: pointer;
} .gallery_nav_tab_sec ul {
display: flex !important;
flex-wrap: wrap !important;
padding-left: 0;
margin-bottom: 0;
list-style: none;
justify-content: center !important;
gap: 5px;
border-bottom: none;
}
.gallery_nav_tab_sec ul .nav-link {
border: 1px solid #000;
border-radius: 5px;
}
.gallery_nav_tab_sec ul .nav-link:hover {
border: 1px solid #000;
}
.gallery_nav_tab_sec ul .nav-link.active {
border: none;
background-color: var(--bluelighter);
color: #fff;
margin-bottom: 30px;
border: 1px solid var(--bluelighter);
}
.gallery_nav_tab_sec img {
height: 250px !important;
object-fit: cover !important;
}
.gallery_nav_tab_sec .item-pro {
border: none !important;
}
.gallery_nav_tab_sec .show_more_btn {
display: flex;
justify-content: center;
}
.gallery_nav_tab_sec .show_more_btn #loadMore {
margin-top: 10px;
padding: 5px 10px;
cursor: pointer;
display: block;
background-color: var(--bluelighter);
color: #fff;
border-radius: 5px;
}
.about-img img {
height: 100%;
width: 69%;
object-fit: cover;
margin-top: 15px;
} .blogSection-details ul li {
list-style: disc;
}
.blogSection-details ul {
margin-left: 15px;
} .menu-item-has-children .sub-menu {
position: absolute !important;
top: 100%;
left: 50%;
transform: translate(-50%, 70px);
background: #fff;
box-shadow: 0 0 10px rgb(0 0 0/15%);
width: 200px;
padding-top: 0;
opacity: 0;
pointer-events: none;
transition: all 0.5s ease-in-out;
z-index: 999;
flex-wrap: wrap;
border-top: 2px solid var(--bluelight);
}  .banner figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
figure {
margin-bottom: 0;
} .top_header {
background-color: #fff;
padding: 5px 0;
position: relative;
}
.top_header::before {
position: absolute;
content: "";
background-color: var(--headingColor);
width: 70%;
height: 100%;
right: 0;
top: 0;
}
.tophdr p {
color: #fff;
font-size: 13px;
}
.tophdr a {
font-family: var(--bodyFont);
color: #fff;
font-size: 15px;
font-weight: 600;
text-decoration: none;
}
.call_mail {
padding-right: 100px;
position: relative;
}
.tophdr {
display: flex;
justify-content: space-between;
}
.logo {
position: relative;
}
.bnr_sec {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/bnr.jpg) no-repeat;
background-size: cover;
height: 100%;
background-position: center;
padding: 60px 0 100px 0;
}
.bnr_sec h1 {
font-size: 40px;
font-weight: 600;
color: var(--headingColor);
text-align: center;
padding-bottom: 20px;
}
.bnr_sec p {
text-align: center;
font-size: 15px;
font-weight: 600;
padding: 20px 0;
}
.frm_sec {
padding-top: 0;
}
.frm_sec .form_sec {
background-color: #e4faff;
border: 5px solid #fff;
border-radius: 20px;
padding: 30px;
margin-top: -70px;
}
.frm_sec .form_sec h2 {
text-align: center;
font-size: 30px;
font-weight: 600;
color: var(--headingColor);
padding-bottom: 10px;
}
.frm_sec .form_sec h6 {
text-align: center;
font-size: 15px;
font-weight: 500;
color: var(--headingColor);
padding-bottom: 20px;
}
.frm_sec form {
width: 430px;
margin: 0 auto;
position: relative;
}
.frm_sec form::before {
position: absolute;
content: "";
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/phn.svg) no-repeat;
height: 20px;
width: 20px;
left: 10px;
top: 15px;
}
.frm_sec input {
height: 50px;
border: 1px solid #77a6ff;
border-radius: 8px;
padding: 0 35px;
}
.frm_sec input:focus {
box-shadow: none;
}
.frm_sec input::placeholder {
font-size: 13px;
font-weight: 400;
color: #45474b;
}
.verify_btn {
padding-top: 20px;
}
.verify_btn button {
border-radius: 50px;
padding: 16px 52px;
background: linear-gradient(270deg, #049523 0%, #68d280 100%);
font-size: 15px;
font-weight: 600;
color: #fff;
border: none;
font-family: var(--bodyFont);
transition: 04s all ease-in-out;
}
.frm_sec .privcy {
font-size: 11px;
color: var(--headingColor);
text-align: center;
padding: 20px 0 10px 0;
}
.frm_sec .privcy span {
font-weight: 600;
color: #00afd6;
}
.frm_sec .login {
font-size: 11px;
color: var(--headingColor);
text-align: center;
}
.frm_sec .login a {
font-weight: 600;
color: #00afd6;
}
.details_sec h2 {
font-size: 40px;
font-weight: 600;
color: var(--headingColor);
padding-bottom: 20px;
}
.detls_list li {
padding-bottom: 20px;
color: #45474b;
font-size: 15px;
font-weight: 500;
font-family: var(--bodyFont);
position: relative;
margin-left: 30px;
}
.detls_list li::before {
position: absolute;
content: "";
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/tick.png) no-repeat;
height: 20px;
width: 20px;
left: -30px;
top: 0px;
}
.details_sec p {
font-size: 15px;
font-weight: 700;
color: #45474b;
}
.benefit_sec {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/benefit-bg.png) no-repeat;
background-size: cover;
height: 100%;
background-position: center;
padding: 60px 0;
position: relative;
}
.benefit_sec::after {
position: absolute;
content: "";
background: linear-gradient(91.9deg, #fec633 0%, #f6932e 100%);
bottom: 0;
height: 5px;
width: 100%;
}
.benefit_sec h2 {
font-size: 40px;
font-weight: 600;
color: #fff;
text-align: center;
padding-bottom: 20px;
}
.benefit_sec p {
font-size: 15px;
color: #244293;
line-height: 26px;
}
.benefit_sec .prize {
font-size: 20px;
font-weight: 600;
color: #fff;
text-align: center;
padding: 20px 0;
}
.medal_sec {
background-color: #e4faff;
}
.medal_sec p {
font-size: 20px;
font-weight: 600;
color: var(--headingColor);
text-align: center;
margin-bottom: 30px;
}
.school_sec h2 {
font-size: 40px;
font-weight: 600;
text-align: center;
color: var(--headingColor);
margin-bottom: 30px;
}
.school_sec .school_slider .school_card {
background: linear-gradient(91.9deg, #fec633 0%, #f6932e 100%);
border-radius: 20px;
padding: 10px;
position: relative;
}
.school_sec .school_slider .school_card img {
width: 100%;
}
.school_sec .school_slider .schl_crds {
padding: 15px;
margin-bottom: 60px;
}
.school_sec .school_slider .slick-dots {
display: flex;
gap: 5px;
justify-content: center;
font-size: 0;
}
.school_sec .school_slider .slick-dots li {
width: 10px;
height: 10px;
}
.school_sec .school_slider .slick-dots li button {
height: 10px;
width: 10px;
border-radius: 50px;
border: 1px solid #00afd6;
background-color: #c0f3ff;
font-size: 0;
padding: 0 !important;
}
.school_sec .school_slider .slick-dots li.slick-active button {
background-color: #f6952e;
border: none;
}
.school_sec .school_slider .schl_name {
background-color: #18479f;
padding: 45px 0 20px 0;
position: absolute;
bottom: -45px;
left: 0;
width: 100%;
border-radius: 20px;
}
.school_sec .school_slider .cards_schl {
position: relative;
z-index: 1;
}
.school_sec .school_slider .schl_name p {
color: #fff;
font-size: 15px;
font-weight: 600;
text-align: center;
}
.qsn_sec .title {
font-size: 40px;
font-weight: 600;
text-align: center;
color: var(--headingColor);
margin-bottom: 30px;
}
.qsn_sec .accordion-item {
color: var(--bs-accordion-color);
background-color: var(--bs-accordion-bg);
border: 0 !important;
margin: 20px 0;
box-shadow: 0px 0px 15px 0px #05266526;
border-radius: 15px !important;
}
.qsn_sec .accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 1rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: var(--bs-accordion-btn-bg);
border: 0;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
overflow-anchor: none;
transition: var(--bs-accordion-transition);
background-color: #fff;
}
.qsn_sec .accordion-item:first-of-type .accordion-button {
border-top-left-radius: 15px !important;
border-top-right-radius: 15px !important;
padding: 20px;
}
.qsn_sec .accordion-button:focus {
box-shadow: none;
}
.accordion-button:not(.collapsed) {
color: var(--bs-accordion-active-color);
background-color: #ffffff !important;
box-shadow: none !important;
}
.qsn_sec .accordion-item:last-of-type .accordion-button.collapsed {  border-radius: 15px !important;
}
.accordion-button.collapsed {
border-radius: 15px !important;
}
.qsn_sec .accordion-body {
color: #45474b;
}
.qsn_sec .accordion-body ul li {
list-style: disc;
margin-left: 20px;
padding: 2px 0;
font-size: 15px;
}
.qsn_sec .accordion-body p {
font-size: 15px;
}
.qsn_sec .accordion-header button p {
font-size: 18px;
color: #18479f;
font-weight: 600;
}
.qsn_sec .accordion-header button p span {
background-color: #f6952e;
border-radius: 50%;
padding: 5px 9px;
color: #fff;
font-weight: 500;
font-size: 18px;
}
#shadow-host-companion {
display: none;
}
.get_in_touch {
background-color: #fff2e4;
}
.get_in_touch h2 {
font-size: 40px;
font-weight: 600;
text-align: center;
color: var(--headingColor);
margin-bottom: 30px;
}
.ftr_calls {
padding-right: 0 !important;
}
.ftr_calls p {
font-size: 20px;
color: var(--headingColor);
}
.ftr_calls a {
font-size: 25px;
font-weight: 600;
color: var(--headingColor);
text-decoration: none;
}
.landing_ftr {
background-color: #18479f;
padding: 15px 0;
}
.landing_ftr p {
color: #fff;
font-weight: 600;
text-align: center;
font-size: 15px;
}
.landing_ftr p a {
color: #1fd7ff;
}
.connect-form .form-select,
.connect-form textarea,
.connect-form input:not(input[type="submit"], input[type="checkbox"], input[type="radio"]) {
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #474747;
border: 1px solid #eee;
height: 48px;
background: #f9fafb;
}
.connect-form textarea {
height: 100px;
background: #f9fafb !important;
border: 1px solid #eee !important;
}
.form-select:focus {
box-shadow: inherit;
}
.t\&c input {
width: 20px;
height: 20px;
min-width: 20px;
min-height: 20px;
margin-right: 10px;
}
.form-control:focus {
box-shadow: inherit;
}
label.t\&c {
display: flex;
align-items: center;
margin: 12px 0;
font-weight: 400;
font-size: 13px;
line-height: 16px;
}
.notice.notice-success {
background: #70b47e;
padding: 10px;
color: #fff;
}
.notice.notice-error p {
color: red;
font-size: 13px;
}
.notice.notice-error {
border: 1px solid red;
padding: 10px;
margin-top: 12px;
} #otp_mainform {
text-align: center;
}
#otp_mainform label,
#otp_mainform .resend-section p {
font-size: 14px;
margin: 5px 0;
color: var(--headingColor);
}
#otp_mainform .resend-section {
text-align: center;
margin-top: 15px;
}
#otp_mainform #resend_otp {
border-radius: 50px;
padding: 16px 52px;
margin: 15px auto 20px;
}
.notice.notice-success {
max-width: 430px;
margin: 0 auto;
text-align: center;
margin-top: 15px;
}
#otp_mainform #otp {
margin-top: 10px;
}
#otp_mainform .verify_btn {
margin-bottom: 10px;
}
#click-me {
position: fixed;
padding: 10px;
top: 50%;
right: 0;
background: red;
color: #fff;
width: 60px;
text-align: center;
z-index: 999;
}
#click-me:hover {
background: #358446;
} .Prodigians-hldr .succes-slider img {
width: 200px;
height: 200px;
object-fit: cover;
}
.Prodigians-hldr .succes-slider .stroy_right {
padding: 0;
}
.Prodigians-hldr .succes-slider .stroy_right p {
font-size: 14px;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.about_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #000 !important;
box-shadow: 0px 0 0 4px #fff;
}
.post_brchr_btn a {
background: #1ebfe2;
border-radius: 5px;
margin-top: 15px;
color: #fff;
padding: 7px;
font-weight: 500;
} .white-bg h4 {
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-align: center;
margin-bottom: 10px;
min-height: 40px;
}
.mock_benefit_sec .white-bg figure {
margin-bottom: 1rem !important
}
.mock_benefit_sec p {
text-align: center;
padding: 0 10%; margin-bottom: 50px !important;
}
.mock_benefit_sec {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/Jyotimoy-skilan.png) repeat bottom / contain;
background-color: #faf9f9;
}
.mocktst_overview .over_inr span {
display: block;
line-height: 29px;
}
.mock_benefit_sec h2 {
margin-bottom: 30px;
color: var(--headingColor);
font-weight: bold;
}
.mock_benefit_sec .new_moc_cont p {
margin-bottom: 0 !important;
color: #000;
padding: 0;
}
.white-bg {
text-align: center;
background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0px 0px 15px 0px #004e9040;
}
.details-of-mock h4 {
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 15px;
color: #0274be;
font-size: 25px;
text-align: left;
font-weight: bold;
}
.subject-type span {
display: block;
margin-bottom: 15px;
position: relative;
}
.subject-type span:before {
position: absolute;
content: "";
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/tick.png) no-repeat;
height: 20px;
width: 20px;
left: -30px;
top: 0px;
}
.end-content .white-bg {
padding: 30px;
border: 1px solid #b0c3f8;
}
.end-content .white-bg h4 {
color: #0274be;
font-size: 25px;
text-align: left;
}
.end-content .white-bg li {
padding-bottom: 20px;
color: #45474b;
font-size: 15px;
font-weight: 500;
font-family: var(--bodyFont);
position: relative;
margin-left: 30px;
text-align: left;
position: relative;
}
.end-content .white-bg li::before{
position: absolute;
content: "";
height: 8px;
width: 8px;
border-radius: 50%;
background-color: #18479f;
left: -14px;
top: 7px;
}
h1.mock-tit {
padding: 20px 0;
font-size: 30px !important;
font-weight: 600;
color: #0274be;
text-align: center;
margin-bottom: 20px;
}
.mock-des h3 {
margin-top: 0 !important;
}
.mock-over-view .course_and_dur_box {
border: 1px solid #b0c3f8;
border-radius: 15px;
}
.mocktest-form h3 {
margin-bottom: 22px;
color: var(--headingColor);
font-weight: bold
}
.mock-des {
background: #fff;
padding: 25px;
border-radius: 10px;
border: 1px solid #b0c3f8;
}
.subject-type {
padding: 0 0 0 61px;
}
.end-content {
margin-top: 30px;
padding-top: 0;
padding-bottom: 30px;
}
.mock_benefit_sec .white-bg figure img {
width: 60px;
height: 60px;
transition: 0.4s all cubic-bezier(0.36, 0.38, 0.68, 0.46);
}
.mock_benefit_sec .white-bg:hover figure img {
scale: .8;
}
.mock-dts p {
color: #000;
}
.mocktst_overview .over_inr {
min-height: 510px;
}
.mocktst_overview .overview_box h4 {
min-height: 49px;
text-align: center;
margin-top: 10px;
font-weight: bold;
}
.mock-over-view .course_and_dur_box {
padding-bottom: 20px
}
.mocktest-form {
background: #fff;
margin-bottom: 35px;
padding: 30px;
border-radius: 20px;
border: 1px solid #b0c3f8
}
.mocktest-form h3 {
margin-bottom: 22px;
}
.page-id-1518 .benefit_sec p{
color: #000 !important;
} .mocktst_overview .over_inr {
height: 600px !important;
}
.overview_box .over_inr .text-center {
margin-top: 20px !important;
} .courselist-div{
position: relative;
overflow: hidden;
}
.courselist-img-div{
position: absolute;
top: 0;
left: 0;
height: 250px; 
opacity: 0;
transition: ease-in all 0.3s;
}
.courselist-img-div img{
width: 100%;
height: 100%;
object-fit: cover;
transition: ease-in all 0.3s;
}
.courses-sec .swiper-slide:hover .courselist-img-div{
opacity: 1;
transition: ease-in all 0.3s;
}
.courses-sec .swiper-slide:hover .courselist{
opacity: 0;
transition: ease-in all 0.3s;
}
.wpcf7 form>div, .wpcf7 form>p{
font-size: 0.6rem;
margin-top: 1px;
}
#send-otp-btn {
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
color: #eaecef;
border-color: #395297;
background-color: #395297;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
font-family: inherit;
font-weight: 600;
line-height: 1em;
margin-top: 7px;
} .about_inner .about-img{
float: right;
width: 500px;
}
.about-cntnt .section-hding{
overflow: hidden;
}
.about_inner .about-img figure{
float: right;
width: 500px;
padding-left: 50px;
}
.about_inner .about-img img {
height: 100%;
width: 100%;
object-fit: cover;
margin-top: 15px;
} @media (max-width: 1366px) {
.journey_year {
width: 80px;
height: 80px;
font-size: 17px;
}
ul.journey_info li:nth-child(6) .journey_desc {
width: 130px;
left: 44%;
}
}
@media (min-width: 1999px) {
.header-top::before {
width: 38%;
}
.banner-content {
right: 85px;
}
}
@media (min-width: 1400px) {
.banner-content {
right: 85px;
}
}
@media (max-width: 1399px) {
.banner-slider .swiper-pagination { bottom: 35px;
}
.banner-content {
right: 92px;
}
}
@media (max-width: 1199px) {
.banner-content h1 {
font-size: 50px;
align-items: center;
}
.banner-content svg {
width: 420px;
}
.banner-content p {
margin: -10px 0 20px;
font-size: 30px;
}
.enroll-btn {
padding: 10px;
min-width: 160px;
}
.vivekananda-quote .d-flex {
margin: -55px auto 0;
}
.banner-slider .swiper-pagination {
bottom: 68px;
}
.fg_img figure img {
height: 150px;
}
.banner-content h1 svg text {
font-size: 50px;
} .abt_img_2 img {
max-width: 315px;
}
.abt_img_2 {
bottom: -130px;
}
.about_img {
padding: 0 0 0 60px;
}
.about_img::after {
top: 38%;
left: 10%;
width: 40px;
height: 154px;
}
.abt_prodigy_text {
padding: 0;
}
.value_cont p {
min-height: 247px;
margin: 0;
}
.news_txt {
padding: 40px 25px 40px 0;
}
ul.journey_info::before {
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/info.png) no-repeat left 95% top 37%;
background-size: 86%;
}
ul.journey_info li:nth-child(6) .journey_desc {
left: 0;
top: 95%;
width: 150px;
}  .admission_img {
margin-right: -80px;
}
.admission_pg.brochure-hldr {
padding-left: 20px;
align-items: flex-start !important;
}  .course_description .dwnld-brochure {
top: -25%;
}
.course_detail_holder figure img {
height: 293px;
}
.course_detail_holder {
margin-bottom: 30px;
}
.course_cont h4 {
font-size: 23px;
line-height: 30px;
margin-bottom: 20px;
}
.methodology_hldr ul {
justify-content: space-between;
}
.methodology_hldr ul li {
width: 48%;
}
.value_cont.why h6 {
min-height: 44px;
}  .hostel_tour {
padding: 126px 35px;
}
.ht_img_1 {
height: 350px;
object-fit: cover;
}
.hostel_fees {
padding: 17px 20px;
} .fac-box p {
min-height: 70px;
}
.courses-hldr p {
min-height: 283px;
}
.brochure-cntnt h3 {
font-size: 30px;
}
.banner-content .evenr_sec {
width: 70%;
}
.evenr_sec h2 {
font-size: 26px;
}
.evenr_sec ul li {
margin-bottom: 12px;
}
.banner-content {
right: 4%;
}
.evenr_sec h4 {
margin-bottom: 15px;
}
.course_and_dur_box ul li {
margin-bottom: 15px;
}
.course_and_dur_box ul li b {
min-width: 150px;
}
a.download_pdf {
font-size: 14px;
}
}
@media (max-width: 1023px) { .call_mail {
padding-right: 0px;
position: relative;
}
.school_sec h2 {
font-size: 35px;
margin-bottom: 20px;
}
.qsn_sec .title {
font-size: 35px;
}
.get_in_touch h2 {
font-size: 35px;
}
h1 {
font-size: 35px !important;
}
.details_sec h2 {
font-size: 35px;
}
.frm_sec .form_sec h2 {
font-size: 32px;
}
.benefit_sec h2 {
font-size: 35px;
} .header-top a .txt {
display: none;
}
.header-top a.location-map .ico,
.header-top a .ico {
margin-right: 0;
}
.header-top-left ul li:not(:last-child) {
margin-right: 10px;
}
.logo img {
max-width: 120px;
}
.main-menu ul li a {
padding: 17px 10px;
font-size: 14px;
}
.haschild>a::after {
font-size: 16px;
right: 0;
}
.vivekananda-quote .d-flex figure img {
max-width: 170px;
}
.vivekananda-quote .d-flex figure {
margin-right: 20px;
}
.vivekananda-quote .d-flex p {
font-size: 16px;
font-weight: 500;
line-height: 25px;
}
.vivekananda-quote .d-flex {
margin: -25px auto 0;
}
.enroll-btn {
padding: 8px;
min-width: 150px;
}
.banner-content p {
margin: -10px 0 15px;
font-size: 26px;
}
.banner-slider .swiper-pagination {
bottom: 35px;
}
.about-img figure:not(:last-child) {
width: 70%;
}
.about-img figure img {
width: 100%;
}
.about-img2 {
top: 50%;
transform: translateY(-50%);
}
.about-img {
margin-right: 0 !important;
}
section {
padding: 45px 0;
}
.about-cntnt {
padding-top: 45px;
}
.about-sec {
padding: 60px 0 50px;
}
h2.title, .about-sec h2.title {
font-size: 29px;
}
.section-hding {
margin: 0 0 18px;
}
.section-hding p {
margin: 10px auto 0;
width: 100%;
}
.section-hding.text-center {
margin: 0 0 25px;
}
.counter-sec::before {
width: 60%;
}
.facilities-sec .row.m-0 .col {
margin: 0 0 12px;
}
.facilities-sec .row.align-items-center { position: relative;
}
.facilities-sec .row.m-0 {
width: 70%;
margin: 0 auto !important;
padding: 20px 14px 10px;
background: #fff;
border-radius: 5px;
z-index: 1;
position: relative;
}
.facilities-sec .row .mb-0 {
margin-left: 0;
position: absolute;
top: 0;
width: 100%;
left: 0;
}
.facilities-sec .row .col-lg-8 {
padding-top: 0;
padding-bottom: 0;
}
.facilities-sec,
.press-and-news-sec {
padding-top: 40px;
}
.brochure-hldr {
flex-wrap: wrap;
}
.brochure-cntnt {
width: 100%;
}
.brochure-hldr figure {
width: 100%;
margin: 0 0 20px !important;
}
.brochure-cntnt h3 {
font-size: 30px;
margin: 0 0 10px;
}
.connect-form .row>div p .wpcf7-form-control[type="submit"] {
margin: auto;
}
.connect-form .wpcf7 .wpcf7-recaptcha iframe {
transform: scale(1);
}
.mocktest-box {
margin: 0 0 20px;
}
.press-hldr {
padding-top: 40px;
}
h3.title3 {
font-size: 25px;
line-height: 1;
margin: 0 0 15px;
}
.testimonial-slider {
padding: 40px 20px 40px 70px;
}
.testimonial-slider .swiper-slide .d-flex {
margin: 0 0 15px;
}
.testimonial-slider .swiper-slide>div p {
margin: 0 0 18px;
line-height: 25px;
padding-left: 18px;
font-size: 14px;
}
.testimonial-slider .swiper-slide>div p .quote {
top: -3px;
max-width: 17px;
}
.footer-top {
padding: 40px 0;
}
.Prodigians-box {
margin: 0 0 20px;
}
.fg_img figure img {
height: 100px;
}
.Prodigians-sec {
padding: 25px 0 25px;
}
.sitemain {
padding-top: 79px;
}
.header-bottom {
padding: 10px 0;
} .about_img {
padding: 0;
}
.abt_img_2 img {
max-width: 215px;
}
.about_img::after {
top: 66%;
left: 29%;
transform: rotate(90deg);
}
.about_value_hldr h4,
.news_txt h4 {
font-weight: 500;
font-size: 25px;
line-height: 35px;
color: #161616;
margin-bottom: 15px;
}
.value_cont p {
min-height: 140px;
}
.about_value_hldr .row>div:nth-child(-n + 2) {
margin-bottom: 20px;
}
.advisory_team_hldr .row>div:nth-child(-n + 3) {
margin-bottom: 20px;
}
.abt_news_hldr::after {
display: none;
}
.news_txt {
padding: 40px;
text-align: center;
}
.about_value_hldr h4,
.news_txt h4,
.about_value_hldr p {
text-align: center;
}
.abt_news_hldr {
margin-bottom: 15px;
}
.abt_career_hldr h4 {
font-size: 25px;
line-height: 30px;
}
ul.journey_info::before {
display: none;
}
ul.journey_info {
padding-top: 0;
}
ul.journey_info {
flex-wrap: wrap;
}
ul.journey_info li {
width: 50%;
justify-content: space-between !important;
padding: 0 !important;
margin-bottom: 20px !important;
}
ul.journey_info li:nth-last-child(-n + 2) {
margin-bottom: 0 !important;
}
ul.journey_info li .journey_desc {
position: relative !important;
width: calc(100% - 135px) !important;
left: inherit !important;
top: inherit !important;
text-align: left !important;
}
ul.journey_info li:nth-child(2) .journey_desc {
right: 0;
}
.journey_year {
margin-bottom: 0;
}  .faq_testi_holder .row>div:first-child,
.faq_testi_holder .row>div:last-child {
padding: 50px 15px;
}
.faq_testi_holder::before {
display: none;
}  .course_detail_holder {
padding: 20px;
}
.course_description .dwnld-brochure {
top: 17px;
}
.course_description {
padding: 20px 0 0 0;
border: 0;
}
.course_description p {
margin: 0;
}
.methodology_hldr ul li {
width: 50%;
}
.success_stories_holder .connect-form {
margin-top: 20px;
padding-right: 10px;
}
.value_cont.why h6 {
min-height: 0;
}
.why_course_holder .row>div:nth-child(-n + 2) {
margin-bottom: 15px;
}  .hostel_tour {
padding: 115px 20px;
}
.ht_img,
.ht_img_1 {
height: 219px;
}
.hostel_fees .nav-tabs .nav-link {
padding: 8px;
}
.hostel_fees .nav-tabs li:not(:last-child) {
margin-bottom: 10px;
}
.price_book {
flex-wrap: wrap;
}
.price_book .price,
.price_book a {
width: 100%;
}  .hostel_fees.mock .tab_item .row>div:not(:nth-last-child(-n + 2)) {
margin-bottom: 30px;
}
.hostel_fees.mock .nav-tabs .nav-link {
padding: 12px 10px;
}
.hostel_fees.mock .nav-tabs {
margin-bottom: 20px;
}
.hostel_fees.mock .tab_item .row>div:nth-last-child(-n + 2) {
margin-bottom: 0;
}  .toppers_box {
padding: 40px;
}
.toppers_box .Prodigians-hldr.row>div {
margin-bottom: 40px;
}
.toppers_box .Prodigians-box {
margin: 0;
}  .contact_info_hldr .connect-form {
padding-bottom: 10px;
}
.contact_info_hldr .connect-form .row { }  .job_cont .job_desc {
padding: 20px 0;
}
.job_cont {
padding: 0 20px;
}
.current_opening h3 {
font-size: 25px;
line-height: 30px;
}
.job_openings_hldr {
padding-top: 45px;
}
.job_openings_hldr::before {
height: 100%;
}
.connect-form.job_apply_form {
padding-right: 20px;
padding-left: 10px;
} .mocktest-hldr>div:nth-child(-n + 3) {
margin-bottom: 0px;
}
.testimonial-slider {
padding: 22px 20px 26px 70px;
}
.course_description .read-more {
margin-top: 15px;
}
.testimonial-slider .swiper-slide>div {
min-height: 420px;
}
.course_cont h6 {
display: block;
}
.course_detail_holder .dwnld-brochure {
display: block !important;
margin-top: 10px; }
.banner-content .evenr_sec h2 {
font-size: 20px;
}
.banner-content .evenr_sec h4 {
margin-bottom: 5px;
}
.banner-content .evenr_sec {
margin: 0 auto;
width: 68%;
}
.banner-content .evenr_sec ul li img {
width: 30px;
height: 40px;
}
.banner-content .evenr_sec ul li span {
font-size: 12px;
}
.evenr_sec ul li {
margin-bottom: 5px;
}
.evenr_sec ul li figure {
margin-bottom: 7px;
}
.banner-content {
right: 43px;
top: 41%;
}
.banner-content .evenr_sec h4 {
font-size: 15px;
}
.main-menu {
display: none;
}
.mobilemenuBtn {
display: inline-block;
}
.mocktest-box span {
min-height: 54px;
}
.mocktest-box p {
min-height: 130px;
}
}
@media (max-width: 991px) {
.header-top .header-top-left a {
padding: 2px 8px 2px 0;
}
.stroy_right {
padding: 0;
margin-top: 15px;
}
.inner_dtls h2 {
font-size: 22px;
}
.course_and_dur_box .read-more {
transform: inherit;
position: static;
}
.course_and_dur_box {
padding: 20px;
}
.course_and_dur_box {
margin-bottom: 30px;
}
.course_and_dur_box ul li b {
min-width: 170px;
}
.course_decptn h3 {
font-size: 18px;
}
.story_point .slick-prev {
bottom: 0;
}
.story_point .slick-next {
bottom: 0;
}
.top-stu-bx.slick-initialized.slick-slider {
padding-bottom: 50px;
}
section.success_story.about_story {
padding-bottom: 0;
}
.mocktest-box {
height: auto;
}
.admission_form_hldr ul {
width: 100%;
}
#addmission_form {
width: 100%;
}
.crash-course>div:first-child {
width: 45%;
}
.crash-course>div:last-child {
width: 50%;
}
.overview_box h4 a strong {
font-size: 16px;
}
a.view_details {
font-size: 14px;
}
.about-img>figure:first-child {
width: 100%;
}
.mocktest-form form .wpcf7-form-control.wpcf7-submit.has-spinner{
margin-top: 15px;
}
.header-top-inner {
flex-flow: wrap;
}
.header-top-left {
width: 100%;
}
.header-top a .txt {
display: inline-block;
font-size: 14px;
}
.header-top a .ico {
font-size: 14px;
margin-right: 8px;
line-height: 14px;
margin-top: 3px;
}
.header-top ul {
justify-content: space-between;
}
.siteheader.sticky {
transform: translateY(-69px);
}
}
@media (max-width: 767px) { .about_inner .about-img figure {
float: none;
width: auto;
padding-left: 0;
}
.about_inner .about-img {
float: none;
width: auto;
} .overview_box .over_inr .text-center{
margin-top: 15px;
}
.end-content .white-bg h4 {
line-height: 30px;
}
.end-content .white-bg ul {
margin-left: 14px;
}
.footer-box ul{
padding-left: 1rem;
}
img.twt-head {
width: 14px;
}
.siteheader.sticky {
transform: translateY(-27px) !important;
}
.end-content .white-bg li{
margin-left: 0 !important;
}  .top_header::before {
position: absolute;
content: "";
background-color: var(--headingColor);
width: 75%;
height: 100%;
right: 0;
top: 0;
}
.call_mail p {
font-size: 9px !important;
}
.call_mail a {
font-size: 9px;
}
.call_mail img {
height: 20px;
width: 20px;
}
.logo img {
width: 70px;
}
.tophdr {
display: flex;
justify-content: space-between;
align-items: center;
}
h1 {
font-size: 26px !important;
}
p {
font-size: 13px !important;
}
.frm_sec .form_sec h2 {
font-size: 23px;
}
.frm_sec .form_sec h6 {
font-size: 13px;
}
.frm_sec form {
width: 100%;
}
.verify_btn button {
font-size: 13px;
}
.frm_sec .privcy {
font-size: 11px;
}
.details_sec h2 {
font-size: 25px;
}
li {
font-size: 13px !important;
}
.benefit_sec h2 {
font-size: 25px;
}
.benefit_sec .prize {
font-size: 15px !important;
}
.school_sec h2 {
font-size: 25px;
margin-bottom: 20px;
}
.qsn_sec .title {
font-size: 25px;
}
.get_in_touch h2 {
font-size: 25px;
margin-bottom: 20px;
}
.ftr_calls p {
font-size: 10px !important;
}
.ftr_calls a {
font-size: 11px;
}
.landing_ftr p {
font-size: 12px !important;
}
.bnr_sec {
padding: 60px 0;
}
.frm_sec {
padding-bottom: 0;
}
.qsn_sec {
padding-top: 0;
}
.get_in_touch {
padding: 30px 0;
}
.qsn_sec .accordion-header button p span {
padding: 2px 5px;
font-size: 12px;
} .header-top .header-top-left a {
padding: 2px 8px 2px 0;
}
.header-top-left ul li:not(:last-child) {
margin-right: 0px;
}
.haschild>a::after {
right: 22px;
font-size: 0;
top: 20%;
transform: translateY(-20%) rotate(135deg);
}
.haschild>a::after,
.haschild>a::before {
border-color: #000;
width: 6px;
height: 6px;
} body {
font-size: 14px;
}
.header-top a.admission-btn {
font-size: 12px;
padding: 6px;
text-align: center;
}
.login-hldr,
.admission-btn-hldr {
margin-right: 0 !important;
display: flex;
}
.header-top::before {
width: 170px;
}
.header-top-left {
width: 11%;
} .header-top .header-top-left a {
padding: 2px 8px 2px 0;
}
.header-top a .ico {
font-size: 16px;
}
.header-top a.location-map .ico {
width: 20px;
height: 20px;
line-height: 20px;
}
.header-top a .ico img {
max-width: 15px;
}
.header-bottom {
position: relative;
padding: 5px 0;
}
.siteheader.sticky {
transform: translateY(-34px);
}
.sitemain {
padding-top: 67px;
}
.vivekananda-quote .d-flex {
margin: 35px auto 0;
flex-wrap: wrap;
}
.banner-content h1 svg text {
font-size: 25px;
}
.banner-content h1 {
font-size: 25px;
align-items: end;
margin-left: -30px;
}
.banner-content svg {
width: 237px;
height: 78px;
}
.banner-content p {
margin: 4px 0 10px;
font-size: 17px;
}
.banner-content {
top: 52%;
}
.banner-content .evenr_sec {
background: rgba(0, 0, 0, 0.5);
width: 88%;
}
.banner-content {
right: 84px;
top: 50%;
}
.enroll-btn {
padding: 5px;
font-size: 13px;
min-width: 115px;
}
.banner-slider .swiper-pagination {
bottom: 103px;
transform: translate(0%, 0%) rotate(90deg);
left: inherit;
right: 0;
width: auto;
}
.vivekananda-quote .d-flex figure img {
max-width: 44px;
}
.vivekananda-quote .d-flex p {
margin: 10px 0 20px;
width: 100%;
}
.about-img::before {
right: 45px;
top: -12px;
}
.about-img figure.about-img2 img {
max-width: 230px;
height: 100%;
}
section {
padding: 45px 0;
}
.about-sec {
padding: 50px 0 40px;
}
.about-cntnt {
padding-top: 35px;
}
h2.title {
font-size: 25px;
}
.section-hding {
margin: 0 0 15px;
}
.about-cntnt li span {
position: absolute;
left: 0;
top: 5px;
}
.about-cntnt p {
margin: 0 0 10px;
text-align: justify;
}
.about-cntnt li {
position: relative;
padding-left: 25px;
margin: 0 0 5px;
}
.about-cntnt .read-more {
margin-top: 10px !important;
max-width: 100%;
}
.section-hding p {
font-size: 14px;
}
.facilities-sec,
.press-and-news-sec {
padding-top: 30px;
}
.facilities-sec .row.m-0 {
width: 100%;
padding: 15px 8px 10px;
}
.facilities-sec .row.align-items-center { }
.fac-box figure img {
height: 150px;
}
.brochure-sec::before {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.brochure-sec::after {
display: none;
}
.brochure-sec .connect-form {
background: #e3e3e3;
padding: 20px;
margin-top: 20px;
}
.brochure-hldr {
padding-bottom: 30px;
}
.connect-form {
padding-top: 30px;
padding-left: 0;
}
.connectForm .connect-form {
padding-top: 0;
}
.footer-top {
padding: 30px 0;
}
.footer-box h4 {
font-weight: 400;
font-size: 20px;
line-height: 1;
margin: 20px 0 10px;
}
.footer-box.socials ul {
display: flex;
text-align: center;
}
.footer-box.socials ul li:not(:last-child) {
margin: 0;
margin-right: 10px;
}
.footer-box.socials ul li a i {
margin-right: 4px;
}
.copyright_box p {
margin: 0;
line-height: 1.4;
font-size: 12px;
}
.video_box {
margin-right: 0;
margin-bottom: 15px;
}
.video_box iframe {
height: 190px;
}
.testimonial-slider {
padding: 30px 20px;
}
.inner_footer_gallery .row>div {
flex: 1 1 25%;
}
.inner_footer_gallery .col {
padding: 0 4px;
} .inner-banner figure img {
height: 150px;
object-fit: cover;
object-position: left;
}
.abt_prodigy_text {
text-align: center;
}
.inner-banner .section-hding {
bottom: 0;
}
.abt_img_2 {
bottom: -130px;
left: 50%;
transform: translate(-50%, 0);
}
.about_img::after {
display: none; }
.about_prodigy {
margin-bottom: 115px;
}
.about_value_hldr h4,
.news_txt h4 {
font-size: 21px;
line-height: 30px;
}
.value_cont p {
min-height: 105px;
}
.about_value_hldr .row>div:not(:last-child),
.advisory_team_hldr .row>div:not(:last-child),
.why_prodg_educlass_hldr .row>div:not(:last-child) {
margin-bottom: 15px;
}
.advisory_team_hldr .row {
margin-top: 30px;
}
.abt_career_hldr h4 {
font-size: 20px;
line-height: 20px;
}
a.click_here {
padding: 11px 0;
}
ul.journey_info li {
width: 100%;
}
ul.journey_info li {
margin-bottom: 15px !important;
}
ul.journey_info li:nth-last-child(-n + 2) {
margin-bottom: 15px !important;
}
ul.journey_info li:nth-last-child(-n + 1) {
margin-bottom: 0 !important;
}
.journey_year {
width: 80px;
height: 80px;
border: 6px solid rgba(89, 195, 255, 1);
font-weight: 700;
font-size: 18px;
line-height: 24px;
}  .faq_testi_holder .row>div:first-child,
.faq_testi_holder .row>div:last-child {
padding: 35px 15px;
}
.admission_img {
margin: 0;
}
.admission_img .row>div:first-child figure,
.admission_img .row>div:last-child figure {
height: auto;
margin-bottom: 15px !important;
}
.admission_img .row>div:last-child {
padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.admission_pg.brochure-hldr {
padding: 20px 0 0 0;
border-left: 0;
border-top: 1px solid #fff;
}
.admission_syllabus {
padding-bottom: 20px;
}  .course_detail_holder figure img {
height: auto;
}
.course_detail_holder figure {
margin-bottom: 15px !important;
}
.course_description {
padding: 15px 0 0 0;
}
.course_description .dwnld-brochure {
top: 0;
position: relative;
align-items: flex-start !important;
justify-content: flex-start !important;
margin-bottom: 15px;
}
.course_cont h4 {
font-size: 20px;
line-height: 30px;
margin-bottom: 15px;
}
.methodology_hldr ul li {
width: 100%;
}
.methodology_hldr ul li {
margin-bottom: 10px !important;
}
.methodology_hldr ul li:last-child {
margin: 0 !important;
}
.methodology {
padding: 35px 0;
}
.success_stories_holder .connect-form {
padding-top: 0;
padding-left: 10px;
}
.why_course_holder .row>div:not(:last-child) {
margin-bottom: 15px;
}  .hostel_tour {
padding: 30px 20px;
margin-bottom: 15px !important;
}
.hostel_info_hldr .row>div a {
margin-bottom: 0 !important;
}
.ht_img,
.ht_img_1 {
margin-bottom: 15px;
height: auto;
}  .hostel_fees.mock .nav-tabs {
justify-content: space-between;
}
.hostel_fees.mock .nav-tabs li {
width: 50%;
margin: 0 !important;
padding: 0 6px;
}
.hostel_fees.mock .nav-tabs .nav-link {
width: 100%;
}
.hostel_fees.mock .nav-tabs li:nth-child(n + 2) {
margin-bottom: 15px !important;
}
.hostel_fees.mock .tab_item .row>div:not(:nth-last-child(-n + 1)) {
margin-bottom: 15px;
}
h6.title4 {
margin-bottom: 8px;
}  .toppers_box {
padding: 30px;
}
.toppers_box .Prodigians-hldr.row>div:not(:last-child) {
margin-bottom: 30px;
}  .contact_info_hldr figure {
padding-bottom: 15px;
}
.contact_info_hldr .connect-form {
padding: 20px;
margin-bottom: 0;
}
.Address-box.contact {
padding: 30px 20px;
margin-bottom: 15px;
}
.contact_map {
height: 240px;
}
.center-two {
flex-flow: column;
margin-top: 15px;
}  .job_openings_hldr::before {
display: none;
}
.job_openings_hldr {
padding-top: 35px;
}
.connect-form.job_apply_form {
padding-right: 10px;
padding-left: 10px;
padding-top: 20px;
}
.career_gallery_hldr .row>div:not(:last-child),
.career_gallery_hldr .row>div:last-child {
margin-bottom: 15px !important;
} .fac-box p {
min-height: auto;
}
.courses-hldr p {
min-height: auto;
}
.brochure-roll {
height: auto;
}
.vivekananda-quote .d-flex {
height: auto;
} .abt_news_hldr .newspaper .col img {
height: auto;
}
.press-and-news-sec .press-hldr img,
.abt_news_hldr .newspaper .col img {
margin: 0 auto 5px;
padding-bottom: 5px;
}
.press-hldr .row>div,
.abt_news_hldr .newspaper .col {
text-align: center;
}
.mocktest-sec .read-more {
margin: 0 auto;
display: table;
}
.news_txt {
padding: 40px 15px;
text-align: center;
}
.tab-news .tab-main-box {
height: auto;
}
.banner-content svg {
width: 166px;
height: 74px;
}
.banner-content h1 svg text {
font-size: 16px;
}
.banner-content h1 {
font-size: 14px;
}
.more-projrcts-hldr ul.page-numbers {
margin-top: 38px;
}
.course_cont {
margin-top: 20px;
}
.courses-sec .swiper-slide h3 { }
.connect-form .wpcf7 .wpcf7-recaptcha iframe {
transform: scale(0.7);
}
.banner-content .evenr_sec ul li span {
font-size: 10px;
}
.banner-content .evenr_sec ul li img {
width: 20px;
height: 23px;
min-height: auto;
}
.banner-content .evenr_sec h4 {
font-size: 13px;
}
.banner-content .evenr_sec {
width: 100%;
padding: 5px;
}
.banner-slider-hldr figure img { object-fit: cover;
}
.about_story .toppers_box .Prodigians-hldr.row>div:not(:last-child) {
margin-bottom: 0;
}
.overview_box h4 {
font-size: 16px;
}
a.view_details,
a.download_pdf {
font-size: 13px;
}
.inner_dtls h2 {
font-size: 19px;
}
.mocktest-box {
height: auto;
}
.press-and-news-sec .owl-carousel.owl-loaded.owl-drag {
height: auto;
}
figure.news_annunce_thum img {
height: auto;
}
ul.journey_info li .journey_desc {
width: calc(100% - 95px) !important;
}
.over_inr p {
min-height: auto;
}
.Prodigians-sec {
padding-top: 45px;
}
.press-hldr {
padding-top: 0;
}
.mocktest-box span {
min-height: auto;
}
.mocktest-box p {
min-height: auto;
}
.hostel_info_hldr a img {
min-height: auto;
}
.crash-course>div:first-child {
width: 100%;
}
.crash-course>div:last-child {
width: 100%;
}
.col-frm .connect-form {
padding: 0;
} .page_loader img {
width: 35%;
}
.page_loader {
position: fixed;
top: -20px;
left: 0;
background-color: #fff;
width: 100%;
height: 100vh;
z-index: 10000000;
display: flex;
align-items: center;
justify-content: center;
}
.tech-con {
min-height: auto;
}
.mocktest-box a {
margin-top: 25px;
}
.pose-cls .pose-wrapp figure img {
width: auto !important;
margin-top: 12px;
}
.pose-cls .pose-wrapp figure {
text-align: center;
}
.pose-cls .pose-wrapp::after {
width: 100%;
}
.news_slide {
height: auto;
}
.header-top-inner {
flex-flow: wrap;
}
.header-top-left {
width: 100%;
}
.header-top a .txt {
display: inline-block;
font-size: 14px;
}
.header-top a .ico {
font-size: 14px;
}
.header-top ul {
justify-content: space-between;
}
}
@media (max-width: 575px) {
figcaption.txt {
min-height: auto;
}
.course_and_dur_box ul li b {
min-width: auto;
}
.course_and_dur_box ul li {
display: block;
}
.course_and_dur_box ul li p {
margin-top: 5px;
}
.facilities-sec .row.m-0 {
padding: 0;
}
.connectForm .btn-close {
width: 20px;
height: 20px;
}
.header-top a.admission-btn {
font-size: 9px;
}
.header-top-inner {
flex-flow: wrap;
}
.header-top-left {
width: 100%;
}
.header-top a .txt {
display: inline-block;
font-size: 11px;
}
.header-top a .ico {
font-size: 11px;
margin-right: 1px;
}
.header-top ul {
justify-content: space-between;
}
}
@media (max-width: 376px) { .banner-content .evenr_sec h2 {
font-size: 17px;
}
.banner-content {
right: 64px;
}
.banner-content .evenr_sec {
width: 91%;
}
.header-top-left {
width: 15%;
}
section.our_journey {
padding-bottom: 0;
}
.read-more {
padding: 10px;
max-width: 140px;
}
ul.social-media-header li a {
padding: 0 8px 0 0;
font-size: inherit;
}
.header-top .header-top-left a {
padding: 2px 8px 2px 0;
}
.header-top-inner {
flex-flow: wrap;
}
.header-top-left {
width: 100%;
}
.header-top a .txt {
display: inline-block;
font-size: 10px;
}
.header-top a .ico {
font-size: 11px;
}
} section.banner {
display: flex;
align-items: flex-start;
}
.banner-wrapp {
width: 65%;
}
.banner-form-wrapp {
width: 35%;
}
.connect-form h2 {
background: var(--bluelight);
padding: 5px 30px;
color: #fff;
font-size: 24px;
}
.banner-form-wrapp .connect-form #wpcf7-f167-o1{
padding: 10px 30px;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/connectbg.jpg) center center / cover no-repeat;
}
.banner-form-wrapp .connect-form .row>div p .wpcf7-form-control {
font-size: 13px;
line-height: 13px;
color: #474747;
border-radius: 8px;
border: none;
padding: 8px 15px;
}
.banner-form-wrapp .wpcf7 form>div, .banner-form-wrapp .wpcf7 form>p {
margin-bottom: 0;
}
.banner figure img { }
.about-img.position-relative.me-4.about-ifream {
height: 100%;
min-height: 280px;
}
.about-sec h2.title {
font-weight: 400;
color: #000;
line-height: inherit;
}
.about-sec h2.title span {
font-weight: bolder;
}
.about-new-heading {
color: var(--bluelighter);
}
@media (max-width: 767.98px) {
section.banner {
display: flex;
align-items: center;
flex-flow: wrap;
}
.banner-wrapp, .banner-form-wrapp {
width: 100%;
}
.banner-form-wrapp .connect-form {
padding-left: 0;
padding: 15px 15px 0;
}
.banner figure img {
height: auto;
}
.about-sec h2.title {
font-size: 25px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
.banner figure img {
height: 614px;
}
section.banner {
margin-top: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
.banner figure img {
height: 506px;
}
section.banner {
margin-top: 30px;
}
}
@media (min-width: 1600px){
.banner figure img { }
} .landingContent {
padding: 80px 0;
}
.demosheet {
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
}
form.landingForm {
border-radius: 8px;
overflow: hidden;
}
.formHead h3 {
background: var(--bluelight);
padding: 5px 30px;
color: #fff;
font-size: 24px;
}
.formbody {
padding: 10px 30px;
background: url(//prodigyeduclasses.com/wp-content/themes/astra-child/images/connectbg.jpg) center center / cover no-repeat;
}
.formbody .form-group {
margin-bottom: 15px;
}
.formbody .form-control, .formbody .form-select {
font-size: 13px;
line-height: 13px;
color: #474747;
border-radius: 8px;
border: none;
padding: 8px 15px;
height: 40px;
border: none !important;
}
.formbody p .wpcf7-form-control[type="submit"] {
background: linear-gradient(270deg, #358446 0%, #7ec18d 100%);
color: #fff;
padding: 13px 18px;
margin-left: auto;
width: auto;
text-align: center;
font-size: 15px;
font-weight: 500;
border-radius: 8px;
display: table;
transition: 0.5s ease-in-out;
}
.formbody p .wpcf7-form-control[type="submit"]:hover {
background: linear-gradient(270deg, #7ec18d 0%, #358446 100%);
color: #fff;
}
.landingQA {
padding: 20px 0 0;
}
.landingQA .QA-title {
margin: 30px 0 15px;
}
.landingContent li span.check {
background: var(--bluedark);
color: #fff;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
border-radius: 100%;
margin-right: 8px;
font-size: 17px;
vertical-align: middle;
}
.landingListing {
padding: 30px 30px;
padding-right: 0;
display: grid;
gap: 8px;
}
@media (max-width: 767.98px) { 
.landingListing {
padding-left: 15px;
}
.landingForm {
margin-top: 30px;
}
.formbody p .wpcf7-form-control[type="submit"] {
margin-left: inherit;
margin: auto;
}
.landingContent {
padding: 50px 0;
}
} .mobmail {
position: fixed;
top: 160px;
right: -252px;
background: var(--ast-global-color-0);
padding: 10px 10px 10px 10px;
border-radius: 44px 0 0 44px;
transition: 0.5s;
display: none;
}
.mobmail:hover {
right: 0;
transition: 0.5s;
}
.mobmail .icon {
width: 30px;
height: 30px;
display: inline-grid;
place-content: center;
border-radius: 50%;
color: #fff;
background: #fff;
color: #4f69b1;
font-weight: 900;
margin-right: 10px;
}
.mobmail .no {
color: #fff;
}
.mobcall {
position: fixed;
top: 220px;
right: -252px;
background: var(--ast-global-color-0);
padding: 10px 10px 10px 10px;
border-radius: 44px 0 0 44px;
transition: 0.5s;
display: flex;
align-items: center;
display: none;
}
.mobcall:hover {
right: 0;
transition: 0.5s;
}
.mobcall .icon {
width: 30px;
height: 30px;
display: inline-grid;
place-content: center;
border-radius: 50%;
color: #fff;
background: #fff;
color: #4f69b1;
font-weight: 900;
margin-right: 10px;
}
.mobcall .no a {
color: #fff;
}
.header-top-left {
display: block;
}
.mobcall .no, .mobmail .no {
width: 240px;
display: inline-block;
}
.blink-it {
color: var(--bluelight);
text-decoration: blink;
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.6s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.0;}
}
strong.sub-heading {
display: block;
padding: 17px 0;
}
@media (max-width: 1083.99px) { 
.mobcall, .mobmail {
display: block;
}
.header-top-left {
display: none;
}
}
#neet-result-form-wrapper .wpcf7-form-control-wrap.recaptcha {
transform: scale(.8) translateX(-27px);
}
#neet-result-form-wrapper .formbody .form-group {
position: relative;
margin-bottom: 13px;
}
#neet-result-form-wrapper .formbody .form-group .wpcf7-spinner {
position: absolute;
left: 0;
top: 9px;
margin: 0;
}
#neet-result-form-wrapper .formbody p .wpcf7-form-control[type="submit"] {
background: linear-gradient(270deg, #358446 0%, #7ec18d 100%);
color: #fff;
padding: 13px 12px;
margin-left: auto;
width: auto;
text-align: center;
font-size: 14px;
width: 100%;
font-weight: 500;
border-radius: 8px;
text-align: center;
display: table;
transition: 0.5s ease-in-out;
position: relative;
overflow: hidden;
z-index: 1;
transition: 0.5s;
}
#neet-result-form-wrapper .formbody p .wpcf7-form-control[type="submit"]:hover {
background: linear-gradient(270deg, #7ec18d 0%, #358446 100%);
color: #fff;
}
#neet-result-form-wrapper .formbody .rank-predict p .wpcf7-form-control[type="submit"] {
background: var(--bluelight);
}
#neet-result-form-wrapper .formbody .rank-predict p .wpcf7-form-control[type="submit"]:hover {
background: var(--bluelighter);
transition: 0.5s;
}
#otp-section .wpcf7-not-valid {
border: 1px solid red;
}
#otp-section .wpcf7-not-valid-tip {
display: none;
}
.exam-date-to-from span {
background: #1ebfe2;
display: inline-block;
padding: 8px 40px;
border-radius: 5px;
color: #fff;
font-weight: 500;
}
@media (max-width: 767.98px){
#neet-result-form-wrapper .wpcf7-form-control-wrap.recaptcha {
transform: none;
}
}
.newone .about-cntnt-hldr ul {
list-style: disc;
padding-left: 20px;
}