body {
  margin: 0px;
  padding: 0px;
  background: #f6f9ff;
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #09285f;
  position: relative;
}

html {
  height: 100%;
  width: 100%;
}


/* ======DEFAULT BROWSER STYLE========= */
#myNewChart-license-text {
display: none !important;
}
.zc-ref {
display: none;
}
a:focus,
a:hover {
  text-decoration: none;
  transition: 300ms ease-in-out;
}

a:focus,
.btn:focus,
.btn:active:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}


/* =========== SPACE CLASSES=========== */

.space3 {
  margin-top: 3px;
}

.space5 {
  margin-top: 5px;
}

.space10 {
  margin-top: 10px!important;
}

.space15 {
  margin-top: 15px;
}

.space20 {
  margin-top: 20px!important;
}

.space25 {
  margin-top: 25px;
}

.space30 {
  margin-top: 30px!important;
}

.space40 {
  margin-top: 40px;
}

.space50 {
  margin-top: 50px!important;
}

.space60 {
  margin-top: 60px;
}

.space70 {
  margin-top: 70px;
}

.space80 {
  margin-top: 80px;
}

.space90 {
  margin-top: 90px;
}

.space100 {
  margin-top: 100px;
}

.space120 {
  margin-top: 120px;
}

.pad0 {
  padding: 0!important;
}

.f300 {
  font-weight: 300 !important;
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

.txt-white {
  color: #fff !important;
}


/*===================Main Stylesheet==================*/

.login-section11 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.login-section1 .login-box1 {
  border-top: 3px solid #5595ff;
  max-width: 440px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 45px;
  box-shadow: 0 0 30px rgba(85, 149, 255, 0.4);
  position: relative;
  width: 100%;
  margin: 100px auto;
}

.login-section1 .login-box1 form {
  margin-top: 50px;
}

.login-section1 .login-box1 .form-control {
  font-size: 14px;
  color: #555555;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 50px;
}

.login-section1 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #5595ff;
}

.login-section1 .custom-control-label {
  font-size: 14px;
  color: #8b8b8b;
  display: flex;
  font-weight: bold;
}

.login-section1 .custom-control-label::after,
.custom-control-label::before {
  top: 3px;
}

.login-section1 .custom-control-label a {
  color: #5595ff;
  margin-left: auto;
}

.show-pwd,
.show-pwd:hover {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 13px;
  border-radius: 4px;
  background-color: #ccf492;
  padding: 7px 8px;
  text-transform: uppercase;
  float: right;
  margin-top: -41px;
  margin-right: 10px;
  visibility: hidden;
}

.login-section1 .login-box1 .form-group:hover .form-control {
  border-color: #5595ff;
}

.form-control:focus {
  color: #5595ff;
  border-color: #5595ff;
  box-shadow: 0 0 0 0.2rem rgba(85, 149, 255, 0.12941176470588237);
}


/*.login-section1 .login-box1 .form-control:hover + .show-pwd{
visibility: visible;
}*/

.btn-login1 {
  color: #fff;
  background-color: #5595ff;
  border-color: #5595ff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-bottom: 4px solid #3c7ce6;
}

.btn-login1:hover {
  background-color: #3c7ce6;
  color: #fff;
  /*box-shadow: 0 3px 0px #46adb4;*/
  border-bottom: 3px solid #5595ff;
}

.watermark2_img {
  display: block;
  margin: 30px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text_sign_in {
  text-align: center;
  color: #566887;
  font-size: 14px;
  margin: 18px 0 0;
}

.text_sign_in a {
  color: #5595ff;
}

.modal_forgot .modal-lg {
  max-width: 665px;
}
.modal-sm {
max-width: 600px;
margin-top: 100px;
}
.modal_forgot .modal-lgg {
  /* max-width: 665px; */
}

.modal_forgot .modal-header {
  background: #5595ff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal_forgot .modal-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.modal_forgot .close {
  color: #5595ff;
  background: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  opacity: 1;
  padding: 0;
  margin: 0;
  font-size: 25px;
}

.modal_forgot .modal-content {
  border-radius: 5px;
  border: 0;
}

.modal_forgot .modal-body h4 {
  font-size: 16px;
  color: #09285f;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

.modal_forgot .modal-body p {
  font-size: 14px;
  color: #566887;
  text-align: center;
  margin-top: 15px;
}

.btn_email {
  background: #5595ff;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 155px;
  height: 45px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}

.input_model .form-control {
  height: 45px;
  font-size: 14px;
  color: #a7aebd;
  border-color: rgba(85, 149, 255, 0.38);
  display: inline-block;
  border-radius: 0;
}

.input_model {
  display: flex;
  max-width: 500px;
  width: 100%;
  margin: 50px auto 40px;
  float: none;
}

.container-width {
  max-width: 1440px;
  width: 100%;
}

.navbar {
  padding: 10px 0;
  background: #ffffff;
  border-bottom: 1px solid #ebf2ff;
}

.navbar-light .navbar-nav .nav-link {
  color: #09285f;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item {
  margin-right: 30px;
}

.navbar-light .navbar-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 20px;
  text-transform: lowercase;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  text-transform: lowercase;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #5595ff;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: fontAwesome;
  border: 0;
  margin-left: 0.3em;
  color: #5595ff;
  vertical-align: top;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #5595ff;
}

.top-head {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 30px #e4eeff;
}

.top_class {
  vertical-align: middle;
  width: 100%;
}

.top_class p {
  color: #09285f;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 34px;
  display: inline-block;
}

.top_class p a {
  display: block;
  color: #5595ff;
  background: transparent;
  border: 1px solid #5595ff;
  text-align: center;
  max-width: 245px;
  height: 35px;
  font-size: 14px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 4px;
  vertical-align: middle;
  float: right;
  transition: .5s ease-in-out;
  width: 100%;
}

.top_class p a:hover,
.top_class p a:focus {
  background: #5595ff;
  color: #fff;
}

.main_sec {
  padding: 60px 0 170px;
}

.main_class {
  display: inline-block;
  width: 100%;
}

.main_class p {
  display: inline-block;
  text-transform: uppercase;
  color: #092960;
}

.main_class p.left_head {
  font-size: 22px;
}

.main_class p.pull-right {
  color: #092960;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.main_box {
  background: #fff;
  margin: 20px 0;
  padding: 20px 30px;
  box-shadow: 0 0 20px #e4eeff;
}

.list_status li a {
  color: #09285f;
  font-size: 14px;
  text-transform: uppercase;
}

.list_status .list-inline-item:not(:last-child) {
  margin-right: 30px;
}

.green {
  color: #31bf54;
}

.red {
  color: #e53a40;
}

.yellow {
  color: #eccc1b;
}

.grey {
  color: #e2e6ee;
}

.list_status li i {
  margin-right: 10px;
}

.list_status {
  margin-bottom: 0;
}

.devide_class .form-control {
  border-radius: 50px;
  border: 1.5px solid #e4eeff;
  font-size: 14px;
  color: #566887;
  width: 360px;
  height: 45px;
  padding: 0 23px;
  padding-right: 50px;
  display: inline-block;
}

.devide_class p {
  font-size: 16px;
  color: #566887;
  display: inline-block;
  text-transform: uppercase;
}

.devide_class .form-group {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}

.devide_class {
  display: inline-block;
}

.devide_class .form-group i {
  display: inline-block;
  margin-left: -40px;
  position: absolute;
  top: 14px;
  right: 20px;
}

.list_status {
  margin-top: 10px;
}

.border_green {
  border-top: 5px solid #31bf54 !important;
}

.shadow-class {
  -webkit-box-shadow: 0px 12px 18px 0px rgba(85, 149, 255, 0.3803921568627451);
  -moz-box-shadow: 0px 12px 18px 0px rgba(85, 149, 255, 0.3803921568627451);
  box-shadow: 0px 12px 18px 0px rgba(85, 149, 255, 0.3803921568627451);
}

.shadow-class1 {
  box-shadow: 0 8px 30px rgba(85, 149, 255, 0.3803921568627451);
}

.circuit_head {
  padding: 20px 17px;
  border-bottom: 1px solid #e4eeff;
  text-transform: uppercase;
  position: relative;
}

.circuit_head:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e4eeff;
  left: 0;
}

.circuit_head h4 {
  font-size: 18px;
  margin: 0;
}

.circuit_head h5 {
  color: #566887;
  font-size: 14px;
  margin: 10px 0;
}

.circuit_head p {
  color: #a7aebd;
  font-size: 14px;
}

.circuit_list p {
  display: inline-block;
  font-size: 14px;
  color: #566887;
  margin-right: 10px;
}

.circuit_list .circuit_status {
  display: inline-block;
  height: 28px;
  width: 39px;
  text-align: center;
  color: #5595ff;
  font-size: 16px;
  line-height: 29px;
  margin: 0 -3px;
  border: 1px solid #5595ff;
}

.circuit_list .circuit_status.filled-class {
  background: #5595ff;
  color: #ffffff;
}

.deg_list {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}

.circuit_list {
  float: right;
}

.deg_list li {
  color: #566887;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.deg_list .list-inline-item {
  margin-right: 5px;
  margin-left: 5px;
  width: 23px;
}

.deg_list span {
  border: 2px solid #000;
  display: block;
  border-radius: 15px;
  margin-bottom: 5px;
}

.green_bg {
  border-color: #31bf54 !important;
}

.grey_bg {
  border-color: #e2e6ee !important;
}

.temp_class p {
  color: #566887;
  font-size: 14px;
  text-transform: uppercase;
}

.temp_class {
  text-align: center;
}

.temp_class h3 {
  font-size: 52px;
  color: #182037;
  margin-bottom: 30px;
  font-weight: 300;
}

.circuit_body {
  padding: 30px;
  position: relative;
}

p .edit_link {
  color: #5595ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  cursor: pointer;
}

.temp_class1 {
  display: block;
  margin: 30px auto 0;
  max-width: 124px;
  width: 100%;
}

.temp_class_border {
  position: relative;
}

.temp_class_border:after {
  position: absolute;
  content: "";
  right: -16px;
  height: 100%;
  background: #e4eeff;
  top: 0;
  width: 1px;
}

.deg_img {
  display: inline-block;
}

.temp_class1 h5 {
  font-size: 14px;
  color: #a7aebd;
  text-align: center;
  text-transform: uppercase;
}

.deg_img p {
  font-size: 22px;
  color: #566887;
  display: inline-block;
  margin-right: 5px;
  font-weight: 300;
}

.mode_text_div {
  text-transform: uppercase;
  text-align: center;
  margin-left: 20px;
  margin-right: 25px;
}

.mode_text {
  text-transform: uppercase;
  text-align: center;
}

.mode_text h4 {
  color: #a7aebd;
  font-size: 14px;
}

.mode_text h5 {
  color: #566887;
  font-size: 14px;
}

hr.border_style {
  margin-top: 20px;
margin-bottom: 20px;
  border-top: 1px solid #e4eeff;
}

.alarm_class a {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #5595ff;
  font-weight: 700;
  border: 1px solid #5595ff;
  max-width: 148px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  display: block;
margin: 0 auto 20px;
}

.alarm_list li img {
  display: block;
  margin: 0 auto 10px;
}

.alarm_list li a {
  color: #a7aebd;
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.5s linear;
}

.alarm_list li {
  width: 32.55%;
}

.alarm_list .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.alarm_list {
  padding-bottom: 70px;
  position: relative;
  background: #f6f9ff;
  padding-top: 30px;
  margin-bottom: 0;
}

.alarm_list:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 2px;
  background: #e4eeff;
  left: 0;
  overflow: hidden;
}

.alarm_list li a:hover {
  color: #5595ff;
}

.alarm_list .grey_img {
  display: block;
}

.alarm_list .color_img {
  display: none;
}

.alarm_list li a:hover .color_img {
  display: block;
}

.alarm_list li a:hover .grey_img {
  display: none;
}

.bootm-circuit1 {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.bootm-circuit {
  padding-top: 60px;
}

.arrow_down {
  color: #828ea3;
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.arrow_down i {
  height: 40px;
  width: 40px;
  background: transparent;
  text-align: center;
  border-radius: 50px;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 10px;
  transition: .5s linear;
}

.arrow_down:hover i {
  background: #e2e8f4;
  color: #5595ff;
}

.bootm-circuit.temp_class_border:after {
  height: 83%;
  top: 18px;
}

.fremont_block {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.main_box1 {
  border: 1px solid #e4eeff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
  background: #ffffff;
  transition: .5s linear;
}

.main_box1:hover {
  -webkit-box-shadow: 0px 12px 18px 0px rgba(85, 149, 255, 0.3803921568627451);
  -moz-box-shadow: 0px 12px 18px 0px rgba(85, 149, 255, 0.3803921568627451);
  box-shadow: 0px 12px 18px 0px rgba(85, 149, 255, 0.3803921568627451);
}

.circuit_space {
  margin: 30px 0 0;
}

.red_bg {
  border-color: #e53a40 !important;
}

.yellow_bg {
  border-color: #eccc1b !important;
}

.border_red {
  border-top: 5px solid #e53a40 !important;
}

.border_yellow {
  border-top: 5px solid #eccc1b !important;
}

.border_grey {
  border-top: 5px solid #e2e6ee !important;
}

.circuit_list .circuit_status.circuit_status1.grey-filled {
  background: #a7aebd;
  color: #ffffff;
}

.circuit_list .circuit_status.circuit_status1 {
  color: #a7aebd;
  border: 1px solid #a7aebd;
}

.overlay_class .blur_part {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(8px);
z-index: 999;
}

.overlay_class .arrow_down {
  bottom: -30px;
}

.overlay_class .offline_unit {
  text-transform: uppercase;
  font-size: 16px;
  color: #a7aebd;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  filter: alpha(opacity=100);
}

.copyright {
  background: #dfe3eb;
  padding: 15px 0;
}

.copyright p {
  margin: 0;
  color: #566887;
  font-size: 14px;
  text-align: center;
}

.img_position {
  position: relative;
}

.foot-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.modal_forgot.modal_reg .modal-lg {
  max-width: 600px;
  margin-top: 100px;
}
.modal_forgot.modal_reg .modal-lgg {
  /* max-width: 600px; */
  margin-top: 100px;
}

.modal_reg .modal-body {
  padding: 1rem 70px;
}

.modal_forgot.modal_alarm .modal-lg {
  margin-top: 100px;
  max-width: 900px;
}
.modal_forgot.modal_alarm .modal-lgg {
  margin-top: 100px;
  /* max-width: 900px; */
}

.modal {
  background: rgba(0, 0, 0, 0.82);
}

.modal_alarm .table thead th {
  border-bottom: 1px solid #dee2e6;
  font-size: 12px;
  color: #566887;
  border-top: 0;
  text-transform: uppercase;
}

.modal_alarm .table td {
  font-size: 13px;
  font-weight: 500;
}

.modal_alarm .table thead th:nth-child(3) {
  width: 40%;
}

.modal_alarm .table td:nth-child(2) {
  color: #e53a40;
}

.edit_point-block1 input {
  border: 0;
  font-size: 52px;
  color: #182037;
  text-align: center;
  width: 100px;
  display: inline-block;
  height: 54px;
  margin: 2px 0 37px;
}

.btn_number {
  display: inline-block;
}

.btn_number button {
  display: inline-block;
  border: 0;
  background: #fff;
  font-size: 30px;
  height: 30px;
  width: 30px;
  border: 1px solid #5595ff;
  line-height: 2px;
  color: #5595ff;
  margin-bottom: 50x;
  position: relative;
  top: -10px;
}

.edit_point-block1 {
  display: none;
}

.register-page1 select,
.log_popup select {
  -webkit-appearance: none;
  background: url(../img/arrow.png)no-repeat;
  background-position: 95% 50%;
  -moz-appearance: none;
  appearance: none;
}

.register-page1 select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.top_class p.modal-plus {
  display: none;
}

.devide_class .sarch_icon {
  display: none;
}

.dropdown-item {
  text-transform: uppercase;
}

.modal_alarm#myModal2 .table td:first-child,
.modal_alarm#myModal3 .table td:first-child {
  color: #000f4c;
  width: 30%;
}

.modal_alarm#myModal2 .table td:last-child,
.modal_alarm#myModal3 .table td:last-child {
  color: #566887;
}

.modal-body .data_top {
  display: inline-block;
  float: right;
}

.modal-body .data_top p {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #a7aebd;
  margin-left: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}

.modal-body .data_top form {
  display: inline-block;
}

.modal-body .data_top .form-group {
  display: inline-block;
}

.modal-body .data_top .form-group select,
.modal-body .data_top .form-group label {
  display: inline-block;
}

.modal-body .data_top p i {
  margin-right: 10px;
  color: #566887;
}

.modal-body .data_top select.form-control {
  height: 35px;
  border: 1px solid #e5efff;
}

.modal4 p {
  font-size: 14px;
  color: #566887;
  text-align: center;
}

.modal4 p span {
  font-size: 22px;
  color: #000f4c;
}

.modal4 .modal-body .col_class {
  position: relative;
}

.modal4 .modal-body .col_class:after {
  content: "";
  position: absolute;
  background: #cccccc4f;
  top: 0;
  height: 100%;
  width: 1px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.nav-tabs {
  margin: 50px 0;
  border-bottom: 0;
  border-bottom: 1px solid #a7aebd;
}

.nav-tabs .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #a7aebd;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: 1px solid transparent;
  color: #5595ff;
  border-bottom: 1px solid #a7aebd !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  border-bottom: 2px solid #5595ff !important;
}

.zc-ref {
  display: none;
}


/* ul{
    padding: 5px;
    margin: 5px;
  } */

.charts b {
  font-size: 10px;
}

.panel>.panel-heading {
  background-image: none;
  background-color: gray;
  color: white;
}

.charts {
  margin: 15px;
}

.log_popup.login-section1 .login-box1 {
  border-top: none;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: inherit;
  width: 100%;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
  -wibkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.log_popup.login-section1 .login-box1 form {
  margin-top: 0;
}

.login-section1.log_popup {
  padding: 30px;
}

.log_popup select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.log_popup.login-section1 .login-box1 .form-control {
  border: 1px solid #cee0fe;
}

.log_popup .form-control:focus {
  background-color: #f2f4f9;
}

.log_popup .btn-login1 {
  max-width: 180px;
  display: block;
  margin: 20px auto 0;
}

#myModal3 .btn-primary {
  color: #566887;
  background-color: transparent;
  border-color: transparent;
  font-size: 13px;
  padding: 0;
  font-weight: 500;
}

#myModal3 .dropdown-toggle::after {
  color: #566887;
}

#myModal3 .btn-primary:focus,
#myModal3 .btn-primary.focus {
  box-shadow: none;
}

#myModal3 .table,
.modal-table .table {
  border-bottom: 1px solid #caced7;
}

#myModal3 .table thead th,
.modal-table .table thead th {
  border-bottom: 1px solid #caced7;
}

#myModal3 .table td,
.modal-table .table td {
  border-top: 1px solid #eeeeee;
}

.btn-login1.btn_save {
  display: block;
  margin: 20px auto 0;
  padding: 0 60px;
}

#myModal3 .table td,
#myModal3 .table th,
.modal-table .table td,
.modal-table .table th {
  padding: 10px 30px;
}

.error_class {
  display: none;
  font-size: 14px;
  color: #092960;
  background: #f7d8d9;
  padding: 5px 15px;
  text-align: center;
  font-weight: 500;
}

.success_class {
  display: none;
  font-size: 14px;
  color: #092960;
  background: #d6f2d3;
  padding: 5px 15px;
  text-align: center;
  font-weight: 500;
}

.show1 {
  display: block;
  margin-top: -20px;
  margin-bottom: 1rem;
}

.outline {
  border-color: red !important;
}

.register-page1 .error_class {
  text-align: left;
}

.error_class i {
  color: red;
  margin-right: 10px;
}

.reg_modal .btn-login1 {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 30px auto;
}

.reg_modal p {
  font-weight: 500;
}

.err-show {
  display: block;
  margin: 20px auto -20px;
  max-width: 500px;
  width: 100%;
  display: block;
}

.success_here {
  display: none;
}

h5.status_class {
  color: #5595ff;
  cursor: pointer;
}


/*.deg_list{
display: none;
}*/

.main_box1 img {
  cursor: pointer;
}

.success_block p {
  text-align: left !important;
}

.success_block {
  margin-left: 70px;
  margin-top: 25px;
}

.success_here h4 {
  text-transform: uppercase;
}

p.info_text {
  font-size: 12px !important;
  text-align: center !important;
  font-style: italic;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.email_disable.form-control:disabled,
.email_disable.form-control[readonly] {
  background-color: rgba(206, 224, 254, 0.35);
}

.info_text2 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.info_text2 a {
  text-transform: uppercase;
  color: #5595ff;
}

#myModal6 .modal-body {
  padding-bottom: 30px;
}

.sensor_list li {
  font-size: 13px;
  text-transform: uppercase;
  width: 31%;
  color: #a7aebd;
}

.sensor_list li span.sensor_class {
  font-size: 22px;
  color: #566887;
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.sensor_list li span.green_dot {
  height: 10px;
  width: 10px;
  background: #31bf54;
  display: inline-block;
  border-radius: 50px;
  margin-right: 7px;
  margin-bottom: 3px;
}

.sensor_list li span.deg_span {
  color: #a7aebd;
}

.monthrange {
  width: 185px;
  border-radius: 4px;
  display: flex;
  border: 1px solid #d7dbe5;
  background-color: #fbfbfb;
  z-index: 99999;
  position: relative;
  height: 40px;
}

.monthrange .form-control {
  background-color: #fbfbfb;
  font-size: 14px;
  color: #333e48;
  border: 0;
  padding: 0;
  text-align: center;
  width: 80px;
}

.monthrange .form-control:focus {
  box-shadow: none;
}


/*.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after{
display: none;
}*/

.datepicker.dropdown-menu {
  color: #333e48;
  background-color: #fff;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.active.active {
  color: #ffffff;
  background-color: #44bbc2;
}

.datepicker table tr td span {
  display: block;
  width: 31%;
  height: auto;
  line-height: 35px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 2px;
}

.daterange_picker {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.cal_div i {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cal_div {
  position: relative;
  float: right;
  margin-bottom: 20px;
}

.report_modal .topbar {
  text-align: right;
}
.report_modal .topbar li:first-child {
  float: left;
}
.report_modal .topbar li {
  vertical-align: middle;
}
.modal-backdrop,
.modal-backdrop.show {
  background-color: #000611;
}
.report_modal.modal_forgot .modal-lgg {
  max-width: 970px;
  margin-top: 100px;
  width: 97%;
}
.mail_sent {
  color: #31bf54;
  background: #effff3;
  border: 1px solid #31bf54;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 5px;
  opacity: 0;
}
.report_modal .topbar li a {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.report_modal .topbar li a i {
  color: #566887;
}
.report_modal .topbar .list-inline-item:not(:last-child) {
  margin-right: 16px;
}
.report_modal .topbar .list-inline-item:not(:first-child) {
  margin-top: 16px;
}
.modal_forgot.report_modal .modal-body h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 26px;
}
.modal_forgot.report_modal .modal-body .media-body p {
  font-size: 12px;
  color: #566887;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.company_box {
  border: 1px solid #5595ff;
  border-radius: 5px;
  margin-top: 30px;
  background: #f6f9ff;
  padding: 15px;
}
.company_box .contact_detail {
  margin: 15px 0 0;
}
.company_box .contact_detail li span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #5595ff;
}
.company_box .contact_detail li {
  text-transform: uppercase;
  padding: 2px 0 2px 10px;
  border-left: 2px solid #5595ff;
  margin-right: 40px;
  font-size: 12px;
  color: #566887;
  text-align: left;
}
.report_modal .card {
  border: 1px solid #cee0fe;
  border-radius: 5px;
  margin-bottom: 15px;
}
.report_modal .card-header:first-child {
  border-radius: 5px 5px 0 0;
}
.report_modal .report_status {
  margin: 10px 0 0;
  text-align: right;
}
.report_modal .report_range .card-header:first-child {
  border-radius: 5px;
  text-align: left;
  border: 0;
}
.report_modal .report_range .dropdown {
  display: inline-block;
}
.report_modal .report_range .dropdown.date {
  width: 210px;
}
.report_modal .report_range .dropdown.min,
.report_modal .report_range .dropdown.min .dropdown-menu {
  width: 100px;
  min-width: 100px;
}

.report_modal .report_range .dropdown .btn {
  font-size: 12px;
  border: 1px solid #cee0fe;
  background: #fff;
  text-align: left;
  width: 100%;
  height: 40px;
  margin-left: 10px;
  outline: none;
  box-shadow: none;
  color: #09285f;
}
.report_modal .report_range .dropdown-toggle::after {
  content: "";
  right: 5px;
  position: absolute;
  width: 0;
  border-top: 5px solid #566887;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 18px;
}
.report_modal .cal_div {
  position: relative;
  margin: 0;
  float: none;
}
.report_modal .cal_div .daterange_picker {
  font-size: 12px;
  border: 0;
  padding: 8px 15px;
  color: #09285f;
  outline: none;
  box-shadow: none;
  background: transparent;
  text-align: left;
  border-radius: 0;
}
/* .zc-scale-item {
  opacity: 0 !important;
} */
.report_modal .report_range .dropdown-menu {
  width: 100%;
  color: #09285f;
  border: 1px solid #cee0fe;
  border-radius: 0.25rem;
  font-size: 12px;
  margin: 0;
}
.dropdown-item {
  padding: 8px 15px;
  color: #09285f;
}
.cal_div input {
  cursor: pointer;
}
.cal_div input::-webkit-input-placeholder {
  color: #566887;
}
.cal_div input:-ms-input-placeholder {
  color: #566887;
}
.cal_div input::placeholder {
  color: #566887;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.report_modal .cal_div .daterange_picker:hover,
.report_modal .cal_div .daterange_picker:focus {
  background-color: #f4f4f4;
  color: #09285f;
  cursor: pointer;
}
.report_modal .report_status li {
  font-size: 12px;
  text-transform: uppercase;
}
.report_modal .report_status li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.dot.danger {
  background: #e53a40;
}
.dot.success {
  background: #31bf54;
}
.dot.warning {
  background: #eccc1b;
}
.report_modal .card-header {
  padding: 0.57rem 1.25rem;
  margin-bottom: 0;
  background-color: #f6f9ff;
  border-bottom: 1px solid #cee0fe;
  color: #566887;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.report_modal .number {
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  line-height: 45px;
  margin: 10px auto;
}
.report_modal .blue_number {
  color: #182037;
}
.report_modal .green_number {
  color: #31bf54;
}
.report_modal .red_number {
  color: #e53a40;
}
.report_modal .yellow_number {
  color: #eccc1b;
}
.report_modal .fromdate,
.report_modal .todate {
  font-size: 12px;
  text-align: center;
}
.report_modal .time_picker {
  text-align: center;
  margin-bottom: 15px;
}
.report_modal .time_picker select {
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 5px;
}
.chart_box.card-body {
  padding: 11px 1.25rem;
}
.circuit_head.packege-header {
text-align: center;
padding: 15px;
background: #f6f9ff;
border-bottom: 0;
}
.circuit_head.packege-header h4 {
font-size: 16px;
font-weight: 500;
color: #566887;
}
.packege-price {
text-align: center;
padding: 20px 0px;
border-bottom: 1px solid #e4eeff;
}
.packege-price h1 {
font-size: 45px;
}
.packege-price {
text-align: center;
padding: 20px 0px;
}
.packege-price span {
font-size: 12px;
text-transform: uppercase;
font-weight: 100;
color: #000f4c;
}
.packege-price p {
font-size: 14px;
text-transform: uppercase;
font-weight: 100;
color: #000f4c;
}
.packege-select {
padding: 10px 40px;
display: inline-block;
margin-top: 15px;
background: #5595ff;
color: #fff !important;
border-bottom: 3px solid #3c7ce6;
border-radius: 5px;
text-transform: uppercase;
}
.packege-feature ul {
padding: 0;
}
.packege-feature {
text-align: center;
margin-top: 30px;
}
.packege-feature ul li {
list-style: none;
color: #000f4c;
font-weight: 200;
font-size: 14px;
line-height: 35px;
text-align: left;
padding-left: 11%;
}
.packege-feature ul li:before {
content: '';
display: inline-block;
height: 20px;
width: 20px;
background-image: url(../img/li-style.png);
background-repeat: no-repeat;
background-size: cover;
top: 4px;
left: -10px;
position: relative;
}
.packege-main-box {
padding-bottom: 0;
box-shadow: 0 0 20px #e4eeff;
}
.pureyad1, .pureyad2, .pureyad3, .pureyad4, .pureyad5{
overflow: hidden;
height: 145px;
}
.purgex1, .purgex2, .purgex3, .purgex4, .purgex5{
margin-top: -66px;
color: #5595ff;
padding: 54px 0px 15px;
text-transform: uppercase;
font-size: 15px;
position: relative;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0.9836309523809523) 47%, rgba(255,255,255,0) 100%);
}
.purgex1 p, .purgex2 p, .purgex3 p, .purgex4 p, .purgex5 p {
cursor: pointer;
}
.packege-feature i {
font-size: 18px;
position: relative;
margin-top: 6px;
margin-left: 5px;
}
.purgex1.more, .purgex2.more, .purgex3.more, .purgex4.more, .purgex5.more{
background: transparent;
}
.pricing-subscribed .dropdown-toggle::after {
display: none;
}
.dropdown.pricing-subscribed button {
padding: 10px 25px;
display: inline-block;
margin-top: 15px;
background: #31bf54;
border: 0;
color: #fff;
border-bottom: 3px solid #259a4c;
border-radius: 5px;
text-transform: uppercase;
}
button.btn.btn-primary.dropdown-toggle i {
margin-left: 5px;
}
.pricing-subscribed ul.dropdown-menu.show {
background: #fff;
width: 220px;
font-size: 14px;
text-transform: uppercase;
padding: 15px;
}
.pricing-subscribed ul.dropdown-menu.show a {
color: #e53a40;
}
.pricing-subscribed .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background: #31bf54;
border: 0;
border-bottom: 3px solid #259a4c;
border-radius: 5px;
}
.cancelation-popup-content p {
text-align: left !important;
font-size: 16px !important;
font-weight: 300;
}
p.cancelation-uppercase {
text-transform: uppercase;
}
p.warning {
background: #f8d9d9;
padding: 5px 0px;
font-size: 14px;
color: #566887;
text-align: center;
margin-top: 15px;
font-size: 15px;
font-weight: 300;
}
p.warning i {
color: #e53a40;
}
.modal-body.verification_here.cancelation-popup-style h4 {
text-transform: uppercase;
color: #e53a40;
font-size: 18px;
}
.cancelation-popup-btn a {
border: 1px solid;
padding: 15px 45px;
display: inline-block;
}
.cancelation-popup-btn {
text-align: center;
margin-top: 25px;
margin-bottom: 20px;
}
a.cancelation-no {
background: #007bff;
color: #fff;
border: 1px solid #007bff;
}
p.packege-price-bill {
font-size: 13px;
margin-top: 5px;
}
.dropdown.pricing-subscribed button {
margin-top: 8px;
margin-bottom: 7px;
}
.price-top {
background: #fff;
padding: 25px 35px;
margin-bottom: 25px;
box-shadow: 0 0 20px #e4eeff;
}

.toggle, .toggler {
display: inline-block;
vertical-align: middle;
margin: 10px;
}
.toggler {
color: #ddd;
transition: .2s;
text-transform: uppercase;
font-size: 15px;
font-weight: 200;
}
.toggler--is-active {
color: #5595ff;
}
.b {
display: block;
}
.toggle {
position: relative;
width: 55px;
height: 25px;
border-radius: 100px;
background-color: #5595ff;
overflow: hidden;
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.check {
position: absolute;
display: block;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 6;
}
.check:checked ~ .switch {
right: 2px;
left: 57.5%;
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-property: left, right;
transition-delay: .08s, 0s;
}
.switch {
position: absolute;
left: 2px;
top: 2px;
bottom: 2px;
right: 57.5%;
background-color: #fff;
border-radius: 36px;
z-index: 1;
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-property: left, right;
transition-delay: 0s, .08s;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-section {
padding: 110px 0 150px 0;
float: left;
width: 100%;
text-align: center;
}
.hide{
display: none;
}
.price-top-toggle img {
width: 120px;
}
.main_box.pricing-main-box {
background: transparent;
padding: 0;
box-shadow: none;
}
/*======================Media-Query=====================*/
@media (max-width: 1600px) {
  .login-section1 .login-box1 {
    margin: 100px auto;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    -wibkit-transform: none;
    -moz-transform: none;
    position: relative;
  }
  .watermark2_img {
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    display: block;
    margin: 0 auto 25px;
  }
  .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1440px) {
  .deg_list .list-inline-item {
    width: 20px;
  }
  .circuit_list .circuit_status {
    width: 30px;
  }
  .edit_point-block1 input {
    width: 90px;
  }
}
@media (max-width: 1366px) {
  .edit_point-block1 input {
    width: 80px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .top_class p a {
    font-size: 13px;
  }
  .top_class p {
    font-size: 14px;
  }
  .main_class p.left_head {
    font-size: 18px;
  }
  .list_status li a {
    font-size: 13px;
  }
  .circuit_head h4 {
    font-size: 16px;
  }
  p .edit_link {
    font-size: 12px;
  }
  .circuit_head p {
    font-size: 13px;
  }
  .temp_class p {
    font-size: 13px;
  }
  .temp_class1 h5 {
    font-size: 13px;
  }
  .mode_text h5 {
    font-size: 13px;
  }
  .mode_text h4 {
    font-size: 13px;
  }
  .alarm_class a {
    font-size: 13px;
  }
  .alarm_list li a {
    font-size: 13px;
  }
  .temp_class h3 {
    font-size: 40px;
  }
  .edit_point-block1 input {
    font-size: 30px;
  }
  .devide_class p {
    font-size: 14px;
  }
  .circuit_head h5 {
    font-size: 13px;
  }
  .main_class p.pull-right {
    font-size: 13px;
  }
  .btn_number button {
    top: 0px;
  }
}
@media (max-width: 1280px) {
  .circuit_list .circuit_status {
    width: 27px;
  }
  .deg_list .list-inline-item {
    width: 17px;
  }
  .edit_point-block1 input {
    width: 60px;
  }
  p .edit_link {
    font-size: 12px;
  }
  .temp_class h3 {
    font-size: 35px;
  }
  .circuit_head h4 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .modal {
    padding-right: 0 !important;
  }
  .circuit_head h5 {
    font-size: 12px;
  }
  .circuit_head h4 {
    font-size: 12px;
  }
  .circuit_head p {
    font-size: 12px;
    margin-right: 4px;
  }
  .circuit_list .circuit_status {
    width: 19px;
    height: 24px;
    font-size: 12px;
    line-height: 21px;
  }
  .deg_list li {
    font-size: 12px;
  }
  .deg_list .list-inline-item {
    width: 15px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .alarm_list li a {
    font-size: 12px;
  }
  .alarm_list li {
    width: 32.3%;
  }
  .edit_point-block1 input {
    width: 30px;
    font-size: 20px;
    height: 30px;
    padding: 0;
    color: #000;
  }
  .btn_number button {
    font-size: 24px;
    height: 24px;
    width: 25px;
    top: 0;
    text-align: center;
    padding: 0;
  }
  .temp_class h3 {
    font-size: 40px;
  }
  .devide_class .form-control {
    width: 270px;
  }
  .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
  }
  .list_status li a {
    font-size: 12px;
  }
  .alarm_class a {
    font-size: 12px;
    max-width: 100px;
  }
  .sensor_list li {
    width: 30%;
  }
.packege-price h1 {
  font-size: 35px;
}
.packege-select {
  padding: 8px 40px;
}
.dropdown.pricing-subscribed button {
  padding: 8px 25px;
}
}
@media (max-width: 991px) {
  .company_box .contact_detail li {
    margin-right: 20px;
  }
  .report_modal .topbar .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
  .report_modal .report_range .card-header:first-child {
    font-size: 10px;
  }
  .report_modal .report_range .dropdown.date {
    width: 180px;
  }
  .report_range .col-md-5 {
    padding-left: 0;
  }
  .report_modal .report_status {
    margin: 12px 0 0;
    text-align: right;
  }
  .report_modal .report_status li {
    font-size: 10px;
  }
  .report_modal .report_status li.list-inline-item:not(:last-child) {
    margin-right: 0.2rem;
  }
  .report_modal .report_range .dropdown.min,
  .report_modal .report_range .dropdown.min .dropdown-menu {
    width: 80px;
    min-width: 80px;
  }
  .list_status .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
  .list_status li i {
    margin-right: 3px;
  }
  .list_status li a {
    font-size: 13px;
  }
  .devide_class p {
    font-size: 12px;
  }
  .devide_class .form-group {
    margin-left: 5px;
  }
  .devide_class .form-control {
    width: 211px;
    font-size: 12px;
  }
  .temp_class p {
    font-size: 11px;
  }
  .temp_class h3 {
    font-size: 25px;
  }
  .edit_point-block1 input {
    width: 25px;
    font-size: 16px;
  }
  .navbar-light .navbar-nav .nav-item {
    margin-right: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  .navbar-light .navbar-nav .nav-item:last-child {
    margin-left: 10px;
  }
  .btn_number button {
    font-size: 14px;
    height: 19px;
    width: 21px;
    top: 0px;
  }
  .circuit_body {
    padding: 20px 10px;
  }
  .img_foot {
    max-width: 600px;
    width: 100%;
  }
  .mode_text h4 {
    font-size: 12px;
  }
  .mode_text h5 {
    font-size: 12px;
  }
  .temp_class1 h5 {
    font-size: 12px;
  }
  .deg_img p {
    font-size: 14px;
    text-align: center;
  }
  .alarm_class a {
    font-size: 12px;
  }
  .modal_alarm .table thead th {
    font-size: 12px;
  }
  .modal_alarm .table td {
    font-size: 12px;
  }
  .modal_alarm .table thead th:nth-child(3) {
    width: 30%;
  }
  .modal_forgot.modal_alarm .modal-lg {
    max-width: 730px;
  }
  .list_status li a {
    font-size: 11px;
  }
  /*=============================*/
  .main_sec {
    padding: 50px 0 250px;
  }
}

@media (max-width: 767px) {
  .report_modal .report_range .dropdown-menu {
    transform: none !important;
    top: 40px !important;
  }
  .report_modal .topbar {
    text-align: left;
  }
  .mail_sent {
    font-size: 10px;
  }
  .company_box .media {
    margin: 0 auto;
    max-width: 230px;
  }
  .company_box .text-right {
    text-align: center !important;
  }
  .report_range .col-md-7 span {
    display: block;
    margin-bottom: 5px;
  }
  .report_modal .report_status {
    text-align: center;
  }
  .report_modal .report_range .dropdown .btn {
    margin-left: 0;
  }
  .company_box .contact_detail li {
    margin-right: 15px;
  }
  .company_box .contact_detail li:last-child {
    margin-right: 0;
  }
  .modal-open .login-section1 .login-box1 {
    display: none;
  }
  .edit_point-block1 input {
    width: 50px;
    z-index: 999;
    position: relative;
    line-height: 17px;
  }
  .navbar-nav .dropdown-menu {
    margin: 0 15px;
  }
  .modal_forgot .modal-body h4 {
    font-size: 12px;
  }
  .navbar-nav {
    padding-top: 20px;
  }
  .dropdown-menu {
    font-size: 12px;
  }
  .error_class {
    font-size: 12px;
  }
  .modal-body .data_top p {
    font-size: 10px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  .modal4 .modal-body .col_class:after {
    content: none;
  }
  .modal-body .data_top p i {
    margin-right: 5px;
  }
  #myModal3 .table td,
  #myModal3 .table th,
  .modal-table .table td,
  .modal-table .table th {
    padding: 10px 10px;
  }
  .modal_alarm#myModal2 .table td:first-child,
  .modal_alarm#myModal3 .table td:first-child {
    color: #000f4c;
    width: 60%;
  }
  .devide_class .sarch_icon {
    display: inline-flex;
    float: right;
  }
  .devide_class .form-group i {
    padding-top: 0;
    top: 5px;
  }
  .devide_class .sarch_box {
    display: none;
  }
  .top_class p.reg_btn-cls {
    display: none;
  }
  .top_class p a {
    display: contents;
    border: 0;
    width: 100%;
    float: right;
  }
  .top_class p.modal-plus {
    display: block;
  }
  .login-section1 .login-box1 {
    padding: 20px;
    margin: 15px;
    width: 90%;
    top: auto;
    transform: none;
    -wibkit-transform: none;
    -moz-transform: none;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .watermark2_img {
    bottom: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 30px;
  }
  .deg_list {
    float: none;
    text-align: center;
  }
  .login-section1 {
    display: block;
    padding-top: 20px;
  }
  .login-box1 > img {
    width: 150px;
  }
  .modal_forgot .modal-body p {
    font-size: 12px;
  }
  .navbar-light .navbar-brand {
    margin-left: 15px;
  }
  .navbar-toggler {
    margin-right: 15px;
  }
  .main_sec {
    padding: 30px 0 30px;
  }
  .btn_number button {
    top: -5px;
    padding: 0;
    text-align: center;
  }
  .navbar-nav .nav-link {
    padding-left: 15px;
  }
  .navbar-light .navbar-nav .nav-item:last-child {
    margin-left: 0;
  }
  .main_box {
    padding: 20px 15px;
  }
  .devide_class {
    width: 100%;
  }
  /*.devide_class .form-control {
    width: auto;
    height: 27px;
    border: 0;
    padding: 0 10px;
    margin-right: 0;
 }*/
  .devide_class .form-control {
    max-width: 140px;
    width: 100%;
    height: 27px;
    border: 0;
    padding: 0 40px 0 10px;
    margin-right: 0;
  }
  .img_foot {
    max-width: 180px;
  }
  .copyright p {
    font-size: 12px;
  }
  .top_class p {
    font-size: 14px;
  }
  .foot-logo {
    max-width: 150px;
  }
  .top-head {
    padding: 10px 0;
  }

  .modal_reg .modal-body {
    padding: 1rem 15px;
  }
  .temp_class1 {
    max-width: 100%;
  }
  .temp_class1 h5 {
    text-align: left;
    padding-left: 24px;
  }
  .mode_text h4 {
    text-align: left;
    padding-left: 24px;
  }
  .deg_img {
    display: block;
    margin: 0 auto;
    max-width: 116px;
    width: 100%;
  }
  /*=================================*/
  .main_sec {
    padding: 60px 0 310px;
  }
.toggler {
  font-size: 12px;
}
.toggle, .toggler {
  margin: 5px;
}
.price-top-right {
  display: inline-block;
}
.price-top-toggle img {
  width: 120px;
  width: 90px;
  right: -18px;
  top: -9px;
}

  @media (max-width: 375px) {
    .devide_class .form-group {
      margin-left: 3px;
    }
    .list_status li a {
      font-size: 11px;
    }
  }
}
@media (max-width: 350px) {
  .report_modal .report_range .dropdown.date {
    width: 153px;
  }
  .company_box .text-right {
    text-align: left !important;
  }
  .login-box1 > img {
    width: 100px;
  }
  .mail_sent {
    font-size: 8px;
  }
  .company_box .contact_detail li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 320px) {
  .login-section1 .custom-control-label {
    font-size: 12px;
  }
  .top_class p {
    font-size: 12px;
  }
  .top_class p a {
    height: 35px;
    font-size: 12px;
    padding: 0 10px;
  }
  .alarm_list li {
    width: 32.2%;
  }
  .alarm_list li a {
    font-size: 10px;
  }
  .devide_class .form-control {
    width: 150px;
  }
  .circuit_list .circuit_status {
    width: 15px;
    height: 20px;
    font-size: 9px;
    line-height: 19px;
  }
  .circuit_head p {
    font-size: 10px;
    margin-right: 4px;
  }
  .deg_list .list-inline-item {
    width: 11px;
    font-size: 9px;
  }
  .circuit_head h4 {
    font-size: 11px;
  }
  .list_status li a {
    font-size: 9px;
  }
  .temp_class1 h5 {
    padding-left: 10px;
  }
  .mode_text h4 {
    padding-left: 10px;
  }
}        