html {
    scroll-behavior: smooth;
}
.heading {
    text-align: center;
    padding-bottom: 15px;
}
.heading h2 span {
    color: #ff7f00;
    padding-left: 10px;
}
.heading h2 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.02em;
    color: #12283f;
    font-family: montserratsemibold;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.heading h2 img {
    width: 40px;
    height: auto;
    margin-right: 20px;
}
.heading h6 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1f6baa;
    display: block;
    font-family: montserratmedium;
    padding-bottom: 10px;
}
.container-custom {
    max-width: 1363px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.badge-group .badge b,
.common-card-section .box h4 span,
.container-custom b,
.payment-section .left-content p span {
    font-family: montserratbold;
}
.lightblue {
    background-color: #f2f8fd;
}
.rating img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.checklist {
    list-style: none;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 0;
}
.checklist li {
    font-size: 18px;
    line-height: 32px;
    color: #12283f;
    padding-bottom: 15px;
    display: flex;
    align-items: start;
    gap: 0 5px;
}
.checklist li::before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    min-width: 27px;
    min-height: 27px;
    background-image: url("https://d2k8fwi5zgzeoa.cloudfront.net/static_assets/iocn-right-list.svg");
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn.btn-primary,
a.btn.btn-primary {
    background-color: #ff7f00;
    border-color: #ff7f00;
    border-radius: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 23px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: montserratsemibold;
    position: relative;
    transition: 0.5s;
}
.btn-arrow::after,
.common-card-section .box a::after {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
}
.btn-arrow::after {
    position: absolute;
    min-width: 27px;
    min-height: 27px;
    background-image: url(https://d2k8fwi5zgzeoa.cloudfront.net/static_assets/icon-btn-arrow.svg);
    margin-left: 12px;
    background-position: center;
    right: 27px;
    background-size: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    transform-origin: center top;
}
.btn.btn-arrow,
a.btn.btn-arrow {
    padding-right: 65px;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
    background-color: #12283f;
    border-color: #12283f;
    color: #fff;
}
.btn.btn-arrow:hover:after,
a.btn.btn-arrow:hover:after {
    transform: translate(55%, -40%) rotate(45deg);
}
.common-card-section .box {
    background: #fff;
    box-shadow: 0 4px 40px #d9e4ef;
    border-radius: 24px;
    padding: 32px 30px;
    width: calc(100% / 3 - 30px);
    max-width: 432px;
    margin: 15px;
}
.common-card-section .box h4 {
    font-size: 29px;
    line-height: 36px;
    color: #1b4062;
    font-family: montserratregular;
    font-weight: 400;
    margin-bottom: 15px;
}
.testinomial-section .client-info .img-wrapper img {
    border-radius: 100%;
}
.common-card-section .box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1b4062;
}
.common-card-section .box a {
    font-size: 18px;
    line-height: 22px;
    color: #ff7f00;
    font-family: montserratsemibold;
    margin-left: auto;
    display: table;
    margin-top: 10px;
}
.common-card-section .box p b {
    font-family: montserratbold;
    font-weight: 400;
}
.common-card-section .row {
    justify-content: space-between;
    margin: 0 -30px;
}
.common-card-section .box p:last-child {
    margin-bottom: 0;
}
.common-card-section .box a::after {
    position: relative;
    background-image: url("https://d2k8fwi5zgzeoa.cloudfront.net/static_assets/icon-arrow-right-orange.svg");
    width: 9px;
    height: 14px;
    background-size: contain;
    margin-left: 10px;
}
.badge-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badge-group .badge {
    color: #1b4062;
    font-size: 12px;
    line-height: normal;
    border-radius: 22px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    font-family: montserratregular;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 10px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 0 5px;
}
.payment-section .card,
.test-result .row {
    background: #fff;
    box-shadow: 0 4px 40px #d9e4ef;
    border-radius: 24px;
}
.badge-group .badge .rating {
    padding-left: 5px;
}
.badge-group .badge .rating img {
    width: 15px;
    height: 15px;
}
.test-result {
    padding: 50px 0 100px;
}
.hide_arrow:after {
    content: none;
}
.test-result .container {
    max-width: 1328px;
}
.test-result .row {
    padding: 32px 44px 40px;
    position: relative;
}
.test-result .content-wrapper {
    width: 54%;
    padding-right: 25px;
    position: relative;
}
.test-result .image-wrapper {
    width: 46%;
    border: 1px solid #f2f8fd;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.test-result .content-wrapper .card .btn {
    height: 32px;
    border: 1px solid #c4def3;
    border-radius: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
    outline: 0;
    z-index: 3;
}
.test-result .card {
    border-radius: 16px !important;
    border: 0;
    padding: 20px 20px 15px;
}
.test-result .card-group .card {
    width: auto;
    margin-right: 9px;
    min-width: 215px;
    margin-bottom: 15px;
    display: flex;
    flex: auto;
}
.test-result .card-group .card:last-child {
    margin-right: 0;
}
.test-result .card-group .card p {
    margin: 0;
    color: #1f6baa;
    font-size: 14px;
    line-height: normal;
    font-family: montserratmedium;
    padding-bottom: 30px;
    width: calc(100% - 40px);
}
.test-result .card-group .card .time {
    display: inline-flex;
    align-items: center;
    padding-right: 40px;
}
.test-result .card-group .card .time img {
    margin-right: 9px;
    width: 24px;
}
.test-result .card-group .card .time h6 {
    font-family: montserratbold;
    font-size: 20px;
    line-height: normal;
    margin: 0;
}
.test-result .card-group .card .time h6 span {
    font-size: 16px;
    font-family: montserratregular;
}
.test-result .card-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.test-result .card-group .card-popup {
    position: absolute;
    left: 0;
    border: 1px solid #c4def3;
    box-shadow: 0 4px 20px #d1dae4;
    border-radius: 16px;
    opacity: 0;
    max-width: 665px;
    z-index: -7;
}
.test-result .card-group .card-popup .time {
    padding-bottom: 20px;
}
.test-result .card-group .card h6 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.test-result .card-group .card-popup .btn-close {
    background: #1b4062;
    border-color: #1b4062;
}
.test-result .card-group .card-popup.show {
    opacity: 1;
    z-index: 5;
}
.test-result .content-wrapper .card .btn:hover {
    background: #2e88c9;
    border-color: #2e88c9;
}
.test-result .content-wrapper .card .btn:hover img {
    filter: brightness(0) invert(1);
}
.heading h2.mobile-show,
.payment-section .badge-group,
.payment-section .left-content .mobile-show,
.test-result .image-wrapper .mobile-show {
    display: none;
}
.score-section {
    padding-bottom: 5px;
}
.score-section .box img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 35px;
}
.payment-section {
    margin-bottom: 15px;
}
.payment-section .row {
    justify-content: space-between;
    margin: 0;
}
.payment-section .left-content {
    width: 50%;
}
.payment-section .right-content {
    width: 50%;
    text-align: right;
}
.payment-section .payment-images {
    width: 70%;
}
.payment-section .result-button {
    width: 30%;
    text-align: right;
}
.payment-section .row:last-child {
    border-top: 1px solid #a1aebb52;
    padding-top: 20px;
    margin-top: 0;
    align-items: center;
}
.payment-section .left-content h6 {
    color: #12283f;
    font-size: 20px;
    line-height: 32px;
    font-family: montserratbold;
    font-weight: 400;
}
.payment-section .left-content p,
.payment-section .right-content p {
    font-size: 16px;
    line-height: 24px;
    color: #194973;
}
.payment-section .right-content h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    font-family: montserratregular;
    color: #627b8a;
}
.payment-section .right-content h4 b {
    font-weight: 400;
    font-family: montserratbold;
    color: #12283f;
}
.payment-section .payment-images img {
    border: 1px solid #f2f8fd;
    border-radius: 12px;
    min-width: 70px;
    width: auto;
    height: 48px;
    display: inline-block;
    margin-right: 10px;
}
.payment-section .card {
    padding: 32px 30px;
    border: 0;
    width: 100%;
}
.payment-section .container-custom {
    padding: 0;
}
.research-section .box img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.research-section.common-card-section {
    padding-bottom: 45px;
}
.research-section.common-card-section .heading h2 span {
    display: block;
    width: 100%;
    padding-left: 0;
}
.testinomial-section {
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 55px;
}
.testinomial-section .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 4px 20px #d9e4efc7;
    width: 100%;
}
.testinomial-section .box p::before {
    content: "";
    position: relative;
    display: table;
    width: 30px;
    height: 20px;
    background-image: url(https://d2k8fwi5zgzeoa.cloudfront.net/static_assets/icon-comma.svg);
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.testinomial-section .text-wrapper p::before {
    display: none !important;
}
.testinomial-section .client-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
}
.testinomial-section .client-info .img-wrapper img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
section.testinomial-section .text-wrapper {
    padding-left: 25px;
}
.testinomial-section .text-wrapper p {
    margin-bottom: 0;
    font-family: montserratbold;
}
.testinomial-section .badge-group {
    padding-top: 35px;
    padding-bottom: 20px;
}
.testinomial-section .owl-carousel .owl-nav {
    text-align: right;
    padding-top: 22px;
}
.testinomial-section .owl-carousel .owl-nav .owl-next,
.testinomial-section .owl-carousel .owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 12px;
    margin-left: 15px;
    background: #12283f;
    outline: 0;
}
.testinomial-section .owl-carousel .owl-nav .owl-next span,
.testinomial-section .owl-carousel .owl-nav .owl-prev span {
    opacity: 0;
}
.testinomial-section .box .rating img {
    width: auto;
    display: inline-block;
}
.testinomial-section .owl-carousel .owl-nav .owl-next {
    background-image: url("https://d2k8fwi5zgzeoa.cloudfront.net/static_assets/icon-slider-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    outline: 0;
}
.testinomial-section .owl-carousel .owl-nav .owl-prev {
    background-image: url("https://d2k8fwi5zgzeoa.cloudfront.net/static_assets/icon-slider-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.testinomial-section .owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    background-color: #e4effa;
}
.user-progress-section {
    background: url("https://dev.wwiqtest.com/wp-content/uploads/2025/03/background-map.svg") 50% 71%/902px no-repeat
        #e3eef9;
    border-radius: 40px 40px 0 0;
    padding: 56px;
    text-align: center;
}
.user-progress-section .heading h2 {
    font-family: montserratbold;
    padding-bottom: 12px;
}
.user-progress-section .card.country-card {
    width: calc(50% - 20px);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 16px 16px 80px #dae5f1;
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 0;
    padding: 24px 32px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
}
.user-progress-section .card.country-card .flag {
    width: 70%;
    display: flex;
    align-items: center;
}
.user-progress-section .card.country-card img {
    width: 86px;
    height: 58px;
    border: 1px solid #c4def3;
    border-radius: 8px;
}
.user-progress-section .card.country-card .flag-info {
    padding-left: 20px;
    text-align: left;
}
.user-progress-section .card.country-card h6 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #12283f;
    font-family: montserratbold;
    margin: 0;
}
.user-progress-section .card.country-card p {
    margin: 0;
    color: #194973;
    font-size: 16px;
    line-height: 22px;
}
.user-progress-section .card.country-card .score {
    width: 30%;
    display: inline-block;
    text-align: right;
}
.user-progress-section .card.country-card .score h4 {
    color: #194973;
    font-size: 40px;
    line-height: 49px;
    margin: 0;
}
.user-progress-section .card.country-card .score span {
    font-size: 12px;
    line-height: 24px;
    color: #194973;
}
.user-progress-section .row {
    justify-content: space-between;
    padding-bottom: 35px;
}
.user-progress-section h5 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #12283f;
    padding-bottom: 15px;
}
@media only screen and (min-width: 1199px) {
    .testinomial-section .owl-carousel .owl-stage-outer {
        max-width: 1353px;
        width: 100vw;
    }
    .testinomial-section .owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }
    .testinomial-section .owl-carousel .owl-item {
        display: inline-flex;
    }
}
@media only screen and (max-width: 1439px) {
    .test-result .image-wrapper {
        padding: 0 20px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .checklist li,
    .test-result .card-group .card .time h6 {
        font-size: 16px;
    }
    .heading {
        padding-bottom: 10px;
    }
    .container-custom {
        max-width: 1199px;
    }
    .test-result .row {
        padding: 22px 20px;
    }
    .test-result .image-wrapper img {
        width: 110%;
    }
    .test-result .card-group .card {
        padding: 15px;
    }
    .test-result .card-group .card p {
        padding-bottom: 25px;
    }
    .test-result .card-group .card .time img {
        width: 20px;
    }
    .test-result .content-wrapper {
        padding-right: 20px;
    }
    .checklist li {
        line-height: 26px;
    }
    .checklist li::before {
        min-width: 22px;
        min-height: 22px;
    }
    .btn.btn-primary,
    a.btn.btn-primary {
        font-size: 16px;
        line-height: 22px;
        padding: 16px 20px;
    }
    .btn.btn-arrow,
    a.btn.btn-arrow {
        padding-right: 55px;
    }
    .btn-arrow::after {
        min-width: 15px;
        min-height: 15px;
        right: 25px;
    }
    .common-card-section .box h4 {
        font-size: 25px;
        line-height: 32px;
    }
    .common-card-section .box p {
        font-size: 14px;
        line-height: 22px;
    }
    .badge-group .badge {
        padding: 9px 15px;
        margin-bottom: 10px;
    }
    .user-progress-section .card.country-card h6 {
        font-size: 18px;
    }
    .user-progress-section .card.country-card .score h4 {
        font-size: 30px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1280px) {
    .container-custom {
        max-width: 80%;
    }
    .score-section .box img {
        max-height: 135px;
    }
    .test-result .card-group .card {
        width: 100%;
        margin-right: 0;
    }
    .testinomial-section .owl-stage-outer {
        overflow: visible;
    }
    .testinomial-section .box {
        width: 100% !important;
        margin-left: 20px !important;
        margin-right: 0;
    }
    .testinomial-section .owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }
    .testinomial-section .owl-carousel .owl-item {
        display: inline-flex;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .checklist {
        margin-bottom: 10px;
    }
    .heading h2.desktop-show,
    .test-result .image-wrapper .desktop-show {
        display: none;
    }
    .heading h2.mobile-show,
    .test-result .image-wrapper .mobile-show {
        display: block;
    }
    .container-custom {
        max-width: 80%;
    }
    .user-progress-section {
        padding: 35px;
        background-size: 745px;
        background-position: center;
    }
    .user-progress-section .card.country-card {
        padding: 20px;
        width: 100%;
        margin-bottom: 11px;
    }
    .common-card-section .box {
        width: calc(100% / 2 - 30px);
        max-width: 100%;
    }
    .research-section .box .content-wrapper {
        display: inline-block;
        width: calc(100% - 50px);
        vertical-align: top;
        padding-left: 10px;
    }
    .score-section .box {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .score-section .box img {
        position: absolute;
        width: 125px;
        right: 24px;
        top: 18px;
        margin: 0;
    }
    .score-section .box h4,
    .score-section .box p {
        width: 75%;
    }
    .common-card-section .box a {
        margin-left: 0;
        margin-top: 20px;
    }
    .test-result {
        padding-bottom: 65px;
    }
    .score-section {
        padding-bottom: 20px;
    }
    .payment-section .payment-images img {
        margin-right: 5px;
        height: 40px;
        min-width: 50px;
    }
    .payment-section .payment-images {
        width: 60%;
    }
    .payment-section .result-button {
        width: 40%;
    }
    .test-result .row {
        flex-direction: column;
        position: relative;
    }
    .test-result .content-wrapper {
        width: 100%;
        padding-right: 0;
        position: unset;
    }
    .test-result .image-wrapper {
        border: none;
        width: 100%;
    }
    .test-result .content-wrapper a.btn.btn-primary.btn-arrow {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .test-result .row {
        padding: 16px 16px 100px;
    }
}
@media only screen and (max-width: 767px) {
    .btn-arrow::after,
    .payment-section .row {
        position: relative;
    }
    .score-section .box,
    .user-progress-section .card.country-card {
        margin-left: 0;
        margin-right: 0;
    }
    .checklist li,
    .checklist li::before,
    .payment-section .left-content p,
    .payment-section .payment-images,
    .payment-section .right-content p,
    .score-section .heading,
    .test-result .card-group .card .time img {
        display: none;
    }
    .checklist li:first-child,
    .checklist li:nth-child(2),
    .payment-section .left-content .mobile-show {
        display: block;
    }
    .heading h2 {
        font-size: 24px;
        line-height: 28px;
        font-family: montserratbold;
        display: inline;
    }
    .testinomial-section .badge-group {
        flex-direction: column;
    }
    .container-custom {
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }
    .container-custom .row {
        margin: 0;
    }
    .test-result .card-group .card .time h6,
    .user-progress-section .card.country-card p {
        font-size: 12px;
        line-height: 16px;
    }
    .test-result .card-group .card p {
        font-size: 12px;
        padding-bottom: 15px;
        width: 90%;
    }
    .test-result .card-group .card {
        width: calc(50% - 5px);
        min-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .test-result .content-wrapper .card .btn {
        border: 0;
        padding: 0;
        right: 14px;
        width: 18px;
        height: 18px;
        top: 20px;
        background-color: transparent;
    }
    .test-result .card-group {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        margin: 0;
        align-items: stretch;
    }
    .checklist li {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .checklist,
    .heading h6 {
        padding-bottom: 0;
    }
    .btn.btn-primary,
    a.btn.btn-primary {
        font-size: 20px;
        line-height: 29px;
        padding: 17px 20px;
        font-family: montserratbold;
    }
    .btn-arrow::after {
        top: 8px;
        right: -5px;
    }
    .score-section .box img {
        width: 70px;
        top: 10px;
        right: 20px;
    }
    .common-card-section .box h4 {
        font-size: 20px;
        line-height: 26px;
        font-family: montserratbold;
        width: 72%;
        margin-bottom: 10px;
    }
    .score-section .box {
        padding: 16px;
    }
    .common-card-section .box p {
        font-size: 12px;
        line-height: 18px;
    }
    .common-card-section .box a {
        font-size: 14px;
        line-height: 28px;
        margin-top: 0;
        margin-left: auto;
    }
    .common-card-section .box a::after {
        height: 10px;
        width: 7px;
    }
    .payment-section .result-button {
        width: 100%;
        text-align: center;
    }
    .payment-section .row:last-child {
        border: 0;
        padding-top: 5px;
    }
    .user-progress-section .card.country-card img {
        width: 47px;
        height: 32px;
    }
    .user-progress-section {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
    }
    .user-progress-section .card.country-card .score span {
        font-size: 14px;
        line-height: normal;
    }
    .user-progress-section .card.country-card .score h4 {
        font-size: 32px;
        line-height: normal;
    }
    .user-progress-section .card.country-card h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .user-progress-section .card.country-card .flag-info {
        padding-left: 15px;
    }
    .user-progress-section .heading h2 {
        padding-bottom: 18px;
        display: block;
    }
    .user-progress-section .row {
        width: 100%;
        margin: 0;
        padding-bottom: 25px;
    }
    .user-progress-section .card.country-card .flag {
        width: 60%;
    }
    .user-progress-section .card.country-card .score {
        width: 40%;
    }
    .user-progress-section h5 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0;
    }
    .payment-section .result-button a.btn.btn-primary.btn-arrow,
    .user-progress-section a.btn.btn-primary.btn-arrow {
        width: 100%;
    }
    .common-card-section .box {
        width: 100%;
        padding: 15px;
        margin: 5px 0;
    }
    .research-section .box .content-wrapper {
        padding-left: 5px;
        padding-top: 3px;
    }
    .research-section .box p {
        width: calc(100% + 36px);
        margin-left: -36px;
        padding-top: 2px;
    }
    .research-section .box img {
        width: 32px;
        height: 32px;
    }
    .research-section.common-card-section {
        padding-bottom: 30px;
    }
    .testinomial-section .owl-dots {
        position: relative;
        text-align: center;
    }
    .testinomial-section .owl-carousel .owl-nav button.owl-next,
    .testinomial-section .owl-carousel .owl-nav button.owl-prev,
    .testinomial-section .owl-carousel button.owl-dot {
        width: 8px;
        height: 8px;
        background: #c4def3;
        border-radius: 100%;
        margin: 0 3px;
        outline: 0;
    }
    .testinomial-section .owl-carousel button.owl-dot.active {
        background-color: #1b4062;
    }
    .badge-group .badge {
        font-size: 12px;
        line-height: normal;
    }
    .testinomial-section .badge-group .badge:first-child b {
        line-height: normal;
    }
    .test-result .card-group .card:first-child {
        margin-right: 10px;
    }
    .test-result .card-group .card .time {
        padding-right: 0;
    }
    .test-result .card-group .card:first-child .time h6 {
        font-size: 20px;
        line-height: normal;
    }
    .test-result .card-group .card:first-child .time h6 span {
        font-size: 13px;
    }
    .test-result {
        padding-bottom: 25px;
    }
    .payment-section .container-custom {
        padding-right: 16px;
        padding-left: 16px;
    }
    .payment-section .left-content h6 {
        font-size: 16px;
        line-height: normal;
    }
    .payment-section .right-content h4 {
        font-size: 14px;
        line-height: normal;
        display: flex;
        flex-direction: column-reverse;
    }
    .payment-section .right-content h4 b {
        font-size: 24px;
        line-height: 28px;
    }
    .payment-section .card {
        padding: 16px;
    }
    .payment-section .badge-group {
        display: flex;
        width: 100%;
        padding-bottom: 10px;
    }
    .payment-section .left-content span {
        font-size: 14px;
        line-height: normal;
        color: #194973;
    }
    .payment-section .badge-group .badge {
        font-size: 12px;
        width: 100%;
        border-radius: 12px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .testinomial-section .badge-group {
        padding-top: 15px;
        padding-bottom: 6px;
    }
    .test-result .card-group .card-popup {
        left: 15px;
        width: calc(100% - 30px);
    }
    .test-result .card-group .card-popup .time h6,
    .test-result .card-group .card-popup p {
        max-width: 260px;
    }
    .test-result .card-group .card-popup .btn-close {
        height: 32px;
        width: 32px;
        top: 13px;
        background: #1b4062;
        border-color: #1b4062;
    }
}
