/* responsive ******************************************************************************/
@media (max-width: 1599px) {
}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {
  #header .glow-btn {
    padding: 8px 32px;
  }
  #homeBanner .homeBanner-box .img-box img {
    max-width: 79%;
  }
  #homeBanner .homeBanner-box p {
    font-size: 17px;
  }
  #service .img-box img {
    max-width: 90%;
  }
  #tips .tips-box .text-box p {
    font-size: 18px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
  #header h1 {
    font-size: 55px;
    margin-top: 10px;
  }
  #service h4 {
    font-size: 25px;
  }
  #footer .end-box .links {
    column-gap: 10px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  #header .main-nav {
    padding-left: 0px;
  }
  #header span {
    font-size: 17px;
  }
  #homeBanner .homeBanner-box h1 {
    font-size: 43px;
  }
  #service .img-box img {
    max-width: 95%;
  }
  #tips .tips-box .img-box img {
    max-width: 90%;
  }
  #tips .tips-box .text-box p {
    font-size: 16px;
  }
  #footer .end-box .link-box {
    width: 80%;
  }
  #footer .end-box .text {
    width: 80%;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1080px) {
  #header .logo-box {
    width: 62%;
  }
  #header .homeBanner-box .box p {
    width: 100%;
  }

  #homeBanner .homeBanner-box .tele-box img {
    max-width: 85%;
  }
  #homeBanner .homeBanner-box .img-box img {
    max-width: 85%;
  }
}
#service .service-box .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#service .img-box img {
  max-width: 100%;
}
#FAQ .FAQ-part .FAQ-box .img-box img {
  max-width: 90%;
}
.col-md-6.second-box {
  width: 90%;
}
#footer .end-box .text {
  width: 90%;
}
#footer .end-box .link-box {
  width: 90%;
}
#footer .end-box .text p {
  font-size: 16px;
}
#footer .footer-part .footer-box .top-box p {
  font-size: 18px;
  text-align: center;
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  #header .button-box {
    margin-right: 40px;
  }
  #header .logo-box {
    padding: 10px 30px;
  }
  #header .logo-box img {
    max-width: 147px;
  }

  #homeBanner .box.box1 {
    padding: 30px 30px;
  }
  #homeBanner .homeBanner-box h1 {
    font-size: 30px;
  }
  #homeBanner .homeBanner-box p {
    font-size: 15px;
  }
  #homeBanner .homeBanner-box .img-box {
    /* display: flex; */
    justify-content: center;
  }
  #benifits .benifits-box .heading h2 {
    font-size: 33px;
  }
  #benifits .benifits-box .title h3 {
    font-size: 25px;
  }
  #tips .tips-box .img-box {
    display: flex;
    justify-content: center;
  }
  #tips .tips-box .img-box img {
    max-width: 100%;
  }
  #tips .tips-box .text-box p {
    font-size: 14px;
  }
  #prediction .prediction-box h3 {
    font-size: 23px;
  }
  #prediction .prediction-box p {
    font-size: 16px;
  }
  #FAQ .FAQ-part .FAQ-box .accordion-item .accordion-button {
    font-size: 18px;
  }
  #FAQ .FAQ-part .FAQ-box .row {
    margin: 0;
  }
  footer#footer .footer-box .top-box .contact-box .box {
    justify-content: center;
  }
  
  #header .glow-btn {
    padding: 8px 18px;
  }
  #footer .footer-part .footer-box .top-box .links-btn {
    column-gap: 14px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
  /* header responsive */
  #header {
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  #header .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    z-index: 111;
    padding-top: 60px;
  }
  #header .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .main-nav nav ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
  }
  #header .glow-btn {
    padding: 8px 36px;
  }
  #header span {
    font-size: 22px;
  }
  #header .main-nav .click-menu,
  #header .main-nav .cancel-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #header .main-nav .cancel-menu {
    position: fixed;
    top: 20px;
    left: -100%;
    max-width: 30px;
    width: 100%;
    text-align: center;
    z-index: 222;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  #header .main-nav .cancel-menu.show {
    opacity: 1;
    visibility: visible;
    left: calc(100% - 50px);
  }
  #header .main-nav {
    flex-direction: row-reverse;
  }

  #header .header-box {
    justify-content: space-between;
  }
  #homeBanner {
    padding-top: 5px;
  }
  #homeBanner .align-items-center {
    align-items: center !important;
    display: flex;
    flex-direction: column-reverse;
  }
  #homeBanner .homeBanner-box .img-box {
    margin: 0 auto;
  }
  #homeBanner .homeBanner-box .img-box img {
    max-width: 60%;
  }
  #homeBanner .homeBanner-box h1 {
    font-size: 40px;
    text-align: center;
  }
  #homeBanner .homeBanner-box p {
    font-size: 17px;
    text-align: center;
  }
  #homeBanner .button-box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
  #service .img-box {
    justify-content: center;
  }

  #service .img-box img {
    max-width: 60%;
  }
  #service .text p {
    font-size: 17px;
  }
  #service h4 {
    font-size: 22px;
  }
  #tips .text-box {
    width: 85%;
    margin: 0 auto;
  }
  #prediction .prediction-box h3 {
    font-size: 20px;
  }
  #prediction .prediction-box p {
    font-size: 16px;
  }
  #tips .tips-box .img-box img {
    max-width: 50%;
    margin-bottom: 20px;
  }
  #FAQ .FAQ-part .FAQ-box .img-box {
    margin-bottom: 20px;
    justify-content: center;
  }
  #FAQ .FAQ-part .FAQ-box .img-box img {
    max-width: 60%;
  }
  #FAQ .FAQ-part .FAQ-box .col-md-7 {
    width: 100%;
  }
  #footer .end-box .text p {
    font-size: 14px;
  }
  #footer .end-box .link-box {
    padding: 5px 5px;
  }
  #best .best-box .img-box {
    max-width: 76%;
    margin: 0 auto;
    height: 65px;
  }
  #footer .footer-part .footer-box .top-box {
    justify-content: space-between;
  }
  #footer .footer-part .footer-box .top-box .logo-box img {
    margin: 0 0;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {
  h1 {
    font-size: 42px;
  }
  #header .logo-box img {
    max-width: 180px;
  }
  #header .logo-box {
    width: 67%;
    padding: 25px 29px;
  }
  #homeBanner .tele-box {
    display: flex;
    justify-content: center;
  }
  #best .best-box .text-box p {
    font-size: 13px;
  }
  #service .text-box {
    flex-direction: column;
  }
  #service .col-md-6.second-box {
    width: 100%;
  }
  #service .text p {
    font-size: 14px;
  }
  
  #service .img-box img {
      max-width: 70%;
    }
    #service h2 {
        text-align: center;
    }
    #service .text-box .text-1,
    .text-2,
    .text-3,
    .text-4,
    .text-5 {
        text-align: center;
    }
    #benifits .benifits-box .heading h2 {
      font-size: 26px;
    }
  #FAQ .FAQ-part .FAQ-box .section-heading h2 {
    font-size: 26px;
  }
  #FAQ .FAQ-part .FAQ-box .accordion-body {
    font-size: 13px;
    padding: 0 40px 10px 17px;
  }

  #footer .end-box img {
    max-width: 75%;
  }
  #footer .end-box .btn {
    column-gap: 10px;
  }
  #footer .end-box .text {
    flex-direction: column;
    row-gap: 5px;
  }
  #footer .end-box .text p {
    font-size: 17px;
    margin-bottom: 5px;
  }
  #footer .footer-part .footer-box .top-box .logo-box img {
    max-width: 70%;
  }
  #footer .footer-part .footer-box .top-box .links-btn .button-box img {
    max-width: 63%;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
  #header {
    padding-right: 15px;
    padding-bottom: 6px;
    padding-top: 5px;
  }
  #header .glow-btn {
    padding: 8px 35px;
  }
  #header .logo-box {
    padding: 10px 29px;
  }

  #header h1 {
    font-size: 40px;
  }
  #homeBanner {
    padding-top: 5px;
    padding-bottom: 0;
  }
  #homeBanner .homeBanner-box h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #homeBanner .homeBanner-box p {
    font-size: 16px;
  }
  #homeBanner .homeBanner-box .text-box {
    margin-bottom: 0px;
  }
  #homeBanner .homeBanner-box .img-box img {
    max-width: 80%;
  }

  #homeBanner .box.box1 {
      padding: 30px 3px;
    }
    #best .two-boxes-one {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
    }
    #best .best-box .text-box p {
      text-align: center;
      font-size: 15px;
    }
    #benifits .benifits-box .title h3 {
      font-size: 22px;
    }
  #tips .tips-box .text-box p {
    font-size: 14px;
  }
  #FAQ .FAQ-part .FAQ-box .section-heading h2 {
    font-size: 20px;
  }

  #tips .tips-box .img-box img {
    max-width: 85%;
  }

  #footer .footer-part .footer-box .top-box p {
    font-size: 16px;
    text-align: left;
  }
  #footer .footer-part .footer-box .top-box h5 {
    padding: 15px 0px;
    font-size: 21px;
  }
  #footer .end-box .tips p {
    margin: 15px 0;
  }
  #footer .footer-part .footer-box .top-box {
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: center;
  }
  #footer .footer-part .footer-box .top-box .logo-box img {
    margin: 0 auto;
  }
  #footer .footer-part {
    padding: 23px 20px 10px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 375px) {
  #header .homeBanner-box .box p {
    width: 100%;
    font-size: 16px;
  }
  #header .tele-box img {
    max-width: 75%;
  }
  #header .glow-btn {
    padding: 8px 24px;
  }
  h1 {
    font-size: 30px;
  }
 
  
  #homeBanner .homeBanner-box .tele-box img {
      max-width: 75%;
    }
    #service .img-box img {
      max-width: 70%;
    }
  #benifits .benifits-box .heading h2 {
    font-size: 23px;
  }
  #benifits .benifits-box .title h3 {
    font-size: 18px;
  }
  #benifits .benifits-box .text-box p {
    font-size: 13px;
  }
  #FAQ .FAQ-part .FAQ-box .accordion-body {
    padding: 0 22px 10px 17px;
  }
  #FAQ .FAQ-part .FAQ-box .img-box img {
    max-width: 70%;
  }
  #FAQ .FAQ-part .FAQ-box .accordion-item .accordion-button {
    font-size: 16px;
  }
  #prediction .prediction-box h3 {
    font-size: 17px;
  }
  #prediction .prediction-box p {
    font-size: 14px;
  }
  #footer .footer-part .footer-box .top-box .btn-box img {
    max-width: 65%;
  }
  #footer .end-box .text p {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  #homeBanner .homeBanner-box p {
    font-size: 14px;
  }
  #best .best-box .text-box p {
    font-size: 13px;
  }
  #tips .tips-box .text-box p {
    font-size: 13px;
  }
}
