* {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
}

.additional-event-dates
{
/*height: 50%;*/
}

.additional-event-dates-scroll {
/*    height: 64%;*/
    padding: 8px;
    width: 100%;
    overflow-y: scroll;
}
.training-header {
    background-color: #0c1724;
}

.find-training-container {
    width: 1440px;
    margin: 110px auto 0;
    padding: 0 15px;
    max-width: 100%;
}

.single-content-container {
    width: 1440px;
    margin: 0 auto;
    max-width: 100%;
}

.listing-single-wrapper {
    /* background-color: #abf0f0;
  padding: 15px 25px 70px 25px; */
    position: relative;
    padding: 25px 0 70px 0;
}

.listing-single-wrapper::before {
    position: absolute;
    width: 100vw;
    content: " ";
    background-color: #abf0f0;
    height: 100%;
    top: 0;
    left: -5px;
}

.listing-single-inner-wrapper {
    background-color: #f8f8f8;
    border-radius: 10px;
    position: relative;
    margin-left: 24px;
}

.top-content-wrapper {
    padding: 25px;
    gap: 20px;
}

.close-wrapper a {
    display: inline-block;
}

.close-wrapper a i {
    color: #081724;
    font-size: 40px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-wrapper a:hover i {
    color: #639eb5;
}

.categories span {
    padding: 0 10px;
}

.categories ul {
    list-style: none;
}

.categories a {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 500;
}

.categories a:hover {
    color: #639eb5;
}

.categories a:hover span {
    color: #4e4e4e;
}

.title-content-wrapper {}

.date-wrapper .date-content {
    border-radius: 10px;
    background-color: #9ed7d7;
    padding: 0 10px 10px;
}

.date-wrapper .date-content .date h1 {
    font-size: 39px;
    font-weight: 600;
    line-height: 27px;
}

.date-wrapper .date-content span {
    font-size: 19px;
    font-weight: 600;
}

.date-wrapper .date-content .date span {
    font-size: 17px;
    font-weight: 600;
}

.date-wrapper .date-content .date .day {
    font-size: 14px;
    font-weight: 600;
}

.date-wrapper .date-content .date {
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
}

.date-end {
    color: #405263;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
}

.heading-wrap .main-title-heading h5 a {
    font-size: 16px;
    color: #4e4e4e;
}

.heading-wrap .main-title-heading h5 a:hover {
    color: #639eb5;
}

.heading-wrap .sub-title-heading h3 a {
    font-size: 32px;
    color: #091725;
    font-weight: 500;
}

.heading-wrap .sub-title-heading h3 a:hover {
    color: #639eb5;
}

h5.m-0.title {
    font-size: 1rem;
}

.heading-wrap {
    padding-left: 25px;
    padding-right: 15px;
}

/* map sytle */
.map-area {
    position: relative;
}

.map-content {
    position: absolute;
    background-color: #fff;

    top: 13%;
    left: 55.5%;
    width: 310px;
    border-radius: 10px;
    padding: 34px 35px;
}

.map-content .address-content .map-popup-title {
    font-size: 14px;
    color: #405263;
    font-weight: 600;
}

.map-content .address-content .map-popup-text {
    font-size: 14px;
    color: #405263;
}

.map-content .map-directions p {
    font-size: 19px;
    color: #415264;
    line-height: 20px;
}

.map-content .map-directions .directions-box {
    border: 1px solid #cf1d32;
    border-radius: 10px;
    padding: 7px 10px;
}

.map-content .map-directions span {
    font-size: 13px;
    color: #415264;
}

.map-content .map-directions .directions p {
    font-size: 14px;
    color: #415264;
    border-bottom: 1px solid #415264;
    display: inline;
}

/* style for bottom area */
.single-content-wrapper {
    padding: 20px 70px 30px 25px;
}

/* .single-content-wrapper .description-wrapper {
  padding: 15px 15px;
} */
.single-content-wrapper .description-wrapper .des-wrap p {
    color: #4e4e4e;
    font-size: 16px;
}

.single-content-wrapper .description-wrapper .skills-details {
    color: #4e4e4e;
    font-size: 16px;
}

.skills-details .prerequisite .prerequisite-title {
    color: #4e4e4e;
    font-size: 20px;
}

.skills-details .prerequisite p {
    color: #4e4e4e;
    font-size: 16px;
}

.skills-details .round-count .round-title {
    color: #4e4e4e;
    font-size: 20px;
}

.skills-details .round-count p {
    color: #4e4e4e;
    font-size: 16px;
}

.skills-details .list .list-title {
    color: #4e4e4e;
    font-size: 20px;
}

.skills-details .list ul li {
    color: #4e4e4e;
    font-size: 16px;
}

.skills-details .list ul {
    padding-left: 20px;
}

.skills-details .list ul li::marker {
    color: #4e4e4e;
    font-size: 16px;
}

/* style for aside section */
.event-wrap {
    box-shadow: 0px 0px 20px rgba(29, 29, 29, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px 30px;
}

.event-wrap .event-title {
    font-size: 36px;
    color: #091725;
    font-weight: 600;
}

.event-wrap .text {
    font-size: 14px;
    color: #091725;
    padding-bottom: 5px;
}

.event-wrap .register-btn .event-register {
    background-color: #c7202f;
    padding: 10px 35px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #c7202f;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
    display: inline-block;
}

.event-wrap .register-btn .event-register:hover {
    background: #639eb5;
    border-color: #639eb5;
    color: #fff;
}

.event-wrap .event-page-link .event-link {
    color: #415264;
    font-size: 14px;
    border-bottom: 1px solid #4e4e4e;
}

.event-wrap .event-page-link .event-link:hover {
    color: #6bc1e9;
    border-color: #6bc1e9;
}

.event-wrap .event-page-link {
    padding-top: 15px;
}

.author-profile-wrap {
    box-shadow: 0px 0px 20px rgba(29, 29, 29, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 120px 40px 30px;
}

.author-profile-photo {
    position: relative;
}

.author-profile-photo img {
    width: 140px;
    object-fit: cover;
    height: 140px;
    object-position: center;
    border-radius: 50%;

    left: 22%;
    position: absolute;
    bottom: 10%;
}

.author-chennal-title {
    padding-top: 15px;
}

.author-profile-wrap .author-chennal-title a {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 25px;
}

.author-profile-wrap p.author-city {
    font-size: 16px;
    color: #4e4e4e;
    padding-bottom: 10px;
}

.author-profile-wrap .autor-profile-btn a {
    background-color: #639eb5;
    padding: 10px 45px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #639eb5;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

.author-profile-wrap .autor-profile-btn a:hover {
    border-color: #6bc1e9;
    background-color: #6bc1e9;
}

.additional-event-dates .additional-title {
    color: #091725;
    font-size: 20px;
    padding: 30px 0 5px;
}

.additional-event-dates .event-date-wrap {
    box-shadow: 0px 0px 10px rgb(0 29 29 / 20%);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.additional-event-dates .event-date-wrap .event-date {
    color: #415264;
    font-size: 14px;
}

.additional-event-dates .event-date-wrap span {
    color: #415264;
    font-size: 14px;
}

.additional-event-dates .event-inner-btn-wrap a {
    background-color: #639eb5;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #639eb5;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

.additional-event-dates .event-inner-btn-wrap a:hover {
    border-color: #6bc1e9;
    background-color: #6bc1e9;
}

.see-all-dates-wrap a {
    color: #415264;
    border-bottom: 1px solid #415264;
    font-size: 14px;
}

.see-all-dates-wrap a:hover {
    color: #639eb5;
    border-color: #639eb5;
}

.close-wrapper {
    z-index: 10;
}

.event-desc {
    display: none;
}

.event-meta {
    padding-bottom: 43px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

/* responsive style mobile and tablet */

/* training single mobile responsive */
@media only screen and (max-width: 1399px) {
    .form-main-wrapper {
        padding-right: 0px;
    }

    .single-content-wrapper {
        padding: 15px 10px 30px 10px;
    }

    .author-profile-photo img {
        width: 140px;
        object-fit: cover;
        height: 140px;
        object-position: center;
        border-radius: 50%;
        left: 10%;
        position: absolute;
        bottom: 10%;
    }

    .map-content {
        position: absolute;
        background-color: #fff;
        top: 13%;
        left: 55.5%;
        width: 250px;
        border-radius: 10px;
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 991px) {

    /* .training-single .form-hide {
    display: none;
  } */
    .single-content-container {
        padding: 0;
    }

    .description-wrapper {
        padding: 0 15px;
    }

    .single-content-wrapper {
        padding: 15px 15px 30px 10px;
    }

    .author-profile-photo img {
        width: 140px;
        object-fit: cover;
        height: 140px;
        object-position: center;
        border-radius: 50%;
        left: 50%;
        position: absolute;
        bottom: 10%;
        transform: translateX(-50%);
    }

    .map-area .map-content {
        position: absolute;
        background-color: #fff;
        top: 12%;
        left: 59.5%;
        width: 250px;
        border-radius: 10px;
        padding: 34px 22px;
    }

    .column-main {
        padding: 0;
    }

    .listing-single-wrapper {
        position: relative;
        padding: 25px 0 30px 0;
    }

    .heading-wrap .sub-title-heading {
        padding-right: 0%;
    }

    .listing-single-inner-wrapper {
        border-radius: 10px;
        position: relative;
        margin-left: 20px;
        /* margin-right: 20px; */
    }

    section {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .training-single .form-hide {
        display: none;
    }

    .find-training-container {
        width: 1440px;
        margin: 70px auto 0;
        padding: 0 15px;
        max-width: 100%;
    }

    .col-7.text-area {
        width: 100%;
    }

    .map-area iframe {
        display: none;
    }

    .map-area .map-content {
        position: static;
        top: 3%;
        left: 0%;
        width: 100%;
        border-radius: 0px;
        padding: 25px;
        border-top: 1px solid #cf1d32;
        border-bottom: 1px solid #cf1d32;
        justify-content: space-between;
    }

    .column-main {
        padding-left: 0;
    }

    .top-content-wrapper {
        flex-direction: column-reverse !important;
        position: relative;
        padding-top: 120px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .top-content-wrapper .close-wrapper {
        text-align: end;
    }

    .title-content-wrapper {
        display: flex;
    }

    .listing-single-inner-wrapper {
        /* width: 327px; */
        width: 100%;
    }

    .map-content .address-content .map-popup-text {
        font-size: 14px;
        color: #405263;
        padding-right: 40px;
    }

    .date-wrapper {
        left: 50%;
        position: absolute;
        top: -20px;
        transform: translateX(-50%);
    }

    .listing-single-wrapper {
        /* position: relative; */
        padding: 35px 15px 70px 0;
    }

    .heading-wrap .sub-title-heading {
        padding-right: 0%;
    }

    .heading-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* .heading-wrap .sub-title-heading h3 a {
    padding-right: 0%;
  } */

    .heading-wrap .sub-title-heading h3 a {
        font-size: 20px;
    }

    .single-content-wrapper {
        padding: 15px 70px 30px 10px;
        padding: 0;
    }

    .event-wrap {
        margin-top: 0;
        border-radius: 0;
        padding: 25px;
        position: relative;
        background: transparent;
        border-bottom: 1px solid #c61d31;
        box-shadow: none;
        overflow: hidden;
        margin-bottom: 0;
    }

    .event-wrap.event-wrap-mobile {
        width: 100%;
        box-shadow: none;
        background-color: transparent;
        border-bottom: 1px solid #cf1d32;
        border-radius: 0;
        padding: 20px;
        margin: 0;
    }

    .single-content-wrapper .description-wrapper .des-wrap p {
        color: #4e4e4e;
        font-size: 16px;
    }

    .description-wrapper {
        padding: 25px;
    }

    .author-profile-wrap {
        margin-top: 40px;
    }

    .listing-single-inner-wrapper {
        position: relative;
        margin-left: 20px;
    }

    .bottom-single-area {
        background-color: #abf0f0;
    }

    /* .container {
    padding: 0;
  } */

    .bottom-single-area {
        width: 100%;
    }

    .close-wrapper a i {
        color: #081724;
        font-size: 50px;
    }

    section {
        padding: 0;
    }

    .top-content-wrapper,
    .map-area .map-content,
    .event-meta {
        background-color: #f8f8f8;
    }

    .text-area .description-wrapper {
        display: none;
    }

    h5.m-0.title {
        font-size: 1rem;
        margin: 20px 0 0 !important;
        font-weight: normal;
    }
}

@media only screen and (max-width: 550px) {
    .col-7.text-area {
        width: 100%;
    }

    .author-profile-photo img {
        width: 140px;
        object-fit: cover;
        height: 140px;
        object-position: center;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 10%;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .top-content-wrapper .breadcrumb {
        position: absolute;
        top: 233px;
        left: 13%;
    }

    .author-profile-photo img {
        width: 140px;
        object-fit: cover;
        height: 140px;
        object-position: center;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 10%;
    }
}

@media (min-width: 600px) {
    .event-wrap.event-wrap.event-wrap-mobile {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
.additional-event-dates-scroll {
    height: 80%;
    padding: 8px;
    width: 100%;
    overflow-y: scroll;
}
}
