@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
  padding-bottom: 0px;
  position: relative;
  min-height: 100%;
  background:#f6f8fc;
  font-family: "Inter", serif;
     overflow-x:hidden;
}
 .section-userdata .list-group-item {
    border: 2px solid #eee;
    border-radius: 4px;height: 55px!important;margin-bottom: 10px;
} 
 .section-userdata .list-group-item label {
    font-size: 14px;
    color: #444;
}

.dashboard-list table {
    width: 25%;
    float: left;
}
.dashboard-list tr {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
.dashboard-list th {
    padding-bottom: 15px;text-align: center;
}
.mandatory {
    color: #ef2020;
    min-width: 80px;
}
.btn-success:hover {
    color: #fff;
    background-color: #a9883f;
    border-color: #a9883f;
}

.btn-success {
    color: #fff;
    background-color: #0a112d;
    border-color: #0a112d;
    padding: 8px 20px;
}
 p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #777;
    font-weight: normal;
   
}
b, strong {
    font-weight: bolder;
    color: #111;
}
a {
  transition: background 0.2s, color 0.2s;
  color: #4d45b5;
}
a:hover,
a:focus {
  text-decoration: none;
}

::-webkit-file-upload-button {
    display: none;
}
::file-selector-button {
  display: none;
}

.bg-success {
    background-color: #edfde7!important;
    color: #61ae41!important;
    font-size: 12px;
    border: 1px solid #b2ef98;
}
.bg-secondary {
    background-color: #e1ecf7!important;
    font-size: 12px;
    color: #2a3ecd;
    border: 1px solid #c5def7;
}
.nav .nav-item {
    line-height: 1.2;width: 100%;
}
.guide-sheet a {
    text-decoration: underline;
}
.table>:not(caption)>*>* {
    padding: 1rem 1rem;
  }
i.bi.bi-info-circle-fill {
    position: absolute;
    right: 8px;
    top: 17px;
}
.form-group.sort-manager {
    display: flex;
    width: 30%;
    position: relative;
    top: -7px;
}
select#sort {
    height: 45px!important;
}
.form-group.sort-manager label {
    float: left;
    width: 30%;
    position: relative;
    top: 10px;
    font-size: 14px;
    color: #777;
}
.user-biz {
    background: #fff;
    border-radius: 20px;
    padding: 15px 15px 15px;
    border: 2px solid;
}
.user-biz h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 3px;

}
.user-biz h4{
    font-size: 20px;
    font-weight: 500;
   

}
.user-biz {
    background: url(../adminassets/userbiz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}

.user-biz .featureddec {
    margin-top: 15px;
    margin-left: 60px;
}
.profile-btn a {
    font-weight: 400;
    background: #a9883f;
    line-height: 1;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background-image: radial-gradient( circle 2px at 51.9% 49%, rgba(28,8,67,1) 1.6%, rgba(42,16,92,1) 100.2% );
    border: 0;
   margin-top: 15px;
}
.profile-btn a:hover {
    background: #8162BC;
  color: #fff;
}
.tooltip1 {
    position: absolute;
    right: 14px;
    top: 17px;
}
.tooltip2 {
    /* margin-top: 25px;
    position: absolute; */
    right: 130px;
}
.tooltip1 i {
    font-size: 13px;
}

#blockButtons{
  margin-bottom: 5px;
}
#blockButtons a {
    border: 2px solid #0a112d;
    background-color: #fdfdff!important;
    color: #0a112d!important;
    margin-bottom: 8px!important;
}
#blockButtons a:hover {
   color: #fff!important;
    background-color: #222!important;
    border-color: #222!important;
}
a.btn.btn-link {
  background: #333;
    padding: 11px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
}
a.btn.btn-link:hover {
   background:#222!important;
    color: #fff!important;
    border: 0;   padding: 11px 30px;
}

.btn-tooltip.inform {
    position: absolute;
    right: 18px;
    bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}
.btn-tooltip {
    float: right;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.tooltip-inner {
    background-color: #222;
  }
  .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #222;
}
.topbar-menu li a {
color: #2F1C53!important;
    background-color: transparent;
    border-color: #2F1C53;
    border: transparent;
}
.topbar-menu li {
    line-height: 0;
    float: left;
    margin: 10px;
}

.topbar-menu li a:hover i {
    color: #0a112d;
}
.topbar-menu li  i {
   margin-right: 5px;
}
.topbar-menu img {
    width: 30px;
}
.topbar-menu {
   position: relative;
    top: 3px;
    float: right;
}
.section-dashboardblock {
    min-height: 600px;
}
.dsbanner2 {
    display: none;
}
.section-banner img {
    border-radius: 20px;
    height: 290px;
}
.topbar-menu .profile-setting {
    background: transparent;
    border: 0;
    padding: 0;
}
.topbar-menu .profile-setting:hover {
    background: transparent;
}
::placeholder{
  font-size: 14px!important;
}
/*------------------------------course-delivery--------------------------------*/

.course-delivery .card-title a {
    color: #333;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}
.course-delivery .card-title  {
   line-height: 36px;
   margin-bottom: 10px;
}
i.fa.fa-clock-o {
    color: #f32727;
    font-size: 17px;
}
i.fa.fa-calendar{
  color: #7527f3;
}
i.fa.fa-signal{
  color: #11df77;
}
.course-delivery  img {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
}
.course-delivery .card {
    padding: 20px 20px 15px;
    border: 0;
    border-radius: 5px;
}

.course-play {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.course-delivery  {
    margin: 10px;
}

.course-delivery  h5 {
    font-weight: 700;
    line-height: 2;
    color: #333;
}

.course-delivery  .btn.btn-link {
    border-radius: 50%;
    padding: 4px 7px 3px 10px;
    background: #4eddad;
    margin-right: 10px;

}
.course-delivery  .h6 {
    font-weight: 600;
    font-size: 14px;
}
.lec {
    color: #555;
    font-weight: 500;
}
.course-delivery  span {
    font-size: 14px;
    font-weight: 600;
}
.course-delivery .card-body {
    padding: 1rem 2rem;
    line-height: 50px;
}
/*------------------------------course-delivery--------------------------------*/




/*------------------------------course-full--------------------------------*/

.course-full .card-title a {
    color: #111;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}
.course-full .card-title  {
   line-height: 36px;
   margin-bottom: 10px;
}
i.fa.fa-clock-o {
    color: #f32727;
    font-size: 17px;
}
i.fa.fa-calendar{
  color: #7527f3;
}
i.fa.fa-signal{
  color: #11df77;
}
.course-full iframe {
    width: 100%;
    border-radius: 5px 30px 30px 30px;
}
.course-full .card {
    padding: 20px 20px 15px;
    border: 0;
    border-radius: 5px;
}
.course-full {
    margin: 10px;
}

.course-full h5 {
    font-weight: 700;
    line-height: 2;
    color: #333;
}


.course-full .h6 {
    font-weight: 600;
    font-size: 14px;
}
.lec {
    color: #555;
    font-weight: 500;
}
.course-full span {
    font-size: 14px;
    font-weight: 600;
}

.course-play {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
/*------------------------------course-delivery--------------------------------*/


/*------------------------------contact-page--------------------------------*/


/*------------------------------contact-page--------------------------------*/





.alert-danger ul {
  margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0;
}
.alert-danger li {
    list-style: none;
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.alert.alert-sucess {
    color: #14a33a;
    background: #eefcf2;
    line-height: 1.3;
    padding: 4px;
}
.alert.alert-sucess ul {
    margin-top: 0.1rem;
      margin-bottom: 0.1rem;
      padding: 0;
  }
 .loginstart h2 {
    font-size: 2rem;
    margin: 20px 0 0;
    font-weight: 700;
}
.thanks {
    font-size: 2rem;
    margin: 20px 0 0;
    font-weight: 700;
    font-size: 50px!important;
}
.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}
.btn-primary a {
    color: #fff;
    text-decoration: none;
}
.loginstart .bi {
    font-size: 50px;
    color: #6ec969;
}
.container {
    width: 92%;
}
.sidebar-logo {
    width: 14%;
    float: left;
}
.adminlogo{
    width: 146%;
    margin-left: 30px;
  }
.adminimg {
    width: 40%;
}
.sidebar-nav.dropdown-toggle {
    display: block;
}
.dropdown-toggle::after{
  display: none;
}
.topadmin {
    height: 300px;
    background: #5e72e4!important;
}
#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
  float: left;
    width: 100%;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
 background:#0a112d;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

.sidebar-brand {
  position: absolute;
  top: 0;
  width: 250px;
  text-align: center;
  padding: 20px 0;
}
.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.navbar-brand {
  float: left;
}
.navbar-header .bi.bi-justify-left {
    font-size: 24px;
    color: #333;
    position: relative;
    top: 16px;
    display: none;
}
.toptitle {
    float: left;
    margin-top: 5px
}
.toptitle h4 {
 font-size: 20px;
    color: #333;
}
.topbar-menu i {
   
  color: #2F1C53;
}
.topbar-menu .bi.bi-cart-check-fill {
    position: relative;
    top: 6px;
}


.topbar-menu .logout22 .fa.fa-sign-in {
    font-size: 18px;
}
.logout22  button {
 background-color: transparent;
    position: relative;
    border: 0;padding: 0;
}
.logout22 input[type="submit"] {
  font-size: 0;
}

.logout22 button:hover i {
    color: #0a112d!important;
}
form#logout-form {
    height: 40px;
}
.sidebar-nav {
  position: absolute;
  top: 25px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0px;
}
.icon-shape .fa.fa-sign-in {
    color: #fff;position: relative;
    left: 2px;
}
.nav-link:hover {
color:#a9883f;
}
form#logout-form a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    display: inline;
}
form#logout-form:hover {
    background: transparent;
    margin: 0;
    padding: 0;
    color: #aa94d4!important;
}
form#logout-form a:hover {
     color: #aa94d4!important;
}
form#logout-form a:hover .fa {
     color: #aa94d4!important;
}
li.logout.logout22 {
  cursor: pointer;
    padding: 0px 0!important;
    background: transparent;
    border: 0;
}
.nav {
    border-radius: 12px;
    padding: 0!important;
}
.sidebar-nav > li {
  text-indent: 10px;
  line-height: 30px;
  margin: 5px 15px;
}
.sidebar-nav > li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 0.4rem 0rem;
    margin: 5px 10px;
 
}
.sidebar-nav > li form a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 0.4rem 1rem;
    display: inline;
}
.sidebar-nav > li > form a i {
    font-size: 20px;
    width: 65px;
    margin-left: 8px;
}
.sidebar-nav .nav-item form:hover {
    text-decoration: none;
    color: #333;
    background: #f4f4ff;
    margin: 5px 9px;
    border-radius: 6px;
    padding: 0.4rem 0rem;
}
.sidebar-nav > li form a:hover {
    text-decoration: none;
    color: #222;
    font-weight: 600;
   padding: 0.4rem 0.5rem;
   
}
.sidebar-nav > li > a i:hover form {
    font-size: 20px;
    width: 65px;
    margin-left: -4px;
}
.flex-column {
    flex-direction: column!important;
    flex-direction: column !important;
    flex-flow: column nowrap;
}


.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
 text-decoration: none;
    
}
.sidebar-nav > li > a i {
 font-size: 20px;
    width: 65px;
    margin-left: -22px;position: relative;
    top: -3px;
}
.navbar-header {
    margin-left: 0px;width: 100%;
}

.main-content {
    padding: 0px;
    min-height: 750px;
}
#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 20px #ddddddd1;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color:#fff;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}
#navbar-wrapper .navbar a {
  color: #333;
    text-decoration: none;
    
}
#navbar-wrapper .dropdown li a:hover {
  color: #6958ee;
    text-decoration: none;
    background-color: transparent;
}

#content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 100px;
}
#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}
.topbar-menu .bi.bi-x-circle {
    margin-left: 10px;
    color: #d9394d;
}
i.fa.fa-lock {
    color: #a9883f;
    font-size: 20px;
}
i.fa.fa-lock-open {
    color: #4d45b5;
}
@media screen and (max-width: 768px){
.navbar-header .bi.bi-justify-left {
   top: 0px;
    display: block;
    margin-top: 7px;
}

.sidebar-logo {
    width: 27%;
    float: left;
}
}
/*-------------------------------form-alart-----------------------------*/


.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 0px;
    margin: 0;
}
.form-top .alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.form-top .alert-danger ul {
    margin: 0!important;
}
.form-top .alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff0018;
    box-shadow: 0 0 0 0.25rem rgb(241 71 87 / 25%);
}


.form-floating>label {
    font-size: 15px;
    color: #777;
    font-weight: 500;
}
/*-------------------------------form-alart-----------------------------*/
/*-----------------------------course-content--------------------------------------------*/
.course-content .card {
    padding: 20px 30px 40px;
    border: 0;
    border-radius: 10px;
}

.course-content form {
    margin: 20px 0;
}
.course-content .avatar img {
    width: 100%;
}
.course-content .avatar {
   width: 20%!important;
    margin-right: 10px;
    float: left;
   
}
.course-content h5 a {
    text-decoration: none;
    color: #333;
    font-size: 19px;
    font-weight: 700;
}
.section-userdata .card {
    padding: 10px 30px;
    border: 0;
    border-radius: 10px;
}
.lecture-title {
   float: left;
    line-height: 2;
    min-height: 90px;
    width: 75%;
}
.user-info .course-title {
    width: 75%;
}

.user-info .course-title h5{
  min-height: 84px;
}
.user-info .course-title a {
    font-size: 21px;
    color: #222;
    font-weight: 600;
    font-family: roboto;
    text-decoration: none;
    line-height: 28px;
}
.card-icon {
    float: left;
    margin-bottom: 20px;
}
.course-content h5{
  margin:0;
} 

.progress {
   background: #0d6efd59!important;
    height: 5px;
}
.section-userdata .avatar {
    width: 12%;
}
.section-userdata .avatar img{
    width: 100%;
}
.author{
  width: 65%;
} 
.course-content .btn-light {
    width: 42%;
    color: #066ac9;
    background-color: rgba(6, 106, 201, 0.1);
    font-size: 13px!important;
    border-radius: 5px;
    font-weight: 500;
}
.course-content .btn-light:hover {
   background : #0d6efd!important;
   color: #fff;
   font-weight: 500;
    
}
.course-content .h3 {
    font-size: 20px;
    font-weight: 600;
}
.card-grid {
    padding: 20px!important;
}
.card-inside {
    border: 0px solid #e2dede!important;
    border-radius: 20px;
    height: 500px;
    box-shadow: 0 0 20px #00000021;    position: relative;
}
.card-inside img {
    border-radius: 20px 20px 0 0 ;
}

.card-inside .card-body {
    flex: 1 1 auto;
    padding: 1.2rem 1.8rem;
}
.thought {
    width: 300px;
    height: 265px;
}

.edit:hover {
    border: 0!important;
}
.remove:hover {
    border: 0!important;
}

.course-content .user-info {
    width: 100%!important;
}
.section-pagecontent .user-info {
    width: 100%;
}

.section-userdata .card {
    padding: 10px 30px;
    border: 0;
    border-radius: 10px;
}

.edit i {
   padding: 2px 5px;
   font-size: 16px;color: #0c359e;
}
.edit i:hover {
    color: #333;
}
.remove i {
  padding: 2px 5px;
  font-size: 16px;color: #e31212;
}
.remove i:hover {
    color: #333;
}
.icon-md {
    padding: 2px 7px;
}
.icon-md i {
    color: #fff;font-size: 13px;
}

.bg-info {
   background-color: #e3ebff!important;
    color: #0c359e!important;
    font-weight: 600;padding: 5px 8px 6px;
}
.course-status {
    background-color: #6c757d00!important;
    color: #222!important;
    padding: 0;
    margin-right: 10px;
}

.badge.bg-secondary .bi.bi-circle-fill {
    background-color: #c3efca!important;
    color: #3a603f!important;
    font-weight: 600;
    min-width: 75px;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 10px;
    margin-right: 3px;
}

.badge.bg-secondary .bi-dash-circle-fill {
    background: #ffdcdc;
    min-width: 100px;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 10px;
    margin-right: 3px;
}

.text-des {
    font-size: 14px;
}
.card-inside .card-footer {
     background-color: transparent;
    border-top: 1px solid rgba(0,0,0,.125);
   float: left;
    width: 100%;padding: 0.8rem 0rem 1rem;
}
.card-badge {
    float: left;
}
.edit-icon {
    display: flex;
    width: 15%;
}
.card-bottom a {
    transition: background 0.2s, color 0.2s;
    color: #222;
    text-decoration: none;
    font-weight: 700;
}
/*-----------------------------course-content--------------------------------------------*/


/*=================section-dashboardblock========================*/
.dashboardblock {
    float: left;
    width: 100%;
    padding: 50px 0;display: none;
}
.section-banner .banner-info {
   position: absolute;
    left: 76px;
    top: 60px;
    color: #0b0b0b;
}
.banner-info h1 {
   font-size: 28px;
    margin-bottom: 2px;
    font-weight: 600;color: #fff;
}
.banner-info p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ddd;
    font-weight: normal;
    font-size: 15px;
}
.card-header h4 {
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 0px;font-size: 23px;line-height: 1.8;
}
.user-profile {
    color: #fff;
    margin:30px 0;
}
.user-profile img{
   width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #ddddddc4
}
.user-profile h2 {
    font-size: 20px;
}
.user-profile p {
    font-size: 15px;
    color: #ddd;
}
.feature-card {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px #0707071a;
    transition: all .3s ease;height: 410px;
}

.feature-card:hover {
    box-shadow: 0 10px 60px rgb(0 0 0 / 18%);
    transform: translateY(-10px);
    cursor: pointer;
    border: 2px solid #2f1c53;
}
.feature-card h3 {
    font-size: 20px;
    margin: 10px 0 15px;
    line-height: 28px;font-weight: 700;
}
.feature-card p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #777;
    font-weight: normal;
    font-size: 14px;
    min-height: 90px;
}

.bottom-banner .banner-info {
    position: absolute;
    color: #fff;
    padding: 5px 15px;
}
.bottom-banner img {
    border-radius: 20px;
}
.bottom-banner .btn-default {
    color: #fff;
    background-color: #2F1C53;
    border-color: transparent;
    font-size: 13px;
    border-radius: 5px;
    padding: 7px 15px;
    text-decoration: none;
    margin: 18px 0 0;
    float: left;
}
.bottom-banner h1 {
 font-size: 21px;
    line-height: 30px;
    padding-bottom: 5px;
    font-weight: 700;
}
.bottom-banner p {
    font-size: 15px;
    width: 100%;
    line-height: 32px;
    margin-bottom: 0;
}
.dblock a {
   text-decoration: none;
  }
  .dblock a:hover {
 background-color: #0c359e;
    border-color: #0c359e;
    color: #fff;
    box-shadow: 4px 4px #111;
  }
.dblock .btn-default {
   background-color: #a9883f;
    border-color: #a9883f;
    padding: 10px 25px;
    color: #111;
    box-shadow: 4px 4px;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0 0;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Krona One", serif;
    letter-spacing: -.5px;
    transition: opacity .65s,transform .85s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
}
.announcement {
    border: 0;
    background: transparent;
}
.banner-info p a {
    color: #fff;
    text-decoration: none;
}
.announceimg {
    position: relative;
    top: 25px;
}
.featureimg img {
    width: 70%;
}
@media screen and (max-width:1024px){
  .announcement {
     overflow-y: scroll;
    background: #b35368;
    border-radius: 20px;
}
.banner-info h1 {
 font-size: 15px;
    line-height: 25px;
}
.announcement .card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
}
.section-banner .banner-info {
   left: 100px;
    top: 10px;
   margin-bottom: 0; 
}
.bottom-banner p {
    font-size: 14px;
    width: 100%;
    line-height: 25px;
    margin-bottom: 0;
}
.feature-card {
     padding: 20px;
  }

.dblock .btn-default {
     font-size: 12px;
  }
  .feature-card h3 {
    font-size: 17px;
  line-height: 24px;
}
.bottom-banner .banner-info {
    padding: 16px 20px;
}
}
@media screen and (max-width:768px){
.bottom-banner .banner-info {
   
    padding: 20px 30px;
}
.banner-info h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
}

}
@media screen and (max-width:480px){
.dsbanner2 {
    display: block;
    width: 100%;
}
.dsbanner1 {
    display: none;
    
}
.section-banner .banner-info {
    left: 15px;
    top: 20px;
}
.banner-info h1 {
    font-size: 21px;
    line-height: 34px;
}
.bottom-banner .banner-info {
    padding: 10px 30px;
}
.img-fluid.announcebkg {
    height: 460px;
}
.announceimg {
    position: relative;
    top: 15px;
}
}
/*=================section-dashboardblock========================*/
table td img {
    width: 40px;
    height: 40px;
    border-radius: 4px!important;
}
/*-----------------------------checkout--------------------------------------------*/

.checkout {
    padding: 30px 40px 40px;
    border: 0;
    border-radius: 10px;
}
.section-checkout {
    padding: 30px 0px 0;
}
.section-checkout .total-amount .list-group-item{
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    margin-bottom: 10px;
}
.checkout_pro img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.checkout_logo img {
    width: 100%;
}
.checkout_logo {
    margin: 0 0 25px;
    width: 16%;
}
.footer .checkout_logo {
    margin: 0 auto 5px!important;
    width: 16%!important;
}
.bottom-icons  li {
    display: inline-block;
    margin: 0px 70px;
  }
.bottom-icons {
  display: inline-block;
    text-align: center;
    background: #ebebef5e;
    padding: 20px;
    width: 86%;
    margin: 40px auto 10px;
    border-radius: 10px;
}
.bottom-icons img {
 float: left;
    border:2px solid #62bd5e94;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.bottom-icons  strong {
    display: block;
    font-size: 12px;
    color: #9b9898;
    font-weight: 500;
}
.bottom-icons h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
.icon-image {
    float: left;
    width: 52px;
    margin-right: 15px;
}
.icon-text {
   display: flex;
    font-size: 20px;
    color: #6c6a6a;
    align-items: center;
}


.uploadimage img {
    width: 50px;
    border-radius: 50%!important;
    background: #e6e6eb;
    padding: 4px;
}
.uploadimage li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}
.uploadimage {
    padding: 0;
    margin: 15px 0 0;
}
.imgdelete {
   
    margin-left: 51px;
}
.imgdelete .fa {
 color: white;
    position: relative;
    top: -58px;
    background: #d33131;
    padding: 2px 3px;
    border-radius: 50%;
    font-size: 11px;
    left: -12px;
    border: 1px solid #d33131;
    font-weight: normal;
}
.imgdelete .fa:hover {
 color: white;
   background: #333;
  border: 1px solid #333;
    
}
.uploadimage img:hover {
    filter: brightness(.8);
}
/*-----------------------------checkout--------------------------------------------*/
.icon-shape {
    width: 37px;
    height: 37px;
    float: left;
    border-radius: 5px;
    background:transparent;
    margin-left: 0;
}
.card1 {
     border-radius: 10px;
    border: 0;
    padding: 10px;
  background: url(../adminassets/dsbkg1.jpg);
    box-shadow: 9px 0 11px #ddd;
    background-size: cover;
    height: 130px;
}
.card2 {
    border-radius: 10px;
    border: 0;
    padding: 10px;
    box-shadow: 9px 0 11px #ddd;
   background: url(../adminassets/dsbkg2.jpg);
   background-size: cover;
   height: 130px;
}
.card3 {
    border-radius: 10px;
    border: 0;
    padding: 10px;
    box-shadow: 9px 0 11px #ddd;
  background: url(../adminassets/dsbkg2.jpg);
   background-size: cover;
   height: 130px;
}
.card1 .numbers {
    color: #327636;
    font-size: 14px;
    font-weight: 600;
}

.card1 .icon {
    background: transparent;
    padding: 0;
    width: 90%;
}


.card1 i{
    font-size: 36px;
    color: #fff;
}

.card1 .numbers h4 {
    font-weight: 700;
    font-size: 22px;
}



.card2 .numbers {
    color: #f06284;
    font-size: 14px;
    font-weight: 600;
}

.card2 .icon {
    background: transparent;
    padding: 0;
    width: 90%;
}
.card2 i{
    font-size: 36px;
    color: #fff;
}

.card2 .numbers h4 {
 font-weight: 700;
    font-size: 22px;
    color: #f06284;
}
.card2 h5 {
    color: #f06284;
}

.card3 .numbers {
    color: #5b53b8;
    font-size: 14px;
    font-weight: 600;
}

.card3 .icon {
    background: transparent;
    padding: 0;
    width: 90%;
}
.icon img {
    width: 100%;
}
.card3 i{
    font-size: 36px;
    color: #fff;
}
.numbers h5 {
    font-size: 18px;
}
.card3 .numbers h4 {
    font-weight: 700;
    font-size: 22px;
    color: #4d44b5;
}
.card3 h5 {
    color: #4d44b5;
}
.section-instruction li:before {
    content: "\f136";
    font-family: 'bootstrap-icons';
    color: #6558ee;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.section-instruction li {
    font-size: 16px;
    display: flex;
    line-height: 26px;
}
.section-instruction ul {
  padding: 0;
}
.section-instruction .bi.bi-file-earmark-text {
    font-size: 30px;
}
.section-instruction .card-header {
    background: transparent;
}
.section-instruction .card {
    border-radius: 15px;
    border: 0;
}

.section-helpblock li:before {
    content: "\f136";
    font-family: 'bootstrap-icons';
    color: #6558ee;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.section-helpblock li {
    font-size: 16px;
    display: flex;
    line-height: 26px;
}
.section-helpblock ul {
  padding: 0;
}
.section-helpblock .bi.bi-file-earmark-text {
    font-size: 30px;
}
.section-helpblock .card-header {
    background: transparent;
}
.section-helpblock .card {
    border-radius: 15px;
    border: 0;
}

.submitbtn .btn-link {
   text-align: center;
   font-weight: 400;
    background: #a9883f;
    line-height: 1;
    padding: 15px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 0;
   border-radius: 5px;
   
}
.submitbtn .btn-link:hover {
    background: #222!important;
    color: #fff!important;
    border: 0;
}
.listbtn {
    color: #fff!important;
    font-size: 12px!important;
    font-weight: 500!important;
}
.section-pagecontent .card {
    padding: 20px 50px 40px;
    border: 0;
    border-radius: 10px;
}
.section-pagecontent .listbtn:hover {
    color: #f5dddd!important;
    border-bottom: 0;
}

.section-pagecontent form {
    margin: 20px 0;
}
.section-pagecontent .avatar img {
    width: 100%;
}
.section-pagecontent .avatar {
    width: 10%;
    margin-right: 10px;
}



.card-header .course-title{
    float: left;
    width: 75%;min-height: auto;
}

.section-userdata .avatar {
    width: 12%;
}
.section-userdata .avatar img{
    width: 100%;
}



.card-title {
   
 border: 0;
    padding-left: 0;
  }
.nav-link:focus {
    color: #fff;
}

.text-body {
  
 font-size: 15px;text-align: left;color: #222; text-align: left; font-weight: 600;
}
 td h6 {
   font-weight: 500;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
}
th {
    font-size: 16px;
}
td {
    font-size: 14px;
}
td a {
    font-weight: 600;
}

.section-instruction h4 {
    font-size: 20px;
    font-weight: 600;
}
.section-pagecontent .h3 {
    font-size: 20px;
    font-weight: 600;
}
h4 {
    font-size: 22px;
    font-weight: 600;
}
footer {
  margin-top: 20px;
    float: left;background: #121212;
    width: 100%;padding: 8px; font-size: 14px;color: #ddd;
}
footer p{
  font-size: 14px;color: #ddd;
}
 footer li a{
  font-size: 14px;color: #ddd!important;
}
footer.footer ul {
    margin: 0 0 0px;
}
footer.footer a {
    font-size: 14px;
    text-decoration: none;
    color: #ddd!important;
}
.topbar-menu .avatar-top {
    width: 46px;
    height: 45px;
    border: 4px solid #dddddd91;
}
.notification .small {
    color: #333;
}
.notification h6 {
    font-size: 14px;
     color: #333;
}
.notification h5 {
    font-size: 15px;
     color: #333;
     font-weight: 600;
}
.notification .avatar {
    width: 12%;
}
.notification .avatar-img {
    width: 100%;
}

.notification .card {
    width: 330px;
    padding: 0px 10px 10px;
}
.notification .bg-danger {
    background-color: #dc35451f!important;
}
.notification p {
   font-size: 13px;
   color: #333;
}
.notifi-badge {
    width: 10px;
    height: 10px;
    background: #d6293e;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 11px;
    z-index: 1;
}
.animation-blink {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}
.notif-text {
    width: 100%;
}
.notifi-link {
    color: #333!important;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.notifi-link:hover {
    color: #ffbd89!important;
    
}
.avatar-in{
    width: 20%;
}
.avatar-in .avatar-img {
    width: 100%;
}
.main-content .dropdown-menu{

border: 0;
}
.shadow {
     box-shadow: 0px 0px 40px rgb(29 58 83 / 15%)!important;
}
.profile-setting .dropdown-menu{
   width: 300px;
    padding: 10px;
    box-shadow: 0 0 20px #1d1d1d3b!important;
    border-radius: 20px;
    padding-bottom: 20px;
}
.profile-setting .dropdown-item {
    font-size: 14px;
    color: #333;
}
.profile-setting .dropdown-menu li {
    border: 0;
    background: 0;
    display: block;
    float: none;
    padding: 0;
}
.profile-setting .dropdown-menu li a {
    color: #222!important;
    text-decoration: none;
    padding: 6px!important;
    font-size: 15px!important;
    font-weight: 500!important;
    
}
.profile-setting .dropdown-menu li a:hover {
    color: #fff!important;
    background:#2A105C!important;
    border-radius: 5px;
}
 .profile-setting .dropdown-item:hover i {
  color: #fff!important;
   
}
.avatar-name h6 {
    font-size: 17px;
    font-weight: 600;
    margin: -8px 0 10px
}
.dropdown-divider {
    height: 0;
    margin: 0.4rem auto;
    overflow: hidden;
    border-top: 1px solid rgb(0 0 0 / 4%);
    width: 86%;
    opacity: .2;
}
.profile-setting li:hover {
    color: #2F1C53!important;
    background-color: transparent;
    border-color: transparent;
}
.profile-setting li a:hover  {
    text-decoration: none;
    background-color: #2f1c53;
    padding: 10px;
    color: #fff!important;
    border-radius: 5px;
}
a.dropdown-item i {
    color: #333!important;
}
.avatar img {
  width: 46px;
    height: 45px;
    border: 4px solid #dddddd91;
}
.profile-setting .dropdown-item i {
    font-size: 16px;
}

.btn-link1 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
span.btn-link1:hover {
   color: #ffbd89;
}

.checkoutbtn {
    padding: 10px 40px;
    background: #63bd5f;
    border: 1px solid #63bd5f;
    color: #fff!important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
}
/*---------------------------------------section-adminform---------------------------------------------*/
.form-control {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
.frm-check {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}

.frm-check .form-check-input {
    float: left;
    padding: 0!important;
}
.frm-check .form-check-label {
    padding-left: 29px;
}
.section.helpblock .card{
padding: 20px 30px 40px;
    border: 0;
    border-radius: 10px;

}
.section.helpblock .card-header {
    background: transparent;
}
.section-adminform .card {
    padding: 20px 30px 40px;
    border: 0;
    border-radius: 10px;
}
.section-adminform h3 {
    font-size: 20px;
    font-weight: 700;
   margin-bottom: 20px
}
.greynote {
    margin-bottom: 20px;
    background: #e5e7ea9e;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ddd;;
}
textarea#messege {
    min-height: 120px;
}
textarea {
    height: 120px!important;
}
form .alert.alert-danger {
   width: 100%;
    margin-top: 0.25rem;
    font-size:12px;
    color: #ef0d23;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
  }
.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 0px;
}
.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff0018;
    box-shadow: 0 0 0 0.25rem rgb(241 71 87 / 25%);
}
.form-floating>label {
  font-size: 15px;
    color: #777;
    font-weight: 500;
}
label.input-group-text span {
    font-size: 14px;
    padding: 0px 4px;
    position: relative;
    top: -3px;
    font-style: normal;
}
.submitbtn {
    width: 100%;
    text-align: center;
    margin: 15px auto;
    float: left;
}
.submitbtn .btn-primary:hover {
    color: #fff;
    border: 0;
}
.btn-primary {
    font-weight: 400;
    background: #a9883f;
    line-height: 1;
    padding: 14px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0px;
   
}
.btn-secondary {
    color: #fff;
    background-color: #444;
    border-color: #444;
    padding: 9px 30px;
}

.btn-info {
        color: #fff;
    background-color: #1d2b62;
    border-color: #0a112d;
    border: 0;
    line-height: 1;
    padding: 9px 13px;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 4px;
}
.section-userdata .card-header {
    background: transparent!important;
}
.btn-light {
    color: #fbfbfb;
    background-color: #23292f;
    border-color: #f8f9fa;
    padding: 6px 15px!important;
}
.card-title {
    font-weight: 600;
    border: 0;
    padding-left: 0;
    color: #222;
}
.loginbtn .btn-primary:hover {
    background: #0a112d!important;
    color: #fff!important;
    
}
.btn-primary:hover{
   background: #0a112d!important;
    color: #fff!important;
  
}
.hvr-rectangle-out:before {
    border-radius: 5px;
    color: #333;
    border: 0;
   background:transparent;
}

.course-btn {
    float: right;
}
.loginbtn {
    width: 100%;
    margin: auto;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #0a58ca;
}
.file {
 position: relative;
  font-size: 6px;
   
   
}

.file > input[type='file'] {
overflow: hidden;
    position: relative;
    left: 0px;
    display: block;
    width: 100%;
    top: 0px ;
  
}
.file > input[type='file']:focus {
    outline: 0;
    border: 0;
}
.file > label {
cursor: pointer;
    outline: 0;
    user-select: none;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    width: 115%;
    border-color: #ffffff;
    color: #333;
    background: transparent;
    margin: 10px 0px;
    opacity: 1!important;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    
}
.file > label i {
    position: absolute;
    right: 0;
    padding-right: 0px;
    font-size: 35px;
}
label.input-group-text i {
    font-size: 23px;
    color: #777;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.42rem) translateX(0.12rem);
}




 .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    line-height: 1.5;
}

.table {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 25px;
}
.table .btn-light:hover {
    color: #fff!important;
    background-color:#222!important;
     border: 0px solid #999;
}
.table .btn-light {
    color: #ffffff!important;
    margin-bottom: 10px!important;
    background-color: #1d2b62;
    border-color: #0a112d;
    border: 0;
    line-height: 1;
    padding: 10px 13px!important;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 4px;
}
.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: rgb(245 248 253);
    color: var(--bs-table-hover-color);
}

table .bi.bi-building {
    color: #161616;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
}
table a {
    text-decoration: none;
    color: #222;
}
table .bi.bi-link-45deg {
    color: #161616;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
}

td i {
    margin-right: 0px;
}
td {
    color: #727273;
    font-weight: 500;
}
td .bi.bi-info-circle-fill {
    margin-right: 10px;
}

a:hover {
    color: #a9883f;
}
.card-header a.btn.btn-link {
   position: relative;
    top: -5px;
    margin-left: 22px;
}
.table>:not(:last-child)>:last-child>* {
   border-bottom-color: #ddd;
    border-top: 0px solid #222;
    background: #0a112d;
    color: #fff;
    font-weight: 600;
}
.invoicedata td {
    font-size: 14px;
    width: 50%;
}
.modal-header {
  background: url(../userassets/popupbkg.jpg);
    color: #fff;
    background-size: cover;
    background-position: 77% 46%;
}
.btn-close {
    background: url(../adminassets/close.png)!important;
    opacity: .5;
    background-repeat: no-repeat!important;
    background-size: 15px!important;
    position: relative;
    right: -13px;
}
.modal-footer {
    display: none;
    
}
.input-group-text {
   font-size: 14px;
   
}
label.input-group-text span {
    font-size: 14px;
    padding: 0px 4px;
    position: relative;
    top: -3px;
    font-style: normal;
}
.modal-content .input-group-text i {
    font-size: 18px;
    color: #222;
    position: relative;
    top: -2px;
}
input.color {
    width: 45px;
    height: 38px;
}
label.brabdcolor {
    position: relative;
    top: -14px;
}
/*------------------------------------form css--------------------------------------------*/
.container.logincon {
    width: 70%;
}
.container.registercon {
    width: 70%;
}
.section.register {
   float: left;
   width: 100%;
   height: auto;
   padding: 30px 20px 20px;
}
.section.userlogin {
   float: left;
   width: 100%;
   height: auto;
   padding: 30px 20px 20px;
}
.section-login .container {
    max-width: 970px;
}
.loginstart {
   background: #fff;
    border-radius: 20px;
    margin: 42px 0;
    box-shadow: 0 0 20px #ddd;
   padding: 0 0px 0px 0px;
   
}
.loginstart form {
    margin: 25px 0 15px;
}
.contactstart {
    background: #fff;
    border-radius: 20px;
    margin: 42px 0;
    box-shadow: 0 0 20px #ddd;
    padding: 0 20px 10px 0px;
}
.loginlogo {
    width: 70%;
    margin: 0 auto 0;
    text-align: center!important;
}
.loginstart img {
  border-radius: 20px 2px 0px 20px;
    margin: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
  }
.loginstart h3 {
    font-size: 30px;
    font-weight: 700;
}
.loginlogo img {
    width: 100%;
}
.section-login{
padding: 20px 40px 20px;
background: url(../userassets/loginbkg.jpg);
 background-size: cover;

}

.login {
    padding: 20px 30px 20px 20px;
}
.bottombtn {
  display: inline-block;
    text-align: center;
  }
 .bottombtn .btn img {
    width: 23px;
    margin-right: 4px;
}
.bottombtn .btn {
    font-size: 13px;
    padding: 10px 6px;
    border: 1px solid #ddd;
    color: #666;
    margin: 0px 2px;
    background-color: transparent;
}


.bottombtn .btn:hover {
    border: 1px solid #979797;
    color: #999;
}
.bottombtn .btn:focus {
    box-shadow:  none;
}

.bottombtn .btn i {
    margin-right: 6px;
    color: #fff;
}
.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}
.lost a:hover {
    color: #333!important;
}
.account {
    text-align: center;
    display: block;
}
.account a {
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}
.account a:hover {
    color: #333!important;
}

.forgot {
    width: 50%;
    margin: 60px auto;
    padding: 0 20px 20px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px #ddd;
   
}
.headerblock  {
  background: url(../userassets/headerblock.jpg);
    height: 300px;
    background-size: cover;
    width: 100%;
}
.headerblock2  {
    background: url(../userassets/headerblockimg2.jpg);
    height: 300px;
    background-size: cover;
    width: 100%;
}
.headertitle {
    padding: 100px 100px;
}

.headertitle p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px
}
.contactdetail .card h4 {
    font-size: 20px;
    font-weight: 600;
}

.contactdetail .card i{
  color: #fff;
    /*background: linear-gradient(to right, #609973, #5dbfad, #45876a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.contactdetail .card {
  transition: transform .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    border-radius: 15px;
    padding: 10px
}
.icon {
    border-radius: 0.3rem!important;
    background-image: linear-gradient( 358deg, #6ac57d 8.7%, #72d17e 88.1% );
}
.shadow-sm {
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(60 76 65 / 12%), 0 0.125rem 0.4rem -0.0625rem rgb(72 131 92 / 28%) !important;
}
.userlogin .container {
    width: 70%;
}
.register .container {
    width: 70%;
}
/*------------------------------------form css--------------------------------------------*/

/*===============================form-banner=========================*/
.form-banner {
    background: transparent;
    border: 0!important;
}

.marti-info {
    position: absolute;
    color: #fff;
    padding: 10px 32px;
    left: 20px;
    top: 0px;
    width: 100%;
}

.form-banner img {
    border-radius: 15px;
}
.matriimg img {
    width: 76%;
}

.marti-info .btn {
    margin: 5px 0;
    padding: 12px 19px;
    border-radius: 5px;
    line-height: 0;
    background: #e0dfec;
    text-decoration: none;
    color: #222;
    font-weight: 600;
}
.form-banner h4 {
   font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
}
.awardimg img {
    width: 58%;
    left: 39px;
    position: relative;
}
/*===============================form-banner=========================*/



.userintro {
   height: 120px;
    background: url(../userassets/userdashbkg1.jpg);
    margin: 40px auto;
    border-radius: 5px;
    float: none;
    width: 90%;
    background-repeat: no-repeat;
    background-size: cover;
}
.userdatatotal {
    height: 105px;
    background: url(../userassets/userdashbkg2.jpg);
    margin: -68px auto 20px;
    border-radius: 0 0 30px 30px;
    float: none;
    width: 90%;
    background-repeat: no-repeat;
    background-size: cover;
}
.userintro .card-header {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}
.userdatatotal .card-header {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}
.userintro .userprofile {
    border-radius: 50%;
    border: 5px solid #dddddd75;
    margin-top: 5px;
    margin-left: 20px;
    width: 110px;
    height: 110px;
}
.userintro .username {
   color: #fff;
    margin-top: -5px;
    font-size: 18px;
    position: relative;
    left: 12px;
}
.useriimg {
    width: 25%;
}
.usertotaldata {
    margin: 40px 15px;
}
.userdatatotal .bi.bi-star {
    color: #f19942;
       font-size: 18px;
}
.userdatatotal .bi.bi-people {
    color: blueviolet;
    font-size: 18px;
}
.userdatatotal .bi.bi-book {
    color: #16a755;
    font-size: 18px;
}

.userdatatotal .btn-link.createcourse{
    background-image: linear-gradient( 286deg, #63bd5f 10.8%, #6fca6a 94.3% );
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 0;
    margin: 20px 0;
    border-radius: 6px;
}
/*------------------------pagination----------------------------*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 30px 0;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #333;
    border-color: #333;
    color: #fff;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
    border-radius: 4px;
    cursor: pointer;
}
.page-item.active .page-link:hover {
    background:#a9883f;
}
.page-link {
    font-size: 14px;
     padding: 6px 12px;
    position: relative;
    display: block;
    color: #131313;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

li.page-item {
    margin: 0 11px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
}
/*------------------------pagination----------------------------*/

.header-block {
    margin-bottom: 40px;position: relative;
}
.sidebar {
    border-radius: 15px;
    padding: 10px;
    background: white;
}
.sidebar h3 a {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 26px!important;
}
.sidebar h3 {
    text-align: center;
    line-height: 34px;color: #111;
    margin-bottom: 30px!important;
}
.course-display .sidebar {
    padding: 10px 10px 20px!important;
    border: 0;
    border-radius: 20px;
}
.course-display {
  float: left;
    width: 100%;
    padding: 30px 0 60px;
    background: url(../marketplaceimages/catebkg.jpg);
}
.course-display .card-title a {
    color: #111;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;text-transform: capitalize;
  /*  font-family: 'Nunito', sans-serif;*/
}
.course-display .card-title  {
   line-height: 28px;
   margin-bottom: 10px;
 
}
.course-list {
    padding: 5px 0;
}

.top-user-deck {
    position: absolute;
    top: -2px;
    right: 0;display: flex;

}
.course-display .list-inline-item {
    display: inline-block;
    font-size: 15px;
}
i.fa.fa-clock-o {
    color: #f32727;
    font-size: 19px;
}
i.fa.fa-calendar{
  color: #7527f3;
}
i.fa.fa-signal{
  color: #11df77;
}
.bi.bi-reception-1, .bi.bi-reception-2, .bi.bi-reception-3{
 color: #407ff1;
  font-size: 18px;
}
.course-display  iframe{
    width: 100%;
    border-radius: 5px 30px 30px 30px;
    height: 220px;
}
.course-display .card {
   padding: 30px 35px 20px;
    border: 0;
    border-radius: 20px;
}

.course-display  .course-play {
    border-bottom: 1px solid #ddd;
    padding: 0px 0 10px!important;
}
.course-display  .course-play .btn-info {
    border-color: #fbe9eb;
    background-color: rgba(214, 41, 62, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    line-height: normal;
    padding: 5px 10px 6px 13px;
}

.course-display  .course-play .btn-info i {
    color: #d6293e!important;
    font-size: 12px;
}
.course-display .card-body {
   line-height: 50px;
    padding: 1rem 1rem;
}
.course-display .h6 {
    font-weight: 600;
    font-size: 14px;
}
.lec {
    color: #555;
    font-weight: 500;
}

.course-display span:hover .btn-link {
    color: #63bd5f;
}
.course-pricef {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    font-family: "Nunito",sans-serif;
    background: #f3f3f3;
    border-radius: 4px;
}
.course-pricef i {
    font-size: 20px;
    margin-right: -3px;
}
.course-pricef .course-price span {
    font-size: 16px;
   color: #999;
   font-weight: 500;
}
.course-display .buynow{
   width: 100%;
    background-color: #a9883f;
    border-color: #a9883f;
    padding: 14px 25px;
    color: #111;
    box-shadow: 5px 5px;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0 0;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Krona One", serif;
    letter-spacing: -.5px;
    transition: opacity .65s,transform .85s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
}
.course-display .buynow:hover{
background-color: #0c359e;
    border-color: #0c359e;
    color: #fff;box-shadow: 5px 5px!important;
}
.course-display .usd {
   font-size: 26px;
    font-weight: 700;
}
.course-pricef small {
    font-size: 16px;
    margin-right:0px;
    color: #666;
    font-size: 15px;
    font-family: "Nunito",sans-serif;
    color: #4f4f4f;
    line-height: 2.667;
}

.course-pricef i {
    background: #0c359e;
    padding: 5px 9px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: -4px;
}
.course-display .alert-info {
    color: #055160;
    background-color: #fdedf1;
    border-color: #fdedf1;
    line-height: 1.5;
    padding: 0.2rem 2px;
    text-align: center;
    color: #fb6e6e;
    font-size: 11px;
}
.course-display .list-inline-item {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    border-radius: 4px;
    color: #888;
}
.course-display .btn.btn-link {
    border-radius: 50%;
    padding: 4px 7px 3px 10px;
    background: #4eddad;
    margin-right: 10px;

}
.author-logo img {
    width: 200px;
    height: 35px;
}
.author-logo {
    background: #dbdbdb;
    width: 200px;
    height: 35px;
    margin: 10px 0 5px;
    border-radius: 4px;
}
ol {
    padding: 0;
}
.sidebar .card-body {
    line-height: 50px;
    padding: 10px 1rem;
}
/*---------------share & wishlist btn-----------------------*/
.bottom-user-deck {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.add-to-wishlist {
    float: left;
    margin: 0px 7px 0;
}
.add-to-wishlist a {
   background: #ffe5e9!important;
    color: #ff5975!important;
}
.shareurl a {
  background: #cad6f6!important;
    border: 2px solid #cad6f6;
    color: #0c359e!important;
}




.add-to-wishlist a:hover {
    background: #ff5975!important;
    color: #ffe5e9 !important;
}
.shareurl a:hover {
   background:#5846a1!important;
    color:#e1daff!important;
}


.bottom-user-deck .btn.btn-danger {
    padding: 5px 13px;
    color: #222121;
    font-size: 16px;
    text-decoration: none;
    border: 0;
    border-radius: 6px;
    background: #ddd;
}

/*---------------share & wishlist btn-----------------------*/
/*-----------------course-tab---------------------*/
.course-tab .card {
    padding: 20px 20px 15px;
    border: 0;
    border-radius: 20px;
}
.course-tab .card-header {
     background: transparent;
    padding: 0;border: 0;
}
.course-tab .course-display {
    margin: 0px;
}
.course-tab .instru-disc {
   flex: 0 0 auto;
    width: 12%;
}
.course-tab .avatarimg {
    margin-right: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.course-tab .nav-item {
    line-height: 1.2;
    width: auto;
}

.avatarimg {
    width:100%!important;
    border-radius: 10px;
    margin-right: 30px;
    height: 180px;
}

.bi.bi-check-circle-fill {
    margin-right: 7px;
    color: #a9883f;
}

.intro:hover .btn {
    background: #333;
    cursor: pointer;
}
.btn.btn-danger {
    background-image: linear-gradient( 286deg, #63bd5f 10.8%, #6fca6a 94.3% );
    padding: 8px 12px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 0;
    border-radius: 6px;
}
.course-tab {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.course-tab h5 {
   font-weight: 700;
    color: #111;
    line-height: 1;
    font-size: 17px;
}

.course-tab h3 {
    border: 0;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -1px;
    margin-bottom: 3px;
}
.course-tab .fa.fa-play {
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0c359e;
}

.nav-pills .nav-link {
    color: #0c359e;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    background: #dee7ff;
    padding: 10px 30px;
}
.course-tab .card-body {
    flex: 1 1 auto;
    padding: 0rem 0px;
}
.course-tab .fa {
   font-size: 16px;
   margin-right:0px;
}
.course-tab p {
 font-size: 15px;
    color: #898989;
    line-height: 26px;
   
}

.course-tab ul {
    padding: 0;
}
.course-tab li {
  line-height: 30px;
    font-size: 13px;
    color: #777;
    font-weight: 500;
}
.course-tab .bi.bi-star {
    color: #f19942;
    font-size: 18px;
}
.course-tab .list-group-item a {
    color: #555;
    text-decoration: none;
}
.course-tab .list-group-item {
   border: none !important;
    padding: 3px 0;
    font-size: 14px;
    color: #777;
}
.course-tab .bi.bi-book {
    color: #16a755;
    font-size: 18px;
}
.course-tab .bi.bi-people {
    color: blueviolet;
    font-size: 18px;
}
.btn-insta {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #fff;
    padding: 1px 8px;
    border-radius: 4px;
}
.btn-insta:hover {
    opacity: .8;
    color: #fff;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
    padding: 1px 10px;
    border-radius: 4px;
}
.btn-fb:hover {
    opacity: .8;
    color: #fff;
}
.btn-tw {
    color: #fff;
    background-color: #55acee !important;
    padding: 1px 7px;
    border-radius: 4px;
}
.btn-tw:hover {
    opacity: .8;
    color: #fff;
}
.priceStrike{
font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 1px;
    font-size: 16px;
    color: #888;
  }
  .socialicon .list-inline-item {
    background: transparent!important;
    padding: 0px 0px!important;
}
.abcourse .list-inline-item {
    background: transparent!important;
}
 i.bi.bi-bank2 {
    color: #393edf;
    background: #e8ebfb;
   padding: 4px 7px;
    border-radius: 4px;
}
i.bi.bi-person-fill {
    color: #3ba573;
    background: #e8fbf0;
    padding: 4px 7px;
    border-radius: 4px;
}
i.bi.bi-alarm-fill {
    color: #f3274d;
    background: #ffe6e6;
    padding: 4px 7px;
    border-radius: 4px;
}
i.bi.bi-shield-shaded {
    color: #f58a6a;
    background: #ffede5;
    padding: 4px 7px;
    border-radius: 4px;
}
.course-tab .fa.fa-clock-o {
     font-size: 17px;
    color: #f3274d;
    background: #ffe6e6;
    padding: 5px;
    border-radius: 4px;
}
i.bi.bi-clock-fill {
    color: #4d45b5;
}
i.bi.bi-calculator-fill {
    color: #ef5050;
}
i.bi.bi-collection-play-fill {
    color: #45af56;
}
i.bi.bi-bar-chart-line-fill {
    color: #407ff1;
}
i.bi.bi-lock-fill {
    color: #eb3131;
    font-size: 15px;
}
i.bi.bi-unlock-fill {
    color: #eb3131;
    font-size: 15px;
}
  /*-----------------course-tab---------------------*/
/*------------------------------course-display--------------------------------*/






/*------------------------offcanvas----------------------------*/

.offcanvas picture {
    background: #48857A;
    padding: 4px 7px;
    line-height: 2;
    text-align: center;
    border-radius: 50%!important;
    color: #fff!important;
    font-size: 12px;
    float: left;
    width: 32px;
    height: 32px;
    align-items: center;
    vertical-align: middle;
    margin-right: 5px
}
.offcanvas-body .list-group-item-dark {
   padding: 8px 0;
    background-color: transparent;
}


.offcanvas-body .badge-warning.badge-pill {
    padding: 10px;
    background: #f16060;
    line-height: 0;
}
.offcanvas-body .badge-warning.badge-pill {
    padding: 10px;
    background-color: rgba(248, 31, 88, 0.2);
    color: #f81f58;
    line-height: 0;
}
.offcanvas-body .badge-secondary.badge-pill {
    padding: 10px;
   background-color: rgba(62, 95, 206, 0.2);
    color: #3e5fce;
    line-height: 0;
}.offcanvas-body .badge-success.badge-pill {
    padding: 10px;
   background-color: rgba(97, 174, 65, 0.2);
    color: #61ae41;
    line-height: 0;
}
p.createdate {
    font-size: 13px;
    margin: 7px 0 0;
    color: #999;
}
.offcanvas-header {
     background: #2F1C53;
}
.offcanvas-header h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.offcanvas-end {
   border-left: 0px solid rgba(0,0,0,.2);
   
}

.offcanvas .bi.bi-chat-left-text {
   margin-right: 2px;
    position: relative;
    top: 3px;
}
.linkdownload {
    padding: 0;
    font-size: 15px;
    line-height: 2;
}
.brieftitle {
    font-size: 15px;
    margin: 7px 0 0;
    color: #777;
    font-weight: 500;
}
i.bi.bi-link {
    color: #458177;
    background-color: #3da3874a;
    border-color: #dfddff;
    padding: 3px 5px 1px;
    line-height: 0;
    margin-left: 0;
    border-radius: 4px;
    font-size: 16px;
}
i.bi.bi-card-text{
  color: #777;
    font-weight: 500;
}
/*------------------------offcanvas----------------------------*/
/*------------------------------pricing-table--------------------------------*/

/*.pricing-table{
  background: #fff;
    float: left;
    width: 100%;
    padding: 20px 0;
}

.pricing-table .packages {
  margin: 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 12px 12px 12px;
    box-shadow: none;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    

}
.pricing-table .container {
    width: 95%;
}

.package-header {
    width: 100%;
    background: #F0FCF0;
    padding: 10px;
}
.pricing-table  h1 {
    font-weight: 700;
    letter-spacing: -1px;
}
.pricing-table .Popular {
    font-size: 12px!important;
     background: #222;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    width: 49%;
   margin: 0 auto 10px;
    padding: 5px;
    border-radius: 5px;
}
.pricing-table .Trending {
    font-size: 12px!important;
     background: #222;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    width: 49%;
   margin: 0 auto 10px;
    padding: 5px;
    border-radius: 5px;
}
.pricing-table .Recommended {
    font-size: 12px!important;
     background: #FC6125;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto 10px;
    padding: 5px;
    border-radius: 5px;
}
.pricing-table .text2 a{
    color: #ffffff!important;
    font-size: 18px!important;
    padding: 5px 0 0;
    font-weight: 600;
    margin:0;
    text-decoration: none;
    
}
.pricing-table .text1 a{
    color: #ffffff!important;
    font-size: 18px!important;
    padding: 5px 0 0;
    font-weight: 600;
    margin:0;
    text-decoration: none;

}
    

.pricing-table .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4d45b5;
    border-color: #4d45b5;
    line-height: 2;
    border-radius: 10px 10px 0px 0px;
    margin: 30px 0px 0;
}

.package-header p{
  color: #777;
    font-size: 13px;
    line-height: 1.5;
    text-transform: capitalize;
}
.package-header h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #333!important;
    text-transform: capitalize!important;
    padding-bottom: 0;
    padding-top: 10px;
}
.packages.packages2 {
    background: #6233F1;
    color: #fff;
}
.packages.packages2 .package-header h2, .package-list li, .package-list span {
    color: #fff;
}
.package-header h2 {
    color: #63bd5e;
    font-weight: 600;
    margin: 0;
}
.pricing-table .top {
    text-align: center;
}
 .package-list li {
    text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 45px;
    list-style: none;
    background: url(../userassets/bulletgreen.png) no-repeat;
    background-position: left 0px top 13px;
    padding-left: 35px;
}
.package-list span {
    color: #777;
    font-size: 13px;
    line-height: 2;
    text-transform: capitalize;
}
.pricing-table  .list {
  width: 100%;
  padding: 15px 0;
}

ol,
ul {
  padding: 0;
}

.package .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

 .pricing-table input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0;
}


.pricing-table .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.pricing-table .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-table .slider {
 position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
    background-color: #cbd5e0!important;
}*/

.pricing-table .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table .annually {
    color: #57c288;
    font-size: 18px;
    font-weight: 800;
}
.pricing-table .monthly {
    font-size: 18px;
    font-weight: 700;
    color: #97a0a9;
    text-align: right;
}
input:checked + .slider {
    background-color: #57c288!important;
}

 input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.pricing-table .slider.round {
  border-radius: 34px;
}

.pricing-table .slider.round:before {
  border-radius: 50%;
}

 .package-container {
 
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-table .yearly {
    color: #57c288;
    font-size: 18px;
    font-weight: 800;
}

textarea {
    height: 120px!important;
}
.form-floating>.form-control {
   padding: 1rem 0.75rem;
    /*height: 4.4vw!important;*/
    /*font-size: 1.1vw;*/
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px!important;
}
.form-floating>label {
  font-size: 14px;
    color: #444;
    font-weight: 500;
   
}
.input-group-text {
     color: #444;
  }
.form-select, .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ebebeb;
    height: 55px!important;
}
textarea.form-control.form-control-lg {
    height: 120px!important;
}

/*----------------------------------------radio-button-------------------------------------*/
input[type="radio"] {
    display: none
}

input[type="radio"]+label {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding-left: 34px;
    position: relative;
    vertical-align: middle
}

input[type="radio"]:checked+label {
    backface-visibility: hidden;
    animation: checked 200ms ease 1
}

input[type="radio"]+label:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 7px;
    left: 12px;
    position: absolute;
    top: 6px;
    width: 7px
}

input[type="radio"]+label:hover:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5)
}

input[type="radio"]:checked+label:before {
    background: none repeat scroll 0 0 blue
}

input[type="radio"]+label:after {
    border: 3px solid #ccc;
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 15px;
    left: 5px;
    position: absolute;
    top: -1px;
    width: 15px
}

input[type="radio"]:checked+label:after {
    border-color: blue
}

@keyframes checked {
    0% {
        tranform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}


/*----------------------------------------radio-button-------------------------------------*/
@media (max-width: 1024px) {

.course-content .btn-light {
    width: 100%!important;
    margin: 10px 0;
}
.profile-btn a {
   padding: 7px 10px;
    font-size: 10px;
     top: -7px;
    margin-top: 15px;
}

.user-info {
    display: block!important;
}
.author {
    width: 100%;
}
.container.registercon {
    width: 86%;
} 
.userlogin .container {
    width: 100%;
}
.register .container {
    width: 100%;
}

.card1 i {
    font-size: 30px;
    color: #fff;
}

.card2 i {
    font-size: 30px;
    color: #fff;
}

.card3 i {
    font-size: 30px;
    color: #fff;
}
.section-pagecontent .edit-icon {
    width: 22%;
}
.section-pagecontent .card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem;
}
.pricing-table .packages {
    margin: 20px 0px;
}
.pricing-table .container {
    width: 100%!important;
}
.package-list li {
    font-size: 14px!important;
}
.pricing-table .Popular {
   width: 60%!important;
}
.pricing-table .Trending {
   width: 60%!important;
}
.pricing-table .Recommended {
   width: 60%!important;
}
.pricing-table .btn-primary {
    font-size: 15px;
    padding: 17px 17px!important;
}
}
@media (min-width: 992px) {
  #wrapper {
    padding-left: 250px;
  }
  
  #wrapper.toggled {
    padding-left: 65px;
  }

  #sidebar-wrapper {
    width: 250px;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    width: 57px;
  }
  
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
}
  
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;

  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #wrapper {
    padding-left: 0px;
  }
.user-biz .featureddec {
    margin-top: 15px;
    margin-left: 310px;
}
.sidebar-logo {
    width: 30%;
  
}
.card-header h4 {
    font-size: 20px;
   
}

.userintro .username {
   left: 10px;
}
  #sidebar-wrapper {
    width: 0px;
  }
  .navbar-brand {
    float: right;
   overflow: hidden;
    z-index: 9999;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
  
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 0px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
}

@media (max-width: 768px) {
  form .g-2, .gy-2 {
    --bs-gutter-y: 0.0rem;
}
.userintro .username {
   left: 12px;
}
.filechoose label {
   margin-top: -50px;
  font-size: 26px!important;
    
}
  .login {
    padding: 30px 40px 20px;
    width: 100%;
}
  .col {
    flex: none;
}

.register .container {
    width: 100%;
}
  .userlogin .container {
    width: 100%;
}
 .register .col-md-6 {
    width: 100%!important;
}
 .yserlogin .col-md-6 {
    width: 100%!important;
}
.container.registercon {
    width: 100%;
}
.container.logincon {
    width: 100%;
}
.form-floating>label {
    font-size: 13px;
}
.btn-primary {
   font-size: 15px;
  
}
.bottombtn .btn {
    margin: 0px 2px 6px;
    width: 100%;
}
.section.userlogin {
    padding: 10px 20px 10px;
}
.loginbtn {
    width: 99%;
    margin: auto;
}
.section.register {
   padding: 10px 20px 10px;
}
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }
.table>:not(:last-child)>:last-child>* {
   font-size: 15px;
}
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 0px;
  }

  #content-wrapper {
    position: relative; 
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
 .marti-info {
    padding: 10px 21px;
    left: 0px;top: -12px;
   } 
  .awardimg img {
   left: 65px;
    top: 10px;
} 
.main-content .container.pt-5 {
    padding-top: 35px!important;
}
}



@media (max-width: 480px) {
.form-banner h4 {
    margin: 10px 0 0;
   text-align: center;
}
.card-header {
    display: block!important;
}
 .section-pagecontent .card {
    padding: 10px 20px 20px;
}
.user-biz {
    background:#fff;
    height: 300px
}
.user-biz .featureddec {
    margin-top: 2px;
    margin-left: 7px;
}
.file > label > i {
    padding-right: 9px;
    font-size: 25px;
}
  .full-btn {
   font-size: 16px!important;
  }
  .checkout_logo {
 width: 35%;
}
.bottom-icons {
    margin: 20px 0;
}
.bottom-icons img {
   padding: 5px;
   
}
.checkout {
    padding: 30px 30px 10px;
   
}
.icon-image {
    float: left;
    width: 35px;
}
.bottom-icons li {
    display: block;
    margin: 0px auto;
    width: 48%;
    float: left;
}
  .icon img {
    width: 80%;
}
.bottom-icons h4 {
    font-size: 12px;
}
.section-userdata .avatar img {
    width: 35px;
}
.section-userdata .avatar h6 {
    font-size: 14px;
}
.section-userdata a {
    font-size: 14px;float: left;
}
.section-userdata .avatar {
    width: 25%;
}
.section-userdata .card-header {
    padding: 10px 0;
}
.user-biz h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1px;
}
.adminimg {
    width: 100%;
    margin: 0px 0px;
}
.sidebar-logo {
    float: left;
    width: 45%;
}
.navbar-header {
    margin-left: 0px;
   
}
.text-body {
    font-size: 14px;
   
}
  .footer .col-8 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
}
 .footer .col-4 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
}
  .userintro {
    height: 120px;
  }
  .usertotaldata {
    margin: 0px 5px;
}
.account {
 font-size: 13px;
}
.userdatatotal .btn-link.createcourse {
    font-size: 13px;
    margin: 10px 0 10px;
}
.account a {
    font-size: 13px;
   
}
.userdatatotal {
  height: auto;
    padding: 20px 0;
    }
.useriimg {
  display: none;
}
.userintro .username {
    left: 12px;
    font-size: 13px;
    margin-top: 3px;
}
.userintro .userprofile {
   margin-top: 22px;
    margin-left: 0px;
    width: 80px;
    height: 80px;
}
.login {
    padding: 20px 20px 40px;
    width: 100%;
}
.section-adminform .col {
    flex: none;
}

.container {
    width: 95%;
}
.course-detail .card-title a {
      font-size: 20px;
   
}
.course-full .card-title a {
     font-size: 20px;
    
}

.navbar-brand {
    float: right;
}
.course-full  .card-title {
    line-height: 30px;
  }
.course-detail .card-title {
    line-height: 30px;
  }
  .course-delivery .card-title a {
    font-size: 20px;
}
.course-delivery .card-title {
    line-height: 30px;
}

.section-userdata .card {
    padding: 10px 20px;
    
}
.card-header h4 {
    font-size: 20px;
    margin: 0!important;
}
a.btn.btn-link {
    padding: 10px 20px;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-left: 0!important;
    margin-top: 15px;
    
}
.pricing-table .Popular {
    width: 44%!important;
}
.pricing-table .Treding {
    width: 44%!important;
}
.pricing-table .Recommended {
    width: 44%!important;
}
.package-list li {
    font-size: 17px!important;
}
.pricing-table .btn-primary {
    font-size: 16px;
    padding: 17px 50px!important;
}
.topbar-menu {
    display: inline-flex;
   position: relative;
    top: 9px;
    float: right;
   
}
.topbar-menu li a {
    padding: 4px 12px;
    
   
}
.topbar-menu .logout22 i {
  
    margin-right: 1px;
}
.logout22 button {
    top: 2px;font-size: 21px;
}
.topbar-menu li {
   
    margin: 0 0px;
  }
 .navbar-header .bi.bi-justify-left {
    top: 0px;
    display: block;
    margin-top: 1px;
    left: 20px;
} 
}
@media (max-width: 375px) {

  .bi.bi-justify-left {
   margin-left: 0px;
    position: relative;
    top: -3px;
}

.course-detail .card-title {
    line-height: 26px;
    
}
.course-detail .card-body {
    line-height: 50px;
    padding: 1rem 1rem;
}

.course-detail .card-body {
    line-height: 35px;
    padding: 1rem 1rem;
}

.topbar-menu .profile-setting {
    margin: 7px 0;
}

}
@media screen and (min-width: 1500px) and (max-width: 4000px) { 

  .announceimg {
    left: 30px;
    position: relative;
    top: 50px;
}
.avatarimg {
   height: 280px;
}

.form-group.sort-manager label {
     width: 20%;
  }

.announcement .card-body {
    padding: 1.5rem 1.5rem;
}
.bottom-banner p {
    font-size: 16px;
   line-height: 36px;
    
}
.bottom-banner h1 {
    font-size: 23px;
    
}
.useriimg {
    width: 13%;
}
.user-biz .featureddec {
    margin-top: 85px;
    margin-left: 80px;
}
.packages span {
    font-size: 15px;
}
.package-list li {
  font-size: 16px!important;
    line-height: 45px!important;
 
}
.user-biz {
    height: 380px;
}
.tooltip2 {
   right: 180px;
}
.user-biz h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
   
}
.profile-btn a {
   font-size: 16px;
    
}
.user-biz h4{
    font-size: 24px;
    font-weight: 500;
   

}
.package-header h1 {
    font-size: 26px!important;
    padding-bottom: 5px!important;
    padding-top: 10px;
}
.main-content {
    padding: 0px;
    min-height: 900px;
}

}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*------------------------------pricing-table--------------------------------*/

.pricing-table{
  background: #fff;
    float: left;
    width: 100%;
    padding: 20px 0;
}

.pricing-table .packages {
  margin: 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 20px #00000042;
    background: transparent;
    border: 2px solid #222;
}
.pricing-table .container {
    width: 95%;
}

.package-header {
    width: 100%;
  padding: 20px 0 10px;
}
.pricing-table  h1 {
    font-weight: 700;
    letter-spacing: -1px;
}
.pricing-table .Popular {
    font-size: 12px!important;
     background: #222;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    width: 38%;
   margin: 0 auto 10px;
    padding: 5px;
    border-radius: 5px;
}
.pricing-table .Trending {
    font-size: 12px!important;
    background: #222;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    width: 38%;
    margin: 0 auto 10px;
    padding: 7px;
    border-radius: 5px;
}
.pricing-table .Recommended {
    font-size: 12px!important;
    background: #222;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    width: 38%;
    margin: 0 auto 10px;
    padding: 7px;
    border-radius: 5px;
}
.pricing-table .text2 a{
   color: #222!important;
    font-size: 16px!important;
    padding: 5px 0 0;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}
.package-list li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 6px;
}
.pricing-table .text1 a{
    color: #222!important;
    font-size: 16px!important;
    padding: 5px 0 0;
    font-weight: 600;
    margin:0;
    text-decoration: none;

}
  .pricing-table .btn.btn-default {
    background: #c5f957;
    border-radius: 5px;
    padding: 7px 25px;
    box-shadow: 3px 4px #222;
    font-size: 15px;
    font-weight: 500;
     color: #222;
    text-decoration: none;
    margin-bottom: 20px;
    color:  #222;
}  

.pricing-table .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color:#458177;
    border-color:#458177;
    line-height: 2;
    border-radius: 10px 10px 0px 0px;
    margin: 30px 0px 0;
}

.package-header p{
  color: #777;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
    margin: 0;
}
.package-header h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #333!important;
    text-transform: capitalize!important;
    padding-bottom: 0;
    padding-top: 10px;
}
.package-header h2 {
    color: #458177;
    font-weight: 600;
    margin: 0;
    font-size: 28px;
}
.pricing-table .top {
    text-align: center;
}
 .package-list li {
    text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 35px;
    list-style: none;
    
}
.package-list span {
    color: #777;
    font-size: 13px;
    line-height: 2;
    text-transform: capitalize;
}
.pricing-table  .list {
  width: 100%;
  padding: 15px 0;
}
.packages span {
    font-size: 15px;
}
ol,
ul {
  padding: 0;
}

.package .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

 .pricing-table input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0;
}


.pricing-table .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: -1px;
}

.pricing-table .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-table .slider {
 position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
    background-color: #cbd5e0!important;
}

.pricing-table .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table .top p {
    margin-bottom: 30px;
}
.pricing-table .toggle-btn {
    display: inline;
    padding: 12px;
    background: #222;
    border-radius: 5px;
}
.pricing-table .annually {
    color: #ddd;
    font-size: 17px;
    font-weight: 700;
}
.pricing-table .monthly {
    font-size: 17px;
    font-weight: 700;
    color: #ddd;
    text-align: right;
}
input:checked + .slider {
    background-color: #458177!important;
}

 input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.pricing-table .slider.round {
  border-radius: 34px;
}

.pricing-table .slider.round:before {
  border-radius: 50%;
}

 .package-container {
 margin-top: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-table .yearly {
    color: #C5F957;
    font-size: 17px;
    font-weight: 700;
}