.page-logo-c{
    display: inline-flex;
    width: 270px;
    max-width: 20%;
    height: auto;
    max-height: 100%;
    text-decoration: none;
}
.page-logo-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    white-space:nowrap;
    font-weight: 600;
}
.page-logo-box img,
.page-logo-box svg{
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.classic-sr .gray-input-bg .text-input-answer-input>div:first-child{
    background: #fff;
    border: none;
    /* border-color: #8c57ff; */
    padding: 0;
    margin: 6px 0 0 0;
}
.classic-sr .gray-input-bg .text-input-answer-input .InputField_input-wrapper__Xk_SN{
    height: auto;
}
.classic-sr .gray-input-bg .text-input-answer-input .InputField_input-with-label__eO_TA,
.classic-sr .gray-input-bg .text-input-answer-input .form-control{
    width: 100%;
    border: 1px solid #d1cfd4;
    margin: 0;
    padding: 12px 15px;
    height: 48px;
    font-size: 14px;
    border-radius: 0.375rem;
    outline: none;
    box-shadow: none;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow, padding;
    transition-timing-function: ease-in-out, ease-in-out;
    position: relative;
    z-index: 1;
}
.classic-sr .gray-input-bg .text-input-answer-input select.InputField_input-with-label__eO_TA,
.classic-sr .gray-input-bg .text-input-answer-input select.form-control{
    background: url(./down-arrow.svg) no-repeat right 8px center;
    background-size: 11px auto;
    padding-right: 24px;
}
.classic-sr .gray-input-bg .text-input-answer-input .InputField_input-with-label__eO_TA:focus,
.classic-sr .gray-input-bg .text-input-answer-input .form-control:focus {
    border-color: #8c57ff;
    box-shadow: 0px 0px 0px 1px #8c57ff;
    /* border-width: 2px;
    padding-left: 14px;
    padding-right: 14px; */
}

/* Styles for inputs with is-invalid class at all times, not just focus */
.classic-sr .gray-input-bg .text-input-answer-input .InputField_input-with-label__eO_TA.is-invalid,
.classic-sr .gray-input-bg .text-input-answer-input .form-control.is-invalid {
    border-color: #ff4c51;
    box-shadow: 0px 0px 0px 1px #ff4c51;
}

.classic-sr .gray-input-bg .text-input-answer-input .InputField_peer__ONbTQ:placeholder-shown~.InputField_label-text__FjxlS,
.classic-sr .gray-input-bg .text-input-answer-input .form-control + label {
    position: absolute;
    color: #6d6777;
    font-size: 14px;
    line-height: 16px;
    width: auto;
    max-width: calc(100% - 12px);
    padding: 0 9px;
    top: 16px;
    left: 6px;
    margin: 0 !important;
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: left, top, padding, font-size;
    transition-timing-function: ease-in-out, ease-in-out;
    z-index: 0;
}

/* Selector for when input has class is-invalid */
.classic-sr .gray-input-bg .text-input-answer-input .InputField_peer__ONbTQ.is-invalid:placeholder-shown ~ .InputField_label-text__FjxlS {
    color: #ff4c51;  /* New color for label when preceding input is invalid and placeholder is shown */
}

.classic-sr .gray-input-bg .text-input-answer-input .InputField_label-text__FjxlS,
.classic-sr .gray-input-bg .text-input-answer-input .InputField_peer__ONbTQ:focus~.InputField_label-text__FjxlS,
.classic-sr .gray-input-bg .text-input-answer-input .form-control:not(:empty) + label,
.classic-sr .gray-input-bg .text-input-answer-input .form-control:focus + label{
    position: absolute;
    color: #8c57ff;
    font-size: 13px;
    line-height: 15px;
    left: 8px;
    max-width: calc(100% - 16px);
    top: -10px;
    background-color: #fff;
    padding: 2px 5px;
    margin: 0;
    z-index: 2;
    border-radius: 100px;
}
.form-check-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0;
}
.form-check-label{
    position: relative;
    padding: 0 0 0 27px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
}
.form-check-label small,
.form-check-label a{
    font-size: 14px;
    line-height: 22px;
}
.form-check-label:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #6d6777;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 500ms;
}
.form-check-label:after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
}
.form-check-input:checked ~ .form-check-label:before{
    background-color: #8c57ff;
    border-color: #8c57ff;
}
.form-check-input:checked ~ .form-check-label:after{
    opacity: 1;
    visibility: visible;
}

.site-step-container,
.site-step-bx{
    width: 528px;
    max-width: 100%;
}
.site-step-bx .site-step-item{
    padding: 0 8px;
}
.site-step-bx .site-step-item:before{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    transform: translate(-50%, 0);
    width: 8px;
    height: 8px;
    background-color: #e0e0de;
    border-radius: 100px;
    z-index: 1;
    /* opacity: 0;
    visibility: hidden; */
    transition: 500ms;
}
.site-step-bx .site-step-item.completed:before{
    background-color: #8c57ff;
    opacity: 1;
    visibility: visible;
}
.site-step-progress{
    width: 100%;
    margin: 14px 0 0 0;
}
.site-step-progress-bar{
    width: 75%;
    height: 3px;
    background-color: #e0e0de;
    border-radius: 100px;
}
.site-step-progress-fill{
    transition: 500ms;
    background-color: #8c57ff;
}
.head-call{
    width: 270px;
    max-width: 20%;
    justify-content: flex-end;
}
.head-call-link{
    display: inline-flex;
    align-items: center;
    color: #8351ef;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
}
.head-call-link:hover{
    text-decoration: underline;
    color: #8351ef;
}
.head-call-link .call-ico,
.head-call-link .call-ico-mobile{
    display: block;
    float: left;
    max-width: 20px;
    margin: 0 8px 0 0;
    transform: rotate(14deg);
}
.head-call-link .call-ico-mobile{
    display: none;
}

button{
    outline: none;
    box-shadow: none !important;
}
.theme-site .Button_secondary__JG_n8:active,
.theme-site .Button_secondary__JG_n8:hover{
    background-color: #f9f7ff;
}

.pkg-list-view{
    display: block;
}
.pkg-list-view:not(:first-child){
    margin: 16px 0 0 0;
}
.pkg-list-view .pkg-contents{
    display: block;
}
.pkg-list-view .pkg-contents .Radio_label__VFijD{
    display: block;
    margin: 0;
}
.pkg-list-view .pkg-contents .Radio_label__VFijD .pkg-content-area{
    display: block;
    padding: 16px 16px 16px 48px;
    border: 1px solid #e6e5e8;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: 400ms;
}
.pkg-list-view .pkg-contents .Radio_label__VFijD > input,
.pkg-list-view .pkg-contents .Radio_label__VFijD > .Radio_radio-input__y4iCG{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 18px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
}
.pkg-list-view .pkg-contents .Radio_label__VFijD .pkg-content-area .Radio_custom-radio__x3dXe{
    display: block;
    position: absolute;
    top: 14px;
    left: 18px;
    width: 18px;
    height: 18px;
    border: 2px solid #6d6777;
    border-radius: 100px;
    transition: 100ms;
    margin: 0;
    padding: 0;
    background-color: #fff;
    z-index: 0;
}
.pkg-list-view .pkg-contents .Radio_label__VFijD .pkg-content-area .Radio_custom-radio__x3dXe:after{
    /* content: "";
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: none;
}
.pkg-list-view .pkg-tl{
    display: flex;
    color: #433c50;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
.pkg-list-view .pkg-tl .pkg-prc{
    display: block;
    float: left;
    margin-left: auto;
    padding: 0 0 0 10px;
}
.pkg-list-view .pkg-content-area .Button_btn__hgtV2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    min-width: 68px;
    padding: 4px 6px 3px 6px;
    margin: 6px 0 0 0;
    border-radius: 100px;
    gap: 0;
}
/* .pkg-list-view .pkg-data-field{
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0 0 0;
} */
/* .pkg-list-view .pkg-data-field .form-control,
.pkg-list-view .pkg-data-field .form-select{
    display: block;
    float: left;
    width: 92px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #e6e5e8;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13.5px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 8px 0 0;
}
.pkg-list-view .pkg-data-field label,
.pkg-list-view .pkg-data-field label{
    font-size: 14px;
    line-height: 16px;
    align-self: center;
    color: #433c50;
} */
.pkg-list-view .pkg-contents .Radio_label__VFijD > input:checked ~ .pkg-content-area{
    border-color: #8c57ff;
    background-color: rgba(140, 87, 255, 0.05);
}
.pkg-list-view .pkg-contents .Radio_label__VFijD > input:checked ~ .pkg-content-area .Radio_custom-radio__x3dXe,
.pkg-list-view .pkg-contents .Radio_label__VFijD > .Radio_radio-input__y4iCG:checked ~ .pkg-content-area .Radio_custom-radio__x3dXe{
    box-shadow: 0 0.125rem 0.25rem 0 rgba(46,38,61,.16);
    background-color: #ffffff;
    border-color: #8c57ff;
    padding: 0;
    margin: 0;
    border-width: 5px;
}
.pkg-list-view .pkg-contents .Radio_label__VFijD > input:checked ~ .pkg-content-area .pkg-tl{
    color: #7845e6;
}








@media(max-width: 991px){
    .page-header{height: 94px !important;}
    .page-header>div{padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;}
    .page-header-c{flex-wrap: wrap; height: auto !important;}
    .head-mid{
        order: 3;
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        margin: 10px 0 0 0;
    }
    .head-call{margin-left: auto; max-width: 50%;}
    .site-step-bx .site-step-item:before{top: calc(100% + 3px);}
    .site-step-progress{margin: 6px 0 0 0;}
    .page-logo-c{max-width: 50%; max-height: 26px;}
}
@media(max-width: 767px){
    .head-call-link{font-size: 0px;}
    .head-call-link .call-ico{display: none;}
    .head-call-link .call-ico-mobile{
        display: block;
        margin: 0;
        transform: inherit;
        max-width: 32px;
    }
    .site-step-bx .site-step-item {
        padding: 0 4px;
    }
}
@media(max-width: 600px){
    .page-header {height: 100px !important;}
    .head-mid{margin: 7px 0 0 0;}
    .site-step-bx .site-step-item {line-height: 14px;}
}