.cs-card.cs-style1 {
    margin-bottom: 30px;
}
.cs-card.cs-style1 .cs-card_info {
    height: 100%;
    width: 100%;
    display: flex;
    padding-top: 0;
    align-items: center;
}

.cs-card.cs-style1 .cs-card_info span {
    position: absolute;
    top: 20px;
}

.cs-card.cs-style1 .cs-card_title {
    font-size: 19px;
}

@media screen and (min-width: 1200px){
	.cs-nav .cs-nav_list ul {
    	width: 400px;
    }
}

.packages-box-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
    border: 1px solid #FA130D4D;
    border-radius: 20px;
    margin: 0px 17px 22px;
}
.pkg-box-header h3 {
    background-color: #FF4A17;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.pkg-box-body {
    padding: 18px;
    padding-top: 0;
}
.pkg-pricing {
    border-bottom: 2px solid black;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 0;
}
.pkg-pricing h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.pkg-pricing h5 {
    color: #FF4A17;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}
.pkg-box-body ul {
    border-bottom: 1px solid #dddddd36;
    padding-left: 25px;
    height: 240px;
    overflow: auto;
    margin-bottom: 20px;
    padding-right: 5px;
    overflow-x: hidden;
}
.pkg-box-body ul li {
    font-size: 14px;
    color: #656565;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
}
.pkg-box-body ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 9px;
    background-color: #FF4A17;
    border-radius: 50px;
    left: -20px;
}
.pkg-box-body button {
    background: #FF4A17;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 7px 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pkg-anchor {
    text-align: center;
    margin-bottom: 9px;
}
.pkg-anchor a {
    color: #FF4A17;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
.package-chat-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px dashed white;
    padding-top: 15px;
}
.share-idea {
    text-align: center;
}
.share-idea h4 {
    font-size: 13px;
    color: #656565;
    font-weight: 400;
    margin-bottom: 2px;
}
.share-idea a {
    font-size: 13px;
    color: #FA130D;
    font-weight: 500;
}
.share-idea {
    text-align: center;
}
.share-idea h4 {
    font-size: 13px;
    color: white;
    font-weight: 400;
    margin-bottom: 2px;
}
.share-idea a {
    font-size: 13px;
    color: #FF4A17;
    font-weight: 500;
    font-weight: bold;
}
/* width */
.pkg-box-body ul::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.pkg-box-body ul::-webkit-scrollbar-track {
	background: #efeded;
}

/* Handle */
.pkg-box-body ul::-webkit-scrollbar-thumb {
	background: #FF4A17;
	border-radius: 5px;
}
.cs-cta_in p {
    width: 80%;
    margin: 30px auto 0;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-image:url('../img/price-listing-arrow.png');
    top: 3px;
}
.cs-pricing_table.cs-style1 .cs-pricing_feature{
    height:300px;
    overflow-x: hidden;
}
.cs-pricing_table.cs-style1 .cs-pricing_feature::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.cs-pricing_table.cs-style1 .cs-pricing_feature::-webkit-scrollbar-track {
	background: #efeded;
}

/* Handle */
.cs-pricing_table.cs-style1 .cs-pricing_feature::-webkit-scrollbar-thumb {
	background: #FF4A17;
	border-radius: 5px;
}
.cs-pricing_table.cs-style1 .cs-pricing_title {
    font-size: 25px;
}

.cs-pricing_table.cs-style1 .cs-price {
    margin-bottom: 0;
}

.cs-pricing_table.cs-style1 .cs-price h3 {
    font-size: 35px;
}
.cs-iconbox_3_list.cs-style1 .cs-iconbox.cs-style3 .cs-iconbox_in.extra-services {
    max-width: 100%;
    margin: 0;
}
.cs-post.cs-style1 .cs-post_thumb img {
    height: 430px;
    object-fit: cover;
}
.cs-partner_logo_wrap{
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.cs-pricing_btn_wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-page_heading.cs-style1 .cs-page_title br {
    display: none;
}
.cs-page_heading.cs-style1 .breadcrumb-item.active br {
    display: none;
}
.pkg_detail_sec {
    position: relative;
    background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
    border-radius: 15px;
    overflow: hidden;
    padding: 45px 45px;
    text-align: center;
}
.pkg_detail_sec h5 {
    font-size: 35px;
    color: #FF4A17;
}
.pkg_list_detail {
    padding: 0px 20px;
}

.pkg_list_detail ul {
    height: 300px;
    overflow-y: scroll;
    margin-top: 10px;
}

.pkg_list_detail ul::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.pkg_list_detail ul::-webkit-scrollbar-track {
	background: #efeded;
}

/* Handle */
.pkg_list_detail ul::-webkit-scrollbar-thumb {
	background: #FF4A17;
	border-radius: 5px;
}

.pkg_list_detail ul li {font-size: 18px;margin: 11px 0px;}

.cs-testimonial.cs-style1 {
    padding-left: 0;
}
.cs-testimonial_slider .cs-testimonial_slider_right {
    width: 55%;
    margin-left: auto;
}
.cs-testimonial_slider {
    align-items: stretch;
}
.cs-partner_logo {
    flex: 0 0 13%;
    padding: 10px;
}
.cs-site_branding img {
    max-height: 50px;
    filter: hue-rotate(3deg) invert(1) brightness(1.8) sepia(0);
}
.cs-footer_item img {
    height: 60px;
    filter: hue-rotate(3deg) invert(1) brightness(1.8) sepia(0);
}