.inatagram-icon {
  position: fixed;
  right: 0;
  top: calc(70% - 0px);
  z-index: 2;
}
img {
  max-width: 100%;
}
.header-main {
  /* position: sticky;
top: 0;
z-index: 100; */
}
.nabar-menu-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
  border: none;
  outline: none;
  box-shadow: none;
}
.nabar-menu-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.nabar-menu-toggler span {
  margin: 0;
  padding: 0;
}
.nabar-menu-toggler .top-bar {
  margin-top: 0;
  transform: rotate(-135deg);
}
.nabar-menu-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nabar-menu-toggler .bottom-bar {
  margin-top: 0;
  transform: rotate(135deg);
}

.nabar-menu-toggler.active {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.toggler-icon {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #000;
  border-radius: 1px;
  opacity: 1;
  transform: rotate(0deg);
  left: 0;
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 0;
}

.nabar-menu-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}
.nabar-menu-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nabar-menu-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

.header-top {
  background-color: #293857;
  padding: 15px 0;
}

.header-bottom {
  padding: 10px 0;
}
.header-left {
  gap: 40px;
}
.header-left-s {
  gap: 8px;
}
.header-right-main ul {
  gap: 10px;
}
.header-left-s a,
.header-right-main ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.header-right-main ul li:nth-child(1):after,
.header-right-main ul li:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 1px;
  background: #ffffff;
  height: 18px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.navbar-collapse-list {
  justify-content: end;
  z-index: 3;
}
.navbar-collapse-list ul {
  position: relative;
}
.navbar-collapse-list ul li {
  margin-left: 40px;
  position: relative;
}
.navbar-collapse-list ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}
.navbar-collapse-list ul li a.active,
.navbar-collapse-list ul li a:hover {
  color: #3db166;
}
.navbar-collapse-list ul li a.active::before,
.navbar-collapse-list ul li a:hover::before {
  content: "";
  position: absolute;
  background-color: #3db166;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: auto;
}

.footer {
  background-color: #293857;
}
.footer-details h5 {
  margin-bottom: 15px;
  color: #ffffff;
}
.footer-details ul li {
  margin-bottom: 15px;
}
.footer-details a {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
}
.footer-address .header-left-s {
  margin-bottom: 30px;
}
.footer-address .header-left-s {
  gap: 20px;
}
.footer-address .header-left-s p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: #ffffff;
}
.footer-bottom {
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid white;
  margin-top: 18px;
}
.footer-bottom .footer-bottom-left a {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.footer-bottom .footer-bottom-right {
  gap: 25px;
}

/* banner css start here  */

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
  width: 4%;
}
.banner-slider .carousel-indicators {
  display: none;
}
.banner-slide {
  position: relative;
  opacity: 1;
}
.banner-slide::before {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(45, 52, 63, 0.95), rgba(0, 0, 0, 0.31));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.banner-slide .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}
.banner-slide p {
  font-size: 20px;
  color: #ffffff;
}
.banner-slide h1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 50%);
  padding: 10px 50px;
  max-width: 75%;
  margin: 0 auto;
  text-transform: uppercase;
}

/* banner csss end herer  */

/* Admission css saatar herer */
.addmission-image-s {
  position: relative;
}
.addmission-image-s::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.82);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1;
}
.addmission-details {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 1;
}
.addmission-details h3,
.addmission-details p {
  color: #ffffff;
}
.addmission-details h5 {
  color: #3db166;
}
.addmission-details h3,
.addmission-details h5,
.our-mission-text h2 {
  padding-bottom: 20px;
}
.addmission-details p {
  line-height: 38px;
  font-size: 18px;
  max-width: calc(100% - 50px);
  font-weight: 500;
}
.main-button {
  margin-top: 15px;
}
.our-mission-text p {
  line-height: 32px;
}
.our-mission-text p:last-child {
  font-style: italic;
}
.our-mission-text p:last-child span {
  font-weight: 700;
}
.our-mission::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/polygon.png);
  width: 100%;
  height: 400px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom left;
}

/* our school banner css start here  */

.our-school-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/addmission-image-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 50px;
  padding-bottom: 50px; */
  position: relative;
}

/* .our-school-banner::before{
display: block;
content: "";
background-color: #000;
position: absolute;
width: 100%;
height: 100%;
right: 0;
background-repeat: no-repeat;
opacity: 0.8;
top: 0;
} */
.our-school-text {
  position: relative;
  top: 0;
  left: 0;
}
.our-school-main {
  position: relative;
  z-index: 2;
}
.our-school-text p {
  max-width: 100%;
}
.our-school-text p:nth-child(2) {
  line-height: 32px;
  font-size: 16px;
}
.our-school-tex h2 {
  color: #ffffff;
}
.our-school-tex img {
  padding-top: 80px;
}

/* facility and academy section css start here  */
.facility-academy {
  /* background: url(../img/facility-gif.png); */
  min-height: 500px;
  display: flex;
  align-items: center;
}
.facility-academy-main {
  background: linear-gradient(rgba(26, 37, 56, 0.34), rgba(255, 255, 255, 0.5));
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 20px;
  min-height: 270px;
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0px !important;
}
.facility-academy-main .facility-academy-f {
  cursor: pointer;
}
.facility-academy-f h5 {
  margin-top: 22px;
  color: #ffffff;
}
.facility-academy-s {
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  min-height: 270px;
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  background-color: #f8721f;
  z-index: -1;
}
.facility-academy-s p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.facility-academy-main:hover {
  cursor: pointer;
}
.facility-academy-main:hover .facility-academy-s {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.facility-academy-main:hover .facility-academy-s p,
.facility-academy-main:hover .facility-academy-s h6 {
  color: #ffffff;
}

/* slideer section css start here  */
/* .addmission-slider-main{}
.addmission-slide{position: relative;}
.addmission-slide .addmission-slide-text{
position: absolute;
bottom: 0;
}
.slick-slide{
display: flex;
height: auto;
} */

/* .about-school-bg {
background-image: url(../images/addmission-image-3.png);
height: 575px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
position: relative;
} */

.our-school-logo {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.our-school {
  font-size: 20px;
  line-height: 35px;
}
.our-school-banner p {
  line-height: 25px;
}
.our-school-banner .main-button {
  margin-top: 30px;
}
.quote {
  padding: 60px;
}
.quote p {
  font-family: "Bitter", sans-serif;
  font-weight: 600;
}

.facility-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(../img/ezgif\1png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  height: 100%;
}
.development-content {
  margin-right: 40px;
}
.development-content img {
  width: 100%;
  object-fit: contain;
  margin-top: 60px;
  margin-bottom: 40px;
}
.development-content p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
}
/* .programs-social-blocks {
height: 100%;
} */

.bg-programs {
  background-image: linear-gradient(rgb(45, 52, 63, 0.9), rgba(45, 52, 63, 0.9)), url(../img/programs-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  position: relative;
  height: 100%;
}
.bg-programs-mrl {
  margin-left: 30px;
}
.bg-programs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bg-programs li {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 20px;
  color: #fafafa !important;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
}
.bg-programs li:last-child {
  border-bottom: 0px !important;
}
.programs-apply {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.bg-programs h5 {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 30px;
}
.programs-social-media {
  text-align: center;
  background-color: #d9d9d9;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  padding: 3px;
}
.programs-social-media i {
  margin: 20px 10px;
}
.programs-social-media h6 {
  color: #2d343f;
}
.programs-social-media a {
  color: #2d343f;
}
.apply-program {
  background-color: #f8721f;
}
.apply-program img {
  max-width: 50px;
  vertical-align: middle;
  margin: 15px 10px;
}

/* about page */
.about-banner {
  background-image: linear-gradient(87.58deg, rgba(45, 52, 63, 0.95) 21.84%, rgba(0, 0, 0, 0.3135) 92.1%), url(../img/about-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-left: 130px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 40px;
  height: 100%;
}
.about-banner h1 {
  color: white;
  text-transform: uppercase;
  font-family: "lora";
}
.tab-bar {
  background-color: white;
  box-shadow: 0px 0px 24px 0px #2938570a;
  margin-bottom: 40px;
}
.tab-bar .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #3db166;
  background-color: #fff;
}
.tab-bar .nav-pills .nav-link {
  text-align: left;
  color: #333333;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #29385761;
  border-radius: 0px;
  position: relative;
  padding-right: 40px !important;
  padding-left: 20px !important;
  margin-left: 0;
  padding: 0.75rem 1rem;
}
.tab-bar .nav-pills .nav-link:last-child {
  border-bottom: 0px solid #29385761;
}
.tab-bar .nav-pills .nav-link .arrow-effect {
  opacity: 0;
  position: absolute;
  right: 20px;
}
.tab-bar .nav-pills .nav-link:hover .arrow-effect {
  opacity: 1;
}
.tab-bar .nav-pills .nav-link.active .arrow-effect {
  opacity: 1;
}
.tab-bar .nav-pills .nav-link a {
  color: #333333;
  font-weight: 500;
  font-family: "Poppins";
}
.current-menu-item a {
  color: #3db166 !important;
}
#menu-aboutmenu {
  padding-left: 0;
}
#menu-academicsmenu {
  padding-left: 0;
}
#menu-co-curricular-menu {
  padding-left: 0;
}
.current-menu-item a .arrow-effect {
  opacity: 1 !important;
}
/* .tab-content {

} */
.person-block {
  background-color: white;
  box-shadow: 0px 0px 24px 0px #2938570a;
  padding: 20px;
  margin-bottom: 40px;
}
.person-block h3 {
  font-family: "Bitter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
}
.person-block h6 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #98002e;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.person-block img {
  object-fit: cover;
  width: 100%;
}
.person-block p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #293857;
}
.person-block button {
  color: #3db166;
  background-color: white;
  border: 0px;
}
.person-block h5 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  color: #3db166;
}
.tab-content .quote p {
  color: #293857;
}
.tab-content .quote {
  padding: 10px;
}

/* academics */
.team-member-block {
  background-color: white;
  padding: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 24px 0px #2938570a;
}
.team-member-block img {
  width: 100%;
  object-fit: cover;
}

.team-member-block h6 {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.team-member-block p {
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.same-height {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.team-member-content-blk {
  padding-bottom: 10px;
}
.academics-banner {
  background-image: linear-gradient(87.58deg, rgba(45, 52, 63, 0.95) 21.84%, rgba(0, 0, 0, 0.3135) 92.1%), url(../img/acadimic.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-left: 130px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 40px;
  height: 100%;
}
.quote a {
  color: #3db166;
}
.quote a:hover {
  color: #ea9b19;
}
.addmission-table h3 {
  font-family: "Bitter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
}
.addmission-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.addmission-table table {
  width: 100%;
  margin-top: 20px;
  box-shadow: 0px 0px 24px 0px #2938570a;
  margin-bottom: 60px;
}
.addmission-table table th {
  background-color: #293857;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #d8e3fb;
  color: white;
}
.addmission-table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 30px;
  border-right: 1px solid #d8e3fb;
}
.addmission-table table tr {
  border-bottom: 1px solid #d8e3fb;
}
.addmission-table table tr:last-child {
  border-bottom: 0px solid #d8e3fb;
}
.addmission-table table td:last-child {
  border-right: 0px solid #d8e3fb;
}
.addmission-table p {
  color: #293857;
  font-size: 16px;
}
.addmission-table .text-yellow {
  font-family: "Poppins";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #ea9b19;
}
.addmission-table table h6 {
  font-family: "Bitter", sans-serif;
}
.addmission-table .person-block li {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.green-text {
  color: #3db166;
}

.admission-banner {
  background-image: linear-gradient(87.58deg, rgba(45, 52, 63, 0.95) 21.84%, rgba(0, 0, 0, 0.3135) 92.1%), url(../img/admission-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-left: 130px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 40px;
  height: 100%;
}

/* contact page */
.contact-banner {
  background-image: linear-gradient(87.58deg, rgba(45, 52, 63, 0.95) 21.84%, rgba(0, 0, 0, 0.3135) 92.1%), url(../img/contact-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-left: 130px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 40px;
  height: 100%;
}

.contact-map img {
  width: 100%;
}
.contact-map h4 {
  font-family: "Bitter";
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
}
.conatct-icon {
  text-align: center;
  margin-top: 20px;
}
.conatct-icon p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.conatct-icon img {
  max-width: 50px;
  margin: auto;
}

.contact-form {
  background-color: #fff;
  padding: 20px;
}
.contact-form input {
  width: 100%;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 20px;
}
.contact-form input:focus-visible {
  outline: none;
}
.contact-form textarea {
  width: 100%;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
.contact-form textarea:focus-visible {
  outline: none;
}
.contact-form label {
  font-family: " Bitter";
  font-size: 18px;
  font-weight: 600;
  color: #293857;
  margin-bottom: 10px;
}
.contact-submit-btn {
  background-color: #3db166;
  border: 0px;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pl-60 {
  padding-left: 120px;
}
.pr-60 {
  padding-right: 350px;
}
.readmoreBtn a{
  cursor: pointer;
}
.bitter {
  font-family: bitter;
}
.ulList li{
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #293857;
  margin-bottom: 10px;
}
.itdtb-card-con {
  width: 100%;
  display: inline-block;
}
.itdtb-card-col{
  width: 100%;
  display: inline-block;
  margin: 15px auto;
  background: #fff;
  box-shadow: 5px 10px 16px #00000029;
  border-radius: 10px;
  padding: 10px;
}
.itdtb-card-full {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.itdtb-card-img{
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.itdtb-card-img img{
  width: 100%;
}
.itdtb-card-text{
  width: 100%;
  display: inline-block;
}
.itdtb-card-title{
  width: 100%;
  display: inline-block;
}
.itdtb-card-title h6 {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.itdtb-card-top-fixd{
  justify-content: space-between;
}
.programs-social .nav {
  display: inline-block !important;
  border-bottom: 0px !important;
}
.header-main {
  background: #fafafa;
  box-shadow: 0px 3px 12px 0px #2284C60F;
}
@media only screen and (max-width: 1400px) {
  .header-left-s a,
  .header-right-main ul li a {
      font-size: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-left-s a,
  .header-right-main ul li a {
      font-size: 9px;
  }
  .navbar-collapse-list ul li {
      margin-left: 30px;
  }
  .header-left {
      gap: 20px;
  }
  .addmission-details {
      position: absolute;
      top: 25px;
      left: 20px;
  }
  .addmission-details h3,
  .addmission-details h5,
  .our-mission-text h2 {
      padding-bottom: 6px;
  }
  .addmission-details p {
      line-height: 20px;
      font-size: 10px;
  }
  .addmission-details .main-button {
      margin-top: 5px;
  }
  .primary-button {
      padding: 7px 15px;
      font-size: 12px;
  }
  .addmission-table p {
      font-size: 12px;
  }
  .addmission-table .text-yellow {
      font-size: 10px;
  }
  .addmission-table table h6 {
      font-size: 16px;
  }
  .addmission-table table td {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 20px;
      padding-left: 10px;
  }
  .addmission-table table th {
      padding-top: 6px;
      padding-bottom: 6px;
  }
  .addmission-table .person-block li {
      font-size: 12px;
  }
  .conatct-icon p {
      font-size: 10px;
  }
  .contact-form label {
      font-size: 15px;
  }

  .contact-form input {
      padding: 8px;
  }
  .contact-form textarea {
      padding: 8px;
  }
  .pr-60 {
      padding-right: 160px;
  }
  .bg-programs li {
      font-size: 14px;
      line-height: 14px;
  }
  .pl-60 {
      padding-left: 70px;
  }
  .development-content p {
      font-size: 12px;
  }
  .our-school {
      font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse-list {
      background-color: #bae2f7;
      width: 100%;
      top: calc(100% - -10px);
      position: absolute;
      border-radius: 0;
      height: 100vh;
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
  }
  .navbar-collapse-list ul {
      margin-bottom: 30px;
      align-items: center;
  }
  .navbar-collapse-list ul li {
      margin-right: 0px;
      margin-bottom: 20px;
  }
  .header-left-s a,
  .header-right-main ul li a {
      font-size: 10px;
  }
  .quote {
      padding: 30px;
  }
  .quote p {
      font-size: 12px;
  }
  .person-block p {
      font-size: 10px;
      line-height: 16px;
  }
  .person-block h6 {
      font-size: 12px;
      margin-bottom: 8px;
  }
  .person-block h3 {
      font-size: 18px;
      margin-bottom: 5px;
  }
  .tab-bar .nav-pills .nav-link {
      font-size: 10px;
  }
  .addmission-table p {
      font-size: 12px;
  }
  .addmission-table .text-yellow {
      font-size: 10px;
  }
  .addmission-table table h6 {
      font-size: 16px;
  }
  .addmission-table table td {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 20px;
      padding-left: 10px;
  }
  .addmission-table table th {
      padding-top: 6px;
      padding-bottom: 6px;
  }
  .addmission-table .person-block li {
      font-size: 12px;
  }
  .person-block h5 {
      font-size: 14px;
      line-height: 22px;
  }
  .facility-academy-main {
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .pl-60 {
      padding-left: 40px;
  }
  .facility-banner {
      padding-top: 35px;
      margin-top: 40px;
  }
  .facility-academy-main {
      margin-bottom: 20px;
      margin-top: 20px;
      margin-left: 10px;
      margin-right: 10px;
  }
  .addmission-main.flex-item {
    display: block;
  }
  .inatagram-icon {
      position: fixed;
      right: 60px;
      top: calc(70% - 0px);
      z-index: 2;
  }
  .addmission-details {
    padding: 10px;
  }
  .addmission-details p {
      font-size: 12px !important;
      line-height: normal;
  }
  .addmission-details h5 {
      font-size: 14px;
      line-height: 6px;
      margin-bottom: 8px;
      margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-main .justify-content-end {
      justify-content: inherit !important;
  }
  .addmission-details h3 {
      padding-bottom: 4px;
      font-size: 20px;
  }
  .addmission-details h3,
  .addmission-details h5,
  .our-mission-text h2 {
    padding-bottom: 4px;
  }
  .addmission-details h5 {
      font-size: 10px;
      line-height: 6px;
      margin-bottom: 10px;
  }
  .addmission-details h5 {
      font-size: 10px;
      line-height: 6px;
  }
  .addmission-details .primary-button {
      padding: 7px 9px;
      font-size: 8px;
  }
  .addmission-details p {
    font-size: 12px !important;
    line-height: normal;
      margin-bottom: 2px;
  }
  .addmission-details {
      position: absolute;
      top: 12px;
      left: 15 px;
  }

  .tab-bar .nav-pills .nav-link {
      font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .our-school {
      font-size: 15px;
  }
  .quote {
      padding: 10px;
  }
  .addmission-details p {
    font-size: 12px !important;
    line-height: 16px;
  }
  .addmission-details h5 {
      font-size: 14px;
      line-height: 6px;
      margin-bottom: 8px;
      margin-top: 10px;
  }
}
@media only screen and (max-width: 468px) {
  /* .addmission-details {
  position: absolute;
  top: 2px;
  left: 2px;
}
.addmission-details h5 {
  line-height: 2px;
} */
}
@media only screen and (max-width: 412px) {
  .addmission-details {
      position: absolute;
      top: 2px;
      left: 2px;
  }
  .addmission-details h5 {
      line-height: 2px;
  }
}

.mybox1 {
  display: none;
}