@font-face {
    font-family: 'Trueno';
    src: url('fonts/TruenoExBd.eot');
    src: url('fonts/TruenoExBd.eot?#iefix') format('embedded-opentype'),
        url('fonts/TruenoExBd.woff2') format('woff2'),
        url('fonts/TruenoExBd.woff') format('woff'),
        url('fonts/TruenoExBd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'truenolight';
    src: url('fonts/truenolight.eot');
    src: url('fonts/truenolight.eot?#iefix') format('embedded-opentype'),
        url('fonts/truenolight.woff') format('woff'),
        url('fonts/truenolight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-content .banner-inner-row{display: none;}
.logo-header {margin-top: 0;}
.podcast-banner .banner-content {top: 63%;}
.banner-content h1 {font:normal 32px/36px 'Trueno';color: #000;}
.banner-content h3 {font:500 26px/38px 'Roboto';color: #000; margin: 0;}

.page-content a.guide_btn{border: none;background-color: #00b2cd;background-image: none; text-transform: uppercase; letter-spacing: normal;font: 700 25px 'Roboto';color: #fff;padding: 22px 62px;border-radius: 37px; outline: none; text-shadow: none; box-shadow: none;
-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.page-content a.guide_btn:hover{background-color: #f9e64f; color: #000;}
.page-content .banner-content a.guide_btn{ margin-top: 40px; }

.step_block h2{font:normal 60px/65px 'Trueno';color: #000; margin-bottom: 0;}
.step_block p{font:500 40px/46px 'Roboto';color: #000;}
.step_block ul{ padding: 0; margin: 0 auto 50px; list-style-type: none; text-align: left; display: block; width: 100%; max-width: 865px;}
.step_block ul li{font:300 30px/35px 'Roboto';color: #000; padding-left: 12px;}
.step_block ul li::marker{ content: '\f138'; font-family: 'FontAwesome' !important; color: #00bed2; }
.step_block ul li:not(:last-child){ margin-bottom: 15px; }


.footr_getStrtd_area{ background-color: #111; padding: 28px 0; }
.footr_getStrtd_area .ftr_cpyright p.cpyrghtTxt{ margin: 0; font:300 18px/23px 'Roboto';color: #a3a3a3; }



/*30-07-21*/

.navbar-header.type2 .question_block{display:none !important;}



/*30-07-21*/


section.mentor_block {background-color: #ebebeb;padding-top: 70px;padding-bottom: 55px;margin-bottom: -50px;}
section.mentor_block .mentor_head h3{font: normal 34px/42px 'truenolight';color: #021212;margin: 0 0 5px;padding: 0;}
section.mentor_block .mentor_head h2{font: normal 42px/48px 'Trueno';color: #021212;margin: 0 0 35px;padding: 0; text-transform: none; font-style: italic;}
section.mentor_block .innercontainer{ margin-bottom: 55px; }
section.mentor_block .mentor_content ul.fa-ul li{font: normal 22px/32px 'truenolight';color: #021212;}
section.mentor_block .mentor_content ul.fa-ul li:not(:last-child){margin-bottom: 28px;}
section.mentor_block .mentor_content ul.fa-ul li .fa{color: #00bed2;}







/*____________________________________________
                Media Quaries 
______________________________________________*/

@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
body { -webkit-text-size-adjust:none; }
}


@media (min-width: 768px){
    section.mentor_block .innercontainer {display: flex;column-gap: 50px;align-items: center;}
    section.mentor_block .innercontainer .mentor_img {order: 2;width: 45%;}
    section.mentor_block .innercontainer .mentor_content {order: 1;width: 55%;}
}


@media screen and (max-width: 600px){
.podcast-banner .banner-content {top: inherit;left: 0;position: relative;transform: inherit;padding-top: 24%;padding-bottom: 5%;}
.logo-header{width: 135px !important;margin: 0 auto;float: inherit;}
.banner-content h1 {font-size:20px;line-height:30px;}
.banner-content h3{font-size: 18px;line-height: 25px;}
.page-content a.guide_btn{padding: 16px 35px;font-size:18px;margin-top:25px !important;}

.section-content {margin-top: 30px !important;}
.step_block p{font-size:25px;line-height:30px;}

.step_block ul li{font-size: 18px !important;line-height: 25px !important;padding-left:25px !important;position:relative;}
.step_block ul li::marker {display:none;font-size:0;}
.step_block ul li:before{content: '\f138';font-family: 'FontAwesome' !important;color: #00bed2;position:absolute;left:0;}




}


@media screen and (max-width: 500px){
.podcast-banner .banner-content{padding-top: 140px;padding-bottom: 40px;}
.banner-content h1 {font-size: 16px;line-height: 25px;}
.banner-content h3 {font-size: 16px;line-height: 22px; padding:0 !important;}
.banner-content h3 br{display:none;font-size: 0;}
.page-content a.guide_btn {padding: 14px 26px;font-size: 17px;}

.step_block p {font-size: 19px;line-height: 25px;}
.step_block ul{margin-bottom:20px !important;}

.step_block ul li {font-size: 16px !important;line-height: 18px !important;}
.footr_getStrtd_area .ftr_cpyright p.cpyrghtTxt{font-size:15px;line-height:20px;}



}







