
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html {

  scroll-behavior: smooth;

}


body {

  margin: 0;

  padding: 0;

  font-family: "Montserrat", sans-serif !important;

  font-size: 15px;

  font-weight: 500;

  line-height: 1.5em;

  overflow-x: hidden !important;

  border-top: none !important;
  color: #ABA8A8 !important;

}

body.model-open {

  padding: 0 !important;

}

/*.inika{
  font-family: "Inika", serif !important;
}*/


.checked {

  color: orange;

}

.nunito {
  font-family: "Nunito Sans", sans-serif
}


.hide-in-mob {

  display: block !important;

}

.view-in-mob {

  display: none !important;

}

/*FONT Families*/


input::-ms-clear {

  display: none;

}


select::-ms-expand {

  display: none;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

}


input[type=number] {

  -moz-appearance: textfield !important;

}


select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 6px/12px;

  border: none;

  padding-right: 24px;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}


a,

a:hover {

  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;

}

a:hover {
  color: #27548A;
}


img {

  max-width: 100%;

}


.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}


.pd5 {

  padding: 5px;

}

.pd10 {

  padding: 10px;

}

.pd15 {

  padding: 15px;

}

.pd20 {

  padding: 20px;

}

.pt5 {

  padding-top: 5px;

}

.pt10 {

  padding-top: 10px;

}

.pt15 {

  padding-top: 15px;

}

.pt20 {

  padding-top: 20px;

}

.pt30 {

  padding-top: 30px;

}


.pt40 {

  padding-top: 40px;

}


.pt50 {

  padding-top: 50px;

}

.pt80 {

  padding-top: 80px;

}


.pb5 {

  padding-bottom: 5px;

}

.pb10 {

  padding-bottom: 10px;

}

.pb15 {

  padding-bottom: 15px;

}

.pb20 {

  padding-bottom: 20px;

}

.pb30 {

  padding-bottom: 30px;

}


.pb40 {

  padding-bottom: 40px;

}


.pb50 {

  padding-bottom: 50px;

}

.pb80 {

  padding-bottom: 80px;

}


.pl5 {

  padding-left: 5px;

}

.pl10 {

  padding-left: 10px;

}

.pl15 {

  padding-left: 15px;

}

.pl20 {

  padding-left: 20px;

}

.pr0 {

  padding-right: 0px;

}

.pr5 {

  padding-right: 5px;

}

.pr10 {

  padding-right: 10px;

}

.pr15 {

  padding-right: 15px;

}

.pr20 {

  padding-right: 20px;

}


/*----------Margin Styles----------*/

.mt0 {

  margin-top: 0px;

}

.mt5 {

  margin-top: 5px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}


.mt25 {

  margin-top: 25px;

}

.mt30 {

  margin-top: 30px;

}

.mt50 {

  margin-top: 50px;

}

.mt80 {

  margin-top: 80px;

}


.mb5 {

  margin-bottom: 5px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb15 {

  margin-bottom: 15px;

}

.mb20 {

  margin-bottom: 20px;

}


.mb25 {

  margin-bottom: 25px;

}

.mb30 {

  margin-bottom: 30px;

}


.mb40 {

  margin-bottom: 40px;

}

.mb50 {

  margin-bottom: 50px;

}

.mb80 {

  margin-bottom: 80px;

}

.mr5 {

  margin: 5px;

}

.mr10 {

  margin: 10px;

}

.mr15 {

  margin: 15px;

}

.mr20 {

  margin: 20px;

}


.mr25 {

  margin: 25px;

}


.wrapper {

  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;

}


/*----------Text Transform ----------*/


.txt-upr {

  text-transform: uppercase;

}


.txt-center {

  text-align: center;

}


.txt-left {

  text-align: left;

}


.txt-right {

  text-align: right;

}


/*----------WORD WRAPPING ----------*/

button, button:focus {

  outline: none !important;
  cursor: pointer;

}

button:focus {

  box-shadow: none !important;

}

.wordWrap {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}


.mob {

  display: none;

}


/*-----------BACKGROUND COLOR--------------*/


.bg-pink {

  background-color: #FF407D;

}

.bg-green {

  background-color: #2bb567;

}

.bg-blackgreen {

  background-color: #041e00;

}

.bg-whitegrey {

  background: #E8E8E8;

}

.bg-grey {

  background: #e3e3e3;

}


.bg-white {

  background-color: #fff;

}

.bg-blue {

  background-color: #1D337F;

}

.bg-dark-blue{
  background-color: #070F32;
}

.bg-black {

  background-color: #03080c;

}

.bg-Lightgray {

  background: #f3f3f3;

}


/* fonts-weight */

.thin {

  font-weight: 300;

}


.light {

  font-weight: 300;

}

.reguler {

  font-weight: 400;

}

.medium {

  font-weight: 500;

}


.semiBold {

  font-weight: 600;

}

.bold {

  font-weight: 700;

}

.extrabold {

  font-weight: 800;

}

.bolder {

  font-weight: 900;

}


/* font-size */

.font9 {

  font-size: 9px;

}

.font12 {

  font-size: 12px;

}

.font13 {

  font-size: 13px;

}

.font14 {

  font-size: 14px;

}

.font15 {

  font-size: 15px;

}

.font16 {

  font-size: 16px;

}

.font17 {

  font-size: 17px;

}

.font18 {

  font-size: 18px;

}

.font19 {

  font-size: 19px;

}

.font20 {

  font-size: 20px;

}

.font22 {

  font-size: 22px;

}

.font23 {

  font-size: 23px;

}

.font24 {

  font-size: 24px;

}

.font25 {

  font-size: 25px;

}

.font26 {

  font-size: 26px;

}

.font27 {

  font-size: 27px;

}

.font30 {

  font-size: 30px;

}

.font35 {

  font-size: 35px;

}

.font40 {

  font-size: 40px;

}


.font45 {

  font-size: 45px;

}

.font50 {

  font-size: 50px;

}

.font60 {

  font-size: 60px;

}

.font75 {

  font-size: 75px;

}


/*----Text Color styles------ */


.clr-white {

  color: #fff;

}

.clr-green{

  color: #2bb567 !important;

}

.clr-black {

  color: #000;

}

.clr-blue{

  color: #1300b3 !important;

}

.clr-whitegrey {

  color: #dfdfe0;

}

.clr-grey {

  color: #888888;

}


.clr-yellow {

  color: #FAAA3D;

}


.clr-red {

  color: #ec3237;

}


.input-focus {

  color: #342c29;

}


/* Button Style */


/* section-title */


.section-title {

  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
}


.section-title:after {

  content: '';

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17A2B8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

}


/* placeholder color change */


::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #bbb9b9;

}


::-moz-placeholder {

  /* Firefox 19+ */

  color: #bbb9b9;

}


:-ms-input-placeholder {

  /* IE 10+ */

  color: #bbb9b9;

}


:-moz-placeholder {

  /* Firefox 18- */

  color: #bbb9b9;

}


input[type=text] {

  outline: none;

}

/*------------------------Button Styles Starts---------------*/
.theme-btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border: solid 2px #27548a;
  color: #fff;
  text-decoration: none;
  background: #27548a;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}


.theme-btn:before {

  position: absolute;

  content: '';

  left: 110%;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #d88900;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;

}


.theme-btn:hover:before {

  left: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}


.btn-radius {

  border-radius: 5px;

}

.theme-btn:hover {

  text-decoration: none;

  background: #d88900;

  border-color: #d88900;

  color: #fff;


}


/*------------------------Button Styles Ends---------------*/


/*------------------------Header Starts---------------*/

::-webkit-scrollbar {

  width: 5px;

  height: 8px;

  background-color: #aaa;
  /* or add it to the track */

}


/* Add a thumb */

::-webkit-scrollbar-thumb {

  background: #000;

}

/* For Firefox */




/*header*/
.top-header .logo-box {
  height: 100px;
    width: 100px;
}

.top-header .logo-box img {
  object-fit: contain;
    width: 100%;
    height: 100%;
}


.top-header {
      padding: 10px 0;
    background: linear-gradient(122deg, rgba(0, 144, 146, 1) 0, rgba(11, 190, 192, 1) 100%);
}

.top-header a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.top-header a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.top-header  h2.nunito {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 30px;
    text-align: left;
    color: #fff;
}

.top-header h2.nunito span {
    color: #f9c400;
    font-size: 18px;
    font-weight: 900;
}


/*footer*/

footer .copyright-txt {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background: #cdf6f7;
  padding: 8px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #000;
}

/*login-page*/
.login-main .login-frm, .login-main .lgn-instructions {
  background: #fff;
  box-shadow: 0 0 4px #00000061;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 498px;
}

.login-main .login-frm .top-heading, .login-main .lgn-instructions .top-heading {
  background: #27548a;
  border-bottom: solid 3px #d88900;
  padding: 15px 10px;
  position: relative;
}

.login-main .login-frm .top-heading h3, .login-main .lgn-instructions .top-heading h3 {
  font-size: 20px;
  color: #ffff;
  font-weight: 600;
  margin: 0;
}

.login-main .login-frm .top-heading .ic-box, .login-main .lgn-instructions .top-heading .ic-box {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #27548a;
  font-size: 21px;
}

.login-main .login-frm .lg-form, .login-main .lgn-instructions .mrq-inst{
  padding: 15px;
}

.login-main .login-frm .lg-form .form-group {
  margin-bottom: 15px;
}

.login-main .login-frm .lg-form .form-group label {
  color: #000;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.login-main .login-frm .lg-form .form-group input {
  width: 100%;
  height: auto;
  padding: 8px 6px;
  border: none;
  border-radius: 5px;
  outline: none;
  background: #fff;
  border: solid 1px #d5d5d5;
  color: #000;
  outline: none;
}

.login-main .login-frm .lg-form .form-group input::placeholder{
  color: #888;
}
.login-main .login-frm .lg-form .form-group.sub-btn {
  text-align: center;
}

.login-main .login-frm .lg-form .form-group.sub-btn input {
  width: auto;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border: solid 2px #27548a;
  color: #fff;
  text-decoration: none;
  background: #27548a;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}

.login-main .login-frm .lg-form .form-group.sub-btn input:hover {
  background: #d88900;
  border-color: #d88900;
}

.login-main .login-frm .lg-form .form-group.forgot-pss {
  margin-bottom: 0;
  text-align: center;
  color: #000;
}

.login-main .login-frm .lg-form .form-group.forgot-pss p {
  color: #000;
  margin-bottom: 0;
}

.login-main .login-frm .lg-form .form-group.forgot-pss a {
  color: #7f2218;
  font-weight: 600;
}

.login-main .lgn-instructions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-main .lgn-instructions ul li {
  color: #000;
  font-size: 15px;
  margin-bottom: 11px;
}

.login-main .lgn-instructions marquee {
  height: 406px;
}

.otp-instructions p.italic {
  font-style: italic;
}

.login-main .login-frm .lg-form .otp-instructions {
  border-top: solid 1px #ebebeb;
  padding: 10px 0px;
  margin-top: 10px;
}

.login-main .login-frm .lg-form .otp-instructions p {
  margin-bottom: 0;
}

.login-main .login-frm .lg-form .otp-instructions.scnt {
  margin-top: 0;
}

.message-main.director-msg {
  min-height: calc(100vh - 219px);
}

.director-msg.scholarship.login-main .login-frm {
  max-width: 560px;
  margin: auto;
  min-height: auto;
}

.director-msg.scholarship.login-main .login-frm .lg-form p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}


/*responsive*/

@media (max-width:1600px){
  .login-signin .left-side .intrsution-box ul li{
    font-size: 14px;
    margin-bottom: 15px;
  }

  .login-signin .left-side .site-logo {
    width: 180px;
    height: 180px;
  }
  .login-signin .left-side .site-logo {
    width: 180px;
    height: 180px;
  }

  .login-signin .left-side, .login-signin .right-side {
    padding: 20px 60px;
  }
}

@media (max-width:1399px){
  .up-slider .slider-box .caption-box h3{
    font-size: 40px;
  }

  .side-box-new .btm-icons ul li{
    padding: 5px 10px;
  }
  .side-box-new .btm-icons ul li a span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  .new-notice .innerlink a {
    font-size: 23px;
  }

  .msg-box .btm-faculties .box .deg-box h3 {
    font-size: 16px;
  }

  .msg-box .btm-faculties .box .heading {
    margin: 7px 0px;
  }

  .message-main.director-msg{
    height: 100%;
  }

  .up-slider .slider-box .img-box{
    height: 328px;
  }

  .Counter-box-main .counter-box p {
    font-size: 15px;
  }

  .login-signin .left-side{
    padding: 10px 30px;
  }

  .login-signin .left-side .site-logo {
    width: 135px;
    height: 135px;
    margin-bottom: 20px;
    border: solid 3px #27548a96;
    overflow: hidden;
    margin: 0px auto 11px;
    padding: 18px;
  }

  .login-signin .left-side .site-logo img {
    padding-top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .login-signin .left-side .intrsution-box h3 {
    font-size: 22px;
    padding: 7px 16px;
  }
  .login-signin .left-side .intrsution-box ul {
    padding: 15px 15px 15px 32px;
  }

  .login-signin .left-side .intrsution-box ul li {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.5em;
  }

  .login-signin .right-side .form-sec h2 {
    background: url(../img/divider.png) no-repeat bottom 11px center / 306px;
    padding-bottom: 30px;
    font-size: 30px;
  }

  .login-signin .right-side .frm-content .form-group {
    margin-bottom: 17px;
  }

  .login-signin .right-side .frm-content .form-group input {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .login-signin .right-side .frm-content .form-group label {
    line-height: 48px;
    padding-left: 18px;
    font-size: 20px;
  }
  .login-signin .right-side .frm-content .form-group.sub-btn input, 
  .login-signin .right-side .frm-content .form-group.sub-btn button{
    padding: 11px 10px;
    font-size: 19px;
  }

  .login-signin .right-side {
    padding: 30px 60px;
  }

  .school-full-info .schl-tbs .nav button {
    padding: 25px 10px;
    padding-left: 80px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .detail h3.name {
    font-size: 20px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .detail h5 {
    font-size: 18px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .img-box {
    width: 115px;
    height: 130px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .detail {
    width: calc(100% - 125px);
  }

  .school-full-info .schl-tbs .tab-content .inner-content .title h3 {
    font-size: 20px;
  }
}

@media (max-width:1199px){
  .up-slider .slider-box .caption-box h3 {
    font-size: 30px;
  }

  .msg-box p{
    font-size: 14px;
  }

  .msg-box .btm-faculties .box .heading{
    font-size: 13px;
  }

  .msg-box .btm-faculties .box .deg-box h3{
    font-size: 12px;
  }

  .msg-box .btm-faculties .box .deg-box {
    min-height: 42px;
  }

  .what-new h5{
    font-size: 13px;
  }

  .top-header .tp-top-btns {
    display: none;
  }

  .top-header .col-lg-4 {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }


  .Counter-box-main .counter-box a {
    padding: 15px 10px;
  }

  .Counter-box-main .counter-box p {
    font-size: 15px;
    margin: 0px 0px 0px;
  }

  .counter-icon {
    margin-bottom: 10px;
  }

  .school-information-deatils .school-shrt-info .board-logo {
    width: 120px;
    height: 120px;
  }

  .btm-header ul.main-menu>li>a{
    padding: 14px 11px;
  }
}

@media (max-width:991px){

 .quick-links-list {
  display: none;
}

.mission-gaurav-dashboard .mission-sidebar {
  margin-bottom: 10px;
}

.mission-gaurav-dashboard .sid_bar {
  position: relative;
  top: auto;
  height: auto;
}

.mission-gaurav-dashboard .mission-sidebar h3 {
  position: relative;
}

.mission-gaurav-dashboard .mission-sidebar h3 i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.top-header .logo-box {
  padding: 10px;
  height: 60px;
  margin: 0;
}

.top-header .logo-box img{
  width: auto;
}

.top-header {
  position: relative;
  z-index: 1;
  background: #fff;
  background: #fff;
}

.btm-header .main-menu {
  position: absolute;
  left: -100%;
  top: 60px;
  width: 100%;
  background: #27548A;
  height: 100vh;
  transition: 0.5s all ease;
  overflow: auto;
  padding-bottom: 80px !important;
  z-index: 9999;
}

.btm-header ul.main-menu li {
  display: block;
}

.btm-header ul.main-menu li.dropdowns.ml-auto a {
  background: transparent;
  color: #fff;
  padding: 13px 15px;
}

.btm-header ul.main-menu li.dropdowns ul.sub-menu, .btm-header ul.main-menu li.dropdowns:hover ul.sub-menu   {
  visibility: visible;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  right: auto; 
  max-width: 100%;
  display: none;
}

.btm-header ul.main-menu li.dropdowns.active ul.sub-menu {
  display: block;
}

.btm-header ul.main-menu li:hover a, .btm-header ul.main-menu li.active a{
  background: transparent;
}

.btm-header ul.main-menu li.dropdowns span {
  position: absolute;
  right: 10px;
  color: #fff;
  top: 12px;
}

.btm-header ul.main-menu>li {
  border-bottom: solid 1px #fdfdfd4f;
}

.menu-open .btm-header .main-menu {
  left: 0;
  display: block;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000003d;
  z-index: 0;
}

.container{
  max-width: 100%;
}

.up-slider .slider-box .caption-box h3 {
  font-size: 27px;
}

.up-slider .slider-box .caption-box .icon-img {
  position: absolute;
  top: -34px;
  right: -30px;
  width: 64px;
}

.sid-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}

.sid-boxes .cm-sir-box {
  flex: 0 0 48%;
  margin-bottom: 0;
}

.what-new{
 text-align: center;
}

.notification {
  background: #27548a;
}

.notification .what-new i {
  display: inline-block !important;
  background: #fff;
  color: #000;
  padding: 7px;
  border-radius: 5px;
}

.notification .notification-inner ul li a {
  color: #fff !important;
}

.top-header .col-lg-4 {
  text-align: left;
}
.top-header {
  padding: 0;
}

.view-in-mob {
  display: flex !important;
}

.hide-in-mob {
  display: none !important;
}

.btm-header ul.main-menu>li.view-in-mob {
    display: none !important;
}

.message-main .msg-box .icon-img.msn-grv {
  right: -10px;
}

.Counter-box-main .counter-box {
  margin-bottom: 13px;
}

.login-signin .left-side {
  order: 2;
  width: 100%;
  display: block;
  background: transparent;
  border-radius: 0;
  padding: 10px;
  height: auto;
}

.login-signin {
  flex-wrap: wrap;
  height: auto !important;
}

.login-signin .right-side {
  width: 100%;
  padding: 0px;
}

.login-signin .right-side .form-sec{
  padding: 10px;
}

.main-login-page {
  display: block;
}

.login-signin .left-side .intrsution-box h3 {
  color: #000;
  background: #00000012;
}

.login-signin .left-side .intrsution-box {
  border-color: #00000012;
}

.login-signin .left-side .intrsution-box ul li {
  color: #000;
}

.login-signin .left-side .site-logo {
  display: none;
}

.login-signin .right-side .site-logo {
  display: block !important;
  background: #4e7bb1 url(../img/Rectangles.png) repeat top center;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.login-signin .right-side .site-logo a {
  width: 110px;
  background: #fff;
  border-radius: 50%;
  height: 110px;
  display: block;
  margin: auto;
  border: solid 3px #27548a96;
}

.login-signin .right-side .site-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 13px;
}
.mission-gaurav-dashboard .mission-details .counter-boxes .counter-box {
  margin-bottom: 10px;
}

.directors-list-boxes h3.font25 {
  font-size: 20px;
}

.directors-list-boxes {
  margin-top: 15px;
}

.school-information-deatils .school-shrt-info .school-img {
  height: 310px;
  margin-bottom: 20px;
}

.school-information-deatils .school-shrt-info .board-logo {
  display: none;
}

.school-full-info .schl-tbs .pahchan-respo-box {
  flex-wrap: wrap;
}

.school-full-info .schl-tbs .nav {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0px !important;
}

.school-full-info .schl-tbs>.d-flex.align-items-start {
  flex-wrap: wrap;
}

.top-header .tp-right-boxes.hide-in-mob{
    display: flex !important;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-right: 28px;;
}
.top-header .tp-right-boxes.hide-in-mob .icon-img.msn-grv{
  display: none;
}
}

@media (max-width:767px){
  .up-slider .slider-box .caption-box h3 {
    font-size: 19px;
  }

  .msg-box .btm-faculties .box {
    flex: 0 0 48%;
    margin-bottom: 10px;
  }

  .new-notice .innerlink a {
    font-size: 16px;
  }

  .message-main.director-msg {
    height: 100%;
  }

  .up-slider .slider-box .img-box {
    height: 218px;
  }
  .new-links-tbs .lnk-tbs ul.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }

  .new-links-tbs .lnk-tbs ul.nav li.nav-item button {
    white-space: nowrap;
  }

  .counter-tp-box .counter-box {
    flex: 0 0 48%;
    margin-bottom: 5px;
  }

  .Counter-box-main .counter-box a {
    padding: 8px 7px;
  }

  .mission-gaurav-dashboard .timeline-nodes:nth-child(odd) h3, .mission-gaurav-dashboard .timeline-nodes:nth-child(odd) p, .mission-gaurav-dashboard .timeline-nodes:nth-child(odd) h5 {
    text-align: left
  }
  .mission-gaurav-dashboard .timeline-nodes:nth-child(even) {
    flex-direction: row;
  }
  .mission-gaurav-dashboard .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 4%;
    width: 0;
    border-left: 2px dashed #ddd;
    height: 93%;
    z-index: 1;
    transform: translateX(-50%);
  }
  .mission-gaurav-dashboard .timeline p {
    font-size: 14px;
  }
  .mission-gaurav-dashboard .timeline-image {
    position: absolute;
    left: 10px;
    top: 40px;
    padding: 0;
    text-align: center;
    /*transform: translateX(-50%;);*/
  }
  .mission-gaurav-dashboard .timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: auto;
    right: 100%;
    width: 0;
    border-left: 0;
    border-right: 10px solid #27548A;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .mission-gaurav-dashboard .timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #27548A;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .mission-gaurav-dashboard .timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
  }
  .mission-gaurav-dashboard .timeline-image::before {
    width: 65px;
    height: 65px;
  }

  .mission-gaurav-dashboard .timline-main h3.font25 {
    font-size: 20px;
  }

  .mission-gaurav-dashboard .timeline {
    padding: 0px 0px;
  }

  .school-information-deatils .school-shrt-info .school-img {
    height: 160px;
  }

  .school-information-deatils .school-shrt-info .details h3 {
    font-size: 18px;
  }

  .school-information-deatils .school-shrt-info .details h4 {
    font-size: 16px;
  }

  .school-information-deatils .school-shrt-info .details .shr-detail {
    overflow-x: auto;
  }

  .school-information-deatils .school-shrt-info .details .shr-detail tr td:first-child, .school-information-deatils .school-shrt-info .details .shr-detail tr td:nth-child(3), .school-information-deatils .school-shrt-info .details .shr-detail tr td:nth-child(4) {
    min-width: 150px;
  }

  .school-full-info .schl-tbs .nav button span.icon-img {
    width: 45px;
    height: 45px;
  }

  .school-full-info .schl-tbs .nav button {
    padding: 15px 10px;
    padding-left: 65px;
  }

  .school-full-info .schl-tbs .nav {
    margin-right: 0 !important;
    box-shadow: none;
  }

  .school-full-info .schl-tbs .tab-content .inner-content .entry-img .inner-img {
    height: 160px;
  }

  .school-full-info .schl-tbs .tab-content .inner-content .entry-tbl tr td {
    font-size: 14px;
    padding: 8px;
  }

  .school-full-info .schl-tbs .tab-content .inner-content .entry-tbl tr td .inner-map iframe {
    height: 240px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx {
    flex: 0 0 100%;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .detail h3.name {
    font-size: 15px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .detail h5 {
    font-size: 14px;
  }

  .school-full-info .schl-tbs .teacher-lists .bx .detail ul li {
    font-size: 13px;
  }

  .school-full-info .schl-tbs .tab-content .inner-content .title h3 {
    font-size: 18px;
  }

  .school-full-info .schl-tbs .new-gallery .item a {
    height: 200px;
  }
  .top-header .tp-right-boxes.hide-in-mob {
    margin-right: 0;
    margin-top: 0;
    justify-content: center;
}
.top-header .tp-right-boxes.hide-in-mob .social-media-icons {
    margin-right: 0px;
}
}

@media (max-width:576px){
  .up-slider .slider-box .caption-box{
    padding: 20px;
    width: 79%;
  }

  .up-slider .slider-box .img-box {
    height: 160px;
  }

  .sid-boxes .cm-sir-box {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

}

@media (max-width: 575px) {
  .mission-gaurav-dashboard .timeline::before {
    left: 5%;
  }
  .mission-gaurav-dashboard .timeline-image {
    left: -3px;
  }
  .mission-gaurav-dashboard .timeline-image::before{
    width: 50px;
    height: 50px;
  }
  .mission-gaurav-dashboard .timeline-image i {
    font-size: 20px;
    color: #fff;
  }
}