/**************************************START OVERALL START OVERALL START OVERALL*****************************************/
.coutp{
    background: #373737;
    color: white;
    padding: 50px 0px 50px 0px;
	font-size:16px;
}
.subinfo {
    display: flex;
    list-style: none;
    padding: 10px 0px;
    margin: 40px 0px 0px 0px;
    background: #fff;
    border-radius:10px;
}
.subinfo li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #ababab;
    color: black;
}
.cousec{
	background:white;
	padding:20px 10px 20px 10px;
	border-radius:10px;
	margin:20px 0px 20px 0px;
	color: #464646;
}
.corhead {
    font-size: 22px;
    margin: 0px 0px 20px 0px;
    font-weight: bolder;
    position: relative;
}
.corhead:after {
    content: '';
    border-bottom:2px solid #FF9800;
    width: 30px;
    float: left;
    position: absolute;
    left: 21px;
    bottom: -3px;
}
.corhead i {
    font-size: 16px;
    position: relative;
    top: -2px;
    color: #5f5f5f;
}
@media screen and (max-width: 600px) {
.subinfo li {
	font-size:14px;
}
}
/**************************************END OVERALL END OVERALL END OVERALL*****************************************/
/**************************************START PRICING START PRICING START PRICING**************************************/
.coupricing {
    list-style: none;
    padding: 0px;
    margin-top: 30px;
    display: flex;
    gap: 50px;
    align-items: flex-end;
}
.coupricing li{
    float: left;
}
.coumainprice{
	font-size:30px;
}
.coupricing s {
    color: #cfcfcf;
    font-size: 18px;
    font-weight: 400;
}
.coupricing span {
    background: red;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
}
.coupricing li button{
    background: #4CAF50;
    width: 200px;
    float: left;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
@media screen and (max-width: 600px) {
.coupricing {
    display: unset;
}
.showinmid{
    display: flex;
    justify-content: center;
}
.coupricing li{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.coupricing li form{
	width: 100%; 
}
.coupricing li button{
	width: 90%;
}
}
/**************************************END PRICING END PRICING END PRICING*****************************************/
/***************START WHAT YOU WLL LEARN START WHAT YOU WLL LEARN START WHAT YOU WLL LEARN********************/
.coulearn ul li {
    font-size: 17px;
    width: 50%;
    float: left;
    margin: 3px 0px;
    height: 70px;
	padding-right: 35px;
}
@media screen and (max-width: 600px) {
  .coulearn ul li {
    font-size: 15px;
    width: 100%;
    height: auto;
}
}
/***************END WHAT YOU WLL LEARN END WHAT YOU WLL LEARN START END YOU WLL LEARN********************/
/***************START COURSE CONTENT START COURSE CONTENT START COURSE CONTENT*****************************/
.coursecontent  .accordion-item{
	border: 1px solid #d3d3d3 !important;
}
.coursecontent .accordion-item button {
    background: #f6f7f9;
    font-weight: 600;
    font-size: 16px;
}
.coursecontent .course-content-list{
	list-style:none;
	padding:0px;
}
.coursecontent .course-content-list li span{
    margin-left:10px;
}
.coursecontent .course-content-list li {
    padding: 10px 0px;
}
.coursecontent .accordion-button span {
    position: relative;
    right: -20px;
}
.coursecontent .accordion-button::after {
    position: absolute;
    left: 12px;
    bottom:18px;
}
/***************END COURSE CONTENT END COURSE CONTENT END COURSE CONTENT*****************************/
/**************************************START FOOTER START FOOTER START FOOTER*****************************************/
.coumobprice {
	display:none;
}
@media screen and (max-width: 600px) {
    .coumobprice {
		display:block;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: fixed;
        bottom: 0px;
        background: white;
        z-index: 999999;
        left: 0px;
        width: 100%;
        padding: 8px 5px 8px 10px;
        box-shadow: 0px -5px 10px 2px #0000004d;
    }
.coumobprice h3 {
	font-size: 22px;
}

.coumobprice s {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
}
.coumobprice span {
    background: red;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 4px;
	color: #fff;
}
.coumobprice a{
    background: #4CAF50;
    width: 150px;
    float: left;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    padding: 8px 10px;
}
}
/**************************************END FOOTER END FOOTER END FOOTER*****************************************/