/*************************
 Bootstrap Custom Container
************************/
.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px){
  .container, 
  .container-sm {
    max-width: 540px;
}
}

@media (min-width: 768px){
  .container, 
  .container-md, 
  .container-sm {
    max-width: 720px;
}
}

@media (min-width: 992px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm {
    max-width: 960px;
}
}

@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl {
    max-width: 1200px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
/* Register */
.reg-box{
  border: 1px solid #1e3f7f;
}
.event-date-banner {
    background-color: #FFD700;
}
.event-date-banner .text-label-blue{
  color: #1e3f7f;
}
.event-date-banner .text-label-red{
  color: #991b1b;
}
.reg-box .contact-no{
  color: #16a34a;
}
.registration-deadline {
    background-color: #1E3F7F;
    color: white;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  p.contact-no, .event-date-banner p {
    font-size: 12px;
  }
  .reg-form h3{
    font-size: 17px;
  }
  .banner-text {
        padding: 100px 0;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  p.contact-no, .event-date-banner p {
    font-size: 14px;
  }
  .reg-form h3{
    font-size: 20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  p.contact-no, .event-date-banner p {
    font-size: 16px;
  }
  .reg-form h3{
    /* font-size: 16.5px; */
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

.icon-circle {
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.icon-circle-bg{
  background-color: rgb(219 234 254 / 1);
  color: #f6a913;
}
.copyright-menu li {
    color: red;
    display: inline-block;
    padding-left: 15px;
}
.copyright-menu li a{
  color: #f6a913;
  font-size: 13px;
}
.copyright-menu li a:hover {
    text-decoration: underline;
}
.card h6  {
  color: #f6a913;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.text-bg-card {
    background-color: #f6a913;
    padding: 7px;
    font-size: 14px;
}
.space-y-3 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.space-y-3 i {
    margin-top: 5px;
    color: #f6a913;
}