
.header h1{
    color: white;
    font-size: 34px;
    font-weight: 600;
    line-height: 133.333%; 
    width:50%;
}
.header p{
    color: white;
    line-height:30.8px;
    font-size:22px;
}
.inside-header{
    width:95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}
.time{
    display: flex;
    gap:64px;
}
.session-1{
    display: flex;
}
.formLeftSide{
    width:30%;
    height:max-content;
}
.formtitle{
    text-align: center;
    background-color:var(--webinar_color);
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    padding:30px 0;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
}
.registerform{
    padding-top:18px;
    border-radius: 12px;
    text-align: center;
    background-color:#FBF8F8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.formLeftSide .registerform input, .formLeftSide .registerform select{
    border-radius: 12px;
    border: 1px solid var(--webinar_color);
    opacity: 0.7;
    padding:16px;
    width:90%;
    margin-bottom:18px;
}
.formLeftSide .registerform select{
    cursor:pointer;
}

.useragreeform{
    width:20px !important;
}
.webinaragreeform{
    width:20px !important;
}
.sendform{
    background: var(--webinar_color);
    color:white;
    box-shadow: 0px 4px 50px 0px rgba(114, 187, 197, 0.33);
    opacity:1 !important; 
}
.sendform:hover{
    background-color:white;
    color:var(--webinar_color);
}
div#loading {
    float: left;
    margin-top: 19px;
    width: 30px;
    display: none;
}

div#loading img {
    width: 100%;
    height:auto;
}
.rightSide{
    flex:1;
}
.rightSide img{
    width:100%;
}
.banner{
    margin-bottom:20px;
}
.rightSide .bold{
    font-weight:bold;
}


.info{
    margin-top: 14px;
}

.no-scroll {
    overflow: hidden;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: grey;
    opacity: 0.6;
    z-index: 10;
    display: none;
}

body.no-scroll .overlay {
    display: block;
}
@media screen and (max-width: 1000px) {
 .time{
    flex-flow:column;
    gap:24px;
 }
}
 @media screen and (max-width: 830px) {
    .collepse{
        bottom:-87dvh !important;
    }
}
@media screen and (max-width: 678px) {
    .collepse{
        bottom:-89dvh !important;
    }
}
@media screen and (max-width: 600px) {
    .collepse{
        bottom:-91dvh !important;
    }
}
@media screen and (max-width: 481px) {
    .collepse{
        bottom:-82dvh !important;
    }
}
@media screen and (max-width: 458px) {
    .collepse{
        bottom:-84dvh !important;
    }
}
@media screen and (max-width: 768px) {
    .header p{
        font-size:18px;
    }
    .mobile{
        display: flex;
        justify-content: center;
    }
    .inside-header{
        width:100%;
    }
    .register-footer{
        margin-bottom: 80px;
    }
    /* .logo{
        max-width:110px;
    } */
    /* .session-title p{
        width:100%;
        font-size:16px ;
    } */

    .session-1{
        flex-flow:column;
        align-items: center;
    }
    .moderator{
        width:100%;
        margin-bottom:24px;
    }
    .session-title h3{
        font-size:16px;
    }
    /* .session-title p{
        justify-content: start;
    } */
 
    .time{
        flex-flow: column;
        gap:0;
        text-align: center;
        justify-content: space-around;
        
    }
    .discovery{
        font-size:24px;
        line-height:unset;
    }
    .moderator .title, .speakers .title{ 
        font-size:14px;
    }
}

@media screen and (min-width: 991px) {
    .pad-left-15{
        padding-left:15px;
    }
}
@media screen and (max-width: 991px) {
    .registerform{
        padding-top:0;
    }
   
    .pad-left-15{
        padding-left:15px;
    }
    ._h-form{
        padding-top:20px;
    }
    .formLeftSide {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;

    }
    .formtitle {
        margin-bottom:0;
        text-align: center;
        cursor: pointer;
    }
    .form-div {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
    }
    .collepse-active .form-div {
        max-height: 65vh; 
        overflow: auto;
    }
    .main{
        flex-flow:column;
       }
       .rightSide{
        width:100%;
       }
       .formLeftSide{
        width:100%;
       }
    .people-grid{
        grid-template-columns: repeat(2, 2fr);
    }

}