html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
li,
b,
strong,
span,
a {
    font-family: 'Poppins', sans-serif !important;
}

.logo img {
    max-width: 100px;
}

.brdr10 {
    border-radius: 10px;
}

.blog-details-content h1 {
    font-size: 30px;
}

.blog-details-content h2 {
    font-size: 20px;
}

.blog-details-content h3 {
    font-size: 18px;
}

.blog-details-content h4 {
    font-size: 16px;
}

.inst-img {
    margin-top: 25px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-box-shadow: 10px 0 60px rgba(139, 139, 139, 0.1);
    box-shadow: 10px 0 60px rgba(139, 139, 139, 0.1);
}

.logo-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-btn {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: -10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px;
    padding: 8px 20px 3px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    background: #204ecf;
    justify-content: center;
}

.category.deactive {
    background-color: rgb(212, 53, 53);
}

.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    height: 30px;
    background: #e03333;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #3e98d3;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: "TR";
    position: absolute;
    top: 1px;
    font-weight: 600;
    left: 37px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: "EN";
    position: absolute;
    top: 2px;
    left: 12px;
    font-weight: 600;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.logo-w {
    width: 170px;
}

.toggle__text {
    line-height: 1.3;
    font-size: 13px;
}

.active-lang {
    border: 1px solid #6c757d;
    background: none;
    color: #6c757d;
}

.coach-image {
    height: 150px;
    object-fit: cover;
    object-position: top left;
}


@media only screen and (max-width: 576px) {
    .footer-menu a {
        margin-top: 10px;
        font-size: 14px !important;
    }

    .copyright-inner {
        text-align: center;
    }

    .footer-menu li {
        margin: 0 !important;
    }

    .footer-menu li>a {
        line-height: 22px;
    }

    .copyright-inner>p {
        margin: 0;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .copyright-inner .footer-menu li:first-child {
        margin-right: 10px !important;
    }

    .footer-menu {
        justify-content: center;
    }

    /* .hideOnMobile{
        display: none;
    } */
    /* .dBlockOnMobile{
        display: block;
    } */
}

.logo-outer {
    margin-left: -15px;
}

.main-header .logo {
    border-top-left-radius: 0;
}

.coach-image img {
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.evt-img-cont img{
    width: 100%;
    /* max-height: 385px;
    object-fit: cover; */
}
