body {
    overflow: hidden;
    background: #F6F6F2;
    font-weight: lighter;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-weight: lighter;
}

.navbar-container {
    background-image: linear-gradient(to right,#028090,#028090);
    background-image: linear-gradient(to right, #02aab0, #02aab0);
}

.navbar-logo-image {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#navbarScroll ul li a {
    color: #FFF;
}

.white-smoke {
    background: #F6F6F2;
    color: #000;
}

.nebula-blue {
    background: #0091D5;
    color: #FFF;
}

.sky-blue {
    background: #4CB5F5;
    color: #FFF;
}

.olive-green {
    background: #6AB187;
    color: #FFF;
}


.coral-orage {
    background: #FF6E4A;
    color: #FFF;
}

.package-details-font-color {
    color: #5ac0b4;
}

.dashboard-card {
    border-radius: 5px;
}

.dashboard-counts {
    font-size: 32px;
}

.dashboard-data-label {
    color: #F1F1F1;
}

#sales-data-chart {
    max-width: 500px;
    max-height: 500px;
}

#most-sold-sales-data-chart {
    max-width: 350px;
    max-height: 350px;
}

.teal-blue {
    background: #388087;
    color: #FFF;
}

.label-font-color {
    color: #1eb2a6;
}

.language-pic {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.corner-edge-btn {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-style: none;
}

.package-price-label-color {
    color: #388087;
}

.package-started-btn {
    background: #1eb2a6;
    color: #FFF;
    border: 1px #1eb2a6 solid;
}

    .package-started-btn:hover {
        background: #1eb2a6;
        color: #FFF;
    }

.package-card-container {
    text-align: center;
    background: white;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: .8px .9px 3px grey;
}

    .package-card-container:hover {
        box-shadow: 1px 8px 20px grey;
        -webkit-transition: box-shadow .6s ease-in;
    }

.exam-image {
    padding-top: 10px;
    width: 70px;
    height: 100px;
}


#pass-fail-chart {
    max-width: 350px;
    max-height: 350px;
}


.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
    outline: none;
}

.table-responsive {
    overflow: auto;
}

.question-pic {
    width: 200px;
    height: 160px;
}


@media only screen and (max-width: 550px) {
    .footer-company-name {
        font-size: 20px;
    }

    #minId,
    #secId {
        font-size: 16px;
    }

    .question-image {
        width:100%;
        max-width: 330px;
        max-height: 250px;
    }
}

@media only screen and (min-width: 550px) {
    .footer-company-name {
        font-size: 26px;
    }

    #minId,
    #secId {
        font-size: 18px;
    }

    .question-image {
        width: 100%;
        max-width: 450px;
        max-height: 350px;
    }
}

.vertical-text {
    transform: rotate(270deg);
    transform-origin: 0 0;
}

.user-pro-pic {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 1px gray solid;
}

.buy-package-btn {
    background: #5ac0b4;
    border-radius: 30px;
    color: #FFF;
    text-decoration: none;
    border-style: none;
    outline: none;
}

    .buy-package-btn:hover {
        color: #FFF;
        text-decoration: none;
        transition: 0.5s ease;
    }

.contact .info i {
    font-size: 20px;
    color: #43cea2;
    float: left;
    width: 44px;
    height: 44px;
    background: #F6F6F2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #45505b;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #728394;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
        background: #43cea2;
        color: #fff;
    }

.packages-bar {
    background-image: linear-gradient(to right,#7fcec5,#7fcec5);
    background-image: linear-gradient(to right,#5ac0b4,#5ac0b4);
}

.copyright-bar {
    background-image: linear-gradient(to right, #d7e1ec,#d7e1ec);
}

.counter-bar {
    background-image: linear-gradient(to right, #56CCF2, #2F80ED);
}

.faq-image {
    max-width: 350px;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

.header-study-image {
    padding-top: 100px;
    max-width: 450px;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
@media only screen and (max-width:576px){
    .footer-ul-first-child li, .footer-ul-last-child li {
        display: list-item;
        text-align: left;
    }

    .footer-ul-first-child {
        float: left;
    }

    .footer-ul-last-child {
        float: right;
    }
    #subChapterTitleSpan{
        font-size:18px;
    }
}
@media only screen and (min-width:577px){
    .footer-ul-first-child li, .footer-ul-last-child li {
        display: inline;
    }
    #subChapterTitleSpan {
        font-size: 20px;
    }
}
@media only screen and (max-width:800px) {
    .vertical-text {
        transform: rotate(0deg);
        transform-origin: 0 0;
    }

    .user-pro-pic {
        height: 180px;
        width: 180px;
        border-radius: 50%;
    }

    .faq-image {
        max-width: 250px;
    }

    .left-content {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .right-content {
        padding-top: 0px;
    }

    .header-study-image {
        padding-top: 0px;
        max-width: 350px;
        animation: none;
    }

    #contact-us-section {
        padding-bottom: 30px;
    }

    .question-image {
        width: 100%;
        width: 330px;
        height: 250px;
    }

    .thumbnail-image {
        max-width: 320px;
        max-height: 320px;
    }

    .user-container {
        background: #F6F6F2;
        min-height: 540px;
    }
}

@media only screen and (min-width:576px) {
    footer {
        padding-top: 0px;
    }
}
/*Large Screen*/
@media only screen and (min-width:800px) {
    .vertical-text {
        transform: rotate(0);
        transform-origin: 0 0;
    }

    .user-container {
        min-height: 750px;
        background: #F6F6F2;
    }
    #subChapterTitleSpan {
        font-size: 21px;
    }

    .thumbnail-image {
        max-width: 500px;
        max-height: 500px;
    }

    .faq-image {
        max-width: 350px;
    }

    .left-content {
        padding-top: 70px;
        padding-bottom: 110px;
    }

    .right-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #contact-us-section {
        padding-bottom: 30px;
    }

    .header-study-image {
        padding-top: 0px;
    }

    .header {
        padding-top: 50px;
        padding-bottom: 200px;
    }

    .question-image {
        width: 100%;
        width: 600px;
        height: 600px;
        cursor: zoom-in;
    }

        .question-image:hover {
            cursor: zoom-in;
        }

}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50px);
    }
}

.dropdown-menu {
    z-index: 100000;
}

#scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(to right, #fe5858,#ee9617 );
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    scroll-behavior: smooth;
}

    #scroll-top-btn:hover {
        background-color: #555;
    }

.free-trial-btn {
    text-decoration: none;
    display: inline-block;
    outline: none;
    background: linear-gradient(to bottom right, #fe5858,#ee9617 );
    color: #FFF;
    font-size: 16px;
    outline-style: none;
    padding: 10px 50px 10px 50px;
    border-radius: 22px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .free-trial-btn:hover {
        text-decoration: none;
        background: linear-gradient(to top left, #fe5858,#ee9617 );
        color: #FFF;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transform: scale(1.1);
        transition: all .5s ease-in-out;
        transform-origin: 0 0;
    }

    .free-trial-btn:after {
        transition: all .5s ease-in-out;
    }

    .free-trial-btn:before {
        transition: all .5s ease-in-out;
    }

.gradient-btn {
    text-decoration: none;
    display: inline-block;
    outline: none;
    background: linear-gradient(to bottom right, #fe5858,#ee9617 );
    color: #FFF;
    font-size: 16px;
    outline-style: none;
    padding: 10px 25px 10px 25px;
    border-radius: 22px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-style: none;
}

    .gradient-btn:hover {
        text-decoration: none;
        background: linear-gradient(to top left, #fe5858,#ee9617 );
        color: #FFF;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transform: scale(1.1);
        transition: all .5s ease-in-out;
        transform-origin: 0 0;
        outline: none;
        border-style: none;
    }

.sign-in-btn {
    box-shadow: none;
    padding: 7px 25px 7px 25px;
    outline: none;
}

    .sign-in-btn:hover {
        box-shadow: none;
        transform: none;
        transition: all .5s ease-in-out;
    }

.quiz-start-btn {
    box-shadow: none;
    transform: none;
    transition: none;
    padding: 5px 25px 5px 25px;
}

    .quiz-start-btn:hover {
        padding: 5px 25px 5px 25px;
        box-shadow: none;
        transform: none;
        transition: none;
    }

#confirmPassChangeBtn, #confirmPassChangeBtn:hover {
    box-shadow: none;
    transform: none;
    transition: none;
    padding: 5px 25px 5px 25px;
}

.purchase-history-btn, .purchase-history-btn:hover {
    background: #FFEFBA;
    border: 2px #F37335 solid;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    transition: none;
    transform: none;
    box-shadow: none;
    color: #000;
}

.modal-header-color {
    background-image: linear-gradient(to right, #02aab0, #00cdac);
}

.user-profile-background {
    background: linear-gradient(to bottom right, #06beb6,#48b1bf);
}

.rounded-input {
    background: #FFF;
    color: #000;
    border-radius: 22px;
    padding-left: 20px;
    border: 1px #ff6a00 solid;
    outline: none;
}

.final-card-header {
    background: linear-gradient(to right, #FF5F6D,#FFC371);
    background: linear-gradient(to right, #50C9C3,#50C9C3);
    color: #FFF;
    margin-top: 2px;
    border: none;
}

#cookies-policy-id {
    position: fixed;
    bottom: 0;
    opacity: 1;
    background-color: #0ABAB5;
    color: #FFF;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

.forgot-password-bg {
    background: #DCDCDC;
    color: #000;
}

.pass-reset-success-panel {
    background-image: linear-gradient(to right, #4884ee, #06bcfb );
    color: #FFF;
}


.sidenav {
    height: auto;
    left: 0;
    z-index: 100000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #000;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        height:50px;
        color:coral;
        font-weight:bold;
        margin-bottom:100px;
    }
.footer-ul-first-child, .footer-ul-last-child{
    list-style:none;
    margin:0;
    padding:0;
    display:inline;
}

@media screen and (min-width:768px) {
    .sidenav {
        width: 30%;
        float: left;
    }

    .main {
        float: right;
        width: 70%;
    }
}

@media screen and (max-width:992px) {
    .sidenav {
        padding-top:40px;
    }
}
