footer.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 30px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181734;
}
.basic-course-info {
border:1px solid #333;
padding:10px 5px 5px 20px;
border-radius:8px;
display:inline-block;
}

.basic-course-item {
font-size:15px;
position:relative;
padding-left:28px;
margin-bottom:5px;
display:inline-block;
margin-right:15px;
}
.basic-course-item span{
font-size:20px;
position:absolute;
left:0px;
top:1px;
}
.basic-course-includes-title {
font-size:17px;
margin-bottom:5px;
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.footer__column--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__credits {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.footer__links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__links-list {
    padding-right: 50px;
  }
}
a.footer__link {
  margin-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
a.footer__link:hover {
  color: #c4cded;
}
a.footer__link--cta {
  padding: 10px;
  border: 1px solid #9dace2;
  border-radius: 4px;
  color: #9dace2;
  line-height: 18px;
  width: auto !important;
}
a.footer__link--cta:hover {
  border-color: #c4cded;
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
}
.footer__link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__column {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .footer__column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__links-list {
    width: 50%;
  }
  .footer__links-list:last-of-type > * {
    width: 50%;
  }
  .footer__links-list:last-of-type {
    flex-direction: row;
    width: 100%;
    padding: 0;
    display: flex;
  }
}
.syllabus {
	margin:0px;
}
.syllabus-ok {
	padding-left:20px;
	margin:0px;
}
.syllabus-ok:before {
	display:block;
	content: "\2714";
	position:absolute;
	margin-left:-20px;
	color:green;
}
.white-td {
	font-family: Lato, Arial, Helvetica, sans-serif;
	color: #929292;
    font-size: 14px;
    line-height: 24px;
	padding: 10px 20px;
}
.blue-td {
	font-family: Lato, Arial, Helvetica, sans-serif;
    color: #929292;
    font-size: 14px;
	line-height: 24px;
    padding: 10px 20px;
     background: #f5f5f5;
}

.intro-line-space {
	background-color: #999;
	position: relative;
	height: 2px;
	width: 100%;
	margin: 40px 0;
}

.list-new-section {
	background-color: #fff;
	font-size: 14px;
	line-height: 19px;
}

.list-new-section ul {padding: 0 5px 0 50px;}

.list-new-section ul li {margin: 0 10px 20px 0; position: relative; list-style-type: none;}

.list-new-section ul li:before {
	font-family: "Material Symbols Outlined";
	content: "\e876";
	top: 1px;
	left: -35px;
	width: 20px;
	height: 20px;
	font-size: 18px;
	position: absolute;
}

.card {border: none; padding: 10px 0 !important;}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.pink-color {
  color: #00A1E4;
}
.tomy {
	cursor: pointer; line-height: 19px;
}
.tomy span {font-size: 13px; font-weight: 400; width: 25px;}

.top-pricing {
	background-color: #eeeeee;
	padding: 5px 0 20px;
	margin-top: 20px;
	border-radius: 8px;
}


#owl-owl1 .item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}


#carousel-new-list {
	background-color: #fff;
	padding: 40px 0;
}

#carousel-new-list #owl-owl1 {padding-top: 20px;}

#carousel-new-list .owl-dot {
	background-color: #fff;
	border: none;
}

#carousel-new-list .owl-dot span {
	background-color: #fff;
	border: 1px solid #181734;
}

#carousel-new-list .active span {
	background-color: #181734;
}

#carousel-new-list .item {
	position: relative;
	height: 400px;
	padding: 0;
	border-radius: 20px;
	background-origin: padding-box, padding-box;
	background-clip: border-box, border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#carousel-new-list .item .item-opis {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -moz-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 30px;
}

#carousel-new-list .item .item-opis-space {height:2px; width: 80px; max-width: 100%; background-color: #fff;}

#carousel-new-list .item .item-opis-before {font-size: 14px; line-height: 17px; margin: 0 0 5px; font-weight: 600;}

#carousel-new-list .item .item-opis-after {font-size: 14px; line-height: 19px; margin: 0 0 5px; text-align: left; font-weight: 600;}

#carousel-new-list .item .item-opis-button {
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: 0px;
	margin: 5px 0px 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	min-width: 40px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border: 2px solid rgb(251, 251, 251);
	padding: 7px 20px 10px;
	border-radius: 50px;
	box-shadow: none;
	color: rgb(251, 251, 251);
	background-color: transparent;
}

#carousel-new-list .item .item-opis-button:hover {background-color: #fff;color: #181734;}

#carousel-new-list .item .item-bg {}

#carousel-new-list .item-1 {
	background-image: linear-gradient(transparent 23.97%, rgb(24, 23, 52) 100%), url("../images/371371807.jpg");
}
#carousel-new-list .item-2 {
	background-image: linear-gradient(transparent 23.97%, rgb(24, 23, 52) 100%), url("../images/371371807.jpg");
}
#carousel-new-list .item-3 {
	background-image: linear-gradient(transparent 23.97%, rgb(24, 23, 52) 100%), url("../images/371371807.jpg");
}
#carousel-new-list .item-4 {
	background-image: linear-gradient(transparent 23.97%, rgb(24, 23, 52) 100%), url("../images/371371807.jpg");
}


/* to remove slide effect  css */
 .animated  {
      -webkit-animation-duration : 0 ms  !important;
      animation-duration : 0 ms  !important;
      -webkit-animation-fill-mode : both  !important;
      animation-fill-mode : both  !important;
    }  
    
    
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }  
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }


#what-will {padding: 50px 0 10px;}

#what-will img {width: 150px;}

#what-will .what-will-text-box {padding: 0 15px;}

#what-will p {margin-bottom: 20px;}

.sylabus-scroll-right-column {
	height: 100%;
	position: relative;
	padding-bottom: 20px;
}

.sylabus-scroll-right-column .tomy-details {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.wrapped-questions {
	height: 100%;
	position: relative;
	padding-bottom: 0px;
}

.wrapped-questions-box {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	margin: 0;
	transition: all 0.3s ease-in-out;
	color: #000 !important;
	font-size: 30px !important;
	background: none !important;
	border: none;
	transform: translateY(-50%);
}

.owl-nav button.owl-prev {
  	left: -25px;
	content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-nav button.owl-next {
  	right: -25px;
	content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}


/*
.owl-nav{
    text-align:center;
    margin-top:20px;
}
.owl-nav .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-nav .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-nav .owl-next:after{
    content:"\f105";
}
*/