/*---------------------------------------->> Variables Declaration <<----------------------------------------*/
/*---------------------------------------->> Mixin CSS <<----------------------------------------*/
/*---------------->> Typography <<----------------*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2329; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  font-size: 13px;
  line-height: 1.4; }

main section {
  padding: 60px 0; }

figure {
  overflow: hidden;
  margin-bottom: 0; }

figure img {
  width: 100%; }

a:hover,
a:focus,
a {
  text-decoration: none;
  color: inherit;
  outline: none; }

ul {
  margin: 0 !important;
  list-style: none;
  padding-left: 0; }

.input-group-addon,
.btn {
  border-radius: 0; }

.txt-white {
  color: #fff; }

.txt-blue {
  color: #083EA1; }

.txt-black {
  color: #000; }

.txt-red {
  color: #FF3724; }

.txt-sky {
  color: #00AEEF; }

.txt-green {
  color: #90BE6D; }

.txt-yellow {
  color: #F2994A; }

.bg-red {
  background: #FF3724; }

.bg-green {
  background: #90BE6D; }

.bg-yellow {
  background: #F2994A; }

.bg-sky {
  background: #00AEEF; }

.bg-blue {
  background: #083EA1; }

article :is(h1,h2,h3,h4,h5,h6) {
  color: #000;
  font-weight: 600; }
article p {
  color: #7F7F7F; }

.accordion .accordion-item {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-top: 3px solid transparent;
  font-family: "Poppins", sans-serif;
  border-radius: 5px; }
  .accordion .accordion-item.active {
    border-top: 3px solid #fff;
    background: rgba(255, 255, 255, 0.1); }
  .accordion .accordion-item:last-child .accordion-button {
    margin-bottom: 15px; }
.accordion .accordion-header {
  color: #000;
  background: transparent;
  position: relative; }
  .accordion .accordion-header h2 {
    color: #000; }
  .accordion .accordion-header [class*='fa-'] {
    font-size: .75rem;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    color: #333; }
  .accordion .accordion-header:hover .accordion-button {
    color: #000; }
  .accordion .accordion-header:hover [class*='fa-'] {
    opacity: 1; }
.accordion .accordion-button {
  font-family: "Poppins", sans-serif;
  background: transparent;
  color: #333;
  font-weight: 500;
  padding: 0; }
  .accordion .accordion-button:hover, .accordion .accordion-button:focus {
    outline: none;
    box-shadow: none; }
  .accordion .accordion-button:after {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem; }
  .accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 15px; }
    .accordion .accordion-button:not(.collapsed) [class*='fa-'] {
      color: #000 Im !important; }
  .accordion .accordion-button.collapsed {
    color: #333; }
    .accordion .accordion-button.collapsed [class*='fa-'] {
      color: #333; }
  .accordion .accordion-button [class*='fa-'] {
    margin-left: -5px;
    font-size: .5em;
    margin-right: 10px; }
.accordion .accordion-body {
  color: #00AEEF;
  font-size: 14px;
  line-height: 1.4;
  padding: 0; }

/*--------------->> Buttons CSS <<-----------------*/
.btn {
  min-width: 5em;
  height: 40px;
  font-size: .7rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 0.375rem .5rem;
  letter-spacing: 1.25px;
  position: relative;
  border: none;
  border-radius: .25rem;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear; }
  .btn:hover, .btn:focus {
    font-weight: 500;
    color: inherit;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    outline: none;
    box-shadow: none; }

.btn {
  width: 100%; }

.btn-link {
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .5px;
  color: #083EA1;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .btn-link:hover {
    color: #073589; }
    .btn-link:hover .fi:before {
      margin-right: 1em;
      transform: translate(10%, -50%); }

.btn-blue {
  background: #083EA1;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-blue:hover, .btn-blue:focus {
    background: #062b70;
    color: #fff; }

.btn-sky {
  background: #00AEEF;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-sky:hover, .btn-sky:focus {
    background: #0089bc;
    color: #fff; }

.btn-green {
  background: #90BE6D;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-green:hover, .btn-green:focus {
    background: #76ac4c;
    color: #fff; }

.btn-red {
  background: #FF3724;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-red:hover, .btn-red:focus {
    background: #f01500;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-white:hover, .btn-white:focus {
    background: #e6e6e6;
    color: #000; }

.btn-transparent {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-transparent:hover, .btn-transparent:focus {
    background: rgba(230, 230, 230, 0.4);
    color: #fff; }

.btn-outline {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline svg {
    margin-right: 10px; }
    .btn-outline svg path {
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
  .btn-outline:hover, .btn-outline:focus {
    background: black;
    color: #fff; }
    .btn-outline:hover svg path, .btn-outline:focus svg path {
      fill: #fff; }

.btn-outline-red {
  background: #fff;
  color: #FF3724;
  border: 1px solid #FF3724;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-red:hover, .btn-outline-red:focus {
    background: #ff200b;
    color: #fff; }

.btn-outline-green {
  background: #fff;
  color: #90BE6D;
  border: 1px solid #90BE6D;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-green:hover, .btn-outline-green:focus {
    background: #83b65b;
    color: #fff; }

.btn-outline-blue {
  background: transparent;
  color: #083EA1;
  border: 1px solid #083EA1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-blue:hover, .btn-outline-blue:focus {
    background: #073589;
    color: #fff; }

.btn-outline-sky {
  background: #fff;
  color: #00AEEF;
  border: 1px solid #00AEEF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-sky:hover, .btn-outline-sky:focus {
    background: #009bd6;
    color: #fff; }

.list-group .list-group-item {
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0; }

.list-inline-item:not(:last-child) {
  margin-right: 0; }

.cstm-form .form-label {
  color: #fff;
  font-size: .85rem;
  margin-bottom: .3rem; }
.cstm-form input::placeholder {
  font-weight: 300;
  font-size: .75rem;
  color: #7f7f7f; }
.cstm-form .form-control {
  min-height: 35px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  border: 1px solid #b7dcf6; }
.cstm-form .form-group {
  margin-bottom: 15px; }
.cstm-form option {
  font-size: 14px; }
.cstm-form .mt-4 {
  margin-top: 1.55rem !important; }
.cstm-form .input-group-text {
  background: #fff;
  border-color: #b7dcf6; }
.cstm-form .form-control {
  font-size: 14px;
  box-shadow: none;
  color: #343434;
  border-radius: .5rem; }
  .cstm-form .form-control:focus, .cstm-form .form-control:active {
    border-color: #00AEEF; }
    .cstm-form .form-control:focus + .input-group-text, .cstm-form .form-control:active + .input-group-text {
      border-color: #00AEEF; }
  .cstm-form .form-control.cstm-control {
    width: 120px !important;
    flex: 0 0 auto; }
.cstm-form .form-control:disabled, .cstm-form .form-control[readonly] {
  background-color: #e9ecef !important; }
  .cstm-form .form-control:disabled:focus, .cstm-form .form-control:disabled:active, .cstm-form .form-control[readonly]:focus, .cstm-form .form-control[readonly]:active {
    border-color: #b7dcf6 !important; }
.cstm-form .input-group:focus-within {
  border: 1px solid #00AEEF;
  border-radius: 0.5rem; }
.cstm-form .input-group:focus-within *:focus {
  border: none;
  border-color: #00AEEF; }
.cstm-form .input-group {
  background: #fff;
  border: 1px solid transparent;
  border-radius: .5rem;
  margin-bottom: 15px; }
  .cstm-form .input-group .form-control {
    border: none;
    background: #fff; }
  .cstm-form .input-group .input-group-text {
    border-radius: 0.5rem;
    background: #fff;
    border: none; }
.cstm-form .form-check-label {
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  margin-top: 2px;
  color: #7f7f7f; }
.cstm-form .form-check {
  cursor: pointer;
  padding-left: 2em; }
.cstm-form .form-check-input {
  border-color: #083EA1;
  background: transparent;
  margin-left: -2em; }
  .cstm-form .form-check-input:checked {
    background-color: #083EA1;
    border-color: #083EA1; }
  .cstm-form .form-check-input:focus {
    border-color: #083EA1;
    outline: 0;
    box-shadow: none; }
.cstm-form.inr-form > h5 {
  text-align: left;
  font-weight: 600; }
.cstm-form.inr-form .input-group {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  background: transparent; }
  .cstm-form.inr-form .input-group + h6 {
    line-height: 1.6; }
  .cstm-form.inr-form .input-group .input-group-text {
    background: transparent; }
  .cstm-form.inr-form .input-group .form-control {
    border-radius: 0;
    border: none;
    background: transparent; }
.cstm-form.inr-form .input-group:focus-within {
  border-color: #00AEEF; }
.cstm-form.inr-form .input-group:focus-within *:focus {
  border: none;
  border-color: #00AEEF; }
.cstm-form.inr-form label {
  color: #7F7F7F;
  font-size: .8rem; }
.cstm-form.inr-form .form-floating > .form-control, .cstm-form.inr-form .form-floating > .form-select {
  height: calc(3.25rem + 2px);
  line-height: 1.25; }
.cstm-form.inr-form .form-floating > .form-control:focus ~ label, .cstm-form.inr-form .form-floating > .form-control:not(:placeholder-shown) ~ label, .cstm-form.inr-form .form-floating > .form-select ~ label {
  opacity: .85;
  transform: scale(0.95) translateY(-1rem) translateX(-0.75rem); }

body {
  width: 360px;
  margin: 0 auto !important;
  padding: 0 !important; }

:is(.nav-btm, .offcanvas) {
  width: 360px;
  margin: 0 auto; }

.offcanvas-backdrop.show {
  left: 50%;
  width: 360px;
  transform: translate(-50%, 0); }

.offcanvas-bottom {
  border-radius: 0.75rem 0.75rem 0 0;
  height: 45vh;
  margin-bottom: 50px !important; }
  .offcanvas-bottom.offminheight {
    height: 30vh; }
  .offcanvas-bottom.offmaxheight {
    height: 65vh; }

.offcanvas-body::-webkit-scrollbar {
  display: none; }

.tbar {
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .tbar svg {
    width: 10px; }
  .tbar.survey {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start; }
    .tbar.survey svg {
      width: 20px;
      margin-right: 10px; }
    .tbar.survey h5 {
      font-weight: 600; }

.temp-login {
  width: 100%;
  height: 100vh;
  background: url(../images/bg-login.jpg) no-repeat top;
  padding: 0 15px 15px; }
  .temp-login .tl-title {
    text-align: center;
    margin: 15px 0; }
    .temp-login .tl-title h3 {
      color: #fff;
      margin-bottom: 10px; }
    .temp-login .tl-title p {
      color: #fff; }
  .temp-login .tl-forgot {
    color: #fff;
    margin-bottom: 15px;
    text-align: right;
    text-decoration: underline; }
  .temp-login .tl-resend {
    color: #fff;
    margin: 15px 0;
    text-align: center;
    text-decoration: underline; }
  .temp-login .cstm-form > button {
    margin-top: 60px; }

.mwpr {
  width: 100%;
  height: 100vh;
  padding: 15px;
  background: #F5F7FB;
  position: relative;
  overflow-y: scroll; }
  .mwpr::-webkit-scrollbar {
    display: none; }

.nav-btm {
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .nav-btm .navbar-nav {
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .nav-btm .navbar-nav .nav-item {
      width: 25%; }
      .nav-btm .navbar-nav .nav-item .nav-link {
        text-align: center; }
        .nav-btm .navbar-nav .nav-item .nav-link svg {
          width: 1.15rem; }
          .nav-btm .navbar-nav .nav-item .nav-link svg path {
            fill: #7f7f7f;
            transition: all .3s linear; }
        .nav-btm .navbar-nav .nav-item .nav-link p {
          color: #7f7f7f;
          font-size: .7rem !important;
          transition: all .3s linear; }
        .nav-btm .navbar-nav .nav-item .nav-link.active svg path {
          fill: #00AEEF; }
        .nav-btm .navbar-nav .nav-item .nav-link.active p {
          color: #00AEEF; }
      .nav-btm .navbar-nav .nav-item:nth-child(4) svg path {
        fill: transparent;
        stroke: #7f7f7f; }
      .nav-btm .navbar-nav .nav-item:nth-child(4) .nav-link.active svg path {
        fill: transparent;
        stroke: #00AEEF; }

.mtitle {
  text-align: center;
  margin: 15px 0; }
  .mtitle h3 {
    color: #000;
    margin-bottom: 10px; }
  .mtitle p {
    color: #7f7f7f; }

.mmain {
  width: calc(100% + 30px);
  height: 100vh;
  background: url(../images/pattern.png) no-repeat center;
  background-size: 100% 100%;
  padding: 15px;
  margin: -15px;
  position: relative; }
  .mmain:before {
    content: '';
    width: 100%;
    height: 45vh;
    background: url(../images/man.png) no-repeat bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .mmain .logo {
    width: 50%;
    margin: 30px auto 15px; }
  .mmain .mtitle {
    margin: 30px 0; }
  .mmain > h5 {
    text-align: center;
    margin: 30px 0 15px;
    font-weight: 700; }

.mdshbd .mbg-img {
  width: calc(100% + 30px);
  height: 120px;
  margin: -15px !important; }
  .mdshbd .mbg-img img {
    height: inherit;
    object-fit: cover; }

.pinfo {
  margin-top: -3.25rem;
  margin-bottom: 15px;
  position: relative; }

.pimg-pbal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .pimg-pbal > figure {
    width: 5.5rem;
    height: 5.5rem;
    background: #FAFAFA;
    border: 4px solid #fff;
    border-radius: 100%;
    margin-right: 15px; }
  .pimg-pbal .pname {
    margin: 30px 0; }
    .pimg-pbal .pname p {
      margin-bottom: 3px; }
    .pimg-pbal .pname h6 {
      font-weight: 400;
      color: #00AEEF; }
  .pimg-pbal .pbal {
    width: calc(100% - 5.5rem - 15px);
    background: #FAFAFA;
    padding: 15px;
    border-radius: .5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .pimg-pbal .pbal figure {
      width: 2rem;
      height: 2rem;
      margin-right: 10px; }
    .pimg-pbal .pbal article {
      width: calc(100% - 7rem - 20px); }
      .pimg-pbal .pbal article h4 {
        font-size: .9rem;
        font-weight: 700;
        color: #000; }
      .pimg-pbal .pbal article p {
        font-size: .7rem;
        text-transform: uppercase; }
    .pimg-pbal .pbal .btn {
      width: 5rem;
      margin-left: 10px; }

.mmap {
  width: calc(100% + 30px);
  height: 100%;
  margin: 0 -15px;
  position: relative; }
  .mmap iframe {
    position: absolute;
    top: 0;
    z-index: 1; }
  .mmap .flist {
    background: #fff;
    border-radius: .5rem;
    padding: 15px;
    margin: 15px !important;
    position: absolute;
    top: 0;
    z-index: 2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .mmap .flist .fitem {
      width: 20%; }
      .mmap .flist .fitem figure {
        width: 1.8rem;
        margin: 0 auto 10px !important; }
      .mmap .flist .fitem p {
        font-size: .65rem;
        color: #000;
        font-weight: 600;
        text-align: center;
        line-height: 1.2;
        transition: all .3s linear; }
      .mmap .flist .fitem:hover p {
        color: #00AEEF; }

.mm-marker {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9; }
  .mm-marker .mmm-info {
    position: relative;
    background: #fff;
    border-radius: .5rem;
    padding: 10px; }
    .mm-marker .mmm-info:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #fff;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, 0); }
  .mm-marker figure {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 2rem;
    padding: 3px;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
    .mm-marker figure img {
      width: 1rem;
      object-fit: cover; }

.dinfo .dhead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 15px; }
  .dinfo .dhead figure {
    width: 2.5rem;
    height: 2.5rem;
    background: #FAFAFA;
    border-radius: 100%;
    margin-right: 15px; }
  .dinfo .dhead article {
    width: calc(100% - 2.5rem - 15px); }
    .dinfo .dhead article h6 {
      margin-bottom: 3px; }
    .dinfo .dhead article p {
      color: #00AEEF; }
.dinfo .doinfo li {
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .dinfo .doinfo li p {
    width: calc(100% - 65% - 10px);
    font-size: .85rem;
    color: #7f7f7f; }
  .dinfo .doinfo li h6 {
    width: 60%;
    margin-left: 10px;
    font-weight: 600;
    font-size: .85rem; }
.dinfo .dcall {
  margin: 30px 0;
  text-align: center; }
  .dinfo .dcall [class*='fa-'] {
    color: #00AEEF;
    margin-right: 5px; }
  .dinfo .dcall h6 {
    font-weight: 600; }

.mhead {
  width: calc(100% + 30px);
  min-height: 45px;
  padding: 15px;
  margin: -15px -15px 15px;
  background: #00AEEF; }
  .mhead.mxh {
    height: 8rem; }
  .mhead .mhbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mhead .mhbar article {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .mhead .mhbar article svg {
        width: 10px;
        margin-right: 15px; }
    .mhead .mhbar + form {
      margin-top: 15px; }
  .mhead h4.mtitle {
    font-weight: 500; }
  .mhead .mtitle {
    color: #fff;
    text-align: left;
    font-weight: 600;
    margin: 0; }
    .mhead .mtitle + .cstm-form {
      margin-top: 15px; }
      .mhead .mtitle + .cstm-form .input-group {
        margin-bottom: 0; }

.card {
  background: #fff;
  border-radius: .5rem;
  padding: 15px;
  border: none;
  overflow: hidden; }
  .card + .card {
    margin-top: 15px; }
  .card .card-header {
    padding: 15px;
    width: calc(100% + 30px);
    margin: -15px  0 0 -15px;
    background: transparent; }
  .card .card-body {
    padding: 15px 0; }
  .card .card-footer {
    width: calc(100% + 30px);
    margin: 0 0 -15px -15px;
    background: #EAEAEA; }

.minfri .min-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .minfri .min-head h3 {
    font-size: 1.1rem;
    font-weight: 600; }
  .minfri .min-head .min-status {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: flex-end; }
    .minfri .min-head .min-status.red {
      color: #F81D0C; }
    .minfri .min-head .min-status.green {
      color: #31673A; }
    .minfri .min-head .min-status svg {
      margin-right: 5px;
      width: 0.9rem; }
    .minfri .min-head .min-status h6 {
      text-transform: uppercase;
      font-size: .7rem; }

.min-list li, .mp-list li {
  margin-bottom: 10px; }
  .min-list li p, .mp-list li p {
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: .7rem;
    margin-bottom: 3px; }
  .min-list li h5, .mp-list li h5 {
    color: #000;
    font-size: .85rem; }

.mlog iframe {
  border-radius: .5rem; }
.mlog .ml-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  text-align: center; }
  .mlog .ml-detail li {
    margin: 15px 5px; }
    .mlog .ml-detail li:not(:nth-last-child(-n+1)) {
      border-right: 1px solid #DADEE3;
      padding-right: 15px; }
  .mlog .ml-detail + .ml-detail {
    border-top: 1px solid #DADEE3; }
    .mlog .ml-detail + .ml-detail li:not(:nth-last-child(-n+1)) {
      border-right: none; }
  .mlog .ml-detail svg {
    margin-bottom: 5px; }
  .mlog .ml-detail h6 {
    color: #000;
    font-weight: 600; }
  .mlog .ml-detail p {
    color: #7f7f7f; }
  .mlog .ml-detail .green {
    text-transform: uppercase;
    color: #90BE6D; }

.offset-title {
  font-weight: 600;
  margin-bottom: 15px; }

.mprofile .mp-head {
  margin-top: calc(-3.25rem - 15px);
  text-align: center; }
  .mprofile .mp-head figure {
    width: 6.5rem;
    height: 6.5rem;
    background: #FAFAFA;
    border: 4px solid #fff;
    border-radius: 100%;
    margin: 0 auto !important;
    position: relative; }
    .mprofile .mp-head figure a {
      width: 1.5rem;
      height: 1.5rem;
      background: #083EA1;
      border-radius: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mprofile .mp-head figure a svg {
        width: 18px; }
  .mprofile .mp-head .pname {
    margin: 15px 0; }
    .mprofile .mp-head .pname p {
      margin-bottom: 3px; }
    .mprofile .mp-head .pname h6 {
      font-weight: 400;
      color: #00AEEF; }
    .mprofile .mp-head .pname .btn {
      width: auto;
      padding: 0.375rem 1.5rem;
      margin-top: 5px; }
.mprofile + .cstm-form .form-control {
  background: #F5F7FB; }
.mprofile + .cstm-form .input-group-text {
  background: #F5F7FB; }
.mprofile + .cstm-form .input-group {
  border-color: #7f7f7f; }

.mpnav > p {
  color: #7f7f7f;
  text-transform: uppercase; }
.mpnav p {
  font-size: .7rem; }
.mpnav ul + p {
  margin: 15px 0 0 !important; }
.mpnav ul ~ ul {
  margin-bottom: 50px !important; }
.mpnav ul li {
  padding: 10px 0;
  border-bottom: 1px solid #DADEE3; }
  .mpnav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mpnav ul li a svg {
      width: .8rem; }
    .mpnav ul li a article {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .mpnav ul li a article svg {
        width: 1.2rem;
        margin-right: 10px; }
      .mpnav ul li a article h6 {
        font-weight: 500; }
      .mpnav ul li a article p {
        font-size: .8rem; }

.ap-nav li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .ap-nav li a svg {
    width: .8rem; }
  .ap-nav li a article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .ap-nav li a article svg {
      width: 1.2rem;
      margin-right: 10px; }
    .ap-nav li a article h6 {
      font-weight: 500; }
    .ap-nav li a article p {
      font-size: .8rem; }

.mp-list li {
  padding-bottom: 10px; }
  .mp-list li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #DADEE3; }

.vplist {
  margin-top: 60px !important; }
  .vplist .vpitem a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .vplist .vpitem a .vpi {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .vplist .vpitem a .vpi svg {
        margin-right: 15px; }

#offcanvasID + .offcanvas-backdrop {
  background: transparent; }

.offcanvas-bottom#offcanvasID {
  height: 35vh; }

.anim-mb {
  position: relative;
  height: 100vh; }
  .anim-mb figure {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .anim-mb figure img {
      position: absolute; }
  .anim-mb .animb {
    width: 65%;
    height: 100vh; }
    .anim-mb .animb img {
      animation: animmb 3s linear .5s; }
  .anim-mb .aniid {
    width: 100%;
    height: 100vh;
    animation: animout 1s linear 7.5s forwards; }
    .anim-mb .aniid img {
      width: 30%;
      animation: animid 3s linear 4s forwards;
      transform: translate(-50%, -50%);
      top: 16%;
      left: 54%;
      opacity: 0; }
  .anim-mb .aniface {
    width: 100%;
    height: 100vh;
    animation: animout 1s linear 7.5s forwards; }
    .anim-mb .aniface img {
      width: 20%;
      animation: animface 3s linear 4s forwards;
      transform: translate(-50%, -50%);
      top: 16%;
      left: 54%;
      opacity: 0; }
  .anim-mb .anisuccess {
    width: 100%;
    height: 100vh; }
    .anim-mb .anisuccess img {
      width: 16%;
      animation: animsuccess 1s linear 7.5s forwards;
      transform: translate(-50%, -50%);
      top: 16%;
      left: 54%;
      opacity: 0; }

@keyframes animmb {
  from {
    top: 100%; }
  to {
    top: 0; } }
@keyframes animid {
  from {
    transform: translate(-50%, -50%);
    top: 16%;
    left: -30%;
    opacity: 1; }
  to {
    transform: translate(-50%, -50%);
    top: 16%;
    left: 54%;
    opacity: 1; } }
@keyframes animface {
  from {
    transform: translate(-50%, -50%);
    top: 16%;
    left: -30%;
    opacity: 1; }
  to {
    transform: translate(-50%, -50%);
    top: 16%;
    left: 54%;
    opacity: 1; } }
@keyframes animsuccess {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
@keyframes animout {
  from {
    opacity: 0; }
  to {
    opacity: 0; } }
.tick {
  width: 15%;
  margin: 120px auto 15px; }
  .tick ~ .vplist {
    margin-top: 15px !important; }

#offcanvasTNC a svg {
  margin-right: 15px; }

#exampleSurvey.modal.show, #exampleSurvey.modal {
  left: 50%;
  width: 330px;
  transform: translate(-54.5%, 0);
  margin: 15px; }
#exampleSurvey .modal-content {
  border-radius: 1.25rem;
  overflow: hidden; }
#exampleSurvey figure {
  height: 8rem; }
#exampleSurvey article {
  margin-bottom: 15px; }
  #exampleSurvey article h5 {
    margin-bottom: 10px;
    color: #00AEEF; }

.modal-backdrop.show {
  opacity: .5;
  left: 50%;
  width: 360px;
  transform: translate(-50%, 0); }

.mlogo {
  width: 60%;
  margin: 30px auto; }

.msurvey {
  text-align: center; }
  .msurvey .btn-outline-secondary {
    padding: 0.5rem .15rem;
    min-width: 2rem;
    border: 1px solid #D8D8D8; }
  .msurvey .btn-check:active + .btn-outline-secondary, .msurvey .btn-check:checked + .btn-outline-secondary, .msurvey .btn-outline-secondary.active, .msurvey .btn-outline-secondary.dropdown-toggle.show, .msurvey .btn-outline-secondary:active {
    background-color: #00AEEF;
    border-color: #00AEEF;
    outline: none;
    box-shadow: none; }
  .msurvey .btn-outline-secondary:hover {
    color: #fff;
    background-color: #00AEEF; }
  .msurvey label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .msurvey .rt-txt {
    margin: 5px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
  .msurvey .mtnc {
    margin: 15px 0 !important; }
    .msurvey .mtnc li {
      display: inline-flex;
      align-items: center; }
      .msurvey .mtnc li:not(:nth-last-child(-n+1))::after {
        content: "|";
        color: #00AEEF;
        margin-left: 5px;
        margin-right: 5px; }
      .msurvey .mtnc li p {
        color: #00AEEF; }

.mty figure {
  width: 40%;
  margin: 120px auto 30px; }
.mty article h4 {
  font-weight: 600;
  color: #00AEEF;
  margin-bottom: 10px; }
.mty article p {
  margin-bottom: 15px;
  color: #333; }

.ta-pills {
  background-color: #fff;
  border-radius: 0.5rem; }
  .ta-pills .nav-link {
    color: #1e2329;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: .8rem;
    padding: 0.15rem 1rem;
    font-weight: 600; }
  .ta-pills .nav-link.active, .ta-pills .show > .nav-link {
    color: #fff;
    background-color: #00AEEF; }

.pi-list {
  margin-bottom: 30px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .pi-list .pi-item {
    width: 25%; }
    .pi-list .pi-item figure {
      width: 4rem;
      height: 4rem;
      background: #F8F8F8;
      border-radius: .5rem;
      margin: 0 15px 15px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pi-list .pi-item figure.pi-png img {
        width: 100%; }
      .pi-list .pi-item figure.pi-plus {
        border: 1px dashed #00AEEF; }

.nt-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .nt-list .nt-item {
    width: 25%; }
    .nt-list .nt-item figure {
      width: 4rem;
      height: 4rem;
      background: #F8F8F8;
      border-radius: .5rem;
      margin: 0 15px 15px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .nt-list .nt-item figure.nt-png img {
        width: 100%; }
      .nt-list .nt-item figure.nt-plus {
        border: 1px dashed #00AEEF; }

.id-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .id-list .id-item {
    width: 50%;
    margin-bottom: 10px; }
    .id-list .id-item p {
      color: #687182;
      font-size: .8rem; }

.card-footer .id-item h6 {
  font-weight: 600; }

.simple-radio {
  position: absolute;
  opacity: 0; }
  .simple-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: .9rem;
    font-weight: 500; }
  .simple-radio + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 1rem;
    background: white;
    border: 1px solid #00AEEF; }
  .simple-radio:hover + label:before {
    background: #00AEEF; }
  .simple-radio:checked + label:before {
    background: #00AEEF; }
  .simple-radio:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .simple-radio:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .simple-radio:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

.cstm-radio.payment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important; }
  .cstm-radio.payment li {
    display: flex;
    width: 45%;
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 0.25rem; }
    .cstm-radio.payment li label img {
      width: 70%; }

.pai-confirm {
  font-size: .8rem;
  text-transform: capitalize; }
  .pai-confirm svg {
    width: 15px;
    margin-right: 10px; }

.pai-pay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  text-transform: capitalize;
  padding: 0 15px; }
  .pai-pay span {
    font-weight: 600; }

:is(.bkitem, .initem, .mritem, .mtiitem, .msitem):not(:nth-last-child(-n+1)) {
  margin-bottom: 15px; }
:is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article + p {
    margin-bottom: 10px;
    text-align: justify; }
  :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl {
    padding: 3px 15px;
    font-size: .7rem;
    border-radius: 1rem; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.book {
      color: #2264E5;
      background: #EBF0FA; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.cancel {
      color: #D12953;
      background: #FAF0F3; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.close {
      color: #D12953;
      background: #FAF0F3; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.checkout {
      color: #AA5B00;
      background: #FCF2E6; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.open {
      color: #AA5B00;
      background: #FCF2E6; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.confirm {
      color: #14804A;
      background: #E1FCEF; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) article .bklbl.late {
      color: #7F7F7F;
      background: #E9EDF5; }
:is(.bkitem, .initem, .mritem, .mtiitem, .msitem) ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) ul li {
    width: 33%; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) ul li h3 {
      color: #00AEEF;
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 3px; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) ul li h6 {
      font-size: .7rem;
      font-weight: 600;
      margin-bottom: 3px; }
    :is(.bkitem, .initem, .mritem, .mtiitem, .msitem) ul li p {
      font-size: .7rem;
      text-transform: uppercase;
      color: #7F7F7F; }

.initem ul {
  flex-wrap: wrap;
  justify-content: space-between; }
  .initem ul li {
    width: 50%; }
    .initem ul li:nth-child(even) {
      text-align: right; }
    .initem ul li:nth-child(-n+2) {
      margin-bottom: 10px; }

.mtitem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; }
  .mtitem article {
    width: calc(100% - 4.5rem - 10px); }
    .mtitem article h5 {
      font-weight: 400;
      font-size: .85rem;
      margin-bottom: 3px; }
    .mtitem article p {
      font-size: .7rem; }
  .mtitem aside {
    width: 4.5rem;
    margin-left: 10px; }
    .mtitem aside h3 {
      color: #00AEEF;
      font-weight: 600;
      font-size: 1.25rem; }

.ptitem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; }
  .ptitem article {
    width: calc(100% - 4.5rem - 10px); }
    .ptitem article h6 {
      font-weight: 500;
      font-size: .85rem;
      margin-bottom: 3px; }
    .ptitem article p {
      font-size: .7rem; }
  .ptitem aside {
    width: 4.5rem;
    margin-left: 10px; }
    .ptitem aside h3 {
      color: #00AEEF;
      font-weight: 600;
      font-size: 1.25rem; }

.mtiitem .mti-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .mtiitem .mti-body figure {
    width: 3rem;
    height: 3rem;
    border-radius: .35rem;
    margin-right: 10px; }
  .mtiitem .mti-body p {
    width: calc(100% - 3rem - 10px); }
.mtiitem ul.mti-info li {
  width: 50%  !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .mtiitem ul.mti-info li svg {
    margin-right: 5px; }
  .mtiitem ul.mti-info li p {
    text-transform: capitalize; }

.mtinew {
  display: inline-block;
  position: fixed;
  z-index: 1;
  bottom: 12vh;
  right: 15px; }
  .mtinew a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-transform: capitalize;
    padding: .5rem 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3); }
    .mtinew a svg {
      width: 15px;
      margin-right: 10px; }

.fl-icn {
  background: #fff;
  height: 35px;
  padding: .25rem .5rem;
  border-radius: 0.5rem;
  display: inline-block;
  border: 1px solid transparent; }
  .fl-icn svg {
    font-size: 15px; }

.msitem ul {
  align-items: center; }
  .msitem ul li:nth-child(2) {
    width: 40%; }
  .msitem ul li:nth-child(3) {
    width: 25%; }
  .msitem ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #00AEEF;
    transition: all .3s linear; }
    .msitem ul li a:hover {
      text-decoration: underline; }
    .msitem ul li a svg {
      margin-right: 5px; }
    .msitem ul li a p {
      color: #00AEEF;
      text-transform: capitalize;
      font-size: .7rem; }

.ap-item h5.mtitle {
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px; }

.api-img {
  width: 100%;
  height: 12em;
  border-radius: 1rem;
  margin-bottom: 30px; }
  .api-img img {
    width: inherit;
    height: inherit;
    object-fit: cover; }

.api-bal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }
  .api-bal h4 {
    margin-right: 15px;
    color: #7f7f7f;
    font-weight: 500;
    text-transform: capitalize; }
  .api-bal h2 {
    font-weight: 700;
    color: #083EA1;
    font-size: 1.9rem; }

.api-pay li:not(:nth-last-child(-n+1)) {
  margin-bottom: 15px; }
.api-pay li figure {
  width: 75%;
  margin: 0 auto; }
  .api-pay li figure img {
    object-fit: contain; }

.gtv {
  width: 10.5rem;
  display: inline-flex;
  border-radius: 3rem;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 500; }
  .gtv:hover svg path {
    fill: #fff; }
  .gtv svg {
    margin-right: 10px; }
    .gtv svg path {
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }

.mnyr + .mnyr {
  margin: 30px 0; }
.mnyr .mtitle {
  margin-bottom: 15px;
  font-weight: 500; }
.mnyr .my-year {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .mnyr .my-year h6 {
    font-weight: 600; }
.mnyr .mylist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .mnyr .mylist .myitem {
    width: 33.33%;
    margin-bottom: 10px;
    display: inline-flex; }
    .mnyr .mylist .myitem:nth-child(3n+1) {
      justify-content: flex-start; }
    .mnyr .mylist .myitem:nth-child(3n+2) {
      justify-content: center; }
    .mnyr .mylist .myitem:nth-child(3n+3) {
      justify-content: flex-end; }
    .mnyr .mylist .myitem:hover a {
      background: #00AEEF;
      color: #fff; }
    .mnyr .mylist .myitem a {
      width: 80%;
      background: #fff;
      color: #00AEEF;
      padding: 12px 15px;
      border-radius: 3rem;
      text-align: center;
      border: 1px solid transparent;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
      .mnyr .mylist .myitem a.active {
        background: #fff;
        border: 1px solid #00AEEF; }

/*# sourceMappingURL=master.css.map */
