.trainer-profile-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tpi-left{
    flex: 0 1 calc(100% - 450px);
}

.tpi-gap{
    row-gap: 20px;
    max-width: 590px;
    width: 100%;
}

.tpi-info-bx{
    position: relative;
    padding-left: 50px;
}

.tpi-info-bx img{
    position: absolute;
    left: 8px;
    top: 8px;
    width: 28px;
    height: 28px;
}

.tpi-info-bx .tpi-info-label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #07669d;
}

.tpi-info-bx .tpi-info-data{
    display: block;
    font-size: 14px;
    color: black;
    margin: 1px 0 3px 0;
    font-weight: 400;
}


.tpi-right{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex: 0 0 450px;
}

.tpi-profile-bx{
    position: relative;
    width: 280px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 10px 10px 5px #0000001c, 0 0 0px 1px #07669d;
    margin-right: 15px;
}

.tpi-profile-bx .tpi-img-bx{
    position: relative;
    padding-top: 100%;
}

.tpi-profile-bx .tpi-img-bx img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tpi-profile-bx .tpi-img-bx img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tpi-profile-bx .tpi-data-bx{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #ffffffab;
    backdrop-filter: blur(10px);
    padding: 10px 10px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.tpi-profile-bx .tpi-data-bx .tpi-data-label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #07669d;
}

.tpi-profile-bx .tpi-data-bx .tpi-data-video{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    color: white;
    border-radius: 4px;
    background-color: #07669d;
}

.tpi-profile-bx .tpi-data-bx .tpi-data-video svg{
    width: 16px;
    height: 16px;
}


/* --- --- */
.tpi-social-share-bx{
    margin-bottom: 30px;
}

.tpi-social-share-bx .tpi-ss-heading img{
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: -20px;
}

.tpi-social-share-bx .tpi-ss-heading{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #07669d;
    margin-bottom: 5px;
}

.tpi-social-share-bx .tpi-ss-inner{
    display: flex;
    flex-direction: column;
}

.tpi-social-share-bx .tpi-ss-inner .tpi-ss-icon{
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.tpi-social-share-bx .tpi-ss-inner .tpi-ss-icon.fb:hover{
    color: #4d71b7;
}

.tpi-social-share-bx .tpi-ss-inner .tpi-ss-icon.wa:hover{
    color: #44be53;
}

.tpi-social-share-bx .tpi-ss-inner .tpi-ss-icon.el:hover{
    color: #be4444;
}

.tpi-social-share-bx .tpi-ss-inner .tpi-ss-icon.cy:hover{
    color: #4d71b7;
}



/* --- --- */
.tpi-verifications-bx .tpi-v-heading{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #07669d;
    margin-bottom: 5px;
}

.tpi-verifications-bx .tpi-v-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tpi-verifications-bx .tpi-v-item div{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0px;
    color: black;
    padding: 5px 5px;
}

.tpi-verifications-bx .tpi-v-item div .fa{
    margin-right: 5px;
    font-size: 16px;
}

.tpi-verifications-bx .tpi-v-item img{
    width: 13px;
    opacity: 0;
    visibility: hidden;
}


.tpi-verifications-bx .tpi-v-item.verified div .fa{
    color: #44be53;
}

.tpi-verifications-bx .tpi-v-item.verified img{
    opacity: 1;
    visibility: visible;
}



.sciyasgfwehsbg{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #07669d;
    margin-bottom: 30px;
}

.vceiuhg{
    box-shadow: 0 0 40px #07669d, 0 0 0 1px #07669d12;
}

/*  */
.ci-gap{
    row-gap: 15px;
}

.cedgrhgerh-item{
    cursor: pointer;
    background-color: #cae1f4;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.cedgrhgerh-item.stgvsrdhb2{
    background-color: #d6e8e2;
}

.cedgrhgerh-item.ci-over{
    overflow: hidden;
    border-radius: 15px;
}

.cedgrhgerh-item:hover{
    background-color: #168af0;
}

.cedgrhgerh-item.stgvsrdhb2:hover{
    background-color: #00c785;
}

.cedgrhgerh-item .ci-item{
    position: relative;
    padding-top: 70%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.cedgrhgerh-item .ci-item.ci-46{
    padding-top: 46%;
}

.cedgrhgerh-item .ci-item .ckeajuhfiusehg{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    opacity: 0.8;
    filter: drop-shadow(0 0 5px black);
    overflow: hidden;
}


.cedgrhgerh-item .ci-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.cedgrhgerh-item .ci-item.ci-46 img{
    object-fit: cover;
}

.cedgrhgerh-item:hover .ci-item.ci-46 img{
    transform: scale(1.1);
}

.cedgrhgerh-item:hover .ci-item:not(.ci-46){
    filter: drop-shadow(0 0px 20px black) brightness(1.2);
}

.cedgrhgerh-item .ci-heading{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px 10px;
    color: #2e3373;
    background: #c3cde2;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}


.cedgrhgerh-item.ci-over .ci-heading{
    border-radius: 0px;
}

.cedgrhgerh-item:hover .ci-heading{
    color: white;
    background-color: #00629b;
}

.cedgrhgerh-item .ci-num{
    position: absolute;
    right: 10px;
    top: -10px;
    height: 20px;
    width: 20px;
    color: white;
    background-color: #6bd160;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cedgrhgerh-item.eagsdrthrhwhs:hover .ci-heading{
    color: white;
    background-color: #6bd160;
}


.vserhdrhedtj{
    background: linear-gradient(45deg, #05a2cd, #0d8d9a);
}

.empry-cajgva{
    border: none;
    background: transparent;
    box-shadow: none;
}

.empty-div-bx.empry-cajgva img {
    width: 70px;
    display: block;
    margin: auto;
    filter: invert(1) brightness(7);
}

.empty-div-bx.empry-cajgva h6{
    color: white;
    margin: 15px 0;
}

.empty-div-bx.empry-cajgva a{
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(27px);
    padding: 10px 15px;
    box-shadow: 0 0 20px #0000001a;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.empty-div-bx.empry-cajgva a svg{
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.empty-div-bx.empry-cajgva a:hover{
    color: var(--color-1) !important;
    background-color: rgb(255, 255, 255) !important;
}


.cdezhsrhedtjdtj{
    display: flex;
    align-items: center;
    gap: 15px;
}

.cdezhsrhedtjdtj .bserhsfeagsehsrh{
    flex: 0 0 220px;
}

.cdezhsrhedtjdtj .vaehgsrh{
    flex: 0 1 auto;
}





.in-demand-slider2 .owl-stage-outer{
    height: 240px;
}

.in-demand-slider2 .owl-stage-outer .owl-stage{
    /* padding-right: 150px; */
    white-space: nowrap;
    display: flex;
}

.in-demand-slider2 .courses-item{
    width: 120px;
    height: 240px;
    transition: all 0.3s ease-in-out;
}

.in-demand-slider2 .courses-item:hover{
    width: 240px;
}


.in-demand-slider2 .courses-item .ci-img{
    padding-top: inherit;
    height: 240px;
}

.in-demand-slider2 .courses-item .ci-img > img{
    filter: none !important;
}

.sci-text{
    position: absolute;
    bottom: 0;
    background-color: #2e2a41c9;
    padding: 10px;
    border-radius: 5px;
    color: white;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: left bottom;
    transition: all 0.3s 0.3s ease-in-out;

}

.sci-text2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2e2a41c9;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;

}

.fgeagsrhwsh{
    color: #07669d;
    margin-right: 55px;
    line-height: 1.2;
}

.vsrlkjbhvsr{
    position: absolute;
    left: 50px;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: -1;
}


.sci-text2 div{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    display: none;
}

.sci-text2 div span{
    font-size: 12px;
    opacity: 0.6;
    margin-top: 1px;
    font-weight: 400;
}

.in-demand-slider2 .courses-item:hover .sci-text{
    transform: rotate(-90deg) translateY(0%);
    transition: all 0.3s ease-in-out;
}

.in-demand-slider2 .courses-item:hover .sci-text2{
    transform: translateY(0%);
    transition: all 0.3s 0.3s ease-in-out;
}


.top-lsif{
    background-color: #192841;
    border-radius: 0 0 15px 15px;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    max-width: fit-content;
    width: 100%;
    gap: 10px;
    padding: 0 10px;
    overflow: hidden;
    overflow-x: auto;
}

.top-lsif .fedhgsthdtjn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    color: white;
    gap: 8px;
    padding: 10px 10px;
    white-space: nowrap;
    text-align: center;
}

.top-lsif .fedhgsthdtjn img{
    width: 32px;
    height: 32px;
    filter: grayscale(1) brightness(2);
}

.egserhgsrh{
    display: none;
    width: 20px !important;
    height: 1px;
    background-color: #444cfb;
}

.top-lsif .fedhgsthdtjn.active{
    color: white;
}

.top-lsif .fedhgsthdtjn.active img{
    filter: grayscale(0) brightness(1);
}


@media screen and (max-width:1200px) {
    .vsrlkjbhvsr {
        position: absolute;
        left: 0;
        top: -30px;
        width: 61px;
        height: 60px;
        z-index: -1;
    }

    .fgeagsrhwsh {
        color: #07669d;
        margin-right: inherit;
        line-height: 1.2;
    }
}

@media screen and (max-width:1024px) {
    .tpi-info-bx .tpi-info-label {
        font-size: 14px;
    }

    
    .cdezhsrhedtjdtj{
        flex-direction: column;
        gap: 0px;
    }

    .cdezhsrhedtjdtj .vaehgsrh,
    .cdezhsrhedtjdtj .bserhsfeagsehsrh{
        flex: inherit;
        width: 100%;
    }

}

@media screen and (max-width:992px) {
    .trainer-profile-info{
        flex-direction: column-reverse;
        justify-content: initial;
        align-items: initial;
        gap: 40px;
    }
    
    .tpi-right,
    .tpi-left{
        flex: inherit;
    }
    .tpi-gap{
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .sciyasgfwehsbg {
        font-size: 20px;
    }
}

@media screen and (max-width:720px) {
    .in-demand-slider2 .owl-stage-outer{
        height: inherit;
    }
    
    .in-demand-slider2 .owl-stage-outer .owl-stage{
        padding-right: inherit;
    }
    
    .in-demand-slider2 .courses-item:hover,
    .in-demand-slider2 .courses-item{
        width: 100%;
        height: inherit;
    }

    .in-demand-slider2 .courses-item .ci-img{
        padding-top: 100%;
        height: inherit;
    }

    .in-demand-slider2 .courses-item .sci-text{
        transform: rotate(0deg);
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    
    .dagsrhdtht{
        font-size: 12px;
        padding: 6px 6px;
        white-space: nowrap;
    }

    .sciyasgfwehsbg {
        font-size: 18px;
    }

}

@media screen and (max-width:470px) {
    .tpi-right{
        flex-direction:column ;
        align-items: center;
    }

    .tpi-right > div.tpi-profile-bx{
        margin: 0;
    }

    .tpi-right > div:not(.tpi-profile-bx){
        width: 100%;
    }

    .tpi-social-share-bx{
        margin-top: 20px;
    }

    .tpi-social-share-bx .tpi-ss-inner{
        flex-direction: row;
    }

    .tpi-social-share-bx,
    .tpi-verifications-bx{
        width: 100%;
    }

    
}