@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

body {
    box-sizing: border-box;
    box-shadow: none;
    scroll-behavior: smooth;
    font-family: "Roboto Condensed", sans-serif;
    line-height: normal;
}

.body-bg {
    background: url(../images/main-banner-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    max-height: 100vh;
    background-position: center bottom;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
}

.form-control:focus {
    box-shadow: none;
}

/* common css part end here  */

#main-nav {
    /* overflow: hidden; */
    /* transition: 0.4s; */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 90px;

    /* background-color: #fff; */
}

.main-nav-border {
    border-bottom: 2px solid transparent;
    border-image: url(../images/top-bg.png) 30 round;
}

.main-nav-section {
    padding: 20px 0px !important;
    padding-bottom: 5px !important;
}

.main-nav-section .navbar-brand img {
    height: 60px;
    position: absolute;
    top: 12px;
}

.my-navbar {
    position: absolute;
    right: 14px;
    top: 33px;
}

/* .test-class{
    border:1px solid blueviolet;
} */

.main-nav-section .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: normal;
    padding-left: 12px;
    padding-right: 12px;
    background: #8237c3;
    min-width: 70px;
    text-align: center;
}

.main-nav-section .navbar-nav .nav-link:hover {
    color: #fff;
    background: #6c3998;
}

.main-nav-section .navbar-nav .nav-link:focus {
    color: #fff;
    background: #6c3998;
}

.main-nav-section .navbar-nav .nav-link.active {
    background: #6c3998;
    color: #fff;
}

.main-nav-section .navbar-nav .nav-link span.quick-cont {
    background: #ffc000;
    color: #fff;
    border-radius: 14px;
    padding: 0px 15px;
    font-size: 18px;
}

.main-nav-section .navbar-nav .nav-link span.quick-phone {
    position: absolute;
    top: -14px;
    left: 19px;
    color: #3d4235;
}

.main-nav-section .navbar-nav {
    padding-top: 10px;
}

.quick-contact-effect {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.quick-contact-effect::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #85c123;
    border-radius: 14px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.quick-contact-effect:hover,
.quick-contact-effect:focus,
.quick-contact-effect:active {
    color: white;
}

.quick-contact-effect:hover:before,
.quick-contact-effect:focus:before,
.quick-contact-effect:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-sign-btn {
    color: #fff !important;
}

.lang-nav {
    position: absolute;
    top: 8px;
    right: 14px;
}

.lang-nav .language-btn {
    padding: 6px 15px;
    border: 1px solid #68c109;
    font-size: 13px;
    line-height: 14px;
    border-radius: 0;
}

.lang-nav .language-btn.active {
    background: #68c109;
    color: #fff;
}

section {
    padding: 80px 0;
}

/* banner part css start here  */
.home-banner-bg {
    min-height: 100vh;
    position: relative;
}

.main-content-section {
    margin-top: 90px;
}

.inner-header {

    background-repeat: no-repeat;
    background-size: cover;
    font-family: SolaimanLipi !important;
    padding: 50px 0px !important;

}

.idea-box-title h1 {
    color: white;
    font-weight: 700;
    font-size: 24px;

}

.my-school-title h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
}

.my-school-title2 {
    color: white;

}

.my-school-title2 a {
    color: lightgray;
    font-size: 16px;
    font-weight: 400;

}

.title-row {
    margin-top: -13px;

}

.inner-header-title {
    padding-top: 3em;
    text-align: center;
    color: #fff;
    overflow: visible;
    position: relative;
    border-bottom: 4px solid #5b2084;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

.inner-header-title::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #242d3e;
    opacity: 0.4;
}

.inner-header-title {
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    max-height: 150px;
}

.inner-header-title h1 {
    font-size: 45px;
    margin: 0;
    font-weight: bolder;
    color: #fff;
    opacity: 1 !important;
    position: relative;
    letter-spacing: -1px;
    padding-top: 40px;
    text-transform: capitalize;
}

.main-nav-section .dropdown-item {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.main-nav-section .dropdown-menu .nav-item:last-child .dropdown-item {
    border: none;
}

.main-nav-section .dropdown-menu .dropdown-item i {
    font-size: 11px;
    margin-right: 3px;
}

.main-nav-section .dropdown-menu {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

/* .main-nav-section .dropdown:hover .sign-drop {
    display: block !important;
} */

/* banner part css end here  */

/* profile update page css start from here  */
section.gray-bg {
    background: #f5f6f7;
}

.profile-box {
    font-family: "Roboto Condensed", sans-serif;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    background: #fafafa;

}

.school-profile-box {
    /* margin-top: 53px; */
    background: #fff;
}

.profile-box .card {
    border: none;
    background: #fff;
}

.profile-box .card .form-label {
    text-transform: capitalize;
    font-size: 15px;
    color: #666;
}

.profile-box .card .form-control {
    font-size: 14px;
    margin-bottom: 10px;
    color: #495057;
    border-radius: 0;
}

.profile-box .form-select {
    font-size: 14px;
    text-transform: capitalize;
    color: #495057;
    border-radius: 0;
}

.profile-box .form-select option {
    font-size: 14px;
    text-transform: capitalize;
}

.profile-box .form-select:focus {
    box-shadow: none;
    border-color: #85c123;
}

.profile-box .card .form-control:focus {
    color: #212529;
    border-color: #85c123;
    outline: 0;
    box-shadow: none;
}

.profile-update legend {
    margin-bottom: 0 !important;
    float: unset !important;
    font-size: 19px !important;
    padding: 0 10px !important;
    color: #85c123;
}

.legend-padding {
    padding: 15px;
}

.legend-padding legend h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.mt-seven {
    margin-top: 7px;
}

.profile-box .card .form-check-input:checked {
    background-color: #85c123;
    border-color: #85c123;
}

.form-check-input:focus {
    border-color: #85c123;
    outline: 0;
    box-shadow: none;
}

.mt-fifteen {
    margin-top: 15px;
}

.profile-up-btn:focus {
    box-shadow: none;
}

.profile-image-up {
    font-family: "Roboto Condensed", sans-serif;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    background: #fafafa;
}

/* file upload  */
.profile-image-up h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
}

.profile-image-up h1 small {
    display: block;
    font-size: 15px;
    padding-top: 8px;
    color: gray;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0px auto;
    text-align: center;
}

.avatar-upload .avatar-edit input+label i {
    position: relative;
    top: 8px;
    left: 2px;
    color: #693292;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-image-up .profile-up-btn {
    background: none;
    color: #68c109;
    border: 1px dotted #68c109;
}

.profile-updatetab .nav-item {
    width: 33.33%;
    border: 1px solid #eee;
    text-transform: capitalize;
}

/* .profile-updatetab .nav-item:nth-child(even) {
    width: 33.33%;
    border-left: none;
    border-right: none;
} */
.profile-updatetab .nav-item .nav-link {
    width: 100%;
    font-size: 17px;
}

.profile-updatetab .nav-item .nav-link.nav-link.active {
    background: #68c109;
    color: #fff;
    border-color: #68c109;
}

.profile-updatetab .nav-tabs {
    margin-bottom: 20px;
}

.profile-updatetab th {
    text-transform: capitalize;
    font-size: 16px;
}

/* progrss bar css */
.progress-bar {
    position: relative;
    height: 180px;
    width: 180px;
    background: #fff !important;
    color: #85c123;
    margin: 10px auto;
    /* margin-bottom: 0; */
}

.progress-bar div {
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.progress-bar div span {
    position: absolute;
    font-size: 30px;
    line-height: 175px;
    height: 155px;
    width: 155px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    font-weight: bold;
}

.progress-bar .background {
    background-color: #b3cef6;
}

.progress-bar .rotate {
    clip: rect(0 100px 200px 0);
    background-color: #4b86db;
}

.progress-bar .left {
    clip: rect(0 100px 200px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.progress-bar .right {
    clip: rect(0 100px 200px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* profile update page css end from here  */

/* footer section design start from here  */
.footer-section {
    padding: 40px 0;
    background-color: #f9f9f9;
    margin-bottom: 0;
    position: relative;
}

.footer-section::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/footer-bottom.jpg);
    min-height: 80px;
    width: 100%;
}

.footer-about h2.about-title {
    color: #cd5333;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 24px;
}

.footer-about h4.footer-sub-title {
    text-transform: capitalize;
    color: #a6a6a6;
    margin: 10px 0;
    font-size: 18px;
}

p.footer-desc {
    color: #a6a6a6;
    line-height: normal;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}

.footer-menu .nav-link {
    padding-left: 0;
    color: #a6a6a6;
    line-height: normal;
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 5px;
}

.footer-icon-menu {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    padding-bottom: 0;
}

.footer-icon-menu .nav-link {
    text-transform: capitalize;
    color: #a6a6a6;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}

.footer-icon-menu i {
    display: block;
    text-align: center;
    margin-bottom: 6px;
    color: #a6a6a6;
    font-size: 18px;
}

.profile-up-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #85c123;
    border-color: #85c123;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.profile-up-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5a2085;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.profile-up-btn:hover,
.profile-up-btn:focus,
.profile-up-btn:active {
    color: white;
    border-color: #5a2085;
}

.profile-up-btn:hover:before,
.profile-up-btn:focus:before,
.profile-up-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer-icon-menu .nav-link:hover {
    color: #85c123;
}

.footer-icon-menu .nav-link:hover i {
    color: #85c123;
}

/* footer section design end from here  */

/* login page design start from here  */
.login-main-box {
    background: url(../images/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    overflow-y: auto;
    margin-top: 90px;
    position: relative;
}

.login-main-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242d3e;
    opacity: 0.5;
}

.login-box {
    width: 40%;
    background: #023349;
    z-index: 1;
    position: relative;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 290px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.login-box::after {
    content: "";
    left: 2%;
    top: 0;
    height: 100%;
    width: 98%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.login-box .card {
    position: relative;
    z-index: 99999999999999;
    width: 98%;
    margin-left: 13px;
    font-family: "Roboto Condensed", sans-serif;
    border: none;
    padding: 20px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.login-box .card .card-header {
    background: none;
    border-bottom: none;
}

.w-thirty {
    position: absolute;
    left: -137px;
    top: 120px;
    transform: rotate(-90deg);
}

.rotate-tab .nav-link {
    background: #68c109;
    color: #fff;
    border-color: #68c109 !important;
    margin: 8px 0px -3px 4px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.rotate-tab .nav-link.active {
    background: #005f8a;
    color: #fff;
    border-color: #005f8a !important;
}

.rotate-tab .nav-tabs {
    border: none;
}

.form-check-input[type="checkbox"] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.rotate-tab .form-control:focus {
    border-color: #68c109;
}

.pass-bx i {
    position: absolute;
    right: 13px;
    top: 61%;
    color: #bdbdbd;
}

.rotate-tab h1 {
    font-size: 25px;
    padding: 0 10px !important;
    color: #85c123;
    margin-bottom: 0;
}

.rotate-tab label {
    color: #555555;
}

.forget-pass {
    color: #555555;
}

.forget-pass:hover {
    color: #68c109;
}

.login-btn {
    background: #68c109;
    border-color: #68c109;
    color: #fff;
    padding: 2px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px;
    text-transform: capitalize;
}

.login-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #5a2085;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.login-btn:hover:before,
.login-btn:focus:before,
.login-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.login-btn:hover,
.login-btn:focus,
.login-btn:active {
    background: #5a2085;
    color: #fff;
}

.login-btn:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.rotate-tab .nav-link i {
    padding-right: 5px;
}

.rotate-tab ::placeholder {
    text-transform: capitalize;
}

.legent-border {
    border: 1px dotted #68c109;
}

.reg-legend-padding {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

/* login page design end  here  */

/* home page design strat from here  */
.home-nav {
    background: transparent !important;
    box-shadow: none !important;
    padding: 30px 0px !important;
}

.home-nav .lang-nav {
    top: 28px;
    display: none;
}

.home-nav .navbar-brand img {
    height: 70px !important;
}

.home-content-main {
    /* padding-top: 250px; */

    position: relative;
}

.icon-box {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 1px solid #76def7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.icon-box img {
    width: 30px;
}

/* home page design end here  */

/* content list page design strat from here  */

.story-box {

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.my-story-box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

.my-story-box .story-box-image {
    width: 100%;
    /* height: 340px; */
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.story-box .story-box-image {
    width: 80%;
    /* height: 340px; */
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

/* .story-box .story-box-image img {
    width: 100%;
    height: 100%;
    } */
.my-story-box .story-box-info {
    box-sizing: border-box;
    width: 100%;
    max-height: 419px;
    /* padding: 25px 35px; */
    margin: 35px 0 0 -20%;
    background: #fff;
    z-index: 4;
    /* box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1); */
    transition: all ease-in 0.3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow-y: auto;

}

.story-box .story-box-info {
    box-sizing: border-box;
    width: 40%;
    height: 275px;
    padding: 25px 35px;
    /*
        width: 100%;
        height:419px; */
    /* padding: 25px 35px; */
    margin: 35px 0 0 -20%;
    background: #fff;
    z-index: 4;
    /* box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1); */
    transition: all ease-in 0.3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow-y: scroll;

}

.story-box .story-box-info::before {
    position: absolute;
    content: "";
    top: 29px;
    left: 0;
    width: 5px;
    height: 26px;
    background: #68c109;
}

.my-story-box .story-box-info .story-title {
    font-size: 2.5vw;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: black;
    text-align: center;
    background: #F4F4F8;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin-bottom: 0px !important;
    /* text-transform: capitalize; */
    /* background-color: red; */
    /* width: 100%; */
    /* white-space: pre-line; */
    /* inline-size: min-content; */
}

.story-box .story-box-info .story-title {
    font-size: 2.5vw;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #68c109;
    text-align: center;
    background: #F4F4F8;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    /* text-transform: capitalize; */
    /* background-color: red; */
    /* width: 100%; */
    /* white-space: pre-line; */
    /* inline-size: min-content; */
}

.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 35px -20% 0 0;
}

.my-story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: -22px -20% 0 0;
    border: 1px solid #E8E6EB;
    border-radius: 10px
}

.custom-card-pad {
    padding: 0 !important;
    padding-left: 17px !important;
}

.story-box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    /* padding-left: 20px; */
    /* justify-content: space-between; */

    align-content: center;


}

.my-story-box-content a.box {
    display: flex;
    min-height: 57px;
    flex-basis: 21.5%;
    text-align: center;
    background: white;
    align-items: center;
    /* margin-bottom: 10px; */
    /* padding: 0px 15px; */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0px;
    /* margin-right: 19px; */
}

.my-story-box-content a.box:hover {
    margin-left: 10px;
}

.my-story-box-content a.box:hover p {
    color: #007aff;
}

.my-story-box-content a.box.active p {

    color: #007aff;
}

.story-box-content a.box {
    display: block;
    min-height: 104px;
    flex-basis: 21.5%;
    text-align: center;
    background: white;
    align-items: center;
    /* margin-bottom: 10px; */
    padding: 30px 0px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /* margin-right: 19px; */
}

.my-story-box-content a.box .image-box {
    width: 40px;
    height: 40px;
    /* margin: auto; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* margin-bottom: 10px; */
}

.story-box-content a.box .image-box {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 10px;
}

.my-story-box-content a.box .image-box img {
    width: 75%;
    margin-top: 5px;
}

.story-box-content a.box .image-box img {
    width: 80%;
    margin-top: 7px;
}

.my-story-box-content a.box p {
    margin-bottom: 0;
    font-size: 15px;
    margin-left: 15px;
    color: #635274;
    font-weight: 500;
}

.story-box-content a.box p {
    margin-bottom: 0;
    font-size: 13px;
}

.my-story-box-content a.box {
    border-bottom: 1px solid #E8E6EB;
    border-radius: 10px;

}

.story-box-content a.box {
    border-bottom: 4px solid #85c123;
}

/*
.story-box-content a.box:nth-child(3) {
    border-bottom: 4px solid #fd7a5e;
}
.story-box-content a.box:nth-child(4) {
    border-bottom: 4px solid #4a67d2;
    margin-top: 0px;
    margin-right: 0;
}
.story-box-content a.box:nth-child(5) {
    border-bottom: 4px solid #693292;
    margin-bottom: 0;
}
.story-box-content a.box:nth-child(6) {
    border-bottom: 4px solid #ffa200;
    margin-bottom: 0;
}
.story-box-content a.box:nth-child(7) {
    border-bottom: 4px solid #036f89;
    margin-bottom: 0;
}
.story-box-content a.box:nth-child(8) {
    border-bottom: 4px solid #4a67d2;
    margin-bottom: 0;
}

.story-box-content a.box:nth-child(9) {
    border-bottom: 4px solid #693292;
}
.story-box-content a.box:nth-child(10) {
    border-bottom: 4px solid #85c123;
}
.story-box-content a.box:nth-child(11) {
    border-bottom: 4px solid #fd7a5e;
}
.story-box-content a.box:nth-child(12) {
    border-bottom: 4px solid #4a67d2;
    margin-top: 0px;
    margin-right: 0;
}
.story-box-content a.box:nth-child(13) {
    border-bottom: 4px solid #693292;
    margin-bottom: 0;
}
.story-box-content a.box:nth-child(14) {
    border-bottom: 4px solid #ffa200;
    margin-bottom: 0;
}
.story-box-content a.box:nth-child(15) {
    border-bottom: 4px solid #036f89;
    margin-bottom: 0;
}
.story-box-content a.box:nth-child(16) {
    border-bottom: 4px solid #4a67d2;
    margin-bottom: 0;
} */

.story-box-content a.box:nth-child(1) .image-box {
    background: #d8efda;
}

.story-box-content a.box:nth-child(2) .image-box {
    background: #eaffc8;
}

.story-box-content a.box:nth-child(3) .image-box {
    background: #f9c6bb;
}

.story-box-content a.box:nth-child(4) .image-box {
    background: #d8e0ff;
}

.story-box-content a.box:nth-child(5) .image-box {
    background: #d8efda;
}

.story-box-content a.box:nth-child(6) .image-box {
    background: #ffa2002e;
}

.story-box-content a.box:nth-child(7) .image-box {
    background: #036f892b;
}

.story-box-content a.box:nth-child(8) .image-box {
    background: #d8e0ff;
}

.pinned-box {
    background: #fff;
    width: 100%;
    min-height: 320px;
    max-height: 397px;
    float: right;
    /* padding: 25px 25px; */
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
    transition: all ease-in 0.3s;
    margin-top: 30px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #E8E6EB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    /* border-top-right-radius: 0%;
    border-bottom-right-radius: 0; */
    position: relative;
    margin-right: 0px;
}

.pinned-box h3.pinned-title {
    font-size: 2.5vw;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: black;
    text-align: center;
    background: #F4F4F8;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    /* position: relative;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #693292;
    text-transform: capitalize; */

}

/* .pinned-box h3.pinned-title::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -35px;
    height: 29px;
    width: 5px;
    background: #693292;
}
i.fa-thumbtack {
    color: #fff;
    background: #6f4c84;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 5px;
    display: block;
    border-radius: 50%;
    font-size: 13px;
    border: 3px solid #fff;
    position: absolute;
    top: -13px;
    right: 50%;
    transform: rotate(45deg);
} */
/*  */
.pinned-list-box .list-group-item {
    padding-left: 0;
    border-bottom: 1px solid #E8E6EB;
    padding-bottom: 0.6rem;
    padding-top: 0;
    /* margin-left: 15px; */
}

.pinned-list-box .list-group-item a {
    color: #545252;
    font-size: 14px;
    position: relative;
    margin-left: 11px;
}

.pinned-list-box .list-group-item a p {
    margin-left: 15px;
    color: black;
}

.pinned-box .list-group-item a img {
    height: 50px;
    width: 50px;
    margin-right: 7px;
    margin-top: 10px;
    /* border-radius: 50px; */
}

.pinned-text {
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
}

.system-admin {
    font-size: 12px;
    color: #A08BB6;
}

.pinned-box .list-group-item span {
    font-size: 13px;
    top: 15px;
    position: absolute;
    left: 53px;
    color: #807e7e;
    text-transform: capitalize;
}

.pinned-box .list-group-item span i {
    font-size: 9px;
    padding-right: 3px;
    color: #807e7e;
}

.pinned-box .list-group-item span .fa-eye {
    padding-left: 3px;
}

.pinned-box a.see-more {
    border: 1px dashed #662d91;
    color: #662d91 !important;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    padding: 7px 25px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pinned-box a.see-more:hover {
    background: #662d91;
    color: #fff !important;
}

.multi-search-main .card {
    background: #fff;
}

.multi-search-main .card-body {
    margin-bottom: 20px;
}

.my-multi-search-main .card-body {
    margin-bottom: 0px !important;
}

.multi-search-main .s002 form {
    width: 100%;
}

/* ////multi search ///  */
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00bcd4;
}

.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #dddddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
    -webkit-border-radius: 2.5px 2.5px 0 0;
    -moz-border-radius: 2.5px 2.5px 0 0;
    -ms-border-radius: 2.5px 2.5px 0 0;
    -o-border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
    -webkit-border-radius: 0 0 2.5px 2.5px;
    -moz-border-radius: 0 0 2.5px 2.5px;
    -ms-border-radius: 0 0 2.5px 2.5px;
    -o-border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    text-transform: uppercase;
}

.choices__list--dropdown.is-active {
    display: block;
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
    -webkit-border-radius: 0.25rem 0.25rem 0 0;
    -moz-border-radius: 0.25rem 0.25rem 0 0;
    -ms-border-radius: 0.25rem 0.25rem 0 0;
    -o-border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.choices__input:focus {
    outline: 0;
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

/*=====  End of Choices  ======*/
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

* {
    box-sizing: border-box;
}

.s002 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.s002 form {
    width: 100%;
}

.s002 form .inner-form {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}

.s002 form .inner-form .input-field {
    position: relative;
    border-right: 1px solid #ddd;
}

.s002 form .inner-form .input-field .icon-wrap {
    position: absolute;
    top: -5px;
    left: -11px;
    width: 40px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.s002 form .inner-form .input-field .icon-wrap img {
    height: 18px;
}

.my-form-control {
    padding: 0.375rem 2.5rem !important;
    border-radius: 4px !important;
    background: #F4F4F8;
    border: none;
    height: 42px;

}

.my-form-control:focus {
    border: 1px solid #E5E1EA !important;
}

.my-inner-form {
    box-shadow: none !important;
    padding: 0px !important;
}

.s002 form .inner-form .input-field .icon-wrap svg {
    fill: #555;
    width: 14px;
    height: 14px;
}

.s002 form .inner-form .input-field input {
    height: 45px;
    background: #fff;
    border-radius: 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.s002 form .inner-form .input-field input.placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field input:-moz-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field input:hover,
.s002 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.s002 form .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.s002 form .inner-form .input-field.second-wrap {
    min-width: 190px;
    max-width: 190px;
}

.s002 form .inner-form .input-field.third-wrap {
    min-width: 190px;
    max-width: 190px;
}

.s002 form .inner-form .input-field.fouth-wrap {
    min-width: 30%;
    border-right: 0;
}

.my-inner-form .input-field.fouth-wrap {
    min-width: 31.6% !important;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner {
    background: #fff;
    border-radius: 0;
    border: 0;
    height: 45px;
    color: #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 32px 10px 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #9a9a9a;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #666;
}

.s002 form .inner-form .input-field.fouth-wrap .choices[data-type*="select-one"]:after {
    right: 30px;
    border-color: #e5e5e5 transparent transparent transparent;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #85c123;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
    font-size: 16px;
}

.s002 form .inner-form .input-field.fifth-wrap {
    min-width: 190px;
    max-width: 190px;
    padding-left: 10px;
    border-right: 0;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search {
    height: 45px;
    width: 100%;
    background: #85c123;
    white-space: nowrap;
    border-radius: 0.5px;
    font-size: 20px;
    color: #fff;
    transition: all 0.2s ease-out, color 0.2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    -webkit-border-radius: 0.5px;
    -moz-border-radius: 0.5px;
    -ms-border-radius: 0.5px;
    -o-border-radius: 0.5px;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
    background: #85c123;
}

@media screen and (max-width: 992px) {
    .s002 form legend {
        font-size: 50px;
        text-align: center;
        margin-bottom: 50px;
    }

    .s002 form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .s002 form .inner-form .input-field {
        margin-bottom: 15px;
    }

    .s002 form .inner-form .input-field.first-wrap {
        width: 100%;
    }

    .s002 form .inner-form .input-field.second-wrap {
        width: calc(50% - 7.5px);
        max-width: none;
    }

    .s002 form .inner-form .input-field.third-wrap {
        width: calc(50% - 7.5px);
        max-width: none;
    }

    .s002 form .inner-form .input-field.fouth-wrap {
        width: calc(50% - 7.5px);
        max-width: none;
        margin-bottom: 0;
    }

    .s002 form .inner-form .input-field.fifth-wrap {
        width: calc(50% - 7.5px);
        max-width: none;
        padding-left: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .s002 form .inner-form .input-field.second-wrap,
    .s002 form .inner-form .input-field.third-wrap,
    .s002 form .inner-form .input-field.fouth-wrap,
    .s002 form .inner-form .input-field.fifth-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .s002 form .inner-form .input-field.fifth-wrap {
        margin-bottom: 0;
    }
}

.my-class {
    background-color: red !important;
}

.multi-content-main {
    padding: 0 17px;

}

.multi-content-main .card {
    box-shadow: none !important;
    margin-bottom: 24px;
    border: 1px solid #E8E6EB !important;
}

.multi-content-main .card .card-title a {
    color: #230E39;
    font-size: 14px;
    font-weight: 600;

    text-transform: capitalize;
}

.school-card-text {
    font-size: 14px;
    color: rgba(99, 82, 116, 1);

}

.multi-content-main .card p.card-text {
    color: rgba(99, 82, 116, 1);
    font-size: 14px;
}

.admin-content p {
    font-size: 14px;
    color: rgba(99, 82, 116, 1);
}

/* my-custom content nav */
.my-content-nav .nav-link {
    padding-left: 9px;
    font-size: 13px;
    color: #A08BB6;
    ;
    padding-right: 6px;
    padding: 0.3rem .4rem !important;
}

.my-content-nav p {
    color: rgba(99, 82, 116, 1);
    font-size: 14px;
    margin-top: 20px;
}

.my-content-nav .nav-link img {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* border: 2px solid #fff; */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.my-content-nav .nav {
    padding-left: 0px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 20px;
    position: absolute;
    top: 150px;
    left: 0px;
}

.school-card-title {
    margin-top: 24px;
}

/* my-custom content nav end*/
.nav-pad {
    padding-top: 2px;
    padding-right: 0px;
}

.content-nav .nav-link {
    padding-left: 0;
    font-size: 13px;
    color: #662d91;
    padding-right: 6px;

}

.content-nav .nav-link img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}

.content-nav .nav {
    background: #f8f8f8;
    padding-left: 3px;
    margin-bottom: 7px;


}

.content-details-btn {
    /* border: 1px solid #662d91; */
    color: #662d91 !important;
    font-size: 17px;
    cursor: pointer;
    position: absolute;
    bottom: 18px;
    right: 25px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* .content-details-btn:hover {
    background: #662d91;
    border-color: #662d91;
    color: #fff !important; */

.content-details-btn:focus {
    box-shadow: none;
}

.multi-content-main .card-img-top {
    min-height: 168px;
    max-height: 168px;
}

.cust-modal-cont .modal-header {
    background: #8cc63f;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cust-modal-cont .btn-close {
    color: #fff;
    opacity: 1;
}

.cust-modal-cont label {
    color: #662d91;
    margin-bottom: 5px;
}

.cust-modal-cont .cmnt-btn {
    min-width: 130px;
    float: right;
    background: #8cc63f;
    border-color: #8cc63f;
    color: #fff;
}

.cust-modal-cont .cmnt-btn:hover {
    background: #8cc63f;
    border-color: #8cc63f;
}

.sagor .nav {
    position: absolute;
    left: 29.8%;
    top: 65%;
}

.sagor .nav .nav-link {
    background: #fff;
    color: #662d91;
    text-transform: capitalize;
}

/* Side bar css start from here  */
.user-profile-section {
    padding: 17px;
    min-height: 400px;
    margin-bottom: 39px;
    background: #ffff;
}

.profile-image-box img {
    height: 150px;
    width: 150px;
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 10px;
}

.profile-image-box {
    margin-bottom: 15px;
}

.image-boxsiam {
    padding: 6px 0px 0px 0px;
}

h3.personal-info {
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
    color: #662d91;
    margin-bottom: 10px;
    text-align: center;
}

h3.personal-info::before {
    position: absolute;
    content: "";
    top: 4px;
    left: -17px;
    height: 21px;
    width: 5px;
    background: #662d91;
}

h4.student-name {
    text-transform: capitalize;
    font-size: 18px;
    color: #662d91;
    margin-bottom: 3px;
    text-align: center;
}

p.student-level {
    text-align: center;
    font-size: 17px;
}

p.school-level {
    font-size: 15px;
    margin-bottom: 3px;
    color: #7c7c7c;
    text-transform: capitalize;
}

.others-information .others-info-box {
    background: #fff;
    min-height: 200px;
    margin-bottom: 20px;
}

.others-info-box .table {
    margin-bottom: 0;
}

.others-info-box td {
    color: #444444;
    font-size: 14px;
}

.right-sidebar {
    min-height: 200px;
    padding: 17px;
}

/* .quiz-main-box h3.quiz-header {

    color: #662d91;
    font-weight: bold;
    text-align: center;
    } */
.legend-padding {
    border: 1px dotted #85c123;
}

.quiz-main-box legend {
    margin-bottom: 0 !important;
    float: none;
    text-align: center;
    color: #85c123;
    text-transform: capitalize;
    font-size: 28px !important;
    width: 80%;
}

.quiz-box {
    background: #fff;
    min-height: 100px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
}

.quiz-box:nth-child(2) {
    border-left: 3px solid #fd7a5e;
}

.quiz-box:nth-child(3) {
    border-left: 3px solid #ffa200;
}

.quiz-box:nth-child(4) {
    border-left: 3px solid #85c123;
    margin-bottom: 0;
}

.teacher-sidebar .quiz-box:nth-child(4) {
    margin-bottom: 20px;
}

.quiz-box:nth-child(5) {
    border-left: 3px solid #662d91;
    margin-bottom: 0;
}

.quiz-box h2.quiz-result {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 0;
}

.quiz-box:nth-child(5) h2 {
    color: #662d91;
}

.quiz-box:nth-child(3) h2 {
    color: #ffa200;
}

.quiz-box:nth-child(4) h2 {
    color: #85c123;
}

.quiz-box:nth-child(2) h2 {
    color: #fd7a5e;
}

.quiz-box p {
    text-transform: uppercase;
    color: #7c7c7c;
    font-size: 12px;
}

.ranked-main-box {
    margin-top: 20px;
}

.ranked-main-box .card-header {
    background: #8cc63f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
}

.ranked-main-box .card-body .round-box {
    height: 160px;
    background: #fff;
}

.round-box .split-top {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 50%;
    position: relative;
}

.round-box .split-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    height: 50%;
    position: relative;
}

.round-box .split-centerd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 15px;
    color: #7c7c7c;
    text-transform: capitalize;
    text-align: center;
}

.round-box .split-centerd span {
    font-size: 30px;
    color: #fd7a5e;
    font-weight: bold;
    position: relative;
    top: 0px;
}

.round-box .split-centerd span.my-score {
    font-size: 30px;
    color: #3aad48;
    font-weight: bold;
    position: relative;
    top: 0px;
}

.teacher-rank .split-centerd span.my-score {
    top: 5px;
}

.teacher-rank .split-centerd span {
    top: 5px;
}

.idea-box-main {
    min-height: 400px;
    padding: 17px;
    padding-left: 0;
    padding-right: 0;
}

.idea-box-main .story-box-info {
    border: 2px solid #68c109;
    padding: 20px 15px;
    max-height: 400px;
}

.idea-box-main h3.idea-box-head {
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 0;
}

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

.idea-tab-main .tab-content {
    padding: 0 7px;
    padding-top: 7px;
    border: 3px solid #68c109;
    margin-bottom: 17px;
}

.idea-tab-main .tab-content img {
    width: 100%;
    height: 315px;
    padding-bottom: 7px;
}

.idea-tab-main .tab-content .tab-pane {
    position: relative;
}

.idea-tab-main .tab-content .idea-title-box {
    background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 17px;
    padding: 9px 15px;
}

.idea-tab-main .tab-content .idea-title-box h4 a {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
}

.idea-tab-sub .nav-link img {
    width: 100px;
    height: 100px;
}

.idea-tab-sub .nav-tabs {
    border: none;
}

.idea-tab-sub .nav-item {
    border: 3px solid #68c109;
    padding: 5px;
    margin-right: 12px;
}

.idea-tab-sub .nav-item:last-child {
    margin-right: 0;
}

.idea-tab-sub .nav-link {
    padding: 0;
}

.idea-tab-sub .nav-tabs .nav-link.active {
    border: none;
    position: relative;
    transition: 0.4s;
    padding: 0;
    margin: 0 !important;
}

.idea-tab-sub .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #68c109;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    height: 0;
    width: 0;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
}

.skill-box-main-nav {
    margin-bottom: 10px;
}

/* .skill-box-main-nav .nav-item {
    width: 25%;
} */
.skill-box-main-nav .nav-item .nav-link {
    width: 100%;
    border: 1px solid #dee2e6;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: capitalize;
    font-size: 17px;
    color: #62626b;
}

.skill-box-main-nav .nav-item .nav-link:last-child {
    border-right: 1px solid #dee2e6;
}

.skill-box-main-nav .nav-tabs {
    margin-bottom: 15px;
}

.skill-box-main-nav .nav-item .nav-link.active {
    background-color: #8cc63f;
    color: #fff;
}

.skills-content {
    margin-bottom: 20px;
}

.skills-content img {
    height: 100%;
    width: 100%;
}

.teacher-profile-tab-img img {
    height: 140px !important;
}

.skills-content .card-body {
    padding-top: 7px;
}

.skills-content .card-title {
    margin-bottom: 0;
}

.skills-content p.card-text {
    color: #62626b;
    font-size: 14px;
}

.skills-content .card-body .card-title a {
    color: #662d91;
    text-transform: capitalize;
}

.skills-content .content-nav .nav .nav-item:first-child {
    padding-left: 5px;
}

.skills-content .image-box {
    position: relative;
    height: 100%;
}

.content_category {
    flex-basis: 29.3%;
    min-width: 80px;
    cursor: pointer;
}

.content-catagory-box {
    background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 1px;
    padding: 5px 5px;
    text-align: center;
}

.content-catagory-box p {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}

.skills-content .profile-up-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: capitalize;
}

.edit-profile-icon i {
    font-size: 14px;
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
}

.right-slider {
    margin-top: 17px;
}

.right-sidebar h4.meritlist {
    color: #036f89;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

.right-slider .carousel-item img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-top: 10px;
    border: 5px solid #f2f2f2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.right-slider .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #036f89;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.right-slider .carousel-inner .carousel-item {
    min-height: 225px;
    text-align: center;
}

.right-slider .carousel-caption h5 {
    text-transform: capitalize;
    color: #662d91;
    font-size: 15px;
}

.right-slider .carousel-caption p {
    text-transform: capitalize;
    color: #62626b;
    font-size: 12px;
}

.authors-profile-card {
    padding: 17px;
}

.authors-profile-card img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.authors-profile-card .authors-info {
    position: relative;
    /* top: 20px; */
}

.author-content-list-main {
    padding: 17px;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.course-info p {
    font-size: 14px;
}

.author-content-list {
    margin-top: 15px;
}

.author-content-list .nav-link {
    text-transform: capitalize;
    color: #444444;
    font-size: 10px;
}

.author-content-list .card-body .card-title a {
    color: #662d91;
    text-transform: capitalize;
    font-size: 16px !important;
}

.author-content-list img {
    height: 80px !important;
    width: 100%;
}

.autor-see-more {
    border: 1px dotted #662d91;
    padding: 8px 20px;
    color: #662d91;
    font-size: 17px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pb-25 {
    padding-bottom: 25px;
}

.autor-see-more:hover {
    background: #662d91;
    color: #fff;
}

.author-content-section {
    min-height: 400px;
    border: 1px solid #E8E6EB;
    border-radius: 10px;
}

.col-pad {
    padding: 0px 15px;
    border-bottom: none !important;
}

.autor-content-box {
    padding: 17px;
    margin-bottom: 20px;
}

h2.autor-content-title {
    font-size: 23px;
    color: #68c109;
}

.autho-video-box {
    margin-top: 15px;
}

.autor-content-box .content-nav .nav-link {
    margin-right: 6px;
}

.autho-video-details p {
    font-size: 15px;
    color: #62626b;
    text-align: justify;
    line-height: 24px;
}

.share-menu {
    margin: 10px 0px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px;
}

.share-menu .downld-link {
    font-size: 15px;
    margin-right: 15px;
    width: 127px;
    text-transform: capitalize;
    color: #fff;
    background: #8cc63f;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.share-menu .downld-link i {
    padding-right: 5px;
}

.share-menu .nav li:nth-child(2) .downld-link {
    background: #1877f2;
}

.share-menu .nav li:nth-child(3) .downld-link {
    background: #00acee;
}

.comment-box {
    margin: 20px 0px;
}

.comment-box .form-floating>label {
    color: #62626b;
}

.comment-box .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.comment-box .form-control:focus {
    border-color: #662d91;
}

.recent-comment-box img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.recent-comment-box .card-body {
    padding: 0;
}

.recent-comment-box .card-body .card-title {
    color: #662d91;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
}

.comment-details p {
    font-size: 14px;
    color: #62626b;
    text-align: justify;
    line-height: 24px;
    margin-top: 6px;
}

a.reply {
    color: #662d91;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
}

.reply-comments .form-control {
    border-radius: 0;
    color: #62626b !important;
    margin-top: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.recent-comment-box .reply-comments {
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.author-button-section {
    width: 100%;
    text-align: right;
}

.author-button-section .autor-see-more {
    padding: 4px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.nested-comments {
    margin: 20px 0px;
    margin-bottom: 10px;
}

.comment-edit-section a {
    padding-right: 15px;
    text-transform: capitalize;
    font-size: 12px;
}

.comment-edit-section a:nth-child(1) {
    color: #68c109;
}

.comment-edit-section a:nth-child(2) {
    color: #cd5333;
}

.comment-edit-section a i {
    padding-right: 3px;
}

.nested-comments p {
    margin-bottom: 6px;
}

.content-like-section {
    border: 2px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-left: none;
    border-right: none;
}

.content-like-section a {
    flex-basis: 50%;
    color: #662d91;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 7px;
    padding-bottom: 7px;
}

.content-like-section a:hover {
    background: #ececec;
}

.content-like-section a:nth-child(1) {
    border-right: 2px solid #ececec;
}

/* quiz section start her  */
.swiper-container {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.quiz-section {
    padding: 17px;
    overflow: hidden;
}

.quiz-header h3 {
    color: #fd7a5e;
}

.quiz-img img {
    height: 180px;
    border-radius: 0;
}

.quiz-img {
    border: none !important;
    /* padding: 10px; */
}

.quiz-name p {
    font-size: 14px;
    font-weight: 600;
}

.quiz-name {
    padding: 10px 10px !important;
}

.quiz-img .card-text {
    color: #62626b;
    font-size: 16px;
    text-align: justify;
}

.quiz-check {
    text-align: left;
    margin-bottom: 20px;
}

.quiz-check label {
    font-size: 14px;
    text-transform: capitalize;
}

.quiz-check .form-check:nth-child(odd) {
    background: #ececec4d;
}

.vote-button-section {
    width: 100%;
    text-align: center;
    /* padding-bottom: 20px; */
}

.vote-button-section .btn-primary {
    padding: 5px 20px;
    font-size: 16px;
    background: #8cc63f;
    border-color: #8cc63f;
    border-radius: 4px;
}

.vote-button-section .btn-primary:focus {
    box-shadow: none;
}

.quiz-section .swiper-pagination-bullet-active {
    background: #85c123;
}

.quiz-section .swiper-button-next::after,
.swiper-button-prev::after {
    color: #8cc63f;
    font-size: 21px;
}

.author-image-box img {
    width: 100%;
    height: 100%;
}

.qualification-main .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px;
}

.qualification-main .accordion-button {
    border: 1px solid #ececec;
}

.qualification-main .accordion-collapse {
    border: 1px solid #ececec;
}

.qualification-main .accordion-button::after {
    height: 1rem;
    width: 1rem;
}

.filter_pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.filter_pagination .page-click {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter_pagination .pageitem:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-click:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.authors-info h4.student-name {
    text-align: left;
    margin-left: 4px;
}

.main-nav-section .dropdown-menu {
    right: 0;
}

.nav-transparent {
    background: transparent !important;
}

/* home page design start from here  */
.home-right-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.home-right-nav .nav-link {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    text-align: right;
}

.home-right-nav .nav-link span {
    background: #fff;
    color: #79b716;
    padding-left: 10px;
    padding-right: 10px;
    padding: 4px 20px;
    position: relative;
    top: 4px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    margin-right: 10px;
    display: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.home-right-nav .nav-link span::after {
    content: "";
    position: absolute;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-right-nav .nav-link:hover span {
    /* display: block; */

    display: inline-block;
}

.home-right-nav .nav-link.active span {
    display: inline-block;
}

.home-right-nav .nav-link img {
    width: 50px;
}

.home-right-nav .nav-link:hover img {
    width: 50px;
}

.home-right-nav .nav-link img:hover {
    background: rgb(62 8 76 / 35%);
    border-radius: 50%;
}

.school-corner-Box {
    position: absolute;
    /* border: 2px solid red; */
    display: inline-block;

}

.school-corner-Box:nth-child(1) {
    top: 54vh;
    left: 12%;


}


.school-corner-Box:nth-child(2) {
    top: 39vh;
    left: 44%;
}


.school-corner-Box:nth-child(3) {
    top: 57vh;
    left: 72%;
    /* border: 1px solid red; */
}

/* adding hover effect */
.school-corner-Box:nth-child(1) a img {

    width: 150px;
    height: 140px;
    transition: width 1s, height 1s, transform 1s;
}

.school-corner-Box:nth-child(1) a img:hover {
    width: 170px;
    height: 160px;
}

.school-corner-Box:nth-child(2) a img {

    width: 172px;
    height: 172px;
    transition: width 1s, height 1s, transform 1s;
}

.school-corner-Box:nth-child(3) a img:hover {
    width: 205px;
    height: 187px;
}

.school-corner-Box:nth-child(3) a img {

    width: 185px;
    height: 167px;
    transition: width 1s, height 1s, transform 1s;
}

.school-corner-Box:nth-child(2) a img:hover {
    width: 192px;
    height: 192px;

}


.nav-white-bg {
    background: #fff;
}

.main-box {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.scroll-box {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #958c46;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
    color: #958c46;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.scroll-box i {
    display: block;
    color: #958c46;
}

/* home page design end  here  */
.related-content-section {
    /* padding-top: 17px; */
}

.autho-video-box .pdf-frame {
    width: 100%;
    height: 530px;
}


.autho-video-box img {
    width: 100%;
    height: 400px;
    margin-bottom: 17px;
}

span#replace .joy {
    padding: 1.3px;
}

span#set {
    font-size: 14px;
    margin: 10px auto;
}

.button-rotate {
    transition: all 0.5s ease-in-out;
}

/* .button-rotate:hover {
    transform: rotate(20deg);
    } */
/* .content_category {
    flex-basis: 33.3%;
} */
.content-list .multi-content-main {
    padding: 17px;
}

.body-bg .main-nav-section {
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/bar-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
}

/* home footer desing start from here  */
.home-footer-section {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.home-footer-section a img {
    height: auto;
}

.home-footer-section .copy-right-box p {
    font-size: 15px;
    margin-bottom: 0;
    color: #62626b;
    padding: 15px 8px;
    padding-bottom: 0;
}

.home-footer-section .technical-help p {
    font-size: 15px;
    margin-bottom: 0;
    color: #62626b;
}

.home-footer-section .main-logoset-box {
    display: flex;
    flex-wrap: wrap;
}

.home-footer-section .main-logoset-box a {
    flex-basis: 10%;
}

.home-footer-section .main-logoset-box a img {
    width: 80px;

}

/* .home-footer-section .main-logoset-box a:nth-child(2) img {
    width: 70%;
    padding-top: 9px;
}
.home-footer-section .main-logoset-box a:nth-child(1) img {
    width: 73%;
    padding-top: 7px;
}
.home-footer-section .main-logoset-box a:nth-child(3) img {
    width: 86%;
}
.home-footer-section .main-logoset-box a:nth-child(4) img {
    width: 90%;
} */
/* .home-footer-section .main-logoset-box a:nth-child(7) img {
    width: 50%;
} */
/* .home-footer-section .main-logoset-box a:nth-child(5) img {
    width: 85%;
    padding-top: 31px;
    height: 76%;
}
.home-footer-section .main-logoset-box a:nth-child(6) img {
    width: 68%;
    padding-top: 33px;
    height: 76%;
}
.home-footer-section .main-logoset-box a:nth-child(7) img {
    width: 80%;

}
.home-footer-section .main-logoset-box a:nth-child(8) img {
    width: 100%;

}
.home-footer-section .main-logoset-box a:nth-child(8) {

    padding-top: 30px;
} */


/* home footer desing end here  */

/* teacher list design start here  */
.small-banner {
    min-height: 60px;
    background: url(../images/small-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
}

.teacher-small-banner {
    /* height: 200px; */
    background: url(../../konnect/images/banner-10-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
    margin-top: 90px;
    padding: 50px 0px !important;
    font-family: SolaimanLipi !important;
}

.banner-overlay {
    background: rgb(62 8 76 / 35%);
    /* height: 55px; */
    position: absolute;
    /* height: 162px; */
    width: 100%;
    top: 90px;
    padding: 71px;
}

.teacher-small-banner h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
}

.banner-margin-bottom {
    margin-bottom: 45px;
}

.title-route a {
    color: lightgray;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.teacher-list-section {
    min-height: 75vh;
    background: #fafafa;
    padding: 20px 0px;
}

.multi-search-box .form-select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #7c7c7c;
    font-size: 14px;
}

.multi-search-box .form-select:focus {
    box-shadow: none;
    border: 1px solid #68c109;
}

.multi-search-box .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #7c7c7c;
    font-size: 14px;
    position: relative;
}

.multi-search-box .form-control:focus {
    box-shadow: none;
    border: 1px solid #68c109;
}

.multi-search-box i {
    position: absolute;
    right: 1px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    background: #68c109;
    padding: 10px 10px;
    z-index: 999999;
}

.multi-search-box i:hover {
    cursor: pointer;
}

.teacherlist-card {
    text-align: center;
    padding: 17px;
    margin-bottom: 17px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 276px;
}

.teacherlist-card img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.dot-border {
    border-bottom: 1px dotted #68c109;
}

.teacherlist-card h5 {
    color: #6c3998;
}

.teacherlist-card p {
    color: #6c3998;
}

.teacherlist-card .card-body {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

/* .teacherlist-card-loop:nth-child(1) .teacherlist-card {
    border-bottom: 5px solid #f5570d;
}
.teacherlist-card-loop:nth-child(2) .teacherlist-card {
    border-bottom: 5px solid #d84fff;
}
.teacherlist-card-loop:nth-child(3) .teacherlist-card {
    border-bottom: 5px solid #d41d60;
}
.teacherlist-card-loop:nth-child(4) .teacherlist-card {
    border-bottom: 5px solid #4379bf;
}
.teacherlist-card-loop:nth-child(5) .teacherlist-card {
    border-bottom: 5px solid #68c109;
} */
.teacherlist-card-loop .teacherlist-card {
    border-bottom: 5px solid #5f27cd;
}

/* .teacherlist-card-loop:nth-child(1) .teacherlist-card {
    border-bottom: 5px solid #f5570d;
}
.teacherlist-card-loop:nth-child(1) .teacherlist-card {
    border-bottom: 5px solid #f5570d;
}
.teacherlist-card-loop:nth-child(1) .teacherlist-card {
    border-bottom: 5px solid #f5570d;
}
.teacherlist-card-loop:nth-child(1) .teacherlist-card {
    border-bottom: 5px solid #f5570d;
} */

/* life slill list design start from here  */
.lifeskill-catagory-main {
    background: #fafafa;
    min-height: 70vh;
}

.life-skill-box {
    display: grid;
    grid-template-columns: 16.66% 55.34% 24.99%;
    grid-gap: 17px;
    margin: 17px 0px;
}

.life-skill {
    background: #fff;
    min-height: 100px;
}

.life-skill-header {
    background: #662d91;
    padding: 6px;
}

.life-skill-type-head {
    margin-top: 17px;
}

.life-skill-header h5 {
    color: #ffff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

.life-skill-menu,
.life-skill-tab,
.skill-related-vdo {
    padding: 17px;
}

.life-skill-menu {
    max-height: 460px;
    margin-bottom: 5px;
}

.life-skill-menu .nav-link {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    color: #716f6fde;
    border-bottom: 1px solid #f3f2f2de;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    font-size: 14px;
}

.life-skill-menu .nav-link:hover {
    color: #662d91;
    padding-left: 10px;
}

.life-skill-menu .nav-link.active {

    color: #662d91;
}

.life-skill-menu .nav-link img {

    margin-right: 5px;
    width: 20px;
    height: 20px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.icon-nav .nav-link {
    color: #fff;
    padding-top: 4px;
    font-size: 12px;
}

.life-skill-header h5 i {
    font-size: 15px;
    padding-left: 5px;
}

.icon-nav .nav-link i {
    font-size: 12px;
}

.life-skill-card {
    background: #fff;
    color: #626262;
    margin-bottom: 17px;
}

.title-box {
    width: 79%;
    display: inline-block;
}

.title-box h6 {
    margin-bottom: 0;
    position: relative;
}

.title-box h6::before {
    position: absolute;
    left: -17px;
    content: "";
    top: 0;
    width: 4px;
    height: 100%;
}

.view-box {
    width: 20%;
    float: right;
    text-align: center;
    font-size: 14px;
    background: #f1ececcc;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

.life-slill-loop:nth-child(1) .title-box h6::before {
    background: #8237c3;
}

.life-slill-loop:nth-child(2) .title-box h6::before {
    background: #3498db;
}

.life-slill-loop:nth-child(3) .title-box h6::before {
    background: #e67e22;
}

.life-slill-loop:nth-child(4) .title-box h6::before {
    background: #e74c3c;
}

.life-slill-loop:nth-child(5) .title-box h6::before {
    background: #2c3e50;
}

.life-slill-loop:nth-child(6) .title-box h6::before {
    background: #2ecc71;
}

.life-slill-loop:nth-child(7) .title-box h6::before {
    background: #f39c12;
}

.life-slill-loop:nth-child(8) .title-box h6::before {
    background: #2980b9;
}

.skill-related-vdo h5 a {
    font-size: 14px;
}

.skill-related-vdo img {
    min-height: 100%;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.skill-related-vdo .related-img-box {
    position: relative;
    height: 100%;
    width: 100%;
    background: #ddd;
}

.skill-related-vdo .related-img-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #a051dc;
    background: #fff3f3c7;
    padding: 5px;
    border-radius: 15px;
}

p.totalviews {
    margin-bottom: 0;
    font-size: 12px;
    color: #626262;
}

.related-iframe-box iframe {
    width: 100%;
    /* height: 360px; */
}

.skill-card-frame iframe {
    min-height: 180px;
    max-height: 180px;
    width: 100%;
}

.skill-card-frame {
    position: relative;
}

.skill-card-frame img {
    height: 250px;
    width: 100%;
}

.skill-card-frame .type-catagory {
    background: #00000075;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 6px;
    padding: 5px;
    width: 100%;
    font-size: 17px;
    margin-bottom: 0;
}

.skill-related-vdo .nav-tabs {
    border: none;
}

.skill-related-vdo .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    /* border: 1px solid transparent; */

    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0;
    border: 1px solid #ddd;
}

.skill-related-vdo .nav-tabs .nav-link.active {
    border: 1px solid #8237c3;
}

a.related-more {
    border: 1px dashed #662d91;
    border-radius: 0px;
    color: #662d91 !important;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding: 7px 17px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/* life skill details page start from here  */
.life-skill-details {
    background: #fff;
}

.life-skill-details .content-nav .nav {
    background: #fff;
    padding-left: 3px;
    margin-bottom: 7px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
}

.life-skill-details .autho-video-box img {
    /* width: 100%;
    height: 100%; */
    margin-bottom: 17px;
}

.life-skill-details .autor-content-box {
    padding: 0px;
    margin-bottom: 20px;
}

.life-skill-box .quiz-section .card {
    border: none;
}

.course-card {
    border: none;
    text-align: left;
}

.course-card img {
    height: 110px;
}

.course-title {
    color: #62626b;
}

/* p.duration {
    text-transform: capitalize;
    font-size: 14px !important;
    color: #62626b;
    width: 48%;
    float: left;
    text-align: left;
    background: #e7e7e7cc;
    padding: 4px;
}
p.price {
    text-transform: capitalize;
    font-size: 14px !important;
    color: #62626b;
    width: 48%;
    float: right;
    text-align: right;
    background: #e7e7e7cc;
    padding: 4px;
}
.course-description p {
    font-size: 12px;
    color: #62626b;
    display: block;

} */
.enrol-form-btn {
    line-height: 22px;
    border: 1px solid #662d91;
    border-radius: 2px;
    font-size: 14px;
    color: #662d91;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 20px;
}

.enrol-form-btn:hover {
    border: 1px solid #662d91;
    background: #662d91;
    color: #fff;
}

.course-all .swiper-pagination-bullet-active {
    opacity: 1;
    background: #662d91 !important;
}

/* life skill details page end here  */

/* school corner page design start from here  */
.main-banner-title {
    position: relative;
}

.inner-header-title span {
    position: relative;
}

span.estd-at {
    margin-right: 17px;
    color: #fff;
    font-size: 17px;
}

span.eiin-no {
    color: #fff;
    font-size: 17px;
}

.school-corner-section {
    padding: 30px 0px;
}

.school-corner-main {
    background: #ffffff;
    min-height: 70vh;
    padding: 20px 0px;
}

.teacher-list-title {
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    color: #f85708;
}

.teacher-list-box .card-title {
    color: #662d91;
    margin-bottom: 4px;
    text-align: left;
}

.teacher-list-box p.teacher-designation {
    margin-bottom: 0;
    color: #f85708;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
}

.teacher-list-box p.teacher-mail {
    margin-bottom: 0;
    color: #62626b;
    text-align: left;
    font-size: 14px;
}

.teacher-content-types {
    margin-top: 12px;
}

.teacher-content-types .teacher-content-list {
    background: #f1f1f1;
    margin-bottom: 5px;
    display: flex;
    border-radius: 3px;
}

.teacher-content-types .teacher-content-list label {
    width: 60%;
    color: #000000;
    margin-bottom: 0px;
    float: left;
    line-height: normal;
    padding: 5px 8px;
    background: #f1f1f1;
    text-align: left;
}

.teacher-content-types .teacher-content-list h5 {
    width: 40%;
    background: #e8e8e8;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    float: right;
    padding: 5px 8px;
    color: #f85708;
    font-weight: bold;
}

.teacher-content-card {
    padding-top: 17px;
    padding-bottom: 17px;
}

.teacher-content-card {
    background: #f7f7f7;
    position: relative;
    width: 100%;
    height: 100%;
}

.teacher-content-card img {
    width: 100%;
    min-height: 100px;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.teacher-list-box .card {
    border: none;
}

.teacher-list-box .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
    font-size: 21px;
    color: #8cc63f;
}

.teacher-list-box .swiper-slide:nth-child(1) .card {
    border-bottom: 3px solid #662d91;
}

.teacher-list-box .swiper-slide:nth-child(2) .card {
    border-bottom: 3px solid #68c109;
}

.teacher-list-box .swiper-slide:nth-child(3) .card {
    border-bottom: 3px solid #f85708;
}

.teacher-list-box .swiper-slide:nth-child(4) .card {
    border-bottom: 3px solid #0984e3;
}

.teacher-list-box .swiper-slide:nth-child(5) .card {
    border-bottom: 3px solid #ff7675;
}

.teacher-list-box .swiper-slide:nth-child(6) .card {
    border-bottom: 3px solid #e84393;
}

.teacher-list-box {
    margin-bottom: 20px;
}

h2.Scool-overview {
    color: #397bd5;
    padding: 20px 20px 30px 20px;
}

.overview-main {
    margin-top: 0px;
    padding-top: 0px;
}

.overview-box {
    background: #fff;
    min-height: 100px;
    position: relative;
    margin-bottom: 40px;
}

h5.overview-head {
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 5px;
    text-align: center;
    width: 90%;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.overview-loop:nth-child(1) .overview-box {
    border-bottom: 2px solid #f85708;
}

.overview-loop:nth-child(2) .overview-box {
    border-bottom: 2px solid #5c2285;
}

.overview-loop:nth-child(3) .overview-box {
    border-bottom: 2px solid #8fc635;
}

.overview-loop:nth-child(4) .overview-box {
    border-bottom: 2px solid #d81b60;
}

.overview-loop:nth-child(5) .overview-box {
    border-bottom: 2px solid #777777;
}

.overview-loop:nth-child(6) .overview-box {
    border-bottom: 2px solid #397bd5;
}

.overview-loop:nth-child(7) .overview-box {
    border-bottom: 2px solid #397bd5;
}

.overview-loop:nth-child(1) h5.overview-head {
    background: #f85708;
}

.overview-loop:nth-child(2) h5.overview-head {
    background: #5c2285;
}

.overview-loop:nth-child(3) h5.overview-head {
    background: #8fc635;
}

.overview-loop:nth-child(4) h5.overview-head {
    background: #d81b60;
}

.overview-loop:nth-child(5) h5.overview-head {
    background: #777777;
}

.overview-loop:nth-child(6) h5.overview-head {
    background: #397bd5;
}

.overview-loop:nth-child(7) h5.overview-head {
    background: #397bd5;
}

.overview-data {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.overview-data h5 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.ratio-box-main {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

.ratio-box {
    flex-basis: 50%;
    text-align: center;
}

.ratio-box .split-top {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 50%;
    position: relative;
}

.ratio-box .split-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    height: 50%;
    position: relative;
}

.split-centerd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* text-align: left; */
    padding-left: 10px;
}

.ratio-box:nth-child(1) {
    border-right: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.over-title-box {
    padding-bottom: 20px;
}

.over-sidebr {
    margin-bottom: 40px;
    background: #f1f1f1;
}

.over-sidebr .merit-box {
    padding: 17px;
    text-align: center;
    padding-bottom: 0;
}

.over-sidebr .merit-box h4 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.over-sidebr .carousel-inner .carousel-item {
    min-height: 270px;
    text-align: center;
}

.faq-main-box {
    background: #f1f1f1;
    min-height: 300px;
    position: relative;
    border-bottom: 3px solid #8fc635;
    padding: 17px;
    padding-top: 28px;
}

.faq-main-box h5.overview-head {
    background: #8fc635;
    text-transform: uppercase;
    font-weight: bold;
}

/* .question-box{

    } */
.question-box p {
    font-size: 14px;
    color: #707070;
}

.faq-main-box .card {
    border: none;
    background: #f1f1f1;
}

.faq-main-box .card-header {
    color: #8fc635;
    background: none;
    border: none;
    padding-left: 0;
    text-transform: capitalize;
}

.faq-main-box .card-title {
    font-size: 17px;
    color: #662d91;
    margin-bottom: 0;
}

.faq-main-box label {
    text-transform: capitalize;
    color: #8fc635;
    font-size: 16px;
}

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

h5.ans-title {
    color: #8fc635;
    font-size: 18px;
    margin-bottom: 0;
}

.iconic-menu-manin {
    display: flex;
    flex-wrap: wrap;
}

.icon-menu-box {
    flex-basis: 20%;
    border: 1px solid #eaeaea;
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
    padding: 5px;
}

.icon-menu-box:nth-child(1) {
    border-right: none;
}

.icon-menu-box:nth-child(2) {
    border-right: none;
}

.icon-menu-box:nth-child(3) {
    border-right: none;
}

.icon-menu-box:last-child {
    border: 1px solid #eaeaea;
}

.icon-menu-box i {
    font-size: 12px;
    padding-right: 5px;
}

.icon-menu-box a {
    color: #662d91;
}

p.corner-text {
    margin-bottom: 5px;
}

/* school corner page end here  */

/* school list  page design start from here  */
.school-list-main {
    background: #fafafa;
    padding: 20px 0px;
}

.school-list-card {
    min-height: 293px;
}

.school-list-main .card {
    border: none;
    margin-bottom: 17px;
}

.school-list-main .card img {
    min-height: 170px;
    max-height: 170px;
}

.school-list-main .school-name {
    color: #68c109;
    font-size: 18px;
    position: relative;
}

.school-list-main .school-name::before {
    position: absolute;
    content: "";
    left: -17px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #68c109;
}

p.school-dist {
    color: #62626b;
    font-size: 15px;
    text-transform: capitalize;
}

/* school list design end here  */

/* student quiz dashboard design start from here  */

/* .main-light-bg{
    background: #fafafa;
    } */
.quizdashboard {
    min-height: 80vh;
    padding: 40px 0px;
}

.quizdashboard .table th {
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.05);
    color: #444444;
    font-weight: normal;
}

.quizdashboard .table .tobody td {
    font-size: 15px;
    font-weight: normal;
    color: #444444;
}

section.quiz-subject {
    padding: 17px;
    background: #fafafa;
}

.quiz-subject .quiz-main-box legend {
    margin-bottom: 0 !important;
    float: none;
    text-align: center;
    color: #85c123;
    text-transform: capitalize;
    font-size: 28px !important;
    width: auto;
    padding: 0px 17px;
    text-align: center;
    margin: auto;
}

.quiz-subject .legend-padding legend h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.subject-lists ul.nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #8237c3;
    background: #fff;
    margin-bottom: 15px;
    border-left: 1px solid;
}

.subject-lists ul.nav .nav-item:last-child .nav-link {
    margin-bottom: 0px;
}

.subject-lists ul.nav .nav-item:nth-child(2) .nav-link {
    color: #fd7a5e;
    border-left: 1px solid #fd7a5e;
}

.subject-lists ul.nav .nav-item:nth-child(3) .nav-link {
    color: #ffa200;
    border-left: 1px solid #ffa200;
}

.subject-lists ul.nav .nav-item:nth-child(4) .nav-link {
    color: #036f89;
    border-left: 1px solid #036f89;
}

.subject-lists ul.nav .nav-item:nth-child(5) .nav-link {
    color: #4a67d2;
    border-left: 1px solid #4a67d2;
}

.subject-lists ul.nav .nav-item:nth-child(6) .nav-link {
    color: #85c123;
    border-left: 1px solid #85c123;
}

.subject-lists ul.nav .nav-item:nth-child(7) .nav-link {
    color: #e74c3c;
    border-left: 1px solid #e74c3c;
}

.subject-lists ul.nav .nav-item:nth-child(8) .nav-link {
    color: #e67e22;
    border-left: 1px solid #e67e22;
}

.subject-lists ul.nav .nav-item:nth-child(9) .nav-link {
    color: #2c3e50;
    border-left: 1px solid #2c3e50;
}

.subject-lists ul.nav .nav-item:nth-child(10) .nav-link {
    color: #2ecc71;
    border-left: 1px solid #2ecc71;
}

.subject-lists ul.nav .nav-item:nth-child(1):hover .nav-link {
    color: #fff;
    background: #8237c3;
}

.subject-lists ul.nav .nav-item:nth-child(2):hover .nav-link {
    color: #fff;
    background: #fd7a5e;
}

.subject-lists ul.nav .nav-item:nth-child(3):hover .nav-link {
    color: #fff;
    background: #ffa200;
}

.subject-lists ul.nav .nav-item:nth-child(4):hover .nav-link {
    color: #fff;
    background: #036f89;
}

.subject-lists ul.nav .nav-item:nth-child(5):hover .nav-link {
    color: #fff;
    background: #4a67d2;
}

.subject-lists ul.nav .nav-item:nth-child(6):hover .nav-link {
    color: #fff;
    background: #85c123;
}

.subject-lists ul.nav .nav-item:nth-child(7):hover .nav-link {
    color: #fff;
    background: #e74c3c;
}

.subject-lists ul.nav .nav-item:nth-child(8):hover .nav-link {
    color: #fff;
    background: #e67e22;
}

.subject-lists ul.nav .nav-item:nth-child(9):hover .nav-link {
    color: #fff;
    background: #2c3e50;
}

.subject-lists ul.nav .nav-item:nth-child(10):hover .nav-link {
    color: #fff;
    background: #2ecc71;
}

p.meritno {
    color: #fd7a5e;
}

h2.performance {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #444444;
    text-align: center;
    text-transform: capitalize;
}

.quiz-profile-section {
    min-height: 355px !important;
}

/* student quiz dashboard design start from here  */

/* model test page design start from here  */
.subject-details {
    padding-top: 5px;
}

.subject-details h3 {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
}

.subject-details h4 {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
}

.modeltest-main {
    /* min-height: 100vh; */

    background: #fff;
}

.mock-main {
    padding: 0 25px;
}

.mock-main .mock-title {
    text-transform: capitalize;
    font-size: 24px;
    color: #662d91;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
}

.mock-main .mock-title::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 2px;
    height: 25px;
    width: 7px;
    background: #662d91;
}

.mock-main .card {
    text-align: left;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #f4f3f3;
}

.mock-main .card .card-body {
    padding: 20px;
}

.mock-main .card .card-subtitle {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px;
}

.participant-no {
    background: #e5fdd3;
    padding: 3px 14px;
    border-radius: 13px;
}

.chapter-list .chapter-name {
    font-size: 15px;
    border: 1px solid #f4f4f4;
    display: inline-block;
    padding: 4px 15px;
    text-transform: capitalize;
    border-radius: 5px;
    margin: 4px;
    color: #7c7c7c;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: "next";
    font-size: 21px;
    color: #8cc63f;
}

.model-slider .swiper-button-next {
    top: 37%;
    background: #f7f7f7;
}

.model-slider .swiper-button-prev {
    top: 37%;
    background: #f7f7f7;
}

.chapter-wise .swiper-button-prev {
    top: 27%;
    background: #f7f7f7;
}

.chapter-wise .swiper-button-next {
    top: 27%;
    background: #f7f7f7;
}

.model-slider .swiper-wrapper {
    margin-bottom: 40px;
}

.model-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #662d91;
}

.mySwiper2 .swiper-wrapper {
    margin-bottom: 15px !important;
}

.prtformance-btn {
    border: 1px solid #8237c3;
    color: #8237c3;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 10px;
}

.prtformance-btn:focus {
    box-shadow: none;
    outline: none;
}

.subjec-list-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subjec-list-card .card {
    flex-basis: 31.5%;
    border-radius: 0px;
    margin-bottom: 17px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.subjec-list-card .card-body {
    padding: 0;
}

.book-img {
    height: 90px;
    border-radius: 0px;
    background: #ffccbc;
    text-align: center;
}

.book-img img {
    /*width: 80%;*/

    margin: auto;
    height: 75px;
    margin-top: 8px;
}

.bookname {
    height: 100%;
    border-left: 1px solid #f2f2f2;
}

.top-div {
    height: 50%;
    border-bottom: 1px solid #f2f2f2;
    margin: auto;
    text-align: center;
}

.bottom-div {
    height: 50%;
    margin: auto;
    text-align: center;
    position: relative;
}

.bottom-div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: #f2f2f2;
}

.divider-right {
    border-right: 1px solid #f2f2f2;
}

.bottom-div p {
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    color: #7c7c7c;
    padding-top: 5px;
}

.top-div h5 {
    padding-top: 10px;
    font-size: 15px;
    color: #7c7c7c;
    text-transform: capitalize;
}

.play-quiz {
    margin-top: 6px;
    border-radius: 0;
    text-transform: capitalize;
    border: 1px dotted #85c123;
    color: #85c123;
}

.subjec-list-card .card:nth-child(1) .book-img {
    background-image: linear-gradient(109.9deg,
            rgba(251, 189, 100, 1) 1.8%,
            rgba(255, 207, 139, 1) 95.4%);
}

.subjec-list-card .card:nth-child(2) .book-img {
    background-image: radial-gradient(circle farthest-corner at 10% 20%,
            rgba(255, 209, 67, 1) 0%,
            rgba(255, 145, 83, 1) 90%);
}

.subjec-list-card .card:nth-child(3) .book-img {
    background-image: linear-gradient(359.8deg,
            rgba(252, 255, 222, 1) 2.2%,
            rgba(182, 241, 171, 1) 99.3%);
}

.subjec-list-card .card:nth-child(4) .book-img {
    background-image: linear-gradient(111.5deg,
            rgba(254, 210, 255, 1) -7.2%,
            rgba(115, 9, 112, 1) 100.2%);
}

.subjec-list-card .card:nth-child(5) .book-img {
    background-image: linear-gradient(358.7deg,
            rgba(42, 136, 157, 1) 1.7%,
            rgba(122, 197, 214, 1) 51.1%,
            rgba(211, 232, 242, 1) 95.5%);
}

.subjec-list-card .card:nth-child(6) .book-img {
    background-image: radial-gradient(circle 935px at 3.1% 5.8%,
            rgba(182, 255, 139, 1) 0%,
            rgba(8, 88, 127, 1) 100.2%);
}

.subjec-list-card .card:nth-child(7) .book-img {
    background-image: linear-gradient(109.6deg,
            rgba(255, 115, 68, 1) 11.2%,
            rgba(244, 255, 32, 1) 100.6%);
}

.subjec-list-card .card:nth-child(8) .book-img {
    background-image: linear-gradient(180deg,
            rgba(155, 254, 23, 1) 45.5%,
            rgba(36, 243, 8, 1) 97.9%);
}

.subjec-list-card .card:nth-child(9) .book-img {
    background-image: radial-gradient(circle farthest-corner at 10% 20%,
            rgba(161, 255, 255, 1) 11.3%,
            rgba(6, 255, 255, 1) 41.2%,
            rgba(0, 216, 216, 1) 77.8%);
}

.subjec-list-card .card:nth-child(10) .book-img {
    background-image: linear-gradient(109.6deg,
            rgba(62, 161, 219, 1) 11.2%,
            rgba(93, 52, 236, 1) 100.2%);
}

.subjec-list-card .card:nth-child(11) .book-img {
    background-image: linear-gradient(109.6deg,
            rgba(255, 179, 189, 1) 1.8%,
            rgba(254, 248, 154, 1) 50.6%,
            rgba(161, 224, 186, 1) 100.3%);
}

.subjec-list-card .card:nth-child(12) .book-img {
    background-image: radial-gradient(circle 588px at 31.7% 40.2%,
            rgba(225, 200, 239, 1) 21.4%,
            rgba(163, 225, 233, 1) 57.1%);
}

.subjec-list-card .card:nth-child(13) .book-img {
    background-image: radial-gradient(circle farthest-corner at 10% 20%,
            rgba(97, 186, 255, 1) 0%,
            rgba(166, 239, 253, 1) 90.1%);
}

.subjec-list-card .card:nth-child(14) .book-img {
    background-image: linear-gradient(109.6deg,
            rgba(45, 116, 213, 1) 11.2%,
            rgba(121, 137, 212, 1) 91.2%);
}

p.chapter-mark {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 10px;
    color: #6a36e8;
}

.chapter-list {
    margin-bottom: 10px;
}

.rating-nav .nav .nav-link {
    padding: 5px 8px;
}

.rating-nav .nav .nav-link i {
    color: #6a36e8;
    font-size: 14px;
}

.mySwiper3 .swiper-wrapper {
    margin-bottom: 55px;
}

.home-footer-section .main-logoset-box a img {
    position: unset !important;
}

p.session {
    color: #737373;
    text-transform: capitalize;
    font-size: 17px;
}

.mock-progress {
    margin-top: 17px;
}

.mock-progress .progress {
    border-radius: 10px;
}

.mock-progress .progress-bar {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #662d91 !important;
    transition: width 0.6s ease !important;
    margin: 0 !important;
    height: auto !important;
}

.time-counter-main {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.icon-main {
    flex-basis: 50%;
}

.icon-main .timer-icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f3e4ff;
    text-align: center;
    padding: 3px;
    font-size: 20px;
    color: #bb97d7;
    /* float: right; */

    margin: auto;
}

.time-counter-main .timer {
    flex-basis: 50%;
    margin: auto;
    text-align: right;
    display: flex;
}

.time-counter-main .timer>div {
    padding-top: 3px;
    font-size: 20px;
    color: #737373;
    text-align: center;
    margin: auto;
}

.time-left {
    flex-basis: 100%;
    text-align: right;
    color: #737373;
    text-transform: capitalize;
    font-size: 14px;
}

.jst-clearDiv {
    display: none;
}

.passage {
    width: 80%;
}

.passage .passage-description {
    font-size: 17px;
    text-transform: capitalize;
    color: #62626b;
    line-height: 25px;
    text-align: justify;
    /* width: 80%; */

    margin: auto;
    margin-bottom: 17px;
}

.mcq-question {
    /* width: 80%; */

    margin: auto;
    text-align: left;
    margin-bottom: 70px;
}

.mcq-question h5 {
    font-size: 25px;
    text-transform: capitalize;
    color: #c6c6c6;
}

.mcq-question p {
    font-size: 17px;
    text-transform: capitalize;
    color: #62626b;
}

.mcq-question .form-check {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #662d91;
}

.mcq-question .form-check .form-check-input {
    float: right;
    margin-left: 0em;
}

.mcq-question .form-check-label {
    color: #62626b;
    font-size: 15px;
}

.mcq-question .form-check-input:checked {
    background-color: #662d91 !important;
    border-color: #662d91 !important;
}

.mcq-main {
    min-height: 80vh;
}

.mcq-swiper .swiper-button-next {
    top: 100%;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.mcq-swiper .swiper-button-prev {
    top: 100%;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.mcq-swiper .swiper-button-next::after {
    background: #dfd1ea;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    position: absolute;
    padding-top: 10px;
    padding-left: 4px;
    color: #62626b;
}

.mcq-swiper .swiper-button-next p {
    position: relative;
    left: -30px;
    right: 41px;
    background: #e7ddee;
    border-radius: 22px;
    margin-top: 15px;
    padding: 7px 49px;
    padding-left: 49px;
    padding-left: 24px;
    text-transform: capitalize;
    font-size: 15px;
    color: #62626b;
}

.mcq-swiper .swiper-button-prev::after {
    background: #dfd1ea;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    position: absolute;
    padding-top: 10px;
    padding-left: 4px;
    color: #62626b;
}

.mcq-swiper .swiper-button-prev p {
    position: relative;
    left: 42px;
    background: #e7ddee;
    border-radius: 22px;
    margin-top: 15px;
    padding-left: 47px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 20px;
    text-transform: capitalize;
    font-size: 15px;
    color: #62626b;
}

.finish-btn .btn-primary {
    position: absolute;
    z-index: 11111;
    overflow: hidden;
    bottom: 3px;
    right: 10%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    color: #fff;
    background: #662d91;
    border-color: #662d91;
}

.finish-btn .btn-primary:focus {
    box-shadow: none;
    outline: none;
}

.mobile-tab ul.ulmoble li.nav-item {
    width: 50%;
}

.mobile-tab ul.ulmoble li.nav-item .nav-link {
    width: 100%;
    border: 1px solid #68c109;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.mobile-tab ul.ulmoble li.nav-item .nav-link.active {
    background: #68c109;
    color: #fff;
    opacity: 1;
}

.mobile-tab .tab-content {
    padding: 15px 15px;
    text-align: justify;
}

/* content upload design start here  */
.upload-content-main {
    min-height: 85vh;
    padding: 40px 0px;
}

.upload-content-main form.upload-content-form .form-label {
    font-size: 17px;
    text-transform: capitalize;
    margin: 0;
    color: #662d91;
}

.upload-content-main form.upload-content-form .form-control {
    margin: 10px 0;
    font-size: 15px;
    color: #6c757d;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px dotted #662d91;
    border-top: 0;
    border-right: 0;
}

.upload-content-main form.upload-content-form .form-control::placeholder {
    text-transform: capitalize;
    color: #6c757d;
}

.upload-content-main form.upload-content-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.upload-content-main form.upload-content-form .form-select {
    margin: 10px 0;
    font-size: 15px;
    color: #6c757d;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px dotted #662d91;
    border-top: 0;
    border-right: 0;
    text-transform: capitalize;
}

.upload-content-main form.upload-content-form .form-select option {
    text-transform: capitalize;
}

.upload-content-main form.upload-content-form .form-select:focus {
    box-shadow: none;
    outline: none;
}

.upload-content-main form.upload-content-form .note-editor {
    margin: 15px 0px;
}

.note-editable {
    min-height: 250px !important;
}

.form-custom-border {
    border: 1px dashed gray;
    padding: 6px;
    border-radius: 3px;
}

.drop-files input[type="file"] {
    border: 0;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.drop-files {
    margin: 10px 0px;
}

.upload-cont-btn {
    min-width: 120px;
    background: #662d91;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #662d91;
}

/* content upload design end here  */
.file-upload {
    background-color: #ffffff;
    /* width: 600px; */
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    background: #fff;
    color: #662d91;
    border: 1px dotted #662d91;
    padding: 10px;
    border-radius: 0px;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.file-upload-btn:hover {
    background: #662d91;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dashed #662d91;
    position: relative;
    min-height: 250px;
}


.image-upload-wrap.create:hover {
    background-color: #662d91;
    border: 1px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    padding: 0px 20px;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #662d91;
    font-size: 15px;
    position: relative;
    font-weight: normal;
}

/* .image-upload-wrap:hover .drag-text h3 {
    color: #fff;
} */
.file-upload-image {
    min-height: 250px;
    width: 100%;
    margin: auto;

    margin-top: 20px;
    margin-bottom: 20px;
}

/*
.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
} */

.upload-title label {
    font-size: 17px;
    text-transform: capitalize;
    margin: 0;
    color: #662d91;
}

.file-upload-btn i {
    padding-right: 8px;
}

.upload-content-form fieldset {
    border: 1px dotted #662d91;
    padding: 15px;
    margin-bottom: 15px;
}

.upload-content-form legend {
    padding: 5px;
    margin-bottom: 0 !important;
    float: none;
    text-align: center;
    color: #5886c5;
    text-transform: capitalize;
    width: auto;
    padding: 5px;
    text-align: center;
    margin-left: auto;
    margin-bottom: auto;
    /* padding: 2px 20px;
    background: #e9ebec; */
    border-radius: 4px;
    position: unset;
}

.upload-content-form legend .btn {
    background: #68c109;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
}

.upload-content-form legend .btn i {
    padding-right: 5px;
    font-size: 14px;
}

.quizlist {
    min-height: 85vh;
}

.quizlist thead th {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}

.quizlist tbody tr td {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    text-transform: capitalize;
    text-align: center;
}

.quizlist tbody tr td p {
    margin-bottom: 5px;
}

.quizlist tbody tr td p.active {
    text-align: center;
    background: #7fcc2c;
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quizlist tbody tr td p.deactive {
    text-align: center;
    background: #d41d60;
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quizlist tbody tr td:nth-child(4) {
    text-align: left;
}


/* quiz preview  */
.quiz-preview {
    min-height: 70vh;
}

.quiz-anser-main {
    display: flex;
    flex-wrap: wrap;
}

.quiz-anser-main .quiz-anser {
    flex-basis: 50%;
    margin-bottom: 10px;
    font-size: 14px;
}

.quiz-preview h4 {
    font-size: 17px;
    text-align: justify;
    line-height: normal;
}


.quiz-preview .card {
    margin-bottom: 17px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.quiz-number {
    position: absolute;
    top: 0;
    left: -10px;
    background: #fff;
    color: #662d91;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-bottom: 2px solid #662d91;
}

.quiz-preview .card p {
    font-size: 12px;

}

.school-icon .icon-menu-box {
    flex-basis: 25%;
}

p.is-danger {
    color: red;
}


/* idea box design start from here  */
.idea-main {
    min-height: 75vh;
}

.idea-banner {
    background: url(../images/idea-box.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    margin-top: 97px;
    min-height: 120px;
    max-height: 120px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
    background-position: center center;
    background-size: cover;

}

.idea-main {

    padding: 20px 0px !important;
}

.idea-main .card {
    margin-bottom: 20px;
}

.idea-main .card img {
    min-height: 200px;
    max-height: 200px;
}

.idea-profile {
    display: flex;
    flex-wrap: wrap;
}

.idea-profile-content {
    flex-basis: 50%;
    border: 1px solid #fafafa;
    min-height: 40px;
    padding: 4px;
    position: relative;
}

.idea-profile-content a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    color: #8dc73f;
}

.idea-profile-content a img {
    min-height: 20px !important;
    max-height: 20px !important;
    width: 20px !important;
    max-width: 20px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.idea-profile-content a span {
    text-transform: capitalize;
    font-size: 12px;
    width: calc(100% - 34px) !important;
    display: inline-block;
    margin-left: 10px;
}

.idea-main .card-title {
    color: #e67e22;
    text-transform: capitalize;
    font-size: 17px
}

.idea-main p.card-text {
    color: #62626b;
    font-size: 14px;
}

.idea-list-table tr th {
    border: 1px solid #efefef !important;
}

.idea-list-table tr td {
    border: 1px solid #efefef !important;
}

.idea-list-table tr td:nth-child(1) {
    text-align: left;
}

.idea-list-table tr td .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 5px;
}

.idea-list-table tr td i {
    font-family: 10px;
    padding-right: 5px;
}

.idea-list-table tr td .btn:focus {
    box-shadow: none;
    outline: none;
}

.profile-box a.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.new-ideabox {
    min-height: 65vh;
    margin-top: 20px;
}

.newidea-popup .card {
    border: 1px solid #dee0e1 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 17px;
    position: relative;
}

.newidea-popup .card .image-box {
    margin-bottom: 10px;
}

.newidea-popup .card .image-box img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 8px;
}

.newidea-popup .card .image-box span.name {
    color: #939598;
    font-size: 13px;
    text-transform: capitalize;
}

.newidea-popup .card .popup-link h4 {
    color: #939598;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
    transition: .5s !important;
    padding: 8px 0px 0px 0px;
}

/* start siam */
.newidea-popup .card .popup-link img {
    width: 40px !important;
    height: 40px !important;
}

.newidea-popup .card .popup-link img:hover {
    width: 41px !important;
    height: 41px !important;
}

.newidea-popup .card .popup-link h4:hover {
    font-size: 19px;
    transition: .5s !important;
}

/* end siam */
.newidea-popup .card .popup-link h4:hover {
    cursor: pointer;
}

.idea-modal .modal-header {
    background: #68c109;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 20px;
    font-size: 15px;
}

.idea-modal .modal-header .btn-close {
    color: #fff;
    opacity: 1;
    font-size: 15px;
}

.idea-modal label {
    font-size: 15px;
    text-transform: capitalize;
}

.idea-modal .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
}

.idea-modal .uplaod-ideabtn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: capitalize;
    background: #68c109;
    color: #fff;
    border-color: #68c109;

}

.idea-modal .uplaod-ideabtn:focus {
    box-shadow: none;
    outline: none;
}

.newidea-popup .card .image-box p {
    font-size: 10px;
    margin: 0;
    margin-top: -4px;
    padding-left: 41px;
    color: #636466;
}

.newidea-popup .card .image-box span {
    color: #000000;
}

.newidea-popup .card .popup-link h5 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}

.pop-description p {
    text-align: justify;
    line-height: normal;
    font-size: 15px;
    margin-bottom: 15px;

}

.pop-image img {
    margin-bottom: 15px;
}

.pop-action {
    position: absolute;
    top: 19px;
    right: 17px
}

.pop-action a i.fa-edit {
    padding-right: 15px;
    color: #79b716;
}

.pop-action a i.fa-trash-alt {
    color: red;
}

.pop-footer li.nav-item {
    width: 25%;
    text-align: center;
    border-right: 1px solid #807e7e;
}

.pop-footer li.nav-item:last-child {
    border: none;
}

.pop-footer li.nav-item .nav-link {
    padding-top: 3px;
    padding-bottom: 4px;
    color: #807e7e;
}

.comment-form {
    margin: 15px 17px;
}

.comment-form .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}


.comment-form .pop-comment-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    background: #85c123;
    margin-top: 17px;
    color: #fff;

}

.nested-comments {
    margin-bottom: 20px;
}

.nested-comments img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nested-comments .comment-name {
    margin-bottom: 17px;
}

.nested-comments .pop-action {
    position: absolute;
    top: 3px;
    right: 17px;
}

.nested-comments p {
    font-size: 14px;
    text-align: justify;
    color: #62626b;
    margin-bottom: 10px;
}

.nested-comments .comment-name h5 {
    font-size: 17px;
    color: #662d91;
}

.nested-comments p i {
    padding-right: 5px;
}


.nested-comments .make-comment {
    margin-bottom: 10px;
}

.nested-comments .make-comment a {
    color: #68c109;
    font-size: 14px;
    text-transform: capitalize;
}

/* all content list page design start from here  */
.allcontent-list {
    min-height: 70vh;
}

.allcontent-list .video-frame iframe {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
}

.allcontent-list .video-frame img {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
}

.allcontent-list .card-body {
    padding: 5px;
}

.allcontent-list .video-frame {
    position: relative;
}

.content-tag {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #68c109;
    padding: 3px 15px;
    text-align: center;
}

.content-tag p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
}

.all-content .pop-action {
    position: absolute;
    top: 9px;
    right: 17px;
}

.all-content .card-title {
    width: calc(100% - 66px);
}

.all-content .card-title a {
    color: #e67e22;
    text-transform: capitalize;
    font-size: 17px;
    line-height: normal;
}

.allcontent-list .content-describe p {
    color: #62626b;
    margin-top: 5px;
    margin-bottom: 5px;
}

.allcontent-list .icon-section .nav-link {
    width: 25%;
    padding: 5px 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    border-right: 0;
    color: #62626b;
    font-size: 12px;
}

.allcontent-list .icon-section .nav-link:last-child {
    border-right: 1px solid #f1f1f1;
}

.allcontent-list .icon-section .nav-link i {
    padding-right: 5px;
}

/* shahanaz */
.story-box {
    min-height: max-content;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.my-form {
    margin-right: 10px;
}

.autho-video-details img {
    width: 100% !important;
}

.card-min-height {
    min-height: 286px;
}

.card-min-height-school {
    min-height: 325px;
    border-radius: 10px;
    border: 1px solid #E8E6EB !important;
    box-shadow: none !important;
}

.card-min-height-school img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-min-height-school iframe {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.corner-img img {
    min-height: 130px;
    padding: 6px;
}

.card-min-height-reading {
    min-height: 390px;
}

.content-card-body p {
    margin-bottom: 0px !important;
}


/* style for dashboard */
.bgC {
    background-color: #7CB732;
    color: white;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
}

.total-count-box {
    margin-top: 55px;
}

.dashboard-small-banner {
    height: 200px;
    background: url(../../konnect/images/banner-10-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
    margin-top: 90px;
    padding: 50px 0px !important;
    font-family: SolaimanLipi !important;
}

.dashboard-small-banner h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
}

.card-row {
    align-items: center;
    width: 100%;
    padding: 35px 0px;
}

.img-wrap {}

.img-wrap img {
    width: 70px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-wrap h6 {
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
}

.card-wrap p {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 26px;
    color: #FFFFFF;
}

.content-uploader-section h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
    color: #7536B7;
    margin-bottom: 40px;
}

.single-box {
    background-image: url(../public_dashboard/img/box.png);
    border-radius: 10px;
    width: 100%;
    min-height: 360px;
    background-size: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-repeat: no-repeat;
}

.my-box-img {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
    gap: 20px;
}

.s .box-top-row {
    height: 150px;
}

.top-row-text {
    padding-top: 27px;
}

.bottom-row-text {
    margin-top: 15px;
    margin-left: 15px;
}

.box-img img {
    border-radius: 100px;
    width: 118px;
    height: 118px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.single-box .uploader-name a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #ADF850;
}

.single-box .designation, .email {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #EBFFD2;
}

.single-box .institute {
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.single-box .box-text p {
    font-size: 14px;
    color: #E8E6EB;
}

.topic {
    background: #F5ECFF;
}

.topic p {
    font-weight: bold;
    font-size: 15px;
    color: #635274 !important;
    margin-left: 22px;
    padding: 8px;
    margin-bottom: 0px;
}

.map-section {
    background-image: url(../public_dashboard/img/map-back.png);
}

.gallery {
    background-color: #7CB732;
    background-image: url(../public_dashboard/img/new-back.png);
    /* border: 1px solid red; */
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 10px;
    height: 400px;
    margin-top: 80px;

}

.gallery img {
    width: 429px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.gallery h4 {
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}

.nominated-header {
    background: linear-gradient(180deg, #321254 0%, #230E39 100%);
    border-radius: 10px 10px 0px 0px !important;
}

.nominated-card {
    border-radius: 10px;
}

.nominated-header p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;

}

.nominated-link.active {
    background: linear-gradient(180deg, #311153 0%, #240E3C 100%) !important;
    color: #ffffff !important;
    border-radius: 8px;
}

.konnect-member {
    background-image: url(../public_dashboard/img/map-back.png);
}

.konnect-member-title h2 {
    font-size: 30px;
    color: #7536B7;
    text-align: center;
}

.konnect-member-title p {
    font-size: 20px;
    text-align: center;
    color: #A08BB6;
}

.konnect-member-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.general-type, .madrasha-type, .tech-type {
    background: #FFFFFF;
    border-top: 1px solid #E8E6EB;
    border-bottom: 1px solid #E8E6EB;
    box-sizing: border-box;
    border-radius: 10px;
}

.general-type h5 {
    width: 272px;
    padding: 36px 0px;
    left: 373px;
    top: 2574px;
    background: #7536B7;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px !important;
}

.madrasha-type h5 {
    width: 272px;
    padding: 36px 0px;
    background: #85C123;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px !important;
}

.tech-type h5 {
    width: 272px;
    padding: 36px 0px;
    left: 373px;
    top: 2574px;
    background: #AB51CA;
    ;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px !important;
}

.total-ammount {
    background: #E1FFBE;
    border-radius: 50px 10px 10px 50px;
}

.konnect-member p {
    text-align: center;
    font-size: 18px;
    color: #A08BB6;
    margin-bottom: 0px;
}

.konnect-member h3 {
    text-align: center;
    font-size: 30px;
    color: #7536B7;
    margin-top: 9px;
    margin-bottom: 0px;
}

.canvasjs-chart-credit {
    display: none !important;
}

/* for new design of content details page */
.author-designation {
    height: 63px;
    background: #7536B7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 10px;

}

.author-section {
    /* border-right:1px solid #E8E6EB; */
    padding-right: 0px !important;
}

.author-class img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid blueviolet;
}

.authors-info h4 a {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.authors-info h4 span {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.authors-info h4 {
    margin-top: 20px;
}

.content-list-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #635274;
    border-bottom: 1px solid #E8E6EB;
    padding: 17px;
}

.related-content-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #230E39;
    background: #F3EFF8;
    padding: 27px;
}

.content-section {
    padding: 0px 0 !important;
    /*margin-right: 0px!important; */
    min-height: 700px;
    margin-left: 70px;
    margin-right: 70px;
    background: #FFFFFF;
    /* box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.new-author-content-list-main {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #E8E6EB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.author-content-list {
    margin-top: 15px;
}

.new-skills-content {
    margin-bottom: 15px;
    border-bottom: 1px solid #E8E6EB;
}

.single-content-row {
    margin-left: 0px;
    margin-bottom: 15px;
}

.content-title a {
    font-weight: 500;
    font-size: 14px;
    color: #230E39;

}

.new-skills-content img {
    height: 80px !important;
    width: 100%;
    border-radius: 5px;
}

.single-content-text {
    margin-top: 10px;
}

.new-content-nav .nav {
    padding-left: 3px;
    margin-bottom: 7px;
}

.new-content-nav .nav-link {
    padding-left: 0;
    font-size: 12px;
    color: #A08BB6;
    padding-right: 9px;


}

.new-content-nav .nav-link img {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}

.new-content-nav p {
    color: rgba(99, 82, 116, 1);
    font-size: 14px;
}


.new-skills-content .card-body {
    padding-top: 7px;
}

.new-skills-content .card-title {
    margin-bottom: 0;
}

.new-skills-content p.card-text {
    color: #62626b;
    font-size: 14px;
}

.new-skills-content .card-body .card-title a {
    color: #662d91;
    text-transform: capitalize;
}

.new-skills-content .content-nav .nav .nav-item:first-child {
    padding-left: 5px;
}

.new-skills-content .image-box {
    position: relative;
    height: 100%;
}

.new-skills-content .profile-up-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: capitalize;
}

.new-content-catagory-box {
    background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 1px;
    padding: 5px 5px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.new-content-catagory-box p {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}

/* left-col-3end */
.new-autor-content-title {
    font-size: 20px;
    color: #ffffff;
    margin-top: 21px;
    margin-left: 15px;
}

.content-nav-6 {
    margin-top: 21px;
    margin-right: 15px;
}

.new-autor-content-box {
    padding: 0px;
    margin-bottom: 20px;
}

.pad-left {
    padding-left: 0px !important;
}

.pad-right {
    padding-right: 0px !important;
}

.autor-content-top {
    height: 63px;
    background: #7536B7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.new-video-box iframe, img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.share-menu .new-downld-link {
    padding: 12px;
    background: #7CB732;
    border-radius: 4px;
}

/* middle col-6 end */

.new-quiz-header {
    height: 63px;
    background: #7536B7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.new-quiz-section {
    padding: 0px;
}

.left-content-section {
    border-left: 1px solid #E8E6EB;
}

.new-quiz-header h3 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    padding: 23px;
}

.slider-border {
    border: 1px solid #E8E6EB;
    border-radius: 10px;
}

.new-quiz-box {
    padding: 0 20px;
    border: none !important;
}

.quize-card-title {
    background: #7536B7;
    height: 63px;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quize-card-title h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    padding: 23px;
}

.correct-total {
    border-bottom: 1px solid #E8E6EB;
}

.correct-total p {
    padding: 24px;
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 16px;
    color: #635274;
}

.total-answer {
    font-weight: 500;
    font-size: 30px;
    color: #7CB732;
}

.total-part {
    color: #EAA43C;
    font-weight: 500;
    font-size: 30px;
}

.new-skills-content:last-child {
    border-bottom: none;
}

.details-banner {
    height: 200px;
}

h2.teacher-list-title.my-teacher-list-title {
    padding: 20px 20px 30px 20px;
}

p.no_content_found {
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}
