  @charset "utf-8";
  html,body { overflow-x: hidden; min-width: 0px;}

  /******************************************************************************
  Max Width "1440x"
  *******************************************************************************/

  @media (max-width: 1440px) {

  }

  /******************************************************************************
  Max Width "1300x"
  *******************************************************************************/

  @media (max-width: 1300px) {

  }

  /******************************************************************************
  Max Width "1200x"
  *******************************************************************************/

  @media (max-width: 1200px) {

  }

  /******************************************************************************
  Min Width "992px"
  *******************************************************************************/
  @media (min-width: 992px) {

  }

  /******************************************************************************
  Max Width "1270px" - Min Width "1200px"
  *******************************************************************************/
  @media (min-width: 1200px) and (max-width: 1270px) {

  }

  /******************************************************************************
  Max Width "1199px"
  *******************************************************************************/
  @media (max-width: 1199px) {
    .footer-logo{
      width: 20%
    }
  }

  /******************************************************************************
  Max Width "1199px" - Min Width "992px"
  *******************************************************************************/
  @media (min-width: 992px) and (max-width: 1199px) {


  }
  /******************************************************************************
  Max Width "1024px" 
  *******************************************************************************/

  @media (max-width: 1024px) {

  }

  /******************************************************************************
  Max Width "991px"
  *******************************************************************************/
  @media (max-width: 991px) {
  .remove-d-flex{
    display: block !important;
  }
  .navbar {
  border-bottom: 2px solid #fff9f2;
  background-color: #fff9f2;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .padding-nav{
  padding-top: 22.65px !important;
  }
  .profile-details .nav-tabs .nav-link {
  width: 130px;
  }
  .responsive_table{
    width: 100%;
    display: flex;
    overflow-x: auto;
  }
  td input{
    width: 100px !important;
  }
  .back_button{
    display: none;
  }
  .responsive_back{
    display: block;
  }
  .border-result {
    border-bottom: 1px solid;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
        border-right: 0;
  }
  .p-result
  {
    padding: 0;
  }
  .border-md-seprate{
  border-bottom: 1px solid white;
  }
  .border-right-light-md{
  border-right: none;
  }
	.border-right-light{ /*JD*/
	border-bottom: 1px solid white;
	border-right: none;
	}
	.hmi-img { /*JD*/
	width: 50%;
	}
	.border-heart-img{ /*JD*/
	justify-content: flex-start;
	}
	.chart-height {
    margin: auto 0;
	}
  }

  /******************************************************************************
  Max Width "810px"
  *******************************************************************************/

  @media (max-width: 810px) {

  }

  /******************************************************************************
  Max Width "800px"
  *******************************************************************************/

  @media (max-width: 800px) {

  }

  /******************************************************************************
  Max Width "768px"
  *******************************************************************************/

  @media (max-width: 768px) {
    .video-box {
      width: 110px;
      height: 110px;
    }
  }

  /******************************************************************************
  Max Width "600px"
  *******************************************************************************/

  @media (max-width: 600px) {
  .result-top-margin{
  margin-top: 0px !important;
  }
  .border-right-light{
  border-bottom: 1px solid white;
  border-right: 0px solid white;
  padding-bottom: 30px;
  }
/*
  .border-seprate{
  display: none;
  }
*/
  .border-heart-img{
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  }
  .border-md-seprate {
    border-bottom: 0px solid white;
  }
  }

  /******************************************************************************
  Max Width "599px"
  *******************************************************************************/

  @media (max-width: 599px) {

  }

  /******************************************************************************
  Max Width "540px"
  *******************************************************************************/

  @media (max-width: 540px) {
  .welcome-text h1 {
  font-size: 3.5rem;
  }
  .welcome-text p {
  font-size: 1.4rem;
  }
  .welcome-text h5{
  font-size: 1.9rem;
  font-weight: 600;
  }
  .video-box {
  width: 110px;
  height: 110px;
  }
  .sign-btn
  {
    padding: 10px !important;
    font-size: 14px;
  }
  .calc_btn
  {
        padding: 0rem;
        margin-right: 15px;
        color: #fff;
        font-size: 14px;
  }
  img.nav-logo {
    width: 130px !important;
  }
  }

  /******************************************************************************
  Max Width "480px"
  *******************************************************************************/

  @media (max-width: 480px) {
  /*.nav-link{
  padding: 0.3rem .4rem;
  font-size: 0.9rem;
  }*/
  .footer-sec p {
  font-size: 0.9rem;
  }
  .profile-details .nav-tabs .nav-link {
  padding: 0.4rem .4rem;
  font-size: 0.9rem;
  width: 100px
  }
  .profile-details .name{
  font-size: 1rem;
  }
  .login-box{
  padding: 20px;
  }
  .back_button{
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    width: 70px;
  }
  .start_new_btn{
    padding: 0.5rem;
  }
  .footer-logo{
    width: 22%
  }
  }

  /******************************************************************************
  Max Width "428px"
  *******************************************************************************/
 
  @media (max-width:428px) {
    .form-count p{
      font-size: 0.9rem;
    }
    .welcome-text h1 {
    font-size: 3rem;
    }
    .welcome-text p {
    font-size: 1.4rem;
    }
    .welcome-text h5{
    font-size: 1.8rem;
    font-weight: 600;
    }
    .video-box {
    width: 90px;
    height: 90px;
    }
    .user-text {
      display: none;
    }/*new added*/
  }

  /******************************************************************************
  Max Width "414px"
  *******************************************************************************/

  @media (max-width:414px) {
  .btn-close {
  display: block;
  }
  .welcome-text p {
  font-size: 1rem;
  }
  .welcome-text h5{
  font-size: 1.4rem;
  font-weight: 600;
  }
  .site-url{
  font-size: 0.9rem;
  }
  .video-box {
  width: 80px;
  height: 80px;
  }
  }

  /******************************************************************************
  Max Width "412px"
  *******************************************************************************/

  @media (max-width:412px) {
  .signin-btn{
  font-size: 0.9rem;
  }
  }

  /******************************************************************************
  Max Width "390px"
  *******************************************************************************/
  @media (max-width:390px) {
    .time {
      width: 70px !important;
    }
  }
  /******************************************************************************
  Max Width "384px"
  *******************************************************************************/
  @media (max-width:384px) {

  }

  /******************************************************************************
  Max Width "375px"
  *******************************************************************************/

  @media (max-width: 375px) {
    .nav-logo{
      width: 160px !important;
    }
    .login-btn{
      padding-right: 2rem!important;
      padding-left: 2rem!important;
    }
  }

  /******************************************************************************
  Max Width "360px"
  *******************************************************************************/

  @media (max-width: 360px) {
    .profile-details .nav-tabs .nav-link {
      padding: 0.4rem 0.4rem;
      font-size: 0.7rem;
      width: 90px;
    }
    /*new added*/
    .new_tool {
      font-size: 12px;
    }
    .profile-sec img {
      width: 40px !important;
      height: 40px !important;
    }
    img.nav-logo {
      width: 120px !important;
    }
  }

  /******************************************************************************
  Max Width "320px"
  *******************************************************************************/
  @media (max-width: 320px) {
  .edit-btn {
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  }
  .profile-details{
  padding: 20px;
  }
  .video-box {
  width: 70px;
  height: 70px;
  }
  /*new added*/
  .new_tool {
    font-size: 10px;
  }
  .profile-sec img {
    width: 40px !important;
    height: 40px !important;
  }
  img.nav-logo {
    width: 110px !important;
  }
  }

  /******************************************************************************
  Landscape
  *******************************************************************************/
  @media only screen and (max-height: 575.98px) and (orientation: landscape){
 
  }

 