body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}

a {
  color: rgb(42, 160, 239);
}

.btn-prd {
  border: 1px solid #0B4E72;
  color: #0B4E72 !important;
  border-radius: 25px;
  box-shadow: none;
  padding: 5px 15px;
  min-width: 80px;
  text-align: center;
  margin: 0 5px;
}

.btn-prm {
  background: #0B4E72;
  color: #fff !important;
  border-radius: 25px;
  border: 0px;
  box-shadow: none;
  padding: 5px 15px;
  min-width: 80px;
  text-align: center;
  margin: 0 5px;
}

.btn-sec {
  background: #DB3A31;
  color: #fff!important;
  border-radius: 25px;
  border: 0px;
  box-shadow: none;
  padding: 5px 15px;
  min-width: 80px;
  text-align: center;
  margin: 0 5px;
}

.cross-road-nav {
  padding-bottom: 0;
  padding-top: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

.cross-road-nav form {
    border-radius: 25px;
    /*border: 1px solid #0b4e72;*/
    padding: 5px;
    background: #ffffff;
    max-width: 300px;
    width: 100%;
}

.cross-road-nav form .btn {
  border: 0px;
  background: none;
  box-shadow: none;
  padding: 5px;
  font-size: 14px;
}

.cross-road-nav form .form-control {
  border: 0px;
  background: none;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  width: calc(100% - 24px);
}

.cross-road-nav .nav-link {
  font-size: 16px;
  color: #59595C;
}

.cross-road-nav .menu-icon {
  font-size: 18px;
  color: #59595C;
  position: relative;
}

.cross-road-nav .menu-icon .badge {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  padding: 3px 2px;
  background: #db3a31;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  margin: 0px;
}

.cross-road-nav .notification img {
  width: 50px;
  float: left;
  margin-right: 5px;
}

.cross-road-nav .notification p {
  font-size: 12px;
  color: #666;
}

.dropdown-menu.notification {
  left: unset;
  right: 0;
  min-width: 220px;
  padding: 0px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .25);
}

.dropcart__product {
  display: -ms-flexbox;
  display: flex;
}

.dropcart__product-image {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-image__body {
  display: block;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.dropcart__products-list {
  padding: 10px;
}

.product-image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.dropcart__product-info {
  margin: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
  padding-left: 16px;
}

.dropcart__product-name {
  margin-top: -2px;
  line-height: 18px;
  font-size: 12px;
}

.dropcart__product-name a {
  color: inherit;
  transition: .15s;
}

.dropdown-menu.profle-hd {
  left: unset;
  right: 0;
  min-width: 220px;
  padding: 0px;
  position: absolute;
}

.account-menu {
  box-shadow: 0 1px 15px rgba(0, 0, 0, .25);
  background: #fff;
  color: #3d464d;
  /*width: 250px;*/
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.account-menu__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  color: inherit;
}

.account-menu__divider {
  height: 1px;
  background: #ebebeb;
}

.account-menu__links {
  list-style: none;
  padding: 12px 0;
  margin: 0;
}

.account-menu__links a {
  display: block;
  color: inherit;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 500;
  text-decoration: none;
}

.account-menu__user-avatar {
  width: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.account-menu__user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.account-menu__user-avatar img {
  border-radius: 100%;
  max-width: 100%;
  width: 44px;
    height: 44px;
    object-fit: cover;
}

.account-menu__user-name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0b4e72;
}

.account-menu__user-email {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-top: 1px;
}

.account-menu__user:hover {
  color: inherit;
  background: #f2f2f2;
}

.account-menu__links a:hover {
  background: #f2f2f2;
}

.content-area {
  position: relative;
  margin-top: 76px;
  background: #f5f5f5;
}

.left-cnt-accnt {
  position: fixed;
  top: 76px;
  width: 280px;
  height: 100%
}

.rght-cnt-area {
  position: relative;
  margin-left: 280px;
  padding: 20px;
}

.cross-road-banner .carousel-control-prev {
  right: 50px;
  left: unset;
  width: 50px;
  height: 50px;
  bottom: 0;
  top: unset;
}

.cross-road-banner .carousel-control-next {
  right: 0px;
  left: unset;
  width: 50px;
  height: 50px;
  bottom: 0;
  top: unset;
}

.cross-road-banner .carousel-indicators {
  position: absolute;
  right: 40px;
  bottom: 50px;
  left: unset;
  z-index: 15;
  display: inline;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}

.cross-road-banner .carousel-indicators li {
  width: 10px;
  height: 10px;
}

section {
  padding: 70px 0;
}

.title-hd {
  font-size: 45px;
  line-height: 58px;
  color: #59595C;
  font-weight: 600;
}

.title-sub-hd {
  padding: 50px;
}

.title-cnt {
  font-size: 16px;
  line-height: 24px;
  color: #59595C;
}

.course-lst {
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}

.course-lst h3 {
  font-size: 25px;
  color: #DB3A31;
  line-height: 22px;
  margin-top: 15px;
}

.course-lst p {
  font-size: 16px;
  color: #59595C;
  line-height: 24px;
  margin-top: 15px;
}

.course-lst img {
  border-radius: 15px 15px 0 0;
}

.icon-list-1 {
  width: 25%;
  text-align: center;
  float: left;
}

.icon-list-1 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #59595C;
}

.icon-list-1 svg {
  fill: #59595C;
  width: 40px;
  height: 25px;
}

.course-lst:hover {
  background: rgba(0, 0, 0, 1);
}

.course-lst:hover img {
  border-radius: 15px;
  object-fit: cover;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: .5;
  -webkit-transform: scale(1.8) rotate(0.01deg);
  transform: scale(1.8) rotate(0.01deg);
}

.course-lst::after {
  content: "";
  border-radius: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #000;
  z-index: -1;
  opacity: 0;
  transition: all .5s ease-out;
}

.course-lst:hover::after {
  opacity: 1;
}

.course-lst:hover .icon-list-1 {
  width: 50%;
  padding: 22.5px 0;
}

.course-lst-cnt {
  position: relative;
}

.course-lst-cnt .btn-cntr {
  position: relative;
  margin: 12px 0;
  display: none;
}

.course-lst:hover .course-lst-cnt .btn-cntr {
  display: block;
}

.course-lst:hover .course-lst-cnt {
  padding: 14px 0;
}

.course-lst:hover h3 {
  color: #fff;
}

.course-lst:hover p {
  color: #fff;
}

.course-lst:hover .icon-list-1 svg {
  fill: #fff;
}

.course-lst:hover .icon-list-1 span {
  color: #fff;
}

.transform-bg {
  position: relative;
}

.transform-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/Group 2018.png");
  height: 75%;
  width: 90%;
  border-radius: 0 15px 15px 0;
  z-index: -1;
  background-size: cover;
}

.business-count {
  background: #F8F8F8;
}

.business-count .title-hd {
  color: #0B4E72;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-weight: bold;
  line-height: 63px;
}

.business-count .title-hd span {
  color: #DB3A31;
}

.business-count .title-cnt {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.business-count h2 {
  color: #DB3A31;
}

.business-count span {
  color: #0B4E72;
  font-size: 38px;
  line-height: 28px;
  font-weight: bold;
}

.up-anmaton {
  transition: all .5s ease-out;
}

.up-anmaton:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  transition: all .5s ease-out;
}

.up-anmaton2 {
  transition: all .5s ease-out;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.up-anmaton2:hover {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  transition: all .5s ease-out;
}

.js-anmaton-cntr .js-anmaton,
.blocks-left .js-anmaton,
.blocks-right .js-anmaton {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.block-left {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}

.block-right {
  opacity: 0;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}

.customers {
  border-radius: 0 20px 20px 0;
  padding: 20px 20px 40px 20px;
  box-shadow: 10px 10px 28px #E1E1E1;
  margin: 15px 50px 40px 0;
}

.customers-img img {
  margin-bottom: 40px;
}

.customers h3 {
  font-size: 22px;
  color: #0B4E72;
  font-weight: 600;
  margin-bottom: 0;
}

.customers p {
  font-size: 16px;
  line-height: 29px;
  color: #59595C;
}

.customers-slide .carousel-control-prev,
.customers-slide .carousel-control-next {
  width: 80px;
  height: 45px;
  background: #0B4E72;
  opacity: 1;
  top: inherit;
  bottom: 40px;
}

.customers-slide .carousel-control-prev {
  left: 352px;
}

.customers-slide .carousel-control-next {
  left: 433px;
}

.app-store {
  position: relative;
}

.app-store::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #F8F8F8;
  height: 75%;
  width: 100%;
  z-index: -1;
}

.app-store .title-hd {
  font-size: 35px;
  line-height: 47px;
  color: #0B4E72;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}

.app-store .title-cnt {
  line-height: 29px;
  color: #59595C;
}

.app-store .title-hd span {
  color: #DB3A31;
}

.app-store h3 {
  font-size: 22px;
  line-height: 32px;
  color: #59595C;
}

.app-cntr {
  padding-right: 50px;
}


/**************  reading  *****************/

.inner-nav {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

ul,
ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.reading-cntr{
  padding: 30px;
  background: #fff;
}
.reading-cntr h1 {
  font-size: 35px;
  line-height: 22px;
  color: #0B4E72; 
}

.reading-cntr h2, .reading-cntr h3, .reading-cntr h4, .reading-cntr h5  {  
  line-height: 40px; 
  font-size: 24px;
  color: #333;
}

.reading-cntr p {
  font-size: 16px;
  line-height: 28px;
  color: #333 !important;
  text-align: justify;
}

.body-part h4 {
  font-size: 20px;
  line-height: 28px;
  color: #DB3A31;
  font-weight: 600;
}

.reading {
  padding: 0;
}

.left-menu {
  width: 180px;
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 4;
  height: calc(100% - 76px);
  /*   overflow: hidden;
   overflow-y: scroll;*/
  transition: width 1s;
}


/*********  open left menu************/

.left-menu.open-left {
  width: 350px;
}


/*********** open left menu end ***********/

.left-menu-cntr {
  position: relative;
  height: 100%;
  overflow: auto;
  width: 120px;
}

.left-menu ul.frs-left {
  margin: 0px;
  padding: 0;
  width: 120px;
  position: relative;
  z-index: 2;
}

.left-menu ul.frs-left li {
  margin: 0px;
  padding: 0;
}

.left-menu ul.frs-left li.active {
  background: #F8F8F8;
}

.left-menu ul.frs-left li.active a {
  color: #0B4E72 !important;
}

.left-menu ul.frs-left li.active svg {
  fill: #0B4E72;
}

.left-menu ul.frs-left li:hover {
  background: #F8F8F8;
}

.left-menu ul.frs-left li:hover a {
  color: #0B4E72 !important;
}

.left-menu ul.frs-left li:hover svg {
  fill: #0B4E72;
}

.left-menu ul.frs-left li a {
  padding: 15px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}

.left-menu ul.frs-left li {
  background: #0B4E72;
  display: grid;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.left-menu ul.frs-left li svg {
  fill: #fff;
}

.left-menu .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.left-menu .mCSB_scrollTools {
  width: 6px;
  z-index: 10;
}

.content-1 {
  padding: 0 15px 15px 0;
}

.nice-nav {
  width: 230px;
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 120px;
  background: #e1e1e1;
  box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

.nice-nav.open {
  left: -110px;
  display: block;
}

.nice-nav>.user-info {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #ddd;
  min-height: 41px;
  background: #db3a31;
}

.nice-nav .user-info .user-name,
.nice-nav .user-info img {
  float: left;
}

.nice-nav>.user-info>.user-name {
  padding: 0px;
}

.user-info>.user-name h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}


/*.user-info > .user-name span {
  font-size: 80%;
  color: #555;
  font-style: italic;
}*/

.nice-nav li.child-menu span.toggle-right {
  text-align: right;
  float: right;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 15px;
  top: 0;
  width: 100%;
  bottom: 0;
}

.nice-nav.open ul {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.nice-nav ul {
  opacity: 1;
}

.nice-nav ul li a {
  padding: 12px;
  background: #E1E1E1;
  border-bottom: 1px solid #fff;
  display: block;
  color: #59595C;
  position: relative;
  text-decoration: none;
}

.nice-nav ul li a:hover {
  color: #db3a31;
}

.nice-nav ul li a label {
  padding: 2px;
  background: #0B4E72;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin: 0;
  width: 22px;
  height: 22px;
  text-align: center;
}

.nice-nav ul li a:hover label {
  color: #fff;
  background: #db3a31;
}

.nice-nav ul li.child-menu ul {
  background: #aaa;
  display: none;
  font-size: 14px;
}

.nice-nav ul li.child-menu ul li a {
  background: #F8F8F8;
  padding: 12px 20px;
}

.nice-nav ul li.child-menu ul li a.submenu-active {
  border-right: 2px solid rgb(219, 58, 49);
  color: #DB3A31;
}

.nice-nav ul li.child-menu ul li a:hover {
  border-right: 2px solid rgb(219, 58, 49);
  color: #DB3A31;
}

.body-part.margin {
  margin-left: 350px;
}

.body-part {
  margin-left: 165px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding: 40px;
}

.nice-nav.open .toggle-nav { 
  right: -28px;
}

.nice-nav .toggle-nav {
  /* margin-right: 0px; 
   float: right;
   transition: all 0.4s ease-in-out 0s;
   cursor: pointer;
   margin-top: 8px;*/
  margin-right: 0px;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: -28px;
  z-index: -1;
      padding: 11px 10px;
    color: #d93a31 !important;
    font-size: 20px;
    line-height: 30px; 
        background: #e0e0e0;
}

.body-part h2 {
  font-size: 35px;
  line-height: 22px;
  color: #0B4E72;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
}

.body-part h2 span {
  position: absolute;
  left: -22px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #b7b7b7;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  border-left: 2px solid #636363;
  font-size: 18px;
  color: #fff;
}

.body-part p {
  font-size: 16px;
  line-height: 28px;
  color: #59595C;
}

.body-part h4 {
  font-size: 20px;
  line-height: 28px;
  color: #DB3A31;
  font-weight: 600;
}
.select-modue .select2-container { 
    width: 100% !important;
}
.select-modue .select2-container--default .select2-selection--single { 
    border: 0px;
    border-radius: 4px;
    width: 100%;
    background: none;
}  
.select-modue .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0b4e72 transparent transparent transparent; 
}

.user-info>.user-name .select2-container {
  width: 190px !important;
}

.user-info>.user-name .select2-selection__rendered {
  color: #fff!important;
}

.user-info>.user-name .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none;
  border: 0px;
  outline: none;
}

.next-prev-cntr {
  padding-top: 9px;
  padding-bottom: 9px;
  position: fixed;
  background: #e0e0e0;
  left: 0;
  width: 100%;
  top: 76px;
  z-index: 2;
 
  transition: all 0.5s;
}
.next-prev-cntr.scrollUp {
  transform: translateY(-80px);
}

/*.next-prev-cntr::after {
    content: "";
    position: absolute;
    left: -55px;
    top: 0px;
    width: calc(100% + 55px);
    height: 100%;
    background: #db3a31;

}*/

.test-page {
  margin: 30px 0;
  font-size: 20px;
  line-height: 22px;
  color: #59595C;
}

.body-part .test-page p {
  font-size: 16px;
  line-height: 22px;
}

.test-page span.cirl {
  background: #F8F8F8;
  border-radius: 25px;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 10px;
}

.test-page h3 {
  font-size: 30px;
  line-height: 22px;
  color: #0B4E72;
  font-weight: 600;
  margin-bottom: 20px;
}

.test-page h3 span {
  color: #DB3A31;
}

.dsclmr {
  padding: 15px;
  background: #f5f5f5;
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}

.exam-cntr {
  padding: 40px;
  background: #fff;
}

.exam {
  position: relative;
  background: #FFF;
  padding: 40px;
}

.exam::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 27%;
  height: 100%;
  width: 1px;
  background: #f5f5f5;
}

.exam h3 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
}

.exam h3 span {
  font-size: 14px;
  color: #666;
}

.exam-cirls {
  font-size: 16px;
  line-height: 22px;
  color: #59595C;
  padding: 0px 10px 5px;
  display: block;
}

.exam-cirls span {
  font-size: 24px;
  line-height: 22px;
  color: #0b4e72;
  /* background: #DB3A31;*/
  padding: 10px 5px;
  /* margin: 0 5px; */
  font-weight: 900;
}

.exam form {
  margin-bottom: 70px;
}

.ans-page i.fa-check {
  color: #12a900;
  margin: 2px 5px 0;
}

.ans-page i.fa-times {
  color: #db3a31;
  margin: 2px 5px 0;
}

.act-cntr {
  margin: 25px auto;
  display: block;
  max-width: 198px;
}

.act-cntr p {
  margin-bottom: 0;
}

.act-cntr-1 {
  padding: 3px 5px;
  color: #666;
  margin: 2px;
  float: left;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 4px;
}

.act-cntr-1.skip {
  background: #f00;
  color: #fff;
}

.act-cntr-1.active {
  background: #12a900;
  color: #fff;
}

.act-cntr-1.wrong {
  background: #666;
  color: #fff;
}

.act-cntr span {
  margin: 0 10px 5px 0;
  float: left;
  font-size: 12px;
}

.act-cntr .skip-ind {
  color: #f00;
  margin-right: 3px;
  border: 1px solid #ccc;
  padding: 0 1px;
}

.act-cntr .actve-ind {
  color: #12a900;
  margin-right: 3px;
  border: 1px solid #ccc;
  padding: 0 1px;
}

.act-cntr .wrong-ind {
  color: #666;
  margin-right: 3px;
  border: 1px solid #ccc;
  padding: 0 1px;
}

.act-cntr .non-ind {
  color: #f5f5f5;
  margin-right: 3px;
  border: 1px solid #ccc;
  padding: 0 1px;
}

.body-part .exam h2 {
  font-size: 24px;
  line-height: 22px;
  color: #0B4E72;
  margin-top: 15px;
  font-weight: 600;
}

.complete-cntr {
  margin: 40px 0;
  text-align: center;
}

.complete-cntr h3 {
  font-size: 30px;
  line-height: 22px;
  color: #59595C;
  margin: 20px 0 40px;
  font-weight: 600;
}

.complete-cntr .btn {
  background: #0B4E72;
  border-radius: 20px;
  font-size: 30px;
  line-height: 22px;
  color: #FFF !important;
  padding: 20px 50px;
}

.complete-cntr .btn.btn-sec {
  background: #DB3A31;
  color: #fff!important;
}

.user-info>.user-name .select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0px;
  border: 0px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
}

.main-select {
  max-width: 435px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-select .select2-container {
  width: 100% !important;
}

.main-select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 2px 3px;
  height: auto;
  font-size: 14px;
  text-align: center;
}

.main-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
}

.user-name .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.next-prev-btn {
  color: #0b4e72  !important;;
  padding: 3px 10px;
}

.next-prev-btn::hover {
  color: #db3a31;
}

.next-prev-btn i {
  color: #0b4e72 ;
  margin: 4px;
}


.exam-finish {
  background: #fff;
  padding: 40px;
}

.score {
  font-weight: 600;
  font-size: 24px;
  color: #eee;
  margin-bottom: 30px;
}

.exam h5 {
  font-weight: 900;
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}


/************************  logn page  ************************/

.log-ctr {
  padding: 50px 0 90px;
  position: relative;
}

.log-ctr::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 0px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(219, 58, 49, .1);
}

.log-ctr::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 220px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(219, 58, 49, .2);
}

.log-ctr .card {
  border: 0px;
  background: none;
}

.log-ctr .card-header {
  border: 0px;
  background: none;
  text-align: left;
  font-size: 30px;
  color: #db3a31;
  font-weight: 600;
  padding: 10px 0;
}

.log-ctr .card-body {
  max-width: 400px;
  margin: 0px auto;
  width: 100%;
  padding: 15px;
}

.log-sub p {
  text-align: left;
  margin: 0;
  font-size: 16px;
  color: #666;
}

.log-sub a {
  text-align: center;
  margin: 0;
  color: #db3a31;
}

.log-ctr a.btn-link {
  color: #0B4E72 !important;
}


/******************* course list *********************/

.inner-page-cntr {
  padding: 70px;
}

.course-lst.inner-page-lst .course-lst-cnt .btn-cntr {
  display: block;
}

.course-lst.inner-page-lst p {
  display: none;
}

.course-lst.inner-page-lst:hover p {
  display: block;
  min-height: 120px;
}

.course-lst.inner-page-lst .course-lst-cnt .icon-list {
  margin-top: 15px;
}

.course-lst.inner-page-lst:hover .icon-list-1 {
  padding: 5px 0;
}

.pagnaton-cross {
  margin-top: 50px;
}

.pagnaton-cross .page-link {
  color: #0b4e72;
  background: none;
  border: 0px;
}

.pagnaton-cross .page-item.active .page-link {
  color: #fff;
  background-color: #db3a31;
  border-color: #db3a31;
}

.inner-banner {
  padding: 120px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f1fffb;
}

.inner-banner .banner-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.inner-banner .breadcrumb {
  text-align: center;
  background: none;
  display: inline-block;
}

.inner-banner .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 17px;
}

.inner-banner .breadcrumb li a {
  color: #333;
}

.section-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.section-title span {
  color: #777;
  font-weight: 400;
  display: block;
  font-size: 17px;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.news-cntr {
  max-width: 800px;
  margin: 0px auto -50px;
  padding: 25px;
  border-radius: 20px;
  background: #0B4E72;
  position: relative;
  z-index: 2;
}

.news-cntr h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -.42px;
  margin: 0px;
}

.news-cntr .form-inline {
  padding: 15px;
  border-radius: 50px;
  background: #fff;
}

.news-cntr .btn {
  border-radius: 50px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  background: #DB3A31;
  border: 0px;
}

.news-cntr .form-control {
  border: 0px;
  box-shadow: none;
  outline: none;
}

.bord-rht {
  border-right: 1px solid #f5f5f5;
}

.pricing .card {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 30px 0 0;
}

.pricing .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  padding: 25px 0 20px 0;
  background: #0B4E72;
  margin: 0 -20px 35px;
}

.pricing .card-price {
  color: #DB3A31;
  font-size: 36px;
  font-weight: 800;
}

.pricing .period {
  font-size: 16px;
  line-height: 24px;
  vertical-align: baseline;
  color: #333;
}

.pricing hr {
  margin: 15px auto 25px;
  max-width: 60px;
  border-top: 2px solid #db3a31;
}

.pricing .fa-ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing .fa-ul .fa-li i {
  font-size: 10px;
  color: #db3a31;
  border: 1px solid #db3a31;
  border-radius: 50%;
  padding: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 10px;
}

.pricing .fa-ul li {
  font-size: 16px;
  color: #666;
  font-weight: 600;
}

.pricing .join-course-btn {
  border-radius: 10px !important;
  background: #db3a31;
  margin: 0 -30px -20px;
  width: calc(100% + 60px);
  border: 0px;
  position: relative;
  bottom: -20px;
}

.pricing .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #0b4e72;
  border-radius: 20px;
  font-size: 14px;
  padding: 5px;
  height: auto;
}

.pricing .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
}


/*********** payment *************/

.payment-cntr h5 {
  text-align: center;
  font-size: 24px;
  color: #DB3A31;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 900;
}

.payment-cntr p {
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

.payment-cntr h4 {
  text-align: left;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.payment-cntr .table .thead-dark th {
  background-color: #0c4f73;
}

.select2-container--open .select2-dropdown--below {
    width: 100%;
    border: 1px solid #aaa !important;
    max-width: 300px;
}

.select2-container--default .select2-results>.select2-results__options {
  overflow: hidden!important;
  overflow-y: auto!important;
}

.select2-container--default  .select2-results__option--selectable { 
  font-size: 14px;
  min-width: 300px;
      line-height: 35px;
      margin: 1px 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #db3a31 !important;
  font-size: 14px;
  min-width: 300px;
      line-height: 35px;
}

/***************  assignment ****************/

.assignment-frm {
  font-size: 14px;
}

.assignment-cntr ul {
  margin-left: 30px;
  margin-bottom: 15px;
}

.assignment-cntr ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.assignment-cntr a {
  color: #0b4e72;
}

.filepond--drop-label {
  color: #4c4e53;
}

.filepond--label-action {
  -webkit-text-decoration-color: #babdc0;
  text-decoration-color: #babdc0;
}

.filepond--panel-root {
  border-radius: 2em;
  background-color: #edf0f4;
  height: 1em;
}

.filepond--item-panel {
  background-color: #595e68;
}

.filepond--drip-blob {
  background-color: #7f8a9a;
}

.assignment-cntr h3 span {
  font-size: 18px;
}

.assignment-cntr h5 {
  font-size: 16px;
  font-weight: 600;
  color: #db3a31;
}

.assignment-cntr .card-body {
  border: 2px dashed #0b4e72;
  border-radius: 10px;
}
.commen-edit{
  float: right;
  position: relative;
    right: -10px;
    top: -10px;

}
.file-list {}

.file-list img {
  float: left;
  margin-right: 10px;
}

.file-list p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: unset;
}

.file-list i {
  font-size: 14px;
  margin:  0;
}

.file-list i.fa-trash-alt {
  color: #d93a31;
}

@media (min-width:1400px) {
  .container {
    max-width: 1200px;
  }
  .transform-bg .container {
    max-width: 90%;
  }
}

@media (max-width:1400px) {
  .customers-slide .carousel-control-prev {
    left: 365px;
  }
  .customers-slide .carousel-control-next {
    left: 445px;
  }
  .transform-bg .container {
    max-width: 90%;
  }
}

footer {
  padding: 70px 0 20px;
  background-color: #FCFDFE;
  transition: all 0.4s ease-in-out 0s;
}

footer .link-sec p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #59595C;
  margin: 0;
}

footer .link-sec p b {
  text-transform: uppercase;
  color: #0B4E72;
  font-size: 20px;
  line-height: 65px;
}

footer .link-sec a {
  margin-right: 15px;
}

footer .add-sec {
  margin-top: 30px;
}

footer .add-sec img {
  float: left;
}

footer .add-sec p {
  font-size: 18px;
  line-height: 29px;
  text-align: left;
  color: #59595C;
  margin: 0;
  margin-left: 10px;
}

footer .link-sec a i {
  color: #59595C;
  font-size: 18px;
  line-height: 20px;
}

footer hr {
  background: #f5f5f5;
  margin: 40px 0;
}


/********** admn ************/

.card .card-body .card-title {
  color: #1689ff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.25rem;
}

.card .card-body .card-subtitle {
  color: #777;
  font-weight: 500;
  text-align: center;
}

.file-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 1.5rem;
  margin-top: 2rem;
  border: 3px dashed #9dceff;
  border-radius: 0.5rem;
  transition: background-color 0.25s ease-out;
}

.file-upload:hover {
  background-color: #dbedff;
}

.file-upload .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
}

.icon {
  width: 75px;
  margin-bottom: 1rem;
}


/********** faq  **********/

section.faq {
    padding: 30px;
    background: #fff;
}

.faq .post-doubts.stcik {
  position: fixed;
  right: 5.5%;
  top: 145px;
  background: #db3a31;
  color: #fff;
  padding: 10px;
  z-index: 10;
  border-radius: 25px;
}

.faq .post-doubts {
  font-size: 16px;
  color: #db3a31;
  text-decoration: none;
      float: right;
}

.faq .section-title {
  margin-bottom: 20px;
}

.faq h4 {
  color: #1d1f4a;
  font-weight: 900;
  text-align: left;
  font-size: 24px;
}

.faq p {
  margin-bottom: 22px;
  font-size: 16px;
  color: #9c9c9c;
  text-align: left;
}

.faq .accordion .card {
  border: none;
  margin-bottom: 0px;
  background: none;
  box-shadow: none;
  margin-left: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 10px;
}

.faq .accordion .card .card-header {
  border: none;
  border-radius: 10px;
  padding: 0;
  background: none;
}

.faq .accordion .card .card-header h2 {
  padding: 0;
}

.faq .accordion .card .card-header h2 button {
  color: #1e3056;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 30px 0 70px;
  height: 80px;
  display: block;
  width: 100%;
  color: rgba(30, 48, 86, 0.8);
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
}

.faq .accordion .card .card-header h2 button:after {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #1d1f4a;
  text-align: center;
  border: 1px solid #1d1f4a;
  border-radius: 50%;
  line-height: 100%;
  content: '\f067';
  font-size: 10px;
  line-height: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq .accordion .card .card-header h2 button.collapsed {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(97, 125, 255, 0.2);
  min-height: 80px;
    height: auto;
}

.faq .accordion .card .card-header h2 button[aria-expanded="true"]:after {
  content: '\f068';
  color: #fff;
  background-color: #1d1f4a;
}

.faq .accordion .card .card-body {
  -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 0 0 10px 10px;
  padding-top: 0;
  margin-top: -6px;
  padding-left: 72px;
  padding-right: 70px;
  padding-bottom: 23px;
  color: rgba(30, 48, 86, 0.8);
  line-height: 30px;
  background: #fff;
}

.vdeo-lst-cntr {
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}

.video-lst h5 {
  font-size: 16px;
  font-weight: 900;
}

.video-lst p {
  font-size: 14px;
  line-height: 18px;
}

.prvacy h3 {
  font-size: 28px;
  line-height: 22px;
  color: #333;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 600;
}

.prvacy p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}


/***************  teachers ***********/

.teachers {
  padding: 30px 0;
}

.teachers h4 {
  color: #666;
}

.teachers-lst {
  border-radius: 0 20px 20px 0;
  padding: 20px;
  box-shadow: 10px 10px 28px #E1E1E1;
  margin: 0px 0px 20px;
}

.teachers-lst h3 {
  font-size: 18px;
  color: #0B4E72;
  font-weight: 600;
  margin-bottom: 0;
}

.teachers-lst p {
  font-size: 14px;
  line-height: 29px;
  color: #59595C;
  margin: 0px;
}

.teachers-lst-1 {
  max-height: 165px;
  overflow: auto;
}

.teachers-lst ul li {
  font-size: 14px;
  line-height: 29px;
  color: #59595C;
}


/************ doubts ***********/

.doubts {
  position: relative;
  background: #FFF;
  padding: 20px;
}

.doubts .post-doubts {
  font-size: 16px;
  color: #db3a31;
  text-decoration: none;
}

.doubts .post-doubts i {
  margin-right: 5px;
}

.doubts .post-doubts.stcik {
  position: fixed;
  right: 5.5%;
  top: 145px;
  background: #db3a31;
  color: #fff;
  padding: 10px;
  z-index: 10;
  border-radius: 25px;
}

.body-part .doubts h2 {
  font-size: 24px;
  line-height: 22px;
  color: #0B4E72;
  margin-top: 15px;
  font-weight: 600;
}

.body-part .doubts p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.doubts-lst {
  margin: 15px 0;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-bottom: 5px solid #0b4e72;
}

.doubts .doubts-lst p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 0;
}

.doubts-lst span {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  margin-right: 15px;
}
.doubts-lst span span { 
  color: #0b4e72; 
  margin: 0;
}

.doubts-lst span.right-ans {
    margin: 0px 0 5px 0;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 700;
    background: #299e2e;
    float: right;
    padding: 2px 10px;
}



.doubts-1 {
  margin-top: 15px;
  margin-left: 70px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  position: relative;
}

.doubts-1 i.student {
  position: absolute;
  left: -60px;
  top: 25px;
  background: #ccc;
  padding: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.doubts-1 i.reply {
  color: #0b4e72;
  font-size: 14px;
}

.doubts-2 {
  margin-top: 15px;
  margin-left: 70px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  position: relative;
}

.doubts-2 i.teacher {
  position: absolute;
  left: -60px;
  top: calc(50% - 25px);
  background: #0b4e72;
  padding: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.doubts-2 i.student {
  position: absolute;
  left: -60px;
  top: 25px;
  background: #ccc;
  padding: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.doubts-2 span.correct-ans { 
    color: #2a7d00;
    position: relative;
    font-size: 16px;
    left: 0;
    top: 3px;
}
.doubts-2.teacher {
  background: #f5f5f5;
}
.doubts-lst .card {
  border: 0px;
  margin-top: 10px;
  padding: 0;
  position: relative;
}

.doubts-lst .card {
  border: 0px;
  margin-top: 10px;
  padding: 0;
  position: relative;
}

.doubts-lst .card .btn {
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
  background: #db3a31;
  border: 0px;
  box-shadow: none;
  height: 38px;
}

.doubts-lst .card .form-control {
  padding-right: 50px;
}

.doubts-lst-all {
  position: relative;
  margin-bottom: 15px;
}

.doubts-lst-text {
  position: relative;
}

.doubts-lst-text .btn {
  position: absolute;
  right: 20px;
  top: 28px;
}

.doubts-lst-text .form-control {
  padding-right: 120px;
}

.select-bre {
  border-bottom: 1px solid #fff;
  float: left;
}

.web-dis-none {
  display: none;
}

.web-dis-unset {
  display: unset;
}

.fee-cntr .btn {
    background: #3aa504;
    color: #FFF;
    padding: 0 5px;
    font-size: 14px;
    margin-top: -3px;
}
.fee-cntr .due { 
  color: #f00;
}
.diasble-cntr{
  color: #ccc;
  pointer-events: none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;  
}
.fee-cntr .btn.btn-main {
    background: #3aa504;
    color: #FFF;
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 0px;
}
@media (max-width: 600px) {
  .icon {
    width: 50px;
  }
}

@media (max-width:996px) {
  .mob-dis-none {
    display: none !important;
  }
  .mob-dis-unset {
    display: unset;
  }
  .navbar-brand {
      max-width: 40px;
    margin: 0px  ;
  }
  .navbar-brand img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
  }
  .navbar-light.cross-road-nav .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .cross-road-nav .navbar-collapse{
    display: block;
        margin-right: 25px;
  }
  .cross-road-nav form {
    width: calc(100% - 0px);
    width: 100%;
    max-width: 600px;
}
  .cross-road-nav .d-flex {
    display: block !important;
  }
  .cross-road-nav .d-flex li {
    float:left;
  }
  
  .title-hd {
    font-size: 28px;
    line-height: 30px;
  }
  .business-count span {
    font-size: 28px;
  }
  .customers-img img {
    margin-bottom: 0px;
  }
  .customers {
    margin: 0px 0px 0;
    box-shadow: none;
    padding: 10px 0 0;
  }
  .app-store .title-hd {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
  }
  .app-cntr {
    padding-right: 0px;
  }
  .app-store h3 {
    font-size: 18px;
  }
  .app-cntr img {
    max-width: 120px;
  }
  footer .add-sec img {
    width: 22px;
    margin-top: -10px;
  }
  footer .link-sec p b {
    font-size: 16px;
    line-height: 25px;
  }
  footer .link-sec p {
    font-size: 14px;
  }
  footer .add-sec p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .content-area {
    margin-top: 100px !important;
    overflow: hidden;
  }
  /************** **********/
  .profile-sidebar {
    left: -280px;
    z-index: 10;
    top: 60px;
    height: calc(100% - 60px);
  }
  .profile-sidebar.open {
    left: 0px;
  }
  .rght-cnt-area {
    margin-left: 0;
    padding: 0;
  }
  .mob-profile-view {
    padding: 5px 10px;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 999;
    cursor: pointer;    
    display: block;
  }
  footer {
    margin-left: 0px !important;
    padding: 20px 0 20px;
  }
  footer .add-sec {
    margin-top: 0px;
  }
  .next-prev-cntr {
    top: 56px;
    padding: 5px 0;
  }
  .main-select {
    max-width: 200px;
    width: 100%;
  }
  .left-menu {
    top: 55px;
    height: calc(100% - 55px);
    left: -180px;
  }
  .left-menu.open {
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, .8);
  }
  .body-part {
    margin-left: 0;
    padding:  0;
  }
  .nice-nav {
    width: 200px;
  }
  .nice-nav.open {
    left: -80px;
  }
  .next-prev-btn {
    padding: 3px 0;
    font-size: 14px;
        margin: 0px 5px;
  }
  .select-bre {
    border-bottom: 1px solid #fff;
    float: none !important;
    margin: 0 auto 5px;
    max-width: 250px;
  }
  .body-part.margin {
    margin-left: 0;
  }
  .content-1 {
    padding: 0;
  }
  .doubts {
    padding: 0;
  }
  .doubts-1 i.student {
    position: relative;
    left: 0;
    float: left;
    top: 0;
    background: #ccc;
    padding: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0 5px 0 0;
    line-height: 29px;
  }
  .doubts-1 {
    margin-top: 0;
    margin-left: 0;
  }
  .doubts-2 {
    margin-left: 20px;
  }
  .doubts-2 i.teacher {
    position: relative;
    left: 0;
    float: left;
    top: 0;
    background: #0b4e72;
    padding: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0 5px 0 0;
    line-height: 29px;
  }
  .test-page {
    margin: 0px 0;
  }
  .exam-cntr {
    padding: 15px;
  }
  .test-page h3 {
    line-height: 35px;
  }
  .exam {
    padding: 0;
  }
  .exam::after {
    display: none;
  }
  .exam form {
    margin-bottom: 10px;
  }
  .exam-cirls {
    margin-top: 30px;
  }
  .exam-finish {
    padding: 10px;
  }
 .complete-cntr .btn {
    border-radius: 15px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px;
    min-width: 110px;
}
  .teachers {
    padding: 15px;
  }
  .teachers-lst {
    padding: 10px;
  }
  .vdeo-lst-cntr {
    max-height: unset;
    overflow: unset;
    overflow-y: auto;
  }
  .inner-banner {
    padding: 60px 0;
  }
  .inner-page-cntr {
    padding: 70px 0;
  }
  .course-lst h3 {
    font-size: 18px;
  }
  .news-cntr h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0 10px 0;
  }
  .news-cntr .form-group {
    width: calc(100% - 130px);
    margin: 0;
  }
  .news-cntr {
    margin: 0px auto 20px;
  }
  .course-lst.profle-page-lst img {
    margin-bottom: 10px;
  }

.faq h4 {    
    flex: unset;
    display: unset !important;
}
.faq .post-doubts {
    font-size: 14px;   
    display: block;
    text-align: right;
}

/******** register  **********/
.log-ctr { 
    overflow: hidden;
}

.reading-cntr {
    padding: 15px; 
}
.next-prev-btn i {
   display: none;
}
section.faq {
    padding: 15px; 
} 
.select-modue { 
    font-size: 14px; 
}

.faq .post-doubts.stcik { 
    top: 105px; 
    padding: 5px 10px; 
}
.doubts .post-doubts.stcik { 
    top: 105px; 
    padding: 5px 10px; 
}
.act-cntr {  
    max-width: 100%;
    background: #f5f5f5;
    padding: 20px;
}
.teachers-lst-1 {
    max-height: unset;
    height: auto;
    overflow: unset;
}
.account-menu__user-name {
    display: none;
}
.reading-cntr h2, .reading-cntr h3, .reading-cntr h4, .reading-cntr h5 {
    line-height: 24px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.prvacy h3 {
    font-size: 20px;
    line-height: 28px;  
    margin-bottom: 10px;
    font-weight: 600;
}

}