section.get-scorecard {
	position:relative;
}

section.get-scorecard .head-sec {
    padding-bottom: 30px;
}

section.get-scorecard .row.get-scorerow {
    justify-content: center;
}

section.get-scorecard .get-scorecol {
    padding: 30px !important;
    border: 2px solid var(--hero-btn-color);
    border-radius: 10px;
}

section.get-scorecard form label.form-check-label {
    color: white;
}

section.get-scorecard form input.form-control {
    margin: 15px 0;
}

section.get-scorecard form .form-check {
    margin-bottom: .5rem !important;
}

section.get-scorecard .rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-flex;
  font-size: 2rem;
  padding-bottom:var(--p10);
}

section.get-scorecard .rating input {
  display: none;
}

section.get-scorecard .rating label {
  color: #fff;
  cursor: pointer;
}

section.get-scorecard .rating input:checked ~ label,
section.get-scorecard .rating label:hover,
section.get-scorecard .rating label:hover ~ label {
  color: var(--hero-btn-color);
}

section.get-scorecard .rating p.revewp {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
}

button.main-btn.form-btn {
    border-radius: 30px;
    padding: 8px 35px;
    margin: 20px 0;
    color: var(--black-color);
    border: none;
    background: var(--hero-btn-color);
}



.banner .guides {
    position: absolute;
    height: 350px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005e;
    font-size: 40px;
}

.guides .banner-text {
    text-align: center;
    width: 70%;
}

.guides .banner-text p{
 text-align:center;
}

.c-hero__background {
    height: 350px;
}


.get-top-text {
    display: flex;
    justify-content: center;
}

.get-top-text h3{
margin-right:20px
}
