@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

:root {
    --secondary-color: rgb(244, 121, 37);
    --secondary--text-color: rgb(47, 49, 70);
    --text-color: rgb(87, 96, 114);
    --text-color-hover: rgb(255, 255, 255);
}
body {
    font-family: "Noto Sans Arabic";
    width: 100%;
    position: relative;
}
.initial-step {
    width: 20%; /* 100% divided by 5 equals 20% */
    display: flex;
    flex-grow: 1;
}
.main {
    /* background-image: url(../images/bg.jpg); */
    min-height: 100vh;
    opacity: 0.9;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(
        45deg,
        rgba(246, 135, 44, 1) -200%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 75%,
        rgba(0, 140, 153, 1) 200%
    );
}
.main-wrapper {
    padding: 38px 17px;
}
.main-inner {
    right: 15%;
    border-radius: 60px;
    background: rgb(255, 255, 255);
    border: 2px solid grey;
    /* background: linear-gradient(45deg, rgba(246, 135, 44, 1) -200%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(0, 140, 153, 1) 200%); */
    min-height: 500px;
    /* padding: 35px 28px; */
    position: relative;
    top: 21px;
    overflow: hidden;
    width: 70%;
    /*height: 47rem;*/
}
.logo {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
}
.logo .logo-icon img {
    width: 30%;
    height: 100%;
    padding: 16px 45px;
}
.logo .logo-text {
    font-size: 33px;
    color: var(--secondary--text-color);
    font-weight: bold;
    text-transform: capitalize;
}
.step-counter {
    position: absolute;
    right: 85px;
    top: 300px;
    display: none;
}
.step-counter-inner .step-number {
    border: solid 2px rgb(237, 237, 237);
    border-radius: 50%;
    background-color: var(--text-color-hover);
    width: 58px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;

    color: rgb(207, 207, 207);
    font-weight: bold;
    margin-bottom: 44px;
}
.step-counter-inner .step-number::after {
    content: "";
    display: block;
    height: 40px;
    font-family: "Font Awesome 5 Free";

    width: 2px;
    background-color: rgb(237, 237, 237);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}
.step-counter-inner .step-number.no-line::after {
    height: 0;
    width: 0;
}
.step-counter-inner .step-number.active {
    border-color: rgb(65 94 161);
    background-color: var(--text-color-hover);
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.2);
    color: rgb(65 94 161);
}
.step-counter-inner .step-number.active::after {
    background-color: rgb(65 94 161);
}

.text-content {
    /* text-align: -webkit-center; */

    /*margin-top: 90px;*/
}
.text-content .main-heading {
    font-size: 32px;
    color: var(--secondary--text-color);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 80%;
    /*margin: 0 auto;*/
    /*margin-top: -50px;*/
}

.steps-inner {
    margin-top: 65px;
    position: relative;
    z-index: 10;
}
.step1_radio {
    width: 100%;
    height: 215px;
    position: relative;
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.step1_radio input[type="radio"] {
    -webkit-appearance: none;
    border: solid 2px rgb(237, 237, 237);
    border-radius: 30px;
    background-color: var(--text-color-hover);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s all linear;
    cursor: pointer;
}
.step1_radio input[type="radio"]:checked {
    border-color: var(--primary-color);
    background-color: var(--text-color-hover);
    box-shadow: 0px 3px 95px 0px rgba(0, 0, 0, 0.17);
}
.step1_radio input[type="radio"]:checked::before {
    content: "\f00c";
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--text-color-hover);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 20px;
    left: 20px;
}
.step1_radio img,
.step1_radio label {
    position: relative;
    z-index: 10;
    pointer-events: none;
}
.step1_radio img {
    width: auto;
    margin: 0 auto;
}
.step1_radio label {
    font-size: 17px;
    color: var(--text-color);
    font-weight: bold;
    /*line-height: 2.273;*/
    display: block;
    margin-top: 20px;
}
.text-content .main-text {
    font-size: 18px;
    font-family: "Noto Sans Arabic";
    color: var(--text-color);
    line-height: 1.667;
    text-align: center;
    width: 72%;
    /* margin: 0 auto; */
}
.step1-img {
    position: absolute;
    top: 35%;
    left: 16%;
    pointer-events: none;
    transform: scaleX(-1);
}
.step1-img img {
    width: auto;
}
.sub-heading {
    background: #81186f;
    color: white;
    height: 72px;
}
.sub-heading h3 {
    padding: 17px 14px;
    font-weight: 800;
}
.step1-img-2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 35%;
    z-index: 0;
    pointer-events: none;
    transform: scaleX(-1);
    opacity: 0.6;
}

.step1-img-2 img {
    width: 100%;
}
.step1 .next-prev {
    justify-content: center;
}
a.next {
    border-radius: 30px;
    background-color: rgb(241, 249, 254);
    border: solid 1px transparent;
    height: 65px;
    padding: 0 65px;
    font-size: 17px;
    font-weight: bold;
    color: var(--text-color-hover);
    cursor: pointer;
    transition: 0.5s all ease;
    color: rgb(20, 20, 20);
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    font-size: 20px;
    align-content: center;
}
.next-prev {
    display: flex;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.next-prev span {
    font-size: 18px;
    color: var(--secondary--text-color);
    text-align: center;
    line-height: 65px;
}
.next-prev button {
    border-radius: 30px;
    background-color: rgb(241, 249, 254);
    border: solid 1px transparent;
    height: 65px;
    padding: 0 65px;
    font-size: 17px;
    font-weight: bold;
    color: var(--text-color-hover);
    cursor: pointer;
    transition: 0.5s all ease;
    color: rgb(20, 20, 20);
}

.next-prev .next,
.next-prev .apply {
    background-color: var(--primary-color);
    color: white;
}
.next-prev button i {
    font-size: 17px;
    margin: 0 10px;
    transition: 0.3s all ease;
    font-family: "Font Awesome 5 Free";
}
.next-prev .next:hover i {
    padding-left: 5px;
}
.next-prev .prev:hover i {
    padding-right: 5px;
}

.progress-counter {
    width: 100%;
    height: 20px;
    background-color: rgb(109 216 203);
    position: absolute;
    bottom: 0;
    left: 0;
}
.progress-pin {
    position: absolute;
    top: -38px;
    right: 10px;
    z-index: 20;
    font-size: 12px;
    font-family: "Noto Sans Arabic";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
}
.progress-pin::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 50% 0;
    background-color: var(--secondary-color);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter-inner {
    width: 0;
    background-color: var(--primary-color);
    height: inherit;
}
.step2 .text-content .main-text {
    font-size: 23px;
    color: rgb(145, 145, 149);
    /* margin-top: 20px; */
    /* line-height: normal; */
    /* height: 10px; */
    width: 70%;
    text-align: justify;
}
.text_input,
.select_field {
    width: 100%;
    height: auto;
    position: relative;
}
.text_input label {
    font-size: 14px;
    color: black;
    font-weight: 500;
    /* background-color: rgb(241, 249, 254);
    border-radius: 14px; */
    padding: 4px 24px;
    position: absolute;
    transition: 0.3s all linear;
    right: 0px;
    font-size: 18px;
    /* opacity: 0; */
    top: -32px;
}
.text_input label span {
    font-size: 15px;
    color: var(--primary-color);
}
.focused label {
    right: 50px;
    opacity: 1;
}
.select_field select {
    -webkit-appearance: none;
    cursor: pointer;
}
.text_input input[type="text"],
.select_field select,
.message_field textarea,
.text_input input[type="tel"] {
    background-color: rgb(241, 249, 254);
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: solid 2px transparent;
    transition: 0.3s all linear;
    padding-right: 40px;
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 500;
}
::placeholder {
    color: var(--primary-color);
}
.text_input input[type="text"]:focus,
.select_field select:focus,
.message_field textarea:focus,
.text_input input[type="tel"]:focus {
    border-color: rgb(0, 148, 161);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.05);
    color: rgba(108, 108, 108, 0.38);
    outline: none;
}
.select_field select:focus {
    color: var(--primary-color);
}
.select_field select + span::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    background-color: rgb(225, 243, 254);
    width: 32px;
    height: 32px;
    font-size: 11px;
    color: var(--primary-color);
    text-align: center;
    pointer-events: none;
    line-height: 32px;
    position: absolute;
    top: 14%;
    left: 20px;
}
.select_field .down-arrow select + span::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    background-color: rgb(225, 243, 254);
    width: 32px;
    height: 32px;
    font-size: 11px;
    color: var(--primary-color);
    text-align: center;
    pointer-events: none;
    line-height: 32px;
    position: absolute;
    top: 36%;
    left: 5px;
}

.gender_field {
    border: solid 2px rgb(241, 249, 254);
    height: 45px;
    width: 100%;
    display: flex;
    border-radius: 50px;
}
.gender_field label {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 500;
    background-color: rgb(241, 249, 254);
    border-radius: inherit;
    line-height: 46px;
    width: auto;
    width: -webkit-fill-available;
    /* padding-left: 38px; */
    font-size: 14px;
    padding-right: 34px;
}
.gender_field select {
    background-color: transparent;
    border: 0;
    padding-left: 70px;
    font-size: 18px;
    color: rgb(111, 111, 113);
}
/* .block-gap
{
    border-bottom: dotted 2px rgb(141, 211, 255);
    border-top: dotted 2px rgb(141, 211, 255);
} */
.service-area {
    /* border: solid 2px rgb(241, 249, 254); */
    width: 100%;

    overflow: hidden;
    border-radius: 50px;
    padding-right: 30px;
}
.service-area input[type="radio"] {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(241, 249, 254);
    min-width: 28px;
    height: 28px;
    border: solid 2px transparent;
    transition: 0.3s all linear;
    position: relative;
}
.service-area input[type="radio"]:checked {
    border-color: var(--primary-color);
    background-color: transparent;
    transition: 0.3s all linear;
}
.service-area input[type="radio"]:checked::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    position: absolute;
    border-radius: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
}

.service-area-label {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 500;
    /* background-color: rgb(241, 249, 254); */
    line-height: 43px;
    width: 100%;
    font-size: 17px;
    border-radius: inherit;
}
.service-area label {
    font-size: 18px;
    color: rgb(111, 111, 113);
    font-weight: 500;
    line-height: 45px;
    margin-right: 20px;
}
.info-text {
    font-size: 16px;
    color: rgb(14, 14, 14);
    font-weight: 600;
}
.info-text i {
    border-radius: 50%;
    background-color: rgb(87, 86, 162);
    width: 19px;
    height: 19px;
    font-size: 14px;
    color: var(--text-color-hover);
    line-height: 19px;
    text-align: center;
    margin-left: 8px;
}
.info-text span {
    color: rgb(29, 136, 255);
}
.upload-area-inner {
    margin-top: 25px;
}
.upload-area-inner input[type="file"] {
    display: none;
}
.upload-area-inner label {
    border: dotted 2px rgb(201, 215, 227);
    padding: 14px;
    border-radius: 20px;
    width: 60%;
    cursor: pointer;
    text-align: center;
}
.upload-area-inner img {
    width: 30%;
}
.upload-area-inner label .text {
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px;
}
.upload-area-inner label .text span {
    color: rgb(29, 136, 255);
}
.upload-area-inner label .text span i {
    margin-right: 5px;
}
.upload-area-inner label span {
    font-weight: 500;
    color: rgba(108, 108, 108, 0.38);
}

.package-single {
    height: 135px;
    width: 100%;
    position: relative;
    display: grid;
    align-content: center;
    justify-content: center;
}
.package-single h3,
.package-single p {
    position: relative;
    z-index: 10;
    pointer-events: none;
    margin-bottom: 0;
    line-height: normal;
}
.package-single h3 {
    font-size: 23px;
    color: var(--secondary--text-color);
    font-weight: bold;
}
.package-single p {
    font-size: 12px;
    color: rgb(174, 174, 177);
    font-weight: bold;
    text-transform: uppercase;
}
.package-single input[type="radio"] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--text-color-hover);
    top: 0;
    left: 0;
    transition: 0.3s all linear;
    border: solid 2px rgb(244, 244, 244);
    border-radius: 50%;
    cursor: pointer;
}
.package-single input[type="radio"]:checked {
    border-color: var(--primary-color);
}
.package-single input[type="radio"]:checked + h3 {
    color: var(--primary-color);
}
.package-custom-field {
    border-radius: 42px;
    background-color: rgb(241, 249, 254);
    width: 100%;
    height: 130px;
}
.package-custom-field.inner {
    display: flex;
    border-radius: inherit;
    height: 65px;
    border: solid 2px rgb(244, 244, 244);
    background-color: rgb(253, 254, 254);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}
.package-custom-field label {
    border-top: solid 2px rgb(244, 244, 244);
    border-right: solid 2px rgb(244, 244, 244);
    background-color: rgb(252, 252, 252);
    min-width: 54px;
    border-radius: inherit;
    height: inherit;
    font-size: 16px;
    color: rgb(14, 14, 14);
    font-weight: 600;
    line-height: 63px;
    text-align: center;
}
.package-custom-field input {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: rgb(14, 14, 14);
    padding-left: 30px;
    font-weight: 500;
    padding-right: 30px;
    width: 100%;
}
.package-custom-field input::placeholder {
    color: rgb(14, 14, 14);
}
.package-custom-field input:focus {
    outline: none;
}
.focused-text label {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.focused-text.inner {
    border-color: var(--primary-color);
    transition: 0.3s all linear;
}
.warning {
    font-size: 15px;
    margin-top: 15px;
    font-family: "Noto Sans Arabic";
    color: rgb(255, 0, 0);
    line-height: 2.5;
    font-weight: 500;
    text-align: center;
}
.message_field textarea {
    resize: none;
    width: 100%;
    height: 200px;
    padding-top: 20px;
}

/* step-4 */
.payment-type .payment-single {
    width: 100%;
    height: 90px;
}
.payment-type .payment-single button img {
    margin-right: 10px;
    width: auto;
}
.payment-type .payment-single button {
    border: solid 2px var(--primary-color);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--text-color-hover);
    font-size: 18px;
    color: rgb(111, 111, 113);
    font-weight: 500;
}
.payment-type .payment-single.paypal button {
    background: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(90deg, rgba(37, 59, 128, 1), rgba(22, 155, 215))
            border-box !important;
    border: 2px solid transparent;
}
.payment-type .payment-single.payoneer button {
    background: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(
                90deg,
                rgba(244, 57, 0, 1),
                rgba(40, 205, 79, 1),
                rgba(3, 111, 230, 1)
            )
            border-box !important;
    border: 2px solid transparent;
}
.payment-fields {
    border-top: solid 1px rgb(245, 245, 245);
    border-bottom: solid 1px rgb(245, 245, 245);
}
.cc-type-list {
    margin-top: 8px;
    margin-bottom: 8px;
}
.cc-type-list i {
    color: var(--primary-color);
    font-size: 30px;
    margin-right: 10px;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
}
.cc-number {
    border: solid 2px rgb(244, 244, 244);
    border-radius: 35px;
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.05);
    height: 65px;
    transition: 0.3s all linear;
    width: 100%;
    display: flex;
}
.cc-number .fa-credit-card {
    color: var(--secondary--text-color);
    margin-left: 30px;
    line-height: 65px;
    margin-right: 20px;
}
.cc-number input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
}
.focused-field {
    border-color: var(--primary-color) !important;
}
.focused-field {
    background-color: var(--text-color-hover) !important;
}
.focused-field .fa-credit-card {
    color: var(--primary-color);
}
.cc-number input:focus {
    outline: none;
}
.cc-number input:focus + .cc-type {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.cc-type {
    min-width: 60px;
    height: 100%;
    line-height: 63px;
    border-radius: 50%;
    border: solid 2px rgb(244, 244, 244);
    text-align: center;
    margin-right: -1px;
}
.cc-type i {
    display: none;
}
.cc-type .fa-credit-card {
    display: block;
    margin: 0;
}
.exp-date {
    background-color: rgb(241, 249, 254);
    width: 100%;
    height: 80px;
    border-radius: 50px;
    border: solid 2px transparent;
    transition: 0.3s all linear;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 500;
}
.exp-date input {
    padding-left: 40px;
    width: 100%;
    height: 100%;
    font-weight: 600;
    background-color: transparent;
    border: 0;
}
.exp-date i {
    color: var(--primary-color);
    margin-right: 30px;
    line-height: 65px;
}
.exp-date input:focus {
    outline: 0;
}

#error {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}

.thankyou-page .logo {
    justify-content: center;
    margin-top: 60px;
}
.thankyou-page .logo-icon {
    width: 55px;
    margin-right: 10px;
}
.thankyou-page .logo .logo-icon img {
    width: 100%;
}
.thankyou-page .logo-text {
    font-size: 65px;
}
.thankyou-page .main-inner {
    background-image: url(../images/thankyou-bg.png) !important;
    background-color: var(--text-color-hover);
}
.thankyou-page article {
    text-align: center;
    margin-top: 80px;
}
.thankyou-page article h1 {
    font-size: 75px;
    font-weight: bold;
    text-transform: uppercase;
}
.thankyou-page article h1 span {
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: var(--primary-color);
}
.thankyou-page article span {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}
.thankyou-page article p {
    font-size: 18px;
    font-family: "Noto Sans Arabic";
    color: var(--secondary--text-color);
    margin: 0 auto;
    margin-top: 45px;
    width: 39%;
}
.social-media {
    text-align: center;
    margin: 40px auto;
    background-color: var(--text-color-hover);
    width: 30%;
    padding: 6px 10px;
}
.social-media a {
    border: solid 1px rgb(244, 244, 244);
    border-radius: 5px;
    background-color: transparent;
    color: var(--secondary--text-color);
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
}
.social-media a i {
    margin-left: 10px;
    font-size: 20px;
}
.back-home {
    width: 188px;
    height: 63px;
    margin: 0 auto;
}
.back-home button {
    background-color: var(--primary-color);
    border-radius: 50px;
    color: var(--text-color-hover);
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 0;
}

#sub img {
    width: 60px;
}
.highlight {
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;
}

.invalid {
    border: solid 2px #ff4444 !important;
    position: relative;
}

.header {
    padding: 10px 29px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
}

.question {
    margin-top: 20px;
}

.question-title {
    padding: 10px 10px;
    /* font-weight: bold; */
    font-size: 25px;
}

.options {
    margin-top: 10px;
}

.scale {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    font-size: 20px;
}

.scale label {
    margin-bottom: 10px;
}
/* 
.header:hover p{
    background-color: black;

} */

.title {
    font-size: 22px;
    font-weight: 600;
}

.input-options input[type="radio"] {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f2fafe;
    min-width: 28px;
    height: 28px;
    border: solid 2px transparent;
    transition: 0.3s all linear;
    position: relative;
}
.input-options label {
    font-size: 22px;
}

/* question */

.questions .form__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media screen and (min-width: 992px) {
    .questions .form__group {
        flex-direction: row;
    }
}
.questions .form__group--full {
    flex-direction: column;
}
@media screen and (min-width: 992px) {
    .questions .form__group--full {
        flex-direction: column;
    }
}
.questions .form__title {
    margin-bottom: 3rem;
    padding: 0 4rem;
    font-size: 3.2rem;
}
.questions .form__input {
    position: absolute;
    opacity: 0;
}
.questions .form__label {
    align-items: start;
    background-color: #f7f7f7;
    border-radius: 15px;
    border: 2px solid #1997a3;
    cursor: pointer;
    grid-auto-flow: column;
    grid-template-columns: 25% 75%;
    grid-template-rows: 40px 40px;
    justify-content: start;
    /* padding: 3rem 2rem; */
    position: relative;
    text-align: center;
    /* width: 93%; */
    height: 47px;
    width: 54px;
    transition: all 0.2s ease;
    justify-content: flex-start;
}
.questions .form__label--simple {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    color: #12395b;
}
.questions .form__label:hover {
    background: rgba(8, 107, 148, 0.1);
}
.questions .form__label:has(input:checked) {
    border: 2px solid #006ec8;
    background-color: #e6f0f4;
}
.questions .form__label:has(input:checked) .form__label-check {
    display: block;
}

.questions .form__label:has(input:focus) {
    outline: 2px ridge rgba(0, 110, 200, 0.4);
}
.questions .form__label-img {
    grid-column: 1;
    grid-row: 1/3;
    width: 60px;
}
.questions .form__label-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 175% */
}
.questions .form__label-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 20px;
    /* 142.857% */
}

.questions .form__label-check {
    color: #1997a3;
    fill: #1997a3;
    stroke-opacity: 1;
    stroke: #f7f7f7;
    background: #f7f7f7;
    border-radius: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}
.questions .form__prev > svg {
    transform: rotate(180deg);
}
.questions .form__prev,
.questions .form__next {
    width: 100%;
    max-width: 35rem;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 2rem;
}

.questions .form__group {
    justify-content: flex-start;
}
.progress-bar {
    height: 30px;
    width: 100%;
    background: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 0%;
    background: #4caf50;
    place-content: center;
    width: 11%;
    align-items: center;
    font-weight: 800;
    font-size: 12px;
}
/* responsive */
/* Mobile devices (phones, 600px and down) */



@media (max-width: 600px) {
    .main {
        background: linear-gradient(
            45deg,
            rgba(246, 135, 44, 1) -200%,
            rgba(255, 255, 255, 1) 25%,
            rgba(255, 255, 255, 1) 75%,
            rgba(0, 140, 153, 1) 200%
        );
    }

    .main-inner {
        border-radius: 30px;
        padding: 20px;
    }

    
}
/* Tablet devices (portrait and landscape, 600px to 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
    .main-inner {
        width: 85%;
        border-radius: 45px;
        right: 8%;
    }

    .logo .logo-icon img {
        width: 40%;
    }

    .text-content .main-heading {
        font-size: 28px;
    }

    .text-content .main-text {
        font-size: 18px;
        width: 80%;
    }

    .step1_radio {
        height: 180px;
    }

    .next-prev {
        flex-direction: row;
    }
    .text_input{
        margin-top:10px
    }
}

/* Desktop devices (1024px and up) */
@media (min-width: 1025px) {
    .main-inner {
        width: 70%;
        border-radius: 60px;
    }

    .logo .logo-icon img {
        width: 30%;
    }

    .text-content .main-heading {
        font-size: 32px;
    }

    .text-content .main-text {
        font-size: 18px;
        width: 72%;
    }

    .step1_radio {
        height: 215px;
    }
    .homebutton{
        margin-top:10%
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .logo .logo-icon img {
        width: 40%;
        padding: 0px 0px;
    }

    .text-content .main-heading {
        font-size: 24px;
        width: 100%;
    }

    .text-content .main-text {
        font-size: 16px;
        width: 100%;
        margin: 0px;
    }

    .step1_radio {
        height: auto;
    }

    .step1_radio img {
        width: 80%;
    }

    .next-prev {
        flex-direction: column;
    }

    .main-heading {
        font-size: 15px;
    }

    .steps-inner {
        margin-top: 32px;
    }

    .steps-inner p {
        font-size: 12px;
    }

    .next-prev button {
        height: 37px;
        padding: 0 28px;
        font-size: 12px;
    }
    .next-prev button i {
        font-size: 12px;
    }
    .sub-heading {
        height: 55px;
    }

    .sub-heading h3 {
        font-size: 15px;
        padding: 13px 13px;
        font-weight: 800;
    }
    .title {
        font-size: 19px;
    }
    .verification{
        font-size: 14px;

    }
    .question-title{
        font-size: 20px;
    }
    .questions .form__group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;}
        .questions .form__label {
            align-items: start;
            background-color: #f7f7f7;
            border-radius: 10px;
            border: 2px solid #1997a3;
            cursor: pointer;
            grid-auto-flow: column;
            grid-template-columns: 25% 75%;
            grid-template-rows: 40px 40px;
            justify-content: start;
            /* padding: 3rem 2rem; */
            position: relative;
            text-align: center;
            /* width: 93%; */
            height: 41px;
            width: 45px;
            transition: all 0.2s ease;
            justify-content: flex-start;
        }
    .text_input input[type="text"], .select_field select, .message_field textarea, .text_input input[type="tel"] {
        background-color: rgb(241, 249, 254);
        width: 100%;
        height: 30px;
        border-radius: 50px;
        border: solid 2px transparent;
        transition: 0.3s all linear;
        padding-right: 40px;
        font-size: 17px;
        color: var(--primary-color);
        font-weight: 500;
        margin-top: 9px;
    }
    .next-prev span {
        font-size: 14px;
    }
    .text_input label {
        font-size: 11px;
    }

    .select_field select + span::after {
        content: "\f063";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border-radius: 50%;
        background-color: rgb(225, 243, 254);
        width: 23px;
        height: 21px;
        font-size: 11px;
        color: var(--primary-color);
        text-align: center;
        pointer-events: none;
        line-height: 20px;
        position: absolute;
        top: 37%;
        left: 20px;
    }

    .service-area {
        border-radius: 3px;
    }

    .service-area-label {
        font-size: 15px;
        color: var(--primary-color);
        font-weight: 500;
        line-height: 43px;
        width: 100%;
        font-size: 15px;
        border-radius: inherit;
    }

    .service-area label {
        font-size: 13px;
        color: rgb(111, 111, 113);
        font-weight: 500;
        line-height: 45px;
        margin-right: 20px;
    }

    .questions .form__label-name {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
    }
    .go-home {
        color: #fff;
        background: rgb(0, 140, 153);
        border: none;
        padding: 10px 42px;
        margin: 4px 0;
        border-radius: 30px;
        text-transform: capitalize;
        box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
        right: 5%;
        position: absolute;
        top: -68px;
    }
    .homebutton{
        margin-top: 27%;
    }
    .text_input{
        margin-top: 12px;
    }
}
.text_input label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_input span {
    margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .text_input label {
        display: block;
        text-align: left;
    }

    .text_input span {
        display: block;
      
        margin-left: 0;
    }

    .col-md-6, .col-md-12 {
        width: 100%;
    }
    .text_input label {
        position: relative;
        font-size: 14px;
    }
    .text_input label span{
        font-size: 12px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440) {
    .text_input label {
        position: absolute;
        font-size: 18px;

    }
    .text_input label span{
        font-size: 13px;
    }
}