@font-face {
    font-family: Graphik;
    src: url("../fonts/GraphikRegular.otf");
}

body {
    font-family: Graphik;
    font-size: 14px;
    line-height: 1.4;
    margin: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(245, 245, 245);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.post,
.page {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: linear-gradient(#0fbec8 0%, #085d67 100%);
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: rgba(var(--bs-link-color-rgb));
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
b,
strong {
    font-family: Graphik;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1.1;
}

img {}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
::after,
::before,
:hover,
:focus,
.form-control:focus {
    box-shadow: none;
    outline: none !important;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.main_Heading h2 {
    font-size: 32px;
    color: rgb(0, 0, 0);
}

.main_Heading p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(108, 105, 116);
}

body.modal-open,
body:hover {
    transition: all 0s ease 0s;
}

.black-f {
    color: rgb(0, 0, 0);
    opacity: 0.64;
}

.search_btn {
    min-width: fit-content !important;
}

.main-li {
    z-index: 100;
}

.auto-popup-image {
    width: 207px;
    height: auto;
}

.credit_main_btn {
    min-width: 150px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px 15px;
    text-transform: capitalize;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    animation: 1.5s ease 0s infinite normal none running pulse512;
    background-color: rgb(6, 69, 79);
    color: rgb(255, 255, 255);
}

.credit_btn,
.credit_btn:focus {
    font-weight: 500;
    border-radius: 30px;
    font-size: 12px;
    padding: 0px 25px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background: var(--primary-color);
    color: rgb(255, 255, 255);
    height: 50px;
}

.credit_btn:hover {
    color: rgb(255, 255, 255);
    background-position: right center;
    background-size: 200%;
}

.credit_header_wrap {
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    transition: all 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
}

.hideMe {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #fff;
    background: #f19520;
    padding: 6px;
    border-radius: 5px;
}

.credit_header_wrap.fixed {
    padding: 0px;
    box-shadow: rgba(50, 50, 93, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.credit_logo img {
    height: auto;
}

.credit_menu_padding {
    padding: 18px 0px;
}

.credit_header_wrap.fixed .credit_logo img {
    height: auto;
}

.credit_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    position: relative;
}

.credit_menu>ul,
.credit_menu>ul>li {
    display: flex;
}

.credit_menu>ul>li {
    margin: 0px 25px;
    transition: all 0.3s ease 0s;
}

.credit_header_wrap.fixed .credit_menu>ul>li {
    margin: 0px 18px;
}

.credit_menu>ul>li:first-child,
.credit_header_wrap.fixed .credit_menu>ul>li:first-child {
    margin-left: 0px;
}

.credit_menu>ul>li:last-child,
.credit_header_wrap.fixed .credit_menu>ul>li:last-child {
    margin-right: 0px;
}

.credit_menu>ul>li {
    flex-direction: column;
}

.credit_menu>ul>li>a {
    display: flex;
    padding: 15px 0px;
    margin: 0px;
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    position: relative;
}

.credit_menu>ul>li>a:hover,
.credit_menu>ul>li.current {
    color: var(--primary-color);
}

.credit_menu>ul>li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}

.credit_menu>ul>li ul li {
    display: flex;
    border-bottom: 1px solid rgb(210, 204, 204);
}

.credit_menu_icon {
    background-color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    padding: 0px;
    width: 28px;
    border-radius: 4px;
    display: none;
}

.credit_menu_shift {
    position: absolute;
    left: 22px;
    top: 39px;
    width: 4%;
}

.credit_menu .credit_btn {
    margin-left: 35px;
}

.myNav ul a {
    padding: 0px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.9s ease 0s;
    color: var(--fifth-color);
}

.dropDown .megaMenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    top: 100%;
    transition: all 0.1s ease 0s;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    left: 0px;
}

.dropDown .megaMenu .container .subMenuLinks {
    display: block;
}

.menuFlex {
    display: flex;
}

.subMenuLinks {}

.subMenuLinks li a {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 15px 10px;
}

.menuFlex {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 30px;
    padding: 20px;
}

.subMenuLinks li a:hover {}

.credit_banner_wrap {
    background: rgb(8, 94, 79);
    position: relative;
    padding: 70px 0px;
}

.credit_text_banner {
    padding: 120px 0px 0px;
    text-align: center;
    color: #fff;
}

.credit_text_banner span {
    font-family: "Ink Free";
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgb(255, 255, 255);
}

.credit_text_banner figure {}

.dropDown>a::after {
    transform: rotate(90deg);
    position: absolute;
    top: 17px;
    right: -11px;
    content: ">";
    color: rgb(0, 0, 0);
}

.credit_text_banner figure img {
    height: 100px;
    object-fit: cover;
}

.credit_text_banner strong {
    font-family: Graphik;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgb(255, 255, 255);
}

.credit_text_banner h1 {
    color: #fff;
}

.banner_search_btn {
    border-radius: 5px;
    align-items: center;
    height: 60px;
    background: rgb(255, 255, 255);
    width: 50%;
    display: flex;
    gap: 5px;
    margin: 20px auto;
    padding: 0px 5px 0px 10px;
    position: relative;
}

.banner_search_btn .credit_main_btn {
    background: rgb(255, 106, 80);
}


.banner_search_btn input {
    width: 100%;
    height: 50px;
    border: none;
}

.banner_search_btn_single {
    margin-top: -150px;
    margin-bottom: 80px;
    width: 100%;
}

#search-results-container {
    position: absolute;
    background: #fff;
    width: 100%;
    color: #000;
    text-align: left;
    z-index: 1000;
    top: 60px;
    margin-left: -10px;
}

.auto-search:hover {
    cursor: pointer;
    color: #9bbeb8;
}

.newsleter-serach {
    text-align: center;
    background-color: #ccc;
    color: #e4542f;
}

.newsleter-sign-link {
    margin: 0px;
}

.newsleter-sign-link:hover {
    cursor: pointer;
}

.card_filter {
    padding: 80px 0px;
}

.credit_card_filter .accordion-item {
    border: none;
}

.credit_card_filter .accordion-item div#collapseOne strong {
    opacity: unset;
}

.credit_card_filter .accordion-item .accordion-button {
    font-family: Graphik;
    font-size: 18px;
    text-align: left;
    color: rgb(0, 0, 0);
    background-color: white;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}

.credit_card_filter .accordion-item .accordion-button img {
    margin: 0 10px 0 0;
}

.credit_card_filter .accordion-item .accordion-button span {}

.credit_card_filter .accordion-body {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 5px 10px;
}

.credit_card_filter .accordion-body.boostrap-slider {
    justify-content: center;
}

.credit_card_filter .accordion-body label {
    font-family: Graphik;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgb(97, 97, 97);
}

.credit_card_filter .accordion-body label span {
    border-radius: 27.5px;
    background: rgb(8, 94, 79);
    opacity: 0.4;
    color: rgb(255, 255, 255);
    padding: 4px;
    margin: 0px 0px 0px 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
}

.credit_card_filter .accordion-body input {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(199, 199, 199);
}

form .point_personal {
    width: 26px !important;
    height: 27px !important;
    border: 2px solid #06454f !important;
    border-radius: 50% !important;
    appearance: none;
    background: #06454f !important;
}

.credit_card_filter .accordion-body input[type="checkbox"] {
    accent-color: rgb(255, 157, 91);
}

.card_filter .accordion-item .accordion-collapse {
    border-top: 1px solid rgb(187, 187, 187);
    margin: 10px 0px 0px;
}

.credit_card_filter .accordion-item .accordion-button:focus {
    border-left: 4px solid var(--primary-color);
    border-radius: 0px 4px 4px 0px;
}

.credit_card {
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 1px;
    margin: 0px 0px 30px;
    padding: 0px;
}

.credit_card_img {
    border-radius: 5px 0px 0px 5px;
    background: rgb(238, 238, 238);
    position: relative;
    padding: 40px 10px 0px;
    width: 25%;
}

.credit_card_img figure {
    margin: 0px;
    text-align: center;
}

.credit_card_img figure img {
    height: 237px;
    width: fit-content;
    object-fit: contain;
}

.labelBtn {
    position: absolute;
    top: 2px;
    left: 0px;
}

.labelBtn strong {
    background: rgb(6, 69, 79);
    font-family: Graphik;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: rgb(255, 255, 255);
    padding: 3px 8px;
    border-radius: 7px 0px 7px;
    border: 2px solid rgb(6, 69, 79);
}

.credit_card_details {
    width: 75%;
}

.credit_card_details h3 {
    font-weight: bold;
    font-size: 20px;
}

.credit_card_details .welcome_offer {}

.credit_card_details .welcome_offer h5 {
    font-size: 14px;
    text-align: left;
}

.credit_card_details .welcome_offer p {
    font-family: Graphik;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: rgb(108, 105, 116);
    /* text-align: justify; */
    white-space: pre-line;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.credit_card_details .annualFree {}

.credit_card_details .annualFree ul {
    display: flex;
    justify-content: start;
    background: rgb(229, 241, 250);
    padding: 10px 21px;
    flex-wrap: wrap;
    border-radius: 10px;
    align-items: baseline;
}

.credit_card_details .annualFree ul li:last-child {
    border-right: none;
}

.credit_card_details .annualFree ul li {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: rgb(0, 0, 0);
    gap: 5px;
    width: 50%;
    align-items: center;
    border-right: 1px solid rgb(0, 0, 0);
    padding: 0px 20px;
}

.credit_card_details .annualFree ul li strong {}

.annualFree p {
    margin: 0px;
}

.annualFree .fa-check {
    font-size: 18px;
    margin-left: 5px;
}

.annualFree .fa-x {
    /* font-size: 20px; */
    margin-left: 5px;
}

.credit_offer {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;

}

.credit_offer .learn_how::after {
    content: "\f054";
    font-weight: 900;
    font-family: fontAwesome;
    color:#ff6a50;
    margin-left: 5px;
}

.credit_offer .learn_how a{
    color:#ff6a50;
}
.credit_offer .learn_how {
    animation: blinker 0.75s cubic-bezier(1, 0, 0, 1) infinite alternate;
}
  
  @keyframes blinker {
    to { opacity: 0; }
  }

/* .offer_cls::before {
    content: "";
    position: absolute;
    background: url("/wp-content/themes/personalcredit/images/icons/border.svg");
    background-repeat: no-repeat;
    width: 120px;
    height: 10px;
    top: 25px;
    left: 0px;
} */

.offer_cls {
    height: 40px;
    font-size: 14px;
    text-align: left;
    color: rgb(103, 81, 0);
    display: flex;
    gap: 6px;
    padding: 0px 15px;
    border-radius: 3px;
    align-items: center;
    position: relative;
    width: 40%;
}

.offer_cls strong {
    font-family: Graphik;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.more_btn {
    font-family: Graphik;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px;
    background: none !important;
}

.more_btn a {
    color: rgb(228, 79, 61);
    gap: 10px;
    display: flex;
}

.cardText {
    margin-top: 20px;
    border-top: 1px solid rgb(228, 228, 228);
    padding: 20px 0px 0px;
}

.credit_pagination {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.credit_pagination ul {
    display: flex;
    gap: 4px;
}

.credit_pagination ul li {}

.credit_pagination ul li a,
.credit_pagination ul li span {
    border-radius: 8.81px;
    border: 1.6px solid rgb(188, 188, 188);
    padding: 15px 25px;
    font-family: Graphik;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: rgb(188, 188, 188);
}

.credit_pagination ul .current {
    border: none;
    background: var(--primary-color);
    color: rgb(255, 255, 255);
}

.credit_footer {
    padding: 50px 0px 10px;
}

.credit_wiget {}

.credit_wiget h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.aboutWid {}

.aboutWid p {
    font-family: Graphik;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.aboutWid p a {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: rgb(228, 79, 61);
}

.socialFooter {
    display: flex;
    justify-content: center;
}

.socialFooter li {}

.socialFooter li a {
    padding: 0px 13px;
}

.footerSearch {
    width: 100%;
    margin: 0px 0px 10px;
    height: 50px;
}

.footerSearch input {}

.footerSearch button {
    height: 40px;
}

.credit_wiget p {
    font-family: Graphik;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.footer_logo {
    margin-bottom: 30px;
}

.footerNav {
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px;
    flex-wrap: wrap;
}

.footerNav li {}

.footerNav li a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 26px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 0px 30px;
}

.subFooter {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(196, 196, 196, 0.3);
    margin-top: 30px;
}

.subFooter p {
    font-family: Graphik;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0.65;
    margin: 0px;
    padding: 10px 0px 0px;
}

.contact_breadcrump {
    padding: 140px 0px;
}

.contact_breadcrump h1 {
    font-family: Graphik;
    font-size: 55px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.contact_breadcrump p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.contact_form {
    position: relative;
    top: -139px;
}

.contactText {}

.contactText h2 {}

.contFlex {
    display: flex;
    gap: 10px;
}

.contFlex input,
.textArea textarea {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: rgb(251, 251, 251);
    border: 1px solid rgb(232, 232, 232);
    padding: 0px 0px 0px 15px;
}

.textArea {
    margin: 15px 0px 0px;
}

.textArea textarea {
    height: 230px;
}

.form-check {
    padding: 0px;
    margin: 8px 0px 0px;
    align-items: center;
    display: flex;
    gap: 10px;
}

.form-check input {}

.form-check label {
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgb(0, 0, 0);
    opacity: 0.47;
}

.cotactInfo {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(rgb(15, 190, 200) 0%, rgb(8, 93, 103) 100%);
}

.cotactInfo h2 {
    color: rgb(255, 255, 255);
}

.submitBtn {
    display: flex;
    justify-content: end;
    margin: 10px 0px 0px;
}

.cotactInfo p {
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0.59;
}

.contact_bg {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 30px;
}

.addCard {
    padding: 15px 0px;
}

.addCard figure {
    margin: 0px 0px 5px;
}

.addCard figure img {}

.addCard strong {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.contactSocial {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px 0px 0px;
}

.contactSocial li {
    background: rgb(255, 255, 255);
    height: 43px;
    width: 43px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}

.contactSocial li a {}

.contactForm {
    margin-top: 40px;
}

.featuredCard {
    margin: 0px 0px 15px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 10px;
}

.featuredCard img {}

.featuredCard figure {
    margin: 0px;
    width: 30%;
}



.featuredCard div {
    width: 70%;
}

.featuredCard p {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: rgb(143, 143, 143);
    margin: 0px;
}

.featuredCard p a {
    color: var(--primary-color);
    cursor: pointer;
}

.accordion .accordion-body {
    background: none;
}

.faqAccor .accordion-button::after {
    background: url("wp-content/themes/personalcredit/images/icons/plus.svg");
}

.faqAccor .accordion-button::after {
    background-repeat: no-repeat;
    background-size: 20px 22px;
    --bs-accordion-btn-active-icon: url("wp-content/themes/personalcredit/images/icons/minus.svg");
    --bs-accordion-btn-icon-width: 1.25rem;
}

.myMap {
    margin: 60px 0px 0px;
}

.myMap iframe {
    width: 100%;
    height: 400px;
}

.openFilter,
.openFilterDesktop {
    display: flex;
    gap: 10px;
    padding: 0px 0px 10px;
    align-items: baseline;
}

.hide-for-large {
    display: none;
}

.single-banner {
    height: 350px;
    background: linear-gradient(rgb(15, 190, 200) 0%, rgb(9, 61, 52) 100%);
    margin-top: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}

.single-banner h1 {
    color: #fff;
    margin-top: -55px;
}

.image-container-single {
    margin-top: -150px;
    margin-left: 5%;
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    z-index: 8;
}

.image-container-single a img {
    width: 430px !important;
}

.image-container-single img {
    width: 430px !important;
}

.disclaimer-url {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #f19520;
}

.disclaimer-url a {
    color: #f19520;
    text-decoration: underline;
    font-weight: bold;
}


.button-url-mobile {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    background-color: #fff;
    left: 0;
    padding: 10px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
}

.button-url-mobile a {
    min-width: 150px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px 15px;
    text-transform: capitalize;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    animation: 1.5s ease 0s infinite normal none running pulse512;
    background-color: rgb(6, 69, 79);
    color: rgb(255, 255, 255);
    display: block;
}

.chase-button-url-mobile a {
    background: #fff;
    color: #1d85c7 !important;
    text-align: center;
}

.chase-button-url-mobile a::after {
    content: '\25ba';
    padding-left: 0.5em;
}

.chase-link-url {
    margin-top: 30px;
    font-size: 18px;
}

.chase-link-url a {

    gap: 10px;
    text-decoration: none;

}

.chase-link-url a::after {
    content: '\25ba';
    padding-left: 0.5em;
}

.clear-cache ::after {
    content: none !important;

}

.clear-cache {
    font-size: 12px !important;
}

.button-url {
    margin-top: 30px;
}

.button-url a {
    min-width: 150px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px 15px;
    text-transform: capitalize;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    animation: 1.5s ease 0s infinite normal none running pulse512;
    background-color: rgb(6, 69, 79);
    color: rgb(255, 255, 255);
}

.clear-cache a {
    all: unset !important;
    cursor: pointer !important;
}


.credit_details_wrap {
    padding: 20em 0px 80px;
    background: linear-gradient(rgb(15, 190, 200) 0%, rgb(9, 61, 52) 100%);
}

.credit_details_wrap .card_hero {}

.credit_details_wrap .card_hero figure {
    margin: 0px;
}

.credit_details_wrap .card_hero figure img {
    width: 100%;
}

.credit_details_wrap .credit_details {}

.credit_details .para {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgb(188, 190, 192);
    text-align: justify;
}

.credit_details p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;

    text-align: justify;
}

.credit_details strong {
    font-size: 20px;
}

.credit_details_wrap .credit_details p {
    font-family: Graphik;
    font-weight: 200;
    font-size: 16px;
    line-height: 25px;
    color: rgb(0, 0, 0);
}

.credit_details_wrap .credit_details .para {
    font-family: Graphik;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: rgb(0, 0, 0);
    opacity: 0.63;
    margin: 0px 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.credit_details_wrap .credit_offer_flex {
    gap: 30px;
    justify-content: unset;
    margin: 30px 0px 0px;
}

.credit_details_wrap .credit_offer_flex .more_btn a {
    color: black;
    font-size: 14px;
}

.offer_section {
    padding: 60px 0px;
}

/* .offer_section .offerCard {
    margin-top: 7em;
} */

.card_hero figure {
    margin: 0px;
}

.card_hero {
    /* position: absolute;
    top: -21%;
    left: 21px; */

    position: absolute;
    top: -21%;
    left: 20px;
    width: 90%;
    z-index: 5;
    border-radius: 20px;
    overflow: hidden;
}


.offerCardDetail {
    top: -80px;
    padding: 30px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(197, 196, 196);
    position: sticky;
    margin-top: -185px;
    padding-top: 180px;
    overflow: auto;
}

.card_hero figure a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin: 0px auto;
}

.offerCard .textOffer {
    margin: 25px 0px 0px;
}

.offerCard .textOffer strong {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.disclosure {
    padding: 0 0 10px 0;
    padding: 1em 0 0;
    font-size: 16px;
    line-height: 26px;
    color: rgb(188, 190, 192);
    text-align: justify;
}

.offerCard .textOffer p {
    font-size: 16px;
    /* line-height: 26px; */
    color: rgb(0, 0, 0);
    opacity: 0.6;

}

.offerCard123 p,
.offerCard123 ul {
    font-size: 16px;
    /* line-height: 26px; */
    color: rgb(0, 0, 0);
    opacity: 0.6;
    overflow: auto;
}

.ulact {
    white-space: pre-line;
    overflow: auto;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.offerCard123 ul {
    font-size: 16px;
    /* line-height: 26px; */
    color: rgb(0, 0, 0);
    opacity: 0.6;
    overflow: auto;
}

.offerCard123 .textOffer strong {
    font-size: 20px;
    color: rgb(0, 0, 0);
    opacity: 1;
}

.offerCard .textOffer ul {
    margin-top: -25px;
    white-space: pre-line;
    font-size: 16px;
    /* line-height: 26px; */
    color: rgb(0, 0, 0);
    list-style: disc;
    opacity: 0.6;
}

.offerCard .textOffer ul li {
    font-size: 16px;
    /* line-height: 26px; */
    color: rgb(0, 0, 0);
    list-style: disc;
    opacity: 0.6;
}

.detailAccordion {}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px;
}

.accordion-item h2 button {
    font-size: 20px;
    border: none;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
    background: rgb(255, 255, 255);
}

.accordion-item strong {
    font-size: 16px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}

.card_fee {
    padding: 60px 0px;
    background: rgba(8, 94, 79, 0.08);
}

.fee_text p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.54;
    margin: 0px;
}

.annualFee {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    background: white;
    border-radius: 10px;
    margin: 20px 10px 0px;
}

.slider .tooltip {
    position: absolute;
}

.boostrap-slider {
    justify-content: center;
}

.annualText {
    padding: 15px 20px;
    position: relative;
    border-right: 1px dashed rgb(112, 112, 112);
    border-bottom: 1px dashed rgb(112, 112, 112);
}

.borderRight {
    border-right: 1px dashed rgb(112, 112, 112);
}

/* .annualText:nth-last-child(-n + 1){
    border-bottom: none;
} */
.borderless {
    border-bottom: none;
}

.borderRightless {
    border-right: none;
}

.annualText h6 {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.63;
    margin: 0px 0px 15px;
    gap: 10px;
    display: flex;
}

.fee_text {
    background: rgba(5, 139, 167, 0.36);
    padding: 0px 0px 10px;
    border-radius: 10px;
}

.fee_text h2 {
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    color: rgb(0, 0, 0);
    background: rgb(98, 183, 200);
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
}

.annualText strong {
    font-size: 15px;
    text-align: left;
    color: rgb(0, 0, 0);
    line-height: 22px;
}

.adverTiser {
    padding: 60px 0px;
}

.advertisText {
    text-align: center;
}

.advertisText h2 {}

.advertisText p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    opacity: 0.63;
}

.creditText .cardBenefit {
    margin-top: 40px;
}

.cardBenefit .creditText p.card-processor {
    font-weight: 700;
    color: #e4542f;

}

.cardBenefit .creditText {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(212, 212, 212);
    margin: 0px 0px 20px;

}

.cardBenefit .creditText h4 {
    background: linear-gradient(rgb(15, 190, 200) 0%, rgb(9, 61, 52) 100%);
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    gap: 15px;
    color: rgb(255, 255, 255);
    margin: 0px;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.35rem;
    padding-left: 15px;
}

.cardBenefit .creditText h4 img {
    width: 65px;
}

.cardBenefit .creditText p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgb(0, 0, 0);
    opacity: 0.54;
    padding: 15px 20px;
    margin: 0px;
    white-space: pre-line;
}

.headingDet {}

.headingDet h1 {
    font-family: Graphik;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    /* margin: 0px 0 0 110px; */
}

.creditText ul {
    position: relative;
    padding: 15px 10px;
}

.creditText ul li {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgb(0, 0, 0);
    opacity: 0.54;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.creditText ul li::before {
    content: "";
    position: absolute;
    border: 12px;
    width: 5px;
    height: 5px;
    background: black;
    left: 8px;
    border-radius: 10px;
}

.airlineTable {
    background: rgb(255, 247, 242);
    padding: 80px 0px;
}

.hotel_airplane {
    margin: 30px 0px !important;
}



.heading {
    text-align: center;
}

.heading h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 0;
}

.airplane {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 14px;
}

.airplane h4 {
    margin: 0;
}

.hotel_tble {
    margin: 30px 0 20px;
}

/*  */


table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
}

table th {
    font-size: 0.85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    table {
        width: 96% !important;
        border: 0;
        margin: 0 auto;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        padding: 10px 10px;
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }

    table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
}

tr:nth-child(even) {
    background: #f5f5f5;
}

tr:nth-child(odd) {
    background: #FFF
}

.airplane img {
    width: 35px;
    height: 31px;
}

#tempB {
    appearance: none;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    background: #06454f;
    height: 9px;
    border-radius: 11px;
}

.btn_load {
    text-align: center;
    margin: 30px 0 20px;
}

.btn_load button {
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    text-transform: capitalize;
    background: #ff6a50;
    color: white;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 3px solid #06454f;
    cursor: pointer;
    border-radius: 30px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 3px solid #06454f;
    cursor: pointer;
    border-radius: 30px;
}

.sticky {
    position: relative;
    top: 0px;
}

/*  */

#form-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form {
    width: 100%;

    #form-title {
        margin-top: 0;
        font-weight: 400;
        text-align: center;
    }

    #debt-amount-slider {
        display: flex;
        position: relative;
        width: 100%;
        height: 50px;
        justify-content: space-between;
        align-items: center;

        ::before {
            content: " ";
            position: absolute;
            height: 8px;
            border-radius: 20px;
            width: 100%;

            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #000;
        }

        #debt-amount-slider input_label {
            display: flex;
            justify-content: space-between;
        }

        input,
        label {
            box-sizing: border-box;
            flex: 1;
            user-select: none;
            cursor: pointer;
        }

        label {
            display: inline-block;
            position: relative;
            width: 20%;
            height: 100%;
            user-select: none;

            label::before {
                content: attr(data-debt-amount);
                position: absolute;
                left: 50%;
                padding-top: 10px;
                transform: translate(-50%, 45px);
                font-size: 14px;
                letter-spacing: 0.4px;
                font-weight: 400;
                white-space: nowrap;
                opacity: 0.85;
                transition: all 0.15s ease-in-out;
            }

            label::after {
                content: " ";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 30px;
                height: 30px;
                border: 2px solid #000;
                background: #fff;
                border-radius: 50%;
                pointer-events: none;
                user-select: none;
                z-index: 1;
                cursor: pointer;
                transition: all 0.15s ease-in-out;
            }

            :hover::after {
                transform: translate(-50%, -50%) scale(1.25);
            }
        }

        input {
            display: none;

            :checked {
                +label::before {
                    font-weight: 800;
                    opacity: 1;
                }

                +label::after {
                    border-width: 4px;
                    transform: translate(-50%, -50%) scale(0.75);
                }

                ~#debt-amount-pos {
                    opacity: 1;
                }

                @for $i from 1 through $number-of-options {
                    &:nth-child(#{$i * 2 - 1})~#debt-amount-pos {
                        left: #{($i * 20%) - 10%};
                    }
                }
            }
        }

        #debt-amount-pos {
            display: block;
            position: absolute;
            top: 50%;
            width: 12px;
            height: 12px;
            background: #000;
            border-radius: 50%;
            transition: all 0.15s ease-in-out;
            transform: translate(-50%, -50%);
            border: 2px solid #fff;
            opacity: 0;
            z-index: 2;
        }

        /* :valid {
		#debt-amount-slider {
		input {
				+ label::before {
					transform: translate(-50%, 45px) scale(0.9);
		transition: all 0.15s linear;
				}
				&:
		checked + label::before {
					transform: translate(-50%, 45px) scale(1.1);
		transition: all 0.15s linear;
				}
			}
		}
	;
	} */
        .debt-amount-slider input {
            width: 27px !important;
            height: 47px !IMPORTANT;
        }

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

        .input_label p {
            margin: 0;
            font-size: 12px;
        }

        .point_personal {
            width: 26px !important;
            height: 27px !important;
            border: 2px solid #06454f !important;
            border-radius: 50% !important;
            appearance: none;
            background: #06454f !important;
        }

        form .point_personal {
            width: 26px !important;
            height: 27px !important;
            border: 2px solid #06454f !important;
            border-radius: 50% !important;
            appearance: none;
            background: #06454f !important;
        }
    }
}

.featured-card {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px;
}

.card-container {
    border-top: 1px solid rgb(187, 187, 187);
    margin: 10px 0px 0px;
}

.feature-heading h2 {
    font-family: Graphik;
    font-size: 20px;
    text-align: left;
    padding: 20px 16px;
}

.evaluation {
    font-size: 0.7em;
    color: #000;
}

.asterisk:hover {
    cursor: pointer;
}

.hidden-evaluation {
    display: none;
}

.auto-search {
    color: #000;
}

.blue-f {
    color: #09707a;
}

.filter-off .filters-chosen {
    display: none !important;
}

.credit_card_filter {
    background-color: #fff;
}

.filter-refine {
    background-color: #06454f;
    padding: 20px 10px;
    color: #fff;
}

.filter-refine p {
    margin: 0px;
}

.orange-f,
.orange-f:visited,
.orange-f:hover {
    color: #f19520;
}

.openFilter:hover {
    cursor: pointer;
}

.input_boxes_selected:hover {
    cursor: pointer;
}

.mobile-only {
    display: none !important;
}

.more_info,
.more_info:visited {
    color: #Fff;
    background-color: rgb(6, 69, 79);
}
.more_info.orange-b,
.more_info.orange-b:visited {
    color: #Fff;
    background-color: #ff6a50;
}

#ctct-form-wrapper-0 {
    display: flex;
}

.ctct-form.ctct-form-347 {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.ctct-form.ctct-form-347 .ctct-form-field-required,
.ctct-form.ctct-form-347 .ctct-form-field-required input[type="email"] {
    width: 100%;
}

.ctct-submit {
    background: rgb(255, 106, 80);
    height: 40px;
}

.ctct-form-field-email label {
    display: none;
}

.ctct-email {
    background: #fff;
    height: 40px;
    padding: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ctct-disclosure {
    display: none;
}



.page-template-template-landing-page-php a {
    text-decoration: underline;
}

.image-1 {
    transform: rotate3d(1, 1, -1, -35deg);
    margin-top: 80px;
}

.image-2 {

    transform: rotate3d(1, 1, -1, -25deg);
}

.both-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.both {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 25.849px 8.292px rgba(0, 0, 0, 0.02);
}

.both svg {
    margin-right: 20px;
}

.white-box {
    margin: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 25.849px 8.292px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 20px;
}

.listing ul {
    list-style: circle;
    font-size: 18px;
    margin-left: 20px;
}

.listing ul li {
    list-style: circle;
    padding-bottom: 10px;
    font-weight: bold;
}

.white-b {
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 95px;
    background-color: #fff;
    box-shadow: 0px 0px 25.849px 8.292px rgba(0, 0, 0, 0.02);
}

.guide-landing {
    background: url(/wp-content/themes/personalcredit/images/bg.png);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff !important;
    background-size: cover !important;
    background-position-x: center !important;
}

.guide-landing h2 {
    margin-bottom: 30px;
    color: #fff;
}

.guide-landing p b {
    color: #2b0a0a !important;
    padding-top: 20px;
}

.guide-landing a,
.guide-landing a:visited {
    color: #0fbec8;
}

.ideas {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ideas h2 {
    margin-bottom: 40px;
}

.idesa-container {
    background-color: #0fbec8;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 25.849px 8.292px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    margin-bottom: 20px;
}

.idesa-container h4 {
    color: #fff;
    padding-left: 30px;
    margin-bottom: 0px;
    font-size: 18px;

}

.border-ideas {
    border: 2px solid #0fbec8;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.landing-banner a,
.landing-banner a:visited {
    color: #0fbec8;
}

#afilliate-img{
    background-image: url('/wp-content/themes/personalcredit/images/affiliate.jpg');
    height: 80vh;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -50px;
}

.affiliate-container{
    display: flex;
    align-items: center;
    height: 80vh;
    flex-direction: column;
}

.nav-pills .nav-link {
    width: 200px;
    font-size: 16px;
    text-transform: uppercase;
    color:#000;

}
#v-pills-tabContent{
    width: 80% !important;
    padding-left: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    width: 200px;
    background-color: #0eafb9;
}

.avatar{
    border-radius: 50%;
}
#referal_link, #card_referal_link{
    background-color: #0fbec8;
    padding: 5px 20px;
    color:#fff;
    border-radius:5px ;
}

.copy-clipboard, .copy-card-clipboard{
    margin-left: 10px;
}
.copy-clipboard:hover, .copy-card-clipboard:hover{
    cursor: pointer;
}
.dataTables_filter{
    margin-bottom: 10px;
}
table.dataTable{
    margin-top: 60px;
}
table.dataTable thead > tr > th, table.dataTable tr > td{
    font-size: 12px !important;
    text-align: left !important;
}
div.dt-buttons{
    margin-left: 50px;
}
.dataTables_length{
    margin-top: 5px;
}
.dt-buttons{
    margin-bottom: 30px;
}
.summary-box{
    border: 1px solid #0fbec8;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 20px;
    border-radius: 5px;
}

.summary-box p{
    margin: 0px;
    font-size: 16px;
    color: #0fbec8;
    font-weight: bold;
}

.green-f{
    color: #0fbec8;
}

#chartdiv {
    width: 100%;
    height: 500px;
  }
.account-page-container .nav-pills .nav-link {
    text-align: left;
}

#card-referal-container{
    display: none;
}

.clear{
    margin-top: 8px;
    margin-left: 8px;
    display: none;
}
.clear:hover{
    cursor: pointer;
}