/* Overlay */
.psp-overlay {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
}
/* Box */
.psp-overlay .psp-box {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    padding: 36px 32px;
    max-width: 488px;
    width: calc(100% - 40px);
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 24px 80px;
}
/* Top icon */
.psp-overlay .psp-icon img {
    width: 40px;
}
/* Close button */
.psp-overlay .psp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.psp-overlay .psp-close img {
    width: 16px;
}
/* Title */
.psp-overlay .psp-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}
/* Description */
.psp-overlay .psp-desc {
    color:#232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
/* Button */
.psp-overlay .psp-btn {
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
    cursor: pointer;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 44px;
    font-size: 16px;
    font-weight: 700 !important;
    text-align: center;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    margin-top:15px;
}
.psp-overlay .psp-btn:hover {
    background: linear-gradient(180deg, #FC6A33 -19.15%, #F90 52.6%);
}
.psp-overlay .pb-highlight-box {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    background: rgb(255, 247, 237);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 102, 0, 0.2);
    border-image: initial;
    border-radius: 10px;
    padding: 14px 16px;
    gap: 12px;
}
.psp-overlay .pb-highlight-number {
    font-size: 28px;
    font-weight: 900;
    color: #FF6600;
    line-height: 1;
    flex-shrink: 0;
}
.psp-overlay .pb-highlight-text {
    font-size: 13px;
    color: #92400E;
    line-height: 1.55;
}
.psp-overlay .pb-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
}
.psp-overlay p.pb-text:not(.has-background):last-of-type {
    padding-bottom: 15px !important;
}
.psp-overlay h3.pb-heading {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.3px;
    margin-bottom: 14px;
}
.psp-overlay .pb-icon {
    font-size: 32px;
    margin-bottom: 30px;
}
.psp-overlay .pb-list li span {
    color: #00B67A;
    font-weight: 800;
    flex-shrink: 0;
}
.psp-overlay .pb-list li {
    font-size: 13px;
    color: #374151;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding-bottom: 8px;
}
.psp-overlay .pb-list li:last-child {
    padding-bottom: 0 !important;
}
.psp-overlay .pb-highlight-box p {
    font-size: 12px;
    color: #92400E;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 0 !important;
}
.psp-overlay .pb-highlight-box.small {
    margin-bottom: 0;
}
/*Pop-up style start*/

#gform_29 .gfield_select {
    border: 1px solid #bbb;
    color: #4e4e4e;
    padding: 13px !important;
    font-size: 14px !important;
    background: #EEF6FF;
    border-radius: 30px;
    background-size: 20px !important;
}
@media only screen and (max-width: 641px) {
    #gform_29 .gfield_select {
    padding-block: 17px !important;
  }
}
