* {
    box-sizing: border-box;
}

body {
    height: 100%;
}

body {
    background-image: url("../img/bg-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    height: 100%;
}

#page-content {
    min-height: calc(97vh - 20px);
}

body.splash {
    background-image: url("../img/bg-slap.png");
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    font-size: 21px;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .0);
}

.navbar {
    /* -webkit-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.07);  -moz-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.07);  box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.07);   */
    position: relative;
    margin-bottom: -57px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(223, 223, 223, 0.5);
    padding-top: 8px;
    padding-bottom: 8px;
    background: transparent !important;
    top: 0;
}

.navbar-dark .navbar-brand {
    width: 65%;
}

.navbar-dark .navbar-toggler-icon {
    background: none;
}

.navbar-collapse {
    /* background: rgb(255,255,255);  background: linear-gradient(176deg, rgba(255,255,255,1) 0%, rgba(158,158,158,1) 100%); -webkit-box-shadow: -11px 0px 3px -7px rgba(0,0,0,0.13);  -moz-box-shadow: -11px 0px 3px -7px rgba(0,0,0,0.13); */
    background: rgba(236, 236, 236, 0.95);
    position: absolute;
    right: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    min-height: 100%;
}

.navbar-nav .nav-link {
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #151515;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
    color: #151515;
    margin-left: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000 !important;
    font-weight: 600;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, .15);
}

.dropdown-menu.show {
    margin-top: -10px;
}


/* .dropdown-menu li{border-color: unset !important; padding: 0; border: 0px;} */

.dropdown-menu li {
    border-bottom: 1px dashed #dddcdc;
    /* -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.02); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.02); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.02); */
}

.dropdown-menu li:last-child {
    border-bottom: 0px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.0);
}

.navbar-brand {
    padding: 0
}

.navbar-brand img {
    vertical-align: top;
    width: 170px;
}

.navbar-dark .navbar-toggler {
    border-color: unset !important;
    padding: 0;
    border: 0px;
}

.nav-item {
    border-bottom: 1px dashed #dddcdc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
}

.nav-link,
.dropdown-item {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-left: 16px;
}

.dropdown-menu {
    background: transparent;
    text-align: center;
}

.dropdown-item {
    font-size: 15px;
    color: #808080;
    text-align: center;
    margin-left: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: #000;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

.main {
    margin-top: 57px;
}

.social-media {
    margin-top: 250px;
}

.top-section h1 {
    font-size: 73px;
    font-weight: 100;
    margin-bottom: 15px;
}

.top-section p {
    font-size: 23px;
}

.right:before {
    content: "";
    content: "";
    background-color: #f6d24a;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 60%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(43% 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
}


/* #slideshow { clip-path: polygon(63% 0, 100% 0, 100% 100%, 0 100%); position: absolute; right: 10%; top: 0; width: 680px; height: 100%; overflow: hidden;  }
#slideshow > div { position: absolute; right: 0; bottom: 0; top: 0;  } */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.splash {
    display: table;
    height: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
}

.box-style {
    margin: 50% auto 0% auto;
    position: relative;
    width: 80%;
    border-radius: 8px;
    padding: 40px 20px;
    background: #fff;
}


/* .splash img {width: 60%; margin-top: 74%; position: relative; } */

.color-black {
    color: #000
}

.color-green {
    color: #023290
}

.color-white {
    color: #fff
}

.color-yellow {
    color: yellow
}

.color-ligreen {
    color: green
}

.cin {
    background: #fff;
    width: 47px;
    text-align: left;
    height: 49px;
    line-height: 44px;
    border-radius: 0px;
    padding-left: 17px;
    margin-left: -12px;
    position: relative;
    font-size: 35px;
    margin-bottom: -14px;
    margin-top: -13px;
}

.splash-bottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.bbtn {
    position: absolute;
    text-transform: uppercase;
    background: linear-gradient(176deg, rgba(2, 50, 144) 0%, rgba(2, 50, 144) 37%, rgba(2, 50, 144) 100%);
    border: 1px solid rgb(2, 50, 144);
    bottom: 10px;
    width: 95%;
    left: 10px;
    padding: 14px 7px;
    font-weight: 600;
}

.sign-in h1 {
    color: #023290;
}

.sign-in p,
.sign-in label {
    color: rgb(133, 133, 133);
    font-size: 19px;
}

.sign-in a.resend {
    text-decoration: none;
    color: #023290;
}

.form-control {
    border: 0px;
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
    padding: 5px 5px 5px 0px;
    font-size: 14px;
}

.search {
    border: 0px;
    background: transparent;
    margin-right: -30px;
    margin-top: -5px;
    color: #fff;
}


/* SEARCH SECTION*/

#search-autocomplete {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 9px;
    background: #f7f7f7;
    padding: 5px;
}

#search-autocomplete .form-control {
    font-size: 14px;
    padding: 3px 10px;
}

.bg-color {
    background-image: url("../img/white-bg.jpg");
    background-size: cover;
}

.color-bg {
    background: #f0f0f0;
    padding: 17px 12px;
}

.padd-top {
    padding-top: 10px;
}


/* DASHBOARD SECTION*/

.study-material {
    margin-top: 10px;
}

.study-material h5 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
}


/* .study-material h5 span { color: #9c9f4e;} */

.study-material h5:after {
    content: "";
    background: #9c9f4e;
    width: 30px;
    height: 2px;
    display: inline-block;
    float: left;
    margin-top: 29px;
    position: absolute;
    left: 0;
}

.study_details {
    text-align: center;
}

.study_details .style-1 {
    /* height: auto !important;  min-height: auto !important; padding: 10px !important; margin-bottom: 0px; background: #fff;   box-shadow: 0px 8px 10px #ececec; border: 1px solid rgb(175, 175, 175);   border: 0px;   */
    min-height: auto !important;
    border: 1px solid #f7f7f7 !important;
    padding: 19px 11px !important;
    background: #fff;
    box-shadow: 0px 8px 10px #f4f4f4;
    width: 95% !important;
    height: 70px !important;
    margin: 0 auto !important;
    float: none !important;
    display: inline-block;
    border-radius: 18px;
    text-align: left;
}

.study_details .style-1:after {
    display: none;
}

.study_details .style-1 h5 {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.study_details .style-1 h5 .fa {
    font-size: 14px;
    margin-top: 5px;
}

.study_details .style-1 h5 img {
    width: 25px !important;
    float: left;
    margin-right: 10px;
}

.study_details .style-1 h5 span h4 {
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 17.5px;
    font-weight: 600;
}

.study_details .style-1 h5 span {
    float: left;
}

.study_details .style-1 h5 span p {
    color: #000;
    text-align: left;
    text-transform: unset;
}

.study-material .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    font-size: 31px;
    pointer-events: auto;
}

.study-material .owl-carousel .owl-nav .owl-prev {
    left: -11px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    width: 28px;
    height: 27px;
    line-height: 1px;
    border-radius: 0px 7px 7px 0px;
    color: #2992e6;
}

.study-material .owl-carousel .owl-nav .owl-prev span {
    position: absolute;
    top: 9px;
    left: 7px;
}

.study-material .owl-carousel .owl-nav .owl-next {
    right: -11px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    width: 28px;
    height: 27px;
    line-height: 1px;
    border-radius: 7px 0px 0px 7px;
    color: #2992e6;
}

.study-material .owl-carousel .owl-nav .owl-next span {
    position: absolute;
    top: 9px;
    right: 7px;
}


/* 91b976 */

.right-btn {
    float: right;
    font-size: 13px;
    background: #82b53f;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.list-style {
    padding: 10px;
    position: relative;
    background: #fff;
    width: auto;
    height: auto;
    border-radius: 7px;
    margin-bottom: 0px;
    border: 1px solid #f2f2f2;
    width: 100%;
    /* -webkit-box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.25);-moz-box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.25);box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.25); */
}


/* .list-style:after{  content: ""; opacity: 1; position: absolute;  background-repeat: no-repeat;  background-size: 100%;  display: block;  right: 0;  bottom: 0; width: 104px;  height: 90px;  border-bottom: solid 30px rgb(244, 244, 244);  border-right: solid 30px rgb(244, 244, 244);  border-left: solid 30px transparent;  border-top: solid 30px transparent;}

.list-style small{ color: #b9b9b9;  font-size: 12px;  display: block;  margin-top: -7px;  position: absolute;} */

.list-style:after {
    content: "";
    opacity: 1;
    position: absolute;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 67px;
    background-image: url("../img/dottedBg-white.png");
    right: -20px;
    bottom: -20px;
    z-index: 1;
    background-size: 80%;
}

.list-style small {
    color: #b9b9b9;
    font-size: 12px;
    display: block;
    margin-top: -7px;
    position: absolute;
}

.list-style h1 {
    font-size: 37px;
    text-transform: uppercase;
    background: linear-gradient(to right, #3095d0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-style img {
    width: 50px !important;
    float: right;
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.perpare-section button img {
    right: 17%;
}

.list-style.style-1 {
    min-height: auto;
    height: auto;
    width: 100%;
    float: left;
    padding: 10px 0 15px 0;
    overflow: hidden;
    text-decoration: none;
    border: 0px;
}

.list-style.style-1 h3 {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    vertical-align: middle;
}

.list-style.style-1 p {
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: -15px;
    text-transform: uppercase;
    font-size: 12px;
}

.list-style.style-1 h3 sup {
    font-size: 12px;
    position: absolute;
    top: 22px;
    font-weight: 100;
}

.list-style.style-1 img,
.list-style.style-1 small {
    position: relative;
    width: 100% !important;
}


/* .list-style.style-1 small{position: absolute;  bottom: -20px; font-weight: 600; text-transform: uppercase;  color: #000;  text-align: center;} */

.list-style.style-1 small {
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px;
    z-index: 99;
    font-size: 18px;
}

.list-style.style-1 img {
    bottom: 0;
}

.owl-dots {
    display: none;
}


/* AUDIO */

.study-material.audio {
    /* background-image: url("../img/sound-wave.png");  */
    background-size: 57%;
    background-position: -17px 25px
}

.study-material.audio h5::after {
    background: #386d38;
}

.audio-list {
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 0px;
    border: 1px solid #f2f2f2;
    width: 49%;
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url("../img/audio.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.audio-list span {
    float: right;
    width: 69%;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.audio-list:after {
    content: "";
}

#audio_list a {
    background-image: url("../img/audio-bg.png");
    background-size: cover;
    min-height: 150px;
    width: 49.3%;
    border: 0px solid #f2f2f2;
    background-position: 0px -28px
}

#audio_list a:last-child {
    background-image: url("../img/audio-bg-1.png");
}

#audio_list span {
    float: right;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 23px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
}

#audio_list a:first-child {
    border-radius: 0px 10px 10px 0px;
}

#audio_list a:last-child {
    border-radius: 10px 0px 0px 10px;
}


/* MOCK TEST */

.mockup {
    width: 30%;
    overflow: hidden;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    text-decoration: none;
    background-image: linear-gradient( 135deg, #ffc949 0%, #db4e3f 100%);
}

.mockup:hover {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(206, 206, 206, 0.51);
    -moz-box-shadow: 0px 4px 5px 0px rgba(206, 206, 206, 0.51);
    box-shadow: 0px 4px 5px 0px rgba(206, 206, 206, 0.51);
}

.list-style.mockup h3 {
    font-weight: 600;
    margin-top: -10px;
    text-decoration: none;
    padding: 10px;
    font-size: 28px;
    /* font-size: 43px; */
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
}

.list-style.mockup p {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: -15px;
    text-transform: uppercase;
    font-size: 12px;
}

.list-style.mockup h3 sup {
    font-size: 12px;
    position: absolute;
    top: 22px;
    font-weight: 100;
    margin-left: 5px;
}

.mock-ttest h5::after {
    background: #e36841;
}

.mockup:nth-child(2),
.mockup:nth-child(4),
.mockup:last-child {
    margin-right: 0;
}

.mockup small {
    font-size: 17px;
    color: #006184;
    font-weight: 600;
}

.mockup small sup {
    font-size: 12px;
}

.mock-ttest h3 {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 10px;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #000;
    text-decoration: none;
}


/* QUESTION PAPER */

.que-paper {
    background: #f4f4f4;
    padding: 20px 10px;
    margin-bottom: 40px !important;
}

.que-paper .inner-slider {
    text-align: center;
}

.que-paper .inner-slider h5 {
    text-align: left;
}

.slider .list-style {
    height: auto;
    padding: 0;
    border-radius: 0;
}

.slider .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider .owl-dots {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.slider .owl-dots span {
    background: #ccc;
}

.slider .owl-dots .active span {
    width: 10px;
    height: 10px;
    background-color: #2E97F6;
}

.slider .owl-dots button {
    position: relative;
}

.que-paper ul {
    padding: 0;
    margin: 0;
    margin-bottom: -40px;
}

.que-paper ul li {
    display: inline-block;
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
}

.que-paper ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.que-paper ul li a p {
    margin-bottom: 0;
    background: linear-gradient(135deg, #82b53f 0%, #6b9c2a 100%);
    color: #fff;
    padding: 3px;
    margin-top: 5px;
}

.que-paper ul li a:hover {
    color: #3095d0;
}

.que-paper ul li a img {
    padding: 0px 4px 0px 4px;
    width: 80px !important;
}

.que-paper li.custom--width {
    width: 32%;
}


/* ADDITIONAL */

.Additional {
    margin-top: 10px;
    margin-bottom: 30px;
}

.Additional .list-style {
    height: 170px;
    margin-top: 10px;
    background: rgb(19, 75, 102);
    width: 120px;
    background: linear-gradient(176deg, rgba(19, 75, 102, 1) 0%, rgba(38, 159, 105, 1) 100%);
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.Additional .list-style:after {
    display: none;
}

.Additional .columns {
    padding: 0;
}

.Additional .list-style .owl-item {
    margin-right: 0 !important;
}

.Additional .list-style h6 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

.Additional .list-style p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.Additional .list-style:before {
    content: "";
    background-image: url("../img/question.png");
    position: absolute;
    bottom: 7px;
    width: 31px;
    height: 50px;
    background-size: cover;
    right: 8px;
}


/* GALLERY */

.gallery {}

.gallery h5 {
    margin-left: 15px;
}

.gallery .list-style a {
    pointer-events: none;
}

.gallery .list-style.style-1 small {}

.gallery.bottom-slider .owl-carousel .owl-nav.disabled {
    display: none !important
}

.gallery p {
    background-color: #3e3e3e;
    color: #fff;
    padding: 7px;
    margin-top: -3px;
}

.gallery-image {
    width: 50px !important;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px;
    border-radius: 5px;
    border-radius: 5px;
}


/* TOP ALL CATEGORIES */

.top-categories {
    margin-bottom: 5px;
}

.top-categories .main-section {
    margin: 0;
    padding: 0;
}

.top-categories .main-section li {
    display: inline-block;
    width: 32.4%;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    border: 0px solid #d7d7d7;
    background: rgb(29, 64, 29);
    padding: 4px;
}

.top-categories .main-section li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.top-categories .main-section li a p {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}


/* FOOTER */

.footer {
    height: 40px;
    margin-top: -20px;
    background: #fff;
    padding: 6px 6px 10px 6px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    position: relative;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* QUIZ */


/* .fade:not(.show){opacity: 1;  display: block;  top: 60px;  background: #fff;   } */


/* STUDY PAGE */

.study-list {
    background: #12c2e9;
    margin-top: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
    background: #000046;
    background: -webkit-linear-gradient(135deg, #49d0ff 0%, #633fdb 100%);
    background: linear-gradient(135deg, #49d0ff 0%, #633fdb 100%);
    color: #fff;
    padding-bottom: 30px;
}

.inner-list {
    background: #fff;
    border-radius: 35px 35px 0px 0px;
    min-height: 180px;
    margin-top: -40px !important;
    padding: 0;
}

.inner-list .nav-tabs {}

.inner-list .nav-tabs li a {
    padding: 5px 8px;
    color: #000;
}

.inner-list .nav-tabs li.active a {
    font-weight: 600;
}

.inner-list .nav-tabs li {}

.list-stylepdf {
    padding: 12px;
}

.list-stylepdf li a span {
    float: left;
    margin-top: -13px !important;
    margin-left: 0 !important;
}

.list-stylepdf li a span h4 {
    margin-bottom: 0px;
    margin-top: 1px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.list-stylepdf li h5 img {
    margin-top: -5px;
    width: 25px !important;
    float: left;
    margin-right: 10px;
}

.list-stylepdf ul {
    padding: 0;
    margin: 0;
}

.list-stylepdf li {
    list-style: none;
    border: 1px solid #f7f7f7;
    padding: 19px 11px !important;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    -webkit-box-shadow: 0px 8px 10px #f4f4f4;
    -moz-box-shadow: 0px 8px 10px #f4f4f4;
    box-shadow: 0px 8px 10px #f4f4f4;
    margin: 0 auto;
    width: 95%;
    height: 70px;
    margin-bottom: 20px;
}

.list-stylepdf li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

.list-stylepdf li a span {
    margin: 0px 0px 0px 20px;
    color: rgb(126, 126, 126);
    font-size: 12px;
    width: 87%;
}

.list-stylepdf li a .fa-eye {
    line-height: 25px;
    color: #3095d0;
}

.list-stylepdf li a .fa-file-audio-o,
.list-stylepdf li a .fa-file-pdf-o,
.list-stylepdf li a .fa-file-text-o {
    color: #023391;
    font-weight: 100;
    font-size: 19px;
    margin-right: 15px;
}

.list-stylepdf li:before {
    content: "";
    background: #ececec;
    width: 39px;
    height: 39px;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    display: none;
}

.list-stylepdf li div {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    position: relative;
}

.list-stylepdf li div span {
    margin: 0px 20px;
    color: rgb(126, 126, 126);
    font-size: 12px;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: -18px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.top-menu ul li {
    display: inline-block;
    background: rgb(255, 255, 255);
    text-align: center;
    margin: 3px;
    list-style: none;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #f0f0f0;
    width: 17%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.09);
    vertical-align: middle;
}

.top-menu ul li a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

.top-menu ul li a .fa {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: -2px;
}

.top-menu ul li.active {
    border-bottom: 3px solid #208368;
}

.top-menu ul li.active a {
    color: #208368;
}

.top-menu ul li:hover {
    border-bottom: 3px solid #208368;
}

.top-menu ul li:hover a {
    color: #208368;
}

.fa-star.checked {
    color: orange;
}


/* GALLERY PHOTOS*/

.inner-list.gallery {
    overflow-x: hidden;
    background: transparent;
}

.border-1 {
    border: 1px dotted #fff !important;
    cursor: pointer;
}

.modal {
    top: 60px;
}

button.close {
    position: absolute;
    z-index: 99;
    background: white;
    border: 0;
    width: 20px;
    height: 20px;
    line-height: 2px;
    text-align: center;
    border-radius: 40px;
    font-weight: 600;
    font-size: 17px;
    padding: 3px !important;
    right: -7px;
    top: -7px;
}


/* AUDIO PAGE  */

.audio-list-page {
    width: 100%;
    overflow-x: hidden;
}

.audio-list-page .nav-tabs li {
    text-align: center;
    padding: 0px 0px;
    border-right: 1px solid #ccc;
    width: 50%;
}

.audio-list-page .nav-tabs li a {
    font-size: 15px;
    padding: 9px 19.5px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.audio-list-page .nav-tabs li.active a {
    background: rgb(236, 236, 236);
}

.audio-list-page .tab-content {
    padding: 12px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons alflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f4f4f4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 600;
}

.accordion-button {
    padding: 7px 10px !important;
}

audio {
    width: 48px;
    top: 0;
    height: 71px;
    border-radius: 7px;
    background: red;
    margin-right: 10px;
    vertical-align: top;
    margin-left: -7px;
    position: absolute;
    left: 6px;
    opacity: 0;
    pointer-events: auto;
}


/* MODAL POPUP */

.modal {
    color: #000;
}

.modal.show .modal-dialog {
    top: 7%;
}

.modal-footer button.btn {
    padding: 5px 15px !important;
    font-size: 14px;
}

.list-group-none {
    list-style: none;
}

.list-group-none li {
    margin-bottom: 5px;
    font-size: 14px;
}

.description {
    color: #535353;
    font-size: 14px;
}

.que-count {
    float: right;
}

.que-count span {
    color: #447720;
    font-weight: 600;
}

.list-stylepdf .disabled {
    pointer-events: none;
    background: #eaeaea;
    opacity: 0.6;
}


/* ABOUT US*/

.about-content p,
.about-content li {
    font-size: 14px;
}

li .btn-success {
    background: rgb(2, 50, 144);
    border: 0px;
    color: #fff;
    font-weight: 600;
    position: relative;
    right: 0px;
    top: -8px;
    padding: 5px 10px !important;
    line-height: 23px;
    border-radius: 10px;
    margin-left: 5px;
}


/* test */

.skip {
    width: 100% !important;
    margin-bottom: 10px;
    background: gray;
    border: 0;
    font-weight: 600;
    padding: 10px;
}

.next {
    width: 100% !important;
    margin-bottom: 10px;
    background: linear-gradient( 135deg, #49d0ff 0%, #0143c5 100%);
    border: 0;
    font-weight: 600;
    padding: 10px;
}

.quit {
    background: rgb(151, 7, 7);
    border: 0;
}


/* TEST SERISE */

.test-ser-outer {}

.test-ser-outer h5::after {
    background: #7f4274;
}


/* POPUP QUIZ*/

#exampleModal:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}

#exampleModal .modal-body {
    padding: 15px !important;
    max-height: 520px;
    overflow: auto;
}

#exampleModal .modal-dialog {
    top: 10%;
}

.perpare-section {}

.perpare-section p {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: -5px;
}

.perpare-section .list-style {
    height: auto;
    border: 0;
}

.perpare-section button {
    /* background-image: url("../img/play_icon.png");  */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 54px;
    background-color: transparent;
    border: 0px;
    background-position: 5px 0px;
    float: none;
}

.perpare-section button:hover {
    background-color: transparent;
}

.perpare-section button audio {
    top: 6px;
    width: 60px;
    height: 57px;
    margin: 0;
    left: 0;
}

.user-name span {
    border: 1px solid white;
    padding: 5px;
    font-size: 14px;
    width: 24px;
    text-align: center;
    border-radius: 50px;
}

.user-name {
    font-size: 14.5px;
}


/* PAGINATION */

.pagination {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: -10px;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin-bottom: 12px;
}


/* .pagination li a{ padding: 11px 14px; text-decoration: none; width: 53px; color: #6a6a6a; border: 1px solid #d4d4d4; margin-bottom: 7px;
 display: inline-block; border-radius: 5px; font-size: 18px;} */

.pagination li a {
    padding: 8px 10px;
    text-decoration: none;
    width: 44px;
    color: #6a6a6a;
    border: 1px solid #d4d4d4;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 0px;
    font-size: 18px;
    margin: -3px;
}

.pagination li:first-child a {
    background: #6a6a6a;
    border-radius: 15px 0px 0px 15px !important;
    color: #fff;
}

.pagination li:last-child a {
    background: #6a6a6a;
    border-radius: 0px 15px 15px 0px !important;
    color: #fff;
}

.pagination li.active {
    font-weight: 600;
}

.pagination li.active a {
    background: #fff;
    color: #000;
}

#myBtn {
    display: none;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.btn-floating {
    position: relative;
    float: right;
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 14px !important;
    padding: 1px 8px;
    margin-right: 13px;
    display: block;
    margin-top: -1px;
    margin-bottom: 0;
}

.label {
    display: inline;
    padding: 5px 20px 7px 20px;
    font-size: 80%;
    margin: 10px 0;
    display: inline-block;
    line-height: 1;
    color: #000;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: 400;
    line-height: 12px;
    position: relative;
    background: #f2e84c;
}

.question-ans {
    font-size: 21px;
}


/*.question-ans strong { width: 15%; float: left;}*/

.question-ans span {
    width: 85%;
}

.question-ans ul {
    float: left;
    width: 100%;
}


/*float: left;*/

.question-ans ul li {
    font-size: 19.5px;
    margin-bottom: 10px;
}

.question-ans.ans-sheet {
    font-size: 18px;
    width: 100%;
}

.quesstion-anser hr {
    margin: 0;
}

.question-ans.ans-sheet ul li {
    font-size: 15.5px;
    margin-bottom: 10px;
}

.close-bbtn {
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 29px;
    text-align: center;
    border-radius: 60px;
    line-height: 27px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-custom {
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 4px !important;
}

.btn-custom.active {
    background: #fff;
    color: #000 !important;
}

body .navbar.arrange .user-name {
    background: transparent;
    border: 0;
    color: #fff;
}

body .navbar.arrange .user-name span {
    width: 31px;
    font-size: 17px;
    color: #fff;
}

body .navbar.arrange .cin {
    width: 58px;
    padding-left: 22px;
}

.quesstion-anser {}

.qt-section {
    font-size: 18px;
}

.quesstion-anser ul li {
    box-shadow: 0px 8px 10px #f4f4f4;
    padding: 10px;
    border-radius: 15px;
}

.quesstion-anser ul li:before {
    background: #f6f6f6;
    content: "";
    width: 35px;
    height: 33px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: 14px;
    margin-top: -2px;
    border-radius: 40px;
}

.quesstion-anser ul li .form-check {
    position: relative;
}

.quesstion-anser.items ul li .form-check {
    padding-left: 0;
}

.quesstion-anser.items ul li .form-check .fa.pull-right {
    margin: -17px 1px;
}

.quesstion-anser.items .skipque span,
.quesstion-anser.items .attemptque span {
    width: 76%;
}

.quesstion-anser ul li .form-check label {
    margin-left: 10px;
    display: block;
}

.back-btn img {
    width: 25px;
    margin-left: 8px;
}

.quiz ul {
    float: none
}

.quiz ul li {
    box-shadow: none;
    padding: 2px;
    border-radius: 15px;
}

.quiz ul li:before {
    background: #f6f6f6;
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: 30px;
    margin-top: 10px;
    border-radius: 40px;
}

.sub-menu {
    background: #fff;
    padding: 6px 10px 9px 10px;
    margin-top: 6px;
    line-height: 16px;
    display: block;
}

.sub-menu h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0px;
    color: #000;
}


/* LIST NEW STYLE */

.list-stylepdf .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #52a0f3 !important;
    height: auto !important;
}

.design p {
    margin-bottom: 0;
}

.design .btn.btn-success {
    background: #5f58e1;
    z-index: 999;
    position: relative;
    right: unset;
    margin-top: -19px;
    margin-bottom: -17px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 0px;
    float: right;
    margin-right: -5px;
    padding: 9px 15px !important;
    border-right: 1px solid #ccc;
    width: 52px;
}

.design a:nth-child(2) {
    margin-right: -10px !important;
    border-right: 0px !important;
}

.design .btn.btn-success small .fa {
    font-size: 23px !important;
    color: #fff !important;
}

.inner-list.study_details .border-left {
    border-left: 8px solid #52a0f3 !important;
}

.right {
    background: linear-gradient( -135deg, #5efd59 0%, #014605 100%);
    border: 0px solid #5efd59;
    color: #fff;
}

.right .fa-check {
    color: #fff;
    margin-left: -22px;
}

.wrong {
    background: linear-gradient( -135deg, #f44b00 0%, #920101 100%);
    border: 0px solid #f44b00;
    color: #fff;
}

.wrong .fa-times {
    color: #fff;
    margin-left: -22px;
}

.ans-sheet ul li:before {
    display: none;
}

.select {
    border: 1px solid #327ce8;
    background: #327ce8;
    color: #fff;
}

.skipColor {
    background: linear-gradient( -135deg, #777777 0%, #222222 100%);
    border: 0px solid #f44b00;
    color: #fff;
}

.skipColor .fa-times {
    color: #fff;
    margin-left: -22px;
}

.skipColor .form-check {
    padding-left: 0;
}

.attemptColor {
    background: linear-gradient( -135deg, #1987543b 0%, #0f513278 100%);
    border: 0px solid #f44b00;
    color: #fff;
}

.attemptColor .fa-times {
    color: #000;
    margin-left: -22px;
}

.attemptColor .form-check {
    padding-left: 0;
}


/* .animation {  -webkit-animation: fade 4s;  animation: fade 4s;  -moz-animation: fade 4s;  -o-animation: fade 4s;  }
  
  @-webkit-keyframes fade {
 0% {opacity: 0.2} 
 100% {opacity:1}
  }
  
  @-moz-keyframes fade{
 0% {opacity: 0.2} 
 100% {opacity:1}  
  }
  
  @keyframes fade {
 0% {opacity: 0.2} 
 100%{opacity: 1}
   }
  @-o-keyframes fade {
 0% {opacity: 0.2} 
 100%{opacity: 1}
  
  }

  .animation1 {  -webkit-animation: light 4s;  animation: light 4s;  -moz-animation: light 4s;  -o-animation: light 4s;  }
  
  @-webkit-keyframes light {
 0% {opacity: 0.2} 
 100% {opacity:1}
  }
  
  @-moz-keyframes light{
 0% {opacity: 0.2} 
 100% {opacity:1}  
  }
  
  @keyframes light {
 0% {opacity: 0.2} 
 100%{opacity: 1}
   }
  @-o-keyframes light {
 0% {opacity: 0.2} 
 100%{opacity: 1}
  
  } */


/* COLOR CHANGES */

.inner-list.study_details.audio-page .border-left {
    border-left: 8px solid #454545 !important;
}

.audio-section .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #454545 !important;
    height: auto !important;
}

.audio-section .design .btn.btn-success {
    background: #000;
    z-index: 999;
}

.audio-section .design:after {
    position: absolute;
    content: "";
    background: #000 !important;
    width: 32%;
    height: 150px;
    z-index: 0;
    display: inline-block;
    top: 0;
    right: 0;
}

.inner-list.study_details.mock-page .border-left {
    border-left: 8px solid #f3a046 !important;
}

.mock-section .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #f3a046 !important;
    height: auto !important;
}

.mock-section .design .btn.btn-success {
    background: #e05e40;
    z-index: 999;
}

.mock-section .design:after {
    position: absolute;
    content: "";
    background: #e05e40 !important;
    width: 32%;
    height: 150px;
    z-index: 0;
    display: inline-block;
    top: 0;
    right: 0;
}

.inner-list.study_details.qupaper-page .border-left {
    border-left: 8px solid #8bae44 !important;
}

.qupaper-section .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #8bae44 !important;
    height: auto !important;
}

.qupaper-section .design .btn.btn-success {
    background: #99a14c;
    z-index: 999;
}

.qupaper-section .design:after {
    position: absolute;
    content: "";
    background: #99a14c !important;
    width: 32%;
    height: 150px;
    z-index: 0;
    display: inline-block;
    top: 0;
    right: 0;
}

.inner-list.study_details.gallery-page .border-left {
    border-left: 8px solid #309e31 !important;
}

.gallery-section .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #309e31 !important;
    height: auto !important;
}

.gallery-section .design .btn.btn-success {
    background: #99a14c;
    z-index: 999;
}

.gallery-section .design:after {
    position: absolute;
    content: "";
    background: #99a14c !important;
    width: 32%;
    height: 150px;
    z-index: 0;
    display: inline-block;
    top: 0;
    right: 0;
}

.gallery.inner-list .text-left small {
    font-size: 20px;
}

.inner-list.study_details.test-page .border-left {
    border-left: 8px solid #755e98 !important;
}

.test-section .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #755c96 !important;
    height: auto !important;
}

.test-section .design .btn.btn-success {
    background: #5da2ef;
    z-index: 999;
}

.test-section .design:after {
    position: absolute;
    content: "";
    background: #5da2ef !important;
    width: 32%;
    height: 150px;
    z-index: 0;
    display: inline-block;
    top: 0;
    right: 0;
}

.list-stylepdf .design:after {
    position: absolute;
    content: "";
    background: #5f58e1;
    width: auto;
    height: 150px;
    z-index: 0;
    display: inline-block;
    top: 0;
    right: 0;
}


/* 32% */

.audio-page .design {
    padding: 19px 11px 9px 11px !important;
    border-left: 8px solid #8bae44 !important;
    height: auto !important;
}


/* NO CIRCLE BEFORE */

.no-circle ul li:before {
    display: none;
}

.profile-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.profile-img img {
    width: 100%;
}

.edit-photo {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    color: #fff !important;
    font-size: 14px;
}

.next-topic {
    background: rgb(219, 219, 219);
    padding: 15px;
}

.next-topic a {
    background: #3e3e3e;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    margin: 5px 5px;
    font-size: 14px;
}

.next-topic a img {
    display: none;
    width: 38px !important;
    margin-top: -4px;
    border-radius: 5px;
    border-radius: 5px;
}

.no-before-style li:before {
    display: none !important;
}

.no-style {
    width: 69px;
    margin-right: 10px;
    height: 40px;
    margin-top: 15px;
}

.grayscale {
    filter: grayscale(100%);
}


/*--- ScrollFade Specific ---*/

.scrollFade {
    opacity: 1;
    transition: opacity 2s linear;
    pointer-events: all;
    animation: fade 2s linear;
}

@keyframes fade {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.04, 1.04);
    }
    100% {
        opacity: 0.9;
        transform: scale(1, 1);
    }
}

.scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0.5
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.5
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0.5
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.5
    }
}

.scrollFade--visible {
    opacity: 1;
    pointer-events: all;
}

.scrollFade--animate {
    transition: opacity 0.4s ease-in-out;
}

.btn.btn-success.pull-right.test-icon {
    padding: 9px !important;
    margin: 7px 0px 0px 0px !important;
    height: 100%;
}

.btn.btn-success.pull-right.pdf-icon {
    padding: 8px !important;
    background: #cc0e0e;
    margin: 7px 0px 0px 0px !important;
    height: 100%;
}

.btn.btn-success.pull-right.pdf-icon img,
.btn.btn-success.pull-right.test-icon img {
    width: 28px;
    margin-top: 0px;
}

.playy {
    font-size: 19px;
    color: #fff;
    margin-right: 0;
    padding: 6px;
}

.list-stylepdf .design {
    height: 72px !important;
    padding: 0 !important;
}

.list-stylepdf .design .d-block {
    display: table !important;
    height: 72px !important;
    width: 100%;
}

.list-stylepdf .design .d-block .hh4 {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 0px;
    height: 72px;
    margin-top: 1px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    display: table-cell;
}

.list-stylepdf .design .d-block .hh4 span {
    margin: 0;
    margin-bottom: 0px;
    margin-top: 1px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.list-stylepdf .design .d-block .hh4 p {
    font-size: 14px;
}

.list-stylepdf .design .d-block span {
    margin-top: 0px !important;
}


/* RADIO BUTTON */

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    fill: red;
}

.form-check-input:checked {
    background-color: rgb(13, 79, 221);
    border-color: rgb(10, 49, 221);
    color: #fff;
}

.w-15 {
    width: 15% !important;
}

.disabled {
    pointer-events: none;
    background: #eaeaea;
    opacity: 0.6;
}

.classDisabledBlock {
    pointer-events: none;
    opacity: 0.8;
    filter: grayscale(100%);
}

.error {
    color: red;
    font-size: 12px;
}


/* AUDIO PAGE LOADER ON WAVE UP SIDE*/

.audio-section .loading {
    position: absolute;
    display: none;
    width: 31%;
    height: 100%;
    top: 0;
    right: 45px;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

.audio-section .loading #loading-image {
    max-width: 40px;
    margin-top: 10px;
}


/* #loading-image { position: absolute; top: 48%; left: 49%; z-index: 100; width: 6%;  } */

.study-material.slider.gallery .owl-dots.disabled {
    display: block !important;
}

.attemptColor a {
    background: linear-gradient( 135deg, #49d0ff 0%, #0143c5 100%);
    color: white !important;
}

.skipColor a {
    background: gray;
    color: #fff !important;
}

.attemptColor a {
    background: linear-gradient( 135deg, #49d0ff 0%, #0143c5 100%);
    color: white !important;
}

.skipColor a {
    background: gray;
    color: #fff !important;
}

.attemptque {
    background: #f7e4e4;
    position: relative;
    overflow: hidden;
}

.attemptque:before {
    background: #f8c4c4;
    content: "Attempt";
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 0px;
    color: #000;
    margin-top: -1px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    position: absolute;
    right: -35px;
    transform: rotate(50deg);
    width: 30%;
    text-align: center;
}

.skipque {
    background: #dddddd;
    position: relative;
    overflow: hidden;
}

.skipque:before {
    background: rgb(3, 3, 3);
    content: "Skip";
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 0px;
    color: #fff;
    margin-top: -1px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    position: absolute;
    right: -35px;
    transform: rotate(50deg);
    width: 30%;
    text-align: center;
}


/* .line-span{     position: absolute !important;  right: 0 !important;  width: 17% !important;} */

.backTohome {
    background: #212529;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#gallery-section.slider .list-style {
    height: 210px;
    display: block;
    overflow: hidden;
}

.firt-sliderr .owl-stage {
    height: 210px;
    overflow: hidden;
    margin-top: 10px;
}

.firt-sliderr .owl-stage .list-style.style-1 small {
    top: 180px;
    bottom: unset;
}

#study-material-section .list-style.style-1 {
    display: table;
}

#study-material-section .list-style.style-1 h3 {
    display: table-cell;
    word-break: break-word;
}


/* #study-material-section{ margin: 0 !important; padding: 0 !important;}
#audio-section{  margin: 0 !important; padding: 0 !important;}
#mock-test-section{ background: yellow; margin: 0 !important; padding: 0 !important;}
#gallery-section{ background: pink; margin: 0 !important; padding: 0 !important;}
#how-to-pre-section{ background: purple; margin: 0 !important; padding: 0 !important;}

#pre-que-section{ background: #0143c5; margin: 0 !important; padding: 0 !important;}
#test-ser-section{ background: #1b832478; margin: 0 !important; padding: 0 !important;} */

#study-material-section,
#mock-test-section,
#how-to-pre-section,
#pre-que-section,
#test-ser-section {
    padding: 10px !important;
    margin: 0;
}

#audio-section,
#gallery-section {
    margin: 0 !important;
}

#audio-section h5,
#gallery-section h5 {
    padding-left: 10px !important;
    margin-left: 0px !important;
}

#study-material-section h5,
#audio-section h5,
#mock-test-section h5,
#gallery-section h5,
#how-to-pre-section h5,
#pre-que-section h5,
#test-ser-section h5 {
    padding: 0;
    margin-bottom: 20px !important;
}

#audio-section h5:after,
#gallery-section h5:after {
    left: 10px;
}

#study-material-section {
    overflow: hidden;
}

#mock-test-section .list-style.mockup {
    height: 78px;
    display: table;
    float: left;
}

#mock-test-section .list-style.mockup h3 {
    height: 57px;
    display: table-cell;
    vertical-align: middle;
}

#pre-que-section .inner-slider ul li {
    vertical-align: top;
}


/* @media (min-width: 480px) and (max-width: 768px) {
  .firt-sliderr .list-style {height: 310px;  display: block;  overflow: hidden;}
  #gallery-section.slider .list-style{height: 310px;  display: block;  overflow: hidden;}
  .firt-sliderr .owl-stage{ height: 310px; overflow: hidden; margin-top: 10px;}
  .firt-sliderr .owl-stage .list-style.style-1 small{ top: 280px; bottom: unset;}
}


@media (min-width: 768px) and (max-width: 910px) {
 
  #gallery-section.slider .list-style{height: 410px;  display: block;  overflow: hidden;}
  .firt-sliderr .owl-stage{ height: 410px; overflow: hidden; margin-top: 10px;}
  .firt-sliderr .owl-stage .list-style.style-1 small{ top: 380px; bottom: unset;}
}
@media (min-width: 912px) and (max-width: 991px) {
 
  #gallery-section.slider .list-style{height: 410px;  display: block;  overflow: hidden;}
  .firt-sliderr .owl-stage{ height: 410px; overflow: hidden; margin-top: 10px;}
  .firt-sliderr .owl-stage .list-style.style-1 small{ top: 380px; bottom: unset;}
} */

.overlayLoading {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.paymentLoder {
    position: fixed;
    width: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    background: transparent;
    padding: 40px;
    border-radius: 5px;
    color: #000;
}

.paymentLoder img {
    width: 80px;
    height: auto;
}

.marksSummary {
    font-size: 17px;
    font-weight: 600;
}