html {
    scroll-behavior: smooth;
}

/*-----------------------------------------------------------------------
    Common Heading Start
-----------------------------------------------------------------------*/
.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: normal;
    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;
}

/*-----------------------------------------------------------------------
    Common Heading End
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    Common  Design Start
-----------------------------------------------------------------------*/

.container-custom {
    max-width: 1363px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.container-custom b {
    font-family: 'montserratbold';
}

.lightblue {
    background-color: rgba(242, 248, 253, 1);
}

.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('/wp-content/themes/test_iq/images/iocn-right-list.svg');
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}


.btn.btn-primary,
a.btn.btn-primary {
    background-color: rgba(255, 127, 0, 1);
    border-color: rgba(255, 127, 0, 1);
    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 {
    content: '';
    position: absolute;
    display: inline-block;
    min-width: 27px;
    min-height: 27px;
    background-image: url(/wp-content/themes/test_iq/images/icon-btn-arrow.svg);
    margin-left: 12px;
    background-position: center;
    background-repeat: no-repeat;
    right: 27px;
    background-size: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    transform-origin: center top;
}

a.btn.btn-arrow,
.btn.btn-arrow {
    padding-right: 65px;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover {
    background-color: #12283F;
    border-color: #12283F;
    color: #fff;
}

a.btn.btn-arrow:hover:after,
.btn.btn-arrow:hover:after {
    transform: translate(55%, -40%) rotate(45deg);
}

.common-card-section .box {
    background: #FFFFFF;
    box-shadow: 0px 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: normal;
    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 h4 span {
    font-family: 'montserratbold';
}

.common-card-section .box p b {
    font-family: 'montserratbold';
    font-weight: normal;
}

.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 {
    content: '';
    position: relative;
    background-image: url('/wp-content/themes/test_iq/images/icon-arrow-right-orange.svg');
    background-repeat: no-repeat;
    width: 9px;
    height: 14px;
    display: inline-block;
    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;
    text-align: center;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 10px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 0 5px;
}

.badge-group .badge b {
    font-family: 'montserratbold';
}

.badge-group .badge .rating {
    padding-left: 5px;
}

.badge-group .badge .rating img {
    width: 15px;
    height: 15px;
}




/*-----------------------------------------------------------------------
    Common  Design End
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    Test Result Section Start
-----------------------------------------------------------------------*/
.test-result {
    padding: 50px 0 100px;
}
.hide_arrow:after{
    content: none;
}
.test-result .container {
    max-width: 1328px;
}

.test-result .row {
    padding: 32px 44px 40px 44px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px #D9E4EF;
    border-radius: 24px;
    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: none;
    z-index: 3;
}

.test-result .card {
    border-radius: 16px !important;
    border: 0;
    padding: 20px 20px 15px 20px;
}

.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: rgba(31, 107, 170, 1);
    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: 0px;
    border: 1px solid #C4DEF3;
    box-shadow: 0px 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);
}


.test-result .image-wrapper .mobile-show, .heading h2.mobile-show{
    display: none;
}

/*-----------------------------------------------------------------------
    Test Result Section End
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    Score Section Start
-----------------------------------------------------------------------*/
.score-section {
    padding-bottom: 5px;
}



.score-section .box img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 35px;
}

/*-----------------------------------------------------------------------
    Score Section End
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    Payment Section Start
-----------------------------------------------------------------------*/
.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: 0px;
    align-items: center;
}

.payment-section .left-content h6 {
    color: #12283f;
    font-size: 20px;
    line-height: 32px;
    font-family: 'montserratbold';
    font-weight: normal;
}

.payment-section .left-content p {
    font-size: 16px;
    line-height: 24px;
    color: #194973;
}

.payment-section .right-content h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'montserratregular';
    color: #627B8A;
}

.payment-section .right-content h4 b {
    font-weight: normal;
    font-family: 'montserratbold';
    color: #12283f;
}

.payment-section .right-content p {
    font-size: 16px;
    line-height: 24px;
    color: #194973;
}

.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 .left-content p span {
    font-family: 'montserratbold';
}

.payment-section .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px #D9E4EF;
    border-radius: 24px;
    padding: 32px 30px;
    border: 0;
    width: 100%;
}

.payment-section .container-custom {
    padding: 0 0px;
}


.payment-section .badge-group {
    display: none;
}

.payment-section .left-content .mobile-show {
    display: none;
}



/*-----------------------------------------------------------------------
    Payment Section End
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    Research Section Start
-----------------------------------------------------------------------*/
.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;
}

/*-----------------------------------------------------------------------
    Research Section End
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    Testinomial Section Start
-----------------------------------------------------------------------*/
.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: 0px 4px 20px #d9e4efc7;
    width: 100%;
}

.testinomial-section .box p::before {
    content: '';
    position: relative;
    display: table;
    width: 30px;
    height: 20px;
    background-image: url(/wp-content/themes/test_iq/images/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-prev,
.testinomial-section .owl-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 12px;
    margin-left: 15px;
    background: #12283F;
    outline: none;
}

.testinomial-section .owl-carousel .owl-nav .owl-prev span,
.testinomial-section .owl-carousel .owl-nav .owl-next span {
    opacity: 0;
}

.testinomial-section .box .rating img {
    width: auto;
    display: inline-block;
}


.testinomial-section .owl-carousel .owl-nav .owl-next {
    background-image: url('/wp-content/themes/test_iq/images/icon-slider-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    outline: none;
}

.testinomial-section .owl-carousel .owl-nav .owl-prev {
    background-image: url('/wp-content/themes/test_iq/images/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: rgba(228, 239, 250, 1);
}

/*-----------------------------------------------------------------------
    Testinomial Section End
-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
    Country Progress Section Start
-----------------------------------------------------------------------*/
.user-progress-section {
    background: #E3EEF9;
    border-radius: 40px 40px 0px 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;
}


.user-progress-section {
    background-image: url('https://dev.wwiqtest.com/wp-content/uploads/2025/03/background-map.svg');
    background-position: 50% 71%;
    background-size: 902px;
    background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------
    Country Progress Section End
-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
    Media Query
-----------------------------------------------------------------------*/




@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: 0px 20px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .heading {
        padding-bottom: 10px;
    }

    .container-custom {
        max-width: 1199px;
    }

    .test-result .row {
        padding: 22px 20px 22px 20px;
    }

    .test-result .image-wrapper img {
        width: 110%;
    }

    .test-result .card-group .card {
        padding: 15px 15px 15px 15px;
    }

    .test-result .card-group .card .time h6 {
        font-size: 16px;
    }

    .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 {
        font-size: 16px;
        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;
    }

    a.btn.btn-arrow,
    .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;
    }
    .test-result .image-wrapper{
        border: none;
    }
    .test-result .image-wrapper .desktop-show, .heading h2.desktop-show {
         display: none;
    }

    .test-result .image-wrapper .mobile-show, .heading h2.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;
    }

    .payment-section .payment-images {
        width: 60%;
    }

    .payment-section .result-button {
        width: 40%;
    }

    .payment-section .payment-images img {
        height: 40px;
        min-width: 50px;
    }

    .test-result .row {
        flex-direction: column;
        position: relative;
    }

    .test-result .content-wrapper {
        width: 100%;
        padding-right: 0;
        position: unset;
    }

    .test-result .image-wrapper {
        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 16px;
    }
}


@media only screen and (max-width: 767px) {



    .checklist li {
        display: none;
    }
    .checklist li:first-child, .checklist li:nth-child(2) {
        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 img {
        display: none;
    }

    .test-result .card-group .card .time h6 {
        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 li::before {
        display: none;
    }

    .checklist {
        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 {
        position: relative;
        top: 8px;
        right: -5px;
    }

    .score-section .heading {
        display: none;
    }

    .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: 69%;
    }

    .score-section .box {
        margin-right: 0;
        margin-left: 0;
        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 .payment-images {
        display: none;
    }

    .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 p {
        font-size: 12px;
        line-height: 16px;
    }

    .user-progress-section .card.country-card .flag-info {
        padding-left: 15px;
    }

    .user-progress-section .heading h2 {
        padding-bottom: 18px;
        display: block;
    }

    .user-progress-section .card.country-card {
        margin-left: 0;
        margin-right: 0;
    }

    .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: 0px;
    }

    .user-progress-section a.btn.btn-primary.btn-arrow {
        width: 100%;
    }

    .heading h6 {
        padding-bottom: 0;
    }

    .common-card-section .box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
    }

    .common-card-section .box h4 {
        width: 72%;
        margin-bottom: 10px;
    }

    .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;
    }

    .common-card-section .box {
        margin: 5px 0;
    }

    .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-prev,
    .testinomial-section .owl-carousel .owl-nav button.owl-next,
    .testinomial-section .owl-carousel button.owl-dot {
        width: 8px;
        height: 8px;
        background: #c4def3;
        border-radius: 100%;
        margin: 0 3px;
        outline: none;
    }

    .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 .left-content p {
        display: none;
    }

    .payment-section .row {
        position: relative;
    }

    .payment-section .right-content p {
        display: none;
    }


    .payment-section .card {
        padding: 16px;
    }

    .payment-section .badge-group {
        display: flex;
        width: 100%;
        padding-bottom: 10px;
    }

    .payment-section .left-content .mobile-show {
        display: block;
    }

    .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;
    }

    .payment-section .result-button a.btn.btn-primary.btn-arrow {
        width: 100%;
    }

    .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;
    }
}