.lg-outer.lg-thumb-open .lg-thumb-outer{display:none}

    .site-wrap {
        /* padding-top: 157px; */
    }

    @media (max-width: 1050px) {
        /* .site-wrap {
            padding-top: 90px;
        } */

        .title h1 {
            font-size: 28px;
        }

        .breadcrumbs {
            padding: 20px 0 10px;
        }
    }

    #page-wrap > .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .container .container, .container .listing__container {
        padding: 0 10px;
    }

    .coursesAdvantage-col {
        width: 33%;
    }

    .coursesAdvantage-col:last-child {
        width: 33%;
    }

    /*.doctors__item {
        width: calc(33% - 10px);
        margin: 0;
    }*/

    .doctors__item:nth-of-type(2n) {
        margin: 0;
    }

    .doctors {
        justify-content: space-between;
    }

    .doctor-card-name {
        font-weight: 700;
    }


    @media (max-width: 550px) {
        .coursesAdvantage:after {
            display: none;
        }

        .coursesAdvantage {
            padding-top: 20px;
        }

        .coursesBanner {
            padding-bottom: 0;
        }

        .coursesAdvantage-col {
            width: 100%;
        }

        .coursesAdvantage-col:last-child {
            width: 100%;
        }

        .doctors__item {
            width: 100%;
        }

        .doctors__item .doctor-card {
            flex-direction: row;
            align-items: center;
        }

        .doctor-card-photo {
            margin: 0;
        }
    }