@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 90%;
  }
}

@media (min-width: 640px) {
  .application-result-section .main-heading {
    font-size: 3rem;
  }

  .application-result-section .description {
    font-size: 1.25rem;
  }
  .premium-section .video-img {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .application-result-section .main-heading {
    font-size: 3.75rem;
    line-height: 1;
  }
  .reality-section h2 {
    font-size: 2.25rem;
  }
  .reality-section h3 {
    font-size: 1.875rem;
  }
  .premium-section .headline {
    font-size: 1.25rem;
  }
  .premium-section .subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .premium-section .video-img {
    height: 300px;
  }
  .premium-section .book-btn {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }

  .premium-section .glass-btn svg {
    width: 4rem;
    height: 4rem;
  }

  .premium-section .glass-btn {
    width: 134px;
    height: 134px;
  }
  .founder-podcast-section .shape1 {
    width: 8rem;
    height: 8rem;
  }
  .founder-podcast-section .shape2 {
    width: 6rem;
    height: 6rem;
  }
  .founder-podcast-section .shape3 {
    width: 5rem;
    height: 5rem;
  }
  .founder-podcast-section .shape4 {
    width: 4rem;
    height: 4rem;
  }
  .founder-podcast-section .shape5 {
    width: 3rem;
    height: 3rem;
  }
  .founder-podcast-section .main-heading {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .founder-podcast-section .subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .founder-podcast-section .glass-card {
    border-radius: 2rem;
    padding: 2rem 3rem;
  }
  .founder-podcast-section .payment-summary .icon-rupee svg,
  .founder-podcast-section .guarantee-card .icon-shield svg {
    width: 4rem;
    height: 4rem;
  }
  .founder-podcast-section .payment-title {
    font-size: 1.875rem;
  }
  .founder-podcast-section .btn-make-payment {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }
  .founder-podcast-section .next-steps-heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .premium-section .headline {
    font-size: 1.5rem;
  }
  .premium-section .subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .premium-section .video-img {
    height: 350px;
  }
  .premium-section .book-btn {
    font-size: 1.25rem;
  }

  .premium-section .glass-btn svg {
    width: 5rem;
    height: 5rem;
  }

  .premium-section .glass-btn {
    width: 154px;
    height: 154px;
  }
  .founder-podcast-section .main-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .founder-podcast-section .subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
  .founder-podcast-section .btn-make-payment {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .premium-section .subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}


@media only screen and (min-width: 568px) and (max-width: 992px) {

  .homeTopSection h1,
  .aboutUsSection h2,
  .podcastServices h2, .founderPodcastPlatform h1 {
    font-size: 46px;
  }

  .headingText, .indiasTopPodcast .main-heading {
    font-size: 40px;
  }

  .headingText span {
    font-size: 37px;
  }

  .homeTopSections h1 {
    font-size: 40px;
  }
  .statsSection h3 {
    font-size: 35px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .homeTopSection h1,
  .aboutUsSection h2,
  .blogMainSection h2,
  .podcastServices h2,.founderPodcastPlatform h1 {
    font-size: 46px;
  }

  .headingText, .indiasTopPodcast .main-heading {
    font-size: 40px;
  }

  .headingText span {
    font-size: 37px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .row>* {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1490px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1500px;
  }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }

  .row>* {
    padding-right: 7px;
    padding-left: 7px;
  }

  .headingText {
    font-size: 37px;
  }
  .indiasTopPodcast .main-heading, .statsSection h3{
    line-height: 40px;
    font-size: 37px;
  }
  .indiasTopPodcast li{
    font-size: 20px;
  }

  .headingText span {
    font-size: 34px;
  }

  .btn-lg {
    font-size: 19px;
    padding: 6px 17px;
  }
  .founder-podcast-section .mobile-break {
    display: inline;
  }
  .statsSection .stat-icon{
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .simpleParallax {
    height: 400px;
  }

  .homeTopSection h1,
  .headingText,
  .aboutUsSection h2,
  .top-podcast-platforms h1,.founderPodcastPlatform h1 {
    font-size: 33px;
    line-height: 40px;
  }

  .headingText span,
  .aboutTitle h2 {
    font-size: 30px;
  }

  .headingSmallText {
    font-size: 16px;
    line-height: 24px;
  }

  .homeTopSections h1,
  .blogMainSection h2,
  .podcastServices h2,
  .podcastServiceTitle h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .homeTopFeature {
    font-size: 50px;
  }

  .smallHeading {
    font-size: 17px;
    line-height: 25px;
  }

  .packageCostMain .offerbutton {
    padding: 11px 10px;
  }

  .limitedTimeOffer .timer-box {
    padding: 20px 10px;
    margin: 4px;
    /* max-width: 19%; */
  }

  .limitedTimeOffer .timer-wrapper {
    padding: 32px 16px;
  }

  .packageCostMain .discounted {
    font-size: 22px;
  }

  .packageCostMain .price {
    font-size: 22px;
  }

  .packageCostMain .vs {
    font-size: 20px;
  }

  .packageCostMain .priceBox {
    padding: 20px 10px;
  }

  .headerTop {
    height: 70px;
  }

  .mainLogo {
    height: 68px;
  }

  .top-podcast-platforms h2 {
    font-size: 27px;
  }

  .top-podcast-platforms h4 {
    line-height: 33px;
  }

  .podcastSessionBtn {
    font-size: 15px !important;
  }

  .yourBusinesSection {
    padding: 50px 50px;
  }
  .feedbackFormPage h3{
    font-size: 25px;
  }
}

@media (max-width: 444px) {}

@media (max-width: 350px) {
  .row {
    margin-right: -4px;
    margin-left: -4px;
  }

  .row>* {
    padding-right: 4px;
    padding-left: 4px;
  }
}

@media only screen and (min-width: 760px) and (max-width: 890px) {}