:root{
    --outline-color : #929292;
    --button-background: #f1f1f1;
    --button-background2:rgba(122, 122, 122, 0.3);
    --font-color:#7a7a7a;
    --ok-btn-color:rgb(67, 68, 68);
}

/* Remove spinner if number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Remove spinner if number end */

body{
    background:transparent;
}

.heading{
    padding:20px;
}

/* steps card start */
.step-2-card{
    border: 2px solid #999;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: all 350ms ease;
    overflow: hidden;
}
.step-2-card input{
    visibility: hidden;
    position: absolute;
}
.step-2-card label{
    cursor: pointer;
    width: 100%;
}
.step-2-card:has(label.active){
    box-shadow: 0 0 1px 1px #888;
}
.step-2-card:hover{
    background: #ddd;
}
.step-2-card .content span{
    padding: 1px 8px 2.5px 7px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 6px 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #777;
}
.step-2-card label.active .content span{
    background: #999;
    color: #fff;
}
.step-2-card .content p{
    color: #777;
}
.step-2-card img{
    width: 100%;
    max-width: 240px;
}
.container .step-2-cards{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 640px;
    margin: 0 auto;
    gap: 15px;
}
.step-2-cards label.active:after {
    content: '';
    position: absolute;
    background: #999;
    height: 77px;
    width: 56px;
    top: 0;
    right: 0;
    rotate: -45deg;
    transform: translate(40px, -9px);
}
.step-2-cards label .checkmark {
    display: none;
}
.step-2-cards label.active .checkmark {
    position: absolute;
    right: 6px;
    top: -2px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 9;
    display: block;
}
/* steps card end */

.second_question_image img{
    height: 233px;
}

/* third */
.center-content-div{
    display: flex;
    justify-content: center;
}
.step3-button{
    width: 235px;
    border-radius: 22px;
    border: 2px solid var(--outline-color);
    padding: 5px;
    background-color: var(----button-background);
    display: flex;
    align-items: center;
    align-content: center;
    margin: 10px;
}
.step3-button:hover{
    background-color: var(--button-background2);
}
.step3-button div{
    color:var(--font-color);
    margin:1px;
}
.letter-selected{
    background: var(--font-color);
    color: white !important;
    font-weight: 600;
}
.check{
    font-weight: 900;
}
.w-10{
    width:10%;
}
.w-20{
    width:20%;
}
.w-80{
    width:80%;
}
.round{
    width: 20px;
    height: 20px;
    border: 2px solid var(--outline-color);
    padding: 12px;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center; 
}
.text-align-center{
    text-align: center;
}

.text-align-left{
    text-align: left;
}
.second_question_image{
    border: 1px solid;
    width: 415px;
    height: 344px;

}
.ok-btn{
    background-color: var(--ok-btn-color);
    color: white;
    border-radius: 22px;
    padding: 3px;
    font-size: 20px;
    width: 55px;
    border: 1px
}
.potal-code{
    margin: 0 auto;
}
.post-code-input {
    display: block;
    width: 100%;
    font-family: inherit;
    color: rgb(122, 122, 122);
    padding-block-start: 0px;
    margin-top: 22px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    box-shadow: rgba(122, 122, 122, 0.3) 0px 1px;
    background-color: transparent !important;
    color: black !important;
    transition: border-bottom 0.3s ease, box-shadow 0.3s ease;
}

.post-code-input:focus {

    box-shadow: rgb(122, 122, 122) 0px 2px;
}


.postal_code-group {
    /* height: 350px; */
    position: relative;
}

.postal_code_type {
    margin-top: 38px;
}

.postalcode_lable {
    display: flex;
    justify-content: center;
}

.second-postal-div {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.email-form {
    margin: 0 auto;

}

.postalcode-form {
    margin: 0 auto;
}

#phoneDropdown {
    border: none;
    background-color: transparent;
    outline: none;
    padding-block: 0px 15px;
    padding-inline: 0px;
    opacity: 1;
    transition: box-shadow 0.1s ease-out;
    box-shadow: rgba(122, 122, 122, 0.3) 0px 1px;

}

.show-flag-img{
    height:30px;
    width:30px;
}

.choose-flag-div{
    display: flex;
    align-items: flex-end;
}

.step{
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    opacity: 1;
}

.step.d-none {
    display: none;
    transform: translateY(100%);
}

.step.hide-step {
    transform: translateY(-100%);
    opacity: 0;
}

.step.show-step {
    transform: translateY(0);
    opacity: 1;
}
.thankyou-div-icon{
    height: 200px;
    padding: 20px;
}
.error{
    font-size: 13px;
    color: red;
    font-weight: 600;
}
