.pgsi-option-box input {
    display: none;
}

.pgsi-inner .pgsi-option-box .btn-group>.btn:hover {
    background-color: #02386B !important;
    border-color: #02386B !important;
}

.pgsi-inner .pgsi-option-box .btn-group>.btn-check:checked+.btn {
    background-color: #02386B !important;
    border-color: #02386B !important;
}

.total h1.total-rank {
    font-size: 24px;
    margin-top: 30px;
}

.pgsi-option-box label.form-label span {
    color: red;
}

.pgsi-option-box.error .error-message {
    color: red;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    padding-top: 6px;
}

button.game-score {
    padding: 10px 15px;
    font-size: 15px !important;
    border: 0;
    background: #E75252 !important;
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 500;
    transition: 0.3s all;
    margin-right: 15px;
    margin-top: 50px;
    border-radius: 5px !important;
    text-transform: capitalize;
}

button.game-score:focus,
button#reset-form:focus {
    box-shadow: none;
    outline: none;
}

button.game-score:focus-visible,
button#reset-form:focus-visible {
    outline: none;
}


button.game-score:hover {
    background: #78C1FF !important;
    transform: scale(1.1);
}

button#reset-form {
    padding: 10px 15px;
    font-size: 15px !important;
    border: 0;
    background: #78C1FF !important;
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 500;
    transition: 0.3s all;
    margin-right: 15px;
    margin-top: 50px;
    border-radius: 5px !important;
    text-transform: capitalize;
}

button#reset-form:hover {
    background: #E75252 !important;
    transform: scale(1.1);
}

.footer_main_item section#block-6 {
    display: none;
}

.gb-footer-hotline .hotline-size ul {
    display: flex;
    flex-wrap: wrap;
}

.gb-footer-hotline .hotline-size ul li {
    width: 45%;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins';
    padding-bottom: 20px;
    word-break: break-word;
    line-height: 18px;
}

.gb-footer-hotline .hotline-size ul li strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
}

.gb-footer-hotline .hotline-size ul li a {
    color: #fff;
    transition: 0.3s;
}

.gb-footer-hotline .hotline-size ul li a:hover {
    color: #c71e2a;
}

.pgsi-group-btn {
    display: flex;
    align-items: baseline;
}

.pgsi-group-btn .total-rank {
    margin: 0;
    font-size: 16px;
    color: #033a69;
    font-family: 'Poppins';
    font-weight: 600;
}




/* Caluculator-page-css-start */

h2.pgsi-heading {
    color: #02386B;
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    letter-spacing: 0;
    padding-bottom: 20px;
}

.pgsi-accordion .accordion-item .accordion-body ul li {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    font-family: "Poppins";
}

.pgsi-inner-box {
    display: flex;
}

.pgsi-inner-box span.question-number {
    width: 26px;
    height: 26px;
    display: block;
    background: #02386B;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    border-radius: 100px;
    margin-right: 15px;
}

.pgsi-inner-box .pgsi-right .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.pgsi-inner-box .pgsi-right .btn-check:checked+.btn {
    color: #fff;
}

.pgsi-inner-box .pgsi-left {
    margin: 0;
    height: 100%;
}

.pgsi-inner-box .pgsi-right {
    margin: 0;
}

.pgsi-inner-box .pgsi-right label.form-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #02386B;
    padding-bottom: 10px;
}
.pgsi-inner-box .pgsi-right label.form-label span {
    color: #ff1e1e;
    padding-left: 3px;
}
.pgsi-inner-box .pgsi-right .pgsi-option-box input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    display: block;
}

.pgsi-inner-box .pgsi-right .pgsi-option-box label.btn {
    background: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    border: 1px solid #c8c8c8;
    transition: 0.3s;
    border-radius: 5px;
    color: #666;
    padding: 10px 15px;
    margin: 0 5px;
}

.pgsi-inner-box .pgsi-right .pgsi-option-box {
    padding-bottom: 25px;
}

.pgsi-inner-box .pgsi-right .pgsi-option-box label.btn:hover {
    color: #fff;
}

.pgsi-accordian .elementor-accordion span.elementor-accordion-icon {
    padding: 0 !important;
}

/* Caluculator-page-css-end */

@media (max-width: 1199px) {
    .gb-footer-hotline .hotline-size ul li {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .pgsi-inner-box .pgsi-right .pgsi-option-box label.btn {
        margin: 5px;
    }
    .pgsi-group-btn {
        flex-direction: column;
    }
    .pgsi-group-btn button {
        width: 100%;
        margin: auto !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    .cp-left-col .elementor-section.elementor-inner-section img {
        max-width: 300px;
    }

    .goback-calculator .b-directory {
        padding: 0 !important;
    }

    .goback-calculator {
        padding-bottom: 30px !important;
    }


}

@media (max-width: 600px) {
    .pgsi-group-btn {
        flex-direction: column;
    }

    .pgsi-group-btn button {
        width: 100%;
        max-width: 260px !important;
        margin: auto !important;
        margin-bottom: 15px !important;
    }
}