@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-ExtraLight.ttf);
  font-weight: 200;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Black.ttf);
  font-weight: 900;
}

.notification-container {
  overflow: hidden;
}

.notification-container * {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 10px;
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  padding: 0px 15px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  z-index: 2147483647;
}

#scrollToTopBtn:hover {
  background-color: #00884e;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #d2d2d6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #00884e;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00884e;
}

.font-size-15 {
  font-size: 15px;
}

.fb {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2147483647;
  width: 50px;
  height: 50px;
}

.zalo-chat-widget {
  bottom: 70px !important;
  right: 10px !important;
  z-index: 12 !important;
}

.chat-area {
  z-index: 2147483647;
  border: none;
  visibility: visible;
  bottom: 0px;
  right: 70px;
  position: fixed;
  width: 320px;
  max-height: 700px;
  top: auto;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.chat-area .card-header {
  background-color: #00884e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}

.chat-area .card-header h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
}

.chat-area .card-header h5 .btn-link {
  text-decoration: none;
  color: #fff;
}

.chat-area .card-header .pull-right i {
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
}

.chat-area .card-body {
  padding: 5px auto;
}

.chat-area .card-body .chat-form-start {
  padding: 10px;
}

.chat-area .card-body .list-message {
  height: 600px;
  max-height: 600px;
  border-bottom: 1px solid #b4b4bb;
  padding: 10px 10px 0;
  overflow-y: auto;
}

.chat-area .card-body .list-message .msg {
  margin-bottom: 10px;
}

.chat-area .card-body .list-message .msg .msg-time {
  margin-top: 5px;
  font-size: 11px;
  color: #9696a0;
}

.chat-area .card-body .list-message .msg.in {
  margin-left: 0;
  max-width: 70%;
}

.chat-area .card-body .list-message .msg.in .msg-avatar {
  vertical-align: top;
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  border-radius: 100%;
  overflow: hidden;
}

.chat-area .card-body .list-message .msg.in .msg-content {
  background-color: #ddf1de;
  border: 1px solid #bae6bd;
  clear: both;
  position: relative;
  max-width: calc(100% - 40px);
  margin-bottom: 3px;
  padding: 8px 10px;
  color: #3a3a44;
  word-wrap: break-word;
  border-radius: 15px;
  line-height: 19px;
  display: inline-block;
  border-top-left-radius: 0;
}

.chat-area .card-body .list-message .msg.out {
  max-width: 80%;
  padding: 8px 10px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #9dc2ff;
  background-color: #d8e6ff;
  margin-right: 0;
  margin-left: 40px;
  border-bottom-right-radius: 0;
}

/* .chat-area .card-body .chat-input-group {
    margin: 10px
} */

.block-absolute {
  position: fixed;
  margin-left: 30px;
  bottom: 10vh;
  right: 10px;
  z-index: 2147483647;
}

.block-absolute .item-absolute {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #00884e;
  margin-bottom: 10px;
  background: #f5faf5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-absolute .item-default-icon {
  margin-bottom: 5px;
}

.block-absolute .item-block-icon {
  margin-left: 7px;
}

.block-absolute .item-absolute .hover-img {
  display: none;
}

.block-absolute .item-absolute:hover {
  background-color: #00884e;
  cursor: pointer;
}

.block-absolute .item-absolute:hover .main-img {
  display: none;
}

.block-absolute .item-absolute:hover .hover-img {
  display: block;
}

a,
button {
  cursor: pointer !important;
}

body {
  color: #5a5b6a;
  font-family: "Inter" !important;
  font-style: normal;
  overflow-x: hidden;
}

body .wrapper {
  height: 100vh;
}

body a {
  text-decoration: none;
  color: #9696a0;
  cursor: pointer;
}

body a:hover {
  cursor: pointer;
  color: #00884e;
  text-decoration: none;
}

body .btn-outline,
body .btn-outline:hover {
  border-radius: 5px;
  margin: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #00884e;
  color: #00884e;
  padding: 6px 16px;
}

body label {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-top: 10px 0 0;
}

body .form-group {
  margin-bottom: 15px;
  text-align: left;
}

body .form-group input,
body .form-group .form-control {
  color: #3a3a44;
  font-size: 14px;
}

body .form-group input:focus,
body .form-group .form-control:focus {
  border: 1px solid #00884e;
  box-shadow: unset;
}

body .form-group input:required:focus {
  border: 1px solid red;
  outline: none;
}

body .form-group .input-group {
  position: relative;
  display: flex;
  flex-wrap: inherit;
  align-items: stretch;
  width: 100%;
}

body .form-group .input-group input,
body .form-group .input-group .form-control {
  border-right: 0px !important;
  z-index: 0;
}

body .form-group .input-group button {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

body .form-group .input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

body .form-group:focus-within button {
  border-color: #00884e;
}

body .form-group:focus-within input,
body .form-group:focus-within .form-control {
  border-color: #00884e;
}

body h1,
body .h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 80px;
  overflow-y: hidden;
}

body h2,
body .h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: unset;
}

body h3,
body .h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin: 10px auto;
}

body h4,
body .h4 {
  font-weight: 500;
  font-size: 32px;
}

body h5,
body .h5 {
  font-weight: 500;
  font-size: 20px;
}

body .title1 {
  font-weight: 700;
  font-size: 20px;
}

body .title2 {
  font-weight: 500;
  font-size: 20px;
}

body .title3 {
  font-weight: 400;
  font-size: 20px;
}

body .text-lg-bolder {
  font-weight: 700;
  font-size: 16px;
}

body .text-lg-bold {
  font-weight: 500;
  font-size: 16px;
  line-height: unset;
}

body .text-lg {
  font-weight: 400;
  font-size: 16px;
}

body .text-bolder {
  font-weight: 700;
  font-size: 14px;
}

body .text-bold {
  font-weight: 500;
  font-size: 14px;
}

body .text {
  font-weight: 400;
  font-size: 14px;
}

body .text-sm-bolder {
  font-weight: 600;
  font-size: 12px;
}

body .text-sm-bold {
  font-weight: 500;
  font-size: 12px;
}

body .text-sm {
  font-weight: 400;
  font-size: 12px;
}

body .text-right {
  text-align: right;
}

body .text-green {
  color: #00884e;
}

body .text-blue {
  color: #4f91ff;
}

body .text-red {
  color: #f6655a;
}

body .text-light-green {
  color: #47d155;
}

body .pl30 {
  padding-left: 30px;
}

body .pd30 {
  padding-left: 30px;
  padding-right: 30px;
}

body .pd15 {
  padding-left: 15px;
  padding-right: 15px;
}

body .pt10 {
  padding-top: 10px;
}

body .pt20 {
  padding-top: 10px;
}

body .pb30 {
  padding-bottom: 30px;
}

body .pd10 {
  padding: 10px;
}

body .pl20 {
  padding-left: 20px;
}

body .pr20 {
  padding-right: 20px;
}

body .mt0 {
  margin-top: 0 !important;
}

body .mt10 {
  margin-top: 10px !important;
}

body .mt20 {
  margin-top: 20px;
}

body .mt25 {
  margin-top: 25px;
}

body .mt30 {
  margin-top: 30px;
}

body .mt40 {
  margin-top: 40px;
}

body .mt50 {
  margin-top: 50px;
}

body .mt70 {
  margin-top: 70px;
}

body .ml0 {
  margin-left: 0;
}

body .ml10 {
  margin-left: 10px;
}

body .ml20 {
  margin-left: 20px;
}

body .ml30 {
  margin-left: 28px;
}

body .mb0 {
  margin-bottom: 0 !important;
}

body .mb10 {
  margin-bottom: 10px !important;
}

body .mb20 {
  margin-bottom: 20px;
}

body .mr10 {
  margin-right: 10px;
}

body .mb30 {
  margin-bottom: 30px;
}

body .radius {
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

body .cursor {
  cursor: pointer;
}

body .w-100 {
  width: 100%;
}

body .mw-200 {
  width: 200px;
  word-wrap: break-word;
}

body .btn-success {
  background-color: #c8372d;
}

body .bg-white {
  background-color: #fff;
}

body .link-blue {
  color: #4f91ff;
}

body .display-none {
  display: none;
}

body .text-justify {
  text-align: justify;
}

body .radius {
  border-radius: 8px;
}

body .btn-action {
  background: #47d155;
  padding: 5px 40px;
  color: #292a31;
  font-weight: 500;
  box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.08);
}

body .btn-success:hover {
  color: #292a31;
  background-color: #00884e;
}

body .white {
  color: #fff !important;
}

body .black {
  color: #19191d;
}

body .grey80 {
  color: #3a3a44;
}

body .required {
  color: red;
}

body .nowrap {
  white-space: nowrap;
}

body .bold {
  font-weight: 500;
}

body .bolder {
  font-weight: 700;
}

body .form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

body .form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #787885;
  border-radius: 50%;
}

body .form-check:hover input~.checkmark {
  background-color: #9696a0;
}

body .form-check input:checked~.checkmark {
  background-color: #00884e;
}

body .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

body .form-check input:checked~.checkmark:after {
  display: block;
}

body .form-check .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

section {
  overflow: hidden;
}

section .container {
  overflow: hidden;
}

section .sidemap {
  color: #787885;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

section .sidemap i {
  margin: 0 10px;
}

header {
  box-shadow: inset 0px -1px 0px #dbdbdb;
}

header .logo img {
  margin: 10px 0;
  height: 50px;
}

header .title-info {
  color: #3a3a44;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

header .title-info ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: block;
  margin: 22px 0;
}

header .title-info ul li {
  display: inline-block;
  padding: 0 10px;
}

header .title-info .text-green {
  font-weight: 500;
}

header .title-select {
  text-align: center;
  color: #3a3a44;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

header .title-select ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: block;
  margin: 14px 0;
}

header .title-select ul li {
  display: inline-block;
  float: right;
}

header .title-select ul li.pd10 {
  padding: 10px 5px;
}

header .title-select ul .choose-lang ul {
  display: none;
}

header .title-select ul .choose-lang ul li {
  display: block;
}

header .title-select ul .choose-lang:hover ul {
  display: block;
  margin: 0;
}

header .title-select ul .choose-lang:hover ul li {
  display: block;
  float: none;
}

header .title-select ul .choose-lang:hover ul li a {
  padding: 10px;
}

header .btn {
  border-radius: 5px;
  margin: 0 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #00884e;
  padding: 10px 16px;
}

header .btn-register {
  color: #00884e;
}

header .btn-register i {
  margin-right: 10px;
  font-size: 18px;
  margin-bottom: -3px;
}

header .btn-login {
  background-color: #00884e;
  color: #fff;
}

header .btn-login i {
  margin-right: 10px;
  font-size: 18px;
  margin-bottom: -3px;
}

header .navbar-toggle {
  position: absolute;
  background-color: #292a31;
  color: #fff;
  top: 0;
  right: 0;
}

header .navbar-toggle span {
  background: #fff;
}

footer {
  width: 100vw;
  background: url(./../img/footer-02.jpg) no-repeat top center #292a31;
  background-size: cover;
}

footer .mask {
  background-color: rgba(41, 42, 49, 0.9);
}

footer .container {
  padding: 70px 15px;
}

footer .container .box-menu .text-lg-bold {
  color: #47d155;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer .container .box-menu .text-bold {
  margin-bottom: 5px;
  color: #fff;
}

footer .container .box-menu .text-bold img {
  margin-right: 5px;
}

footer .container .box-menu .text {
  margin-bottom: 15px;
  color: #d2d2d6;
}

footer .container .box-menu .text a {
  color: #d2d2d6;
}

footer .container .box-menu .text a i {
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: -3px;
}

footer .container .box-menu .text a:hover {
  color: #47d155;
}

footer .container .box-menu .text img {
  margin-right: 5px;
}

footer .container .box-menu .box-text {
  color: #d2d2d6;
  margin-bottom: 15px;
}

footer .container .box-menu .box-text a {
  color: #d2d2d6;
}

footer .container .box-menu .box-text a i {
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: -3px;
}

footer .container .box-menu .box-text .text {
  margin-bottom: 0;
  word-wrap: normal;
}

footer .container .box-menu .box-text img {
  margin-right: 5px;
}

footer .container .box-menu .box-img {
  margin: 0 5px;
}

footer .container ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

footer .container ul li {
  display: inline-block;
  padding: 5px;
}

footer .container:before {
  display: table;
  content: " ";
  box-sizing: border-box;
}

.register .container,
.login .container,
.contact-page .container {
  margin: 50px auto;
}

.register .pd0,
.login .pd0,
.contact-page .pd0 {
  padding: 0;
}

.register .mask,
.login .mask,
.contact-page .mask {
  background-color: rgba(25, 25, 29, 0.6);
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.register .form-pd,
.login .form-pd,
.contact-page .form-pd {
  padding-top: 30px;
  padding-bottom: 50px;
}

.register .form-pd .text,
.login .form-pd .text,
.contact-page .form-pd .text {
  color: #9696a0;
}

.register .form-pd .text .bold,
.login .form-pd .text .bold,
.contact-page .form-pd .text .bold {
  font-weight: 600;
}

.register .form-pd .form-group,
.login .form-pd .form-group,
.contact-page .form-pd .form-group {
  margin-bottom: 15px;
}

.register .form-pd .forgot-pw,
.login .form-pd .forgot-pw,
.contact-page .form-pd .forgot-pw {
  color: #9696a0;
  font-size: 14px;
}

.register .form-pd .btn-action,
.login .form-pd .btn-action,
.contact-page .form-pd .btn-action {
  width: 100%;
  padding: 10px;
}

.register .form-pd .text-sm,
.login .form-pd .text-sm,
.contact-page .form-pd .text-sm {
  text-align: justify;
}

.register .form-pd .text-sm span,
.login .form-pd .text-sm span,
.contact-page .form-pd .text-sm span {
  color: #c8372d;
  font-weight: 500;
}

.register .step,
.login .step,
.contact-page .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #5a5b6a;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.register .step.active,
.login .step.active,
.contact-page .step.active {
  opacity: 1;
}

.register .step.finish,
.login .step.finish,
.contact-page .step.finish {
  background-color: #47d155;
}

.register .img-partner,
.login .img-partner,
.contact-page .img-partner {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background-color: #b4b4bb;
}

.register .img-partner::before,
.login .img-partner::before,
.contact-page .img-partner::before {
  content: " ";
}

.banner {
  background-color: #65b168;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .carousel-inner .item img {
  z-index: 0;
}

.banner .carousel-inner .item .carousel-caption {
  position: absolute;
  right: 15%;
  top: 1.25rem;
  bottom: unset;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.banner .carousel-indicators {
  margin-bottom: 40px;
}

.banner .carousel-indicators li {
  width: 20px;
  height: 8px;
  opacity: 0.4;
  border-radius: 0;
  margin: 2px;
  background-color: #fff;
}

.banner .carousel-indicators .active {
  background-color: #47d155;
  opacity: 1;
  margin: 2px;
}

.banner .glyphicon::before {
  content: "";
}

.banner .carousel-control {
  width: 5%;
}

.services {
  background: url(./../img/bg-service.png) no-repeat top center #f5faf5;
  background-size: cover;
}

.services .container .left-img {
  max-width: 100%;
}

.services .container h2 {
  margin-bottom: 15px;
}

.services .container .text-lg-bold {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #3a3a44;
  font-weight: 700;
}

.services .container .text-lg-bold span {
  margin: 0 10px;
}

.services .container .text-lg-bold .active {
  border-bottom: 3px solid #47d155;
}

.services .container .box-service {
  margin: 30px auto 20px;
}

.services .container .box-service ul.service-child {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.services .container .box-service ul.service-child li {
  display: inline-block;
  padding: 10px;
  width: 25%;
  vertical-align: top;
}

.services .container .box-service .box-item {
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.services .container .box-service .box-item img {
  height: 65px;
  width: auto;
  margin: 20px auto;
}

.services .container .box-service .box-item .img-normal {
  display: inherit;
}

.services .container .box-service .box-item .img-hover {
  display: none;
}

.services .container .box-service .box-item a {
  color: #292a31;
}

.services .container .box-service .box-item .text {
  height: 50px;
  vertical-align: bottom;
}

.services .container .box-service .box-item:hover {
  background: #00884e;
  color: #fff;
}

.services .container .box-service .box-item:hover a {
  color: #fff;
}

.services .container .box-service .box-item:hover .img-normal {
  display: none;
}

.services .container .box-service .box-item:hover .img-hover {
  display: inherit;
}

.postoffices {
  background: url(./../img/group28.png) no-repeat top center #f5faf5;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.postoffices .container {
  margin: 20px auto;
}

.branch {
  background: url(./../img/bg-po.png) no-repeat top center #f5faf5;
  background-size: cover;
}

.branch .mask {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.branch .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.branch .container .po {
  border: 1px solid #d2d2d6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
}

.branch .container .po .scroller {
  height: calc(100vh - 300px);
  overflow-y: auto;
}

.branch .container .po button {
  color: #fff;
}

.branch .container .po .po-item {
  background: #f5faf5;
  border: 1px solid #d2d2d6;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #5a5b6a;
  font-size: 14px;
}

.branch .container .po .po-item div {
  margin: 5px;
}

.branch .container .po .po-item .po-name span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #3a3a44;
}

.branch .container .po .po-item .po-name .text {
  color: #00884e;
  cursor: pointer;
}

.branch .container .po .po-item .po-address {
  text-transform: capitalize;
}

.branch .container .map-area {
  width: 100%;
  height: calc(100vh - 220px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d2d2d6;
}

.branch .container .text-lg-bolder {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.partners .container {
  /* margin: 50px auto; */
  text-align: center;
}

.partners .container h2,
.partners .container .h2 {
  line-height: 50px;
}

.partners .container .text {
  margin-bottom: 30px;
}

.partners .container .slider div {
  margin: 9px;
  padding: 5px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  padding: 5px;
  position: relative;
  height: 80px;
  border: 1px solid #f6f6f6;
  display: inline-block;
  overflow: hidden;
}

.partners .container .slider img {
  height: 70px;
}

.main .container {
  margin: 50px auto;
}

.main .container img {
  width: 100%;
}

.contacts {
  background: url(./../img/bg-contact-home.png) no-repeat top center #354130;
  background-size: cover;
  color: #fff;
  fill: solid;
}

.contacts .container .box-text {
  margin: 50px auto;
  color: #fff;
}

.contacts .container .box-text text-green {
  display: block;
}

.contacts .container .box-contact {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 50px;
}

.contacts .container .box-contact .h5 {
  margin-bottom: 15px;
}

.contacts .container .box-contact .btn-action {
  background: #47d155;
  padding: 5px 40px;
  color: #1f4921;
}

.contacts .container .box-contact .form .special-label {
  display: none;
}

.contacts .container .box-contact .form label,
.contacts .container .box-contact .form .form-check {
  color: #fff !important;
}

.downloads .container {
  margin: 50px auto 0;
  text-align: center;
}

.downloads .container .box-img {
  margin: 0 50px;
}

.downloads .container .box-img img {
  width: 100%;
}

.downloads .container .box-qr {
  margin: 30px 50px;
}

.downloads .container ul {
  list-style-type: none;
}

.downloads .container ul li {
  display: inline-block;
  padding: 5px;
}

.profive {
  background: #ddf1de;
}

.profive img {
  width: 100%;
}

.profive .box-item {
  color: #5a5b6a;
  margin: 10px auto 10px;
  text-align: center;
}

.profive .box-item .text-title {
  font-weight: 800;
  font-size: 48px;
  color: #00884e;
}

.profive .box-item .text-desc {
  font-size: 20px;
}

.box-absolute .mask-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #19191d;
  opacity: 50%;
}

.box-absolute .container .shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 3;
  margin-top: -47px;
  width: inherit;
}

.box-absolute .container .shadow .box-title {
  background-color: #292a31;
  text-align: center;
  color: #9696a0;
  border-radius: 8px 8px 0 0;
}

.box-absolute .container .shadow .box-title ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: block;
  margin-bottom: 0;
  padding-top: 5px;
}

.box-absolute .container .shadow .box-title ul li {
  display: inline-block;
  padding: 5px 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.box-absolute .container .shadow .box-title ul li img {
  margin-right: 5px;
}

.box-absolute .container .shadow .box-title ul li.active {
  color: #47d155;
}

.box-absolute .container .shadow .box-title:hover {
  cursor: pointer;
}

.box-absolute .container .shadow .box-content {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  padding: 30px;
}

.box-absolute .container .shadow .box-content .box-item {
  text-align: center;
  background-color: #f5faf5;
  padding: 20px 10px;
  border-radius: 5px;
  border: 1px solid #bae6bd;
  margin: 15px auto;
}

.box-absolute .container .shadow .box-content .box-item img {
  height: 70px;
  width: auto;
  margin-bottom: 15px;
}

.box-absolute .container .shadow .box-content .box-item .text-lg-bolder {
  color: #00884e;
}

.box-absolute .container .shadow .box-content .box-item div {
  margin-bottom: 5px;
}

.box-absolute .container .css-2b097c-container * {
  overflow-x: hidden;
  overflow-y: auto;
}

.box-absolute .container .po .scroller {
  height: calc(100vh - 268px);
  overflow-y: auto;
}

.box-absolute .container .po button {
  color: #fff;
}

.box-absolute .container .po .po-item {
  background: #f5faf5;
  border: 1px solid #d2d2d6;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #5a5b6a;
  font-size: 14px;
}

.box-absolute .container .po .po-item div {
  margin: 5px;
}

.box-absolute .container .po .po-item .po-name span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #3a3a44;
}

.box-absolute .container .po .po-item .po-name .text {
  color: #00884e;
  cursor: pointer;
}

.box-absolute .container .po .po-item .po-address {
  text-transform: capitalize;
}

.box-absolute .container .map-area {
  width: 100%;
  height: calc(100vh - 220px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d2d2d6;
}

.slogan {
  background-color: #bae6bd;
  text-align: center;
}

.slogan .container {
  margin: 30px auto;
}

.slogan .container h1 {
  color: #3a3a44;
}

.slogan .container h3 {
  margin: 0 auto;
}

.content {
  background: #f5faf5;
}

.content .container {
  margin: 20px auto 50px;
  color: #3a3a44;
}

.content .container .po {
  border: 1px solid #d2d2d6;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}

.content .container .po .scroller {
  height: calc(100vh - 300px);
  overflow-y: auto;
}

.content .container .po button {
  color: #fff;
}

.content .container .po .po-item {
  background: #f5faf5;
  border: 1px solid #d2d2d6;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #5a5b6a;
  font-size: 14px;
}

.content .container .po .po-item div {
  margin: 5px;
}

.content .container .po .po-item .po-name span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #3a3a44;
}

.content .container .po .po-item .po-name .text {
  color: #00884e;
  cursor: pointer;
}

.content .container .po .po-item .po-address {
  text-transform: capitalize;
}

.content .container .map-area {
  width: 100%;
  height: calc(100vh - 215px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d2d2d6;
}

.content .container .box-news {
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.content .container .box-news .img-normal {
  width: 100%;
  height: 200px;
  vertical-align: middle;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.content .container .box-news .text-bold {
  height: 58px;
  text-align: left;
  padding: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #292a31;
  font-weight: 600;
}

.content .container .box-news .text-desc {
  color: #b4b4bb;
  font-size: 12px;
  text-align: left;
  padding: 5px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}

.content .container .box-news .text-xs {
  color: #b4b4bb;
  font-size: 12px;
  text-align: left;
  padding: 5px 15px;
}

.content .container .box-news .text-xs .pull-right {
  color: #2264d1;
}

.content .container .box-news-right {
  text-align: left;
  margin-bottom: 15px;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.content .container .box-news-right .img-thumb {
  width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.content .container .box-news-right .item-right {
  display: inline-block;
  width: calc(100% - 120px);
}

.content .container .box-news-right .item-right .text-sm {
  font-size: 13px;
  font-weight: 500;
  color: #292a31;
  margin: 5px 10px;
  max-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content .container .box-news-right .item-right .text-xs {
  color: #b4b4bb;
  font-size: 12px;
  text-align: left;
  margin: 5px 10px;
}

.content .container .box-news-right .item-right .text-xs .pull-right {
  color: #2264d1;
}

.content .container img {
  max-width: 100%;
}

.content .container .sidebar-right {
  align-content: #f5faf5;
}

.content .container .sidebar-right a {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #3a3a44;
}

.content .container .sidebar-right a .box-li {
  padding: 10px 15px;
  border-radius: 4px;
  background: #fff;
}

.content .container .sidebar-right a .box-li img {
  margin-right: 10px;
  max-width: 30px;
}

.content .container .sidebar-right a .box-li .img-hover {
  display: none;
}

.content .container .sidebar-right a:hover .box-li {
  background-color: #00884e;
  color: #fff;
}

.content .container .sidebar-right a:hover .box-li .img-hover {
  display: inline-block;
}

.content .container .sidebar-right a:hover .box-li .img-thumb {
  display: none;
}

.content .container .form {
  border: 1px solid #d2d2d6;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  padding: 10px 15px;
}

.content .container .form .liner {
  width: 100%;
  border-top: 2px dashed #d2d2d6;
}

.content .container .box-service {
  margin: 30px auto 20px;
}

.content .container .box-service .box-item {
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.content .container .box-service .box-item img {
  height: 65px;
  width: auto;
  margin: 20px auto;
}

.content .container .box-service .box-item .img-normal {
  display: inherit;
}

.content .container .box-service .box-item .img-hover {
  display: none;
}

.content .container .box-service .box-item a {
  color: #292a31;
}

.content .container .box-service .box-item .text {
  height: 50px;
  vertical-align: bottom;
}

.content .container .box-service .box-item:hover {
  background: #00884e;
  color: #fff;
}

.content .container .box-service .box-item:hover a {
  color: #fff;
}

.content .container .box-service .box-item:hover .img-normal {
  display: none;
}

.content .container .box-service .box-item:hover .img-hover {
  display: inherit;
}

.content .container .box-service ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.content .container .box-service ul li {
  display: inline-block;
  padding: 10px;
  width: 25%;
  vertical-align: top;
}

.content .container .box-share a {
  display: inline-block;
  margin-right: 15px;
}

.content .container .box-share a img {
  width: 40px;
}

.content .container .box-ld {
  border: 1px solid #d2d2d6;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  margin: 15px 0;
}

.content .container .box-ld label.bold {
  font-weight: 600;
}

.content .container .box-ld ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.content .container .box-ld ul li {
  display: inline-block;
  margin-right: 15px;
}

.content .container .box-price {
  border: 1px solid #d2d2d6;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  margin: 15px 0;
}

.content .container .box-price .box-item {
  text-align: center;
  background-color: #f5faf5;
  padding: 20px 10px;
  border-radius: 5px;
  border: 1px solid #bae6bd;
  margin: 15px auto;
}

.content .container .box-price .box-item img {
  height: 70px;
  width: auto;
  margin-bottom: 15px;
}

.content .container .box-price .box-item .text-lg-bolder {
  color: #00884e;
}

.content .container .box-price .box-item div {
  margin-bottom: 5px;
}

.content .container .green1 {
  background-color: #f5faf5;
  border-radius: 5px;
  padding: 15px;
}

.content .container .table-primary {
  border: 1px solid #f5faf5;
  box-shadow: inset 0px -1px 0px #dbdbdb;
}

.content .container .table-primary thead th {
  color: #00884e;
  background-color: #f5faf5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.agent.no-bg .container {
  margin: 20px auto;
}

.agent.no-bg .container table td {
  width: 50%;
  text-align: justify;
  padding: 0px 60px 0px 100px;
}

.agent.no-bg .container table td::nth-last-child() {
  width: 50%;
  text-align: center;
  padding: 10px 15px;
}

.agent.bg1 {
  background: url(./../img/bg-partner-title.png) no-repeat top center #f5faf5;
  background-size: contain;
}

.agent.bg1 .container {
  margin: 15px auto 50px;
}

.agent.bg1 .container h3 {
  margin-bottom: 40px;
}

.agent.bg1 .container table td {
  width: 65%;
  text-align: justify;
}

.agent.bg1 .container table td::nth-last-child() {
  width: 35%;
  text-align: center;
  padding: 10px 15px;
}

.agent.bg1 .container img {
  margin-left: 30px;
}

.agent.bg2 {
  background: url(./../img/bg-partner-page.png) no-repeat top center #f5faf5;
  background-size: contain;
}

.agent.bg2 .container .form {
  border: 1px solid #d2d2d6;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  padding: 30px 50px;
}

.agent.bg2 .container .form .liner {
  width: 100%;
  border-top: 2px dashed #d2d2d6;
}

.map-marker {
  color: #47d155;
}

.map-tooltip {
  width: 300px;
  border-radius: 5px;
  display: none;
  background-color: #fff;
  color: #000;
  text-align: left;
  position: absolute;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 2;
  line-height: 1.5;
}

.map-tooltip .bold {
  font-weight: 700;
}

.map-marker:hover .map-tooltip {
  display: block;
}

.infoBox {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  margin-left: -140px;
  transform: translate3d(-50%, -100%, 0);
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  max-width: 300px;
  cursor: pointer;
  font-size: 14px;
}

.infoBox .bold {
  font-weight: 700;
}

.rt-resizable-header-content {
  font-size: 18px;
  font-weight: bold;
  color: #37833b;
}

.hide-sm,
.hide-md {
  display: block;
}

.survey-detail {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  padding: 10px;
  margin-bottom: 20px;
  font-style: italic;
}

.survey-detail .survey-item-1 {
  background-color: #ddf1de;
  padding: 10px;
}

.survey-detail .survey-item-2 {
  padding: 10px;
}

.survey-detail input[type="radio"] {
  width: 25px;
  height: 25px;
}
.fl-r-mb{
  float: right;
}
@media (min-width: 769px) {

  nav.navbar {
    border-radius: 0;
    background-color: #292a31;
    border: none;
    min-height: 40px;
    margin-bottom: 0;
  }

  nav.navbar .navbar-nav {
    margin-left: -15px;
  }

  nav.navbar .navbar-nav .fa-caret-down {
    margin-left: 10px;
  }

  nav.navbar .navbar-nav li {
    margin-right: 30px;
  }

  nav.navbar .navbar-nav li a {
    color: #fff;
    padding: 10px 0;
  }

  nav.navbar .navbar-nav li a:hover,
  nav.navbar .navbar-nav li a:focus {
    color: #47d155;
    background-color: #292a31;
  }

  nav.navbar .navbar-nav li.active a,
  nav.navbar .navbar-nav li.active a:focus {
    color: #47d155;
    background-color: #292a31;
  }

  nav.navbar .navbar-nav .nav-border.active,
  nav.navbar .navbar-nav .nav-border.open {
    border-bottom: 3px solid #47d155;
  }

  nav.navbar .navbar-nav .nav-border.active a,
  nav.navbar .navbar-nav .nav-border.open a {
    background-color: #292a31;
  }

  nav.navbar .navbar-nav .dropdown-menu {
    background-color: #292a31;
    margin-top: 2px;
    padding: 0;
    border-radius: 0;
    z-index: 3;
  }

  nav.navbar .navbar-nav .dropdown-menu li {
    margin-right: 0;
    border-bottom: 1px solid #4a4a4a;
  }

  nav.navbar .navbar-nav .dropdown-menu li a {
    color: #fff;
    padding: 10px 15px;
  }

  nav.navbar .navbar-nav .dropdown-menu li .dropdown-menu {
    display: none;
  }

  nav.navbar .navbar-nav .dropdown-menu li i {
    margin-left: 10px;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover {
    background-color: #292a31;
    cursor: pointer;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover a {
    color: #47d155;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown {
    border-bottom-color: #3a3a44;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li a {
    background-color: #292a31;
    color: #d2d2d6;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li .dropdown-menu {
    display: none;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li:hover {
    cursor: pointer;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li:hover a {
    color: #47d155;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu li a {
    background-color: #292a31;
    color: #d2d2d6;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu li:hover {
    cursor: pointer;
  }

  nav.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu li:hover a {
    color: #47d155;
  }

  nav.navbar .navbar-right .bg-grey80 {
    background: #3a3a44;
    color: #fff;
    padding: 7px 15px;
    font-size: 16px;
  }

  nav.navbar .navbar-right li a {
    background-color: #292a31;
  }

  nav.navbar .navbar-right li a:hover,
  nav.navbar .navbar-right li a:active,
  nav.navbar .navbar-right li a:focus {
    color: #47d155;
  }

  nav.navbar .navbar-right li .dropdown-menu {
    width: 300px;
  }

  nav.navbar .navbar-right li .dropdown-menu a {
    white-space: normal;
  }

  nav.navbar .navbar-right li.open a,
  nav.navbar .navbar-right li.open a:hover,
  nav.navbar .navbar-right li.open a:active,
  nav.navbar .navbar-right li.open a:focus {
    background-color: #292a31;
  }

  nav.navbar .navbar-nav.navbar-right:last-child {
    margin-right: -30px;
  }
}

@media (min-width: 768px) {
 
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .block-absolute {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .historytimeline .rb-container ul.rb li {
    margin-left: 10px !important;
  }
  .fl-r-mb{
    float: left !important;
  }
  .hide-md {
    display: block;
  }

  .hide-sm {
    display: none !important;
  }

  /* .block-absolute {
    display: none;
  } */

  header .navbar-toggle {
    display: block !important;
  }

  .banner .h1 {
    font-weight: 700;
    font-size: 14px !important;
    line-height: unset;
    overflow-y: hidden;
    margin-top: 0;
  }

  .banner .carousel-indicators {
    display: none;
  }

  .mask-body {
    display: none;
  }

  nav.navbar {
    background-color: #292a31;
    min-height: 0;
    margin-bottom: 0 !important;
    max-height: unset;
  }

  nav.navbar ul.navbar-nav {
    margin-bottom: 0;
    margin-top: 0;
  }

  nav.navbar ul.navbar-nav .logo img {
    margin: 10px 0;
    height: 40px;
  }

  nav.navbar ul.navbar-nav li {
    display: block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #4a4a4a;
  }

  nav.navbar ul.navbar-nav li a {
    color: #b4b4bb;
    background-color: unset;
    padding: 10px 0;
  }

  nav.navbar ul.navbar-nav li .fa-caret-down {
    margin-left: 10px;
  }

  nav.navbar ul.navbar-nav li ul {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  nav.navbar ul.navbar-nav li ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #4a4a4a;
  }

  nav.navbar ul.navbar-nav li ul li .fa-caret-right {
    float: right;
  }

  nav.navbar ul.navbar-nav li.active a.active {
    color: #00884e;
  }

  .banner {
    min-height: unset;
  }

  .postoffices {
    margin-top: 0;
    z-index: 0;
  }

  .box-absolute {
    background-color: #f5faf5;
  }

  .box-absolute .container {
    width: 100%;
  }

  .box-absolute .container .shadow {
    position: relative;
    z-index: 0;
    left: auto;
    right: auto;
    margin: 10px auto auto;
    box-shadow: initial;
  }

  .box-absolute .container .shadow .box-title {
    background-color: #f5faf5;
    padding-left: 0;
    border-radius: unset;
    text-align: left;
  }

  .box-absolute .container .shadow .box-title ul li {
    margin-bottom: 10px;
    color: #292a31;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    text-transform: inherit;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  }

  .box-absolute .container .shadow .box-title ul li a {
    color: #3a3a44;
  }

  .box-absolute .container .shadow .box-title ul li a i {
    margin-top: 5px;
    color: #9696a0;
  }

  .services ul li {
    width: 50% !important;
  }

  body .mt50 {
    margin-top: 0 !important;
  }

  header {
    background-color: #292a31;
  }

  header .logo img {
    margin: 10px 0;
    height: 40px;
  }

  footer .container {
    padding: 20px 15px !important;
  }

  footer .container .box-menu {
    margin-top: 35px;
  }

  .partners .container {
    margin: 0px auto !important;
  }

  .contacts .container .box-contact {
    padding: 15px !important;
  }

  h1,
  .h1 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  h2,
  .h2 {
    font-size: 24px !important;
  }

  h3,
  .h3 {
    font-size: 22px !important;
  }

  .hide-xs {
    display: none !important;
  }

  .register,
  .login,
  .contact-page {
    padding: 10px 15px;
  }

  .downloads .container ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

@media (max-width: 376px) {
  .box-service .box-item img {
    margin: 10px auto !important;
  }

  .box-service .box-item .text {
    height: 70px !important;
  }
}

.boxcolor {
  background-color: #ddd;
}

.message-box {
  height: 100%;
  /* max-height: 80%; */
  overflow-y: scroll;
}

.chatbox {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chatbox .chat {
  display: flex;
  gap: 15px;
}

.chatbox img {
  width: 45px;
  height: 45px;
  /* border-radius: 20%; */
  object-fit: cover;
  border: none;
}

.chatbox .loading {
  width: 60px;
  height: 50px;
  margin-bottom: 28px;
  /* border: solid 2px #ddd */
}

.chatbox .loading2 {
  width: 180px;
  height: 50px;
  /* border: solid 2px #ddd */
}

.chatbox .message-user .msg {
  background: #1bbb7b;
  max-width: 80%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  color: white;
  word-break: break-all;
}

.chatbox .message-bot .msg {
  background: #fff;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
}

.chatbox .message-user,
.chatbox .message-bot {
  display: flex;
  gap: 15px;
}

.chatbox .message-user {
  flex-direction: row-reverse;
}

.input-send {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

.custom-input input[type="text"]:focus,
.custom-input [type="text"].form-control:focus {
  box-shadow: none;
  border-color: #1bbb7b;
}

.input-send {
  width: 550px;
  min-height: 30px;
  padding-right: 40px;
}

.bg-success {
  background-color: #1bbb7b !important;
}

.text-light {
  color: white;
}

.cfdl .wrapper {
  padding-top: 5%;
}

.fullbg {
  height: 100vh;
  background: aliceblue;
}

.cfdl .wrapper .table {
  background: #fff;
  /*  width: calc(33% - 20px); */
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cfdl .table .price-section {
  display: flex;
  justify-content: center;
}

.cfdl .table .price-area {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 2px;
}

.cfdl .price-area .inner-area {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  line-height: 117px;
  text-align: center;
  color: #fff;
  position: relative;
}

.cfdl .price-area .inner-area .text {
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: -10px;
  left: 17px;
}

.cfdl .price-area .inner-area .price {
  font-size: 45px;
  font-weight: 500;
  margin-left: 2px;
}

.cfdl .table .package-name {
  width: 100%;
  height: 2px;
  margin: 35px 0;
  position: relative;
}

.cfdl .table .package-name::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  font-weight: 500;
  background: #fff;
  padding: 0 15px;
  transform: translate(-50%, -50%);
}

.cfdl .table .features li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.cfdl .features li .list-name {
  font-size: 17px;
  font-weight: 400;
}

.cfdl .features li .icon {
  font-size: 15px;
}

.cfdl .features li .icon.check {
  color: #2db94d;
}

.cfdl .features li .icon.cross {
  color: #cd3241;
}

.cfdl .table .btn {
  width: 100%;
  display: flex;
  margin-top: 35px;
  justify-content: center;
}

.cfdl .table .btn button {
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cfdl .table .btn button:hover {
  border-radius: 5px;
}

.cfdl .basic .features li::selection {
  background: #ffd861;
}

.cfdl .basic ::selection,
.cfdl .basic .price-area,
.cfdl .basic .inner-area {
  background: #ffd861;
}

.cfdl .basic .btn button {
  border: 2px solid #ffd861;
  background: #fff;
  color: #ffd861;
}

.cfdl .basic .btn button:hover {
  background: #ffd861;
  color: #fff;
}

.cfdl .premium ::selection,
.cfdl .premium .price-area,
.cfdl .premium .inner-area,
.cfdl .premium .btn button {
  background: #23904e;
}

.cfdl .premium .btn button:hover {
  background: #23904e;
}

.cfdl .ultimate ::selection,
.cfdl .ultimate .price-area,
.cfdl .ultimate .inner-area {
  background: #43ef8b;
}

.cfdl .ultimate .btn button {
  border: 2px solid #43ef8b;
  color: #43ef8b;
  background: #fff;
}

.cfdl .ultimate .btn button:hover {
  background: #43ef8b;
  color: #fff;
}

.cfdl .basic .package-name {
  background: #ffecb3;
}

.cfdl .premium .package-name {
  background: #d0b3ff;
}

.cfdl .ultimate .package-name {
  background: #baf8d4;
}

.cfdl img {
  width: 310px;
  margin-bottom: 40px;
  margin-left: 40%;
}

.cfdl .package-name span {
  position: absolute;
  margin-top: -13px;
  background: #288f52;
  padding: 5px;
  margin-left: 43%;
  color: white;
  font-weight: bolder;
}

.cfdl .basic .package-name::before {
  content: "Basic";
}

.cfdl .premium .package-name::before {
  /*     content: "Premium"; */
  font-size: 24px;
}

.cfdl .ultimate .package-name::before {
  /*     content: "Ultimate"; */
  font-size: 24px;
}

.cfdl .features {
  margin-left: -40px;
}

.mt-2 {
  margin-top: 10px
}

@media (max-width: 1020px) {
  .cfdl .wrapper .table {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
  .title_point {
    width: 170px !important;
  }
}

@media (max-width: 768px) {
  .title_adv_header {
    margin-left: -15px !important;
  }
  .info_contact_full {
    background-color: #1f4921 !important;
    height: 400px !important;
  }
  .mt-4 {
    margin-top: 40px !important;
  }
  .info_landing .content_line1 {
    margin-top: 50px !important;
  }
  .info_landing .content_line2 {
    margin-top: 95px !important;
  }

  .info_landing .content_line3 {
    margin-top: 140px !important;
  }

  .info_landing .content_line4 {
    margin-top: 185px !important;
  }

  .info_landing .content_line5 {
    margin-top: 230px !important;
  }

  .info_landing .content_line6 {
    margin-top: 280px !important;
  }

  .advantage_landing .container {
    position: relative;
    top: -20px;
  }

  .form_advan {
    margin-top: 15px !important;
  }

  .main_content .title_info2 {
    text-align: center;
    color: #1f4921;
    font-size: 21px !important;
  }

  .service_title {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #2b542c;
    font-size: 12px !important;
    position: relative;
    top: -35px;
    width: 70px;
    font-family: pfb;
  }

  .btn_view_service a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 112px;
    padding: 6px 7px;
    color: #fff;
    background-color: #2b542c;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: pfb;
    position: relative;
    top: -20px;
  }

  .service_landing {
    height: 825px !important;
    top: 500px !important;
  }

  .title_point {
    width: 122px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-weight: bold;
    top: -70px;
    color: #3c763d;
    font-size: 14px;
    text-align: center;
    font-family: pfb;
  }

  .service_box_landing {
    box-shadow: inset 0 0 10px #3c763d;
    height: 210px;
    border-radius: 10px;
    margin-top: 50px !important;
  }

  .service_landing h3 {
    margin: 0px auto !important;
  }

  .point_full {
    height: 245px;
    top: 20px;
  }
}

@media (max-width: 698px) {
  .cfdl .wrapper .table {
    width: 100%;
  }

  .cfdl img {
    width: 220px;
    margin-bottom: 40px;
    margin-left: 20%;
  }

  .cfdl .package-name span {
    position: absolute;
    margin-top: -13px;
    background: #288f52;
    padding: 5px;
    margin-left: 20%;
    color: white;
    font-weight: bolder;
  }

  .cfdl .table .btn button {
    width: 80%;
    height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .cfdl .features li .list-name {
    font-size: 12px;
    font-weight: 400;
  }
}

::selection {
  color: #fff;
}

.cfdl .table .ribbon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}

.cfdl .table .ribbon::before,
.cfdl .table .ribbon::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #23904e;
  border-top-color: transparent;
  border-left-color: transparent;
}

.cfdl .table .ribbon::before {
  top: 0px;
  right: 15px;
}

.cfdl .table .ribbon::after {
  bottom: 15px;
  left: 0px;
}

.cfdl .table .ribbon span {
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #23904e;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.back-to-top {
  position: fixed;
  bottom: 7px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #00884e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out transform 0.3s;
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.back-to-top svg {
  width: 24px;
  height: 24px;
}

.back-to-top:hover svg {
  stroke: #00c66f;
}

.thankpage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(./../img/bg-service.png) no-repeat top center #f5faf5;
  background-size: cover;
}

.thankpage-inner {
  position: relative;
  max-width: 568px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.thankpage-inner__head {
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
}

.thankpage-inner__main {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 35px 15px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.thankpage-inner__main .message {
  position: relative;
  width: 100%;
  font-size: 23px;
  color: #00844a;
  padding: 0px 10px 20px 10px;
  margin: 15px 0;
  font-weight: 600;
}

.thankpage-inner__main .message p {
  margin: 0;
}

.thankpage-inner__main .message:after {
  content: "";
  position: absolute;
  width: 70%;
  left: 15%;
  height: 1px;
  background: #848484;
  bottom: 0;
}

.thankpage-inner__main .message-bottom {
  font-size: 16px;
  color: #848484;
}

.thankpage-inner__main .message-bottom {
  font-size: 16px;
  color: #848484;
  margin-top: 20px;
}

.thankpage-inner__main .success {
  border-color: #00844a;
  color: #00844a;
  background-color: white;
  text-transform: none;
  width: 160px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
}

.thankpage-inner__main .success:hover {
  color: #09c272;
}

.bl-img {
  width: 100% !important;
  height: 60px !important;
}

.bl-img-f {
  width: 47px;
  height: 47px;
}

.bl-img-svg {
  width: 24px;
  height: 24px;
}

.bl-img-svg:hover {
  stroke: #00c66f;
}

.d-block {
  display: block;
}

body .block-img {
  display: block;
  margin-top: 10px !important;
}

.main-img {
  position: relative;
  width: 40px;
  height: 40px;
  left: -8px;
  right: 10px;
}


.historytimeline .rightbox {
  padding: 0em 34rem 0em 0em;
  height: 100%;
}

.historytimeline .rb-container {
  font-family: "PT Sans", sans-serif;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.historytimeline .rb-container ul.rb {
  margin: 0.5em 0;
  padding: 0;
  display: inline-block;
  min-width: 320px;
}

.historytimeline .rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 20px;
  min-height: 50px;
  border-left: 1px dashed #0e8752;
  padding: 0 0 30px 30px;
  position: relative;
  width: 100%;
}

.historytimeline .rb-container ul.rb li:last-child {
  border-left: 0;
}

.historytimeline .rb-container ul.rb li::before {
  position: absolute;
  left: -13px;
  top: -6px;
  content: " ";
  border: 8px solid #0e8752;
  border-radius: 500%;
  background: white;
  height: 25px;
  width: 25px;
  transition: all 500ms ease-in-out;
}

.historytimeline .rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}

.historytimeline ul.rb li .timestamp {
  color: #0e8752;
  position: relative;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}
.historytimeline ul.rb li .Post{
  font-size: 11px;
  font-style: italic;
}
.fz17{
  font-size: 17px;
}
.fz15{
  font-size: 15px !important;
}