.player-image img {
    max-width: 212px;
    width: 100%;
    height: 273px;
}
.player-image {
    padding-top: 10px;
  }

.table-1 {
    position: absolute;
    top: 150px;
    left: 243px;
    width: 15%;
    margin-top: 9px;
    color:#6d747d;;
    font-size: 1rem;
}


.table {
    color:#6d747d;;
}

.tr-color {
    background-color: #8f95a1 !important;
    border-bottom: 1px solid #8f95a1 !important;
}


.td-color {
    background-color: #f9f9f9 !important;
}

table .border-bottom {
    border-bottom: 1px solid #c1c7d3 !important;
}

table .border-top {
    border-top: 1px solid #c1c7d3 !important;
}

table .border-right {
    border-right: 1px solid #c1c7d3 !important;
}

.table-4 ul {
    padding-left: 21px;
}

.table-border {
    border-bottom: 1px solid #e5e7ec;
    border-right: 1px solid #e5e7ec;
}

.cell-padding {
    padding: 0 1.5rem;
}

.heading {
    position: absolute;
    top: 0;
    left: 243px;

}


.table>:not(caption)>*>* {
    padding: 0 0.9rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.margin-top {
    margin-top: -124px;
    position: relative;
    z-index: 1;
}

.social-media-icons {
    display: flex;
    position: absolute;
    top: 0;
    right: 15px;
    color:#ae4563;
}

.social-media-icons svg {
    width: 28px;
    height: 28px;
}

.social-media-icons .fb {
    margin: 5px 10px 0 0;
}

.social-media-icons .insta {
    margin: 5px 10px 0 0;
}

.social-media-icons .twitter {
    margin: 5px 10px 0 0;
}

table img {
    width: 100%;
}

.table-1-mob {
    display: none;
    color:#6d747d;
    font-size:1rem;
}

.heading-mob {
    display: none;
}

.heading-color {
    color: #6b3a35;
}

.text-color {
    color: #477FC1;
}

.text-base-color {
    color: #f4fbff;
}

.text-base-color-head {
    color: #ae4563;
}
.text-base-color-head-2 {
    color: #737477;
}
.text-base-color-head-3 {
    color: #ae4563;
    font-size: 1.5rem;
}
.column-width {
    width: 110px;
}

video {
    width: 100%;
}

.single-item {
    width: 100%;
}

.slick-next {
    background: #636363 url(../images/next_w.png);
}

.slick-prev {
    background: #636363 url(../images/prev_w.png);
}

button.slick-arrow {
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

button.slick-next.slick-arrow {
    right: 20px;
    background-size: 8px;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center center;
}

button.slick-prev.slick-arrow {
    left: 20px;
    background-size: 8px;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center center;
    z-index: 1;
}

.img-100 {
    width: 100%;
}

.table-1,.table-2, .table-3, .table-4, .table-5, .table-6, .table-7, .table-8, .table-9, .table-img-1, .table-img-2, .table-img-3 {
    overflow: hidden;
    border-radius: 6px;
    font-size: 1rem;
    color:#7388a1;
    
}

a {
    color: #ae4563;
  }
  a:visited {
    color: #ae4563;
  }
  a:hover {
    color: #ae4563;
  }
  a:active {
    color: #ae4563;
  }


@media(max-width:1400px) {
    .table-1 {
        display: none;
    }

    .table-1-mob {
        display: block;
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        border-radius: 6px;
    }
}

@media(max-width:1200px) {
    .column-width {
        width: 85px;
    }
    
}

@media(max-width:991px) {
    .margin-top {
        margin-top: 0px;
    }
    
    .heading {
        position: absolute;
        top: 55px;
        left: 243px;
    }

    .column-width {
        width: 110px;
    }

}

@media(max-width:450px) {
    .heading {
        display: none;
    }

    .heading-mob {
        display: block;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .social-media-icons {
        display: flex;
        justify-content: end;
        width: 100%;
        color:
    }

    .player-image {
        text-align: center;

    }

    .player-image img {
        width: auto;
        height: auto;

    }

    .column-width {
        width: 85px;
    }
    .player-image {
        padding-top: 0px;
    }
}