?
Current File : /home/sanghavirealty/public_html/publicazwer/admincss/webstyle.css
@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');

body {
  padding-bottom: 0px;
  position: relative;
  min-height: 100%;
  background: #f4f4ff;
   font-family: 'Poppins', sans-serif;
}

a {
  transition: background 0.2s, color 0.2s;
  color: #4d45b5;
}
a:hover,
a:focus {
  text-decoration: none;
}
.btn-tooltip {
    float: right;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.btn-tooltip.inform {
   position: relative;
    right: 16px;
    bottom: 37px;
}
.tooltip-inner {
    background-color: #4caf50;
  }
  .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #4caf50;
}
/*------------------------------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: 30px;
}

.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: #333;
    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: 30px 30px 30px 30px;
}
.course-full .card {
    padding: 20px 20px 15px;
    border: 0;
    border-radius: 30px;
}
.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--------------------------------*/

/*------------------------------course-detail--------------------------------*/

.course-detail .card-title a {
    color: #333;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}
.course-detail .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;
}
.bi.bi-reception-1, .bi.bi-reception-2, .bi.bi-reception-3{
  color: #11df77;
  font-size: 18px;
}
.course-detail  iframe{
    width: 100%;
    border-radius: 30px 30px 30px 30px;
}
.course-detail .card {
    padding: 20px 20px 15px;
    border: 0;
    border-radius: 30px;
}
.course-detail{
    margin: 10px;
}
.course-detail  .course-play {
    border-bottom: 1px solid #ddd;
    padding: 0px 0 10px!important;
}
.course-detail h5 {
    font-weight: 700;
    line-height: 2;
    color: #333;
    font-size: 18px;
}
.course-detail .card-body {
   line-height: 50px;
    padding: 1rem 2rem;
}
.course-detail .h6 {
    font-weight: 600;
    font-size: 14px;
}
.lec {
    color: #555;
    font-weight: 500;
}
.course-detail span {
    font-size: 14px;
    font-weight: 600;
}
.course-detail span:hover .btn-link {
    color: #63bd5f;
}
.course-tab .card {
    padding: 20px 20px 15px;
    border: 0;
    border-radius: 30px;
}
.course-tab .card-header {
   background:#fff;
   
}
.course-tab .course-detail {
    margin: 0px;
}
.course-tab .instru-disc {
    flex: 0 0 auto;
    width: 20%;
}
.avatarimg {
    width:100%;
    border-radius: 10px;
    margin-right: 30px;
}

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

}
.intro:hover .btn {
    background: #333;
    cursor: pointer;
}
.btn.btn-danger {
    background-image: linear-gradient( 286deg, #63bd5f 10.8%, #6fca6a 94.3% );
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 0;
    border-radius: 6px;
}
.course-tab h5 {
    font-weight: 700;
    color: #333;
    line-height: 1;
    font-size: 18px;
}
.course-tab h3 {
    border: 0;
    font-size: 22px;
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4d45b5;
}
.nav-pills .nav-link {
     color: #333;
    font-weight: 600;
    font-size : 15px;
}
.course-tab .card-body {
    flex: 1 1 auto;
    padding: 0rem 40px;
}
.course-tab .fa {
   
font-size: 17px;
color: #fff;
}
.course-tab p {
    font-size: 14px;
    color: #555;
    line-height: 28px;
}
.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: 0.425rem 0;
    font-size: 14px;
}
.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 7px;
    border-radius: 4px;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
    padding: 1px 10px;
    border-radius: 4px;
}
.btn-tw {
    color: #fff;
    background-color: #55acee !important;
    padding: 1px 5px;
    border-radius: 4px;
}
.priceStrike{
font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 1px;
  }
/*------------------------------course-detail--------------------------------*/
/*------------------------------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%;
}
.adminlogo{
    width: 146%;
    margin-left: 30px;
  }
.adminimg {
   width: 66%;
    margin: 6px 54px;
}
.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: #4D45B5;
  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;
}
.bi.bi-justify-left {
    font-size: 22px;
     color: #333;
}
.toptitle {
    float: left;
    margin-top: 5px
}
.toptitle h4 {
 font-size: 20px;
    color: #333;
}
.topbar-menu i {
   
    color: #333;
}
.topbar-menu {
    display: inline-flex;
}
.sidebar-nav {
  position: absolute;
  top: 75px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0px;
}
.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: 15px;
  padding: 0.4rem 1rem;
    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;
    color: #333;
   background: #f4f4ff;
    margin: 5px 10px;
    border-radius: 6px;
    padding: 0.4rem 1rem;
}
.sidebar-nav > li > a i {
 font-size: 20px;
    width: 65px;
    margin-left: -45px;
}
.navbar-header {
    margin-left: 0px;
}

.main-content {
    padding: 0px;
    
}
#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: rgb(110 88 238 / 17%);
}

#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: #63bb5f;
    font-size: 20px;
}
i.fa.fa-lock-open {
    color: #4d45b5;
}

/*-----------------------------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;
}
.user-qui {
    float: left;
    line-height: 2;
    min-height: 50px;
}
.user-qui h6 a {
    font-size: 13px;
}
.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;
}


.thought {
    width: 300px;
    height: 265px;
}
/*-----------------------------course-content--------------------------------------------*/
/*-----------------------------landing-gage--------------------------------------------*/
.section-landing {
    float: left;
    width: 100%;
    background: url(../userassets/landbkg.jpg);
    background-size: cover;
}
.landing {
    text-align: center;
    margin: 40px 0;
}
.landing h3 b{
    color: #fff;
    line-height: 85px;
    font-size: 72px;
    text-transform: capitalize;
}
.landing h3 {
    font-size: 72px;
    color: #fff;
    line-height: 73px;
    margin-bottom: 20px;

}

.landing h5 {
    color: #ffd817;
    margin-bottom: 40px;
    font-size: 22px;
}
.landing-video {
    margin-bottom: 40px;
}
.full-btn {
    display: inline-block;
    box-shadow: 0 8px 1px rgb(0 0 0 / 10%);
     text-align: center;
    font-size: 27px!important;
    padding: 19px 40px!important;
   background-image: linear-gradient( 286deg, #63bd5f 10.8%, #6fca6a 94.3% );
    color: #ffffff;
    font-weight: bold;
    border: 0;
}
.full-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(68.3deg,rgb(88 80 201) 0.4%,rgb(76 67 197) 100.2%);
   
}
.logoimg {
    margin:  0px auto 20px;
    display: block;
}
/*-----------------------------landing-gage--------------------------------------------*/
/*-----------------------------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;
}
.form-control {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 2.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;
}
.form-floating>label {
    font-size: 15px;
}
.uploadimage img {
    width: 50px;
    border-radius: 50%;
    background: #e6e6eb;
    padding: 10px;
}
.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(../userassets/iconbkg1.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(../userassets/iconbkg2.jpg);
   background-size: cover;
   height: 130px;
}
.card3 {
    border-radius: 10px;
    border: 0;
    padding: 10px;
    box-shadow: 9px 0 11px #ddd;
   background: url(../userassets/iconbkg3.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;
}

.btn-link {
    background-image: linear-gradient( 286deg, #63bd5f 10.8%, #6fca6a 94.3% );
    padding: 5px 10px;
    color: #fff!important;
    font-size: 14px;
    text-decoration: none;
    border: 0;
}
.btn-link:hover {
    
    color: #fff;
    border: 0;
}
.listbtn {
    color: #fff!important;
    font-size: 12px!important;
    font-weight: 500!important;
}
.section-pagecontent .card {
    padding: 20px 30px 40px;
    border: 0;
    border-radius: 10px;
}
.section-pagecontent .listbtn:hover {
    color: #f5dddd!important;
    border-bottom: 0;
}
.inst-course {
    padding: 3px 20px 20px!important;
}
.section-pagecontent form {
    margin: 20px 0;
}
.section-pagecontent .avatar img {
    width: 100%;
}
.section-pagecontent .avatar {
    width: 10%;
    margin-right: 10px;
}
.section-pagecontent a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.section-pagecontent a:hover{
color: #666;
border-bottom: 1px solid;
}
.edit:hover {
    border: 0!important;
}
.remove:hover {
    border: 0!important;
}
.section-pagecontent .card-header {
    padding: 0.5rem 0rem;
    
}
.course-content .user-info {
    width: 100%!important;
}
.section-pagecontent .user-info {
    width: 80%;
}
.section-pagecontent .edit-icon {
    width: 22%;
}
.section-userdata .card {
    padding: 10px 30px;
    border: 0;
    border-radius: 10px;
}

.tableLeftAlign {
    float: left;
    width: 85%;
}

.section-userdata .avatar {
    width: 12%;
}
.section-userdata .avatar img{
    width: 100%;
}
a.remove {
    float: right;
}
.edit-icon i {
    font-size: 18px;
}
.edit i {
    color: #4d45b5;
    background-color: #ccc8ff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 16px;
}
.edit i:hover {
    color: #333;
}
.remove i {
    color: #4d45b5;
    background-color: #ccc8ff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 16px;
}
.remove i:hover {
    color: #333;
}
.icon-md {
    padding: 3px 7px;
}
.icon-md i {
    color: #fff;
}


.card-title{
  border: 0;
}
.nav-link:focus {
    color: #fff;
}
.nav-link:hover {
color:#63bd5f;
}

.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: 0px;
}
.topbar-menu .profile-setting {
    margin: 8px 0;
}
.topbar-menu .avatar-top {
   width: 30px;
    height: 30px;
}
.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;
}
.profile-setting .dropdown-item {
    font-size: 14px;
    color: #333;
}
 .profile-setting .dropdown-item:hover i {
  color: #6958ee;
   
}
.profile-setting .dropdown-item:active {
    color: #fff!important;
    background: linear-gradient( 286deg, rgb(145 88 237) 10.8%, rgba(99,88,238,1) 94.3% );
   
    
}
.profile-setting .dropdown-item i {
    font-size: 16px;
}
.profile-setting .dropdown-item:active i {
    color: #fff!important;
  }
.btn-link1 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
span.btn-link1:hover {
   color: #ffbd89;
}
.bg-info {
    background-color: #ccc8ff!important;
    color: #7570b3!important;
    font-weight: 600;
}
.bg-secondary {
    background-color: #c3efca!important;
    color: #3a603f!important;
    font-weight: 600;
}
.bg-success {
    background-color: #4d45b5!important;
}

.checkoutbtn {
    padding: 10px 40px;
    background: #63bd5f;
    border: 1px solid #63bd5f;
    color: #fff!important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
}
.text-des {
    font-size: 14px;
}
/*---------------------------------------section-adminform---------------------------------------------*/
.form-control {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 2.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;
}
.section-adminform .card{
padding: 20px 30px 40px;
    border: 0;
    border-radius: 10px;

}
.section-adminform h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

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: 5px;
}
.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;
}
.submitbtn {
    width: 100%;
    text-align: center;
    margin: 15px auto;
    float: left;
}
.submitbtn .btn-primary:hover {
    color: #fff;
    border: 0;
}
.btn-primary {
    background-image: linear-gradient( 286deg, #63bd5f 10.8%, #6fca6a 94.3% );
    transition: all 0.5s ease;
    font-size: 18px;
    padding: 17px 40px!important;
    box-shadow: 0 8px 1px rgb(0 0 0 / 10%);
    border: 0;
    font-weight: 600;

}
.loginbtn .btn-primary:hover {
    color: #fff;
    border: 0;
}
.btn-primary:hover{
   color: #fff;
    border: 0
}
.hvr-rectangle-out:before {
    border-radius: 5px;
    color: #333;
    border: 0;
   background-image: linear-gradient(68.3deg,rgb(88 80 201) 0.4%,rgb(76 67 197) 100.2%);
}
.loginbtn {
    width: 100%;
    margin: auto;
}

.file {
 position: relative;
   
   
}

.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: 100%;
    border-color: #ffffff;
    color: #333;
    background: #fff;
    margin: 10px 0px;
    opacity: 1!important;
    font-size: 17px;
    font-weight: 500;
}



.file > label > i {
 padding-right: 9px;
    font-size: 35px;
}

.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: #ffffff;
    background-color: #4d45b5;
    border-color: #ffffff;
}
.table .btn-light {
    color: #4d45b5;
    background-color: #dfddff;
    border-color: #dfddff;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(238 237 249);
    color: var(--bs-table-hover-color);
}
td {
    font-size: 15px;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #ddd;
}
.invoicedata td {
    font-size: 14px;
    width: 50%;
}
.modal-header {
     background: #4D45B5;
    color: #fff;
}
/*------------------------------------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--------------------------------------------*/
.userintro {
   height: 120px;
    background: url(../userassets/userdashbkg1.jpg);
    margin: 40px auto;
    border-radius: 30px;
    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: 10px 0;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #dc3569;
    border-color: #dc3569;
    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: #333;
}
.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----------------------------*/

/*----------------------------------------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;
}
.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;
  }
.userintro .username {
   left: 10px;
}
  #sidebar-wrapper {
    width: 0px;
  }
  .navbar-brand {
    float: right;
    margin-left: 650px;
    position: absolute;
    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;
  }

  #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: 425px) {
 .section-pagecontent .card {
    padding: 10px 20px 20px;
}
.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;
}
.section-userdata .avatar {
    width: 25%;
}
.section-userdata .card-header {
    padding: 10px 0;
}
  .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;
}
.navbar-brand {
    float: right;
    margin-left: 330px;
    position: absolute;
    overflow: hidden;
    z-index: 9999;
}
.container {
    width: 95%;
}
.course-detail .card-title a {
      font-size: 20px;
   
}
.course-full .card-title a {
     font-size: 20px;
    
}
.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;
}
.bi.bi-justify-left {
   
  margin-left: 20px;
    position: relative;
    top: -3px;
}
.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;
    margin-right: 50px;
}
}
@media (max-width: 375px) {

  .bi.bi-justify-left {
   margin-left: 0px;
    position: relative;
    top: -3px;
}
#navbar-wrapper .navbar a {
     font-size: 20px;
    padding: 10px;
}
.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;
}
.navbar-brand {
   margin-left: 303px;
   padding: 0;
}
.topbar-menu .profile-setting {
    margin: 7px 0;
}

}
@media screen and (min-width: 1500px) and (max-width: 4000px) { 
.useriimg {
    width: 13%;
}
}
}
@-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;
    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: 30px;
}
.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: 30px;
}
.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: 30px;
}
.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;
}
.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;
}