@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  voice-family: '"}"';
  voice-family: inherit;
  font-family: "Inter";
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img,
span {
  border: 0;
  margin: 0;
  padding: 0;
}
p {
  padding: 0px 0 0px 0;
  margin: 0px;
}
a {
  text-decoration: none;
  color: #7da358;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
*:focus,
button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

ul,
ol {
  display: block;
  border: 0; /* margin:10px; */
  padding: 0;
}
ol {
  list-style-type: decimal;
}
li {
  display: list-item;
  border: 0;
  margin: 0px 0;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0 0 0 20px;
}
.clear {
  clear: both;
}
.ie7clear {
  height: 0px;
  display: block;
}
section.course-header-area.pt-0.pb-0.mt-0.members-page-banner {
  background-size: contain !important;
  background-color: #7da358 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.radiobtn {
  margin: 0 5px 0 0;
}
.combobox {
  margin: 5px 0px 2px 0;
  padding: 1px 1px 1px 2px;
  font-size: 13px;
  color: #494949;
}
input[type="button"],
input[type="submit"] {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 600;
  width: 100%;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
}

h1 {
  color: #646464;
  font-size: 32px;
  margin: 0px 0 20px 0;
  display: block;
  padding: 0 0 0px 0;
}
h2 {
  font-size: 36px;
  display: block;
  color: #262626;
  text-transform: uppercase;
  margin: 0 0 30px;
  width: auto;
  font-weight: bold;
}
h3 {
}
h4 {
}
h5 {
}

h2 span {
  display: block;
  font-size: 20px;
  margin: 5px 0 0;
  text-transform: none;
  font-weight: 40;
}

/*Header*/
.navbar-collapse {
  clear: both;
  padding: 15px 0 0 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #646464;
  font-size: 16px;
  padding: 0 15px;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #7da358;
}
.dropdown-item {
  padding: 7px 20px;
}
.nav_outer {
  width: 100%;
  float: right;
}
.login_box {
  float: right;
  width: auto;
}
.ss_box_top {
  border-right: 1px solid #cbcbcb;
  padding: 0 15px 0;
  margin: 4px 20px 0 0;
  float: left;
}
.ss_box_top a {
  margin: 0 5px;
  float: left;
}

.login_btn_box {
  float: right;
}
.login_btn_box .btn {
  border-radius: 10px;
  padding: 0;
  margin: 0 5px;
}
.login {
  border: 1px solid #7da358;
  color: #7da358;
  font-size: 16px;
  background: #fff;
}
.signup {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  border: none;
}

/*.signup:hover,
.login:hover{color: #fff; background: #3F641F;}*/

/*Banner */
.banner_outer {
  position: relative;
  width: 100%;
}
.bg_banner_left {
  position: absolute;
  bottom: -100px;
  left: 20px;
  z-index: 99;
}
.bg_banner_right {
  position: absolute;
  right: 20px;
  bottom: -100px;
  z-index: 99;
}

.banner_overlay {
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 93%, 100% 0, 100% 100%, 0% 100%);
  z-index: 9;
  display: block; /*height: 130px;*/
}
.carousel-caption {
  left: 0;
  right: auto;
  bottom: 25%;
  width: 100%;
  text-align: left;
}
section.courses_outer {
  background: #89aa30;
}
section.courses_outer h2 {
  color: #fff;
}
section.courses_outer a {
  color: #fff;
}
.carousel-item::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-item img {
  width: 100%;
}
.carousel-caption h5 {
  font-size: 46px;
  font-weight: 700;
  max-width: 600px;
}
.carousel-caption p {
  max-width: 600px;
  font-size: 20px;
  margin: 40px 0;
}
.btn_banner {
  background: #7da358;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

.carousel-indicators {
  z-index: 55;
}
.carousel-indicators li {
  background: #d6d6d6;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 0;
}
.carousel-indicators li.active {
  background: #7da358;
  width: 32px;
  border-radius: 15px;
}

section {
  padding: 70px 0;
  width: 100%;
  float: left;
}

/*.thematic_area h2{font-size: 48px;}*/
.theme_area_box {
  width: 100%;
  float: left;
  text-align: center;
}
.theme_area_box img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100px;
}
.all_theme_area {
  width: 100%;
  float: left;
  text-align: center;
}
.all_theme_area img {
  display: block;
  margin: 0 auto 10px;
  max-width: 150px;
}
.theme_area_box span {
  display: block;
  font-size: 18px;
  color: #363636;
  font-weight: 600;
  line-height: 26px;
}

.courses_outer,
.event_list_home,
.footer {
  background: #f1f6fb;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.course_box {
  width: 100%;
  display: flex;
  align-items: center;
}
.course_img_box {
  width: 50%;
  float: left;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.course_dtl {
  width: 50%;
  float: left;
  background: #fff;
  padding: 15px 15px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.prof_name {
  font-size: 16px;
  color: #626263;
  display: block;
}
.course_dtl h4 {
  font-size: 20px;
  color: #363636;
  font-weight: 600;
  margin: 5px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course_dtl p {
  font-size: 14px;
  color: #626263;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course_rating {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  border-top: 1px dashed #c9c9c9;
  padding: 10px 0 0px;
}
.course_rate {
  color: #7fa457;
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin: 0 10px 0 0;
}
.icn_star {
  float: left;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100% auto !important;
}
.full_start {
  background: url(../images/icn-star-act.svg) no-repeat;
}
.half_start {
  background: url(../images/icn-star-half.svg) no-repeat;
}
.singl_start {
  background: url(../images/icn-star.svg) no-repeat;
}
.course_count {
  color: #646464;
  font-size: 16px;
  float: left;
  margin: 0 0 0 15px;
}
.link_more {
  color: #7da358;
  font-size: 16px;
  font-weight: 600;
  float: right;
  margin: -20px 0 0 0;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.owl-stage-outer {
  padding: 20px 0px;
}
.book_link img {
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.sep_line {
  border-top: 1px solid #dfe9f3;
  width: 100%;
  float: left;
  margin: 60px 0;
}
.source_info {
  color: #8b8b8b;
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
}
.source_text_outer {
  border-top: 1px dashed #c9c9c9;
  width: 100%;
  float: left;
  padding: 10px 0;
  margin: 10px 00;
}
.source_text,
.last_update {
  font-size: 14px;
  color: #8b8b8b;
}

.source_text {
  float: left;
}
.last_update {
  float: right;
}

.data_insight h2 {
  margin: 0 0 10px;
}
.data_insight .link_more,
.event_list_home .link_more {
  margin: 5px 0 0 0;
  text-transform: capitalize;
}

.data_box h5 {
  font-size: 20px;
  padding: 0;
}
.data_box h5 span {
  font-size: 16px;
}
/*.data_box p{font-size: 14px;}*/

.data_links_outer {
  width: 100%;
  float: left;
  margin: 5px 0 0;
}
.data_links {
  color: #0083d9;
  float: left;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.data_links_outer .data_links:last-child {
  margin: 0;
}

.podcast_list {
  width: 100%;
  float: left;
  padding: 30px 0 0;
}
/* .podcast_list a{ float: left; width: 33.33%; float: left; padding: 0 10px;  }
.podcast_list img{ width: 100%;} */

.event_list_home {
  background: #f8f8f8;
}
.event_list_home h2 {
  margin: 0 0 30px;
}
.event_list {
}
.event_box {
  width: 32%;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0 0 0 0;
}

.event_list .event_box:nth-child(2) {
  margin: 0 2%;
}

.img_event_box {
  width: 42%;
  float: left;
}
.img_event_box img {
  width: 100%;
}

.event_detail {
  width: 58%;
  float: left;
  padding: 10px 15px;
}
.event_detail a {
  display: block;
  clear: both;
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 9px;
  float: left;
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event_type {
  padding: 3px 10px;
  float: left;
  background: #eeeeee;
  color: #646464;
  font-size: 14px;
  display: block;
  width: auto;
}
.upcoming {
  background: #8ba953;
  color: #fff;
}
.event_geo {
  display: block;
  margin: 00 0 5px;
  clear: both;
  font-size: 14px;
}
.event_geo img {
  float: left;
  margin: 2px 10px 0 0px;
}

.sponsor_logo {
  padding: 30px 0;
}
.sponsor_logo_outer {
}
.sponsor_logo_box {
  margin: 0 0 20px;
  float: left;
  position: relative;
  padding: 10px 0px 0;
}
.sponsor_logo_box:nth-child(2)::before,
.sponsor_logo_box:nth-child(2)::after {
  content: "";
  height: 95px;
  position: absolute;
  border-right: 1px solid #e3e3e3;
  right: 0;
  bottom: 5px;
  display: block;
  width: 1px;
}
.sponsor_logo_box:nth-child(2)::before {
  left: 0;
}

.sponsor_logo_box:nth-child(2) {
  padding: 10px 20px 0;
  margin: 0 10px;
}

.sponsor_logo_box h5 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #262626;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.sponsor_logo_box img {
  max-height: 100px;
}

.footer {
  background: #f5f5f5;
  float: left;
  padding: 15px 0;
}
.copy_text {
  color: #646464;
  font-size: 14px;
}
.footer_links {
  color: #646464;
  font-size: 14px;
  text-align: center;
}
.footer_links a {
  color: #646464;
  padding: 0 5px;
}
.ss_box_ftr {
  text-align: right;
}

.ss_box_ftr a {
  padding: 0 4px;
}

#thematic_area {
  padding: 0 30px;
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  height: 50px;
  left: 0;
  z-index: -1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 25px;
  background-size: 100% auto !important;
  display: block;
  top: 0;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrows-next.svg) no-repeat;
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrows-prvs.svg) no-repeat;
  left: 0;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/arrows-next.svg) no-repeat;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/arrows-prvs.svg) no-repeat;
}

.owl-theme .owl-dots .owl-dot span {
  background: #7da358;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #d6d6d6;
  width: 32px;
  border-radius: 15px;
}

.d-mob {
  display: none;
}
.d-desktop {
  display: block;
}

/*Common CSS */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.rel_pos {
  position: relative;
}
.no_pad_btm {
  padding-bottom: 0px;
}
.no_pad_right {
  padding-right: 0px;
}
.no_pad_left {
  padding-left: 0px;
}
.font_33 {
  font-size: 33px;
}
.pad_left {
  padding-left: 50px;
}
.pad_right {
  padding-right: 50px;
}
.flt_none {
  float: none;
}
.wdt_100 {
  width: 100%;
}

@media (max-width: 1599.98px) {
  section {
    padding: 60px 0;
  }

  .carousel-caption h5 {
    font-size: 36px;
    max-width: 500px;
  }
  .carousel-caption p {
    font-size: 16px;
    max-width: 500px;
  }
  /*.sponsor_logo_box img {
    max-height: auto;
    width: 100%;
    max-width: 128px;
  }*/

  .bg_banner_left {
    width: 180px;
    bottom: -70px;
  }
  .bg_banner_right {
    width: 250px;
    bottom: -20px;
  }
  .bg_banner_left img,
  .bg_banner_right img {
    width: 100%;
  }

  .owl-carousel .owl-item .theme_area_box img {
    max-width: 80px;
  }
  .course_dtl h4 {
    font-size: 18px;
    margin: 5px 0 10px;
  }

  h2 {
    font-size: 32px;
  }

  /*.thematic_area h2 {
    font-size: 36px;
}*/

  .prof_name,
  .course_rate,
  .course_count,
  .event_detail a {
    font-size: 14px;
  }

  .prof_name {
    margin: 4px 0 9px;
  }

  h2 span,
  .btn_banner,
  .data_box h5 {
    font-size: 18px;
  }

  .theme_area_box span {
    font-size: 16px;
  }

  .icn_star {
    width: 18px;
    height: 18px;
  }

  .source_text_outer {
    padding: 8px 0;
    margin: 10px 0 0;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0 10px;
    font-size: 14px;
  }

  .sponsor_logo_box img {
    max-height: 80px;
  }
  .ss_box_top a img {
    height: 18px;
  }

  .carousel-caption h5 {
    font-size: 32px;
  }
  .carousel-caption p {
    margin: 20px 0 30px;
  }
  .btn_banner {
    padding: 8px 20px;
    font-size: 16px;
  }

  section {
    padding: 50px 0;
  }

  .carousel-caption h5 {
    font-size: 32px;
    max-width: 500px;
  }
  .carousel-caption p {
    font-size: 16px;
    max-width: 500px;
  }
  .sponsor_logo_box img {
    max-height: 72px;
  }

  .bg_banner_left {
    width: 160px;
    bottom: -40px;
  }
  .bg_banner_right {
    width: 220px;
    bottom: 10px;
  }
  .bg_banner_left img,
  .bg_banner_right img {
    width: 100%;
  }

  .owl-carousel .owl-item .theme_area_box img {
    max-width: 64px;
  }
  .course_dtl h4 {
    font-size: 16px;
    margin: 0 0 5px;
  }

  h2 {
    font-size: 32px;
  }

  .thematic_area h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }

  h2 span,
  .btn_banner,
  .data_box h5 {
    font-size: 16px;
  }

  .theme_area_box span {
    font-size: 16px;
  }

  .icn_star {
    width: 18px;
    height: 18px;
  }

  .source_text_outer {
    padding: 8px 0;
    margin: 10px 0 0;
  }

  .link_more {
    font-size: 14px;
  }

  .course_img_box {
    width: 40%;
  }
  .course_dtl {
    width: 60%;
  }

  .course_rating {
    padding: 10px 0 0px;
    margin: 10px 0 0;
  }

  .owl-theme .owl-dots .owl-dot span,
  .carousel-indicators li {
    width: 12px;
    height: 12px;
  }

  .event_type {
    font-size: 13px;
    padding: 1px 8px;
  }
  .event_geo {
    font-size: 13px;
  }
  .event_geo img {
    width: 17px;
    margin: 2px 7px 0 0px;
  }

  .event_detail a {
    -webkit-line-clamp: 1;
  }
  .sponsor_logo_box h5 {
    font-size: 20px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar {
    padding: 0;
    display: block;
  }
  .navbar-brand {
    margin: 0;
  }
  .navbar-collapse {
    position: fixed;
    width: calc(100% + 30px);
    background: #8ba953;
    z-index: 999;
    left: 0;
    top: 71px;
    padding: 10px 0 20px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
  }

  .login_box {
    /* width: 40%; */
  }
  .navbar-light .navbar-toggler {
    float: right;
    border: 0;
  }
  .login_btn_box .btn {
    float: left;
  }
  .login_box .nav-link {
    padding: 6px 20px 0;
  }
  .login_btn_box {
    width: auto;
    margin: 0 0px 0 0;
  }
  .ss_box_top {
    display: none;
  }
  .nav_outer {
    width: auto;
    margin: 0;
  }
  .banner_overlay {
    
    clip-path: polygon(0 73%, 100% 0, 100% 100%, 0% 100%);
  }
  .carousel-caption {
    bottom: 10%;
  }
  .carousel-caption h5 {
    font-size: 24px;
    max-width: 320px;
  }
  .carousel-caption p {
    font-size: 14px;
    max-width: 320px;
  }

  .btn_banner {
    padding: 8px 20px;
    font-size: 16px;
  }

  section {
    padding: 40px 0;
  }
  .sep_line {
    margin: 40px 0;
  }

  .sponsor_logo_box img {
    max-height: 90px;
  }

  .bg_banner_left {
    width: 90px;
    bottom: -40px;
  }
  .bg_banner_right {
    width: 140px;
    bottom: 10px;
  }
  .bg_banner_left img,
  .bg_banner_right img {
    width: 100%;
  }

  .owl-carousel .owl-item .theme_area_box img {
    max-width: 64px;
  }
  .course_dtl h4 {
    font-size: 16px;
    margin: 0 0 5px;
  }

  h2 {
    font-size: 24px;
  }

  .thematic_area h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  h2 span,
  .btn_banner,
  .data_box h5 {
    font-size: 14px;
  }

  .theme_area_box span {
    font-size: 16px;
  }

  .icn_star {
    width: 18px;
    height: 18px;
  }

  .source_text_outer {
    padding: 8px 0;
    margin: 10px 0 0;
  }

  .link_more {
    font-size: 14px;
  }

  .course_img_box {
    width: 35%;
  }
  .course_dtl {
    width: 65%;
  }

  .course_rating {
    padding: 10px 0 0px;
    margin: 10px 0 0;
  }

  .carousel-indicators li,
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
  }

  .event_type {
    font-size: 14px;
    padding: 3px 8px;
  }
  .event_geo {
    font-size: 14px;
  }
  .event_geo img {
    width: 17px;
    margin: 2px 7px 0 0px;
  }

  .event_detail a {
    -webkit-line-clamp: 2;

    font-size: 16px;
  }
  .sponsor_logo_box h5 {
    font-size: 20px;
  }

  .data_links_outer {
    margin: 0 0 50px;
  }
  .podcast_list {
    padding: 20px 0 0;
  }
  .img_event_box,
  .event_detail {
    width: 100%;
  }

  .sponsor_logo_box:nth-child(2)::after {
    display: none;
  }

  .copy_text,
  .footer_links,
  .ss_box_ftr {
    width: 100%;
    text-align: center;
    padding: 7px 0;
  }

  .d-mob {
    display: block;
  }
  .d-desktop {
    display: none;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 100px;
  }
  .login_box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .login_box .nav-link {
    float: right;
    padding: 2px 20px;
  }
  .login_btn_box .btn {
    font-size: 13px;
    padding: 5px 8px;
    margin: 0;
  }

  .navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
    float: right;
  }

  .login_btn_box {
   /* display: none;*/
  }

  .bg_banner_left,
  .bg_banner_right {
    display: none;
  }
  .banner_overlay {
    clip-path: none;
  }

  .link_more {
    margin: 5px 0 0;
  }
  .data_insight .link_more,
  .event_list_home .link_more {
    margin: 30px 0 20px;
    clear: both;
    display: block;
  }
  .data_insight h2 {
    margin: 0 0 35px;
  }
  .course_box {
    display: block;
  }
  .course_img_box,
  .course_dtl {
    width: 100%;
  }

  .course_dtl h4 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .course_rating {
    padding: 15px 0 0px;
    margin: 15px 0 0;
  }
  .prof_name,
  .course_rate,
  .course_count,
  .event_detail a,
  .course_dtl p {
    font-size: 16px;
  }

  #knowledge_resource .owl-item {
    padding: 0 25px;
  }

  .podcast_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .podcast_list a {
    width: 100%;
    margin: 0 0 20px;
  }

  .event_box {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .img_event_box {
    width: 40%;
  }
  .event_detail {
    width: 60%;
  }
  .event_detail a {
    -webkit-line-clamp: 1;
  }
  .event_list .event_box:nth-child(2),
  .event_list .event_box {
    margin: 0 0 20px;
  }
  .sponsor_logo_box::before {
    display: none;
  }
  .sponsor_logo_box:nth-child(2)::before {
    display: none;
  }
  .sponsor_logo_box:nth-child(2) {
    padding: 0;
    margin: 20px 0;
  }

  .sponsor_logo_box img {
    max-height: 80px;
  }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

/* Mobile Device*/
@media (max-width: 767px) {
}

/* new.css */
.category-header-area,
.category-course-list-area {
  padding: 0;
}
.content-title-box .title {
  color: #7da358;
  font-size: 26px;
  padding-bottom: 10px;
  text-align: center;
}
.content-title-box .subtitle {
  padding-bottom: 10px;
  text-align: center;
}
.content-box label {
  color: #646464;
}
.content-box .form-control {
  border-radius: 0;
}
.content-update-box .btn {
  background: #464646;
  color: white;
  padding: 7px 30px;
  border-radius: 0;
}
.content-update-box .btn:hover {
  background: #7da358;
}
.account-have {
  margin-top: 5px;
}
.user-dashboard-box {
  padding: 30px;
}
/*nav.navbar.navbar-expand-lg.navbar-light img
{ width: 80%; }
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}
.navbar-brand {
        padding-top: 0 !important;
}*/
a.login.btn,
a.signup.btn {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  border: none;
  background-color: #0000;
  font-weight: 400;
}
i.fas.fa-shopping-cart {
  color: #7da358;
}
span.bg_banner_right {
  display: none;
}
/*.podcasts .description-box {
    text-align: right;
}

.podcast-items p {
    text-align: right;
}*/
.event-item .content {
  /* min-height: 150px; */
  padding: 20px 10px;
}
.event-item .content h5 {
  font-size: 18px;
  min-height: 90px;
}
.date {
  font-size: 14px;
}
.category.mb-2 {
  font-size: 14px;
}
.event-feature-content.p-3 ul li,
.items ul li {
  list-style: none;
}
.card .content {
  padding: 20px 10px;
}

.card .content h5 {
  font-size: 18px;
}

.category {
  font-size: 14px;
}
span.icon i {
  width: 20x;
  text-align: center;
  color: #7da358;
}
.widget .thumbnail {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.widget .content {
  min-height: 100px;
  border-bottom: 1px solid #bfbfbf;
}
.widget .content h5 {
  padding: 0;
  margin: 0;
  font-size: 14px !important;
}
.table-bordered thead th {
  border-bottom-width: 2px;
  background: #7da358;
  color: #fff;
  border-color: #7da358;
}
button.btn.btn-md.btn-primary,
button.btn.btn-primary.btn-block.checkout-btn {
  background: #7da358 !important;
  border: #7da358 !important;
}
section.course-content-area.contact-us.mt-5 {
  padding-bottom: 0;
}
/*.podcasts .with-line {display:none;}*/
/*.with-line {
    width: 340px;
    height: 2px;
    background: #E3E3E3;
    position: relative;
    margin: 15px 0 30px;
}*/

#collapseFilter ul li {
  list-style: none;
  margin-left: 0 !important;
}
[type="radio"]:checked {
  background-color: #d9693e;
  border: 1px solid #d9693e;
}
.widget .category {
  font-size: 12px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #7da358;
  border-bottom: 1px solid #7da358;
  color: #fff;
}
.category-filter-box.filter-box.clearfix {
  margin: 20px 0;
}
p.instructors {
  font-size: 14px;
}
.course-details h5 {
  font-size: 18px;
  min-height: 55px;
}
.course-box-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.course-details {
  padding: 20px 10px;
}
.row.event-items.podcast-items {
  margin-bottom: 20px;
}
.course-image {
  /*text-align: center;
  min-height: 260px;*/
}
.category-course-list ul li .course-image {
  width: 40%;
  float: left;
  margin-right: 20px;
}
.category-course-list ul li::marker {
  color: #fff;
}
.category-course-list ul li .course-box-2 {
  /*min-height: 450px;*/
  margin: 10px 0;
  border-bottom: 1px solid #bfbfbf;
}
li.lecture.has-preview::marker,
ul.what-you-get__items li::marker,
.about-instructor-image ul li::marker {
  color: #fff;
}
.includes ul li::marker,
.individual-rating li::marker,
.requirements__list li::marker {
  color: #f5f5f5;
}
.student-feedback-box {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  margin-top: 20px;
}
.widget {
  background: #f5f5f5 !important;
}
.compare-box.view-more-parent,
.description-box.view-more-parent {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  margin-bottom: 20px;
}
.course-sidebar.natural {
  padding: 20px;
  background: #f5f5f5;
}
a#course_1 {
  background: #7da358;
  color: #fff;
  width: 50%;
  margin-bottom: 10px;
}
.buy-btns {
  text-align: center;
}
.event-feature-content ul li a {
  color: #7da358 !important
}
button#\31 {
  border-color: #7da358;
  color: #7da358;
  width: 50%;
  margin-bottom: 10px;
}
.includes .title {
  margin: 10px 0;
}

.includes ul li i {
  width: 30px;
  text-align: center;
  color: #7da358;;
}
.course-sidebar-text-box .price {
  text-align: center;
  margin-bottom: 10px;
}
.user-dashboard-area .user-dashboard-box {
  padding: 0 !important;
}
.event-content {
  background: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.about-instructor-box {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  margin-top: 20px;
}
.description.episodes {
  margin: 20px;
}
.event-feature-content {
  background: #f5f5f5;
}
.events .description-title {
  margin-bottom: 20px;
}
.about-instructor-image img {
  width: 50%;
  float: left;
  margin-right: 10px;
}
.about-instructor-image ul li {
  font-size: 14px;
}
.about-instructor-image ul {
  padding-top: 20px;
}
.user-dashboard-box {
  padding: 30px 0 !important;
}

a.navbar-brand img {
  width: 100%;
}

.navbar {
  padding: 0 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.category-course-list ul li .course-details a {
  font-weight: 600;
}
.category-course-list .course-image a > img {
 /* max-height: 420px;
  margin: 20px 0;*/
}
section.course-header-area {
  background: url(http://versionreview.com/sukalp-team/uploads/system/banner-ineer.jpg);
  min-height: 400px;
  padding: 15px 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.course-header-wrap {
  margin-top: 10vh;
  color: #fff;
}
.category-header-area {
  padding: 0;
  position: absolute;
  bottom: 0;
}
.course-header-wrap h1 {
  color: #fff;
}
.breadcrumb {
  background-color: #e9ecef00 !important;
}
ol.breadcrumb li a {
  color: #fff;
}
.widget .thumbnail img {
  width: 60px;
  height: 60px;
}
.breadcrumb-item.active {
  color: #ffffff !important;
  font-weight: bold;
}
span.instructor-name {
  font-size: 16px;
  color: #000000;
}

.about-instructor-details.view-more-parent .view-more {
  padding: 0;
}

section.course-content-area.events.knowledge-resources,
.event-info,
section.course-content-area {
  padding: 70px 0;
}
.event-info #sidebar .widget .items ul li .content .title {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.course-content-area .user-dashboard-box {
  border: none;
}
section.instructor-header-area .instructor-name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
  color: #fff;
}
.description-content p {
  font-size: 16px;
  font-weight: 400;
}
.description-content h5 {
  font-weight: 400;
}
.event-feature-content.p-3 ul li,
.items ul li {
  list-style: none;
  padding-left: 22px;
  position: relative;
  display: flex;
  /* margin-bottom: 25px !important; */
  min-height: 20px;
  font-size: 14px;
}
.event-feature-content span.icon i {
  width: 20px;
  text-align: center;
  color: #7da358;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 14px;
}
.event-feature-content li .icon {
  position: relative;
  padding-left: 15px;
  position: absolute;
  top: 4px;
  left: 0;
}
section.course-content-area.event-info .items p {
  margin-top: 20px;
}
.contact-us h6 strong {
  font-weight: 600;
  font-size: 1.75rem;
}
.contact_address h6 strong,
.registered_address h6 strong {
  font-weight: 600;
  font-size: 20px;
}
.events .event-items p {
  margin-bottom: 20px;
}

section.course-header-area:before {
  content: "";
  position: absolute;
  background: #0000005e;
  width: 100%;
  height: 400px;
}
li.nav-item.search {
  background: #7da256;
  padding: 1.5px 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 5px 0;
  display: none;
}
li.nav-item.search a.nav-link {
  padding: 0 7px;
}
div#cart_items {
  top: -2px;
  position: relative;
  padding: 8px;
}
/*.with-line::after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: #7da54e;
    width: 40px;
}*/
.navbar-expand-lg .navbar-collapse {
  float: right;
}
.thematic-area-container .main-content {
  background: #7fa457 !important;
  padding: 10px 10px 80px;
  text-align: center;
}
.thematic-area-container .menu ul li {
  text-align: left;
  padding: 0 70px;
}
.thematic-area-container {
  padding: 0;
}
.thematic-area-container p {
  padding-top: 10px;
}
section#events {
  background: #f8f8f8;
  margin: 0 -15px;
  width: calc(100% + 30px);
  position: relative;
}
.green-bg {
  background: #7fa457;
  position: absolute;
  height: 100%;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
#knowledgeResource .content {
  min-height: 200px;
}
@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    color: #646464;
    font-size: 15px;
    padding: 0 07px;
  }
  .thematic-area-container .menu ul li {
    text-align: left;
    padding: 0 50px;
  }
}
@media (max-width: 1300px) {
  .navbar-expand-lg .navbar-collapse {
    float: right;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 30%;
  }
}

.line-3-description {
  line-height: 30px;
  max-height: 90px; /* line-height * 3 */
  overflow: hidden;
}

.img160x160 {
  height: 160px;
  width: 160px;
}

/*.events .event-items .event-item .thumbnail{height: 300px;}
.events .podcasts-items .event-item .thumbnail{height: auto;}*/
section.page-header-area {
  background: #7da358;
  color: #fff;
}
section.page-header-area .page-title {
  color: #fff;
}
.user-dashboard-sidebar .user-dashboard-menu ul .active a {
  background: #7da358;
}
.my-courses-area .my-course-search-bar input {
  height: 50px;
}
.my-courses-area .my-course-search-bar .input-group-append button {
  background: #7da358;;
  color: #fff;
  height: 50px;
}
.my-courses-area .my-course-search-bar .input-group-append button:hover {
  background: #7da358;
}
.course-sidebar-text-box .btn-add-wishlist,
.course-sidebar-text-box .btn-buy-now,
.course-sidebar-text-box .btn-add-cart {
  width: 100% !important;
  border-color: #7da358 !important;
}
.course-sidebar-text-box .btn-add-wishlist {
  color: #fff !important;
  border-color: #7da358 !important;
}
.course-sidebar-text-box .includes ul li i {
  color: #7da358 !important;
}
.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover,
.course-sidebar-text-box .buy-btns .btn-add-wishlist:focus {
  background: #333;;
  color: #fff;
}
.cdtrf-contact-form {
  padding: 0px 0px !important;
}

#sukalp-menu a.login.btn,
#sukalp-menu a.signup.btn {
  font-size: 14px !important;
  width: auto;
  padding: 8px !important;
  text-transform: uppercase;
}
#sukalp-menu a.login.btn:hover, #sukalp-menu a.login.btn:focus,
#sukalp-menu a.signup.btn:hover, #sukalp-menu a.signup.btn:focus {
  background: #7fa457 !important;
  color: #fff !important;
    border-color: transparent !important;

}
#sukalp-menu a.navbar-brand img {
  width: 100%;
}

#sukalp-menu .navbar-light .navbar-nav .nav-link {
  padding: 8px;
  font-size: 14px;
  text-transform: uppercase;
}

#sukalp-menu .navbar-light .navbar-nav a.nav-link:hover {
  background: #7fa457;
  color: #fff !important;
}
#sukalp-menu .nav_outer .navbar-collapse {
  padding-top: 0;
}

.theme_area_box span{
    font-size: 14px;
}

section.courses_outer h2{
    font-weight :bold;
}

.btn_banner{
    font-size: 14px;
}
h2 span, .data_box h5{
  font-size: 14px;
}

.link_more{
    font-size: 14px;
    margin: 0px;
    text-decoration: underline;
    
}
.course-compare {
  color: #7FA258 !important;
  margin-top: 20px;
}
.d-block .course-compare {
  color: #7FA258 !important;
  margin-top: 0;
}
.includes .course-compare {
  color: #7FA258 !important;
  margin-top: 0;
  font-size: 15px;
}
.knowledge-resources .content {
    min-height: 155px;
}
.podcast-item .content h5 {
  font-size: 18px;
  min-height: 60px;
}
a.morelink.d-block.mt-1 {
  text-align: right;
}
#sidebar h6.title {
  min-height: 40px;
}
#sidebar .content-item
{
  min-height: 75px;
}
.data-insights .data_insight h5 {
  font-size: 18px;
  min-height: 45px;
}
.data-insights .data_insight .data_box p {
  min-height: 60px;
}
.events .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: 180px;
}
input#user_image {
  height: auto !important;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #000;
}
.lesson_duration a {
  color: #6c8a51;
}
section.course-content-area.event-info.data-insight-content {
  padding: 0;
}
.data-insight-content .data_insight {
  padding-top: 30px;
}
.data-insight-content .content {
  display: inline-block;
  width: 100% !important;
  margin-left: 0 !important;
}
.description ul li {
  list-style: inside;
}
.purchase-history-list-header .table-heading {
  font-size: 18px;
  font-weight: 600;
    margin-bottom: 0;
}
.no-record-heading {
  font-size: 14px;
  text-align: center;
}
.sukalp-page-content{
  position: relative;
    min-height: 100vh; 
   padding-bottom: 50px;
   overflow: hidden;
}
.footer{position: absolute;
  bottom: 0;
}
.my-course-area {
  padding: 15px 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.my-courses-area .course-box-wrap img {
  width: 100%;
}
div#my_courses_area .col-lg-3 {
  padding: 0 15px;
}
#my_courses_area a.btn {
  width: 100%;
}
.about-us b, .members b, .get-involved b, .refund-policy b, .privacy-policy b, .data-sharing-and-usage-policy b {
  color: #7fa457;
  font-size: 18px;
}
.about-us ul li, .cms-page-content ul li {
  list-style: inside;
}
.about-us ul , .cms-page-content ul {
  margin-top: 1rem;
}
.col.cms-page-content{font-family: "Inter" !important;}
.contact-us-title{font-size: 18px;font-weight: 600;}
.contact_address p, .registered_address p{line-height: 24px !important;}
.contact_address p b{line-height: 18px !important;display: block;}
.podcast-info #sidebar .widget {background-color: #fff !important;}
.btn, .already_purchased a{
max-width: 300px;
    margin: 0 auto 10px !important;
    width: 100%;
    font-size: 15px !important;
    border-radius: 2px !important;
    padding: 10px 10px !important;
}
.btn:hover, .btn:focus, .already_purchased a:hover, .already_purchased a:focus {
  background: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}
.podcast-item .content {
  min-height: 80px !important;
}
.nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #7da358 !important;
}
section.category-course-list-area.compare-course-area th, section.category-course-list-area.compare-course-area td {
  vertical-align: top;
  display: table-cell;
}
section.category-course-list-area.compare-course-area .what-you-get__items li::marker
{
  color: #000 !important;
}
section#podcasts {
  
  margin: 0 -15px;
  width: calc(100% + 30px);
  position: relative;
}
#events .content {
  padding: 0 .7rem .7rem .7rem;
  min-height: 155px;
}
.get-involved h2 span {
  color: #7fa457;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.get-involved h2 {
  padding: 0;
  margin: 0;
}
.thematic-area-container {
  position: relative;
}
.navbar-nav .dropdown-item {
    text-transform: uppercase;
}
.about-us, .members, .get-involved, .data-sharing-and-usage-policy {
  text-align: justify;
}
.data-sharing-and-usage-policy h4 {
  color: #7fa457;
  font-size: 18px;
}
.data-sharing-and-usage-policy ul li {
  list-style-position: inside;
}
i.fas.fa-tag {
  color: #7da358;
}
.data-insight-content .dropdown-item{padding: 0;}
.data-insight-content .dropdown-item {  
  white-space: inherit;  
}
.data-insight-content .widget .content {
  min-height: 70px;
  border-bottom: 1px solid #bfbfbf;
}
.data-insights .data_insight .data_box {
  background: #ececec;
  padding: 20px;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}
.data-insights .data_insight .source_text_outer {
  float: none;
}
.events .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: 200px;
}
.sponsor_logo_box a {
  padding: 11px;
}
/*responsive css*/
@media (max-width: 1500px) {

.footer_links a {
  color: #646464;
  padding: 0 2px;
}
.events .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: 175px;
}
#sukalp-menu .navbar-light .navbar-nav .nav-link {
  padding: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
section#knowledgeResource .content {
  min-height: 220px;
}
.data-insights .data_insight .data_box p {
  min-height: 80px;
}
.events .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: 200px;
}
#events .content {
  padding: 0 .7rem .7rem .7rem;
  min-height: 165px;
}
}
@media (max-width: 1400px) {
  .sponsor_logo_box a {
    padding: 2px;
}
.podcast-item .content {
  min-height: 140px;
}
#sukalp-menu a.login.btn, #sukalp-menu a.signup.btn {
  font-size: 14px !important;
  width: auto;
  padding: 5px !important;
  text-transform: uppercase;
}
div#cart_items {
  padding: 5px;
}
}
@media (max-width: 1250px) {
  #events .content {
    padding: 0 .7rem .7rem .7rem;
    min-height: 200px;
}
  section#knowledgeResource .content {
    min-height: 250px;
}
/*.sponsor_logo_box img {
  max-height: auto;
  width: 100%;
  max-width: 100px;
}*/
.event_list_home .img_event_box img {
  width: 100% !important;
}
.copy_text {
  color: #646464;
  font-size: 14px;
  text-align: center;
}
.course-box-2 .course-details {
  width: 50%;
  padding: 10px 10px;
}
.about-instructor-box .about-instructor-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.about-instructor-image ul li {
  font-size: 12px;
}
.about-instructor-box .about-instructor-image ul i {
  width: 14px;
  font-size: 12px;
}
.events .event-items .event-item .title {
  font-size: 16px;
  font-weight: bold;
}
.last_update {
  
  font-size: 12px;
}
.source_text {
 
  font-size: 12px;
}
.data-insights .data_insight .data_box {
  background: #ececec;
  padding: 20px 10px;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}
.purchase-history-list-header .table-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.purchase-history-list .purchase-history-list-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

}
@media (min-device-width: 800px) and (max-device-width:1100px){
  .sponsor_logo_box {
    margin: 0;
    margin-bottom: 0;
  }
  .sponsor_logo_box a {
    padding: 0 40px;
}
}
@media (max-width: 900px) {
  section#knowledgeResource img {
    width: 100%;
}
section#knowledgeResource .content {
  min-height: auto;
}
#events .content {
  padding: 0 .7rem .7rem .7rem;
  min-height: auto;
}

.podcast_list img {
  width: 100%;
}
/*.sponsor_logo_box img {
 
  width: 100%;
  max-width: 140px;
  text-align: center;
  margin: 0 auto;
}*/
.footer {
  position: inherit;
  bottom: 0;
}
.sukalp-page-content {
  position: relative;
  min-height: 100vh;
  padding-bottom: 0;
  overflow: hidden;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;}
  .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/arrows-prvs.svg) no-repeat;
    left: -14px;
}
.owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrows-next.svg) no-repeat;
  right: -12px;
}
#sukalp-menu .nav_outer .navbar-collapse{
  margin-top: -12px;
}
.view-more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  background: #fff0;
  display: block;
  padding: 0px 20px 3px 20px;
  color: #7da358;
  cursor: pointer;
  z-index: 5;
  text-align: right;
}
.what-you-get-box ul li {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 26px;
  font-size: 15px;
  position: relative;
}.events .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: auto;
}
.course-curriculum-accordion .lecture-list .lecture .lecture-title {
  width: 100%;
}.event-item .content h5 {
  font-size: 18px;
  min-height: auto;
}div#cart_items {
  top: 14%;
  position: absolute;
  padding: 8px;
  right: 10%;
}
#sukalp-menu a.login.btn, #sukalp-menu a.signup.btn {
  font-size: 14px !important;
  width: auto;
  padding: 5px !important;
  text-transform: uppercase;
  display: none;
}
.user-dashboard-sidebar {
  width: 25%;
  border-right: 1px solid #dedfe0;
}
.user-dashboard-content .content-box .form-group {
  padding: 10px 20px;
  margin-bottom: 0;
}
}

@media (max-width: 600px) {
  .course-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
  }
  .category-course-list ul li .course-image {
    width: 100%;
    float: none;
    margin-right: 20px;
}
.course-box-2 .course-details {
  width: 100%;
  padding: 10px 10px;
}
.course-box-2 .course-price-rating {
  width: 100%;
}
  
.nav_outer {
  width: auto;
  margin: 0;
}
.login_box {
  width: 100%;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  width: 50%;
}
.banner_outer .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.data_insight .link_more, .event_list_home .link_more {
  margin: 0;
  clear: both;
  display: block;
}
.about-us ul li, .cms-page-content ul li {
  list-style: inside;
  text-align: initial;
}
.sponsor_logo .sponsor_logo_box{
  text-align: center;
  margin: 0 auto;
  float: none;
}
.course-comparism-item .item-image {
  height: auto;
  width: 50%;
  position: relative;
  margin-top: 0 !important;
}
.course-comparism-item .item-title {
  padding-left: 15px;
  width: 50%;
}
.course-header-wrap .title {
  font-size: 25px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10.5px;
}
.course-header-wrap .subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
}
.course-curriculum-accordion .lecture-group-title {
  position: relative;
  padding: 10px 10px 10px 45px;
}
.user-dashboard-sidebar {
  width: 100%;
  border-right: 1px solid #dedfe0;
}
.user-dashboard-content {
  width: 100%;
}
.user-dashboard-box {
  border: 1px solid #dedfe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}
section.page-header-area.my-course-area ul li {
  display: inline-block;
  margin-right: 5px;
}
section.my-courses-area .my-course-search-bar .input-group {
  width: 100%;
  margin-left: auto;
}
div#cart_items {
  top: 14%;
  position: absolute;
  padding: 8px;
  right: 20%;
}
}

@media (max-width: 1400px) {
.knowledge-sharing-items .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: 220px;
}
}
@media (max-width: 800px) {
.knowledge-sharing-items .content {
  padding: .7rem .7rem .7rem .7rem;
  min-height: auto;
}
.podcast-item .content {
  min-height: auto !important;
}
}
.page-privacy-policy p, .page-privacy-policy ol li, .refund-policy p, .refund-policy ol li, .get-involved p, .get-involved ol li {
  text-align: justify;
}
.items.data_insight .data_box{min-height: 250px;}
.data-insight-content .data_insight .data_box{min-height: auto !important;height: auto !important;}