/*
Theme Name: Wintax
Author: Aleksei Kozuta
Version: 1.0
Description: Digitouch
*/

.main .form-block .field {
    background: #081551;
    position: relative;
    border: 1px solid #fff;
    background-color: #081551;
    border-radius: 6px;
    margin-bottom: 0;
    padding-right: 20px;
    color: #fff !important;
}


.main .form-block {
    position: relative;
    background: #081551;
    border-radius: 10px;
    padding: 0 64px 0 40px;
    width: 70%;
    margin: 0 auto;
}

.main .form-block .tab {
    display: none;
    align-items: center;
    height: 182px;
}

.main .form-block .tab.active {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.main .form-block .tab-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #07CCAD;
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: -41px;
    transform: translate(0, -50%);
}

.main .form-block .tab .text {
    min-width: fit-content;
    margin-left: 32px;
}

.main .form-block .tab .text .ft-1 p {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.main .form-block .tab .text .ft-2 p {
    font-size: 42px;
    font-weight: 700;
    color: #07CCAD;
}

.main .form-block .field {
    margin-left: 22px;
}

.main .form-block .btn {
    display: table;
    background: #07CCAD;
    border-radius: 6px;
    padding: 0 32px;
    cursor: pointer;
}

.main .form-block .btn:hover {
    background: #03B195;
}

.main .form-block .txt-b {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 58px;
}

.main .form-block .btn span svg {
    position: absolute;
    top: 17px;
    left: 0;
}

.main .form-block .btn:hover span svg {
    left: -5px;
}

.main .form-block input[type="submit"],
.main .form-block .hidden {
    display: none;
}

.main .form-block .field-block {
    margin-left: 16px;
}

.main .form-block .field-block .field-name {
    height: 56px;
}

.main .form-block .field-block .field-name p {
    font-size: 19px;
    color: #fff;
    line-height: 1.2;
}

.main .form-block .prev-button .prev {
    display: table;
    margin: 14px auto 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    padding: 0;
}

.nice-select {
    background: transparent;
    padding: 0 18px 0 54px;
    float: none;
}

.nice-select:after {
    content: '';
    background-image: url(<?= $theme_root; ?>/assets/img/arrow-search.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 24px;
    left: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .current {
    line-height: 56px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.nice-select .list {
    display: block;
}

.main .form-block .select-block {
    width: 25%;
}

@media (max-width: 1600px) {
    .main .form-block {
        width: calc(100% - 145px);
        margin-right: 41px;
    }
}

@media (max-width: 1300px) {

    .main .form-block .tab .text .ft-1 p,
    .main .form-block .tab .text .ft-2 p {
        font-size: 34px;
    }

    .field input {
        line-height: 50px;
    }

    .main .form-block .txt-b {
        line-height: 54px;
    }
}

@media (max-width: 1080px) {
    .main .form-block {
        width: calc(90% - 56px);
        padding: 44px 28px 54px;
        margin: 0 auto;
    }

    .main .form-block .tab-number {
        width: 68px;
        height: 68px;
        font-size: 32px;
        top: -34px;
        left: 50%;
        right: unset;
        transform: translate(-50%, 0);
    }

    .main .form-block .tab {
        height: auto;
        flex-wrap: wrap !important;
    }

    .main .form-block .tab .text {
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .main .form-block .tab .text .ft-1 p,
    .main .form-block .tab .text .ft-2 p {
        text-align: center;
    }

    .main .form-block .field {
        margin-left: auto;
        margin-bottom: 21px;
    }

    .main .form-block .btn {
        margin: 6px auto 0;
    }
}


@media (max-width: 900px) {
    .main .form-block .field-block .field-name p {
        font-size: 15px;
    }

    .main .form-block .field-block {
        margin-left: 0;
    }

    .main .form-block .field-block .field-name {
        height: 28px;
    }

    .main .form-block .buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .main .form-block .tab-2 .btn {
        margin: 6px 0 0 auto;
    }

    .main .form-block .select-block {
        width: 100%;
    }
}


















/* dev css */
button.header-toggle-btn {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.float-buttons .footer-float-btns.item-button {
    background: #5CFFE5;
    border-left: 1px solid #07CCAD;
}

.float-buttons .footer-float-btns.item-button span {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #081551;
    margin-right: 6px;
    max-width: 100%;
}

.main-foot-floats.float-buttons {
    height: 61px;
}

.float-bage-btn {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #5CFFE5 !important;
    background-color: #081551;
    border-radius: 10px;
    padding: 2px 15px;
    margin: 0 !important;
}

.item-whatsapp.footer-float-btns {
    position: relative;
}

footer .character {
    right: 50% !important;
    transform: translate(50%, -100px);
}

.back-to-top svg.progress-ring {
    top: -5px;
    right: -5px;
}

header .menu .item:hover .link {
    color: #5CFFE5 !important;
}

header .menu .item .link:after {
    background: #5CFFE5 !important;
}

header {
    height: 100% !important;
    max-height: 80px;
}

/* homepage */

/* banner */
.hero-banner-sec {
    margin: 10px 0 94px 0;
}

.hero-bg-flex {
    display: grid;
    grid-template-columns: 1fr 633px;
    gap: 72px;
}

.hero-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 64px;
    text-align: right;
    color: #081551;
    margin-bottom: 29px;
    position: relative;
}

.hero-title:before {
    content: '';
    width: 95%;
    height: 12px;
    background: #80FFEB;
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: -1;
}

.hero-title h2 {
    font-weight: 700;
    display: block;
    color: #081551 !important;
    margin-top: 10px;
}

.hero-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-align: right;
    color: #081551;
}

.hero-subtitle span {
    color: #081551;
    font-weight: 700;
}

.hero-metatitle span {
    color: #081551;
}

.hero-meta-main {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.hero-metatitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-align: right;
    color: #081551;
    border-left: 2px solid #5CFFE5;
    padding-left: 7px;
    margin-left: 7px;
    line-height: 20px;
}

.hero-metatitle:last-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

.hero-metatitle span {
    font-weight: 700;
}

.bg-income-tax-box {
    margin-top: 29px;
    margin-bottom: 47px;
    padding: 10px 8px 14px 30px;
    background: #80FFEB33;
    border-right: 3px solid #5CFFE5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bg-income-tax-icon img {
    width: 100%;
    max-width: 88px;
    mix-blend-mode: multiply;
}

.bg-income-tax-title {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: right;
    color: #081551;
}

.bg-income-tax-title span {
    font-weight: 700;
    color: #081551;
}

.hero-banner-link a {
    display: inline-flex;
    padding: 15px 20px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: #081551;
    color: #FFFFFF;
    border-radius: 1000px;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: 0.4s;

    &:hover {
        background: #5CFFE5;
        color: #081551;
    }
}

.hero-banner-link a:hover span svg path {
    stroke: #081551;
}

.hero-banner-link a span {
    display: flex;
}

.hero-banner-link a span svg path {
    stroke: #5CFFE5;
}

.banner-info-vid video {
    border-radius: 4px;
    border: 4px solid #5CFFE5;
}

.banner-info-vid {
    position: relative;
    height: 100%;
}

.banner-info-vid-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #081551CC;
    border: 1.6px solid #5CFFE5;
    border-radius: 70px;
}

.banner-info-vid-icon:not(.playing) .unmute-icon,
.banner-info-vid-icon.playing .mute-icon {
    display: none;
}


/* leadership-field-sec  */
.leadership-field-sec {
    margin: 79px 0;
}

.main-leadership-field {
    width: 100%;
    max-width: 1052px;
    margin: 0 auto;
}

.leadership-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 37px;
}

.leadership-title span {
    font-weight: 700;
    position: relative;
    color: #081551;
}

.leadership-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #80FFEB;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
}

.leadership-subtitle {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 20px;
}

.leadership-subdetails p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #081551;
    max-width: 967px;
}

.leadership-subdetails p strong,
.leadership-subdetails p span {
    color: #081551;
}

.leadership-field-box {
    padding: 0px 20px 30px 20px;
    background: linear-gradient(360deg, rgba(237, 250, 255, 0) 0%, #E6F8FF 77.19%);
    border: 1px solid #BBE9F1;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.leadership-field-boxes {
    margin-top: 132px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.leader-img img {
    margin: 0 auto;
}

.leader-img {
    margin-top: -93px;
}

.leader-name {
    margin: 24px 0 1px 0;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #081551;
}

.leader-designation {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 23px;
    line-height: 42px;
    text-align: center;
    color: #081551;
    margin-bottom: 20px;
}

.leader-details {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #081551;
    margin-bottom: 29px;
}

.leader-description {
    padding: 19px 19px 21px 11px;
    background: #80FFEB33;
    border-right: 3px solid #5CFFE5;
    border-radius: 6px;
    flex-grow: 1;
}

.leader-description p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: right;
    color: #081551;
}

.leader-description p strong {
    color: #081551;
}

.leadership-field-sec .hero-banner-link {
    text-align: center;
    margin-top: 56px;
}

/* compared-online */
.compared-online-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 74px;
    text-align: center;
    color: #081551;
}

.compared-online-title span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #081551;
}

.compared-online-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #80FFEB;
    position: absolute;
    right: -2px;
    bottom: 10px;
    z-index: -1;
}

.main-compared-boxes {
    border: 1px solid #BBE9F1;
    background: #FFFFFF;
    border-radius: 14px 14px 10px 10px;
}

.main-compared-box {
    display: grid;
    grid-template-columns: 26.5% 47% 26.5%;
    border-bottom: 1px solid #BBE9F180;
}

.competitor-text-title {
    padding: 22px 10px;
    text-align: center;
}

.parameter-box-info {
    padding: 22px 43px 22px 10px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 17px;
}

.competitor-text-title,
.parameter-text-title {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    color: #081551;
}

.parameter-text-title {
    font-weight: 700;
    text-align: right;
}

.wintax-text-title {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #081551;
    border-bottom: 1px solid #BBE9F180;
}

.wintax-text-title p {
    color: #081551;
}

.wintax-text-title strong {
    color: #081551;
}

.havilot-compared-page .wintax-text-title p {
    padding: 24px 10px;
    border-bottom: 1px solid #BBE9F180;
}

.compared-online-sec .wintax-text-title {
    border-bottom: none;
}

.wintext-lable-title {
    background: #07CCAD;
    padding: 0px 5px;
    border-radius: 20px;
}

.wintext-lable-title span {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #081551;
    max-width: 100%;
    width: max-content;
    display: block;
}

.wintext-lable-flex {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 22px 10px;
    gap: 6px;
}

.main-compared-boxes {
    margin-top: 40px;
}

.main-compared-box-title .competitor-text-title,
.main-compared-box-title .wintax-text-title,
.main-compared-box-title .parameter-box-info {
    padding: 9px 10px;
    text-align: center;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 32px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-compared-box-title .wintax-text-title img {
    max-height: 42px;
}

.main-compared-box-title {
    background: #081551;
    border: 1px solid #DCF4FD;
    border-radius: 14px 14px 0 0;
}

.main-compared-boxes {
    position: relative;
    z-index: 1;
}

.havilot-compared-page .main-compared-boxes:before {
    border: 3px solid #07CCAD;
}

.main-compared-boxes:before {
    content: '';
    width: 47%;
    height: calc(100% - 50px);
    margin: 0 auto;
    background: #E6FFFB;
    border: 1px solid #07CCAD;
    box-shadow: 0px 6px 20px 0px #07CCAD66;
    position: absolute;
    z-index: -1;
    right: 26.5%;
    bottom: 0;
    border-radius: 20px;
}

.compared-online-main .hero-banner-link {
    text-align: center;
    margin-top: 57px;
}

/* why-choose-us-sec */
.why-choose-us-sec {
    margin: 70px 0 92px 0;
}

.choose-us-boxes {
    width: 100%;
    max-width: 1035px;
    margin: 30px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.about-choose-us-sec .choose-us-boxes {
    gap: 35px;
}

.choose-us-box {
    padding: 30px;
    background: #E6FFFB;
    border: 1px solid #BBE9F1;
    border-radius: 10px;
}

.choose-us-box-icon {
    max-width: 120px;
    width: 100%;
}

.choose-us-box-icon {
    width: 100%;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.choose-us-box-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    color: #081551;
}

.choose-us-box-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #081551;
    margin-top: 10px;
}

.choose-us-box-details {
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.why-choose-us-sec .compared-online-title {
    font-weight: 700;
    font-size: 50px;
}

/* Checking tax refund */
.checking-tax-refund-bg {
    padding: 44px 55px 68px 55px;
    background: #081551;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 486px 1fr;
    gap: 53px;
    align-items: center;
}

.tax-refund-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 60px;
    text-align: right;
    color: #FFFFFF;
}

.tax-refund-title span {
    font-weight: 700;
    color: #FFFFFF !important;
}

.tax-refund-icon a img {
    width: 100%;
    max-width: 110px;
}

.tax-refund-txt-info {
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: 110px 1fr;
    margin-bottom: 30px;
}

.checking-tax-refund-bg:has(.tab.tab-2.active) {
    grid-template-columns: 100%;
}

.checking-tax-refund-bg:has(.tab.tab-2.active) .tax-refund-left {
    display: none;
}
.checking-tax-refund-bg:has(.tab.tab-2.active) .tax-refund-txt-info {
   margin-bottom: 0;
}
.tax-refund-txt-info {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tax-refund-form-field input.wpcf7-form-control.wpcf7-text {
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    max-width: 476px;
    font-family: 'Ploni';
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
    font-weight: 400;
}

.tax-refund-form .main .form-block {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

.tax-refund-form-field.fieldtop {
    margin-left: 0 !important;
    border: none;
}

.tax-refund-form .main .form-block .btn {
    padding: 0 17px !important;
}

.tax-refund-form .main .form-block .btn .txt-b {
    line-height: 54px;
}

.tax-refund-form-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    margin-top: 25px;
}

.tax-refund-form-field input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #FFFFFF !important;
}

span.wpcf7-not-valid-tip {
    color: #FF0000 !important;
    position: absolute;
    left: 5px;
    top: -12px;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    text-align: right;
}

input.wpcf7-not-valid {
    font-size: 17px !important;
    line-height: 1em;
    border-color: #FF0000 !important;
    border-radius: 6px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-not-valid::placeholder {
    color: #FF0000 !important;
}

.tax-refund-left-info {
    padding: 21px 24px 26px 44px;
    border-radius: 5px;
    position: relative;
}

.tax-refund-left-info strong {
    color: #FFFFFF;
}

.tax-refund-left-info:before {
    content: '';
    width: 100%;
    height: 120%;
    background-image: url("data:image/svg+xml,%3Csvg width='760' height='270' viewBox='0 0 760 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.80957 1.38452H730.289C732.222 1.38455 733.789 2.95155 733.789 4.88452V114.722C733.789 116.119 734.437 117.437 735.544 118.289L758.539 135.99L735.544 153.691C734.437 154.543 733.789 155.86 733.789 157.257V266C733.789 267.933 732.222 269.5 730.289 269.5H4.80957C2.87658 269.5 1.30957 267.933 1.30957 266V4.88452C1.30957 2.95153 2.87657 1.38452 4.80957 1.38452Z' fill='%23081551' stroke='%235CFFE5'/%3E%3C/svg%3E");
    position: absolute;
    top: -10%;
    right: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -24px;
}

.tax-refund-left-info p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.tax-refund-left-info p strong {
    font-weight: 700;
    color: #FFFFFF !important;
    margin-bottom: 15px;
    display: block;
}

.tax-refund-left-info li {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-right: 36px;

}

.tax-refund-left-info li,
.tax-refund-left-info ul {
    list-style: none;
}

.tax-refund-left-info ul {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.tax-refund-form-flex .btn-3.send-form-contacts {
    width: auto !important;
    padding: 0 22px 0 12px !important;
    background: #5CFFE5;
    border-radius: 6px;

}

.tax-refund-form-flex .btn-3.send-form-contacts p .txt {
    line-height: 54px;
}

.tax-refund-form-flex .btn-3.send-form-contacts span {
    color: #081551 !important;
    display: inline-block;
}

.tax-refund-form-flex .btn-3.send-form-contacts span svg path {
    stroke: #081551 !important;
}

.tax-refund-form-flex .btn-3.send-form-contacts span svg {
    top: 13px !important;
}

.tax-refund-left-info li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.637939' y='0.447998' width='26' height='26' rx='13' fill='%235CFFE5'/%3E%3Cpath d='M18.0474 10.0183L11.3195 16.7462L9.30981 14.6929' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tax-refund-form-btn {
    display: none;
}

/* process-page-sec */
.process-page-sec {
    margin-top: 87px;
}

.process-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 74px;
    text-align: center;
    color: #081551;
    margin-bottom: 13px;
}

.process-title span {
    color: #081551;
    font-weight: 700;
    position: relative;
}

.process-page-bg .process-title span {
    position: relative;
    font-weight: 700;
}

.process-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #5CFFE5;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
}

.process-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.process-stap-number {
    padding: 7px 21px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    margin-bottom: 21px;
    border: 1px solid #5CFFE5;
    display: inline-block;
    color: #081551;
}

.process-boxes {
    margin-top: 73px;
    text-align: center;
    width: 100%;
    max-width: 580px;
    margin: 73px auto 0 auto;
}

.process-stap-btn h3 {
    display: inline-block;
    padding: 18px 32px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    background: #FFFFFF;
    border: 1px solid #5CFFE5;
    border-radius: 40px;
}

.process-stap-title p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.process-stap-title p {
    display: inline;
    background: #FFFFFF;
}

.process-stap-title strong {
    color: #081551;
}

.process-box-info:first-of-type .process-stap-title p {
    background-color: #fff;
}

.process-stap-title {
    padding-top: 23px;
}

.process-box-info {
    margin-bottom: 22px;
}

.process-stap-icon {
    width: 100%;
    max-width: 118px;
    height: 118px;
    margin: 0 auto;
    border: 1px solid #5CFFE5;
    border-radius: 100px;
    background: #FFFFFF;
}

.process-stap-icon lottie-player {
    margin: 0 auto;
}

.process-stap-icon {
    text-align: center;
    margin-bottom: 39px;
}

.process-box-info.in-view .process-stap-number,
.process-box-info.in-view .process-stap-icon {
    background: #5CFFE5;
}

.process-box-info.in-view .process-stap-btn h3 {
    background: #081551;
    color: #FFFFFF;
    border-color: transparent;
}

.default-line {
    content: '';
    position: absolute;
    left: 50%;
    width: 4px;
    height: 100%;
}

.draw-line {
    width: 4px;
    height: 50px;
    position: absolute;
    left: 50%;
    background: #5CFFE5;
    top: -50px;
}

.process-boxes,
.process-box-info {
    position: relative;
}

.documents-need-sec {
    margin-top: 80px;
}

.documents-need-bg {
    padding: 41px 36px 58px 56px;
    background: #081551;
    border-radius: 20px;
}

.process-page-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(237, 250, 255, 0) 0%, #E6F8FF 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -105px;
    transform: rotate(180deg);
    z-index: -1;
}

.process-page-bg .process-page-sec .process-title {
    font-weight: 700;
}

.documents-need-grid {
    display: grid;
    grid-template-columns: 473px 1fr;
}

.documents-icon img {
    width: 110px;
    height: 110px;
}

.documents-title {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 56px;
    line-height: 66px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}

.documents-title span {
    font-weight: 700;
    color: #FFFFFF !important;
}

.documents-grid-left {
    display: flex;
    gap: 22px;
    align-items: center;
}

.documents-grid-right {
    padding-right: 74px;
    border-right: 2px solid #5CFFE5;
}

.documents-list-info {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

.documents-list-info:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7517 1.97943L4.75166 11.9794L1.76465 8.92748' stroke='%2307CCAD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 12px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-54%);
}

.documents-guide-info {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='455' height='112' viewBox='0 0 455 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.67383 1.28101H435.526C437.459 1.28101 439.026 2.84801 439.026 4.78101V44.5242C439.027 46.0398 439.79 47.4541 441.057 48.2859L453.615 56.53L441.057 64.7751C439.79 65.6071 439.026 67.0211 439.026 68.5369V107.828C439.026 109.761 437.459 111.328 435.526 111.328H4.67383C2.74091 111.328 1.17396 109.761 1.17383 107.828V4.78101C1.17383 2.84801 2.74083 1.28101 4.67383 1.28101Z' fill='%23081551' stroke='%235CFFE5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 40px;
    background-position: center;
}

.documents-guide-info span {
    font-weight: 700;
    color: #FFFFFF !important;
}

.documents-grid-right {
    display: grid;
    align-items: center;
    gap: 36px;
    grid-template-columns: 270px 1fr;
}

.documents-list-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-template-process-php .content {
    position: relative;
}

.process-funcation-sec {
    margin: 66px 0 0 0;
}

.process-funcation-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 74px;
    text-align: center;
    color: #081551;
}

.process-funcation-title span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #081551;
}

.process-funcation-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #5CFFE5;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
}

.process-funcation-txt {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #081551;
    margin-top: 21px;
    flex-grow: 1;
}

.process-funcation-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 32px;
    gap: 30px;
}

.process-funcation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process-funcation-icon {
    background: #FFFFFF;
    border: 1px solid #BBE9F1;
    border-radius: 10px;
    padding: 35px 55px;
    position: relative;
}

.process-funcation-icon:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.375' y='0.374023' width='26' height='26' rx='13' fill='%2307CCAD'/%3E%3Cpath d='M17.7845 9.94434L11.0565 16.6723L9.04688 14.6189' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 9px;
    bottom: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* customers-recommend-sec */
.customers-recommend-sec {
    margin: 70px 0 95px 0;
}

.customers-recommend-sec .compared-online-title {
    font-size: 56px;
}

.main-customers-recommend .compared-online-title span {
    text-transform: capitalize;
}

.customers-video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: space-between;
    margin-top: 36px;
}

.video-embed {
    flex: 0 1 calc(33.333% - 20px);
    box-sizing: border-box;
}

.customers-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.customers-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* google review */
section.reviews-main.google-review-info {
    margin-bottom: 95px;
}

.google-review-info .grw-reviews {
    margin-bottom: 16px !important;
}

.google-review-info .grw-header-inner:after {
    content: '';
    height: 82px;
    width: 106px;
    background-image: url('https://wintax.co.il/wp-content/uploads/2025/10/Google-Reviews-1.png');
    background-position: top 30px center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.google-review-info .wp-gr .grw-header {
    /* width: 100% !important; */
    /* max-width: 471px !important; */
    padding-left: 23px !important;
    --col: 4;
}

.wp-gr .grw-row-xl .grw-header+.grw-content {
    --col: 1.5;
}

.google-review-info .wp-gr .grw-header-inner {
    padding: 26px 18px 20px 18px !important;
    background: #E4F7FF !important;
    width: 100% !important;
    /* max-width: 448px !important; */
    position: relative !important;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
    border-radius: 10px !important;
    border: 1px solid #BBE9F1 !important;
}

a#elementor-menu-cart__toggle_button svg,
.head-icon {
    filter: invert(1);
}

.elementor-location-header:not(.show-to-top) .scroll-to-top {
    opacity: 0;
    pointer-events: none;
}

.swiper-fade .swiper-slide:has(.home-bg-slide) {
    pointer-events: all !important;
}

.single-review-main .google-review-info .grw-header .wp-google-left {
    height: 68px;
    width: 118px !important;
    background-image: url('https://finder.ussl.co.il/wp-content/uploads/2025/07/Google-Reviews-1.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding: 0 !important;
    grid-column: 1;
    grid-row: 1;
}

.google-review-info .grw-row {
    /* flex-direction: row-reverse; */
    align-items: self-start !important;
}

.google-review-info .grw-header-inner .wp-google-name,
.google-review-info .grw-header-inner .wp-google-powered,
.google-review-info .grw-header-inner .wp-google-wr {
    display: none !important;
}

.google-review-info .wp-google-rating {
    display: inline-block !important;
    font-family: 'ploni' !important;
    font-weight: 700 !important;
    font-size: 54px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #081551 !important;
    padding-top: 92px !important;
    position: relative !important;
}

.google-review-info .wp-gr span.wp-google-stars {
    /* display: ruby; */
    align-items: center;
    justify-content: center;
    position: relative !important;
    flex-direction: column-reverse;
    gap: 32px;
}

.google-review-info .wp-gr span.wp-google-stars .wp-stars .wp-star svg path {
    fill: #2c2c2c;
}

.google-review-info .wp-gr .wp-google-based {
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #081551 !important;
    margin-top: 13px !important;
    text-decoration: underline !important;
}

.google-review-info .wp-gr .wp-google-place .wp-star svg {
    width: 25px !important;
    height: 25px !important;
    fill: #07CCAD;
}

.google-review-info .wp-gr .wp-google-stars .wp-star {
    padding: 0 0 0 8px !important;
}

.google-review-info .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 18px 25px 22px 25px !important;
    border: 1px solid #BBE9F1 !important;
}

.google-review-info .wp-gr .grw-review-inner>svg,
.google-review-info .wp-gr.wpac .wp-google-left img,
.google-review-info .wp-gr .wp-google-time {
    display: none;
}

.google-review-info .grw-header .wp-google-stars .wp-stars {
    display: none;
}

.google-review-info .wp-google-rating:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5536 0.936192L7.74812 6.62455L1.47116 7.53967C0.345522 7.70293 -0.105594 9.09065 0.710711 9.88548L5.25195 14.3107L4.17786 20.5619C3.98453 21.6918 5.17461 22.5382 6.17136 22.0098L11.7867 19.0582L17.402 22.0098C18.3988 22.5339 19.5888 21.6918 19.3955 20.5619L18.3214 14.3107L22.8627 9.88548C23.679 9.09065 23.2278 7.70293 22.1022 7.53967L15.8253 6.62455L13.0197 0.936192C12.5171 -0.0777449 11.0606 -0.0906338 10.5536 0.936192Z' fill='%2307CCAD'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    position: absolute;
    left: -28px;
    bottom: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.google-review-info .wp-google-place {
    text-align: center !important;
}

.google-review-info .wp-google-text {
    font-family: 'Ploni' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: right !important;
    text-transform: uppercase !important;
    color: #3A3B5E !important;
    margin-top: 16px !important;
}

.google-review-info .wp-gr.wpac a.wp-google-name {
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    text-align: right !important;
    text-transform: uppercase !important;
    color: #081551 !important;
}

.google-review-info .wp-gr .wp-star svg {
    width: 25px !important;
    height: 25px !important;
    margin-right: 0px;
    fill: #07CCAD;
}

.google-review-info .wp-gr .wp-star svg path {
    fill: #FAA61A;
}

.google-review-info .wp-google-left {
    padding-top: 20px !important;
    order: 1;
    padding-right: 0 !important;
}

.google-review-info .grw-review-inner.grw-backgnd {
    display: flex;
    flex-direction: column;
}

.google-review-info .wp-gr .grw-review .wp-google-feedback {
    height: 269px !important;
    margin-left: -15px !important;
    padding-left: 80px !important;

}

.google-review-info .wp-gr .grw-review .wp-google-stars {
    margin: 15px 0 15px 0 !important;
}

.google-review-info .wp-gr {
    padding: 0 !important;
    margin: 0 !important;
}

.google-review-info .wp-gr .grw-btns svg path {
    fill: #000000 !important;
}

.grw-review-inner.grw-backgnd:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='58' viewBox='0 0 77 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.2479 0.875977C30.457 0.875977 32.2479 2.66684 32.2479 4.87598V24.3212C32.2479 41.2938 21.7848 53.1362 6.67232 57.259C4.89533 57.7438 3.05984 56.7728 2.28353 55.1024C1.30199 52.9905 2.34251 50.4695 4.25195 49.1361C8.56335 46.1256 11.5727 41.2849 12.6942 36.5584C13.2042 34.4089 11.3886 32.5972 9.17951 32.5972H4.43115C2.22202 32.5972 0.431152 30.8064 0.431152 28.5972V4.87598C0.431152 2.66684 2.22201 0.875977 4.43115 0.875977H28.2479ZM72.9213 0.875977C75.1304 0.875977 76.9213 2.66684 76.9213 4.87598V24.3212C76.9213 41.2946 66.4096 53.1402 51.29 57.2602C49.5136 57.7442 47.6789 56.7735 46.9023 55.1042C45.9196 52.9919 46.96 50.4692 48.8702 49.1356C53.1826 46.125 56.192 41.2846 57.3135 36.5584C57.8235 34.4089 56.0079 32.5972 53.7988 32.5972H49.1046C46.8954 32.5972 45.1046 30.8064 45.1046 28.5972V4.87598C45.1046 2.66684 46.8955 0.875977 49.1046 0.875977H72.9213Z' fill='%23E4F7FF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 57px;
    position: absolute;
    left: 18px;
    top: 18px;
}

.google-review-info .wp-gr .grw-btns svg {
    /* border-radius: 50% !important;
	stroke: #3A3B5E;
	border: 1px solid #135DA1 !important;
	padding: 10px; */
    font-size: 0;
    opacity: 0;
    position: absolute;
}

.google-review-info .wp-gr .grw-btns.grw-prev {
    bottom: -12% !important;
    position: absolute !important;
    right: 55px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 47px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #FFFFFF !important;
    transition: 0.4s;
    transform: rotate(0deg);
}

.google-review-info .wp-gr .grw-btns.grw-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='%23081551' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transition: 0.4s;
}

.google-review-info .wp-gr .grw-btns.grw-next {
    bottom: -12% !important;
    right: 0 !important;
    position: absolute !important;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 47px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-color: #FFFFFF !important;
    transition: 0.4s;
}

.google-review-info .wp-gr .grw-btns.grw-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='%23081551' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transition: 0.4s;
}

.google-review-info .wp-gr .rpi-dots-wrap {
    top: initial !important;
    bottom: -25px !important;
    right: 134px !important;
}

.google-review-info .wp-gr .rpi-dots-wrap .rpi-dots {
    width: 100% !important;
    overflow: hidden !important;
    gap: 0 !important;
    border-radius: 20px !important;
}

.google-review-info .wp-gr .rpi-dots-wrap .rpi-dot {
    width: 100% !important;
    transform: none !important;
    flex: auto !important;
    margin: 0 !important;
    border-radius: 20px !important;
    background-color: #98ADB133 !important;
    height: 4px !important;
    opacity: 1 !important;
    transition: 0.5s !important;
}

.google-review-info .wp-gr .rpi-dots-wrap .rpi-dot.active {
    background-color: #135DA1 !important;
    border-radius: 4px !important;
}

.google-review-info .wp-gr .grw-review {
    padding: 0 !important;
}

.google-review-info .wp-gr span.wp-google-stars {
    /* display: inline-block; */
    width: 20%;
}

.google-review-info .easy-review-details {
    padding-top: 17px !important;
    margin-top: 17px !important;
    border-top: 1px solid #BBE9F1 !important;
}

.google-review-info .easy-review-details {
    text-align: center !important;
}

.google-review-info .easy-review-details img {
    width: 100% !important;
    max-width: 106px !important;
    margin: 0 auto !important;
}

.google-review-info .easy-review-details .rating {
    margin-top: 13px !important;
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 54px !important;
    line-height: 32px !important;
    color: #081551 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.google-review-info .easy-review-details .rating-count {
    font-family: 'Ploni' !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-top: 36px !important;
}

.google-review-info .easy-review-details .rating-count b {
    font-weight: 700 !important;
    color: #081551 !important;
}




/* refund-amount */
/* .refund-amount-sec {
    margin: 96px 0 0 0;
} */

.refund-amount-bg {
    background: #081551;
    border-radius: 20px;
    padding: 58px 0;
}

.refund-amount-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.refund-amount-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.refund-amount-title span,
.refund-amount-subtitle span {
    color: #FFFFFF !important;
    font-weight: 700;
}

.refund-amount-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.refund-amount-btns {
    margin: 37px 0 57px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.refund-meta-txt {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding-right: 32px;
    display: inline-block;
}

.refund-meta-txt::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-57%);
    right: 0;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.744629' y='0.911133' width='26' height='26' rx='13' fill='%2307CCAD'/%3E%3Cpath d='M18.1541 10.4814L11.4261 17.2094L9.4165 15.1561' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.refund-amount-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.refund-info-btn {
    padding: 6px 42px;
    border-radius: 100px;
    align-items: center;
    display: inline-flex;
    gap: 16px;
    position: relative;
}

.refund-info-btn:first-of-type {
    padding: 6px 15px;
    background: #5CFFE5;
    gap: 10px;
}

.refund-info-btn {
    border: 1px solid #5CFFE5
}

.refund-btn-gif a img {
    width: 100%;
    max-width: 47px;
}

.refund-btn-link a {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.4s;
}

.refund-btn-link a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.refund-info-btn:first-of-type .refund-btn-link a {
    color: #081551;
}

.refund-btn-link a:hover span svg {
    transform: translateX(-5px);
}

.refund-btn-link a span svg {
    transition: 0.4s;
}

.refund-btn-link span {
    display: flex;
}

.refund-info-btn:first-of-type a span svg path {
    stroke: #081551;
}

.refund-btn-link a span svg path {
    stroke: #5CFFE5;
}



/* in media */
.home-media-press {
    margin: 114px 0 0 0;
}

.media {
    /* margin-top: 70px; */
    /* padding-bottom: 74px; */
}

.home-media-press .compared-online-title {
    font-size: 56px;
    line-height: 50px;
}

.media .title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
}

.media .items {
    display: flex;
}

.media .item {
    position: relative;
    border: 1px solid #4C6767;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 34px;
}

.media .item:last-child {
    margin-left: 0;
}

.media .article {
    width: 310px;
    padding: 170px 30px 127px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E5F8FF 100%);
}

.media .article .logo-media {
    position: absolute;
    top: 64px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    max-width: 222px;
    max-height: 80px;
}

.media .article .date {
    font-size: 20px;
    margin-bottom: 20px;
}

.media .article .name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
    color: #081551;
}

.media .article .read-more {
    position: absolute;
    bottom: 40px;
}

.media .article .read-more a {
    font-size: 23px;
    font-weight: 700;
    border-bottom: 1px solid #07CCAD;
    padding-left: 26px;
    padding-bottom: 4px;
    color: #081551;

}

.media .article .read-more a svg {
    position: absolute;
    top: 6px;
    left: 0;
}

.media .article .read-more a:hover svg {
    left: -4px;
}

.media .video .desc {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 210px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.media .video .logo-media {
    position: absolute;
    top: 24px;
    left: 20px;
}

.media .video .name {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 40px;
    padding: 0 60px;
    text-align: center;
}

.media .video .play-video {
    width: 100px;
    height: 100px;
    z-index: 1;
}

.media .video .play-video:hover {
    width: 110px;
    height: 110px;
}

.media .compared-online-title {
    margin-bottom: 51px;
}



/* about page */

/* breadcrumbs */
.breadcrumb-sec p#breadcrumbs {
    padding: 0;
}

.breadcrumb-sec {
    margin-top: 41px;
}

.breadcrumb-sec p#breadcrumbs span:first-of-type {
    color: #5CFFE5;
    gap: 3px;
}

.breadcrumb-sec p#breadcrumbs span.breadcrumb_last {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    text-align: right;
    color: #081551;
}

.breadcrumb-sec p#breadcrumbs span img {
    margin-top: -3px;
}

/* about info */
.about-info-sec {
    margin: 56px 0 46px 0;
}

.about-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 68px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 24px;
}

.about-title span {
    font-weight: 700;
    position: relative;
    color: #081551;
}

.about-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #80FFEB;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: -1;
}

.about-subtitle {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 26px;
}

.about-details {
    width: 100%;
    max-width: 967px;
    margin: 0 auto;
}

.about-details strong {
    color: #081551;
}

.about-details p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #081551;
}

.about-choose-us-sec .compared-online-title {
    font-size: 44px;
}

.about-choose-us-sec .choose-us-box-subtitle {
    font-size: 21px;
}

.compared-online-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.about-choose-us-sec .choose-us-boxes {
    max-width: 1142px;
}


/* about-achievement-sec */
.about-achievement-sec {
    margin: 63px 0 50px 0;
}

.about-achievement-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 44px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 19px;
    display: inline-block;
    color: #081551;
}

.about-achievement-title::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #80FFEB;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
}

.about-achievement-main {
    text-align: center;
}

.about-achievement-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #081551;
}

.achievement-number,
.achievement-number-info {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 80px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievement-prefix {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 80px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.achievement-txt {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-top: 16px;
}

.achievement-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 1142px;
    margin: 0 auto;
    margin-top: 63px
}

/* winners-awards-sec */
.winners-awards-sec-bg {
    background: #081551;
    border-radius: 20px;
    padding: 62px 20px 53px 20px;
}

.winners-awards-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 43px;
}

.winners-awards-details {
    width: 100%;
    max-width: 908px;
    margin: 48px auto 0 auto;
}

.winners-awards-details p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.winners-awards-img img {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
}

.winners-awards-main {
    position: relative
}

.winners-awards-main:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='127' height='264' viewBox='0 0 127 264' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.9175 55.0538C67.2905 77.5584 81.8859 109.23 81.8859 144.3C81.8859 195.952 50.2966 240.24 5.3877 258.78' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.6383 208.674C88.9797 211.609 111.485 207.078 117.303 169.124C93.3175 165.467 74.0271 180.093 69.6383 208.674Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.6491 247.864C46.3162 259.657 68.2603 266.351 91.3271 235.607C71.9347 220.982 48.0003 224.69 30.6491 247.864Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M84.5398 151.82C104.034 149.76 124.652 139.667 120.671 101.455C96.5325 103.979 81.5288 123.033 84.5398 151.82Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M75.6089 100.94C92.2966 90.6921 106.586 72.7193 86.5299 39.9152C65.8616 52.5837 60.5032 76.2212 75.6089 100.94Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.2046 55.4754C49.0527 36.4726 46.7052 13.6075 9.50231 4.02893C3.48044 27.5635 16.1366 48.2657 44.2046 55.4754Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 263px;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
}

.winners-awards-main:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='126' height='263' viewBox='0 0 126 263' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.3159 54.1757C58.9429 76.6803 44.3475 108.351 44.3475 143.422C44.3475 195.074 75.9368 239.362 120.846 257.902' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M56.5951 207.796C37.2537 210.731 14.7482 206.199 8.93045 168.245C32.9159 164.589 52.2063 179.215 56.5951 207.796Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M95.5844 246.985C79.9173 258.778 57.9732 265.473 34.9063 234.729C54.2988 220.104 78.2332 223.811 95.5844 246.985Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.6936 150.942C22.1991 148.882 1.58185 138.788 5.56241 100.577C29.7009 103.1 44.7046 122.155 41.6936 150.942Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.6245 100.062C33.9368 89.814 19.6476 71.8412 39.7035 39.037C60.3718 51.7055 65.7302 75.343 50.6245 100.062Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M82.0288 54.5972C77.1807 35.5945 79.5282 12.7294 116.731 3.15076C122.753 26.6853 110.097 47.3875 82.0288 54.5972Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 263px;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
}

/* about-leadership-sec */
.about-leadership-sec {
    margin: 74px 0 101px 0;
}

.about-leadership-sec .leadership-title {
    font-size: 56px;
}

.about-leadership-sec .leadership-field-boxes {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 138px;
}

.about-leadership-sec .leadership-field-boxes .leadership-field-box:last-of-type {
    grid-column-start: 2;
}

/* our-commitment-sec */
.our-commitment-bg {
    padding: 50px;
    background: #081551;
    border-radius: 20px;
}

.commitment-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.commitment-txt-top span {
    font-size: 42px;
    color: #5CFFE5 !important;
}

.commitment-txt-top {
    font-size: 26px;
    color: #FFFFFF;
}

.commitment-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}

.commitment-txt-bottom {
    font-size: 42px;
    color: #FFFFFF;
}

.commitment-txt-bottom span {
    color: #5CFFE5 !important;
}

.our-commitment-main {
    position: relative;
}

.our-commitment-main:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='83' height='64' viewBox='0 0 83 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5845 2.01367V26.709C36.5844 45.4736 24.196 58.1925 6.94678 61.5889L5.98486 61.7773L5.57178 60.8887L2.40088 54.0654L1.83154 52.8428L3.09521 52.3682C6.67386 51.025 9.66064 48.3397 11.7593 45.1191C13.5944 42.3029 14.7073 39.1418 14.9604 36.2354H2.26807V2.01367H36.5845ZM81.2583 2.01367V26.709C81.2582 45.4761 68.8125 58.1962 51.5659 61.5889L50.604 61.7773L50.1909 60.8896L47.0171 54.0664L46.4478 52.8428L47.7114 52.3682C51.2919 51.0249 54.2794 48.3389 56.3784 45.1182C58.2137 42.302 59.3264 39.1417 59.5796 36.2354H46.9419V2.01367H81.2583Z' stroke='%235CFFE5' stroke-width='2.5'/%3E%3C/svg%3E");
    width: 76px;
    height: 57px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -9px;
    right: -13px;
}

.our-commitment-main:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='83' height='63' viewBox='0 0 83 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.1001 61.7246V37.0293C46.1002 18.2647 58.4886 5.5458 75.7378 2.14941L76.6997 1.96094L77.1128 2.84961L80.2837 9.67285L80.853 10.8955L79.5894 11.3701C76.0107 12.7133 73.0239 15.3986 70.9253 18.6191C69.0902 21.4354 67.9773 24.5965 67.7241 27.5029H80.4165V61.7246H46.1001ZM1.42627 61.7246V37.0293C1.42632 18.2622 13.8721 5.54207 31.1187 2.14941L32.0806 1.96094L32.4937 2.84863L35.6675 9.67188L36.2368 10.8955L34.9731 11.3701C31.3927 12.7134 28.4051 15.3994 26.3062 18.6201C24.4709 21.4363 23.3581 24.5966 23.105 27.5029H35.7427V61.7246H1.42627Z' stroke='%235CFFE5' stroke-width='2.5'/%3E%3C/svg%3E");
    width: 76px;
    height: 57px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -9px;
    left: -13px;
}

.our-commitment-bg {
    position: relative;
}

.our-commitment-bg:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='42' viewBox='0 0 77 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5181 0.242676L76.0777 41.572H0.958443L38.5181 0.242676Z' fill='%23081551'/%3E%3C/svg%3E");
    width: 86px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

/* about-refund-amount */
.refund-amount-sec.about-refund-amount {
    margin-top: 88px;
}

.about-refund-amount .refund-amount-content {
    max-width: 968px;
}

.about-refund-amount .refund-amount-title,
.about-refund-amount .refund-meta-txt,
.about-refund-amount .refund-amount-subtitle,
.about-refund-amount .refund-btn-link a,
.about-refund-amount .refund-amount-title span,
.about-refund-amount .refund-amount-subtitle span {
    color: #081551 !important;
}

.about-refund-amount .refund-amount-bg {
    background: linear-gradient(360deg, rgba(237, 250, 255, 0) 0%, #E6F8FF 100%);
}

.about-refund-amount .refund-meta-txt::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.450195' y='0.529785' width='26' height='26' rx='13' fill='%235CFFE5'/%3E%3Cpath d='M17.8597 10.1001L11.1317 16.828L9.12207 14.7747' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* faq page */
.faq-page-bg {
    position: relative;
}

.faq-page-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(237, 250, 255, 0) 0%, #E6F8FF 100%);
    position: absolute;
    left: 0;
    bottom: -15%;
    transform: rotate(-180deg);
    z-index: -1;
}

.faq-page-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 68px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 14px;
    margin-top: 52px;
}

.faq-page-title span {
    font-weight: 700;
    color: #081551;
}

.faq-page-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.faq-page-boxes {
    margin-top: 42px;
    width: 100%;
    max-width: 908px;
    margin: 42px auto 0 auto;
}

.faq-info-box {
    padding: 13px 15px;
    background: #FFFFFF;
    border: 1px solid #BBE9F1;
    border-radius: 10px;
}

.faq-info-box:not(:last-of-type) {
    margin-bottom: 15px;
}

.faq-box-title span {
    display: flex;
    transition: 0.4s;
}

.faq-box-title.active span {
    transform: rotate(45deg);
}

.faq-box-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
    color: #081551;
}

.faq-box-content p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
}

.faq-box-content {
    padding: 15px 63px 13px 21px;
}


/* thank-you */

.thank-you-icon {
    margin-bottom: 28px;
}

.thank-you-icon lottie-player {
    margin: 0 auto;
}

.thank-you-main {
    text-align: center;
    margin-top: 26px;
}

.thank-you-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    color: #081551;
    margin-bottom: 26px;
}

.thank-you-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #081551;
    margin-bottom: 40px;
}

.thank-you-btn a {
    padding: 15px 35px 15px 31px;
}

/* blog page */
.blog-page-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 68px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 14px;
}

.blog-page-title span {
    font-weight: 700;
    color: #081551;
}

.blog-page-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 37px;
}

.blog-tab-title a {
    display: inline-block;
    padding: 17px 26px;
    background: #E6F8FF;
    color: #081551;
    border-radius: 25px;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 21px;
    line-height: 13.59px;
    text-align: center;
}

.blog-tab-title a.active {
    background: #081551;
    color: #FFFFFF;
    font-weight: 700;
}

ul.blog-page-tabs,
li.blog-tab-title {
    list-style: none;
}

ul.blog-page-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.blog-main-box-full {
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #BBE9F1;
    align-items: flex-end;
}

.blog-main-box-full {
    display: grid;
    grid-template-columns: 673px 1fr;
}

.blog-title-sec {
    margin-top: 57px;
    margin-bottom: 80px;
}

.blog-box-full-txt {
    padding: 42px 53px 46px 53px;
}

.blog-new-bags {
    padding: 2px 14px;
    display: inline-block;
    background: #5CFFE5;
    border-radius: 40px;
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 21px;
}
.blog-full-img {
    max-width: 50px;
}
a.blog-full-name {
    display: block;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 16px;
    text-decoration: none;
    display: block;
}

a.blog-full-name:focus {
    outline: none;
}

.blog-full-content {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
}

.blog-box-full-img img {
    width: 100%;
    height: 442px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-full-date-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-full-author-name {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 3px;
}

.blog-full-date {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
}

.blog-full-meta-btn span {
    display: flex;
}

.blog-full-meta-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #5CFFE5;
    border-radius: 25px;
    padding: 9px 28px 9px 10px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 21px;
    line-height: 13.59px;
    vertical-align: middle;
    color: #081551;
    transition: 0.4s;
}

.blog-full-meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-full-meta-btn a span {
    transition: 0.4s;
}

.blog-full-meta-btn a:hover span {
    transform: translateX(-5px)
}

.blog-main-list {
    display: flex;
    flex-direction: column;
    gap: 66px;
}

.blog-box-grid-txt {
    padding: 26px 19px 25px 24px;
    background: linear-gradient(180deg, #FFFFFF 54.29%, #E5F8FF 100%);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-box-grid {
    border: 1px solid #BBE9F1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.blog-main-boxes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

.blog-box-grid-img img {
    width: 100%;
    max-width: 439px;
    height: 288px;
    object-fit: cover;
    border-radius: 10px;
}

a.blog-box-grid-name {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 10px;
    flex-grow: 1;
    text-decoration: none;
    display: block;
}

a.blog-box-grid-name:focus {
    outline: none;
}

.blog-box-grid-content {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 15px;
    flex-grow: 1;
}

.blog-box-grid-date {
    /* font-family: 'Ploni '; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    text-transform: uppercase;
    color: #081551;
    flex-grow: 1;
}

.blog-information-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.blog-user-info-box {
    padding: 26px 30px 40px 26px;
    border-radius: 10px;
    background: #E6FFFB;
    border: 1px solid #BBE9F1;
}

.blog-user-box-icon {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.blog-user-box-title {
    margin-top: 18px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    color: #081551;
    margin-bottom: 5px;
}

.blog-user-box-txt {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #081551;
}

.blog-user-box-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #5CFFE5;
    border-radius: 25px;
    padding: 8px 18px;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 21px;
    line-height: 13.59px;
    vertical-align: middle;
    color: #081551;
    transition: 0.4s;
}

.blog-user-box-btn a span {
    display: flex;
    transition: 0.4s;
}

.blog-user-box-btn a:hover span {
    transform: translateX(-5px);
}

.blog-user-box-btn {
    text-align: center;
    margin-top: 20px;
}


/* default page */
.default-new-bg {
    padding: 37px 116px 44px 116px;
    background: linear-gradient(360deg, rgba(237, 250, 255, 0) 0%, #E6F8FF 100%);
    border-radius: 20px 20px 0 0;
}

.default-new-bg h1.title {
    margin: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #5CFFE5;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 68px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.default-new-bg .content-article h2:before {
    display: none;
}

.default-new-bg .content-article h2:first-child {
    padding: 0;
    margin: 32px 0 8px 0;
    border: none;
}

.default-new-bg .content-article h2 {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: right;
    color: #081551;
    padding-top: 28px;
    margin-top: 38px;
    border-top: 1px solid #A6DEF5;
    margin-bottom: 11px;
}

.default-new-bg .content-article p,
.default-new-bg .content-article ul li {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #081551;
}

.default-new-bg .content-article ul li strong {
    font-weight: 700;
}

/* single page */
.single-page-content ul {
    padding-right: 24px;
}

.single-post-publish-img img {
    height: 42px;
    width: 42px;
}

.single-page-grid {
    display: grid;
    grid-template-columns: 1fr 331px;
    gap: 10px;
    padding-top: 25px;
    align-items: flex-start;
}

.breadcrumb-single.breadcrumb-info #breadcrumbs {
    padding-top: 0;
}

.breadcrumb-info #breadcrumbs span a img {
    margin-top: -2px;
}

.breadcrumb-single.breadcrumb-info #breadcrumbs span a {
    color: #081551;
}

.single-grid-right {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 40px;
    align-items: flex-start;
}

.single-grid-social {
    position: sticky;
    top: 130px;
}

.single-grid-content {
    padding: 0 40px;
}

.breadcrumb-info #breadcrumbs>span {
    gap: 5px;
    color: #80FFEB !important;
}

.breadcrumb-info #breadcrumbs .breadcrumb_last {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #081551;
}

.breadcrumb-info #breadcrumbs span {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: right;
    color: #081551;
}

.single-page-width {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
}

.single-post-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: right;
    color: #081551;
}

.single-post-publish-info {
    display: flex;
    align-items: center;
    gap: 13px;

}

.singlepage-social-mob {
    margin-top: 30px;
}

.single-page-intro {
    border-top: 1px solid #62CCF9;
    padding-top: 27px;
    margin-top: 19px;
}

.single-post-publish-txt {
    display: flex;
    align-items: center;
}

.single-post-publish-name {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    border-left: 1px solid #5CFFE5;
    padding-left: 10px;
    margin-left: 10px;
    color: #081551;
}

.single-post-publish-name a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: solid;
    margin-left: 5px;
    color: #081551;
}

.single-post-publish-date {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #081551;
}

.single-page-intro p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #081551;
}

.single-page-intro p:not(:last-of-type) {
    margin-bottom: 15px;
}

.single-page-intro p span {
    font-weight: 700;
}

.single-free-eligibility-bg {
    display: block;
    margin: 20px 0 0;
    padding: 6px 20px;
    background: #081551;
    box-shadow: 0px 4px 10px 0px #0815511A;
    border-radius: 40px;
    position: relative;
}

.single-free-eligibility-bg:before {
    content: '';
    width: 40px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='30' viewBox='0 0 44 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3437_651)'%3E%3Cpath d='M14 26L2 14L14 2' stroke='%235CFFE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_3437_651)'%3E%3Cpath d='M28 26L16 14L28 2' stroke='%235CFFE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_3437_651)'%3E%3Cpath d='M42 26L30 14L42 2' stroke='%235CFFE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3437_651' x='0.5' y='0.5' width='15' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3437_651'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3437_651' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_3437_651' x='14.5' y='0.5' width='15' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3437_651'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3437_651' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_3437_651' x='28.5' y='0.5' width='15' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3437_651'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3437_651' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 115px;
    top: 50%;
    transform: translateY(-50%);
}

.single-free-eligibility-bg:after {
    content: '';
    width: 40px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='30' viewBox='0 0 44 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3437_655)'%3E%3Cpath d='M30 26L42 14L30 2' stroke='%235CFFE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_3437_655)'%3E%3Cpath d='M16 26L28 14L16 2' stroke='%235CFFE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_3437_655)'%3E%3Cpath d='M2 26L14 14L2 2' stroke='%235CFFE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3437_655' x='28.5' y='0.5' width='15' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3437_655'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3437_655' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_3437_655' x='14.5' y='0.5' width='15' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3437_655'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3437_655' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_3437_655' x='0.5' y='0.5' width='15' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3437_655'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3437_655' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 115px;
    top: 50%;
    transform: translateY(-50%);
}

.free-eligibility-text {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.1em;
    text-align: center;
    color: #FFFFFF;
}

.free-eligibility-text span {
    color: #FFFFFF !important;
    font-weight: 700;
    display: block;
}

.single-features-img {
    margin-top: 39px;
    margin-bottom: 32px;
}

.single-features-img img {
    border-radius: 6px;
}

.single-grid-content p,
.single-grid-content ul li,
.single-grid-content ol li {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #081551;
    margin-bottom: 20px;
}

.single-grid-content p span,
.single-grid-content p strong,
.single-grid-content ul li span,
.single-grid-content ul li strong,
.single-grid-content ol li span,
.single-grid-content ol li strong {
    color: #081551;
}

.single-page-intro p span {
    color: #081551;
}

.single-grid-content p a {
    color: #07CCAD;
    font-weight: 700;
    text-decoration: underline;
}

.single-grid-content ul li::marker {
    color: #5CFFE5;
}

.single-grid-content h2 {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: right;
    color: #081551;
    margin-bottom: 20px;
    padding-top: 30px;
    margin-top: 32px;
    border-top: 1px solid #A6DEF5;
}

.single-grid-content h2 strong,
.single-grid-content h2 span {
    color: #081551;
}

.single-grid-social-mob {
    display: none;
}

.social-icon-box svg circle {
    stroke: #5CFFE5;
}

.social-icon-box:hover svg circle {
    fill: #5CFFE5;
}

.social-icon-box:not(:last-of-type) {
    margin-bottom: 8px;
}

a#email-share svg path {
    fill: none;
    stroke: #081551;
}

.social-icon-box {
    display: inline-block;
}

.highlight-animation {
    /* background: #80FFEB; */
    background: linear-gradient(to right, #80FFEB 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200%;
    background-position: -100% 0;
    transition: 0.6s ease-in-out;
}

.highlight-animation.active {
    background-position: 0 0;
}

.single-grid-toc {
    position: sticky;
    top: 130px;
}

.singlepage-sidebar-toc {
    margin-top: 37px;
}

.singlepage-sidebar-toc .table-of-contents {
    box-shadow: none;
    background: linear-gradient(360deg, #FFFFFF 0%, #E8F8FF 100%);
    border-radius: 10px;
    border: 1px solid #E8F8FF;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-title {
    padding: 17px 19px 14px 16px;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-title span:before {
    display: none;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-title span {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    text-align: right;
    color: #081551;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-content {
    border-color: #BCDCEB;
    padding: 20px 20px 25px 20px;
    max-height: 100%;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-content .item.active {
    background: transparent;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-content .item.active a {
    font-weight: 700;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-content .item {
    padding: 0;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-content .item:not(:last-of-type) {
    margin-bottom: 15px;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-content .item a {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    color: #081551;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-title:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.49994L10 12.4999L5 7.49994' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s;
}

.singlepage-sidebar-toc .table-of-contents .acordion-item-title.active::after {
    transform: rotate(180deg) translateY(50%);
}

.back-to-top svg.ts-02 {
    margin: 0;
}

.page-share .share-title {
    display: none;
}



/*  */
.single-grid-content .main .form-block {
    width: auto;
    padding: 22px 42px 30px 24px;
}

.single-grid-content .main .form-block .tab {
    flex-wrap: wrap !important;
    align-items: flex-start;
    height: 100% !important;
    width: 100%;
    margin-right: 12px;
}

.single-grid-content .main .form-block .tab .text {
    width: 100%;
    margin-bottom: 21px;
}

.single-grid-content .main .form-block .tab.active {
    justify-content: flex-start;
}

.single-grid-content .main .form-block .tab p {
    margin: 0;
}

.fieldtop {
    position: relative;
    border: 1px solid #fff;
    background-color: #081551;
    border-radius: 6px;
    margin-bottom: 0;
    width: 36%;
    padding: 0;
    margin: 0 !important;
    max-width: 100%;
    margin-left: 21px !important;
}

.fieldtop input {
    width: 100%;
    padding: 0 13px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: 0;
    box-sizing: border-box;
}

.fieldtop input::placeholder {
    color: #fff;
}

.fieldtop.error {
    border: 1px solid #C20404;
}

.fieldtop .error-empty {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #C20404;
}

.fieldtop .error-tel,
.fieldtop .error-email {
    position: absolute;
    bottom: 8px;
    left: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #C20404;
}

.single-grid-social .share-items {
    flex-direction: column;
    gap: 8px;
}

.single-grid-social .share-items svg.ts-02 {
    margin-right: 0;
}

.single-grid-social .share-items a {
    margin-right: 0 !important;
    border-color: #5CFFE5 !important;
}

.page-share,
.page-share .share-title {
    margin-bottom: 18px !important;
    justify-content: center;
    flex-direction: column;
}

.single-grid-social-title {
    text-align: center;
    margin-bottom: 18px;
}

.single-grid-content .main .form-block .tab .text p {
    font-family: 'Ploni';
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1.1em !important;
    text-align: right;
}

.single-grid-content .main .form-block .tab .text .ft-2 p {
    color: #5CFFE5;
}

.single-grid-content .main .form-block .tab-number {
    background: #5CFFE5;
    color: #081551;
}

.single-grid-content .main .form-block .btn {
    background: #5CFFE5;
}

.single-grid-content .main .form-block .btn .txt-b {
    color: #081551;
}

.single-grid-content .main .form-block .btn .txt-b svg path {
    stroke: #081551;
}

.single-grid-content .additional-posts .post-item {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.further-reading-post .items.items-mini {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 18px;
    padding: 0;
}

.further-reading-post .title {
    font-size: 28px !important;
    font-weight: 700 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    margin-bottom: 20px !important;
    padding-top: 13px !important;
    margin-top: 40px !important;
    border-top: 1px solid #A6DEF5 !important;
    color: #081551 !important;
}

.further-reading-post .additional-posts {
    margin-top: 0;
}

.single-grid-content .additional-posts .post-item .image {
    width: 100% !important;
    margin: 0 !important;
    height: 166px !important;
}

.single-grid-content .additional-posts .post-item .details {
    padding: 15px 17px 9px 23px !important;
}

.single-grid-content .additional-posts .post-item .details span {
    display: none !important;
}

.single-grid-content .additional-posts .post-item .details h3 {
    padding: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    text-align: right !important;
    color: #081551 !important;
}

.single-grid-content .additional-posts .post-item .image img {
    object-fit: cover !important;
    height: 166px;
}

.singlepage-sidebar-form .main .form-block {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 16px 30px;
}

.singlepage-sidebar-form .main .form-block .tab-number {
    top: 0;
    left: 50%;
    right: initial;
    transform: translate(-50%, 20px);
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 1.1em;
    background: #5CFFE5;

}

.singlepage-sidebar-form .main .form-block .tab,
.singlepage-sidebar-form .main .form-block .tab.active {
    flex-wrap: wrap;
}

.singlepage-sidebar-form .main .form-block .tab {
    margin-top: 76px;
    height: auto;
}

.singlepage-sidebar-form .main .form-block .tab .text {
    margin-left: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.singlepage-sidebar-form .main .form-block .tab .text p {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    text-align: center;
}

.singlepage-sidebar-form .main .form-block .tab .text .ft-2 p {
    color: #5CFFE5;
}

.singlepage-sidebar-form .main .form-block .btn {
    background: #5CFFE5;
}

.singlepage-sidebar-form .main .form-block .btn-next .txt-b {
    color: #081551;
}

.singlepage-sidebar-form .main .form-block .btn-next .txt-b svg path {
    stroke: #081551;
}

.singlepage-sidebar-form .main .form-block .tab .text .ft-1 p,
.singlepage-sidebar-form .main .form-block .tab .text .ft-2 p {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    text-align: center;
}

.singlepage-sidebar-form .fieldtop {
    width: 100%;
    margin-left: 0 !important;
    max-width: 255px;
    margin-bottom: 20px !important;
}

.singlepage-sidebar-form .main .form-block .select-block {
    width: 100%;
    margin: 0;
    max-width: 255px;
    margin-bottom: 20px;
}

.singlepage-sidebar-form .main .form-block .field {
    margin-left: 0;
}

.singlepage-sidebar-form .main .form-block .field-block .field-name {
    height: auto;
}

.singlepage-sidebar-form .main .form-block .field-block .field-name p {
    font-size: 18px;
}

.singlepage-sidebar-form .select-block select.wpcf7-form-control {
    padding: 13px 12px;
}

.single-grid-content .main .form-block .tab.tab-2 .select-block {
    width: 31.2%;
    margin-left: 0;
    box-sizing: border-box;
}

.single-grid-content .main .form-block .tab.tab-2 {
    gap: 16px;
    box-sizing: border-box;
    margin-right: 0;
}

.single-grid-content .main .form-block .tab.tab-2 .field-block .field-name p {
    font-size: 18px;
    height: 53px;
    display: flex;
    align-items: end;
}

.single-grid-content .main .form-block .tab.tab-2 .field-block .field-name {
    height: auto;
    box-sizing: border-box;
}

.single-grid-content .tab.tab-2 .select-block select.wpcf7-form-control {
    padding: 13px 12px;
}

.single-grid-content .main .form-block .tab.tab-2 .field {
    margin-left: 0;
    box-sizing: border-box;
}

.single-grid-content .main .form-block .tab.tab-2 .buttons {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.single-page-author-box {
    margin-top: 50px;
}

.single-page-author-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    text-align: right;
    color: #081551;
    position: relative;
}

.single-page-author-title span {
    color: #081551;
}

.single-page-author-title:before {
    content: '';
    width: 100%;
    border: 1px solid #5CFFE5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.single-page-author-title span {
    background: #FFFFFF;
    padding-left: 25px;
}

.single-page-author-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 102px 1fr;
    gap: 32px;
    padding-left: 4px;
}

.singlepage-author-img .object-fit-cover {
    object-fit: none;
    width: auto;
    height: auto;
}

.singlepage-author-name {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: right;
    color: #081551;
    margin-bottom: 20px;
}

.singlepage-author-name a {
    font-weight: 700;
    text-decoration: underline;
    margin-left: 5px;
    color: #081551;
}

.singlepage-author-info p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #081551;
}

.singlepage-author-info p strong,
.singlepage-author-info p span {
    color: #081551;
}

.singlepage-author-info p a {
    font-weight: 700;
}

.single-page-grid .page-share .share-items a:hover {
    background: #5CFFE5;
}

.single-page-grid .page-share .share-items a:hover path {
    stroke: #081551 !important;
    fill: transparent !important;
}

.single-grid-content .page-share .share-items a,
.single-grid-content .page-share .share-items a {
    border-color: #5CFFE5;
}

.post-type-archive-service .buttons-all-service {
    gap: 0;
    flex-wrap: wrap;
}

.single-grid-social-mob .page-share {
    margin: 0 !important;
}
@media (max-width: 1440px) {
    .process-funcation-boxes {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

@media (max-width: 1300px) {
    .documents-guide-info {
        background-image: none;
    }
}

/* @media (max-width: 1000px) {
    .certificate {
        display: block !important;
    }
    .certificate .button {
        font-size: 0 !important;
        padding-left: 0 !important;
    }
    .certificate.open .window{
        width: 100% !important;
        display: flex !important;
        padding: 27px 34px 14px 20px !important;
        flex-wrap: wrap !important;
        box-sizing: border-box !important;
    }
    .certificate {
        bottom: 150px !important;
    }
    .certificate.open {
        bottom: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        border-top: 1px solid #081551 !important;
    }
    .certificate.open .window .t-2{
        width: 45% !important;
        margin-right: 15px !important;
    }
    .certificate.open .window .t-2 , .certificate.open .window .t-3{
        font-family: 'Ploni' !important;
        font-weight: 400 !important;
        font-size: 17px !important;
        line-height: 20px !important;
        text-align: right !important;
        color: #081551 !important;
    } 
    .certificate.open .window .t-3{
        font-weight: 700 !important;
        margin: 0 !important;
        text-align: left !important;
        width: 100% !important;
        margin-top: -60px !important;
        margin-right: -13px !important;
    }
    .certificate.open .window .t-3 br {
        display: none !important;
    }
    .certificate.open .window .t-1 div .ya {
        font-family: 'Ploni' !important;
        font-weight: 700 !important;
        font-size: 65.11px !important;
        line-height: 100% !important;
        text-align: right !important;
        color: #081551 !important;
    }
    .certificate.open .window .t-1 div{
        font-family: 'Ploni' !important;
        font-weight: 700 !important;
        font-size: 15.06px !important;
        line-height: 110.00000000000001% !important;
        text-align: right !important;
        margin: 0 5px !important;
        color: #081551 !important;
    }
    .certificate.open .window .t-1 svg{
        width: 33px !important; 
        height: 69px !important;
    }
    .certificate.open .window .img-1 span{
        display: flex !important;
        width: 100% !important;
        align-items: center;
        gap: 10px !important;
        font-family: 'Ploni' !important;
        font-weight: 700 !important; 
        font-size: 16px !important;
        line-height: 16px !important;
        text-align: right !important;
        color: #081551 !important;
        margin: 0 !important;
    }
    
    .certificate.open .window .img-1 {
        width: 100% !important;
        flex-direction: row-reverse !important;
        gap: 11px !important;
    }
    
    .certificate.open .window .close {
        width: 30px !important;
        height: 30px !important;
        left: 6px !important;
        top: 6px !important;
    }
    
    .certificate.open .window .img-1 span img {
        width: 100% !important;
        max-width: 50px;
        height: 50px !important;
    }
    .mdp-readabler-trigger-button-box.bottom-right{
        z-index: 1;
    }
} */

@media (max-width: 1024px) {
    .singlepage-sidebar-toc .table-of-contents .acordion-item-title span {
        font-size: 23px;
        line-height: 44px;
    }

    .singlepage-sidebar-toc .table-of-contents .acordion-item-title {
        padding: 2px 17px;
    }

    .single-grid-content ol {
        padding-right: 20px;
    }

    .single-post-publish-name {
        font-size: 18px;
        line-height: 20px;
    }

    .single-post-publish-name a {
        margin-left: 5px !important;
    }

    .breadcrumb-sec {
        margin-top: 11px;
    }

    .bg-income-tax-icon lottie-player {
        width: 45px !important;
    }

    .choose-us-box-icon lottie-player {
        width: 77px !important;
    }

    .tax-refund-icon lottie-player {
        width: 90px !important;
    }

    .refund-btn-gif lottie-player {
        width: 38px !important;
    }

    /* banner */
    .banner-info-vid video {
        width: 100% !important;
    }

    .hero-meta-main {
        justify-content: center;
    }

    .hero-bg-flex {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero-banner-sec {
        margin: 12px 0 64px 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
        text-align: center;
        display: inline-block;
    }

    .hero-right-txt {
        text-align: center;
    }

    .hero-title h2 {
        font-size: 29px;
        margin: 0;
    }

    .hero-title:before {
        height: 6px;
        width: 90%;
    }

    .hero-subtitle {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 16px;
    }

    .hero-subtitle span {
        display: block;
    }

    .hero-metatitle {
        font-size: 18px;
        line-height: 22px;
        padding-left: 4px;
        margin-left: 4px;
    }

    .bg-income-tax-box {
        margin: 19px 0 17px 0;
        padding: 11px 15px 11px 8px;
    }

    .bg-income-tax-title {
        font-size: 18px;
        line-height: 22px;
    }

    .hero-banner-link a {
        padding: 10px 20px 10px 14px;
        font-size: 18px;
    }

    .hero-banner-link {
        text-align: center;
        margin-bottom: 28px;
    }

    .bg-income-tax-icon img {
        width: 100%;
        max-width: 82px;
    }

    .banner-info-vid-icon svg {
        width: 100%;
        max-width: 22px;
    }

    .banner-info-vid-icon {
        width: 53px;
        height: 53px;
    }

    .banner-info-vid {
        /* height: 273px; */
    }



    /* leadership-field */
    .leadership-field-boxes {
        grid-template-columns: 1fr;
        gap: 78px;
    }

    .leadership-field-sec {
        margin: 52px 0 57px 0;
    }

    .leadership-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .leadership-title span::before {
        height: 6px;
    }

    .leadership-subtitle {
        font-size: 22px;
        line-height: 26px;
    }

    .leadership-subdetails p {
        font-size: 19px;
        line-height: 26px;
    }

    .leadership-field-boxes {
        margin-top: 90px;
    }

    .leader-img img {
        width: 100%;
        max-width: 94px;
    }

    .leader-img {
        margin-top: -50px;
    }

    .leadership-field-box {
        padding: 0 16px 22px;
        border-radius: 10px;
    }

    .leader-name {
        margin: 15px 0 0 0;
        font-size: 28px;
        line-height: 25px;
    }

    .leader-designation {
        font-size: 21px;
        margin: 0;
    }

    .leader-details {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .leader-description {
        padding: 11px 15px 13px 12px;
        border-right: none;
        border-bottom: 3px solid #5CFFE5;
    }

    .leadership-field-sec .hero-banner-link {
        margin: 35px 0 0 0;
    }

    .leader-description p {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    /* compared-online */
    .compared-online-title {
        font-size: 32px;
        line-height: 38px;
    }

    .main-compared-boxes {
        margin-top: 26px;
    }

    .compared-online-title span {
        display: inline-block;
    }

    .compared-online-title span::before {
        height: 8px;
        bottom: 6px;
        width: 100%;
    }

    .main-compared-box.main-compared-box-title {
        grid-template-columns: 50% 50%;
    }

    .main-compared-box.main-compared-box-title {
        border-right: 0;
    }

    .main-compared-box-title .competitor-text-title {
        /* display: none; */
        font-size: 20px;
    }

    .main-compared-box {
        grid-template-columns: 50% 50%;
        border-right: 1px solid #07CCAD;
    }

    .main-compared-boxes:before {
        right: 0;
        border-radius: 0;
        border-right: 0;
    }

    .parameter-box-info {
        grid-column: span 2;
    }

    .parameter-box-info {
        justify-content: center;
        padding: 8px;
        border-bottom: 1px solid #BBE9F1;
        background: #FFFFFF;
    }

    .competitor-text-title {
        padding: 10px 19px;
        font-size: 18px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }

    .wintax-text-title {
        padding: 0px 17px;
        font-size: 18px;
        line-height: 20px;
    }

    .wintext-lable-flex {
        flex-direction: column;
        padding: 15px 0;
    }

    .main-compared-box-title .parameter-box-info {
        background: transparent;
        border: none;
        grid-column: auto;
        order: 1;
        font-size: 20px;
        display: none;
    }

    .main-compared-box-title .wintax-text-title img {
        width: 100%;
        max-width: 82px;
    }

    .compared-online-main .hero-banner-link {
        margin-top: 37px;
    }

    /* why-choose-us-sec */
    .choose-us-boxes {
        grid-template-columns: 1fr 1fr;
        margin: 0;
        gap: 12px;
    }

    .why-choose-us-sec {
        margin: 29px 0 67px 0;
    }

    .main-choose-us .compared-online-title {
        line-height: 74px;
    }

    .choose-us-box {
        padding: 12px 13px;
        border-radius: 6px;
    }

    .choose-us-box-icon {
        max-width: 77px;
    }

    .choose-us-box-details {
        margin-top: 4px;
    }

    .choose-us-box-title {
        font-size: 24px;
    }

    .choose-us-box-subtitle {
        font-size: 20px;
        margin-top: 0px;
    }

    .choose-us-box-details img {
        width: 100%;
        max-width: 122px;
        max-height: 22px;
    }

    /* Checking tax refund */
    .checking-tax-refund-bg {
        grid-template-columns: 1fr;
        padding: 39px 22px 26px;
        gap: 25px;
        max-width: 400px;
        margin: 0 auto;
    }

    .tax-refund-txt-info {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 13px;
    }

    .tax-refund-icon {
        text-align: center;
        margin: 0 auto;
        order: 1;
    }

    .tax-refund-title {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .tax-refund-title span {
        display: block;
    }

    .tax-refund-icon a img {
        max-width: 90px;
    }

    .tax-refund-form-field input.wpcf7-form-control.wpcf7-text {
        padding: 9px 14px;
        font-size: 20px;
        line-height: 29px;
    }

    .tax-refund-form-flex {
        margin-top: 15px;
        gap: 15px;
        flex-direction: column;
    }

    .tax-refund-form-flex .tax-refund-form-field {
        width: 100%;
    }

    .tax-refund-form-flex .buttons {
        margin-right: auto;
    }

    .tax-refund-form-flex .btn-3.send-form-contacts {
        padding: 0 24px 0 10px !important;
        margin-left: 0;
    }

    .tax-refund-left-info:before {
        background-image: url("data:image/svg+xml,%3Csvg width='299' height='479' viewBox='0 0 299 479' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.861328 474.391L0.861328 20.3809C0.861328 18.4479 2.42833 16.8809 4.36133 16.8809H129.376C130.42 16.8809 131.432 16.5177 132.238 15.8535L149.967 1.23828L167.696 15.8535C168.502 16.5178 169.514 16.8808 170.559 16.8809H294.361C296.294 16.8809 297.861 18.4479 297.861 20.3809V474.391C297.861 476.324 296.294 477.891 294.361 477.891H4.36133C2.42833 477.891 0.861328 476.324 0.861328 474.391Z' fill='%23081551' stroke='%235CFFE5'/%3E%3C/svg%3E%0A");
        margin: 0;
    }

    .tax-refund-left-info {
        padding: 40px 22px 0px 22px;
        max-width: 220px;
        margin: 0 auto;
    }

    .tax-refund-left-info ul {
        padding-bottom: 22px;
    }

    .tax-refund-left-info p,
    .tax-refund-left-info ul li {
        font-size: 19px;
        line-height: 26px;
    }

    .tax-refund-left-info li {
        padding-right: 34px;
    }

    .tax-refund-left-info li:before {
        width: 20px;
        height: 20px;
        top: 5px;
    }

    /* process sec */
    .process-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 11px;
    }

    .process-page-sec {
        margin-top: 55px;
    }

    .process-subtitle {
        font-size: 22px;
    }

    .process-boxes {
        margin-top: 65px;
    }

    .process-stap-number {
        font-size: 24px;
    }

    .process-stap-btn h3 {
        padding: 10px;
        width: -webkit-fill-available;
        font-size: 26px;
    }

    .process-stap-title p {
        font-size: 19px;
        line-height: 25px;
        margin-top: 16px;
    }

    .process-stap-icon {
        max-width: 90px;
        height: 90px;
    }

    .process-stap-icon lottie-player {
        width: 60px !important;
    }

    .process-box-info {
        margin-bottom: 17px;
    }

    .documents-grid-right {
        grid-template-columns: 1fr;
        padding-right: 0;
        border: none;
        gap: 32px;
    }

    .documents-need-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .documents-need-sec {
        margin-top: 56px;
    }

    .documents-need-bg {
        padding: 30px 22px;
        border-radius: 10px;
    }

    .documents-grid-left {
        flex-direction: column;
        gap: 19px;
    }

    .documents-icon img {
        width: 100%;
        max-width: 78px;
        height: 78px;
    }

    .documents-title {
        font-size: 32px;
        line-height: 38px;
    }

    .documents-list-main {
        padding-right: 40px;
    }

    .documents-list-info {
        font-size: 20px;
    }

    .documents-guide-info {
        padding: 15px;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
    }

    .process-funcation-boxes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 27px;
    }

    .process-funcation-icon {
        padding: 22px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .process-funcation-icon lottie-player {
        width: 70px !important;
    }

    .process-funcation-txt {
        margin-top: 14px;
        font-size: 19px;
        line-height: 22px;
    }

    .process-funcation-title {
        font-size: 32px;
        line-height: 38px;
    }

    .process-funcation-title span::before {
        height: 6px;
        bottom: 8px;
    }

    .process-funcation-sec {
        margin: 54px 0 0 0;
    }

    /* customers-recommend-sec */
    .customers-video-grid {
        flex-wrap: nowrap !important;
        flex-direction: column;
        margin-top: 22px;
        margin-bottom: 0;
        gap: 22px;
    }

    .customers-recommend-sec .compared-online-title {
        font-size: 32px;
    }

    .customers-recommend-sec {
        margin: 62px 0 45px 0;
    }

    /* refund-amount */
    /* .refund-amount-sec {
        margin: 44px 0 0 0;
    } */

    .refund-amount-bg {
        padding: 35px 18px 29px 18px;
    }

    .refund-amount-sec.about-refund-amount {
        margin-top: 50px;
    }

    .about-refund-amount .refund-amount-meta {
        padding-right: 0px;
    }

    .refund-amount-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 18px;
        padding: 0 3px;
    }

    .refund-amount-subtitle {
        font-size: 19px;
        line-height: 26px;
    }

    .refund-amount-btns {
        margin: 25px 0;
        flex-direction: column;
        gap: 15px;
    }

    .refund-info-btn:first-of-type {
        padding: 4px 10px 4px 0;
        gap: 2px;
    }

    .refund-info-btn:first-of-type .refund-btn-link a {
        gap: 0;
    }

    .refund-btn-link a {
        font-size: 20px;
        gap: 21px;
    }

    .refund-btn-gif a img {
        max-width: 38px;
    }

    .refund-info-btn {
        padding: 4px 9px 4px 15px;
        gap: 22px;
        width: -webkit-fill-available;
    }

    .refund-amount-meta {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding-right: 22px;
    }


    /* about */
    .about-choose-us-sec .choose-us-boxes {
        gap: 20px;
    }

    .about-choose-us-sec .choose-us-box-details {
        margin-top: 14px;
    }

    .about-choose-us-sec .choose-us-box-subtitle {
        font-size: 19px;
        line-height: 26px;
    }

    .about-choose-us-sec .choose-us-box {
        padding: 20px 13px 25px;
        border-radius: 10px;
    }

    .about-choose-us-sec .compared-online-title {
        font-size: 30px;
    }

    .about-choose-us-sec .compared-online-title span::before {
        width: calc(100% + 98px);
        left: 0;
        right: initial;
    }

    .compared-online-subtitle {
        font-size: 22px;
    }

    .about-choose-us-sec .choose-us-boxes {
        margin-top: 20px;
    }

    .about-info-sec {
        margin: 21px 0 13px 0;
    }

    .about-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .about-title span::before {
        height: 6px;
        bottom: 8px;
    }

    .about-subtitle {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .about-details p {
        font-size: 19px;
        line-height: 26px;
    }

    .achievement-boxes {
        flex-wrap: wrap;
        margin-top: 12px;
        gap: 20px;
    }

    .about-achievement-sec {
        margin: 33px 0 30px 0;
    }

    .about-achievement-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about-achievement-title::before {
        height: 6px;
        bottom: 25px;
    }

    .about-achievement-subtitle {
        font-size: 22px;
    }

    .achievement-number,
    .achievement-number-info {
        font-size: 40px;
    }

    .achievement-prefix {
        font-size: 40px;
    }

    .achievement-txt {
        font-size: 19px;
        margin-top: 0;
    }

    .achievement-box {
        width: calc(50% - 10px);
    }

    .btn-3.send-form-contacts p {
        height: 48px;
    }


    /* winners-awards */
    .winners-awards-sec-bg {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .winners-awards-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 34px;
    }

    .winners-awards-img img {
        max-width: 191px;
    }

    .winners-awards-details {
        margin-top: 39px;
    }

    .winners-awards-details p {
        font-size: 19px;
        line-height: 26px;
    }

    .winners-awards-main:before {
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='97' viewBox='0 0 47 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3572 20.4736C24.8416 28.6428 30.1397 40.1394 30.1397 52.8698C30.1397 71.6196 18.6728 87.6962 2.37097 94.4259' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.6938 76.2371C32.7148 77.3027 40.8842 75.6576 42.9961 61.8804C34.2894 60.5531 27.287 65.8621 25.6938 76.2371Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5408 90.4632C17.2279 94.7441 25.1936 97.1743 33.5668 86.0141C26.5274 80.7051 17.8392 82.051 11.5408 90.4632Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.1031 55.5998C38.1796 54.8521 45.6636 51.1881 44.2187 37.3174C35.4564 38.2334 30.0101 45.15 31.1031 55.5998Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.8611 37.1306C33.9187 33.4105 39.1057 26.8864 31.8254 14.9785C24.3229 19.5772 22.3777 28.1576 27.8611 37.1306Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4614 20.6272C18.2212 13.7292 17.3691 5.42918 3.86445 1.95215C1.67852 10.4952 6.27268 18.01 16.4614 20.6272Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 45px;
        height: 95px;
        top: 38%;
        right: 6%;
    }

    .winners-awards-main:after {
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='97' viewBox='0 0 47 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5401 20.4736C22.0557 28.6428 16.7576 40.1394 16.7576 52.8698C16.7576 71.6196 28.2245 87.6962 44.5264 94.4259' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2035 76.2371C14.1826 77.3027 6.01311 75.6576 3.90127 61.8804C12.608 60.5531 19.6104 65.8621 21.2035 76.2371Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.3566 90.4632C29.6694 94.7441 21.7037 97.1743 13.3305 86.0141C20.37 80.7051 29.0581 82.051 35.3566 90.4632Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7943 55.5998C8.71778 54.8521 1.23374 51.1881 2.67868 37.3174C11.4409 38.2334 16.8872 45.15 15.7943 55.5998Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0362 37.1306C12.9786 33.4105 7.79164 26.8864 15.0719 14.9785C22.5745 19.5772 24.5196 28.1576 19.0362 37.1306Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.436 20.6272C28.6761 13.7292 29.5283 5.42918 43.0329 1.95215C45.2188 10.4952 40.6247 18.01 30.436 20.6272Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 45px;
        height: 95px;
        top: 38%;
        left: 6%;
    }

    .about-leadership-sec .leadership-field-boxes {
        grid-template-columns: 1fr;
        row-gap: 80px;
        margin-top: 77px;
    }

    .about-leadership-sec {
        margin: 36px 0 70px 0;
    }

    .about-leadership-sec .leadership-title {
        font-size: 32px;
        line-height: 74px;
    }

    .about-leadership-sec .leadership-field-boxes .leadership-field-box:last-of-type {
        grid-column-start: auto;
    }

    .our-commitment-bg {
        padding: 38px 20px 56px 20px;
    }

    .our-commitment-bg:before {
        top: -16px;
    }

    .commitment-title {
        font-size: 32px;
        margin-bottom: 0;
    }

    .commitment-subtitle {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .commitment-txt-top span {
        font-size: 28px;
    }

    .our-commitment-main:before {
        width: 44px;
        height: 32px;
        right: -2px;
        top: -18px;
    }

    .our-commitment-main:after {
        width: 44px;
        height: 32px;
        left: -2px;
        bottom: -18px;
    }

    /* faq */
    .faq-page-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 11px;
        position: relative;
        display: inline-block;
        margin-top: 0;
    }

    .faq-page-bg:before {
        bottom: 18%;
    }

    .faq-page-subtitle {
        font-size: 22px;
    }

    .faq-page-boxes {
        margin-top: 35px;
    }

    .faq-info-box {
        padding: 4px 11px;
    }

    .faq-box-title span svg {
        width: 32px;
        height: 32px;
    }

    .faq-box-title {
        font-size: 20px;
    }

    .faq-box-content {
        padding: 5px 44px 0 5px;
    }

    .faq-box-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .faq-page-title::before {
        content: '';
        width: 100%;
        height: 6px;
        background: #5CFFE5;
        position: absolute;
        right: 0;
        bottom: 8px;
        z-index: -1;
    }

    .faq-page-bg {
        background: transparent;
    }

    section.faq-page-main {
        text-align: center;
    }

    /* thank you */
    .thank-you-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .thank-you-icon {
        margin-bottom: 15px;
    }

    .thank-you-subtitle {
        margin-bottom: 20px;
        font-size: 18px;
    }

    /* blog page */
    .blog-page-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 11px;
        position: relative;
        display: inline-block;
    }

    .blog-page-title::before {
        content: '';
        width: 100%;
        height: 6px;
        background: #5CFFE5;
        position: absolute;
        right: 0;
        bottom: 8px;
        z-index: -1;
    }

    .blog-title-sec {
        margin-bottom: 35px;
        text-align: center;
    }

    .blog-page-subtitle {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .blog-tab-title a {
        padding: 12px 14px;
        font-size: 16px;
        line-height: 9.76px;
    }

    .blog-main-box-full {
        grid-template-columns: 100%;
    }

    .blog-box-full-txt {
        padding: 22px 15px 30px 15px;
    }

    .blog-new-bags {
        padding: 1px 12px;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 28px;
    }

    a.blog-full-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .blog-full-content {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 29px;
    }

    .blog-full-img img {
        width: 100%;
        max-width: 42px;
    }

    .blog-full-author-name {
        font-size: 18px;
    }

    .blog-full-date {
        font-size: 15px;
    }

    .blog-full-meta-btn a {
        padding: 4px 11px 4px 4px;
        font-size: 19px;
        line-height: 13px;
        width: max-content;
    }

    .blog-full-date-info {
        gap: 10px;
    }

    .blog-main-list {
        gap: 40px;
    }

    .blog-main-boxes-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blog-user-box-btn a span svg {
        width: 30px;
        height: 24px;
    }

    .blog-box-grid-txt {
        padding: 17px 17px 13px 17px;
    }

    a.blog-box-grid-name {
        margin-bottom: 13px;
    }

    .blog-box-full-img img {
        border-radius: 6px;
    }

    ul.blog-page-tabs {
        gap: 10px;
    }

    .blog-box-grid-content {
        display: none;
    }

    .blog-information-boxes {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .blog-user-info-box {
        padding: 18px 20px 33px;
    }

    .blog-user-box-icon {
        /* max-width: 78px; */
    }

    .blog-user-box-title {
        font-size: 26px;
        margin-top: 17px;
        margin-bottom: 2px;
    }

    .blog-user-box-txt {
        font-size: 19px;
    }

    .blog-user-box-btn {
        margin-top: 13px;
    }

    .blog-user-box-btn a {
        padding: 6px 18px 6px 10px;
    }





    /* default page */
    .default-new-bg .content-article ul li strong {
        font-weight: 700;
    }

    .default-new-bg {
        padding: 15px;
        border-radius: 8px 8px 0 0;
    }

    .default-new-bg h1.title {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 16px;
    }

    .default-new-bg .content-article h2:first-child {
        margin: 21px 0;
    }

    .default-new-bg .content-article h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .default-new-bg .content-article p,
    .default-new-bg .content-article ul li {
        font-size: 21px;
        line-height: 28px;
    }


    /* single page */
    .single-page-grid {
        grid-template-columns: 100%;
        padding-top: 17px;
    }

    .single-grid-right {
        grid-template-columns: 100%;
        gap: 0;
    }

    .singlepage-sidebar-toc .table-of-contents {
        background: #E8F8FF;
    }

    .single-grid-social {
        display: none;
    }

    .single-post-title {
        font-size: 32px;
        line-height: 38px;
        padding: 0;
    }

    .single-grid-content {
        padding: 0;
    }

    .single-features-img img {
        width: 100%;
    }

    .single-grid-content div#breadcrumbs {
        padding-bottom: 0;
        margin-bottom: 23px;
    }

    .single-post-publish-info {
        gap: 11px;
    }

    .singlepage-social-mob {
        margin-top: 16px;
    }

    .single-page-intro {
        margin-top: 8px;
        padding-top: 26px;
    }

    .single-post-publish-img img {
        width: 100%;
        max-width: 42px;
    }

    .single-post-publish-txt {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .single-post-publish-name {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .single-post-publish-name a {
        padding: 0;
        margin: 0;
        border: none;
        font-size: 18px;
    }

    .single-post-publish-date {
        font-size: 18px;
    }

    .single-grid-content p,
    .single-grid-content ul li {
        font-size: 21px;
        line-height: 28px;
    }

    .further-reading-post .title {
        font-size: 24px;
    }

    .single-free-eligibility-bg {
        padding: 6px 15px;
    }

    .free-eligibility-text {
        font-size: 16px;
    }

    .single-free-eligibility-bg:before {
        width: 36px;
        right: 15px;
        height: 21px;
    }

    .single-free-eligibility-bg:after {
        width: 36px;
        height: 21px;
        left: 15px;
    }

    .single-grid-content h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .singlefurther-reading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .further-reading-box {
        display: flex;
    }

    .further-reading-img img {
        max-width: 121px;
        min-width: 121px;
        height: 100%;
        min-height: 85px;
        max-height: 85px;
        object-fit: cover;
    }

    .further-reading-txt {
        padding: 17px 15px 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .single-tax-refund-form {
        text-align: center;
        padding: 32px 14px 41px;
    }

    .single-about-tax-title {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        text-decoration: underline;
        text-decoration-thickness: 6px;
        text-decoration-color: #BFF6EE;
    }

    .single-about-tax-title::before {
        display: none;
    }

    .single-about-tax-subtitle {
        font-size: 20px;
        text-align: center;
        margin-bottom: 13px;
    }

    .singlepage-tax-refund-form {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 17px;
    }

    .singlepage-refund-form-field {
        text-align: center;
        margin: 0 auto;
    }

    .singlepage-refund-form-field input.wpcf7-form-control:not(.wpcf7-submit) {
        min-width: 281px;
    }

    .singlepage-tax-refund-form .btn-3.send-form-contacts {
        margin-top: 10px;
        padding: 10px 46px !important;
    }


    .single-page-author-box {
        margin-top: 43px;
    }

    .single-page-author-grid {
        margin-top: 25px;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .singlepage-author-img img {
        width: 100%;
        max-width: 75px;
        margin: 0 auto;
        border-radius: 50%;
    }

    .singlepage-author-name {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    .singlepage-author-info {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .singlepage-sidebar-form {
        padding: 0px;
    }

    .single-page-width .btn-3.send-form-contacts p {
        height: auto;
    }

    .singlepage-sidebar-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 13px;
    }

    .single-sidebar-form .singlepage-refund-form-field input.wpcf7-form-control:not(.wpcf7-submit) {
        min-width: 280px;
        max-width: 280px;
    }

    .single-sidebar-form .singlepage-tax-refund-form .btn-3.send-form-contacts {
        padding: 10px 46px !important;
    }

    .single-grid-social-mob {
        display: flex;
        gap: 3px;
        flex-direction: row-reverse;
    }

    .single-grid-social-mob a svg {
        width: 12px;
        height: 12px;
        margin-right: 0 !important;
    }

    .single-page-grid .page-share .share-items a {
        width: 28px !important;
        height: 28px !important;
        margin-right: 5px !important;
    }

    .single-grid-social-mob .social-icon-box {
        margin: 0;
    }

    .singlepage-social-mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .single-grid-content .breadcrumb-info #breadcrumbs .breadcrumb_last,
    .single-grid-content .breadcrumb-info #breadcrumbs span {
        font-size: 14px;
        line-height: 17px;
    }

    .single-grid-content .breadcrumb-info #breadcrumbs span {
        font-weight: 700 !important;
    }

    .single-grid-content .breadcrumb-info #breadcrumbs .breadcrumb_last {
        font-weight: 400 !important;
    }

    .single-grid-content .breadcrumb-info #breadcrumbs span a {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
    }

    .single-page-author-title:before {
        display: none;
    }

    .single-page-author-title span {
        text-align: center;
        width: 100%;
        padding: 0;
        display: inline-block;
        background: transparent;
        position: relative;
        z-index: 1;
    }

    .single-page-author-title span:before {
        content: '';
        width: 100%;
        border: 1px solid #5CFFE5;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
    }

    .single-page-author-title span:after {
        content: '';
        background: #ffffff;
        width: 40%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .single-grid-content .main .form-block {
        padding: 45px 29px;
        margin-bottom: 0;
    }

    .single-grid-content .main .form-block .tab .text p {
        font-size: 28px !important;
        line-height: 1.1em !important;
    }

    .single-grid-content .fieldtop {
        width: 100%;
        margin-left: 0 !important;
        box-sizing: border-box;
        max-width: 100%;
        margin-bottom: 20px !important;
    }

    .single-grid-content .main .form-block .tab {
        margin-right: 0;
    }

    .single-grid-content .main .form-block .tab-number {
        width: 56px;
        height: 56px;
        font-size: 26px;
        line-height: 1.1em;
    }

    .singlepage-sidebar-toc {
        margin-top: 28px;
    }

    .singlepage-sidebar-form .form-block {
        margin: 55px 0 33px 0;
    }

    .singlepage-sidebar-form .main .form-block .tab-number {
        top: -50px;
    }

    .singlepage-sidebar-form .main .form-block .tab {
        margin-top: 0;
    }

    .singlepage-sidebar-form .main .form-block .tab .text {
        margin-bottom: 25px;
    }

    .single-grid-content .fieldtop input {
        padding: 2px 13px;
    }

    .further-reading-post .items.items-mini {
        grid-template-columns: 1fr !important;
    }

    .single-grid-content .additional-posts .post-item {
        flex-direction: row !important;
    }

    .single-grid-content .additional-posts .post-item .image img {
        height: 86px;
        max-width: 121px;
    }

    .single-grid-content .additional-posts .post-item .image {
        max-width: 121px !important;
        height: auto !important;
    }

    .single-grid-content .additional-posts .post-item .details h3 {
        margin: 0;
    }

    .single-grid-content .additional-posts .post-item .details {
        padding: 17px 16px 9px 14px !important;
    }




    /* google review */
    .google-review-info .wp-gr .wp-google-right {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 50% 50% !important;
    }

    .google-review-info .easy-review-details {
        grid-row: 1 / 6;
        grid-column: 2;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .google-review-info .grw-header-inner .wp-google-name {
        grid-row: span 1 !important;
    }

    .google-review-info .grw-header-inner:after {
        right: 40px;
    }

    .google-review-info .wp-google-place {
        width: 100% !important;
    }

    .google-review-info .easy-review-details .rating {
        margin-top: 12px !important;
        font-size: 42px !important;
        line-height: 32px !important;
    }

    .google-review-info .grw-row {
        flex-direction: column;
        gap: 23px;
    }

    .google-review-info .wp-gr .grw-header {
        --col: 1;
        padding-left: 0 !important;
    }

    .google-review-info .wp-gr .grw-row-s .grw-header+.grw-content {
        --col: 1;
    }

    .google-review-info .rpi-dots-wrap {
        display: none !important;
    }

    .google-review-info .wp-gr .grw-btns.grw-prev {
        left: -5px !important;
        top: 50% !important;
        z-index: 2 !important;
        width: 35px !important;
        height: 35px !important;
        right: initial !important;
    }

    .google-review-info .wp-gr .grw-btns.grw-next {
        right: -5px !important;
        top: 50% !important;
        z-index: 2 !important;
        width: 35px !important;
        height: 35px !important;
    }

    .google-review-info .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
        padding: 29px 25px 25px !important;
    }

    .google-review-info .wp-google-text {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .real-stories-slider .elementor-swiper-button-prev {
        top: -12% !important;
        left: 33% !important;
    }

    .real-stories-slider .elementor-swiper-button-next {
        top: -12% !important;
        right: 33% !important;
    }

    .grw-review-inner.grw-backgnd:before {
        width: 66px;
        height: 49px;
    }

    .google-review-info .wp-gr .grw-review .wp-google-stars {
        margin: 0px 0 15px 0 !important;
    }

    .google-review-info .wp-gr .grw-review .wp-google-feedback {
        height: 210px !important;
    }

    .google-review-info .wp-gr .grw-header-inner {
        padding: 10px !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    .google-review-info .grw-header-inner:after {
        top: -25px;
    }

    .google-review-info .grw-header-inner:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #BBE9F1;
        position: absolute;
        top: 0;
        right: 50%;
    }

    .google-review-info .wp-google-rating {
        padding-top: 75px !important;
        font-size: 42px !important;
        line-height: 32px;
    }

    .google-review-info .wp-gr .wp-google-based {
        font-size: 16px !important;
    }

    .google-review-info .easy-review-details .rating-count {
        font-size: 16px !important;
        margin-top: 15px !important;
    }

    .google-review-info .wp-google-left {
        padding: 0 !important;
    }

    .google-review-info .wp-gr span.wp-google-stars {
        margin-top: 18px !important;
        gap: 17px;
    }

    .google-review-info .wp-gr .wp-google-based {
        margin-top: 15px !important;
    }

    .google-review-info .wp-gr span.wp-google-stars:before {
        font-size: 30px;
    }

    footer .menu-items .item .name:after {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6016 5V19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.60156 12H19.6016' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        width: 24px !important;
        height: 24px !important;
        background-size: 24px !important;
        top: 3px !important;
    }

    footer .character {
        transform: translate(50%, -15px);
    }
}

@media (max-width: 900px) {
    header {
        height: 60px !important;
    }

    footer .menu-items .item.contacts {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    footer .menu-items .item.contacts .name:before {
        display: none;
    }

    footer .menu-items .item.contacts .ul {
        padding: 9px 0 !important;
    }

    footer .menu-items .item.contacts .ul li.phone {
        margin-top: 0;
    }

    .back-to-top svg.progress-ring {
        width: 60px;
        transform: scale(0.72);
        right: -12px;
        top: -11px;
    }

    .home-media-press {
        margin: 58px 0 0 0;
    }

    .home-media-press .compared-online-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 27px;
    }

    .media {
        padding-bottom: 14px;
    }

    .media .title {
        font-size: 34px;
        margin-bottom: 32px;
    }

    .media .items {
        display: grid;
        grid-template-columns: 1fr;
    }

    /* .media .items .item:nth-child(1) {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .media .items .item:nth-child(2) {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .media .items .item:nth-child(3) {
        grid-column-start: 1;
        grid-row-start: 3;
    } */
    .media .item {
        margin-left: 0;
        margin-bottom: 18px;
        width: 100%;
    }

    .media .item.article {
        width: calc(100% - 60px);
        margin-top: 32px;
    }

    .media .item.video {
        margin-bottom: 94px;
        overflow: visible;
        border: 0;
    }

    .media .video .name {
        font-size: 28px;
        color: #081551;
        bottom: -94px;
        height: 84px;
        overflow: hidden;
        padding: 0;
    }

    .media .video .bg-video {
        border-radius: 10px;
        overflow: hidden;
    }

    .media .video .desc {
        background: unset;
        height: auto;
    }

    .media .video .play-video,
    .media .video .play-video:hover {
        width: 65px;
        height: 65px;
    }

    .media .video .logo-media {
        max-width: 102px;
        top: 16px;
        left: 16px;
    }

    .media .article {
        padding: 124px 30px 110px;
    }

    .media .article .logo-media {
        top: 44px;
        max-width: 182px;
    }

    .media .article .date,
    .media .article .name {
        text-align: center;
    }

    .media .article .read-more {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
    }

}

@media (max-width: 767px) {
    .choose-us-boxes {
        grid-template-columns: 1fr;
    }

    .choose-us-box-icon lottie-player {
        max-width: 77px;
    }

    .choose-us-box-icon {
        max-width: 77px;
        max-height: 77px;
    }

    .blog-box-full-img img,
    .blog-box-grid-img img {
        height: 227px;
    }

    .from-press h1.title {
        font-size: 32px !important;
        line-height: 38px;
    }

}

@media (max-width: 425px) {
    .documents-guide-info:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='299' height='109' viewBox='0 0 299 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.583008 104.881L0.583008 20.542C0.583008 18.609 2.15001 17.042 4.08301 17.042L129.072 17.042C130.134 17.042 131.162 16.666 131.974 15.9814L149.689 1.04004L167.405 15.9814C168.217 16.6659 169.244 17.0419 170.306 17.042H294.083C296.016 17.042 297.583 18.609 297.583 20.542V104.881C297.583 106.814 296.016 108.381 294.083 108.381L4.08301 108.381L3.90332 108.376C2.05384 108.282 0.583008 106.754 0.583008 104.881Z' fill='%23081551' stroke='%235CFFE5'/%3E%3C/svg%3E");
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
    .documents-guide-info {
        height: 100px;
        padding: 60px 0 40px;
        background-position: top center;
        margin: 0 -10px -60px;
        font-size: 24px;
        position: relative;
        z-index: 2;
    }

    .documents-grid-right {
        gap: 0;
    }

    .tax-refund-left-info:before {
        background-image: url("data:image/svg+xml,%3Csvg width='299' height='479' viewBox='0 0 299 479' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.598633 474.391L0.598633 20.3809C0.598633 18.4479 2.16564 16.8809 4.09863 16.8809H129.113C130.158 16.8809 131.17 16.5177 131.976 15.8535L149.704 1.23828L167.434 15.8535C168.239 16.5178 169.252 16.8808 170.296 16.8809H294.099C296.032 16.8809 297.599 18.4479 297.599 20.3809V474.391C297.599 476.324 296.032 477.891 294.099 477.891H4.09863C2.16564 477.891 0.598633 476.324 0.598633 474.391Z' fill='%23081551' stroke='%235CFFE5'/%3E%3C/svg%3E");
        margin-right: 0px;
        margin-top: -13px;
        border-bottom: 1px solid #5CFFE5;
        border-radius: 10px;
        box-sizing: border-box;
        background-position: unset;
        background-size: cover;
        height: 100%;
        top: 0;
    }

    .refund-btn-link a {
        font-size: 19px;
    }

    .single-free-eligibility-bg:before,
    .single-free-eligibility-bg:after {
        width: 20px;
        top: 59%;
    }

    .single-post-publish-date {
        font-size: 15px;
    }
}

@media (max-width: 374px) {
    .hero-title:before {
        height: 6px;
        width: 36%;
        right: 50%;
        transform: translateX(50%);
    }

    .hero-metatitle {
        font-size: 16px;
    }

    .documents-title {
        font-size: 30px;
    }
}

@media (max-width: 365px) {
    .process-funcation-boxes {
        grid-template-columns: 1fr 1fr;
    }
}


/* footer new */
/* footer */
.site-footer-info{
    padding: 51px 0 15px 0;
    border-top: 1px solid #BBE9F1
}
.footer-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    color: #081551;
    margin-bottom: 26px;
}
.footer-link a{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #030D3C;
    margin-bottom: 12px;
    display: inline-block;
}

.footer-link:last-of-type a {
    margin-bottom: 0;
}
.footer-call-info a ,
.footer-mail-info a ,
.footer-address-info ,
.footer-time-info ,
.footer-consultation-info{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.16px;
    text-align: right;
    color: #030D3C;
    display: inline-block;
}

.footer-call-info span , 
.footer-mail-info span ,
.footer-address-info span ,
.footer-time-info span ,
.footer-consultation-info span {
    display: inline-block;
}

.footer-call-info ,
.footer-mail-info ,
.footer-address-info ,
.footer-time-info ,
.footer-consultation-info{
    display: flex;
    gap: 12px;
}
.footer-call-info ,
.footer-mail-info ,
.footer-address-info ,
.footer-time-info{
    margin-bottom: 20px;
}

.top-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 22px;
}
.footer-social-link {
    margin-top: 40px;
    display: flex;
    gap: 8px;
}

.footer-social-link a {
    display: inline-block;
    transition: 0.4s;
}

.footer-social-link a svg {
    width: 45px;
    height: 45px;
    transition: 0.4s;
}
.footer-social-link a:hover svg rect{
    fill: transparent;
    stroke: #081551;
}
.footer-social-link a:hover svg path{
    /* stroke: #081551; */
    fill: #081551;
}
.footer-social-link a:hover svg rect , 
.footer-social-link a:hover svg path{
    transition: 0.4s;
}
.bottom-footer .two-line {
    width: 100%;
    margin: 0;
}

.bottom-footer .two-line div {
    width: 100%;
    justify-content: center;
    display: flex;
}

.bottom-footer {
    margin: 37px 0;
}
.right-footer-img {
    justify-content: flex-start !important;
    margin-right: 52px;
    display: flex;
}
.left-footer-img{
    justify-content: flex-end !important;
    margin-left: 52px;
    display: flex;
}
.bottom-footer span.a-1 {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copyright-info{
    padding-top: 16px;
    border-top: 1px solid #BBE9F1
}
.footer-copy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy-left p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #081551;
}

.footer-copy-right p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #081551;
}
.home-media-press .item.video:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(8, 20, 80, 0) 0%, #081450 100%);
    z-index: 1;
}
.two-line div span {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    font-size: 14px;
    text-align: center;
}
.two-line div span:first-of-type{
    padding-left: 20px;
}
.two-line div span img {
    border-radius: 15px;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
}
@media (max-width: 1024px){

    /* footer */
    .top-footer {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .footer-title{
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #BBE9F1;
        font-size: 19px;
        line-height: 19px;
    }
    .footer-links-info:first-of-type .footer-title{
        border-top: 1px solid #BBE9F1;
    }
    .right-footer-img {
        justify-content: flex-start !important;
        margin-right: 20px !important;
    }
    .left-footer-img{
        justify-content: flex-end !important;
        margin-left: 20px !important;
    }
    .bottom-footer .two-line {
        margin: 0 !important;
    }
    .site-footer-info {
        margin-top: 60px;
        padding: 37px 0 76px 0;
    }
    
    .footer-social-info {
        grid-row: 1;
        margin-bottom: 40px;
    }
    
    .site-footer-info .container {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .footer-social-info .footer-title {
        border: none;
        margin-bottom: 20px;
    }
    
    .footer-call-info, .footer-mail-info, .footer-address-info, .footer-time-info {
        margin-bottom: 16px;
    }
    .bottom-footer {
        margin: 25px 0 16px 0;
    }
    
    .bottom-footer span.a-1 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 11px;
    }
    .footer-copy-info {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .footer-copy-info {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .footer-links-info .footer-title:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        transition: 0.4s;
    }
    .footer-links-info .footer-title{
        position: relative;
    }
    .footer-links-info .footer-title.active:before{
        transform: rotate(45deg)
    }
    .footer-links {
        margin-top: 15px;
    }
}