

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --font-primary: "Roboto",sans-serif;
}
body {
  font-family: var(--font-primary);
}

.screen-reader-mode * {
  font-size: 18px !important;
  line-height: 1.6 !important;
  letter-spacing: 1px !important;
  word-spacing: 2px !important;
}

.quote-img {
  background-image: url(img/br-bk.png);
  height: 100%;
  position: relative;
}
.main-br-div {
  width: 45%;
  position: absolute;
  top: 23%;
  right: 102px;
}

.about-ul {
  padding: 0px 24px;
}
.q-name {
  font-size: 32px;
  font-weight: 600;
  color: var(--Light-Blue, #248ac8);
  font-family: var(--font-primary);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.56px;
  margin-bottom: 26px;
}
.q-para {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.62px;
}

.notification-header0 {
  background: #5d3868;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 24px;
  text-align: left;
  border-radius: 20px 20px 0px 0px;
}
body.dark-mode .notification-header0 {
    background-color: #333;
}
.q-title {
  color: var(--White, #fff);
  font-family: var(--font-primary);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.notification-header0 span {
  float: right;
  color: #0464a0;
  text-transform: capitalize;
  font-size: 22px;
}

.event-hour{
  display:none !important;
}

.notice-per_and_board {
  background: url(../../img/Yashda_home/eventbg.png);
  padding: 40px 20px 40px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.dark-mode .notice-per_and_board {
    background: #000;
}
body.dark-mode .Notification_box {
    border: 1px solid #ccc;
}
.Notification_box {
  background-color: #ffffff; /* White background for the entire box */
  border-radius: 20px; /* Rounded corners */
  overflow: hidden; /* To ensure children do not overflow */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow effect */
  height: 100%;
  flex: 1; /* Allow the Notification_box to grow */
  display: flex;
  flex-direction: column; /* Stack contents vertically */
}
body.dark-mode .Notification_body {
    background-color: #000000;
}

body.dark-mode .Notification_body1 {
    background-color: #000000;
}



.Notification_body {
  padding: 20px; /* Padding inside the body */
  background-color: #ffffff; /* Light background color for the body */
  border-top: 1px solid #e1e1e1; /* Subtle border between header and body */
  height: auto;
}
.Notification_body1 {
  padding: 20px; /* Padding inside the body */
  background-color: #ffffff; /* Light background color for the body */
  border: 1px solid #e1e1e1; /* Subtle border between header and body */
  height: 100%;
  border-radius: 20px;
}
/* .Notification-inner1 {
  padding: 5px 0px;
} */

.Notification-inner {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 5px 10px;
    justify-content: flex-start;
}


.Notification-inner1 .discription {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  color: #001f3f;
  margin: 5px;
}
.Notification-inner .discription {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #001f3f;
  margin: 0px;
}
.Announcement-section a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.47999998927116394px;
  text-align: left;
  color: #1d70c6;
  text-decoration: underline;
}

/* Set width for vertical scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

/* Set height for horizontal scrollbar */
::-webkit-scrollbar:horizontal {
  height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.news-container::-webkit-scrollbar {
  width: 8px;
  height: 8px; /* For horizontal scroll if needed */
}

.news-container::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
}

.news-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 5px;
}


/* Style the scrollbar track */
#upcoming_div::-webkit-scrollbar,
#ongoing_div::-webkit-scrollbar {
  width: 8px;              /* Width of the scrollbar */
  height: 8px;             /* For horizontal scroll */
}

/* Style the scrollbar thumb */
#upcoming_div::-webkit-scrollbar-thumb,
#ongoing_div::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
}

/* Optional: style the track (the background behind the thumb) */
#upcoming_div::-webkit-scrollbar-track,
#ongoing_div::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 5px;
}


/* Handle (Thumb) for horizontal scrollbar */
::-webkit-scrollbar-thumb:horizontal {
  background: #5d3868;
  border-radius: 5px;
}
/* Handle (Thumb) */
::-webkit-scrollbar-thumb {
  background: #5d3868;
  border-radius: 5px;
}

/* Handle (Thumb) for horizontal scrollbar */
::-webkit-scrollbar-thumb:horizontal {
  background: #5d3868;
  border-radius: 5px;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d3868;
}
.barti-section-width {
  width: 85%;
  margin: 0px auto;
}
iframe ._2p3a {
  width: 850px;
  height: 300px;
  float: left;
  margin-right: 1%;
  margin-left: 10px;
}
.soc-link {
  padding: 10px;
}

/*  calender start */
.calendar {
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  text-align: center;
  font: 15px/1em inherit;
  color: #545a5c;
}
.event-divider {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 15px 0;
}
body.dark-mode .calendar a {
    background-color: #333;
}
.calendar a {
  text-decoration: none;
  color: inherit;
  position: absolute;
  background-color: #5d3868;
  border-radius: 60px;
  color: white;
  height: 30px;
  width: 30px;
  font-weight: bold;
  padding: 1px 0px;
}
.calendar a i{
    font-size: 10px;
}
.calendar a:hover {
  background-color: #3e2446;
    color: white;
}
.calendar header .simple-calendar-btn {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #cbd1d2;
  border-radius: 50%;
  border: 2px solid #cbd1d2;
}
.calendar header .simple-calendar-btn:hover {
  background: #cbd1d2;
  color: white;
}
.calendar header .simple-calendar-btn:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
.calendar header .btn-prev {
  top: 0;
  left: 0;
}
.calendar header .btn-next {
  top: 0;
  right: 0;
}
.calendar header .btn-next:before {
  transform: rotate(45deg);
}
.calendar header .month {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.calendar header .month .year {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 600;
}
.calendar table {
  width: 100%;
  margin: 25px 0 0px;
  border-spacing: 0px;
}
.calendar thead {
    font-size: 16px;
    font-weight: 600;
  }
  .calendar td {
    padding: 5px 8px;
    border: 1px solid #ccc;
  }
  .calendar .day {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
  }

.calendar .day:hover {
  border: 2px solid #e17e0a;
}
.calendar .day.today {
  background: #e17e0a;
  color: white;
}
.calendar .day.today.has-event:after {
  background: white;
}
.calendar .day.wrong-month {
  color: #cbd1d2;
}
.calendar .day.wrong-month:hover {
  border: 2px solid transparent;
}
.calendar .day.has-event:after {
  content: "";
  position: absolute;
  top: calc(50% + 0.6em);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e17e0a;
}
.calendar .day.disabled {
  cursor: default;
}
.calendar .day.disabled:hover {
  border: 2px solid transparent;
}
.calendar .event-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #5d3868;
  box-sizing: border-box;
}
body.dark-mode .calendar .event-container {
    background-color: #5d3868;
}

.calendar .event-container .event-wrapper {
  overflow-y: auto;
  max-height: 100%;
}

.calendar .event-container .close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.calendar .event-container .close:before,
.calendar .event-container .close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #cbd1d2;
}

.calendar .event-container .close:before {
  transform: rotate(45deg);
}

.calendar .event-container .close:after {
  transform: rotate(-45deg);
}

.calendar .event-container .event {
    position: relative;
    width: 100%;
    /* padding: 1.5em; */
    /* margin-bottom: 1.5em; */
    /* background: #ffffff; */
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* text-align: left; */
    color: #ffffff;
}

.calendar .event-container .event-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.calendar .event-container .event-hour {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.calendar .event-container .event-date {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 5px 0px 10px 0px;
}

.calendar .event-container .event-details {
  margin-top: 1em;
}

.calendar .event-container .course-name {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0 5px 0;
    text-align: left;
    line-height: 20px;
}

.calendar .event-container .course-director {
    font-size: 15px;
    color: #fff;
    margin: 0 0 5px 0;
    text-align: left;
}
.calendar .event-container .course-director strong {
  font-weight: 500;
  color: #fff;
}

.calendar .event-container .course-description {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.calendar .filler {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #5d3868;
  transform: translate(-50%, -50%);
}
/* gallery box */
#gallery {
  padding: 30px 0px;
}
#video-gallery {
  padding: 30px 0px;
}
.gallery-box {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-box img {
  width: 100%;
  height: 290px !important;
  display: block;
}


/* .gallery-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
} */


#gallery .carousel-indicators {
  bottom: -49px;
}
#video-gallery .carousel-indicators {
  bottom: -49px;
}
/* NAV BAR DESIGN START */
.header-top-area {
  font-size: 12px;
  color: #fff;
  padding: 0px 0;
  font-weight: 400 !important;
}

.bg-secondary-color {
  background: #010439;
}
.menutabs_1 {
  background-color: #5d3868 !important;
}
.header-searchbox-style-two {
  position: relative;
  float: right;
  margin-top: 6px;
  margin-left: 30px;
}
.side-panel-content {
  background: #fff;
  height: auto;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 355px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-bottom: 40px;
}
.close-icon {
  text-align: right;
}
.mrb-30 {
  margin-bottom: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}
.list-items li {
  display: inherit;
  padding: 5px 0;
  color: #000;
}

/*Header-top-area*/
.header-top-area {
  font-size: 12px;
  color: #fff;
  padding: 0px 0;
  font-weight: 400 !important;
}
.header-top-area a {
  color: #fff;
  font-size: 17px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 12px;
}
.header-top-area i {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}
.header-top-area .header-top-left-part .address {
  padding-right: 20px;
  position: relative;
}
.header-top-area .header-top-left-part .address:after {
  background: #fff;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 0;
  top: 2px;
}
.header-top-area .header-top-left-part .phone {
  padding-left: 20px;
}
.header-top-area .header-top-left-part i {
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.header-top-area .header-top-left-part i:before {
  font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
  position: relative;
  display: inline-block;
}
.header-top-area .header-top-right-part .social-links::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 7px;
  height: 60%;
  width: 1px;
  background: #fff;
}
.header-top-area .header-top-right-part .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
  color: #17305e;
}
.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 85px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
  margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
  font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
  color: #fff;
}
.header-top-area .header-top-right-part .language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 0;
  font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 36px;
  right: -13px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

#mobile-menu-right .topmenu-menu {
  display: flex;
  justify-content: flex-start;
  height: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.close-icons {
  display: none;
}
/* .home-page-slider{
  height:400px;
} */
.box-width {
  width: 96%;
  padding: 20px 0px 5px 0px;
}
.active-side-menu-active {
  color: #ffff00 !important;
  background-color: transparent;
}
.side-menu {
  padding: 0px !important;
}
.group-1 {
  width: 700px;
}
.img-icon {
  height: 22px;
  margin-right: 8px;
}
.table-bordered.dataTable tbody td {
  border-bottom-width: 1px !important;
}
.table-bordered > :not(caption) > * {
  border-width: 1px;
}
/* NAV BAR DESIGN END */
/* responsive start */
@media screen and (min-width: 994px) and (max-width: 1023px) {
  /* header responsive */
  .header-top-area a {
    font-size: 12px;
    font-weight: 600;
  }
  .news-main-txt {
    font-size: 14px;

    line-height: 18.75px;
  }
  .news {
    padding: 15px;
    background: #ededed;
    height: 191px;
    overflow-x: scroll;
  }
  .latest-news {
    background: #313e3b;
    padding: 10px;
  }
  #mobile-menu-right .topmenu-menu {
    font-size: 60px;
  }

  .main-content-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1100px) {
  .news {
    padding: 15px;
    background: #ededed;
    height: 191px;
    overflow-x: scroll;
  }

  .rti-txt {
    padding-left: 37px !important;
  }
  /* header responsive */
  .header-top-area a {
    font-size: 12px;
  }
  #mobile-menu-right .topmenu-menu {
    font-size: 60px;
  }
}
/* responsive start */
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  /* header responsive */
  .header-top-area a {
    font-size: 16px;
  }

  #mobile-menu-right .topmenu-menu {
    height: 55px;
  }
  .info-certi {
    background-color: #ffff;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  /* header responsive */
  .header-top-area a {
    font-size: 13px;
  }
  #mobile-menu-right .topmenu-menu {
    font-size: 60px;
  }
  .info-certi {
    background-color: #ffff;
  }
}
.mobile-menu-btn {
  background: transparent;
  padding: 20px;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  /* about page */
  .info-certi {
    width: 100%;
  }
  .bg-certi {
    padding: 10px;
  }
  .notice-tab ul {
    margin: 0px !important;
  }
  .group-1 {
    width: 100%;
  }
  .tarinning-containt {
    padding-top: 20px;
  }

  .quote-img {
    background-image: url(img/br-bk.png);
    height: 370px;
    width: 100%;
    background-size: 282% 100%;
  }

  .footer-logo-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .barti-section-width {
    width: 99%;
  }
  .Notification_body {
    padding: 13px 22px;
    margin: 0px -17px 10px;
  }

  .main-br-div {
    width: 100%;
    position: relative;
    top: 56px;
    right: 0px;
    padding: 10px 18px 0px 28px;
  }
  .q-title {
    font-size: 29px;
    line-height: 25px;
  }
  .q-para {
    font-size: 18px;
  }
  .main-content .row {
    margin: 0px;
  }

  .m-txt-1 {
    font-size: 13px;
    line-height: 17px;
  }
  .yash-responsive {
    margin: 0px 8px;
  }
  .txt-align {
    display: flex !important;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .align {
    flex-direction: column;
  }
  .top_head_ico {
    flex-direction: column;
  }
  .main-content-text {
    font-size: 11px;
    line-height: 13px;
  }
  .top_heder_1_ico {
    justify-content: center;
    gap: 40px;
  }
  .searchBar {
    margin: 4px 0px 7px;
    width: 100%;
    padding: 0px 0px;
  }
  .contact-txt {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .top_head_1 {
    flex-direction: row;
    justify-content: center;
  }
  .top_head_2 {
    justify-content: center;
  }
  .contact-layout {
    margin-left: 0px;
  }
  .m-txt-2 {
    font-size: 10px;

    line-height: 13px;
  }

  .logo-responsive {
    margin-top: 6px;
  }
  .logo {
    justify-content: space-between;
  }
  .close-icons i {
    padding: 14px 4px;
    font-size: 20px;
  }
  .close-icons {
    display: block;
    text-align: right;
    padding: 10px 0px 0px;
  }
  .menutabs_1 {
    height: 100%;
    width: 320px;
    position: fixed;
    top: 0px;
    z-index: 99;
    height: 100%;
  }

  #mobile-menu-right {
    display: flex;
  }
  #mobile-menu-right .topmenu-menu {
    display: block;
    height: 100%;
    padding: 15px;
  }
  .header-style-two .main-menu ul li {
    display: block;
  }
  .header-style-two .main-menu ul li ul.sub-menu {
    position: relative;
    width: 100%;
  }

  /* .Notification_box {
    margin-bottom: 10px;
  } */
  .barti-section-width .card {
    margin-bottom: 10px;
  }
  /* .Notification-inner .discription {
    font-size: 12px;
    text-align: justify;
    padding: 0px 0px 2px 0px;
    line-height: 20px;
  } */
  .Announcement-section a {
    font-size: 12px;
    margin: 4px 0px 0px;
    line-height: 17px;
  }
  .notification-header0 {
    font-size: 16px;
    padding: 15px;
  }
  .notification-header0 span {
    font-size: 19px;
  }
}
@media screen and (min-width: 575px) and (max-width: 776px) {
  /* add new css by priyansha start */
  .top_head_ico {
    flex-direction: column;
  }
  .top_head_2 {
    justify-content: center;
  }
  /* add new css by priyansha end */

  .notice-tab ul {
    margin: 0px !important;
  }
  .bg-certi {
    padding: 10px;
  }
  .info-certi {
    width: 100%;
  }
  .tarinning-containt {
    padding-top: 20px;
  }

  .quote-img {
    background-image: url(img/br-bk.png);
    height: 360px;
    width: 100%;
    background-size: 282% 100%;
  }
  .barti-section-width {
    width: 99%;
  }
  .footer-logo-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .Notification_body {
    padding: 13px 22px;
    margin: 0px -17px 10px;
  }

  .main-br-div {
    width: 100%;
    position: relative;
    top: 56px;
    right: 0px;
    padding: 10px 18px 0px 28px;
  }
  .q-title {
    font-size: 29px;
    line-height: 25px;
  }
  .q-para {
    font-size: 18px;
  }
  .Announcement-section a {
    font-size: 13px;
  }

  .notification-header0 span {
    font-size: 19px;
  }

  .main-content .row {
    margin: 0px;
  }
  .header-top-area {
    display: none;
  }
  .mobile-menu-btn {
    font-size: 21px;
    padding: 20px;
    display: block;
  }
  /* .m-txt-1 {
    width: 80%;
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
    /* text-align: center;
    margin: 8px auto 0px;
  } */
  .txt-align {
    display: flex !important;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .barti-section-width .card {
    margin-bottom: 10px;
  }
  .align {
    flex-direction: row;
  }


  .searchBar {
    margin: 6px auto 10px;
    width: 371px;
  }
  /* .logo-responsive {
    width: 94%;
  } */
  .top_heder_1_ico {
    justify-content: center;
    gap: 20px;
  }

  .top_head_1 {
    flex-direction: row;
    justify-content: center;
  }

  .contact-layout {
    margin-left: 0px;
  }

  .logo {
    justify-content: space-between;
  }
  .close-icons i {
    padding: 14px 4px;
    font-size: 20px;
  }
  .close-icons {
    display: block;
    text-align: right;
    padding: 10px 0px 0px;
  }
  .menutabs_1 {
    height: 100%;
    width: 320px;
    position: fixed;
    top: 0px;
    z-index: 99;
    height: 100%;
  }
  #mobile-menu-right {
    display: flex;
  }
  #mobile-menu-right .topmenu-menu {
    display: block;
    height: 100%;
    padding: 15px;
  }
  .header-style-two .main-menu ul li {
    display: block;
  }
  .header-style-two .main-menu ul li ul.sub-menu {
    position: relative;
    width: 100%;
  }

}
@media screen and (min-width: 777px) and (max-width: 993px) {
  .notice-tab ul {
    margin: 0px !important;
  }
  .info-certi {
    width: 100%;
  }

  .header-top-area {
    display: none;
  }
  .quote-img {
    background-image: url(img/br-bk.png);
    height: 360px;
    width: 100%;
    background-size: 282% 100%;
  }
  .barti-section-width {
    width: 99%;
  }
  .Notification_body {
    padding: 13px 22px;
    margin: 0px -17px 10px;
  }

  .main-br-div {
    width: 100%;
    position: relative;
    top: 56px;
    right: 0px;
    padding: 10px 18px 0px 28px;
  }
  .q-title {
    font-size: 29px;
    line-height: 25px;
  }
  .q-para {
    font-size: 18px;
  }
  .Announcement-section a {
    font-size: 15px;
    margin: 4px 0px 0px;
  }
  .notification-header0 {
    font-size: 18px;
  }
  .notification-header0 span {
    font-size: 19px;
  }

  .main-content .row {
    margin: 0px;
  }
  .header-top-area {
    display: none;
  }
  .mobile-menu-btn {
    font-size: 21px;
    padding: 20px;
    display: block;
  }

  .txt-align {
    display: flex !important;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .barti-section-width .card {
    margin-bottom: 10px;
  }
  .align {
    flex-direction: row;
  }
  .top_head_ico {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .main-content-text {
    font-size: 12px;
  }
  .searchBar {
    margin: 10px 0px;
  }

  .top_head_1 {
    flex-direction: row;
    justify-content: center;
  }
  .top_head_2 {
    justify-content: center;
    margin-top: 9px;
  }
  .contact-layout {
    margin-left: 0px;
  }

  .logo-img {
    margin: 18px 0px;
    height: 35px;
    /* width: 45px; */
  }
  .logo {
    justify-content: space-between;
  }
  .close-icons i {
    padding: 14px 4px;
    font-size: 20px;
  }
  .close-icons {
    display: block;
    text-align: right;
    padding: 10px 0px 0px;
  }
  .menutabs_1 {
    height: 100%;
    width: 320px;
    position: fixed;
    top: 0px;
    z-index: 99;
    height: 100%;
  }
  #mobile-menu-right {
    display: flex;
  }
  #mobile-menu-right .topmenu-menu {
    display: block;
    height: 100%;
    padding: 15px;
  }
  .header-style-two .main-menu ul li {
    display: block;
  }
  .header-style-two .main-menu ul li ul.sub-menu {
    position: relative;
    width: 100%;
  }
}
.modal-close-btn {
  border: 0px;
  font-size: 23px;
  color: red;
  background: no-repeat;
}
.modal-header-22 {
  justify-content: space-between;
}
.modal-content-22 {
  border-radius: 22px;
}
.txt-feed-lab {
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  font-family: var(--font-primary);
  color: #171717;
  margin-top: 0px;
}
.modal-title-22 {
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  font-family: var(--font-primary);
  color: #171717;
  margin-top: 0px;
}
.m-star-c {
  color: red;
}
.modal-footer-22 {
  border-top: 0px;
}
.gallery-view-btn-txt {
  font-family: var(--font-primary);
  color:#0A2847;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
