body{
    background: url("../images/general/content-bg.webp") no-repeat center 50px;
}
#sp-page-title{
    margin-top: 10px;
}
.sp-page-title{
    background-position-y: top;
    background-size: auto;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 16px 2px rgba(var(--orange-200-rgb), .12);
    color: white;
    position: relative;
}
.sp-page-title:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/general/title-bg-overlay.webp") no-repeat center top;
    background-size: 100%;
}
#contactUsTitle,
#aboutUsTitle{
    background: var(--orange-10) url("../images/general/title-bg-overlay.webp") no-repeat center top;
    background-size: 100%;
}
.sp-page-title>.container{
    padding: 30px 20px;
    background-color: #0000008f;
    border-radius: 15px;
    width: auto;
    display: inline-block;
}
.section-space{
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-space + .section-space{
    padding-top: 0;
}
.section-space .section-space{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-space-top{
    padding-top: 100px !important;
}
.section-space-bottom{
    padding-bottom: 100px !important;
}
.course-subtitle{
    text-align: center;
}
.course-subtitle:before{
    content: "";
    height: 4px;
    width: 80px;
    background: var(--orange-200);
    display: inline-block;
    margin-bottom: 6px;
}
#courseFeatures,
.vip-desc{
    position: relative;
    z-index: 0;
    margin-bottom: 200px;
}
#courseFeatures>img,
.vip-desc>img{
    position: absolute;
    width: auto;
    z-index: -1;
    margin: 0;
}
#courseFeatures>img:first-child,
.vip-desc>img:first-child{
    left: -60px;
    top: -60px;
    animation: transform 4s cubic-bezier(0.46,0.03,0.52,0.96) infinite;
}
#courseFeatures>img:last-child,
.vip-desc>img:last-child{
    right: -60px;
    bottom: -60px;
    animation: transform-2 4s cubic-bezier(0.46,0.03,0.52,0.96) infinite;
}
.course-feature-wrapper{
    display: flex;
    gap: 20px;
    background-color: #f7f7f7;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #fff0ec;
    cursor: default;
    height: 100%;
    transition: all .3s ease-in-out;
}
.course-feature-wrapper:hover{
    background-color: var(--orange-10);
    border-color: var(--orange-200);
}
.feature-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    background-color: white;
}
.course-feature-wrapper p{
    margin-bottom: 0;
    color: var(--black-200);
}
.titleLineFirst{
    margin-bottom: 20px;
}
.titleLineFirst:before{
    content: "";
    height: 4px;
    width: 50px;
    background: var(--orange-200);
    display: inline-block;
    margin-left: 15px;
}
ul.checkList{
    list-style: none;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
ul.checkList>li{
    padding-right: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23ff592d' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M44 24c0 11.046-8.954 20-20 20H4V24C4 12.954 12.954 4 24 4s20 8.954 20 20'/%3E%3Cpath d='m14 26l6 6l13-13'/%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
}
#gymOptions{
    background: url("../images/courses/options-bg.webp") no-repeat center top;
    background-size: 100%;
    padding-bottom: 200px;
}
.plan-table{
    display: flex;
    flex-direction: column;
    gap: 23px;
    box-shadow: 0 3px 10px  rgba(248, 96, 77, 0.19);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}
.plan-table ul{
    padding: 35px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: right;
    border-top: 1px rgba(var(--black-200-rgb), .2) solid;
}
.orange-plan{
    background-color: var(--orange-200);
    color: white;
}
.orange-plan ul{
    border-top: 1px rgba(255,255,255, .2) solid;
}
.white-plan .plan-desc{
    color: var(--black-200);
}
.com-content-category-card>.row{
    --bs-gutter-y: 6rem;
}
.my-card{
    position: relative;
    padding: 25px 25px 15px 25px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 3px 16px 2px rgba(var(--orange-200-rgb), .12);
    height: 100%;
}
.my-card .item-image{
    border-radius: 21px;
    overflow: hidden;
}
.my-card .blog-title{
    line-height: 1.8;
}
.my-card-title:not(:hover){
    color: black;
}
.my-card .blog-cat>a:not(:hover),
.my-card:not(#myBlog) p{
    color: var(--black-200);
}
.my-card p{
    margin-bottom: 25px;
}
.my-card .my-read-more{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -20px;
}
.most-read-articles-link:not(:hover){
    color: var(--black-400);
}
#myBlog h1, #myBlog .h1{
    font-size: 1.8rem;
}
#myBlog h2, #myBlog .h2{
    font-size: 1.5rem;
}
#myBlog h3, #myBlog .h3{
    font-size: 1.3rem;
}
#myBlog h4, #myBlog .h4{
    font-size: 1.2rem;
}
#myBlog h5, #myBlog .h5{
    font-size: 1.1rem;
}
#myBlog h6, #myBlog .h6{
    font-size: .9rem;
}
.contact-icon{
    width: 80px;
    height: 80px;
}
@media (min-width: 1400px){
    .plan-desc{
        padding: 0 40px;
    }
}
@media (max-width: 1399px) and (min-width: 1200px){
    .plan-desc{
        padding: 0 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .plan-table{
        padding: 28px;
    }
}
@media (max-width: 767px) {
    #sp-left>.sp-column.is-affixed{
        height: auto !important;
        margin-top: 80px;
    }
    #sp-left>.sp-column.is-affixed>div{
        position: relative !important;
        left: unset !important;
        top: unset !important;
        width: 100% !important;
        transform: unset !important;
    }
}
@media (max-width: 575px) {
    #sp-page-title{
        margin-top: 20px;
    }
    .section-space{
        padding-bottom: 10px;
    }
    .course-feature-wrapper{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .feature-icon{
        width: 65px;
        height: 65px;
    }
    .feature-icon svg{
        width: 50px;
        height: 50px;
    }
    ul.checkList{
        margin-right: 0;
    }
    #gymOptions{
        padding-bottom: 100px;
    }
}