@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,600,700,800,900);

body,
html {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  background: #eee;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

.brand-name {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.brand-name>a {
  text-decoration: none;
}

.text-color-0 {
  color: #0099ff !important;
}

.text-color-0-1 {
  color: #0099ff !important;
}

.text-color-1 {
  color: #454545 !important;
}

.text-color-2 {
  color: #404040 !important;
}

.text-color-3 {
  color: #686868 !important;
}

.text-color-4 {
  color: #4c4c4c !important;
}

.text-color-5 {
  color: #636363 !important;
}

.text-color-6 {
  color: #494949 !important;
}

.text-color-7 {
  color: #545454 !important;
}

.text-color-8 {
  color: #7a7676 !important;
}

.text-color-9 {
  color: #5e5e5e !important;
}

.text-color-10 {
  color: #5c5c5c !important;
}

.text-color-11 {
  color: #979797 !important;
}

.text-color-12 {
  color: #8b8989 !important;
}

.text-color-13 {
  color: #2f2f2f !important;
}

.text-color-14 {
  color: #222 !important;
}

.text-color-15 {
  color: #4e4e4e !important;
}

.text-color-16 {
  color: #231f20 !important;
}

.text-seagreen {
  color: #0099ff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f93333 !important;
}

.text-yellow {
  color: #ff9800 !important;
}

.bg-color-1 {
  background: #eee !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

.border-seagreen-1 {
  border: 1px solid #0099ff;
}

.border-lightseagreen-1 {
  border: 1px solid #0099ff;
}

.border-salmon-1 {
  border: 1px solid #fa6969;
}

.shadow-1 {
  box-shadow: 0 2px 12px 2px rgb(0, 0, 0, 0.16);
}

.shadow-2 {
  box-shadow: 0 2px 2px 0 #00000021;
}

.shadow-3 {
  box-shadow: 0 0 3px 0 rgb(0, 0, 0, 0.16);
}

.opacity-1 {
  opacity: 1 !important;
}

.opacity-7_5 {
  opacity: 0.75 !important;
}

.text-shadow-none {
  text-shadow: none;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-space-nowrap {
  white-space: nowrap;
}

.adm-profile-container {
  width: 80px;
  height: 80px;
}

.profile-user-thm {
  width: 43px;
  height: 43px;
}

.adm-profile-container>img,
.profile-user-thm>img {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  object-fit: cover;
  object-position: center;
}

.profile-user-thm>img {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.33);
}

img.logo {
  height: 2rem;
}

.dshbd-mn {
  border-radius: 5px;
  background-color: #0099ff !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28);
  height: 42px;
}

.left-side-panel {
  z-index: 1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.left-side-menu {
  height: 60.45%;
  height: -moz-calc(100% - (220px));
  height: -webkit-calc(100% - (220px));
  height: calc(100% - (220px));
  overflow: overlay;
  overflow-x: hidden;
}

.menu-list {
  background: #fff;
  border: 1px solid #0099ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-list.active,
.menu-list:hover {
  background: #0099ff;
  transition: all 0.15s ease-in-out;
}

.menu-list.active svg path,
.menu-list.active svg polygon,
.menu-list:hover svg path,
.menu-list:hover svg polygon {
  fill: #fff;
}

.list-style-none {
  list-style: none;
}

.list-style-square {
  list-style-type: square;
}

.top-nav-dash {
  padding: 14.5px 0;
}

.top-search-box {
  border-radius: 25px;
  padding: 0.35rem 1.85rem 0.35rem 0.75rem;
  background-image: url(../icon/search-icon.png);
  background-repeat: no-repeat;
  background-position: 94% 45%;
  background-size: 16px;
}

.notifi-alert {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #f65467 !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 11px;
  padding: 2px 4px;
  line-height: 1;
}

.card-img-con {
  padding: 1.85rem;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
}

.card.info-card,
.card.info-card-2 {
  border-radius: 5px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.09);
}

.card.info-card>.card-body {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding: 1.25rem 0.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
}

.card.info-card-2>.card-body,
.card.info-card>.card-body {
  min-height: 118px;
}

.regularPickupOptions .card.info-card>.card-body {
  margin: 0;
  min-height: auto;
}

#rgPickUpCollapse {
  position: relative;
}

#rgPickUpCollapse::before {
  content: "";
  border: solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 14px;
  border-left-width: 14px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 26px;
  transform: rotate(45deg);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

.pickupOptions .lbl span {
  opacity: 0.75;
}

.pickupOptions>div>div:nth-child(1) .info-card {
  background: #4e599a;
  color: #fff;
}

.pickupOptions>div>div:nth-child(2) .info-card {
  background: #25a7b7;
  color: #fff;
}

.pickupOptions>div>div:nth-child(3) .info-card {
  background: #7451a2;
  color: #fff;
}

.pickupOptions>div>div:nth-child(4) .info-card {
  background: #a2518e;
  color: #fff;
}

.pickupOptions>div>div:nth-child(1) .info-card .over-badge .content {
  background: #5a6ac5;
}

.pickupOptions>div>div:nth-child(2) .info-card .over-badge .content {
  background: #09bfd6;
}

.pickupOptions>div>div:nth-child(3) .info-card .over-badge .content {
  background: #8c5fc7;
}

.pickupOptions>div>div:nth-child(4) .info-card .over-badge .content {
  background: #c75f9c;
}

.info-card .over-badge {
  position: relative;
  height: 14px;
}

.info-card .over-badge .content {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
}

.chart-image {
  position: absolute;
  top: -10%;
}

.chart-image>div {
  box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.19);
  height: 156px;
}

.chart-margin {
  margin-top: 8rem;
}

.bg-color-seagreen {
  background: #0099ff !important;
}

.bg-color-lightskyblue {
  background: #1898c7 !important;
}

.bg-color-salmon {
  background: #fa6969 !important;
}

.bg-color-tomato {
  background: #f94a4a !important;
}

.bg-color-gainsboro {
  background: #cbf3db !important;
}

.bg-color-darkcyan {
  background: #17838c !important;
}

.bg-color-deeppink {
  background: #f23f83 !important;
}

.bg-color-whitesmoke {
  background: #f5f5f5 !important;
}

.bg-color-whitesmoke1 {
  background: #efefef !important;
}

.bg-color-lightseagreen {
  background: #0099ff !important;
}

.bg-color-mediumseagreen {
  background: #28a773 !important;
}

.bg-color-darkslategray {
  background: #186b58 !important;
}

.bg-color-yellow {
  background: #ecb409 !important;
}

.bg-color-yellowgreen {
  background: #7fbb3a !important;
}

.bg-color-goldenrod {
  background: #d0ae01 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.support-border {
  border: 1px solid #0099ff;
}

.box-100 {
  width: 100px;
  height: 100px;
}

.without-focus:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.with-focus:focus {
  border-color: #0099ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 198, 140, 0.3);
}

.element-item-list {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  min-height: 65px;
  border-radius: 5px;
}

.invoice-element-list {
  border: 0.85px solid #efefef;
  background: #fff;
  min-height: 50px;
}

.invoice-element-list>div {
  -ms-word-break: break-word;
  word-break: break-word;
}

.element-item-list-tag {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  min-height: 36px;
  border-radius: 4px;
}

.invoice-element-list-tag {
  border: 0.85px solid #efefef;
  background: #fff;
  min-height: 40px;
}

.element-item-list .w12,
.element-item-list-tag .w12,
.element-list .w12,
.invoice-element-list .w12,
.invoice-element-list-tag .w12 {
  width: 12%;
  word-break: break-word;
}

.element-item-list .w15,
.element-item-list-tag .w15,
.element-list .w15,
.invoice-element-list .w15,
.invoice-element-list-tag .w15 {
  width: 15%;
  word-break: break-word;
}

.element-item-list .w18,
.element-item-list-tag .w18,
.element-list .w18,
.invoice-element-list .w18,
.invoice-element-list-tag .w18 {
  width: 18%;
  word-break: break-word;
}

.element-item-list .w19,
.element-item-list-tag .w19,
.element-list .w19,
.invoice-element-list .w19,
.invoice-element-list-tag .w19 {
  width: 19%;
  word-break: break-word;
}

.element-item-list .w20,
.element-item-list-tag .w20,
.element-list .w20,
.invoice-element-list .w20,
.invoice-element-list-tag .w20 {
  width: 20%;
  word-break: break-word;
}

.element-item-list .w25,
.element-item-list-tag .w25,
.element-list .w25,
.invoice-element-list .w25,
.invoice-element-list-tag .w25 {
  width: 25%;
  word-break: break-word;
}

.element-item-list .w27,
.element-item-list-tag .w27,
.element-list .w27,
.invoice-element-list .w27,
.invoice-element-list-tag .w27 {
  width: 27%;
  word-break: break-word;
}

.element-item-list .w30,
.element-item-list-tag .w30,
.element-list .w30,
.invoice-element-list .w30,
.invoice-element-list-tag .w30,
.w-30 {
  width: 30%;
  word-break: break-word;
}

.element-item-list .w40,
.element-item-list-tag .w40,
.element-list .w40,
.invoice-element-list .w40,
.invoice-element-list-tag .w40 {
  width: 40%;
  word-break: break-word;
}

.element-item-list .w50,
.element-item-list-tag .w50,
.element-list .w50,
.invoice-element-list .w50,
.invoice-element-list-tag .w50 {
  width: 50%;
  word-break: break-word;
}

.element-item-list .w55,
.element-item-list-tag .w55,
.element-list .w55,
.invoice-element-list .w55,
.invoice-element-list-tag .w55 {
  width: 55%;
  word-break: break-word;
}

.element-item-list .w60,
.element-item-list-tag .w60,
.element-list .w60,
.invoice-element-list .w60,
.invoice-element-list-tag .w60 {
  width: 60%;
  word-break: break-word;
}

.element-item-list .w70,
.element-item-list-tag .w70,
.element-list .w70,
.invoice-element-list .w70,
.invoice-element-list-tag .w70 {
  width: 70%;
  word-break: break-word;
}

.element-item-list .w80,
.element-item-list-tag .w80,
.element-list .w80,
.invoice-element-list .w80,
.invoice-element-list-tag .w80 {
  width: 80%;
  word-break: break-word;
}

.w-90 {
  width: 90%;
}

.element-item-list .stat {
  user-select: none;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.element-item .nav-item,
.nav-element-item .nav-item {
  margin-right: 0.9rem;
}

.element-item .nav-link,
.nav-element-item .nav-link {
  color: #606060 !important;
  background: #efefef !important;
  padding: 0.25rem 0.75rem;
}

.element-item .nav-link.active,
.nav-element-item .nav-link.active {
  color: #fff !important;
  background-color: #0099ff !important;
}

.element-item .nav-link.all.active {
  background: #17838c !important;
}

.element-item .nav-link.delivered.active {
  background: #0099ff !important;
}

.element-item .nav-link.pending.active {
  background: #ecb409 !important;
}

.element-item .nav-link.canceled.active {
  background: #fa6969 !important;
}

.element-item .nav-link.returned.active {
  background: #f23f83 !important;
}

.btn-rpt:hover {
  color: #0099ff !important;
}

.btn-edit-info {
  right: 0;
  top: -10px;
}

.cs-mb {
  margin-bottom: 1.75rem;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stat-tag {
  display: inline-block;
  padding: 0.275rem 1rem;
  user-select: none;
}

.search-stat-tag {
  display: inline-block;
  padding: 0.2rem 1rem;
  user-select: none;
}

.call {
  white-space: nowrap;
}

.call:hover,
.call:hover a {
  background: #0099ff !important;
  color: #fff !important;
}

.heading-bage {
  background: #f3f3f3 !important;
}

.modal-body input:focus,
.modal-body textarea:focus {
  border-bottom: 1px solid #da3970;
}

.cs-drop-arrow select,
.modal-body select#paymentMethod {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23a2a2a2' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e") no-repeat right 0.75rem center;
  background-size: 12px;
}

.border-transparent {
  border-color: transparent !important;
}

.form-group textarea {
  resize: none;
}

.cs-check .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0099ff;
  background-color: #0099ff;
}

.cs-check-lightskyblue .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #1898c7;
  background-color: #1898c7;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.nav-pills .element-list.active {
  background-color: #f7f7f7 !important;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.banner-holder {
  width: 100%;
  height: 178px;
}

.banner-holder img {
  object-fit: cover;
  object-position: center;
}

.line-height-1_25 {
  line-height: 1.25;
}

.banner-close {
  background: #00000040;
}

.news-text {
  white-space: pre-line;
}

.notifi-drp .dropdown-item {
  border-bottom: 1px solid #dee2e6 !important;
}

.notifi-drp .nt-list {
  max-height: 204px;
  overflow: auto;
}

.notifi-drp .success svg path {
  fill: #0099ff;
}

.notifi-drp .warning svg path {
  fill: #ffc928;
}

.notifi-drp .info svg path {
  fill: #199aca;
}

.notifi-drp .danger svg path {
  fill: #ff4158;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.msg {
  padding: 0.7rem 1rem;
  position: relative;
  border-radius: 10px;
}

.msg.rcv {
  box-shadow: -1px 1px 1px 0 #e2e8ed, 1px 1px 1px 0 #e2e8ed,
    -1px -1px 1px 0 #e2e8ed, 1px 0 1px 0 #e2e8ed;
}

.msg.rcv:before {
  content: "";
  position: absolute;
  background: #fff;
  border: solid #e2e8ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(134deg);
  top: 12px;
  left: -6px;
}

.msg.snd:before {
  content: "";
  position: absolute;
  background: #0099ff;
  border: solid #0099ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 12px;
  right: -5px;
}

.msg .ms-im-cn {
  height: 250px;
  overflow: hidden;
}

.msg .ms-im-cn img {
  object-position: center;
  object-fit: cover;
}

.time {
  padding-top: 2px;
  color: #bcc5d3;
}

.chat-msg-list>li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.chat-file-attatch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  font-weight: 400;
  line-height: normal;
  color: #495057;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.chat-file-attatch::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 0;
  padding: 0;
  line-height: 0;
  color: transparent;
  content: "" !important;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.chat-box-input {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
}

.chat-body {
  box-shadow: 0 -1px 0 0 #e4e4e4;
  overflow: auto;
}

.prev-img {
  position: relative;
  height: 94px;
}

.prev-img .remove {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 1px 9px;
}

.prev-img:hover .remove {
  display: block;
}

.dmsg_sidebar_inner .list-group-item.file-list {
  border: 0;
}

.dmsg_sidebar_inner .list-group-item.file-list:first-child,
.dmsg_sidebar_inner .list-group-item.file-list:last-child {
  border-radius: 0 !important;
}

.shared-photo {
  height: 90px;
}

.shrd-con {
  height: calc(100vh - 15.7vh) !important;
  overflow: hidden !important;
}

.shrd-con .simplebar-offset {
  bottom: 0 !important;
}

.shrd-con .simplebar-content {
  padding-bottom: 0 !important;
}

nav.custome-pagination {
  margin-top: 1.5rem;
}

.custome-pagination .page-link {
  color: #0099ff;
}

.custome-pagination .page-item.active .page-link,
.custome-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #31c88d;
  border-color: #0099ff;
}

.custome-pagination ul.pagination {
  flex-wrap: wrap;
}

.bg-img {
  /* background-image: url(../icon/bg-down-curve.svg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

.header__img img{
    max-width: 100%;
    height: 100%;
}

.spacing {
  margin-top: 46px;
}

.feature-content .feature-text {
  padding-top: 2rem;
}

.feature-content .feature-text h1 {
  font-size: 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.feature-content .sub-ft-txt {
  font-family: Montserrat, sans-serif;
}

.feature-content .btn {
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19) !important;
}

.feature-content .btn:hover {
  background: #02AAB0 !important;
  color: #fff !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.track-box input::placeholder {
  font-size: 15px;
  color: #979797;
}

.track-box input {
  border-radius: 2px;
}

.login-panel .form-group .form-control,
.mbl-register-panel .form-group .form-control,
.register-panel .form-group .form-control {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  color: #3b3b3b;
  position: relative;
}

.track-elem {
  border-radius: 8px;
}

.track-elem .card-body {
  border-radius: 5px;
  background-color: #fff;
  /* box-shadow: 0 1px 49.98px 1.02px rgba(0, 0, 0, 0.19); */
}

.track-box button {
  border-radius: 2px;
  background: #0099ff;
}

.track-box button:hover {
  background: #02AAB0 !important;
  color: #fff !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.cls {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #838383;
  box-shadow: 0 2px 6px 0 rgba(73, 76, 75, 0.4);
  font-size: 26px;
  line-height: 1;
  display: flex;
  justify-content: space-around;
}

.showcase h1 {
  font-size: 38px;
}

.showcase .box {
  background-color: #cef7e6;
  border-radius: 10px 0 10px 10px;
  width: 80px;
  height: 80px;
}

.feature-accordion {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
}

.navbar-light-cs .navbar-toggler-icon {
  background-image: url(../icon/menu.svg);
}

.hub-list .nav-item .nav-link {
  min-width: 150px;
  border-width: 1px;
  border-color: #0099ff;
  border-style: solid;
  border-radius: 5px;
}

.hub-list .nav-item .nav-link.active {
  color: #fff !important;
  border-radius: 5px;
  background-color: #0099ff;
}

.sub-hub {
  border-radius: 4px;
  background: #f2f2f2;
}

.table .thead-whitesmoke th {
  color: #272727;
  background-color: #f6f6f6;
  border-color: #e7e7e7;
  border-width: 2px;
  border-style: solid;
}

.table-bordered-cs td,
.table-bordered-cs th {
  border-color: #e7e7e7;
  border-width: 2px;
  border-style: solid;
  padding: 1rem;
}

.table-bordered-cs td {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 1.25rem;
}

.heading-title {
  font-size: 32px;
  color: #252525;
  border-bottom: 3px solid #09f;
  display: inline-block;
  padding: 0 30px 5px;
}

.sub-title {
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 500;
}

.h-register-panel,
.mbl-register-panel,
.register-panel.login-panel {
  border-radius: 5px;
}

.login-panel input::placeholder,
.mbl-register-panel input::placeholder,
.register-panel input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

.h-register-panel input::placeholder {
  font-weight: 300;
  color: #fff;
}

.login-panel .form-group .form-control,
.mbl-register-panel .form-group .form-control,
.register-panel .form-group .form-control {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.login-panel .btn,
.register-panel .btn {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.login-panel .custom-control-line-height {
  line-height: 1.85;
}

.login-panel .custom-control-label::before {
  border: #0099ff solid 1px;
}

.login-panel .form-control {
  padding-right: 2.25rem !important;
}

.login-panel .form-group,
.mbl-register-panel .form-group,
.register-panel .form-group {
  position: relative;
}

.effect:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background-color: #0099ff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.login-panel .arroba,
.login-panel .mbl-arroba {
  background: url(../icon/arroba.png);
  background-repeat: no-repeat;
  background-position: 95.5% 50%;
}

.login-panel .mbl-padlock,
.login-panel .padlock {
  background: url(../icon/padlock.png);
  background-repeat: no-repeat;
  background-position: 95.5% 50%;
}

.login-panel .custom-control-input:checked~.custom-control-label::before {
  border-color: #0099ff;
  background-color: #0099ff;
}

.nwsltr input::placeholder {
  color: #fff;
  font-weight: 300;
}

.nwsltr input::placeholder {
  font-size: 18px;
}

.nwsltr input,
.nwsltr input:focus {
  color: #fff;
}

.foot {
  margin-top: 5rem;
  border-top: 2px solid #000;
}

.nwsltr {
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-radius: 5px;
}

.nwsltr button {
  border-radius: 2px;
}

.btn-log {
  padding-top: 0.15rem !important;
  padding-bottom: 0.15rem !important;
}

.nav-item .btn {
  border-radius: 5px;
}

.flip-vertical {
  transform: rotate(180deg);
  transition: 0.35s all;
}

.footsub span svg,
.ft-toggler svg,
.tgl-icon svg {
  transition: 0.35s all;
}

.flip-up {
  transform: rotate(-90deg);
  transition: 0.35s all;
}

.rl-panel {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.bg-rl {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(../icon/rl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -78px center;
  min-height: 650px;
}

.bg-rl-lg {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(../icon/rl-bg.png);
  background-repeat: no-repeat;
  min-height: 650px;
}

.about-header {
  background-image: url(../icon/bg-down-curve.svg);
  background-position: center -50px;
  background-size: initial;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 370px;
}

.about-header h1 {
  font-size: 32px;
  font-family: Montserrat, sans-serif;
}

.story-panel .story-text {
  line-height: 1.85;
}

.story-panel .side-img {
  width: 100%;
  height: 80%;
  margin-top: 5rem;
}

.cnta-frm {
  padding-top: 1.25rem;
}

.cnta-frm form .form-control {
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 3px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
}

.cnta-frm form input::placeholder,
.cnta-frm form textarea::placeholder {
  color: #787878;
  font-size: 18px;
}

.branch,
.service-flow {
  border-radius: 5px;
  box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.08);
}

.branch .name-badge {
  min-width: 190px;
  text-align: center;
  border-width: 1px;
  border-color: #0099ff;
  border-style: solid;
  background-color: #0099ff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
}

.service-item {
  background-color: #0099ff !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 150px;
  transform: rotateY(0deg) !important;
  border-radius: 50% !important;
  margin-bottom: 0;
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.service-item:hover {
  transform: rotateY(-180deg) !important;
  background: #02AAB0 !important;
  transition: ease 1s;
  -webkit-transform: rotateY(-180deg) !important;
  -moz-transform: rotateY(-180deg) !important;
  -ms-transform: rotateY(-180deg) !important;
  -o-transform: rotateY(-180deg) !important;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
}

.service-item span {
  /* transform: rotate(-45deg); */
}

.invalid-alert {
  width: 100%;
  padding-top: 0.25rem;
  font-size: 80%;
  color: #f44336;
}

.error-alert {
  width: 100%;
  padding-top: 0.25rem;
  font-size: 80%;
  color: #bd1206;
}

.count-bubble {
  border-radius: 50%;
  background-color: #ccf2e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.drop-menu-elem {
  min-width: 400px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  padding: 0.7rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: height;
}

.dpm-effect {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-out;
}

.navbar-light-cs .navbar-nav .nav-link:hover,
.navbar-light-cs .navbar-nav .nav-link:hover svg>path {
  color: #02AAB0 !important;
  fill: #02AAB0 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.navbar-light-cs .navbar-nav .nav-link.outline {
  border: 1px solid #797979;
}

.navbar-light-cs .navbar-nav .nav-link.outline:hover {
  border: 1px solid #02AAB0 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.navbar-light-cs .navbar-nav .nav-link.btn:hover {
  color: #fff !important;
  background: #02AAB0 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.nav-sub-menu {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.nav-sub-menu .list-group-flush .list-group-item {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.simple-search .search-box {
  padding: 0.35rem 1.85rem 0.35rem 0.75rem;
  background-image: url(../icon/search-icon.png);
  background-repeat: no-repeat;
  background-position: 94% 45%;
  background-size: 16px;
}

.sch-ds-sug {
  position: absolute;
  right: 0;
  top: 56px;
  padding: 0.5rem 0;
  background-color: #fff;
  border-radius: 5px;
  min-width: 550px;
  max-width: 550px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.sch-ds-sug ul {
  max-height: 177px;
  overflow: auto;
}

.sch-ds-sug .sug-list .sug-elem {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sch-ds-sug .sug-list {
  cursor: pointer;
  padding: 0.35rem 1rem;
}

.sch-ds-sug .sug-list a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.sch-ds-sug .sug-list:active,
.sch-ds-sug .sug-list:hover {
  background-color: #f3f3f3;
}

.track-field {
  width: 105px;
}

.edprop {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  overflow: hidden;
}

.edprop img {
  object-fit: contain;
  object-position: center;
}

.edprop .layer input[type="file"] {
  border-radius: 50%;
  cursor: pointer;
  background: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.edprop:hover .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4c4c4c61;
  background-image: url(../icon/upload-arrow.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-col-report {
  width: 19%;
  margin-left: 9.5px;
  margin-right: 9.5px;
  flex: unset;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.cs-col-report:first-child {
  margin-left: 0;
}

.cs-col-report:last-child {
  margin-right: 0;
}

.reportchart {
  width: 100%;
  height: 350px;
}

.reportType .drop-toggle {
  text-align: left !important;
  background-image: url(../icon/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding-right: 1.75rem;
  background-size: 12px;
}

.pick-up-notify {
  width: 44px;
  height: 44px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.pick-up-notify .notify-indicator {
  position: absolute;
  top: 6%;
  right: 6%;
  width: 10px;
  height: 10px;
  border-radius: 50rem;
  background: #f31313;
}

.pick-up-notify~.dropdown-menu {
  width: 485px !important;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.09);
}

.pick-up-notify~.dropdown-menu .notify-status {
  width: 102px;
  padding: 2px 4px;
}

.pick-up-notify~.dropdown-menu .delivery-man-img {
  width: 68px;
  height: 72px;
  object-fit: cover;
  object-position: center;
}

.mbl-notif-container {
  height: calc(100vh - 80px);
}

.mbl-notif-container .notify-status {
  font-size: 14px;
  padding: 0.25rem 0.5rem;
}

.pending.element-item-list {
  border: 1px solid #fdd18f;
  background: #d4c5ae47;
}

.delivered.element-item-list {
  border: 1px solid #8ce6c3;
  background: #a8dec63d;
}

.returned.element-item-list {
  border: 1px solid #e2a4bb;
  background: #dcb4c34f;
}

.canceled.element-item-list {
  border: 1px solid #e6a7a7;
  background: #dab0b047;
}

.placeholder-text::placeholder {
  color: #afafaf;
  font-size: 14px;
}

.invoice-mrc-img {
  width: 95px;
  height: 60px;
}

.invoice-mrc-img img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: 100%;
}

.invoice-dtl .table-bordered td,
.invoice-dtl .table-bordered th {
  border: 1px solid #757575;
}

.faq .card-header span {
  position: relative;
}

.faq .card-header .minus,
.faq .card-header .plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.faq .card-header [aria-expanded="false"] .plus,
.faq .card-header [aria-expanded="true"] .minus {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.faq .card-header [aria-expanded="false"] .minus,
.faq .card-header [aria-expanded="true"] .plus {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.sal {
  color: #0099ff;
  padding: 0.45rem 1.5rem;
  font-weight: 500;
  font-size: 18px;
}

.sal:hover {
  background-color: #0099ff;
  color: #fff;
}

.alfaq .nav-pills .nav-link {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  color: #565656;
}

.alfaq .nav-pills .nav-link:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #0099ff;
  border-radius: 50%;
}

.alfaq .nav-pills .nav-link.active,
.alfaq .nav-pills .show>.nav-link {
  background: 0 0;
  color: #000;
}

.csTable .table {
  display: table !important;
  border-spacing: 0 18px;
  border-collapse: separate !important;
  clear: both;
  margin-bottom: 0;
}

.csTable .table tbody tr {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}

.csTable .table tbody tr td {
  font-size: 15px;
  height: 65px;
  vertical-align: middle;
  padding: 0.5rem 1rem;
}

.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
}

.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}

.timeline.timeline-single-column.timeline {
  width: calc(100% - 180px);
  max-width: 768px;
  margin-left: 180px;
}

.timeline.timeline-single-column.timeline .timeline-item {
  padding-left: 80px;
  padding-right: 0;
}

.timeline .timeline-item {
  position: relative;
  float: right;
  clear: right;
  width: 100%;
  padding-bottom: 45px;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-point {
  transform: translateX(-50%);
  left: 42px !important;
  margin-left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.timeline .timeline-item>.timeline-point {
  top: 14px;
}

.timeline .timeline-item>.timeline-point {
  color: #b5b5b5;
  background: #fff;
  right: -24px;
  width: 40px;
  height: 40px;
  margin-top: -12px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  z-index: 100;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}

.timeline.timeline-single-column.timeline .timeline-item.complete:not(:last-child):after {
  content: "";
  position: absolute;
  top: 5px;
  height: 100%;
  transform: translateX(-50%);
  left: 42px !important;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #0099ff;
}

.timeline .timeline-item.complete>.timeline-point.blk-point {
  background-color: #0099ff;
}

.timeline .timeline-item.complete>.timeline-point.blk-point~.timeline-event {
  color: #05a768;
}

.timeline.timeline-single-column.timeline .timeline-item.complete:not(:last-child)>.timeline-point.blk-point:after {
  content: "";
  position: absolute;
  top: 13px;
  height: 67px;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
  width: 100%;
  float: right !important;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.timeline .timeline-item>.timeline-event {
  background: #fff;
  color: #555;
  position: relative;
  float: left;
}

.timeline .timeline-item>.timeline-event>h5 {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.45;
}

.timeline .timeline-item>.timeline-event.timeline-event-primary {
  background: #f5f5f5;
  border: 1px solid #b5b5b5;
  color: #555;
}

.timeline .timeline-item>.timeline-point.timeline-point-blank {
  right: -12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  color: #b5b5b5;
  background: #b5b5b5;
}

.timeline .timeline-item .timeline-time {
  position: absolute;
  left: -30px;
  width: 100px;
  right: 0;
  top: 5px;
  transform: translateX(-50%);
}

.timeline .timeline-item .timeline-time p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #b5b5b5;
}

.timeline .timeline-item>.timeline-point.blk-point {
  width: 17px;
  height: 17px;
  background: #b5b5b5;
}

.timeline .timeline-item>.timeline-point.blk-point~.timeline-event {
  font-size: 14px;
  color: #a5a5a5;
  min-height: auto;
  display: block;
  align-items: center;
}

.timeline .timeline-item>.timeline-point.blk-point~.timeline-event p {
  line-height: 1.45;
}

.timeline .timeline-item.complete .timeline-time p,
.timeline .timeline-item.complete>.timeline-event>h5,
.timeline .timeline-item.complete>.timeline-point {
  color: #0099ff;
}

.timeline .timeline-item.complete.return .timeline-time p,
.timeline .timeline-item.complete.return>.timeline-event>h5,
.timeline .timeline-item.complete.return>.timeline-point {
  color: #fd574a;
}

.timeline .timeline-item.complete>.timeline-point svg circle,
.timeline .timeline-item.complete>.timeline-point svg path {
  fill: #0099ff !important;
}

.timeline .timeline-item.complete.return>.timeline-point svg circle,
.timeline .timeline-item.complete.return>.timeline-point svg path {
  fill: #fd574a !important;
}

.del-charge {
  font-size: 1.5em;
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 20px;
}

.loader {
  width: 100%;
  height: 300px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.loader .contain {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1559.99px) {
  .shared-photo {
    height: 75px;
  }

  .card.info-card svg {
    width: 50px;
    height: 28px;
  }

  .card.info-card-2 svg {
    width: 33px;
    height: 30px;
  }

  .banner-holder {
    width: 100%;
    height: 150px;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 10px;
  }

  .nav-element-item .nav-item {
    margin-right: 0;
  }

  .font-lg-12 {
    font-size: 12px !important;
  }

  .font-lg-13 {
    font-size: 13px !important;
  }

  .font-lg-14 {
    font-size: 14px !important;
  }

  .font-lg-15 {
    font-size: 15px !important;
  }

  .font-lg-16 {
    font-size: 16px !important;
  }

  .font-lg-17 {
    font-size: 17px !important;
  }

  .font-lg-18 {
    font-size: 18px !important;
  }

  .font-lg-19 {
    font-size: 18px !important;
  }

  .font-lg-20 {
    font-size: 20px !important;
  }

  .font-lg-21 {
    font-size: 21px !important;
  }

  .font-lg-22 {
    font-size: 22px !important;
  }

  .font-lg-23 {
    font-size: 23px !important;
  }

  .font-lg-light {
    font-weight: 300 !important;
  }

  .font-lg-regular {
    font-weight: 400 !important;
  }

  .font-lg-medium {
    font-weight: 500 !important;
  }

  .font-lg-bold {
    font-weight: 700 !important;
  }

  .font-lg-black {
    font-weight: 900 !important;
  }
}

@media (max-width: 1488.99px) {
  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}

@media (max-width: 1449.99px) {

  .card.info-card-2>.card-body,
  .card.info-card>.card-body {
    min-height: 100px;
  }

  .card-img-con {
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
  }

  .banner-holder {
    width: 100%;
    height: 135px;
  }
}

@media (max-width: 1285.99px) {
  .adm-card-count {
    font-size: 20px;
  }

  .chart-image>div {
    height: 140px;
  }

  .chart-margin {
    margin-top: 7.35rem;
  }

  .shared-photo {
    height: 65px;
  }

  .banner-holder {
    width: 100%;
    height: 120px;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }

  .timeline.timeline-single-column.timeline {
    width: calc(100% - 140px);
    max-width: 768px;
    margin-left: 140px;
  }
}

@media print {
  .print-auto-mx {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .print-flex-wrap-none {
    flex-wrap: nowrap !important;
  }

  .invoice-element-list .stat {
    color: #000 !important;
  }

  .print-pt-5 {
    padding-top: 3rem !important;
  }
}

@media screen and (max-width: 1199px) {
  .adm-profile-container {
    width: 70px;
    height: 70px;
  }

  .dshbd-mn {
    height: 40px;
  }

  .left-side-menu {
    height: 55.45%;
    height: -moz-calc(100% - (243px));
    height: -webkit-calc(100% - (243px));
    height: calc(100% - (243px));
    overflow: overlay;
    overflow-x: hidden;
  }

  .shared-photo {
    height: 85px;
  }

  .banner-holder {
    width: 100%;
    height: 110px;
  }

  .feature-content .feature-text h1 {
    font-size: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .bg-img {
    background-image: url(../icon/bg-wave-img.svg);
    background-position: 0 -40px;
    background-size: initial;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .bg-send {
    background-image: url(../icon/dlv-man.png);
    background-position: 18px 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-rl {
    background-size: cover;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -125px;
    background-size: initial;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 332px;
  }

  .about-header h1 {
    font-size: 30px;
  }
}

.service-item {
  background-color: #fff;
  box-shadow: 0 0 71.44px 4.56px rgba(0, 0, 0, 0.12);
  width: 140px;
  height: 140px;
  transform: rotate(45deg);
  border-radius: 35px;
}

.service-item svg {
  width: 52px;
  height: 52px;
}

.cs-col-report {
  width: 18%;
  margin-left: 10px;
  margin-right: 10px;
}

.cs-col-report:first-child {
  margin-left: 0;
}

.cs-col-report:last-child {
  margin-right: 0;
}

.cs-col-report .card-count {
  font-size: 24px !important;
}

.font-md-11 {
  font-size: 11px !important;
}

.font-md-12 {
  font-size: 12px !important;
}

.font-md-13 {
  font-size: 13px !important;
}

.font-md-14 {
  font-size: 14px !important;
}

.font-md-15 {
  font-size: 15px !important;
}

.font-md-16 {
  font-size: 16px !important;
}

.font-md-17 {
  font-size: 17px !important;
}

.font-md-18 {
  font-size: 18px !important;
}

.font-md-19 {
  font-size: 18px !important;
}

.font-md-20 {
  font-size: 20px !important;
}

.font-md-21 {
  font-size: 21px !important;
}

.font-md-22 {
  font-size: 22px !important;
}

.font-md-23 {
  font-size: 23px !important;
}

.font-md-24 {
  font-size: 24px !important;
}

.font-md-25 {
  font-size: 25px !important;
}

.font-md-26 {
  font-size: 26px !important;
}

.font-md-27 {
  font-size: 27px !important;
}

.font-md-28 {
  font-size: 28px !important;
}

.font-md-29 {
  font-size: 29px !important;
}

.font-md-30 {
  font-size: 30px !important;
}

.font-md-light {
  font-weight: 300 !important;
}

.font-md-regular {
  font-weight: 400 !important;
}

.font-md-medium {
  font-weight: 500 !important;
}

.font-md-bold {
  font-weight: 700 !important;
}

.font-md-black {
  font-weight: 900 !important;
}

@media screen and (max-width: 1080px) {
  .simple-search {
    margin-top: 1rem !important;
    width: 100%;
  }

  .simple-search .search-box {
    padding: 0.35rem 2.5rem 0.35rem 0.75rem;
    background-image: url(../icon/search-icon.png);
    background-repeat: no-repeat;
    background-position: 98% 45%;
    background-size: 16px;
  }

  .timeline.timeline-single-column.timeline {
    width: calc(100% - 125px);
    max-width: 768px;
    margin-left: 125px;
  }

  .pick-up-notify~.dropdown-menu {
    width: 465px !important;
  }

  .odr-sum .prc-align {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {

  .card.info-card-2>.card-body,
  .card.info-card>.card-body {
    min-height: 118px;
  }

  .adm-profile-container {
    width: 65px;
    height: 65px;
  }

  .left-side-menu {
    height: 58.55%;
    height: -moz-calc(100% - (225px));
    height: -webkit-calc(100% - (225px));
    height: calc(100% - (225px));
    overflow: overlay;
    overflow-x: hidden;
  }

  .login-panel input::placeholder,
  .mbl-register-panel input::placeholder,
  .register-panel input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
  }

  .h-register-panel input::placeholder {
    font-weight: 400;
    color: #fff;
  }

  .shrd-con {
    height: calc(100vh - 15vh) !important;
    overflow: hidden !important;
  }

  .shrd-con .simplebar-offset {
    bottom: 0 !important;
  }

  .shrd-con .simplebar-content {
    padding-bottom: 0 !important;
  }

  .banner-holder {
    width: 100%;
    height: 100px;
  }

  .feature-content .feature-text h1 {
    font-size: 26px;
  }

  .mbl-width {
    width: 93% !important;
  }

  .mbl-trc-btn svg {
    width: 16px;
    height: 16px;
  }

  .showcase h1 {
    font-size: 28px;
  }

  .showcase .box {
    width: 70px;
    height: 70px;
  }

  .showcase svg {
    width: 30px;
    height: 35px;
  }

  .feature-accordion .card-body {
    font-size: 14px;
  }

  .hub-list .nav-item .nav-link {
    min-width: 130px;
  }

  .heading-title {
    font-size: 28px;
    color: #252525;
  }

  .table-bordered-cs td {
    font-size: 16px;
  }

  .foot {
    background-position: 58%;
    background-size: cover;
  }

  .social-list svg {
    width: 35px;
    height: 35px;
  }

  .bg-img {
    background-image: url(../icon/bg-wave-img.svg);
    background-position: 0 -65px;
    background-size: initial;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .bg-rl,
  .bg-rl-lg {
    background-size: 120% 102%;
  }

  .bg-rl img,
  .bg-rl-lg img {
    max-width: 80%;
  }

  .bg-rl-lg {
    background-size: cover;
    background-position: -92px center;
  }

  .bg-rl span svg {
    width: 245px;
    height: 255px;
  }

  .about-header h1 {
    font-size: 26px;
  }

  .cnta-frm form input::placeholder,
  .cnta-frm form textarea::placeholder {
    color: #787878;
    font-size: 17px;
  }

  .branch span svg {
    width: 29px;
    height: 20px;
  }

  .cnta-frm {
    padding-top: 1rem;
  }

  .service-item {
    background-color: #fff;
    box-shadow: 0 0 71.44px 4.56px rgba(0, 0, 0, 0.12);
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    border-radius: 28px;
  }

  .service-item svg {
    width: 48px;
    height: 48px;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }

  .timeline.timeline-single-column.timeline {
    width: calc(100% - 93px);
    margin-left: 93px;
  }

  .reportchart {
    height: 300px;
  }

  .cs-col-report {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cs-col-report:first-child,
  .cs-col-report:nth-child(4) {
    padding-left: 0;
  }

  .cs-col-report:nth-child(3n) {
    padding-right: 0;
  }

  .cs-col-report:nth-child(-n + 3) {
    margin-bottom: 16px;
  }

  .pick-up-notify~.dropdown-menu {
    width: 435px !important;
  }

  .msg .ms-im-cn {
    height: 185px;
    overflow: hidden;
  }

  .alfaq .nav-pills .nav-link {
    margin: 0.35rem 0;
    font-size: 21px;
  }

  .alfaq .nav-pills .nav-link:before {
    top: 20px;
  }

  .customeTable .table tbody tr td {
    min-width: 115px;
  }

  .font-h-md-11 {
    font-size: 11px !important;
  }

  .font-h-md-12 {
    font-size: 12px !important;
  }

  .font-h-md-13 {
    font-size: 13px !important;
  }

  .font-h-md-14 {
    font-size: 14px !important;
  }

  .font-h-md-15 {
    font-size: 15px !important;
  }

  .font-h-md-16 {
    font-size: 16px !important;
  }

  .font-h-md-17 {
    font-size: 17px !important;
  }

  .font-h-md-18 {
    font-size: 18px !important;
  }

  .font-h-md-19 {
    font-size: 18px !important;
  }

  .font-h-md-20 {
    font-size: 20px !important;
  }

  .font-h-md-21 {
    font-size: 21px !important;
  }

  .font-h-md-22 {
    font-size: 22px !important;
  }

  .font-h-md-23 {
    font-size: 23px !important;
  }

  .font-h-md-24 {
    font-size: 24px !important;
  }

  .font-h-md-26 {
    font-size: 26px !important;
  }

  .font-h-md-light {
    font-weight: 300 !important;
  }

  .font-h-md-regular {
    font-weight: 400 !important;
  }

  .font-h-md-medium {
    font-weight: 500 !important;
  }

  .font-h-md-bold {
    font-weight: 700 !important;
  }

  .font-h-md-black {
    font-weight: 900 !important;
  }
}

@media screen and (max-width: 855.99px) {
  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}

@media screen and (max-width: 767px) {

  body,
  html {
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
    background: #f5f5f5;
  }

  .mbl-menu-list {
    justify-content: space-between;
  }

  .mbl-menu-list li {
    min-width: 95px;
  }

  .menu-list {
    background: #0099ff;
    border: 1px solid #0099ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu-list svg {
    width: 23px;
    height: 21px;
  }

  .card.info-card>.card-body {
    margin: 0;
    min-height: 55px;
  }

  .card.info-card svg {
    width: 30px;
    height: 22px;
  }

  .element-item-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 8px;
    box-shadow: none;
    background: #fff;
    min-height: 50px;
    border-radius: 0;
  }

  .invoice-element-list {
    border: 0;
    min-height: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 8px;
  }

  .invoice-element-list .stat {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .invoice-element-list>div:last-child {
    grid-column-start: 3;
    grid-column-end: 5;
  }

  .box-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
  }

  .mbl-btm-menu a>div {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mbl-btm-menu .active svg ellipse,
  .mbl-btm-menu .active svg path,
  .mbl-btm-menu .active svg polygon {
    fill: #fff;
    opacity: 1;
  }

  .mbl-btm-menu .active svg path.stroke {
    stroke: #fff !important;
    opacity: 1;
  }

  .mbl-btm-menu .active svg g {
    opacity: 1;
  }

  .mbl-btm-menu .active a>div {
    background: #0099ff;
  }

  .mbl-btm-menu .active p {
    color: #0099ff;
  }

  .mbl-btm-menu {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .mbl-btm-menu li p {
    display: none;
    opacity: 0;
  }

  .element-item {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 10px;
  }

  .btn-edit-info {
    right: 15px;
    top: -9px;
  }

  .mbl-viewport {
    height: calc(100vh - 25px);
  }

  .msg {
    padding: 0.7rem 1rem;
    position: relative;
    border-radius: 10px;
  }

  .msg.rcv {
    box-shadow: -1px 1px 1px 0 #e2e8ed, 1px 1px 1px 0 #e2e8ed,
      -1px -1px 1px 0 #e2e8ed, 1px 0 1px 0 #e2e8ed;
  }

  .msg.rcv:before {
    content: "";
    position: absolute;
    background: #fff;
    border: solid #e2e8ed;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(134deg);
    top: 12px;
    left: -6px;
  }

  .msg.snd:before {
    content: "";
    position: absolute;
    background: #0099ff;
    border: solid #0099ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 12px;
    right: -5px;
  }

  .time {
    padding-top: 2px;
    color: #bcc5d3;
  }

  .chat-msg-list>li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .chat-file-attatch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    font-weight: 400;
    line-height: normal;
    color: #495057;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    text-align: center;
  }

  .chat-file-attatch::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 0;
    padding: 0;
    line-height: 0;
    color: transparent;
    content: "" !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }

  .chat-box-input {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 59px;
  }

  .chat-body {
    height: calc(100vh - 118px);
    overflow: auto;
  }

  .prev-img {
    position: relative;
    height: 94px;
  }

  .prev-img .remove {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 1px 9px;
  }

  .prev-img:hover .remove {
    display: block;
  }

  .shared-container {
    height: calc(100vh - 90px);
    overflow: auto;
  }

  .profile-con .prop-img {
    width: 88px;
    height: 88px;
  }

  .profile-con .prop-img img {
    object-fit: cover;
    object-position: center;
  }

  .sal {
    color: #0099ff;
    padding: 0.4rem 1rem;
    font-weight: 500;
    font-size: 14px;
  }

  .csTable.mbl .table tbody tr {
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
  }

  .csTable.mbl .table tbody tr td {
    font-size: 13px;
    height: 50px;
    vertical-align: middle;
    padding: 0.75rem;
  }

  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1050;
    top: 40px;
    left: 0;
    background-color: #fdfdfd;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
    padding-top: 40px;
  }

  .dash-side .closebtn {
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 26px;
    line-height: 1;
    padding: 0 10px;
  }

  .dash-side .side-menu-list {
    border: 0;
    overflow: scroll;
  }

  .side-menu-list .list-group-item {
    font-size: 14px;
    color: #6f6e6e;
    position: relative;
    display: block;
    padding: 0.45rem 1.25rem;
    margin: 0;
    background-color: #fff;
    border: none;
  }

  .side-menu-list .list-group-item.active,
  .side-menu-list .list-group-item:focus,
  .side-menu-list .list-group-item:hover {
    z-index: 2;
    color: #363636;
    font-weight: 500;
    background-color: #fff;
    border: none;
  }

  .dash-side .side-menu-list .list-group-item:not(:last-child):after {
    content: "";
    position: absolute;
    height: 1px;
    background: #efefef;
    right: 0;
    left: 0;
    bottom: 1px;
  }

  .banner-holder {
    width: 100%;
    height: 125px;
  }

  nav.custome-pagination {
    margin-top: 0;
    margin-bottom: 1.8rem !important;
  }

  .feature-content {
    text-align: left;
  }

  .feature-content .feature-text {
    padding-top: 0;
    text-align: left;
  }

  .feature-content .btn {
    padding: 0.6rem 1rem;
    line-height: 1.5;
    border-radius: 3px;
  }

  .track-box input::placeholder {
    font-size: 12px;
    color: #979797;
  }

  .mbl-trc-btn svg {
    width: 14px;
    height: 14px;
  }

  .bg-img {
    background: #fff url(../icon/mbl-bg-wave.svg) 0 0 no-repeat;
    background-size: 116%;
    background-position: 40% -80px;
  }

  .bg-img .container {
    background: url(../icon/dlv-man.png) 0 0 no-repeat;
    background-size: 38%;
    background-position: 100% 68px;
  }

  .track-elem .card-body {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .showcase {
    padding-bottom: 1.25rem;
  }

  .feature-accordion .card-body {
    font-size: 13px;
  }

  .feature-accordion .ft-icon svg {
    width: 28px;
    height: 20px;
  }

  .feature-accordion .ft-toggler svg {
    width: 8px;
    height: 12px;
  }

  .hub-list .nav-item .nav-link {
    min-width: auto;
    width: 75px;
    padding: 0.25rem 0.3rem;
  }

  .mbl-width {
    width: 88% !important;
  }

  .table-bordered-cs td {
    font-size: 13px;
    padding: 0.7rem;
    vertical-align: middle !important;
  }

  .table-bordered-cs th {
    font-size: 14px;
    padding: 0.75rem;
    vertical-align: middle !important;
  }

  .heading-title {
    font-size: 18px;
    color: #252525;
  }

  .footsub .card-body ul li {
    padding-bottom: 0.7rem;
  }

  .nwsltr input::placeholder {
    font-size: 14px;
  }

  .about-header h1 {
    font-size: 20px;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -205px;
    background-size: initial;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 230px;
  }

  .story-panel .side-img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 2rem;
  }

  .cnta-frm form input::placeholder,
  .cnta-frm form textarea::placeholder {
    color: #787878;
    font-size: 16px;
  }

  .service-item {
    background-color: #fff;
    box-shadow: 0 0 71.44px 4.56px rgba(0, 0, 0, 0.12);
    width: 85px;
    height: 85px;
    transform: rotate(45deg);
    border-radius: 28px;
  }

  .service-item svg {
    width: 38px;
    height: 38px;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }

  .mbl-gbl-search .input-group-append button {
    border: 1px solid #ced4da;
  }

  .mbl-gbl-search input::placeholder {
    font-size: 14px;
    color: #8c8c8c;
  }

  .mbl-floating-src .sgt-list {
    position: absolute;
    right: 4px;
    left: 4px;
    top: 44px;
    z-index: 99;
    padding: 0.5rem 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  }

  .mbl-floating-src .sgt-list>div {
    max-height: 177px;
    overflow: auto;
  }

  .mbl-floating-src .sug-list table tr:hover,
  .sch-ds-sug .sug-list:active {
    background-color: #f3f3f3;
  }

  .mbl-floating-src .sgt-list table {
    margin-bottom: 0;
  }

  .mbl-floating-src .sgt-list table tbody tr td {
    font-size: 13px;
    vertical-align: middle;
    padding: 0;
    max-width: 110px;
  }

  .mbl-floating-src .sgt-list table tbody tr td a {
    display: block;
    padding: 0.45rem 0.3rem;
  }

  .mbl-floating-src .sgt-list table tr td .sts {
    line-height: 1.2;
  }

  .mbl-floating-src .sgt-list table tbody tr td:last-child() {
    text-align: right;
  }

  .srh-rslt .list-group-item {
    font-size: 14px;
  }

  .srh-rslt .list-group-item:first-child,
  .srh-rslt .list-group-item:last-child {
    border-radius: 0 !important;
  }

  .timeline.timeline-single-column.timeline {
    width: calc(100% - 80px);
    margin-left: 80px;
  }

  .timeline .timeline-item .timeline-time {
    position: absolute;
    left: -30px;
    width: 90px;
    right: 0;
    top: 5px;
    transform: translateX(-50%);
  }

  .timeline .timeline-item .timeline-time p {
    font-size: 13px;
  }

  .timeline.timeline-single-column.timeline .timeline-item .timeline-event {
    width: 100%;
    float: right !important;
    display: flex;
    min-height: 40px;
    align-items: center;
  }

  .timeline .timeline-item>.timeline-point.blk-point~.timeline-event {
    width: 100%;
    float: right !important;
    display: flex;
    min-height: 40px;
    align-items: baseline;
  }

  .timeline .timeline-item>.timeline-event>h5 {
    font-size: 16px;
  }

  .edprop {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    overflow: hidden;
  }

  .edprop .layer {
    position: absolute;
    top: 65%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4c4c4c9c;
    background-image: url(../icon/upload-arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center 78%;
  }

  .edprop .layer:after {
    content: "Change picture";
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    top: 40%;
    transform: translateY(-70%);
  }

  .edprop:hover .layer {
    background-color: #4c4c4c9c;
    background-size: 25px;
  }

  .edprop:hover .layer:after {
    content: "";
    opacity: 0;
  }

  .mbl-notif-container .del-man {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .mbl-floating-src {
    width: 100%;
    position: fixed;
    transform: translate(-16px, -50px);
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    transition: all 0.35s ease;
  }

  .mbl-floating-src.show {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transform: translate(-15px, 16px);
    transition: all 0.35s ease;
  }

  .mbl-floating-src.show .mbl-gbl-search {
    z-index: 99;
  }

  .mbl-floating-src .opt-layer {
    position: absolute;
    background: #00000080;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }

  .timeline.timeline-single-column.timeline .timeline-item {
    padding-left: 78px;
    padding-right: 0;
  }

  .faq .faq-detail {
    font-size: 13px;
  }

  .alfaq .card-header .alfaq-head {
    position: relative;
    font-size: 16px;
    font-weight: 500;
  }

  .alfaq .card-header .alfaq-head:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #0099ff;
    border-radius: 50%;
  }

  .alfaq .card-body .faq .card {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .alfaq .card-body .faq>.card:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .alfaq>.card>.card-header {
    border: 0;
  }

  .font-sm-11 {
    font-size: 11px !important;
  }
  .font-sm-12 {
    font-size: 12px !important;
  }

  .font-sm-13 {
    font-size: 13px !important;
  }

  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-15 {
    font-size: 15px !important;
  }

  .font-sm-16 {
    font-size: 16px !important;
  }

  .font-sm-17 {
    font-size: 17px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-19 {
    font-size: 18px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }

  .font-sm-21 {
    font-size: 21px !important;
  }

  .font-sm-22 {
    font-size: 22px !important;
  }

  .font-sm-23 {
    font-size: 23px !important;
  }

  .font-sm-light {
    font-weight: 300 !important;
  }

  .font-sm-regular {
    font-weight: 400 !important;
  }

  .font-sm-medium {
    font-weight: 500 !important;
  }

  .font-sm-bold {
    font-weight: 700 !important;
  }

  .font-sm-black {
    font-weight: 900 !important;
  }
}

@media screen and (max-width: 695px) {
  .bg-img {
    background-size: 123%;
  }
}

@media screen and (max-width: 660px) {
  .bg-img {
    background-size: 127%;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}

@media screen and (max-width: 630px) {
  .bg-img {
    background-size: 133%;
  }
}

@media screen and (max-width: 600px) {
  .bg-img {
    background-size: 139%;
  }

  .element-item {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 10px;
  }
}

@media screen and (max-width: 575.99px) {
  .element-item .nav-item {
    margin-right: 0;
  }

  .element-item {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 25px;
  }

  .mbl-menu-list li {
    min-width: 80px;
  }

  .bg-img .container {
    background: url(../icon/dlv-man.png) 0 0 no-repeat;
    background-size: 38%;
    background-position: 96% 68px;
  }

  .register-panel input,
  .register-panel input::placeholder {
    font-size: 13px;
  }

  .foot {
    margin-top: 4rem;
  }

  .about-header h1 {
    font-size: 18px;
  }

  .mbl-header-img {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
  }

  .cnta-frm form input::placeholder,
  .cnta-frm form textarea::placeholder {
    color: #787878;
    font-size: 14px;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    height: 315px;
  }

  .service-item {
    background-color: #fff;
    box-shadow: 0 0 71.44px 4.56px rgba(0, 0, 0, 0.12);
    width: 85px;
    height: 85px;
    transform: rotate(45deg);
    border-radius: 28px;
  }

  .service-flow {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .simple-search .search-box {
    background-position: 96% 45%;
  }

  .mbl-notif-container .notify-status {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
  }

  .mbl-notif-container .del-man {
    display: block;
    line-height: 1.25;
  }

  .mbl-notif-container .del-man svg {
    width: 18px;
    height: 18px;
  }

  .timeline .timeline-item>.timeline-event>h5 {
    font-size: 14px;
  }

  .timeline .timeline-item .timeline-time p,
  .timeline .timeline-item>.timeline-point.blk-point~.timeline-event p {
    font-size: 13px;
  }

  .alfaq .faq .card-header .minus,
  .alfaq .faq .card-header .plus {
    width: 14px;
    height: 14px;
    padding-top: 3px;
  }

  .font-xs-12 {
    font-size: 12px !important;
  }

  .font-xs-13 {
    font-size: 13px !important;
  }

  .font-xs-14 {
    font-size: 14px !important;
  }

  .font-xs-15 {
    font-size: 15px !important;
  }

  .font-xs-16 {
    font-size: 16px !important;
  }

  .font-xs-17 {
    font-size: 17px !important;
  }

  .font-xs-18 {
    font-size: 18px !important;
  }

  .font-xs-19 {
    font-size: 18px !important;
  }

  .font-xs-20 {
    font-size: 20px !important;
  }

  .font-xs-21 {
    font-size: 21px !important;
  }

  .font-xs-22 {
    font-size: 22px !important;
  }

  .font-xs-23 {
    font-size: 23px !important;
  }

  .font-xs-light {
    font-weight: 300 !important;
  }

  .font-xs-regular {
    font-weight: 400 !important;
  }

  .font-xs-medium {
    font-weight: 500 !important;
  }

  .font-xs-bold {
    font-weight: 700 !important;
  }

  .font-xs-black {
    font-weight: 900 !important;
  }

  .card.info-card>.card-body {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem;
  }

  .card.info-card-2>.card-body,
  .card.info-card>.card-body {
    min-height: 45px;
  }

  .card.info-card svg {
    width: 24px;
    height: 19px;
  }

  .card.info-card-2 svg {
    width: 24px;
    height: 20px;
  }

  .card-img-con {
    padding: 0.45rem;
  }
}

@media screen and (max-width: 530.99px) {
  .bg-img {
    background-size: 145%;
  }
}

@media screen and (max-width: 510.99px) {
  .mbl-menu-list {
    justify-content: normal;
  }

  .banner-holder {
    width: 100%;
    height: 115px;
  }
}

@media screen and (max-width: 500.99px) {
  .bg-img {
    background-size: 157%;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -185px;
    height: 275px;
  }

  .service-flow span svg {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 470.99px) {
  .bg-img {
    background-size: 168%;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -195px;
    height: 265px;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 18px;
  }

  .timeline .timeline-item>.timeline-event>h5 {
    line-height: 1.25;
  }
}

@media screen and (max-width: 440.99px) {
  .bg-img {
    background-size: 178%;
  }
}

@media screen and (max-width: 425.99px) {
  .banner-holder {
    width: 100%;
    height: 100px;
  }

  .login-panel .mbl-arroba,
  .login-panel .mbl-padlock {
    background-repeat: no-repeat;
    background-position: 95.5% 50%;
  }

  .login-panel .mbl-arroba {
    background-image: url(../icon/arroba.png);
    background-size: 14px;
  }

  .login-panel .mbl-padlock {
    background-image: url(../icon/padlock.png);
    background-size: 13px;
  }

  .service-flow {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 415.99px) {
  .bg-img {
    background-size: 188%;
  }
}

@media screen and (max-width: 395.99px) {
  .bg-img {
    background-size: 196%;
  }

  .element-item .nav-item {
    margin-right: 0;
  }
}

@media screen and (max-width: 380.99px) {
  .shared-photo {
    height: 78px;
  }

  .mbl-align {
    display: block !important;
  }

  .mbl-align .col {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .bg-img {
    background-size: 208%;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -17px;
    height: 235px;
    background-size: 1020px;
  }
}

@media screen and (max-width: 360.99px) {
  .bg-img {
    background-size: 216%;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -17px;
    height: 235px;
    background-size: 978px;
  }
}

@media screen and (min-width: 360px) {
  .sm-hide {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .xs-hide {
    display: none;
  }
}

@media screen and (max-width: 345.99px) {
  .bg-img {
    background-size: 226%;
  }

  .about-header {
    background-image: url(../icon/bg-down-curve.svg);
    background-position: center -17px;
    height: 235px;
    background-size: 935px;
  }
}

@media screen and (max-width: 335px) {
  .hub-list .nav-item .nav-link {
    min-width: auto;
    width: 68px;
    padding: 0.25rem 0.3rem;
  }

  .bg-img .container {
    background: url(../icon/dlv-man.png) 0 0 no-repeat;
    background-size: 36%;
    background-position: 102% 84px;
  }

  .login-panel .form-group .form-control,
  .mbl-register-panel .form-group .form-control {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .login-panel input::placeholder,
  .mbl-register-panel input::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #777;
  }

  .mbl-align1 {
    display: block !important;
  }

  .bg-img {
    background-size: 234%;
  }

  .nav-element-item {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }

  .font-xxs-12 {
    font-size: 12px !important;
  }

  .font-xxs-13 {
    font-size: 13px !important;
  }

  .font-xxs-14 {
    font-size: 14px !important;
  }

  .font-xxs-15 {
    font-size: 15px !important;
  }

  .font-xxs-16 {
    font-size: 16px !important;
  }

  .font-xxs-17 {
    font-size: 17px !important;
  }

  .font-xxs-18 {
    font-size: 18px !important;
  }

  .font-xxs-19 {
    font-size: 18px !important;
  }

  .font-xxs-20 {
    font-size: 20px !important;
  }

  .font-xxs-21 {
    font-size: 21px !important;
  }

  .font-xxs-22 {
    font-size: 22px !important;
  }

  .font-xxs-23 {
    font-size: 23px !important;
  }

  .font-xxs-light {
    font-weight: 300 !important;
  }

  .font-xxs-regular {
    font-weight: 400 !important;
  }

  .font-xxs-medium {
    font-weight: 500 !important;
  }

  .font-xxs-bold {
    font-weight: 700 !important;
  }

  .font-xxs-black {
    font-weight: 900 !important;
  }
}

/*new added*/
.service-item path,
circle,
polygon,
rect {
  fill: #fff !important;
}

.card.feature-accordion path {
  fill: #0099ff;
}

.card.feature-accordion:hover path {
  fill: #02AAB0 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.counter .counter-item .counter-title {
  color: #0099ff  !important;
}

.footerService ul li:hover a,
.footerEarn ul li:hover a,
.footerCompany ul li:hover a{
  color: #000 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.nwsltr .btn:hover{
  background: #02AAB0 !important;
  color: #fff !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}
.footerLink:hover svg path{
  fill: #000 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  -o-transition: 0.5s !important;
}

.counter{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.foot{
  position: relative;
}
.foot-overly{
  position: absolute;
      width: 100px;
      top: -9%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 6%);
    border: 8px solid white;
    left: 50%;
    border-radius: 30px;
    width: 150px;
    height: 120px;
    background-color: #EFEFEF;
    transition: all .2s ease-out;
}

