.navbar-collapse {
  flex-grow: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.navbar-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #034ea2 !important;
  padding:0 !important;
}

.nav-logo {
  max-width: 155px;
}

.img-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

/*Back- to- top*/

.button-scroll-to-top {
  position: fixed;
  display: flex;
  opacity: 0;
  transition: all .2s ease-in-out;
  right: 30px;
  bottom: 45px;
  z-index: 10;
  border: none;
  height: 30px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0px 1px 14px 0px #00000059;
  align-items: center;
  font-size: 14px;
  background-color: #ed0677;

}

.button-scroll-to-top--show {
  opacity: 1;
}

.button-scroll-to-top .gotobottom {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  max-width: 0;
  transition: max-width 1s;
  white-space: nowrap;
  overflow: hidden;
}

.gotobottom-icon {
  margin: 0 5px;
}

.button-scroll-to-top:hover {
  background-color: #034ea2;
}

.button-scroll-to-top:hover .gotobottom {
  width: 100%;
  max-width: 136px;
}

.logout {
  color: #034ea2 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* ::ng-deep .carousel-control {
display: block ;
}
*/

.card {
  background-color: #FFF !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.event-container {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.event-border {
  padding: 1rem 0.5rem;
  /* border: 1px solid #f4f4f4; */

}

.event-image {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.event-content {
  width: 100%;
  padding: 0 15px;
  align-content: center;
}

.event-image img {
  border-radius: 0 !important;
}

.heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #383838;
}

.event-button {
  border: none;
  font-size: 0.8rem;
  color: #FFF;
  padding: 8px 16px;
  background-color: #ed0677;
  margin-top: 14px;
  cursor: pointer;
  font-weight: 700;
}

.button:hover {
  background: #034EA2;
}

.event-time,
.event-location {
  width: 100%;
}

.pd-13 {
  background-color: #eee;
  padding: 1.4rem 0;
  margin-bottom: 1rem;
}

.event-icon {
  color: #034EA2;
  /* font-size:20px; */
  padding: 0 0.5rem;
}

.event-icon img {
  width: 75%;
}

/* hr {
border: none;
height: 1px;
background-color: #d9d9d9;
} */

/*Accordion Event*/

.accordion-event {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
}

.accordion-event::before {
  content: "\276F";
  vertical-align: middle;
  display: inline-block;
  color: #ed0677;
  float: left;
  transform: rotate(0);
  transition: all 0.2s;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.event-img-d-flex,
.event-time-d-flex,
.event-date-d-flex,
.event-location-d-flex {
  display: flex;
  margin-bottom: 5px;
}

/* .div-arrow {
visibility: hidden !important;
} */

.active.accordion-event::before {
  transform: rotate(90deg);
}

.accordion-event.active+.panel-event .swiper-event {
  display: block;
}

.accordion-event+.panel-event .swiper-event {
  display: none;
}

.not-active.accordion-event::before {
  transform: rotate(0deg);
}

.panel-event {
  padding: 0 10px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 9px;
}

.panel-event:last-child {
  margin-bottom: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 4px;
  overflow-y: auto;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #034ea2;
  border-radius: 4px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
background: #034ea2; 
} */


/* ::ng-deep .carousel-control {
display: none ;
} */

/*Indegene Apps CSS*/

.icons img {
  width: 54px;
  height: auto;
}

.font-14 {
  font-size: 0.9rem;
  font-weight: 700;
  align-content: center;
  padding: 0px 10px;
}

/*Inforamtion CSS*/

.mtt-3 {
  margin-top: 1.2rem;
}

.grid {
  display: grid;
  /* gap: 10px; */
}

.quick-items.active,
.quick-items:hover {
  background-color: #fff;
  color: #034da2;
}

.ft-16 {
  font-size: 1rem;
  font-weight: 700;
}

/*Quick Links CSS*/

.quicklink-grid {
  display: flex;

}

.quicklink-grid a {
  text-decoration: none;
  color: #333;
  align-content: center;
}

.quicklnks_icons {
  text-align: center;
}

.quicklink-items {
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height:145px;
  padding:5px;
}

.quicklink-items:last-child {
  margin-right: 0 !important;
}

/* .quicklnks_icons>img:nth-child(n) {
width: auto !important;
} */

.quicklinkfont-12 {
  display: block;
  font-size: 1rem;
  text-align: center;
  word-wrap: break-word;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: pre-line;
}

p {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.footer-detail{
  display: flex !important;
    justify-content: space-between !important;
    gap:10px;
}

/*
##Device = MacBook
##Screen = 1367px to higher resolution
*/
@media (min-width: 1367px) {
  .nav-logo {
    width: 155px !important;
  }

  .alert {
    padding: 1.2rem 2.5rem !important;
  }

  .alert span {
    font-size:1rem;
  }

  .alert .alert-btn {
    font-size: 0.85rem !important;
    padding: 3px 6px !important;
}
  
  .alert button img {
    width: 1.5vw;
  }

  .event-border {
    padding: 1rem .5rem .5rem;
    border: 1px solid #f4f4f4;
  }

  /* .nav-logo {
width: 155px !important;
} */

  /* .carousel-inner {
height: 374px !important;
} */

  .carousel-control-next,
  .carousel-control-prev {
    top: 45% !important;
  }

  .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    background-color: #BCBEC0;
  }

  .quicklnks_icons img {
    width: 50px;
    height: auto;
    /* margin-bottom: 10px; */
  }

  /* .quicklink-items {

margin-right: 0.5rem !important;
padding: 2.5rem 0.5rem;
height: 28vh;
} */

  .font-12 {
    font-size: 1rem;
    font-weight: 700;
    align-content: center;
  }

  .grid {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px;
}

.mtop-3{
  margin-top: 1rem !important;
}

  .event-container {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px 2px;
    border: 1px solid #d9d9d9;
  }

  .a-card .w-card .b-card {
    height: 120px !important;
  }

  .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4 {
    padding: 6px 15px;
    font-size: 1rem;
  }

  .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
    padding: 6px 15px;
    font-size: 1rem;
  }

  .news-details .news-title h5 {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .news-card .news-details p {
    font-size: 1rem !important;
  }

  .event-location-d-flex,
  .event-time-d-flex,
  .event-date-d-flex {
    display: flex !important;
    align-items: baseline;
  }

  .event-img-d-flex {
    display: flex !important;
  }

  .info-txt {
    font-size: 1.10rem !important;
  }
}


/* 
##Device = Desktops
##Screen = B/w 1281px to 1366px
*/
@media (min-width: 1281px) and (max-width: 1366px) {

  .grid {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 1rem;
    gap: 10px;
  }

  .nav-logo {
    width: 155px !important;
  }

  .event-border {
    padding: 1rem .5rem .5rem !important;
    /* border: 1px solid #f4f4f4; */
  }


  .quicklinkfont-12 {
    font-size: 0.9rem !important;
  }

  .quicklnks_icons img {
    width: 50px;
    height: auto;
  }

  .font-12 {
    font-size: 1rem;
    font-weight: 700;
    align-content: center;
  }

  .event-container {
    padding: 10px 10px 2px;
  }

  .swiper-event-prev,
  .swiper-rtl .swiper-event-next {
    left: 25% !important;
  }

  .swiper-event-next,
  .swiper-rtl .swiper-event-prev {
    right: 5px !important;
  }

  .heading {
    font-size: 1.15rem;
  }

  .event-button {
    font-size: 0.8rem;
    padding: 6px 12px;
    margin-top: 10px;
  }

  .event-location-d-flex,
  .event-time-d-flex,
  .event-date-d-flex {
    display: flex !important;
    align-items: baseline;
  }

  .event-img-d-flex {
    display: flex !important;
  }
  div.accordion:before {
    font-size: 1.2rem;
}
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  .accordion-event::before {
    font-size: 1rem !important;
  }

  /* .quicklink-items {
    padding: 15px 5px;
  } */

  .font-12 {
    font-size: 1rem;
    font-weight: 700;
    align-content: center;
  }

  .event-container {
    padding: 15px 10px 0;
  }
  
  .quicklink-items{
   min-height:135px;
}
  .quicklinkfont-12 {
    font-size: 0.70rem !important;
  }

  .font-14 {
    padding: 0px 5px;
  }

  .pd-13 {
    background-color: #eee;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }

  .event-icon {
    color: #034EA2;
    /* font-size: 20px; */
    padding: 0 10px;
  }

  .news-details .news-title h5 {
    font-size: 0.8rem !important;
  }

  .div-box img {
    width: 25px !important;
  }

  
  .div-box {

    height: 55px !important;
    padding: 0.5rem;
  }

  .nav-logo {
    width: 140px !important;
  }

  .font-12 {
    font-size: 1rem;
    font-weight: 700;
    align-content: center;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 35px;
  }

  .grid {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 1rem;
    gap:10px;
  }

  .swiper-slide .news-card{
      height: 260px !important;
}

  .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4 {
    padding: 5px 10px;
    font-size: 0.8rem !important;
  }

  .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
    padding: 5px 10px;
    font-size: 0.8rem !important;
  }

  /* .swiper-slide .news-card {
    height: 265px !important;
  } */

  .news-card .news-details a {
    font-size: 0.8rem !important;
  }

  .news-card .news-details p {
    font-size: 0.75rem !important;
  }

  .event-location-d-flex,
  .event-time-d-flex,
  .event-date-d-flex {
    display: flex !important;
    align-items: baseline;
    font-size: 0.9rem !important;
  }

  .event-img-d-flex {
    display: flex !important;
  }

  .heading {
    font-size: 1.1rem !important;
  }

  .event-button {
    padding: 5px 12px !important;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .quicklinkfont-12 {
    font-size: 1rem;
  }

 

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .navbar-toggler:focus{
    box-shadow: none !important;
  }
  
  .nav-logo {
    width: 140px !important;
  }

  .mtop-3 {
    margin-top: 1rem;
  }

  .grid {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 10px;
  }

  .quicklink-items {
    padding: 15px 5px !important;
  }

  .quicklink-items {
    min-height: 95px;
  }

  .quicklinkfont-12 {
    font-size: 0.68rem !important;
    margin-top: 5px !important;
  }

  .swiper-navbtn::before,
  .swiper-navbtn::after {
    font-size: 0.7rem !important;
    font-weight: 600;
  }

  .news-details .news-title h5 {
    font-size: 0.7rem !important;
  }

  .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4 {
    padding: 3px 10px !important;
    font-size: 0.8rem !important;
  }

  .news-card .news-details p {
    font-size: 0.65rem !important;
  }

  .news-card .news-details a {
    font-size: 0.7rem !important;
  }

  .swiper-slide .news-card {
    height: 100% !important;
    min-height: 218px !important;
  }

  .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
    padding: 3px 10px !important;
    font-size: 0.8rem !important;
  }

  .heading {
    font-size: 0.85rem !important;
  }

  .event-button {
    font-size: 0.65rem !important;
    padding: 3px 6px !important;
    margin-top: 5px !important;
  }

  .event-icon img {
    width: 15px;
  }

  .event-date-time,
  .event-location {
    font-size: 0.7rem;
  }

  .event-content {
    padding: 0 10px !important;
  }

  .accordion-event::before {
    font-size: 1rem !important;
  }

  hr {
    margin: 0.5rem 0 !important;
  }

  .btn {
    padding: .1rem 0.25rem !important;
    font-size: 0.65rem !important;
  }

  .event-location-d-flex,
  .event-time-d-flex,
  .event-date-d-flex {
    display: flex !important;
    align-items: baseline;
    margin-bottom: 0 !important;
  }

  .event-img-d-flex {
    display: flex !important;
  }
  .footer-detail{
    display: flex;
      justify-content: space-between;
      gap: 10px;
  }
 
  .footer-txt {
    font-size: 0.75rem;
  }

  .div-box img {
    width: 20px !important;
  }

  .div-box {
    padding: 0.4rem !important;
    height: 40px !important;
  }

  .info-txt {
    font-size: 0.65rem !important;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

  .nav-logo {
    width: 150px !important;
  }

  .swiper-slide .news-card {
    height: 100% !important;
    min-height: 270px !important;
  }

  .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4 {
    font-size: 0.9rem !important;
  }

  .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
    font-size: 0.9rem !important;
  }

  .news-details .news-title h5 {
    font-size: 0.8rem !important;
  }

  .news-card .news-details p {
    font-size: 0.73rem !important;
  }

  .news-card .news-details a {
    font-size: 0.85rem !important;
  }

  .div-box {
    padding: 1rem !important;
    height: 50px !important;
  }

  .div-box img {
    width: 25px !important;
  }

  .info-txt {
    font-size: 0.9rem !important;
  }

  .heading {
    font-size: 1rem !important;
  }

  .event-button {
    font-size: 0.8rem !important;
    padding: 5px 10px !important;
    margin-top: 5px !important;
  }

  .event-date-time,
  .event-location {
    font-size: 0.9rem;
  }

  .accordion-event::before {
    font-size: 1.2rem !important;
  }

  .footer-txt {
    font-size: 0.8rem;
  }
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .nav-logo {
    width: 150px !important;
  }

  .event-content {
    padding: 0 20px !important;
  }

  /* .swiper-event-prev, .swiper-rtl .swiper-event-next {
left: 76% !important;
} */
  .heading {
    font-size: 0.8rem !important;
  }

  .event-button {
    padding: 5px 8px !important;
  }

  .event-date-time,
  .event-location {
    font-size: 0.85rem;
  }

  .swiper-slide .news-card {
    height: 100% !important;
    min-height: 230px !important;
  }

  .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4 {
    padding: 5px 10px !important;
    font-size: 0.7rem;
  }

  .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
    padding: 5px 10px !important;
    font-size: 0.7rem;
  }

  .news-details .news-title h5 {
    font-size: 0.7rem !important;
  }

  .news-card .news-details p {
    font-size: 0.6rem !important;
  }

  .news-card .news-details a {
    font-size: 0.7rem !important;
  }

  .div-box img {
    width: 20px !important;
  }

  .info-txt {
    font-size: 0.7rem !important;
  }

  .div-box {
    height: 45px !important;
  }

  .quicklinkfont-12 {
    font-size: 0.57rem !important;
    margin-top: 10px;
  }

  .footer-txt {
    font-size: 0.65rem !important;
  }
  .grid {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 10px;
  }

  .quicklink-items {
    padding: 15px 5px !important;
    min-height: 85px;
  }
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.navbar{
  --bs-navbar-toggler-padding-y: 0.1rem !important;
    --bs-navbar-toggler-padding-x: 0.45rem !important;
    --bs-navbar-toggler-font-size: 1rem !important;
    padding: 0 !important;
}
  .navbar-toggler:focus{
    box-shadow: none !important;
  }

  .nav-logo {
    max-width: 110px !important;
  }

  .heading {
    font-size: 0.85rem !important;
    font-weight: 700;
    color: #383838;
  }

  .event-button {
    font-size: 0.6rem !important;
    padding: 5px 10px !important;
  }

  .event-date-time,
  .location {
    font-size: 0.70rem;
    ;
  }

  .event-icon img {
    width: 13px;
  }

  .event-bottom {
    margin-bottom: 1.5rem;
  }

  .accordion-event::before {
    font-size: 0.8rem !important;
    margin-right: 0.5rem;
  }

  .pd-footer {
    font-size: 0.8rem;
  }

  .f-link {
    margin: 0.1rem 0.5rem 0.1rem 1rem !important;
    width: 100% !important;
  }

  .s-link {
    margin: 0.1rem 1rem 0.1rem 0.5rem !important;
    width: 100%;
  }

  .wrk-modal-body {
    margin: 0.1rem 1rem !important;
  }

  .form-control {
    font-size: 0.75rem !important;
  }

  .txt-dep {
    font-size: 0.5rem;
    color: #034ea2;
  }

  .modal-body .a-content {
    font-size: 0.65rem !important;
  }

  .modal-body .a-support h6 {
    font-size: 0.65rem !important;
    font-weight: 400;
  }

  .btn-link-aspire {
    font-size: 0.65rem !important;
  }

  .grid {
    display: grid !important;
  }

  .event-location-d-flex,
  .event-time-d-flex,
  .event-date-d-flex {
    display: flex !important;
    align-items: baseline;
  }

  .event-img-d-flex {
    display: flex !important;
  }

  .modal-body .a-support h6 a {
    font-size: 0.65rem !important;
    font-weight: 400;
    color: #ed0677;
    text-decoration: underline;
  }
  .footer-detail{
    display: flex;
      justify-content: space-between;
      gap:10px !important;
  }

  .footer-txt {
    font-size: 0.7rem !important;
  }

  .quicklink-items {
    padding: 5px;
    min-height: 80px;
  }

  .quicklinkfont-12 {
    font-size: 0.6rem;
    margin-top: 5px;
  }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .navbar {
    padding: 0 !important
  }

  .toggle-icon {
    width: 1em !important;
    height: 1em !important;
  }

  .navbar-toggler {
    padding: .15rem .5rem !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    background-color: transparent;
    border: 1px solid #00000059 !important;
    border-radius: 4px !important;
}

  .navbar-toggler:focus{
    box-shadow: none !important;
  }

  .img-circle {
    height: 20px !important;
    width: 20px !important;
}

.logout {
  font-size: 10px !important;
  padding: 0px !important;
}

  .nav-logo {
    width: 105px !important;
  }

  .mtop-3 {
    margin-top: 0.5rem !important;
  }

  .event-bottom {
    margin-bottom: 1.5rem;
  }

  /* .d-flex {
display: block !important;
} */

  .event-icon img {
    width: 10px;
  }

  .event-content {
    padding: 0 !important;
    margin-top: 1rem;
  }

  .event-icon {
    padding: 0 5px !important;
  }

  .heading {
    font-size: 0.70rem !important;
  }

  hr {
    margin: 0.5rem 0 !important;
  }

  .event-button {
    font-size: 0.5rem !important;
    padding: 5px 10px !important;
    margin-top: 0;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 0.5rem !important;
  }

  .swiper-navbtn::before,
  .swiper-navbtn::after {
    font-size: 0.5rem !important;
    font-weight: 600;
  }

  .swiper-container {
    overflow: hidden;
    margin-top: 0rem !important;
  }

  .swiper-event-next,
  .swiper-rtl .swiper-event-prev {
    right: 4px !important;
    left: auto;
    color: #000;
    display: none;
  }

  .swiper-event-prev,
  .swiper-rtl .swiper-event-next {
    left: 89% !important;
    right: auto;
    color: #000;
    display: none;
  }

  .event-d-flex {
    display: flex !important;
  }

  .event-date-time {
    font-size: 0.65rem;
  }

  .location {
    font-size: 0.65rem;
    align-items: center !important;
  }

  .event-img-d-flex {
    display: block;
  }

  .event-date-d-flex,
  .event-time-d-flex,
  .event-location-d-flex {
    display: flex;
    align-items: baseline;
  }

  .carousel-indicators {
    bottom: 4% !important;
  }

  /* .a-card p {
margin-top: 0px;
margin-left: 0;
} */

  .s-link .form-control {
    word-wrap: break-word !important;
  }

  .txt-12 {
    font-size: 0.6rem;
    margin-left: 5px;
  }

  .txt-dep {
    font-size: 0.6rem;
    color: #034ea2;
  }

  .modal-body .a-content {
    font-size: 0.6rem !important;
  }

  .modal-body .a-support h6 {
    font-size: 0.6rem !important;
    font-weight: 400;
}

.modal-body .a-support h6 a {
  font-size: 0.6rem !important;
  font-weight: 400;
  color: #ed0677;
  text-decoration: underline;
}

  .news-details .news-title h5 {
    font-size: 0.55rem !important;
  }

  .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4,
  .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
    padding: 3px 8px;
    font-size: 0.7rem !important;
  }

  .news-card .news-details p {
    font-size: 0.55rem !important;
  }

  .news-card .news-details {
    padding: 10px !important;

  }

  .swiper-slide .news-card {
    height: 185px !important;
  }

  .news-card .news-details a {
    font-size: 0.55rem !important;
  }
  .footer-detail {
    display: block !important
;
    justify-content: space-between !important;
    gap: 10px;
}
  .footer-txt {
    font-size: 0.70rem !important;
  }

  .pd-footer {
    padding: 1.5rem !important;
  }

  .info-txt {
    font-size: 0.5rem !important;
  }

  .div-box img {
    width: 15px !important;
  }

  .div-box {
    height: 30px !important;
    padding: 0.55rem !important;
  }

  .row>.col:nth-child(3n+4) .div-box,
  .row>div:nth-child(1) .div-box {
    border-bottom: 2px solid #ed0677 !important;
  }

  .row>.col:nth-child(3n+2) .div-box {
    border-bottom: 2px solid #034ea2 !important;
  }

  .row>.col:nth-child(3n) .div-box {
    border-bottom: 2px solid #00c0f3 !important;
  }

  .g-3,
  .gy-3 {
    --bs-gutter-y: 0.5rem !important;
  }

  .quicklnks_icons img {
    width: 16px !important;
  }

  .quicklink-items {
    padding: 5px 2px;
    min-height: 65px;
  }

  .quicklinkfont-12 {
    margin-top: 5px;
    font-size: 0.5rem;
  }
}