html,
body {
  /*overflow-x: hidden;*/
  /* Prevent scroll on narrow devices */
  font-family: 'Open Sans', sans-serif;
}
/*:root {*/
/*  --red: #4c1f5e;*/
/*  --pink:#e3a025;*/
/*}*/

:root {
    --red: #4c1f5e;
    --pink: #e3a025;
}
/* body {
  padding-top: 56px;
} */


/*:root {*/
/*  --red: #382e89;*/
/*  --pink:#dc1e71;*/
/*}*/



/* ******* navbar dropdown on click ******* */

.dropdown-menu.show {
  display: block;
}

/* ******* navbar dropdown on click ******* */


/* ******* navbar dropdown on hover ******* */

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ******* navbar dropdown on hover ******* */




.bg-light {
  background-color: #ffffff !important;
}

/* .navbar{
  border-bottom: solid 1px #9e5fa7;
} */
.navbar-brand {
  margin-right: 0px !important;
  margin-left: 200px;
}

.navbar-brand img {
  width: 320px !important;
  height: auto !important;
  object-fit: contain !important;
  margin-top: 5px;
}

.navbar-expand-lg .navbar-nav {
  margin-left: 50px;
}

.navbar-nav:hover .dropdown-menu {
  border-bottom: solid 2px #9e5fa7;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0PX 12PX;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px !important;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
  font-weight: 500;
  /* text-transform: uppercase; */
  line-height: 20px;
  color: #262627;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--red);
}

.button-type a {
  color: #fff !important;
  background-color: var(--red);
  border: solid 1px var(--red) !important;
  padding: 7px 20px !important;
  margin-top: -10px !important;
  margin-left: 10px;
  border-radius: 30px;
}

.button-type a:hover {
  color: var(--red) !important;
  background-color: #fff;
  border: solid 1px var(--red) !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
  outline: #fff !important;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}

.navbar-link-sec li {
  text-decoration: none;
}

.logo-section {
  /* margin-left:15px; */
  margin-right: 200px;
}

.logo-section img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.contact-tsos {
  height: auto;
  width: 22%;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  max-width: 100%;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px;
}

.section-title-tsos {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}

.section-title-tsos h2 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 10px 0px 13px 0px;
}

.section-title-tsos h2 span {
  font-family: 'Roboto Condensed', sans-serif;
  color: #9e5fa7;
}

.collapse {
  justify-content: space-around;
}

/* banner-section */
.carousel-item img {
  width: 100%;

  /* border-top: 1px solid #9e5fa7; */
}

.banner .carousel-item img {
height: 645px;
}

/* end-banner */


/* time-section */
.time-section {
  height: auto;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  background: linear-gradient(to right, #333333 50%, #353b40 50%) !important;
  width: 100%;
  margin: 0px 0px;
  padding: 18px 0px;
  max-width: 100%;
}

.text-section {
  padding: 20px 0px;
}

.text-section h2 {
  color: #fff;
  font-size: 25px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px 0px;
  padding: 20px 0px;
}

.time-section h3 {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  /* margin-bottom: 0; */
}

.time-section h3.venue {
  margin-bottom: 0;
}

.time-section .address {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.time-section .address a {
  color: #ffffff;
  line-height: 28px;
  text-decoration: none;
}

.time-section .address a:hover {
  color: #ffffff;
}

.time-section .address a i {
  font-size: 20px;
}

.time-section .address a span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

ul#countdown {
  position: relative;
  /* top:40%; */
  /* transform: translateY(-50%); */
  margin: 0 auto;
  /* padding: 15px 0 20px 0; */
  color: #fff;
  /* border: 1px solid #adafb2; */
  border-width: 1px 0;
  overflow: hidden;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-align: center;
  /* padding: 10px 10px; */
  padding-left: 0;
}

ul#countdown .number {
  font-size: 40px;
  line-height: 45px;
}

/* .time-line{
      background-color: #9e5fa7;
      border-top: solid 1px #9e5fa7;
  } */
.time-line li {
  display: inline-block;
  font-size: 40px;
  font-size: 20px;
  text-align: center;
  border: solid 1px #fff;
  padding: 10px;
  margin: 10px 10px;
}

.time-line .label {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

#days {
  width: 18%;
  height: 95px;
  padding: 5px;
}

#hours {
  width: 18%;
  height: 95px;
  padding: 5px;
}

#minutes {
  width: 18%;
  height: 95px;
  padding: 5px;
}

#seconds {
  width: 18%;
  height: 95px;
  padding: 5px;
}



#warangal_city {
  /*height: 100vh;*/
  height:auto;
  padding:50px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to top, #333333 30%, #ffffff 20%);
}


#warangal_city .visit-places {
    /*margin-top: 20px;*/
    margin-top: 50px;
}

#warangal_city .visit-places .card {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  height: auto;
}

#warangal_city .visit-places .card .place-address {
  padding: 10px 0;
  padding-bottom: 0;
}

#warangal_city .visit-places .card h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

#warangal_city .visit-places .card p {
  text-align: center;
  padding-right: 0;
  font-size: 15px;
  margin-bottom: 0;
  color: #ffffff;
}



/* text-section */
.text-blog h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--red);
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  /* margin-top:15px; */
  position: relative;
  margin-bottom: 30px;
}

.text-blog h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--red);
  left: 0;
  bottom: -10px;
}

.text-blog p {
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  /* padding: 10px 20px 0px 0px; */
  text-align: justify;
  /* padding-right: 20px; */
}

.button-area {
  padding: 10px 0px;
}

.button-area button {
  background-color: #9e5fa7;
  color: #fff;
  font-size: 15px;
  padding: 7px 45px;
  border-radius: 10px 10px;
  border: solid 1px #9e5fa7;
}

.button-area button:hover {
  background-color: #000;
  border: solid 1px #000;
}

#warangal_city .hyd {
  text-align: center;
}

#warangal_city .hyd img {
  box-shadow: 10px -10px 0 0 var(--red);
  border-radius: 20px 0 20px 0;
  width: 90%;
}

.figure,
.figure-img {
  margin-bottom: 0;
}

#warangal_city .row {
  align-items: center;
}




.head-text {
  margin: 0px 10px;
}

.head-text h2 {
  font-size: 24px;
  font-weight: normal;
  color: #830101;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 15px;
}

.card {
  position: relative;
  display: flex;
  width: 600px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  height: 380px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.card .card-body {
  padding: 1rem 1rem;
  height: auto;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.items {
  width: 100%;
  /* margin-top: 100px */
}

.slick-slide {
  margin: 10px
}

.medmediframe,
.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.media-content:before {
  content: '';
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px)
}

.circle .media-content:before {
  width: 40%;
  left: 30%
}

.profile-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px;
  object-fit: cover;
}

.card-body h5 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}




.back-pic {
  background: #f8f8f8;
  /* margin: 10px 0px; */
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.back-pic::after {
  content: url('../../img/left-img.png');
  position: absolute;
  right: -20px;
  bottom: -10px;
  transform: scale(1) rotate(180deg);
}

.back-pic .row {
  align-items: center;
}

.back-pic .row.space-between {
  row-gap: 20px;
    align-items: baseline;
}

.main-sec img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.inside-text h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  /* padding: 5px 0px; */
  color: #51545b;
  position: relative;
  margin-bottom: 40px;
}

.inside-text h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #51545b;
  left: 0;
  bottom: -10px;
}

.inside-text h3 {
  font-size: 34px;
  font-weight: normal;
  color: var(--red);
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 45px;
}

.back-pic .hoa-image {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: row-reverse;
  margin: 50px 0;
  justify-content: left;
}

.back-pic .hoa-image .figure {
  position: relative;
}

.back-pic .hoa-image .figure::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--red);
  right: -20px;
}

.back-pic .hoa-image .figure img {
  width: 130px;
}

.inside-text h5 {
  font-size: 22px;
  color: #51545b;
  margin: 20px 0;
}

.inside-text p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
}

.inside-text i {
  color: var(--red);
}

.back-pic a {
  text-decoration: none;
  color: var(--red);
}

.back-pic .phone {
  margin-bottom: 10px;
}

.back-pic .mail {
  margin-bottom: 20px;
}

.button-inside-text {
  padding: 10px 0px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.button-inside-text button {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  padding: 7px 20px;
  border: solid 1px #000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  transition: 0.3s;
  letter-spacing: 3px;
}

.button-inside-text button:hover {
  background-color: #000;
  border: solid 1px #000;
  color: yellow;
  transition: 0.3s;
}

.button-inside-text a {
  background-color: var(--pink);
  color: #fff;
  font-size: 15px;
  padding: 9px 30px;
  border: solid 2px var(--pink);
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  transition: 0.3s;
  letter-spacing: 3px;
  text-decoration: none;
  border-radius: 36px;
}

.button-inside-text a:hover {
  background-color: transparent;
  border: solid 2px #333333;
  color: #333333;
  transition: 0.3s;
}

.button-inside-text.program a {
  background-color: var(--red);
  border: 2px solid var(--red);
}

.button-inside-text.program a:hover {
  color: var(--red);
  background-color: transparent;
}


.img-sec {
  padding: 10px 0px;
}

.img-sec img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* border: 1px solid #000; */
  padding-bottom: 0.5px;
}

.para-sec p {
  color: #46154f;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  max-width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.para-sec p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

.para-sec p:last-child {
  font-size: 14px;
}

#rt .table {
  margin: 0;
}



#day-tabs {
  padding: 50px 0;
}

#day-tabs ul {
  justify-content: space-around;
}

#day-tabs ul span {
  color: grey;
  font-size: 14px;
  font-weight: 400;
}

#day-tabs ul li {
  flex: 1 0 33%;
}

#day-tabs .nav-pills .nav-link {
  font-weight: bold;
  font-size: 20px;
  /* padding: 8px 179px; */
  border-radius: 0;
  /* border: 1px solid #dbd8d8; */
  width: 100%;
}

#day-tabs button {
  color: #333333;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

/*#day-tabs ul .clearfix {*/
/*  margin-top: -10px;*/
/*}*/

#day-tabs .nav-pills .nav-link.active,
#day-tabs .nav-pills .show>.nav-link,
#day-tabs .nav-pills .nav-link:hover {
  background-color: #333333;
  /* padding: 8px 189px; */
  position: relative;
  color: #ffffff;
}

#day-tabs ul li:nth-child(2) .nav-link {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

#day-tabs .nav-pills .nav-link.active span {
  color: #fff;
}

#day-tabs .tab-content {
  text-align: center;
  /*font-size: 25px;*/
  font-size: 18px;
  /*font-weight: 500;*/
  border: 1px solid #dee2e6;
  /*padding: 20px 0;*/
  padding: 12px 0;
  margin-top: -17px;
}

#day-tabs .tab-content .coming-soon h3 {
  font-weight: bold;
  color: var(--red);
  margin-bottom: 0;
  padding: 20px 0;
  letter-spacing: 5px;
  font-size: 30px;
}

#day-tabs .tab-content .table thead {
  /*background-color: #151e41;*/
  background-color: #c10404;
  color: #fff;
  text-transform: uppercase;
}

#day-tabs .tab-content .table {
  margin: 0;
}

#day-tabs .tab-content .table tr td:first-child {
    white-space: nowrap;
}

#day-tabs .tab-content .table td {
  /*font-size: 16px;*/
  font-size: 15px;
  vertical-align: middle;
  text-align: left;
}

#day-tabs .table>:not(:first-child) {
  border-bottom-color: #dee2e6;
}

#day-tabs .tab-content .table .time {
  white-space: nowrap;
}

#day-tabs .tab-content .table .lunch-row.inaug {
  background-color: unset;
}

#day-tabs .tab-content .table .lunch-row {
  background-color: #e8e8e8;
}

#day-tabs .tab-content .table .normal-row {
  background-color: #9e5fa7;
  color: #fff;
}

#day-tabs .tab-content .table .lunch {
  /*font-weight: 500;*/
  font-weight: 700;
  text-align: center;
}

#day-tabs .table2 {
  display: none;
}

#day-tabs .nav-pills .nav-link.active::after,
#day-tabs .nav-pills .nav-link:hover:after {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: rotate(45deg) translateX(-50%);
}

.head-side h4 {
  color: rgb(0, 0, 0) !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  width: 100%;
}





.text-color {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  color: #830101;
  font-weight: 500;

}

.text-color h4 {
  color: #000;
  margin-top: 5px;
  font-size: 30px;
}

#rt {
  background-color: #f8f8f8;
  /* padding: 10px 0; */
  height: 100vh;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: space-between;
}

#rt h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--red);
  position: relative;
  /* margin-bottom: 40px; */
}

/* #rt h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--red);
  left: 0;
  bottom: -10px;
} */

#rt h2.venue {
  margin-top: 10px;
  margin-bottom: 20px;
}

#rt h2.venue::after {
  left: 50%;
  transform: translateX(-50%);
}

/* #rt table {
  background-image: url('../../img/border-ticket.png');
  background-repeat: no-repeat;
  background-position: 100% 0%;
  border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
} */
#rt table thead tr:nth-child(1) th {
  border-bottom-width: 0;
}

#rt table thead span {
  color: var(--red);
  font-size: 12px;
}

.table>:not(:first-child) {
  border-top: 0;
  border-bottom-color: transparent;
  text-align: center;
}

/* #rt table tbody tr:nth-child(1) {
  background-image: url('../../img/border-ticket2.png');
  background-repeat: no-repeat;
  background-position: 99% 100%;
} */
#rt table tbody tr:nth-child(1) td {
  /* padding: 20px 15px; */
  color: #333333;

}

#rt table tbody tr td {
  vertical-align: middle;
}

.table>tbody {
  border-bottom-color: transparent;
}

.rigister-tab a {
  padding: 5px;
}

.rigister-tab1 a {
  padding: 23px 0px;
}

.rigister-tab a:hover {
  background-color: #a94442 !important;
  transition: 0.5s;
}

.middle a:hover {
  background-color: #a94442 !important;
  transition: 0.5s;
}

.rigister-tab1 a {
  position: relative;
  top: 4px;
}

.rigister-tab2 {
  position: relative;
  top: 10px;
}

.rigister-tab2 a:hover {
  background-color: #a94442 !important;
  transition: 0.5s;
}

.rigister-tab1 a:hover {
  background-color: #a94442 !important;
  transition: 0.5s;
}

.data-table {
  color: #9e5fa7;
}

.map-head {
  padding: 10px 0px;
  text-align: center;
}

.map-head h2 {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #a94442;
  font-weight: bold;
}

.map-address {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 30px 1px rgba(128, 128, 128, 0.123);
}

.map-address i {
  color: var(--red);
  font-weight: bold;
  margin-bottom: 10px;
}

.map-address p {
  margin: 0px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  padding: 0px 0px 5px 5px;
}

.map-address1 {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 30px 1px rgba(128, 128, 128, 0.123);
  margin: 15px 0px;
}

.map-address1 span {
  margin: 200px 0px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  padding: 0px 0px 5px 5px;
}

.map-address1 i {
  color: var(--red);
  font-weight: bold;
}

.icon-map {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 30px 1px rgba(128, 128, 128, 0.123);
  margin: 15px 0px;
}

.icon-map h3 {
  font-size: 18px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  color: #333333;
}

.icon-map i {
  border-radius: 50%;
  color: #fff;
  /* font-size:8px; */
  /* padding:8px; */
  background-color: var(--red);
  font-weight: bold;
  margin: auto;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
}

.icon-map .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.icon-map .social-icons a {
  text-decoration: none;
}

.icon-map .social-icons a:hover i {
  background-color: transparent;
  color: var(--red);
}

.button-map {
  text-align: center;
}

.button-map button {
  padding: 7px 20px;
  background-color: var(--red);
  margin: 7px 0px;
  color: #fff;
  border: solid 2px var(--red);
  border-radius: 36px;
  transition: all 0.3s ease-in-out;
}

.button-map button:hover {
  color: var(--red);
  background-color: transparent;
}

.pic-map {
  text-align: center;
}

.pic-map img {
  max-width: 100%;
}




/* members-section */
.infromation-section {
  padding: 5px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: -4px 4px #eee;
  border: 1px solid #eee;
  margin-top: 20px;
  height: 170px;

}

.inside-inform {
  padding: 10px 0px;
}

.inside-inform img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.inside-text-inform {
  padding: 10px 0px;
}

.inside-text-inform h3 {
  font-size: 18px;
  color: #36546d;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: dotted 1px #36546d;
}

.inside-text-inform p {
  font-size: 14px;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3;
  margin: 0;
}

.inside-text-inform a {
  color: #830101;
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 0.1;
}



/* footer-seecction */
.foot-section {
  background: #9e5fa7;
  /* height: 140px; */
  position: relative;
  /* margin-top: -1px; */
  z-index: 99;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 113px;
  margin-bottom: 0;
}

.foot-text {
  padding: 10px;
  /* border-right:1px solid rgba(255,255,255,0.2); */
  margin: 20px 20px;
}

.foot-text::before {
  content: '';
  position: absolute;
  border-style: solid;
  font-family: 'Roboto Condensed', sans-serif;
  border-width: 0 25px 25px;
  border-color: #9e5fa7 transparent;
  display: block;
  width: 24px;
  z-index: 99;
  top: -20px;
  left: 26%;
}

.foot-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 63.2%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 140px;
}

.foot-text h2 {
  font-size: 24px;
  color: #fff;
  margin: 0px 0px;
  /* padding: 5px 0px; */
  font-family: 'Roboto Condensed', sans-serif;
}

.foot-text h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
}

.foot-text1 {
  padding: 10px;
  margin: 20px 20px;
}

.foot-text1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 140px;
}

.foot-text1 h3 {
  font-size: 24px;
  color: #fff;
  margin: 0px 0px;
  /* padding: 5px 0px; */
  font-family: 'Roboto Condensed', sans-serif;
}

.foot-text1 h4 {
  font-size: 24px;
  color: #fff;
  margin: 0px 0px;
  /* padding: 5px 0px; */
  font-family: 'Roboto Condensed', sans-serif;
}

.foot-pic {
  padding: 10px;
  /* border-right:1px solid rgba(255,255,255,0.2); */
  margin: 20px 20px;
  ;
}

.foot-pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 17%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 140px;
}

.foot-pic img {
  max-width: 100%;
}

.foot-section1 {
  background: #FE4918;
  /* height: 140px; */
  position: relative;
  /* margin-top: -1px; */
  z-index: 99;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 94px;
  margin-bottom: 0;
}

.foot-text-sec {
  padding: 10px;
  /* border-right:1px solid rgba(255,255,255,0.2); */
  margin: 20px 20px;
}

.foot-text-sec::before {
  content: '';
  position: absolute;
  border-style: solid;
  font-family: 'Roboto Condensed', sans-serif;
  border-width: 0 25px 25px;
  border-color: #9e5fa7 transparent;
  display: block;
  width: 24px;
  z-index: 99;
  top: -20px;
  left: 26%;
}

.foot-text-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8.2%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 162px;
}

.foot-text-sec h2 {
  font-size: 24px;
  color: #fff;
  margin: 0px 0px;
  /* padding: 5px 0px; */
  font-family: 'Roboto Condensed', sans-serif;
}

.foot-text-sec h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
}

.foot-text1-sec {
  padding: 10px;
  margin: 20px 20px;
}

.foot-text1-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3.1%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 162px;
}

.foot-text1-sec h3 {
  font-size: 24px;
  color: #fff;
  margin: 0px 0px;
  /* padding: 5px 0px; */
  font-family: 'Roboto Condensed', sans-serif;
}

.foot-text1-sec h4 {
  font-size: 24px;
  color: #fff;
  margin: 0px 0px;
  /* padding: 5px 0px; */
  font-family: 'Roboto Condensed', sans-serif;
}

.foot-pic1 {
  padding: 10px;
  /* border-right:1px solid rgba(255,255,255,0.2); */
  margin: 20px 20px;
  ;
}

.foot-pic1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 17%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 165px;
}

.foot-pic1 img {
  max-width: 100%;
}




.text-left-side {
  font-size: 17px;
  margin: 20px 0px;
}

.text-left-side h3 {
  line-height: 33px;
  font-size: 17px;
  color: #262627;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.text-left-side span {
  color: #9e5fa7;
  height: 100px;
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

.wrapper {
  width: 100%;
}

.accordion {
  background-color: white;
  color: black;
  border-radius: 20px;
  /* box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25); */
  margin: 20px 0;
}

.question {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 80px 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
  background-color: #f1f1e6;
}

.question h3 {
  margin-left: 50px;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 700;
  color: #242167;
  /* padding: 12px 80px 20px 20px; */
}

.question.active h3 {
  color: #9e5fa7;
}

.question::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #9e5fa7;
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  /* margin: 0px 9px; */
}

.question.active::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #9e5fa7;
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  /* padding: 0 20px 20px; */
  line-height: 1.5rem;
  /* background-color: white; */
  border-radius: 20px;
  /* box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25); */
  margin: 20px 0;
}

/* .question.active + .answercont {
} */



/* tabel-section */
.table-responsive-sm {
  padding: 10px;
  background: #f1f1e6;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
  border-radius: 15px;
}

.center-table {
  text-align: center;
  background-color: #151e41;
  color: #fff;
  padding: 10px;
}

.table-bordered {
  margin: 10px 0px;
}

/* highlights-section */
.main-text-section {
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-center {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}

.text-center h2 {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 2px 0px 10px 0px;
  padding: 10px 0px;
}

.text-center h2::before {
  content: "";
  height: 1px;
  width: 250px;
  background-color: #9e5fa7;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 51%;
  margin-left: -135px;
}

.text-center h2::after {
  content: "";
  height: 4px;
  width: 30px;
  background-color: #9e5fa7;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
}

.text-line span {
  float: left;
  padding: 2px 4px 0px 0px;
  margin: 0px 0px;
  FONT-SIZE: 15PX;
  color: #830101;
  font-size: 17px;
  text-align: justify;
}

.text-line h4 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 2px 0px 10px 0px;
  padding: 10px 0px;
  color: #515141;
}

.text-sec-5 {
  margin: 10px 0px;
}

.text-sec-5 p {
  font-size: 18px;
  color: #262627;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 2;
}

.text-sec-5 a {
  color: #830101;
  text-decoration: none;
}

.text-sec-5 h2 {
  font-size: 18px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  color: #9e5fa7;
}

.text-sec-5 b {
  color: #51545b;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
}

.text-sec-5 li {
  line-height: 33px;
  font-size: 17px;

}

.text-sec-5 ol {
  padding: 0px 15px;
}

#rt .table-responsive {
  overflow: hidden;
}

#rt .table-responsive table:nth-child(1) thead tr:nth-child(1) th {
  color: #a94442;
  font-size: 30px;
  font-weight: 400;
  padding: 12px;
}

#rt .table-responsive table:nth-child(1) thead tr:nth-child(1) th span {
  color: #000;
  font-size: 30px;
  font-weight: 400;
}

#rt .table-responsive table:nth-child(1) thead tr:nth-child(2) th h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

#rt .table-responsive table:nth-child(1) thead tr:nth-child(2) th span {
  font-weight: 400;
}

#rt .table-responsive table:nth-child(1) tbody tr td:nth-child(2) h5,
#rt .table-responsive table:nth-child(1) tbody tr td:nth-child(4) h5,
#rt .table-responsive table:nth-child(2) tbody tr td:nth-child(2) h5,
#rt .table-responsive table:nth-child(2) tbody tr td:nth-child(4) h5,
#rt .table-responsive table:nth-child(3) tbody tr td:nth-child(2) h5,
#rt .table-responsive table:nth-child(3) tbody tr td:nth-child(4) h5 {

  margin-bottom: 0;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;

}

/* #rt .table-responsive table:nth-child(2) tbody tr td:nth-child(2) h5,
#rt .table-responsive table:nth-child(2) tbody tr td:nth-child(4) h5{

  margin-bottom: 0;
  background-color: #9e5fa7;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;

} */
#rt .table-responsive table:nth-child(1) tbody tr td:nth-child(3) h5,
#rt .table-responsive table:nth-child(1) tbody tr td:nth-child(5) a,
#rt .table-responsive table:nth-child(2) tbody tr td:nth-child(3) h5,
#rt .table-responsive table:nth-child(2) tbody tr td:nth-child(5) a,
#rt .table-responsive table:nth-child(3) tbody tr td:nth-child(3) h5,
#rt .table-responsive table:nth-child(3) tbody tr td:nth-child(5) a,
#rt .table-responsive table:nth-child(4) tbody tr td:nth-child(3) a {
  margin-bottom: 0;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

#rt .table-responsive table:nth-child(1) tbody tr td:nth-child(5) a,
#rt .table-responsive table:nth-child(2) tbody tr td:nth-child(5) a,
#rt .table-responsive table:nth-child(3) tbody tr td:nth-child(5) a,
#rt .table-responsive table:nth-child(4) tbody tr td:nth-child(3) a {
  text-decoration: none;
  padding: 10px 30px;
  position: relative;
  /* top: 7px; */
  border-radius: 36px;
}

.middle {
  position: relative;
  top: 20px;
}

/* .space-between {
  margin: 20px 0px;
} */

.hotel-haritha a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  width: 50px;
}

.hotel-haritha1 a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.hotel-haritha1 {
  width: 50%;
}

.hotel-haritha2 a {
  text-decoration: none;
  color: #9e5fa7;
  font-weight: 500;
  font-size: 16px;
}







#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--red);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 999;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  border: 2px solid var(--red);
  transition: all .5s ease-in-out;
}

#myBtn:hover {
  background-color: #fff;
  border: solid 2px var(--red);
  color: var(--red);
}

/* .top-arrow i{
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.top-arrow i:hover{
  color: #151e41;
  border: solid 2px;
} */
.register-view-mobile {
  display: none;
}

.register-background {
  transition: 0.5s;
}

.register-background:hover {
  background-color: #d3d3d3;
  transition: 0.5s;
}

select {
  margin: 0 !important;
}

.doctor-ts-register {
  position: relative;
  bottom: 10px;
  background-color: #9e5fa7 !important;
  transition: 0.5s;
  color: #fff;
  border: solid 1px #9e5fa7;
}

.doctor-ts-register:hover {
  background-color: #830101 !important;
  transition: 0.5s;
  border: solid 1px #830101;
}

.tsos-bg-registrations h2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ts-form-left .form-control-s {
  padding: 8px 8px !important;
}

#back-form {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 7px;
}

.accounts {
  padding: 10px !important;
}
.accounts a{
    color:var(--pink) !important;
}
/* .row{
    margin_bottom:0px !important
} */
.foot-text::after {
  right: 10% !important;
}

.sidebar-1 {
  z-index: 999 !important;
}

.doctor-ts-register {
  margin-top: 20px !important;
}

.time-section .row {
  align-items: center;
}

#countdown li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-one-login {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 30px 1px rgb(128 128 128 / 12%);
}

.new-one-login h3 {
  margin: 0px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  padding: 0px 0px 5px 5px;
  line-height: 23px;
}

.new-one-login a {
  color: #fff;
  background-color: var(--red);
  border: solid 2px var(--red) !important;
  padding: 5px 20px !important;
  font-size: 15px;
  transition: 0.5s all ease;
  text-decoration: none;
}

.new-one-login a:hover {
  background-color: transparent;
  border: solid 2px var(--red);
  color: var(--red);
}




/* 2023 */

.new_table_2023 thead {
  background-color: #333333;
}

.new_table_2023 th {
  color: #ffffff !important;
  font-size: 20px !important;
  text-align: center;
  font-weight: bold;
  vertical-align: baseline;
}

.new_table_2023 th small {
  font-size: 14px;
  display: block;
  /* margin-top: 5px; */
}

.new_table_2023 tr {
  border: 1px solid #dee2e6;
}

.new_table_2023 tr p {
  margin-bottom: 0;
}

.new_table_2023 tr td {
  padding: 20px 50px;
}

.new_table_2023 tr p.text {
  text-align: left;
}

.new_table_2023 tr a.register {
  background-color: var(--red);
  color: #ffffff;
  text-decoration: none;
  border-radius: 36px;
  padding: 10px 30px;
}

.register-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 60px;
}

.register-login .login {
  display: flex;
  align-items: center;
  gap: 20px;
}

.register-login .login p {
  margin-bottom: 0;
}

.register-login .login a {
  background-color: var(--red);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 36px;
}


.footer {
  background-color: var(--red);
  color: #ffffff;

}

.footer .footer-container {
  padding: 20px 0;
}

.footer address {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
  align-items: start;
}

.footer address i,
.footer .phone i {
  font-size: 20px;
}

.footer .phone {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer address p {
  margin-bottom: 0;
  line-height: 30px;
}

.footer address p span {
  font-weight: bold;
  font-size: 20px;
}

.footer .phone a {
  text-decoration: none;
  color: #ffffff;
}

.footer .phone a {
  font-weight: bold;
}

.copyright {
  background-color: var(--pink);
  padding: 10px 0;
}

.copyright .two-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  margin-bottom: 0;
  font-size: 14px;
}


.footer-details h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  width: 120px;
}

.footer-logo img.toscon {
  width: 370px;
}

.footer-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  /* gap: 1rem; */
}

.footer-details .security {
  margin-top: 10px;
}

.footer-details .secure {
  text-align: right;
}

.footer-details .contact {
  padding-left: 50px;
}

.bodymovinanim {
  max-width: 40px;
  margin: 0;
  height: 50px;
  display: block;
  filter: invert(1);
}



.ec-members {
  padding: 50px 0;
  /* height: calc(100vh - 116px);
  display: flex;
  align-items: center; */
}

.ec-members h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--red);
  position: relative;
  margin-bottom: 50px;
}

.ec-members h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--red);
  left: 0;
  bottom: -10px;
}

.ec-members .row {
  row-gap: 24px;
}

.ec-members .card {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ec-members .card img {
  border-radius: 0;
}

.ec-members .card .card-body {
  padding: 1rem 0;
  padding-bottom: 0;
}

.ec-members .card h5 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
}

.ec-members .card p {
  margin-bottom: 0;
  font-size: 15px;
}

.ec-members .card .phone a {
  text-decoration: none;
  color: #333333;
}

.local-members {
  background-color: #c7c7c72b;
}

.local-members .card {
  background-color: transparent;
}

.navbar-expand-lg .navbar-collapse {
  align-items: baseline;
}


#warangal_city .visit-places .carousel-control-prev,
#warangal_city .visit-places .carousel-control-next {
  width: 2%;
  bottom: unset;
  background-color: var(--red);
  top: -60px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

#warangal_city .visit-places .carousel-control-prev {
  left: 93%;
}

#warangal_city .visit-places .carousel-control-prev:hover,
#warangal_city .visit-places .carousel-control-next:hover {
  opacity: .5;
}

.hotel-info {
  padding: 50px 0;
}

.hotel-info .row {
  align-items: center;
    margin-top: 60px;
}

.hotel-info h2,
.all-hotels h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--red);
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  text-align: left;
}

.hotel-info h2::after,
.all-hotels h3::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--red);
  left: 0;
  bottom: -10px;
  margin-left: 0;
}

.hotel-info .text-center h2::before {
  display: none;
}

.hotel-info img {
    box-shadow: 10px -10px 0 0 var(--red);
    border-radius: 20px 0 20px 0;
    width: 90%;
}

.hotel-info .row h3 {
  margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}



.all-hotels .card {
  width: 100%;
  height: auto;
}


.all-hotels .accordion-button {
  font-weight: bold;
}

.all-hotels .accordion-button:focus {
  box-shadow: 0 0 0 0;
}

.all-hotels .address {
  /* display: flex;
  gap: 20px; */
  margin-bottom: 30px;
}

.all-hotels .address h5,
.all-hotels .rooms h5 {
  margin-bottom: 20px;
  color: var(--red);
}

.all-hotels .address .image-text {
  display: flex;
  gap: 1rem;
    align-items: flex-start;
}

.all-hotels .address p {
  margin-bottom: 0;
}

.all-hotels .rooms table {
  margin: 0;
}

.all-hotels .rooms thead {
  background-color: #333333;
  color: #ffffff;
}

.all-hotels .rooms tbody {
  text-align: left;
  border-bottom-color: inherit;
}


.all-hotels .accordion-button:not(.collapsed) {
  background-color: var(--red);
  color: #ffffff;
}
.all-hotels .accordion-button:not(.collapsed)::after,
.accordion-button::after {
  filter: invert(1);
}

.all-hotels .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.all-hotels .accordion-item {
  border-radius: 0;
}

.all-hotels .accordion-button,
.all-hotels .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.all-hotels .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(184, 101, 101, 0.125);
}

.all-hotels .address img {
  filter: invert(1);
}

.all-hotels .accordion-button {
  background-color: #333333;
  color: #ffffff;
}



.all-hotels .address-links {
  display: flex;
  gap: 1rem;
}
.all-hotels .address-links a {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}

.all-hotels {
	padding: 50px 0;
}
.all-hotels .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
}
.all-hotels .note h5 {
	font-weight: bold;
	color: var(--red);
}
.all-hotels .note ul {
	margin-bottom: 0;
}
.all-hotels .note li::marker {
	color: var(--red);
}
.all-hotels .note li {
	    line-height: 30px;
}


.conf-highlights {
	padding: 50px 0;
}
.conf-highlights h2 {
	    font-size: 30px;
    font-weight: 700;
    color: var(--red);
    position: relative;
    margin-bottom: 30px;
}
.conf-highlights h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: var(--red);
    left: 0;
    bottom: -10px;
}

.conf-highlights ul {
	margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}
.conf-highlights li {
	line-height: 40px;
flex: 1 0 50%;
}
.conf-highlights li::marker {
	color: var(--red);
}

.abstract-submission {
	background-color: #f8f8f8;
}
.abstract-submission li {
flex: 1 0 100%;
}

.abstract-submission li a {
	color: var(--red);
text-decoration: none;
}

.abstract-submission h4 {
	font-weight: bold;
font-size: 20px;
margin: 20px 0;
}
.abstract-submission ol {
	margin-bottom: 0;
}
.abstract-submission ol li::marker {
	font-weight: bold;
}

.last-date ul {
	margin-bottom: 0;
margin-top: 10px;
}
.last-date ul li {
	font-size: 15px;
}
.last-date ul li::marker,
.last-date ul li span {
	color: var(--red);
}

/* 2023 */

.toscon-mobile {
    display: none;
}

/*loc section*/
.loc_member_main{
    padding:50px 0;
}