
.our-pricing {
    background: #f8f7fd;
    padding-top: 58px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
}

.info-pricing h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: .5s all;
}

.info-pricing h4>span {
    font-weight: 300;
    transition: .5s all;
}

.info-pricing h3 {
    font-size: 40px;
    line-height: 65px;
    letter-spacing: -3px;
    margin-bottom: 0;
    position: relative;
    transition: .5s all;
}



.info-pricing h3>span {
    font-size: 25px;
    position: relative;
    top: 2px;
    transition: .5s all;
}

.info-pricing h5 {
    font-size: 26px;
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
    margin-bottom: 0;
    transition: .5s all;
}

.info-pricing h5::before,
.info-pricing h5::after {
    position: absolute;
    content: "";
    background: #f45051;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: .5s all;
}

.info-pricing h5::after {
    transform: rotate(-15deg);
}

.info-pricing ul {
    margin: 30px 0;
    height: 250px;
}

.info-pricing ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    transition: .5s all;
}

.info-pricing .btn {
    border-radius: 50px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: .5s all;
}


.btn-yellow {
    background: #ffda00;
    color: #000 !important;
}

.info-pricing::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.info-pricing:hover {
    background: #f45051;
}

.info-pricing:hover * {
    color: #fff;
}

.info-pricing:hover h3>span {
    color: #ffda00;
}

.info-pricing h3::before,
.info-pricing h3::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 15px;
    top: 50%;
    opacity: 0;
    transition: .5s all;
}

.info-pricing h3::after {
    right: 15px;
    left: inherit;
}

.info-pricing:hover h3::before,
.info-pricing:hover h3::after {
    opacity: 1;
}

.info-pricing:hover::before {
    border-color: #ffda00;
    transform: translate(8px, 8px);
}

.info-pricing:hover h5::before,
.info-pricing:hover h5::after {
    background: #fff;
}



.info-pricing * {
    /* transition: .5s all; */
}

.our-pricing h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 43px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.our-pricing h2::before {
    content: "";
    position: absolute;
    background: #fe2829;
    bottom: 2px;
    left: 0;
    width: 280px;
    height: 12px;
    z-index: -1;
}
.text-center h2+p {
    margin: auto;
    font-size: 18px;
}
.our-pricing h2+p>span {
    color: #3f3694;
    font-weight: 700;
    /* display: block; */
}
.our-pricing .nav-tabs {
    border: none;
    justify-content: center;
    padding: 20px 0 0;
    position: relative;
}
.our-pricing .nav-tabs::before, .our-pricing .nav-tabs::after {
    content: "";
    width: 30%;
    height: 5px;
    position: absolute;
    /* background: #3f3694; */
    top: 0;
    left: -6%;
}
.our-pricing .nav-tabs .nav-item {
    margin-bottom: 12px;
    border: none;
}


.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active, .our-pricing .nav-tabs .nav-link:hover {
    color: #000 !important;
}

.our-pricing .nav-tabs .nav-item .nav-link {
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.our-pricing .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active::before, .our-pricing .nav-tabs .nav-link:hover::before {
    opacity: 1;
}

.our-pricing .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-left: 10px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: 2px;
    top: 7px;
    z-index: -1;
    opacity: 0;
}
.bg-row::before {
    content: "";
    position: absolute;
    background: url('../images/bg5.png') no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    left: -210px;
    top: -55px;
    z-index: -1;
}
.bg-row {
    position: relative;
    margin-top: 40px;
}


.pack-inn {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
    text-align: center;
}


.pack-inn {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
    text-align: center;
}

.pack-header h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: .5s all;
}

.pack-price h4 {
    font-size: 40px; 
    line-height: 65px;
    letter-spacing: -3px;
    margin-bottom: 0;
    position: relative;
    transition: .5s all;
}

.pack-price h4>sup {
    font-size: 25px;
    position: relative;
    top: 0;
    transition: .5s all;
}

.pack-inn * {
    
    margin-bottom: 15px;
}

.pack-price h4>span {
    font-size: 26px;
    position: relative;
    line-height: 32px;
    display: table;
    letter-spacing: -1px;
    transition: .5s all;
    margin: auto;
}

.pack-price h4>span::before,
.pack-price h4>span::after {
    position: absolute;
    content: "";
    background: #f45051;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: .5s all;
}

.pack-price h4>span::after {
    transform: rotate(-15deg);
}

.pack-price h4>span>sub {
    display: none;
}



.pack-list.pack-ul ul {
    margin: 30px 0;
    height: 180px;
    padding-bottom: 15px;
    /* height: 220px; */
    overflow: hidden;
    overflow-y: auto;
}

.pack-list.pack-ul ul li {
    /* font-size: 15px; */
    /* color: #000; */
    /* margin-bottom: 5px; */
    transition: .5s all;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    padding-left: 25px;
}

.pack-lbtn {
    display: none;
}

.pack-btn ul li:last-child {
    display: none;
}

.pack-btn ul li a {
    border-radius: 50px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: .5s all;
    background: #ffda00;
    color: #000 !important;
    font-size: 18px;
    display: none;
    font-weight: 700;
    box-shadow: 0 5px 15px #0000002e;
    border: 1px solid transparent;
}

.pack-tag {
    background: #ffda02;
    border-radius: 50px;
    margin-bottom: 15px;
}

.pack-tag p {
    padding: 5px 0;
    font-size: 16px;
    color: #000 !important;
}

.pack-inn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.pack-inn:hover {
    background: #f45051;
}

.pack-inn:hover * {
    color: #fff;
}

.pack-tag p>strong {
    color: #000 !important;
}

.pack-inn:hover .pack-price h4>span::before,
.pack-inn:hover .pack-price h4>span::after {
    background: #fff;
}

.pack-inn:hover .pack-list.pack-ul ul li {
    color: #fff;
}

.pack-inn:hover::before {
    border-color: #ffda00;
    transform: translate(8px, 8px);
}

i.bestseller {
    display: none;
}


.pack-inn:hover .pack-price h4::before,
.pack-inn:hover .pack-price h4::after {
    opacity: 1;
}

.popup-content textarea.required.form-control {
    height: 100px;
    border-radius: 10px;
}

.pack-price h4::before,
.pack-price h4::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 15px;
    top: 35%;
    opacity: 0;
    transition: .5s all;
}

.pack-price h4::after {
    right: 15px;
    left: inherit;
}
.pack-price .pack-amt {
    font-size: 50px !important;
    font-weight: 600 !important;
}
.see-detail-btn a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    box-shadow: 0px 0px 14px -1px #00000052;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
}

.our-pricing .info-text {
    margin-bottom: 20px;
}
h2>span {
    display: block;
    color: #1f2430;
}
.text-center h2::before {
    right: 0;
    margin: auto;
}.text-center h2+p {
    margin: auto;
    font-size: 20px;
    width: 82%;
}
.our-pricing .nav-tabs::after {
    left: inherit;
    right: -6%;
    bottom: 0;
    top: inherit;
    /* background: #b63098; */
}

.info-pricing {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
}
.info-pricing::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.our-pricing .owl-nav span {
    line-height: 37px;
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 90px;
    font-size: 37px;
    box-shadow: 0px 0px 7px 2px #0000002b;
}

.our-pricing .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.our-pricing .owl-next {
    position: absolute;
    right: -34px;
}

.our-pricing .owl-prev {
    left: -27px;
    position: absolute;
}

.our-pricing .owl-nav:hover span {
    background: transparent;
}

.our-pricing .owl-next:hover {
    color: #000;
    background: transparent;
}

.our-pricing .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: transparent;
}

.our-pricing .owl-theme .owl-nav [class*=owl-]:hover span {
    background: #000;
}

.see-detail-btn{
    display:none;
}
/*li.first.last {*/
/*    display: none;*/
/*}*/