@import url("https://fonts.googleapis.com/css?family=Cookie");
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: "Catamaran", sans-serif;
  color: #444444;
  letter-spacing: 0.25px;
  font-size: 18px; }

*,
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

* {
  outline: none;
  color: #444444; }

img {
  border: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

#menu {
  width: 100%; }
  #menu a:hover {
    color: #fcfdff;
    text-decoration: none;
    border: 1px solid #de002d; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1500px; }

.intro {
  height: 100%;
  width: 100%;
  position: relative; }

.intoLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 368px;
  width: 100%;
  text-align: center;
  height: 100vh; }
  .intoLogo img {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center; }
  .intoLogoBlock {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    margin: auto; }
    .intoLogoBlock a {
      display: block; }
  .intoLogo .scrollDown {
    width: 38px;
    height: 75px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    cursor: pointer; }

.panorama_slider {
  width: 100%;
  float: left;
  position: relative;
  z-index: -1;
  height: 100vh;
  overflow: hidden; }
  .panorama_slider .flex-control-nav {
    display: none; }

#marquee {
  float: left;
  white-space: nowrap;
  overflow: hidden; }
  #marquee img {
    margin: 0px -3px;
    height: 100vh; }

.navbar-brand {
  margin-right: 6rem; }
  .navbar-brand:hover {
    text-decoration: none;
    border: none !important; }
  .navbar-brand::focus {
    text-decoration: none;
    border: none !important; }

.edu-nav li {
  margin-left: 0;
  position: relative; }
  .edu-nav li > a {
    display: block;
    border: 1px solid #003aa8; }
  .edu-nav li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 2000%;
    padding: 0;
    transition: all 0.5s ease-in-out; }
    .edu-nav li:hover ul.dropdown::before {
      visibility: visible;
      top: -8px; }
  .edu-nav li:hover a::before {
    visibility: visible;
    opacity: 1;
    background: #de002d;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%; }
  .edu-nav li:focus a::before {
    visibility: visible;
    opacity: 1;
    background: #de002d;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%; }
  .edu-nav li a {
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 6px 12px;
    margin-bottom: -3px;
    /* margin-bottom:15px;*/
    position: relative;
    text-decoration: none;
    white-space: nowrap; }
    .edu-nav li a::before {
      background: #de002d;
      height: 1px;
      width: 100%;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      visibility: hidden;
      opacity: 0; }
  .edu-nav li ul.dropdown {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
    min-width: 225px;
    background: #ffffff;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 999;
    transition: all ease-in-out 0.3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    padding: 0 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    border-top: 3px solid #de002d; }
    .edu-nav li ul.dropdown::before {
      position: absolute;
      top: 0;
      left: 20px;
      height: 10px;
      width: 10px;
      background: #de002d;
      transform: rotate(45deg);
      content: "";
      transition: all 0.5s ease-in-out; }
    .edu-nav li ul.dropdown li {
      margin: 0; }
      .edu-nav li ul.dropdown li a {
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
        display: block;
        padding: 7px 14px !important;
        margin-bottom: 0;
        color: #444444;
        transition: all ease-in-out 0.3s;
        margin-left: 0;
        padding: 10px 30px 12px; }
        .edu-nav li ul.dropdown li a::before {
          display: none; }
        .edu-nav li ul.dropdown li a .fa-angle-right {
          color: #000;
          float: right;
          font-size: 20px; }
      .edu-nav li ul.dropdown li:first-child {
        background: #ffffff; }
      .edu-nav li ul.dropdown li:last-child {
        border-bottom: 0; }
      .edu-nav li ul.dropdown li .dropdown-list_2 {
        box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-in-out;
        padding: 15px 0;
        min-width: 225px;
        background: #ffffff;
        left: 225px;
        position: absolute;
        top: 0;
        z-index: 999;
        transition: all ease-in-out 0.3s;
        transform-origin: 0 0 0;
        position: absolute;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        padding: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out; }
        .edu-nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03 {
          position: relative; }
          .edu-nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03:hover .dropdown-list_3 {
            opacity: 1;
            visibility: visible;
            max-height: 1000%;
            transition: all 0.5s ease-in-out;
            padding: 0; }
        .edu-nav li ul.dropdown li .dropdown-list_2 .dropdown-list_3 {
          max-height: 0;
          visibility: hidden;
          padding: 0;
          opacity: 0;
          transition: all 0.5s ease-in-out; }
    .edu-nav li ul.dropdown .dropdown-list-box-02 {
      position: relative; }
      .edu-nav li ul.dropdown .dropdown-list-box-02:hover .dropdown-list_2 {
        opacity: 1;
        visibility: visible;
        max-height: 1500%;
        transition: all 0.5s ease-in-out;
        padding: 0; }

.edu-nav li.active a {
  color: #de002d; }
  .edu-nav li.active a::before {
    visibility: visible;
    opacity: 1;
    background: #de002d;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%; }

.sticky-top .edu-navbar .edu-nav li a:hover {
  margin: 0px 0; }

.edu-navbar .edu-nav li ul.dropdown {
  margin-top: 1px; }
  .edu-navbar .edu-nav li ul.dropdown li a {
    border: none !important; }
    .edu-navbar .edu-nav li ul.dropdown li a:hover {
      margin-left: 0px;
      background: #de002d;
      color: #ffffff;
      border: none !important; }

.navbar {
  padding: 0; }

.bgBlue {
  background: #003aa8; }

.carousel-inner img {
  width: 100%;
  height: 100%; }

.newNoticWrap {
  position: relative;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px; }

.nWrap {
  display: block !important;
  padding: 0px 0px 0px 30px;
  border-right: 0px solid #858585; }

.panel-2 {
  height: 100% !important;
  float: left;
  width: 100%;
  display: block; }

.newNotic {
  max-width: 1110px; }
  .newNotic .slick-prev {
    left: 0; }
    .newNotic .slick-prev::before {
      content: url(/images/leftArrow.png); }
  .newNotic .slick-next {
    right: 0px; }
    .newNotic .slick-next::before {
      content: url(/images/rightArrow.png); }
  .newNotic .slick-list {
    margin: 0 50px 0 50px; }
  .newNotic .slick-arrow {
    margin-top: -20px; }

.date_sec {
  width: 28px;
  float: left;
  font: 600 16px/24px "Catamaran", sans-serif;
  color: #444444;
  text-transform: uppercase;
  display: none; }
  .date_sec::after {
    content: ".";
    font: 600 16px/24px "Catamaran", sans-serif;
    color: #444444; }

.notice_span {
  font: 600 25px/24px "Catamaran", sans-serif;
  display: inline-block;
  margin: 0 25px 0 0;
  max-width: 80px;
  text-align: center;
  color: #363636;
  float: left; }

.news_iconimg {
  display: inline-block;
  width: 100px;
  height: 86px;
  float: left;
  margin-right: 16px;
  background: #cccccc; }

.news_iconimg img {
  float: none;
  max-width: 100px;
  max-height: 86px;
  text-align: center;
  margin: auto; }

.news_date,
.news_month,
.news_year {
  display: inline;
  color: #de002d;
  font-weight: 400; }

.eventHeadingDesc {
  display: block;
  float: left;
  width: calc(100% - 116px);
  overflow: hidden;
  padding-right: 30px; }

.notice_spanDate {
  display: block;
  float: left;
  width: calc(100% - 116px);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 0 0 0px;
  font-weight: 600;
  color: #de002d;
  margin-bottom: 12px; }

a.eventH1 {
  font: 400 18px/26px "Catamaran", sans-serif;
  color: #444444;
  text-transform: capitalize; }
  a.eventH1:hover {
    color: #de002d; }

span.eventH1 {
  width: calc(100%);
  display: block;
  float: right;
  position: relative;
  top: 0px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  span.eventH1:hover {
    color: #444444;
    cursor: grab; }

span#newnotice_lblnoticedownloads {
  display: block;
  margin-right: -2px; }

.event_text .fa-long-arrow-alt-right::before {
  vertical-align: middle;
  padding: 0px 0 0 5px; }

.event_text .readMore:hover i {
  color: #de002d; }

.w-sectionHeading,
.b-sectionHeading {
  font: 700 36px/36px "Catamaran", sans-serif;
  text-align: center;
  height: 68px; }
  .w-sectionHeading > span,
  .b-sectionHeading > span {
    display: inline-block;
    position: relative; }
    .w-sectionHeading > span::before,
    .b-sectionHeading > span::before {
      content: "";
      width: calc(100% + 20px);
      height: 48px;
      position: absolute;
      background: inherit;
      text-align: center;
      bottom: 9px;
      left: -10px;
      border: 1px solid #cccccc; }

.yborder {
  border: 1px solid #cccccc;
  padding: 15px 9px; }

.greenColor {
  color: #009f5e; }

.whiteColor {
  color: #ffffff; }

.redColor {
  color: #de002d; }

.blueColor {
  color: #003aa8; }

.h24 {
  font: 600 24px/30px "Catamaran"; }

.h30 {
  font: 700 30px/28px "Catamaran"; }

.f14 {
  font: 400 14px/21px "Catamaran"; }

.f18 {
  font: 500 18px/24px "Catamaran"; }

.f24 {
  font: 400 24px/24px "Catamaran"; }

.italic {
  font-style: italic; }

.sectionPadding {
  padding: 50px 0 0 0; }

.briefHistory {
	background:url(../images/brefHistory.jpg) center no-repeat
  /*background: url(/images/brefHistory.jpg) center no-repeat; */
  background-size: cover;
  padding-bottom: 200px; }

.bgPrincipal {
	background:url(../images/principalBg.jpg) center no-repeat
 /* background: url(/images/principalBg.jpg) center no-repeat; */
  background-size: cover; }

.pricipalBlock {
  margin-top: -200px;
  position: relative;
  margin-bottom: 0px;
  border-radius: 5px; }

.roundBorder {
  border-radius: 5px; }

.borderltb {
  border-radius: 10px 0 0 10px; }

.borderrtb {
  border-radius: 0px 10px 10px 0; }

.redButton,
.viewAll {
  font: 400 16px/15px "Catamaran", sans-serif;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background: #de002d;
  padding: 0 13px 0 0;
  border-radius: 5px; }
  .redButton span,
  .viewAll span {
    display: inline-block;
    margin-right: 9px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    background: #de002d;
    padding: 15px 15px 12px 15px;
    letter-spacing: 0.25px;
    border-radius: 5px; }
  .redButton span.displayPhoto,
  .viewAll span.displayPhoto {
    margin-right: 0px; }
  .redButton:hover span,
  .viewAll:hover span {
    margin-right: 22px;
    transition: all 0.4s ease-in-out; }
  .redButton:hover span.displayPhoto,
  .viewAll:hover span.displayPhoto {
    margin-right: 0px; }

.chAl a {
  padding: 0; }

.redButton * {
  color: #ffffff; }

.fa-arrow-right {
  transform: scale(1.2, 1); }

.gallerySection {
  background: url(/images/homePhotoGallerBg.png) center no-repeat;
  background-size: cover; }

#galley_slider {
  max-width: 1110px; }
  #galley_slider .slick-next {
    right: 0; }
    #galley_slider .slick-next::before {
      content: url(/images/rightArrow.png);
      vertical-align: top; }
  #galley_slider .slick-prev {
    left: 0; }
    #galley_slider .slick-prev::before {
      content: url(/images/leftArrow.png);
      vertical-align: top; }
  #galley_slider .slick-list {
    margin: 0 40px 0 40px; }
  #galley_slider .slick-slide {
    margin: 0 10px; }
    #galley_slider .slick-slide img {
      display: inline-block; }

#homephotog_LBPhoto .Grydate {
  color: #de002d;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: block;
  float: none;
  text-transform: capitalize;
  margin: 0px 0;
  margin-bottom: 2rem;
  text-align: center; }
  #homephotog_LBPhoto .Grydate * {
    color: #de002d; }

#homephotog_LBPhoto .updyed {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px; }

#homephotog_LBPhoto .galler_heading {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0px; }

#homephotog_LBPhoto .galler_title {
  font-weight: 500;
  font-style: italic; }

#homephotog_LBPhoto .photo_conte {
  display: none;
  margin: 0px 0 45px 0; }

.gimgCover {
  max-width: 330px;
  width: 100%;
  height: 221px;
  overflow: hidden;
  text-align: center;
  background: #e6e6e6; }
  .gimgCover img {
    max-width: 330px;
    max-height: 221px; }

.gimgLink {
  display: block; }
  .gimgLink img {
    height: auto;
    transition: all 0.3s ease-in-out; }
  .gimgLink::hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out; }

.panel {
  height: 100vh !important; }

.topperBirthdaySection {
  background: url(../images/birthdayTopper.jpg) center no-repeat;
  background-size: cover; }
  .topperBirthdaySection .slick-prev {
    left: 0px; }
  .topperBirthdaySection .slick-next {
    right: 0px; }

.toppers .slick-prev::before {
  content: url("../images/leftArrow.png"); }

.toppers .slick-next::before {
  content: url("../images/rightArrow.png"); }

.toppers .slick-arrow {
  position: absolute;
  top: 31%; }

.toppers img {
  width: 140px;
  height: 178px;
  margin: 0 auto; }

.top-img img {
  width: 140px;
  height: 178px;
  margin: 0 auto; }

.bDayBg {
  background: url(/images/bDayBg.jpg) center no-repeat;
  background-size: 100% 100%;
  background-origin: content-box; }

.topperBg {
  background: url(/images/topperBg.jpg) center no-repeat;
  background-size: 100% 100%;
  background-origin: content-box; }

.sbirthday {
  max-width: 430px;
  margin: 0 auto; }
  .sbirthday .slick-prev::before {
    content: url("../images/leftArrow.png"); }
  .sbirthday .slick-next::before {
    content: url("../images/rightArrow.png"); }
  .sbirthday .slick-arrow {
    position: absolute;
    top: 31%; }

.topperName {
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 0px 0;
  color: #ffffff; }

.topperPercent {
  font-size: 18px;
  font-weight: 500;
  min-height: 30px;
  white-space: nowrap;
  color: #ffffff; }

.strtr {
  color: #ffffff; }

.birthDayWrap {
  width: 100%;
  max-width: 430px;
  height: 450px;
  margin: 0 auto;
  text-align: center; }

.birthDay-Wrap {
  width: 100%;
  max-width: 284px;
  height: 450px;
  margin: 0 auto;
  text-align: center; }

.slick-arrow {
  z-index: 3; }

.serviceBg {
  background: #f3f3f3; }


.iconContainer {
  width: 170px;
  height: 170px;
  text-align: center;
  padding: 16% 0 0 0;
  cursor: pointer; }
  .iconContainer:hover * {
    filter: drop-shadow(1px 1px 1px #de002d); }

.iconContainer.greenBorder:hover * {
  filter: drop-shadow(1px 1px 1px #009f5e); }

.redBorder {
  border: 1px solid #de002d; }

.greenBorder {
  border: 1px solid #009f5e; }

.totd {
  background: url(../images/todBg.jpg) no-repeat;
  background-size: cover; }

.todText {
  text-align: center;
  font-size: 41px;
  font-family: Cookie;
  line-height: 48px;
  padding: 0px 20px 10px 20px;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #e4edff; }

.todContaner {
  margin-top: 0px; }

.pcolor {
  margin-top: 0px; }

span.topperName.pcolor {
  display: block; }

.sc {
  text-shadow: 0px 0px 1px #ada4a4; }

.back-to-top {
  position: fixed;
  bottom: 18px;
  right: 0px;
  display: none;
  height: 50px;
  width: 51px;
  transition: all 0.5s ease 0;
  opacity: 1 !important;
  z-index: 99; }

.screenPosition {
  bottom: -60px;
  z-index: 1; }

.copyRightSection {
  background: #0b0c0e; }

/* Master Style here */
.masterHeadger {
  background: url(../images/masterBg.jpg) no-repeat top center;
  background-size: contain; }

.carousel-indicators {
  bottom: 20px; }
  .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #828181;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
    margin-left: 10px; }
  .carousel-indicators::before {
    content: "";
    width: 20%;
    height: 48px;
    background: #fcfdff;
    position: absolute;
    text-align: center;
    top: -19px;
    border-radius: 25px; }
  .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #de002d;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -3px; }

.accordionContent_Y {
  padding: 20px 0; }

.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #003aa8 url(/images/arrow-accor-down.png) no-repeat 1% center;
  color: #fff;
  border: 1px solid #003aa8;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase; }

.accordionHeaderSelected {
  width: 100%;
  text-align: left;
  background: #003aa8 url(/images/arrow-accor-up.png) no-repeat 1% center;
  color: #fff;
  border: 1px solid #003aa8;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase; }

.acordianIcon {
  border-bottom: 1px solid #e2dfdf; }

.acordianIcon > a {
  display: block;
  position: relative; }
  .acordianIcon > a::after {
    content: "\f067";
    /* Plus icon */
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 20px;
    font-weight: 900; }
  .acordianIcon > a[aria-expanded="true"]:after {
    content: "\f068";
    /* minus icon */
    color: #003aa8;
    font-weight: 900; }

.table td {
  padding: 1rem; }

.table th {
  padding: 1rem;
  vertical-align: middle !important; }

.table .thead-light th {
  color: #fff;
  background-color: #003aa8;
  border-color: #fcfdff; }

.headB {
  border: 1px solid #003aa8;
  margin-bottom: 40px;
  padding: 40px 0 40px 0; }

.hdadBoy {
  background-color: #003aa8;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  width: auto;
  display: inherit;
  margin: 0 auto;
  font-size: 1.2rem; }

.mCommt {
  width: 100%; }
  .mCommt tr td {
    text-align: center;
    vertical-align: top;
    padding-bottom: 40px; }
    .mCommt tr td img {
      max-height: 160px;
      margin-bottom: 15px;
      box-shadow: 0px 0px 10px #a09f9f; }

.listArrowCir {
  list-style: none; }
  .listArrowCir li {
    background: url(/images/listArrow.png) left top 4px no-repeat;
    padding: 0 15px 15px 25px;
    text-align: justify; }

ul.infraimg {
  width: 100%;
  float: left;
  text-align: center; }
  ul.infraimg li {
    display: inline-block;
    margin: 10px 20px; }

.collepsHeader {
  display: block; }
  .collepsHeader a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: .80rem 3rem; }
    .collepsHeader a:hover {
      color: #ffffff; }

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #003aa8;
  color: #ffffff;
  border-bottom: 1px solid #fcfdff; }
  .card-header a[aria-expanded="true"] {
    background-color: #fcfdff;
    color: #444444; }
    .card-header a[aria-expanded="true"]:hover {
      background-color: #fff;
      color: #363636; }

.vsmsTbl {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between; }
  .vsmsTbl li {
    flex-basis: 32%;
    margin-bottom: 24px;
    padding: 20px 10px 0px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12); }

.full_for li {
  text-align: center;
  display: inline-block;
  margin: 4px 23px 32px 23px;
  vertical-align: top;
  width: 212px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  padding: 20px 0 10px 0; }
  .full_for li img {
    width: 136px;
    height: 159px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px; }

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -182px;
  top: 130px;
  width: 220px; }
  .sticky-container ul.sticky {
    margin: 0;
    padding: 0; }
    .sticky-container ul.sticky li {
      list-style-type: none;
      background: #d9042f;
      height: 35px;
      padding: 0px;
      margin: 0px 0px 1px 0px;
      transition: all 0.25s ease-in-out;
      cursor: pointer;
      overflow: hidden; }
      .sticky-container ul.sticky li * {
        color: #fff; }
      .sticky-container ul.sticky li:hover {
        margin-left: -185px;
        background-color: #003aa8; }
      .sticky-container ul.sticky li i {
        float: left;
        margin: 5px 5px;
        margin-right: 10px; }
      .sticky-container ul.sticky li span {
        font-size: 1rem;
        color: #fff;
        vertical-align: middle; }

.vsmsTbl audio {
  width: 100%;
  height: 30px;
  border-radius: 0px;
  background: #f1f3f4; }