h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {

}

.container{
	max-width: 1235px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  /* margin: 0 auto; */
  font-size: 16px;
  /* position: fixed; */
  /* right: 40px; */
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/


/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */


.header-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    align-content: center;
}

.header-top ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-top ul li{
 list-style: none;
 padding: 0 10px;
}

.header-top ul li a {
    font-family: 'circular';
    color: #000;
}

.header-top ul li a:hover {
    text-decoration: underline;
}

.header-links li a {
    text-decoration: none;
    list-style: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'circular';
    text-transform: uppercase;
}

 .header-links li {
  list-style: none;
  padding: 7px 6px;
  color: #000;
 }

 .header-links li a{
  text-decoration: none;
  list-style: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
 }
 
 
 .main-header {
  padding: 12px 0 5px;
  background-color: #fff;
}

.header-top {
  padding: 0px 0 0px 0;
}
.header-icons .bag-circle {
  position: relative;
}
.header-icons i{
  font-size: 20px;
  color: #533b59;
  border: none;
  padding: 10px;
}

.header-icons .bag{
  position: absolute;
  /* width: 10px; */
  /* height: 10px; */
  top: -8px;
  /* right: 193px; */
  color: #fff;
  right: 2px;
  font-size: 13px;
  border-radius: 50%;
  width: 19px;
  line-height: 15px;
  text-align: center;
  height: 18px;
  background-color: red;
  /* padding: 3px 6px; */
}

/*.first-section {*/
/*  padding: 25px 0;*/
/*  background-color: #B8DEDF;*/
/*  text-align: center;*/
/*}*/


.first-section {
    padding: 22px 0;
    text-align: center;
    background: linear-gradient(4deg, #c5ac12, #2b2e3b);
}



/*.first-section h1{font-size: 40px;font-weight: 400;color: #000;}*/

.first-section h1 {
    font-size: 35px;
    font-family: 'circular';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}


h1.form_heading {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.form_left_part{
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 20px;
}



.first-table-section {
  padding: 50px 0;
}

.first-table-section .group-top-table-row h3{
  text-align: center;
  font-size: 24px;
  padding: 25px 0;
  border-radius: 0px;
  border: none;
  background: linear-gradient(4deg, #c5ac12, #2b2e3b);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  
}

.table thead th{
        vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase;
    font-size: 14px;
}


.group-top-table-row {
  background-color: #f8f8f8;
}

.first-table-section.second-table .group-top-table-row h3{
  font-size: 20px;
}
.first-table-section.second-table .group-top-table-row{
  background-color: #B8DEDF;
}

.second-table form {
  padding: 25px;
}

.second-table form input {
  /* padding: 0 20px; */
  width: 50%;
  text-align: center;
}
.second-table .col-md-12{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.group-top-table-row {
 border-top-left-radius: 10px; 
 border-top-right-radius: 10px; 
}
.proceed-to-checkout {
  float: right;
  padding: 30px 0;
}
.proceed-to-checkout p{
  display: flex;
  justify-content: flex-end;
}
.proceed-to-checkout span{
  padding: 0 2px;
}

.proceed-to-checkout .sub {
  font-size: 20px;
  font-weight: 500;
  padding-right: 60px;
}

.proceed-to-checkout .discount.green {
  font-size: 20px;
  font-weight: 500;
  padding-right: 58px;
  color: #4ab915;
}

.proceed-to-checkout .green {

  color: #4ab915;
}


.proceed-to-checkout .total {
  font-size: 20px;
  font-weight: 500;
  padding-right: 82px;
}
.proceed-to-checkout .btn{
  padding-top: 25px;
}
.proceed-to-checkout .btn a{
  padding: 10px 25px;
  background-color: #B8DEDF;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.proceed-to-checkout .total-amount{
  font-size: 20px;
  font-weight: 500;
}

.checkout-top-heading h3 {
    font-size: 40px;
    font-weight: 700;
}

.checkout-top-heading {
    padding: 20px 0;
    background: linear-gradient(4deg, #c5ac12, #2b2e3b);
    color: #fff;
    font-family: 'circular';
}
.returning-customer {
  margin-top: 30px;
}

.returning-customer h3 {
    background: linear-gradient(4deg, #c5ac12, #2b2e3b);
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 50px;
    color: #fff;
    font-family: 'circular';
}

.returning-customer h3 span{
  font-size: 14px;
  border-bottom: 1px solid #fff;
} 
.chechout-main-form .form-div label {
  font-weight: 500;
}

.chechout-main-form .form-div label span {
  color: red;
}

.billing-details h4 {
    font-size: 20px;
    font-family: 'circular';
    color: #000;
    border-bottom: 1px solid #B8DEDF;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.billing-details .mycheck {
  font-size: 20px;
  color: #B8DEDF;

  width: 85%;
}

.billing-details .checkbox-inner-div {border-bottom: 1px solid #B8DEDF;padding-bottom: 6px;margin-bottom: 25px;/* padding-top: 4px; */display: flex;align-items: center;}

#myCheck {
  width: 30px;
  height: 30px;
  /* padding: 20px; */
  margin-right: 12px;
}

.coupen-card-heading h4 {
    font-size: 20px;
    font-family: 'circular';
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 25px;
}


.coupen-code-input {
  position: relative;
}

.coupen-code-input .btn a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 24px;
  /* border-radius: 5px; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0px;
  right: 1px;
  background-color: #B8DEDF;
}

.coupen-card {
  box-shadow: rgb(162 162 162 / 20%) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 4px;
}

.billing-details {
  padding: 15px 0;
}

.coupen-card .billing-detail {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.coupen-card .billing-detail h5{
  font-size: 15px;
  padding-bottom: 6px;
}
.billing-detail p span{
  color: #4ab915;
  font-weight: 600;
}
.credit-card-section h4{
    font-size: 20px;
    font-family: 'circular';
    color: #000;
    border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 25px;
}

.credit-card-collapse .card-checklabel {
  font-size: 17px;
  font-weight: 600;
  margin-left: 13px;
  margin-bottom: 18px;
}

.card-collapse-inner-div{
  padding-top: 20px;
  padding-bottom: 25px;
}

.card-collapse-inner-div label{
  font-size: 15px;
  font-weight: 500;
  color: #b1b1b1;
}

.credit-card-section p.terms-condition{
  text-align: center;
  font-size: 16px;
  width: 78%;
  margin: auto;
  padding: 40px 0;
}

.card-collapse-inner-div label span{
  color: red;
}
footer{
  background-color: #2b2e3b;
  padding: 50px 0;
  color: #fff;
}

.first_column_para{
    color: #fff;
}

footer .quick-links ul {
  display: flex;
  flex-direction: column;
}

footer .quick-links ul li{
  list-style: none;
  padding: 5px  0;

}
footer .quick-links h4{
  font-size: 20px;
  padding-bottom: 20px;
}
footer .quick-links ul li a{
text-decoration: none;
color: #fff;
font-size: 16px;
}

.first-column p{
  font-size: 14px;
  /*color: rgb(92, 92, 92);*/
  padding-bottom:10px ;
}

.first-column p a{
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
.input-div input {
  width: 60%;
  height: 40px;
  border-radius: 30px;
}

footer .input-div {
  position: relative;
  padding: 18px 0;
}
footer .input-div button {
  position: absolute;
  top: 20px;
  padding: 8px 30px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  right: 12px;
      background: linear-gradient(4deg, #c5ac12, #2b2e3b);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
    color: #fff;
    font-weight: 600;
}

.third-column p span a{
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.third-column p {
  padding-bottom: 15px;
}

.footer-icons .fa-facebook{
  background-color: #3b5998;
  color: #fff;
  /* padding: 10px; */
  height: 33px;
  width: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}


.footer-icons .fa-instagram{
  background-color: #262626;
  color: #fff;
  /* padding: 10px; */
  height: 33px;
  width: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}


.footer-icons .fa-twitter{
  background-color: #1da1f2;
  color: #fff;
  /* padding: 10px; */
  height: 33px;
  width: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}


.footer-icons .fa-pinterest{
  background-color: #bd081c;
  color: #fff;
  /* padding: 10px; */
  height: 33px;
  width: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}

.footer-icons{
  padding-top: 15px;
}

.footer-icons .fa-youtube{
  background-color: #cd201f;
  color: #fff;
  /* padding: 10px; */
  height: 33px;
  width: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}

span.passwordmatchmessage {
    color: #b30606;
    font-weight: bold;
    font-size: 11px;
}
.header-icons span a.login-btn {
    text-decoration:none;
    color: #fff;
    font-weight: 500;
    /*background: #badedf;*/
    border-radius: 20px;
    padding: 5px 20px 8px;
    margin-right: 8px;
    /*box-shadow: rgb(171 171 171 / 57%) 0px 5px 20px 0px;*/
    border: none;
    background: linear-gradient(4deg, #B76199, #071d2a);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
}

.logo-img img {
    width: 185px;
    text-align: center;
}
.logo-img {
    text-align: center;
}

.logo-img a{
    display: inline-block;
}



/*//////////////////////////////*/

.login-page{
    padding: 130px 0px 30px;
    background: #212529;
    height: 95vh;
}

.form_right_part{
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
}

.login-page h1 {
    font-size: 22px;
    font-family: 'circular';
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.login-left-content label {
    font-weight: 600;
    font-family: 'circular';
    color: #fff;
    margin-bottom: 0px;
}

.login-left-content button {
    background-color: #212529;
    color: rgb(255 255 255);
    font-family: 'circular';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.form_para{
        font-size: 12px;
    font-weight: 400;
    color: #d1d1d1;
}

.course_code_input{
        background-color: transparent;
    margin: 10px 0px;
    color: #fff;
}

.course_code_input::placeholder{
    color: #cfcfcf;
}

.course_code_input:focus{
    background-color: transparent;
    color: #fff;
}

