a.nav-link {
    color:white;
}

.navbar-light .navbar-brand {
    color: rgb(255,255,255);
}

.nav-link{
    width:100%;
}

.navbar-light .navbar-brand:hover {
    color: rgb(255 255 255 / 40%);
}

.title{
    color:#5D0303;
    font-size: 35px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.brands img{
    object-fit: cover;
}

.navbar-text{
    color: white !important;;
}

.cnt {
    color: #000000;
    padding-right: 40px;
    margin: 0px;
    font-size: 14px;
    word-spacing: 1px;
}
.cnt a {
    color: #000000;
    text-decoration: none;
}
.cnt a:hover {
    color: #b31b1b;
    text-decoration: none;
}

.slick-next{
    right: -15px!important;
}
.slick-prev{
    left: -15px!important;
}

.titel{
    text-align: left;
}

.colleft{
    display: flex;
    justify-content: center;
}

.logo1{
    width: 100%;
}
.logo-1{
    max-width: 120px;
}

.accordion .card:hover{
    border:none;
}

.logos2{
    display: flex;
    align-items: center;
}

.logo2{
    width: 182px;
    height: 43px;
}
.logo-2{
    display:-moz-box;
}

.caroheight {
    max-height: 68vh;
}

/* SMOOTH FADE between slides */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 2s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* Disable sliding motion */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.active,
.carousel-fade .carousel-item-prev.active {
  transform: none;
}
.cent{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.marbot{
    margin-bottom: 30px;
}

.banner{
    background-image: url('../images2/sree-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bannert1{
    padding-top: 250px;
    padding-left: 100px;
    font-size: 0.8cm;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

.bannert2{
    padding-left: 100px;
    font-size: 1.6cm;
    color: white;
    font-family:'ACaslonPro Semibold';
}

.bannerb{
    margin-left: 110px;
    margin-top: 10px;
    background-color: #5D0303;
    color:white;
    font-size: 20px;
    font-family: 'Times New Roman';
    border: none;
    margin-bottom: 47px;
}

.banner2{
    background-image: url('../images2/sree-banner2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 507px;
    border-right: 1px solid red;
}

.bannert3{
    padding-top: 70px;
    padding-left: 50px;
    font-size: 1cm;
    color: #5D0303;
}

.bannert4{
    padding-left:50px;
}

/* .bannerb2{
    margin-left: 50px;
    margin-top: 10px;
    padding: 7px;
    background-color: #b32824;
    color:white;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
.bannerb2:hover{
    color:#5D0303;
    background-color: #fff;
} */


/* Main Button Container */
.ban-btm-btn-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 180px;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

/* Button Styling */
.ban-btm-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #5D0303;
    background: none;
    padding: 10px 30px 10px 0px;
    border: none;
    position: relative;
    z-index: 2;
}

/* The Expanding Circle */
.ban-btm-circle {
    position: absolute;
    left: 0px;  /* Start near the arrow */
    width: 40px;
    height: 40px;
    background-color: #b31b1b;
    border-radius: 50%;
    z-index: 1;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out, left 0.6s ease-in-out;
}

/* Hover Effect: Expand Circle to Full Button */
.ban-btm-btn-container:hover .ban-btm-circle {
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0;
}

/* Hover Effect: Move Arrow */
.ban-btm-btn i {
    position: relative;
    transition: transform 0.4s ease-in-out;
}

.ban-btm-btn-container:hover i {
    transform: translateX(6px);
}

/* Button Scale Effect on Hover */
.ban-btm-btn-container:hover {
    transform: scale(1.05);
}

        
.bannerb3:hover{
    background-color:rgba(255, 3, 3, 0.5);
    color: #fff;
    opacity: .9;
}

.bannerb3 {
    color: #ffeeee;
    background-color: #ffffff00;
    border-radius: 5px;
    border: none;
}
.aboutt{
    max-height: 467px;
    width:auto;
}

.card{
    width:100%;
}

/* .creerbg{
    background-color: #cc4d4d;
} */
.date{
    font-size: 12px;
    color:#595959
}

.dpttxt2{
    padding-left: 5px;
    font-size: 24px;
    padding-top: 36px;
    justify-content: center;
    padding-bottom: 12px;
}

.dpttxt {
    font-size: 40px;
    text-align: center;
    padding-bottom: 12px;
    margin-top: 36px;
    margin-bottom: 24px;
}

.course{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    margin: 0px 10px 10px 10px;
    border: 1px black solid;
}

.cordeps {
    margin-top: 36px;
}

.course:hover{
    background-color: #5D0303 ;
    color:white
}

.card-titl{
    font-style: normal;
    font-stretch:ultra-expanded;
    color:black;
    font-size: 22px;
}

.logo{
    height: 45px;
    width: 45px;
}

.logdesc{
    padding-left: 5%;
}

.card-tit{
    font-size: 18px;
    font-style: normal;
    font-stretch:ultra-expanded;
    font-weight: 400;
}

.btn{
    color: #5D0303;
    font-weight: 300;
}

.btn2{
    color: #5D0303;
    font-weight: 300;
}

/* .img-fluider{
    background-image: url(../images2/sree-main2.jpg);
    background-position: center;
    background-size: cover;
} */

.video video {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 542px;
    padding-bottom: 1px;
}

.explore{
    background-color: #5D0303;
}
.slider-one{
    padding: 0px 5%;
}

.card-body{
    padding-top:1.25rem ;
    padding-bottom: 8px;
    padding-left: 1.25rem;
}

.btn:not(:disabled):not(.disabled){
    margin-top: 15px;
}

.padn1{
    padding: 10px!important;
}

.padn2{
    padding: 36px 0px;
}

.marg5{
    margin:5px 0px;
}

.tabpane.fade .row{
    margin:0px;
}

.btn2:not(:disabled):not(.disabled){
    margin-top: 0px;
}

.map{
    padding: 30px 0 0 15px;
    justify-content: center;
}
.map iframe {
    border-radius:15px;
}
  
  .title {
    text-align: center;
    color: #b32824;
  }
  
  .overlay-container {
    
    height: 200px;
    position: relative;
    overflow: hidden;
    
    /*
    display: inline-block;
    
    */
}

.space{
    margin-top: 36px;
    border: 1px solid black;
    border-radius:.25rem;
    padding: 10px;
}

.overflow-auto{
    height: 100px;
    border:1px solid black;
    padding: 5px;
    border-radius: .25rem;
}

.gall{
    justify-content: center;
}
 
  .gal-icon{
    text-align: center;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 25%;
    left:5%;
}

  .circle{
    position:absolute;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    top: 45%;
    left:42%;
    border-radius: 50%;
    background-color: #5D0303; /* Replace with your desired background color */
  }

  .circle:hover{
    background-color:6610f2;
  }
  
  .text {
    color: #fff;
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    transition: translate(-50%, -50%);
  }

  .text a {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    transition: translate(-50%, -50%);
  }
  
  /*Initial overlay setup*/
  .overlay {
    position: absolute;
    transition: all .3s ease;
    opacity: .5;
    background: rgba(0.5647, 0, 0.0549, 0.5);
  }
  

  /*All overlay fade-in*/
  .overlay-container:hover .overlay {
    opacity: 1;
  }
  
  .overlay-bottom {
    height: 0;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  
  
  /*Hover states for each of the overlays*/
  .overlay-container:hover .overlay-left, .overlay-container:hover .overlay-right {
    width: 100%;
  }
  
  .overlay-container:hover .overlay-top, .overlay-container:hover .overlay-bottom {
    height: 100%;
  }
  
  .overlay-container:hover .overlay-cross {
    width: 100%;
    height: 100%;
  }
  .gal-img{
    height: 100%;
  }

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.buton {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

.imge {
    display: block;
    width: 100%;
    height: auto;
    transition: .1s ease;
    backface-visibility: hidden;
  }



.comp1{
    height: 225px;
    width:auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 50px;
    padding-left: 20px; 
    padding-top: 20px;   
}

.footer{
    background-color: #222;
    padding-left: 0;
    color:white;
}

hr{
    color:#5D0303;
}

.fa-solid{
    font-size: 24px;
    margin-bottom: 5px;
}

.icon{
    text-align: center;
    padding: 50px 50px 50px 50px;
    border:1px solid black;
    margin: 0px 10px 0px 20px;
}

.ourfeats{
    border:#000 1px solid;
}

.footarea{
    display: flex;
    justify-content: space-evenly;
}

.foottext{
    color:white;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.deptlink{
    color:black;
}
.deptlink:hover{
    padding-left: 5px;
    color:#5D0303;  
}

.tops{
    margin-top: 24px;
}

.footlinks{
    margin-top: 80px;
    padding-left: 5%;
}

.footloc{
    margin-top: 80px;
}

.fa{
    color: #fff;
}

.all{
    display: flex;
}

.ikn{
    padding-right: 17px;
    margin-top: 7px;
    padding-left: 5%;
}

.slick-next:before,.slick-prev:before{
    color: #000!important;
}

.deptpart1{
    padding: 20px;
    border: 1px solid rgb(110,110,110);
    margin: 10px;
}

.deptpart2{
    padding: 20px ;
    border: 1px solid rgb(110, 110, 110);
    margin: 10px;
}

.deptsh{
    color:rgb(94, 94, 94);
}

.navbfont {
    font-size: 14px;
    padding: 0px;
}

.othersnav{
    margin-left: -100px;
}

.infor{
    color:#5D0303;
}

.infor2{
    color:#222;
    font-size :20px;
}

.infor3{
    font-size: 22px;
}

.infor4{
    color:#5D0303;
    font-size: 15px;
}
.title-bar h5{
    font-size: 17px;
}
.fusion-counters-box.row {
    --awb-margin-left: -7px;
    --awb-margin-right: -7px;
    margin-left: var(--awb-margin-left);
    margin-right: var(--awb-margin-right);
}

.fusion-clearfix, .row {
    clear: both;
}

.fusion-counters-box {
    --awb-icon-size: var(--counter_box_icon_size);
    --awb-border-color: var(--counter_box_border_color, #e5e4e3);
    --awb-margin-top: 0;
    --awb-margin-right: 0;
    --awb-margin-bottom: 0;
    --awb-margin-left: 0;
    --awb-title-size: var(--counter_box_title_size, 50);
    --awb-color: var(--counter_box_color, #65bc7b);
    --awb-body-color: var(--counter_box_body_color);
    --awb-body-size: var(--counter_box_body_size);
    margin: var(--awb-margin-top) var(--awb-margin-right) var(--awb-margin-bottom) var(--awb-margin-left);
}

.fusion-columns-4 .fusion-column:nth-of-type(4n+1), .fusion-columns-4 .fusion-flip-box-wrapper:nth-of-type(4n+1) {
    clear: both;
}

.fusion-counters-box .fusion-counter-box {
    padding: 0 7px;
    margin-bottom: 14px;
    text-align: center;
    box-sizing: border-box;
}

.fusion-counters-box .fusion-counter-box .counter-box-container {
    padding: 20px;
    border: 1px solid var(--awb-border-color);
}

.fusion-counters-box .content-box-counter {
    color: var(--awb-color);
    font-size: calc(var(--awb-title-size) * 1px);
    line-height: normal;
}

.content-box-percentage, .fusion-date-and-formats .fusion-format-box i, .price ins .amount, .price>.amount, .star-rating span:before, .star-rating:before {
    color: var(--primary_color);
}

.bgcol{
padding:20px;
}

.unit{
    color:#000;
}

.counter-box-content{
    color: #000;
}

.counter-box-icon{
    color: #88171e;
}

.display-counter{
    color:#000;
}

.fusion-counters-box .counter-box-content {
    color: #000;
    font-size: calc(var(--awb-body-size) * 1px);
}

.hidden-counter {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.visible-counter {
    opacity: 1;
    transform: translateY(0);
}

.card-img-top{
    padding: 5% 5% 0 5%;
    
}

.navcen{
    padding-left: 10px;
}

.news{
    width: 300px;
    text-align: center;
}
  
.news-scroll a{
    text-decoration: none
}
  
.dot{
    height: 10px;
    width: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207,23,23);
    border-radius: 50%;display: inline-block
}


.window {
    /* position: fixed; */
    /* bottom: 20px; */
    width: 100%;
    height: 75%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: none;
    overflow-y: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 998;
    /* left: 37px; */
}

.title-bar {
    width: 100%;
    background-color: #b31b1b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 998;
    height: 50px;
    text-align: center;
}

.list-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    height: 350px;
    border-radius: .25rem;
    /* position: absolute; */
}

body {
    background-color: white;
}

.title-bar h2 {
    margin: 0;
}

.content {
    padding-top: 30px;
}

.card{
    border:none;
}

.card:hover{
    border:1px black solid
}

/*#toggleButton {*/
/*    position: absolute;*/
/*    right: 376px;*/
/*    top: 100px;*/
/*    color: #5d0303;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);*/
/*    z-index: 999;*/
/*    background: #fff;*/
/*    border: none;*/
/*    font-weight: 500;*/
/*    transform: rotate(90deg);*/
/*}*/

/*#toggleButton::before {*/
/*    content: "\25BC";*/
/*}*/

/*#toggleButton.collapsed::before {*/
/*    content: "\25B2";*/
/*}*/


.announcement .btn-primary {
    color: #fff;
    background-color: #007bff00;
    border-color: #007bff00;
}
.wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }  
  .window::-webkit-scrollbar {
    width: 8px;
}

.window::-webkit-scrollbar-track {
    background-color: transparent;
}

.window::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.window::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
  
  .new-feature-slider {
    width: 100%;
    float: left;
    overflow: hidden;
    .feature-slide {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all .5s ease;
      .feature-slide-image {
        img {
          width: 100%;
          display: block;
        }
      }
      &.active {
        opacity: 1;
      }
    }
  }

  .slick-slide{
    height: auto;
  }
  
  .block-wrap {
    /* position: relative; */
    width: 100%;
    &:before {
      content: "";
      width: 100%;
      padding-top: 100%;
      display: block;
    }
  }
  
  .w50 {
    width: 50%;
    float: left;
  }
  
  .h50:before {
    padding-top: 50%;
  }
  
  .fakeh1{
    font-family: sans-serif;
  }
  .block1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

.hr1{
    color:white;
    width:100%;
    background-color: #fff;
}
  
  .controls {
    box-sizing: border-box;
    width: 80px;
    height: 160px;
    position: absolute;
    z-index: 9999;
    overflow: visible;
    .control {
      box-sizing: border-box;
      width: 80px;
      height: 80px;
      display: block;
      background: #dbdbdb;
      cursor: pointer;
      transition: all .3s ease;
      position: relative;
      float: right;
      &:first-child {
        border-bottom: 1px solid rgba(4,68,86,0.2);
      }
      &.button-next {
        transform: rotate(180deg);
      }
      &:before,
      &:after {
        width: 20px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform-origin: left center;
        content: "";
        background-color: #333f4a;
        transition: all .3s ease;
      }
      &:before {
        transform: translate(-50%,-50%)   rotate(45deg);
      }
      &:after {
        transform: translate(-50%,-50%) rotate(-45deg);
      }
      &:hover {
        background-color: #5dc1c3;
        &:before,
        &:after {
          background-color: white;
        }
      }
    }
  }
  
  .new-feature-controls {
    bottom: 80px;
    right: 50%;
    display:flex;
  }

  .overlay2{ 
    position: absolute; 
    transition: 0.5s ease; 
    max-height: 25%; 
    max-width:60%; 
    bottom: 5px; 
    left: 20px; 
    background-color: white; 
    opacity: 0;
    margin: 5px;
    color: black;
    padding: 5px;
} 
 .pad-5:hover .overlay2 { 
    opacity: 0.9; 
}
.adjust{
    width: 100%;
    margin: 5px;
    padding: auto;
}


/*faculty*/
.fac-inner{
    padding-top: 60px;
    padding-bottom: 60px;
}
.fac-img {
    display: flex;
    justify-content: center;
}
.fac-img img {
    width: 200px;
    object-position: top;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: auto;
}
.fac-det {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.fac-det h4 {
    color: #b31b1b;
    font-weight: 600;
    font-size: 28px;
}
.fac-det p{
    margin-bottom:5px !important;
}
.fac-det a {
    color: #000000 !important;
}

.fac-det a:hover {
    color: #b31b1b !important;
}
.fac-details-accordion{
    padding-top:50px;
}
.accordion {
  background-color: #eee;
  color: #000;
  font-weight:500;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:12px;
  border-bottom:3px solid #fff;
  text-transform:uppercase;
}



.panel {
  padding: 0 18px 20px;
  display: none;
  background-color: white;
  overflow: hidden;
}
   table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    th, td {
      padding: 12px 16px;
      border: 1px solid #ccc;
      text-align: left;
    }

    th {
      background-color: #f8f8f8;
      color: #333;
      font-weight: bold;
    }


@media only screen and (min-width: 992px) {
    .navbar-collapse {
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: center;
    }
}

@media only screen and (max-width: 1390px){
    .fakeh1{
        font-size: 30px;
    }
}

@media only screen and (max-width: 1290px){
    .fakeh1{
        font-size: 28px;
    }
}

@media only screen and (max-width: 1290px){
    .fakeh1{
        font-size: 26px;
    }
}

@media only screen and (max-width: 1090px){
    .bannert4{
        font-size: 12px;
    }
    p{
        font-size: 13px;
    }
    .logo-1{
        max-width: 150px; ;
    }
    .fakeh1{
        font-size: 24px;
    }
}

@media only screen and (max-width: 991.5px){
    .title{
        font-size: 18px;
    }
   
    .bannert3{
        font-size: .9cm;
    }
    .bannerb2{
        margin-top: 35px;
    }
   
    .logo2{
        width: 95%;
    }
    .infor2{
        font-size :14px;
    }

    .fakeh1{
        font-size: 20px;
    }
    
    .infor3{
        font-size: 16px;
    }
    .news{
        width: 220px;
    }
    .overlay2{

        bottom: 125px;;
    }
 
    .infor4{
        font-size: 14px;
    }
    .list-group-item{
        padding: .6rem 1rem;
    }
}

@media only screen and (max-width: 768.5px){
    .bannert3{
        font: size 0.6cm;
    }
    .bannerb2{
        margin-top: 25px;
    }
    .logo2{
        height: 50px;
        width: 200px;
    }
    .infor2{
        font-size :12px;
    }
    .logo-1{
        display: flex;
        justify-content: center;
    }
    .titel{
        text-align: center;
    }
    .infor3{
        font-size: 14px;
    }
    .fakeh1{
        font-size: 20px;
    }
    .infor4{
        font-size: 12px;
    }
    .list-group-item{
        padding: .4rem .75rem;
    }

}

@media only screen and (max-width: 767.5px){
    .dispno{
        display: none;
    }
}

@media only screen and (max-width: 460px){
    .fakeh1{
        font-size: 16px;
    }
    .infor4{
        font-size: 10px;
    }
    .list-group-item{
        padding: .25rem .5rem;
    }
}

@media only screen and (min-width:576px) and (max-width: 767px){
    .fac-img {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .fac-img img {
        max-height: 250px !important;
        object-fit: cover;
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .fac-details-accordion .accordion {
        cursor: pointer;
        padding: 15px;
        font-size: 14px;
    }
    .fac-det h4 {
        font-size: 24px;
    }

    th, td {
        padding: 10px 10px;
        font-size: 14px;
    }

    .fac-details-accordion .info-list > li::before {
        left: 5px;
    }

    .fac-details-accordion .info-list > li {
        font-size: 14px;
        margin-bottom: 15px;
        padding-left: 30px;
    }

    .profile-left img {
        width: 250px;
        height: 270px;
        object-fit: cover;
    }
}

@media only screen and (min-width:767px) and (max-width: 991.30px){
    .fac-img {
        display: flex;
        justify-content: flex-start;
    }

    .fac-img img {
        height: 250px !important;
        width: 100%;
        object-fit: cover;
    }
    .fac-details-accordion {
        padding-top: 50px;
    }
    .fac-det h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width:300px) and (max-width: 576px){
    .fac-img {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .fac-img img {
        height: 200px !important;
        object-fit: cover;
        max-width: 200px !important;
        width: 200px;
    }
    .fac-details-accordion {
        padding-top: 30px;
    }
    .fac-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fac-img {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .profile-left img {
        height: 200px !important;
        object-fit: cover;
        max-width: 200px !important;
        width: 200px;
    }
}


