.tiva-common-banner {
  /* background-image: url("../images/main-banner.png"); */
  height: 100%;
  min-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tiva-common-banner2 {
  height: 100%;
  min-height: 300px;
}

.banner-section {
  display: flex;
  align-items: center;
}

h3 {
  font-size: 32px;
}

.banner-heading-text {
  font-size: 46px;
  color: #002367;
  font-weight: 600;
  margin-top: 100px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 56px;
}

.banner-heading-text2 {
  font-size: 42px;
  color: #002367;
  font-weight: 400;
  margin-top: 100px;
  /* text-transform: uppercase; */
  margin-bottom: 30px;
  /* line-height: 56px; */
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.btn-primary {
  color: #fff;
  background-color: #000549 !important;
  border-color: #000549 !important;
}

.info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.info__link {
  width: 100%;
  align-self: flex-end;
  margin-top: 20px;
}

.p-tag {
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80px;
  width: 65%;
}

.p-tag2 {
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80px;
}

.filter-warp {
  margin: 50px 0px;
}

.filter-warp label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
  font-size: 14px;
}

.filter-warp .nice-select {
  border: none !important;
  border-radius: 50px;
  background: blue;
  color: white;
}

.filter-warp .nice-select .list {
  color: black;
}

.filter-warp .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.filter-warp .badge {
  color: #696969;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  border: 1px solid;
  height: 43px;
  border-radius: 50px;
  line-height: 33px;
  font-size: 16px;
  font-weight: normal;
}

.filter-warp .badge:hover {
  color: black;
  transition: .3s;
}

.filter-flex {
  display: flex;
  align-items: flex-end;
}

.user-center-item {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 380px) and (max-width: 991px) {
  .filter-flex {
    display: block;
  }

  .bedge-area {
    margin-bottom: 25px;
  }
}

.bd-callout-warning {
  border-left: 5px solid #ff9b00 !important;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  padding-left: 31px;
}

.find-result {}

.find-result p {
  font-size: 18px;
}

.find-result p>span {
  font-weight: bold;
}

.find-result p>a {
  font-weight: bold;
  text-decoration: underline;
}

.location-icon {
  background: url(../images/locaiton-3.svg);
  background-repeat: no-repeat;
  /* width: 100%; */
  height: 100px;
  /* margin: 0 auto; */
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-position: center;
}

.location-icon span {
  line-height: 90px;
  color: white;
  font-size: 31px;
  font-weight: 400;
}

h2.location-tag {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1px;
}

.price-tag {
  font-size: 30px;
  font-weight: 400;
  color: #002367;
}

.price-tag span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

.text-danger {
  color: #d72c29;
}

.location-widget {
  /* -webkit-box-shadow: -1px 1px 17px -4px rgba(0,0,0,0.43);
  -moz-box-shadow: -1px 1px 17px -4px rgba(0,0,0,0.43);
  box-shadow: -1px 1px 17px -4px rgba(0,0,0,0.43); */
  width: 100%;
  padding: 26px 15px 15px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #e4e1e1;
  /* min-height: 450px; */
}

.location-widget .badge.badge-primary {
  background: rgb(18 88 220);
  padding: 5px 15px;
}

.flex-center-item {
  display: flex;
  align-items: center;
}

.location-widget .main-btn-wrap {
  clear: both;
  /* float: right; */
}

.location-widget .main-btn-wrap .main-btn {
  color: #FFFFFF;
  background: rgb(0 35 103);
}

.location-widget .main-btn-wrap .main-btn {
  font-size: 15px;
  font-family: 'AktivGroteskW06', sans-serif;
  line-height: 30px;
  border-radius: 40px;
  font-weight: 400;
  /* padding: 7px 37px; */
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 185px;
  text-align: center;
  padding: 9px;
}

.location-widget-footer a {
  color: #004bff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  /* padding: 10px 19px; */
  /* border: 2px solid; */
}

.btn-primary.more-main-btn {
  color: white;
  padding: 11px;
  border-radius: 7px;
}
.cart-info-content .add-to-cart-right {
  float: right;
}

.cart-info-content .add-to-cart-right .price-tag {
  text-align: right;
}

.remove-cart {
  float: right;
}

@media screen and (min-width: 380px) and (max-width: 991px) {
  .product-category-info {
    clear: both;
  }

  .cart-info-content .add-to-cart-right {
    float: left;
  }

  .cart-info-content .add-to-cart-right .price-tag {
    text-align: left;
  }

  .remove-cart {
    float: left;
  }
}

@media screen and (min-width: 380px) and (max-width: 767px) {
  .btn-primary.more-main-btn {
    color: white;
    padding: 8px;
    border-radius: 7px;
  }

  .add-On-card.row.info__content .pull-right {
    float: left;
  }
}

.btn-primary.more-main-btn:hover {
  background-color: #002367;
  transition: .3s;
}

.product-category-info {}

.product-category-info ul {
  padding: 0;
}

.product-category-info ul li {
  display: inline-block;
  font-weight: normal;
  margin-right: 16px;
  font-size: 16px;
}

.product-category-info ul li a {
  color: #004bff;
}

.text-primary {
  color: #004bff !important;
}

.btn-primary-2 {
  color: #fff;
  background-color: #004bff !important;
  border-color: #004bff !important;
}

.btn-primary-2.focus, .btn-primary-2:focus, .btn-primary-2:hover {
	color: #fff;
	text-decoration: none;
}
.btn-primary-2:hover {
  color: #fff;
}

.enroll-health {
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
  line-height: 1.3;
}

a.enroll-health:hover {
  color: #000;
}

/* accordance */

#accordionzzz .panel,
#accordionzzz .panel-heading,
#accordionzzz .panel-title,
#accordionzzz .panel-body {
  border: 0;
}

#accordionzzz .panel {
  box-shadow: none;
}

#accordionzzz .panel .panel-heading {
  border-radius: 0px;
  border-left: 4px solid #004bff;
  /* border-top-left-radius: 4px; */
  /* border-bottom-left-radius: 23px; */
  margin-bottom: 44px;
  background-color: white;

}

.feature-panel #accordionzzz .panel .panel-heading {
  border-radius: 0px;
  border-left: 4px solid #004bff;
  /* border-top-left-radius: 4px; */
  /* border-bottom-left-radius: 23px; */
  margin-bottom: 17px;
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature-panel .panel-title:after {
  display: none;
}

.feature-panel #accordionzzz .panel .panel-heading .panel-title a {
  text-decoration: none;
  padding: 10px;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 34px;
}

#accordionzzz .panel .panel-heading .panel-title a {
  text-decoration: none;
  padding: 1em 0;
  font-size: 26px;
  font-weight: 500;
}

#accordionzzz .panel .panel-heading .panel-title a span {
  float: right;
  width: 50px;
}

#accordionzzz .panel .panel-heading .panel-title a span:after {
  content: "\2014";
  color: #1B5062;
  font-size: 20px;
}

#accordionzzz .panel .panel-heading .panel-title a.collapsed span:after {
  content: "+";
}

h4.panel-title a {
  color: #002367 !important;
}

.key-feature-list {
  font-weight: normal;
}
.protect-package .panel .panel-body p {
  font-weight: normal;
  font-size: 15px;
}
.background-yellow{
  line-height: 19.9733px;
  background: yellow;
}
.background-red{
  line-height: 19.9733px;
  background: rgb(221, 41, 29);
}

.pricing-details .location-widget {
  box-shadow: none;
  width: 100%;
  padding: 26px 24px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #c2c3c8;
  border-top: 4px solid #004bff;
  padding-top: 30px;
}

.location-widget-connect {
  border: none !important;
  background-color: white !important;
}

.location-widget h4 {
  font-size: 19px;
  margin: 0 0 12px;
}

hr {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.pricing-details .price-tag span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #7e7c7c;
  margin-top: 9px;
  /* font-style: italic; */
  text-decoration: underline;
}

.pricing-details .quantity-field .number {
  margin: 0px;
  width: 56px;
  font-size: 18px;
  font-weight: 400;
}

.pricing-details .quantity-field {
  height: 42px;
  float: left;
  margin-bottom: 12px;
}

.pricing-details .location-widget .main-btn-wrap {
  text-align: right;
  clear: both;
  float: left;
}

.pricing-details .main-btn-wrap .main-btn {
  font-size: 19px;
  /* font-family: 'AktivGroteskW06', sans-serif; */
  /* line-height: 30px; */
  border-radius: 0;
  font-weight: 400;
  padding: 9px 26px;
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 118px;
  text-align: center;
  border-radius: 3px;
}

.pricing-details .price-tag {
  font-size: 30px;
  text-align: left;
}

.input-group-append {
  display: flex;
  align-items: center;
}

.form-control.coupon {
  display: flex;
  align-items: center;
}

button.btn.btn-primary.btn-apply.coupon.mt-0 {
  height: 45px;
  margin-left: -1px;
}

.trash-del {
  font-size: 13px;
  color: black;
  float: right;
}

.billig {
  margin: 20px 0 30px;
}

.billig ul {
  padding: 0;
  margin: 0;
}

.billig ul li {
  color: #9f9f9f;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.send-coverage {
  width: 100%;
  margin-bottom: 0;
}

.send-coverageP {
  font-size: 17px;
  font-weight: normal;
}

.card-img {
  margin: 0 auto;
  text-align: center;
}

.card-img ul {
  padding: 0;
  margin: 0;
  padding-top: 16px;
  margin-bottom: 17px;
}

.card-img ul li {
  list-style: none;
  display: inline-block;
  padding: 0 2px 0;
}


/*--------------------------*/
.pricing-details .qty-container {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  margin-bottom: 14px;
}

.pricing-details .qty-container .input-qty {
  text-align: center;
  /* padding: 6px 10px; */
  border: 1px solid #d4d4d4;
  max-width: 58px;
}

.pricing-details .qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  /* border: 1px solid #d4d4d4; */
  /* padding: 10px 16px; */
  /* font-size: 10px; */
  height: 43px;
  width: 50px;
  transition: 0.3s;
  line-height: 1;
}

.pricing-details .qty-container .qty-btn-plus {
  margin-left: -1px;
  font-size: 16px;
}

.pricing-details .qty-container .qty-btn-minus {
  margin-right: -1px;
  font-size: 16px;

}

span.text-decoration-non {
  text-decoration: none !important;
}


/*---------------------------*/
.pricing-details .btn-cornered,
.input-cornered {
  border-radius: 4px;
}

.pricing-details .btn-rounded {
  border-radius: 6%;
}

.pricing-details .input-rounded {
  border-radius: 0;
}

.add-On-card {
  border: 4px solid #363a7d59;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 50px;
  min-height: 360px;
}

.add-On-card h4 {
  font-size: 24px;
  font-weight: 500;
  color: #9b9595;
  padding: 10px 0 0;
}

.main-btn-cart {
  font-size: 15px;
  font-family: 'AktivGroteskW06', sans-serif;
  line-height: 30px;
  border-radius: 50px;
  font-weight: 400;
  padding: 10px 20px;
  display: table;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  min-width: 75px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(18 88 220);
}

.main-btn-cart:hover {
  color: white;
}

.border-none {
  border: none !important;
}

.youtube-rule {}

.youtube-rule .list-group-item {
  padding: 19px 15px;
  border-right: none;
  border-left: none;
  font-size: 18px;
  font-weight: 400;
  color: gray;
}

.youtube-rule .list-group-item span {
  border: 2px solid blue;
  padding: 7px 13px;
  border-radius: 50px;
  font-size: 18px;
  margin-right: 16px;
  font-weight: 600;
}

.youtube-rule .list-group-item:first-child {
  border: none;
}

.youtube-rule .list-group-item:last-child {
  border-bottom: none;
}

.send-money-country {
  font-size: 24px;
}

.moneySend {}

.moneySend .add-On-card {
  background: #0c40bc;
  border: none;
  padding: 10px 18px 12px 17px;
  min-height: 321px;
}

.moneySend .add-On-card h4 {
  margin: 14px 0 16px 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.moneySend .add-On-card h4:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 3px;
  left: 0;
  top: 31px;
  background-color: #fafafa;
}

.moneySend .add-On-card p {
  color: white;
  line-height: 21px;
  font-size: 15px;
  margin-top: 30px;
}

.more-details-btn {
  border: white 2px solid;
  color: white;
  padding: 10px 18px;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 14px;
}

.more-details-btn:hover {
  color: white;
}

.moneySend .info__link {
  width: 100%;
  align-self: flex-end;
  /* margin-top: 20px; */
  margin-bottom: 14px;
}

.health-insurance-Tanzania {}

.health-insurance-Tanzania h3 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 500;
  color: #444141;
}

.health-insurance-Tanzania p {
  font-size: 18px;
  font-weight: normal;
}

.download-store {
  width: 250px;
  margin: 0 auto;
}

/* Steps */
.step {
  position: relative;
  min-height: 1em;
  color: gray;
}

.step+.step {
  margin-top: 1.5em
}

.step>div:first-child {
  position: static;
  height: 0;
}

.step>div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}

.step.step-active {
  color: #4285f4
}

.step.step-active .circle {
  background-color: #4285f4;
}

/* Circle */
.circle {
  background: #004bff;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
  margin: 0;
  font-size: 18px;
  top: 0;
  left: 0;
  border: none;
}

/* Vertical Line */
.circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 126%;
  width: 3px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  /* background-color: rgba(0, 0, 0, 0.25); */
  z-index: -1;
  border: 1px dotted gray;
  border-top: none;
  border-bottom: none;
  /* border-left: none; */
  /* border-right: none; */
}

.step:last-child .circle:after {
  display: none
}

/* Stepper Titles */
.title {
  line-height: 1.5em;
  font-weight: bold;
  color: #002367;
}

.caption {
  font-size: 16px;
  font-weight: normal;
}

.insurance-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.insurance-icon {
  width: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.insurance-thumb h2 {
  font-size: 24px;
  font-weight: 400;
  color: #002367;
}

.watch-more p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
}

.why_tiva {
  background: #002367;
}

.insurance-thumb h3 {
  font-size: 30px;
  font-weight: 400;
  color: #f6f6f8;
}

.network-service .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #002367;
}

.center-tab {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 50%;
}

.center-tab .nav-pills>li>a {
  border-radius: 4px;
  background: rgb(228 225 225);
  color: #434242;
  height: 70px;
  line-height: 52px;
  margin-right: 12px;
}

.find_network_care .main-search-input {
  /* margin: 30px auto; */
  /* border-radius: 50px; */
  /* max-width: 1000px; */
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  padding: 0px;
  /* max-height: 68px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}

.find_network_care .main-search-input-item:first-child {
  border-right: 1px solid #e9e9e9 !important;
  padding-left: 30px;
}

.find_network_care .main-search-input-item {
  flex: 1;
  margin-top: 0;
  position: relative;
  padding-left: 1px;
  padding-right: 0;
  border-right: none;
}

.find_network_care .main-search-input .main-search-input-item:last-child {
  padding-right: 0;
  padding-left: 30px;
}

.find_network_care .main-search-input-item {
  flex: 1;
  margin-top: 0;
  position: relative;
  padding-left: 1px;
  padding-right: 0;
  border-right: none;
}

.add-On-card-care {
  border: 2px solid #363a7d59;
  padding: 17px;
  border-radius: 8px;
  margin-bottom: 50px;
  min-height: 226px;
}

.add-On-card-care .main-title2 {
  color: #002367;
  font-size: 19px;
  font-weight: 500;
}

.add-On-card-care .info__link a {
  font-weight: normal;
}

.all-hospital-btn a {
  line-height: 20px;
  font-size: 17px;
  font-weight: normal;
  text-align: right;
  padding-right: 18px;
}

.faq-section .panel-group {
  margin-bottom: 20px;
}

.faq-section .panel-default>.panel-heading {
  background-color: #002367;
  /* padding: 32px 0; */
  /* border: 1px solid #A9A9A9; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 33px;
}

.faq-section .panel-default>.panel-heading a {
  color: #222222;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 12px;
}

.createAccout .modal-title {
  margin: 0;
  font-size: 29px;
  text-align: center;
}

.createAccout .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.createAccout .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
}

.createAccout .btn-default:hover {
  color: #333;
  background-color: #ffffff;
  border-color: #adadad;
}

.createAccout .open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #8c8c8c;
}

.createAccout .modal-header .close {
  margin-top: -52px;
}

.createAccout .close {
  float: right;
  font-size: 41px;
}

.createAccout .form-control {
  height: 52px;
}

.createAccout .modal-content {
  padding: 7px 25px;
}

.createAccout .modal-header {
  padding: 15px;
  border-bottom: none;
}

.trms {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}

.small-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
}

.sending-address {
  border: 1px solid #c2c3c8;
  border-top: 4px solid #004bff;
  padding: 40px 10px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.sending-address .f-dropdown>span {

  border: 1px solid #d9d2d2fa;
  background: #fff;
  border-radius: 3px;

}

.sending-address .nice-select.wide .list {
  height: 200px;
  left: 0 !important;
  right: 0 !important;
  overflow-y: scroll;
  top: 112px;
}

.sending-address .p-tag2 {
  font-weight: normal;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 23px;
}

.sending-address input {
  height: 55px;
  padding: 0 10px;
}

.sending-address label {
  font-weight: normal;
  font-size: 16px;
  color: black;
}

.gj-datepicker.gj-datepicker-md.gj-unselectable {
  border: 1px solid #dbd8d8;
  /* padding: 0 15px; */
}

.gj-datepicker.gj-datepicker-md.gj-unselectable i {
  padding: 16px;
}

.gj-datepicker input#datepicker {
  border: none;
}

.btn-back {
  border: 1px solid gray;
  padding: 18px 25px;
  color: #898383;
  border-radius: 5px;
}

.circle-number {
  width: 50px;
  height: 50px;
  background: blue;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 25px;
}

.balance-mention {
  font-size: 18px;
  font-weight: bold;
}

li.country-falg {
  font-size: 20px;
  padding: 10px;
}

#header-style-1 .yamm img {
  margin-bottom: 10px;
}

@media only screen and (min-width: 380px) and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #eeecec;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .user-name .navbar-nav {
    float: inherit;
    margin: 17px 0;
  }
}

.nice-select.wide {
  width: 100%;
  height: 49px;
  line-height: 50px;
}

.nice-select {
  border: 1px solid #ccc !important;
}

.add-beneficary {
  font-weight: bold;
  cursor: pointer;
}

.show-card .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #004bff;
}

.show-card .card-img img {
  width: 50px;
}

.delivered-text {
  font-weight: 600;
  position: relative;
  color: #1f1f1f;
}

.delivered-text i {
  color: #004bff;
}

.border-100 {
  width: 100%;
  border-top: 2px solid #dfdede;
}

.card-border {
  border: 1px solid #dadada;
  border-radius: 9px;
  padding: 24px 18px;
}

/* order-tracking */
.hh-grayBox {
  /* background-color: #F8F8F8; */
  margin-bottom: 20px;
  /* padding: 35px; */
  margin-top: 20px;
}

.order-tracking {
  text-align: center;
  width: 25%;
  position: relative;
  display: block;
  float: left;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  /* border: 0px solid #AFAFAF; */
  background-color: #004bff;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
  line-height: 1.8;
}

.order-tracking .is-complete i {
  color: white;
}

/* .order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
} */
.order-tracking.completed .is-complete {
  border-color: #004bff;
  border-width: 0px;
  background-color: #004bff;
}

.order-tracking.completed .is-complete i {
  color: white;
  line-height: 2.2;
  font-size: 18px;
}

/* .order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
} */
.order-tracking p {
  color: #A4A4A4;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: normal;
}

.order-tracking p span {
  font-size: 12px;
}

.order-tracking.completed p {
  color: #000;
}

.order-tracking::before {
  content: '';
  display: block;
  height: 8px;
  width: calc(100% - 25px);
  background-color: #004bff;
  top: 17px;
  position: absolute;
  left: calc(-50% + 13px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #004bff;
}

.card-number img {
  width: 41px;
  border-radius: 5px;
  margin-right: 7px;
}

.sending-address input.check-label {
  height: 22px;
  padding: 0 10px;
}

img.send-from-flag {
  width: 43px;
  border-radius: 3px;
  margin-right: 10px;
}

.edit-profile-section .nice-select .list {
  max-height: 458px;
  overflow-y: scroll !important;
  top: 106px;

}

.edit-profile-section .nice-select {
  padding-top: 0
}

.address-new {
  display: none;
  align-items: center;
  justify-content: center;
}

.name-value {
  display: block;
  font-size: 35px;
  margin-top: 5px;
  font-weight: 800;
}

.edit-profile-section input[type="file"] {
  display: none;
}

.profileUpload img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.card-grid-2 {
  border-radius: 8px;
  border: 1px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  background: #F8FAFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 304px;
}

.card-grid-2:hover {
  border-color: #B4C0E0;
  background-color: #ffffff;
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.card-grid-2 .card-grid-2-image-left {
  padding: 30px 20px 15px 20px;
  display: flex;
  position: relative;
  align-items: center;
}

.card-grid-2 .card-grid-2-image-left .image-box {
  min-width: 52px;
  padding-right: 15px;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job {
  font-size: 18px;
  line-height: 26px;
  color: #05264E;
  font-weight: bold;
  display: block;
}

.card-grid-2 .card-grid-2-image-left .right-info .location-small {
  background: url(../images/how_it_work/location.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}

.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 20px 10px;
}

.card-block-info p {
  font-size: 16px;
  line-height: 23px;
}
.btn-apply-now {
  background-color: #E0E6F7;
  color: #3C65F5;
  padding: 12px 10px;
  min-width: 95px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
  transition: .3s;
  display: block;
}

.iti {
  position: relative;
  display: inherit;
}


.main-search-input input,
.main-search-input input:focus {
  font-size: 16px;
  border: 0;
  background: #fff;
  margin: 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  outline: none !important;
  padding-left: 7px;
}

.main-search-input {
  /* margin: 30px auto; */
  border-radius: 50px;
  /* max-width: 1000px; */
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12); */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 9px;
  max-height: 68px;
  border: 1px solid #dadada;
}

.main-search-input a i {
  position: absolute;
  left: 6px;
  top: 12px;
}

.tiva-collapse .nav-pills>li.active>a {
  background-color: #002367;
}

.tiva-collapse .nav>li>a {
  position: relative;
  display: block;
  padding: 4px 34px;
  margin-bottom: 20px;
  margin-right: 5px;
  border: 1px solid;
  font-weight: 400;
}

.tiva-collapse .nav>li>a:hover {
  text-decoration: none;
  background-color: #d8dada;
  color: #4a4a47;
  transition: .3s;
  border: 1px solid white;
}

.tiva-collapse .panel-body h4 {
  font-size: 24px;
  margin: 20px 0 20px;
}

.tiva-collapse .panel-body {
  padding: 27px 0;
}

.tiva-collapse .tivaCollapse:hover {
  color: #002367;
  font-weight: bold;
  transition: .2s;
}

.tivaCollapse {
  padding-left: 5px !important;
}

.pay-more-option {}

.pay-more-option .tivaCollapse {
  padding-left: 0px !important;
}

.pay-more-option .tivaCollapse.open .fa-chevron-up {
  display: inline;
}

.pay-more-option .tivaCollapse .fa-chevron-up {
  display: none;
  color: #A9A9A9;
  position: relative;
  right: inherit;
  top: inherit;
  font-size: 16px;
}

.pay-more-option .tivaCollapse.open .fa-angle-down {
  display: none;
}

.pay-more-option .tivaCollapse .fa-angle-down {
  display: inline;
  color: #002367;
  position: relative;
  right: inherit;
  top: 5px;
  font-size: 25px;
}

span.paymore-bg {
  background: #f39e00;
  padding: 5px 14px;
  border-radius: 3px;
  margin-left: 10px;
  color: #002367;
}

.border-blue-pay {
  border: 2px solid blue;
}

button.btn-mPesa {
  background-color: #004bff !important;
  border: none !important;
  color: white;
  padding: 5px 25px;
}

.pay-more-section {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
}

.paymore-icon {
  background-color: rgb(235, 235, 235);
  color: var(--darkGrey);
  font-size: 14px;
  font-family: "popines-medium";
  padding: 3px 7px 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
}

.paymore-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.paymore-tabble {}

.paymore-tabble table tbody tr td,
th {
  /* vertical-align: middle; */
  border: none;
  text-transform: capitalize;
  font-weight: normal;
  color: #656464;
  font-size: 14px;
  text-align: left;
}

.paymore-tabble th {
  background-color: white;
  text-transform: capitalize;
  font-weight: normal;
  color: #383838;
  font-size: 18px;

}

.total-charges-col {
  display: flex;
  flex-wrap: wrap;
}

.total-charges-col .column-item {
  flex-basis: 50%;
}

/* payNow */

.search-area-menu {
  margin-bottom: 50px;
}

.search-area-menu .navbar {
  position: relative;
  /* min-height: 50px; */
  margin-top: 14px;
  border: 1px solid transparent;
}

.search-area-menu .navbar .navbar-nav>li {
  float: left;
  margin-left: 5px;
}

.search-area-menu .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.search-area-menu .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.search-area-menu .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #004bff;
  -webkit-transition: .4s;
  transition: .4s;
}

.search-area-menu .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.search-area-menu input:checked+.slider {
  background-color: #aaaeb2;
}

.search-area-menu input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.search-area-menu input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.search-area-menu .slider.round {
  border-radius: 34px;
}

.search-area-menu .slider.round:before {
  border-radius: 50%;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-sizing: border-box;
}

.pay-option .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: 400;
}
.show-hide-form .search-area-menu input:checked+.slider {
  background-color: #0b85ff;
}
.show-hide-form .switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}

.show-hide-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.show-hide-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.show-hide-form .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*END OF TOGGLE SWITCH*/
.hideme {
  display: none;
}
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.registher-icon-thumb{
  margin-bottom: 20px;
}
.register-text {
  font-size: 48px;
  text-align: center;
  padding-top: 40px;
}
.registher-icon-thumb img {
  width: 57px;
}
.sw-theme-arrows {
  border: none !important;
}
.sw>.tab-content>.tab-pane {
  padding: 0!important;
  margin-top: 30px;
}
#smartwizard .sending-address {
  border: 1px solid #c2c3c8;
  border-top: 4px solid #004bff;
  padding: 19px 17px;
  border-radius: 5px;
  margin-bottom: 50px;
}
#smartwizard .sending-address input {
  height: 46px;
  padding: 0 10px;
}
.container-radia {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 14px;
}
/* Hide the browser's default radio button */
.container-radia input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radia .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #cac8c8;
}

/* On mouse-over, add a grey background color */
.container-radia:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radia input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radia input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radia .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.datepicker-days table tbody tr:first-child, th {
  background-color: #ffffff !important;
}
.datepicker-days table tbody tr:first-child, th {
  background-color: #ffffff !important;
  color: #aeaeae;
  font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
}
.datepicker-days table tbody tr:first-child, th {
  background-color: #ffffff !important;
  color: #c2c2c2;
  font-weight: normal;
  text-transform: capitalize;
  border-top: 1px solid #ededed;
}


/* send health insurance */
.sending-address.send-health-insurance-section .nice-select.wide .list {
  height: 200px;
  left: 0 !important;
  right: 0 !important;
  overflow-y: scroll;
  top: 54px;
}
.sending-address.send-health-insurance-section .nice-select.wide {
  height: 55px;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  min-width: 292px !important;
}


/* category-block */
/*Flex items*/
.add-list {
  display: flex;
  flex-wrap: wrap;
}

.add-list-item {
  display: flex;
  padding: 0.5em;
  width: 100%;
}

@media all and (min-width: 40em) {
  .add-list-item {
    width: 50%;
  }
}

@media all and (min-width: 60em) {
  .add-list-item {
    width: 33.33%;
  }
}

.add-list-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%;
  border: 2px solid #363a7d59;
  border-radius: 6px;
}
.add-list-content a {
  font-weight: normal;
  color: #002367;
}
.add-list-content h4 {
  padding-top: 0;
  margin-top: 0;
  color: #01214d;
  font-size: 20px;
}

.add-list-content span {
font-size: 16px;
font-weight: 500;
color: #9b9595;
/* padding: -6px 0 0; */
}

.add-list-content p {
  flex: 1 0 auto;
  line-height: 23px;
  margin-bottom: 50px;
}
.add-list-content .price-tag {
font-size: 22px;
font-weight: 400;
color: #002367;
padding: 0;
}
.add-list-content .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
  /* border: 1px solid #d4d4d4; */
  /* padding: 10px 16px; */
  /* font-size: 10px; */
  height: 38px;
  width: 39px;
  transition: 0.3s;
  line-height: 1;
}
.add-list-content .qty-container .qty-btn-plus {
  /* border: 1px solid #d4d4d4; */
  /* padding: 10px 16px; */
  /* font-size: 10px; */
  height: 38px;
  width: 39px;
  transition: 0.3s;
  line-height: 1;
}

.location-widget.col-sm-12.mt-lg-50 .add-list-content .pricing-details .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
  /* border: 1px solid #d4d4d4; */
  /* padding: 10px 16px; */
  /* font-size: 10px; */
  height: 43px;
  width: 46px;
  transition: 0.3s;
  line-height: 1;
}
.add-list-content .price-tag span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.add-list-content .pricing-details .qty-container .input-qty {
text-align: center;
/* padding: 6px 10px; */
border: 1px solid #000549;
max-width: 46px;
}
.add-list-content .pricing-details .qty-container .qty-btn-minus {
margin-right: -1px;
font-size: 11px;
}
.add-list-content .pricing-details .qty-container .qty-btn-plus {
margin-left: -1px;
font-size: 11px;
}
.add-list-content .btn.btn-add-new {
height: 37px;
color: #fff;
background-color: #004bff;
}
.add-list-content .btn.btn-add-new:focus, 
.add-list-content .btn.btn-add-new:active {
  border: none;
  outline:none;
}
.add-list-content .pricing-details {
  display: flex;
  justify-content: space-between;
}