.sign-up-section {
    background: #ffffff !important;
    padding: 10px 30px;
    margin-top: 0;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top: 0;
}
.sign-up-section h4{
    font-family: Inter Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}
.profile-astrolger, .steps-process, .usp-process-sec {
    background-color: #efe8e1;
}
.profile-astrolger h4 {
    font-family: Inter Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}

.testmoninal .testmonial-message {
    min-height: 100% !important;
    height: 500px !important;
    border-radius: 38px;
    position: relative;
    z-index: 0;
}
.testmoninal .testmonial-message .location{
    font-family: Inter;
    font-style: normal;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.testmoninal .testmonial-message .review{
    font-family: Inter;
    font-style: normal;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
}

.testmoninal .testmonial-message .astrology-name {
    margin-bottom: 0 !important;
    min-height: 1.8rem;
}

.testmoninal .testmonial-message:before {
    content: "";
    position: absolute;
    left: 0rem;
    top: 2.3rem;
    width:121px;
    height: 59px;
    z-index: -1;
    background: url(../img/two_stars.png) no-repeat;
}
.testmoninal .testmonial-message:after {
    content: "";
    position: absolute;
    right: 0rem;
    top: 2.3rem;
    width:121px;
    height: 59px;
    z-index: -1;
    background: url(../img/two_stars.png) no-repeat;
}
.testmoninal .testmonial-message img{
    height: 84px;
    width: 84px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 47%;
}
/*.testmoninal .equal-height {
    height: 100%;
}*/


.faq-sec {
    position: relative;
    padding: 3rem 0;
}
.faq-sec .a-head-3-gold {
    margin-bottom: 0;
}
.faq-sec .a-para-1-black {
    margin-bottom: 1.5rem;
}
.home-last-sec.content-home:before {
    background: unset;
}
.home-last-sec.content-home:after {
    background: unset;
}
.profile-astrolger .steps_icon, .steps-process .steps_icon{
    width: 80px;
    height:80px;
}

.sign-up-section .form-control-lg {
    border: 1px solid #c9a364;
    border-radius: 44px;
    padding: 0.875rem;
    width: 100%;
    height: 45px;
    background: 0 0;
}

.sign-up-section .form-control-lg {
    font-style: normal;
    color: #020617 !important;
    font-family: Inter;
}
.sign-up-section .form-control-lg, .subcribr-form .form-control-lg {
    box-sizing: border-box;
    font-weight: 600;
    font-size: 12px;
    line-height: 149.02%;
}
#reg-form_home .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

#reg-form_home .iti__selected-flag {
    background-color: transparent;
}

#reg-form_home .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 12px;
}
#reg-form_home .iti {
    width: 100%;
}
#reg-form_home .iti .iti--separate-dial-code {
    width: 100%;
}
.captcha-align {
    transform: translate(1rem,1rem);
}
.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
#reg-form_home input::-webkit-input-placeholder { 
    color: #020617 !important;
}
        
#reg-form_home input:-ms-input-placeholder { 
    color: #020617 !important;
}

#reg-form_home input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #020617 !important;
}
#reg-form_home input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #020617 !important;
}
#reg-form_home input:-ms-input-placeholder { /* Mozilla Firefox 19+ */
   color: #020617 !important;
}
#reg-form_home input::-ms-input-placeholder { /* Mozilla Firefox 19+ */
   color: #020617 !important;
}

#reg-form_home input::placeholder {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 149.02%;
    color: #020617 !important;
}
.faq-sec .accordion-header .accordion-button {
    background-color: #ffffff;
}
.faq-sec .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../img/faq_dropdown_img.svg);
  transition: transform 0.2s ease-in-out;
  height: 19px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-flex;
  position: absolute;
  right: 2rem;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq_close_img.svg);
  transform: rotate(-180deg);
  height: 19px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 2rem;
}
.faq-sec .accordion-header .accordion-button {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.faq-sec .accordion-header .accordion-button:focus {
    background-color: #ffffff;
    border: none;
    outline: none;
}
.faq-sec .accordion-button:not(.collapsed) {
    background-color: #ffffff;
}
.faq-sec .accordion-item {
    background-color: #ffffff;
}
.faq-sec .accordion-header {
    margin-bottom: 0;
}
.content-home.home-last-sec{
    overflow: hidden;
}
.faq-sec .accordion-body p{
    font-size: 17px;
}
.steps-process .step-title {
    color: #020617;
    font-family: Butler;
    font-weight: 500;
    font-size: 35px;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    letter-spacing: -.03em;
}
.steps-process .glowing_icon {
    background-position: 0 0 !important;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    margin: 0 auto;
    animation: shadow-pulse 2s infinite;
    position: absolute;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(85 178 132);
    }
    100% {
        box-shadow: 0 0 0 30px rgb(0 0 0 / 0%);
    }
}
.steps-process .stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.steps-process .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  
}
@media (max-width: 768px) {
    .steps-process .stepper-item {
    font-size: 12px;
  }
}
.steps-process .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 38px;
  left: -50%;
  z-index: 2;
}

.steps-process .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 38px;
  left: 50%;
  z-index: 2;
}

.steps-process .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.steps-process .stepper-item.active {
  font-weight: bold;
}


.steps-process .stepper-item:first-child::before {
  content: none;
}
.steps-process .stepper-item:last-child::after {
  content: none;
}
.bg-astro {
    background: url(../img/astro_sectionone_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-astro .turtle_img_pos {
    transform: translate(3rem, 0);
}
.bg-astro .turtle_img {
    transform: scale(1.4);
}
#ourastros .experience-para {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.55px;
    color: #020617;
    font-family: Inter;
    font-style: normal;
    text-align: center;
    line-height: 15px;
    opacity: .5;
    margin-top: 12px;
}
.usp-title {
    color: #020617;
    font-family: Butler;
    font-weight: 500;
    font-size: 35px;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    letter-spacing: -.03em;
}
.usp-process-sec .testmonial-message {
    min-height: 100% !important;
    height: 500px !important;
    border-radius: 38px;
    position: relative;
    z-index: 0;
    max-width: 100%;
    width: 420px;
    margin: auto;
}
.usp-process-sec .astro-sec-slider .testmonial-message {
    height: 415px !important;
}

.usp-process-sec .bullets-points-img {
    width: 50px;
    height: 50px;
}
.usp-process-sec .bullet-point-title {
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
}
.usp-process-sec .bullet-point-title span{
    color: #c9a364;
    margin: 0 0.39rem;
}
.usp-process-sec .testmonial-message .location{
    font-family: Inter;
    font-style: normal;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.usp-process-sec .testmonial-message .review{
    font-family: Inter;
    font-style: normal;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
}

.usp-process-sec .testmonial-message .astrology-name {
    margin-bottom: 0 !important;
    min-height: 1.8rem;
}

.usp-process-sec .testmonial-message:before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 2.3rem;
    width:121px;
    height: 59px;
    z-index: -1;
    background: url(../img/two_stars.png) no-repeat;
}
.usp-process-sec .testmonial-message:after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 2.3rem;
    width:121px;
    height: 59px;
    z-index: -1;
    background: url(../img/two_stars.png) no-repeat;
}
.usp-process-sec .testmonial-message img{
    height: 84px;
    width: 84px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 47%;
}
@media screen and (max-width: 600px){
    .readmore-content .a-head-3-gold {
        font-size: 30px;
    }
    .readmore-content .a-head-3-gold-sub {
        font-size: 25px;
    }
    .readmore-content .a-para-1-black, .a-para-1-gold {
        font-size: 14px;
    }
    .faq-sec .accordion-header .accordion-button {
        font-size: 16px;
    }
    .faq-sec .accordion-body p {
        font-size: 13px;
    }
    .faq-sec .testomonil-head {
        padding: 0 0;
    }
    .g-recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .captcha-align {
        transform: translate(1.5rem,1rem);
    }
    .sign-up-section {
        border-radius: 0.5rem;
        border-top: 1px solid #c9a364;
    }
    .h1-black, .h1-gold, .h2-black, .h2-gold, .h2-white {
        font-size: 26px;
    }
    .our-client-reviews {
        line-height: 40px;
    }
    .faq-head-main {
        line-height: 40px;
    }
    .steps-process .step-title {
        font-size: 27px;
        line-height: 40px;
    }
    .bg-astro .turtle_img_pos {
        transform: translate(1rem, -4rem);
    }
    .bg-astro .turtle_img {
        transform: scale(1.2);
    }
    .usp-process-sec .a-head-4-black {
        font-size: 17px;
    }
}