.Registration{
    background-image: url(https://www.setbiz.in/wp-content/uploads/2024/06/glr-13.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.Registration-box{
    max-width: 1200px;
    margin: 0px auto;

}
.Registration-box-heading{
    text-align: center;
    color: white;
}
.Registration-box-heading h1{
    color: white;
}
.Registration-box-boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
   
}
.Registration-box-boxes-child{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px black;
    width: 22%;
height: 400px;
overflow: auto;
   
}
@media(max-width: 768px){
    .Registration-box-boxes{
        gap: 40px; flex-wrap:wrap ;
    }
    .Registration-box-boxes-child{
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px black;
        width: 90%;
       
    }
    .Registration-box-boxes{
        justify-content: center;
    }
}


.pbmit-main-logo{
    width: 218px !important;
    height: auto !important;
    max-height: max-content !important;
}

.Thank{
    display: none;
}
@media(max-width: 480px){
    .Thank{
        display: block;
    }
}
.pbmit-ihbox-icon{
    text-align: center;
}

/* FAQ */

@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

* {
  box-sizing: border-box;
}

body {
  background-color: #f0f0f0;
  font-family: "Muli", sans-serif;
}

h1 {
  margin: 50px 0 30px;
  text-align: center;
}

.faq-container {
  margin: 0 auto;
  max-width: 600px;
}

.faq {
  background-color: transparent;
  border: 1px solid #9fa4a8;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: 0.3s ease;
}

.faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
  color: #2ecc71;
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-size: 7rem;
  left: 20px;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  left: -30px;
  top: -10px;
  transform: rotateY(180deg);
}

.faq-title {
  /* margin: 0 35px 0 0; */
}

.faq-title{
  font-size:22px !important;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
}
.faq-toggle .fa-times,
.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  color: #fff;
  display: block;
}

.faq-toggle .fa-chevron-down {
  display: block;
}

.faq.active .faq-toggle {
  background-color: #9fa4a8;
}



.Registration-box-boxes-child::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.Registration-box-boxes-child::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.Registration-box-boxes-child::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.Registration-box-boxes-child::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.faq-toggle .fa-chevron-down{
  color: #212c40;
}
.elementor-element .elementor-widget-container{
	font-size: 20px !important;
  }