.certificate-section img {
    width: 70%;
    /* height: 72px; */
    margin: auto;
    display: block;
}
.news-upt__left li img {
    height: 14px;
    margin: 9px 0 auto;
}
.news-upt__left li {
    list-style-type: none;
    display: flex;
    margin-bottom: 30px;
}
.news-upt__left li:last-child {
    margin-bottom: 0px;
}
.news-upt__left ul {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0px;
}
.news-upt__right li img {
    height: 14px;
    margin: 9px 0 auto;
}
.news-upt__right li {
    list-style-type: none;
    display: flex;
    margin-bottom: 30px;
}
.news-upt__right li:last-child {
    margin-bottom: 0px;
}
.news-upt__right ul {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0px;
}
.news-upt .newLogoAfter img {
    width: 80px;
}
.news-upt .newLogoAfter::before {
    content: '';
    width: 1px;
    background: #B7B7B7;
}
.news-upt .newLogoAfter:after {
    content: '';
    width: 1px;
    background: #B7B7B7;
}
.news-upt__left li p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-upt__right li p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.school-section-list img {
    width: 100%;
}

.school-section-list {
    position: relative;
    width: 95%;
    margin: auto;
}
.school-overlay {
    position: absolute;
    /* background: linear-gradient(-45deg,#355C7D96,#6C5B7BCF,#f36f2fab); */
    background: transparent linear-gradient(360deg, #000000ED 10%, #0006 55%, #0000 100%) 10% 10% no-repeat padding-box;
    width: 100%;
    top: 0;
    height: 100%;
}
.school-overlay .vert__center {
    position: relative;
    top: 85%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.school-overlay .vert__center .header-line {
    width: 35px;
    height: 1px;
    background: #fff;
    margin: auto 7px;
}
.school-overlay .vert__center .header-circle {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
}
.school-overlay h5 {
    font-size: 22px !important;
    transition: .3s;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.box:hover .school-overlay {
    background: linear-gradient(-45deg,#355C7De8,#6C5B7Be8,#f36f2fe8);
}
.box:hover .school-overlay h5 {
    font-size: 0px !important;
    transition: .3s;
}
.box:hover .school-overlay .header-circle {
    opacity: 0;
    transition: .3s;
}
.box:hover .school-overlay .header-line {
    opacity: 0;
    transition: .3s;
}
.box{
    background: linear-gradient(-45deg,#355C7D,#6C5B7B,#f36f2f);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.box:before{
    content: "";
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,0,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .35s;
}
.box:hover:before{
    opacity: 1;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,1.8,1);
}
.box img{
    width: 100%;
    height: auto;
    transform: translate3d(0,0,0) scale(1);
    transition: all 0.5s ease 0s;
}
.box:hover img{
    opacity: 0.3;
    transform: translate3d(-12px,0,0) scale(1.1) rotate(3deg);
}
.box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
.box .post{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a{
    color: #355C7D;
    background: #fff;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    transition: all .35s;
}
.box .icon li a:hover{
    color: #6C5B7B;
    background: #fff;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}
.box-content h5 {
    font-size: 20px !important;
    font-weight: 600;
    text-align: left;
    padding-left: 5%;
}
.box-content ul li {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
    list-style-position: inside;
}
.box-content ul li a {
    margin-left: -8px;
}
.box-content ul li ul li {
    font-size: 13px;
}
.vert__section .header-line {
    width: 10%;
    height: 1px;
    /* background: #000; */
    border-top: 1px dashed #000;
    margin: auto 7px;
}
.vert__section .header-circle {
    width: 20px;
    height: 20px;
    background: #014590;
    border-radius: 100%;
}
.vert__section .cnt-circle:before {
    content: '';
    width: 1px;
    height: 60%;
    /* background: #000; */
    border-left: 1px dashed #000;
    position: absolute;
    margin-top: 38px;
}
.vert__section .cnt-circle:after {
    content: '';
    width: 1px;
    height: 60%;
    /* background: #000; */
    border-left: 1px dashed #000;
    position: absolute;
    margin-top: -30%;
}

.whatsnew-section {
    /* background: #00498e; */
    background: linear-gradient(#00498e,#033a6d);
    /* width: 93%;
    margin: auto; */
}
.whatsnew-section-border {
    width: 93%;
    margin: auto;
    border: 1px dashed #000;
    padding: 15px 15px 25px;
    background: #fff;
}
.whatsnew-section h5 {
    color: #fff;
}
.whatsnew-section h6 {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.wrapper nav{
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .wrapper nav label{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 17px;
    /* border-radius: 5px; */
    margin: 10px 0px;
    transition: all 0.3s ease;
    background: none;
    text-transform: uppercase;
  }
  .wrapper nav label:hover{
    background: #ffffff17;
  }
  #spec:checked ~ nav label.home,
  #newcourses:checked ~ nav label.blog{
    color: #00498e;
  }
 .wrapper nav label i{
    padding-right: 7px;
  }
  .wrapper nav .slider{
    position: absolute;
    height: 32px;
    width: 48%;
    left: 0;
    bottom: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #fff;
    transition: all 0.3s ease;
    margin-bottom: 4px;
margin-left: auto;
margin-right: auto;
  }
  .wrapper input[type="radio"]{
    display: none;
  }
  .wrapper .blog {
      border-left: 1px solid #fff;
  }
  #spec:checked ~ nav .slider{
    left: 1%;
  }
  #newcourses:checked ~ nav .slider{
    left: 51%;
  }
  .wrapper section .content{
    /* display: none; */
    /* background: #fff; */
    padding: 30px 0px 0px;
  }
  #spec:checked ~ section .content-1,
  #newcourses:checked ~ section .content-2{
    display: block;
  }
  .wrapper section .content .title{
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
  }
  .wrapper section .content p{
  text-align: justify;
  }
  .tab-head-sec {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(180deg, #fff 0%, #fff 100%);
    border-image-slice: 1;
}
.whatsnew-section .content li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
    display: flex;
}
.whatsnew-section .content li i {
  font-size: 12px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.whatsnew-section .content li img {
    height: 16px;
    margin-right: 5px;
    margin-top: 5px;
}
.tablinkOne {
    position: relative;
    padding-top: 7px !important;
    padding-bottom: 0px !important;
}
.tablinkOne h6 {
    z-index: 11;
    position: relative;
}
.tablinkOne:before{
    content: "";
    width: 100%;
    /* height: 1px;
    background: rgba(0,0,0, 0.2);
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: scale(0);
    transition: all 700ms ease 0s; */
    height: 100%;
    background: rgba(0,0,0, 0.2);
    position: absolute;
    top: 1px;
    left: 0;
    /* transform: scale(0);
    transition: all 700ms ease 0s; */
    border: 1px solid #fff;
    opacity: 0;
    /* z-index: -1; */
}
.tablinkOne:after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    /* top: -2px; */
    left: 0;
    right: 0;
    /* transform: scale(0);
    transition: all 700ms ease 0s; */
    opacity: 0;
    bottom: -3px;
}
.tablinkOne:hover::after, 
.tablinkOne:hover::before {
    /* transform: scale(1); */
    opacity: 1;
}
.activeEventOne.tablinkOne::after, .activeEventOne.tablinkOne::before {
    /* transform: scale(1); */
    opacity: 1;
}
.activeEventOne {
    border-color: transparent !important;
    border-width: 0px !important;
}
.campus {
    border-bottom: 1px solid #ffffff2e !important;
    border-bottom: 1px solid #ffffff2e !important;
    border-top: 1px solid #ffffff2e;
    margin-top: 3%;
}
.campus-highlights .tablinkOne-img, .campus-highlights .tablinkOne1-img, .campus-highlights .tablinkOne2-img,
.campus-highlights .tablinkOne3-img, .campus-highlights .tablinkOne4-img, .campus-highlights .tablinkOne5-img {
    width: 100%;
    height: 90%;
    position: relative;
}
.campus-highlights .tablinkOne-img:before, .campus-highlights .tablinkOne1-img:before, .campus-highlights .tablinkOne2-img:before,
.campus-highlights .tablinkOne3-img:before, .campus-highlights .tablinkOne4-img:before, .campus-highlights .tablinkOne5-img:before {
    content: '';
    background: #ef5553;
    width: 70%;
    height: 106%;
    display: block;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -10px;
}
.campus-highlights .tablinkOne-img h4, .campus-highlights .tablinkOne1-img h4, .campus-highlights .tablinkOne2-img h4, 
.campus-highlights .tablinkOne3-img h4, .campus-highlights .tablinkOne4-img h4, .campus-highlights .tablinkOne5-img h4 {
    position: absolute;
    bottom: 16px;
    color: #fff;
    z-index: 11;
    font-size: 21px;
    text-align: right;
    width: 100%;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase;
    text-shadow: -1px 1px 3px #000;
    padding-right: 15px;
}
.campus-highlights img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}
.campus-highlights {
    margin-top: -45px;
    margin-bottom: 10px;
}
.campus-highlights:after {
    background: transparent linear-gradient(360deg, #000000C2 0%, #0006 65%, #0000 100%) 0% 0% no-repeat padding-box !important;
    /* background: transparent linear-gradient(360deg, #00498edb 30%, rgba(20, 17, 28, 0.4) 55%, rgba(89, 66, 168, 0) 100%) 0% 0% no-repeat padding-box !important; */
    content: "";
    width: auto;
    height: 43%;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 15px;
}
#chat-bot-launcher-container {
    display: none;
}
#chat-bot-launcher-container.chat-bot-launcher-notext .chat-bot-launcher-button {
    width: 38px !important;
    height: 38px !important;
    background-size: 25px !important;
}
#chat-bot-message-container .chat-bot-message-label div {
    font-size: 13px !important;
}
#chat-bot-message-container .chat-bot-message-label {
    padding: 8px !important;
}
.campus-highlights-rgt {
    min-height: 350px;
}
.campus-highlights-cnt p {
    color: #fff;
    font-size: 15px !important;
    line-height: 26px;
}
.another-btn .tablinkOne {
    width: 10px;
    height: 10px;
    background: transparent !important;
    padding: 0 !important;
    border: 1px solid #fff;
}
.another-btn .tablinkOne:before, .another-btn .tablinkOne:after {
    display: none;
}
.another-btn .activeEventOne {
    background: #fff !important;
    top: 1px;
}
.campus-highlights-rgt .campusList ul {
    /* list-style-image: url("https://pmu.edu/Admission2022/images/list-icon.png"); */
    list-style-image: none;
list-style-type: none;
}
.campus-highlights-rgt .campusList ul li i {
    font-size: 12px;
    margin-right: 3px;
}
.campus-highlights-rgt .campusList ul li img {
    width: 13px;
}
.count-list h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 4px;
}
.count-list p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.count-list {
    margin-bottom: auto;
    
}
.campusList .brd-r {
    border-right: 1px dashed #ffffff8c;
}
.headingTextAfter {
    border-top: 1px solid #EF5553;
}
.eventsBorder h5 {
    font-size: 17px !important;
}
.ad-btn {
    text-align: center;
    margin-bottom: auto;
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
}
.ad-btn a {
    background: transparent linear-gradient(-360deg, #f15654 0%, #f42c29 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}
.admin__btn {
    margin: auto 120px auto auto;
}
.admin__btn a {
    background: transparent linear-gradient(-360deg, #f15654 0%, #f42c29 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 17px;
    border: 1px solid #f42c29;
}
.line-ht-28 {
    line-height: 28px;
}

        .news__upt {
            box-shadow: 2px 3px 3px #cccccc26;
        }
.news__upt .arrow-pointer {
    width: 115px;
    height: 45px;
    background: #004b8f;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: .8px;
    padding-top: 8px;
    z-index: 11;
    text-transform: uppercase;
}
.news__upt .arrow-pointer:after {
      content: '';
      position: absolute;
      left: 0; bottom: 0; width: 0; height: 0;
      border-left: 25px solid #004b8f;
      border-top: 23px solid transparent;
      border-bottom: 23px solid transparent;
    }
  
    .news__upt .arrow-pointer:before {
      content: '';
      position: absolute;
      right: -25px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 25px solid #004b8f;
      border-top: 23px solid transparent;
      border-bottom: 23px solid transparent;
    }
    .marquee-container {
        background: transparent;
        margin-top: -47px;
        height: 47px;
        width: 91%;
margin-left: auto;
    }
  .marquee-container a {
      color: #000;
      text-decoration: none;
  }
  .marquee-container marquee {
    margin-top: 10px;
  }
      .marquee-container img {
        width: 15px;
        margin-top: -4px;
      }
      .adm__btn .registration__new-sticky {
        margin-top: -100px;
        position: unset;
        margin-right: 15px;
      }
      .adm__btn {
        position: absolute;
        z-index: 1;
        display: flex;
        justify-content: end;
        width: 100%;
      }
      .adm__btn .registration__new {
        background: transparent linear-gradient(270deg, #ea2c28 0%, #ec1511 100%) 0% 0% no-repeat padding-box;
        border-radius: 0px;
      }
      .recruiterImages {
        height: 115px !important;
        background-size: 75% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
      }
      .eventsHover {
        border: none;
      }
.eventsHover .pl-3 a div:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eventsHover .pl-3 a div p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-85 {
    width: 85%;
}
.campus-highlights-rgt .cityOne p {
    color: #fff;
    font-size: 14px !important;
    line-height: 24px;
    text-align: center;
  }
  .quickLinksSection {
    border: 1px solid transparent;
    margin-right: auto;
border-right: 1px solid #000;
border-radius: 0px;
  }
  .quickLinks a:last-child .quickLinksSection {
    border: none;
  }

  .navbar-expand-lg .navbar-toggler.dBlockClass {
    display: block;
    position: absolute;
    right: 5px;
    top: 32%;
}
.navbar-expand-lg .navbar-toggler.dBlockClass:before {
    content: 'Menu';
    position: absolute;
    left: -35px;
    font-size: 16px;
    color: #00498E;
}

.logoBg .logo.logoScroll {
    height: 78px !important;
    margin-top: 0 !important;
    width: 100% !important;
    transition: .3s;
  }
  .logoBg.logoBgScroll::after {
    content: '';
    border-top: 0 solid #fff;
  }
  .footerLogo::after {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 31%;
    top: 50%;
    left: 14%;
  }
  .footerLogo::before {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 30%;
    top: 50%;
    right: 15%;
  }
  .toggleIcon div {
    display: block;
    width: 30px;
    height: 2.5px;
  }
  .close.push_left {
    margin-right: 15px;
  }
  .respButton.accordionButton::after {
    margin-right: 15px;
  }
  .bannerImage .bannerBottom {
    display: none;
  }
  .bannerImage p {
    display: none;
  }
  .bannerImage h2 {
    font-weight: 600;
    margin-top: 20%;
  }
  .homeMargin {
  margin-top: 100px;
}
/* .homeSlider {
    height: 585px !important;
  } */
.homeBanner .swiper-pagination {
    left: 2%;
    text-align: left;
  }
  .campusSection {
    background-color: #032545 !important;
  }

  .logoBg::after {
    content: " ";
    position: absolute;
    width: 400px;
    height: 0;
    border-top: 103px solid #fff;
    border-right: 60px solid transparent;
    top: 0;
    right: -65px;
    z-index: 0;
  }
@media (max-width: 360px) {
  .ad-btn a {
    font-size: 16px;
  }
}
  @media (max-width: 600px) {
    .wrapper nav {
        display: block;
        height: auto;
        
    }
    .wrapper nav label {
        display: block;
        height: auto;line-height: 40px;
    }
    
    .bannerImage:nth-child(2) {
      background-position: left !important;
    }
    .admin__btn {
        margin: auto 68px auto auto;
        position: absolute;
        top: 30%;
        z-index: 111;
        right: 0%;
    }
    .admin__btn a {
        padding: 4px 10px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 13px;
    }
    .admin__btn a span {
        display: none !important;
    }
    #spec:checked ~ nav .slider {
        left: 0%;
        top: 8%;
        width: 100%;
    }
    #newcourses:checked ~ nav .slider {
        left: 0;
        width: 100%;
        top: 54%;
    }
    .navbar-expand-lg .navbar-toggler.dBlockClass::before { 
        content: '';
    }
    .logoBg .logo.logoScroll {
        height: 61px !important;
        margin-top: 0 !important;
        width: 100% !important;
      }
    .homeMargin {
        margin-top: 94px;
      }
      .logo, .logoBg {
        width: 230px;
        height: auto;
        margin-top: auto;
      }
      .hamburgerIcon {
  margin-top: 30px !important;
}
.homeSlider {
    height: 186px !important;
  }
  .bannerImage h2 {
   margin-top: -4%;
   font-size: 15px;
   display: none;
  }
  .adm__btn .registration__new-sticky {
    margin-top: 10px;
    position: unset;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .adm__btn {
    position: unset;
    justify-content: space-evenly;
  }
  .adm__btn .registration__new {
    font-size: 14px;
    min-width: auto;
  }
  .ad-btn a {
    font-size: 18px;
  }
  .news__upt .arrow-pointer::before {
    content: '';
    position: absolute;
    right: -18px;
    border-left: 18px solid #004b8f;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .news__upt .arrow-pointer {
    width: 90px;
    height: 30px;
    font-size: 13px;
    padding-top: 5px;
    text-transform: uppercase;
  }
  .news__upt .arrow-pointer::after {
    border-top: 6px solid transparent;
  }
  .marquee-container {
    background: transparent;
    margin-top: -40px;
    height: 40px;
    width: 72%;
  }
  .marquee-container a {
    font-size: 13px;
  }
  .marquee-container img {
    width: 12px;
    margin-top: 0px;
  }
  .certificate-section img {
    width: 100%;
    margin: auto auto 13%;
  }
  .homeBanner .swiper-pagination {
    left: 4%;
  }
  .line-ht-28 {
    line-height: 26px;
    font-size: 15px !important;
  }
  .school-section-list {
    margin: auto auto 5%;
  }
  .navbar-expand-lg .navbar-toggler.dBlockClass {
    top: -12%;
  }
  .vert__section {
    display: none;
  }
  .school-overlay h5 {
    font-size: 13px !important;
    padding: 0px 5px;
  }
  .school-overlay .vert__center {
    top: 80%;
  }
  .box-content h5 {
    font-size: 14px !important;
  }
  .box-content ul li a {
    margin-left: 0px;
    font-size: 13px;
  }
  .box-content ul {
    padding-left: 25px;
  }
  .box-content ul li {
    list-style-position: unset;
    line-height: 18px;
  }
  .h-m-img {
    height: 300px !important;
    object-fit: cover;
  }
  .whatsnew-section h5 {
    font-size: 18px !important;
  }
  .whatsnew-section h6 {
    font-size: 14px;
  }
  .whatsnew-section .wrapper nav label {
    line-height: 25px;
    font-size: 14px;
  }
  .whatsnew-section .wrapper .blog {
    border-left: 1px solid transparent;
  }
  .whatsnew-section .wrapper nav .slider {
    height: 30px;
  }
  .whatsnew-section .content li {
    font-size: 14px;
  }
  .campus-highlights {
    margin-left: 5%;
  }
  .tablinkOne h6 {
    font-size: 12px;
    letter-spacing: .5px;
  }
  .campus > button {
    padding: 5px 6px;
  }
  .campus-highlights-rgt .cityOne p {
    font-size: 13px !important;
    line-height: 21px;
}
.campusList .brd-r {
    margin-bottom: 5%;
  }
  .campusList {
    padding-bottom: 8%;
  }
  .count-list h4 {
    font-size: 16px;
  }
  .campusList .brd-r:nth-child(even) {
    border-color: transparent;
  }
  .quickLinks {
    display: none;
  }
  .addressSection div {
    text-align: center;
  }
  .w-m-100 {
    width: 100%;
  }
  .w-m-100 a {
    text-align: center;
  }
  .footerLogo::before {
    right: 0;
  }
  .footerLogo::after {
    left: 0;
  }
  #chat-bot-launcher-container .chat-bot-launcher {
    width: 45px !important;
  }
  .recruiterImages {
    height: 85px !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .footerBg h3 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper nav label {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-toggler.dBlockClass {
        top: -7%;
      }
      .homeSlider {
        height: 340px !important;
      }
      .homeBanner .swiper-pagination {
        left: 4%;
      }
      .certificate-section img {
        width: 100%;
      }
      .bannerImage h2 {
        margin-top: 16%;
        font-size: 25px;
      }
      .school-overlay h5 {
        font-size: 17px !important;
        padding: 0px 5px;
      }
      .box-content h5 {
        font-size: 14px !important;
      }
      .box-content ul li a {
        margin-left: 0px;
        font-size: 13px;
      }
      .box-content ul {
        padding-left: 25px;
      }
      .box-content ul li {
        list-style-position: unset;
        line-height: 18px;
      }
      .whatsnew-section .content li {
        font-size: 14px;
      }
      .vert__section .cnt-circle::before {
        height: 350px;
      }
      .vert__section .cnt-circle::after {
        height: 300px;
        margin-top: -31%;
      }
      .campus > button {
        padding: 5px 20px;
      }
      .campus-highlights-rgt .cityOne p {
        font-size: 13px !important;
        line-height: 21px;
    }
    .count-list h4 {
        font-size: 16px;
      }
      .campus-highlights-rgt {
        min-height: 280px;
      }
      .footerLogo::before {
        right: 13%;
      }
      .footerLogo::after {
        left: 12%;
      }
      .adm__btn .registration__new {
        font-size: 14px;
        min-width: auto;
      }
      .box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
      }
    .footerBg h3 {
        font-size: 20px !important;
      }
      .marquee-container {
        width: 82%;
      }
}
@media screen and (min-width: 767px) and (max-width: 992px) {

.navbar-expand-lg .navbar-toggler.dBlockClass {
    top: -7%;
  }
  .homeSlider {
    height: 340px !important;
  }
  .homeBanner .swiper-pagination {
    left: 4%;
  }
  .certificate-section img {
    width: 100%;
  }
  .bannerImage h2 {
    margin-top: 12%;
    font-size: 18px;
  }
  .school-overlay h5 {
    font-size: 17px !important;
    padding: 0px 5px;
  }
  .box-content h5 {
    font-size: 14px !important;
  }
  .box-content ul li a {
    margin-left: 0px;
    font-size: 13px;
  }
  .box-content ul {
    padding-left: 25px;
  }
  .box-content ul li {
    list-style-position: unset;
    line-height: 18px;
  }
  .whatsnew-section .content li {
    font-size: 14px;
  }
  .vert__section .cnt-circle::before {
    height: 350px;
  }
  .vert__section .cnt-circle::after {
    height: 300px;
    margin-top: -31%;
  }
  .campus > button {
    padding: 5px 20px;
  }
  .campus-highlights-rgt .cityOne p {
    font-size: 13px !important;
    line-height: 21px;
}
.count-list h4 {
    font-size: 16px;
  }
  .campus-highlights-rgt {
    min-height: 280px;
  }
  .footerLogo::before {
    right: 13%;
  }
  .footerLogo::after {
    left: 12%;
  }
  .adm__btn .registration__new {
    font-size: 14px;
    min-width: auto;
  }
  .box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .footerBg h3 {
    font-size: 20px !important;
  }
  .marquee-container {
    width: 82%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-toggler.dBlockClass {
        top: -7%;
      }
      .homeBanner .swiper-pagination {
        left: 3%;
      }
      .homeSlider {
        height: 465px !important;
      }
      .bannerImage h2 {
        margin-top: 16%;
        font-size: 25px;
      }
      .school-overlay h5 {
        font-size: 17px !important;
        padding: 0px 5px;
      }
      .box-content h5 {
        font-size: 14px !important;
      }
      .box-content ul li a {
        margin-left: 0px;
        font-size: 13px;
      }
      .box-content ul {
        padding-left: 25px;
      }
      .box-content ul li {
        list-style-position: unset;
        line-height: 18px;
      }
      .whatsnew-section .content li {
        font-size: 14px;
      }
      .vert__section .cnt-circle::before {
        height: 350px;
      }
      .vert__section .cnt-circle::after {
        height: 300px;
        margin-top: -31%;
      }
      .campus > button {
        padding: 5px 20px;
      }
      .campus-highlights-rgt .cityOne p {
        font-size: 13px !important;
        line-height: 21px;
    }
    .count-list h4 {
        font-size: 16px;
      }
      .campus-highlights-rgt {
        min-height: 280px;
      }
      .footerLogo::before {
        right: 13%;
      }
      .footerLogo::after {
        left: 12%;
      }
      .marquee-container {
        width: 87%;
      }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
    .homeSlider {
        height: 500px !important;
      }
      .navbar-expand-lg .navbar-toggler.dBlockClass {
        top: -7%;
      }
      .bannerImage h2 {
        font-weight: 600;
        margin-top: 16%;
      }
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
    .count-list h4 {
        font-size: 18px !important;
    }
}

@media (min-width: 1600px) {
  .homeSlider {
    height: 780px !important;
  }
}