/*--------------------------------------------------------------
# glam Section
--------------------------------------------------------------*/
#glam-title {
  width: 100%;

  position: relative;

}

#glam-title .glam-content {

  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#glam-title .glam-content h2 {
  color: #000;
  font-weight: 700;
}

#glam-title .glam-content h2 span {
  color: #EC2790;
  font-size: 24px;
}

@media (max-width: 767px) {
  #glam-title .glam-content h2 {
    font-size: 28px;
  }
}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 2px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}


/* About Section
--------------------------------*/


#section1 .about-img {
  overflow: hidden;
}

#section1 .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #section1 .about-img {
    height: auto;
  }

  #section1 .about-img img {
    margin-left: 0;
    padding-bottom: 10px;
  }

  #section1 .row {

    margin-right: 15px;
    margin-left: 15px;
  }

}

#section1 .content h2 {

  font-weight: 700;
  font-size: 24px;
  /*font-family: sans-serif;*/
}

#section1 .content h3 {
  font-weight: 700;
  font-size: 20px;
  /*font-family: sans-serif;*/
}

#section1 .content p {
  line-height: 26px;
}

#section1 .content p:last-child {
  margin-bottom: 0;
}

#section1 .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#section1 .content ul {
  list-style: initial;
  padding: 0;
}

#section1 .content ul li {
  /*padding-bottom: 10px;*/
  font-weight: 700;
  font-size: 18px;
}


/* require Section
--------------------------------*/
#require {
  padding: 30px;
}

#require.form-group {
  margin-bottom: 0.5rem;
}

#require .h35 {
  height: 35px;
}

#require .mt-100 {
  margin-top: 100px;
}

@media (max-width: 768px) {
  #require .mt-100 {
    margin-top: 0;
  }
}

#require .fs-16 {
  font-size: 16px;
}

#require .fs-20 {
  font-size: 20px;
}

#require .contact-info h3 {

  font-weight: bold;


}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

fieldset {
  border: 2px solid black;
  /* Customize the border as desired */
  padding: 10px;
  border-radius: 5px;
  /* Add rounded corners for example */
  text-align: center;

}

.image-group {
  display: flex;
}

.image-container {
  flex: 1;
  text-align: center;
}

.image-container.left {
  margin-right: 10px;
  /* Adjust spacing between images as needed */
}

.image-container.right {
  margin-left: 10px;
  /* Adjust spacing between images as needed */
}

.centered-image-group {
  text-align: center;
}

.centered-image-group img {
  display: block;
  margin: 0 auto;
}

.special-text {
  color: #EC2790;
  font-size: 24px !important;
}

.small_img {
  max-width: 40%;
  height: auto;
}

.bold-text {
  font-weight: 700;
  font-size: 14px;
}

.block-image-container {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.brand-image-container {
  display: inline-block;
  margin: 5px;
  text-align: center;
}

#services {
  text-align: center;
}


legend {
  width: auto;
  padding: 0 10px;
  margin: 0 auto;
}

#glam-box fieldset {
  color: #fff;
  border: 1px solid #fff;
}


#glam-box {
  padding: 10px 0;
}

.block-image-container img {
  margin: 10px;
  height: 40px;
  max-width: 100%;
}

.brand-image-container img {

  width: 90px;
}

.bold-text {
  margin: 0;
  /* Remove default margin for better alignment */
}

.glam-text {
  text-align: center;
  font-size: 24px;
}

.glam-block {
  background-color: #4F4F4F;
  padding: 40px;
  border: 1px solid #fff;
}

.glam-border-right-cls {
  border-right: 1px solid #EC2790;
  padding-right: 10px;
}

.glam-word-bold-text {
  font-weight: 700;
  font-size: 16px;
}


.fixedboxleft {
  /* margin-top: 14px;*/
  margin-left: -38px;
  background-color: #fff;
  color: #000;
  /*padding: 20px;*/
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
}

.fixedbox,
.fixedboxleft,
.fixedboxRight {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: -webkit-center !important;
}

.fixedboxRight {

  background-color: #4F4F4F;
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: -35px;


}

.left_side .test-container {
  display: flex;
  justify-content: space-between;
}

.left_side .test2 {
  width: 99%;
}

.left_side .test1 {
  width: 1%;
  /* Adjust the width as needed */
}

.left_side .test3 {
  width: 99%;
}

.left_side .test4 {
  width: 1%;
  /* Adjust the width as needed */
}
.online_section, .offline_section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.online_section .block-image-container,
.offline_section .block-image-container {
    min-height: 50px;
    display: flex;
}
.online_section .block-image-container:last-child,
.offline_section .block-image-container:last-child {
    border: none !important;
}
@media (max-width: 767px) {
    #section1 .container,
    #section1 .row,
    #section1 .about-img {
        padding: 0;
        margin: 0;
    }
    #section1 .content ul {
        padding-left: 15px;
    }
    #require {
        padding: 30px 0;
    }
    .know-more-form {
        margin: 15px;
    }
    .online_section,
    .offline_section {
        flex-direction: column;
    }
    .online_section .block-image-container,
    .offline_section .block-image-container {
        padding: 20px 0;
    }
    #glam-box td {
        padding: 15px 0;
    }
}
