@media only screen and (max-width: 377px) {
  .top-header .top-links ul li {
    display: inline-block;
  }
  .top-header .top-links ul {
    display: inline-block;
  }
  .logoclg001{
      width:85px!important;
  }
  .latest-news .ticker-wrapper-h .heading img {
    display: none;
  }
  .latest-news .ticker-wrapper-h .heading {
    padding: 5px 3px;
    font-size: 16px;
  }
  .logo-area .college_name {
    font-size: 25px;
  }
  .logo-area P {
    font-size: 13px!important;
  }
  .logo-area::after {
    top: 0;
    left: 0;
    height: 46%;
    width: 100%;
    transform: skew(0);
  }
  .logo-area .top-evnt-list {
    margin: 0 0;
  }
  .lower-hed-box {
    align-items: flex-end;
    padding-left: 0;
    margin-top:0;
  }
  .lower-hed-box .form-control {
    padding: 5px 18px;
  }
  .lower-hed-box .btn {
    padding: 5px 18px;
    font-size: 16px;
  }
  .site_menu #mobNav {
    color: #000;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
  .page-wrapper .owl-carousel .owl-item img {
    height: 200px;
  }
  .about-college .img::after {
    width: 360px;
  }
  .about-college img {
    height: 100%;
    width: 95%;
  }
  .about-college .img::after {
    width: 360px;
    height: 100%;
  }
  .about-college .img {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .common-title {
    font-size: 25px;
  }
  .notice-area .qiick-links ul li a {
    font-size: 12px;
  }
  .web_title {
    margin-top: 10px;
  }
  .notice-area .principal-image {
    float: none;
    width: 100%;
  }
  .notice-area .p-box {
    height: auto;
  }
  .talks-seminars .talks-box {
    height: auto;
  }
  .logo-area .top-evnt-list ul {
    margin-top: 20px;
  }
  .about-college .about-txt {
    margin-top: 10px;
  }
  .common_btn {
    padding: 5px 10px;
  }
  .Mary-Ward .mary-box .mary-img {
    float: none;
    width: 100%;
  }
  .Mary-Ward .mary-box .mary-img img {
    width: 100%;
  }
  .Mary-Ward .event-list a {
    padding-left: 17%;
    font-size: 14px;
  }
  p {
    font-size: 14px !important;
  }
  .upcoming-events .readmore {
    margin-top: 15px;
    text-align: center;
  }
  .achievements .owl-carousel .item {
    height: 410px;
    min-height: unset;
  }
  .sitee__footer .inner-box {
    padding-right: 0;
  }
  .sitee__footer {
    margin-bottom: 15px;
  }
  .site_menu ul.mainNav li a {
    padding: 10px;
  }
}
@media screen and (min-width: 991px) {
  /* Mobile menu toggle */
  .menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 991px) {
  .loader-mask .college-loader {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
  }
  .iso_logo img{
      width:75px;
  }
  .talks-seminars .talks-box ul li a{
      font-size:13px;
  }
  @keyframes fadeText13 {
    0% {
      opacity: 0;
      letter-spacing: 4px;
    }
    50% {
      opacity: 1;
      letter-spacing: 1px;
    }
    100% {
      opacity: 0;
      letter-spacing: 4px;
    }
  }
  .page-wrapper .slider-box .slide_txt {
    bottom: 0;
  }
  .top-header .top-links ul {
    display: flex !important;
  }
  .top-header .top-links ul li a {
    height: auto;
    border-right: 0;
    color: #000;
  }
  .principal-desk {
    padding: 10px;
  }
  .principal-desk .p-img {
    width: 100%;
    float: none;
  }
  .principal-desk .teach-name {
    font-size: 20px;
  }
  .page-wrapper .slider-box .slide_txt h3 {
    font-size: 16px;
  }
  .site_menu ul.mainNav ul li a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f058";
    color: #005F73;
  }
  .site_menu ul.mainNav li a {
    padding: 10px;
  }
  .site_menu ul.mainNav {
    background-color: #fff;
    height: 250px;
    overflow-y: scroll;
  }
  .site_menu ul.dropdownMenu {
    background-color: #fff;
  }
  .Mary-Ward .mary-box {
    height: auto;
  }
  .Mary-Ward .event-box{
      height:300px;
      overflow-y:auto;
  }
  .photo-gallery .inner .gal_inner {
    height: auto;
  }
  .logoclg001{
      width:100px;
  }
  .master-banner .banner-title {
    font-size: 26px;
    width: 85%;
    text-align: center;
  }
  .sitee__footer .inner-box {
    margin-bottom: 10px;
  }
  .top-header {
    background: #f9ab03;
    color: #000;
    padding: 10px 0;
    position: relative;
  }
  .top-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }
  .top-links ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
  }
  .top-links ul li a:hover {
    color: #FFD166;
  }
}
/* Responsive styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .site_menu #mobNav{
      color:#fff!important;
  }
  .top-links {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    box-shadow: 0px 2px 3px 1px #bfbfbf;
    height: 210px;
    overflow-x: scroll;
  }
  .top-links ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
    gap: 0;
  }
  .top-links.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #mobile-menu {
    font-size: 16px;
    cursor: pointer;
    color: #333;
  }
}
@media only screen and (min-width: 378px) and (max-width: 391px) {
  .about-college .img::after {
    width: 375px;
    height: 100%;
  }
  .top-header .top-links ul li {
    display: inline-block;
  }
  .top-header .top-links ul {
    display: inline-block;
  }
  .latest-news .ticker-wrapper-h .heading img {
    display: none;
  }
  .latest-news .ticker-wrapper-h .heading {
    padding: 5px 3px;
    font-size: 16px;
  }
  .logo-area .college_name {
    font-size: 25px;
  }
  .logo-area P {
    font-size: 13px;
  }
  .logo-area::after {
    top: 0;
    left: 0;
    height: 49%;
    width: 100%;
    transform: skew(0);
  }
  .logo-area .top-evnt-list {
    margin: 0 0;
  }
  .lower-hed-box {
    align-items: flex-end;
    padding-left: 0;
    margin-top:0;
  }
  .lower-hed-box .form-control {
    padding: 5px 18px;
  }
  .lower-hed-box .btn {
    padding: 5px 18px;
    font-size: 16px;
  }
  .site_menu #mobNav {
    color: #000;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
  .page-wrapper .owl-carousel .owl-item img {
    height: 200px;
  }
  .about-college img {
    height: 100%;
    width: 95%;
  }
  .about-college .img::after {
    width: 377px;
    height: 100%;
  }
  .about-college .img {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .common-title {
    font-size: 25px;
  }
  .notice-area .qiick-links ul li a {
    font-size: 13px;
  }
  .web_title {
    margin-top: 10px;
  }
  .notice-area .principal-image {
    float: none;
    width: 100%;
  }
  .notice-area .p-box {
    height: auto;
  }
  .talks-seminars .talks-box {
    height: auto;
  }
  .logo-area .top-evnt-list ul {
    margin-top: 20px;
  }
  .about-college .about-txt {
    margin-top: 10px;
  }
  .common_btn {
    padding: 5px 10px;
  }
  .Mary-Ward .mary-box .mary-img {
    float: none;
    width: 100%;
  }
  .Mary-Ward .mary-box .mary-img img {
    width: 100%;
  }
  .Mary-Ward .event-list a {
    padding-left: 17%;
    font-size: 13px;
  }
  p {
    font-size: 14px !important;
  }
  .upcoming-events .readmore {
    margin-top: 15px;
    text-align: center;
  }
  .achievements .owl-carousel .item {
    height: 410px;
    min-height: unset;
  }
  .sitee__footer .inner-box {
    padding-right: 0;
  }
  .sitee__footer {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 392px) and (max-width: 426px) {
  .latest-news .ticker-wrapper-h .heading img {
    display: none;
  }
  .logo-area .btns-dcx {
        width: 55%!important;
    }
  .latest-news .ticker-wrapper-h .heading {
    padding: 5px 3px;
    font-size: 16px;
  }
  .logo-area .college_name {
    font-size: 25px;
  }
  .logo-area P {
    font-size: 13px;
  }
  .logo-area::after {
    top: 0;
    left: 0;
    height: 49%;
    width: 100%;
    transform: skew(0);
  }
  .logo-area .top-evnt-list {
    margin: 0 0;
  }
  .lower-hed-box {
    align-items: flex-end;
    padding-left: 0;
    margin-top:0;
  }
  .lower-hed-box .form-control {
    padding: 5px 18px;
  }
  .lower-hed-box .btn {
    padding: 5px 18px;
    font-size: 16px;
  }
  .site_menu #mobNav {
    color: #000;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
  .page-wrapper .owl-carousel .owl-item img {
    height: 200px;
  }
  .about-college .img::after {
    width: 360px;
  }
  .about-college img {
    height: 100%;
    width: 95%;
  }
  .about-college .img::after {
    width: 410px;
    height: 100%;
  }
  .about-college .img {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .common-title {
    font-size: 25px;
  }
  .notice-area .qiick-links ul li a {
    font-size: 13px;
  }
  .web_title {
    margin-top: 10px;
  }
  .notice-area .principal-image {
    float: none;
    width: 100%;
  }
  .notice-area .p-box {
    height: auto;
  }
  .talks-seminars .talks-box {
    height: auto;
  }
  .logo-area .top-evnt-list ul {
    margin-top: 20px;
  }
  .about-college .about-txt {
    margin-top: 10px;
  }
  .common_btn {
    padding: 5px 10px;
  }
  .Mary-Ward .mary-box .mary-img {
    float: none;
    width: 100%;
  }
  .Mary-Ward .mary-box .mary-img img {
    width: 100%;
  }
  .Mary-Ward .event-list a {
    padding-left: 17%;
    font-size: 13px;
  }
  p {
    font-size: 14px !important;
  }
  .upcoming-events .readmore {
    margin-top: 15px;
    text-align: center;
  }
  .achievements .owl-carousel .item {
    height: 410px;
    min-height: unset;
  }
  .sitee__footer .inner-box {
    padding-right: 0;
  }
  .sitee__footer {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 427px) and (max-width: 601px) {
  .top-header .top-links ul li {
    display: inline-block;
  }
  .logo-area .btns-dcx {
        width: 55%!important;
    }
  .top-header .top-links ul {
    display: inline-block;
  }
  .latest-news .ticker-wrapper-h .heading img {
    display: none;
  }
  .latest-news .ticker-wrapper-h .heading {
    padding: 5px 3px;
    font-size: 16px;
  }
  .logo-area .college_name {
    font-size: 25px;
  }
  .logo-area P {
    font-size: 13px;
  }
  .logo-area::after {
    top: 0;
    left: 0;
    height: 49%;
    width: 100%;
    transform: skew(0);
  }
  .logo-area .top-evnt-list {
    margin: 0 0;
  }
  .lower-hed-box {
    align-items: flex-end;
    padding-left: 0;
    margin-top:0;
  }
  .lower-hed-box .form-control {
    padding: 5px 18px;
  }
  .lower-hed-box .btn {
    padding: 5px 18px;
    font-size: 16px;
  }
  .site_menu #mobNav {
    color: #000;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
  .page-wrapper .owl-carousel .owl-item img {
    height: 200px;
  }
  .about-college .img::after {
    width: 360px;
  }
  .about-college img {
    height: 100%;
    width: 95%;
  }
  .about-college .img::after {
    width: 486px;
    height: 100%;
  }
  .about-college .img {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .common-title {
    font-size: 25px;
  }
  .notice-area .qiick-links ul li a {
    font-size: 13px;
  }
  .web_title {
    margin-top: 10px;
  }
  .notice-area .principal-image {
    float: none;
    width: 100%;
  }
  .notice-area .p-box {
    height: auto;
  }
  .talks-seminars .talks-box {
    height: auto;
  }
  .logo-area .top-evnt-list ul {
    margin-top: 20px;
  }
  .about-college .about-txt {
    margin-top: 10px;
  }
  .common_btn {
    padding: 5px 10px;
  }
  .Mary-Ward .mary-box .mary-img {
    float: none;
    width: 100%;
  }
  .Mary-Ward .mary-box .mary-img img {
    width: 100%;
  }
  .Mary-Ward .event-list a {
    padding-left: 15%;
    font-size: 14px;
  }
  p {
    font-size: 14px !important;
  }
  .upcoming-events .readmore {
    margin-top: 15px;
    text-align: center;
  }
  .achievements .owl-carousel .item {
    height: 410px;
    min-height: unset;
  }
  .sitee__footer .inner-box {
    padding-right: 0;
  }
  .sitee__footer {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 602px) and (max-width: 769px) {
  .top-header .top-links ul li {
    display: inline-block;
  }
  
  .top-header .top-links ul {
    display: inline-block;
  }
  .latest-news .ticker-wrapper-h .heading img {
    display: none;
  }
  .latest-news .ticker-wrapper-h .heading {
    padding: 5px 3px;
    font-size: 16px;
  }
  .logo-area .college_name {
    font-size: 25px;
  }
  .logo-area P {
    font-size: 13px;
  }
  .logo-area::after {
    top: 0;
    left: 0;
    height: 49%;
    width: 100%;
    transform: skew(0);
  }
  .logo-area .top-evnt-list {
    margin: 0;
  }
  .lower-hed-box {
    align-items: flex-end;
    padding-left: 0;
    margin-top:0;
  }
  .lower-hed-box .form-control {
    padding: 5px 18px;
  }
  .lower-hed-box .btn {
    padding: 5px 18px;
    font-size: 16px;
  }
  .site_menu #mobNav {
    color: #000;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
  .page-wrapper .owl-carousel .owl-item img {
    height: 200px;
  }
  .about-college .img::after {
    width: 360px;
  }
  .about-college img {
    height: 100%;
    width: 95%;
  }
  .about-college .img::after {
    width: 736px;
    height: 100%;
  }
  .about-college .img {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .common-title {
    font-size: 25px;
  }
  .notice-area .qiick-links ul li a {
    font-size: 13px;
  }
  .web_title {
    margin-top: 10px;
  }
  .notice-area .principal-image {
    float: none;
    width: 100%;
  }
  .notice-area .p-box {
    height: auto;
  }
  .talks-seminars .talks-box {
    height: auto;
  }
  .logo-area .top-evnt-list ul {
    margin-top: 20px;
  }
  .about-college .about-txt {
    margin-top: 10px;
  }
  .common_btn {
    padding: 5px 10px;
  }
  .Mary-Ward .mary-box .mary-img {
    float: none;
    width: 100%;
  }
  .Mary-Ward .mary-box .mary-img img {
    width: 100%;
  }
  .Mary-Ward .event-list a {
    padding-left: 12%;
    font-size: 14px;
  }
  p {
    font-size: 14px !important;
  }
  .upcoming-events .readmore {
    margin-top: 15px;
    text-align: center;
  }
  .achievements .owl-carousel .item {
    height: 410px;
    min-height: unset;
  }
  .sitee__footer .inner-box {
    padding-right: 0;
  }
  .sitee__footer {
    margin-bottom: 15px;
  }

}
@media screen and (max-width:991px){
    .logo-area .btns-dcx{
        width:78%;
    }
    .master-page .master-content{
        margin-top:10px;
    }
    .talks-seminars .imp_links01 {
        height:280px!important;
    }
    .sitee__footer .inner-box h2{
        font-size:25px;
        border-width:2px;
    }
    .tr_row{
       align-items: end!important; 
    }
    .readmore{
        text-align:center!important;
    }
    .latest-news .news-ticker-h{
            animation-duration: 300s;
    }
    .notice-area .principal-image img{
        height:250px;
    }
    .logo-area .btns-dcx ul li a, .logo-area .btns-dcx ul li button{
        font-size:12px;
        padding:7px;
    }
    .logo-area .logo {
        flex-direction: column;
        text-align: center;
    }
    .logo-area .top-evnt-list{
        padding-right:0;
    }.logo-area .top-evnt-list{
        text-align:end;
    }
    .iso_logo{
        margin-top:0;
    }
}