﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  outline: none !important;
  transition: 0.4s;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #f8f8fb;
}

ul, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:hover {
  text-decoration: none;
  outline: none;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

button:hover {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  text-decoration: none;
  outline: none;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

.container {
  max-width: 1170px;
}

.align-item-center {
  align-items: center;
}

.start-end {
  align-items: flex-end;
}

.avatar-md {
  width: 80px;
  height: 80px;
}

.avatar-title {
  border-radius: 4px;
  padding: 6px;
}

.form-label {
  margin-bottom: 5px;
}

.toggled .brand-logo {
  flex: 0 0 70px !important;
  max-width: 70px !important;
}

.toggled .d-flex {
  flex: 0 0 calc(100% - 70px) !important;
}
.logo-lg {
    max-width: 100%!important;
}

.toggled .vertical-menu {
  width: 70px;
}

.toggled .main-content {
  margin-left: 70px;
}

.toggled .name {
  display: block ruby;
  opacity: 0;
  visibility: hidden;
}

.toggled .menu-ico {
  margin: 0 !important;
}

.toggled .navbar-brand-box img {
  max-width: 45px !important;
}

.logo-lg {
  max-width: 120px;
}

.navbar-brand-box {
  background: #3c8dbc !important;
}

.bg-info.bg-soft {
  background-color: rgba(80, 165, 241, 0.25) !important;
}

/* custom radio */
.price-check {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6D6D6D;
}

.price-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.price-check .check-lb {
  margin: 2px 0 0 0;
}

.price-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #3c8dbc;
}

.price-check:hover input ~ .checkmark {
  background-color: #ebebeb;
}

.price-check input:checked ~ .checkmark {
  background-color: #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.price-check input:checked ~ .checkmark:after {
  display: block;
}

.price-check .checkmark:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3c8dbc;
}

/* custom radio close */
.chekbx-tble .checkmark {
  top: -9px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  height: 20px;
  width: 20px;
}

.chekbx-tble .charge-check .checkmark::after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
}

/* custom checkbox */
.charge-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6D6D6D;
}

.charge-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #3c8dbc;
}

.charge-check input:checked ~ .checkmark {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.charge-check input:checked ~ .checkmark:after {
  display: block;
}

.charge-check .checkmark:after {
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom checkbox close */
.dashboard-details {
  margin: 20px 0 0 0;
}

.dashboard-details .list-blocks-main ul {
  margin: 0;
  padding: 0;
}

.dashboard-details .list-blocks-main li {
  margin: 0 0 3px 0;
  text-align: center;
}

.dashboard-details .list-blocks-main li:last-child {
  margin: 0;
}

.sm-box-one {
  max-width: 175px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  position: relative;
  background: #3b8ced;
}

.sm-box-one::before {
  content: "";
  position: absolute;
  width: 100px;
  background: #3b8ced;
  top: 0;
  left: -22px;
  transform: skewX(18deg);
  height: 100%;
}

.sm-box-one::after {
  content: "";
  position: absolute;
  width: 100px;
  background: #3b8ced;
  top: 0;
  right: -22px;
  transform: skewX(-18deg);
  height: 100%;
  z-index: -1;
}

.sm-box-one p {
  font-size: 12px;
  margin: 0 0 3px 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.53);
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}

.sm-box-one h5 {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.sm-box-two {
  max-width: 110px;
  margin: 0 auto;
  padding: 22px 0 20px 0;
  position: relative;
  background: #41cee0;
}

.sm-box-two h5 {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.sm-box-two::before {
  content: "";
  position: absolute;
  width: 50px;
  background: #41cee0;
  top: 0;
  left: -17px;
  transform: skewX(18deg);
  height: 100%;
  z-index: -1;
}

.sm-box-two::after {
  content: "";
  position: absolute;
  width: 50px;
  background: #41cee0;
  top: 0;
  right: -17px;
  transform: skewX(-18deg);
  height: 100%;
  z-index: -1;
}

.bg-color3 {
  background: #33c7b3;
}

.bg-color4 {
  background: #e84f5c;
}

.bg-color5 {
  background: #ff7d4b;
}

.bg-color6 {
  background: #e6b93b;
}

.bg-color7 {
  background: #3b8ced;
}

.sm-box-two p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.53);
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}

.mini-stats-wid .text-muted {
  font-weight: 500;
}
.mini-stats-wid h5 {
  font-size: 19px;
}

.sm-box {
  max-width: 110px;
  margin: 0 auto;
  padding: 10px 0;
}

.sm-box h5 {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.sm-box p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.53);
  text-transform: uppercase;
  font-weight: 600;
}

.page-title-right li {
  font-size: 12px;
  color: #74788d;
  font-weight: 400;
}

.dropdown-menu-end[style] {
  min-width: 155px;
}

.dashboard-details .s-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 30px #e6e6ee;
  padding: 15px;
  margin: 0 0 20px 0;
}

.dashboard-details .s-card .s-cr-top {
  display: flex;
  align-items: center;
  min-height: 86px;
}

.dashboard-details .s-card .s-cr-top .cr-lft {
  flex: 0 0 calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}

.dashboard-details .s-card .s-cr-top .cr-lft .cr-flex {
  text-align: center;
}

.dashboard-details .s-card .s-cr-top .cr-lft .cr-flex .small-txt {
  font-size: 13px;
  color: #74788d;
  font-weight: 400;
}

.dashboard-details .s-card .s-cr-top .cr-lft .cr-flex h4 {
  font-size: 15px;
  color: #495057;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.dashboard-details .s-card .s-cr-top .cr-ryt {
  flex: 0 0 80px;
}

.dashboard-details .s-card .s-cr-top .cr-ryt .img {
  text-align: center;
}

.dashboard-details .s-card .s-cr-top .cr-ryt .img img {
  max-width: 60px;
}

.dashboard-details .s-card .s-cr-top .cr-ryt h6 {
  font-weight: 400;
  font-size: 11px;
  margin: 6px 0 0 0;
  color: #6D6D6D;
  text-align: center;
}

.dashboard-details .s-card .btm-bar {
  border-top: 1px solid #ddd;
  margin: 15px 0 0 0;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard-details .s-card .btm-bar .bar-flex {
  text-align: center;
  flex: 1;
  background: #e8f2ff;
  margin: 0 4px;
  border-radius: 4px;
  padding: 6px 5px;
  line-height: 14px;
  border: 1px solid #d4e4f8;
}

.dashboard-details .s-card .btm-bar .bar-flex .small-txt {
  font-size: 11px;
  color: #9a9eb7;
}

.dashboard-details .s-card .btm-bar .bar-flex h4 {
  font-size: 15px;
  color: #778291;
  margin: 4px 0 0 0;
  padding: 0;
}

.bg-success.bg-soft {
  background-color: rgba(52, 195, 143, 0.25) !important;
}

.bg-danger.bg-soft {
  background-color: rgba(244, 106, 106, 0.25) !important;
}

.bg-purple {
  background-color: rgba(95, 118, 232, 0.25) !important;
}

.bg-lt-blue {
  background-color: rgba(48, 193, 239, 0.25) !important;
}

.mini-stats-wid .avatar-title.bg-primary-dark,
.blog-stats-wid .avatar-title.bg-primary-dark {
  position: relative;
}
.mini-stats-wid .avatar-title.bg-primary-dark:before,
.blog-stats-wid .avatar-title.bg-primary-dark:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 16px;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  top: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mini-stats-wid .avatar-title.bg-primary-dark:after,
.blog-stats-wid .avatar-title.bg-primary-dark:after {
  content: "";
  position: absolute;
  left: -12px;
  width: 12px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  top: -5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card.mini-stats-wid:hover .avatar-title.bg-primary-dark:after,
.blog-stats-wid:hover .avatar-title.bg-primary-dark:after {
  left: 60px;
}

table.dataTable thead .sorting {
  cursor: pointer;
  position: relative;
}

/* table.dataTable thead .sorting:before{
  right: 1em;
content: "\2191";
position: absolute;
bottom: 0.9em;
display: block;
opacity: 0.3;
 }

 table.dataTable thead .sorting:after{
  right: 0.5em;
content: "\2193";
position: absolute;
bottom: 0.9em;
display: block;
opacity: 0.3;
}*/
#datatable_length {
  display: none;
}

#datatable_filter {
  display: none;
}

#datatable_info {
  display: none;
}

#datatable_paginate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 20px 0;
}

#datatable_paginate .paginate_button {
  padding: 8px 12px;
  border-radius: 0px;
  color: #74788d;
  background-color: #fff;
  border: 1px solid #ced4da;
  cursor: pointer;
}
#datatable_paginate .paginate_button:hover {
  color: #4458b8;
  text-decoration: none;
  background-color: #eff2f7;
  border-color: #ced4da;
}

#datatable_paginate .paginate_button.disabled {
  color: #ced4da;
  pointer-events: none;
  background-color: #fff;
  border-color: #ced4da;
}

#datatable_paginate .paginate_button.current {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

.tag-tb {
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  padding: 2px 6px;
  color: #3B4854;
}

.dot-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.est-buttons button {
  font-size: 13px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
}

.est-buttons button:hover {
  background: #485ec4;
}

.est-buttons a {
  font-size: 13px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
}

.est-buttons a:hover {
  background: #485ec4;
}

.mr-lft-rt {
  margin: 0 2px;
}

.form-main {
  max-width: 480px;
  margin: 0 auto 0;
}
.form-main .logo {
  text-align: center;
  margin: 80px 0 0 0;
}
.form-main .login-form {
  margin: 100px 0 0 0;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 4px;
}
.form-main .login-form ul {
  margin: 0;
  padding: 0;
}
.form-main .login-form li {
  margin: 0 0 15px 0;
}
.form-main .login-form li p {
  font-size: 14px;
  margin: 25px 0 0 0;
  padding: 0;
  color: #6D6D6D;
  text-align: center;
}
.form-main .login-form li p a {
  color: #3c8dbc;
  text-transform: uppercase;
  font-weight: 500;
}
.form-main .login-form li p a:hover {
  color: #1A1A1A;
}
.form-main .login-form li .payment-box {
  background: #ECECF0;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}
.form-main .login-form li .payment-box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #6D6D6D;
}
.form-main .login-form li .payment-box h3 {
  margin: 10px 0 0 0;
  font-size: 28px;
  padding: 0;
  font-weight: 400;
  color: #6D6D6D;
}
.form-main .login-form li .forgot-password-ins p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #6D6D6D;
  padding: 0 50px;
}
.form-main .login-form li:last-child {
  margin: 0;
}
.form-main .login-form .forgot-pass {
  text-align: right;
}
.form-main .login-form .forgot-pass a {
  font-size: 13px;
  color: #4D4D4D;
  font-weight: 500;
}
.form-main .login-form .forgot-pass a:hover {
  color: #1A1A1A;
}
.form-main .login-form h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #3B4854;
  font-weight: 700;
}
.form-main .login-form .log-fld {
  font-size: 14px;
  border: 1px solid #D4D4D4;
  width: 100%;
  padding: 8px 15px;
  border-radius: 4px;
  color: #4D4D4D;
}
.form-main .login-form .login-btn {
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #3c8dbc;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 0 0 0;
  font-size: 14px;
}
.form-main .login-form .login-btn:hover {
  background: #1A1A1A;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #fff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
#page-topbar .navbar-header {
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 20px 0 0;
}
#page-topbar .navbar-header .brand-logo {
  flex: 0 0 250px;
  max-width: 250px;
}
#page-topbar .navbar-header .brand-logo .navbar-brand-box {
  background: #2a3042;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
}
#page-topbar .navbar-header .brand-logo .navbar-brand-box img {
  max-width: 100px;
}
#page-topbar .navbar-header .d-flex .right-section {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 20px;
  align-items: center;
}
#page-topbar .navbar-header .d-flex .right-section .menu-toggle-btn button {
  background: transparent;
  border: none;
}
#page-topbar .navbar-header .d-flex .right-section .menu-toggle-btn button img {
  max-width: 18px;
}
#page-topbar .navbar-header .d-flex .right-section #page-header-user-dropdown {
  border: none;
  background: transparent;
  color: #1A1A1A;
  font-size: 18px;
}
#page-topbar .navbar-header .d-flex .right-section #page-header-user-dropdown span {
  margin: 0 8px 0 0;
  font-weight: 500;
}
#page-topbar .navbar-header .d-flex .right-section #page-header-user-dropdown .top-img {
  max-width: 45px;
}
#page-topbar .navbar-header .d-flex .right-section .dropdown-menu {
  background: #fff;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
}
#page-topbar .navbar-header .d-flex .right-section .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 10px 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
#page-topbar .navbar-header .d-flex .right-section .dropdown-menu .dropdown-item .top-ico {
  flex: 0 0 14px;
  max-width: 14px;
  margin: 0 6px 0 0;
}
#page-topbar .navbar-header .d-flex .right-section .dropdown-menu .dropdown-item .top-ico img {
  width: 100%;
}
#page-topbar .navbar-header .d-flex .right-section .dropdown-menu .logout-btn {
  color: #f46a6a;
}
#page-topbar .navbar-header .d-flex .right-section .dropdown-menu .log-out {
  border-top: 1px solid #F0F0F0;
}

.vertical-menu {
  width: 250px;
  z-index: 1001;
  background: #fff;
  bottom: 0;
  padding-top: 15px;
  margin-top: 0;
  position: fixed !important;
  top: 70px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  background: #2a3042;
  overflow-y: auto;
  scrollbar-width: thin;
}
.vertical-menu ul {
  margin: 0;
  padding: 0;
}
.vertical-menu li {
  margin: 0;
}
.vertical-menu li a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  color: #a6b0cf;
  position: relative;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vertical-menu li a:hover {
  color: #ffffff;
}
.vertical-menu li a .menu-ico {
  width: 18px;
  margin: 0 10px 0 0;
  flex: 0 0 18px;
}

.bar-filter {
  display: flex;
  justify-content: flex-end;
}
.bar-filter ul {
  display: flex;
}
.bar-filter ul li {
  margin: 0 0 0 30px;
}
.bar-filter ul li a {
  font-size: 13px;
  color: #4D4D4D;
}
.bar-filter ul li:first-child {
  margin: 0;
}

.box-main {
  margin: 15px 0 35px 0;
}
.box-main .estimate-box {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 30px #e6e6ee;
  padding: 15px;
  display: flex;
  align-items: center;
}
.box-main .estimate-box .left-sc {
  flex: 0 0 calc(100% - 30px);
}
.box-main .estimate-box .left-sc .sm-heading {
  color: #959595;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}
.box-main .estimate-box .left-sc h3 {
  color: #4D4D4D;
  font-size: 18px;
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}
.box-main .estimate-box .right-sc {
  flex: 0 0 30px;
  max-width: 30px;
}

/* estimate css */
.estimate-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.estimate-heading h3 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #3B4854;
}
.estimate-heading .est-buttons .mr-lft-rt {
  margin: 0 6px;
}
.estimate-heading .est-buttons button {
  font-size: 14px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
}
.estimate-heading .est-buttons button:hover {
  background: #3B4854;
}

.estimate-main {
  position: relative;
  margin: 0;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.table {
  margin-bottom: 0;
}

.table th {
  border-bottom: unset !important;
  border-top: unset;
  font-weight: 600 !important;
  font-size: 14px;
  font-weight: 400;
}

.table td .dropdown {
  text-align: center;
}
.table td .dropdown .dropdown-item i {
  padding-right: 5px;
}

.table td {
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  color: #74788d;
}

.dot-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu {
  min-width: 100px;
  padding: 0;
  overflow: hidden;
}
.dropdown-menu .dropdown-item {
  padding: 8px 10px;
  font-size: 14px;
  display: flex;
  align-content: center;
}
.dropdown-menu .dropdown-item .drop-ico {
  flex: 0 0 14px;
  max-width: 14px;
  margin: 0 5px 0 0;
}

/* estimate css close */
.edit-btn-box {
  text-align: right;
  padding-top: 10px;
}

.edit-btnn {
  font-size: 13px;
  background: #3c8dbc;
  color: #ffffff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
}
.edit-btnn:hover {
  background: #485ec4;
}

.table-heding-top tr {
  background: #eff2f7;
}

.chain-link-main {
  padding-top: 24px;
}

/* Pricing Rules css */
.pricing-rules-main .pricing-rule-block h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 500;
}

.price-check {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6D6D6D;
}

.price-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.price-check .check-lb {
  margin: 2px 0 0 0;
}

.price-check .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #3c8dbc;
}

.price-check:hover input ~ .price-check .checkmark {
  background-color: #ebebeb;
}

.price-check input:checked ~ .price-check .checkmark {
  background-color: #fff;
}

.price-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.price-check input:checked ~ .price-check .checkmark:after {
  display: block;
}

.price-check .checkmark:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3c8dbc;
}

.pricing-rules-main .pricing-rule-block {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.pricing-rules-main .pricing-rule-block .range-from {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

.pricing-rules-main .pricing-rule-block .range-from p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #6D6D6D;
}

.pricing-rules-main .pricing-rule-block .range-from .percent-range {
  max-width: 75px;
  border: 1px solid #D4D4D4;
  height: 30px;
  padding: 2px 25px 2px 10px;
  border-radius: 30px;
  background: #fff url(../images/percent-ico.svg) no-repeat;
  background-position: 90% 5px;
  background-size: 14px;
  font-size: 13px;
}

.pricing-rules-main .pricing-rule-block .hd-price {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

.pricing-rules-main .pricing-rule-block .hd-price input {
  max-width: 380px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  padding: 2px 25px 2px 10px;
  border-radius: 30px;
  font-size: 13px;
}

.pricing-rules-main .pricing-rule-block .hd-price .info {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EBEBEB;
  margin-left: 10px;
}

.pricing-rules-main .pricing-rule-block .hd-price .info img {
  max-width: 6px;
}

.pricing-rules-main .pricing-rule-block .charge-base {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.pricing-rules-main .pricing-rule-block .charge-base .base-on {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin: 4px 0;
}

.charge-check {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6D6D6D;
}

.charge-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.charge-check input:checked ~ .checkmark {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #3c8dbc;
}

.charge-check input:checked ~ .checkmark::after {
  display: block;
}

.charge-check .checkmark::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pricing-rules-main label {
  font-weight: 400;
}

.pricing-rules-main .pricing-rule-block .charge-base p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #6D6D6D;
}

.pricing-rules-main .pricing-rule-block .charge-base .charge-fld {
  max-width: 70px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 3px 0 6px;
}

.pricing-rules-main .pricing-rule-block .range-from .info {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EBEBEB;
  margin-left: 0;
}

.pricing-rules-main .pricing-rule-block .range-from .info img {
  max-width: 6px;
}

.pricing-rules-main .pricing-rule-block .single-ds {
  display: flex;
  align-items: center;
}

.pricing-rules-main .pricing-rule-block .single-ds p {
  display: flex;
  align-items: center;
}

.pricing-rules-main .pricing-rule-block .single-ds .charge-fld {
  max-width: 80px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 6px 0 0;
  padding: 2px 10px 2px 25px;
  background: #fff url(../images/dollar-ico.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 10px 5px;
  background-size: 9px;
}

.pricing-rules-main .pricing-rule-block .single-ds .info {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EBEBEB;
  margin-left: 0;
}

.pricing-rules-main .pricing-rule-block .single-ds .info img {
  max-width: 6px;
}

.pricing-rules-main .pricing-rule-block .charge-base .charge-fld2 {
  padding: 2px 10px 2px 25px;
  background: #fff url(../images/dollar-ico.svg) no-repeat;
  background-position: 8px 5px;
  background-size: 9px;
}

.pricing-rules-main .pricing-rule-block {
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  background: #ffffff;
  padding: 20px;
  border-radius: 0.25rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.pricing-rules-main .pricing-rule-block h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #4D4D4D;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}

.pricing-rules-main .pricing-rule-block li {
  margin: 0 0 20px 0;
}

.pricing-rules-main .pricing-rule-block h2 .quote {
  width: 25px;
  height: 25px;
  background: #ebebeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-left: 10px;
}

.pricing-rules-main .pricing-rule-block h2 .quote img {
  max-width: 6px;
}

.pricing-rules-main .pricing-rule-block .discount-bar {
  display: flex;
  align-items: center;
}

.pricing-rules-main .pricing-rule-block .discount-bar p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #6D6D6D;
}

.pricing-rules-main .pricing-rule-block .discount-bar .charge-fld {
  max-width: 70px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 13px;
  margin: 0 3px 0 6px;
}

.pricing-rules-main .pricing-rule-block .discount-bar .charge-fld2 {
  padding: 2px 25px 2px 10px;
  background: #fff url(../images/percent-ico.svg) no-repeat;
  background-position: 86% 5px;
  background-size: 14px;
}

.pricing-rules-main .pricing-rule-block .removal-bar p {
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  color: #6D6D6D;
}

.pricing-rules-main .pricing-rule-block .removal-bar .charge-fld {
  max-width: 70px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
  margin: 0 6px 0 0;
  padding: 2px 10px 2px 25px;
  background: #fff url(../images/dollar-ico.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 10px 5px;
  background-size: 9px;
}

.pricing-rules-main .sub-buttons {
  margin: 0 0 35px 0;
}

.pricing-rules-main .sub-buttons .save-btn {
  background: #3c8dbc;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  padding: 7px 25px;
  font-weight: 400;
}

.pricing-rules-main .sub-buttons .save-btn:hover {
  background: #4a61ce;
}

.pricing-rules-main .sub-buttons .cancel-btn {
  background: #74788d;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 20px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.pricing-rules-main .sub-buttons .cancel-btn:hover {
  background: #636678;
}

/* Pricing Rules css close */
/* email flow */
.email-flow {
  background: #fff;
  border-radius: 10px;
  min-height: 80vh;
  padding: 20px;
}

.email-flow .description {
  margin: 0 0 30px 0;
}

.email-flow .description p {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  padding: 0;
  margin: 0;
}

.list-tab ul {
  margin: 0;
  padding: 0;
}

.list-tab li {
  margin: 0 0 10px 0;
}

.list-tab li a {
  background: #74788d;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: 300;
}

.list-tab a:hover {
  background: #3c8dbc;
}

/* email flow */
.acount-info-box h4 {
  padding-bottom: 4px;
}
.acount-info-box .small-content {
  color: #74788d;
}

/*  start contact info */
.acount-info-box .large-heading-top {
  text-align: center;
  font-weight: 700;
  font-style: italic;
}

.esay-step-box {
  background: #eff2f7;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 5px;
  margin-bottom: 0px;
}

.step-navigation {
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  background: #fff;
}

.step-menu {
  text-align: center;
}
.step-menu li {
  display: inline-block;
}
.step-menu li a {
  color: #495057;
  padding: 20px 30px;
  position: relative;
  opacity: 0.45;
}
.step-menu li a .step-heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}
.step-menu li a p {
  color: #74788d;
}
.step-menu li a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border: 0px solid transparent;
  width: 0px;
  border-top: 15px solid #ffffff;
  border-bottom: 0px;
}
.step-menu li .active {
  opacity: 1;
}
.step-menu li .active:after {
  border: 15px solid transparent;
  width: 15px;
  border-top: 15px solid #ffffff;
  border-bottom: 0px;
}

.contact-info-title {
  text-align: center;
  padding-top: 24px;
}

.step1-form {
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  margin-top: 35px;
  border-radius: 4px;
}

.step2-form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  margin-top: 35px;
  border-radius: 4px;
}

.custom-wdth {
  max-width: 450px;
  margin: 0 auto;
}

/* end contact info */
/* start contact insfo */
.sales-team {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sales-team .sales-team-box {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.sales-team .sales-team-box .sales-profile {
  flex: 0 0 80px;
  max-width: 80px;
}
.sales-team .sales-team-box .sales-details {
  flex: auto;
  padding-left: 10px;
}

.sales-team .sales-team-box .sales-profile img {
  border-radius: 3px;
  width: 80px;
  height: 80px;
}

.sales-details .name {
  font-size: 15px;
  font-weight: 700;
}
.sales-details p {
  font-size: 13px;
  color: #74788d;
  padding-bottom: 3px;
}
.sales-details p i {
  color: #3c8dbc;
}

.acount-info-main .sales-team {
  padding-top: 0px;
}
.acount-info-main .sales-details p {
  font-size: 12px;
}

.upload-file-field .label-upload {
  min-height: 100px;
  border: 2px dashed #ced4da;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.upload-file-field .file-input-up {
  display: none;
}
.upload-file-field .labeltex {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.upload-icon1 {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #9fa0a4;
}

/* end contatc info */
/* start email flow*/
.email-flow-main {
  background: transparent;
}
.email-flow-main .list-tab {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  min-height: calc(100vh - 300px);
}
.email-flow-main .tab-description {
  height: 100%;
}
.email-flow-main .tab-description-content {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  height: 100%;
}
.email-flow-main .description {
  margin-bottom: 24px;
}

.email-tabs-list1 li a {
  background: #3c8dbc;
}
.email-tabs-list1 li a:hover {
  background: #485ec4;
}
.email-tabs-list1 li .active {
  background-color: #636678;
}
.email-tabs-list1 li .active:hover {
  background: #636678;
}

.subjet-title {
  font-size: 15px;
  margin: 0 0 7px 0;
  font-weight: 600;
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 10px;
}

.conatent-boxs-email p {
  font-size: 14px;
  padding-bottom: 20px;
}

/* end email flow*/
/* start sidebar css*/
#sidebar-menu ul li a {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

#sidebar-menu ul li .active {
  background: #262a36;
  color: #fff !important;
}
#sidebar-menu ul li .active i {
  color: #fff !important;
}

.note {
  padding: 5px 10px;
}

/* scroll design*/
div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

div::-webkit-scrollbar {
  height: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  filter: "alpha(opacity=65)";
  -ms-filter: "alpha(opacity=65)";
  background-color: rgba(255, 255, 255, 0.75);
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

div::-webkit-scrollbar-thumb {
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.texfiled-follow-up {
  padding: 0 2px;
}
.texfiled-follow-up input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  padding: 2px 0px;
  width: 80px;
}
.texfiled-follow-up input:focus {
  background-color: transparent;
}

/* end sidebar css*/
/*  start edit page*/
.add-btn1 {
  background: #74788d;
}
.add-btn1:hover {
  background: #636678;
}

/*enbd edit page */
/* start edit page update */
.upload-fence-pic {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.upload-fence-pic .pic1 {
  width: 39px;
  height: 39px;
  overflow: hidden;
  padding: 2px;
}
.upload-fence-pic .pic1 .pic-frame {
  border-radius: 6px;
}

.pic-frame-table {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.pic-frame-table .pic-table {
  border-radius: 6px;
}

.table-picbx {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.table-picbx .pic-table-bx {
  border-radius: 3px;
}

/* end edit page update */
/* start profile page */
.profile-upload-box {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
.profile-upload-box .uplod-filed {
  display: none;
}
.profile-upload-box .edit-prof-icon {
  width: 40px;
  height: 40px;
  background-color: #3c8dbc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
.profile-upload-box .profile-picc img {
  width: 150px;
  height: 150px;
}

.button-left {
  text-align: left;
}

.custom-box-edit {
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
}

.custom-box-edit-last {
  padding: 10px 0;
}

.profile-box-mainn label {
  margin-bottom: 0px;
  font-weight: 700;
}
.profile-box-mainn .edit-btn-box {
  padding-top: 30px;
}

.navbar-header .dropdown-item .badge {
  display: none;
}

/* end profle page */
/* start pricing detail page */
.pricing-card-detail .detail-card-bxx {
  text-align: center;
}
.pricing-card-detail .detail-card-bxx .card-body {
  padding: 30px 20px;
}
.pricing-card-detail .detail-card-bxx .card-body h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.pricing-card-detail .detail-card-bxx .card-body h2 {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
}
.pricing-card-detail .detail-card-bxx .card-body h2 .month-tex {
  font-size: 14px;
}
.pricing-card-detail .detail-card-bxx .card-body .btton-neww .btn-bx2 {
  font-size: 13px;
  background: #3c8dbc;
  color: #ffffff;
  border: none;
  padding: 6px 20px;
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
}
.pricing-card-detail .detail-card-bxx .card-body .btton-neww .btn-bx2:hover {
  background: #485ec4;
}
.pricing-card-detail .blue-box-detail .card-body h4 {
  color: #fff;
}
.pricing-card-detail .blue-box-detail .card-body h2 {
  color: #fff;
}
.pricing-card-detail .blue-box-detail .card-body .btn-bx1 {
  font-size: 13px;
  background: #ffffff;
  color: #3c8dbc;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
}
.pricing-card-detail .blue-box-detail .card-body .btn-bx1:hover {
  background: #ececec;
}
.pricing-card-detail .blue-box-detail .card {
  background-color: #3c8dbc;
  color: #fff;
}

.follow-texx-box {
  padding-top: 10px;
}

.form-card-info .form-detaill {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 3px;
}
.form-card-info .form-detaill label {
  margin-bottom: 0px;
}
.form-card-info .form-detaill .submit-btnn {
  font-size: 13px;
  background: #3c8dbc;
  color: #ffffff;
  border: none;
  padding: 6px 20px;
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
}
.form-card-info .form-detaill .submit-btnn:hover {
  background: #485ec4;
}

.pricing-boxx-main {
  padding-top: 0px;
}

.pricing-boxx-main .subcript {
  padding: 2px 10px;
}

.text-right {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .pricing-boxx-main {
    padding-top: 20px;
  }
}
/* end pricing detail page */
/* projects page css */
.kb-box {
  border-radius: 10px;
  overflow: hidden;
}
.kb-box .project-main-box {
  height: calc(100vh - 200px);
}
.kb-box .projects-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  background: #3c8dbc;
}
.kb-box .projects-heading h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.kb-box .projects-heading h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
}
.kb-box .projects-box {
  padding: 15px 10px;
}
.kb-box .projects-box .box-drp {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
}
.kb-box .projects-box .box-drp [data-drop-target] {
  height: 400px;
  width: 100%;
  margin: 0;
}
.kb-box .projects-box .box-drp .pro-tags {
  display: flex;
  flex-wrap: wrap;
}
.kb-box .projects-box .box-drp .pro-tags .lft-tg {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
}
.kb-box .projects-box .box-drp .pro-tags .lft-tg .tg-box {
  background: #74788d;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  position: relative;
}
.kb-box .projects-box .box-drp .pro-tags .lft-tg .tg-box:hover {
  background: #636678;
}
.kb-box .projects-box .box-drp .pro-tags .new-tag {
  flex: 0 0 60px;
  max-width: 60px;
  font-size: 9px;
  font-weight: 500;
  border: none;
  color: #fff;
  background: #3c8dbc;
  border-radius: 5px;
  height: 20px;
}
.kb-box .projects-box .box-drp .pro-tags .new-tag:hover {
  color: #fff;
  background-color: #485ec4;
  border-color: #4458b8;
}
.kb-box .projects-box .box-drp .box-txt {
  margin: 10px 0 0 0;
}
.kb-box .projects-box .box-drp .box-txt ul {
  margin: 0;
  padding: 0;
}
.kb-box .projects-box .box-drp .box-txt li {
  font-size: 12px;
  margin: 0 0 3px 0;
}
.kb-box .projects-box .box-drp .edit-btn {
  text-align: right;
  font-size: 13px;
}
.kb-box .projects-box .box-drp .edit-btn a {
  color: #3c8dbc;
  font-weight: 500;
}
.kb-box .add-project {
  padding: 8px 10px;
  text-align: right;
  font-size: 12px;
}
.kb-box .add-project a {
  display: inline-block;
  background: #3c8dbc;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}
.kb-box .add-project a:hover {
  color: #fff;
  background-color: #485ec4;
  border-color: #4458b8;
}

.addtag-pop {
  max-width: 420px;
}
.addtag-pop .search-bar {
  margin: 0 0 15px 0;
}
.addtag-pop .search-bar input {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 10px 10px;
  border-radius: 5px;
}
.addtag-pop .in-labels h4 {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #495057;
}
.addtag-pop .tag-check {
  display: flex;
  position: relative;
  padding: 8px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #3c8dbc;
  border-radius: 5px;
  color: #fff;
}
.addtag-pop .tag-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.addtag-pop .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  margin: 0 6px 0 0;
}
.addtag-pop .tag-check input:checked ~ .checkmark {
  background-color: #fff;
}
.addtag-pop .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.addtag-pop .tag-check input:checked ~ .checkmark:after {
  display: block;
}
.addtag-pop .tag-check .checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #3c8dbc;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.edit-tb-form .form-fields {
  margin: 0 0 10px 0;
}
.edit-tb-form .form-fields input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  padding: 8px 10px;
  color: #808080;
}

.remove-icobtn {
  position: absolute;
  top: -8px;
  right: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  border: none;
  background-color: #a0a0a2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-estimate-card.project-main-bxxnew {
  flex-wrap: nowrap;
}

.dell-icnbtn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #f46a6a;
  background-color: rgba(244, 106, 106, 0.18);
  margin-bottom: 10px;
}
.dell-icnbtn:hover {
  background-color: rgba(244, 106, 106, 0.32);
}

.label-bxx {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.label-bxx .labelbx-list {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-right: 10px;
}
.label-bxx .del-btn-icn {
  flex: 0 0 30px;
  max-width: 30px;
}

.pluss {
  font-size: 11px;
  padding-left: 2px;
}

.project-main-cardsrl .project-conatinbxx {
  height: calc(100vh - 115px);
  overflow-x: auto;
  overflow-y: initial;
}
.project-main-cardsrl .page-content {
  padding-bottom: 20px;
}

.project-listingbx {
  height: calc(100vh - 240px);
  overflow-y: auto;
}

/* projects page css close */
/* project material list  */
.page-title-box h4 {
  display: inline-flex;
  align-items: center;
}
.page-title-box h4 .fence-txt {
  margin-left: 15px;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.page-title-box h4 .fence-txt .small-text {
  font-size: 11px;
}
.page-title-box h4 .mt-style {
  margin: 0 0 0 40px;
}
.page-title-box h4 .color-pm {
  margin: 0 0 0 40px;
}

.fence-materials-holder {
  margin: 10px 0 40px 0;
}
.fence-materials-holder .material-img .img {
  height: 250px;
  overflow: hidden;
}
.fence-materials-holder .mtr-options {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.fence-materials-holder .mtr-options .mtr-box {
  flex: 1;
}
.fence-materials-holder .mtr-options .mtr-box label {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.fence-materials-holder .mtr-options .mtr-box .charge-fld {
  max-width: 55px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 3px 0 6px;
}
.fence-materials-holder .mtr-options .cstm-d {
  max-width: 90px;
}
.fence-materials-holder .fnc-taxt-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
}
.fence-materials-holder .fnc-taxt-holder .text-one {
  margin: 0 0 15px 0;
}
.fence-materials-holder .fnc-taxt-holder .text-one h6 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #495057;
}
.fence-materials-holder .fnc-taxt-holder .text-one ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.fence-materials-holder .fnc-taxt-holder .text-one li {
  display: flex;
  font-size: 11px;
  margin: 0 0 5px 0;
  align-items: center;
  color: #495057;
}
.fence-materials-holder .fnc-taxt-holder .text-one li label {
  flex: 0 0 30%;
  margin: 0;
  padding: 0;
}
.fence-materials-holder .fnc-taxt-holder .text-one li .hd-txt {
  font-size: 13px;
  text-transform: uppercase;
}
.fence-materials-holder .fnc-taxt-holder .list-dt {
  width: 100%;
  display: inline-flex;
  background: #fff;
  padding: 10px 10px;
  margin: 5px 0 0 0;
}
.fence-materials-holder .fnc-taxt-holder .list-dt .lttr {
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  background: #3c8dbc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
}
.fence-materials-holder .fnc-taxt-holder .list-dt .list-txt {
  flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
  padding-left: 8px;
}
.fence-materials-holder .fnc-taxt-holder .list-dt .list-txt h6 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  color: #495057;
}
.fence-materials-holder .fnc-taxt-holder .list-dt .list-txt p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #495057;
}
.fence-materials-holder .cnt-holder {
  min-height: 300px;
}

.pr-list-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.pr-list-button button {
  font-size: 13px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
}
.pr-list-button button:hover {
  background: #485ec4;
}
.pr-list-button .mark-up {
  font-size: 13px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 10px;
}
.pr-list-button .mark-up .charge-fld {
  max-width: 45px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 24px;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 12px;
  margin: 0 3px 0 6px;
}
.pr-list-button .chekbx-tble {
  font-size: 13px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 8px 35px 8px 14px;
  border-radius: 4px;
  margin-left: 10px;
}
.pr-list-button .chekbx-tble .checkmark {
  margin: 0;
  top: 0;
  left: auto;
  right: -25px;
}
.pr-list-button .chekbx-tble .charge-check input:checked ~ .checkmark {
  background-color: #738af9;
  border-color: #3c8dbc;
}

.ord-button {
  font-size: 12px;
  background: #3c8dbc;
  color: #fff;
  border: none;
  padding: 5px 14px;
  border-radius: 4px;
}

.pro-mt-list .table-picbx {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.grp-buttons {
  margin: 30px 0 0 0;
}

.mt-type-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.mt-type-bar label {
  font-size: 14px;
  margin: 0 15px 0 0;
  padding: 0;
}
.mt-type-bar input[type=text] {
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #495057;
  border-radius: 0.25rem;
}

.inner-text {
  background: #fff;
  border-radius: 10px;
  right: 0 !important;
  left: -140px !important;
  width: 180px;
}
.inner-text .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #495057;
  justify-content: space-between;
}
.inner-text .dropdown-item:hover {
  background: transparent;
}
.inner-text .dropdown-item .tx-fld {
  max-width: 50px;
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 30px;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 3px 0 6px;
}
.inner-text .dropdown-item .chk-fl {
  margin: 0 5px 0 0;
}

/* new css */

  .back-icon-heading{
    display: inline-block;
    padding: 0 10px 0 0;
  }

  .Search-bar{
    padding-left: 10px;
  }

  .Search-bar input{
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    font-size: 15px;
    max-width: 280px;
    padding: 5px 10px;
    background: #fff url(../images/search.svg) no-repeat;
    background-position: 95% center;
  }

  .waiting-tag{
    color: #CE4D24;
    background-color: #FFD6C9;
  }

  .inprogress-tag{
    color: #7E6846;
    background-color: #F3EADB;
  }

  .paid-tag{
    color: #14942D;
    background-color: #CFFBD7;
  }

  .not-done-tag{
    color: #CE4D24;
    background: #FFD6C9;
  }

  .align-center{
    text-align: center;
  }

  .customer-details{
    background: #F6F6FB;
    border-radius: 6px;
    padding: 15px 20px;
  }
  .customer-details h4{
    color: #495057;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .details-inn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }

  .details-inn label{
    flex: 0 0 120px;
    max-width: 120px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .details-inn p{
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .detail-tag{
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
  }

  .job-fence-dtl{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-fence-dtl ul{
    margin: 0;
    padding:0;
  }

  .job-fence-dtl li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .job-fence-dtl li:last-child{
    margin-bottom: 0;
  }

  .job-fence-dtl li label{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .job-fence-dtl li p{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .neighbor-details{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .neighbor-name{
    font-size: 14px;
    color: #495057;
    font-weight: 500;
  }

  .fence-sides {
    display: flex;
    align-items: center;
  }

  .fence-sides{
    color: #495057;
    font-size: 14px;
  }

  .fence-sides ul{
    display: inline-flex;
    align-items: center;
  }

  .fence-sides li{
    background: #74788D;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    color: #fff;
    margin-left: 6px;
    padding: 3px 10px;
  }

  .invoice-box{
    background: #F6F6FB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding: 15px;
  }

  .invoice-box label{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .invoice-box a{
    background: #3c8dbc;
    font-size: 9px;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 10px;
    line-height: 1;
  }

  .invoice-box a img{
    vertical-align: top;
  }

  .buttons-main{
    margin-top: 25px;
    display: flex;
    align-items: center;
  }

  .buttons-main a{
    font-size: 14px;
    background: #3c8dbc;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 10px 20px;
    min-width: 175px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-weight: 400;
  }

  .buttons-main a:hover{
    background: #465ED0;
  }

  .account-btns .btn{
    min-width: 110px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 6px;
  }

  .image-box{
    width: 100px;
    position: relative;
    margin-bottom: 30px;
  }

  .image-box .image-inn{
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #DCDCDC;
    margin-bottom: 30px;
  }

  .image-box .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .image-box .file-input__label {
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    padding: 6px;
    background-color: #3c8dbc;
    box-shadow: unset;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .image-box .file-input__label svg {
    height: 12px;
  }

  .job-dtl-heading{
    font-size: 18px;
    color: #3B4854;
    font-weight: 400;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .material-select{
    display: flex;
    align-items: center;
    padding: 9px 0;
  }

  .material-select .form-check{
    flex: 0 0 50%;
    max-width: 50%;
    min-height: unset;
    margin-bottom: 0;
  }

  .neighbor-boxx{
    background: #F6F6FB;
    border-radius: 5px;
    margin-top: 15px;
    padding:20px;
  }

  .neighbor-boxx h4{
    color: #3B4854;
    margin-bottom: 15px;
  }

  .neighbor-boxx .select-side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .price-estimate{
    max-width: 450px;
    border-radius: 5px;
    background: #F6F6FB;
    margin-top: 15px;
    padding: 15px 20px;
  }

  .price-estimate h3{
    font-size: 24px;
    color: #3B4854;
  }

  .price-estimate h3 span{
    color: #3c8dbc;
  }

  .neighbor-boxx .select-side .form-check{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-height: unset;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

/* new css close */

@media only screen and (max-width: 1360px) {
  .fence-materials-holder .material-img .img {
    height: unset;
  }

  .fence-materials-holder .mtr-options .mtr-box label {
    width: 100%;
  }

  .fence-materials-holder .mtr-options .mtr-box .charge-fld {
    margin: 0;
  }

  .fence-materials-holder .mtr-options {
    margin: 10px 0 0 0;
  }

  .fence-materials-holder .mtr-options .cstm-d {
    max-width: unset;
  }

  .page-title-right.est-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .est-buttons button {
    margin: 2px 0 2px 5px;
  }

  .page-title-box h4 .mt-style {
    margin: 0 0 0 25px;
  }

  .page-title-box h4 .color-pm {
    margin: 0 0 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .fence-materials-holder .material-img .img img {
    width: 100%;
  }

  .fence-materials-holder .material-img .img {
    height: 360px;
  }

  .fence-materials-holder .fnc-taxt-holder {
    margin: 30px 0 0 0;
    min-height: unset;
  }

  .create-fence-text {
    margin: 20px 0;
  }

  .fence-materials-holder .mtr-options .mtr-box .charge-fld {
    max-width: 75px;
  }

  .page-title-right.est-buttons {
    justify-content: flex-end;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .est-buttons button {
    margin: 2px 0 2px 6px;
  }

  .fence-materials-holder .mtr-options .mtr-box {
    flex: 0 0 120px;
  }
}
@media only screen and (max-width: 590px) {
  .fence-materials-holder .material-img .img {
    height: unset;
  }

  .page-title-right.est-buttons {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .page-title-box.d-sm-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
  }

  .page-title-box h4 {
    flex-wrap: wrap;
  }

  .page-title-box h4 .color-pm {
    margin: 10px 0 0 0;
    width: 100%;
  }

  .mtr-type {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-title-box h4 .mt-style {
    margin: 0;
  }

  .page-title-box h4 .fence-txt {
    text-align: left;
    line-height: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .pr-list-button {
    flex-wrap: wrap;
  }

  .pr-list-button button {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .pr-list-button .chekbx-tble {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .pr-list-button .mark-up {
    width: 100%;
    margin-left: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* project material list  */
/*============ project latest css add =================*/
.project-smlcard .row.project-main-bxxnew {
  margin-left: -5px;
  margin-right: -5px;
}
.project-smlcard .row.project-main-bxxnew .prj-bx {
  width: 270px;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 560px) {
  .project-smlcard .row.project-main-bxxnew .prj-bx {
    max-width: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-smlcard {
    padding: 0px;
  }
}
/*============ end project latest css add =================*/
@media only screen and (max-width: 1500px) {
  .dashboard-details .s-card .s-cr-top .cr-lft {
    flex: 0 0 calc(100% - 70px);
    padding-right: 15px;
  }

  .dashboard-details .s-card .btm-bar .bar-flex {
    min-height: 50px;
  }

  .dashboard-details .s-card .s-cr-top .cr-ryt {
    flex: 0 0 70px;
  }

  .dashboard-details .s-card .s-cr-top .cr-ryt h6 {
    font-size: 10px;
  }

  .dashboard-details .s-card .btm-bar .bar-flex {
    flex: 0 0 48%;
    margin: 5px 0;
  }

  .dashboard-details .s-card .s-cr-top .cr-ryt .img img {
    max-width: 50px;
  }

  .dashboard-details .s-card .s-cr-top .cr-lft .cr-flex .small-txt {
    font-size: 11px;
    color: #74788d;
    font-weight: 400;
  }

  .dashboard-details .s-card .s-cr-top .cr-lft .cr-flex h4 {
    font-size: 14px;
  }

  .sm-box-one {
    max-width: 170px;
  }

  .sm-box-one .top-line {
    width: 257px;
  }

  .sm-box-two {
    max-width: 90px;
  }

  .sm-box-two .top-line {
    width: 162px;
  }

  .sm-box {
    max-width: 90px;
  }

  .sm-box p {
    font-size: 11px;
  }

  .sm-box-one p {
    font-size: 11px;
  }

  .avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
  }

  .text-muted.mb-1 {
    font-size: 12px;
  }

  .d-flex.flex-wrap h5 {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .dashboard-details .s-card .s-cr-top {
    flex-wrap: wrap;
  }

  .dashboard-details .s-card .s-cr-top .cr-lft {
    flex: 0 0 100%;
    padding-right: 0;
  }

  .dashboard-details .s-card .s-cr-top .cr-ryt {
    flex: 0 0 100%;
    margin: 10px 0 0 0;
  }

  .sm-box-one {
    max-width: 150px;
  }

  .pricing-rules-main .pricing-rule-block .charge-base .base-on {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .dashboard-details .list-blocks-main {
    padding-bottom: 25px;
  }

  .pricing-rules-main label {
    padding-bottom: 5px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .dashboard-estimate-card .blog-stats-wid,
.dashboard-estimate-card .mini-stats-wid {
    height: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-brand-box {
    width: 102px;
  }

  body.sidebar-enable .vertical-menu {
    display: block;
    left: 0px;
  }

  .vertical-menu {
    display: block;
    left: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-rules-main .pricing-rule-block .range-from {
    flex-wrap: wrap;
  }

  .pricing-rules-main .pricing-rule-block .charge-base .charge-fld {
    margin-bottom: 5px;
  }

  .pricing-rules-main .pricing-rule-block .single-ds {
    flex-wrap: wrap;
  }

  .pricing-rules-main .pricing-rule-block .charge-base {
    padding-left: 15px;
  }

  .email-flow-main .tab-description {
    padding-top: 20px;
  }

  .estimate-main {
    margin-bottom: 20px;
  }

  .email-flow-main .list-tab {
    min-height: 100%;
  }

  .page-title-box {
    padding-bottom: 10px;
  }

  .input-group-addon {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .est-buttons button {
    margin-top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
