#predictive-dialer-header {
  height: 95px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: white;
}

#predictive-dialer-header.header-scrolled,
#predictive-dialer-header.header-pages {
  height: 80px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}


.product-one-bg {
  width: 100%;
  height: 70vh;
  position: absolute;
  background-color: rgb(1, 1, 68);
  background-size: cover;
  background-position: 0px;
  filter: brightness(80%);
}

#predictive-dialer-intro {
  width: 100%;
  height: 70vh;
  position: relative;

}

#predictive-dialer-intro .intro-info h2 {
  color: #ffffff;
  padding-top: 8rem;
  margin-top: 7rem;
  margin-bottom: 0px;
  font-size: 55px;
  font-weight: 700;
  font-family: 'Baloo Bhai 2', cursive;
}

#predictive-dialer-intro .intro-info p {
  color: #ffffff;
  margin-top: 15px;
}

#predictive-dialer-vector {
  padding-top: 10rem;
}

#product-img {
  padding: 20px;
  border-radius: 20px !important;
}

#main-services {
  padding: 30px 0px !important;
}

@media screen and (min-width:300px) and (max-width:500px) {

  #predictive-dialer-intro .intro-info h2 {
    padding-top: 10rem;
  }

  #faq {
    padding: 0px 0px 40px !important;
  }

  #main-content {
    margin-top: -5rem;
    margin-bottom: 3rem !important;
  }

  .main-section-header h3 {
    margin-top: 2rem;
    font-size: 25px;
    line-height: 36px;
  }

  .main-content p {
    margin: 80px 0 30px 0 !important;
  }

  .main-content .content {
    padding: 30px;
  }

  .product-one-bg {
    width: 100%;
    height: 80vh;
  }

  #predictive-dialer-intro {
    width: 100%;
    height: 80vh;
  }

  #predictive-dialer-intro .intro-info h2 {
    text-align: center;
    margin-top: -7rem;
    font-size: 30px
  }

  #predictive-dialer_our_product {
    margin-top: -10rem !important;
  }

  .intro-info p {
    text-align: center;
  }

  #predictive-dialer-vector {
    margin-top: 7rem !important;
    padding: 0rem 4rem;
    max-width: 85%;
    height: auto;
    display: block;
    margin: auto;
  }

  #predictive-dialer-intro .intro-info p {
    font-size: 14px;
    padding: 0px 20px;
  }

  #main-services {
    padding: 10px 0px !important;
  }

  #voice-logger-main-content {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width:600px) and (max-width:800px) {

  #predictive-dialer-intro .intro-info h2 {
    color: #ffffff;
    margin-top: 3rem;
    font-size: 35px;
    line-height: 50px;
  }

  #predictive-dialer-intro .intro-info p {
    font-size: 14px;

  }
}

@media screen and (min-width:800px) and (max-width:1024px) {

  #predictive-dialer-intro .intro-info h2 {
    margin-top: 5rem;

  }

  #predictive-dialer-vector {
    padding: 3rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width:1700px) {
.predictiveDialerMainHeading{
  margin-top: 13rem !important;
}
}

@media screen and (min-width:1025px) and (max-width:2560px) {

  #predictive-dialer-intro .intro-info h2 {
    margin-top: 7rem;

  }

  /* #predictive-dialer_our_product {
    margin-top: 8rem;
  } */

  #Dialmantra-app-our-product {
    margin-top: 4rem !important;
  }

  #predictive-dialer-vector {
    padding: 7rem;
    margin-top: 2rem;
    /* margin-left: 6rem; */
  }

  .app-VoiP-Dialer {
    margin-top: 3rem !important;
  }

  .voice_logger_main_img {
    margin-top: 5rem !important;
  }

  #voice_logger_main_text {
    margin-top: 9rem !important;
  }

  #main-content {
    margin-top: -5rem;
    margin-bottom: 1rem !important;
  }
}



/*--------------------------------------------------------------
# main-content
--------------------------------------------------------------*/

#main-content {
  margin-top: -5rem;
  margin-bottom: 5rem;
}

.main-content .content {
  padding: 40px;
}

.main-content h4 {
  font-weight: 500;
  font-size: 23px;
}

.main-content p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.main-content .content ul {
  padding-left: 1.5rem;
}

.line {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 1.5rem;
  width: 100px;
  height: 3px;
  background-color: #16425B;
}

/*============================== end ================== */


/*====================== Frequently Asked Questions Section========================*/

#faq {
  padding: 0px 0px 70px;
  overflow: hidden;
}

.faq-section-header h3 {
  color: var(--secondary-color);
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

.faq-list li {
  border-bottom: 1px solid #adadad;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  padding-right: 20px;
  color: var(--primary-color);
}

#faq #faq-list i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "+" !important;
  font-size: 26px;
}

.faq-section-header h3 {
  font-weight: 700;
}

.inner-faq {
  padding-left: 3rem;
}

.inner-faq li {
  border: none;
  list-style: disc;

}

#faq-list .collapse h6 {
  font-weight: 600;
}

.faq-container {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width:1024px) {
  .faq-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-content .content {
    padding: 20px;
  }
}

@media screen and (max-width:600px) and (max-height:700px) {
  #predictive-dialer-para {
    font-size: 12px !important;
  }

  #predictive-dialer-intro .intro-info h2 {
    font-size: 25px !important;
  }

  #predictive-dialer-intro .intro-info p {
    font-size: 12px !important;
  }

}


@media screen and (max-width:768px) {
  .predictive_dialer_content {
    order: 2;

  }

  .predictive_dialer_Image {
    order: 1;
    margin-top: 60px !important;
  }

  .main-content p {
    margin: 0px !important;
  }

  .main-content h4 {
    margin: 20px 0px;
    font-size: 18px !important;
    font-weight: 600;
  }

  .faq-section-header h3 {
    font-size: 22px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }
}

/*============================================ end ================================== */