.about-us .aboutUsImg {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.about-us .aboutUsImg:after {
  content: "";
  background-image: url(images/OBJECTS.png);
  width: 100px;
  position: absolute;
  right: -24px;
  top: -1px;
  height: 100px;
  background-size: cover;
  z-index: -1;
}


.urdu-text{
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 14px;
  font-weight: 600;
}
.list-disc li{
list-style-type : disc;
}
.list-disc{
padding-left:17px;}

.about-us img {
  border-radius: 8px 80px 8px 8px;
}

.about-us span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}

.aboutpagecontent span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}

.aboutuslandingcontent p,li, .aboutpagecontent p,li{
  text-align: justify;
}

.about-us .explorebtn {
  justify-content: start;
}

.inner-banner_section {
  padding-top: 30px;
}

.tabs-content_section {
  padding: 30px 0px;
}


.programsText {
  text-align: center;
  max-width: 505px;
  margin: 0 auto;
}

.programsText p {
  color: var(--grey);
}

.mission-vision {
  display: flex;
  gap: 40px;
  padding: 35px 46px;
  border-radius: 8px;
  justify-content: left;
  flex-wrap: wrap;
  background-color: var(--fade-gold-yellow);
}

.vision {
  border-radius: 8px;
  text-align: left;
}

.vision-icon img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.program-content h3 {
  color: var(--white);
}

.program-slider .learning-paths {
  margin: 20px;
  padding: 45px 20px;
  color: var(--white);
  min-height: 290px;
  border-radius: 8px;
}

.program-slider .title-span {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  display: block;
  color: white;
  margin: 35px 0px 15px 0px;
}

.program-slider span {
  color: white;
}

.program-slider .learning-paths:nth-child(1) {
  background-color: var(--yellow);
}

.program-slider .learning-paths:nth-child(2) {
  background-color: var(--red);
}

.program-slider .learning-paths:nth-child(3) {
  background-color: var(--charcoal);
}
.program-slider .title-span:before {
  content: "→";
  color: white;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wrap {
  overflow-x: scroll;
  width: 100%;
}

.btn-wrap::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.explorebtn {
  /* display: flex; */
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.explorebtn a {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition:background-color 0.6s ease-in-out,
    color 0.6s ease-in-out,
    border 0.6s ease-in-out,
    box-shadow 0.6s ease-in-out;
  width: 162px;
  font-weight: 700;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  will-change: box-shadow;
}
.explorebtn:hover a {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--yellow);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


/* ------------------------------------- */


.comprehensive-education {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.comprehensive-education .franchise {
  padding: 15px 20px;
  color: var(--white);
  height: 100%;
  border-radius: 8px;
}

.comprehensive-education .title-span {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  display: block;
  color: white;
  margin: 35px 0px 15px 0px;
}
.franchise-title {
  color: var(--white);
}
.comprehensive-education span {
  color: white;
}

.comprehensive-education .boxWrap:nth-child(1) .franchise {
  background-color: var(--yellow);
  padding: 46px 67px 46px 46px;
}
.comprehensive-education .boxWrap:nth-child(2) .franchise {
  background-color: var(--red);
  padding: 46px 67px 46px 46px;
}
.comprehensive-education .boxWrap:nth-child(3) .franchise {
  background-color: var(--charcoal);
  padding: 46px 67px 46px 46px;
}

.new-stories .blogListPage {
  padding-top: 30px;
}

.new-stories .blogListPage img {
  border-radius: 8px;
}

/* ------------------------------ */
.partner {
  position: relative;
}

.partner .row {
  --bs-gutter-x: unset;
}

.formText {
  background-color: var(--gold-yellow);
  padding: 31px 20px;
  margin: 0 auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 15px;
}

.formText small {
  color: var(--black);
}

.formText h2 {
  color: var(--black);
}

.formText input.form-control {
  background-color: var(--light-red);
  color: var(--black);
  border: none;
  padding: 16px 0 16px 18px;
  width: 100%;
  border-radius: 8px;
}

.formTextInput input::placeholder {
  color: var(--black);
  font-size: 12px;
}

.formText input[type="submit"] {
  background-color: var(--gold-yellow);
  color: var(--black);
  border: 1px solid var(--black);
  display: block;
  padding: 12px 24px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 106px;
}

.formText input[type="submit"]:hover {
  background-color: var(--white);
  color: var(--black);
}

.formText .btn-submit:hover {
  background-color: var(--white);
  color: var(--red);
}

.formImg {
  padding-left: 0px;
  padding-right: 0px;
}

.formImg img {
  display: block;
}

.partner::after {
  content: "";
  background-image: url(images/contactus-sectimg.png);
  width: 67px;
  position: absolute;
  right: -2px;
  top: -33px;
  height: 97px;
  background-size: cover;
  display: block;
}

/*------------------Inner-banner-------------------*/
.inner-banner {
  position: relative;
  padding-bottom: 25px;
}

.inner-banner img {
  position: absolute;
  max-width: 40px;
  right: 0px;
  top: 10px;
}

.inner-banner .categories-tabs {
  padding: 25px 0px;
  overflow-x: scroll;
  border-bottom: 1px solid var(--light-grey);
}

/* width */
.inner-banner .categories-tabs::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
.inner-banner .categories-tabs::-webkit-scrollbar-track {
  background: var(--white);
}

/* Handle */
.inner-banner .categories-tabs::-webkit-scrollbar-thumb {
  background: var(--white);
}

/* Handle on hover */
.inner-banner .categories-tabs::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}

.inner-banner .categories-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  width: 1900px;
}

.inner-banner .categories-tabs ul li {
  display: inline-block;
  margin: 0px 5px;
}

.inner-banner .categories-tabs ul li:first-child {
  margin-left: 0px;
}

.inner-banner a {
  display: block;
  border-radius: 20px;
  text-decoration: none;
  color: var(--med-grey);
  background-color: var(--fade-gold-yellow);
  width: 100%;
  text-align: center;
  border-radius: 30px;
  padding: 7px 16px;
  margin-bottom: 10px;
  font-size: 12px;
}

.inner-banner a:hover {
  color: var(--white);
  background-color: var(--gold-yellow);
  border-radius: 20px;
}

.tabs-content ul {
  list-style: initial;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
}

.tabs-content ul li {
  color: var(--grey);
}

.form {
  padding-right: 10px;
}

.formTextInput input:focus-visible {
  outline: none;
  box-shadow: none;
}

.siteFooter {
  background-color: var(--charcoal);
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

.usefulLinks {
  position: relative;
  text-align: center;
  border-bottom: 1px solid var(--white);
  word-break: break-word;
}

.usefulLinks:last-child {
  border: none;
}

.usefulLinks ul li {
  margin-bottom: 12px;
  word-wrap: break-word;
  text-align: center;
}

.footerText .row .usefulLinks:nth-child(3) {
  border-bottom: none;
}




.footerText {
  margin-top: 10px;
}

.footerText .row {
  align-items: baseline;
}

.footerText .row .usefulLinks:nth-child(3)::before {
  display: none;
}

.footerText .row .usefulLinks:nth-child(2)::before {
  display: none;
}

.footerText .row .usefulLinks:nth-child(3)::after {
  display: none;
}

.footerText .row .usefulLinks:nth-child(1)::after {
  display: none;
}

.usefulLinks h3 {
  font-size: 16px;
  color: var(--white);
  font-weight: 600 !important;
}

.usefulLinks ul li a {
  color: var(--white);
}




.siteFooter .icons {
  padding-left: 13px;
  margin-top: 10px;
}

.siteFooter .icons a {
  
  background-color: var(--white);
  color: var(--black);
  padding: 9px 10px 2px 10px;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
}

.contact-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fbbf24;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  border: none;
  border-radius: 12px;
  justify-content: center;
  max-width: 162px;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.8s ease, color 0.8s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-button:hover {
  background-color: var(--white);
  color: #000000;
}


.contact-button img {
  margin-right: 5px;
}

.footerLogo {
  margin: 0 auto;
  text-align: center;
}

.footerLogo img {
  padding: 5px 15px;
  cursor: pointer;
  margin: 0 auto;
}

.usefulLinks ul li a:hover {
  color: var(--yellow) !important;
}

.siteFooter .icons a:hover {
  background-color: var(--yellow);
}

.footerText .usefulLinks:nth-of-type(2) .row ul:nth-of-type(1) {
  margin-bottom: 0;
}

.thumbwrap {
  position: relative;
  overflow: hidden;
}

.blpThumbbox {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.blpThumbbox img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: unset !important;
}

.singleDetail .blpThumbbox {
  border-radius: 0px;
}

.moreBlogs .thumbwrap {
  border-radius: 8px;
}

.blogDate {
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: var(--white);
  color: var(--black);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.recentPost li span {
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}

.recentPost li a {
  color: var(--matt-grey) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  padding: 18px 0px;
  display: block;
  border-bottom: 1px solid var(--dim-grey);
  margin-bottom: 20px;
}

.recentPost li:last-child a {
  border-bottom: none;
}

.aboutpageimg {
  position: relative;
}

.about-us-page .aboutpageimg:after {
  content: "";
  background-image: url(images/OBJECTS-2.png);
  width: 84px;
  position: absolute;
  right: -22px;
  top: -32px;
  height: 92px;
  background-size: cover;
  z-index: -1;
}

.tabs-content {
  padding: 0px 0px 70px 0px;
}

.tabs-navigation {
  display: flex;
  gap: 10px;
  margin: 20px 0px;
  overflow-x: scroll;
  scrollbar-color: rgb(245, 240, 240);
}
/* width */
.tabs-navigation::-webkit-scrollbar {
  width: 15px;
  height: 5px;
}

/* Track */
.tabs-navigation::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.tabs-navigation::-webkit-scrollbar-thumb {
  background: var(--yellow);
  border-radius: 10px;
}



.tab-button {
  font-size: 12px;
  font-weight: 400;
  padding: 12px 30px;
  background-color: #fff9e7;
  color: #c4c2be;
  text-align: center;
  border-radius: 98px;
  white-space: nowrap;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.tab-button.active {
  background-color: var(--yellow);
  color: var(--white);
  border-color: var(--yellow);
}
.tab-button:hover {
  background-color: var(--yellow);
  color: var(--white);
  border-color: var(--yellow);
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs-section {
  position: relative;
}

.tabs-section::before {
  content: "";
  background-image: url(images/red-inner.png);
  width: 51px;
  position: absolute;
  right: 0px;
  top: -18px;
  height: 72px;
  background-size: cover;
}

.tabs-content strong {
  font-size: 16px;
  line-height: 15px;
  display: block;
  margin-top: 25px;
  font-weight: 600;
}

.about-us h3 {
  font-weight: 600;
}

.singleDetail {
  padding: 30px 15px 60px 15px;
}

.all-blogspage {
  padding: 0px 15px 60px 15px;
}

.blogListPage h3 {
  font-weight: 500 !important;
}




































.campus-section{
  margin-bottom: 170px;

}
.campus-section .row{
align-items:center;}


 .inner-banner .text{
  display: none;
} 
    
    .campus-list {
      height: 100%;
      max-height: 425px;
      overflow-y: auto;
      padding: 20px;
   
    }

   .card-accent a{
    color: #000;
   }
   .card-accent a:hover{
    color: blue;
   }
    .campus-card {
      padding: 10px ;
      border-radius: 10px;
      margin-bottom: 1rem;
      box-shadow: 0 3px 8px rgba(0,0,0,0.05);
      border: 1px solid rgba(0,0,0,0.05);
      background-color: aquamarine;
    }
    .campus-card h5 {
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: 600;
    }
    .campus-card p {
      margin: 10px 0;
      font-size: 13px;
   
    }
.campus-card p a{
font-size: 16px;display: inline-block;font-weight:500;color:#3878C7;}

    .inner-heading {
      margin-left: 20px; 
    }
    .card-accent {
    padding:  10px 20px 20px;
       background: #fbf0d6;
      
    }
    
    .card-accent:hover {
      background: #ffc24d;

    }

    .map-column {
      height: 100%;
     /* max-height: 85vh;*/
      /* overflow-y: auto; */
      border-radius: 18px 80px 4px 4px;
      
    }
    .map-column iframe {
      width: 100%;
      height: 100%;
      min-height: 400px;
      border: 0;
     border-radius: 30px 80px 4px 4px;
     padding: 0 20px;
    }























@media screen and (min-width: 576px) {
  .about-us .aboutUsImg:after {
    width: 120px;
    right: -60px;
    bottom: -63px;
    height: 100px;
    top: unset;
  }

  .about-us span {
    font-size: 16px;
    line-height: 26px;
  }

  .aboutpagecontent span {
    font-size: 16px;
    line-height: 26px;
  }

  .aboutpagecontent h3 {
    font-weight: 600;
  }


  .formText input.form-control {
    padding: 18px 0 18px 20px;
  }
}

@media screen and (min-width: 768px) {
  .siteFooter::after {
  display: block;
  content: "";
  position: absolute;
  background: url(./images/footer-bg.png);
  width: 300px;
  height: 240px;
  z-index: -1;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  background-size: cover;
}
  .contact-button {
    max-width: 162px !important;
  }

  


  .program-slider .learning-paths {
    margin: 15px;
    padding: 45px 20px;
  }

  
  .formTextInput {
    padding: 0;

    margin-right: 20px;
  }

  .formText .row {
    flex-direction: row;
  }

  .formText .btn-submit {
    margin-left: 0;
  }

  .partner::after {
    top: -25px;
  }

  .about-us .row {
    flex-direction: row-reverse;
  }

  .about-us .aboutUsImg:after {
    width: 130px;
    right: -65px;
    bottom: -92px;
    height: 130px;
  }

  .btn-wrap {
    flex-wrap: wrap;
  }

  .partner::after {
    height: 163px;
    width: 120px;
    right: -10px;
  }

 
  .inner-banner img {
    max-width: 90px;
    top: -10px;
  }

  .inner-banner a {
    border-radius: 30px;
    padding: 9px 20px;
  }

  .tabs-content ul {
    font-size: 14px;
    line-height: 24px;
  }

  .blogDate {
    padding: 14px 20px;
    font-size: 16px;
  }

  .contact-button {
    padding: 10px 18px;
    font-size: 14px;
    max-width: 100%;
  }

  .about-us-page .aboutpageimg:after {
    width: 150px;
    right: -38px;
    top: -35px;
    height: 123px;
  }
  .inner-heading {
      max-width: 30%;
     margin-left: 40px;
      
    }
}

@media screen and (min-width: 992px) {
  .tabs-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0px 30px 0px;
    overflow-x: hidden;
  }
 
    
    .campus-list {

      max-height: 593px;
  
   
    }
.campus-section{
  margin-bottom: 100px;
 
}
  .tab-button {
    margin-bottom: 0px;
  }

  .tabs-section::before {
    width: 100px;
    right: 0px;
    top: -18px;
    height: 143px;
  }

  .tabs-content {
    border-top: 1px solid #d9d9d9;
    padding: 30px 0px 40px 0px;
  }

  .tabs-content strong {
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
  }

  .singleDetail {
    padding: 30px 0px 100px 0px;
  }

  .aboutpagecontent {
    padding-right: 40px;
  }

  .aboutuslandingcontent {
    margin-bottom: 40px;
  }

  .about-us span {
    font-size: 20px;
    line-height: 32px;
  }

  .aboutpagecontent span {
    font-size: 20px;
    line-height: 32px;
    margin-top: 25px;
  }

  .programs-bg {
    padding: 25px 0px 50px 0px;
    
  }

  .program-slider .learning-paths {
    min-height: 340px;
  }
  .aboutpageimg {
    padding-top: 40px;
  }
  .vision {
    flex: 0 1 47%; /* Take up 48% of the row, leaving space between two divs */
  }

  .about-us img {
    padding-right: 20px;
    border-radius: 8px 160px 8px 8px;
  }

  .about-us-page .aboutpageimg:after {
    width: 150px;
    right: unset;
    top: unset;
    height: 123px;
    bottom: -65px;
    left: -77px;
  }

  .program-slider {
    padding: 30px 0px 0px 0px;
  }

  .program-slider .learning-paths {
    margin: 15px 20px;
    padding: 45px 25px;
  }

  .program-slider .slick-dots {
    width: 75% !important;
  }

  .about-us .aboutUsImg:after {
    width: 130px;
    right: -43px;
    bottom: -92px;
    height: 130px;
  }

  .blogListPage {
    gap: 20px;
  }

  .blogListPage > .col-md-4 {
    flex: 0 0 calc((100% - 40px) / 3); /* 3 cols, 2 gaps = 100px */
    max-width: calc((100% - 40px) / 3);
  }

  .comprehensive-education {
    flex-direction: row;
    gap: 44px;
  }

  .comprehensive-education > .col-lg-4 {
    flex: 0 0 calc((100% - 88px) / 3); /* 3 cols, 2 gaps = 100px */
    max-width: calc((100% - 88px) / 3);
  }

  .moreBlogs {
    gap: 20px;
  }

  .moreBlogs > .col-md-4 {
    flex: 0 0 calc((100% - 40px) / 3); /* 3 cols, 2 gaps = 100px */
    max-width: calc((100% - 40px) / 3);
  }

  .siteFooter {
    padding-top: 85px;
  }

  .siteFooter .row {
    align-items: start;
  }

  .usefulLinks h3 {
    padding-top: 0;
    margin-top: -9px;
  }

  .partner {
    display: flex;
    justify-content: space-between;
  }

  .formText input.form-control {
    padding: 16px 0 16px 12px;
  }

  .formText {
    width: 50%;
    padding: 60px 20px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .formImg {
    width: 50%;
    padding-left: 0px;
    padding-top: 5px;
  }

  .partner::after {
    height: 140px;
    top: 5px;
    width: 105px;
  }

  .formTextInput {
    display: inline-block;
    width: 44%;
  }

  .formTextInput input::placeholder {
    font-size: 14px;
  }

  .formImg {
    padding-left: 0px;
    padding-top: 90px;
    padding: unset;
  }

  .partner .row {
    flex-direction: row-reverse;
  }

  .inner-banner a {
    border-radius: 40px;
    padding: 9px 20px;
    font-size: 14px;
  }

  .categories-tabs ul li {
    margin: 0px 8px;
  }

  .inner-banner {
    padding-bottom: 50px;
  }

  .siteFooter .row {
    justify-content: space-between;
  }

  .usefulLinks {
    margin-top: 0px;
    border-bottom: none;
    text-align: left;
  }

  .footerLogo {
    margin: 0;
    text-align: left;
    width: 250px;
  }

  .footerText {
    width: 660px;
  }

  .footerLogo img {
    max-width: 100%;
    height: auto;
  }

  .footerText a {
    font-size: 12px;
  }

  

  .footerText .row .usefulLinks:nth-child(1)::before {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    height: 253px;
    width: 1px;
    background-color: var(--white);
  }

  .footerText .row .usefulLinks:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -5px;
    height: 253px;
    width: 1px;
    background-color: var(--white);
  }

  .usefulLinks::before {
    display: block;
  }

  .usefulLinks::after {
    display: block;
  }

  .footerText .row:nth-child(3) .usefulLinks::before {
    display: none;
  }

  .footerText .row:nth-child(2) .usefulLinks::before {
    display: none;
  }

  .usefulLinks ul {
    margin-bottom: -20px;
  }

  .footerText .row .usefulLinks:nth-child(1) {
    width: 23%;
  }

  .footerText .row .usefulLinks:nth-child(2) {
    width: 50%;
  }

  .footerText .row .usefulLinks:nth-child(3) {
    border-bottom: none;
    width: 22%;
  }

  .usefulLinks ul li {

  text-align: unset;
}

  .kipsProjects ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .kipsProjects ul li {
    width: 50%;
  }

  .usefulLinks:nth-child(2) .row ul {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .siteFooter {
    padding: 95px 0px;
  }

  .siteFooter.row {
    justify-content: space-between;
  }

  .siteFooter .icons {
    margin-top: 24px;
    padding-left: 92px;
  }

  .footerLogo img {
    padding: unset;
    display: block;
    margin-bottom: 24px;
  }

  .siteFooter::before {
    display: block;
    width: 600px;
    height: 600px;
    bottom: -252px;
    left: -199px;
  }

  .contact-button {
    padding: 10px 18px;
    font-size: 14px;
            margin: 45px 0px 0px 0px;
  }

  .usefulLinks ul li {
    margin-bottom: 17px;
  }
   .card-accent {
    padding: 0px 15px 30px 30px;
       background: #fbf0d6;
    }
    .maplink{font-size:16px;line-height:36px; font-weight:700;}
      .map-column iframe {
    
      min-height: 450px;
     
    }
}

@media screen and (min-width: 1200px) {
   
    
    
    
  .about-us img {
    padding-right: 40px;
  }

  .about-us .aboutUsImg:after {
    width: 170px;
    right: -45px;
    height: 175px;
    bottom: -127px;
  }
 .campus-card h5 {
      margin-bottom: 15px;
      font-size: 21px;
line-height:40px;
    }
  .programs-bg {
    padding: 50px 0px 75px 0px;
  }

  .program-slider {
    padding: 30px 108px 0px 108px;
  }

  .program-slider .learning-paths {
    margin: 15px 25px;
    padding: 35px 30px 15px 30px;
  }

 
  .programsText {
    max-width: 645px;
  }

  .inner-banner .categories-tabs {
    padding: 40px 0px;
  }

 
  .program-slider .learning-paths {
    min-height: 330px;
  }

  .partner .formText {
    padding: 71px 20px;
  }

  .new-stories .blogListPage {
    padding-top: 50px;
  }

  .inner-banner img {
    max-width: 130px;
  }

  .tabs-content ul {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-banner_section {
    padding-top: 50px;
  }

  .inner-banner .categories-tabs ul li {
    margin: 0px 10px;
  }

  .inner-banner a {
    border-radius: 50px;
    padding: 10px 25px;
  }

  .tabs-content_section {
    padding: 50px 0px;
  }

  .partner::after {
    height: 215px;
    top: -30px;
    width: 160px;
  }

  section.programs .btn-wrap > div.mb-md-3:nth-child(1),
  section.programs .btn-wrap > div.mb-md-3:nth-child(2),
  section.programs .btn-wrap > div.mb-md-3:nth-child(3) {
    margin-bottom: 35px;
  }

  .formText .btn-submit {
    font-size: 16px;
    margin-top: 10px;
  }

  .explorebtn a {
    font-size: 16px;
  }

  .siteFooter::before {
    width: 599px;
    height: 612px;
    bottom: -275px;
    left: -179px;
  }

  .footerLogo {
    width: 270px;
  }

  .footerText {
    width: 790px;
  }

  .footerText a {
    font-size: 14px;
  }

  .siteFooter .icons {
    padding-left: 103px;
  }

  .footerText .row .usefulLinks:nth-child(2) {
    padding-left: 25px;
    width: 48%;
  }

  .footerText .row .usefulLinks:nth-child(3) {
    padding-left: 17px;
  }


    .footerText .row .usefulLinks:nth-child(1)::before {
    right: -15px;
    height: 280px;
  }

  .footerText .row .usefulLinks:nth-child(2)::after {
    right: -10px;
    height: 280px;
  }

 

  .blogDate {
    padding: 18px 24px;
    font-size: 18px;
    line-height: 21.78px;
  }

  .sidebar {
    padding: 60px 85px;
    padding-right: 0;
  }

  .mission-vision {
    gap: 40px;
    padding: 35px 70px;
  }

  .vision {
    padding: 75px;
  }
}

@media screen and (min-width: 1400px) {
 .campus-card h5 {
      margin-bottom: 15px;
      font-size: 24px;

    }
  .aboutpageimg {
    text-align: center;
    padding-top: 40px;
  }
.urdu-text{

  font-size: 18px;
}
  .about-us-page .aboutpageimg:after {
    width: 210px;
    height: 160px;
    bottom: -92px;
    left: -112px;
  }

  .about-us img {
    padding-right: 50px;
  }

  .about-us .aboutUsImg:after {
    width: 200px;
    right: -51px;
    bottom: -120px;
    height: 185px;
  }

  .aboutpagecontent {
    padding-right: 60px;
  }

  .singleDetail {
    padding: 30px 0px 140px 0px;
  }

  .all-blogspage {
    padding: 0px 0px 140px 0px;
  }

  .programs-bg {
    padding: 75px 0px 100px 0px;
  }

  .partner .formText {
    padding: 30px 30px 30px 45px;
    border-radius: 10px;
  }

  .partner::after {
    height: 225px;
    width: 167px;
  }

  .program-slider .learning-paths {
    min-height: 360px;
    width: 310px !important;
  }

  .formTextInput {
    width: 46%;
  }

  .formText input.form-control {
    padding: 20px 0 20px 24px;
  }

  .inner-banner {
    padding-bottom: 75px;
  }

  .inner-banner a {
    border-radius: 70px;
    padding: 12px 29px;
  }

  .inner-banner .categories-tabs ul li {
    margin: 0px 12px;
  }

 

  .siteFooter::before {
    width: 669px;
    height: 526px;
    bottom: -160px;
    left: -198px;
  }

 
  .footerText .row .usefulLinks:nth-child(1) {
    width: 20%;
  }

  .footerText .row .usefulLinks:nth-child(1)::before {
    height: 287px;
  }

  .footerText .row .usefulLinks:nth-child(2)::after {
    height: 287px;
  }

  .footerLogo {
    width: 270px;
  }

  .footerText {
    width: 1020px;
  }

  .mission-vision {
    gap: 60px;
    padding: 70px 70px;
  }

  .vision {
    padding: 40px;
  }

  .usefulLinks h3 {
    font-size: 18px;
  }

  .contact-button {
    padding: 12px 30px 12px 24px;
    font-size: 16px !important;
  }

  #homePrograms .program-icon{
    margin-bottom: 50px;
  }

  #homePrograms h3{
    margin: 15px 0px 15px 0px;
  }

   .program-slider .learning-paths p{
    font-size: 16px !important;
}

}

@media screen and (min-width: 1600px) {
      .urdu-text {
        line-height: 52px;
    }
  .tab-button {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 36px;
  }

  .tabs-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 31px;
    margin: 55px 0px 57px 0px;
    overflow-x: hidden;
  }

  .tabs-section::before {
    width: 182px;
    right: 0px;
    top: -45px;
    height: 256px;
  }

  .tabs-content strong {
    font-size: 25px;
    line-height: 34px;
    margin-top: 35px;
  }

  .aboutuslandingcontent {
    margin-bottom: 50px;
  }

  .about-us span {
    font-size: 24px;
    line-height: 36px;
  }

  .about-us img {
    padding-right: 70px;
  }

  .about-us .aboutUsImg:after {
    width: 257px;
    right: -57px;
    bottom: -153px;
    height: 225px;
  }

  .tabs-content {
    padding: 30px 0px 120px 0px;
  }

  .programs-bg {
    padding: 65px 0px 65px 0px;
  }

  .programsText {
    max-width: 748px;
  }

  .program-slider .slick-dots {
    width: 70% !important;
  }

  .program-slider {
    padding: 60px 125px 0px 125px;
  }

  .program-slider .learning-paths {
    margin: 15px 32px;
    padding: 30px 35px;
    width: 324px !important;
    height: 312px;
  }

  .program-slider .title-span {
    font-size: 24px;
  }

  .program-slider .title-span:before {
    font-size: 12px;
    width: 28px;
    height: 28px;
  }

  .partner .formText {
    padding: 40px 45px 40px 58px;
  }

  .partner::after {
    height: 236px;
    top: 0px;
    width: 175px;
  }

  .inner-banner a {
    border-radius: 90px;
    padding: 12px 31px;
    font-size: 16px;
  }

  .inner-banner .categories-tabs ul li {
    margin: 0px 16px;
  }

  .blogListPage {
    gap: 50px;
  }

  .blogListPage > .col-md-4 {
    flex: 0 0 calc((100% - 100px) / 3); /* 3 cols, 2 gaps = 100px */
    max-width: calc((100% - 100px) / 3);
  }

  .moreBlogs {
    gap: 50px;
  }

  .moreBlogs > .col-md-4 {
    flex: 0 0 calc((100% - 100px) / 3); /* 3 cols, 2 gaps = 100px */
    max-width: calc((100% - 100px) / 3);
  }

  .siteFooter::before {
    width: 786px;
    height: 526px;
    bottom: -120px;
    left: -231px;
  }

  .footerText .row .usefulLinks:nth-child(1) {
    width: 20%;
  }

  .vision {
    padding: 35px;
  }

  .mission-vision {
    gap: 75px;
  }

  .blogListPage h3 {
    font-size: 29px !important;
  }
}

@media screen and (min-width: 1920px) {
  .about-us-page .aboutpageimg:after {
    width: 298px;
    height: 251px;
    bottom: -154px;
    left: -175px;
  }

  .about-us img {
    padding-right: 90px;
  }

  .about-us .aboutUsImg:after {
    width: 340px;
    right: -81px;
    bottom: -223px;
    height: 319px;
  }

  .aboutpagecontent {
    padding-right: 90px;
  }

  .programs-bg {
    padding: 125px 0px 65px 0px;
  }

  .program-slider {
    padding: 60px 215px 0px 215px;
  }

  .partner::after {
    height: 336px;
    top: -50px;
    width: 232px;
  }

  .partner .formText {
    padding: 90px 70px 50px 86px;
  }

  .inner-banner {
    padding-bottom: 100px;
  }

  .inner-banner a {
    border-radius: 98px;
    padding: 14px 31px;
  }

  .inner-banner .categories-tabs ul li {
    margin: 0px 22px;
  }

  .formText input.form-control {
    padding: 24px 0 24px 28px;
  }

  .siteFooter::before {
    width: 849px;
    height: 470px;
    bottom: -34px;
    left: -243px;
  }

  .footerText .row .usefulLinks:nth-child(1)::before {
    height: 290px;
  }

  .footerText .row .usefulLinks:nth-child(2)::after {
    height: 290px;
  }

  .footerText .row .usefulLinks:nth-child(2) {
    padding-left: 35px;
  }

  .footerText .row .usefulLinks:nth-child(3) {
    padding-left: 25px;
  }

  .formText input::placeholder {
    font-size: 16px;
  }

 

  .vision {
    padding: 65px;
  }

  .mission-vision {
    gap: 70px;
    padding: 70px 80px;
  }

  .singleDetail {
    padding: 30px 0px 190px 0px;
  }

  .all-blogspage {
    padding: 0px 0px 170px 0px;
  }

  .comprehensive-education .boxWrap:nth-child(1) .franchise h3 {
    max-width: 300px;
  }

  .comprehensive-education .boxWrap:nth-child(2) .franchise h3 {
    max-width: 330px;
  }

  .comprehensive-education .boxWrap:nth-child(3) .franchise h3 {
    max-width: 255px;
  }

  .mission-vision h2 {
    margin: 20px 0px !important;
  }
}

.logos img{
  margin: 0 auto;
}

.logos .slick-slide {
    margin-bottom: 20px;
}


@media (min-width: 1200px) {

    .logos .slick-slide {
        margin-bottom: 40px;
    }

}

@media (min-width: 1600px) {
    .logos .slick-slide {
        margin-bottom: 70px;
    }
}



.logos  {
    margin-bottom: 20px;
}


@media (min-width: 1200px) {

    .logos  {
        margin-bottom: 40px;
    }

}



@media (min-width: 1600px) {
    .logos  {
        margin-bottom: 70px;
    }
}