body {
  background-color: #f9f9f9;
}
.video-switcher {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  background-color: #cccccc85;
  width: 150px
}
.video-switcher div.dropdown{
  padding: 0;
}
.video-switcher .dropdown button{
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 800;
    font-size: 12px;
}
.video-switcher .dropdown .dropdown-menu li div{
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
}
.video-switcher .row {
  margin: 0
}

.video-switcher .row div {
  cursor: pointer;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 12px
}

.video-switcher .row div.active {
  background-image: linear-gradient(246deg, #9325d2 1%, #6a29dc 110%);
  color: #fff
}
.video-switcher .btn-group{
  width: 100%;
  padding-left: 0 !important;
}
.video-switcher .dropdown-toggle,.video-switcher .dropdown-toggle:active,
.video-switcher .btn-group.open>.dropdown-toggle.btn-default:focus,
.video-switcher .btn-group.open>.dropdown-toggle.btn-default:hover, .video-switcher .btn-group.open .dropdown-toggle{
  background: transparent;
  border: 0;
  width: 100%;
  box-shadow: none;
}
.video-switcher .dropdown-toggle {
  padding-left: 0;
}
@media (max-width: 480px) {
  .video-switcher {
    width: 150px;
    background-color: #cccccc;
  }
  .video-switcher .dropdown .dropdown-menu li a, .video-switcher .row div, .video-switcher .dropdown button  { 
    font-size: 9px;
    padding: 0;
  }
  .video-switcher .dropdown-menu li div {
    padding: 3px;
  }
  .video-switcher .dropdown-menu{
    left: 0;
  }

  .video-switcher .dropdown .dropdown-menu li div {
    padding: 5px;
  }
  #selectedLanguage{
    font-size: 10px;
  }
}
.low-invest-text{
  background-image: linear-gradient(99deg, #e65b66 -11%, #e3000f 90%);
  height: 25px;
  border-radius: 14px;
  display: flex; 
  justify-content: center;
  width: fit-content;
  padding: 0px 11px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  align-items: center;
  z-index: 2;
}
.low-invest-icon{
  width: 19px;
  margin-right: 8px
}
.low-invest{
  display:flex;
  margin-left: -15px;
}
.low-invest-amt{
  color: #fff;
  background-color: #501da0;
  height: 25px;
  border-radius: 15px;
  padding: 4px 12px 3px 25px;
  margin-left: -19px;
  z-index: 1;
  font-size: 12px;
}
.ipo-landing-title{
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 30px;
}
.public-issue-basics-title{
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 800;
  margin-top: 60px;
} 
.landing-profile-div-white{
  background-color:#fff;
  border-radius: 27px;
  padding: 20px 27px;
  height: 345px;
  position: relative;
  box-shadow: 0 3px 36px 0 rgba(34, 34, 34, 0.28);
}
.landing-profile-div-white .landing-profile-detail-value, .landing-profile-div-white .landing-ipo-profile-text, .landing-profile-div-white .landing-profile-name{
  letter-spacing: 0.4px;
color: #1C1C1C;
opacity: 1;
}
.landing-profile-div-white .landing-profile-read-btn{
  box-shadow: 0px 6px 48px #1C1C1C14;
border: 1px solid #8626D5;
border-radius: 26px;
opacity: 1;
letter-spacing: -0.14px;
color: #8626D5;
opacity: 1;
font-size: 14px;
font-weight: bold;
}
.landing-profile-div-white .landing-profile-apply-btn{
  background-image: linear-gradient( 
    246deg, #9325d2 1%, #6a29dc 110%);
        color: #fff;
    
}
.landing-profile-name-div{
  flex: 1
}
.landing-subs-small-div .ipo-subscribe-img-div{
  width: 70px;
  top: -24px;
  right: 6px
}
.forthcoming-div-1 .landing-profile-details{
    justify-content: center;
}
.up-angle-current-desktop{
 display: none
}
.down-angle-current-desktop, .up-angle-current-desktop{
 padding: 5px
}
.down-angle-current-mobile, .up-angle-current-mobile{
padding: 5px;
width: 24px
}
.down-angle-current-desktop{
display: flex;
align-items: center;
background-color: #f2f2f2;
border-radius: 13px;
padding: 8px 7px;
}
.up-angle-current-mobile{
display: none
}
.landing-profile-div{
  z-index: 1;
  background-image: linear-gradient(159deg, #63f2f0 -46%, #63edef -40%, #6121bd -24%, #261457 57%);
  border-radius: 27px;
  padding: 20px 27px;
  height: 345px;
  position: relative;
  box-shadow: 0 3px 36px 0 rgba(34, 34, 34, 0.28);
}
.ipo-blog-card{
  z-index: 1;
  background-image: url(../../images/bond-ipo-india.png); 
  background-color: #CDADEC;
  border-radius: 16px;
  padding: 20px 20px;
  height: 400px;
  position: relative;
  box-shadow: 0 3px 36px 0 rgba(34, 34, 34, 0.28);
  overflow: hidden;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.ipo-blog-card-container{
  margin-top: 40px;
}
.landing-profile-img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #c7c7c7;
  background-size: contain;
  margin-right: 24px
}
.landing-profile-container{
  display: flex;
  align-items: center;
  padding-top:14px;
  min-height: 82px;
}
.landing-profile-name{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.landing-profile-details{
  align-items: center;
  padding-top: 20px;
}

.two-current-cdn .landing-profile-details{
  padding-top: 26px;
}
.landing-subs-small-div{
  padding-left: 0px;
}
.landing-profile-detail-title{
  letter-spacing: 0.24px;
  color: #8E8991;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 4px;
}

.landing-profile-detail-title-white{
  letter-spacing: 0.24px;
  color: #8E8991;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
}

.landing-profile-detail-value{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    overflow: hidden;
    word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.4px;
}
.light-tan-colored{
  color: #00dfcb;
}
.credit-shield-img{
  width: 14px;
  margin-right: 8px;
  opacity: 0.86;
  height: 18px;
  margin-top: 3px !important;
}
.landing-profile-date-div{
  /* display: flex; */
  align-items: center;
}
.landing-ipo-profile-text{
  letter-spacing: 0.32px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
  /* font-weight: bold; */
}
.calendar-ipo-profile-img{
  width: 14px;
  margin-right: 8px
}
.ipo-landing-date-value{
  display: flex;
  align-items: flex-start !important;
}
.ipo-landing-date-value p{
  letter-spacing: 0.32px;
  color: #FFFFFF;
  font-size: 16px;
  /* font-weight: bold; */
}

.ipo-landing-date-value p{
  letter-spacing: 0.32px;
  color: #FFFFFF;
  font-size: 16px;
  /* font-weight: bold; */
}
.landing-profile-min-val{
  padding-left: 15px
}
.landing-profile-date-section{
  padding-top:6px
}
.landing-profile-read-btn{
  width: 118px;
  color: #fff;
  box-shadow: 0px 6px 48px #1C1C1C14;
  border-radius: 26px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 5px;
  margin-right: 18px;
  background: none;
}
.landing-profile-apply-btn{
background-color: #fff;
color: #8045dc;
border: none;
border-radius: 20px;
width: 118px;
padding: 10px 5px;
font-weight: 700;
}
.landing-profile-btn-section{
  display: flex;
  justify-content: flex-end;
}
.landing-profile-btn-section-white{
  display: flex;
  justify-content: flex-end;
}
.ipo-blog-btn-section{
  display: inline-block;
  float: right; 
  margin-top: 12px;
}
.ipo-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white-tick-img{
  width: 12px;
  margin-right: 5px
}
.green-fresh-div{
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  background-color: #3C9E13;
  padding: 2px 9px;
  border-bottom-left-radius: 10px;
  font-weight: 600;
}
.orange-fresh-div{
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  background-color: #3C9E13;;
  padding: 2px 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.orange-gradient-fresh-div{
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  background-image: linear-gradient(277deg, #ec920e 26%, #DE694A 67%, #dc6248 156%);
  padding: 2px 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.landing-fresh-div{
  display: flex;
  width: fit-content;
  position: absolute;
  top: 0px;
  right: 26px;
  height: 24px;
}
.red-invest-timeout{
  color: #fff;
  background: transparent linear-gradient(257deg, #9325D2 0%, #6A29DC 100%) 0% 0% no-repeat padding-box;
  padding: 2px 11px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
}
.red-invest-timeout-2{
  color: #fff;
background: transparent linear-gradient(257deg, #9325D2 0%, #6A29DC 100%) 0% 0% no-repeat padding-box;
  padding: 2px 11px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
}
.landing-update-div{
  height: 163px;
  background-color: #fff;
  box-shadow: 0 6px 32px 0 rgba(28, 28, 28, 0.15);
  border-radius: 27px;
  padding: 20px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 20px;
  max-width: 540px;
}

.forth-2{
  margin-top: 0px;
  margin-left: 0px;
}

.landing-update-div-video{
  height: 163px;
  background-color: #fff;
  box-shadow: 0 6px 32px 0 rgba(28, 28, 28, 0.15);
  border-radius: 27px;
  position: relative;
  margin-bottom: 18px;
  max-width: 540px;
  overflow: hidden;

}

.forth-1{
  margin-top: 0px;
  margin-left: 0px;
}

.stay-updated-text{
  letter-spacing: -0.24px;
  color: #292828;
  opacity: 1;
  font-weight: 800;
  font-size: 24px;
  width: 296px;
  padding-bottom: 19px;
}

.stay-updated-text-video{
  letter-spacing: -0.22px;
  color: #2B1560;
  opacity: 1;
  font-weight: 800;
  font-size: 22px;
  padding-bottom: 8px;
}
.what-are-bond-video-div{
  position: absolute;
    top: 19px;
    right: 10px;
}
.stay-updated-text-title{
  letter-spacing: -0.24px;
  color: #292828;
  opacity: 1;
  font-weight: 800;
  font-size: 24px;
  padding-bottom: 19px;
}


.landing-subs-small-div .stay-updated-text{
  font-size: 22px;
}
.stay-updated-sub-text{
  font-size: 12px;
  opacity: 0.6;
  padding-top:3px
}
.landing-issuer-row-block{
  margin-bottom: 24px;
}
.landing-subs-small-div .landing-ipo-subscribe{
  width: 100%;
  height: 32px;
  font-size: 10px;
}
.landing-subs-small-div .landing-ipo-subscribe:focus-visible{
  outline: none
}
.landing-subs-small-div .landing-update-div{
 padding: 13px
}
.landing-subs-small-div .landing-ipo-subscribe-btn{
  height: 32px;
  width: 100%;
  margin-top:9px;
  margin-left: 0px;
}
.landing-subs-small-div .landing-ipo-subscribe-div{
  padding-top:1px
}
.landing-subs-small-div .stay-updated-sub-text{
font-size: 10px
}
.landing-ipo-subscribe{
  border-radius: 22px;
  background-color: #e5dbf9;
  border: none;
  height: 37px;
  width: 290px;
  padding: 10px 31px 10px 10px;
  cursor: pointer;
}
.landing-ipo-subscribe-btn{
  background-color: #fff;
  color: #8626D5;
  border:none;
  box-shadow: 0px 2px 11px #00000014;
  border-radius: 18px;  
  width: 104px;
  height: 35px;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 14px;
  margin-left: 80%;
  margin-top: -2%;
}
.landing-ipo-subscribe-div{
  padding-top:13px
}
.ipo-subscribe-img-div{
  width: fit-content;
  position: absolute;
  top: -41px;
  right: 70px;
}
.closed-filter-options{
  display: flex;
  margin-bottom: 25px;
}
.closed-filter-select{
  width: 200px
}
.landing-update-video{
  height: 140px;
  background-color: #fff;
  border-radius: 27px;
  margin-bottom: 24px;
}
.ipo-landing-color-back{
  padding-bottom: 110px;
  background-image: linear-gradient(
    132deg, rgba(200, 255, 255, 0.93) 1%, rgba(215, 201, 238, 0.91) 21%, rgba(183, 130, 229, 0.4) 101%);
}
.landing-table-profile-name{
  width: 178px;
  text-align: left;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.landing-table-profile-size{
  width: 96px;
   overflow: hidden;
   overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.landing-gray-div{
  height: 74px;
  background-color: #f6f5f7;
  border-radius: 57px;
  border: 1px solid #fff;
  padding: 14px
}
.tablet-btn-div{
  background-color: #fff;
  height: 46px;
  border-radius: 27px;
  display: flex;
  justify-content: space-between;
}
.tablet-btn{
  border: none;
  color: #000;
  width: 159px;
  height: 46px;
  border-radius: 27px;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
}
.active-tablet-btn{
  background-image: linear-gradient(
111deg, #63f2f0 -33%, #63edef -11%, #6121bd 51%, #261457 123%);
  border: none;
  color: #fff;
  width: 159px;
  height: 46px;
  border-radius: 27px;
  font-size: 20px;
  font-weight: 500;
}
.search-pi-input{
  height: 46px;
  width: 100%;
  border: none;
  border-radius: 27px;
  padding: 0px 22px;
}
.search-pi-input:focus-visible{
  outline: none;
}
.search-pi-btn{
  background-color: #292828;
  color: #fff;
  height: 46px;
  font-size: 20px;
  border-radius: 27px;
  padding: 0px 36px;
  font-weight: 500;
  margin-left: -45px;
}
.btn-section-gray{
  border-right: 1px solid #d1caca;
  padding-right: 25px;
}
.btn-section-gray-right{
  padding-left: 25px
}
.search-pi-section{
  display: flex
}
.landing-table-profile-pic{
  width: 85px;
  height: 85px;
  background-color: #000;
  background-size: contain;
  border-radius: 50%;
}
.ipo-landing-profile-row{
  display: flex;
  align-items: center;
  box-shadow: 0 6px 32px 0 rgb(28 28 28 / 4%);
  background-color: #fff;
  border-radius: 43px;
  height: 85px;
  justify-content: space-between;
  padding: 10px 15px 10px 0px;
  position: sticky;
  z-index: 9;
  margin-bottom: 30px
}
.landing-row-icon{
  width: 40px;
  height: 40px
}
.landing-row-angle-up, .landing-row-angle-down{
  width: 15px
}
.landing-row-read-btn{
  border-radius: 20px;
  border: none;
  background-color: #f2f2f2;
  color: #9b4eda;
  font-weight: 700;
  padding: 8px 10px;
  font-size: 12px;
  width: 118px;
    height: 34px;
}
.money-step-ipo-img{
  width: 80px;
  position: absolute;
  top: -42px;
  left: 40px;
}
.forthcoming-light-panel .landing-ipo-subscribe-div{
  padding-top: 3px
}
.forthcoming-light-panel .stay-updated-sub-text{
  color: #fff
}
.landing-row-apply-btn:disabled, .landing-profile-apply-btn:disabled, .issuer-apply-now:disabled{
  background: #FFFFFF;
  box-shadow: 0px 6px 48px #1C1C1C14;
  border-radius: 26px;
  opacity: 1;
  letter-spacing: -0.14px;
  color: #8045DC;
opacity: 0.7;
font-size: 14px;
font-weight: bold;
}
.landing-row-apply-btn{
  border-radius: 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 7px 10px;
  font-size: 12px;
  background-image: linear-gradient( 
246deg, #9325d2 1%, #6a29dc 110%);
width: 118px;
height: 34px;
}
.landing-table-profile-rating{
  width: 72px;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.landing-row-text{
  color: #1c1c1c;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}
.nav-pills-opened-row > li > a, .nav-pills-opened-row > li > a, .nav-pills-opened-row > li > a{
  background-color: transparent;
  font-size: 18px;
  color: #8726d5;
  padding: 10px 2px;
}
.nav-pills-opened-row > li.active > a, .nav-pills-opened-row > li.active > a:focus, .nav-pills-opened-row > li.active > a:hover{
  background-color: transparent;
  font-size: 18px;
  color: #2f2648;
  border-bottom: 2px solid #2f2648;
  border-radius: 0px;
  padding: 10px 2px;
}
.vertical-tab-border{
  height: 21px;
  width: 1px;
  background-color: #2f2648;
  margin-top: 12px;   
  margin-left: 16px;
  margin-right: 2px;
}
.category-table-head th{
  height: 50px;
  color: #fff;
  padding: 15px 10px !important;
  background-color: #2f2648;
}
.category-table-head th.left-round{
  border-top-left-radius: 12px;
}
.category-table-head th.right-round{
  border-top-right-radius: 12px;
}
.categoryRow{
  background-color: #fff;
  height: 65px
}
.seriesRow{
  background-color: #fff;
  height: 45px
}
.categoryRow td{
  padding: 5px 10px !important;
  vertical-align: middle !important;
}
.seriesRow td{
  padding: 12px 10px !important;
  vertical-align: middle !important;
}
.forthcoming-issuer-container{
  display: none;
  margin-top: 80px;
}
.closed-issuer-container{
  display: none;
  margin-top: 80px;
}

#categoryWise table, #SeriesWise table{
  margin-bottom: 0px;
}
#categoryWise.active{
  display: block;
}
.ipoDataRow{
  overflow-x: hidden;
  max-height: 500px;
  overflow-y: scroll;
}
#SeriesWise.active{
  display: block;
}
.categoryRow .td-1{
  font-weight: 600;
  vertical-align: middle;
}
.seriesRow .td-1{
  font-weight: 600;
  vertical-align: middle;
}
.categoryRow-lastRow{
  display: flex;
  justify-content: space-between
}
.light-purple-font{
  color: #6947c4
}
.light-blue-font{
  color: #557ae3
}
.black-font{
  color: #000
}
.light-green-box{
    width: fit-content;
    margin: auto;
    color: #47b984;
    padding: 4px 10px;
}
.greyRow{
  background-color: #edeff5;
}
.lightPinkRow{
  background-color: rgba(28, 28, 28, 0.04);
  position: relative;
}
.less-opacity {
  opacity: 0.45;
}
.right-light-ipo-landing{
  opacity: 0.6
}
.categoryRow .td-2{
  font-weight: 800;
  font-size: 16px;
  vertical-align: middle;
}
.seriesRow .td-2{
  font-weight: 800;
  font-size: 16px;
  vertical-align: middle;
}
.landing-row-menu-div{
  display: flex;
  align-items: center;
  margin-bottom: 12px
}
.row-menu-icon{
  width: 17px;
  margin-right: 17px
}
.menu-icon-options{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.menu-icon-options a{
  position: absolute;
}
.public-issue-basic-video{
  height: 380px;
  object-fit: cover;
  background-image: url(../../images/ipo-v-555x140.jpeg);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6847c7;
}
.youtube-video-div{
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.bond-directory-card-video{
  height: 400px;
  object-fit: cover;
  background-image: url(https://assets.indiabonds.com/web-site-assets/bond-directory-video.webp);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 27px;
  background-position: center center;
  background-color: #6847c7;
}
.campaign-pages-video{
  height: 400px;
  object-fit: cover;
  background-image: url(https://assets.indiabonds.com/web-site-assets/what-is-a-bond.webp);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 27px;
  background-position: center center;
  background-color: #6847c7;
  background-repeat: no-repeat;
}
.campaign-pages-video2 {
  height: 400px;
  object-fit: cover;
  background-image: url(https://assets.indiabonds.com/web-site-assets/bonds-better-than-fd.webp);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 27px;
  background-position: center center;
  background-color: #6847c7;
  background-repeat: no-repeat;
}
.campaign-pages-video3 {
  height: 400px;
  object-fit: cover;
  background-image: url(https://assets.indiabonds.com/web-site-assets/how-to-choose-right-bonds.webp);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 27px;
  background-position: center center;
  background-color: #6847c7;
  background-repeat: no-repeat;
}
.ipo-blog-video{
  z-index: 1;
  background-image: url(https://assets.indiabonds.com/web-site-assets/ipo_image.webp);
  background-color: #8359C9;
  border-radius: 16px;
  padding: 20px 20px;
  height: 400px;
  position: relative;
  box-shadow: 0 3px 36px 0 rgb(34 34 34 / 28%);
  overflow: hidden;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-icon-img{
  width: 36px;
  opacity: 0.8;
}
.video-play-icon-img{
  width: 50px;
  opacity: 0.8;
}
.landing-refresh-icon{
  width: 23px;
  margin-left: 15px;
}
.bidding-figure-div{
  display: flex;
  align-items: center;
}
.lightGreyRow{
  background-color: #edeff5;
}
.dark-weight-purple-font{
  color: #8626d5;
  font-size: 15px;
  font-weight: 700;
}
.seriesRow .td-1-sub{
  color: #2f2648;
  font-weight: 500;
  opacity: 0.58;
  font-size: 14px
}
.landing-main-table-head{
  display: flex;
  margin: auto;
  max-width: 927px;
  justify-content: flex-start;
}
.download-table{
  position: absolute;
  left: 94%;
  top: -50px;
}
.ipo-list-container .tab-content>.active{
  flex-direction: column;
}
.current-issuer-table-head .main-table-head-1{
  width: 197px;
  text-align: left;
}
.current-issuer-table-head .main-table-head-2{
  width: 90px;
}
.current-issuer-table-head .main-table-head-3{
  width: 84px;
}
.current-issuer-table-head .main-table-head-4{
  width: 90px;
}
.current-issuer-table-head .main-table-head-5{
  width: 90px;
}
.current-issuer-table-head .main-table-head-6{
  width: 55px
}

.forthcoming-issuer-table-head .main-table-head-1, .forthcoming-row .main-table-head-1{
  width: 242px;
  text-align: left;
}
.forthcoming-issuer-table-head .main-table-head-2, .forthcoming-row .main-table-head-2{
  width: 154px;
}
.forthcoming-issuer-table-head .main-table-head-3, .forthcoming-row .main-table-head-3{
  width: 106px;
}
.forthcoming-issuer-table-head .main-table-head-4, .forthcoming-row .main-table-head-4{
  width: 104px;
}
.forthcoming-issuer-table-head .main-table-head-5, .forthcoming-row .main-table-head-5{
  width: 127px;
}
.forthcoming-issuer-table-head .main-table-head-6, .forthcoming-row .main-table-head-6{
  width: 94px
}
.forthcoming-row .landing-table-profile-pic{
  margin-right: 77px;
}


.closed-issuer-table-head .main-table-head-1, .closed-row .main-table-head-1{
  width: 204px;
}
.closed-issuer-table-head .main-table-head-2, .closed-row .main-table-head-2{
  width: 112px;
}
.closed-issuer-table-head .main-table-head-3, .closed-row .main-table-head-3{
  overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 130px;
}
.closed-issuer-table-head .main-table-head-4, .closed-row .main-table-head-4{
  width: 100px;
}
.closed-issuer-table-head .main-table-head-5, .closed-row .main-table-head-5{
  width: 117px;
}
.closed-issuer-table-head .main-table-head-6, .closed-row .main-table-head-6{
  width: 115px
}
.closed-issuer-table-head .main-table-head-7, .closed-row .main-table-head-7{
  width: 79px;
}
.closed-issuer-table-head .main-table-head-8, .closed-row .main-table-head-8{
  width: 76px
}
.closed-issuer-table-head .main-table-head-9, .closed-row .main-table-head-9{
  width: 72px
}
.closed-row .landing-table-profile-pic{
  margin-right:45px
}
.landing-main-table-head p{
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  display: flex;
  align-items: center;
}
.landing-main-table-container{
  margin-top:86px
}
.landing-main-table-container .apply_now_btn {
  color: #A29D9D;
  background-color: #c7c7c7;
  font-size: 12px;
}
.head-down-angle-img{
  width: 20px
}

.forthcoming-issuer-table-head{
  margin-left: 163px;
  max-width: 943px;
}
.closed-issuer-table-head{
  margin-left: 123px;
  max-width: 100%;
  display: inline-flex;
}
.forthcoming-div-1{
  height: 218px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 0;
}
.date-div-flex{
  display: flex;
  align-items: center;
  min-height: 28px;
}
.content-row-class{
  margin-top: 10px;
}
@media screen and (min-width:1200px){
  .content-row-class{
    min-height: 73px;
  }
}
.closed-div-1{
  height: 218px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.closed-div-1 .landing-profile-detail-block{
  margin-right: 26px;
}
.forthcoming-light-panel{
  box-shadow: 0 3px 36px 0 rgb(34 34 34 / 23%);
  background-color: #542c98;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  padding: 9px;
  height: 100px;
  text-align: center;
  padding-left: 103px;
}
.content-row-pad{
  margin-top:12px
}
.forthcoming-div-2{
  height: 165px;
  padding: 6px 30px;
  margin-bottom: 24px;
  width: 100%;
}
.forthcoming-multiple-div .landing-profile-details{
  padding-top: 16px
}
.forthcoming-multiple-div .public-issue-basic-video{
  height: 166px !important
}
.forthcoming-multiple-div .landing-update-video{
  margin-top: 32px;
  height: 166px;
  margin-bottom: 0px;
}
.forthcoming-side-palette{
  height: 166px;
  width: 130px;
  width: 100;
  background-image: linear-gradient(to right, #04aa9d -22%, #11cbbb 73%);
  margin-left: -40px;
  border-radius: 16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding-left: 10px
}
.one-ipo-first-section{
  z-index: 99
}
.forthcoming-side-palette-2{
  height: 166px;
  width: 130px;
  width: 100;
  background-image: linear-gradient(to left, #ec920e 264%, #de694a 89%, #dc6248 75%);
  margin-left: -40px;
  border-radius: 16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding-left: 10px

}
.forthcoming-image-right{
  width: 100px
}

.closed-profile-div .landing-profile-btn-section{
  padding-top: 15px;
}
.purple-fresh-div{
  color: #fff;
  font-size: 12px;
  background-image: linear-gradient( 
246deg, #9325d2 1%, #6a29dc 110%);
  padding: 2px 11px;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
}
.closed-row{
  justify-content: unset;
}
.forthcoming-row{
  justify-content: unset;
}
.landing-issuer-detail-block{
  min-width: 100px;
}
.public-right-img-parent{
  position: relative;
}
.public-right-img-div{
  width: 135px;
  position: absolute;
  right: 0px;
}
.line-graph-parent{
  position: relative;
}
.line-graph-div{
  position: absolute;
  width: 190px;
  margin-top: -50px;
  margin-left: -26px;
}
.empty-ipo .landing-profile-detail-block{
  margin-right: 40px; 
  margin-top: 20px; 
}
.empty-ipo-second-sec{
  display: flex;
  align-items: center;
 
}
.empty-ipo-second-sec .list-on {
  margin-left: 31px;
}
.empty-ipo-second-sec .landing-profile-detail-value{
  overflow: hidden;
  word-break: break-all;
  display: flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 150px;
  
}
.empty-ipo .landing-profile-details{
flex-direction: row;
margin-left: 80px !important;
}
.empty-ipo-first-sec{
  display: flex;
  align-items: center;
}

.empty-ipo-first-sec .no-of-applicant {
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .empty-ipo-first-sec .no-of-applicant {
    padding-left: 60px;
  }
}

@media screen and (max-width: 470px) {
  .empty-ipo .ipo-landing-date-value{margin-left: 0px !important;}
  .forthcoming-div-1 .landing-profile-detail-title{
    font-size: 11px !important;
  }
  .landing-profile-detail-value{
    font-size: 14px !important;
  }
}

.empty-ipo .ipo-landing-date-value{
  padding-left: 0px;
  margin-bottom: 6px
}
.shadow-to-top{
  box-shadow: 49px 59px 60px 119px #fff;
}
.landing-profile-btn-section-closed{
margin-top:15px
}
.subscribe-font-arrow{
font-size: 12px;
color: #8026d6;
}
.landing-update-video .public-issue-basic-video{
height: 140px
}
.landing-subs-small-div .public-issue-basic-video, .landing-subs-small-div .landing-update-video{
height: 137px
}
@media only screen and (min-width: 1200px) {
  .one-current-cdn .one-ipo-first-section .landing-profile-btn-section{
padding-top: 25px
}
}
.one-ipo-first-section .forthcoming-div-1{
height: 248px
}
.multiple-ipo-first-section .closed-profile-div{
height: 325px
}
.one-ipo-first-section .landing-profile-date-div{
display: block;
}
.calendar-ipo-profile-img-current{
margin-top:2px
}
.landing-table-profile-form{
cursor: pointer
}

/* For desktops only */


@media only screen and (min-width: 1200px) {
.search-pi-btn-mobile{
  display: none
} 
.landing-main-table-container-mobile{
  display: none
}
.forthcoming-issuer-container-mobile{
  display: none
}
.closed-issuer-container-mobile{
  display: none
}
}



/* For mobile and tabs */




@media only screen and (max-width: 1200px) {
  .upi-input-sec{
    max-width: 315px;
  }
  .dark-weight-purple-font{
    font-size: 12px;
  }
  .categoryRow .td-2{
    font-size: 14px;
  }
  .ipo-list-container .tab-content>.active{
    flex-direction: column;
    margin-top: -58px;
  border: none;
  }
  
  .one-ipo-first-section .forthcoming-div-1{
    height: 195px
  }
  .multiple-ipo-first-section .closed-profile-div{
    height: 268px
  }
  .landing-subs-small-div .landing-ipo-subscribe-btn{
    width: 110px;
  margin-left: -33px;
  margin-top: 0px;
  }
  .landing-subs-small-div{
    padding-left: 15px
  }
  .forthcoming-light-panel{
    max-width: 611px;
    margin: auto;
    padding-left: 10px;
  }
  .invest-minimum-p{
    padding-top:14px
  }
  .forthcoming-container{
    margin: 20px auto;
  }
  .forthcoming-side-palette{
    height: 142px;
    margin-bottom: 0px;
  }
  .forthcoming-side-palette-2{
    height: 142px;
    margin-bottom: 0px;
  }
  .forthcoming-multiple-div .landing-profile-details{
    margin-left: 0px;
    padding-top: 12px
  }
  .landing-row-read-btn{
    margin-right: 11px
  }
  .landing-issuer-row-block{
    display: flex;
    justify-content: center;
  }
  .forthcoming-issuer-container{
    display: none
  }
  .forthcoming-issuer-container-mobile{
    display: none;
    max-height: 600px;
    overflow-y: scroll;
  }
  .closed-issuer-container-mobile{
    display: none;
    max-height: 600px;
    overflow-y: scroll;
  }
  .ipo-landing-title{
    font-size: 32px
  }
  .closed-filter-options{
    justify-content: center;
  flex-direction: column;
  align-items: center;
  }
  .closed-filter-select{
    width: 100%;
    max-width: 500px;
  }
  .landing-profile-img{
    width: 42px;
    height: 42px
  }
  .landing-issuer-detail-block{
    min-width: 93px;
    max-width: 93px;
  }
  .landing-profile-name{
    font-size: 20px;
    font-weight: 600;

  }
  .forthcoming-div-1 .landing-profile-detail-title{
    font-size: 14px;
    padding-top:0px
  }
  .landing-profile-detail-value{
    font-size: 16px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 150px;
  }
  .landing-profile-details{
    padding-top:9px
  }
  .landing-profile-date-section{
    padding-top:0px
  }
  .landing-profile-date-div{
padding-top: 15px
  }
  .landing-profile-btn-section{
    justify-content: center;
    margin-top: 10px;
  }
  .landing-profile-btn-section-white{
    justify-content: center;
 }
  .landing-update-div{
    margin-top: 44px;
  margin: 44px auto;
  }
  .landing-update-div-video{
    max-width: none;
  }
  .ipo-subscribe-img-div{
    width: 75px;
    top: -22px
  }
  .landing-profile-div{
    height: 320px;
    margin: auto;
    padding: 20px;
    margin-bottom: 20px;
  }

  .two-closed-cdn .landing-profile-div{
    max-width: 611px;
  }

  .ipo-blog-card{
    height: 320px;
    margin: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .landing-profile-div-white{
    height: 325px;
    margin: auto;
    padding: 20px
  }
  .two-closed-cdn .landing-profile-div-white{
    max-width: 611px;
  }
  .down-angle-current-mobile, .up-angle-current-mobile{
    padding: 5px;
    width: 75px;
    display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 11px;
  }
  .down-angle-current-mobile img, .up-angle-current-mobile img{
    width: 12px !important
  }
  .forthcoming-div-2{
    height: 164px;
    margin-bottom: 0px;
  }
  .landing-profile-container{
    padding-top: 5px
  }
  .landing-ipo-subscribe{
      font-size: 11px
  }
  .landing-update-video{
    max-width: 500px;
    margin: 25px auto;
  } 
  .landing-ipo-subscribe-div{
    display: flex;
    justify-content: center;
  }
  .active-tablet-btn{
    font-size: 12px;
    width: 88px;
    height: 32px
  }
  .tablet-btn-div{
    height: 32px;
    margin: 10px 0px 0px 3px
  }
  .tablet-btn{
    width: 88px;
    height: 32px;
    font-size: 12px;
  }
  .landing-gray-div{
    max-width: 500px;
    height: 100%;
    margin: 0px auto 35px auto;
    border-radius: 24px;
  }
  .search-pi-input{
    height: 32px;
    font-size: 12px
  }
  .btn-section-gray{
    border-right: none;
  }
  .search-pi-btn{
    height: 32px;
    font-size: 15px;
    padding: 0px 20px;
  }
  .search-pi-btn-mobile{
    background-image: linear-gradient( 
      246deg, #9325d2 1%, #6a29dc 110%);
          width: 40px;
          border: none;
          border-radius: 15px;
  }
  .ipo-landing-color-back{
    padding-bottom: 15px;
  }
  .search-pi-section{
    justify-content: center;
    margin-top: 14px;
    padding: 10px 4px;
    margin-left: -10px 
  }
  .landing-main-table-container{
    display: none;
  }
  .landing-issuer-profile-img{
    width: 32px;
    height: 32px;
    background-color: #000;
    border-radius: 50%;  
    background-size: contain;
  }
  .landing-issuer-row{
    display: flex;
    align-items: center;
    position: relative;
  padding-bottom: 20px;
  }
  .forthcoming-div-1{
    height: 140px;
    margin-bottom: 0px;
  }
  .landing-issuer-block{
    max-width: 95%;
    box-shadow: 0 6px 32px 0 rgba(28, 28, 28, 0.04);
    padding: 12px;
    position: sticky;
  background-color: #fff;
  z-index: 9999;
  margin-left: 15px;
  margin-right: 15px;
  margin: auto;
  border-radius: 10px;
  }
  .open-issuer-details-angle{
    width: 65px;
    position: absolute;
    right: 8px;
  }
  .landing-issuer-profile-name{
    font-size: 12px;
    font-weight: 700;
    margin-left: 12px;
    overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  padding-right: 19px;
  max-width: 200px
  }
  .issuer-detail-block-title{
    font-size: 10px;
  opacity: 0.6;
  }
  .landing-issuer-link-btn{
    display: flex;
    align-items: center;
    background: #f2f2f2;
    padding: 3px 0px;
    border-radius: 3px;
    width: 96px
  }
  .landing-issuer-link-btn p{
    font-size: 10px;
    font-weight: 600;
    color: #9b4eda;  
  }
  .issuer-detail-block-value{
    font-size: 13px;
    font-weight: 500;
  }
  .issuer-link-btn-img{
    width: 30px
  }
  .landing-issuer-space-between{
    justify-content: space-between;
    align-items: flex-start;
  }
  .issuer-read-more{
  background-color: #f2f2f2;
  border: none;
  height: 34px;
  width: 118px;
  border-radius: 28px;
  font-size: 14px;
  color: #9b4eda;
  font-weight: 700;
  margin-right: 20px;
  }
  .issuer-apply-now{
    background-image: linear-gradient( 
      246deg, #9325d2 1%, #6a29dc 110%);
    border: none;
    height: 34px;
    width: 118px;
    border-radius: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    }
    .landing-issuer-btn-section{
      display: flex;
      justify-content: center;
    }
    .public-issue-basic-video{
      max-width: 500px;
      width: 100%;
      height: 253px;
      margin: 10px auto 35px auto;
      background-image: url(../../images/ipo-v-500x137.jpeg);
      background-size: contain;
    }
    .bond-directory-card-video{
      max-width: 500px;
      width: 100%;
      height: 400px;
      background-image: url(https://assets.indiabonds.com/web-site-assets/bond-directory-video.webp);
      background-size: contain;
    }
    .campaign-pages-video{
      max-width: 500px;
      width: 100%;
      height: 400px;
      background-image: url(https://assets.indiabonds.com/web-site-assets/what-is-a-bond.webp);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .campaign-pages-video2 {
      max-width: 500px;
      width: 100%;
      height: 400px;
      background-image: url(https://assets.indiabonds.com/web-site-assets/bonds-better-than-fd.webp);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .campaign-pages-video3 {
      max-width: 500px;
      width: 100%;
      height: 400px;
      background-image: url(https://assets.indiabonds.com/web-site-assets/how-to-choose-right-bonds.webp);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .nav-pills-opened-row{
      width: 246px;
      min-width: 246px;
    }
    .nav-pills-opened-row > li.active > a, .nav-pills-opened-row > li.active > a:focus, .nav-pills-opened-row > li.active > a:hover{
      background-color: transparent;
      font-size: 14px;
      color: #2f2648;
      border-bottom: 2px solid #2f2648;
      border-radius: 0px;
      padding: 10px 2px;
    }
    .nav-pills-opened-row > li > a, .nav-pills-opened-row > li > a, .nav-pills-opened-row > li > a{
      background-color: transparent;
      font-size: 14px;
      color: #8726d5;
      padding: 10px 2px;
    }
    .subscribe-font-arrow{
      padding-left: 9px;
  padding-bottom: 3px;
  font-size: 10px
    }
    .row-menu-icon{
      width: 22px;
      margin-right: 10px;
    }
    .landing-row-menu-div{
      justify-content: space-between;
    }
    .landing-main-table-container-mobile{
      padding-left: 0px;
      max-height: 600px;
      overflow-y: scroll;
    }
    .landing-main-table-parent-mobile{
      max-width: 500px;
      margin: auto;
      width: 100%;
    }
    .current-issuer-container-mobile-row .landing-main-table-parent-mobile{
      padding-right: 0px
    }
    .current-issuer-container-mobile-row .landing-issuer-block{
      margin-left: 15px;
      margin-right: 15px;
      max-width: 100%
    }
    .categoryRow-lastRow{
      display: block;
      text-align: left;
    }
    .categoryRow-lastRow p{
      font-size: 11px;
    }
    .bidding-figure-div p{
      font-size: 11px;
    }
    .lightPinkRow td{
      height: 85px
    }
    .empty-ipo{
      height: 185px
    }
    .empty-ipo .landing-profile-details{
      flex-direction: column;
      align-items: flex-start;
        }
        .empty-ipo-first-sec{
          margin-bottom: 12px;
        }

     .ipo-card-text {
          min-width: 460px !important;
      }

      .ipo-blog-btn-section {
        margin-top: 0;
    }

 }

 @media (max-width: 460px) {
  .ipo-card-text {
    min-width: 369px !important;
    padding: 0;
  }
  .landing-profile-apply-btn {
    margin: 15px 17px 0 0;
  }
  .bond-directory-card-video {
    background-repeat: no-repeat;
    height: 285px;
  }
  .bond-directory-video-text {
    font-size: 24px;
  }
  .two-current-cdn .landing-profile-apply-btn {
    margin: 15px 0 0 0;
  }
}

@media only screen and (min-width: 992px) {
.panel-row{
  margin-bottom: 30px;
}
.ipo-benefit-text-sec {
  padding-right: 0px;
}
}

@media (max-width: 380px) {
  .ipo-card-text {
    min-width: 320px !important;
    padding: 0;
  }
  .bond-directory-card-video {
    background-repeat: no-repeat;
    height: 249px;
  }
}

@media (max-width: 320px) {
  .bond-directory-card-video {
    background-repeat: no-repeat;
    height: 208px;
  }
}

#refresh-image {
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  width:23px;
  margin-left: 20px;
  cursor: pointer;
}

.refresh-img {
  transform: rotate(-180deg);
}
.FAQ-head{
  font-size: 30px;
  letter-spacing: -0.3px;
  color: #292828;
  font-weight: 800;
  margin-bottom: 32px;
}
.FAQ-title{
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.FAQ-content{
color: #313131;
opacity: 0.71;
font-weight: 500;
letter-spacing: 0px;
}
.how-to-apply{
padding: 100px 0px 80px 0px;
}
.light-purple-section-ipo{
  background: #F3E9FB 0% 0% no-repeat padding-box;
  margin-bottom: 150px;
margin-top: 150px;
}
.how-to-apply-head{
font-size: 36px;
letter-spacing: -0.36px;
color: #1C1C1C;
font-weight: 800;
margin-bottom: 4px;
}
.how-to-apply-cards{
height: 170px;  
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 14px 43px #0000000D;
border-radius: 42px;
margin-right: 30px;
margin-bottom: 58px;
position: relative;
overflow: hidden;
}
.how-to-apply-step-1{
  overflow: hidden;
  position: relative;
}
.how-to-apply-cards:hover p{
  color: #fff;
}
.how-to-apply-cards:hover .how-to-apply-step{
  color: #fff;
    opacity: 0.4;
}

.how-to-apply-title{
font-size: 24px;
letter-spacing: -0.24px;
color: #5A5A5A;
font-weight: 500;
margin-bottom: 32px;
}
.how-to-apply-content{
letter-spacing: -0.18px;
color: #1C1C1C;
opacity: 0.8;
font-size: 18px;
margin-bottom: 36px;
}
.invest-in-bond-banner{
background: transparent linear-gradient(243deg, #9325D2 0%, var(--secondary) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(243deg, #9325D2 0%, #6529DC 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 6px 48px #1C1C1C14;
border-radius: 16px;
margin-top: 110px;
margin-bottom: 150px;
max-width: 1140px;
}
.invest-in-bond-banner-head{
letter-spacing: -0.36px;
color: #FFFFFF; 
font-size: 36px;
font-weight: 800;
margin-bottom: 2px;
margin-top: 26px;
}
.invest-in-bond-banner-title{
  letter-spacing: -0.24px;
  color: #FFFFFF;
  opacity: 0.9;
  font-size: 24px;
  margin-bottom: 24px;
}
.invest-in-bond-banner-content{
font-size: 18px;
letter-spacing: -0.18px;
color: #FFFFFF;
font-weight: normal;
overflow: auto;
}
.invest-in-bond-banner-content p{
margin-bottom: 24px;
font-weight: 300;
    margin-top: -2px;
}
.invest-banner-div {
  display: flex;
  align-items: flex-start;
}
.invest-in-bond-banner-content span{
  display: flex;
  }
.invest-in-bond-green-tick{
margin-right: 16px;
float: left;
width: 20px
}
.who-can-invest{
border: solid 1px black;
}
.who-can-invest-head{
letter-spacing: -0.36px;
color: #1C1C1C;
opacity: 1;
font-size: 36px;
font-weight: 800;
margin-bottom: 8px;
}

.who-can-invest-title{
letter-spacing: -0.24px;
color: #5A5A5A;
opacity: 1;
font-size: 24px;
font-weight: 500;
margin-bottom: 40px;
}

.who-can-invest-disclamer{
letter-spacing: -0.12px;
color: #000000;
font-size: 12px;
margin-bottom: 40px;
}
.who-can-invest-card{
height: 326px;
}
.who-can-invest-card-1{
  height: 290px;
  }
.who-can-invest-card-list{
  padding-top: 23px;
  border-radius: 8px 8px 0px 0px;
}

.who-can-invest-card-list p{
  padding-top: 16px;
  display: flex;
    align-items: flex-start;
    width: 100%;
}
.who-can-invest-card-list span{
display: block;
margin-top:-1px
}
.card-list-1{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1C1C1C0F;
  border-radius: 8px 8px 0px 0px;
  width: 500px;
  height: 58px; 
}
.card-list-1-1{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  width: 500px;
  height: auto;
  padding-bottom: 12px;
}
.card-list-1-2{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  width: 500px;
  height: auto;
  padding-bottom: 14px;
}
.card-list-1-3{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  height: 22px;
  width: 500px;
  height: 58px; 
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px -4px 3px #1C1C1C0F;
}

.card-list-2{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #F3FEFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  border-radius: 8px 8px 0px 0px;
  width: 500px;
  height: auto;
  padding-bottom: 14px; 
}
.card-list-2-1{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #F3FEFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  width: 500px;
  height: auto;
  padding-bottom: 14px;
}
.card-list-2-2{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  background: #F3FEFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  width: 500px;
  height: 58px;
}
.card-list-2-3{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #F3FEFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  width: 500px;
  height: 58px;
  border-radius: 0px 0px 8px 8px;
}

.card-list-3{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #F2FFEB 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1c1c1c0f;
  border-radius: 8px 8px 0px 0px;
  width: 500px;
  height: 80px;
  overflow: auto;
}
.card-list-3-1{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background:#F2FFEB 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1C1C1C0F;
  width: 500px;
  height: 58px; 
}

.card-list-3-2{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #F2FFEB 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1C1C1C0F;
  width: 500px;
  height: 59px; 
  border-radius: 0px 0px 8px 8px;
}

.card-list-4{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1C1C1C0F;
  border-radius: 8px 8px 0px 0px;
  width: 500px;
  height: 80px; 
}
.card-list-4-1{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1C1C1C0F;
  width: 500px;
  height: 58px; 
}

.card-list-4-2{
  letter-spacing: 0px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: normal;
  height: 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 3px #1C1C1C0F;
  width: 500px;
  height: 59px; 
  border-radius: 0px 0px 8px 8px;
}

.card-list-1-img{
  padding-left: 21px;
  padding-right: 13px;
  float: left;
}
.card-1{
background: #251354 0% 0% no-repeat padding-box;
box-shadow: 0px 6px 48px #1C1C1C14;
border-radius: 16px;
padding: 20px 15px;
}
.card-2{
background: #2FC8CE 0% 0% no-repeat padding-box;
border-radius: 16px;
padding: 20px 15px;
}
.card-3{
background: #54BC1F 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 16px #E1F8E7A1;
border-radius: 16px;
padding: 20px 15px;
}
.card-4{
background: #8F4BE8 0% 0% no-repeat padding-box;
box-shadow: 0px 6px 48px #1C1C1C14;
border-radius: 16px;
margin-bottom: 150px;
padding: 20px 15px;
}
.card-head{
letter-spacing: 0px;
color: #FFFFFF;
font-size: 21px;
font-weight: 800;
}

.category-para{
letter-spacing: 0.16px;
color: #FFFFFF;
opacity: 0.9;
font-weight: 800;
font-size: 16px;
background: #4740D9 0% 0% no-repeat padding-box;
border-radius: 17px;
width: 142px;
height: 33px;
text-align: center;
padding-top: 5px;
}

.card-title{
letter-spacing: 0px;
color: #FFFFFF;
font-weight: 800;
font-size: 21px;
padding-left: 20px;
margin-right: 12px;
}
.ncd-ipo-head{
letter-spacing: -0.36px;
color: #1C1C1C;
font-weight: 800;
font-size: 36px;
}
.ncd-ipo-content{
  letter-spacing: -0.18px;
  color: #1C1C1C;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  overflow: auto;
}
.ncd-ipo-container{
margin-bottom: 150px;
}
.ncd-ellipse{
    padding-right: 12px;
    float: left;
    
}

.ncd-card-list span{
  margin-top: -5px;
}
.info-required-banner{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #FFFFFF;
border-radius: 16px;
opacity: 1;
backdrop-filter: blur(36px);
--webkit-backdrop-filter: blur(36px);
box-shadow: 0 6px 32px 0 rgb(28 28 28 / 12%);
margin-bottom:124px;
max-width: 1140px;
}

@media screen and (max-width: 991px) {
  .invest-in-bond-banner-content {
    font-size: 14px;
}
.who-can-invest-head {
  font-size: 24px;
}
.who-can-invest-title {
  font-size: 21px;
}
.who-can-invest-card-list p {
  padding-right: 25px;
}
  .one-ipo-first-section .landing-profile-div{
    height: auto !important;
  }
}
@media screen and (min-width: 993px)
{
  .how-to-apply-cards{
 width: 283px;
}
}
@media screen  and (min-width: 1200px){
  .how-to-apply-cards{
    width: 350px;
   }
}
@media screen and (max-width: 460px) {

.invest-in-bond-banner-container{
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #BDB7B73D 22%, #FFFEFE61 100%) 0% 0% no-repeat padding-box;
}
.landing-profile-date-section{
  display: flex;
  padding-top: 20px !important;
}


.one-ipo-first-section .landing-profile-div{
  height: 300px;
  border-radius: 18px;
}
.landing-ipo-profile-text{font-size: 11px;}

.one-ipo-first-section .landing-profile-btn-section{
  padding-top: 16px;
  padding-left: 20px;
}
}

.info-required-banner-head{
letter-spacing: -0.36px;
opacity: 1;
font-size: 36px;
font-weight: 800;
margin-bottom: 32px;
}
.info-required-banner-content{
letter-spacing: 0px;
color: #1C1C1C;
font-size: 18px;
font-weight: bold;
margin-bottom: 18px;
}


@media screen and (max-width: 992px) {
  .info-required-banner-head{
    letter-spacing: -0.24px;
    opacity: 1;
    font-size: 24px;
    font-weight: 800;
  }
  .info-required-banner-content{
    text-align: left;
    padding-top: 31px;
  }
  .info-required-banner-title{
    margin-left:-14px;
  }
}

.info-required-banner-inner-content{
letter-spacing: 0px;
color: #1C1C1C;
opacity: 0.8;
font-size: 16px;
font-weight: normal;
margin-bottom:16px;
}

.info-required-banner-inner-content img{
  width: 20px;
  height: 20px;
}

.info-required-banner-inner-content span{
  display: flex;
  }
.list-of-ncd-head{
letter-spacing: -0.36px;
color: #1C1C1C;
font-size: 36px;
font-weight:800;
margin-bottom: 16px;
}
.list-of-ncd-content{
letter-spacing: -0.18px;
color: #1C1C1C;
opacity: 0.8;
font-size: 18px;
font-weight: 500;
margin-bottom: 64px;
}
.money-graphy{
background: #FFF6E9 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 60px #0000000F;
border-radius: 9px;
width: 84px;
height: 78px;
}
.how-to-apply-cards-content{
letter-spacing: -0.88px;
color: #1C1C1C;
font-weight: bold;
font-size: 18px;
padding-left: 18px;
z-index: 9;
position: relative;
}
.how-to-apply-effect{
width: 0px;
height: 0px;
position: absolute;
top: 25px;
left: 40px;
border-radius: 42px;
}
.how-to-apply-effect-1{
  background-color: #261457;
}
.how-to-apply-effect-2{
  background-color: #C83737;
}
.how-to-apply-effect-3{
  background-color:#2FC8CE;
}
.how-to-apply-effect-4{
  background-color: #54BC1F;
}
.how-to-apply-effect-5{
  background-color: #8F4BE8;
}
.how-to-apply-effect-6{
  background-color: #FCB818;
}

.how-to-apply-cards-img{
width: 50px;
height: 50px;
margin-left: 18px;
margin-top: 18px;
margin-bottom: 15px;
position: relative;
z-index: 9;
}
.how-to-apply-step{
letter-spacing: -1.15px;
color: #C8C8C824;
opacity: 1;
font-size: 115px;
font-weight: 800;
position: absolute;
right:18px;
top: -18px
}
.how-to-apply-step-4{
width: 50px;
height: 50px;
background: #EAFEE0 0% 0% no-repeat padding-box;
border-radius: 50%;
cursor: default;
}
.glyphicon-plus{
width: 29px;
height: 29px;
background: #54BC1F 0% 0% no-repeat padding-box;
opacity: 1;
font-size: 29px;
color: white;
border-radius: 50%;
margin-left: -2px;
margin-top: 2px;
}
.subs-modal-content{
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}
.ipo-modal-close{
  color: #808080;
  font-weight: 400;
  font-size: 45px;
  right: 29px;
  top: 16px;
  position: absolute;
  z-index: 999;
}

@media screen and (max-width: 361px) {
 
  .info-required-banner-head{
    letter-spacing: -0.24px;
opacity: 1;
font-size: 22px;
  }
  .info-required-banner-content{
    letter-spacing: 0px;
color: #1C1C1C;
opacity: 1;
font-size: 18px;
  }
}
@media screen and (max-width: 376px) {
  .invest-in-bond-banner-head{
    letter-spacing: -0.21px;
    font-size: 21px;
    margin-left: -10px;
  }
  .invest-in-bond-banner-title{
    letter-spacing: -0.18px;
    opacity: 0.9;
    font-size: 18px;
    margin-left: -10px;
  }
  .invest-in-bond-green-tick{
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 10px;
    opacity: 1;
  }
  .invest-in-bond-banner-content{
    letter-spacing: -0.14px;
    opacity: 0.8;
    font-size: 14px;
    margin-left: -5%;
    overflow: auto;
  }
}
@media screen and (max-width: 376px) {
  .who-can-invest-head{
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .who-can-invest-title{
    letter-spacing: -0.21px;
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px){
  .one-current-one-forthcoming-cdn .content-row-class-change{
    margin-left: 50px;
  }
  .one-forth{
    margin-bottom: 0px !important;
  }
  .card-title{
    padding-left: 0px;
    font-size: 18px;
    margin-right: 0px;
  }
  .who-can-invest-card-list{
    padding-left: 0px;
  }
  .who-can-invest-card-list span{
    margin-top: -3px;
  }
 
  .card-list-1{
    width: 424px;
  }
  .card-list-1-1{
    width: 424px;
  }
  .card-list-1-2{
    width: 424px;
  }
  .card-list-1-3{
    width: 424px;
  }

  .card-list-2{
    width: 424px;
  }
  .card-list-2-1{
    width: 424px;
  }
  .card-list-2-2{
    width: 424px;
  }
  .card-list-2-3{
    width: 424px;
  }

  .card-list-3{
    width: 424px;
  }
  .card-list-3-1{
    width: 424px;
  }
  .card-list-3-2{
    width: 424px;
  }

  .card-list-4{
    width: 424px;
  }
  .card-list-4-1{
    width: 424px;
  }
  .card-list-4-2{
    width: 424px;
  }
}



@media screen and (max-width: 992px){
  
  .card-title{
    padding-left: 0px;
    font-size: 18px;
  }
  .who-can-invest-card-list{
    padding-left: 0px;
  }
  .who-can-invest-card-list span{
    margin-top: -3px;
  }
 
  .card-list-1{
    width: 690px;
  }
  .card-list-1-1{
    width: 690px;
  }
  .card-list-1-2{
    width: 690px;
  }
  .card-list-1-3{
    width: 690px;
  }

  .card-list-2{
    width: 690px;
  }
  .card-list-2-1{
    width: 690px;
  }
  .card-list-2-2{
    width: 690px;
  }
  .card-list-2-3{
    width: 690px;
  }

  .card-list-3{
    width: 690px;
    height: 58px;
  }
  .card-list-3-1{
    width:  690px;
  }
  .card-list-3-2{
    width: 690px;
  }
  .card-list-4{
    width:690px;
    height: 58px;
  }
  .card-list-4-1{
    width: 690px;
  }
  .card-list-4-2{
    width: 690px;
  }
  .card-1{
    margin-bottom: 32px;
  }
  .card-2{
    margin-bottom: 32px;
  }
  .card-3{
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px){
  .card-title{
    padding-left: 0px;
    font-size: 18px;
    margin-top: 69px;
  }
  .who-can-invest-card-list{
    padding-left: 0px;
  }
  .who-can-invest-card-list span{
    margin-top: -3px;
  }

  .card-list-1{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-1-1{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-1-2{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-1-3{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .card-list-2{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-2-1{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-2-2{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-2-3{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .card-list-3{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-3-1{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-3-2{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .card-list-4{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-4-1{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-list-4-2{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .card-1{
    margin-bottom: 32px;
    border-radius: 0px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .card-2{
    margin-bottom: 32px;
    border-radius: 0px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .card-3{
    margin-bottom: 32px;
    border-radius: 0px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .card-4{
    margin-bottom: 32px;
    border-radius: 0px;
    margin-left: -14px;
    margin-right: -14px;
  }
  
    .pull-xs-right {
      float: left!important;
    }

.who-can-invest-card-1{
  height: auto;
}
.card-list-3 {
  width: 100% !important;
  font-size: 14px;
  letter-spacing: 0px;
}
.ncd-ipo-head{
  letter-spacing: -0.24px;
color: #1C1C1C;
  font-weight: 800;
  font-size: 24px;
  margin-top: 72px;
  }

  .list-of-ncd-head{
    letter-spacing: -0.24px;
    font-size: 24px;
    margin-top: 59px;
  }
  .list-of-ncd-content{
    letter-spacing: -0.16px;
    font-size: 16px;
  }
  .invest-in-bond-banner-content span{
    display: flex;
  }
}
@media screen and (max-width: 750px) and (min-width: 438px){
  .category-para{
    margin-top: -60px;
}
}
@media screen and (max-width: 438px){
  .category-para{
    margin-top: -85px;
}
}
@media screen and (max-width: 438px) and (min-width: 400px){
.card-1 .pull-xs-right{
  margin-top: -15%;
}
}
@media screen and (max-width: 414px)
{
  .light-purple-section-ipo{
    margin-top: 114px;
  }
  .how-to-apply-head{
    letter-spacing: -0.24px;
color: #1C1C1C;
opacity: 1;
font-size: 24px;
  }
  .how-to-apply-title{
    letter-spacing: -0.18px;
color: #5A5A5A;
opacity: 1;
font-size: 18px;
  }
  .how-to-apply-content{
    letter-spacing: -0.16px;
color: #1C1C1C;
opacity: 0.8;
font-size: 16px;
  }
  .how-to-apply{
    padding: 114px 0px 0px 0px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px)
{
  .icp-card{
    width: 49%;
  }
}
.landing-update-div span{
  letter-spacing: -0.14px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
  margin-left: 40%;
}
.stay-updated-text-video-span2{
  letter-spacing: -0.14px;
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
}
.landing-update-div img{
  width: 152px;
  height: 125px;
  border-radius: 20px;
}

.landing-update-div p{
  
  margin-top: -25%;
  margin-left: 40%;

}
.stay-updated-text-video-span1{
  letter-spacing: 0px;
  color: #262A44;
  opacity: 1;
  font-weight: 600;
}
.stay-updated-text-video-span2{
  letter-spacing: -0.14px;
color: #000000;
opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 992px) and (max-width: 992px) { 
  .card-list-1{
  width: 424px;
}
.card-list-1-1{
  width: 424px;
}
.card-list-1-2{
  width: 424px;
}
.card-list-1-3{
  width: 424px;
}

.card-list-2{
  width: 424px;
}
.card-list-2-1{
  width: 424px;
}
.card-list-2-2{
  width: 424px;
}
.card-list-2-3{
  width: 424px;
}

.card-list-3{
  width: 424px;
  height: 65px;
}
.card-list-3-1{
  width: 424px;
}
.card-list-3-2{
  width: 424px;
}

.card-list-4{
  width: 424px;
  height: 65px;
}
.card-list-4-1{
  width: 424px;
}
.card-list-4-2{
  width: 424px;
}
.how-to-apply-content-cards{
  margin-left: 8%;
}
}  

@media screen and (min-width: 1201px){
  .invest-in-bond-banner .panel-body {
    padding: 15px 30px 15px 30px;
}
  .card-title{
    margin-right: 0px;
  }
  .card-list-1{
    width: 100%;
  }
  .card-list-1-1{
    width: 100%;
  }
  .card-list-1-2{
    width: 100%;
  }
  .card-list-1-3{
    width: 100%;
  }

  .card-list-2{
    width: 100%;
  }
  .card-list-2-1{
    width: 100%;
  }
  .card-list-2-2{
    width: 100%;
  }
  .card-list-2-3{
    width: 100%;
  }

  .card-list-3{
    width: 100%;
  }
  .card-list-3-1{
    width: 100%;
  }
  .card-list-3-2{
    width: 100%;
  }

  .card-list-4{
    width: 100%;
  }
  .card-list-4-1{
    width: 100%;
  }
  .card-list-4-2{
    width: 100%;
  }
}
.youtube1{
  width:30px !important;
  height:30px !important;
  margin-top:10px;
}
#youtube:hover{
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .landing-update-div img{
  width: 115px;
    height: 105px;
    border-radius: 12px;
    margin-left: -8%;
    margin-top: -8%;
    object-fit: cover;
}
   #o-1-c-1-img {
    width: 180px;
    height: 125px;
    border-radius: 12px;
    object-fit: cover;
    }
    .landing-update-div-video {
      height: 105px;
      margin-right: 16px;
      border-radius: 12px;
      width: 269px;
      left: 85px;
    }
    .landing-update-div{
      height: 105px;
      width: 278px;
      left: 30px;
      border-radius: 12px;
    }
    .stay-updated-text-video{
      font-size: 16px;
    }
    .landing-update-div-video p{
      width: 114px;
      top: -33px;
    position: relative;
    }
    .stay-updated-text-video-span1{
      display: none;
    }
    .stay-updated-text-video-span2{
      font-size: 10px;
    }
    #youtube{
    height: 15px;
    }
    .youtube1{
      height: 15px !important;
      width:15px !important;
      }
    .landing-update-div p{
      margin-top: -37%;
      width: 140px;
      margin-left: 45%;
      font-size: 16px;
      position: relative;
    top: -45px;
    left: 10px;
    }
    .landing-update-div span{
      font-size: 10px;
      top: -7px;
      position: relative;
      margin-left: 45%;
      top: -65px;
    left: 10px;
    }
    .landing-ipo-subscribe-btn{
      margin-left: 3%;
      margin-top: -19%;
    position: absolute;
    }
    .ipo-card-main-container{
      display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    }

}
@media screen and (max-width: 460px){
  .forth-mini-container{
    display: -webkit-inline-box;
  overflow-x: scroll;
  }

.landing-update-div span{
margin-left: 45%;
}
}

@media screen and (max-width: 768px) and (min-width:696px){
.landing-update-div p{
margin-top: -19%;
margin-left: 40%;
}
.landing-update-div span{
margin-left: 40%;
}
}
@media screen and (max-width: 696px) and (min-width:460px){
.landing-update-div p{
margin-top: -21%;
margin-left: 40%;
}
.landing-update-div span{
margin-left: 40%;
}
}
@media screen and (max-width: 551px) and (min-width:460px){
.landing-update-div p{
margin-top: -27%;
margin-left: 40%;
}
.landing-update-div span{
margin-left: 40%;
}
}
@media screen and (max-width: 490px) and (min-width:460px){
.landing-update-div p{
margin-top: -32%;
margin-left: 50%;
}
.landing-update-div span{
margin-left: 50%;
}
.stay-updated-text-video-span1{
  display: flex;
  top: 0px;
  margin-left: 50%;
}
.landing-ipo-subscribe-btn{
  margin-left: 75%;
}
.landing-profile-btn-section{
  padding-top: 20px;
}
}
@media screen and (max-width: 992px) and (min-width:768px){
.landing-update-div-video p{
  margin-top: -25%;
}
.landing-update-div p{
margin-top: -20%;
margin-left: 40%;
}
.landing-update-div span{
margin-left: 40%;
}
}
@media screen and (max-width: 768px) and (min-width:461px)
{
  .landing-profile-date-section 
  {
    display: inline-flex;
  }
}
@media screen and (max-width: 1200px) and (min-width:992px)
{
  .landing-update-div-video p
  {
    margin-top: -25%;
  }
  .landing-update-div p{
    margin-top: -22%;
    margin-left: 40%;
}
.landing-update-div span{
  margin-left: 40%;
}
  }

  @media screen and (max-width: 768px)
{
  .landing-update-div p{
    margin-top: -20%;
    margin-left: 40%;
}
.landing-update-div span{
  margin-left: 40%;
}
  }

  @media screen and (max-width: 630px) and (min-width:551px)
  {
    .landing-update-div p{
      margin-top: -23%;
      margin-left: 40%;
  }
  .landing-update-div span{
    margin-left: 40%;
  }
  .landing-ipo-subscribe-btn{
    position: relative;
    top: -20px;
  }
    }
    .recent-issue{
      position: relative;
      top: 2px;
      font-weight: 600;
    }
    #c1-f1-video{
      display: flex !important;
      margin-top: -2px !important;
    }
    /* css 10-1 */
    @media screen and (min-width: 1200px){
      .bottom-div-vid-row{
        display: flex;
        width: 100%;
      }
      .bottom-div-vid-row .landing-update-div-video{
        width: 100%;
        margin-right: 32px;
      }
      .bottom-div-vid-row .landing-update-div{
        width: 100%;
      }
      .landing-profile-btn-section-white, .landing-profile-btn-section{
        position: absolute;
    right: 25px;
    bottom: 20px;
      }
      .two-closed-cdn .bottom-div-vid-row .landing-update-div-video{
        width: 100%;
        margin-right: 0px;
      }
    }
    @media screen and (max-width: 1200px){
      .bottom-vid-div{
        display: flex;
    flex-direction: column;
    max-width: 611px;
    margin: auto;
      }
      .bottom-vid-div-block{
        width: 100%;
      }
    }
   
    @media screen and (min-width: 992px) and (max-width:1200px){
      .what-are-bond-video-div{
        top: 100px;
    right: 33px;
      }
    }
    @media screen and (max-width: 991px){
      .card-list-4 {
        height: auto;
        padding-bottom: 14px;
    }
      .card-list-3 {
        width: 690px;
        height: auto;
        padding-bottom: 14px;
    }
      .invest-in-bond-banner-head {
        margin-top: 1px;
        font-size: 21px;
    }
    .invest-in-bond-banner-title{
      font-size: 18px;
    }
      .what-are-bond-video-div{
        top: 49px;
    right: 33px;
      }
      .landing-profile-div, .landing-profile-div-white{
        height: auto;
      }
    }
    @media screen and (min-width: 768px) and (max-width:991px){
      .what-are-bond-video-div{
        top:94px
      }
    }
    @media screen and (max-width: 767px){
      .youtube-video-div{
        margin-top: -31px;
      }
    }
    @media screen and (max-width: 459px){
.forthcoming-div-1 .landing-profile-details{
  margin-bottom: 85px;
}
    }
    @media screen and (max-width:380px){
      .one-current-cdn .ipo-landing-date-value p{
        font-size: 10px !important;
      }
    }
@media screen and (max-width:350px){
  .forthcoming-light-panel{
    margin-top: -40px;
  }
 
    }
    /* css 10-1 ends */
    @media screen and (max-width: 1200px){
.landing-update-div-video{
  max-width: 611px;
  width: 100%;
}
.landing-update-div{
  max-width: 611px;
  width: 100%;
}
.empty-cdn .empty-ipo{
  max-width: 611px;
  width: 100% !important;
  height: 300px !important;
}
    }
    @media screen and (max-width: 1200px) and (min-width:992px)
{
  .empty-cdn .stay-updated-text-video{
    margin-top: -25% !important;
  }
  .empty-cdn .stay-updated-text{
    margin-top: -22% !important;
  }
}
@media screen and (max-width: 1200px){
  .one-ipo-first-section .landing-profile-div{
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-update-div-video, .landing-update-div{
    margin: 20px auto !important;
  }
}

@media screen and (max-width: 991px) and (min-width:769px)
{
 .stay-updated-text-video{
    margin-top: -25% !important;
  }
  .stay-updated-text{
    margin-top: -22% !important;
  }
}
@media screen and (max-width: 768px){
  .landing-update-div-video #videoModal{
    margin-top: -30px;
  }
  .stay-updated-text-video-span1{
    display: none !important;
  }
  .empty-cdn .ipo-card-main-container{
    max-width: 640px;
    margin: auto;
  }
  .empty-cdn .empty-ipo {
    width: 100% !important;
  }
  .bottom-div-scroller{
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100% !important;
  }
  .landing-update-div-video,  .landing-update-div{
    left: 0px !important;
    width: 100%;
    max-width: 295px;
    min-width: 295px !important;
  }
  .landing-ipo-subscribe-btn{
    position: absolute;
    right: 70px;
    top: 124px;
    box-shadow: none;
    padding: 0px;
  }
  .landing-update-div{
    position: relative;
    margin-left: 12px !important;
  }
  .new-text{
    margin-top:140px !important;
  }
}
@media screen and (max-width: 768px) and (min-width:540px)
{
 .stay-updated-text{
    margin-top: -20% !important;
  }
}
@media screen and (max-width: 539px) 
{
  .landing-update-div p{
    margin-top:-20%
  }
}


@media screen and (max-width: 470px)
{
  .empty-ipo-second-sec .list-on {
    margin-left: 23px;
    align-items: flex-start;
  }
  .one-closed-cdn .landing-profile-detail-value {
    font-size: 11px !important;
  }
  .one-closed-cdn .ipo-landing-date-value p{
    font-size: 11px !important;
  }
  .one-closed-cdn .landing-ipo-profile-text{
    font-size: 11px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width:992px)
{
  .empty-cdn .stay-updated-text-video{
    margin-top: -25% !important;
  }
  .empty-cdn .stay-updated-text{
    margin-top: -22% !important;
  }
}
@media screen and (max-width: 768px){
 .one-closed-cdn .landing-ipo-subscribe-btn{
    right: 75px;
    top: 125px;
 }
 .one-closed-cdn .landing-update-div-video {
  margin-top: 45px;
 }
 .one-closed-cdn .landing-update-div span{
  top: -66px;
 }

}
.one-closed-cdn .landing-update-div-video {
  overflow: hidden;
 }

 @media screen and (max-width: 460px){
  .one-closed-cdn  .landing-profile-detail-value {
    max-width: 126px;
  }
 }

 @media screen and (max-width: 490px) and (min-width: 460px){
  .one-closed-cdn .stay-updated-text-video-span2{
    margin-left: 60%;
    top: -20px;
  }
  .one-closed-cdn #youtube{
    margin-top: -30px;
  }
  
 }

 @media screen and (width:1200px){

  .one-closed-cdn .ipo-card-main-container{
    margin-top: -15px;
  }
  
  .one-closed-cdn .landing-update-div-video p {
    margin-top: -30%;
  }
  .one-closed-cdn .landing-update-div p{
    margin-top: -25%;
  }
  .one-closed-cdn .one-closed-yield{
    margin-left: 45px !important;
  }
  .one-closed-cdn .one-closed-rate{
    margin-left: 29px !important;
  }
 }
 @media screen and (max-width:395px){
  .one-closed-cdn .landing-profile-detail-value{
    max-width: 85px;
  }
 }
 @media screen and (max-width: 1200px) and (min-width: 490px){
  .one-closed-cdn .landing-profile-detail-block{
    margin-right: 30px;
  }
 }
  @media screen and (max-width:490px) and (min-width: 466px) {
    .one-current-cdn .landing-profile-btn-section {
      padding-top: 45px;
   }
  }
  @media screen and (max-width: 460px) {
    .one-current-cdn .landing-profile-date-section .landing-profile-date-div p {
    font-size: 11px;
    margin-left: 0px;
}
  }

@media screen and (max-width:445px) 
{
  .one-current-cdn .o1-c1-p2 
  {
      margin-left: 15px !important;
  }
}
@media screen and (max-width:417px) and (min-width: 336px) {
  .one-current-cdn .o1-c1-p2 {
    margin-left: -7px !important;
  }
 }
 @media screen and (max-width: 768px){
  .one-current-cdn .landing-ipo-subscribe-btn {
    right: 75px;
    height: 22px;
    top: 132px;
}
 }
 @media screen and (max-width: 369px){
  .one-current-cdn .landing-profile-details {
    padding-top: 0px;
}
.one-current-cdn .landing-profile-btn-section {
  padding-top: 5px;
}
.one-current-cdn .landing-profile-detail-value{
  max-width: 101px;
}
 }
 @media screen and (max-width: 1200px) {
  .one-current-cdn .landing-profile-detail-value{
    max-width: 118px;
  }
 }
 @media screen and (max-width: 1200px) {
  .two-current-cdn .landing-profile-div{
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;  
  }
  .two-current-cdn .landing-profile-div-white{
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
  }
  .two-current-cdn .landing-profile-btn-section-white {
    padding-top: 18px;
  }
}
@media screen and (max-width:768px) and (min-width: 510px)
{
.two-current-cdn .landing-profile-apply-btn2{
  width: 118px !important;
  }
 }
 @media screen and (max-width:486px) and (min-width:461px) {
  .two-current-cdn .landing-profile-btn-section {
    padding-top: 5px;
  }
  .two-current-cdn .landing-profile-btn-section-white {
    padding-top: 10px;
}
.two-current-cdn .landing-profile-apply-btn2{
  width: 118px !important;
  }
 }
 @media screen and (max-width:482px) and (min-width:461px){
  .two-current-cdn .landing-profile-btn-section-white {
    padding-top: 0px;
}
 }
 @media screen and (max-width:460px){
  .two-current-cdn .calendar-ipo-profile-img{
    margin-right: 5px;
  }
 }
 @media screen and (max-width:470px) and (min-width: 336px) {
 
  .two-current-cdn .red-invest-timeout{
    font-size :9px;
    padding-top: 6px;
  }
  .two-current-cdn .red-invest-timeout-2{
    font-size :9px;
    padding-top: 6px;
  }
  .two-current-cdn  .green-fresh-div{
    font-size :9px;
  }
  .two-current-cdn  .orange-fresh-div{
    font-size :9px;
  }
  .two-closed-cdn .red-invest-timeout{
    font-size :9px;
    padding-top: 6px;
  }
  .two-closed-cdn .red-invest-timeout-2{
    font-size :9px;
    padding-top: 6px;
  }
  .two-closed-cdn  .green-fresh-div{
    font-size :9px;
  }
  .two-closed-cdn  .orange-fresh-div{
    font-size :9px;
  }
 }
 @media screen and (max-width:385px){
 .two-current-cdn .landing-profile-btn-section {
  padding-top: 6px;
}
.two-current-cdn  .landing-profile-container{
  padding-top: 10px;
}
  }
@media screen and (min-width:1200px)
{
  .two-current-cdn .landing-update-div-video {
    max-width: 550px;
  }
  .two-current-cdn .landing-update-div {
    max-width: 550px;
  }
  .one-current-cdn .one-current-credit{
    margin-left: 7px;
  }
}
@media screen and (max-width: 768px){
  .two-current-cdn .landing-ipo-subscribe-btn {
    right: 75px;
    height: 22px;
    top: 130px;
}
.two-current-cdn .ipo-card-main-container {
  overflow-y: hidden;
}
.two-current-cdn .landing-profile-btn-section {
  padding-top: 15px;
}


 }

@media (width: 768px){
  .two-current-cdn .two-current-yield {
    margin-left: -60px;
  }
  .two-current-cdn .landing-profile-btn-section-white{
    padding-top: 0px;
  }
  .two-current-cdn .landing-profile-btn-section {
    padding-top: 0px;
}
.two-current-cdn .ipo-card-main-container {
  margin-left: 13px;
}

}
@media screen and (max-width:538px)
{
  .two-current-cdn .ipo-landing-date-value{
    align-items: flex-start;
  }
  .two-current-cdn .flex-center{
    align-items: flex-start;
  }
  .two-current-cdn .landing-ipo-profile-text{
    padding-top: 0px;
  }
  .two-current-cdn .landing-profile-detail-title{
    font-size: 11px;
    font-weight: 500;
  }
  .two-current-cdn .landing-profile-detail-value{
    font-size: 14px;
    font-weight: bold;
  }
  .two-current-cdn .landing-ipo-profile-text {
    font-size: 11px;
    min-width: 75px;
  }
  .two-current-cdn .ipo-landing-date-value p{
    font-size: 11px;
  }
}
@media screen and (max-width: 490px) and (min-width: 460px){
  .two-current-cdn .stay-updated-text-video-span2{
    margin-left: 60%;
    top: -20px;
  }
  .two-current-cdn #youtube{
    margin-top: -30px;
  }
  
 }
@media screen and (max-width:535px)
{
  .one-current-cdn .ipo-landing-date-value{
    align-items: flex-start;
  }
  .one-current-cdn .flex-center{
    align-items: flex-start;
  }
  .one-current-cdn .landing-ipo-profile-text{
    padding-top: 0px;
  }
  .one-current-cdn .landing-profile-detail-title{
    font-size: 11px;
    font-weight: 500;
  }
  .one-current-cdn .landing-profile-detail-value{
    font-size: 14px;
    font-weight: bold;
  }
  .one-current-cdn .landing-ipo-profile-text {
    font-size: 11px;
    font-weight: normal;
  }
  .one-current-cdn .ipo-landing-date-value p{
    font-size: 11px;
  }
    .one-current-cdn .one-current-credit {
      margin-left: 25px;
      }
}
@media screen and (max-width:510px) and (min-width: 410px)
{
    .one-current-cdn .one-current-credit {
      margin-left: 30px;
      }
}
@media screen and (max-width:445px) and (min-width: 410px)
{
    .one-current-cdn .one-current-credit {
      margin-left: 25px;
      }
}
@media screen and (max-width:370px) and (min-width: 350px)
{
  .one-current-cdn .landing-profile-detail-value {
    max-width: 106px;
  }
}
@media screen and (max-width:470px) and (min-width: 336px) {
 
  .one-current-cdn .red-invest-timeout{
    font-size :9px;
    padding-top: 6px;
  }
  .one-current-cdn .red-invest-timeout-2{
    font-size :9px;
    padding-top: 6px;
  }
  .one-current-cdn  .green-fresh-div{
    font-size :9px;
  }
  .one-current-cdn  .orange-fresh-div{
    font-size :9px;
  }
 }
 @media (width: 768px){
  .one-current-cdn .one-current-yield {
    margin-left: -60px;
  }
  .one-current-cdn .one-current-credit {
    margin-left: -105px;
  }
  .one-current-cdn .landing-profile-btn-section-white{
    padding-top: 0px;
  }
  .one-current-cdn .landing-profile-btn-section {
    padding-top: 0px;
}
.one-current-cdn .ipo-card-main-container {
  margin-left: 13px;
}
}
.one-current-cdn .apply_now_btn {
  color: #A29D9D;
  background-color: #c7c7c7;
}
.two-current-cdn .apply_now_btn {
  color: #A29D9D;
  background-color: #c7c7c7;
}
.current-issuer-container-mobile .apply_now_btn {
  color: #A29D9D;
  background-color: #c7c7c7;
  font-size: 12px;
}

@media screen and (max-width:1200px) and (min-width: 768px)
{
  .one-current-cdn .one-current-invst-val{
    position: relative;
    left: 245px;
  }
}
.two-forthcoming-cdn .forthcoming-container{
  max-width: 611px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (width:1200px) 
{
  .one-current-cdn .one-current-invst-val{
    left: 0px;
  }
  .one-current-cdn .landing-update-div-video, .landing-update-div {
    margin-top: 5px !important;
  }
  
  .one-current-cdn .landing-update-div-video p {
    margin-top: -30%;
  }
  .one-current-cdn .o-1-c-1-img{
    margin-top: -30px;
  }
  .one-current-cdn .landing-update-div p {
    margin-top: -25%;
  }
}

@media screen and (max-width: 768px){
  .two-forthcoming-cdn .landing-ipo-subscribe-btn {
    right: 75px;
    height: 22px;
    top: 130px;
}
.two-forthcoming-cdn .ipo-card-main-container {
  overflow-y: hidden;
}
}
@media screen and (max-width: 490px) and (min-width: 460px){
  .two-forthcoming-cdn .stay-updated-text-video-span2{
    margin-left: 60%;
    top: -20px;
  }
  .two-forthcoming-cdn #youtube{
    margin-top: -30px;
  }
}
.two-forthcoming-cdn .landing-profile-details{
  margin-top: -2px;
}
.one-current-one-forthcoming-cdn .landing-profile-details{
  padding-top: 5px;
}
.one-current-one-forthcoming-cdn .stay-updated-text-video-span1{
  top: 0px;
}
.one-current-one-forthcoming-cdn #youtube {
  margin-top: 10px;
  margin-left: 0% !important;
}
@media (width:1200px)
{
  .one-current-cdn .one-current-yield {
    margin-left: -60px;
  }
}
@media screen and (max-width:1201px) and (min-width: 769px)
{
  .one-current-one-forthcoming-cdn #c1-f1 {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
    
  }
  .one-current-one-forthcoming-cdn #c1-f1-f {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: 185px !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-f {
    margin-bottom: 30px;
  }

  .one-current-one-forthcoming-cdn #c1-f1-video {
    top : -60px;
    display: unset !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1 {
    max-width: 611px !important;
    width: unset !important;
    margin-top: 70px !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-2 {
    max-width: 611px !important;
    width: unset !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-img{
    margin-left: -90px !important;
    margin-top: -30px !important;
    width: 685px !important;
    mix-blend-mode: soft-light !important;
    object-fit: cover !important;
    height: 195px !important;
  }
  .one-current-one-forthcoming-cdn .stay-updated-text-video-span2{
    bottom: 22px;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-2-img{
    margin-left: -50px !important;
    margin-top: -82px !important;
    width: 642px !important;
    mix-blend-mode: soft-light !important;
    object-fit: cover !important;
    height: 400px !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-bpo-12{
    margin-top: -330px !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-play-img-div {
    left: 91% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo {
    margin-left: 55% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo-1 {
    margin-left: 55% !important;
  }
  .one-current-one-forthcoming-cdn #youtube {
    margin-left: 55% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo-2 {
    margin-left: 62% !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-bpo-12 {
    margin-left: 1% !important;
  }
  .one-current-one-forthcoming-cdn .landing-ipo-subscribe-btn {
    margin-left: -53% !important;
  }
}
@media screen and (min-width:1200px){
  .one-current-one-forthcoming-cdn #c1-f1-video-1 {
    margin-top: -55px !important;
    width: 255px;
    margin-right: 40px;
    height: 155px;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-2 {
    margin-top: -55px !important;
    height: 155px;
  }
  .one-current-one-forthcoming-cdn .landing-profile-date-section{
    padding-top: 20px;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-bpo-12{
    width: 250px;
  }
  .one-current-one-forthcoming-cdn .c1-f1-play-img-div {
    top: -10% !important;
    left: 80% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-2-img{
    mix-blend-mode: soft-light;
    width: 255px;
    height: 155px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .one-current-one-forthcoming-cdn #c1-f1-readmore-time{
    top: 30% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo{
    margin-top: -68% !important;
    margin-left: 0%;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-bpo-12{
    margin-top: -65% !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-readmore-time {
    top: 20% !important;
}
.stay-updated-text-video-span2 {
  margin-left:10px;
}
.one-current-one-forthcoming-cdn .landing-ipo-subscribe-btn {
  margin-top: -5% !important;
  margin-left: 55% !important;
}
.one-current-one-forthcoming-cdn .landing-update-div span{
  margin-left: 2px;
  opacity: 0.8;
}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo {
    margin-top: -150px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .one-current-one-forthcoming-cdn .landing-profile-detail-value {
    max-width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .one-current-one-forthcoming-cdn #c1-f1 {
    max-width: 611px;
  }
  .one-current-one-forthcoming-cdn #c1-f1-f {
    max-width: 611px;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video{
    overflow-x: scroll;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1{
    margin-top: 30px !important;
    margin-left: auto !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-2{
    margin-top: 30px !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-img{
    width: 380px !important;
    height: 125px !important;
    border-radius: 12px !important;
    margin-left: -37% !important;
    margin-top: -7% !important;
    object-fit: cover !important;
    mix-blend-mode: soft-light;
}
  .one-current-one-forthcoming-cdn .c1-f1-video-2-img{
    width: 300px !important;
    height: 125px !important;
    border-radius: 12px !important;
    margin-left: -9% !important;
    margin-top: -9% !important;
    object-fit: cover !important;
    mix-blend-mode: soft-light;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-bpo-12 {
    top: -70px !important;
    margin-left: 40% !important;
    margin-top: -15% !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-readmore-time {
    top: -120% !important;
    margin-left: -5% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo{
    width:150px;
    top: -90px;
    margin-left: 51% !important;
  }
  .one-current-one-forthcoming-cdn #youtube {
    margin-top: -180px;
    margin-left: 50% !important;
  }
  .one-current-one-forthcoming-cdn .youtube1 {
    margin-top: -190px;
    margin-left: 43% !important;
  }
  .one-current-one-forthcoming-cdn .c1-f1-video-1-bpo-2{
    margin-left: 60% !important;
  }
  .one-current-one-forthcoming-cdn .stay-updated-text-video-span2 {
    margin-left: 55% !important;
    bottom: 15px !important;
}
.one-current-one-forthcoming-cdn .new-text {
  margin-left: 51% !important;
}
}
.landing-update-div-video:hover {
  cursor: pointer;
}


@media screen and (max-width: 460px) {
  .one-current-one-forthcoming-cdn .landing-profile-date-div {
    padding: 15px 5px 15px 5px;
  }
  .two-current-cdn .landing-profile-date-section {
      padding-top: 5px !important;
}
}
.one-current-one-forthcoming-cdn .landing-ipo-subscribe-btn{
  margin-top: 3%;
  margin-left: 5%;
  padding: 0px 0px;
  position: relative;
  z-index: 999;
  bottom: 5px;
}
.one-current-one-forthcoming-cdn #c1-f1-readmore-time{
  top: 0% !important;
}
@media screen and (max-width: 768px) {
  .one-current-one-forthcoming-cdn .landing-ipo-subscribe-btn {
    right: 60px;
    top: -68px;
}
.one-current-one-forthcoming-cdn #c1-f1-readmore-time {
  top: -140% !important;
}
  }
  @media screen and (max-width:410px) and (min-width: 368px) {
    .one-current-cdn .landing-profile-date-section
    {
      padding-top: 0px !important;
    }
  }
  @media screen and (max-width: 490px) and (min-width: 460px){
  .one-current-cdn #youtube {
    margin-top: -30px;  
  }
  .one-current-cdn .stay-updated-text-video-span2 {
    top: -20px;
}
}
@media screen and (min-width:769px){
  .play-icon2 {
   display: none;
  }
}
@media screen and (max-width:768px)  {
  .play-icon2 {
    position: absolute;
    top: 45px;
    left: 30px;
  }
}
@media screen and (width:768px)  
{
  .one-current-cdn .one-current-invst-val {
    left: 0px;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-1-img{
    height: 190px !important;
}
}
@media screen and (width:1200px)  {
  .empty-cdn .landing-update-div-video {
margin-top: 0px !important;
  }
  .empty-cdn  .one-ipo-first-section .landing-profile-div{
    height: 355px !important;
  }
  .empty-cdn .stay-updated-text-video {
    margin-top: -30% !important;
}
.empty-cdn .stay-updated-text {
  margin-top: -25% !important;
}
}
@media screen and (max-width: 1200px){
   #youtube {
   margin-right: 10px;
  }

}
@media screen and (max-width: 460px) and (min-width: 300px)
{
  .one-current-cdn .landing-profile-date-section{
    padding-top: 0px !important;
    margin-top: -30px;
  }

}
.one-current-one-forthcoming-cdn .landing-profile-detail-value{
  color: #1C1C1C;
}
.one-current-one-forthcoming-cdn .ipo-landing-date-value p {
  color: #1C1C1C;
}
.one-current-one-forthcoming-cdn .landing-ipo-profile-text {
  color: #1C1C1C;
}
.one-current-one-forthcoming-cdn .issue-size {
  color: #8E8991 !important;
}
.one-current-one-forthcoming-cdn #issue-size-value {
  color: #FFFFFF !important;
}
.one-current-one-forthcoming-cdn  .landing-profile-name-div .landing-profile-name{
  color: #1C1C1C;
}
@media screen and (max-width:1201px) and (min-width: 769px)
{
  .one-current-one-forthcoming-cdn #c1-f1-readmore-time{
    position: relative;
    top: -40px !important;
    left: -222px;
}
}
@media screen and (width:1200px)  {
  .one-current-one-forthcoming-cdn #c1-f1-video-1 {
    margin-top: 70px !important;
    max-width: 558px !important;
  }
  .one-current-one-forthcoming-cdn #c1-f1-video-2{
    margin-top: 20px !important;
    display: none;
  }
}
@media screen and (width: 1200px){
.two-current-cdn  .landing-update-div {
  margin: 20px auto !important;
  margin-left: 35px !important;
}
.two-current-cdn .landing-update-div-video p {
  margin-top: -30%;
}
.two-current-cdn  .landing-update-div p{
  margin-top: -25%;
}
.two-forthcoming-cdn .ipo-card-main-container{
  margin-top: -16px;
}
.two-forthcoming-cdn  .landing-update-div-video p{
  margin-top: -30%;
}
.two-forthcoming-cdn  .landing-update-div p{
  margin-top: -25%;
}
}

@media screen and (width: 1199px){
.two-current-cdn #c1-f1 {
   margin-bottom: 20px;
}
}
.one-current-one-forthcoming-cdn .stay-updated-text-video-span2 {
  margin-left: 20%;
  bottom: 15px;
  position: absolute;
}
@media screen and (min-width: 1200px)
{
  .two-current-cdn .shift-left{
    margin-left: -20px;
  }
  .one-current-cdn .shift-left{
    margin-left: -20px;
  }
  .one-current-one-forthcoming-cdn  .shift-left{
    margin-left: -20px;
  }
  .one-closed-cdn .shift-left{
    margin-left: -20px;
  }
}
.one-current-one-forthcoming-cdn .landing-profile-img{
  margin-top: -8px !important;
}

.one-current-one-forthcoming-cdn .o-c-o-f-credit{
  margin-left: -5px;
}
.one-current-one-forthcoming-cdn .o-c-o-f-issue {
  margin-left: 30px;
    word-break: break-word; 
}
.two-forthcoming-cdn .o-2-f-card-name{
  margin-top: -8px;
}
.two-current-cdn .c1-f1-invest{
  margin-top: -13px;
} 
.csi {
  max-height: 62px;
    display: flex;
    align-items: flex-start;
}
.csi span {
  overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 141px;
    letter-spacing: 0.4px;
    font-weight: bold;
}
.csi-empty {
  -webkit-line-clamp: 2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 52px;
}

.one-current-cdn .one-ipo-first-section .ipo-landing-date-value{
  margin-right: 15px;
}
.two-forthcoming-cdn .two-forthcoming-shifting{
  margin-top: -2px;
}
.landing-ipo-subscribe-btn-change {
  width: 118px;
height: 38px;
color: #FFFFFF;
background-color: #8626D5;
border-radius: 26px;
opacity: 1;
border: none;
margin-left: -60px !important;
}
@media screen and (max-width:460px) and (min-width: 350px)
{
  .one-forthcoming-new{
margin-top: 25px;
  }
  .forthcoming-light-panel{
    margin-top: -90px;
  }
  .no-show-mobile {
    display: none;
  }
  .two-current-cdn .shift-left-1{
    margin-left: -30px;
  }
}

.two-forthcoming-cdn .csi span {
  -webkit-line-clamp: 1;
  max-width: 100%;
}

.two-forthcoming-cdn .landing-profile-name{
  margin-top: 12px;
}
.one-current-one-forthcoming-cdn .o-c-o-f-upper-half{
  padding-top: 22px;
}
.two-current-cdn .csi span {
  word-break: break-word;
}
.one-current-cdn .csi span {
  word-break: break-word;
}
.two-current-cdn .o-c-o-f-upper-half{
  padding: 0px;
    margin-top: 18px;
}
.two-current-cdn .o-c-o-f-next-half{
  padding: 0px;
  margin-top: -10px;
}
.empty-cdn .csi span{
  -webkit-line-clamp: 1;

}
@media screen and (max-width: 1198px)
{
  .credit-shield-img {
    margin-top: 0px !important;
  }
  .empty-ipo .landing-profile-details{
    margin-left: 0px !important;
  }
  .empty-ipo-first-sec .no-of-applicant {
    margin-left: 60px !important;
    padding-left: 0px !important;
}

}
@media screen and (min-width: 1200px) 
{
  .two-current-cdn .c1-f1-invest{
    margin-top: -2px;
  } 
.ipo-landing-date-value p{
 font-size: 20px;
}
.one-current-one-forthcoming-cdn .c1-f1-p-app-date {
  font-size: 16px;
}
.one-current-cdn .landing-ipo-profile-text {
  font-size: 16px;
}
.two-current-cdn .c1-f1-p-app-date {
  font-size: 16px;
}
.two-current-cdn .landing-ipo-profile-text {
  font-size: 16px;
}
}
@media screen and (max-width: 1198px)
{
.one-current-one-forthcoming-cdn .o-c-o-f {
  padding-left: 25px;
}
.two-current-cdn .o-c-o-f-upper-half{
  padding: 0px;
  margin-top: 0px;
}
}

  .verify-upi-div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }
  .verify-upi-div p{
    color: #8d00ff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
  }
  .upi-input-sec{
    display: flex;
    font-size: 13px;
  }
  .upi-dropdown{
  background-color: #f3e7fe;
  box-shadow: none;
  border: none;
  display: flex;
  height: 38px;
  align-items: center;
  color: #292828;
  font-weight: 500;
  width: 125px;
  overflow: hidden;
  }
  #upi-id{
    padding-right: 5px;
  }
  .dropdown:hover .dropdown-menu{
    display: none
  }
  .open>.dropdown-menu{
    display: block !important;
  }
  .upi-li{
    padding: 5px 2px;
  font-weight: 600;
  cursor: pointer;
  }
  #dropdown-upi .dropdown-menu{
    padding: 5px 8px;
  }
  .upi-bank-input-div{
    display: none;
    background-color: #f3e7fe;
    align-items: center;
  }
  #upi-bank-input{
    width: 90px;
    padding-left: 0px;
    padding-right: 6px;
  }
  .atrate-icon{
    padding: 0px;
    width: 12px;
  }
  .upi-verified-div{
    display: none;
    align-items: center;
    justify-content: space-between;
  }
  .upi-verified{
    align-items: center;
    display: flex;
  }
  .upi-verified p{
    font-size: 11px;
  color: #00aa63;
  margin-right: 6px;
  font-weight: 600;
  }
  .form-error-text{
    display: none
  }
  .upi-reset p{
    color: #454545;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  cursor: pointer;
  }
  .close-upi-input{
    cursor: pointer;
  }
  #dropdown-upi .dropdown-menu{
    max-height: 252px;
    overflow-y: scroll;
    padding: 5px 0px
  }
  #dropdown-upi .dropdown-menu li{
    padding-left: 10px;
  }
  #dropdown-upi .dropdown-menu li:hover{
    background-color: #f1f1f1;
    cursor: pointer;
  }

.one-forthcoming-one-current-cdn .csi span {
  -webkit-line-clamp: 1 !important;
}
.lazy-load-images{
  background-image: none;
  background-color: #F1F1FA;
}
@media screen and (max-width: 470px)
{
  .ipo-landing-date-value p {
    font-size: 14px;
}
}
@media screen and (max-width:378px) and (min-width: 350px)
{
 .empty-cdn .empty-ipo-first-sec .no-of-applicant{
  margin-left: 35px !important;
 }
}
.one-closed-cdn .landing-profile-details{
  min-height: 99px;
}
@media screen and (max-width:461px)
{
  .one-closed-cdn .landing-profile-details{
    min-height: 90px;
  }
.one-ccurrent-cdn .landing-profile-details{
  min-height: 90px;
}
.two-current-cdn .landing-profile-details{
  min-height: 90px;
}
}
.one-current-cdn .landing-profile-details{
  min-height: 99px;
  margin-left: 85px;
}
.two-current-cdn .landing-profile-details{
  min-height: 99px;
}
.one-forth{
  max-height: 185px;
  margin-bottom: 60px;
}
.content-row-class-change {
  margin-top: 0px;
  margin-left: 62px;
}
.empty-cdn .date-div-flex {
  align-items: flex-start;
}
.empty-cdn .credit-shield-img{
  margin-top: 0px !important;
}
.two-forthcoming-cdn .content-row-pad {
  max-width: 411px;
  margin-left: 70px;
}
@media screen and (max-width: 1197px){
  .two-forthcoming-cdn .content-row-pad{
    margin-left: 50px;
}
.one-current-cdn .landing-profile-details{
  margin-left: 67px;
}
}
.one-forthcoming-cdn .landing-update-div{
  margin-top: 20px !important;
}
.one-forthcoming-cdn .csi span{
  -webkit-line-clamp: 1;
}
.one-forthcoming-cdn .landing-profile-details{
  margin-left: 85px;
}

@media screen and (max-width: 1200px) {
  .one-forthcoming-cdn .landing-profile-details{
    margin-left: 65px;
  }
}
.two-closed-cdn #o-1-c1{
  max-width: 611px;
}
.flex-center {
  align-items: flex-start;
}

.empty-cdn .landing-profile-details{
  margin-left: 55px;
}
input:focus{
  outline: none;
}
.two-closed-cdn .landing-profile-btn-section {
  margin-top: 15px;
}
.two-closed-cdn  .landing-profile-btn-section-white{
  margin-top: 10px;
}
.two-closed-cdn .landing-profile-read-btn{
  margin-right: 0px;
}
.type-of-bond {
  font-weight: normal;
}
@media screen and (max-width:1200px){
  .two-current-cdn .landing-profile-div-white .content-row-class{
    min-height: 66px;
  }
}
@media screen and (max-width:1200px){
  .csi-empty-div{
    display: none;
}
}
.empty-cdn .csi-empty{
  -webkit-line-clamp: 1;
}
@media screen and (min-width:1200px) {
  .one-current-one-forthcoming-cdn .content-row-class-change{
    margin-left: 70px;
  }
}
@media screen and (width: 1200px){
  .one-forthcoming-cdn .landing-update-div-video {
      margin: 0px auto !important;
  }
  .one-forthcoming-cdn .landing-ipo-subscribe-btn{
    position: relative;
    bottom: 10px;
  }
}
.invest-in-bond-banner .panel-body {
  padding: 15px;
  margin-left: 10px;
}
.empty-cdn .date-div-flex{
  min-height: 24px;
}
.landing-row-menu-div .nav-pills .pill-style, .landing-row-menu-div .nav-pills .pill-style:hover{
  width: 130px;
  text-align: center;
  height: 33px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
.table>thead>tr>th{
  border-bottom: none;
}
.th-bottom-border{
  border-bottom: 2px solid #ddd !important;
}
.table-responsive{
  border:none
}
#wiseModal.in{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#wiseModal .modal-dialog{
  max-height: 600px;
    height: 100%;
    margin: auto;
}
#wiseModal .table-responsive{
  max-height: 386px;
  overflow: scroll;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.seriesTbody .seriesWiseName{
  text-align: left;
}
.center-th{
  text-align: center;
}
.series-bottom-total{
  text-align: left !important;
}
.cat-wise-pill{
  margin-left: 0px !important;
}
#wiseModal .modal-dialog{
  width: 100%;
  max-width: 900px;
}
.loader-row{
  display: none;
}
.loader-row .loader-img{ 
  width: 35px;
  margin-top: 25px;
}
.ipo-title-head{
  font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}
.tab-pane{
  position: relative;
}
th, td{
  display: table-cell !important;
}
@media screen and (max-width: 991px){
  .right-light-ipo-landing{
    font-size: 10px;
  }
  .categoryRow, .seriesRow{
    height: 36px;
  }
  .categoryRow .td-2{
    font-size: 12px;
  }
  .categoryRow td, .seriesRow td{
    font-size: 11px;
  
  }
  .category-table-head th{
    font-size: 10px;
    height: 38px;
    padding: 12px 10px !important;
  }
  .subscribe-font-arrow{
    padding-left: 0px;
  }
  #wiseModal .modal-dialog{
    width: 100%;
  }
.subs-modal-content{
  padding: 12px;
}
.how-to-apply {
    padding: 24px 0px 80px 0px !important;
}
.landing-row-menu-div .nav-pills .pill-style, .landing-row-menu-div .nav-pills .pill-style:hover{
  width: 95px;
  height: 27px;
  font-size: 11px !important;
}
.landing-row-menu-div .nav-pills{
  height: 35px;
} 
.download-table{
  top: -46px;
}
.row-menu-icon{
  width: 16px;
}
}
