/* @font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTStdBook.otf");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Avenir-medium";
    src: url("../fonts/AvenirLTStdMedium.otf");
    font-weight: normal;
    font-style: normal;
} */
body{
    background-color: #ffffff;
    font-family: 'DM Sans', system-ui, sans-serif;
}

.banner{
    background-color: #0ead69;
    min-height: 60vh;
}

h1,h2,h3,h4{
    font-family: 'DM Sans', system-ui, sans-serif !important;
}
.courseTitle{
    font-family: 'DM Sans', system-ui, sans-serif !important;
    font-weight: 900;
    font-size: 2.35rem !important;
}
p{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.highlight-text{
    font-size: 1.25rem !important;
    font-weight: 900;
}
.strike{
    text-decoration: line-through;
}
.btn-outline-light {
    color: #f8f9fa;
}
.rounded-corner{
    border-radius: 25px;
}
.bodyContainer p{
    color: #3d4a63;
    max-width: 95%;
}
h2{
    color: #132241;
    font-size: 1.5rem;
    line-height: 2.125rem;
}
.bg-grey{
    background-color: #f5f8f8;
}
.authorImage{
    border-radius: 50%;
    height: 13rem;
    width: 13rem;
}
h4{
    color: #3d4a63;
    font-size: 1.3rem;
    font-weight: 700;
}
.authorInfo{
    color: #8890a0 !important;
    font-size: 1.1rem;
}
.learnersImg{
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    margin-bottom: 3%;
}
.learners-card{
    width: 46%;
    margin: 2%;
}
@media (max-width:600px){
    .learners-card{
        width: 100%;
    }
    p{
        font-size: .875rem !important;
        line-height: 1.5rem !important;
    }
    .courseTitle{
        font-size: 1.5rem !important;
        line-height: 2.125rem !important;
    }
    #price{
        font-size:1.125rem !important;
    }
    h3{
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }
    h2{
        font-size: 1rem !important;
        line-height: 2.125rem !important;
    }
    .module{
        font-size: 0.875rem !important;
        line-height: 1.5rem !important  ;
    }
    .lesson{
        font-size: 0.875rem !important;
        line-height: 1.5rem !important  ;
        padding-left: 0 !important;
    }
    .codekata-title{
        font-size: 1.5rem !important;
        line-height: 3.375rem !important;
    }
    .ck-img{
        height: 60px;
    }
    .faq-title{
        font-size: 0.875rem !important;
        line-height: 1.25rem;
    }
    .money{
        font-size: 0.75rem !important;
        line-height: 2rem !important;
    }
}
.codekata-title{
    font-family: 'DM Sans', system-ui, sans-serif !important;
    color: #132241;
    font-weight: 900 !important;
    font-size: 2.5rem;
}
.icn{
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    background-repeat: no-repeat !important;
    margin-right: 10px;
    background-size: 1.2rem !important;
    vertical-align: middle;
}
/* .icn-tick {
    padding-left: 1.3em;
}

.icn-tick:before {
  content: "\F058";
  font-family: Font Awesome 5 Free;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
} */
.icn-tick{
    /* background: url("../images/course/tick.svg") left center no-repeat;
    padding-left: 1.5rem; */
    list-style: inside url("../images/course/tick.png");
}
.icn-bullet{
    /* background: url("../images/course/bullet.svg"); */
    list-style: inside url("../images/course/bullet.svg");

}
.icn-play{
    background: url("../images/course/play.svg");
}
li p{
    margin-bottom: 0 !important;
    display: inline;
}

h5{
    color: #132241;
    font-size: 1rem;
}
.form-group {
    margin-bottom: 0.5rem;
}
#formCard input,#formCard button{
    border-radius: 0.5rem;
}
small{
    color: #8890a0 !important;
    font-weight:600 !important;
}
.info-msg{
    color: #09d15e !important;
    font-weight:500 !important;
}
.banner-content{
    width:100%;
}
@media (min-width:1330px){
    .fix-top{
        right: 4rem !important;
    }
}
@media (min-width:768px){
    .fix-top{
        position: fixed;
        /* right: 1rem; */
        right: 2rem;
        z-index: 2000;
        top: 4rem;
    }
    #formCard{
        /* margin-top: 5% !important; */
        max-width: 23rem;
        max-height: 90vh;
        overflow-y: auto;
        /* max-width: 30rem; */
    }
    .highlight{
        column-count: 2;
    }
    .banner-content{
        width:75%;
    }
    .soffset-1{
        margin-left: 5.25rem;
        margin-right: 5.25rem;

    }
    .certificate-list li{
        margin-bottom: 10%;
    }
}
.money{
    color: #0ead69;
    font-size: 1.35rem;
}
.none{
    display: none;
}
.rating{
    padding-top: 5px;
    font-size: 1.3rem;
}
ul li{
    margin-bottom: 1rem;
}
footer ul li{
    margin-bottom: unset;
}
footer p{
 font-size: .875rem !important;
}
.lesson{
    font-size: 1rem;
    color: rgba(136, 144, 160, 1);
}
.module{
    font-size: 1.125rem;
    color: rgba(61, 74, 99, 1);
    line-height: 1.5rem;
}
.faq-title{
    font-size: 1.125rem;
    color: rgba(61, 74, 99, 1) !important;
    line-height: 1.25rem;
}
.rounded-cards .card-header{
    border-radius: 0.5rem !important;
}
.rounded-cards .card-body{
    font-size: 1rem;
    color: rgba(61, 74, 99, 1);
    line-height: 1.75rem;
}
.syllabus .card-body{
    color: rgba(136, 144, 160, 1) !important;
}
.stepper li{
	margin-bottom: 0 !important;
}
.soffset-1{
    margin-left: 8.33%;
}
.grecaptcha-badge {
    display: none;
}
.star {
  flex: 25%;
  /* margin: 50px 0; */
  position: relative;
  display: inline-block;
  color: red;
  width: 0px;
  height: 0px;
  border-right: 12px solid transparent;
  border-bottom: 9px solid gold;
  border-left: 12px solid transparent;
  transform: rotate(35deg);
}
.star:before {
  border-bottom: 9px solid gold;
  border-left: 4px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -5px;
  left: -7px;
  display: block;
  content: '';
  transform: rotate(-32deg);
}
.star:after {
  position: absolute;
  display: block;
  color: red;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 9px solid gold;
  border-left: 12px solid transparent;
  transform: rotate(-70deg);
  content: '';
}

.star-white {
    flex: 25%;
    /* margin: 50px 0; */
    position: relative;
    display: inline-block;
    color: red;
    width: 0px;
    height: 0px;
    border-right: 12px solid transparent;
    border-bottom: 9px solid white;
    border-left: 12px solid transparent;
    transform: rotate(35deg);
}
.star-white:before {
    border-bottom: 9px solid white;
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -5px;
    left: -7px;
    display: block;
    content: '';
    transform: rotate(-32deg);
}
.star-white:after {
    position: absolute;
    display: block;
    color: red;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 9px solid white;
    border-left: 12px solid transparent;
    transform: rotate(-70deg);
    content: '';
}

.syllabus-card .card-header{
    padding : 1.5rem 2rem !important;
}
.faq-card .card-body,.syllabus-card .card-body{
    border-top: #f5f8f8 solid 1px;
    width: 94%;
    margin-left: 2%;
}

.faq-card .card-header{
    padding : 1rem !important;
}
#syllabusAccordian .card-header,.faq-card .card-header{
    cursor: pointer;
}
#faqAccordian .card,#syllabusAccordian .card{
    margin-bottom: 0.5rem !important;
}
.learners-card p{
    margin-top: 1.5rem !important;
}
.sticky-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.interaction-container{
    background: linear-gradient(to left, rgba(241, 225, 194, 1) 0%,rgba(252, 188, 152, 1)  100%);
    border-bottom-right-radius: 75px;
    min-width: 75%;
    max-width: 75%;
 }

 @media (max-width:768px) {
    .interaction-container{
        min-width: 100%;
     }
}

.ribbon{
	width:198px;
	height: 34px;
	background-color:rgba(230, 57, 70, 1);
	position:absolute;
	/* right:100px; */
    top:0px;

    /* border: 1px solid rgba(112, 112, 112, 1); */
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.ribbon:before{
    content: '';
    position: absolute;
    z-index: 2;
    right: -17px;
    bottom: 0;
    border-top: 17px solid rgba(230, 57, 70, 1);
    border-bottom: 17px solid rgba(230, 57, 70, 1);
    border-right: 17px solid transparent;
}
.ribbon p{
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.interaction-title{
    /* border: 1px solid rgba(0, 0, 0, 1); */
    color: rgba(230, 57, 70, 1);
    line-height: 34px;
    font-size: 32px;
    font-weight: bold;
}
.interaction-content{
    font-size: 16px;
color: rgba(61, 74, 99, 1);
line-height: 28px;

}
.boldest{
    font-weight: 900 !important;
}
.python-banner{
    background-color: #2A4494;
}

.rpa-banner {
    background-color: rgba(34,46,61,1);
}

.w-8rem{
    width: 8rem;
}

.couponBox {
    height: inherit;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.couponBox a,
.couponBox a:hover,
.couponBox a:active {
    color: white !important;
    border: 0;
    padding: 0.50rem 0.50rem;
    width: 40%;
    border-radius: unset;
}

.couponBox a.apply,
.couponBox a.apply:hover,
.couponBox a.apply:active {
    background-color: #3d4a63;
}

.couponBox a.remove,
.couponBox a.remove:hover,
.couponBox a.remove:active {
    background-color: red;
}

.couponBox a.apply::after {
    content: "APPLY";
}

.couponBox a.remove::after {
    content: "REMOVE";
}

.couponBox input {
    border: 0;
    padding-left: 0.75rem;
    width: 60%;
}
