@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:wght@400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

h1,h2,h3,h4,h5,h6{
    font-family: Rubik;
}
  /* contetn wrapper */
.content-wrapper{
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    overflow: hidden;
}
  /* main container */
.container{
    max-width: 1110px;
    margin: 0 auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/* =====breadcrumb section======= */
.breadcrumb{
    padding: 0px !important;
    margin-bottom: 0rem !important;
    width: 100%;
    height: 50px;
    background: #F8F8F8 !important;

}
.breadcrumb .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 50px;
}
.breadcrumb h4{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    padding-left: 30px;
}
.breadcrumb h4 .current-page{
    color: #2EAAE1;
}
/* =====breadcrumb section end======= */

/* =====recomended course section ======= */
.search-main-wrapper{
    width: 100%;
    background: #FDFCFC;
    padding: 30px 0px;
    /*padding-top: 100px;*/
}
.search-main-wrapper .container{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
}
.search-main-wrapper .left-side{
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    padding-right: 20px;
}

/* search input box  */
.search-main-wrapper .input-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}
.left-side h1.heading{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
    color: #2EAAE1;
}
.search-main-wrapper .input-box input{
    border: 2px solid rgba(140, 140, 140, 0.81);
    height: 50px;
    width: 430px;
    background: #fff;
    outline: none;
    color: #7EC241;
    line-height: 50px;
    padding:10px 20px 10px 20px;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
    z-index: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.64);
}
.search-main-wrapper .input-box button{
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #7EC241;
    border: 2px solid rgba(140, 140, 140, 0.81);
    border-radius: 0px 10px 10px 0px;
    margin-left: -20px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
.search-main-wrapper .input-box button:hover{
    background: #2eaae1;
}
/* tab data filter button */
.search-main-wrapper .filter-button{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;

}
.search-main-wrapper .filter-button button{
    width: 196px;
    height: 50px;
    /* line-height: 50px; */
    background: #E1E1DE;
    color:#000;
    display: block;
    font-size: 17px;
    /* padding:10px 15px; */
    text-align: center;
    margin: 15px;
    border: none;
    outline: none;
    border-radius: 7px;
    cursor: pointer;
    
}
.search-main-wrapper .filter-button button:hover,
.search-main-wrapper .filter-button button.active{
    background: #7EC241;
    color: #fff;
}
.heading{
	margin-bottom:20px;
}
.heading h1{
	text-align: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    line-height: 43px;
    color: #000000;

}
/* tab tab item */
.tab_item{
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.tab_item .items{
    width: 270px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin: 8px;
}
.tab_item .items:hover{
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 25%);
}
.tab_item .items img.thum{
    width: 100%;
    height: 155px;
    object-fit: cover;
    padding: 7px;
    border-radius: 5px 5px 0px 0px;
}
.tab_item .items .ins-profile{
    display: flex;
}
.tab_item .items .ins-profile img{
    width: 60px;
    height: 60px;
    margin-left: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    margin-top: -40px;
    object-fit: cover;
} 
.tab_item .items .ins-profile h3{
    font-family: Roboto;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 34px;
    color: #0C0000;
    margin-left: 13px;

}
.tab_item .session-info {
    padding: 15px 15px 15px 9px;
    display: flex;
}
.tab_item .session-info i{
    color: #FAB416;
    margin-right: 7px;
}
.tab_item .session-info img{
    width: 13px;
    height: 13px;
    margin-right: 7px;
}
.tab_item .session-info span{
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    text-transform: capitalize;
}
.tab_item .session-info div{
    display: flex;
    align-items: center;
}
.tab_item .session-info .s-items{
    margin-left: 10px;
    /*max-width: 84px !important;*/
}
.tab_item li{
    list-style: none;
    margin-top: 10px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
	height:35px;
}
.tab_item li img{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.tab_item li span{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    color: #000000;
}
.tab_item .line{
    width: 100%;
    height: 0.5px;
    background: #E7E7E7;
}
.tab_item .course-name{
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    max-height: 100px;
    height: 100px;
    color: #000000;
    padding: 10px 15px;
}
.tab_item .price{
    padding: 0px 15px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    color: #7EC241;
    margin-bottom:10px;
    margin-top: 15px;
}
.tab_item .price del{
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #626262;
    margin-right: 0px;
}
.tab_item .price sup{
    margin-right: 10px;
    color:red;
}
.tab_item button{
    width: 173px;
    height: 36px;
    background: #7EC241;
    border: 2px solid #7EC241;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*! line-height: 36px; */
    color: #FFFFFF;
    margin-bottom: 19px;
    margin-left: 15px;
}
.tab_item button:hover{
    border: 2px solid #2eaae1;
    background: #2eaae1;
}

.search-main-wrapper .right-sidebar{
    max-width: 280px;
    width:100%;
    display: block;
    padding-right: 10px;
}
.search-main-wrapper .right-sidebar .become-trainer{
    display: block;
}
.search-main-wrapper .right-sidebar .become-trainer a{
    background: #7EC241;
    border: 2px solid #7EC241;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*! line-height: 36px; */
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 257px;
    height: 51px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0px 15px;
}
.search-main-wrapper .right-sidebar .become-trainer a:hover{
    background: #2EAAE1;
    border: 2px solid #2EAAE1;
}
.search-main-wrapper .right-sidebar .about-mawbizE{
    margin-top: 120px;
    margin-bottom: 20px;
    padding: 15px;
    background: #FFFFFF;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.search-main-wrapper .right-sidebar  h2{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.search-main-wrapper .right-sidebar .category{
    padding: 15px;
    background: #FFFFFF;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-height: 340px;
    overflow-y: auto;
}
.search-main-wrapper .right-sidebar .category li{
    list-style: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 162, 225, 0.92);
    margin-left: 10px;
    margin-bottom: 7px;
}

.search-main-wrapper .right-sidebar .category button{
    background: #7EC241;
    border: 2px solid #7EC241;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*! line-height: 36px; */
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 200px;
    height: 51px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0px 15px;
}
.search-main-wrapper .right-sidebar .category button:hover{
    background: #2EAAE1;
    border: 2px solid #2EAAE1;
}
.search-main-wrapper .right-sidebar .category #more-cat,
.search-main-wrapper .right-sidebar .category #less-cat{
    display: none;
}

.search-main-wrapper .right-sidebar .box{
    /* display: none; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.search-main-wrapper .right-sidebar .subscriber-box h2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.search-main-wrapper .right-sidebar .subscriber-box input {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
}

.search-main-wrapper .right-sidebar .subscriber-box button {
  display: block;
  width: 100%;
  background: #2EAAE1;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.search-main-wrapper .right-sidebar .subscriber-box button {
  margin-top: 20px;
}

.read_more{
    width: 173px;
    height: 36px;
    background: #7EC241;
    border: 2px solid #7EC241;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*! line-height: 36px; */
    color: #FFFFFF;
	margin-top: 30px;
    margin-bottom: 19px;
    margin-left: 15px;
}
.read_more:hover{
    border: 2px solid #2eaae1;
    background: #2eaae1;
}
.course-name a{
	color:#000;
}
.course-name a:hover{
	text-decoration: none;
}

/* =====recomended course section end======= */
.pagination{
    width: 100%;
    /* background: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.pagination ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pagination li{
    padding: 0px;
}
#training-div{
	width:100%;
}



/* ads section start  */
section.ads{
    margin-top: 66px;
    padding: 0px;
    margin-bottom: 29px;
    text-align: center;
}
section.ads img{
    width: 100%;
    margin-bottom: 10px;
}
.page-item .page-link{
    color:#7EC241;
}
.page-item.active .page-link{
    border: 2px solid #7EC241;
    background: #7EC241;
}

/* ======== 16 - 01 - 2022===== */
.search-main-wrapper form{
	/*display: flex;*/
	display:initial;
    flex-direction: row;
    align-items: center;
    /*margin-bottom: 50px;*/
}
.search-main-wrapper .input-box input{
    border: 2px solid rgba(140, 140, 140, 0.81);
    -webkit-border: 2px solid rgba(140, 140, 140, 0.81);
    -o-border: 2px solid rgba(140, 140, 140, 0.81);
    -moz-border: 2px solid rgba(140, 140, 140, 0.81);
}
.search-main-wrapper .input-box button{
    border: 2px solid rgba(140, 140, 140, 0.81);
    -webkit-border: 2px solid rgba(140, 140, 140, 0.81);
    -o-border: 2px solid rgba(140, 140, 140, 0.81);
    -moz-border: 2px solid rgba(140, 140, 140, 0.81);
    line-height: 44px;
}
.black-btn {
  background: #fff !important;
  color: #99BDC4 !important;
  border-radius: 5px !important;
  border: 0.5px solid #99BDC4 !important;
  box-shadow: none !important;
  font-family: 'Kreon', serif !important;
  font-size: 18px !important;
  line-height: 20px !important;
  text-align: center !important;
  transition: 0.5s !important;
  width:65%;
  margin-bottom: 19px;
  margin-left: 15px;
  height: 36px;
}
.black-btn:hover{
	background: #99BDC4!important;
	color: #fff!important;
}

/* ads section start end */