.pop-up-sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    background-color: var(--white);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}
.pop-up-sec.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.pop-up-sec .pop-up-main {
    overflow: hidden;
    background-color: #fafafa;
}
.pop-up-sec::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1026px;
    height: 100%;
    bottom: -110px;
    right: -176px;
    background-image: url(../images/jpgs/popup-sec-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
}
.pop-up-sec .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 118px;
    z-index: 100;
    position: relative;
}
.pop-up-sec .pop-up-wrap {
    padding-top: 98px;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.pop-up-sec .pop-up-wrap .right {
    width: 40%;
}
.pop-up-sec .pop-up-wrap .left {
    width: 60%;
}
.pop-up-sec .pop-up-wrap .left .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pop-up-sec .pop-up-wrap .left .title .btntag {
    background-color: #707070;
    color: var(--white);
    font-weight: bold;
    margin-left: 47px;
    margin-bottom: -10px;
    z-index: 1;
    border: 1px solid var(--white);
}
.theme-color-primary {
    background-color: var(--theme-color-primary);
}

.theme-color-secondary {
    background-color: var(--theme-color-secondary);
}
.pop-up-sec .pop-up-wrap .left h2 {
    font-size: 54px;
    padding: 0 58px 0 47px;
    border: 2px solid var(--white);
    font-weight: normal;
    color: var(--white);
    border-radius: 47px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.pop-up-sec .pop-up-wrap .left h2 strong {
    font-weight: normal;
}
.pop-up-sec .pop-up-wrap .right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-up-sec .pop-up-wrap .right .btnbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 17px;
}

.pop-up-sec .accordion {
    margin-top: 112px;
    max-width: 765px;
    margin-left: 47px;
}
.nursinghome-place-popup .pop-up-wrap {
    max-width: 1130px;
    margin: 0 auto;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.nursinghome-place-popup .pop-up-wrap a {
    width: 100%;
    height: 68px;
    /* border-radius: 34px; */
}
.nursinghome-place-popup .pop-up-main {
    position: relative;
}
.nursinghome-place-popup .pop-up-main h2 {
    position: absolute;
    font-size: 54px;
    top: 134px;
    z-index: 1;
}

.hero-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}
.hero-iframe.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.hero-iframe .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 118px;
}
.hero-iframe-wrap {
    width: 100%;
    height: calc(100% - 118px);
    position: relative;
}
.hero-iframe-wrap .btnbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 280px;
    width: 100%;
}
.hero-iframe-wrap .btnbox-wrap {
    position: absolute;
    top: 87px;
    max-width: 1650px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.hero-iframe-wrap iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 1800px) {
}

@media (min-width: 1600px) and (max-width: 1699px) {
}

@media (min-width: 1231px) and (max-width: 1599px) {
}

@media (min-width: 992px) and (max-width: 1230px) {
    .pop-up-sec .pop-up-wrap {
        gap: 40px;
    }
    .pop-up-sec .btn-main.btn-big {
        min-width: 0;
        width: 100%;
        height: 80px;
    }
    .pop-up-sec .pop-up-wrap .right .btnbox {
        width: 100%;
    }
    .accordion-header {
        font-size: 28px;
    }
    .pop-up-sec .accordion {
        margin-left: 0;
    }
    .pop-up-sec .pop-up-wrap .left h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .nursinghome-place-popup.pop-up-sec .pop-up-wrap {
        padding-top: 234px;
    }
    .nursinghome-place-popup .pop-up-main h2 {
        font-size: 34px;
    }
    .pop-up-sec .pop-up-wrap {
        flex-direction: column;
        height: auto;
        padding-top: 54px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .pop-up-sec .pop-up-wrap .left {
        width: 100%;
    }
    .pop-up-sec .pop-up-wrap .right {
        display: none;
        width: 100%;
    }
    .pop-up-sec .accordion {
        margin-left: 0;
        margin-top: 74px;
    }
    .pop-up-sec .pop-up-wrap .left .title .btntag {
        margin-left: 0;
        font-size: 18px;
    }
    .pop-up-sec .pop-up-wrap .left .title {
        align-items: center;
    }
    .pop-up-sec .pop-up-wrap .left h2 {
        font-size: 30px;
        height: 68px;
        padding: 0 24px;
        width: 100%;
    }
    .pop-up-sec .pop-up-main {
        height: auto;
    }
    .pop-up-sec .btnbox {
        margin-top: 64px;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
    .pop-up-sec .btn-main.btn-big {
        min-width: 0;
        height: 53px;
        font-size: 20px;
    }
    .pop-up-sec .pop-up-wrap .left h2 {
        font-weight: bold;
    }
    .pop-up-sec .pop-up-wrap .left h2 strong {
        display: none;
    }
    .hero-iframe-wrap .btnbox-wrap {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

/* new added by vipul */
.accordion-header {
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    display: none;
    padding: 40px 0 98px 0;
}
.accordion-content p {
    color: #707070;
}
.accordion-content .btnbox {
    display: flex;
    align-items: flex-start;
    margin-top: 42px;
}

.icon {
    font-size: 34px;
}
.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 34px;
    line-height: 1.35;
    color: #707070;
    padding-bottom: 13px;
    border-bottom: 1px solid #a8a8a8;
}

@media (min-width: 1800px) {
}

@media (min-width: 1600px) and (max-width: 1699px) {
}

@media (min-width: 1231px) and (max-width: 1599px) {
}

@media (min-width: 992px) and (max-width: 1230px) {
}

@media (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .accordion-header {
        font-size: 24px;
    }
    .accordion-content {
        padding: 30px 0 46px;
    }
}
