.pricingContent > ul:nth-child(1) {
    padding: 0;
    list-style: none;
    margin:0;
    height: 215px;
    overflow-x: hidden;
    text-align: justify;
}

.pricingContent > ul:nth-child(1) li {
    font-size: 15px;
}

.pricingContent ul:nth-child(1)::-webkit-scrollbar {
    width: 5px;
}

.pricingContent ul:nth-child(1)::-webkit-scrollbar-track {
    background-color: transparent;
}

.pricingContent ul:nth-child(1)::-webkit-scrollbar-thumb {
    box-shadow: inset 0px 0px 100px rgb(220 105 16);
    border-radius: 100px;
}

.pricingContent > ul > li.have {
    transition: all 0.4s ease;
    position:relative;
    padding: 0;
}

.pricingContent > ul > li.have ul {
    list-style: none;
    padding: 15px 30px;
    display: none;
}
.pricingContent > ul > li.have ul li {
    padding: 5px 0;
    font-size: 15px;
}

.pricingContent > ul > li.have.active ul {
    display: block;
}

.pricingContent > ul > li.have:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: 15px;
    transform: translate(-50%, -50%);
}

.pricingContent > ul > li.have.active:after {
    content: '\f106';
    color: #fff;
}

.pricingContent > ul > li.have .title {
    line-height: 25px;
    padding: 10px 16px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.pricingContent > ul > li.have.active .title {
    background-color: #555;
    color: #fff;
}

.pricingContent > ul > li.have:hover {
    padding: 0;
}

.update-combo-sec {
    background-size: cover;
    /* min-height: 1080px; */
    padding: 50px 0px;
}
.update-combo-sec .inner-combb h5 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.update-combo-sec .inner-combb img {
    margin-bottom: 20px;
    width: 50%;
}
.update-combo-sec .inner-combb p {
    font-size: 17px;
    font-weight: 500;
    color: white;
}
.update-combo-sec .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom:20px;
}
.update-combo-sec .inner-combb ul h6 {
    color: white;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}
.update-combo-sec .inner-combb ul li {
    color: white;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}
.update-combo-sec .inner-combb ul li img {
    flex: 0 0 15px;
    margin: 0px 5px 0px 0;
}
.update-combo-sec .inner-combb .lbn-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.update-combo-sec .inner-combb .lbn-btns .open_package_model {
    background: #dc6910;
    color: #fff;
    text-align: center;
}
.update-combo-sec .inner-combb .lbn-btns .open_package_model:hover{
    background-color: #fff;
    color:#000;
}
.update-combo-sec .inner-combb .lbn-btns .open_chat_btn {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.update-combo-sec .inner-combb .lbn-btns .open_chat_btn:hover{
    background: #dc6910;
    color:#fff !important;
}
.update-combo-sec .inner-combb .lbn-btns a {
    width: 250px;
    min-height: 60px;
    background: #ffd200;
    color: black;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    font-family: 'MONTSERRAT',sans-serif;
    border-radius: 0;
}
.update-combo-sec .thm-btn.mini-btn {
    padding: 1.1rem 2.8125rem;
}
.update-combo-sec .contct-inf {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    padding-top: 40px;
}
.update-combo-sec .contct-inf a {
    font-size: 26px;
    font-weight: 600;
    color:#fff;
    font-family: 'Montserrat';
}

.update-combo-sec .inner-chevr {
    border: 1px solid #dc6910;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: -12px;
}
.update-combo-sec .inner-chevr h3 {
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
.update-combo-sec  .inner-chevr h3 span {
    font-size: 25px;
    color: #dc6910;
    font-weight: 700;
    display: block;
}
.update-combo-sec .sd-chevron-inner img {
    margin-top: 20px !important;
    width: 100%;
    margin: auto;
    height: 380px;
    object-fit: cover;
}
.update-combo-sec .pricee-cher .cut-price {
    display: flex;
    align-items: baseline;
    text-align: end;
    justify-content: end;
    position: relative;
}
.update-combo-sec .pricee-cher strong {
    color: white;
    font-size: 40px;
    font-weight: 900;
    text-decoration: line-through;
}
.update-combo-sec .pricee-cher .cut-price small {
    font-size: 24px;
    font-weight: 800;
    color: white;
}
.update-combo-sec .pricee-cher .price small {
    font-size: 50px;
    font-weight: 700;
    color: white;
}

.update-combo-sec .pricee-cher .price strong {
    font-size: 80px;
    text-decoration: none;
    line-height:0px;
}