.section {
    display: flex;
    justify-content: space-between;
    max-width: 82.5%;
    margin: 0 auto;
    padding-top: 100px;
}

/* Header */
.top-header {
    display: flex;
    gap: 25px;
    /* max-width: 86.7%; */
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
}

.dropdown-button {
    color: #000;
    font-family: "Neue Montreal";
    font-size: 13.171px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
}


.dropdown-button::after {
    content: '';
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: relative;
    top: 2px;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.dropdown-content a {
    color: #000;
    font-family: "Neue Montreal";
    font-size: 13.171px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.language-switcher-dropdown:hover .dropdown-content {
    display: block;
}

.language-switcher-dropdown:hover .dropdown-button::after {
    border-top-color: #555;
}

.search-input {
    position: relative;
    width: 100%;
    max-width: 269px;
}

.search-input input.search-field {
    border-radius: 81.926px;
    border: 0.457px solid rgba(0, 0, 0, 0.20);
    height: 45.534px;
    appearance: none;
}

.search-field {
    width: 100%;
    padding-left: 39px !important;
    background-image: url(https://bankaekonomike.landmark-test.com/wp-content/uploads/2024/09/search.svg);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

input.search-field::placeholder {
    color: #000;
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.search_button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2A2B2A;
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 100px;
    cursor: pointer;
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search_button:hover {
    background-color: #2A2B2A;
}

.search-input input.search-field {
    outline: none;
    border: 0.457px solid rgba(0, 0, 0, 0.20);
}

.dropdown-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.dropdown-content img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.dropdown-button {
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 0;
    line-height: normal;
    vertical-align: middle;
}

.dropdown-content li {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    height: auto;
    line-height: normal;
    vertical-align: middle;
}

.dropdown-button img,
.dropdown-content img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

span.phone {
    color: #000;
    font-family: "Neue Montreal";
    font-size: 13.171px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.site-header {
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.10);
}

div#header-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    /* box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.10); */
    padding-bottom: 15px;

}

div#header-desktop ul#primary-menu li a {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* .main-logo {
    padding-left: 13.1%;
} */

div#header-desktop ul#primary-menu {
    align-items: center;
}



div#header-desktop ul#primary-menu>li:last-child {
    position: absolute;
    right: 0;
    height: max-content;
    bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

div#header-desktop ul#primary-menu>li:last-child a {
    font-size: 12px;
    color: #fff;
}

div#header-desktop ul#primary-menu>li:nth-last-child(2) {
    position: absolute;
    right: 0;
    background-color: #ED1C24;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px 0 0 70px;
    padding-left: 20px;
    padding-right: 15px;
    margin-right: 0;
}

div#header-desktop ul#primary-menu>li:nth-last-child(2)>a {
    display: flex;
    align-items: center;
    color: #fff;
    /* height: 100%; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#header-desktop ul#primary-menu>li:nth-last-child(2)>a .menu-image-title {
    padding-left: 0;
}

div#header-desktop ul#primary-menu>li:nth-last-child(2)>a:hover,
div#header-desktop ul#primary-menu>li:last-child a:hover {
    color: #fff;
}

div#header-desktop ul#primary-menu>li:nth-last-child(2)>a::before,
div#header-desktop ul#primary-menu>li:last-child a::before {
    display: none;
}


div#header-desktop ul#primary-menu>li:nth-last-child(2)>img {
    margin-right: -10px;
    max-height: 40px;
}

/* ul#primary-menu>li:last-child {
    margin-left: 108px;
} */

div#header-desktop ul#primary-menu>li>a:hover {
    color: #ED1C24;
}

/* div#header-desktop ul#primary-menu>li {
    padding-right: 36px;
} */



div#header-desktop ul#primary-menu li a {
    position: relative;
}

div#header-desktop ul#primary-menu>li>a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ED1C24;
    transition: width 1.3s ease;
    top: 3.3em;
}


div#header-desktop ul#primary-menu li a:hover::before {
    width: 100%;
}

div#header-desktop ul.primary-menu li {
    position: relative;
    /* Ensure parent has a relative position */
}

div#header-desktop ul.sub-menu {
    display: block;
    margin-top: 39px;
    width: 750px;
    padding-top: 29px;
    padding-left: 44px;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15) !important;
    position: absolute;
}

div#header-desktop .nav-menu .sub-menu {
    display: none;
    position: absolute;
}

div#header-desktop .nav-menu>li:hover>.sub-menu {
    display: block;
}

div#header-desktop .nav-menu>li:nth-child(1)>.sub-menu {
    left: 27%;
    transform: translateX(-27%);
    position: absolute;
}

div#header-desktop .nav-menu>li:nth-child(2)>.sub-menu {
    transform: translateX(-45%);
    position: absolute;
    left: 45%;
}

div#header-desktop .nav-menu>li:nth-child(3)>.sub-menu {
    transform: translateX(-61%);
    position: absolute;
    left: 61%;
}

div#header-desktop .main-navigation ul ul a {
    width: 400px;
}

div#header-desktop .main-navigation ul ul li {
    width: 400px;
}

div#header-desktop ul.sub-menu li a {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 14px 20px;
    margin-bottom: 15px;
}

div#header-desktop ul.sub-menu span.menu-image-title-after.menu-image-title {
    padding-left: 5px;
}

div#header-desktop ul.sub-menu li a:hover {
    border-radius: 8px;
    border: 2px solid rgba(237, 28, 36, 0.10);
    background: rgba(237, 28, 36, 0.05);
    padding: 14px 20px;
    margin-bottom: 15px;
}



div#header-desktop ul.sub-menu li a:hover {
    color: #2A2B2A !important;
}

img.arrow-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

div#header-desktop .nav-menu li.menu-item-has-children:hover>.sub-menu.sub-menu {
    display: block;
}

div#header-desktop .nav-menu .sub-menu .sub-menu {
    display: none;
    position: fixed;
    left: 60%;
    top: 0;
    box-shadow: none !important;
    background-color: #802d2d00 !important;
    width: -webkit-fill-available;
    margin-top: 35px !important;
    padding-top: 0px !important;
    transition: none !important;
}

/* .sub-menu>li:first-child>.sub-menu {
    display: block;
} */

div#header-desktop .sub-menu>li:hover>.sub-menu {
    display: block;
}


div#header-desktop .nav-menu .sub-menu .sub-menu li a {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 0.36px !important;
    opacity: 0.8 !important;
    padding: 0;
    margin-bottom: 20px;
    width: -webkit-fill-available;
    transition: none !important;
}

div#header-desktop .nav-menu .sub-menu .sub-menu li a:hover {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    width: -webkit-fill-available;
    transition: none !important;
}

div#header-desktop ul.sub-menu {
    display: none;
}

div#header-desktop ul.sub-menu.visible {
    display: block;
}

div#header-desktop ul.sub-menu li a.focus-background {
    border-radius: 8px;
    border: 2px solid rgba(237, 28, 36, 0.10);
    background: rgba(237, 28, 36, 0.05);
    padding: 14px 20px;
    margin-bottom: 15px;
}

.post,
.page {
    margin: 0;
}

/* Footer */

footer#colophon {
    background-color: #F5F5F5;
}

.site-footer {
    /* max-width: 1426px;
    margin: 0 auto; */
    padding-top: 65px;
    padding-bottom: 40px;
}

h5.footer-title {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.footer-menu li a {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.7;
}

ul.footer-menu {
    line-height: 18px;
}

ul.footer-menu li {
    padding-bottom: 5px;
}

/* .footer-item {
    width: 190px;
} */

.undelie-full {
    height: 2px;
    width: 100%;
    background: rgba(42, 43, 42, 0.10);
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

img.lg {
    padding-bottom: 22px;
}

p {
    margin-bottom: 0;
}

.description p {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    width: 312px;
}

p.first {
    padding-top: 10px;
}

h6.footer {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

a.email {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 9px;
    opacity: 0.7;
    text-decoration: none;
    display: block;
    width: fit-content;
}

p.adres {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    width: 240px;
}

.address1 {
    padding-top: 24px;
}

p.email1 {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    padding-bottom: 20px;
    width: 285px;
}

.address3 {
    padding-top: 23px;
}

img.icon {
    padding-bottom: 5px;
}

.address3 input[type="email"] {
    width: 230px;
    height: 40px;
    padding: 6px 7px 6px 22px;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
}

.address3 input::placeholder {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.address3 input[type="submit"] {
    display: flex;
    width: 100px;
    height: 40px;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--ed-1-c-24, #ED1C24);
    color: var(--White, #FDFDFD);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
}

ul.bottom li a {
    text-decoration: none;
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    border-right: 1px solid #2a2b2a54;
    padding: 0 10px 0 6px;
}

ul.bottom li {
    display: inline;
}

ul.bottom li:nth-child(1) a {
    padding-left: 0px;
}

ul.bottom li:nth-child(4) a {
    border-right: none;
}

.rowe.wd-spacing {
    display: flex;
}

p.coll {
    padding-right: 10px;
}

.row.fot {
    display: flex;
    justify-content: space-between !important;
}

.undeline-full {
    height: 2px;
    width: 100%;
    background: rgba(42, 43, 42, 0.10);
    margin-top: 40px;
    margin-bottom: 33px;
}

.copyright-footer p {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copyright-footer span {
    font-weight: 500;
}

p.copyright1 a {
    color: var(--Red, #ED1C24);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

p.copyright1.sec {
    color: var(--Black, #2A2B2A);
}

.copyright {
    display: flex;
    gap: 211px;
    align-items: center;
}

.copyright-second {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sidebar-fixed {
    z-index: 99999;
    display: block;
    position: fixed;
    top: 200px;
    right: 0px;
}

.sidebar-fixed .title p {
    color: var(--Black, #2A2B2A);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    padding-bottom: 17px;
    width: 85px;
    margin: 0 auto;
}

.sidebar-fixed .img-fluid {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 15px;
}

/* .sidebar-fixed img {
    width: 45px;
} */

.sidebar-fixed .item {
    border-radius: 17.94px 0px 0px 17.94px;
    background: #FFF;
    box-shadow: 0px 2.691px 5.382px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 14px;
    width: 120px;
}

img.first:hover {
    content: url(/wp-content/uploads/2024/11/Group-111-1.png);
}

img.second:hover {
    content: url(/wp-content/uploads/2024/11/Group-109-1.png);
}

img.third:hover {
    content: url(/wp-content/uploads/2024/11/Group-110-1.png);
}

img.fourth:hover {
    content: url(/wp-content/uploads/2024/11/Group-108-1.png);
}

/* Per Banken*/
/* .container {
    max-width: 1426px;
    margin: 0 auto;
} */

/* .first-section .container {
    padding-top: 71px;
} */

.first-section h5.tittle-banka {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-bottom: 10px;
}

.first-section p.banka-description {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.36px;
    padding-bottom: 20px;
}

/* .second-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.mission {
    text-align: center;
}

.mission h6 {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.mission p {
    color: var(--Black, #2A2B2A);
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.36px;
}

.mission.first {
    max-width: 293px;
    margin: 0 auto;
}

.mission.second {
    max-width: 582px;
    margin: 0 auto;
}

.mission.third {
    max-width: 376px;
    margin: 0 auto;
}

.container.second {
    max-width: 1426px;
    margin: 0 auto;
    padding: 0;
}

.mision {
    display: flex;
    justify-content: space-between;
    gap: 87px;
} */

.struktura a.primary-button {
    border-radius: 26px;
    background-color: #FDFDFD;
    color: #2A2B2A !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 26px 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin-bottom: 27px;
}


/* .primary-button::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-image: url("/wp-content/uploads/2024/11/Group-46.svg");

} */

/* .third-section .container {
    padding: 0;
}

.structure {
    max-width: 1083px;
    margin: 0 auto;
}

.struktura-organizative {
    padding-top: 70px;
    padding-bottom: 100px;
} */

.chart-container {
    display: flex;
    justify-content: space-around;
}

#myPieChart {
    width: 400px !important;
    height: 400px !important;
}

/* Custom Legend Styling */
#legend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chart-legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.chart-legend-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
}

.legend-text {
    flex-grow: 1;
}

.legend-percentage {
    /* text-align: right; */
    /* width: 60px; */
    font-size: 18px;
    /* font-style: normal; */
    font-weight: 500;
    line-height: 20px;
}

/* .container1 {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 128px;
    padding-bottom: 100px;
} */

span.legend-text {
    color: var(--Neutral-70, #404040);
    font-family: "Neue Montreal";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.small-container.banner {
    max-width: 1083px;
    margin: 0 auto;
}

.header-banner.menu .nav-menu ul li a {
    padding: 15px 16px;
}

/* .header-banner.menu .nav-menu ul {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #88888800 transparent;
    margin-bottom: -7px;
} */

h2.book.tittle {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}

.book {
    position: relative;
}

.book-image {
    width: 100%;
    display: block;
    height: auto;
}

.overlay-container {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: start;
}

.book-overlay {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.book-title {
    margin: 0;
}

.primary-button.book:after {
    background: url(/wp-content/uploads/2024/11/Group-46.png);
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}

/* .third-section {
    margin-bottom: 80px;
} */

.raporte-section h2,
.treguesit-section h2 {
    color: var(--White, #FDFDFD);
    font-family: "Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    background: var(--ed-1-c-24, #ED1C24);
    padding: 15px 24px 15px 38px;
    border-radius: 10px 10px 0 0;
}

.raporte-section,
.treguesit-section {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

li.raporte-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    stroke-width: 1.5px;
    stroke: #E9E9E9;
    border-top: 1px solid #E9E9E9;
    padding: 24px 14px 15px 14px;
}

li.raporte-item span {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    opacity: 0.8;
}

li.raporte-item .perqindje {
    font-weight: 700;
}

ul.raporte-list {
    padding: 0 24px;
}

a.view-link {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

a.view-link span {
    opacity: 0.5;
}

a.view-link .eye-icon {
    opacity: 1;
}

.section-header1 {
    background: var(--ed-1-c-24, #ED1C24);
    padding: 28px 4px 30px 38px;
    border-radius: 10px 10px 0 0;
}

.treguesit-section {
    margin-top: 26px;
}

footer.entry-footer {
    display: none;
}

aside#secondary {
    display: none;
}

header.entry-header {
    display: none;
}

.big-container {
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}

.contact-form {
    padding: 40px 65px;
}

.cf7mls_next.action-button {
    padding: 19px 80px !important;
    border-radius: 97.768px;
    background: var(--Red, #ED1C24);
}

.cf7mls_back.action-button {
    background-color: #fff !important;
    color: #2A2B2A !important;
    font-weight: bold;
    margin: 16px 0px 26px;
    padding: 19px 100px !important;
    border-radius: 97.768px;
    border: 0.978px solid rgba(42, 43, 42, 0.50);
}

.contact-form.ts h4 {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    opacity: 0.8;
}

.contact-form.ts h3 {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0.8;
    padding-top: 10px;
}

span.wpcf7-list-item.first {
    margin: 0;
}

.package-card {
    border-radius: 15px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 17px 12px;
    margin: 10px 10px 10px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.price {
    color: var(--Red, #ED1C24);
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}

span.price1 {
    color: var(--Red, #ED1C24);
    font-family: "Neue Montreal";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
}

.popup-content button {
    margin-top: 15px;
}

.contact-form.ts .row {

    margin-left: 0px !important;
}

.contact-form.ts .row .col-md-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact-form.ts .container.py-2 {
    padding: 0 5px !important;
    margin: 0 !important;
}

.package-card.bg-light p {
    color: var(--Black, #2A2B2A);
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.package-card.bg-light h5 {
    color: var(--Black, #2A2B2A);
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}

button.btn.btn-link {
    color: var(--Black, #2A2B2A);
    text-align: center;
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.package-1-header {
    background-color: #E8E8E8;
    margin: -17px -12px 10px;
    border-radius: 15px 15px 0 0;
}

.package-2-header {
    background-color: #ED1C24;
    margin: -17px -12px 10px;
    border-radius: 15px 15px 0 0;
}

.package-3-header {
    background-color: #E8E8E8;
    margin: -17px -12px 10px;
    border-radius: 15px 15px 0 0;
}

.package-basic-header {
    background-color: #2A2B2A;
    margin: -17px -12px 10px;
    border-radius: 15px 15px 0 0;
}

h5.package-1-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    padding: 15px;
}

h5.package-2-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    padding: 15px;
    color: white;
}

h5.package-3-header.first {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    padding: 15px;
}

h5.package-basic-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    padding: 15px;
    color: white;
}

p.cf7mls_progress_bar_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
}

p.tittle-second {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.8;
    padding-top: 15px;
    padding-bottom: 8px;
}

p.tittle-third {
    color: #ED1C24;
    font-weight: 500;
}

p.tittle-second1 {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    opacity: 0.8;
    padding-top: 8px;
    padding-left: 20px;
}

.acceptance .wpcf7-list-item {
    margin: 0 0 0 0em;
}

p.tittle-first {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    opacity: 0.8;
    padding-top: 15px;
}

p.tittle-second.ts {
    padding-top: 0;
}

p.tittle-second.check {
    padding-top: 0px;
}

a.primary-button.book.ts {
    border-radius: 97.768px !important;
    border: 0.978px solid #D9D9D9;
    background: var(--White, #FDFDFD);
    padding: 6px 5px 6px 16px;
    gap: 40px;
}

h5.title {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0.8;
    padding-bottom: 15px;
}

.input.st span.wpcf7-list-item.last {
    margin: 0;
}

.input.sec p {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

article#post-1656 .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

h4.email-tittle {
    color: var(--Black, #2A2B2A);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    opacity: 0.8;
}

h5.sec-tittle {
    color: var(--Black, #2A2B2A);
    font-family: "Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    opacity: 0.8;
}

.page-id-3085 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-id-1672 .wpcf7-list-item {
    margin: 0;
}

.page-id-1672 span.wpcf7-list-item.first.last {
    margin: 0 1em 0 0;
}

.page-id-1684 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

button.wpcf7-field-group-add,
button.wpcf7-field-group-remove {
    border-radius: 97.768px;
    background: var(--Red, #ED1C24);
    padding: 20px 30px;
    color: white;
    border: none;
    font-family: "Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.42px;
}

button.wpcf7-field-group-remove {
    margin-right: 20px;
    margin-bottom: 15px;
}