.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.schedule {
  padding: 50px 0px;
}

.availability-span {
  background: #0099ff;
  color: #ffffff;
  padding: 10px 20px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.availability-place h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 800;
  margin: 0px;
}

.tution-options-section h3 {
  font-family: 'Poppins';
  font-size: 51px;
  font-weight: 700;
  color: #ffffff;
}

.never-played {
  background-image: url("../../assets/img/Rectangle%20162.png");
}

.single-option {
  width: 241px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.single-option h3 {
  font-family: 'Poppins';
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}

.beginners {
  background-image: url("../../assets/img/Rectangle%20163.png");
}

.options-of-tution {
  display: flex;
  justify-content: space-between;
}

.intermediate {
  background-image: url("../../assets/img/Rectangle%20164.png");
}

.advanced {
  background-image: url("../../assets/img/Rectangle%20165.png");
}

.experienced {
  background-image: url("../../assets/img/Rectangle%20166.png");
}

.electric {
  background-image: url("../../assets/img/Rectangle%20167.png");
}

.acoustic {
  background-image: url("../../assets/img/Rectangle%20168.png");
}

.classical {
  background-image: url("../../assets/img/Rectangle%20169.png");
}

.ukulele {
  background-image: url("../../assets/img/Rectangle%20170.png");
}

.bass {
  background-image: url("../../assets/img/Rectangle%20171.png");
}

.individual {
  background-image: url("../../assets/img/Rectangle%20172.png");
}

.group-classes {
  background-image: url("../../assets/img/Rectangle%20173.png");
}

.tutoring-support {
  background-image: url("../../assets/img/Rectangle%20174.png");
}

.Songwriting {
  background-image: url("../../assets/img/Rectangle%20175.png");
}

.theory {
  background-image: url("../../assets/img/Rectangle%20176.png");
}

.blues {
  background-image: url("../../assets/img/Rectangle%20177.png");
}

.country {
  background-image: url("../../assets/img/Rectangle%20178.png");
}

.rock {
  background-image: url("../../assets/img/Rectangle%20179.png");
}

.jazz {
  background-image: url("../../assets/img/Rectangle%20180.png");
}

.pop {
  background-image: url("../../assets/img/Rectangle%20181.png");
}

.home-work-hero-section {
  padding: 50px 0px;
  background-image: url("../../assets/img/Rectangle%209.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 623px;
  display: flex;
  align-items: end;
}

.home-work-hero-heading {
  font-family: 'Montserrat';
  font-size: 49px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 300px;
}

.learn-own-time-section {
  padding: 50px 0px;
}

.learn-own-time-content-column h2 {
  font-family: 'Poppins';
  font-size: 35px;
  font-weight: bold;
}

.learn-own-time-content-column p, .learn-own-time-content-column ul li {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
}

.cost-section {
  padding: 50px 0px;
  background: #333;
}

.cost-section h5 {
  color: #000000;
  font-family: 'Raleway';
  font-size: 16px;
  width: 200px;
  background: #ffffff;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.cost-section h2 {
  font-family: 'Raleway';
  font-size: 35px;
  text-transform: uppercase;
}

.cost-div .cost-content {
  padding: 1rem;
  width: 100%;
  height: 100%;
}

.cost-div .price {
  width: 7rem;
  height: 7rem;
  border-radius: 8rem;
  background: linear-gradient(to bottom right,#0f9aff 10%,#004b82 97%);
  margin: auto;
  padding: 5px;
}

.price div {
  background: #ffffff;
  border-radius: 8rem;
  width: 100%;
  height: 100%;
}

.price h3 {
  font-family: 'Raleway';
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

.price-description p {
  font-family: 'Raleway';
  font-size: 20px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.cost-book-btn {
  text-decoration: none;
  font-family: 'Raleway';
  background: #09f;
  color: #fff;
  border-radius: 2px;
  padding: 5px 15px;
  border: none;
  outline: none;
}

.ready-to-rock {
  padding: 50px 0px;
  background-image: url("../../assets/img/Rectangle%205.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ready-to-rock p {
  font-family: 'Poppins';
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.ready-to-rock h2 {
  color: #fff;
  font-family: 'Poppins';
  font-size: 39px;
  font-weight: 700;
}

.ready-to-rock a {
  background: #fff;
  border-radius: 0px;
  color: #2990D3;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 500;
}

.what-we-teach-hero {
  background-image: url("../../assets/img/hero-what-we-teach.jpg");
}

.hero-section-lession.zoom-guitar-learn-hero {
  background-image: url("../../assets/img/zoom-guitar-learn.jpg");
}

.contact-div {
  width: 90%;
  margin: auto;
  border-radius: 25px;
  box-shadow: 0px 4px 90px 0px #00000026;
  padding: 20px 50px;
}

.radio-button {
  background: #E1E1E1;
  width: 1.2rem;
  height: 1.2rem;
}

.location-part h5 {
  font-family: 'Open Sans';
  font-size: 18px;
  background: #000000;
  padding: 12px 29px;
  color: #ffffff;
  width: 198px;
}

.location-part {
  padding: 50px 0px;
}

.location-part h1 {
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
}

.location-item {
  border: 1px solid #DDDDDD;
  box-shadow: 0px 0px 26px 0px #0000000D;
  padding: 50px 10px 10px;
  border-radius: 25px;
  cursor: pointer;
}

.location-item p {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}

.location-active {
  background: #2990D3D1;
  color: #ffffff;
  box-shadow: 0px 12px 26px 0px #29AAE24A;
}

.location-part p {
  font-family: 'Open Sans';
  font-size: 18px;
  margin-top: 30px;
}

.optional-instrument {
  background: #F1F1F1;
  padding: 20px;
}

.optional-text {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

#show-icon {
  margin-left: 10px;
  color: #0099ff;
  font-weight: 700;
  display: block;
}

#hide-icon {
  margin-left: 10px;
  color: #0099ff;
  font-weight: 700;
  display: none
}

.instrument-part {
  margin-top: 30px;
}

.instrument-part h2, .lesson-type-part h2 {
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 700;
}

.instrument-item {
  padding: 50px 30px;
  border-radius: 25px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 0px 26px 0px #0000000D;
  cursor: pointer;
}

.instrument-item i {
  font-size: 90px;
}

.instrument-item h4 {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0px;
}

.instrument-item span {
  text-align: center;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 14px;
}

.instrument-active, .lesson-length-active, .lesson-type-active {
  background: #2990D3D1;
  color: #ffffff;
  box-shadow: 0px 10px 15px 0px #29AAE24A !important;
}

.optional-instrument p {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
}

.extra-interest h3 {
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 700;
}

.extra-interest {
  margin-top: 50px;
}

.extra-checkbox input, .lesson-type-part input {
  width: 32px;
  height: 32px;
}

.lesson-type-part {
  padding-top: 50px;
  background: #F1F1F1;
}

.lesson-type-part p {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
}

.main-form-heading {
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 700;
}

.main-form label {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.main-form input, select {
  height: 64px;
  /*border: 1px solid #DDDDDD;*/
  box-shadow: 0px 0px 12px 0px #00000012 inset;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
}

#formCheck-4, #formCheck-5 {
  width: 33px;
  height: 33px;
  background: #E1E1E1;
  margin: 0px;
}

.age-field {
  width: 100px;
  text-align: right;
}

.main-form textarea {
  border: 1px solid #DDDDDD;
  box-shadow: 0px 0px 12px 0px #00000012 inset;
  border-radius: 10px;
}

.form-submit-btn {
  width: 500px;
  height: 80px !important;
  background: #2990D3D1;
  border: 1px solid #DDDDDD !important;
  box-shadow: 0px 0px 12px 0px #00000012 inset !important;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  right: -16px;
}

.main-form {
  margin-bottom: 120px;
  padding-right: 50px;
}

.apply-for-job-heading-section h1 {
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-heading h4 {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}

.form-section {
  padding: 50px 0px;
}

.input-with-label label {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

.input-with-label {
  margin-bottom: 30px;
}

.input-with-label select {
  font-family: 'Open Sans';
  font-size: 20px;
  color: #A8A8A8;
  font-weight: 400;
}

.step {
  padding: 60px 67px;
  box-shadow: 0px 4px 15px 0px #0000001A;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

#formCheck-3, #formCheck-6 {
}

.step-next-btn {
  padding: 20px 86px;
  background: #2990D3D1;
  width: 100px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
}

.multiple-location-text {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
}

.skip-div a {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  color: #3098D8;
}

.instrument-item-customize {
  padding: 20px 30px;
  border-radius: 10px;
  height: 83px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 0px 26px 0px #0000000D;
  cursor: pointer;
}

.instrument-item-customize img {
  margin-right: 15px;
  width: 44px;
  height: 44px;
}

.instrument-item-customize h4 {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.instrument-item-customize span {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
}

.previous-next-btn {
  width: auto;
  padding: 0px 30px;
  border: 2px solid #000;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 700;
}

.step-three-radio {
  width: 32px !important;
  height: 32px !important;
  padding: 0px !important;
}

.step-design-three {
}

