 /*.ui-widget-header,.ui-state-default, ui-button {*/
 /*   background:#b9cd6d;*/
 /*   border: 1px solid #b9cd6d;*/
 /*   color: #FFFFFF;*/
 /*   font-weight: bold;*/
 /*}*/
 
  
 
 .ui-dialog .ui-dialog-content {
     background:#FFFFFF !important;
 }
 .ui-dialog .ui-dialog-buttonpane {
     background:#FFFFFF !important;
 }
 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     background:#FFFFFF !important;
 }
 

 .invalid { color: #FF0000; }
 
 .cboxlabel {
     color: blue;
 }
 
 .blueTextPara {
    color:white;
    font-size:0.900rem;     
    font-family: AvenirRegular, Century Gothic, sans-serif;             
    line-height: 1.5;
    margin-left: 7px;
    margin-right: 7px;
 }
 
 .videosDiv {
     margin-top: -30px;
 }
 .videoTitle {
    font-weight: 600;
    font-size: 1.4rem;             
 }
 
 .rightDiv {
    margin-left: -30px;
    text-align: -webkit-left;
    height: 100%;
    max-height: fit-content;    
 }
 
 .pageDescPara {
    font-size: .900rem;
    font-weight: 600;
 }
 
 .paraGrey {
    color: #535656b0; /*#535656;*/
 }
 
 .paraData {
    font-size: .780rem;
    width: 90%; /* 80% */
 }
 
 .videoDtls {
    margin-left:-30px; 
    margin-top: 10px;
 }

 /* This Code block was written on 21 Apr 2020 */
 #academyVideoLogo {
    width: 100%; /*500px*/
    height: 90%; /* 103px*/
 }
 
 #academyTextDiv {
    margin-top: -85px;
 }
 .videosDivForV3 {
    margin-left: 30px;    
    margin-top: -18px;
 }
 #secondDiv {
    margin-top: -30px;
    margin-left: 6px;     
 }
 #secondDiv p {
    font-size: 1rem;
    text-align: justify;
 }
 /* End: This Code block was written on 21 Apr 2020 */

@media (min-width: 1024px) and (max-width: 1024px) {
    
    /* code block added on 21 Apr 2020 */
    #academyVideoLogo {
        width: 80%;
        height: 90%;
        margin-top: 10px;
    }
    
    #dialog-1 {
        height: 600px !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px){
    .videoDtls {
        margin-left:0px; 
    }
    #dialog-1 {
        height: 700px !important;
    }    
}

@media (max-width: 768px) {
    
    /* code block added on 21 Apr 2020 */
    #academyVideoLogo {
        width: 70%;
        height: 90%;
        margin-top: 10px;
    }
    #academyTextDiv {
        margin-top: 0px;
    }    
    .videosDivForV3 {
        margin-left: 10px;    
    }

    /* End: code block added on 21 Apr 2020 */
    
    #dialog-1 h2 {
            line-height: 1;
    }
    .rightDiv {
        margin-left: 0px;
    }
    #rsDiv {
        text-align: -webkit-center;
    }
    #paraDiv {
        display: none;
    }
    
    .divVideoImg {
        text-align: center;
    }
    
    .videoDtls {
        margin-left:0px; 
    }
    
    .paraData {
        width: 100%;
        text-align: justify;
    }
    
    .videoTitle {
        text-align: -webkit-center;
        line-height: 1;
    }
    
    /* For Academy Login page */
    #academyImgContainer img {
        width: 250px !important;
        height: 200px !important;
    }
    
} /*End of @media (max-width: 768px) */

@media (min-width: 1024px) {
    .videoDtls {
        margin-left: 0px;
    }
} /* End of @media (min-width: 1024px)  */