.cstm_h3_heading{
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 30px;
    font-weight: 700;
}

.tableSec h3{
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 30px;
    font-weight: 700;
}

.cstm_table{
    margin-top:40px
}
.cstm_table_ul{
    padding-left:0;
    margin-bottom:60px;
}
.cstm_table_ul li{
    display:flex;
    flex-wrap:wrap;
    border-top: 1px solid #ddd;
    list-style-type:none;
}
.cstm_table_ul li:nth-child(1){
    background-color:#fff!important;
    border-top:none!important;
}
.cstm_table_ul li:nth-child(1) .cstm_table_col{
    font-weight:700;
    white-space: nowrap;
}
.cstm_table_ul li .cstm_table_col{
    display:inline-block;
    font-size:16px;
    padding: 12px;
}
.cstm_table_ul li .cstm_table_col a{
    color: #201add;
    text-decoration: none;
}
.cstm_table_ul li .cstm_table_col a:focus, .cstm_table_ul li .cstm_table_col a:hover {
    color: #23527c;
    text-decoration: underline;
}
.cstm_table_ul li .cstm_table_col:nth-child(1){
    width: 10%;
}
.cstm_table_ul li .cstm_table_col:nth-child(2){
    width: 20%;
}
.cstm_table_ul li .cstm_table_col:nth-child(3){
    width: 20%;
}
.cstm_table_ul li .cstm_table_col:nth-child(4){
    width: 50%;
}
.cstm_table_ul li:nth-child(odd){
    background-color:#f5f5f5;
}
.cstm_table_ul li:hover{
    background-color:#f5f5f5;
}
.sported_sec_cstm{
    margin-top: 50px;
}
.sported_sec_cstm h5{
    font-size:14px;
    font-weight:700;
}
.sported_sec_cstm_list {
    border-bottom: 1px solid #f2f2f2;
    font-color: #145bdc;
}
.sported_sec_cstm_text {
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 18px;
    color: #00E;
    text-decoration:underline;
}
.bnnr_frm_srch{
    display: flex;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}
.bnnr_frm_srch .btn{
    white-space: nowrap;
    height: 44px;
    margin-left:15px
}
.bnnr_frm_srch .btn i{
    margin-right:5px;
}
.bnnr_frm_srch .form-control{
    height:44px;
}
.tracking_ul{
    padding-left:60px;
    margin-bottom:0;
    position:relative;
    padding-top:15px;
    padding-bottom:15px;
}
.tracking_ul:after{
    content: "";
    position: absolute;
    display: block;
    background-color: #ddd;
    width: 1px;
    height: 100%;
    left: 30px;
    top: 0;
}
.tracking_ul li{
    list-style-type:none;
    position:relative;
}
.tracking_ul li:before{
    content: "";
    display: block;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    left: -35px;
    top: 25px;
    z-index: 99;
}
.tracking_ul li:after{
    content: "";
    position: absolute;
    left: -47px;
    top: 13px;
    width: 36px;
    height: 36px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    z-index: 10;
}
.tracking_ul li.completed_track:before{
    background-color: #fff;
}
.tracking_ul li.completed_track:after{
    background-color:#0d6efd;
}
.tracking_ul li + li{
    margin-top:25px;
}
.tracking_ul li .date_trck{
    display:inline-block;
    font-size:13px;
}
.tracking_ul li p{
    background-color: #f8f9fa;
    margin: 0;
    padding: 20px;
    border-radius: 6px;
    display: inline-block;
}

/*
Starting
*/
.lstng-rating .rating {
    position: relative;
    display: flex;
    align-items: center
}

.lstng-rating .hidden {
    opacity: 0
}

.lstng-rating .star {
    display: inline-block;
    margin: 0 5px;
    font-size: 30px;
    color: #ccc;
    position: relative
}

.lstng-rating .star.animate {
    -webkit-animation: stretch-bounce .5s ease-in-out
}

.lstng-rating .star.hidden {
    opacity: 0;
    display: none
}

.lstng-rating .full:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 2;
    font-weight: 900;
}

.lstng-rating .half:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
    font-weight: 900;
}

.lstng-rating .star-colour {
    color: #f39c12 !important;
}

@-webkit-keyframes stretch-bounce {
    0 {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(0.9)
    }

    75% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }

}

.lstng-rating .selected:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f089";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1
}

.lstng-rating .selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0
}

.lstng-rating .selected.is-animated:before {
    transition: 1s ease-out
}

.lstng-rating .score {
    font-family: arial;
    font-size: 20px;
    color: green;
    margin-top: 20px;
    margin-left: 50px
}

.lstng-rating .score-rating {
    vertical-align: sup;
    top: -5px;
    position: relative;
    font-size: 150%
}

.lstng-rating .total {
    vertical-align: sub;
    top: 0;
    position: relative;
    font-size: 100%
}

.lstng-rating .average {
    font-family: arial;
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.lstng-rating .average .score-average {
    padding-top: 30px
}

.lstng-rating {
    margin-bottom: 10px
}
/*
End
*/






.social-icon li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.cont {
    /* background: #111; */
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
div.stars {
    display: inline-block;
}
input.star {
    display: none;
}
label.star {
    padding: 1px 5px;
    font-size: 24px;
    color: #444;
    transition: all .2s;
    margin-bottom: 0;
    float: right;
}
label.star:before {
    content: '\f005';
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}
label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

@media(max-width:991px){
    .cstm_h3_heading {
        margin-top: 25px !important;
        margin-bottom: 15px !important;
        font-size:28px;
    }
    .tableSec h3 {
        margin-top: 25px !important;
        margin-bottom: 15px !important;
        font-size:28px;
    }

    .cstm_table {
        margin-top: 25px;
    }
    .cstm_table_ul li .cstm_table_col:nth-child(3) {
        width: 30%;
    }
    .cstm_table_ul li .cstm_table_col:nth-child(4) {
        width: 40%;
    }
    .cstm_table_ul li .cstm_table_col a {
        word-break: break-all;
    }
    .cstm_table_ul {
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .bnnr_frm_srch .form-control {
        margin-bottom: 15px;
    }
    .bnnr_frm_srch {
        display: block;
        padding: 20px 15px;
        text-align: center;
    }
    .cstm_h3_heading {
        font-size: 24px;
    }

    .tableSec h3 {
        font-size: 24px;
    }

    .cstm_table_ul li .cstm_table_col:nth-child(1),
    .cstm_table_ul li .cstm_table_col:nth-child(2),
    .cstm_table_ul li .cstm_table_col:nth-child(3),
    .cstm_table_ul li .cstm_table_col:nth-child(4){
        width: 100%;
    }
    .tracking_ul {
        padding-left: 40px;
    }
    .tracking_ul::after {
        left: 10px;
    }
    .tracking_ul li p {
        padding: 10px;
        font-size:14px;
    }
    .bnnr_frm_srch .btn {
        height: auto;
        margin-left: 7px;
        font-size: 12px;
        padding: 8px 12px;
    }
    .bnnr_frm_srch .btn + .btn{
        margin-left:5px;
    }
    .tracking_ul li::after {
        left: -45px;
        top: 13px;
        width: 30px;
        height: 30px;
    }
    .tracking_ul li::before {
        width: 10px;
        height: 10px;
        left: -35px;
        top: 23px;
    }
}
