p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}
.service_ido_header_banner {
  background-image: url('../images/ido_header_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 71px);
  display: flex;
  align-items: center;
}
.service_ido_header_left h1 {
  color: #fff;
  font-family: 'Commissioner', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
}
.service_ido_header_left p {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 48px;
}
.service_ido_header_btn {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 33px;
  background: #2a8d95;
  border-radius: 15px;
  margin-top: 63px;
  border: none;
}
.service_ido_header_left {
  width: 52%;
}
.service_ido_header_right {
  width: 48%;
}
.service_ido_header_right img {
  width: 98%;
}
.service_ido_header_content_wrp {
  gap: 177px;
  justify-content: space-between;
}
.service_ido_dev_sol_chip {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 14px;
  background: #2a8d95;
  border-radius: 8px;
  border: none;
}
.service_ido_dev_sol_heading {
  color: #000;
  text-align: center;
  font-family: 'Commissioner', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
}
.service_ido_dev_sol_para {
  color: #494b50;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 82%;
}
.service_ido_dev_sol_wrp {
  background-image: url('../images/ido-dev-sol-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0px 80px;
}
.service_ido_dev_card {
  width: 30%;
  padding: 0px 40px 40px;

  background: #fff;
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.04));
  position: relative;
  border-radius: 12px;
}
.service_ido_dev_card h3 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  padding-top: 40px;
}
.service_ido_dev_card_logo_wrp {
  margin-top: -58px;
}
.service_ido_dev_card p {
  color: #494b50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.18px;
  margin-top: 8px;
}
.service_ido_dev_card_logo {
  width: 253px;
  height: 155px;
}
.service_ido_dev_cards_wrp {
  padding-top: 122px;
  gap: 84px;
}
.ido_services_wrp {
  background-image: url('../images/ido-services-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0px 100px;
}
.service_ido_services_card {
  width: 29.6%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  padding: 20px;
}
.ido_service_card1 {
  background-image: url('../images/ido-service-img1.png');
}
.ido_service_card2 {
  background-image: url('../images/ido-service-img2.png');
}
.ido_service_card3 {
  background-image: url('../images/ido-service-img3.png');
}
.ido_service_card4 {
  background-image: url('../images/ido-service-img4.png');
}
.ido_service_card5 {
  background-image: url('../images/ido-service-img5.png');
}
.ido_service_card6 {
  background-image: url('../images/ido-service-img6.png');
}
.service_ido_services_card_inner {
  padding: 32px;
  background: #fbf2ff;
  border-radius: 40px;
  min-height: 200px;
}
.service_ido_services_cards_wrp {
  padding-top: 80px;
  justify-content: space-between;
  row-gap: 48px;
}
.service_ido_services_card_inner h3 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.service_ido_services_card_inner p {
  color: #494b50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.18px;
  margin-top: 8px;
}
.ido_services_chip_btn,
.ido_features_chip_btn,
.ido_benefits_chip_btn {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 14px;
  background: #2a8d95;
  border-radius: 8px;
  border: none;
}
.ido_services_para,
.ido_features_para,
.ido_benefits_para {
  color: #494b50;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 82%;
}
.ido_services_heading,
.ido_features_heading,
.ido_benefits_heading {
  color: #000;
  text-align: center;
  font-family: 'Commissioner', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
}
.ido_mid_banner_div {
  background-image: url('../images/ido-mid-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 80px 80px;
  border-radius: 32px;
  position: relative;
  z-index: 1;
}
.ido_mid_banner_div::before {
  position: absolute;
  content: '';
  width: 90%;
  height: 15%;
  bottom: -4%;
  background: linear-gradient(94deg, #1d4e89 4.64%, #000217 97.37%);
  filter: blur(64px);
  z-index: -1;
}
.ido_mid_banner_wrp h1 {
  color: #fff;
  font-family: 'Commissioner', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 50%;
}
.ido_mid_banner_btn {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
  padding: 14px 32px;
  background: #2a8d95;
  border-radius: 15px;
  border: none;
  margin-top: 48px;
}
.ido_mid_banner_wrp {
  padding: 40px 0px;
}
.ido_features_wrp {
  background-image: url('../images/ido-feat-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 80px;
}
.ido_features_card {
  background-image: url('../images/ido-feat-card-img.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  padding: 55px 32px 110px;
  width: 20.5%;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.08));
  position: relative;
}
.ido_features_num {
  color: #000;
  font-family: 'Concert One', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.4px;
}
.ido_features_card_heading {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-top: 5px;
}
.ido_features_card_para {
  color: #494b50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.18px;
  margin-top: 8px;
}
.ido_features_card_wrp {
  gap: 86.27px;
  padding-top: 93px;
}
.ido-feat-logo {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -9%;
  top: -9%;
}
.ido_benefits_wrp {
  background-image: url('../images/ido_benefits_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 120px;
}
.ido_benefits_img_wrp {
  padding-top: 80px;
  position: relative;
  width: 100%;
}
.ido_benefits_img_wrp img {
  width: 37%;
}
.ido_benefits_text_common {
  width: 29.4%;
  position: absolute;
}

.ido_benefits_text1 {
  top: 18%;
  left: 0;
}
.ido_benefits_text2 {
  top: 17%;
  right: 0;
}
.ido_benefits_text3 {
  top: 59%;
  left: 0;
}
.ido_benefits_text4 {
  top: 57%;
  right: 0;
}
.ido_benefits_text_common h3 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.ido_benefits_text_common p {
  color: #494b50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.18px;
  margin-top: 8px;
}
.ido_launch_wrp {
  background-image: url('../images/ido-launch-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
}
.ido_launch_chip_btn {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: #2a8d95;
  padding: 8px 15px;
  border-radius: 8px;
}
.ido_launch_heading {
  color: #fff;
  text-align: center;
  font-family: 'Commissioner', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
}
.ido_launch_para {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 81%;
}
.ido_launch_img_wrp {
  padding-top: 27px;
  width: 100%;
  position: relative;
}
.ido_launch_img_wrp img {
  width: 84%;
}
.ido_launch_img_text {
  width: 24.14%;
  position: absolute;
}
.ido_launch_img_text h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.ido_launch_img_text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.18px;
  margin-top: 8px;
}
.ido_launch_text1 {
  left: 45%;
  top: 6%;
}
.ido_launch_text2 {
  left: 26%;
  top: 32%;
}
.ido_launch_text3 {
  left: 7%;
  top: 55%;
}
.ido_launch_text4 {
  right: 6%;
  top: 46%;
}
.ido_launch_text5 {
  right: 25%;
  top: 76%;
}
.ido_why_choose_chip_btn {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: #2a8d95;
  padding: 8px 15px;
  border-radius: 8px;
}
.ido_why_choose_heading {
  color: #000;
  text-align: center;
  font-family: 'Commissioner', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin-top: 8px;
}
.ido_why_choose_para {
  color: #494b50;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 82%;
}
.ido_why_choose_wrp {
  background-image: url('../images/ido_why_choose_bg.png');
}
.service_ido_wrp .frequently_asked_wrp {
  padding: 0px 0px 80px;
}
/* --------------------------------Media------------------------------ */
@media only screen and (max-width: 1600px) {
  .service_ido_header_left h1 {
    font-size: 56px;
  }
  .service_ido_header_left p {
    font-size: 16px;
    margin-top: 30px;
  }
  .service_ido_header_btn {
    font-size: 18px;
    padding: 12px 24px;
    margin-top: 52px;
  }
  .ido_services_wrp {
    padding: 40px 0px 70px;
  }
  .service_ido_services_cards_wrp {
    padding-top: 55px;
    row-gap: 42px;
  }
  .service_ido_dev_sol_wrp {
    padding: 80px 0px 50px;
  }
  .service_ido_dev_sol_heading {
    font-size: 48px;
  }
  .service_ido_dev_sol_chip {
    font-size: 12px;
    padding: 7px 12px;
  }
  .service_ido_dev_sol_para {
    font-size: 14px;
    margin-top: 16px;
  }
  .service_ido_dev_card h3 {
    font-size: 18px;
  }
  .service_ido_dev_card p {
    font-size: 14px;
  }
  .service_ido_dev_card_logo {
    width: 200px;
    height: 121px;
    left: 22%;
    top: -15%;
  }
  .service_ido_dev_card {
    padding: 0px 32px 34px;
    min-height: 260px;
  }
  .service_ido_dev_card_logo_wrp {
    margin-top: -45px;
  }
  .service_ido_dev_cards_wrp {
    padding-top: 100px;
    gap: 60px;
  }
  .ido_services_heading,
  .ido_features_heading,
  .ido_benefits_heading {
    font-size: 48px;
  }
  .ido_services_para,
  .ido_features_para,
  .ido_benefits_para {
    font-size: 14px;
    margin-top: 16px;
  }
  .ido_services_chip_btn,
  .ido_features_chip_btn,
  .ido_benefits_chip_btn {
    font-size: 12px;
    padding: 7px 12px;
  }
  .service_ido_services_card_inner h3 {
    font-size: 20px;
  }
  .service_ido_services_card_inner p {
    font-size: 14px;
  }
  .service_ido_services_card_inner {
    padding: 24px;
  }
  .service_ido_services_card {
    width: 31%;
  }
  .ido_mid_banner_wrp h1 {
    font-size: 34px;
    width: 55%;
  }
  .ido_mid_banner_btn {
    font-size: 18px;
    padding: 10px 24px;
    margin-top: 32px;
  }
  .ido_mid_banner_div {
    padding: 70px 0 70px 80px;
  }
  .ido_features_wrp {
    padding: 50px 0 30px;
  }
  .ido_features_num {
    font-size: 32px;
  }
  .ido_features_card_heading {
    font-size: 18px;
  }
  .ido_features_card_para {
    font-size: 14px;
  }
  .ido-feat-logo {
    width: 100px;
    height: 100px;
    right: -8%;
    top: -3%;
  }
  .ido_features_card {
    background-size: cover;
    padding: 55px 26px 90px;
  }
  .ido_features_card_wrp {
    gap: 45px;
    padding-top: 70px;
    row-gap: 10px
  }
  .ido_benefits_text_common h3 {
    font-size: 18px;
  }
  .ido_benefits_text_common p {
    font-size: 14px;
  }
  .ido_benefits_text1 {
    top: 17%;
  }
  .ido_benefits_text2 {
    top: 15%;
    right: 0;
  }
  .ido_benefits_text3 {
    top: 62%;
  }
  .ido_benefits_text4 {
    top: 59%;
  }
  .ido_launch_heading {
    font-size: 48px;
  }
  .ido_launch_para {
    font-size: 14px;
    margin-top: 16px;
  }
  .ido_launch_img_text h3 {
    font-size: 18px;
  }
  .ido_launch_img_text p {
    font-size: 14px;
  }
  .ido_launch_chip_btn {
    font-size: 12px;
    padding: 8px 12px;
  }
  .ido_launch_text3 {
    left: 8%;
  }
  .ido_launch_text4 {
    right: 7%;
  }
  .ido_benefits_wrp {
    padding: 30px 0 100px;
  }
  .service_ido_wrp .core_team_section {
    margin: 70px 0px 40px;
  }
  .service_ido_wrp .frequently_asked_wrp {
    padding: 30px 0px 80px;
  }
  .core_team_section .card_group{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .service_ido_header_left h1 {
    font-size: 52px;
  }
  .service_ido_header_right img {
    width: 100%;
  }
  .service_ido_header_content_wrp {
    gap: 100px;
  }
  .service_ido_dev_cards_wrp {
    padding-top: 100px;
    gap: 50px;
  }
  .service_ido_dev_card_logo {
    left: 16%;
    top: -14%;
  }
  .ido_features_card {
    width: 26%;
  }
  .ido_features_card_wrp {
    padding-top: 60px;
  }
  .ido_benefits_wrp {
    padding: 20px 0 90px;
  }
  .ido_launch_img_text h3 {
    font-size: 16px;
  }
  .ido_launch_img_text p {
    font-size: 12px;
    margin-top: 4px;
  }
  .ido_launch_img_text {
    width: 27%;
  }
  .ido_launch_text3 {
    left: 3%;
    top: 52%;
  }
  .ido_launch_text1 {
    left: 44%;
    top: 5%;
  }
  .ido_launch_text2 {
    left: 28%;
    top: 30%;
  }
  .ido_launch_text4 {
    right: 3%;
  }
  .ido_launch_text5 {
    right: 21%;
    top: 73%;
  }
  .service_ido_header_banner {
    padding: 57px 0px;
    height: unset;
  }
  .ido_benefits_text1 {
    top: 8%;
  }
  .ido_benefits_text3 {
    top: 64%;
  }
  .ido_benefits_text2 {
    top: 7%;
    right: 0;
  }
  .ido_benefits_text4 {
    top: 60%;
  }
  .ido_mid_banner_div::before {
    height: 10%;
    bottom: -4%;
  }
} /* 1024 */
@media (max-width: 1024px) {
  .ido_services_wrp{
    padding: 40px 0px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .ido_benefits_text1 {
    top: 7%;
  }
  .ido_benefits_text3 {
    top: 64%;
  }
  .ido_benefits_text2 {
    top: 7%;
  }
  .ido_benefits_text4 {
    top: 62%;
  }
  
} /* 980 */
@media only screen and (max-width: 979px) {
  .service_ido_header_content_wrp {
    gap: 80px;
    flex-direction: column;
  }
  .service_ido_header_left {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .service_ido_header_right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .service_ido_header_right img {
    width: 50%;
  }
  .service_ido_header_left p {
    text-align: center;
  }
  .service_ido_header_left h1 {
    text-align: center;
    font-size: 36px;
  }
  .service_ido_dev_card h3 {
    font-size: 16px;
  }
  .service_ido_dev_card p {
    font-size: 14px;
  }
  .service_ido_dev_cards_wrp {
    gap: 37px;
  }
  .service_ido_dev_card {
    padding: 0px 20px 20px;
  }
  .service_ido_dev_card_logo_wrp {
    margin-top: -36px;
  }
  .service_ido_dev_card h3 {
    padding-top: 30px;
  }
  .service_ido_dev_card_logo {
    width: 160px;
    height: 97px;
    left: 13%;
    top: -11%;
  }
  .service_ido_dev_sol_wrp {
    padding: 80px 0px 50px;
  }
  .service_ido_dev_sol_heading {
    font-size: 30px;
  }
  .ido_services_heading,
  .ido_features_heading,
  .ido_benefits_heading {
    font-size: 30px;
  }
  .ido_services_para,
  .ido_features_para,
  .ido_benefits_para {
    font-size: 14px;
    width: 100%;
  }
  .service_ido_services_cards_wrp {
    padding-top: 40px;
    justify-content: space-between;
    row-gap: 35px;
  }
  .service_ido_services_card {
    width: 48%;
  }
  .ido_services_wrp {
    padding: 40px 0px 40px;
  }
  .ido_mid_banner_wrp h1 {
    font-size: 28px;
    width: 70%;
  }
  .ido_mid_banner_div {
    padding: 70px 0px 70px 40px;
  }
  .ido_features_card_wrp {
    gap: 32px;
    row-gap: 20px;
  }
  .ido_features_card {
    width: 29%;
  }
  .ido_benefits_img_wrp {
    position: unset;
  }
  .ido_benefits_text_common {
    width: 29.4%;
    position: unset;
  }
  .ido_benefits_img_wrp img {
    display: none;
  }
  .ido_benefits_img_wrp {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
  }
  .ido_benefits_text_common h3 {
    text-align: center;
  }
  .ido_benefits_text_common p {
    text-align: center;
  }
  .ido_launch_heading {
    font-size: 30px;
  }
  .ido_launch_para {
    font-size: 14px;
    width: 100%;
  }
  .ido_launch_img_wrp img {
    display: none;
  }
  .ido_launch_img_text {
    position: unset;
    width: 30%;
  }
  .ido_launch_img_wrp {
    padding: 40px 20px;
    width: 100%;
    position: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
  .ido_launch_wrp {
    padding-top: 50px;
  }
  .service_ido_dev_sol_para {
    width: 100%;
  }
  .service_ido_header_btn{
    font-size: 16px;
  }
  .service_ido_services_card_inner{
    min-height: 180px;
  }
  .service_ido_services_card_inner h3{
    font-size: 16px;
  }
  .ido_features_card_heading{
    font-size: 16px;
  }
  .ido-feat-logo{
    width: 90px;
    height: 90px;
  }
} /* 768 */
@media only screen and (max-width: 767px) {
  .service_ido_dev_cards_wrp {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 70px;
  }
  .service_ido_dev_card {
    width: 45%;
  }
  .service_ido_dev_card_logo {
    width: 160px;
    height: 97px;
    left: 20%;
    top: -14%;
  }
  .ido_mid_banner_div {
    background-image: unset;
    background: #000217;
  }
  .ido_mid_banner_div {
    padding: 70px 40px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .ido_mid_banner_wrp h1 {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
  .ido_features_card {
    width: 40%;
  }
} /* 650 */
@media only screen and (max-width: 649px) {
  .service_ido_header_right img {
    width: 60%;
  }
  .service_ido_header_left h1 {
    font-size: 36px;
  }
  .service_ido_header_left .banner_comm_text{
    font-size: 14px;
    line-height: 22px;
  }
  .service_ido_dev_card {
    width: 45%;
  }
  .service_ido_dev_card_logo {
    left: 25%;
    top: -15%;
  }
  .service_ido_dev_card {
    padding: 0px 20px 20px;
  }
  .service_ido_services_card {
    width: 90%;
  }
  .service_ido_services_cards_wrp {
    justify-content: center;
  }
  .service_ido_dev_sol_para {
    width: 100%;
  }
  .ido_services_para,
  .ido_features_para,
  .ido_benefits_para {
    width: 100%;
  }
  .ido_mid_banner_wrp h1 {
    font-size: 30px;
  }
  .ido_mid_banner_btn {
    font-size: 14px;
  }
  .ido_features_card {
    width: 44%;
  }
  .ido_benefits_text_common {
    width: 43%;
  }
  .ido_launch_img_text {
    width: 44%;
  }
  .ido_launch_img_text h3 {
    text-align: center;
  }
  .ido_launch_img_text p {
    text-align: center;
  }
  .service_ido_dev_sol_wrp {
    padding: 60px 0px 30px;
  }
  .ido_services_wrp {
    padding: 40px 0px;
  }
  .ido_features_wrp {
    padding: 30px 0 30px;
  }
  .ido_benefits_wrp {
    padding: 20px 0 70px;
  }
  .service_ido_header_btn{
    font-size: 14px;
    padding: 8px 24px;
  }
  .service_ido_services_card_inner{
    min-height: auto;
  }
} /* 480 */
@media only screen and (max-width: 479px) {
  .service_ido_header_left h1 {
    font-size: 34px;
  }
  .service_ido_header_right img {
    width: 90%;
  }
  .service_ido_dev_card_logo {
    width: 145px;
    height: 85px;
    left: 22%;
    top: 0.12%;
  }
  .service_ido_dev_card {
    padding: 0px 20px 20px;
  }
  .service_ido_dev_card_logo_wrp {
    margin-top: -33px;
  }
  .service_ido_dev_card_logo {
    left: 19%;
    top: -12%;
  }
  .service_ido_services_card {
    padding: 16px;
  }
  .service_ido_services_card_inner {
    padding: 16px;
  }
  .ido_mid_banner_wrp h1 {
    font-size: 18px;
    width: 100%;
  }
  .ido_mid_banner_btn {
    font-size: 12px;
  }
  .ido_mid_banner_div {
    padding: 55px 40px 55px;
  }
  .ido_features_card {
    width: 62%;
  }
  .ido_benefits_text_common {
    width: 100%;
  }
  .ido_launch_img_text {
    width: 90%;
  }
  .service_ido_dev_card{
    width: 75%;
  }
  .service_ido_services_card_inner{
    min-height: 160px;
  }
} /* 375 */
@media only screen and (max-width: 374px) {
  .ido_features_card {
    width: 80%;
  }
} /* 320 */
