.ultimate-banner-sec{
    padding-top: 150px !important;
}
.top-banner-sec{
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 20px 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
header {
    display: flex;
    align-items: center;
    padding: 13px 0;
    position: sticky;
    top: 125px !important;
    background: #fff;
    z-index: 99 !important;
}
.top-banner-sec .container{
    display: flex;
    align-items: center;
    gap: 16px;
}

.wiseplans-content h2 {

    margin-bottom: 0;
    z-index: 1;
    color: var(--Base-White, #FFF);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.success-box {
    gap: 32px !important;
}
.most-popular {
    background: transparent !important;
    border-radius: 20px !important;
    padding: 60px 0 !important;
    text-align: center !important;
    margin-top: 0 !important;
    transform: translateY(-0px) !important;
}
input::placeholder{
    color: #000 !important;
}
.top-banner-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(0,0,0,0.2);*/
    background-image: linear-gradient(45deg, #182230 100%, #475467 100%);
    opacity: 0.8;
    z-index: -1;
}


/*    old */
.play-circle-icon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.text1 {
    position: relative;
    line-height: 24px;
    font-weight: 600;
}
/* Ensure a tags look like div buttons */
.container1 .button-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    width: 225px;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    background-color: #3e4784;
    border: 1px solid #3e4784;
    gap: 6px;
    color: #fff;
}
.wrapper1 {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* Media query for mobile screens */
@media (max-width: 992px) {
    header {
        top: 81px !important;
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .ultimate-banner-sec.ultimate-banner-sec-new{
        padding-top: 150px !important;
    }
    .top-banner-sec{padding: 12px 16px;}
    .wiseplans-content h2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 0;
    }
    .top-banner-sec .container {
        gap: 8px;
        padding: 0;
    }
    .single-line-business svg {
        height: 57px;
    }
    body {
        padding-top: 0 !important;
    }
    header {
        top: 81px !important;
        margin-top: 0 !important;
    }
    .wrapper1 {
        width: 100%;
        display: block;
        justify-content: center;
    }
    .container1  {
        flex-direction: column;
        gap: 10px;
    }
    .buttonsbutton1 {
        width: 100%;
    }
    .container1 .button-link {
        width: 100%;
        margin: 1px;
    }
    .container1 .button-link.bo {
        margin-bottom: 64px;
    }
}
/* faq */
.faq-location-details{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 64px;
}
.faq-location-details .faq-left-content{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    min-width: 576px;
}
.faq-location-details .faq-left-content h5{
    color: var(--Brand-700, #CC181F);
    font-family: var(--inter-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.faq-location-details .faq-left-content h2{
    color: var(--Gray-900, #101828);
    font-family: var(--inter-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.faq-location-details .faq-left-content p{
    color: var(--Gray-600, #475467);
    font-family: var(--inter-font);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.faq-location-details .faq-left-content .faq-loc-btn{
    display: flex;
    align-items: center;
    gap: 20px;
}
.faq-location-details .faq-left-content .faq-loc-btn p{
    color: var(--Gray-600, #475467);
    font-family: var(--inter-font);
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.accordion-loc {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background:#fff;
    color: var(--Gray-900, #101828);
    font-family: var(--inter-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.accordion-loc:after {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="%2398A2B3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px;
    height: 24px;
    display: block;
    float: right;
    margin-left: 24px;
    padding-right: 25px;
    background-repeat: no-repeat;
    object-fit: cover;
}

.active:after {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="%2398A2B3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 24px;
}

.location-faq .panel {
    background-color: var(--White);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.location-faq .panel p{
    color: var(--Gray-600, #475467);
    font-family: var(--inter-font);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 8px;
    padding-right: 48px;
}
.location-faq {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
}
.most-popular3 {
    padding: 40px 0;
}
.most-popular-row3 {
    padding: 64px 0 0px 0;
}
.wise-business-logo img{
    max-height: 60px;
    width: 100%;
    padding-left: 10px;
}
@media  (max-width:767px){
    .inc-feature-sec{
        padding-top: 20px;
    }
    .most-popular3{padding-top: 64px;
        padding-bottom: 64px;}
    .most-popular-row3{
        padding-top: 48px;
        padding-bottom: 0px;
    }
    .faq-sec-location{
        padding: 64px 0;
    }
    .faq-location-details {
        gap: 48px;
        flex-direction: column;
    }
    .faq-location-details .faq-left-content {
        min-width: auto;
        width: 100%;
    }
    .faq-location-details .faq-left-content h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-location-details .faq-left-content h2 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: normal;
        margin-bottom: 16px;
    }
    .faq-location-details .faq-left-content p {
        margin-bottom: 0;
    }
    .faq-location-details .faq-left-content .faq-loc-btn {display: none;}

}
.faq-loc-btn p.callnow{
    font-size: 16px;
}
@media (min-width:768px) and (max-width:997px){
    .ebook-input .ebook-input-c {
        min-width: auto !important;
    }
    .ebook-input .ebook-input-c input {
        width: 100%;
        min-width: auto !important;
    }
    .ebook-left{padding: 20px 5px !important; }
    body {
        padding-top: 0 !important;
    }
    .most-popular-row {
        max-width: none;
        display: grid !important;
    }
    .container1{gap:16px !important;}
    .top-banner-sec{
        padding: 11px 16px !important;
    }
    .container1 .button-link{
        margin-bottom: 0 !important;
        padding: 10px 0 !important;
    }
    .wiseplans-content h2 {
        font-size: 26px !important;
        line-height: 30px;
        margin-bottom: 0;
        z-index: 1;
    }
    header {
        top: 84px !important;
        margin-top: 0 !important;
    }
    .single-line-business svg {
        height: 56px !important;
    }
    .faq-sec-location {
        padding: 20px 0;
    }
    .faq-location-details .faq-left-content {
        min-width: 355px;
        max-width: 100%;
    }
    .faq-location-details {
        gap: 48px;
    }
    .inc-feature-sec{
        padding: 64px 0 0 0;
    }
    .accordion-loc:after {
        width: 24px;
        height: 24px;
        display: flex;
        float: right;
        margin-left: 24px;
        background-repeat: no-repeat;
    }
}
@media (min-width:998px) and (max-width:1200px){
    .faq-location-details .faq-left-content {
        min-width: 500px;
        max-width: 100%;
    }
    .accordion-loc:after {
        width: 24px;
        height: 24px;
        display: flex;
        float: right;
        margin-left: 24px;
        background-repeat: no-repeat;
    }
}