.indexPage{
    max-width:1128px;
    margin:auto;
    text-align: center;
}
.indexPage p a{
    text-decoration: underline;
    color:#333;
}
.discovery{
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: center !important;
}
.__live-section{
    display: flex;
    gap:24px;
}
.index-description{
    display: flex;
    flex-flow: column;
    margin-bottom:48px;
    text-align:left;
}

/* .anket .btn {
    font-size: 24px;
    color: #fff;
    display: table;
    background: #FF6600;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 0;
    margin: 64px auto;
    width:350px;
    border:1px solid #F7941D;
} */
.index-header{
    width:100% !important;
    text-align: center;
}
iframe{
    border-radius:12px;
}
.clickhere{
    font-size: 24px;
    color: var(--white);
    display: table;
    margin: auto;
    background: var(--webinar_color);
    border: 1px solid var(--webinar_color);
    border-radius: 10px 10px 10px 10px;
    padding: 12px 0;
    margin-top: 15px;
    width: 350px;
    text-align: center;
}
.clickhere.anket{
    margin:48px auto;
}
.circle{
    width:max-content;
    margin:auto;
}
.circle:hover{
    transform:scale(1.1);
}
.clickhere:hover{
    color: var(--webinar_color);
    background-color:white;
    text-decoration: none;
}
.youtube-links{
    margin-top:64px;
    display: flex;
    gap:10px;
    justify-content: space-between;
    flex-wrap:wrap;
}
.youtube-links iframe{
    max-width:240px;
    border-radius:16px;
}
.youtube-links .items{
    display: flex;
    flex-flow: column;
    gap:10px;
}

.youtube-links .items p{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    max-width:230px;
    text-align: start;
}

.pdf-download{
    display: flex;
    flex-flow:column;
    gap:10px;
    flex-wrap: wrap;
}
.pdf-download h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: center;
    margin-bottom:48px;
}
.pdf{
    display: flex;
    flex-flow: column;
}
.pdf svg{
    margin-bottom:18px;
}
.pdf p{
    margin-bottom:18px;
}
.pdf-s{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.askquestions {
    background: var(--webinar_color);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color: var(--white);
    font-size: 16px;
    padding: 20px 5px;
}


.message {
    margin: 5px 0;
    padding: 12px;
    border-radius: 16px;
    background-color: #EDECEC;
    max-width: 300px;
    height: auto;
    word-break: break-word;
}
.chat-container {
    border-right:1px solid rgba(128, 128, 128, 0.3);
    border-left:1px solid rgba(128, 128, 128, 0.3);
    height: 363px;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
    justify-content: right;
    align-items: end;
    padding: 15px 10px 15px 0;
    color: black;
    transition: max-height 0.5s ease-out;
}
.chatform {
    display: flex;
    justify-content: space-between;
    background-color: #EDECEC;
    padding: 20px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.send-btn{
    border:none;
}
.indexPage .logo {
    margin-top:40px;
}
.input-send{
    border:none;
    background-color: transparent;
    width:80%;
}

.input-send:focus{
    border:none;
    outline:none;
}
#hiddenchat {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

@media screen and (max-width: 991px) {
   .__live-section{
        flex-flow:column;
   }
   .clickhere{
    line-height:unset;
    font-size:16px;
    width:250px;
}

}


@media screen and (max-width: 768px) {
    .index-header{
        width:100%;
        font-size:24px !important;
        margin:0;
        padding:20px 10px;
    }
    .youtube-links{
        justify-content: center;
    }
    .indexPage{
        padding: 0 10px;
    }
    .pdf-s{
        justify-content: space-around;
    }
    .indexPage .desc{
        font-size:16px;
        line-height:24px;
    }
}



