* {
  font-family: 'Oswald', sans-serif;
}

body {
  margin: 0%;
  /* border: 1px solid red; */
}

/* additional formatting */

h1 {
  letter-spacing: 1px;
}

h2 {
  letter-spacing: 1px;
}

h3 {
  letter-spacing: 1px;
  font-weight: 900;
}

/* p {
  letter-spacing: 0.5px;
} */


/* label {
  letter-spacing: 0.5px;
}

label>span {
  letter-spacing: 0.5px;
}

label>a {
  letter-spacing: 0.5px;
} */

/* my work start here */


#circle-shape .curve {
  background-color: #fff;
  border: 5px solid white;
  height: 175px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 175px;
  float: left;
  margin-right: 2rem;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}

#circle-shape p {
  font-size: 20px;

}

/* my work end here */

.main-section-one {
  background-image: url("../images/bg_head-img.jpg");
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.div-logo2 {
  width: 77%;
}

.btn-forgot_pass {
  color: #ffff;
}

.btn-forgot_pass:hover {
  color: #ffff55
}

h4 {
  color: red;
}


input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.3s;
}

input[type="radio"]:checked {
  border-color: #f15d2a;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #f15d2a;
  border-radius: 50%;
}


/* input[type='radio']:checked:after {
   width: 100%;
  height: 100%; 
  border-radius: 15px;  
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  background-color: #f15d2a !important;
  border-color: #f15d2a !important;
}  */

.form-check-input:checked {
  background-color: #f15d2a !important;
  border-color: #f15d2a !important;
  outline: none;
  /* filter: invert(80%) hue-rotate(352deg) brightness(1.1); */
}

@media screen and (min-width: 1400px) {
  .head11 {
    margin-top: -230px;
  }

  .con_1 {
    margin-top: -50%;
  }

  .font_headers {
    font-size: 30pt;
    font-weight: bold;
  }

  .footer_font {
    font-size: 16px;
    white-space: nowrap;
  }
}

/* .navbar {
  
  
} */

.main-div {
  background-image: url("../images/bg_head-img1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;

  /* background-size: 82.07px 95.34px; */
  background-position: 6% 7%, 7% 68%, 85% 68%, 15% 93%, 38% 97%;
}

@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .head11 {
    margin-top: -180px;
  }

  .con_1 {
    margin-top: -50%;
  }

  .font_headers {
    font-size: 30pt;
  }

  .footer_font {
    font-size: 15px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .head11 {
    margin-top: -140px;
  }

  .con_1 {
    margin-top: -50%;
  }

  .font_headers {
    font-size: 26pt;
  }

  .footer_font {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .head11 {
    margin-top: -130px;
  }

  .con_1 {
    margin-top: -50%;
  }

  .font_headers {
    font-size: 30pt;
  }

  .footer_font {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .head11 {
    margin-top: -100px;
  }

  .con_1 {
    margin-top: -50%;
  }

  .footer_font {
    font-size: 16px;
    white-space: nowrap;
  }

  .font_headers {
    font-size: 30pt;
  }
}

@media screen and (max-width: 576px) and (min-width: 430px) {
  .head11 {
    margin-top: -70px;
  }

  .con_1 {
    margin-top: -52%;
  }

  .font_headers {
    font-size: 30pt;
  }

  .footer_font {
    font-size: 16px;
    white-space: nowrap;
  }

}

@media screen and (max-width: 429px) and (min-width: 0px) {
  .head11 {
    margin-top: -35px;
  }

  .con_1 {
    margin-top: -53%;
  }

  .font_headers {
    font-size: 30pt;
  }

  .footer_font {
    font-size: 16px;
    white-space: nowrap;
  }

}

/* Navbar */
.bg_container {
  width: 100%;
}

.container-items {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.mid>p {
  font-size: 25px;
  color: #006400;
  font-weight: bold;
  text-align: right;
}

.item_h3_font {
  font-size: 30pt;
  font-weight: 900;
}

.items>h3 {
  /* white-space: nowrap; */
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  color: white;
  padding-left: 0.8rem;
  padding-right: 0.8rem;

  letter-spacing: 1px;
  font-weight: 900;

}

.items>p {
  font-size: 14pt;
  font-weight: 200;
  text-align: left;
  margin-top: 5px;
  color: white;
  /* align-items: center; */

  padding-left: 0.8rem;
  padding-right: 0.8rem;

  /* letter-spacing: 0.5px; */

}

.items>label>h4 {
  /* font-weight: 700 !important; */
  /*font-size: 16pt;

   */
  color: #f15d2a;
  text-align: left;

  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.bg_orange {
  color: #f15d2a;
}

.bg_blue {
  color: #483d8b;
}

.bg_divider {
  /* font-weight: 700 !important; */
  font-size: 16pt;
  text-align: left;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  overflow: hidden;
}

.schedule_sub_div>p>span {
  /* font-weight: 700 !important; */
  font-size: 16pt;
  color: #f15d2a;
  text-align: left;
  /* padding-left: 0.7rem; */
  padding-right: 0.4rem;
}

.schedule_sub_div>p {
  font-size: 14pt;
  /* font-weight: bold; */
  text-align: left;
  margin-top: 5px;
  color: #191970;
  /* align-items: center; */
  /* padding-left: 0.8rem;
  padding-right: 0.8rem; */
}

.font_headers {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.columns_margin {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.columns_margin_l2 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.subheading {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.heading_div {
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.heading_div_overflow {
  margin-left: 12px;
  margin-right: 12px;
}

.box1 {
  background-color: #483d8b;
  opacity: 0.9;

}

.box2 {
  background-color: #4682b4;
  opacity: 0.9;
  /* overflow: hidden; */
}

.box3 {
  background-color: #5f9ea0;
  opacity: 0.9;
  /* overflow: hidden; */
}

.box4 {
  background-color: #8fbc8f;
  opacity: 0.9;
  /* overflow: hidden; */
}

.box5 {
  background-color: #191970;
  opacity: 0.9;
  padding-right: 1.5rem !important;
  /* overflow: hidden; */
}

.box6 {
  background-color: #006400;
  opacity: 0.9;
  padding-right: 1.5rem !important;

  /* overflow: hidden; */
}

.reg_box {
  background-color: #006400;
  /* overflow: hidden; */
}

/* Footer */

.bg-clr {
  background-color: #f15d2a;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bg-clr>span {
  display: flex;
  justify-content: center;
  align-items: center;
}


.icon_img {
  width: 35px;
}


/* 😊 Registrtion form color  */

.a_text {
  color: #e73e06;
}

ul>li {
  list-style-type: none
}

label {
  font-size: 20px;
  color: #ffff;
}

label>h4 {
  color: #f15d2a;
}

label>h4::after {
  content: ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>";
}

.sub_heading {
  margin-top: 28px;
}

/* tbody {
  background-image: url(../images/outline-normal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  border: none;
  background-position: center center;
  max-width: 100%
} */

@media screen and (max-width: 767px) {
  .extra-padding-sm {
    padding-bottom: 25px;
  }

  .additional-textarea {
    margin-bottom: 30px;
  }
}

.tank_0_0 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/outline-normal.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.tank_0_0:hover {
  background-image: url(../images/outline-hover.png);
}

.tank_0_1 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/outline-normal.png);
  background-position: -55px 0px;
  background-repeat: no-repeat;
}

.tank_0_1:hover {
  background-image: url(../images/outline-hover.png);
}

.tank_0_2 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/outline-normal.png);
  background-position: -110px 0px;
  background-repeat: no-repeat;
}

.tank_0_2:hover {
  background-image: url(../images/outline-hover.png);
}

.tank_1_0 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/outline-normal.png);
  background-position: 0px -32px;
  background-repeat: no-repeat;
}

.tank_1_0:hover {
  background-image: url(../images/outline-hover.png);
}

.tank_1_1 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/outline-normal.png);
  background-position: -55px -32px;
  background-repeat: no-repeat;
}

.tank_1_1:hover {
  background-image: url(../images/outline-hover.png);
}

.tank_1_2 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/outline-normal.png);
  background-position: -110px -32px;
  background-repeat: no-repeat;
}

.tank_1_2:hover {
  background-image: url(../images/outline-hover.png);
}

.error_label {
  color: yellow;
}

/* Special style for links style on external pages */

.label-clean-team {
  background-color: #f15d2a;
  transition: background-color 0.3s ease;
}

.service_area_link {
  background-color: #4682b4;
  transition: background-color 0.3s ease;
  font-size: 14px;
  padding: .19rem !important
}

/* .label-clean-team:hover {
      background-color: #f15d2a;
  } */

.label-clean-team a {
  color: #ffffff;
  text-decoration: none;
}

.service_area_link a {
  color: #ffffff;
  text-decoration: none;
}

.register_area_link {
  background-color: #483d8b;
  transition: background-color 0.3s ease;
  font-size: 14px;
  padding: .19rem !important
}

.register_area_link a {
  color: #ffffff;
  text-decoration: none;
}

.label-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
}

.service_special {
  display: flex;
}

.testimonial {
  margin-bottom: 1em;
}
.testimonial-date {
  font-weight: bold;
  color: 8fbc8f;
}
.testimonial-message {
  margin: 0;
  color: #191970;
}
.testimonial-signature {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

.faq-section {
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
.faq {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.faq button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
}
.faq-content {
  display: none;
  padding: 10px 0;
}
.faq-content a {
  color: #007BFF;
  text-decoration: underline;
}

.link_color {
  color: #ffff55
}
