body {
    overflow-x: hidden;
}

    .clip {
        overflow: hidden;
        bottom: 0;
    }

    .center .slick-slide {
         height: 580px; 
    }

    .center .slick-center img {
        transform: scale(1.0);
        color: #e67e22;
        opacity: 1;
    }

    .center .slick-center img .top {
        font-size: 90%;
        width: 90%;
        background-color: rgba(0, 0, 255, 0.3); /* rgba(blue, 0.3) */
    }

    .center .slick-center img .bottom {
        font-size: 90%;
        width: 90%;
        background-color: rgba(0, 128, 0, 0.3); /* rgba(green, 0.3) */
    }

    .center img {
        opacity: 0.5;
        transition: all 300ms ease;
        bottom: 0;
        transform: scale(0.8);
    }



/*Start Packages CSS */
.pricing_custom{
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.pricing_custom .elementor-tab-title {
    background-color: #fff;
    width: 31.3%;
    text-align: center;
    margin: 0px 5px;
    border-radius: 10px;
}
.pricing_custom .elementor-tab-desktop-title.elementor-active {
    background-color: #146ef5;
    color: #fff !important;
}
.pricing_custom .box{
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 0px 10px 0px;
    padding: 40px 40px 40px 40px;
    width: 100%;
    border-radius: 10px;
    background-color:#171717;
}
.pricing_custom .price-slider .slick-slide {
  margin-right: 15px;
}
.no_slider{
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.no_slider .box{
    width: 32.5%;
}
.pricing_custom .box .inner{}
.pricing_custom .box .head{}
.pricing_custom .box h4{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.pricing_custom .box p.original_price{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;

}
.pricing_custom .box p.original_price span{}
.pricing_custom .box h2{
    color: #fff;
    font-weight: 600;
    font-size: 44px;
}
.pricing_custom .box hr{
    border: 1px solid #f1f4fd;
    margin-bottom: 20px;
}
.pricing_custom .box .body{}
.pricing_custom .box .features{
     max-height: 240px;
     overflow-y: auto;
    scrollbar-width: thin;
     scrollbar-color: #146ef5 #f5f5f5;
    margin-bottom: 30px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb{
    background-color: #888;
    border-radius: 5px; 
}
::-webkit-scrollbar-thumb:hover{
    background-color: #555; 
}



.pricing_custom .box ul{
    padding:0px 0px;
}
.pricing_custom .box ul li{
    list-style: none;
    padding: 5px 0px;
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
    font-size:14px;
    color:#fff;
}
.pricing_custom .box ul li:before {
    content: '';
    background-color: #146ef5;
    height: 4px;
    width: 14px;
    position: absolute;
    left: 0px;
}
.pricing_custom .box a.vdetail{
    text-align: center;
    display: block;
    color: #ff9800;
    margin: 15px 0px;
    font-weight: 600;
     text-decoration: underline !important;
    display:none;
}
.pricing_custom .box a.vdetail:hover {
    color: #fd7e14;
}
.pricing_custom .box a.order_btn{
    color: #fff;
    background-color: #146ef5;
    display: block;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
}

.pricing_custom .box .foot{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pricing_custom .box a.chat{
    color: #7D7D7D;
}
.pricing_custom .box a.number{
    color: #fff;
    font-weight: 500;
}

/*End Packages CSS */




@media (max-width: 768px) and (min-width: 320px) { 
    .center .slick-slide {
         height: unset; 
    }
	.pricing_custom .elementor-tab-title {
		width: 100%;
		margin: unset;
		margin-bottom: 10px;
	}
}

