.tsflex{
    display: flex;
}

.tscenter{
    justify-content: center;
    align-items: center;
}

.tsend{
    justify-content: end;
    align-items: end;
}

.ts_nav_logo {
    max-height: 80px;
    max-width: 150px;
    /*object-fit: cover;*/
    object-fit: contain;
}

.ts_mobile .ts_nav_logo {
    max-height: 64px;
}

.scrolled .ts_nav_logo, .sticky .ts_nav_logo{
    max-height: 60px;
}

/*ul li::marker{
    display: list-item;
}*/

.ts_custom_page ul {
    padding-inline-start: 40px;
}

.ts_custom_page .tsfaqsection ul{
    padding-inline-start: 0px;
    /*padding-inline-end: 40px;*/
}

.ts_custom_page ul li {
    list-style: none;
    list-style-type: disc;
}

.ts_custom_page ul li ul li {
    list-style-type: circle;
}


.ts_custom_page *{
    max-width: 100%;
}

.ts_custom_page .tsfaqheader, .ts_custom_page .tsaccoheader{
    display: inline-flex !important;
}

.ts_custom_page p{
    line-height: 1.5rem !important;
    margin-bottom: 0px !important;
    font-size: inherit !important;
    color: inherit;
}

.ts_testimonial_video_icon{
    top: 50% !important;left: 50% !important;transform: translate(-50%,-50%) !important;color:#FF0000; position: absolute;
    font-size: 2.5em; z-index:1;cursor:pointer;
}

/* Mobile */

@media screen and (min-width : 470px) and (max-width : 767px) {
    .ts_custom_page{
        padding: 5px;
    }
}

/* Mobile */

@media screen and (min-width : 300px) and (max-width : 470px) {
    .ts_custom_page{
        padding: 5px;
    }

    .ts_custom_page img{
        object-fit: contain;
        height: unset;
    }

}

/* Ipad tablet */

@media screen and (min-width : 768px) and (max-width : 1000px) {



}

@media screen and (min-width : 1000px) {


}

.ui-widget{
    font-family: inherit !important;
}

/* Custom cards */
.ts_custom_card_1
{
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}

.ts_custom_card_1 .card_thumb{
    position: relative;
    overflow: hidden;

}

.ts_custom_card_1 .card_thumb img{
    transform: scale(1);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    height: 260px;
}

.ts_custom_card_1:hover {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}

.ts_custom_card_1 .card_info{
    padding: 27px 20px 25px 20px;
    /*min-height: 130px;*/
}



.ts_custom_card_1 .card_title{
    font-size: 22px;
    font-weight: 400;
    color: #040E27;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.2em;
}

.ts_custom_card_1:hover .card_title{
    color: var(--main-color);
}

.ts_custom_card_1:hover .card_thumb img{
    transform: scale(1.05);

}

.ts_custom_card_1 .ribbon_element{
    position: absolute;
    background: var(--main-color);
    padding: 7px 18px 4px 18px;
    display: inline-block;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ts_custom_card_1 .card_action_btn{
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    /* font-family: "Rubik", sans-serif; */
    font-size: 16px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    /*float: left;*/
    margin: 8px 0px;
}