@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #0277bd !important;
  color: #fff !important;
}

body {
  overflow: hidden;
  width: 100%;
  background-color: #f8f8f8;
  text-align: start;
  position: relative;
  font-family: "LamaSans", sans-serif;
  letter-spacing: 0;
  direction: rtl;
}

/* Loading
=========================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #e7e7e7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 8px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #009c85;
  border: 1px solid #e7e7e7;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 13px;
  padding: 0 20px;
  word-spacing: 1px;
  font-weight: bold;
  background-color: #009c85;
  color: #fff;
  border: 0;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.link:hover {
  background-color: #0277bd;
  color: #fff;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #0277bd;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon:hover {
  background-color: #009c85;
  color: #fff;
}

/* Custom Class
======================*/
.mt-25 {
  margin-top: 25px;
}

.r_left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Links 
======================*/
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 98;
  background-color: #fff;
}
section.colored {
  background-image: linear-gradient(180deg, #e8f1f9, #f4f9fc);
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 30px 0;
  }
}

form {
  margin: 0;
}

.section_title {
  margin: 0 auto 40px;
  text-align: center;
}
.section_title h3 {
  line-height: 50px;
  font-size: 28px;
  color: #191919;
  font-weight: bold;
  margin: 0 0 15px;
}
.section_title p {
  line-height: 30px;
  font-size: 18px;
  color: rgba(25, 25, 25, 0.8);
  max-width: 768px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 25px;
  }
  .section_title h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 25px;
  }
  .section_title p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .section_title h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .section_title p {
    font-size: 12px;
  }
}

/* Page Pagination
==========================*/
.page_pagination h3 {
  color: #0277bd;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.page_pagination li {
  display: inline-block;
  color: #191919;
  font-size: 16px;
}
.page_pagination a {
  font-weight: normal;
  color: #191919;
  display: block;
  position: relative;
  margin-inline-end: 5px;
  padding-inline-end: 10px;
}
.page_pagination a::after {
  content: " / ";
  position: absolute;
  left: -5px;
  top: 0;
  margin: auto;
  color: #898989;
}

.page_head {
  width: 100%;
  background-image: linear-gradient(180deg, #e8f1f9, #f4f9fc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 110px 0 40px;
}
.page_head .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page_head form {
  width: 490px;
}
.page_head h3 {
  color: #0277bd;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .page_head .search_form {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .page_head .flex {
    flex-direction: column;
  }
  .page_head .search_form {
    margin-top: 25px;
    width: 100%;
  }
  .page_head h3 {
    font-size: 28px;
  }
  .page_head li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .page_head h3 {
    font-size: 24px;
  }
}

@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Forms
=========================*/
label {
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0;
}

.form-group {
  position: relative;
}

.form-group-icon img {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  width: 45px;
  height: 55px;
  border-left: 1px solid #e2edf8;
}
.form-group-icon .form-control {
  padding-inline-start: 55px;
}

.form-control {
  padding: 0 25px;
  font-size: 12px;
  line-height: 55px;
  height: 55px;
  font-weight: bold;
  color: #191919;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 110px;
  line-height: 20px !important;
  padding: 10px 15px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search_form {
  margin: 0;
  width: 100%;
  position: relative;
}
.search_form .form-group {
  margin: 0;
}
.search_form .form-control {
  border: 0 !important;
  -webkit-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  -moz-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  -ms-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  -o-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
}
.search_form .link {
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media (max-width: 575px) {
  .search_form .form-control {
    height: 50px;
    line-height: 50px;
  }
  .search_form .link {
    width: 100%;
    margin-top: 15px;
    position: relative;
    left: 0;
  }
}

.confirm_code {
  margin-top: 25px;
}
.confirm_code .form-group {
  direction: ltr;
}
.confirm_code .form-control {
  margin: 5px;
  display: inline-block;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
}

.hint {
  display: block;
  font-size: 14px;
  color: #0277bd;
}

.jst-clearDiv,
.jst-hours {
  display: none !important;
}

.hint {
  display: block;
  font-size: 14px;
  margin: 10px 0;
  text-align: start;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Modal
=========================*/
.modal {
  z-index: 9999;
  padding: 0 !important;
}
.modal .modal-dialog {
  margin: auto;
  top: 50px;
  width: 96%;
  max-width: 480px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.modal .modal_title {
  color: #191919;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 10px;
}
.modal .modal_title img {
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
  padding: 15px 10px;
  background-color: #0277bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.modal .close {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 50px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.modal .modal-body {
  background-image: linear-gradient(180deg, #e8f1f9, #f4f9fc);
  padding: 20px 40px;
}
.modal .modal-body .check {
  text-align: center;
  margin: auto;
  width: 25px;
}
.modal .modal-body .form-control {
  height: 55px;
  line-height: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal .modal-body textarea.form-control {
  min-height: 120px;
  margin-bottom: 15px;
}
.modal .modal-body .txt_link {
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #0277bd;
  margin-inline-start: 15px;
  text-decoration: underline;
}

.modal-backdrop.show {
  opacity: 0.9;
  z-index: 9998;
}

.modal-open {
  overflow: hidden !important;
  padding: 0 !important;
}

@media all and (max-width: 767.98px) {
  .modal-body .icon_link {
    left: 5px;
  }
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*  Header
=============================*/
header {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9997;
  max-width: 1170px;
  padding: 0 !important;
  margin: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header.bg_white {
  background-color: #fff !important;
  top: 0;
  max-width: 100% !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header.move {
  background-color: #fff;
  top: 0;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1);
  -moz-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1);
  -ms-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1);
  -o-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1);
  box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1);
}
header .container {
  position: relative;
  min-height: 70px;
}
header .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-inline-end: 15px;
}
header .navbar-brand {
  display: block;
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 999;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #0277bd;
}
header .navbar-brand span {
  display: block;
}
header .btns {
  z-index: 9999;
}
header .btns .link {
  line-height: 40px;
  margin: 0;
}
header .btns .link:nth-child(2) {
  background-color: #0277bd;
}
header .btns .link:nth-child(2):hover {
  background-color: #009c85;
}
header .btns .menu-btn {
  vertical-align: middle;
  display: none;
  margin: 0;
  width: 40px;
  height: 40px;
}
header .btns .menu-btn span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 50%;
  margin: 5px auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
header .btns .dropdown {
  display: inline-block;
}
header .btns .dropdown > button {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #191919;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
header .btns .dropdown > button img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-inline-end: 5px;
  background-color: #009c85;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 575px) {
  header .btns .dropdown > button img:last-child {
    display: none;
  }
  header .btns .dropdown > button span {
    display: none;
  }
}
header .btns .dropdown-menu {
  top: 13px !important;
  border: 1px solid #f1f1f1;
  border-top: 0;
  text-align: start;
  padding: 0;
  min-width: 210px;
}
header .btns .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  line-height: 20px;
  border-top: 1px solid #f1f1f1;
}
header .btns .dropdown-menu .dropdown-item:hover {
  color: #0277bd;
  background-color: transparent;
}
header .btns .profile_btn img:last-child {
  background-color: transparent;
  width: 20px;
  padding: 0;
}
header .btns .notify_icon {
  margin: 0;
  position: relative;
}
header .btns .notify_icon .count {
  top: -7px;
  right: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #0277bd;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .btns .wide {
  min-width: 290px;
}
header .btns .item_list {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e7e7e7;
}
header .btns .item_list:last-child {
  border-bottom: 0;
}
header .btns .item_list > img {
  padding: 5px;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-inline-end: 15px;
}
header .btns .item_list .item_cont {
  font-size: 14px;
  line-height: 22px;
}
header .btns .item_list .item_cont span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
header .btns .item_list .item_cont span img {
  width: 15px;
  display: inline-block;
}
@media (max-width: 1199px) {
  header .flex {
    padding-inline-end: 15px;
  }
}
@media (max-width: 575px) {
  header .flex {
    padding-inline-end: 5px;
  }
}
@media (max-width: 991px) {
  header {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  header .btns .menu-btn {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  header {
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  header .btns .link {
    padding: 0;
  }
  header .btns .link span {
    display: none;
  }
  header .btns .link img {
    margin: 0;
    width: 40px;
  }
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -70px;
}
.navbar .container {
  min-height: auto;
}
.navbar .navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  padding-inline-end: 270px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  font-weight: bold;
  color: #191919;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  margin-inline-end: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.navbar .navbar-nav li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 3px;
  background-color: #009c85;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.navbar .navbar-nav li a:hover {
  color: #0277bd;
}
.navbar .navbar-nav li a:hover::after {
  width: 100%;
}
.navbar .navbar-nav li a.active {
  color: #009c85;
}
.navbar .navbar-nav li a.active::after {
  width: 100%;
}
@media (max-width: 991px) {
  .navbar {
    margin-top: 0;
    background-color: #fff;
    height: 100%;
    max-height: 440px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #f1f1f1;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: start;
    padding: 0 15px 5px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    text-align: start;
    margin: 10px 0;
    color: #191919;
  }
  .navbar ul.navbar-nav li a::after {
    display: none;
  }
  .navbar ul.navbar-nav li a:hover {
    color: #0277bd;
  }
}

@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Partner
===========================*/
.partner_logo {
  filter: grayscale(50%);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s linear filter;
  -moz-transition: 0.3s linear filter;
  -ms-transition: 0.3s linear filter;
  -o-transition: 0.3s linear filter;
  transition: 0.3s linear filter;
}
.partner_logo:hover {
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .partner_logo {
    margin-bottom: 15px;
  }
}

/* Footer
===========================*/
footer {
  background-color: #191919;
  color: #fff;
  padding: 50px 0 0;
  position: relative;
}
footer .col-12 {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .col-12 ul {
  text-align: center;
}
footer .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  z-index: 999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .icon img {
  margin: 10px auto;
}
footer .logo {
  display: block;
  position: relative;
  z-index: 999;
  line-height: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
footer .logo span {
  display: block;
}
footer h3 {
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 40px;
  color: #fff;
  padding-bottom: 10px;
}
footer h3::before {
  content: "";
  background-color: #009c85;
  position: absolute;
  right: 0;
  bottom: -5px;
  margin: auto;
  height: 3px;
  width: 30px;
}
footer p {
  color: #fff9;
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 0;
}
footer .search_form {
  max-width: 290px;
  margin-top: 15px;
}
footer .search_form .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
footer .search_form .icon {
  left: 5px;
  top: 0;
  bottom: 0;
  right: auto;
}
footer ul {
  text-align: start;
}
footer ul li {
  display: block;
  position: relative;
  padding: 0 !important;
  margin: 5px auto;
}
@media (max-width: 767px) {
  footer ul li {
    display: inline-block;
    margin-inline-end: 15px;
  }
}
footer ul li a {
  display: inline-block;
  color: #fff9;
  line-height: 30px;
  font-size: 16px;
}
footer ul li a:hover {
  color: #009c85;
}
footer .payment li {
  display: inline-block;
  margin: 0;
}
footer .payment li img {
  margin: 0 0 5px 5px;
  padding: 5px;
  background-color: #fff1;
  border-radius: 5px;
  width: 80px;
}
footer .copyrights {
  text-align: center;
  margin-top: 50px;
  padding: 15px 0;
  border-top: 1px solid #fff1;
}
@media (max-width: 767px) {
  footer .copyrights {
    margin-top: 25px;
  }
}
footer .copyrights p {
  margin: 0;
}

.whats {
  position: fixed;
  left: 15px;
  bottom: 15px;
  font-size: 28px;
  margin: auto;
  background-color: #25d366;
  color: #fff !important;
  border: 0;
  width: 55px;
  height: 55px;
  z-index: 9998;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.whats i {
  line-height: 55px;
}
.whats::after,
.whats::before {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  animation: ripple 2s infinite;
  animation-delay: 0.6s;
}
.whats::after {
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Main Section
===========================*/
.main_section {
  width: 100%;
  padding: 150px 0 50px;
  background-image: linear-gradient(180deg, #e8f1f9, #f4f9fc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main_section .intro_cont {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main_section .intro_cont h1 {
  line-height: 70px;
  font-size: 54px;
  font-weight: bolder;
  margin: 0;
  color: #0277bd;
}
.main_section .intro_cont p {
  line-height: 35px;
  font-size: 22px;
  margin: 40px 0;
  color: #191919;
}
.main_section .intro_img {
  margin: auto auto auto 0;
}
@media (max-width: 991px) {
  .main_section .intro_cont {
    text-align: center;
    align-items: center;
  }
  .main_section .intro_img {
    display: none;
  }
}
@media (max-width: 767px) {
  .main_section {
    padding-bottom: 30px;
  }
  .main_section .intro_cont h1 {
    line-height: 55px;
    font-size: 44px;
  }
  .main_section .intro_cont p {
    font-size: 20px;
    line-height: 30px;
    margin: 25px auto;
  }
}
@media (max-width: 575px) {
  .main_section {
    padding: 100px 0 50px;
  }
  .main_section .intro_cont h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .main_section .intro_cont p {
    text-align: justify;
    font-size: 18px;
  }
  .main_section .search_form .link {
    width: 100%;
    margin-top: 15px;
    position: relative;
    left: 0;
  }
}

.package_item {
  position: relative;
  text-align: center;
  margin: 15px auto;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.package_item .head {
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
}
.package_item .head img {
  display: inline-block;
  margin: 0;
  margin-inline-end: 15px;
  width: 50px;
}
.package_item .head h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  color: #0277bd;
}
.package_item .head h3 span {
  display: block;
  margin: 5px auto 0;
  font-size: 20px;
  font-weight: bold;
  color: #009c85;
  letter-spacing: 0;
}
.package_item .head h3 span sub {
  bottom: -0.15em;
}
.package_item ul {
  margin: 0;
  border: solid #f1f1f1;
  border-width: 1px 0;
  padding: 25px;
}
.package_item ul li {
  text-align: start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.package_item ul li:last-child {
  margin-bottom: 0;
}
.package_item ul li span {
  color: #0277bd;
}
.package_item .link {
  margin: 15px auto;
}
.package_item.selected .link {
  color: #fff;
  background-color: #0277bd;
}

@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Services
============================*/
.service {
  position: relative;
  margin-bottom: 25px;
  display: block;
  padding: 30px 15px;
  text-align: center;
  border: 1px solid rgba(28, 76, 159, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s linear background-image;
  -moz-transition: 0.3s linear background-image;
  -ms-transition: 0.3s linear background-image;
  -o-transition: 0.3s linear background-image;
  transition: 0.3s linear background-image;
}
.service img {
  width: 50px;
}
.service h3 {
  color: #0277bd;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.service p {
  margin: 0;
  color: #777;
  font-size: 16px;
}
.service:hover {
  background-image: linear-gradient(180deg, #e8f1f9, #f4f9fc);
}
.service.listed {
  margin: 15px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background-image: none;
}
.service.listed .cont {
  width: 100%;
  max-width: 420px;
  text-align: start;
}
.service.listed .cont span {
  background-color: #c0ddee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #191919;
  padding: 3px 10px;
  margin-inline-end: 5px;
  font-size: 12px;
  display: inline-block;
}
.service.listed .cont h3 {
  margin: 20px 0 0;
  text-align: start;
}
.service.listed .link {
  margin: 0;
  min-width: 130px;
  line-height: 40px;
  padding: 0;
  font-size: 12px;
}
.service.listed .link img {
  width: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .service.listed {
    padding: 15px;
  }
  .service.listed .cont {
    max-width: 290px;
  }
  .service.listed .progress {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .service.listed {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  .service.listed .cont {
    max-width: 100%;
  }
  .service.listed .cont span {
    margin-inline-end: 2px;
  }
  .service.listed .progress {
    height: 20px;
    margin-bottom: 15px;
  }
  .service.listed .progress .progress-bar {
    font-size: 10px;
  }
  .service.listed .link {
    line-height: 35px;
  }
}
.service .progress {
  margin-top: 20px;
  width: 100%;
  height: 30px;
  background-color: #eef5fa;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.service .progress .progress-bar {
  font-size: 14px;
  background-color: rgba(238, 191, 48, 0.25);
  color: #191919;
  font-weight: bold;
}
.service .progress .progress-bar.level1 {
  background-color: rgba(238, 191, 48, 0.5);
}
.service .progress .progress-bar.level2 {
  background-color: rgba(2, 119, 189, 0.5);
}
.service .progress .progress-bar.level3 {
  background-color: rgba(0, 156, 133, 0.5);
}

.track_status {
  margin: 25px auto 15px;
  position: relative;
}
.track_status li {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.track_status li::after {
  content: "";
  height: calc(100% + 26px);
  width: 4px;
  background-color: #f1f1f1;
  position: absolute;
  right: 13px;
  top: 26px;
}
.track_status li a {
  color: #191919;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding-inline-start: 45px;
  display: block;
}
.track_status li a span {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}
.track_status li a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
}
.track_status li a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 5px;
  right: 5px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: contain;
}
.track_status li:last-child {
  margin-bottom: 0;
}
.track_status li:last-child::after {
  display: none;
}
.track_status li.done::after {
  background-color: #009c85;
}
.track_status li.done a::before {
  background-color: #009c85;
}
.track_status li.done a::after {
  background-image: url(../images/icons/check-circle.svg);
}
.track_status li.pending::after {
  background-color: #dada16;
}
.track_status li.pending a::before {
  background-color: #dada16;
}
.track_status li.pending a::after {
  background-image: url(../images/icons/loader.svg);
  animation: fa-spin 3s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Order
============================*/
.order {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .order {
    padding-top: 70px;
  }
}
.order .flex {
  padding: 25px;
}

.step {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -moz-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -ms-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -o-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
}
.step .step_head {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #0277bd;
  border-bottom: 1px solid #e9f2f9;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.step .step_head .link {
  margin: 0;
  position: absolute;
  left: 25px;
  background-color: #fff;
  color: #0277bd;
  line-height: 30px;
}
.step .step_head span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #009c85;
  border-radius: 25px;
  color: #fff;
  line-height: 30px;
  margin-inline-end: 10px;
  font-size: 14px;
}
.step .row {
  margin: 0;
  padding: 5px;
}
.step .form-control {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.step .link {
  line-height: 35px;
  font-size: 13px;
}
.step.disable {
  opacity: 80%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.step.done {
  background-color: rgba(0, 156, 133, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.step.done .step_head {
  color: #fff;
}

.support {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -moz-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -ms-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -o-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
}
.support.sticky {
  position: sticky;
  top: 90px;
}
.support h3 {
  color: #191919;
  font-size: 16px;
  font-weight: bolder;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.support h3 img {
  display: inline-block;
  margin-inline-end: 5px;
}
.support h3 span {
  margin-top: 10px;
  padding-inline-start: 30px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
.support ul {
  padding: 0 15px 15px;
}
.support ul li {
  display: block;
  margin-top: 15px;
}
.support ul li a {
  display: block;
  color: #191919;
}
.support ul li a img {
  display: inline-block;
  margin-inline-end: 5px;
  background-color: #f1f1f1;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 35px;
}

.order_info {
  padding-bottom: 1px;
  margin-bottom: 25px;
}
.order_info .info li {
  color: #0277bd;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order_info .info li span {
  color: #191919;
  font-weight: bold;
}
.order_info .link {
  line-height: 35px;
  margin: 0 auto 15px;
  display: block;
  width: 150px;
}

.price {
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .price {
    flex-direction: column;
    padding: 15px;
  }
}
.price h3 {
  color: #191919;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.price span {
  font-weight: bolder;
  font-size: 18px;
  color: #009c85;
}

.payment_form .form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.payment_form .link {
  padding: 0 25px;
  line-height: 35px;
  margin: 15px auto 0;
}

@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* FAQS
============================*/
.toggle-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.panel {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel .panel-title {
  text-align: start;
  position: relative;
  line-height: 20px;
  padding: 20px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #0277bd;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.panel .panel-title::before {
  position: absolute;
  content: "";
  border: 0;
  vertical-align: middle;
  line-height: 50px;
  font-size: 14px;
  left: 15px;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/chevron-left.svg) no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.panel .panel-title.collapsed::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.panel .panel-collapse {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.panel .panel-collapse p {
  font-size: 16px;
  margin: 0;
}

/* tabs
=====================*/
.nav-tabs {
  border-bottom: 0;
  margin: 25px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nav-tabs li a {
  text-align: center;
  font-size: 16px;
  padding: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #191919;
  background-color: #fff;
  display: block;
}
.nav-tabs li a.active {
  background-color: #009c85;
  color: #fff;
}
.nav-tabs li:last-child a {
  border-left: 0;
}

@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Bold.woff2") format("woff2"),
    url("../fonts/LamaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/LamaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LamaSans";
  src: url("../fonts/LamaSans-Regular.woff2") format("woff2"),
    url("../fonts/LamaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Profile
============================*/
.profile_card {
  background-color: #fff;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
}
.profile_card h3 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.profile_card .page_title {
  position: relative;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
}
.profile_card .page_title img {
  display: inline-block;
}
.profile_card .page_title .link {
  position: absolute;
  left: 0;
  line-height: 35px;
}
.profile_card.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.profile_card.flex .track_status {
  margin: 0;
}
.profile_card.flex .order_info {
  min-width: 290px;
  border: 1px solid #e7e7e7;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .profile_card.flex {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .profile_card.flex .order_info {
    margin: 25px auto 0;
    min-width: 100%;
  }
}
.profile_card .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: #009c85;
}

.profile_img {
  background-color: #0277bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 15px;
  width: 70px;
  padding: 20px;
}

.profile_links {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.profile_links li {
  display: block;
}
.profile_links li:last-child a {
  border-bottom: 0;
}
.profile_links img {
  display: inline-block;
  margin: 0;
  margin-inline-end: 5px;
}
.profile_links a {
  font-size: 14px;
  font-weight: bold;
  color: #191919;
  display: block;
  padding: 15px;
  line-height: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.profile_links a.active {
  color: #0277bd;
}
@media (max-width: 991px) {
  .profile_links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .profile_links li {
    display: inline-block;
  }
  .profile_links li a {
    border: 0;
  }
}
@media (max-width: 767px) {
  .profile_links a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .profile_links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .profile_links li {
    min-width: 50%;
  }
  .profile_links li a {
    text-align: start;
    padding: 10px 5px 5px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .logout_btn {
    display: none;
  }
}

.download_item {
  position: relative;
  margin: 15px auto;
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(28, 76, 159, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s linear background-image;
  -moz-transition: 0.3s linear background-image;
  -ms-transition: 0.3s linear background-image;
  -o-transition: 0.3s linear background-image;
  transition: 0.3s linear background-image;
}
.download_item img {
  width: 60px;
}
.download_item h3 {
  color: #0277bd;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.download_item .link {
  margin: 0;
  font-size: 12px;
  line-height: 35px;
}
.download_item .link img {
  margin: 0;
  width: auto;
}

/* Counter
======================*/
.counter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
  margin: 25px 0 0;
  text-align: start;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  text-align: start;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -moz-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -ms-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  -o-box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
  box-shadow: 0px 5px 10px 0 rgba(28, 76, 159, 0.07) !important;
}
.counter h3 {
  text-align: start;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  width: 100%;
}
.counter h3 span {
  margin-top: 10px;
  display: block;
  font-size: 28px;
}
.counter h3 b {
  display: inline-block;
}
.counter img {
  min-width: 60px;
  height: 60px;
  padding: 15px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.counter.all {
  background-color: rgba(2, 119, 189, 0.25);
}
.counter.done {
  background-color: rgba(0, 156, 133, 0.25);
}
.counter.pending {
  background-color: rgba(238, 191, 48, 0.25);
}

.account {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #e7e7e7;
}
.account p {
  font-weight: normal;
  font-size: 14px;
  color: #777;
  margin: 5px 0 0;
}
.account .link {
  margin: 0;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #0277bd;
  color: #191919;
}
@media (max-width: 767px) {
  .account {
    align-items: flex-start;
    text-align: start;
    flex-direction: column;
    padding: 15px;
  }
  .account p {
    margin-bottom: 10px;
  }
}

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