@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* .holder {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
      } */

.holder::-webkit-scrollbar {
    display: none;
}

/* Hide the images by default */
.pslides {
    /* display: none; */
    /* max-width: 1000px; */
    position: relative;
    margin-bottom: 12px;
}

.pslides img.ext-img {
    width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {

    .prevContainer,
    .nextContainer {
        display: none;
        visibility: hidden;
    }
}

.prevContainer,
.nextContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.prevContainer {
    margin-left: 26px;
    left: 0;
    border-radius: 30px 0 0 30px;
}

.prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px
}

.prev svg,
.next svg {
    fill: white;
}

.next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
}

/* Container for image text */
.caption-container {
    display: none;
}

.row:after {
    content: "";
    display: ptable;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 100%;
    max-width: 130px;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
}

.pactive,
.slide-thumbnail:hover {
    opacity: 1;
}

.row {
    display: flex;
    gap: 13px;
    margin-top: 12px;
}

img.ext-img {
    width: 100%;
    max-width: 848px;
    height: 480px;
    object-fit: cover;
	border-radius:12px;
}

.holder {
    position: relative;
    width: 100%;
    max-width: 848px;
    object-fit: cover;
}

.exc {
    display: flex;
/*     justify-content: space-between; */
    align-items: flex-end;
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
	gap:10px;
}
.exc-btn .wish-icon a {
    width: 42px;
    height: 42px;
}
.exc-btn .wish-icon a img {
    width: 100%;
    max-width: 22px;
}
.mror {
    position: absolute;
    bottom: 0;
    right: 0;
}
.exc-btn .video-box {
    width: 100%;
    max-width: 25px;
}

.detail-goto-slider .exc p {
    color: var(--Color-4, #2066E8);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4003px;
    background: var(--White, #FFF);
    display: flex;
    /* padding: 7px 14px 8px 14px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 91px;
    height: 32px;
}

.mror {
    border-radius: 24px;
    background: #FFF;
    backdrop-filter: blur(2px);
    /* width: 40px; */
    /* height: 40px; */
    padding: 10px;
    display: block;
}



#parent {
    margin: 0 auto;
    width: 400px;
}



.menu button:hover {
    background: rgba(32, 102, 232, 1);
    color: #fff;
}

.menu button.pactive {
    background: rgba(32, 102, 232, 1);
    color: #fff;
}

.ptabs .ptab:not(.pactive) {
    display: none;
}

.ptabs {
    margin-bottom: 24px;
}

div#parent {
    width: 100%;
    max-width: 848px;
}

.menu button {
    color: var(--Color-4, #2066E8);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--Color-4, #2066E8);
    /* display: flex; */
    width: 120px;
    height: 36px;
    /* padding: 8px 100px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.menu {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: max-content;
}

ul#myTab {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.flor-btn {
    border-radius: 24px;
    border: 1px solid var(--Color-4, #2066E8);
    display: flex;
    width: 160px;
    /* padding: 8px 100px; */
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Color-4, #2066E8) !important;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.tour {
    width: 100%;
    max-width: 100%;
    gap: 8px;
}

.tour-btn {
    background: #2066E8;
}

.tour img,
.tour p {
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(1%) hue-rotate(105deg) brightness(104%) contrast(101%);
}

.detail-goto-slider .action {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.detail-goto-slider ul.slick-dots {
    display: none !important;
}

.slider.slider-for .slick-slide.slick-current.slick-active {
    max-width: 848px !important;
}

.detail-goto-slider {
    width: 100%;
    max-width: 848px;
}

.slider-nav .slick-slide {
    max-width: 127px !important;
    margin-right: 15px;
}


ul#myTab li a {
    color: var(--Color-4, #2066E8) !important;
}

.row .slick-track {
    width: 848px !important;
    display: flex;
    gap: 13px;
}

.plan-name-head h2 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 127.778% */
    margin: 56px 0 24px 0;
}

.plane-slider p {
    color: var(--Grey, #5B5B5F);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
    /* 30.4px */
    margin-top: 24px;
}

.plan-select-opt {
    border-radius: 16px;
    border: 1px solid #FCFCFD;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 56px 0px rgba(15, 15, 15, 0.06);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 17px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.slct-pln p {
    color: var(--Color-1, #142F57);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 100%;
}

.slct-pln {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 156px;
}

.plan-left-dtl {
    width: 100%;
    max-width: 66%;
}

.slct-pln-dta {
    padding: 14px 24px;
    width: 100%;
    max-width: 25%;
    border-top: 1px solid var(--BG-1, #EDF1F2);
    border-right: 1px solid var(--BG-1, #EDF1F2);
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.slct-pln-dta:nth-child(4) {
    border-right: none;
    border-top: none;
}

.slct-pln-dta:nth-child(1),
.slct-pln-dta:nth-child(2),
.slct-pln-dta:nth-child(3) {
    border-top: none;
}

.slct-pln-dta:nth-child(8) {
    border-right: none;
}

.flip-img,
.rverse-floor {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.drawing h2 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.floor {
    border-radius: 16px;
    border: 1px solid #FCFCFD;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 56px 0px rgba(15, 15, 15, 0.06);
    padding: 24px 24px 24px 24px;
    margin-top: 32px;
}

.floor-dta h3 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
}

.floor-btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--Color-4, #2066E8);
    backdrop-filter: blur(2px);
    padding: 9px 24px;
    color: var(--Color-4, #2066E8);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.floor-btn {
    display: flex;
    gap: 16px;
}

.floor-dta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(237, 241, 242, 1);
    padding-bottom: 16px;
}

.floor-btn a:nth-child(3) {
    border: 1px solid rgba(233, 0, 22, 1);
}

.drawing-img {
    border-radius: 12px;
    background: var(--BG-1, #EDF1F2);
    padding: 35px 108px;
    position: relative;
    margin-top: 24px;
}

img.lrge-button,
.lrge-button-1 {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 400px;
    background: var(--Color-4, #2066E8);
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drawing {
    margin-top: 32px;
}

.drwng-p-dtl-dta-1 {
    border-radius: 16px;
    border: 1px solid rgba(32, 102, 232, 0.05);
    /* border-radius: 16px 16px 0px 0px; */
    background: rgba(32, 102, 232, 0.05);
    /* padding: 0 20px; */
    width: 100%;
    max-width: 418px;
    margin-bottom: 8px;
}

.drwn-bd {
    display: flex;
    align-items: center;
    gap: 8px;
}

.drwng-dtl-opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.drwn-bd p {
    color: var(--Color-1, #142F57) !important;

}

.img-box {
    width: 100%;
    max-width: 100%;
}

.lge-img {
    width: 100%;
    max-width: 100%;
}

.lge-img-1 {
    width: 100%;
    max-width: 100%;
}

.drwng-dtl-opt p {
    color: var(--Color-4, #2066E8);
    text-align: right;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fnd {
    align-items: flex-start;
}

.drwng-fnd p {
    margin-bottom: 8px;
}

.drwng-p-dtl-dta {
    display: flex;
    justify-content: space-between;
}

.drwng-plan-detail-left {
    width: 100%;
    max-width: 49.3%;
}

.drwng-pln-rght {
    width: 100%;
    max-width: 49.3%;
}

.notable h2 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.notable {
    margin-top: 40px;
    width: 100%;
    max-width: 748px;
}

.notable-dta {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.notable-dta p {
    color: var(--Color-4, #2066E8);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    border-radius: 24px;
    border: 1px solid var(--Color-4, #2066E8);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


/* Plan Detail Right */

.custom-radio-1+label span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #2196F3;
}

.custom-radio-1:checked+label span::before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.custom-radio-1+label span::before {
    content: "";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2196F3;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.custom-radio-1 {
    display: none !important;
}

.plan-faq {
    flex-direction: column;
    border-radius: 12px;
    background: rgba(32, 102, 232, 0.05);
    /* box-shadow: 0px 0px 56px 0px rgba(15, 15, 15, 0.06); */
    padding: 16px 20px;
    margin-top: 16px;
}

.plan-faq p {
    text-align: left;
    color: var(--Grey, #5B5B5F);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
}

.plan-rght-dtl h2 span {
    color: rgba(32, 102, 232, 1);
}

.plan-faq h5 {
    color: var(--Color-4, #2066E8);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
}

.dtl-pge-fq {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #FCFCFD;
    background: var(--White, #FFF);
    width: 100%;
    max-width: 384px;
}

.plan-rght-dtl h2 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
	text-align: center;
}

.plan-rght-dtl {
    border-radius: 12px;
    background: rgba(32, 102, 232, 0.05);
    padding: 16px;
    width: 100%;
    max-width: 100%;
}

.form-group-1 label {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.plan-rght-dta {
    border-bottom: 1px solid rgba(20, 47, 87, 0.12);
    padding-bottom: 8px;
}

.plan-total h4 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
}

.plan-total h3 {
    color: var(--Color-4, #2066E8);
    text-align: right;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
}

.plan-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
}

.drwing-p-dtl h2 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 40px 0 32px 0;
}

.add-cart {
    border-radius: 120px;
    background: var(--Color-4, #2066E8);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 368px;
}

.plan-active {
    background: #2066E8;
}

.plan-active label,
.plan-active h5,
.plan-active p {
    color: #fff;
}

.plan-active .custom-radio-1+label span {
    border: 1px solid #fff;
}

.plan-active .custom-radio-1+label span::before {
    background-color: #fff;
}

.plan-dtl-content {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.s-plan h2 {
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.cst h2 {
    margin: 16px 0 8px 0;
    color: var(--Color-1, #142F57);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
}

.cst p {
    /* margin-bottom: 36px; */
    color: var(--Grey, #5B5B5F);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    /* 23.8px */
}

.cst-img {
    width: 100%;
    max-width: 100%;
}

.cst-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.cst {
    margin-top: 32px;
    border-radius: 12px;
    background: rgba(32, 102, 232, 0.05);
    padding: 16px;
}

.cst a.add-cart {
    margin-top: 36px;
}

.cst-qstion {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cst-call a,
.cst-call {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cst-call img {
    border-radius: 8px;
    border: 1px solid var(--Color-4, #2066E8);
    padding: 7px;
    display: block;
}

.cst-call p {
    color: var(--Color-1, #142F57);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.2px;
    /* 27.2px */
}

ul.plan-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(91, 91, 95, 0.20);
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

ul.plan-tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 16px 24px;
    cursor: pointer;
    color: var(--Grey, #5B5B5F);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ul.plan-tabs li.current {

    color: var(--Color-4, #2066E8);
}

ul.plan-tabs li.current::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid var(--Color-4, #2066E8);
    width: 100%;
    bottom: -6px;
    left: 0;
}

.plan-tab-content {
    display: none;
    margin-top: 32px;

}

.plan-tab-content.current {
    display: inherit;
}

ul.plan-tabs li {
    width: 100%;
    /* max-width: 356px; */
    position: relative;
}

.plan-tab-content p {
    color: var(--Grey, #5B5B5F);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 30.4px */
    width: 100%;
    max-width: 100%;
}

.plan-tab-opt {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 16px;
}

.plan-tab-opt-dtl {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 33.3%;
}

.plan-tab-opt-dtl p {
    color: var(--Grey, #5B5B5F);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 30.4px */
}

section.plan-detail-tab {
    margin-top: 100px;
}

/* Slider */

.similar-plan-img {
    border-radius: 20px;
    background: rgba(32, 102, 232, 0.06);
    /* display: flex; */
    padding: 28px 24px 32px 24px;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* gap: 10px; */
    width: 100%;
    max-width: 416px;
}

.plan-dtl-img-sldr h3 {
    color: var(--Color-4, #2066E8);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 108.333% */
    margin: 20px 0 24px 0;
}

.similar-plan-img .bed img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(32%) saturate(4511%) hue-rotate(203deg) brightness(92%) contrast(88%);
}

.similar-plan-img:hover {
    background: rgba(32, 102, 232, 1);
    transition: 0.6s;
}

.similar-plan-img:hover .plan-dtl-img-sldr h3 {
    color: #fff;
}

.similar-plan-img:hover .fltr-img-cntnt .bed p {
    color: #fff !important;
}

.similar-plan-img:hover .fltr-img-cntnt .bed img {

    filter: none;
}

.plan-dtl-img-sldr {
    position: relative;
}

.plan-dtl-img-sldr .wish-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: transparent;
    /* padding: 4px 6px 4px 6px; */
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.plan-dtl-img-sldr .wish-icon a {
    background: #fff;
    border-radius: 50%;
    /* padding: 4px 6px 4px 6px; */
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-dtl-img-sldr .wish-icon a img {
    width: 100%;
    max-width: 25px;
}

.plan-dtl-img-sldr .fltr-img-cntnt .bed p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--Color-1, #142F57);
}

.plan-dtl-img-sldr .video-box {
    width: 100%;
    max-width: 25px;
}



.similarcarousel .owl-nav button.owl-prev {
    left: 0;
}

.similarcarousel .owl-nav button.owl-next {
    right: 0;
}


.similarcarousel .owl-dots button.owl-dot.active {
    background-color: #000;
}

.similarcarousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.similarcarousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.similar-plan-img .bed img {
    width: 100% !important;
    max-width: 20px !important;
}

.similarcarousel .owl-nav button:focus {
    outline: none;
}

.similar-slider-owl  i.fa-solid.fa-arrow-left,
.similar-slider-owl  i.fa-solid.fa-arrow-right {
    color: rgba(32, 102, 232, 1);
    border: 1px solid rgba(32, 102, 232, 1);
    border-radius: 50%;
    padding: 12px 13px;
}

i.fa-solid.fa-arrow-left:hover,
i.fa-solid.fa-arrow-right:hover {
    background-color: rgba(32, 102, 232, 1);
    color: #fff;
    transition: 0.6s;
}

.similarcarousel .owl-nav {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    position: absolute;
    left: 46%;
    right: 46%;
    bottom: -48px;
	display: block !important;
}

div.similarcarousel {
    position: relative;
}

section.similar-plan-sec {
    margin: 100px 0 148px 0;
}

.similar-sec-content h2 {
    color: var(--Color-4, #2066E8);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 145%;
    /* 72.5px */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
}

section.recent-plan-sec {
    margin-bottom: 148px;
}

.plan-right-dta-dtl {
    width: 100%;
    max-width: 32.5%;
}


/* Slider- Height adjust */


.slider-nav .slick-list.draggable {
    height: 127px;
}






/* New Slider */

.tabs-cutom-nav ul {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 53%;
}

.tabs-cutom-nav {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 24px;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.tabs-cutom-nav ul li a {
    border-radius: 24px;
    border: 1px solid var(--Color-4, #2066E8);
    color: var(--Color-4, #2066E8);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    width: 100%;
    max-width: 160px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-cutom-nav ul li {
    width: 100%;
    max-width: 136px;
    height: 36px;
}
.tabs-main {
    position: relative;
}

.exc p {
    border-radius: 4003px;
    background: var(--White, #FFF);
    color: var(--Color-4, #2066E8);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px 14px;
}

.modify-plan-popup {
    position: fixed !important;
    top: 120px !important;
    right: 0;
    left: 0;
	z-index: 99;
}
.plan-faq h5{
	margin-top:0;
}
.plan-detail-tab-content h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

/* 
.plan-detail-tab-content .plan-tab-content ul, .plan-detail-tab-content .plan-tab-content ol {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
} */
.plan-detail-tab-content .plan-tab-content ul li em {
    font-style: normal;
}



.plan_con {
    color: var(--Grey, #5B5B5F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin: 24px 0;
}