.k-input {
    background-color: #F0F5FA;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.k-input:focus {
    background-color: white;
    border: 1px solid #81BCE8;
    outline: none;
}

.k-input::placeholder{
    color: #9D9FA1;
}

.error-field {
    background-color: #FFF7FB;
    border: 1px solid #BA4F70;
}

.k-close-btn {
    display: block;
    background-image: url("../../../images/close-btn.svg");
    width: 24.13px;
    height: 24px;
    cursor: pointer;
}

.k-btn {
    /*margin-left: 20px;*/
    border: none;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    /*font-weight: 600;
    font-size: 12px;*/
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}

.k-input-field{
    width: 100%;
    font-family: 'Roboto';
    font-size: 12px;
    color: #9D9FA1;
    line-height: 14.06px;
    display: flex;
    flex-direction: column;
}


/****FAQ Accordion******/
.faq-title{
    color: #181C2E;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
}
#accordionFlushFAQ {
    border: 1px solid #E5EDF9;
    border-radius: 10px;
}

.faq-section{
    margin: 0px 10px 0px 10px;
}

.accordion-button{
    font-size: 15px;
}

.accordion-body p{
    font-size: 15px;
    line-height: 22px;
}


/***********FOOTER*******************/
.footer-cont {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #444365;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    text-align: center;
}

/*********Plans section*************/
.plan-benefits-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plan-benefits-lst {
    display: flex;
    gap: 15px;
    width: fit-content;
}

.plan-icon {
    min-width: 24px;
    height: 24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.p-i-dark {
    background: url("../../../images/i-check-dark.svg");
}

.p-i-light {
    background: url("../../../images/i-check-light.svg");
}
.p-i-green-dark{
    background: url("../../../images/i-check-green-dark.svg");
}
.p-i-green-light{
    background: url("../../../images/i-x-green-light.svg");
}

.plan-text {
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

.p-t-dark {
    color: #444365;
}

.p-t-light {
    color: white;
}

.plan-sub-text {
    font-size: 12px;
    font-weight: 400;
}

.plan-b-i-wrap p {
    color: white;
    margin-bottom: 0px;
}

.plan-d-title-wrap {
    display: flex;
    justify-content: space-between;
}

.plan-d-title {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.plan-d-subtitle {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0px;
}


.plans-container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.pname-plan {
    text-align: left;
    font-weight: 400;
    color: #444365;
    display: flex;
}

.pname-plan p {
    margin-bottom: 0px;
}

#plan-confirmation {
    display: none;
    width: 50%;
    height: fit-content;
    max-width: 600px;
    border: 1px solid gray;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px 30px;
    max-height: 500px;

}

.plan-act-wrap {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.plan-act-wrap button {
    margin-left: 0px;
}


/**** Whatsapp link **********/
.wa-link {
    position: fixed;
    display: block;
    bottom: 74px;
    right: 24px;
    z-index: 10;
}

.wa-link a img {
    width: 48px;
    height: auto;
    display: block;
}


/*Media*/
@media screen and (max-width: 991px) {
    .footer-cont {
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .footer-cont {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 60px;
    }
}