.account-section {
    margin: 2rem auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.account-section a {
    text-decoration: none;
    color: rgba(20, 127, 172, 1);
}
.account-section a:hover {
    text-decoration: underline;
}
.autoField-input {
    position: relative;
}
.tabs {
    border: 1px solid #c4c4c4;
    background: #F3F3F3;
    border-radius: 7px;
}
.tab-head{
    display: flex;
}
.tab {
    flex: 1;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #c4c4c4;
}
.tab-content {
    padding: 2rem;
}
.tab.active {
    border-bottom: 2px solid #000;
    color: black;
    background-color: #fff;
}
.tab.disabled {
    color: #ccc;
    /* cursor: not-allowed; */
}

.tab-head {
    display: flex;
    gap: 10px;
}
.tab {
    padding: 10px;
    cursor: pointer;
    background: #ddd;
}

.tab.disabled {
    /* cursor: not-allowed; */
}
.tab-content-inner {
    display: none;
}
.tab-content-inner.active {
    display: block;
}


.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-weight: bold;
}
.form-group input, select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn {
    width: 100%;
    background: #3178C6;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.btn:hover {
    background: #265a91;
}
.woocommerce-shipping-fields .form-control{
    min-height: 48px;
}
.button-next-tab{
    background-color: rgba(20, 127, 172, 1);
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Causten;
    font-weight: 600;
    font-size: 22px;
    line-height: 26.4px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}
.shipping_address label {
    font-family: Causten;
    font-weight: 500;
    font-size: 18px;
    line-height: 19.2px;
    margin-bottom: 10px;
}
.tab-content-inner h3 {
    font-family: Causten;
    font-weight: 600;
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 1rem;
}
.order-summary {
    /* max-width: 500px;
    width: 90%; */
    background-color: rgba(4, 4, 51, 1);
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.order-summary h2 {
    margin-bottom: 10px;
    font-family: Causten;
font-weight: 600;
font-size: 32px;
line-height: 38.4px;
letter-spacing: 0%;
color: #fff;

}
.account-section a, .account-section p {
    font-family: Causten;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
}


.order-summary .package-name {
    font-size: 22px;
    font-weight: bold;
    color: rgba(130, 220, 255, 1);
    margin: 0;
    line-height: 1.2;
}

.order-summary .payment {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 1;    color: rgba(130, 220, 255, 1);
}

.order-summary .contract
,.order-summary .details
{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.order-summary .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-summary .address {
    color: rgba(130, 220, 255, 1);
    font-weight: bold;
}

.order-summary .promo-section {
    margin-top: 20px;
}

.order-summary .promo-section input {
    width: calc(50% - 10px);
    padding: 8px;
    margin-right: 5px;
    border: none;
    border-radius: 5px;
    outline: none;
}

.order-summary .promo-section button {
    background: rgba(26, 26, 57, 1);
    border: none;
    padding: 5px 7px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 12px;
}
.promo-section .form-group button {
    position: absolute;
    right: 6px;
    top: 4px;
}
.promo-section .form-group input {
    width: 100%;
    background: #1b1b39;
    color: #fff;
}

.payment-container {
    /* background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* width: 400px; */
}

.payment-container  .payment-header {
    font-family: Causten;
    font-weight: 600;
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 1rem;
}

.payment-container  .payment-icons {
    text-align: right;
    margin-bottom: 15px;
}

.payment-container  .payment-icons img {
    height: 25px;
}

.payment-container  .form-group {
    margin-bottom: 12px;
}

.payment-container  label {
    font-family: Causten;
    font-weight: 500;
    font-size: 18px;
    line-height: 19.2px;
    margin-bottom: 10px;
}

.payment-container  input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* font-size: 14px; */
        min-height: 55px;
}

.payment-container  .expiry-cvv {
    display: flex;
    gap: 10px;
}

.payment-container  .expiry-cvv input {
    width: 100%;
}

.payment-container  .terms {
    font-size: 12px;
    margin-top: 15px;
    color: #555;
}
.payment-container .terms strong {
    font-size: 18px;
}
.payment-container  .terms a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

.payment-container  .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.payment-container  .checkbox-group input {
    margin-right: 10px;      width: 36px;
}

.payment-container  .place-order {
    width: 100%;
    background: rgba(20, 127, 172, 1);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.payment-container  .place-order:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.int-right{text-align: right;}
.small-text {
    font-size: .875em;
    line-height: 1;
    max-width: 70%;
    text-align: right;
    margin-left: auto;
    opacity: 0.8;
    margin-top: 5px;
}
.package-lft-sec .small-text{
    max-width: 80%;
    margin-left: initial;
    margin-right: auto;
    text-align: left;
}
span.text-blue {
    color: rgba(130, 220, 255, 1);
}
.rfl-code {
    color: #fff;
    font-weight: 500;
    margin-bottom: 7px;
}
.address-list-lt{
    border-bottom: 0;
}



#page-thankyou-wrapper .order-confirmation {
    text-align: center;
}

#page-thankyou-wrapper .checkmark-container {
    width: 80px;
    height: 80px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

#page-thankyou-wrapper .checkmark {
    font-size: 40px;
    color: #6cc24a;
    font-weight: bold;
}

#page-thankyou-wrapper h1 {
    font-size: 24px;
    color: #0a0a32;
    font-weight: bold;
}

#page-thankyou-wrapper .order-text {
    font-size: 16px;
    color: #4a90e2;
    font-weight: 500;
}

#page-thankyou-wrapper .order-number {
    font-weight: bold;
}
section#page-thankyou-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.shipping_address .radio-group {
    margin-bottom: 1.5rem;
}
.shipping_address .radio-group label {
    margin: 0;
}
.shipping_address .radio-group input {
    height: 16px;
    width: 16px;
    transform: scale(1);
    margin-right: 0px;
}

.loading-fibre {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;    background: #06063394;
}

.loading-fibre .inner-fibre {
    position: fixed;
    width: 100%;
    width: 100%;
    z-index: 99;
    background: url(/wp-content/themes/twenty-twenty-four-child/images/puff-white.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 80px;
    max-height: 80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    top: 50%;
    background-size: contain;
}

.chooose-container {
    margin-bottom: 4rem;
}
.payment-container .checkbox-group label {
    font-size: 12px;
}


@media screen and (max-width:767px) {
    .tab-content {
        padding: 1rem;
    }
    .customer-detail-wrapper {
        margin-top: 2rem;
    }
    .account-section {
        margin: 1rem auto;
        margin-bottom: 0;
    }
    
}