/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  /* hero start  */
  .hero {
    padding: 80px 0;
  }

  .hero-content-wrapper {
    padding: 40px 15px;
  }

  .hero-content-wrapper h2 {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .hero-content-wrapper h1 {
    font-size: 20px;
  }

  .hero-content-wrapper p {
    font-size: 14px;
  }

  .video-background {
    padding: 20px 0;
  }

  /* hero end  */

  /* LOGO SLIDER START  */

  .logo-slider {
    padding: 30px 0 30px 0;
  }

  /* LOGO SLIDER END  */

  /*About start*/
  .about {
    padding: 50px 0 0 0;
  }

  .png-bg {
    width: 250px;
  }

  .about h3 {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
  }

  .about-content h1 {
    font-weight: 800;
    font-size: 24px;
  }

  .about-content p {
    font-weight: 600;
    font-size: 15px;
  }

  /*About End*/

  /* founder-coating start  */

  .founder-coating-wrapper {
    background-color: #b4c7ae44;
  }

  .founder-content h2 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .founder-content h1 {
    font-size: 26px;
  }


  .founder-content {
    padding: 20px;
    padding-bottom: 0;
  }

  /* founder-coating end  */
  /* features start  */

  .features {
    padding: 50px 0px 50px 0;
  }

  .single-feature {
    margin: 10px 0;
    padding: 30px 25px;
    box-shadow: 0 0 20px #ddd;
    background-color: #ffffffde;
    min-height: initial;
  }

  /* features end  */

  /* our solution start  */

  .solution {
    background-color: #F2F7FB;
    padding: 60px 0;
  }

  .solution-wrapper h2 {
    font-size: 20px;
  }

  /* our solution end  */


  /*Testimonial Start*/
  .testimonial h1 {
    font-weight: 700;
    font-size: 24px;
  }

  .carousel-control-prev {
    left: 66%;
  }

  .testimonial h3 {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .testimonial h5 {
    font-size: 16px;
  }

  /*Testimonial End*/
  .modal-dialog {
    max-width: 95%;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

  /* hero start  */
  .hero {
    padding: 70px 0;
  }

  .hero-content-wrapper h1 {
    font-size: 30px;
  }

  .video-background {
    padding: 100px 0;
  }

  /* hero end  */


  /* LOGO SLIDER START  */

  .logo-slider {
    padding: 30px 0 30px 0;
  }

  /* LOGO SLIDER END  */

  /*About Start*/
  .about {
    padding: 60px 0;
  }

  .png-bg {
    width: 500px;
    left: 100px;
  }

  /*About End*/

  /* founder content start  */

  .founder-content {
    padding-bottom: 0;
  }

  /* founder content end  */

  /* features start  */

  .features {
    padding: 50px 0px 50px 0;
  }

  .single-feature {
    margin: 10px 0;
    padding: 30px 25px;
    box-shadow: 0 0 20px #ddd;
    background-color: #ffffffde;
    min-height: initial;
  }

  /* features end  */


  /*Testimonial start*/
  .testimonial-inner .testi-comments p {
    font-size: 20px;
    text-align: center;
  }

  /*Testimonial end*/


  /* cta start  */


  .cta h1 {
    font-size: 26px;
  }

  /* cta end  */
  .modal-dialog {
    max-width: 90%;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

  /* hero start  */
  .hero {
    padding: 80px 0;
  }

  .hero-content-wrapper h1 {
    font-size: 40px;
  }

  .video-background {
    padding: 120px 0;
  }

  /* hero end  */

  /* LOGO SLIDER START  */

  .logo-slider {
    padding: 30px 0 30px 0;
  }

  /* LOGO SLIDER END  */

  /*About Start*/
  .about {
    padding-top: 80px;
  }

  .png-bg {
    width: 500px;
    left: 100px;
  }

  /*About End*/


  /* founder content start  */

  .founder-content {
    padding-bottom: 0;
  }

  /* founder content end  */

  /*Testimonial start*/
  .testimonial-inner .testi-comments p {
    text-align: center;
  }

  /*Testimonial end*/

  .modal-dialog {
    max-width: 80%;
  }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

  /*About Start*/
  .png-bg {
    width: 500px;
    top: 20px;
    left: 60px;
    z-index: -1;
  }

  /*About End*/
}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}