@charset "utf-8";

.mc_fluid_container {
  margin-right: auto;
  margin-left: auto
}

.mc_container {
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overscroll-behavior: none;
  overflow-x: hidden;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}

body,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
a, a:hover, a:focus, a:target, a:active{text-decoration: none !important;}
body{font-family: "Poppins", sans-serif;}
.desk-hide{display: none;}

/* headings */
.heading2{font:400 80px "Poppins", sans-serif;color:#053D6E;margin-bottom: 30px;text-transform: capitalize;text-align: center;}
.heading3{font:700 50px "Poppins", sans-serif;color:#053D6E;margin-bottom: -10px;text-transform: capitalize;}
.heading5{font:700 20px "Poppins", sans-serif;color:#fff;margin-bottom: 0;text-transform: uppercase;}


/* Navigation */
.iciciTopnav {position: sticky;top: 0;z-index: 99999; overflow: hidden;background: #C6312B;display: flex;justify-content: center;align-items: center;text-align: center;padding: 20px 0;}
.iciciTopnav a {float: left;display: block;font:400 16px "Poppins", sans-serif;color:#fff;text-transform: capitalize;margin:0 20px;position: relative;padding:0 0 2px 0;border-bottom: 2px solid transparent;}
.iciciTopnav a.active, .iciciTopnav a:hover, .iciciTopnav a:active, .iciciTopnav a:target, .iciciTopnav a:focus  {color:#fff;font-weight: 700;font-size: 16px;border-bottom: 2px solid transparent;border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgb(255 170 54), rgba(56, 2, 155, 0));border-image-slice: 1;}
.iciciTopnav .icon {display: none;}


/* Top section */
#topSec{padding-bottom: 10px;}
#topSec .topSecWrap{display: flex;position: relative;margin-top:-20px;}
#topSec .topSecWrap .Lhs-content{padding-left: 11%;margin-left: -50px; padding-top: 30px; background: url("https://images.moneycontrol.com/images/ms/icici_financial_freedom/topsec-bg.png?impolicy=mchigh")no-repeat;width: 76%;height:600px ;background-size: cover;}
#topSec .topSecWrap .Lhs-content .financial-para{font:400 18px/32px "Poppins", sans-serif;color:#fff;padding: 30px 15% 0 0 ;}
#topSec .topSecWrap .Rhs-content{position: absolute;z-index: -1;right: 0;margin-right: 0;}
#topSec .Lhs-content .top-logoWrap{width: 390px;}
#topSec .Lhs-content .top-logoWrap .and-cust{color:#fff;font-size: 13px;margin-top:10px;
  /* text-transform: uppercase; */
}
#topSec .top-logoWrap figure{display: flex;gap: 15px;justify-content: space-between;align-items: center;}
#topSec .Lhs-content .top-logoWrap p{font:400 12px "Poppins", sans-serif;color:#fff;text-transform: uppercase;padding:15px 0 25px 35px;text-align: center;}
#topSec .Lhs-content .top-logoWrap .freedom-img{width:395px;height:189px;}

/* Podcast */
#podcast{padding-bottom: 20px;}
#podcast .podcast-boxWrap{display: flex;gap:10px;/*justify-content: space-between;*/justify-content: center}
#podcast .podcast-boxWrap .whiteBox{
  background: url("https://images.moneycontrol.com/images/ms/icici_financial_freedom/podcast-bg.png?impolicy=mchigh")no-repeat;
  background-position: center;
  padding:30px 18px;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  width: 290px;
  height: 296px;
  border:1px solid #F58220;
  cursor: pointer;
  /* transition: 0.5s all; */
} 
#podcast .podcast-boxWrap .whiteBox:hover,
#podcast .podcast-boxWrap .whiteBox:active{
  background: linear-gradient(#F58220, #C1272D);
/* background:linear-gradient(to bottom, rgb(245 130 32) 0%, rgb(193 39 45) 50%); */
}
#podcast .devider{background: #D8662754;width:calc(100% + 19px);margin-left: -19px; height:1px;display: block;}
#podcast .podcast-boxWrap .whiteBox .top-para{font:600 18px/21px "Poppins", sans-serif;color:#D86627;margin-bottom: 17px;}
#podcast .podcast-boxWrap .whiteBox p{display: -webkit-box; -webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;overflow: hidden;}
#podcast .podcast-boxWrap .whiteBox .bottom-para{font:300 14px/20px "Poppins", sans-serif;color:#000;padding: 17px 0 0;}
#podcast .listen-now-wrap{display: flex;gap:6px;margin-top: 15px;align-items: center;text-decoration: none;}
#podcast .listen-now-wrap span{font:500 12px/18px "Poppins", sans-serif;color:#000;text-transform: uppercase;}
#podcast .listen-now-wrap .listen-btn{background: #D86627;border-radius: 25px;padding: 0 10px;text-align: center;width:35px;height:23px;}
#podcast .listen-now-wrap .listen-btn svg{vertical-align: middle;}
#podcast .listen-now-wrap .podcast-audio{width: 129px;height: 29px;}
#podcast .podcast-boxWrap .whiteBox:hover .top-para, #podcast .podcast-boxWrap .whiteBox:focus .top-para{color: #fff;}
#podcast .podcast-boxWrap .whiteBox:hover .bottom-para, #podcast .podcast-boxWrap .whiteBox:focus .bottom-para{color: #fff;}
#podcast .podcast-boxWrap .whiteBox:hover .listen-now-wrap span, #podcast .podcast-boxWrap .whiteBox:focus .listen-now-wrap span{color: #fff;}
#podcast .podcast-boxWrap .whiteBox:hover .podcast-audio path, #podcast .podcast-boxWrap .whiteBox:focus .podcast-audio path{stroke: #fff;}
#podcast .podcast-boxWrap .whiteBox:hover .listen-btn, #podcast .podcast-boxWrap .whiteBox:focus .listen-btn{background: #fff;}
#podcast .podcast-boxWrap .whiteBox:hover .listen-btn svg path, #podcast .podcast-boxWrap .whiteBox:focus .listen-btn svg path{fill: #C32B2C;}
#podcast .podcast-boxWrap .whiteBox:hover .devider, #podcast .podcast-boxWrap .whiteBox:focus .devider{background: #fff;opacity: 0.5;}

/* Masterclass */
.masterclassWrap{overflow: hidden; display: flex;gap:40px; background:#D86627;height: 100%;border-radius: 10px;padding:20px 40px 0 10px;}
.masterclassWrap figure img{height:100%;}
.masterclassContent{margin-top: 25px;}
.masterclassWrap .rhsPara{font:600 25px/32px "Poppins", sans-serif;color: #fff;padding: 0 25px 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;}
  .masterclassContent .master_description{color: #fff;
    font: 400 15px "poppins", sans-serif;
    margin-bottom: 15px;
   }
.masterclassContent .watchnow-btn{cursor: pointer;
  text-decoration: none;
  background: #fff;
  width: 165px;
  height: 44px;
  margin:20px 0 0;
  padding: 10px 8px 10px 15px;
  border-radius: 50px;
  color: #F58220;
  text-transform: uppercase;
  font: 700 15px "Poppins", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.masterclassContent .watchnow-btn img{width:32px;height: 32px;}
.masterclassContent .masterName{margin-top: 10px;margin-bottom: 28px; position: relative;}
.masterclassContent .masterName .masterDesignation{font:400 14px/21px "Poppins", sans-serif;color: #fff;width:300px;}
.masterclassWrap .pdfDownload{font: 600 16px / 21px "Poppins", sans-serif;
  color: #F58220;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  left: 190px;
  bottom: -72px;
  background: #fff;
  min-width: 150px;
    height: 44px;
    display: flex;
    padding: 10px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;}



/* Vox pop */
#voxpop .four_box_wrap{display: flex;flex-wrap: wrap; gap: 30px; justify-content: center;  margin: 20px 0 30px;}
#voxpop .video_box{ width: 524px;height: 488px;padding:10px 15px; border-radius: 10px; transition: 0.5s all;background: linear-gradient(#F58220, #C1272D) ;}
#voxpop .img_blockwrap{position:relative;width: 480px;height: 270px;}
#voxpop .video_box img{width: 480px;height: 270px;border-radius: 10px;}
#voxpop .img_blockwrap:after{position:absolute;content:"";display:block;background:url('https://images.moneycontrol.com/images/ms/icici_financial_freedom/vid-play.png?impolicy=mchigh')no-repeat;width:50px;height:50px;right: 45%;top: 45%;}
#voxpop .video_box .heading6{font: 600 18px / 27px "poppins", sans-serif;color: #fff;margin:15px 0 15px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
#voxpop .video_box a {padding: 8px; display: block; transition: 0.5s all;text-decoration: none;}
#voxpop .video_box span{font: 400 14px / 23px "poppins", sans-serif;color: #fff;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4;-webkit-box-orient: vertical;}


/* Get Started Banner */
#getstartBanner{ position: relative;display: block; background: url("https://images.moneycontrol.com/images/ms/icici_financial_freedom/bg-getstart.jpg?impolicy=mchigh")no-repeat;background-size: contain; width:85%;height:165px;padding:35px 135px 35px;margin:60px 0 20px;}
#getstartBanner .wrapper{width: 100%;margin-right: auto;margin-left: auto;padding: 0;}
#getstartBanner .lhscontent{font: 600 28px / 35px "poppins", sans-serif;color: #fff;width:106%;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
#getstartBanner .rhsimg{width: 234px;height: 175px;position: absolute;right: -205px;top:-20px;}


/* Videos */
#iciciVideo{margin: 30px 0 0;}
#iciciVideo .video-wrapper{display: flex;cursor: pointer;}
#iciciVideo .video-wrapper .lhs-img{width:545px;height: 312px;border-radius: 10px;}
#iciciVideo .video-wrapper .rhs-content{position: relative; background: #D86627;width: 560px;height:170px;padding:20px 35px 20px 60px ;border-radius: 10px;left: -35px;top:25px;
  z-index: -1;display: flex;justify-content: center;align-items: center;}
#iciciVideo .video-wrapper .rhs-content p{font: 600 22px / 28px "poppins", sans-serif;color: #fff;display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 4; overflow: hidden;-webkit-box-orient: vertical;}
#iciciVideo .video-wrapper .rhs-content .video-play{position: absolute;right: -55px;top:37px;width:92px;height:92px;}
#iciciVideo .video-wrapper:nth-child(even){margin-bottom: -80px;}
#iciciVideo .video-wrapper:nth-child(odd) {justify-content: flex-end;margin-bottom: 13px;}
#iciciVideo .video-wrapper:nth-child(odd) .rhs-content{order:0;left: auto;right: -35px;top:115px;padding: 20px 60px 20px 50px;}
#iciciVideo .video-wrapper:nth-child(odd) .lhs-img{order:1;}
#iciciVideo .video-wrapper:nth-child(odd) .video-play{right:auto;left: -48px;}
#iciciVideo .video-wrapper:last-child(){margin-bottom: 0;}
#iciciVideo .bottom-space{padding-bottom: 80px;}


/***** Native article **********/
#nativeArticle{padding:0 0 30px;}
#nativeArticle .first-sec{display: flex;}
#nativeArticle .first-sec .lhs-content{position: relative;width: 735px;margin-bottom: 15%;}
#nativeArticle .first-sec .lhs-content .main-img{width:613px;height:350px;border-radius: 11px;position: relative;z-index: 1;}
#nativeArticle .lhs-content .article-bg{position: absolute;z-index: 0;left: 70px;background: url(https://images.moneycontrol.com/images/ms/icici_financial_freedom/article-bg.png?impolicy=mchigh) no-repeat;top: 240px;
display: block;width: 600px;height: 251px;padding: 125px 35px 130px 50px;}
#nativeArticle .lhs-content .readmore-btn{cursor: pointer; position: absolute;right: 0;bottom: -8px; text-decoration: none; background: #D86627;min-width: 155px;height:44px;padding:10px 25px; border-radius: 50px;color:#fff;text-transform: uppercase;font:600 18px/24px "Poppins", sans-serif;text-align: center;display: inline-block;}
#nativeArticle .lhs-content .article-bg p{font:600 22px/28px "Poppins", sans-serif;color:#000; display:-webkit-box; -webkit-line-clamp: 3; line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}  
#nativeArticle .rhs-content img{width:504px;height:446px;}

#nativeArticle .articleslider{position: relative;}
#nativeArticle .slick-slide{margin:0 15px;}
#nativeArticle .articleslider{width: 1110px;margin:20px auto 0;}
#nativeArticle .slider-box{position: relative; background: #fff;border-radius: 6px;}
#nativeArticle .slider-box img{width:340px;height:195px;border-radius:8px;margin-bottom: 10px;}
#nativeArticle .slider-box p{font:500 14px/20px "Poppins", sans-serif;color: #303030;padding:0 15px 0 0;
 display:-webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}  
#nativeArticle .articleslider .slick-prev, #nativeArticle .articleslider .slick-next{font-size: 0; width: 18px;height: 26px; top:35%;background: url("https://images.moneycontrol.com/images/ms/icici_financial_freedom/arrow.png?impolicy=mchigh")no-repeat;}
#nativeArticle .articleslider .slick-prev{transform: rotate(180deg);}
#nativeArticle .articleslider .slick-prev.slick-disabled, #nativeArticle .articleslider .slick-next.slick-disabled{opacity: 0.5;}
#nativeArticle .articleslider .slick-prev{left: -40px;position: absolute;}
#nativeArticle .articleslider .slick-next{right: -30px;position: absolute;}


/* About section */
#aboutSec{margin:20px 0;}
#aboutSec .aboutWrapper{display: flex;align-items: center;gap:12px;}
#aboutSec .aboutWrapper .lhs-img{width:480px;height: 318px;}
#aboutSec .aboutWrapper .rhs-content p{font:400 18px/27px "Poppins", sans-serif;color: #000;margin: 10px 0;}
#aboutSec .aboutWrapper .rhs-content a{color:#053D6E;}

/* Download app section */
#downloadApp{margin:40px 20px 20px;}
#downloadApp .subheading{font:400 28px "Poppins", sans-serif;color:#F58220;margin-bottom: 0;margin-top:10px; text-transform: uppercase;}
#downloadApp .aboutWrapper{display: flex;align-items: center;gap:30px;padding: 0 35px;}
#downloadApp .aboutWrapper .lhs-content span{font:400 24px/35px "Poppins", sans-serif;color: #053D6E;margin-bottom: 10px;}
#downloadApp .aboutWrapper .lhs-content ul{margin: 15px 0 20px;}
#downloadApp .aboutWrapper .lhs-content ul li{font:400 20px/27px "Poppins", sans-serif;color: #000;margin: 10px 0;}
#downloadApp .aboutWrapper .rhs-img{width:405px;height: 550px;margin-top:20px;}
#downloadApp .aboutWrapper .app-links{display: flex;gap: 15px;}
#downloadApp .aboutWrapper .app-links .scanner img{width:140px ;height:143px;display: block;}
#downloadApp .aboutWrapper .app-links .gPlay img, #downloadApp .aboutWrapper .app-links .iosPlay img{width:206px ;height:61px;display: block;margin-bottom: 15px;}
#downloadApp .aboutWrapper .app-links .iosPlay img{margin-bottom: 0;}


/****** slider modal popup*****/
.clear{clear: both;}
.icici-vidpopup{text-align: center;}
.icici-vidpopup p{color:#fff;font-size: 26px; margin-bottom: 40px; font-weight: 600;}
.icici-vidpopup .modal-content{background: none; box-shadow: none;border:0}
.icici-vidpopup .modal-body{padding: 0;}
.closebtn{position: absolute; background: none;top:-19px;right:-19px;z-index: 1}
.icici-vidpopup iframe,.vid-in iframe{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;border: none;}
.icici-vidpopup .modal-dialog{margin-top: 109px; width: 800px;}
.icici-vidpopup .secTitle{margin-bottom: 20px;}
.icici-vidpopup .vid-in{position: relative;}
.icici-vidpopup .vid-in{position: relative;width: 100%;padding-top: 56.25%;height: 0;}


/* Footer */
#iciciFooter{background: #262626;padding:30px 0;}
.footer-wrapper{display: flex;justify-content: space-between;align-items: center;}
.footer-wrapper .lhs-content {  font:400 18px "Poppins", sans-serif;color:#fff;}
.footer-wrapper .mid-content ul{display: flex;padding: 0;margin: 0;}
.footer-wrapper .mid-content ul li a{  font:400 18px "Poppins", sans-serif;color:#fff;margin:0;text-decoration: none;padding: 0 10px 0 0;}
.footer-wrapper .rhs-content ul {display: flex;justify-content: space-between;}
.footer-wrapper .rhs-content ul li a{margin:0 10px;}
.footer-wrapper .rhs-content ul li a img{height: 22px;}








  /***** Responsive Css start ******/

  @media all and (max-width:980px){
.mc_container{width: 100%;margin: auto;padding: 0 20px;}
.heading2{font-size: 40px;margin-bottom:20px;line-height: 40px;}
.heading5{font-size: 16px;}
.heading3{font-size: 26px;margin-bottom:0;margin-top: 0;}
.mob-hide{display: none !important;}
.desk-hide{display: block;}

.iciciTopnav .cus-close{background: linear-gradient(#f57e20 37%, #eb6e23 88%);padding: 20px;position: relative;top: -20px;}
.iciciTopnav.responsive .cus-close{background: transparent;position: fixed;top: -7px;right: 5px;}
.iciciTopnav{background: transparent; position: fixed;top: 0;z-index: 999999999;padding-top: 20px;right: 0;display: block;overflow: visible;}
.iciciTopnav a:first-child {display: none;}
.iciciTopnav a:not(:first-child) {display: none;}
.iciciTopnav a.icon {background: #fff;width: 22px;height: 2px;
  transition: background .2s ease-out; float: right;display: block;border-bottom: none;position: absolute;right: 7px;top: 18px;margin-right: 0;}
.iciciTopnav a.icon:before, .iciciTopnav a.icon:after{content: '';
  display: block;
  background: #fff;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;}
.iciciTopnav a.icon:before{top:5px;}
.iciciTopnav a.icon:after{top:-5px;}
.iciciTopnav.responsive {background:linear-gradient(#F58220, #C1272D) ; height: 100%;position: fixed;bottom: 0;transition: 0.8s all;display: block;top:0;right:0;width: 100%;padding: 20px 0;}
.iciciTopnav.responsive a {float: none;display: block;text-align: left;margin: 20px 0 20px 20px;}
.iciciTopnav.responsive .icon {position: absolute;right: 7px;top: 18px;}
.iciciTopnav.responsive .icon{background: transparent;}
.iciciTopnav.responsive .icon:before, .iciciTopnav.responsive .icon:after{top:0;}
.iciciTopnav.responsive .icon:before{rotate: -45deg;}
.iciciTopnav.responsive .icon:after{rotate: 45deg;}

#topSec .topSecWrap{flex-direction: column;}
#topSec .topSecWrap .Lhs-content{width: 100%;margin-left: 0;padding: 30px 20px 90px;background: url(https://images.moneycontrol.com/images/ms/icici_financial_freedom/topsec-bg-mobile.png?impolicy=mchigh) no-repeat;background-size: cover;
height: 100%;background-position: bottom;}
#topSec .Lhs-content .top-logoWrap{width: 100%;text-align: center;}
#topSec .Lhs-content .top-logoWrap p {font-size: 7px;padding: 10px 0 15px 29px;}
#topSec .top-logoWrap figure{justify-content: center;gap: 15px;}
#topSec .Lhs-content .top-logoWrap .icici-direct{width:91px;height:auto;}
#topSec .Lhs-content .top-logoWrap .mc-logo{width:72px;height:auto;}
#topSec .Lhs-content .top-logoWrap .freedom-img{width:183px;height:auto;}
#topSec .topSecWrap .Lhs-content .financial-para{font-size: 14px;line-height: 22px;padding: 25px 0 0 0;}
#topSec .topSecWrap .cus-mob-img{margin-top: -110px;}
#topSec .topSecWrap .cus-mob-img img{position: relative;z-index: -1;width: 100%;}

#podcast {padding-bottom: 10px;}
#podcast .podcast-boxWrap{overflow-x: auto;margin-right: -20px;padding-right: 20px;}
#podcast .podcast-boxWrap .whiteBox{display: inline-block;height: 255px;}
#podcast .podcast-boxWrap .whiteBox .top-para{font-size: 14px;line-height: 16px;}
#podcast .podcast-boxWrap .whiteBox .bottom-para{font-size: 12px;line-height: 15px;}
#podcast .listen-now-wrap{gap:10px;}
#podcast .listen-now-wrap span {font-size: 11px;line-height: 16px;width: 70px;}
#podcast .listen-now-wrap .listen-btn {width:26px;height:17px;padding: 0 8px;}
#podcast .listen-now-wrap .listen-btn svg{width:10px;height:10px;}
#podcast .listen-now-wrap .podcast-audio{width:95px;}

#voxpop .four_box_wrap{gap:20px;margin-bottom: 10px;}
#voxpop .video_box{width:100%;height:100%;border-radius: 6px;padding: 5px 5px;}
#voxpop .video_box a{padding:8px 10px;}
#voxpop .img_blockwrap, #voxpop .img_blockwrap img{width:100%;height:196px;border-radius: 5px;}
#voxpop .img_blockwrap:after{right: 42%;top: 40%; background: url('https://images.moneycontrol.com/images/ms/icici_financial_freedom/Vid-play-mobile.png?impolicy=mchigh')no-repeat;width:30px;height: 30px;}
#voxpop .video_box .heading6{font:600 14px / 21px "poppins", sans-serif;margin:10px 0 8px;}
#voxpop .video_box span{font:400 11px / 19px "poppins", sans-serif;}

#getstartBanner{margin:40px 0 10px;padding:21px 16px 20px;}
#getstartBanner .wrapper {width: 100%;padding: 0 15px;}
#getstartBanner .lhscontent {font: 600 12px / 15px "poppins", sans-serif;display: inline-block;width: 100%;}
#getstartBanner .rhsimg{width: 79px;height: 61px;right: -59px;top: 23px;}

.masterclassWrap{border-radius: 0; flex-direction: column; height: 100%;gap:15px;padding: 20px 20px 0;margin:0 -20px;width:calc(100% + 40px);position: relative;}
.mob-cus-wrap{display: flex;gap:15px;align-items: center;}
.mob-cus-wrap .mob-rhs-content{width:calc(100% - 165px);}
.masterclassWrap figure{width: 150px;height: 150px;border-radius: 50%;background: #fff;display: flex;
  align-items: flex-end;justify-content: center;overflow: hidden;margin: 0 auto;}
.masterclassWrap figure img{width: 145px;height: 140px;}
.masterclassContent{ width: 100%;padding: 0 ;margin-top: -10px;} 
.masterclassContent .watchnow-btn{width: 132px;height: 30px;margin:0px 0 20px;padding: 10px 5px 10px 15px;font-size: 12px;line-height: 17px;}
.masterclassContent .watchnow-btn img {width: 25px;height: 25px;}
.masterclassWrap .rhsPara{padding: 0;font-size: 20px;line-height: 27px;}
.masterclassContent .masterName{margin-top: 10px;margin-bottom: 20px;}
.masterclassContent .masterName .masterDesignation {font: 400 14px / 18px "Poppins", sans-serif;width: 100%;}
.masterclassWrap .pdfDownload{font-size: 14px; margin:15px 0; display: flex;height: 30px;width: 150px;left:175px;bottom: 5px;}


#iciciVideo{margin:20px 0;}
#iciciVideo .video-wrapper{z-index: 1;position: relative;}
#iciciVideo .video-wrapper .lhs-img{width: 400px;height: 229px;border-radius: 5px;}
#iciciVideo .video-wrapper .rhs-content{width: 300px;height: 86px;padding: 45px 20px 40px 20px;top: 105px;left: -10px;min-width: 258px;}
#iciciVideo .video-wrapper .rhs-content p {font: 600 14px / 18px "poppins", sans-serif;-webkit-line-clamp: 2;line-clamp: 2;}
#iciciVideo .video-wrapper:nth-child(even) {margin-bottom: 30px;}
#iciciVideo .video-wrapper:nth-child(odd){margin-bottom: 30px;flex-wrap: wrap-reverse;}
#iciciVideo .video-wrapper .rhs-content .video-play,  #iciciVideo .video-wrapper .rhs-content .video-play img {width:34px;height: 34px;right:-18px; top: 25px;}
#iciciVideo .video-wrapper:nth-child(odd) .rhs-content {top: -20px;left: 10px;padding: 45px 20px 40px 30px;}
#iciciVideo .video-wrapper:nth-child(odd) .video-play{left: -18px;}

#nativeArticle{padding: 0 0 20px;}
#nativeArticle .first-sec .lhs-content{width: 100%;}
#nativeArticle .first-sec .lhs-content .main-img{width:306px;height:175px;}
#nativeArticle .lhs-content .article-bg{width: 282px;height: 115px;background: url(https://images.moneycontrol.com/images/ms/icici_financial_freedom/article-mob.png?impolicy=mchigh) no-repeat;top: 130px;
left: 79px;padding: 55px 25px 70px 25px;}
#nativeArticle .lhs-content .article-bg p {font: 600 14px / 18px "Poppins", sans-serif;line-clamp: 2;-webkit-line-clamp: 2;}
#nativeArticle .lhs-content .readmore-btn{min-width:90px;height:25px;font:600 12px/15px "Poppins", sans-serif;padding:5px 11px;bottom:0;}
#nativeArticle .rhs-content{width: 252px;text-align: center;margin: 0 auto 0;}
#nativeArticle .rhs-content img {width: 252px; height: auto;}
#nativeArticle .articleslider {width: calc(100% + 20px);overflow-x: auto;margin-right: -20px;display: flex;gap: 15px;padding-right: 20px;}
#nativeArticle .slider-box{display: inline-block;width:170px;}
#nativeArticle .slider-box img{width:170px;height:97px;border-radius: 4px;}
#nativeArticle .slider-box p{font-size: 12px;line-height: 15px;padding:0 7px 0 0;}
#nativeArticle .slick-slide{width:170px !important;}


#aboutSec .aboutWrapper .lhs-img {width: 320px;height: auto;}
#aboutSec .aboutWrapper .rhs-content p{font-size: 12px;line-height: 18px;}

#downloadApp {margin: 20px 40px 0;}
#downloadApp .aboutWrapper{margin: 0 -20px;align-items: flex-start;gap: 0;padding: 0;}
#downloadApp .subheading {font: 400 20px / 30px "Poppins", sans-serif;margin-top: 0;}
#downloadApp .aboutWrapper .lhs-content{width:100%;}
#downloadApp .aboutWrapper .lhs-content span{font: 400 14px / 21px "Poppins", sans-serif;}
#downloadApp .aboutWrapper .lhs-content ul {margin:10px 0;}
#downloadApp .aboutWrapper .lhs-content ul li{font: 400 12px / 18px "Poppins", sans-serif;margin: 0;}
#downloadApp .aboutWrapper .app-links .scanner img{width:70px;height:70px;}
#downloadApp .aboutWrapper .app-links .gPlay img, #downloadApp .aboutWrapper .app-links .iosPlay img{width: 103px;height: 30px;margin-bottom: 10px;}
#downloadApp .aboutWrapper .rhs-img{width: 261px;height: auto;margin: 0 auto;}

#iciciFooter .footer-wrapper {flex-direction: column;text-align: center;justify-content: center;}
.footer-wrapper .lhs-content{order:2;}
.footer-wrapper .mid-content{order:1;}
.footer-wrapper .rhs-content{order:0;}
.footer-wrapper .mid-content ul li a, .footer-wrapper .lhs-content{font-size: 10px;}
.footer-wrapper .rhs-content ul li a{margin:0 5px;}
.footer-wrapper .rhs-content ul li a img {height: 12px;}

.icici-vidpopup .modal-dialog {width: 90%;}

  }



  @media all and (max-width: 767px){
.newPaddingclass{padding: 20px 0;}

#topSec .topSecWrap .Lhs-content{padding:30px 20px 60px;background-position: top;}
#topSec .topSecWrap .cus-mob-img {margin-top: -60px;}
#topSec .Lhs-content .top-logoWrap .and-cust{font-size: 10px;}
    
#getstartBanner{background: url(https://images.moneycontrol.com/images/ms/icici_financial_freedom/bg-getstart-mobile.png?impolicy=mchigh) no-repeat;background-size: cover; width:340px;height: 79px;margin:40px 0 10px;
  padding:15px 16px 20px 15px;}

#iciciVideo{margin:20px 0;}
#iciciVideo .video-wrapper{flex-direction: column;z-index: 1;position: relative;}
#iciciVideo .video-wrapper .lhs-img{width: 273px;height: 156px;border-radius: 5px;}
#iciciVideo .video-wrapper .rhs-content{width: 258px;height: 86px;padding: 45px 20px 40px 20px;top: -10px;left: 60px;min-width: 258px;}
#iciciVideo .video-wrapper .rhs-content p {font: 600 14px / 18px "poppins", sans-serif;-webkit-line-clamp: 2;line-clamp: 2;}
#iciciVideo .video-wrapper:nth-child(even) {margin-bottom: -65px;z-index:111;}
#iciciVideo .video-wrapper:nth-child(odd){margin-bottom: 105px;flex-wrap: wrap-reverse;}
#iciciVideo .video-wrapper .rhs-content .video-play,  #iciciVideo .video-wrapper .rhs-content .video-play img {width:34px;height: 34px;right:-18px; top: 25px;}
#iciciVideo .video-wrapper:nth-child(odd) .rhs-content {top: 228px;left: -60px;padding: 45px 20px 40px 30px;}
#iciciVideo .video-wrapper:nth-child(odd) .video-play{left: -18px;}

#nativeArticle .first-sec {flex-direction: column;}
#nativeArticle .rhs-content{margin: 40px auto 0;}
#nativeArticle .slick-slide{margin:0 15px; width:340px !important;}

#aboutSec .aboutWrapper{flex-direction: column;}

#downloadApp .aboutWrapper{flex-direction: column;}

  }

 


  @media all and (max-width: 376px){
    #topSec .topSecWrap .Lhs-content{background-position: top;height:563px;}
    #getstartBanner{width:298px;padding:15px 16px 20px 5px;}
    #getstartBanner .lhscontent{font-size: 11px;}
    #nativeArticle .lhs-content .article-bg{left:43px;}
    #getstartBanner .rhsimg{right: -70px;top: 17px;}
    /* .masterclassWrap .pdfDownload{right:50px;} */

  }