@import url('https://fonts.googleapis.com/css2?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&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  line-height: 2;
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 400 !important;
  color: #000;
}

/* ========= common ========== */

/* .yellow-bgcolor{
  background-color: #FDDF49 !important;
} */

h1 {
  font-size: 5vw;
  font-weight: 800;
  line-height: 110.14px;
  color: #F67D20;
}

h2 {
  font-size: 3vw;
  font-weight: 500;
  line-height: 49.06px;
  color: #6D6C71;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}

h4 {
  font-size: 27.39px;
  font-weight: 700;
  line-height: 41.09px;
  color: #fff;
}

h5 {
  font-size: 17.12px;
  font-weight: 700;
  line-height: 25.68px;
  color: #fff;
}


button.btn {
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #0F74BC;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}

button.btn:hover {
  background-color: #0F74BC;
  color: #fff;
}

form {
  box-shadow: -2px 12px 27.399999618530273px -2px #B1B1B140;
  background-color: #0F74BC;
  border-radius: 4px;
  padding: 32px;
  width: 95%;
  margin: 0 auto;
}

.modal form {
  width: 100%;
  padding: 0;
  box-shadow: unset;
  background-color: unset;
}

.modal .form-label {
  color: #000;
}

form .form-heading h2 {
  font-size: 27.06px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
}

form .form-heading span {
  font-size: 36px;
  font-weight: 800;
  line-height: 39px;
  color: #1B75BC;
}

form .acadmic-year button.btn {
  border-radius: 4px;
  padding: 10px 32px;
}

.iti {
  width: 100%;
}

form .your-relationship {
  margin-top: 14px;
}

form .your-relationship .border {
  border-radius: 3.31px 0px 0px 3.31px;
  border: 0.83px solid #DADADA
}

.form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  background-color: #F0F0F0;
  border: 1px solid #CED6DD;
  border-radius: 4px;
  height: 44.14px;
}

.form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;
  color: #fff;
  font-weight: 600;
}

.form-select {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  background-color: #F0F0F0;
  border: 1px solid #CED6DD;
  border-radius: 4px;
  height: 44.14px;
}

form .parents {
  position: absolute;
  padding: 7px 5px;
  background-color: rgba(0, 0, 0, 0.05);
}

form .mr-miss .form-control {
  padding-left: 60px;
}

form .mr-miss .parents select {
  border: 0;
}

form .form-fields h5 {
  font-weight: 900;
  color: #181972;
}

/* ======== Header ======== */

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  padding: 0px 100px;
  z-index: 99;
}

form button.btn {
  width: 94%;
  text-align: center;
  font-size: 17.81px;
  font-weight: 700;
  line-height: 17.81px;
}

.modal form button.btn {
  background-color: #0F74BC;
  color: #fff;
}

.foundreelogo img {
  background: #ed7422;
  padding: 20px;
}

.foundreelogo img {
  height: auto;
  width: 180px;
}

.navbar-brand {
  padding: 0px !important;
}

header .navbar-expand-lg {
  /* padding: 0; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #385469;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

/* ========= Banner ============ */

.banner {
  background-image: url('../images/banner-bg.png');
  background-repeat: no-repeat;
  min-height: 980px;
  background-position: top 44px center;
  padding: 100px 90px;
  position: relative;
}

.banner .banner-subheading {
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
}

.banner .banner-heading {
  font-size: 55px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner .banner-info {
  color: #385469;
  text-transform: capitalize;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-right: 25px;
}

.banner button {
  background-color: #F0F0F0;
  font-size: 16px;
  border-color: #F0F0F0;
  color: #0F74BC;
  padding: 10px 30px;
  border-radius: 25px;
  box-shadow: none;
  font-weight: 700;
}

.banner button:hover {
  background-color: #fff;
  color: #0F74BC;

}

.banner .banner-cta-start {
  background-color: #0F74BC;
  font-size: 16px;
  border-color: #0F74BC;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  box-shadow: none;
  font-weight: 700;
  border: 0;
}

.banner .banner-cta-start:hover {
  background-color: #0F74BC;
  color: #fff;
}

.banner .banner_cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner .banner_cta span {
  background-color: #0F74BC;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;

}

.banner .gallery {
  margin-top: 20px;
}

.banner .gallery img {
  width: 100%;
  padding: 10px;
}

.banner .gallery .img2 {
  margin-top: 80px;
}

.banner .banner-left-col {
  margin: 60px 0 0 0;
}

.banner .banner-right-col {
  margin: 60px 0;
}

.admissions-open {
  position: absolute;
  bottom: 0;
  background-color: #49D1B4;
  right: 0;
  width: 36%;
  padding: 2rem 1.5rem 1rem 4rem;
  border-radius: 135px 135px 0 0;
}

.admissions-open button.btn {
  position: absolute;
  top: -20%;
  right: 35%;
  padding: 16px 24px;
}

.modal-title {
  color: #000 !important;
}

/* desktop-img */

.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .banner {
    background-size: cover;
    padding: 120px 24px 24px;
    min-height: 780px;
    background-position: center;
    background-image: url('../images/banner-bg.png');
  }

  .banner .banner-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .banner .banner_cta {
    display: block;
    align-items: center;
    justify-content: flex-start;
  }

  .banner .banner-info {
    font-size: 22px;
  }

  .banner .gallery .img2 {
    margin-top: 0px;
  }

  .banner .gallery .img3 {
    margin: 0 auto;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block !important;
  }
}

/* =========== Daycare =========== */

.foundree-daycare {
  background-image: url('../images/welcome-bg_v1.png');
  background-position: top right;
  background-color: #f8ece3;
  background-size: cover;
  padding: 80px 40px;
}

/* =========== Mindseed Program =========== */
.program_wrapper {
  background-color: #D7F1EC;
  border-radius: 32px;
  padding: 50px 80px;
}

@media (max-width: 768px) {
  .program_wrapper {
    padding: 20px 15px;
  }

  .daycare-programs {
    padding: 30px 0px;
  }
}

/* =========== Updates Program =========== */
.updates {
  background-image: url('../images/update-bg.png');
  background-position: top right;
  background-color: #f8ece3;
  background-size: cover;
  padding: 80px 40px;
}

.updates-info-wrapper .updates-info {
  padding: 30px 0px;
}

.updates-info-wrapper img {
  margin-right: 15px;
}

.updates-img-wrapper .update-img01 {
  margin-bottom: 80px;
}

/* =========== Mindseed Advantage =========== */
.ipad-mb-view {
  display: none !important;
}

.mb-view {
  display: none !important;
}

/* .advantage {
  background: url(../images/advantage-bg.webp) no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  background-size: 100% 100%;
  padding: 0;
  height: 550px;
} */
.advantage .mindseed-box h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.advantage .mindseed-box {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .dk-view {
    display: none !important;
  }

  .ipad-mb-view {
    display: block !important;
  }

  .mb-view {
    display: block !important;
  }

  .advantage .mindseed-box {
    justify-content: left;
    padding: 15px;
  }

  .advantage {
    background-size: cover;
    height: auto;
    padding: 0px;
  }

  .advantage .head01 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .advantage-data {
    padding-bottom: 20px;
  }

  .advantage-data img {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .advantage .head01 {
    margin-top: 50px;
  }

  .advantage-data {
    padding-bottom: 50px;
  }

  .advantage .mindseed-box {
    padding: 5px;
  }
}

.mindseed-advantage .container {
  background-image: url('../images/welcome-bg.png');
  background-position: top right;
  background-color: #f8ece3;
  background-size: cover;
  padding: 80px 40px;
}

.mindseed-advantage .head01::before {
  bottom: -20px;
}

.mindseed-advantage .mindseed-advantage-left-col {
  height: 538px;
  overflow-y: scroll;
}


.mindseed-advantage .mindseed-box {
  /* border-bottom: 1px solid #E6E6E6; */
  padding: 32px 0;
}

.mindseed-advantage h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 41.6px;
  text-align: center;
  color: #F67D20;
  padding: 0;
}

.mindseed-advantage h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.mindseed-advantage p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  padding-bottom: 2rem;
}

.mindseed-advantage .mindseed-box h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  /* width: 220px; */
}

/* width */
.mindseed-advantage ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.mindseed-advantage ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.mindseed-advantage ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.mindseed-advantage ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mindseed-advantage .mindseed-advantage-right-col h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.98px;
  color: #000000;
  margin-bottom: 2rem;
}

/* .mindseed-advantage .mindseed-advantage-right-col p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #000;
} */

.mindseed-advantage .mindseed-advantage-right-col button.btn {
  margin-top: 1rem;
}

.mindseed-box .right-border h4 {
  border-right: 1px solid #E6E6E6;
  width: 58%;
}

.mindseed-box-two-section .mindseed-box .right-border h4 {
  border-right: 1px solid #E6E6E6;
  width: 57%;
}

@media (max-width: 992px) {
  .mindseed-advantage .container {
    background-image: url('../images/welcome-bg_v1.png');
    background-position: top right;
    background-color: #f8ece3;
    background-size: cover;
    padding: 50px 15px;
  }
}

/* ======= third section ========= */


.right-col h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  text-align: left;
  width: 424px;
  margin-bottom: 1rem;
}

.right-col p {
  /* font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  text-align: left; */
  /* width: 699px; */
  margin-bottom: 1rem;
}

.right-col button.btn {
  padding: 14px 32px;
}

/* ======= foure section ========= */

.foure-section button.btn {
  width: max-content;
}

.six-section button.btn {
  width: max-content;
}

.download-btn {
  margin-top: 3rem;
}

/* ========= Activity section ========= */

.childhood {
  background-color: #FFEAE0;
}

.childhood h5 {
  color: #F67D20;
}

.classroom {
  background-color: #EAF5FF;
}

.classroom h5 {
  color: #5E88AE;
}

.children {
  background-color: #FFF1FB;
}

.children h5 {
  color: #FFB9EB;
}

.activity_wrapper {
  margin: 10px auto;
}

.activity_wrapper div {
  padding: 8px 20px;
  border-radius: 15px;
}

.activity_wrapper h5 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 50px;
  letter-spacing: 2px;
}

.activity_wrapper img {
  width: 100%;
}

.activity_wrapper h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}

.activity_wrapper p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .activity_wrapper img {
    width: auto !important;
  }
}

/* ========= Counter section ========= */

.counter-section {
  padding: 50px 0 50px;
}

.counter-section .counter_wrapper {
  background-image: url('../images/counter-sectionBG.webp');
  background-position: center;
  background-color: #f8ece3;
  background-size: cover;
  min-height: 280px;
  display: grid;
  align-items: center;
  border-radius: 100px;
}

/* .counter-section .counter_wrapper {
  background-image: url('../images/counter-sectionBG.webp');
  background-position: center;
  background-color: #f8ece3;
  background-size: cover;
  min-height: 280px;
  display: grid;
  align-items: center;
  border-radius: 100px;
} */
.counter-section .heading {
  padding-bottom: 20px;
}

.counter-section .heading h5 {
  color: #F67D20;
}

.counter-section .heading h3 {
  color: #385469;
  text-transform: capitalize;
}

.counter-section .counter_top img {
  width: auto !important;
}

.counter-section .container .row {
  /* gap: 32px; */
}

.counter-section .container .row span {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #000;
}

.counter-section .container .row p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

.counter-section .citis_wrapper {
  border-right: 3px dotted #0F74BC;
}

.counter-section .citis_cols {
  padding: 10px;
}

.counter-section .citis_cols .ff-d {
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 35px !important;
}

.counter-section .container .row img {
  width: 70px;
}

@media only screen and (max-width: 992px) {
  .counter-section .container .row p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .counter-section .citis_wrapper {
    border-right: none;
  }
}



.program_heading {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
  color: #000;
  z-index: 1;
}

/* ========= Program Timing section ========= */
.program-timing-wrapper {
  margin: 0 auto;
}

.program-timing-wrapper table {
  width: 100%;
  background-color: #e0e0e0ab;
  border: 2px dashed #0F74BC;
}

.program-timing-wrapper table th {
  font-weight: 600;
  padding: 7px;
}

.program-timing-wrapper table td {
  padding: 7px;
}

.program-timing-wrapper table tr {
  text-align: center;
}

.form-section {
  display: none;
}


/**RK 20March2024**/
.head01 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 3rem;
  color: #000;
  z-index: 1;
}

.head01::before {
  content: '';
  background: #0F74BC;
  height: 11px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
}

.tab01 .nav-tabs {
  border-bottom: 6px solid #E6E6E6;
  /* margin-bottom: 3rem; */
}

.tab-content {
  background-color: #FBFBFB;
  padding-top: 3rem;
  border-radius: 0px 0px 20px 20px;
}

.tab01 .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 6px solid #0F74BC;
  margin-bottom: -6px;
  color: #0F74BC;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0px;
}

.ff-d {
  font-family: Arial, sans-serif;
}

.tab01 .nav-link {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: #6D6C71;
}

/* .tab01 .inner-content {
  padding: 2rem 2rem 1rem;
} */

.custom-list {
  /* list-style: none; */
  margin: 0;
  padding: 0;
  /* list-style: d; */
  /* list-style-position: inside; */
  padding-left: 2rem;
}

li::marker {
  color: #F27D20;
}

.custom-list li {
  padding: 0.5rem 0;
  line-height: 20px;
}

/* .tab01 p {
  line-height: 20px;
} */

.year-circle {
  background-image: url('../images/program-bg.png');
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: contain;
  position: absolute;
  width: 214px;
  height: 214px;
  right: -50px;
  bottom: 0;
}

.year-circle h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #F27D20;
  margin-top: 5rem;
  margin-left: 4rem;

}

.year-circle p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  /* margin-top: 6rem; */
  margin-left: 4rem;

}

.program_circle img {
  margin-bottom: -150px;
}

@media (max-width: 768px) {
  .program_img img {
    width: auto !important;
  }

  .program_circle img {
    width: auto !important;
    margin-bottom: 0px;
  }
}

.mindseed-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
}

.mindseed-item {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 15px 12px;
}

.mindseed-item .inner {
  text-align: left;
  padding: 0.5rem;
}

.mindseed-item .inner .percentage {
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
}

section {
  padding: 2rem 0;
}

.swiper-container.swiper-01 {
  padding-bottom: 50px;
}

.swiper-container.swiper-01 .swiper-horizontal {
  bottom: 20px;
}

.award-session {
  position: relative;
}

.award-session .as-bg {
  background-image: url('../images/awards/awardsBg.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* background: linear-gradient(90deg, #D5EDFF 0%, #FFE8D5 100%); */
  width: 70%;
  height: 498px;
  position: absolute;
  top: 0%;
  border-radius: 72px;
}

.accordion01 {}

.accordion01 .accordion-button::after {
  content: '';
  background: url(../images/icons/down-arrow.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.accordion01 .accordion-button:not(.collapsed)::after {
  background: url(../images/icons/up-arrow.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.accordion01 .card-header {
  background-color: #e0e0e0ab;
  border: 1px solid #E6E6E6;
  padding: 1rem;
}

.accordion01 .card {
  border: 0;
  border: 1px solid #E6E6E6;
}

.accordion01 .accordion-button {
  font-size: 20px;
  line-height: 33px;
  color: #000;
}

.accordion01 .card-body,
.accordion01 .card-body p {
  padding: 0;
}

.location-button {
  background: #E7F5FF;
  border-radius: 15px;
  padding: 0.3rem 1.5rem;
  font-size: 16px;
  line-height: 33px;
  font-weight: 400;
  border: 0;
  margin-bottom: 0.6rem;
}

.daycare_location {
  background-color: #0F74BC;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 0;
  padding: 8px 12px;
  gap: 10px;
  width: max-content;
  border-radius: 8px;
}

.daycare_location:hover {
  background-color: #0F74BC;
  color: #fff;
}

/* .location_dk{
  color:#fff;font-size:16px; border: 0; padding: 5px 12px; gap:10px; width: auto; border-radius: 8px;
} */

.location_mb {
  /* color:#fff;font-size:16px; border: 0; padding: 5px 12px; gap:10px; width: auto; border-radius: 8px; */
  display: none !important;
}

@media (max-width: 992px) {
  .location_dk {
    display: none !important;
  }

  .location_mb {
    display: block !important;
  }
}

.accordion01 h2 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.testimonial-session .detail h6 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 2rem;
}

.testimonial-session .detail strong {
  font-weight: 500;
}

.enquire-now-session {
  background: linear-gradient(90deg, #D5EDFF 0%, #FFE8D5 100%);
  padding: 2rem 0;
}

.enquire-now-session .text span {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
}

.enquire-now-org {
  background: #0F74BC;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.enquire-now-org:hover {
  color: #fff;
}

.copyright-session {
  background: #000;
  padding: 1rem;
  color: #fff;
  font-size: 16px;
}

.get-started-now {
  display: none;
}

/* .swiper-button-prev {
  background-image: url('../images/icons/left.png') !important;
} */
.swiper-button-prev,
.swiper-button-next {
  color: unset;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .form-section {
    display: block;
  }

  .banner .banner-right-col {
    display: none;
  }


  form {
    width: 100%;
  }

  form .form-heading h2 {
    font-size: 24px;
  }

  form .form-heading span {
    font-size: 28px;
  }

  .admissions-open button.btn {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  button.btn {
    padding: 12px 22px;
    font-size: 14px;
  }

  form button.btn {
    background-color: #fff;
    color: #000;
  }

  .navbar-brand {
    height: auto;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 0;
    text-align: center;
    margin-top: 1rem;
  }

  header .navbar-expand-lg {
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
  }

  .container-fluid.p-0 {
    padding: 0 1.5rem !important;
  }

  .copyright-session {
    margin-bottom: 61px;
  }

  .get-started-now .daycare-call-now::before {
    content: '';
    background: #fff;
    height: 70%;
    position: absolute;
    left: 45%;
    width: 1px;
    top: 7px
  }

  .get-started-now a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 20px;
    width: 100%;
    text-align: center;
  }

  .get-started-now {
    transform: none;
    bottom: 0;
    left: 0;
    top: inherit;
    display: inline-block;
    background: #0F74BC;
    height: 60px;
    width: 100%;
    color: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 99;
  }

  .custom-list {
    padding-left: 1rem;
  }

  .enquire-now-session .text {
    margin-bottom: 1rem;
  }

  .enquire-now-session .text span {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .lazyframe {
    margin-bottom: 2rem;
  }

  .testimonial-session .detail h6 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 1rem;
  }

  .swiper-01 .img-lt {
    margin-bottom: 1rem;
  }

  body {
    font-size: 14px !important;
  }

  .location-button {
    padding: 0.5rem 1rem;
    font-size: 16px;
    line-height: 20px;
  }

  .accordion01 .collapse {
    padding: 10px !important;
  }

  .accordion01 .accordion-button {
    font-size: 18px;
    line-height: 24px;
  }

  .head01::before {
    height: 7px;
    bottom: 0px;
  }

  .award-session .as-bg {
    background: linear-gradient(90deg, #D5EDFF 0%, #FFE8D5 100%);
    height: 200px;
    border-radius: 24px;
    width: 100%;
    left: 0;
    top: -2%;
  }

  .mindseed-item .inner .percentage {
    font-size: 30px;
    line-height: 40px;
  }

  .mindseed-advantage h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 0.8rem;
  }

  .mindseed-advantage .mindseed-box {
    padding: 20px 0;
  }

  .mindseed-advantage p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0;
  }

  .mindseed-list {
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  }

  .head01 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 2rem;
  }

  section {
    padding: 20px;
  }

  .tab01 .inner-content {
    padding: 1rem;
  }

  .tab01 .nav-link {
    font-size: 18px;
  }

  header {
    padding: 10px 0;
  }

  .banner .banner-left-col {
    margin: 0;
  }

  .banner .banner-right-col form {
    display: none;
  }

  .admissions-open {
    border-radius: 24px 24px 0 0;
    padding: 2rem 1rem;
    width: 100%;
  }

  .admissions-open h4 {
    font-size: 24px;
    width: 76%;
  }

  .admissions-open h5 {
    font-size: 16px;
  }

  .admissions-open button.btn {
    right: 30%;
  }

  .mindseed-advantage {
    padding: 24px;
  }

  .mindseed-advantage .row {
    gap: 0px !important;
  }

  /* .mindseed-advantage h2 {
    font-size: 32px;
  } */

  .mindseed-advantage .mindseed-box h4 {
    font-size: 18px;
    line-height: 24px;
    width: 100% !important;
    border: 0 !important;
  }

  .mindseed-advantage-right-col {
    padding: 24px;
  }

  .mindseed-advantage .container button.btn {
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }

  .mindseed-advantage .mindseed-advantage-right-col h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1rem;
  }

  /* third section */

  .third-section .container .row {
    gap: 0px !important;
  }

  .third-section .right-col {
    padding: 24px;
  }

  .right-col h2 {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .right-col p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .third-section .left-col {
    /* padding-left: 24px;
    padding-right: 0; */
    /* padding: 0; */
  }

  .foure-section .row {
    flex-direction: column-reverse;
  }

  .foure-section .row .left-col {
    /* padding-left: 0;
    padding-right: 0; */
  }

  .six-section .row {
    flex-direction: column-reverse;
  }

  .six-section .row .left-col {
    /* padding: 0; */
  }

  .download-btn {
    margin-top: 0;
  }

  /* counter section */
  .counter-section {
    padding: 24px;
  }

  .counter-section .container {
    background-image: unset;
    border-radius: 24px;

  }

  .year-circle {
    width: 190px;
    height: 203px;
    right: -3%;
    bottom: -15%;
  }

  .year-circle h3 {
    margin-top: 5rem;
  }

  .mindseed-section {
    margin-top: 10rem;
  }

  .counter-section .right-border {
    border-right: 0;
    padding: 24px;
    margin-bottom: 1.5rem;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }

  .counter-section .parents {
    /* border: 1px solid #000; */
    background-color: #fff;
    padding: 24px;
    margin-bottom: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .program-timing-wrapper table td {
    padding: 7px 17px;
  }

}

.thankyou {
  display: flex;
  align-items: center;
  min-height: 93vh;
}
