@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
html{
  height: 100%;
}
body{
  width: 100%;
  float: left;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

ul{
  margin:0px;
  padding: 0px;
}

img{
  max-width: 100%;
  height: auto;
}
header.header-cont {
  /*padding-top: 20px;*/
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
}
.header-first{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #002531;
}
.border-right{
  border-right: 1px solid #ccc !important;
}
.header-signup {
    margin-top: 10px;
}
.header-signup img{
  max-width: 30px;
  margin-right: 10px;
}
.header-signup a{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding-right: 20px;
}
.mob-logo-responsive img{
  max-width: 100px;
}

/*menu*/

nav {
  position:relative;
  margin:8px auto;
  width:94%;
  margin-bottom:0px;
  float:right;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border:0;
  list-style:none;
  line-height:1;
  display:block;
  position:relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
#cssmenu:after, #cssmenu > ul:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
#cssmenu #head-mobile {
  display:none
}
#cssmenu {
  float: left;
}
#cssmenu > ul > li {
  float:left;
  border-bottom: 2px solid #002531;;
}
#cssmenu > ul > li > a {
  padding:10px 25px;
  font-size:16px;
  letter-spacing:0px;
  text-decoration:none;
  color: #fecf5d;
  font-weight:400;
  margin-bottom: 10px;
  /*text-transform:uppercase;*/
}
.main-menu li.active{
  border-bottom: 2px solid #fff;
  color:#fff;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color:#fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
  /*background:#051c46!important;*/
  border-bottom: 2px solid #fff;
  -webkit-transition:background .3s ease;
  -ms-transition:background .3s ease;
  transition:background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
/*padding-right:30px*/
}
/*#cssmenu > ul > li.has-sub > a:after {
  position:absolute;
  top:22px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu > ul > li.has-sub > a:before {
  position:absolute;
  top:19px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top:23px;
  height:0
}*/
#cssmenu ul ul {
  position:absolute;
  left:-9999px
}
#cssmenu ul ul li {
  height:0;
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  background:#051c46;
  transition:all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left:auto
}
#cssmenu li:hover > ul > li {
  height:37px
}
#cssmenu ul ul ul {
  margin-left:100%;
  top:0
}
#cssmenu ul ul li a {
  border-bottom:1px solid rgba(150,150,150,0.15);
  padding:11px 15px;
  width:250px;
  font-size:14px;
  text-decoration:none;
  color:#ddd;
  font-weight:400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom:0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color:#ffffff;
  background:#3ea5ad;
}
#cssmenu ul ul li.has-sub > a:after {
  position:absolute;
  top:16px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu ul ul li.has-sub > a:before {
  position:absolute;
  top:13px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top:17px;
  height:0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background:#363636;
}
#cssmenu ul ul ul li.active a {
  border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top:1px solid #333
}
 @media screen and (max-width:1000px) {
nav {
  width:100%;
}

#cssmenu > ul > li {
	float: left;
	border-bottom:none;
}


#cssmenu > ul > li > a
{
	color:#000000;
	margin-bottom:0px;
}

#cssmenu ul li:hover
{
	background:#002531 !important;
	border-bottom:none;
}

#cssmenu ul li:hover a
{
	color:#ffffff !important;

}

#cssmenu {
  width:100%
}
#cssmenu ul {
  width:100%;
  display:none
}
#cssmenu ul li {
  width:100%;
  border-top:1px solid #eeeeee
}
#cssmenu ul li:hover {
  background:#363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
  height:auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
  width:100%;
  border-bottom:0
}
#cssmenu > ul > li {
  float:none
}
#cssmenu ul ul li a {
  padding-left:25px
}
#cssmenu ul ul li {
  background:#333!important;
}
#cssmenu ul ul li:hover {
  background:#363636!important
}
#cssmenu ul ul ul li a {
  padding-left:35px
}
#cssmenu ul ul li a {
  color:#ddd;
  background:none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
  color:#fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
  position:relative;
  left:0;
  width:100%;
  margin:0;
  text-align:left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
  display:none
}
#cssmenu #head-mobile {
  display:block;
  padding:23px;
  color:#ffffff;
  font-size:16px;
}
.button {
  width:55px;
  height:46px;
  position:absolute;
  right:0;
  top:6px;
  cursor:pointer;
  z-index: 12399994;
}
.button:after {
  position:absolute;
  top:22px;
  right:20px;
  display:block;
  height:8px;
  width:20px;
  border-top:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  content:''
}
.button:before {
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  position:absolute;
  top:16px;
  right:20px;
  display:block;
  height:2px;
  width:20px;
  background:#ffffff;
  content:''
}
.button.menu-opened:after {
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  top:23px;
  border:0;
  height:2px;
  width:19px;
  background:#ffffff;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg)
}
.button.menu-opened:before {
  top:23px;
  background:#ffffff;
  width:19px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
#cssmenu .submenu-button {
  position:absolute;
  z-index:99;
  right:0;
  top:0;
  display:block;
  border-left:1px solid #eeeeee;
  height:46px;
  width:46px;
  cursor:pointer
}
#cssmenu .submenu-button.submenu-opened {
  background:#262626
}
#cssmenu ul ul .submenu-button {
  height:34px;
  width:34px
}
#cssmenu .submenu-button:after {
  position:absolute;
  top:22px;
  right:19px;
  width:8px;
  height:2px;
  display:block;
  background:#777777;
  content:''
}
#cssmenu ul ul .submenu-button:after {
  top:15px;
  right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
  background:#fff
}
#cssmenu .submenu-button:before {
  position:absolute;
  top:19px;
  right:22px;
  display:block;
  width:2px;
  height:8px;
  background:#777777;
  content:''
}
#cssmenu ul ul .submenu-button:before {
  top:12px;
  right:16px
}
#cssmenu .submenu-button.submenu-opened:before {
  display:none
}
#cssmenu ul ul ul li.active a {
  border-left:none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top:none
}




#cssmenu ul {
    position: absolute;
    z-index: 9;
    background: #fecf5d;
}


}
.header-second {
  width: 100%;
  float: left;
  background-color: #002531;
}
.video-banner{
  width: 100%;
  float: left;
}
.course-detials{
  margin-top: 30px;
}
.course-title h1{
  font-size: 28px;
}
.course-title h5{
  font-size: 18px;
  color: #444;
}
.course-title img{
  margin-right: 10px;
}
.course-price h3{
  font-size: 36px;
  font-weight: 600;
}
.course-price{
  margin-top: 22px;
}
.Enroll-now{
  margin-top: 30px;
}
.Enroll-now a{
  background-color: #002531;
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 18px;
}
.Enroll-now a:hover{
  background-color: #fecf5d;
  color: #002531;
}
.course-short-detials{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.meet-the-team{
  width: 100%;
  float: left;
  background-color: #efeeee;
  padding: 40px 0px;
}
.profile-heading{
  /*margin-bottom: 40px;*/
}
.profile-heading h2{
  font-size: 32px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 10px;
}
.profile-heading p{
  font-size: 18px;
  color: #5d5d5d;
}
.profile-members{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-members h4{
  font-size: 18px;
  color: #002531;
}
.profile-members h6{
  font-size: 14px;
  color: #858585;
}
.profile-members p{
  /*font-size: 12px;*/
  /*border-top: 1px solid #ccc;*/
  /*padding-top: 15px;*/
  /*!* margin-top: 20px; *!*/
  /*padding-bottom: 0px;*/
  /*color: #858585;*/
  /*margin-bottom: 0px;*/
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*width: 100%;*/
  /*right: 0px;*/

  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px;
  padding-bottom: 0px;
  color: #858585;
  margin-bottom: 0px;
}
.our-mission{
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mission-content{
  margin-top: 20px;
}
.mission-content h4{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mission-content p{
  font-size: 16px;
  line-height: 30px;
}
.contact-us{
  width: 100%;
  float: left;
  background:url(../images/contact-us.jpg) no-repeat;
  padding: 40px 0px;
  background-size: cover;
  background-position: right !important;
}
.contact-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.form-control {
  height: 50px;
  font-size: 14px;
}
textarea#exampleFormControlTextarea1 {
    height: auto;
}
.btn-send{
  border-radius: 0px;
  background-color: #002531;
  padding: 10px 50px;
  border-color: #002531;
}
.btn-send:hover{
  background-color: #fecf5d;
  border-color: #fecf5d;
  color: #fff;
}
.btn-send1:hover{
  background-color: #fecf5d;
  border-color: #fecf5d;
  color: #fff;
}
.btn-update:hover{
  background-color: #fecf5d;
  border-color: #fecf5d;
  color: #fff;
  padding: 10px 20px !important;
}
.btn-primary:hover{
  background-color: #fecf5d !important;
  border-color: #fecf5d !important;
  color: #002531 !important;
}
.btn-send img{
  max-width: 21px;
}
.btn-primary:hover img {
    filter: brightness(0%);
}
.footer{
  width: 100%;
  float: left;
  font-size: 14px;
/*  padding: 20px 0px;*/
  padding-bottom: 0px;
  border-top: 1px solid #ccc;
}
.social-icons {
  padding: 0;
  width: auto;
  float: right;
  list-style: none;
}
.social-icons li {
    display: inline-block;
  margin: 0 2px 0 0;
}
.social-icons li a {
    padding: 0.3rem;
    background-color: transparent;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px !important;
    display: inline-block;
    line-height: 0px !important;
}
.social-icons li a i {
    color: #002531;
  -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition:  0.5s;
}
.social-icons li a:hover i {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.social-footer a{
  color: #222;
  text-decoration: none;
  padding: 0px 10px;
}
.social-footer{
    text-align: right;
}
#player{
  min-height: 600px;
  max-height: 600px;
  }
.course-modules{
  font-size: 14px;
  /*margin-left: 10px;*/
  color: #555555;
}
.instructor-profile{
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin-right: 10px;*/
  /*height: 320px;*/
}
.instructor-content{
  text-align: left;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 10px;
}
.instructor-content p{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    text-align: justify;

}
.profile-members img {
  border-radius: 100px;
  border: 2px solid #5d5d5d;
   min-width: 120px;
  max-width: 120px;
  margin-bottom: 20px;
}
.profile-detials{
  border-right: 1px solid #ccc;
}
.panel h2{ color:#444444; font-size: 20px; margin: 0 0 8px 0;
    text-transform: uppercase; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 20px;
  max-width: 50%;
  padding: 50px 70px 70px 71px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #002531 none repeat scroll 0 0;
  border-color: #002531;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}
.login-top{
  margin-top: 5%;
  margin-bottom: 3%;
}
.bg-background-study{
  background:url(../images/newbuilding.png);
  background-size: cover;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    border: 1px solid #002531 !important;
}
.footer-copy-right p {
  font-size: 14px;
  color: #fecf5d;
  font-weight: 300;
}
.registration-top{
  margin-top: 2% !important;
}
.login-top img{
  width: 180px;
}
.user-img img{
  max-width: 50px;
  border-radius: 100px;
  border: 2px solid #fecf5d;
}
.log-out{
  margin-top: 7px;
}
.edit-profile{
  width: 100%;
  float: left;
  margin-top: 60px;
  margin-bottom: 120px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:#002531;
    background-color: #fed97e;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 16px;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #444;
}
select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.edit-profile label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.update-profile{
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.update-profile img{
  max-width: 120px;
  min-width: 120px;
  border-radius: 100px;
  border: 2px solid #444;
}
.update-profile h4{
  margin-top: 10px;
  font-size: 15px;
  color: #999696;
}
.update-profile h5{
  font-size: 22px;
}
.btn-update{
  background-color: #002531;
  border-color: #002531;
  border-radius: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn-update img{
  width: 20px;
  margin-right: 10px;
}
.my-transcation h5{
  margin-bottom: 30px;
}
.edit-profile .table{
  font-size: 14px;
}
td.sucess {
    color: #28af3f;
    font-weight: 600;
}
.edit-profile .table img{
  width: 24px;
}
/*header.header-cont.user-account {
  padding-top: 15px;
}*/
/*header.header-cont.user-account .header-first{
  padding-bottom: 15px;
}*/
.user-account  .header-signup a {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
}
.user-account .header-signup {
    margin-top: 0px;
}
.about-course{
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.about-course .nav-pills .nav-link{
  border: none;
}
.about-course .nav-item a:hover{
  background-color: #eee;
}
.about-course .nav.nav-pills{
  border-bottom: 1px solid #ccc;
}
.about-course-content{
  margin-top: 30px;
}
.about-course-content h4{
  font-size: 26px;
  color: #444;
}
.about-course-content p{
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
.row.description-content{
    margin-top: 40px;
}
.description-content p{
  font-size: 15px;
  line-height: 30px;
  color: #444;
}
.description-hed{
  text-align: center;
}
.description-hed h5{
  font-size: 26px;
}
.instructor-hed p{
  font-size: 15px;
  line-height: 30px;
  color: #444;
}
.instructor-hed h5{
  font-size: 26px;
  text-align: center;
}
.instructor-userprofile img{
  width: 120px;
  height: 120px;
  border-radius: 100px;
  float: left;
  margin-right: 20px;
}
.instructor-userprofile h6{
  font-size: 20px;
  padding-top: 30px;
}
.instructor-bio p{
  width: 100%;
  float: left;
}
.instructor-bio p {
    font-size: 15px;
    line-height: 30px;
    color: #444;
    margin-top: 20px;
}
.instructor-profile1{
  margin-top: 40px;
}
.instructor-userprofile p{
  font-size: 14px;
}
.about-course hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 90%;
}
.comment{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.comment h2{
  font-size: 26px;
  color: #444;
}
.comment form{
  margin-top: 30px;
}
.comment label{
  font-size: 16px;
}
.comment .row.lead {
  margin-left: 10px;
  margin-top: 8px;
}
.comment .row.lead .far,.comment .row.lead .fas{
  font-size: 30px;
  color:#fecf5d;
}
.btn-send1{
  float: right;
}
.btn-send1 img{
  margin-right:0px !important;
}
.mission-statment{
  width: 100%;
  float: left;
  background: none;
  border-top: 1px solid #eaeaea;
}
.mission-statment p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}






/*payment*/


.payment-cont
{
	width:100%;
	float:left;
	min-height:600px;
	padding:60px 0px;
}


.payment-cont .card
{
	margin-top:40px;
}


.payment-cont .nav-pills .nav-link
{
	font-size:22px;
	border:none;
	background:none;
	padding-left:0px;
	cursor:default;
}

.payment-course-deatils
{
	width:100%;
	float:left;
}

.payment-course-deatils
{
	width:100%;
	float:left;
	border-radius:5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.2);
padding:25px;
margin-top:80px;

}


.payment-course-deatils h2
{
	font-size:28px;
	border-bottom:#eeeeee solid 1px;
	margin-bottom:25px;
	padding-bottom:10px;
}

.payment-course-deatils .course-title h4
{
	font-size:22px;
}


.payment-course-deatils .course-modules
{
	margin-left:0px;
}
.contact-info img {
    float: left;
    margin-right: 15px;
    width: 10%;
    margin-top: 5%;
}
.address-info {
    margin-top: 4%;
    overflow: hidden;
}
.contact-info span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
.conact-row{
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.footer-conditions{
  padding-top: 15px;
  background: #efeeee;
}
.contact-info a{
  color: #000;
  text-decoration: none;
}

.terms-conditions{
  width: 100%;
  float: left;
  background-position:center;
  margin-bottom: 40px;

}
.logo-center{
    margin-top: 2rem;
    text-align: right;
}
.logo-center a img{
  background-color: #002531;
  padding: 0rem 1rem;
}
.logo-center h2{
  font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 4rem;
}
.term-head{
  width: 50%;
  float: left;
  text-align: left;
}
.term-head p{
  color: #afafaf;
  margin-top: 10px !important;
  font-style: normal !important;
}

.logo-center p {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.term-para {
    font-size: 16px;
    line-height: 30px;
}
.term-para h4{
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}
.contact-box{
  background-color: #eee;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.term-para h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2rem;
}
.term-para ul{
  list-style: none;
}
.term-para ul li{
  margin-bottom: 20px;
}
.about-course .btn-link{
  display: block !important;
  width: 100%;
  text-align: left;
}
.about-course .btn-link {
    font-weight: 400;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}
.about-course .btn-link p{
  float: left;
  margin-bottom: 10px;
  color: #686f7a;
}
.course-count{
  float: right;
  font-size: 14px;
  color: #686f7a;
}
.course-count span{
  margin-right: 5px;
}
.about-course .card{
  margin-bottom: 20px;
  border:none;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);

}
.about-course .course-title{
  width: 100%;
  float: left;
}
.about-course .course-title h5{
  font-size: 22px;
  color: #686f7a;
  font-weight: 600;
}
.about-course .card-header{
  background-color: #fff;
}

.about-course #accordion{
  margin-top: 50px;
}
/* Course detail view page card display */
.course-videos-details ul{
  list-style: none;
}
.course-videos-details li a{
  display: flex;
  justify-content: space-between;
  color: #686f7a;
  text-decoration: none;
  padding: 20px 20px;
  font-size: 15px;
}
.course-videos-details li a:hover{
  background-color: #eee;
}
.course-videos-details li a.active{
  background-color: #002531;
  color: #fff;
}
.course-videos-details .play-icons{
  height: 20px;
  width: 20px;
  font-size: 8px;
  background: #fff;
  border: 2px solid #e4e6ea;
  border-radius: 50%;
  text-align: center;
  padding: 3px 0 0 3px;
  order: 1;
  margin-right: 10px;
  color: #686f7a;
}
.course-videos-details .title-video{
  flex: 1;
  min-width: 1px;
  order: 2;
  margin-right: 5px;
}
.course-videos-details .duration{
  order: 3;
  opacity: .7;
  margin-right: 30px;
}
.about-course .card-body{
  padding: unset;
}

.contact{
  width: 100%;
  float: left;
  margin-top: 50px;
}
.contact-info h2{
  font-size: 18px;
}
.contact-info p{
  font-size: 14px;
}
.contact-page-form h2{
  font-size: 18px;
}
.form-group textarea{
  height: auto !important;
}
.contact-mb{
  margin-bottom: 40px;
}
.contact-title span{
  font-size: 14px;
}
.email-info img{
  margin-top: 2%;
}
#meter {
  border: 1px solid #ccc;
  width: 80%;
  border-radius: 5px;
  float: left;
}
#progress {
  background: #002531;
  height:20px;
  width:0%;
  border-radius: 5px;
}
.percentage {
  width: 10%;
  border: none;
  background: no-repeat;
  margin-top: -10px;
  margin-left: 10px;
  font-size: 22px;
  color: #002531;
  font-weight: 600;
}
.progressbar-custom {
  margin-top: 15px;
}
.seen-mark{
  order: 4;
  background: #00fe15;
  width: 30px;
  height: 30px;
  padding: 5px 8px;
  border-radius: 100px;
}
.seen-mark i{
  color: #fff;
}
.presale-disp{
  text-align: center;
  padding: 2rem 0px;
}
.presale-disp img{
  width: 180px;
}
.presale-disp h4{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
.presale-disp p{
  width: 50%;
  margin: 0px auto;
  font-size: 18px;
  line-height: 30px;
}

.course-heading h4{
    font-size: 28px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .course-heading h4:after {
    content: '';
    border-bottom: 2px solid #0b2531;
    width: 222px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;

  }
  .course-heading h4 span{
    font-weight: 700;
    text-transform: uppercase;
    color: #002531;
  }

  .course-details{
    width: 100%;
    float: left;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .course-details a{
    color: #222;
    text-decoration: none;
  }
  .course-details a:hover .course-box{
    border: 2px solid #002531;
  }
  .course-box{
    border: 2px solid #ccc;
    height: 100%;
  }
  img.affliated-logo {
      min-height: 180px;
      padding: 2rem;
      max-height: 180px;
  }
  .course-box img{
    width: 100%;
    border-bottom: 2px solid #ccc;
  }
  .course-content{
    padding: 20px;
    padding-bottom: 30px;
  }
  .course-content h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .course-content p{
    font-size: 13px;
    line-height: 22px;
    color: #222;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .box-thumb{
    margin-top: 30px;
  }
  .course-content h6{
    float: left;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
  }
  .btn-enroll{
    text-align: right;
  }
  .btn-enroll .btn-custom{
    background: #002531;
    border-radius: 0px;
    padding: 10px 20px;
    color: #fff;
  }
  .btn-enroll .btn-custom:hover{
    background: #fecf5d;
    color: #000;
    font-weight: 600;
  }
  .btn-enroll .btn-custom:hover img{
    filter: brightness(0%);
  }
  .btn-enroll .btn-custom img{
    width: 16px !important;
    height: 16px !important;
    margin-left: 8px;
    border: none;
    font-size: 14px;
    filter: brightness(100%);
  }
  .course-details a:hover .course-box{
    border: 2px solid #002531;
  }
  .box-thumb{
    margin-top: 30px;
  }


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .presale-disp img {
    width: 110px;
  }
  .presale-disp h4 {
    font-size: 20px;
  }
  .presale-disp p {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .presale-disp img {
    width: 110px;
  }
  .presale-disp h4 {
    font-size: 20px;
  }
  .presale-disp p {
    width: 85%;
    font-size: 13px;
    line-height: 24px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .presale-disp img {
    width: 110px;
  }
  .presale-disp h4 {
    font-size: 20px;
  }
  .presale-disp p {
    width: 60%;
    font-size: 13px;
    line-height: 24px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

.table-download{
  margin-top: 2rem;
  font-size: 16px;

}
.table-download td a{
  font-size: 12px;
  padding: 8px 10px;
}
.table-download td a i{
  margin-right: 10px;
}
.table-download td a:hover{
  padding: 8px 10px !important;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .table-download td a {
    padding: 5px 6px;
  }
  .table-download td a:hover{
    padding: 5px 6px !important;
  }
  .table-download {
    margin-top: 2rem;
    font-size: 14px;
  }
  .course-content h6 {
    font-size: 24px;
    margin-top: 15px;
}
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .table-download td a {
    padding: 5px 6px;
  }
  .table-download td a:hover{
    padding: 5px 6px !important;
  }
  .table-download {
    margin-top: 2rem;
    font-size: 14px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .table-download {
    margin-top: 2rem;
    font-size: 14px;
  }
}

/* Payment page items */
.payment-details-dsicount{
  width: 100%;
  float: left;
  margin-top: 30px;
  display: grid;
  margin-bottom:30px;
  /* padding: 30px; */
  border: 1px solid rgba(0,0,0,.125);
}
.payment-details-dsicount .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #002531;
}
.payment-details-dsicount .custom-radio .custom-control-input:checked~.custom-control-label::after{
  width: 8px;
  height: 8px;
  background: #002531;
  border-radius: 100%;
  top: 8px;
  left: 4px;
  background-image: unset;
}
.payment-details-dsicount .custom-radio .custom-control-input:checked~.custom-control-label::before{
  background-color: #ffffff;
}
.discount{
  color: #828282;
  text-decoration: line-through;
}
.payment-details-dsicount span{
  margin-left: 5px;
}
.course-offers{
  background:#f7ce5d;
}
.course-offers .custom-control-label::before{
  background-color: #ffffff;
}
.course-offers .custom-control-label{
  color: #eb1414;
}
.course-offers .custom-control-label p{
  color: #212529;
  font-size: 12px;
  margin-bottom: 0px;
}
.course-offers .discount{
  color: #222;
}
.course-offers .offer-price{
  color: #eb1414;
}
.payment-details-dsicount .custom-control-label{
  font-size: 16px;
}
.payment-details-dsicount .total-price td{
  font-size: 20px;
}


.payment-details-dsicount ul{
  list-style: none;
}
.payment-details-dsicount .item-desc{
  width: 70%;
  float: left;
}
.payment-details-dsicount .price-amount{
  width: 30%;
  float: right;
  text-align: right;
  font-size: 14px;
}
.payment-details-dsicount ul li{
  padding: 20px;
  display: flex;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,.125);
  align-items: center;
  justify-content: center;
}
.payment-details-dsicount h4{
  font-size: 16px;
  font-weight: 600;
}
.price-amount h5{
  margin-bottom: 0px;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .payment-details-dsicount ul li {
    flex-direction: column;
  }
  .payment-details-dsicount .price-amount {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #777777;
    padding-top: 10px;
  }
  .payment-details-dsicount .item-desc {
    width: 100%;
    float: left;
  }
  .course-head{
    flex-direction: row !important;
  }
  .course-head .item-desc{
    width: 70%;
  }
  .course-head .price-amount{
    width: 30%;
    border-top:none;
    padding-top: 0px;
    margin-top: 0px;
  }
  .total-price .price-amount{
    width: 100%;
    border-top:none;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .payment-details-dsicount ul li {
    flex-direction: column;
  }
  .payment-details-dsicount .price-amount {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #777777;
    padding-top: 10px;
  }
  .payment-details-dsicount .item-desc {
    width: 100%;
    float: left;
  }
  .course-head{
    flex-direction: row !important;
  }
  .course-head .item-desc{
    width: 70%;
  }
  .course-head .price-amount{
    width: 30%;
    border-top:none;
    padding-top: 0px;
    margin-top: 0px;
  }
  .total-price .price-amount{
    width: 100%;
    border-top:none;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .payment-details-dsicount ul li {
    flex-direction: column;
  }
  .payment-details-dsicount .price-amount {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #777777;
    padding-top: 10px;
  }
  .payment-details-dsicount .item-desc {
    width: 100%;
    float: left;
  }
  .course-head{
    flex-direction: row !important;
  }
  .course-head .item-desc{
    width: 70%;
  }
  .course-head .price-amount{
    width: 30%;
    border-top:none;
    padding-top: 0px;
    margin-top: 0px;
  }
  .total-price .price-amount{
    width: 100%;
    border-top:none;
    padding-top: 0px;
    margin-top: 0px;
  }
}
.menu-chat {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.chat-icon {
  margin-right: 30px;
  padding: 10px 20px;
  color: #072531 !important;
  background: #fbd97e;
  margin-top: 10px;
}
.chat-icon i {
  color: #072531;
  margin-right: 10px;
}
