.bond-ipo .main-section {
  display: grid;
  grid-template-columns: 69% 30%;
  gap: 2%;
}
.bond-ipo .page_title_wrap img {
  max-width: 320px;
}
.bond-ipo .main-section .col-devices {
  width: 46%;
  padding-right: 5px;
  padding-top: 15px;
}

.bond-ipo .main-section .col-tab {
  width: 54%;
}

.bond-ipo .main-section .left-section .left-container {
  grid-row-gap: 80px;
}

.bond-ipo .main-section .left-section .apply-btn {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  border-radius: 30px;
  border: 1px solid var(--LOGO-Orange, #F68A1E);
  background: #FFF;
  width: 120px;
  height: 45px;
  padding: 10px 15px;
}

.bond-ipo .main-section .left-section .shares h3 {
  color: var(--LOGO-Black, #404041);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.bond-ipo .main-section .left-section .shares h4 {
  color: var(--LOGO-Orange, #F68A1E);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}

.bond-ipo .main-section .left-section .shares p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}

.bond-ipo .main-section .left-section .ipo-shares-img img {
  width: 587.93px;
}

.bond-ipo .main-section .left-section .steps {
  margin-top: 80px;
}

.bond-ipo .main-section .left-section h5 {
  color: var(--LOGO-Black, #404041);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.bond-ipo .main-section .left-section h1 {
  color: var(--LOGO-Orange, #F68A1E);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 30px;
}

.bond-ipo .main-section .left-section .steps .step-container {
  display: flex;
  /* justify-content: center; */
  gap: 10px;
  /* position: relative; */
}

/* .bond-ipo .main-section .left-section .steps .step-container::after{
    content: "";
    position: absolute;
  
  } */
.bond-ipo .main-section .left-section .steps .step-container .img-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.bond-ipo .main-section .left-section .steps .step-container .ipo img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  position: relative;
}

.bond-ipo .main-section .left-section .steps .step-container .ipo p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.bond-ipo .main-section .left-section .steps .step-container li {
  list-style-type: none;
  flex: 0 0 20%;
  text-align: center;
  max-width: 20%;
  position: relative;
}

.bond-ipo .main-section .left-section .steps .step-container li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--LOGO-Orange, #F68A1E);
  top: 42px;
  left: 50%;
}

.bond-ipo .main-section .left-section .steps .step-container li:last-child::before {
  display: none;
}

.bond-ipo .carousel-indicators [data-bs-target] {
  background-color: var(--LOGO-Black, #404041);
  border-top: none;
  border-bottom: none;
  min-width: 20px;
  width: 20px;
  height: 4px;
}

.bond-ipo .carousel-indicators .active {
  min-width: 40px;
}

.bond-ipo .ipo-carousel {
  margin-bottom: 20px;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item h1 {
  color: var(--LOGO-Orange, #F68A1E);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item {
  border-radius: 10px;
  border: 1px solid rgba(64, 64, 65, 0.20);
  padding: 15px;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item h6 {
  color: var(--LOGO-Black, #404041);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item li {
  flex: 0 0 30%;
  list-style-type: none;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item ul li p {
  color: var(--LOGO-Black, #404041);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1px;
}

.bond-ipo .ipo-carousel .carousel-inner .carousel-item ul li span {
  color: var(--LOGO-Black, #404041);
  font-size: 14px;
  font-weight: 700;
}

.bond-ipo .OurPlatformTabContent .highlight {
  margin: 10px 0px 10px;
}

.bond-ipo .ipo-PlatformTabContent .tab-pane:first-child .apply-btn {
  margin-top: 23px;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #F68A1E;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.ipo-update .icon-mobile {
  display: inline-block;
  width: 26px;
  height: 30px;
  background: url(../images/mobile-icon.svg); 
  transform: scale(0.8);
}
.ipo-update .icon-email {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/email-icon.svg);
  margin-top: 5px;
  transform: scale(0.9);
}
.ipo-update .form-group {
  position: relative;
}
.ipo-update .form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10px;
}
.ipo-update{
  background: var(--LOGO-Orange, #F68A1E);
  padding: 3px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.ipo-update p{
  max-width: 336px;
  color: var(--White, #FFF);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}
.ipo-update .submit{
  border-radius: 33px;
  background: var(--White, #FFF);
  color: var(--LOGO-Orange, #F68A1E);
  font-size: 18px;
  font-weight: 400;
  height: 36px;
  width: 111px;
  padding: 0;  
}
.ipo-update .submit{
  position: relative;
}

.ipo-update .submit .btn-loader{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background-size: 100%;
  transform: translate(-50% ,-50%);
}
.ipo-update .submit .btn-loader dotlottie-player{
  width: 60px;
  height: 25px;
}

input:focus,
.ipo-update .form-control:focus {
  outline: none;
  box-shadow: none !important;
  /* border: 1px  #000; */
  background: transparent;
}
.ipo-update .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(64, 64, 65, 0.4);
  opacity: 1;
}

.ipo-update .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(64, 64, 65, 0.4);
}

.ipo-update .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(64, 64, 65, 0.4);
}

.ipo-update .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(64, 64, 65, 0.4);
}
.ipo-update .form-control {
  border-radius: 40px;
  border: 1px solid var(--White, #FFF);
  padding: 0px 0px 0px 44px;
  background: var(--LOGO-Orange, #F68A1E);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: var(--White, #FFF) !important;
  height: 30px;
  width: 184px;
}
.ipo-update input::placeholder{
  color: var(--White, #ffffff85) !important;
}
.ipo-update .form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.footer-space .page_footer{
  padding-bottom: 56px;
}
.bond-ipo .col-related .grid .img-wrapper {
  border-radius: 10px;
  border: 1px solid;
  border-radius: 20px;
  height: 141px;
}
@media screen and (max-width: 2500px) {
  .bond-ipo .col-related .grid .img-wrapper {
    height: 214px;
}
}
@media screen and (max-width: 1200px) {
  .bond-ipo .col-related .grid .img-wrapper {
    height: 141px;
}
}
@media screen and (max-width: 1600px) {
  .bond-ipo .col-related .grid .img-wrapper {
    height: 141px;
}
}
@media screen and (max-width: 767px) {
  .bond-ipo .main-section {
    display: block;
  }
  .bond-ipo .main-section .left-section .left-container {
    display: block;
  }
  .bond-ipo .main-section .col-devices {
    width: 100%;
  }
  .bond-ipo .main-section .col-tab {
    width: 100%;
    margin-bottom: 10px;
    order: -1;
  }
  .our_platform_section .laptop_device {
    display: block !important;
  }
  .bond-ipo .main-section .left-section .left-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .bond-ipo .main-section .left-section .left-container.ipo-platform{
    display: block !important;
  }
  .bond-ipo .page_title_wrap img {
    margin: 15px 0;
  }
  .bond-ipo .main-section .left-section .steps .step-container li {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }
  .bond-ipo .main-section .left-section .steps .step-container {
    display: block;
    margin-bottom: 25px;
  }
  .bond-ipo .main-section .left-section .steps{
    position: relative;
  }
  .bond-ipo .main-section .left-section .steps .step-container li::before {
    width: 0.9%;
    height: 100%;
    top: 73px;
    left: 41px;
}
  .bond-ipo .main-section .left-section .steps .step-container .ipo p {
    text-align: left;
  }
  .bond-ipo .main-section .left-section .steps {
    margin-top: 20px;
  }
  .ipo-PlatformTabContent .highlight {
   text-align: left !important;
   font-size: 25px !important;
  }
  .desktop-view{
    display: none !important;
  }
  .mob-view{
    display: block !important;
  }
  .get-update_ipo{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--LOGO-Orange, #F68A1E);
    padding: 8px 15px;
    z-index: 2;
  }
  .get-update_ipo h1{
    font-size: 18px;
    font-style: normal;
    color: #ffff;
    margin-bottom: 0;
  }
  .get-update_ipo button{
    height: auto;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
  }
  .get-update_ipo-modal .icon-email {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../images/mobile-email.svg);
    margin-top: 5px;
  }
  .get-update_ipo-modal .form-group {
    position: relative;
  }
  .get-update_ipo-modal .form-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 20px;
  }
  input:focus,
  .get-update_ipo-modal .form-control:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #00000085;
  }
  .get-update_ipo-modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(64, 64, 65, 0.4);
    opacity: 1;
  }

  .get-update_ipo-modal .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(64, 64, 65, 0.4);
  }

  .get-update_ipo-modal .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(64, 64, 65, 0.4);
  }

  .get-update_ipo-modal .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(64, 64, 65, 0.4);
  }
  .get-update_ipo-modal .form-control {
    border-radius: 40px;
    padding: 0px 0px 0px 70px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    height: 50px;
    margin-bottom: 18px;
  }
  .get-update_ipo-modal input::placeholder{
    color: var(--White, #000) !important;
  }
  .get-update_ipo-modal .submit{
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 45px;
  }
  .get-update_ipo-modal p{
    font-size: 16px;
    margin-bottom: 25px;
  }
  .get-update_ipo-modal .modal-header .modal-title{
    font-size: 18px;
  }
  .get-update_ipo-modal .modal-header .btn-close{
    box-shadow: none;
    width: 0px;
    height: 0px;
    top: 27px;
  } 
}

.desktop-view{
  /* display: block; */
  display: inline-flex;
}
.mob-view{
  display: none;
}




.bond-ipo .main-section {
  position: relative;
}
.bond-ipo .page_title_wrap {
  margin-bottom: 117px;
}
.bond-ipo .page_title_wrap img {
  margin: 33px 0;
}
.bond-ipo .page_title_wrap .sub-page_title {
  margin-bottom: 21px;
}

.bond-ipo .main-section .left-section .left-container.row{
  padding-bottom: 185px;
}
.bond-ipo .main-section .left-section .steps {
  padding-bottom: 100px;
}

.bond-ipo .main-section .right-section  #iconWrapper.fixed {
  position: fixed;
  top: 120px;
  max-width: 27%;
}
@media screen and (max-width: 1859px){
  .bond-ipo .main-section .right-section  #iconWrapper.fixed {
    top: 90px;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px){  
  .bond-ipo .main-section .left-section h5 {
      margin-bottom: 15px;
  }
  .bond-ipo .page_title_wrap {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .bond-ipo .page_title_wrap img {
    margin: 25px 0;
  }
  .bond-ipo .main-section .left-section .left-container.row {
      padding-bottom: 15px;
  }
  .bond-ipo .main-section .left-section .steps {
    padding-bottom: 30px;
}
}