@media (max-width: 1199px) {
  .signupbg .signformbox {
    width: 100%;
    margin: 20px 0px;
  }

  .daterangepicker .ranges {
    width: 90%;
  }

  header {
    overflow: hidden;
  }

  .daterangepicker.dropdown-menu {
    max-width: 390px;
  }

  .applyBtn {
    min-width: 80px;
  }

  .cancelBtn {
    min-width: 80px;
  }

  .daterangepicker .calendar {
    width: 370px;
  }
}
@media (max-width: 991px) {
  .daterangepicker .ranges {
    width: 100%;
  }

  .daterangepicker.dropdown-menu {
    max-width: 400px;
  }

  .daterangepicker .calendar {
    width: 370px;
  }

  .phoneview {
    display: block;
  }

  .webview {
    display: none;
  }

  .refdetailbox {
    position: fixed;
    right: 20%;
    width: 350px;
    z-index: 999;
    height: auto;
  }

  .newsearchox1 {
    width: 100%;
    position: relative;
    float: right;
  }
  .newsearchox1 .btn {
    padding: 15px;
    height: 30px;
  }
  .newsearchox1 .form-control {
    border: 1px solid #F3BF37 !important;
  }
}
@media (max-width: 767px) {
  .daterangepicker .calendar {
    width: 100%;
  }

  .table-condensed td {
    padding: 0px !important;
  }
  .table-condensed th {
    padding: 0px !important;
  }

  .newpdright {
    padding-left: -2px !important;
    text-align: left;
  }

  .newpdleft {
    padding-right: -2px !important;
  }

  .ticker-container {
    overflow: auto;
  }

  .tradingveiwbox {
    height: 100%;
    width: auto;
  }

  header {
    display: block;
  }
  header .header-logo {
    display: none;
  }
  header .market-values-wrapper {
    width: 100%;
    overflow: auto;
  }

  .newbutbox {
    position: relative;
    margin-top: 10px;
  }

  textarea.form-control {
    min-height: 100px;
    padding-right: 0%;
  }

  .inner-page-header {
    height: auto;
  }

  .refdetailbox {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 350px;
    z-index: 999;
    height: auto;
  }

  .popouttitle .popoutlonebtm {
    left: 25%;
  }

  .popoutdetail {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: white;
  }
  .popoutdetail span {
    margin-left: 10px;
    color: #F3BF37;
    font-weight: bold;
  }

  .inputverfiyemail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px;
  }
  .inputverfiyemail .inputboxv1 {
    width: 40px;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    padding: 5px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    background: #263442;
    color: white;
    border: 0px;
    text-align: center;
    outline: none;
    border: 1px solid #475D6B;
  }
}
@media (max-width: 575px) {
  .refdetailbox {
    position: fixed;
    right: 3%;
    top: 25%;
    width: 75vw;
    z-index: 9999;
    height: auto;
  }

  .newsearchox1 {
    width: 100%;
    position: relative;
    float: right;
  }
  .newsearchox1 .btn {
    padding: 5px;
    height: 30px;
    min-width: 100px;
    font-size: 12px;
    width: auto;
  }
  .newsearchox1 .form-control {
    border: 1px solid #F3BF37 !important;
  }

  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #495869;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .refbox {
    background: #15212d;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    border-radius: 5px;
  }
  .refbox .boxheader {
    border-bottom: 1px solid #495869;
    padding: 10px;
  }
  .refbox .boxheader label {
    font-size: 1rem;
    margin: 0;
    width: 100%;
  }
  .refbox .boxheader span {
    font-size: 12px;
    margin: 0;
    width: 100%;
  }
  .refbox .boxbottom {
    padding: 10px;
  }
  .refbox .boxbottom label {
    font-size: 1rem;
    margin: 0;
    width: 100%;
  }
  .refbox .boxbottom span {
    font-size: 10px;
    width: 100%;
    margin: 0;
  }

  .mgspc {
    margin-bottom: 5px;
  }
}