﻿
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

iframe {
    margin-left: 0 !important;
    width: 100% !important;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}


/* video */

.videoGallery {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.lfSideBar {
    /*background-color: antiquewhite;*/
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rgSideBar {
    /*background-color:aquamarine;*/
    /* height: 800px;*/
    width: 95%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #cfd1d0;
}

    .icons i {
        font-size: 22px;
        cursor: pointer;
        color: black;
        margin-top: 5%;
    }

.subName {
    padding: 10px;
}

    .subName p {
        font-size: 18px;
        font-weight: 600;
    }

.progressBar {
    padding: 10px;
    border-bottom: 1px solid #cfd1d0;
}

.progress {
    margin-bottom: 10px;
}

.progress-bar {
    background-color: blue !important;
}

.videoSection {
    /*height: 300px;*/
    padding: 10px;
    border-bottom: 1px solid #cfd1d0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.notes {
    padding: 10px;
}

.smallText p {
    font-weight: 600;
    color: #0137d1;
    font-size: 16px;
}

.pdfNotes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid red;
    border-radius: 50%;
    outline: none;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: red;
    }

.sideBtn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px;
    border-bottom: 1px solid #cfd1d0;
}

    .sideBtn .preBtn button {
        background-color: #fff;
        border: 1px solid black;
        border-radius: 5px;
        padding: 6px;
        cursor: pointer;
    }

    .sideBtn .nextBtn button {
        background-color: red;
        border: none;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        cursor: pointer;
    }

.selectedSubName {
    padding: 10px;
    font-size: 20px;
    margin-top: 1%;
}

.notlogin {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    margin-top: 12%;
}

    .notlogin .lock i {
        font-size: 50px;
        color: cornflowerblue;
    }

    .notlogin .mdText {
        text-align: center;
    }

        .notlogin .mdText .bgText {
            font-size: 20px;
            color: darkgrey;
            font-weight: 600;
        }

    .notlogin .btnCenter button {
        background-color: red;
        border: none;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        cursor: pointer;
    }

.video-section {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

    .video-section > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        overflow:hidden;
    }


.bottomBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2%;
}

    .bottomBtn .downloadBtn button {
        border: none;
        color: red;
        background-color: #fff;
        cursor: pointer;
    }

    .bottomBtn .needBtn button {
        border: none;
        color: #fff;
        background-color: #7303ed;
        cursor: pointer;
        border-radius: 5px 10px;
        padding: 3px 8px;
    }

@media only screen and (max-width: 768px) {
    .col-lg-1 {
        width: 20px;
    }

    .col-lg-9 {
        width: 80%;
    }
}

/* media */


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.bigTitle {
    font-size: 30px;
    font-weight: 600;
}

.mdTitle {
    font-size: 22px;
}

.bigboldtext {
    font-size: 22px;
    font-weight: 800;
    margin: auto;
    padding: 10px;
}

.border-yellow {
    /*border: 2px solid rgb(236, 194, 3);*/
    border-radius: 5px;
    background-color: rgb(249 213 175 / 90%);
}

.border-blue {
    /*border: 2px solid rgb(236, 194, 3);*/
    border-radius: 5px;
    background-color: rgb(189 207 249 / 90%);
}



/*.freeBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .freeBtn button {
        display: block;
        background-color: #043f72;
        font-size: 1.2em;
        border: none;
        padding: 5px 20px;
        text-transform: uppercase;
        text-align: center;
        color: white;
        border-radius: 5px;
        transition: 0.5s ease;
    }

        .freeBtn button:hover {
            background-color: #fff;
            border: 1px solid #dd9207;
            color: black;
            transition: 0.5s ease;
        }*/


.underlineText {
    font-size: 28px;
    text-decoration: underline;
}

.cardDiv {
    border: 1px solid blue;
    border-radius: 18px;
    margin-bottom: 8%;
    height: 250px;
}

.samePadding {
    padding: 5px 8px;
}

.headingBg {
    background-color: #dd9207;
    text-align: center;
    transform: translateY(-25px);
}

    .headingBg p {
        padding: 5px 8px;
        color: white;
        font-size: 18px;
        font-weight: 600;
    }

.certificateTitle {
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}


.listBg ul {
    padding: 0 20px;
    text-align: justify;
}

.smallTitle {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    color: #dd9207 !important;
    font-family: 'viao';
}





.btn-start {
    background-color: rgb(196, 213, 252);
    padding: 5px 50px;
    color: black;
    border: 1px solid black;
    border-radius: 6px;
}

    .btn-start:hover {
        background-color: rgb(109, 151, 250);
    }

.panel-body {
    border: 1px solid #dd9207;
    margin-top: -7px;
    margin-bottom: 1%;
    border-radius: 10px;
    padding: 15px;
}

.infoBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
}

    .infoBtn button {
        width: 150px;
        /* padding: 2px 10px;*/
        display: block;
        background-color: white;
        font-size: 0.9rem;
        border: 2px solid #dd9207;
        text-align: center;
        color: black;
    }


.butBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:4%;
}



.butBtn button {
    width: 120px;
    padding: 10px;
    display: block;
    background-color: #dd9207;
    font-size: 1rem;
    border: 1px solid #dd9207;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}

    .butBtn button:hover {
        background-color: #dd92074d;
        box-shadow:0 0 10px #bfbfbf;
        color: #dd9207;
        cursor: pointer;
    }

.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #043f72;
    font-size: 1.2em;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.5s ease;
    z-index: 999;
}

.demoBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 3%;
}

    .demoBtn a button {
        border: 1px solid #fba302;
        background-color: beige;
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 5px;
    }

        .demoBtn a button:hover {
            background-color: #fba302;
        }

.ppt7 .faqSection {
    border-bottom: 1px solid #fba302;
    margin-bottom: 15px;
}

.ppt7 .ques {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.ppt7 .ans {
    margin-top: -6px;
    font-size: 14px;
}


@media only screen and (max-width: 768px) {
    .cardImages {
        display: none;
    }

    .hx-bg {
        padding-top: 50px !important;
        padding-bottom: 0px;
    }

    .demoVideoSection .video-wrapper iframe {
        height: 100%;
        width: 100%;
        
    }

    .butBtn {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) {
    .panel-title a .time {
        margin-left: 50%;
    }
}


/*.firstPage {
    margin-top: 5%;
}*/

    .firstPage p {
        font-size: 16px;
        line-height: 1.2;
        text-align: justify;
    }



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 0 10px #7e7e7e;
}

    .sidenav a{
        padding: 8px 8px 8px 2px;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
        cursor:pointer;
    }

        .sidenav a i {
            color: #043f72;
        }

        .sidenav a:hover {
            color: #f1f1f1;
        }

        .sidenav a.closebtn {
            font-size: 26px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: end;
            margin-right: 10px;
        }


.btn-teal:hover{
    box-shadow:0 0 10px #bfbfbf !important;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.leftSidebar {
    padding: 5px 15px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media only screen and (max-width: 768px) {
    .col-lg-1 {
        width: 20px;
    }

    .col-lg-9 {
        width: 80%;
    }
}