@media(max-width:1440px){
    .navBar ul li {
        padding: 10px 16px;
    }
    .SldrImg img{
        width: 250px;
    }
    .psForm form input{
        width: 46%;
        padding: 15px ;
    }
    .NxtArw img {
        width: 50px;
    }
    /* MISSION VISSION */
    .goalTxt {
        max-width: 400px;
    }
    /* ABOUT */
    .tab button {
        width: fit-content;
    }
    /* ADMISSION FORM DETAILS */
    .line::after{
        right: 0;
      
      }
      .lineaftr::after {
        right: 0;
    }
    
}
@media(max-width:1024px){
    .navBar ul li {
        padding: 10px 6px;
    }
    .navBar ul li a {
        font-size: 14px;
    }
    .newsTxt h3 {
        font-size: 19px;
    }
    .admsnBlk {
        padding: 60px 17px;
    }
    .abtColmn {
        padding: 15px 10px;
    }
    .abtSec p {
        font-size: 17px;
    }
    .ourPrnc {
        font-size: 18px !important;
    }
    .princy img {
        width: 161px;
    }
    .abtCol h3 {
        font-size: 23px;
    }
    .txt h2 {
        font-size: 26px;
    }
    .abtCnt h3 {
        font-size: 25px;
    }
    .AwrdPrsnImg {
        width: 140px;
        height: 140px;
    }
    .cntLogos img {
        width: 95px;
    }
    .AwrdImg img {
        width: 56px;
    }
    .SldrImg img {
        width: 209px;
    }
    .SldtTx {
        max-width: 654px;
    }
    .SldtTx h3 {
        font-size: 20px;
    }
    .SldtTx p {
        font-size: 17px;
    }
    .initiatives {
        padding:40px 30px;
    }
    .NxtArw {
        right: 15px;
        top: 52px;
    }
    .NxtArw img {
        width: 35px;
    }
    .copyright p {
        font-size: 17px;
    }
    /* ABOUT */
    /* OUR MANAGEMENT */
    .tab button {
        padding: 14px 8px;
    }
    .psGrp {
        display: block;
    }
    .MngImg {
        width: 600px;
    }
    #psMangmnt {
        padding-left: 30px;
    }
    .psAbtCnt{
        max-width: 100%;
        padding-left: 30px;
    }
    /* MISSION VISSION */
    .goalSection {
        display: block;
    }
    .goalImg{
        height: 180px;
    }
    .goalImg img{
        width: 128px;
    }
   
            /* TC */
            table {
                border: 0;
              }
            
              table caption {
                font-size: 1.3em;
              }
              
              table thead {
                border: none;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
              }
              
              table tr {
                border-bottom: 3px solid #ddd;
                display: block;
                margin-bottom: .625em;
              }
              
              table td {
                border-bottom: 1px solid #ddd;
                display: block;
                font-size: .8em;
                text-align: right;
              }
              
              table td::before {
                
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
              }
              
              table td:last-child {
                border-bottom: 0;
              }
              /* ADMISSION FORM DETAILS */
              .docList {
                justify-content: center;
                flex-wrap: wrap;
            }
            .docsShow {
                padding: 10px;
            }
              .docsShow p {
                font-size: 19px;
            }
            /* VIDEO GALLERY */
            #playlist {
                height: fit-content !important;
                max-height: unset;
              }
              .video-item {
                display: block;
              }
              
}
@media screen and (min-width:1024px) and (max-width:1350px){
    .navBar ul li {
        padding: 10px 6px;
    }
    .navBar ul li a {
        font-size: 14px;
    }
    .SldtTx {
        max-width: 750px;
    }
    .admsnBlk {
        padding: 60px 17px;
    }
    /* ABOUT */
    .psAbtCnt {
        max-width: 320px;
    }
    .goalImg{
        height: 180px;
    }
    .goalImg img{
        width: 128px;
    }
    .goalSection {
        display: block;
    }
    /* .line{
        border-right: 2px solid #000;
      }
      .line::after{
        display: none;
      
      } */
      .video-item {
        display: block;
      }
}

@media(max-width:999px){
    .hdrRow {
        justify-content: left;
    }
    .navMenu{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #1a1a1a;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10%);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow-y: auto;
        z-index: 22;
        padding: 50px 30px;
    }
    .navMenu.show{
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
    .toggleBtn{
        position: relative;
        z-index: 22;
    }
    .hdrContain.scrolled .toggle{
        z-index: 22;
    }
    .hdrContain.scrolled .toggle span{
        background-color: #000 !important;
    }
    .toggle{
        display: block;
        position: absolute;
        top: 42px;
        right: 70px;
        z-index: 22;
      }
      .toggle span{
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
       
    }
    .toggle.open span{
        background-color: #fff !important;
    }
    .toggle.open span:nth-child(2){
        width: 0;
  
    }
    .toggle.open span:nth-child(1){
        transform: rotate(45deg) translate(7px, 5px);
    }
    .toggle.open span:nth-child(3) {
        transform: rotate(-46deg) translate(9px, -7px);
    }
    .navBar ul{
        display: block;
    }
    .navMenu::before{
       display: none;
    }
    .navMenu::after{
       display: none;
    }
    .NavLogo{
        display: block;
        
        padding: 20px;
    }
    .NavLogo img{
        width: 150px;
    }
    .ReshdrRowFrm{
        display: block;
        margin-top: 22px;
      }
      .ReshdrRowFrm a{
        color: #fff;
        display: flex;
        align-items: center;
        gap: 15px;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 15px;
    }
    .ReshdrRowFrm p{
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
    }
    .Logo{
        display: none;
    }
    .navBar ul li a{
        font-size: 18px;
    }
    .news{
        margin: 15px 0;
    }
    .secretatry {
        position: relative;
        margin: auto;
    }
    .abtCol2{
        border: 1px solid #ccc;
        padding: 30px 30px 0 !important;
    }
    .psBnr img {
        width: 100%;
    }
    .abtColmn {
        padding: 30px;
    }
    .FtrMenu{
        margin-top: 20px;
    }
    .ftrCnt{
        border-left: none;
        padding-left: 0;
      }
     /* ABOUT */
     .deskTab{
        display: none;
     }
     .TabSldr-container {
        position: relative;
        display: flex;
        align-items: center !important;
    }
    
    .slick-prev i, .slick-next i {
        color: #01959f;
        font-size: 35px;
        position: absolute;
        left: 0;
        top: -5px;
    }
    .slick-prev, .slick-next{
       padding: 0; 
    }
     .resTab{
        visibility: visible;
        overflow: hidden;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .resTab button {
        width: 100%;
        background-color: inherit;
        float: left;
        border: 0;
        border-right: 1px solid #ccc;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        text-transform: capitalize;
        font-weight: 200;
        font-family: var(--primary-font);
        letter-spacing: 1px;
      }
     .resTab button:last-child{
        border-right: none;
     }
      .resTab button.active {
        background-color: #01959f;
        color: #fff;
      }
      
      
      .tabSldr{
        border-right: 1px solid #ccc;
      }
     /* MD's Message TAB */
     .details{
        margin-top: 40PX;
        padding-bottom: 30px;
      }
      /* OUR MANAGEMENT */
      .MngmtCnt{
        margin: 10px 0;
    }
    /* WHY */
    .prpsList {
        padding: 20px;
    }
    .prpsList h3 {
        font-size: 21px;
    }
    /* CAREERS */
    .PSlistIcon img{
        width: 160px;
        }
        /* ADMISSION FORM */
        .DwnldSec{
            padding: 20px 0;
        }
        /* ADMISSION FORM DETAILS */
        .line::after{
            display: none;
          }
          .ElgbRow img {
            width: 95px;
        }
          .elgbltyContain {
            padding: 54px 40px;
        }
        .lineaftr::after {
           display: none;
        }
        .BG-uniform {
            height: auto;
        }
        /* MEDIA EVENTS */
        .events {
            padding:20px;
        }
        /* PHOTO GALLERY */
        .pg-section{
            display: flex;
            align-items: center;
            justify-content: center;
          }
        .gallery {
            width: 30%;
        }
        /* VIDEO GALLERY */
        .video-info {
            margin-top: 10px;
        }
        .video-info p {
            max-width: 100%;
           
        }
        .video-thumbs {
            max-height: fit-content;
            overflow-y: auto;
            margin-top: 20px;
          }
          .video-item {
            display: flex;
        }
        }

@media(max-width:768px){
    .toggle{
        top: 65px;
      }
    .hdrRowFrm, .hdrRow{
        display: none;
    }
    .ResLogo{
        display: block;
        padding-left: 30px;
    }
    .ResLogo img{
        width: 120px;
    }
    .globalSldr {
       display: block;
    }
    .NxtArw {
        top: 40%;
    }
    .NxtArw img {
        width: 46px;
    }
    .SldtTx {
        max-width: 440px;
    }
    /* ABOUT */
    
     /* MISSION VISSION */
     .goalTxt{
        max-width: 100% ;
    }
    .psGaols .row .col-md-6{
        margin-top: 10px !important;
    }
    /* WHY PEACE SCHOOL */
    .prpsList {
        padding: 40px;
    }
    .prpsList h3 {
        font-size: 28px;
    }
    .resBgColor{
        background-color: #01959f;
        color: #fff;
    }
    .resBgColor img{
        filter: brightness(0) invert(1);
    }
    .resBgColor1{
        background-color: #dcdcdc;
        color: #000;
    }
    .resBgColor1 img{
        filter: brightness(1) invert(1);
    }
    /* CAREERS */
 .psListCol{
    display: block;
    
   }
  
   .PSIcon{
    margin-bottom: 15px;
   }
   .PSIcon img {
    width: 110px;
}
/* ADMISSION FORM */
.admsnFrm {
    padding: 40px 30px;
}
.anyQuery {
    padding: 60px 10px;
}
  /* PHOTO GALLERY */
  .gallery {
    width: 50%;
}

   
}
@media(max-width:600px){
    .ResLogo img{
        width: 107px;
    }
    .homehroCnt h1 {
        font-size: 36px;
    }
    .hroCnt h1 {
        font-size: 36px;
    }
   .PS-footer{
    padding: 40px 20px;
   }
   .AdmsnForm h3 { 
    margin-bottom: 15px;
    }
   .psForm form input {
    width: 100%;
    padding: 15px;
    margin: 5px 0;
    }
    .newsHead h2{
        font-size: 33px;
    }
    .NxtArw{
        display: none;
    }
    .arrwBtns{
        position: relative;
        z-index: 2;
        visibility: visible;
        gap: 40px;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
      }
      .prev,.next{
        border: none;
        outline: none;
        background-color: transparent;
      }
      .prev i,.next i{
        font-size: 28px;
      }

   .FtrMenu {
    width: 100%;
    display: block;
    }
    .FtrNav{
    width: 100%;
    }
  .FtrNav li {
    padding: 8px 0;
  }

   /* ABOUT */
     /* MD's Message TAB */
     .tabHead h2 {
        font-size: 33px;
    }
    /* CAREERS */
    .opporTxt h3 {
        font-size: 20px;
    }
    .opporTxt h2 {
        font-size: 28px;
    }
    .subSec h2 {
        font-size: 28px;
    }
    .psWrk-cnt h2 {
        font-size: 29px;
    }
    .psWrkList{
        padding: 0 20px;
       }
       /* ADMISSION FORM */
       .faq-question h3 {
        font-size: 17px;
    }
    
    .faq-answer p {
        font-size: 16px;
    }
    .faq-answer.open {
        /* max-height: 100%; */
        padding: 8px 0;
      }
      .FrmCnt h2 {
        font-size: 23px;
    }
    .DwnldSec {
        display: block;
        padding: 20px;
    }
    .FrmIcon{
        margin-bottom: 20px;
    }
    .FrmIcon img {
        width: 103px;
    }
    .FrmIcon1{
        margin-bottom: 20px;
    }
    .FrmIcon1 img {
        width: 70px;
    }
    /* ADMISSION FORM DETAILS */
    .elgTxt h3 {
        font-size: 23px;
    }
    .ElgbRow {
        display: block;
    }
    .ElgbRow img {
        width: 95px;
        margin-bottom: 12px;
    }
    .lineaftr {
       margin-bottom: 14px;
     }
     .anyQuery h3 {
        max-width: 100%;
        font-size: 19px;
    }
    .docContain h2 {
        font-size: 29px;
    }
    .feeDetls h2 {
        font-size: 27px;
    }
    .feeSection {
        padding: 60px 20px;
    }
    .BG-uniform {
        padding: 50px 20px;
    }
      /* PHOTO GALLERY */
  .gallery {
    width: 100%;
}
/* VIDEO GALLERY */
.video-info h2 {
    font-size: 23px;
}
}
@media(max-width:425px){
    .toggle {
        right: 41px;
    }
    .AbtHead h2 {
        font-size: 31px;
    }
    .secretatry img {
        width: 279px;
    }
    .NxtArw {
        display: none;
    }
    .FtrCol {
        display: block;
    }
    .newsCont {
        gap: 15px;
    }
    .number {
        height: 54px;
        padding: 10px 13px;
        font-size: 32px;
    }
    .read a {
        padding: 6px 32px;
    }
    .leadership {
        display: block;
    }
    .penImg img {
        width: 90px;
    }
    .admsnBlk {
        height: 100%;
    }
    .AdmsnForm h3 { 
        font-size: 25px;
        padding-top: 0;
    }
    .SldrHead h2 {
        font-size: 29px;
    }
     /* ABOUT */
     /* MD's Message TAB */
     .TabSldr-container{
        margin: 0 15px;
     }
     .details {
        padding-left: 20px;
    }
    .psAbt {
        padding: 40px 20px;
    }
    .tabHead h2 {
        font-size: 30px;
    }
    /* OUR MANAGEMENT */
    .MngImg {
        width: 100%;
    }
    /* VISSION MISSION */
    .num {
        height: 68px;
        padding: 0 23px;
    }
    .coreTxt h3 {
        font-size: 23px;
    }
    .valuesCnt {
        gap: 9px;
    }
    /* WHY */
    .partnr {
        padding: 30px 15px;
    }
    .partnr img {
        width: 250px;
    }
    .prtnrTxt h3 {
        font-size: 26px;
    }
    /* CAREERS */
    .PsWrkCnt h3 {
        font-size: 20px;
    }
    /* ADMISSION FORM */
    
.inputDiv img {
    width: 26px;
}
.inputDiv input{
    font-size: 15px;
  }
.inputDiv input::placeholder{
    font-size: 15px;
  }
  .inputDiv textarea{
    font-size: 15px;
  }
  .inputDiv textarea::placeholder{
    font-size: 15px;
  }
  .sndButton a {
    padding: 13px 36px;
    font-size: 18px;
}
  .faqHead h2 {
    font-size: 27px;
}
.faq-answer.open {
    max-height: 100%;
    padding: 8px 0;
  }
  /* ADMISSION FORM DETAILS */
  .ElgbRow img {
    width: 85px;
}
  .elgTxt p {
    max-width: 100%;
}
  .anyQuery h3 a {
    font-size: 15px;
}
.docContain h2 {
    font-size: 23px;
}
.feeDetls h2 {
    font-size: 25px;
}
.feeHed h2 {
    font-size: 25px !important;
}
/* MEDIA EVENTS */
.evntTxt h3 {
    font-size: 23px;
}
/* VIDEO GALLERY */
.video-item {
    display: block;
}
}