/*
 Theme Name:   Hostim Child
 Theme URI:    https://hostim.themetags.com/
 Description: Hostim is a modern and clean WordPress theme suitable for any kind of Domain-Hosting provider and Digital Agency.
 Author:       ThemeTags
 Author URI:   https://themetags.com/
 Template:     hostim
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hostim
*/

img.taxonomy-img {
    margin: 0 5px 0 0;
}
/*p.view-all{ position: absolute;bottom: 0; width: 100%; margin-top: 20px;}*/
p.view-all {
    margin-top: 20px !important;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.card p.view-all a {
    color: #1c99d0;
    margin: 0;
    padding: 0 15px;
    position: relative;
    border: 0;
    bottom: unset;
}
p.view-all a{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #1C99D0;
    margin: 0;
    padding: 15px;
    text-decoration: underline;
    /*position: absolute;*/
    border: 0px;
    bottom: 10px;
}
p.view-all a:hover{
    color: #D91515;
}
h4.cat-title {
   /* background: #D91515;*/
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 15px 10px 15px 50px;
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    text-align: left;
    color: #263238;
    margin: 0 0 0;
    display: inline-flex;
    align-items: center;
}
h4.cat-title.cat-0:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/admin-1.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/06/admin.svg) no-repeat;
    width: 30px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
h4.cat-title.cat-1:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/server.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/06/server.svg) no-repeat;
    width: 30px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
h4.cat-title.cat-2:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/sales-1.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/06/sales.svg) no-repeat;
    width: 30px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
h4.cat-title.cat-3:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/Group-1.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/06/Group.svg) no-repeat;
    width: 30px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
h4.cat-title.cat-4:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/Group-1.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/09/trading-platforms.svg) no-repeat;
    width: 30px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
h4.cat-title.cat-5:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/Group-1.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/09/services-add-ons.svg) no-repeat;
    width: 30px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 15px;
}


p.article {
    padding: 5px 15px;
    margin: 0;
}
p.article a {
    font-family: Mulish;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #173D7A;
    position: relative;
    padding: 10px 0 10px 28px;
    display: inline-block;
}
p.article a:before {
    content: '';
    /*background: url(https://chartvps.com/wp-content/uploads/2024/05/Note.svg) no-repeat;*/
    background: url(https://chartvps.com/wp-content/uploads/2024/06/Note.svg) no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    left: 0px;
}
span.brdr {
    border: 1px solid #E7E7E7;
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
}
p.article a:hover{
    color: #D91515;
}
  .cards {
    max-width: 1280px;  
    margin: 0 auto;
    display: grid;
    gap: 2rem; 
  }
  .card {
/*background: url(https://chartvps.com/wp-content/uploads/2024/06/box-bg.png) no-repeat !important;*/
    /*background-color: #fff;*/
    height: auto;
    border: 0;
    border-radius: 16px !important;
    padding: 0 0 15px 0;
    box-shadow: 0px 0px 20px 0px #0000001A;
    
}
.card .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6388c2;
    border-radius: 15px;
    transform: rotate(4deg);
    z-index: 1;
}
.card {
    padding: 0 !important;
    background: transparent !important;
}
.card .card-content {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    padding: 10px 10px 60px 10px;
}

/*.card::before {
    background: url(https://chartvps.com/wp-content/uploads/2024/06/Rectangle-712.svg) no-repeat;
    content: '';
    position: absolute;
    height: 365px;
    width: 315px;
}*/

/*.cards { grid-template-columns: repeat(4, 1fr); }*/

.cards { grid-template-columns: repeat(3, 1fr); }

  @media screen  and (max-width: 767px) {
  .cards { grid-template-columns: repeat(1, 1fr); }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .cards { 
         grid-template-columns: repeat(2, 1fr) !important;
 }
}

#all-course .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
}
#all-course .pagination span.page-numbers.current {
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #5F7BA8;
    height: 3em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
    border-radius: 100%;
    background: linear-gradient(135deg, #BEEBFF 0%, #DCCFFF 44.17%, #FFB4DC 100%);
    border-width: 1.25px px solid transparent;
}
#all-course .pagination a:hover {
    background: linear-gradient(135deg, #BEEBFF 0%, #DCCFFF 44.17%, #FFB4DC 100%);
    border-width: 1.25px px solid transparent;
    color: #5F7BA8;
}
#all-course .pagination a {
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 600; 
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    height: 3em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
    border-radius: 100%;
    background: linear-gradient(#F6F6F6, #F6F6F6) padding-box,
              linear-gradient(to right, #5493F9 0%, #FF9FD2 91.32%) border-box;
    border: 1.25px solid transparent;
}

a.prev.page-numbers::before {
    content: "";
    position: relative;
    background: url(https://chartvps.com/wp-content/uploads/2024/01/arrow-left.svg) no-repeat;
    z-index: 999999;
    top: 4px;
    left: 2px;
    right: 0;
    width: 20px;
    height: 20px;
}
a.next.page-numbers::before {
    content: "";
    position: relative;
    background: url(https://chartvps.com/wp-content/uploads/2024/01/Arrow-Right.svg) no-repeat;
    z-index: 999999;
    top: 4px;
    left: 2px;
    right: 0;
    width: 20px;
    height: 20px;
}
#all-course .course-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 15px 0px; 
    border-bottom: 1px solid #0000001A;
}
#all-course .course-title-wrap .title h2 {
    font-family: 'Urbanist', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #04151E;
}
#all-course select.sorting, #all-course select.course_type {
    border: 1px solid #0000001A;
    border-radius: 5px;
    background: #fff;
    padding: 5px 35px 5px 5px;
    margin: 0 0px 5px 10px;
    font-size: 14px;
    line-height: 17px;
    font-family: mulish, sans-serif;
    font-weight: 500;
    color: #171716;
}
#all-course .filter-options {
    text-align: right;
}
.courses-wrapper {
    /*display: table; */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.courses-wrapper li {
    /*display: inline-table;
    text-align: left;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px #1C99D01A;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    margin-bottom: 30px;
    width: 30.33%;
    margin-left: 15px;
    margin-right: 15px;*/
    padding: 10px; 
    box-shadow: 0px 0px 20px 0px #1C99D01A;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    margin-bottom: 0px;
    width: 31.44%;
}
.courses-wrapper h1.entry-title a {
    color: #1B1B3A;
}
ol.breadcrumb {
    text-align: center;
    display: flex;
    justify-content: center;
}
ol.breadcrumb li, ol.breadcrumb li a {
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
    color: #5F5F60;
    position: relative;
} 
ol.breadcrumb li a:hover {
    text-decoration: underline;
    color: #1C99D0;
}
ol.breadcrumb li::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 10px;
    height: 100%;
    background: url(https://chartvps.com/wp-content/uploads/2023/12/Vector-2-2.svg) no-repeat;
    opacity: .7;
    left: 0px;
}
ol.breadcrumb li {
    padding: 0 8px 0 13px;
}
ol li:first-child::after {
    background: none;
}
span.learning a::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(https://chartvps.com/wp-content/uploads/2024/01/ArrowRight-1.svg) no-repeat;
    opacity: unset;
    left: 103%;
}
span.learning a:hover::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(https://chartvps.com/wp-content/uploads/2024/01/ArrowRight-blue.svg) no-repeat;
    opacity: unset;
    left: 103%;
}
span.learning, span.instructor {
    position: relative;
}
span.instructor a {
    color: #1C99D0;
}
span.instructor b::before {
    content: "";
    position: absolute;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(https://chartvps.com/wp-content/uploads/2023/12/User-1.svg) no-repeat;
    opacity: .7;
    left: -15%;
}
span.duration {
    padding: 0 25px 0 20px;
}
span.modules {
    padding: 0 0 0 25px;
}
span.duration::before {
    content: "";
    position: absolute;
    top: 1px;
    width: 100%;
    height: 100%;
    background: url(https://chartvps.com/wp-content/uploads/2023/12/Clock-1.svg) no-repeat;
    opacity: .7;
    left: 0;
}
span.duration, span.modules {
    position: relative;
}
span.modules::before {
    content: "";
    position: absolute;
    top: 2px; 
    width: 100%;
    height: 100%;
    background: url(https://chartvps.com/wp-content/uploads/2023/12/BookOpen-1-1.svg) no-repeat;
    opacity: .7;
    left: 0;
}
.press-cat {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 15px;
    top: 22px;
}
.press-cat span.green {
    background: #14DB7B;
    border-radius: 4px;
    padding: 2px 10px;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin: 0 8px 0 0;
    justify-content: center;
    align-items: center;
}
.press-cat span.blue {
    background: #1C99D0;
    border-radius: 4px;
    padding: 2px 10px;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 8px 0 0;
}
.rating-review .elementor-star-rating__title {
    margin: 0;
    font-family: Mulish, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.rating-review {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 15px 0;
    align-items: center;
}
.rating-review .elementor-star-rating {
    padding: 0 10px 0 0;
}
.press {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.press-logo {
    width: 100%;
}
.press-logo img {
    width: 100%;
}
.press li {
    display: table-cell;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 0px 20px 0px #1C99D01A;
    background: #FFFFFF;
    border-radius: 6px;
position: relative;
width: 32.44%;
}
.press h1.entry-title a {
    color: #1B1B3A;
}
@media (max-width: 960px) and (min-width: 501px) {
  .press li {
              width: 100%; 
              margin-bottom: 20px; 
            } /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
}
@media (max-width: 374px){
	#related #filter-container .item {
	    padding: 10px 0px !important;
	}
	#related .press-content {
	    padding: 10px 0 0 0 !important;
	}
	#related span.learning a, #related span.instructor a {
	       font-size: 13px !important;
	    }
	span.instructor {
	    font-size: 13px;
	}
}
@media (max-width: 500px) {
  .press li { width: 100%; margin-bottom: 20px;} /* On small screens, show one logo per row */
.courses-wrapper li {
	width: 100%;
}
}

@media (max-width: 542px){
#related #filter-container .item {
    padding: 10px 0;
}
#all-course .course-title-wrap {
    display: block;
}
#all-course .course-title-wrap .title h2 {
    font-size: 30px;
}
.filter-options {
    display: flex;
    width: 100%;
    max-width: 100%;
}
.title {
    width: 100%;
    display: flex;
    max-width: 100%;
}
#all-course select.sorting, #all-course select.course_type {
    margin: 0 5px 5px 0px;
}
#all-course .filter-options {
    padding: 10px 0 0px 0;
}
}

@media (max-width: 767px) and (min-width: 501px) {
.courses-wrapper li {
	width: 100%;
}
#related #filter-container .item {
    padding: 10px 0 !important;
   }
}

@media (max-width: 1024px) and (min-width: 768px) {
.courses-wrapper li {
	    width: 47.99%;
}
#filter-container .item {
    width: 49.9% !important;
}
}

@media (max-width: 1080px) and (min-width: 1025px){
#related span.instructor, #related span.instructor a, #related span.learning a {
    font-size: 14px !important;
}
}

@media (max-width: 960px) {
  .press {
    display: block;
  }
   
  .press li {
    display: inline-block;
  }
} 

@media (max-width: 1080px) and (min-width: 961px){

	.courses-wrapper li {
	    width: 48.40%;
}
}

@media (max-width: 1025px) and (min-width: 961px){
.press li {
    padding: 20px 8px;
}
#related .press-content {
    padding: 10px 5px 0 5px;
} 
}

#related .press-content {
    padding: 10px 10px 10px 10px;
} 
#related .theExcerpt{
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #706E6E;
}
#related h1.entry-title {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
#related .acf-flds {
    display: inline-block !important;
    padding: 15px 10px 0 10px;
}
#related .acf-flds span {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
#related span.learning a {
    color: #1C99D0;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
#related span.learning a:hover {
    color: #173D7A;
    /*text-decoration: underline;*/
}
#related .acf-flds-2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 0 0 !important;
}
#related .acf-flds-2 span.instructor b a {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C99D0;
}
#related .acf-flds-2 span.instructor b a:hover {
    text-decoration: underline;
}
.press-logo img{ border-radius: 6px !important;}
#related .brdr {
    border: 1px solid #0000001A;
margin: 15px 0 15px 0;
}

.container{min-height: 300px;}
.mp_wrapper form { 
    display: flex;
    flex-wrap: wrap;
}
.mepr-signup-form .mepr_mepr_fullname{order:1;}
.mepr-signup-form .mepr_username{order:2;}
.mepr-signup-form .mepr_email{order:3;}
.mepr-signup-form .mepr_mepr_data_center_location{order:4;}
.mepr-signup-form .mepr_password{order:5;}
.mepr-signup-form .mepr_password_confirm{order:6;}
.mepr-signup-form .mepr_math_captcha{order:7;}
.mepr-signup-form .mp-form-submit{order:8;}
.mepr-signup-form.mepr-form .mepr-payment-methods-wrapper {order: 9;}

.mp-form-submit .mepr-submit{ background:#8f2c2b; color:#fff; outline:none; border:none; padding:10px 20px; border-radius:5px;}
.mepr-stripe-elements{ width:100%;}
form input[type=submit]{ background:#8f2c2b; color:#fff; outline:none; border:none; padding:10px 20px; border-radius:5px; margin: 10px 0 15px;} 
.mp_wrapper{
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: #efefef solid 1px;
    margin: 0 0 15px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
}
.table-vps-plans{
    width: 100%;
}
.mepr-signup-form.mepr-form .mepr-form-has-errors{display: none;}
.purchase_btn_annual{display: none !important;}
.yearlyactive .purchase_btn_annual{ display: inline-block !important;}
.yearlyactive .purchase_btn_monthly{ display: none !important;}
.monthlyactive .purchase_btn_monthly{ display: inline-block !important;}
.monthlyactive .purchase_btn_annual{ display: none !important;}
.post-meta a.tag-link{color: #A62D2D;}
.post-categories {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px;
}
.post-meta a{margin-bottom:2px !important;}
.strategy-wrap .post-details {
    height: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
}
.strategy-wrap .post-details .item .post_title,
.strategy-wrap .post-details p,.strategy-wrap .post-meta{
	width:100%;
}
.strategy-wrap .post-meta { 
    margin: auto -3px 0;
}
.dialog-widget-content.dialog-lightbox-widget-content{
	background:#fff !important;
}
.dialog-widget-content.dialog-lightbox-widget-content.animated {
    background: #fff !important;
}
.nothing-found {
    position: relative !important;
    width: 100%;
    margin: 0;
    padding: 0;
    top: unset !important;
    text-align: center;
}
.checkedOne .toggle-switch-btn::before{
    left: 30px !important;
}
.tab-switch-btn label {
    color: #04151e;
}
#pricing-table .tab-switch-btn.unckecked label,
#pricing-table .tab-switch-btn.checkedOne span{
    color: #0d5978 !important;
}
#pricing-table .tab-switch-btn.unckecked span,
#pricing-table .tab-switch-btn.checkedOne label{
    color: #04151e !important;
}
.feature-list li{
    position: relative;
    padding-left: 18px;
}
.feature-list li .fa-check{
    position: absolute;
    height: 16px;
    left: 0;
    width: 16px;
    top: 3px;
}
#filter-container .featured_img {
    max-height: 170px;
    overflow: hidden;
}
.dedicated-servers-wrap .tab-switch-btn label {
    color: #96DCF3;
} 
.dedicated-servers-wrap #pricing-table .tab-switch-btn.unckecked span,.dedicated-servers-wrap #pricing-table .tab-switch-btn.checkedOne label {
    color: #fff !important;
}
.dedicated-servers-wrap #pricing-table .tab-switch-btn.unckecked label,.dedicated-servers-wrap #pricing-table .tab-switch-btn.checkedOne span {
    color: #96DCF3 !important;
}
.single-strategies .next-nav>a,
.single-strategies .next-nav i,
.single-strategies .next-nav .strategies-nav a,
.parent-pageid-9442 .next-nav>a,
.parent-pageid-9442 .next-nav i,
.single-inside .next-nav>a,
.single-inside .next-nav i{
    color: #A62D2D !important; 
}  
.dedicated-servers-wrap ul.feature-list span,
.dedicated-servers-wrap ul.feature-list div {
    color: #666666; 
    font-weight: 400;
}
.dedicated-servers-wrap ul.feature-list li{
    font-weight: 700;
    color: #04151E;
}
.dedicated-servers-wrap .pricing-column .feature-list li i {
    margin-left: 0;
}
.feature-list{
    display: none;
}
.swiper-wrapper-custom.swiper-wrapper{
    flex-wrap: nowrap;
    justify-content:unset !important;
    --bs-gutter-x:12px;
}
.swiper-container-custom .swiper-button-next,
.swiper-container-custom .swiper-button-prev{
    display: none;
}
#desktop-elements{
    height: 1px; 
    line-height: 1px;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top:-2px;
    left: 0;
    opacity: 0;
}
.swiper-container-custom .swiper-button-next {
    right: 1px;
    left: auto;
    background: #2d799f;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    top: 0;
    height: 36px; 
    box-shadow: rgba(0,0,0,.5) 0px 0px 1px;
    z-index: 2;
}
.swiper-container-custom .swiper-button-prev{
    left: 1px;
    right: auto;
    background: #2d799f;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    top: 0;
    height: 36px; 
    box-shadow: rgba(0,0,0,.5) 0px 0px 1px;
    z-index: 2;
}
.swiper-container-custom .swiper-button-next i,
.swiper-container-custom .swiper-button-prev i{
    color: #fff;
    font-size: 16px;
}

.expand-btn.collapsed .expand_label_text{ display: inline-block;}
.expand-btn.collapsed .collapse_label_text{ display: none;}
.expand-btn.expand .expand_label_text{ display: none;}
.expand-btn.expand .collapse_label_text{ display: inline-block;}

.pricing-column .feature-list {
    height: auto !important;
}
.pricing-column {  
    padding-bottom: 150px !important;
}
.all_cols_expended .pricing-column.expand,
.all_cols_collapsed .pricing-column.collapsed{
height: 100% !important;
}

.home .pricing-column {  
    padding-bottom: 150px !important;
}
.pricing-column .purchase_btn { 
    margin-top: 0 !important;
}
p#twitter-timeline { 
    margin: 100px 0 50px 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 0;
}
.purchase_btn_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0 30px;
}
.expand-btn-wrapper {
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
    padding: 0 15px 0 25px;
}
#pricing-table .expand-btn-wrapper .expand-btn {
    margin: 0 !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    padding: 15px;
    min-width: unset;
}
.icon-style{
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free" !important;
} 


.left-sidebar{ 
    will-change: min-height;
}
.left-sidebar .elementor-widget-wrap{  
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

@media(max-width:767px){
    #desktop-elements { display: none; }
   .home .swiper-container-custom .swiper-button-next,
    .home .swiper-container-custom .swiper-button-prev{
        /* display: flex; */
        align-items: center;
        justify-content: center;
    }

    .pricing-matrix .owl-prev{
        position: absolute;
        left: 0;
    }
    .pricing-matrix .owl-next{
        position: absolute;
        right: 0;
    }
    #filter-container .featured_img {
        max-height: unset;
        overflow: visible;
    }
    .strategy-wrap .post-details{
        height: auto;
    }
    body #pricing-table span.pricing-badge.position-absolute.rounded { 
        top: 75px !important; 
    }
    .pricing-column,.home .pricing-column  { 
        height: auto !important;
        padding-bottom: 15px !important;
    }
    .purchase_btn_wrap {
        position: relative; 
        bottom: unset; 
        padding: 0; 
    }
    .expand-btn-wrapper{
        position: relative;
        bottom: unset;
        margin-bottom: 15px;
    }
    .home .pricing-column .purchase_btn{
        margin-top: 20px;
    }
}
