.errormsgdiv {
    display: none;
}

.slider-box {

    min-height: 88vh;

}

.video2 {
    width: 100%;
    min-height: 300px;
}


/* new sections css */

#about .about-heading,
#success-stories .about-heading {
    margin: 0;
}

.lightbox {
    max-width: 650px;
    display: none;
    font-weight: normal !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lightbox h2 {
    text-align: center;
}

i.testimonial {
    font-size: 1.2em;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.featherlight-close-icon,
.featherlight-close {
    font-size: 2em;
    margin: 10px;
}

p,
#about p,
#spotlight p,
#faq p.faq-answer,
#faq .faq-item ul li {
    color: grey;
    font-weight: 600;
    font-size: 18px;
}

#testimonial p.designation {
    color: grey;
    font-weight: 600;
}

#about .hero-img img {
    width: 100%;
    height: 100%;
}

#about .icon-col {
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1rem;
    text-align: center;
}

#about .icon-row {
    padding-top: 5rem;
    margin: 0 1px;
}

#about {
    padding: 3rem 0;
}

#success-stories {
    padding: 0 0 5rem;
}

#spotlight {
    padding: 5rem 0;
    /*background: #e6e6e6;*/
}

#promise {
    padding: 5rem 0;
    background: #e6e6e6;
}

#testimonial,
#praise-tsd,
#faq {
    padding: 1rem 0 3rem 0;
}

#spotlight iframe {
    width: 100%;
}

#spotlight h4 {
    padding-top: 3rem;
}

#testimonial,
#praise-tsd {
    background-color: #e6e6e6;
}

.testimonial {
    padding: 80px 0;
}

.sec-heading {
    margin-bottom: 60px;
}

.single-box {
    padding: 50px 30px 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-area {
    margin: 45px 0 20px;
}

.single-box img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto
}

.single-box {
    overflow: hidden
}

.single-box .img-area {
    width: 30%;
    float: left;
    margin: 0
}

.single-box .content {
    width: 70%;
    float: left;
    padding-left: 10px;
    text-align: center;
}

.single-box p.testimonial-content {
    margin: 10px 0 25px;
    line-height: 2.3;
    font-size: 16px;
}

.testi-carousel-three .single-box {
    border: 0;
    padding: 0 50px;
}

.testi-carousel .owl-dots,
.clients-carousel .owl-dots,
.testi-carousel-three .owl-dots,
.logo-carousel .owl-dots,
.iframe-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
    width: 100%;
}

.testi-carousel .owl-dot,
.clients-carousel .owl-dot,
.testi-carousel-three .owl-dot,
.logo-carousel .owl-dot,
.iframe-carousel .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #ddd;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
}

.clients-carousel .owl-dot,
.logo-carousel .owl-dot,
.iframe-carousel .owl-dot {
    background-color: white;
    border: 1px solid grey;
}

.clients-carousel .owl-dot.active,
.logo-carousel .owl-dot.active,
.iframe-carousel .owl-dot.active {
    background-color: grey;
    border: 1px solid grey;
}

.testimonial-row {
    padding-bottom: 60px;
}

.heading-testimonial {
    margin-bottom: 6rem;
    text-align: center;
}

html {
    overflow-x: hidden;
}

select.cityselect.select2.form-control.select2-hidden-accessible {
    border-color: #c129b9 !important;
    font-size: 20px !important;
    height: 40px !important;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    .testimonial {
        padding: 70px 0 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .testimonial {
        padding: 70px 0 130px;
    }

    .single-box {
        padding: 50px 0 40px;
    }

    .single-box .img-area {
        width: 100%;
        float: none;
    }

    .single-box .content {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 1200px) {
    #spotlight .video-sec {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #spotlight {
        padding: 3rem 0;
    }

    #success-stories {
        padding: 0 0 3rem;
    }

    #upcoming-event-filter .filter-wrapper-select2 select.cityselect,
    #upcoming-event-filter .filter-wrapper-select2 {
        width: 100%;
    }

    #hide-mobile {
        display:none;
    }    
}

@media only screen and (max-width:768px) {
    .navbar-header a.navbar-brand.logo-institute {
        display: none;
    }

    .navbar-header a.navbar-brand.logo-institute.get-ticket-btn {
        display: block !important;
    }

    .navbar-nav .get-ticket-btn-desktop {
	display: none !important;
    }

    #hide-mobile {
        display:none;
    }    
}

@media only screen and (max-width:470px) {
    .navbar-header div.hide-mobile {
        display: none;
    }

    #hide-mobile {
        display:none;
    }
}


/* Faq */

#faq details {
    color: black;
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid grey;
    margin: 15px 0;
}

#faq details:hover {
    border: 1px solid #c129b9;
}

#faq summary {
    padding: 15px 30px;
    list-style: none;
    transition: height 1s ease;
    align-items: center;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

#faq summary::-webkit-details-marker {
    display: none;
}

#faq summary:after {
    content: "+";
    color: grey;
    float: right;
    font-size: 25px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#faq summary.faq-question,
#faq summary.faq-question a,
#faq summary.faq-question:after {
    color: #733D5F;
    cursor: pointer;
}

#faq summary.faq-question:hover {
    color: #c129b9;
}

#faq summary.faq-question a {
    scroll-margin-top: 100px;
}

#faq p.faq-answer a {
    scroll-margin-top: 150px;
}

#faq details[open] summary {
    padding-bottom: 5px;
}

#faq details[open] summary:after {
    content: "\00D7";
}

#faq details[open] div {
    padding: 15px 30px 20px;
}

@keyframes details-show {
    from {
        opacity: 0;
        transform: var(--details-translate, translateY(-0.5em));
    }
}

#faq details[open]>*:not(summary) {
    animation: details-show 150ms ease-in-out;
}

#praise-tsd .owl-carousel .owl-item img {
    width: auto;
    height: 50px;
    max-width: 100%;
}

#praise-tsd .owl-carousel .owl-item .img-item {
    display: flex;
    justify-content: center;
}

#spotlight h1 {
    margin-bottom: 30px;
}

#spotlight .video-sec {
    text-align: right;
}

.icon-row .icon-box img {
    height: 75px;
}

#about .col-lg-12 img {
    width: 100%;
    padding: 20px 0;
}

#choose {
    scroll-margin-top: 40px;
}

#success {
    scroll-margin-top: 60px;
}

#about {
    scroll-margin-top: 20px;
}

#success-stories {
    scroll-margin-top: 40px;
}

#faq {
    scroll-margin-top: 50px;
    background: #e6e6e6;
}

#press {
    /* background-color: #e6e6e6; */
    padding-top: 15px;
}

#facilitator {
    background: #e6e6e6;
}

.logo-strip-wrapper ul li img {
    width: auto !important;
    display: inline-block !important;
}

.logo-strip-wrapper ul li {
    text-align: center !important;
}

#testimonial img.img-fluid.company {
    border: 3px solid #000;
    height: 90px;
    width: 90px;
    padding: 5px;
    object-fit: contain;
}

#testimonial .single-box .img-area {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-box .slider-background {
    /*background-image: url('/images/events/tsd.jpg');*/
    opacity: 1 !important;
}

#promise iframe {
    width: 100%;
}

/* iframe section CSS */
.iframe-carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    position: relative;
}

.iframe-carousel .owl-nav {
    height: 0;
}

.iframe-carousel .owl-nav .owl-prev,
.iframe-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background: #c129b9bd;
    height: 40px;
    width: 26px;
    text-align: center;
    border-radius: 5px;
    font-size: 30px;
    line-height: 42px;
    color: white;
}

.iframe-carousel .owl-nav .owl-prev:hover,
.iframe-carousel .owl-nav .owl-next:hover {
    background: #c129b9;
}

.iframe-carousel .owl-nav .owl-prev {
    left: -13px;
}

.iframe-carousel .owl-nav .owl-next {
    right: -13px;
}

.iframe-carousel .single-iframe {
    padding-left: 0;
    padding-right: 0;
}

.iframe-carousel .single-iframe img {
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .logo-strip-wrapper ul li {
        width: 100% !important;
    }

    #logoslider.logo-strip-wrapper ul li img {
        height: 38px !important;
        object-fit: contain;
    }

    section .custom-iframe {
        height: 250px;
    }
}

@media only screen and (min-width: 980px) {
    .carousel-caption {
        min-width: 800px !important;
        width: auto !important;
    }

    .slider-box {
        min-height: 90vh !important;
    }
}