@media only screen and (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 860px;
  }

  h6.get-result-time.mobile {
    display: none;
  }

  h6.get-result-time.desktop {
    display: block;
  }

  .header-logo {
    width: 85px;
  }

  .login-page-footer {
    position: fixed;
  }
}

@media only screen and (min-width:769px) {
  .btns-mobile {
    display: none;
  }
}

@media only screen and (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }

}

@media only screen and (max-width: 375px) {
  .tabcontent {
    width: 350px !important;
    height: 200px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 375px) and (max-width: 480px) {
  .tabcontent {
    width: 350px !important;
    height: 200px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 425px) {
  /* .loader-parent {
    max-width: 100%;
  } */
}

@media only screen and (max-width: 526px) {
  .loader-parent {
    max-width: 200px;
    justify-content: center !important;
    margin-top: 10px;
  }

  .loader-parent h4 {
    font-size: 10px !important;
    margin-top: 10px;
  }

  .loader-parent-for-mobile {
    display: flex;
    justify-content: center;
  }

  @keyframes diagonal-move-anim {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(100px) scale(2);
    }
  }

  /* .blinking{ position: absolute;top: 25px; right: 137px;} */
  #speak-listen .blinking {
    position: absolute;
    top: 25px;
    right: 130px !important;
  }

  #animation-container .blinking {
    position: absolute;
    top: 23px;
    right: 63px;
  }

  /* .query-search {
    height: auto;
  } */

  .analysing-speech {
    height: auto;
    margin-top: 10px;
  }

  .btns {
    position: absolute;
    top: -32px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) and (max-width: 545px) {
  .tabcontent {
    width: 450px;
    height: 200px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 445px) {
  .blank {
    width: 30px;
    height: 30px;
    display: block;
  }

  .analyse-speech-img {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 481px) {

  /* .result-verify{margin-top: 150px;} */
  .mic {
    margin-top: 55px;
  }

  .loader-img {
    left: 0;
    right: 0;
    text-align: center;
  }

  .loader-msg {
    top: 95px;
    left: 0;
    right: 0;
    text-align: center;
  }

  /* 
  .login-page-footer {
    margin-top: 70px;
  } */

  .analyse-speech-img {
    width: 150px;
    height: 80px;
  }

  /* .analysing-speech > .analyse-content{margin-top: 77px;} */
  .verification {
    margin-top: 77px;
  }

  .tabcontent {
    width: 360px;
    height: 200px;
    margin-bottom: 45px;
  }

  .charts-tab {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .img {
    max-width: 200px;
  }

  div#hidden-content p {
    font-family: "Poppins";
    font-size: 10px;
  }

  .loader {
    justify-content: center;
    display: flex;
  }

  /* .loader-parent h3{font-size: 16px!important;} */
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .analyse-speech-img {
    margin-top: 40px;
  }

  .charts-tab {
    margin-top: 40px;
  }

  .btns ul li {
    margin-bottom: 0px;
    /* display: inline-block; */
  }


}

@media only screen and (min-width: 768px) {
  .container.hamberger-menu {
    display: none;
  }

  .copyright-section {
    justify-content: start;
  }

  /* .btns {
    display: block;
  } */

  p.note.mobile {
    display: none;
  }

}

@media only screen and (max-width:767px) {

  .searchbar-strip .header {
    display: none !important;
  }

  .header>div>.header-logo {
    display: none;
  }

  .log-in {
    display: none;
  }

  .container.hamberger-menu {
    display: block;
  }

  .copyright-section {
    justify-content: center;
  }

  .btns.hidden {
    display: none;
  }

  h6.get-result-time.desktop {
    display: none;
  }

  .search-button {
    margin-top: 15px;
    width: 40px;
  }

  .search-bar .fake-input {
    height: 33px;
  }

  .login-page-footer {
    text-align: center;
    background-color: #fff;
    padding-top: 15px;
    position: static;
  }

  .main-wrapper {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .animate-loader {
    top: -60px;
  }
}

@media only screen and (max-width:768px) {

  .btns.desktop {
    display: none;
  }

  .blank-col {
    display: none;
  }

  .analysing-speech {
    min-height: auto;
    align-items: center;
    justify-content: end;
  }

  .result-verify p {
    font-size: 15px;
  }

  .result-verify h1 {
    font-size: 18px;
  }

  .query-search {
    min-height: auto;
    align-items: center;
  }

  .login-page-footer {
    margin-top: 0;
  }

}

@media only screen and (max-width: 769px) {

  .search-bar .fake-input button {
    width: 30px;
  }

  .search-bar .fake-input input {
    font-size: 10px;
    padding-left: 8px;
  }

  .searchbar-strip {
    padding: 5px 0 0;
  }

  .logo-box {
    margin-top: 20px;
  }

  .search-bar {
    margin: 15px 5px 12px 0 !important;
  }

  .search-button {
    margin-top: 15px;
    width: 40px;
  }

  .download-csv-text {
    text-align: left;
    font-family: 'Poppins';
    font-size: 13px;
  }

  .btns ul {
    margin-top: 10px;
  }

  .btns {
    display: flex;
    /* margin-top: 28px; */
    top: 70px;
    left: 12px;
  }

  /* .tab {
    margin-top: 90px;
  } */

  .footer-logo-box {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {

  /* .btns {  right: 35px;} needed after collapse sidebar appear */
  .btns {
    right: 10px;
    top: 40px;
  }
}

@media only screen and (min-width: 525px) and (max-width: 768px) {
  .loader-parent {
    max-width: 250px;
  }

  .loader-parent h4 {
    font-size: 13px !important;
  }

  @keyframes diagonal-move-anim {
    0% {
      transform: translateX(0) translateY(0);
    }

    100% {
      transform: translatex(50%) translatey(90%) scale(2);
    }
  }

  p.note.mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .search-bar {
    max-width: 337px !important;
  }

  .search-bar .fake-input input {
    font-size: 12px !important;
    padding-left: 12px !important;
  }

  .logged-in-user {
    width: 120px;
  }

  .btns {
    right: 10px;
    top: 40px;
  }

}

/******************* Ipad Mini / Ipad Air / surface pro 7***********************/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .charts-tab {
    margin-top: 40px;
  }

  /* .loader-parent h3{font-size: 12px!important;} */
  .loader-parent {
    max-width: 200px;
  }

  .loader-parent h4 {
    font-size: 13px !important;
  }

  @keyframes diagonal-move-anim {
    0% {
      transform: translateX(0) translateY(0);
    }

    100% {
      transform: translatex(150%) translatey(200%) scale(2);
    }
  }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
  .modal-text {
    width: 30rem;
    top: 35%;
  }

  .animate-loader {
    top: 55px;
  }
}

/*********************** Ipad pro animation *************************/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-bar {
    max-width: 460px !important;
  }

  .btns {
    right: 20px;
  }

  .loader-parent {
    max-width: 200px;
  }

  .loader-parent h4 {
    font-size: 13px !important;
  }

  @keyframes diagonal-move-anim {
    0% {
      transform: translateX(0) translateY(0);
    }

    100% {
      transform: translatex(200%) translatey(250%) scale(2);
    }
  }
}

@media only screen and (min-width:540px) and (max-width:767px) {
  .tabs-data {
    margin-top: 10px;
  }
}

@media only screen and (max-width:540px) {

  .tab {
    margin-top: 0px;
    order: 2;
  }

  .result-block {
    order: 1;
  }

  .tabs-data {
    display: flex;
    flex-direction: column;
  }

  h6.get-result-time.mobile {
    margin-top: 30px;
  }

  /* .disclaimer{    margin-top: 15px;} */
  /* .login-page-footer{margin-top: 0;} */
  .disclaimer {
    margin-bottom: 0;
  }

}

@media only screen and (max-width:525px) {

  .btns {
    display: flex;
    margin-top: 28px;
    top: 70px;
    left: 12px;
    flex-direction: column;
  }

  .download-csv-text {
    text-align: left;
    font-family: 'Poppins';
    font-size: 13px;
  }

  .btns ul {
    margin-top: 0px;
    padding-left: 0;
  }

  .btns ul li {
    text-align: left;
  }

  .result-showing {
    margin-bottom: 20px;
  }

  p.note.desktop {
    display: none;
  }

  p.note.mobile {
    display: block;
  }

  p.note {
    margin-top: 10px;
  }

  .modal-text {
    padding: 1rem 1.5rem 4em;
    width: 19rem;
    top: 50%;
  }

}