.main_container {
  width: 85%;
  margin: 0 auto;
  margin-top: 95px;
}
.main_container h3 {
  color: #B31F24;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
}
.main_container h3:before {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.main_container h3:after {
  content: "";
  width: 7px;
  height: 5px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main_container ul li,
.main_container p {
  font-size: 16px;
}
.main_container span {
  color: black;
}
.main_container a {
  color: #B31F24;
}
.main_container a:hover {
  text-decoration: none;
}

.contact-div .form-control {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  text-transform: capitalize;
  padding: 12px;
}
.contact-div .row {
  row-gap: 25px;
}
.contact-div .send-btn {
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 150px;
  border: none;
  outline: none;
  font-size: 20px;
  border-radius: 24px;
  background-color: #B31F24;
  color: white;
}
.contact-div .send-btn i {
  font-size: 20px;
  padding-right: 10px;
}
.contact-div .send-btn:hover {
  background-color: #FFC619;
  color: black;
}
.contact-div h3 {
  text-align: center;
  color: #B31F24;
  font-weight: bold;
}
.contact-div h3::after, .contact-div h3::before {
  display: none;
}

.reach-us-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reach-us-section .icon_S {
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #FFC619;
  text-decoration: none;
  margin-right: 10px;
  color: black;
}
.reach-us-section .icon_S:hover {
  background-color: #B31F24;
  color: #fff;
}
.reach-us-section p {
  color: #9f9f9f;
}
.reach-us-section h3 {
  color: black;
}
.reach-us-section h3::after, .reach-us-section h3::before {
  display: none;
}

.wrap {
  margin-bottom: 20px;
}
.wrap .main-heading {
  color: #b31f24;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
}
.wrap .main-heading:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: -2px;
}
.wrap .main-heading:after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.wrap dt {
  margin-bottom: 8px;
  margin-top: 20px;
}
.wrap .content,
.wrap p,
.wrap dt,
.wrap dd {
  color: black;
  font-size: 16px;
  text-align: start;
  text-align: justify;
}
.wrap ul li {
  line-height: 30px;
  position: relative;
}
.wrap ul li::marker {
  color: #b31f24;
}
.wrap .large-heading {
  color: #b31f24;
  font-size: 25px;
  margin-bottom: 0;
  position: relative;
}
.wrap .large-heading:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: -2px;
}
.wrap .large-heading:after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.image-banner {
  margin-bottom: 20px;
  border-radius: 15px;
}

.line_between {
  border: none;
  border-bottom: 7px solid #e5e5e5;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}

a.main-link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.jazz.main_container a:hover {
  color: #b31f24;
  text-decoration: none;
}

.jazz h1 {
  color: #b31f24;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.table-bordered td {
  align-content: center;
  text-align: center;
}
.table-bordered td p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header_mobile {
    padding: 15px 0 75px;
    background-color: #F2F2F2;
    background-size: cover;
    background-repeat: no-repeat;
    height: 115px;
  }
  .header_mobile .inner_header.three_inRow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 99;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header_mobile .inner_header.three_inRow a.back {
    margin-right: auto;
  }
  .header_mobile .inner_header.three_inRow h3 {
    color: black;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-right: auto;
  }
  .main_container {
    width: 95%;
    margin-top: -55px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
    padding: 12px 15px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    height: calc(100dvh - 118px);
  }
  .footer {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: -1px;
    background: #fafafa;
    padding: 8px 15px;
    z-index: 1056;
  }
  .footer ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer ul li {
    text-align: center;
  }
  .footer ul li a {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    color: #454444;
    text-decoration: none;
  }
  .footer ul li a span {
    display: block;
    color: #3D3C3C;
    font-size: 3.2vw;
    margin-top: 5px;
    text-transform: uppercase;
  }
  a.main-link {
    font-size: 16px;
  }
  ul {
    padding-left: 20px;
  }
  .wrap .large-heading,
  .wrap .main_heading {
    font-size: 18px;
  }
  .jazz h1 {
    font-weight: 500;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */