@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px #e0eeff;*/
  background: #e0eeff;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8cc2ff;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8cc2ff;
}
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 14px;
}
.container-fluid {
  /*max-width: 1290px;*/
  padding-left: 70px;
  padding-right: 70px;
}
.h1,
h1 {
  font-size: 45px;
}
hr {
  margin: 30px 0px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.bg-light {
  background-color: #f8fafc !important;
}
img {
  max-width: 100%;
}
a {
}
h1,
h2,
h3,
h4 {
  margin-top: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 24px;
  color: #7d7987;
  margin-bottom: 10px;
}
.text-success {
  color: #05ad48 !important;
}
.text-danger {
  color: #ff826e !important;
}
.media {
}
.media .media-left,
.media .media-body,
.media .media-right {
  display: table-cell;
  vertical-align: top;
}
.media .media-left {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.media .media-body {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  width: 10000px;
}
select.form-control {
  background: #fff url(/images/down-arrow.png) no-repeat;
  background-position: right 12px center;
  background-size: 10px;
}
select.select3line {
  background: #fff url(/images/navigation.png) no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.form-control {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.container-fluid {
}
.long-arrow-btn {
  width: 16px;
  height: 16px;
  background-color: #f37620;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 17px;
  font-size: 13px;
  text-align: left;
}
.long-arrow-btn:hover {
  background-color: #fdaa25;
  color: #fff;
}
.btn-light {
  color: #363535;
  background-color: #f8fafc;
  border-color: #f8fafc;
  font-size: 14px;
  font-weight: 500;
}
.btn-light:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-secondary {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-outline-success {
  color: #05ad48;
  border-color: #05ad48;
}
.btn-outline-success:hover {
  color: #fff;
  border-color: #05ad48;
  background-color: #05ad48;
}
.btn-dark:hover {
  color: #fff;
  background-color: #58595a;
  border-color: #58595a;
}
button:focus {
  outline: inherit !important;
}
.form-check-input:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.mr-5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.pding5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pding10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pding0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pding-rgt0 {
  padding-right: 0px;
}
.pding-rgt5 {
  padding-right: 5px;
}
.pding-lft5 {
  padding-left: 5px;
}
.pdingrgt25 {
  padding-right: 25px;
}
.pdinglft25 {
  padding-left: 25px;
}
.tmb {
  border: none;
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background-color: transparent;
}
.text-blue {
  color: #458dfc;
}
.text-teal {
  color: #3fccba;
}
.btn-radius {
  border-radius: 30px;
}
.bg-light-blue {
  background-color: #ebf5ff !important;
}
.text-primary {
  color: #389fff !important;
}
.text-justify {
  text-align: justify !important;
}
/*============= button style ================*/
.form-check-input:focus {
  box-shadow: none;
}
.button-1 {
  width: 100%;
  height: 50px;
  /*float: left;*/
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #124a88;
  border-radius: 30px;
}
.button-1 a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.button-1 a img {
  float: none;
  margin-left: 10px;
}
.eff-1 {
  width: 100%;
  height: 50px;
  right: -640px;
  background: #fdaa25;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-1 {
  right: 0;
}
.button-1:hover a {
  color: #fff;
}
.button-1:hover a,
.button-1:hover.book-btn {
  color: #fff;
}
.btn-outline-primary {
  color: #468ffc;
  border-color: #468ffc;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 15px;
}
.btn-outline-primary:hover {
  background-color: #389fff;
  color: #fff;
  border-color: #389fff;
}
.btn-primary {
  color: #fff;
  background-color: #389fff;
  border-color: #389fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2694fa;
  border-color: #2694fa;
}
.btn-primary-light {
  background-color: #ebf5ff;
  color: #389fff;
}
.btn-primary-light:hover {
  background-color: #cce4fc;
  color: #389fff;
}
.btn-danger {
  color: #fff;
  background-color: #ff826e;
  border-color: #ff826e;
}
.btn-danger:hover {
  background-color: #eb5e47;
  border-color: #eb5e47;
}
.btn-danger-light {
  color: #ff826e;
  background-color: #fff3f0;
  border-color: #ffe8e3;
}
.btn-danger-light:hover {
  color: #ff826e;
  background-color: #fdc8bb;
  border-color: #fdc8bb;
}
.btn-warning {
  color: #fff;
  background-color: #ffc600;
  border-color: #ffc600;
  font-size: 14px;
  padding: 6px 15px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 12%);
}
.btn-warning:hover {
  color: #fff;
  background-color: #ebb600;
  border-color: #ebb600;
}
.btn-outline-warning {
  color: #ff782c;
  border-color: #ff782c;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #fd620b;
  border-color: #fd620b;
}
.btn-sm {
  font-size: 12px;
  padding: 4px 12px;
}
.btn-light-danger {
  background-color: #fb6b6b;
  border-color: #fb6b6b;
}
.btn-info {
  color: #fff;
  background-color: #31b099;
  border-color: #31b099;
}
.btn-info:hover {
  color: #fff;
  background-color: #1ca98f;
  border-color: #1ca98f;
}
.btn-success {
  color: #fff;
  background-color: #129f97;
  border-color: #129f97;
}
.btn-success:hover {
  color: #fff;
  background-color: #03938a;
  border-color: #03938a;
}
.btn-whatsapp {
  background-color: #00bfa5;
  border-color: #00bfa5;
}
.btn-whatsapp:hover {
  background-color: #00a18b;
  border-color: #00a18b;
}
a {
  text-decoration: none;
}
.pding-lft0 {
  padding-left: 0px;
}
.list-point {
  margin-bottom: 35px;
}
.list-point li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #7a7575;
  border-radius: 50%;
}
.list-point li {
  line-height: 22px;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
}
.owl-nav {
  /* position: absolute;
    top: 45%;
    width: 100%;
    left: 0px;*/
}
.owl-nav button span {
  font-size: 47px;
  line-height: 30px;
  font-weight: 100;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: block;
  color: #458dfc;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
}
.owl-carousel2 .owl-nav button span {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
}
.owl-nav button span:hover {
  /*border: 1px solid #E93131;
    color: #E93131;*/
}
.owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -15px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -15px;
}
.btn-block {
  display: block;
  width: 100%;
}
.text-orange {
  color: #ff782c;
}
._select_arrow {
  appearance: none;
  -webkit-appearance: none;
}
.form_icon,
.form-icon {
  position: absolute;
  right: 10px;
  bottom: 18px;
  color: #6a6666;
  font-size: 18px;
}
.form-icon {
  right: inherit;
  left: 2px;
}
.form_icon img {
  width: 15px;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.txt-red {
  color: #e93131;
}
.view {
  margin-top: 10px;
}
.view a {
  font-weight: 500;
  font-size: 13px;
}
.view a i {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 600;
}
.view a:hover {
}
.ads-banner {
  position: relative;
  margin-bottom: 30px;
}
.ads-banner a {
  display: inline-block;
}
.ads-banner a img {
  width: 100%;
  border-radius: 4px;
  transition: 0.5s;
}
.ads-zoom-img {
  overflow: hidden;
}
.ads-zoom-img:hover > a img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.owl-carousel .owl-dots {
  text-align: center;
  position: relative;
  margin: auto;
  display: table;
}
.owl-carousel .owl-dots .owl-dot.active {
  margin: 6px;
  position: relative;
  width: 35px;
  height: 10px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #389fff;
  background-color: #389fff;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 6px;
  position: relative;
  width: 10px;
  border: 2px solid transparent;
  height: 10px;
  border-radius: 50%;
  display: table;
  background-color: #d0e8ff;
  float: left;
  transition: 0.5s;
}
.owl-carousel .owl-dots .owl-dot.active span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: #389fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
}
/*=============== check out button =================*/
/* The container */
.container_chechout {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  float: none;
  padding-left: 35px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.container_chechout input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container_chechout .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #f1f1f1;
  border-radius: 4px;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container_chechout:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.container_chechout input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.container_chechout .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_chechout input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_chechout .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #0b3666;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_chechout2 {
  font-size: 14px;
  float: none;
  padding-right: 0px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.container_chechout2 .checkmark {
  right: initial;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.container_chechout2 .checkmark:after {
  border: solid #ed207b;
  width: 6px;
  height: 10px;
  border-width: 0px 2px 2px 0px;
}

header {
  z-index: 1000;
  width: 100%;
  left: 0px;
  top: 0px;
}
.sticky {
  background-color: #fff;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
}
.sticky .navbar-brand {
  padding: 4px 10px 4px 0px;
}
.sticky .hdr-top {
  display: none;
}
.sticky .navbar-brand > img {
}
.sticky .navbar-expand-lg.bg-light {
  padding: 0px 0px 0px;
}
.sticky .navbar-expand-lg .mobile-nav .nav-link {
  color: #2196f3;
}
.sticky .navbar-expand-lg .mobile-nav .nav-link.login {
}
.sticky .navbar-light .mobile-nav .nav-link:focus,
.sticky .navbar-light .mobile-nav .nav-link:hover {
  color: #000;
}
.hdr-top {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.hdr-top p {
  color: #343434;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.hdr-top p strong {
  color: #ff782c;
}
.hdr-social-link li {
  padding-right: 1px;
  display: inline-block;
  padding-left: 1px;
}
.hdr-social-link li a {
  font-size: 16px;
  color: #389fff;
  transition: 0.5s;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  background-color: #333;
}
.hdr-social-link li a.fb {
  background-color: #3b5998;
}
.hdr-social-link li a.tw {
  background-color: #55acee;
}
.hdr-social-link li a.linkdn {
  background-color: #007ab9;
}
.hdr-social-link li a.ins {
  background-color: #ffc153; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ffc153, #f9524b, #d13c98);
}
.hdr-social-link li a.youtybe {
  background-color: #ff0000;
}
.hdr-social-link li a:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.hdr-top-cnt {
  display: flex;
  margin-bottom: 10px;
}
.hdr-top-cntrgt {
  justify-content: end;
}
.hdr-top-cnt li {
  margin-right: 25px;
}
.hdr-top-cnt li:last-child {
  margin-right: 0px;
}
.hdr-top-cnt li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  display: block;
}
.hdr-top-cnt li a > img {
  margin-right: 5px;
}
.hdr-top-cnt li a.sell {
  background-color: #9f5404;
  padding: 5px 12px;
  border-radius: 4px;
  color: #fff;
}
.hdr-top-cnt li a:hover {
  color: #e00000;
}
.hdr-top-cnt li a.sell:hover {
  background-color: #fff;
}
.txt-rgt {
  text-align: right;
}
.navbar-default {
  z-index: 1022;
  margin: auto;
  border-radius: 0px;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.5s;
  border: none; /*box-shadow:0px 2px 20px 0px hsl(0deg 0% 44% / 33%);*/
}
.navbar-expand-lg.bg-light {
  background-color: #fff !important;
}
.navbar-expand-lg.sticky-top {
}
.navbar-nav {
  position: relative;
}
.navbar-brand {
  padding: 5px 10px 5px 0px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 30px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
  transition: 0.5s;
}
.navbar-brand span {
  color: #00318a;
  text-transform: capitalize;
}
.navbar-brand > img {
  height: 65px;
  transition: 0.5s;
}
.search-icon {
  position: absolute;
  top: 15px;
  right: 65px;
  display: none;
}
.search-icon a {
  color: #000;
}
.navbar-default .navbar-nav .nav-link {
  color: #494949;
}
.navbar-expand-lg .navbar-nav .dropdown {
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 15px;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child > .nav-link {
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
  vertical-align: middle;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #129f97;
}

.navbar-expand-lg .mobile-nav .nav-link {
}
.navbar-expand-lg .mobile-nav .nav-link.login,
.navbar-expand-lg .mobile-nav .nav-link.GetStarted {
  color: #fff;
  background-color: #389fff;
  border: 1px solid #389fff;
  border-radius: 10px;
  padding: 8px 15px;
  font-weight: 500;
  font-size: 14px;
}
.navbar-expand-lg .mobile-nav .nav-link.GetStarted {
  color: #389fff;
  background-color: #fff;
  border: 1px solid #389fff;
  margin-right: 10px;
}
.navbar-expand-lg .mobile-nav .nav-link.GetStarted:hover {
  background-color: #389fff;
  color: #fff;
}
.navbar-expand-lg .mobile-nav .nav-link img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}
.navbar-expand-lg .mobile-nav .nav-link i {
  margin-right: 6px;
}
.navbar-expand-lg .mobile-nav .nav-link span {
}
.navbar-expand-lg .mobile-nav .login-drop .dropdown-toggle::after {
  display: none;
}
.navbar-expand-lg .mobile-nav .Menu .dropdown-toggle::after {
  display: none;
}
.navbar-expand-lg .mobile-nav .nav-link em {
  position: absolute;
  top: -1px;
  background-color: #129f97;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  right: -1px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.navbar-nav > li:hover > .drop-menu {
}
.navbar-expand-lg .mobile-nav .login-drop.dropdown .nav-link.login {
  border-radius: 0px;
  border: none;
  color: #000;
  background-color: transparent;
}
.drop-menu {
  padding: 0px;
  width: 100%;
}
.drop-menu-srvs {
}
.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover {
  color: #2196f3;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #2196f3;
}
.drop-menu > li > a {
  padding: 12px 20px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #ddd;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ff782c;
}
.navbar-light .mobile-nav .nav-link:focus,
.navbar-light .mobile-nav .nav-link:hover {
  color: #000;
  background-color: transparent;
}
.navbar-expand-lg .mobile-nav-search {
  position: relative;
}
.navbar-expand-lg .mobile-nav-search:before,
.navbar-expand-lg .mobile-nav-search:after {
  content: "";
  width: 1px;
  background-color: #f0f0f0;
  top: 10px;
  bottom: 10px;
  position: absolute;
}
.navbar-expand-lg .mobile-nav-search:before {
  left: 0px;
}
.navbar-expand-lg .mobile-nav-search:after {
  right: 0px;
}
.navbar-expand-lg .mobile-nav-search .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
.mobilesrch {
  display: none;
}
.navbar-form {
  margin-bottom: 0;
  position: relative;
  margin-top: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin-left: 0px;
  display: flex;
  margin-right: 0px;
}
.navbar-form .form-group {
  width: 100%;
  position: relative;
}
.navbar-form .form-control {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: #fff;
  padding: 6px 30px 6px 10px;
  font-size: 12px;
  color: #000;
}
.navbar-form .form-group .form-icon {
  left: 10px;
  bottom: 10px;
  font-size: 14px;
}
.select-location {
  width: 215px;
}
.select-location .form-control {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  height: 36px;
  color: #000;
}
.select-location .form-icon {
  right: inherit;
  left: 0px;
  left: 10px;
  font-size: 14px;
  bottom: 8px;
  color: #333;
}
.navbar-form .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 12px;
  height: 35px;
  font-size: 15px;
  border-radius: 30px 0px 0px 30px;
  box-shadow: none;
  background-color: transparent;
  border: none;
  color: #333;
}
.navbar-form .select-location .btn {
  background-color: #fff;
  color: #e89935;
}
.navbar-login {
  background-color: #f8f8f8;
}
.navbar-login .navbar-nav .nav-link {
  text-align: center;
}
.navbar-login .navbar-nav .nav-link h5 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}
.navbar-login .navbar-nav .nav-link p {
  color: #1a2228;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
}
.navbar-light .back-navbar-text {
  margin-left: 125px;
}
.melft-auto {
  margin-left: auto;
}
.navbar-light .back-navbar-text a {
  background-color: #d8d8d8;
  padding: 7px 35px;
  border-radius: 4px;
  font-size: 13px;
}
.navbar-light .back-navbar-text a:hover {
  background-color: #e93131;
  color: #fff;
}

.dropdown-menu {
  width: 100%;
  padding: 10px;
  margin: 0px;
  left: 0px;
  border: none;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
}
.drop-menu:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 10px 10px;
  border-color: transparent transparent #ff782c;
  position: absolute;
  top: -9px;
  left: 20px;
}
.dropdown-menu li .dropdown-item {
  font-size: 13px;
  border-radius: 8px;
  padding: 10px 8px;
  font-weight: 500;
  color: #000;
}
.dropdown-menu li .dropdown-item > img {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #FF782C5;
}
.dropdown-menu li .dropdown-item:focus,
.dropdown-menu li .dropdown-item:hover {
  color: #000;
  background-color: #eaf5ff;
}
.dropdown-rgt {
  left: inherit !important;
  right: 0px;
  z-index: 1021;
}
.navbar-expand-lg .mobile-nav .login-drop.dropdown .dropdown-menu {
  min-width: 200px;
}
.navbar-expand-lg .mobile-nav .login-drop.dropdown .dropdown-menu {
}
/*================= notification dorpdown =====================*/
.navbar-light .navbar-nav .notification-nav-item {
}
.navbar-light .navbar-nav .notification-nav-item .nav-link > i {
  margin-right: 0px;
}
.navbar-light .navbar-nav .notification-nav-item .nav-link:after {
  display: none;
}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu {
  min-width: 22em;
  padding: 15px;
  max-height: 410px;
  overflow-y: auto;
}
.navbar-light
  .navbar-nav
  .notification-nav-item
  .dropdown-menu
  li.dropdown-header {
}
.navbar-light
  .navbar-nav
  .notification-nav-item
  .dropdown-menu
  li.dropdown-header
  h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.navbar-light
  .navbar-nav
  .notification-nav-item
  .dropdown-menu
  li.dropdown-header
  a {
  font-weight: 600;
  color: #458dfc;
}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li p {
  font-size: 12px;
  line-height: 18px;
  margin-right: 45px;
  margin-bottom: 0px;
  color: #000;
}
.navbar-light
  .navbar-nav
  .notification-nav-item
  .dropdown-menu
  li
  p.notification-date {
  font-size: 10px;
  font-weight: 300;
  margin-right: 0px;
}
.navbar-light .navbar-nav .notification-nav-item .dropdown-menu li > a.btn {
  border-radius: 30px;
  padding: 4px 20px;
}
.side-sub-menu {
  padding: 10px;
  background-color: #fff4f4;
  border-radius: 4px;
}
/*================= cart dorpdown =====================*/
.cart-drop {
  padding: 12px;
  min-width: 245px;
}
.cart-drop h4 {
  font-size: 14px;
}
.cart-item-alert {
  color: #373f41;
  background-color: #fff;
  border-color: transparent;
  padding: 10px 20px 0px;
  border: 1px solid #8c8c8c;
  border-radius: 8px;
  margin-bottom: 25px;
  overflow: hidden;
}
.cart-img {
  width: 50px;
  height: 80px;
  margin-right: 10px;
}
.cart-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cart-item-alert h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cart-item-alert h6 {
  font-size: 12px;
}
.cart-item-alert p {
  font-size: 13px;
  color: #373f41;
  line-height: 20px;
  margin-bottom: 5px;
}
.cart-item-alert h4.price {
  font-weight: 700;
  margin-bottom: 5px;
}
.cart-item-alert h4.price i {
  font-size: 16px;
}
.cart-item-alert p.price {
  color: #000;
}
.cart-item-alert p.price del {
  color: #000;
}
.cart-item-alert p.price i {
}
.cart-item-alert.alert-dismissible .btn-close {
  top: 15px;
  right: 20px;
  padding: 0px;
  background-color: #bfbfbf;
  background: url(/images/delete-icon.png) no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 0px;
}
.p-rgt {
  padding-right: 30px;
}
.cart-item-alert .form-group {
  display: inline-block;
}
.cart-item-alert .form-ctrl {
  font-size: 14px;
  font-weight: 500;
  color: #458ff6;
  padding-right: 30px;
  border: 1px solid #656565;
}
.cart-item-alert .form-group .form_icon {
  color: #458ff6;
}
.queryText {
  background-color: #b9e7ff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 5px 20px;
  color: #000;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
}
.group-btns {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
}
.group-btns a.btn {
  border-radius: 30px;
  font-size: 12px;
  margin-right: 10px;
}
.group-btns a.btn:last-child {
  margin-right: 0px;
}

/*================== slider search box ===============*/
.slidersearch {
  position: relative;
  margin-top: 80px;
}
.slidersearch h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
}
.slidersearch .slidersearch-group {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 3px 0px 10px 0px rgb(0 0 0 / 9%);
}
.slidersearch .form-group {
  margin-bottom: 0px;
  width: 100%;
}
.slidersearch .form-group-location {
  width: 50%;
}
.slidersearch .form-group-location:before {
  width: 1px;
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  bottom: 10px;
  background-color: #d9d9d9;
}
.slidersearch .form-group .form-control {
  background-color: #fff;
  height: 52px;
  border: none;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 115px;
  border-radius: 30px;
  font-weight: 500;
}
.slidersearch .form-group-location .form-control {
  padding-right: 20px;
}
.slidersearch .form-group .btn-primary {
  border-radius: 30px;
  font-size: 14px;
  margin: 5px;
  padding: 5px 30px;
}
.slidersearch .form-group .form-icon .btn {
  padding: 5px 0px 4px;
  background-color: transparent;
  color: #6cbcfc;
  border: none;
}
.slidersearch .form-group .btn-overleft {
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: 2px;
}
.slidersearch .form-group .btn > img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/*============ slider css =============*/
.type-box {
  text-align: center;
  margin: 30px;
}
.type h1 a {
  color: #fff;
  font-size: 45px;
}
.bs-slider {
  overflow: hidden;
  /* height: 650px;*/
  position: relative;
}
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
  /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  height: 650px;
  width: 100% !important;
}
.slider-main {
  background: url(/images/header-banner.jpg) no-repeat;
  height: 675px;
  position: relative;
  background-size: cover;
}
/********************
*****Slide effect
**********************/
.slider-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px; /* background-color: #fdfdfd;*/
  background: url(/images/Job-candidates_bg.jpg) no-repeat;
  background-size: cover;
}
.slider-wrap:before {
  /*content: "";
    position: absolute;
    top: 0px;
    height: 1px;
    background-color: #dedbdb;
    left: 5%;
    right: 5%;
    top: 0px;*/
}
.slider-wrap > img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.slider-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgb(0 0 0 / 37%);
}
.slider-wrap .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.slider-wrap .owl-prev {
  float: left;
  margin-left: 30px;
}
.slider-wrap .owl-next {
  float: right;
  margin-right: 30px;
}
.slider-wrap .owl-prev span {
  font-size: 65px;
  color: #000;
  background: none;
}
.slider-wrap .owl-next span {
  font-size: 65px;
  color: #000;
  background: none;
}
.slider-wrap .owl-dots {
  position: absolute;
  bottom: 45%;
  left: inherit;
  right: 0px;
  display: flex;
  align-self: center;
  width: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.slider-wrap .owl-carousel .owl-dots .owl-dot.active {
  position: relative;
  width: 10px;
  height: 46px;
  border-radius: 20px;
  display: inline-block;
  background-color: #389fff;
  border: 1px solid #389fff;
}
.slider-wrap .owl-carousel .owl-dots .owl-dot {
  margin: 6px;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: table;
  background-color: #d0e8ff;
  float: left;
  transition: 0.5s;
}
.slider-wrap .owl-carousel .owl-dots .owl-dot.active span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: #389fff;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  content: "";
}
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto {
  margin: auto;
  display: block;
}

.slide-text,
.advertise-overlay-txt {
  left: 0px;
  top: 0px;
  z-index: 1;
  right: 0px;
  position: absolute;
  bottom: 0px;
  align-self: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgb(245 245 245 / 92%);
}
.slide-text > .container-fluid {
  overflow: hidden;
}
.slide-text-position {
  position: relative;
}
.slide-text-dec {
  position: relative;
}
.slide-text-dec h2 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 20px;
}
.slide-text-dec h2 strong {
  font-weight: 700;
}
.slide-text-dec h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 50px;
}
.slide-text-dec h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0px;
}
.slide-text-dec p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #000000;
}

.Cuptext {
  position: relative;
}
.Cuptext h2 span {
  position: relative;
}
.slide-text-dec .btn {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.slide-text-dec .btn > i {
  margin-right: 5px;
}
.slide-text-dec .btn-link {
  color: #ff826e;
  text-decoration: none;
}
.slide-text-dec .btn:hover {
}
.banner-img {
  position: relative;
  bottom: 0px;
  z-index: 1;
}
.banner-img > img {
  width: 100%;
}
.playicon > a {
  width: 46px;
  height: 46px;
  background-color: #e73e3e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  font-size: 35px;
  margin: auto;
  color: #fff;
}
.playicon p {
  font-size: 12px;
  color: #e73e3e;
  font-weight: 500;
  margin-top: 4px;
}
.playicon p a {
  color: #e73e3e;
}
.slide-text .button-1 {
  background-color: #fff;
}
.slide-text .button-1 a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.slide-text .eff-1 {
  background: #87d3e1;
}
.banner-right {
  position: relative;
  margin-left: 60px;
}
.counting-list {
}
.counting-list li {
  padding-left: 15px;
  padding-right: 15px;
}
/*=========== end ===========*/

/*========== enquire form ======*/
.btn-close {
  position: absolute;
  right: -14px;
  top: -14px;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px;
  opacity: 9;
}
.offcanvas-header .btn-close {
  position: relative;
  right: 0px;
  top: 0px;
}
.bg-gray {
  background-color: #f6f6f7;
}
.bg-gray2 {
  background-color: #f4f4f4;
}
.bg-orange {
  background-color: #fdaa25;
}
.bg-pink {
  background-color: #fef6f6;
}
.bg-blue {
  background-color: #124a88;
}
.wrap-bdrtp {
  border-top: 1px solid #c1c1c1;
}
.wrap {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.wrap-40 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrap-top0 {
  padding-top: 0px;
}
.wrap-btm0 {
  padding-bottom: 0px;
}

.form-control:focus {
  border-color: #333;
  box-shadow: none;
}
.inr-wrap-tp {
  padding-top: 40px;
}
.boxshow-wrap {
  box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
  z-index: 1;
}
.title {
  position: relative;
  margin-bottom: 35px;
}
.title h1 {
  font-weight: 600;
  font-size: 40px;
}
.title h1 b {
}
.title h2 {
  font-weight: 600;
  font-size: 34px;
}
.title h2 b {
}
.title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: inherit;
  text-transform: inherit;
  margin-bottom: 0px;
}
.title h3 b {
}
.title h4 {
  font-size: 20px;
  font-weight: 500;
}
.title h4 span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
}
.title p {
  font-size: 16px;
  line-height: 26px;
}
.title-bdr {
  background-color: #000;
  height: 2px;
  display: inline-block;
  width: 60px;
  border-radius: 30px;
}
.title-bdr-white {
  background-color: #fff;
}
.blue {
  color: #4ea5ff;
}
.red {
  color: #e43039;
}
.white {
  color: #fff;
}
.txt-purple {
  color: #472a6c;
}
.readmore {
  color: #0356ba;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
.readmore i {
  margin-left: 2px;
  font-weight: 700;
  font-size: 16px;
}
.readmore:hover {
  text-decoration: none;
  color: #000;
}
.slide-heading {
  position: relative;
}
.slide-heading .title {
  margin-bottom: 20px;
  width: 100%;
}
.slide-heading .title h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.slide-heading .title h4 {
  font-size: 24px;
  font-weight: 600;
}
.slide-heading .view-btn {
}
.slide-heading .view-btn .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 10px;
}
.slide-heading .view-btn .btn-sm {
  font-size: 12px;
  padding: 5px 15px;
}
.listing-slide-heading {
}
.listing-slide-heading .heading-nav {
  margin-left: 0px;
}
.listing-slide-heading .heading-nav .nav-link.active {
  border: 1px solid #e93131;
  border-radius: 4px;
}
/*========== Job ========*/
.nav-pills-btn {
  margin-bottom: 30px;
}
.nav-pills-btn > li {
  margin-right: 25px;
}
.nav-pills-btn > li:last-child {
  margin-right: 0px;
}
.nav-pills-btn .nav-link {
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  color: #6c6a6a;
  background-color: #fff;
}
.nav-pills-btn .nav-link.active,
.nav-pills-btn .show > .nav-link {
  color: #fff;
  background-color: #389fff;
}
.job-item {
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
}
.job-item h4 {
  font-size: 18px;
  font-weight: 500;
}
.job-item h5 {
  font-size: 16px;
  font-weight: 500;
}
.job-item p {
  color: #717f8c;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.job-item .media .media-left,
.job-item .media .media-body {
  vertical-align: middle;
}
.job-item .media .media-left {
  padding-right: 0px;
}
.job-item .media {
  margin-bottom: 15px;
}
.job-item .media h5 {
  font-weight: 500;
  font-size: 16px;
}
.job-item .media h5 a {
  color: #000;
}
.job-item .media h5 a:hover {
  color: #389fff;
}
.job-item .media p {
  color: #717f8c;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 14px;
}
.job-item .media p.small {
  font-size: 12px;
}
.job-item .addtocart-btm-btn {
  margin-top: 20px;
}
.job-item .addtocart-btm-btn .btn {
  padding: 12px 5px;
}
.company-icon {
  width: 75px;
  height: 75px;
  position: relative; /* needed for next/image fill */
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
}
.company-icon > img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobtype {
}
.jobtype > li {
  margin-right: 4px;
  margin-bottom: 4px;
}
.jobtype > li:last-child {
  margin-right: 0px;
}
.jobtype li span {
  background: rgb(255 130 110 / 10%);
  padding: 3px 6px;
  border-radius: 30px;
  font-size: 9px;
  font-weight: 600;
  color: #ff826e;
}
.jobtype li span > img {
  margin-right: 2px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.jobtype li span.bg-light {
  color: #505050;
  background: #f8fafc;
}
.salary-text {
}
.salary-text p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
}
.salary-text h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
/*========== home page  ========*/
.fullwrap {
  position: relative;
}
.fullwrap .img-fluid {
  width: 100%;
}
.overlay-imglft {
  position: absolute;
  right: 5px;
  top: 5px;
}
.overlay-imglft span.btn {
  padding: 2px 8px;
  box-shadow: none;
  font-size: 10px;
}
.offer {
  position: absolute;
  background-size: 100%;
  right: 10px;
  bottom: 0px;
  text-align: center;
  color: #ff782c;
  height: 46px;
  font-weight: 600;
  line-height: 14px;
  font-size: 12px;
}
.shoplink {
  color: #ff782c;
  font-weight: 500;
  font-size: 13px;
}
.shoplink:hover {
  color: #000;
}
.item-box {
  position: relative;
  transition: 0.5s;
  background-color: #fff;
  margin: 4px;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.item-box:hover {
  /*box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);*/
}
.item-box > a {
  display: block;
  transition: 0.5s;
}
.item-box .tmb {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  background-color: #fff;
}
.item-box .tmb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-box-dec {
  position: relative;
  padding: 10px 10px 5px;
}
.item-box-dec h4,
.item-box-dec h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.item-box-dec h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.item-box-dec h5 a {
  color: #000;
}
.item-box-dec .price,
.item-box-dec p.price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2e2d2d;
}
.item-box-dec .price > i {
  font-size: 14px;
  margin-right: 2px;
}
.price del {
  font-size: 14px;
  color: #bbb8b8;
  font-weight: 500;
  padding-right: 5px;
}
.price del .fa-inr,
.item-box-dec .price del .fa-inr {
  font-size: 13px;
}
.item-box-dec p.price span.off-txt {
  font-size: 14px;
}
.item-box-dec h3.price {
  font-size: 20px;
  font-weight: 700;
}
.item-box-dec h3.price i {
  font-size: 18px;
}
.nopeacs {
  display: flex;
  margin-bottom: 20px;
}
.nopeacs li:last-child {
  margin-right: 0px;
}
.nopeacs li:first-child {
  border-left: none;
  padding-left: 0px;
}
.nopeacs li {
  font-size: 13px;
  color: #5e6264;
  padding-right: 15px;
  border-left: 1px solid #ddd;
  padding-left: 15px;
}
.rating-stars {
  font-size: 16px;
  margin-bottom: 5px;
}
.rating-stars i {
  color: #d5d5d5;
  margin-right: 2px;
}
.rating-stars i.checked {
  color: #ffc107;
}
.rating-stars .review-no {
  font-size: 14px;
}
.item-box-dec .review-no {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #000;
}
.addtocart-btm-btn {
  width: 100%;
  left: 0px;
  right: 0px;
}
.addtocart-btm-btn .btn {
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  padding: 8px 5px;
  margin-right: 10px;
}
.addtocart-btm-btn .btn:last-child {
  margin-right: 0px;
}
.item-box:hover > .addtocart-btm-btn {
  display: block;
}
.addtocart-btm-btn .btn span,
.detail-cartbtns a span {
  font-size: 18px;
  width: 18px;
  height: 18px;
  top: 3px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  font-weight: 300;
  line-height: 18px;
  margin-right: 5px;
}
.addtocart-btm-btn .rating-stars {
  margin-bottom: 0px;
  font-size: 12px;
}
.twobtns {
  display: flex;
  width: 100%;
}
.twobtns a.btn {
}
.twobtns a.btn:hover {
}
.twobtns a.btn-light:hover {
  background-color: #ddd;
  border-color: #ddd;
}
.media-item-box {
  margin: 0px 0px 20px;
  box-shadow: none;
  padding: 20px 15px 10px;
  border-radius: 6px;
}
.media-item-box .media-left {
}
.media-item-box .tmb {
  margin-bottom: 0px;
  width: 80px;
  display: inline-block;
  height: 80px;
}
.media-item-box .tmb img {
}
.media-item-box .item-box-dec {
}
.media-item-box .item-box-dec p {
  color: #000;
}
.media-item-box .item-box-dec p.font-large {
  color: #000;
  font-size: 16px;
}
.media-item-box .btn {
  padding: 6px 25px;
  font-weight: 600;
  font-size: 14px;
}
.media-item-box .btn-link:before {
  content: "";
  background-color: #777;
  height: 2px;
  width: 20px;
  left: 0px;
  position: absolute;
  top: 50%;
}
.media-item-box .btn-link:hover {
  color: #128dd2;
}

/*================= health-concern ==================*/
.sponsers-wrap {
  background: rgb(56 159 255 / 10%);
  padding: 50px 0px;
  position: relative;
}
.sponsers-wrap .title h4 {
  font-size: 22px;
}
.sponsers-logo,
.partner-logo {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 15px 20px;
  border-radius: 8px;
  height: 90px;
}
.sponsers-logo img,
.partner-logo img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sponsers-logo:hover > img,
.partner-logo:hover > img {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.partner-slide {
  border: 1px solid #cbcbcb;
  position: relative;
  border-radius: 12px;
  padding: 5px 10px;
}
.partner-logo {
  border: none;
}
.advertise-img {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.advertise-img-sm {
  height: 190px;
}
.advertise-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advertise-overlay-txt {
  justify-content: start;
}
.advertise-dec {
  padding: 30px;
  position: relative;
}
.advertise-dec h2 {
  font-weight: 600;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
}
.advertise-dec h2 sub {
  font-weight: 300;
  bottom: 0px;
}
.advertise-dec h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.advertise-dec h6,
.advertise-dec p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.advertise-dec p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.advertise-dec h4 {
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.advertise-dec .btn-light {
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff782c;
  padding: 8px 20px;
}
.advertise-dec .btn-light:hover {
  background-color: #ff782c;
  border-color: #e00000;
  color: #fff;
}

/*========== home page  ========*/
.about-box {
  position: relative;
  margin-top: 60px;
}
.about-box .title {
}
.about-box .title h5 {
  font-size: 20px;
  font-weight: 300;
}
.about-box .title h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
}
.about-box p {
  font-weight: 400;
  font-size: 16px;
}

/*=========== about offer hompe page ================*/
.bg-gryblack {
  background-color: #151617;
}
.abt-dec {
  padding-left: 30px;
  padding-top: 30px;
}
.abt-dec p {
}
.abt-tmbimg img {
  width: 100%;
}

/*================= benefits home page ===================*/
.benefits-wrap .media .media-left,
.benefits-wrap .media .media-body {
  vertical-align: middle;
}
.benefits-wrap .howWeHelp-img {
  width: 70px;
  height: 70px;
  margin: 0px auto 10px;
  padding: 20px;
  border: 1px solid rgb(49 176 153 / 10%);
}
.benefits-wrap .howWeHelp {
  margin-bottom: 0px;
  padding: 25px 25px 15px;
  min-height: inherit;
}
.benefits-wrap .howWeHelp-dec {
  padding: 0px;
}
.benefits-wrap .howWeHelp-dec h4 {
  font-size: 22px;
}
.benefits-wrap .howWeHelp-dec p {
  font-size: 16px;
  font-weight: 500;
}

.benefits-wrap .owl-carousel-Benefits .owl-dots {
  text-align: center;
  position: relative;
  margin: 5px auto;
  display: flex;
  justify-content: end;
}
/*================= Our Process ===================*/
.process-line-wt {
  position: relative;
  width: 90%;
  margin: auto;
}
.process-line {
  position: absolute;
  top: 28px;
  left: 90px;
  right: 90px;
}
.process-line img {
  z-index: 0;
  margin: auto;
  display: block;
}
.process-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: auto;
  text-align: center;
}
.process-list li {
}
.process-box {
  position: relative;
}
.process-icon {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0px auto 5px;
  /* box-shadow: 0px 0px 10px 1px #f0f0f0; */
  background: url(/images/proccess-bg.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.process-icon img {
  position: relative;
  top: 35px;
}
.process-icon span {
  position: absolute;
  bottom: 35%;
  right: -7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background-color: #fcb65e;
  border-radius: 50%;
}
.process-list li h4 {
  font-size: 18px;
  font-weight: 500;
}

/*========= home page App  =========*/
.app-wrap {
}
.app-dec {
  position: relative;
  margin-bottom: 20px;
  padding-right: 80px;
}
.app-dec .title h3 {
}
.app-dec p {
  margin-bottom: 25px;
}
.app-screen {
}

.aap-list {
  display: flex;
}
.aap-list li {
  margin-right: 15px;
}
.aap-list a {
  display: block;
}
.aap-list img {
  width: 140px;
  border-radius: 8px;
}

/*================= fulfilment  ===================*/
.fulfilment-wrap {
  background: #fff url(/images/fulfilment-bg.png) no-repeat;
  background-position: top right;
}
.fulfilment-icon {
  width: 187px;
}
.fulfilment-item {
}
.fulfilment-item .media {
  margin-bottom: 30px;
}
.fulfilment-item .media .media-left,
.fulfilment-item .media .media-body,
.fulfilment-item .media .media-right {
  vertical-align: middle;
}
.fulfilment-item h3 {
  font-size: 30px;
  font-weight: 400;
}
/*================= client home page ===================*/
.tastimonial-wrap {
}
.tastimonial-wrap:before {
  content: "";
  background: url(/images/dots-shap.png) no-repeat;
  bottom: 20px;
  right: 0px;
  width: 65px;
  height: 100px;
  position: absolute;
  background-size: 100%;
}
.clents-title {
}
.clents-title h4 {
  color: #0356ba;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.clents-title h3 {
  font-size: 30px;
}
.clents-title p {
  font-size: 14px;
  font-weight: 500;
}
.tastimonial {
  background-color: #67c3f3; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #5a98f2, #5a98f2, #67c3f3);
  position: relative;
  border-radius: 20px;
  padding: 40px;
}
.tastimonial:after {
  content: "";
  background: url(/images/dots-shap-white.png) no-repeat;
  top: 10px;
  right: 10px;
  width: 65px;
  height: 100px;
  position: absolute;
  background-size: 100%;
}
.tastimonial:before {
  content: "";
  background: url(/images/dots-shap.png) no-repeat;
  bottom: 20px;
  left: -45px;
  width: 40px;
  height: 75px;
  position: absolute;
  background-size: cover;
}
.tastimonial .title {
}
.tastimonial .title h3 {
  color: #fff;
}
.single-testimonial-item {
  position: relative;
  margin: auto;
  width: 85%;
  padding: 20px 0px 30px;
  /* box-shadow:0px 0px 10px 0px rgb(0 0 0 / 8%);
    background-color: #f6f6f6;
    margin: 5px 10px;
    border-radius: 4px;*/
}
.single-testimonial-item:before {
  /* content: "\f10d";
    position: absolute;
    left: 12px;
    top: 53%;
    padding-left: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 26px;
    color: #d5dbdf;*/
}
.single-testimonial-item:after {
  /*content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 20px 0px 0px;
    border-color: #f3f3f3 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 30%;*/
}
.tastimonial img {
  margin-bottom: 15px;
}
.tastimonial p {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.tastimonial .user-img {
  width: 90px;
  margin: auto;
}
.tastimonial .user-img img {
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0px auto 15px;
}
.tastimonial .media-body,
.tastimonial .media-left,
.tastimonial .media-right {
  vertical-align: middle;
}
.tastimonial .user-name {
}
.tastimonial .user-name h4 {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.tastimonial .user-name h6 {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.tastimonial .owl-theme .owl-controls {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.tastimonial .owl-theme .owl-dots {
  text-align: left;
  margin: 0px;
}
.tastimonial .owl-nav {
}
.tastimonial .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -80px;
  justify-content: center;
  align-items: center;
  align-self: center;
  display: flex;
}
.tastimonial .owl-carousel .owl-dots .owl-dot.focus {
  outline: none;
}
.tastimonial .owl-carousel .owl-dots .owl-dot.active {
  background-color: #5b9bf3;
  border: 1px solid #5b9bf3;
  outline: none;
  border-radius: 30px;
}
.tastimonial .owl-carousel .owl-nav button span {
  background: none;
}
.tastimonial .owl-carousel .owl-dots .owl-dot.active span {
  display: none;
  /*position: absolute;
    left: 3px;
    bottom: 0px;
    right: 0px;
    top: 3px;
    background-color: #f7ca3e;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";*/
}
.tastimonial .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #cee1fb;
  height: 8px;
  position: relative;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  padding: 3px;
  background-color: #cee1fb;
  transition: 0.5s;
}
.tastimonial .owl-carousel .owl-nav .owl-prev {
  top: inherit;
  left: 32%;
  bottom: -80px;
}
.tastimonial .owl-carousel .owl-nav .owl-prev span {
  background: url(/images/arrew-lft.png) no-repeat;
  text-indent: -200000px;
  box-shadow: none;
  background-size: 100%;
  border-radius: 0px;
  background-position: center;
}
.tastimonial .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: inherit;
  right: 32%;
  bottom: -80px;
}
.tastimonial .owl-carousel .owl-nav .owl-next span {
  background: url(/images/arrew-rgt.png) no-repeat;
  text-indent: -200000px;
  background-size: 100%;
  box-shadow: none;
  border-radius: 0px;
  background-position: center;
}
.projects-carousel .tmb img {
  transition: 0.5s;
  width: 100%;
}
.projects-carousel .tmb:hover > img {
  transform: scale(1.1, 1.1);
}
.tastimonial .btn {
  margin-top: 40px;
  font-size: 15px;
  padding: 8px 20px;
}
/*========================*/
.counter-wrap {
  background-color: #65b4fc; /* For browsers that do not support gradients */
  background-image: linear-gradient(0deg, #65b4fc, #468ffc);
}
.float-list {
  margin-left: 0px;
}
.counter-item {
  position: relative;
}
.counter-box {
}
.story-icon {
  position: relative;
  width: 50px;
  margin-bottom: 15px;
  height: 50px;
}
.story-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.counter-box h3 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
.counter-box h3 span {
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
.counter-item h4 {
  font-weight: 400;
  font-size: 18px;
  width: 45%;
  color: #fff;
}

.bdr-bg {
  width: 80px;
  background-color: #000;
  height: 3px;
  display: inline-block;
}
.bdr-bg1 {
  width: 80px;
  background-color: #e4be82;
  height: 3px;
  display: inline-block;
}
.lightgold {
  color: #e4be82;
}
.inner-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.inner-box > .thumbnail {
  margin-bottom: 0px;
}
.inner-box > .thumbnail img {
  width: 100%;
  height: 225px;
}

/*================== How we are Helping ===================*/
.howWeHelp-wrap {
}
.howWeHelp-wrap .title h5 {
  background: rgb(255 130 110 / 10%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  color: #ff826e;
  font-size: 16px;
  margin-bottom: 5px;
}
.howWeHelp {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ebf5ff;
  margin-bottom: 30px;
  padding: 30px;
  min-height: 310px;
}
.howWeHelp-img {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 20px auto;
  background: rgb(49 176 153 / 10%);
  padding: 25px;
  text-align: center;
}
.howWeHelp-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.howWeHelp-dec {
  position: relative;
}
.howWeHelp-dec h4 {
  font-weight: 700;
  font-size: 20px;
}
.howWeHelp-dec p {
  margin-bottom: 20px;
  font-size: 14px;
}
.howWeHelp-dec .read-more {
  font-weight: 600;
  color: #4089ed;
}
.howWeHelp-dec .read-more img {
  margin-left: 10px;
  width: 15px;
  transition: 0.5s;
}
.howWeHelp-dec .read-more:hover > img {
  transform: translate(10px, 0px);
  -webkit-transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
}

/*========= home page faqs =========*/
.faq-panel {
  position: relative;
}
.faq-panel .title {
  margin-bottom: 20px;
}
.faq-panel .title h3 {
  text-transform: uppercase;
}
.faq-panel .title h3 sub {
  bottom: 0px;
}
.faq-panel .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #8592a5;
}
.faq-panel .accordion-body {
  background-color: #ebf5ff;
}
.faq-panel .accordion-body p {
  line-height: 28px;
  font-weight: 400;
}
.faq-panel .accordion-button {
  padding: 25px 20px;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.faq-panel .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #389fff;
  box-shadow: none;
}
.faq-panel .accordion-button::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  background-image: none;
  background: url(/images/plus.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.faq-panel .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background: url(/images/minus.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.faqs-img {
  margin-top: 250px;
}
.faqs-img .img-fluid {
  margin: auto;
  display: block;
}

.whatsapp-box {
  display: table;
  position: relative;
  margin: auto;
}
.whatsapp-box a {
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
}
.whatsapp-box a > img {
  margin-right: 10px;
}
.whatsapp-box a img.whatsapp-arrow {
  margin-left: 10px;
}
.whatsapp-box a:hover {
  border: 1px solid #4fe656;
}

/*========= home page contact =========*/
.contact-sec {
  position: relative;
  background-color: #389fff;
  padding: 45px;
  border-radius: 16px;
}
.contact-sec .title {
  margin-bottom: 70px;
  margin-top: 50px;
}
.contact-sec .title h2 {
  color: #fff;
}
.contact-sec .title p {
  margin-bottom: 20px;
  font-weight: 500;
  color: #e7e7e7;
  line-height: 32px;
}
.contact-form {
  position: relative;
  background-color: rgb(255 255 255 / 10%);
  padding: 40px 60px;
  border-radius: 10px;
  margin-left: 60px;
}
.contact-sec .contact-form .title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.contact-sec .contact-form .title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}
.contact-form .form-group .form-ctrl {
  border: none;
  font-size: 14px;
  border-radius: 10px;
  height: 60px;
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
}
.contact-form .form-group textarea.form-ctrl {
  height: auto;
}
.contact-form .btn {
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 10px;
  font-weight: 500;
}
.contact-form .form-group .form-ctrl::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact-form .form-group .form-ctrl:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contact-form .form-group .form-ctrl::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.form-ctrl {
  box-shadow: none;
  height: 50px;
  font-size: 14px;
}
.form-msg {
  height: auto;
}

/*=========== footer ================*/
footer {
  background-color: #000;
  position: relative;
  position: relative;
  padding-top: 50px;
}

.fotr-logo {
  position: relative;
  margin-bottom: 20px;
}
.fotr-logo a {
  display: inline-block;
}
footer h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
footer h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
footer p {
  color: #e7e7e7;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
}
.fotr-media p strong {
  width: 75px;
  font-weight: 600;
  display: inline-block;
}
.fotr-abt-cnt {
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}
.fotr-media-item {
  position: relative;
  margin-bottom: 35px;
}
.fotr-media {
  margin-top: 35px;
}
.fotr-media-icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  color: #fff;
  background-color: rgb(255 255 255 / 20%);
  font-size: 30px;
  text-align: center;
  line-height: 70px;
}
footer .fotr-media .media-body {
  padding-left: 0px;
}
.fotr-media p {
  font-size: 18px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.fotr-media p a {
  color: #fff;
}
.fotr-media p a:hover {
  color: #e7e7e7;
}
.fotr-media p i {
}
.fotr-media h6 {
  margin-top: 0px;
  position: relative;
  margin-bottom: 10px;
  color: #e7e7e7;
  font-size: 14px;
  font-weight: 500;
}
.fotr-media p a {
  color: #fff;
  padding-right: 15px;
}
.fotr-menu {
  margin-bottom: 0px;
}
.fotr-menu li {
  margin-bottom: 8px;
}
.fotr-menu li a {
  color: #cbc7c7;
  display: inline-block;
  padding: 5px 0px 10px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 13px;
}
.fotr-menu li a:hover {
  transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
  -webkit-transform: translate(10px, 0px);
  text-decoration: none;
  color: #fff;
}
.fotr-media-item-contact {
  margin-right: 20px;
}
.fotr-Subscribe h3 {
  margin-bottom: 10px;
  font-size: 19px;
}
.foter-search {
  margin-top: 0px;
  margin-bottom: 15px;
}
.fotr-Subscribe p {
  margin-bottom: 15px;
  color: #cbc7c7;
}
.foter-search .navbar-form {
  margin-left: 0px;
  display: block;
  width: 100%;
}
.foter-search .navbar-form .form-control {
  border-radius: 10px;
  padding-left: 15px;
  height: 52px;
  border: 1px solid #222;
  background-color: #222;
  font-weight: 500;
}
.foter-search .navbar-form .btn {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 6px 20px;
  height: 52px;
  font-size: 14px;
  border-radius: 0px 10px 10px 0px;
  font-weight: 500;
  color: #fff;
  border-color: #389fff;
  background-color: #389fff;
}
.payment-icon {
  display: flex;
}
.payment-icon li:first-child {
  padding-left: 0px;
}
.payment-icon li {
  padding-left: 3px;
  padding-right: 3px;
}
.payment-icon li a {
  width: 60px;
  display: block;
}
.payment-icon li a img {
  display: block;
  border-radius: 4px;
}
.fotr-btm-link {
  border-top: 1px solid #5b5858;
  padding-top: 10px;
  position: relative;
}
.fotr-btm-link .fotr-menu li {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid #ddd;
}
.fotr-btm-link .fotr-menu li:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.fotr-btm-link .fotr-menu li a {
  padding: 0px;
  line-height: 12px;
}
.services-box {
  position: relative;
  padding: 15px;
  background-color: #fff;
  margin: 10px 0px 60px;
}
.srvs-item {
  position: relative;
  padding: 10px 0px;
}
.srvs-item h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #333;
}
.srvs-item p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #646464;
}
.srvs-icon {
  width: 43px;
}
.cpyrgt-wrap {
  position: relative;
  border-top: 1px solid #3f4141;
  padding: 35px 0px 10px;
}
.cpyrgt-wrap p {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #cbc7c7;
}
.cpyrgt-wrap p b {
  font-weight: 600;
}
.cpyrgt-wrap p span.space {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.cpyrgt-wrap p a {
  color: #cbc7c7;
  font-weight: 500;
}
.cpyrgt-wrap p a:hover {
  color: #fff;
}
.cpyrgt-wrap .hdr-social-link {
  margin-top: 15px;
}
.cpyrgt-wrap .hdr-social-link li {
}
.cpyrgt-wrap .hdr-social-link li a {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  height: auto;
  font-size: 20px;
}
.hdr-social-link {
}
.hdr-social-link h4 {
  font-size: 18px;
}
/*========== whatsapp ==========*/
.whatsap {
  right: 5px;
  position: fixed;
  z-index: 100;
  bottom: 30px;
}
.whatsap a {
  color: #fff;
  font-weight: 600;
}
.whatsap a i {
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  background: #4caf50;
  padding: 5px;
  height: 42px;
  width: 42px;
  text-decoration: none;
  text-align: center;
}
.whatsap a:hover {
  text-decoration: none;
  color: #fff;
}
.txt_dec {
  position: relative;
  margin-bottom: 20px;
}
.txt_dec h4 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-transform: inherit;
}
.txt_dec h5 {
  font-size: 16px;
  font-weight: 500;
}
.txt_dec p {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 20px;
}
.txt_dec p:last-child {
  margin-bottom: 0px;
}
/*================ thank you  ===========*/
.thanks-section {
  position: relative;
  background: #fff url(/images/thnks-bg.png) no-repeat;
  background-position: top center;
}
.thnks-footer {
  padding-top: 0px;
}
.thnks-footer .cpyrgt-wrap {
  margin-top: 0px;
  border-top: none;
}
.inner-thanks {
  position: relative;
  padding: 20px;
}
.inner-thanks h4 {
  margin-bottom: 15px;
}
.inner-thanks h2 {
  font-size: 45px;
  font-weight: 600;
}
.inner-thanks h4 {
  font-size: 22px;
  font-weight: 800;
}
.inner-thanks h5 {
  color: #333;
  font-size: 16px;
}
.inner-thanks h3 {
  font-weight: 800;
}
.thankyou-img {
  width: 130px;
  margin: 0px auto 20px;
}
.thankyou-img img {
}
.inner-thanks p {
  color: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
.inner-thanks .btn {
  padding: 10px 20px;
  margin: auto;
  border-radius: 30px;
  font-size: 14px;
}
.inner-failed h4 {
  color: #e93131;
}
.thanks-bottom {
  position: relative;
  margin-top: 40px;
}
.thanks-bottom h3 {
}
.thanks-bottom p {
  margin-bottom: 10px;
}
.thanks-bottom .txt-rgt {
  align-self: end;
}
.thanks-bottom h5 {
  font-weight: 400;
  font-size: 17px;
  display: flex;
  align-self: end;
  align-items: flex-end;
  justify-content: end;
}
.thanks-bottom h5 a {
  display: block;
}
.border-box {
  position: relative;
  padding: 20px;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  margin-bottom: 25px;
}
.border-box h4 {
  font-weight: 600;
}
.border-box p {
  color: #8c8989;
}
.thanksgray-box {
  padding: 25px;
  border-radius: 8px;
  background-color: #f2fafe;
}
.thanksgray-box h4 {
  font-weight: 700;
}
.thanksgray-box p {
}
.thanksgray-box .list-group-item {
  padding: 10px 0px;
  color: #696969;
  background-color: transparent;
  border: none;
}
.thanksgray-box .list-group-item .fw-bold {
  color: #000;
}
.thanksgray-box .list-group-item .badge {
  color: #696969;
  font-size: 13px;
  font-weight: 400;
}
.thanksgray-box .list-group-item .badge strong {
  color: #000;
}

/*================ inner pages ===========*/
.inner-header {
  position: relative;
}
.inner-header .navbar-expand-lg .mobile-nav .nav-link {
  color: #000;
}
.inner-header .navbar-expand-lg .mobile-nav .nav-link.login {
  color: #fff;
}
.inner-header .navbar-light .mobile-nav .nav-link.login:focus,
.inner-header .navbar-light .mobile-nav .nav-link.login:hover {
  background-color: #024b74;
}
.form-control[type="file"] {
  padding-top: 12px;
}
/*============= about us ================*/
.inr-wrap {
  position: relative;
  background-color: #f6f6f6;
  padding: 15px 0px 15px;
}
.inr-title {
  position: relative;
}
.inr-title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.breadcrumb-heading {
}
.breadcrumb-heading h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.brdcrm {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.brdcrm > li {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
}
.brdcrm > li a {
  color: #458dfc;
}
.brdcrm > li.active {
  color: #000000;
  font-weight: 500;
}
.brdcrm .breadcrumb-item + .breadcrumb-item::before {
  color: #807e7e;
}
.orange {
  color: #f99011;
}
.pdinglft0 {
  padding-left: 0px;
}
.pdingrgt0 {
  padding-right: 0px;
}
.inr-wrap-banner {
  padding: 0px;
  border-top: none;
}
.inr-wrap-banner > img {
  width: 100%;
  height: 335px;
  object-fit: cover;
}
.inr-container-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 43%);
  padding: 20px 0px;
}
.inr-container-overlay .brdcrm > li a {
  color: #fff;
}
.inr-container-overlay .brdcrm > li.active {
  color: #fff;
}
.inr-container-overlay .brdcrm .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*============= about us ===================*/
.img-mons {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  height: 200px;
}
.img-mons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-mons1 {
  margin-top: 110px;
}
.img-mons2 {
  width: 90%;
}
.img-mons3 {
  width: 75%;
  margin-top: 30px;
}
.about-dec {
  position: relative;
}
.about-img {
  width: 100%;
  height: 335px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-dec h5 {
  text-transform: uppercase;
  color: #472a6c;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid #472a6c;
  display: inline-block;
  padding-bottom: 6px;
}
.about-dec h3 {
  font-size: 40px;
  margin-bottom: 10px;
}
.about-dec p {
  margin-bottom: 20px;
  text-align: justify;
}
.about-dec p:last-child {
  margin-bottom: 0px;
}
.abt-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.abt-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vision-mission {
  background-color: #fff;
  border: 1px solid #e7e7f1;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.vision-mission h3 {
  font-size: 26px;
  font-weight: 700;
}
.vision-mission p {
}
.whychooseus-box {
  background: #d88317 url(/images/whychooseus.png) no-repeat;
  border-radius: 4px;
  background-position: left bottom;
  background-size: 100%;
  padding: 25px;
  margin-top: 70px;
}
.whychooseus-box .title h3 {
  color: #fff;
  font-size: 45px;
}
.whychooseus-box .title h2 {
  color: #fff;
  font-size: 65px;
  font-style: italic;
  line-height: 60px;
}
.whychooseus-box .title h2 b img {
  width: 45px;
  margin-left: 10px;
}
.whychooseus-dec {
  position: relative;
}
.whychooseus-dec p {
}
.whychooseus-dec .list-point {
  margin-bottom: 0px;
}
.whychooseus-dec .list-point li:before {
  background-color: #fff;
}
.whychooseus-dec .list-point li {
  color: #fff;
  margin-bottom: 20px;
}

/*======================= News ==========================*/
.blog-list > div:nth-child(4n + 1) {
  clear: both;
}
.blog {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog img {
  width: 100%;
  height: 260px;
  border-radius: 4px;
  object-fit: cover;
  right: -15px;
  position: relative;
}
.blog .tmb {
  padding: 15px 15px 15px 0px;
}
.blog .tmb:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px dashed #ff782c;
  border-radius: 4px;
  bottom: 0px;
  right: 20px;
}
.blog-dec {
  position: relative;
  padding: 15px 10px;
}
.blog-dec h6 {
  color: #ff782c;
  font-size: 13px;
}
.blog-dec h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #37454e;
  text-transform: inherit;
  font-weight: 700;
}
.blog-dec h4 a {
  color: #37454e;
}
.blog-dec p {
  font-size: 14px;
  color: #878282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog .readmore {
  color: #e93131;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.blog .readmore:hover {
  text-decoration: underline;
  color: #c3032e;
}
.blog-cate {
  position: relative;
  padding-left: 50px;
}
.blog-cate h3 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-media {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.blogcate-img {
  display: table-cell;
  width: 60px;
}
.blogcate-img img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.blogcate-body {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}
.blogcate-body h5 {
  font-size: 15px;
  line-height: inherit;
}
.blogcate-body h5 a {
  color: #000;
  text-decoration: underline;
}
.blogcate-body h5 a:hover {
  text-decoration: none;
}
.blog-detail {
  position: relative;
}
.blog-detail img {
  width: 100%;
  height: 340px;
  border-radius: 4px;
  object-fit: cover;
}
.blog-detail-dec {
  position: relative;
  margin-top: 20px;
}
.blog-detail-dec h4 {
  font-size: 26px;
  font-weight: 700;
}
.blog-detail-dec p {
  color: #1e1818;
  margin-bottom: 20px;
}
.phra-header {
  border-left: 5px solid #ddd;
  padding: 5px 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.phra-header p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}
.navigation-number {
  margin-top: 30px;
}
.navigation-number .page-link {
  color: #37454e;
  font-weight: 700;
  border: none;
}
.navigation-number .page-link-prev,
.navigation-number .page-link-next {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  padding: 0px;
}
.navigation-number .page-item.active .page-link {
  z-index: 3;
  color: #458dfc;
  background-color: transparent;
  border-color: transparent;
}
.navigation-number .page-link:hover {
  z-index: 2;
  color: #458dfc;
  background-color: transparent;
  border-color: transparent;
}
.navigation-number .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.navigation-number .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.blogdate {
  color: #919191;
  margin-bottom: 15px;
  font-size: 14px;
}
.blogdate strong {
  color: #999;
}

/*============ plans =========*/
.single-pricing-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  /*    box-shadow: 0px 0px 15px 0px rgb(8 8 8 / 10%);*/
  border-radius: 10px;
}
.single-pricing-box .form-check-lg .form-check-input {
  width: 2.2em;
  height: 2.2em;
}
.single-pricing-box > h2 {
  font-weight: 600;
  font-size: 32px;
}
.single-pricing-box > h2 > sub {
  bottom: 0px;
  font-size: 22px;
}
.single-pricing-box > h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.single-pricing-box > h4 span.btn {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
}
.single-pricing-box .pricing-header .icon {
  background-color: #fff;
  color: #290390;
  position: relative;
  border-radius: 50%;
  width: 90px;
  text-align: center;
  height: 90px;
  padding: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  /*    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 13%);*/
}
.single-pricing-box .pricing-header .icon img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.single-pricing-box .pricing-header2 .icon {
  background-color: #ffe9e3;
  color: #fe4c1c;
}
.single-pricing-box .pricing-header3 .icon {
  background-color: #e4f4f3;
  color: #1fa299;
}
.single-pricing-box .pricing-header .icon .circles-box {
  /*position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;*/
}
.single-pricing-box .pricing-header .icon .circles-box .circle-one {
  /*position: absolute;
    left: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color:#0d63c9;*/
}
.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 28px;
  color: #000;
  line-height: inherit;
  font-weight: 700;
}
.single-pricing-box .pricing-header h3 > i {
  font-size: 26px;
}
.single-pricing-box .pricing-header h3 sub {
  font-weight: 500;
  color: #717f8c;
  bottom: 0px;
  font-size: 18px;
}

.single-pricing-box .pricing-features {
  margin-bottom: 30px;
  padding-top: 20px;
}
.single-pricing-box .pricing-features ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
.single-pricing-box .pricing-features ul li,
.membership-purchase-box ul li {
  margin-bottom: 12px;
  color: #363636;
  font-size: 13px;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  font-weight: 500;
}
.single-pricing-box .pricing-features ul li:before,
.membership-purchase-box ul li:before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  background-color: #31b099;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.single-pricing-box .pricing-features ul li.cross:before,
.membership-purchase-box ul li.cross:before {
  background: url(/images/red-cross.png) no-repeat;
  background-size: 100%;
  width: 14px;
}
.single-pricing-box .pricing-features p {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
}
.ValidDate {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.single-pricing-box .price {
  font-size: 40px;
  font-weight: 800;
}
.single-pricing-box .price em {
  font-style: initial;
}
.single-pricing-box .price span {
  display: block;
  color: #4b5280;
  margin-top: -3px;
  font-size: 18px;
  font-weight: 600;
}
.single-footer .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 10px;
  border-radius: 10px;
}
.single-footer .btn span.btn-arrow {
  margin-left: 10px;
  position: relative;
}
.single-footer .btn span.btn-arrow > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.single-footer .btn span.btn-arrow > img.white-arrow {
  position: absolute;
  left: 0px;
  top: -1px;
  opacity: 0;
}
.single-footer .btn:hover > span.btn-arrow > img {
  opacity: 0;
}
.single-footer .btn:hover > span.btn-arrow > img.white-arrow {
  opacity: 9;
}
.single-footer .btn > i {
  margin-left: 10px;
}
.tcapply {
  position: relative;
  margin-top: 10px;
}
.tcapply a {
  color: #363434;
  font-size: 12px;
  font-weight: 500;
}
.tcapply a:hover {
  color: #e93131;
  text-decoration: underline;
}
.single-pricing-box.active {
  border: 1px solid #389fff;
}
.single-pricing-box-danger .pricing-features ul li:before {
  background-color: #ff826e;
}
.single-pricing-box-primary .pricing-features ul li:before {
  background-color: #389fff;
}
.single-pricing-box.disabled {
  opacity: 0.4;
}
.plans-tabs {
}
.plans-tabs .nav li {
  margin-right: 15px;
}
.plans-tabs .nav li:last-child {
  margin-right: 0px;
}
.plans-tabs .nav .nav-link {
  padding: 15px 25px;
  color: #389fff;
  border-radius: 10px;
  background-color: #e5f1fc;
  font-size: 16px;
  border: none;
  font-weight: 600;
}
.plans-tabs .nav .nav-link.active {
  background-color: #389fff;
  color: #fff;
}
.pricing-header-border {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.single-pricing-box .pricing-features .form-check {
  margin-bottom: 15px;
  padding-left: 2em;
}
.single-pricing-box .pricing-features .form-check .form-check-input {
  margin-left: -2em;
}
.single-pricing-box .pricing-features .form-check label.form-check-label {
  font-size: 14px;
  color: #555;
}

/*======================= Testimonials ==========================*/
.inr-tastimonials {
  position: relative;
  width: 82%;
  margin: auto;
}
.testimonial-item {
  position: relative;
  padding: 40px 40px 60px;
  margin-bottom: 10px;
  background: url(/images/tastimonials-boxshodw.png) no-repeat;
  background-size: 100% 100%;
}
.quote-left {
  position: relative;
  margin-left: -15px;
  margin-bottom: 15px;
}
.quote-left img {
}
.testimonial-item p {
  font-size: 13px;
  color: #605e5e;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 24px;
}
.testimonial-item h5 {
  font-size: 15px;
  color: #0a325e;
  font-weight: 600;
}
.testimonial-item h6 {
  font-size: 13px;
  color: #0a325e;
  font-weight: 400;
}
.font-size-lg {
  font-size: 20px;
}

/*============================ login ======================*/
#manually {
  display: none;
}
.backbtn {
  position: relative;
  margin-bottom: 25px;
}
.backbtn > button {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.backbtn > button > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.login-wrap {
  position: relative;
  background: url(/images/login-bg.png) no-repeat;
  background-position: top center;
  background-size: 100% 450px;
  padding: 60px 0px;
}
.form-box-width {
  width: 80%;
  margin: auto;
}
.form-box {
  position: relative;
}
.form-box .title {
}
.form-box .title-mb0 {
  margin-bottom: 0px;
}
.form-box .title h3,
.wlcome-login .title h3 {
  line-height: inherit;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.form-box .title h5 {
  font-weight: 700;
  font-size: 16px;
}
.form-box form {
  width: 100%;
}
.login-white-box {
  position: relative;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 20px;
}
.form-box-login {
}
.form-box-login .offcanvas-header {
  background-color: #65b4fc;
  background-image: linear-gradient(0deg, #65b4fc, #468ffc);
}
.offsetlogo {
  width: 100px;
}
.form-box-login .btn-close {
  position: relative;
  right: 0px;
  top: 0px;
  background-color: transparent;
}
.login-img {
  margin: 0px auto 25px;
  width: 90px;
  display: block;
}
.login-box-height {
  height: 82vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.form-box .title p {
  font-size: 16px;
}
.form-box .form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-box .form-group .form-group {
  margin-bottom: 5px;
}
.form-box .form-group .form-file {
  padding-top: 12px;
}
.form-box .form-check-input:checked,
.table .form-check-input:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.form-box .form-check,
.table .form-check {
  padding-left: 2em;
}
.form-box .form-check .form-check-input,
.table .form-check .form-check-input {
  margin-left: -2em;
}
.form-box .form-check .form-check-label a {
  color: #ff782c;
}
.form-box .form-group label {
  font-weight: 400;
  color: #717f8c;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}
.form-box .form-group label.btn {
  margin-bottom: 0px;
  font-size: 12px;
}
.form-box .form-group .form-group label.form-check-label {
  color: #b9b9b9;
}
.form-box .form-group label.form-check-label {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.form-box .form-group label.input-group-text {
  margin-bottom: 0px;
}

.form-box .form-ctrl {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  font-size: 14px;
  height: 60px;
  border-radius: 10px;
}
.form-box-login .form-box .form-ctrl {
  border-radius: 30px;
}
.form-box-login .form-box .number-code {
  border-radius: 30px;
}
.form-box-login .form-box .number-code .form-ctrl {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-box-login .form-box .city-code-ctrl .form-ctrl {
  background-color: #e1efff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: none;
}
.form-box-login .form-icon {
  right: inherit;
  left: 10px;
  bottom: 10px;
}
.form-box-login .pdinglft25 {
  padding-left: 25px;
}
.form-box textarea.form-ctrl {
  height: auto;
}
.form-box .form-group h6 {
  margin-bottom: 12px;
  font-size: 18px;
}
.number-code {
  display: flex;
  width: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}
.number-code .city-code-ctrl {
  width: 100px;
  position: relative;
}
.number-code .form-ctrl {
  border: none;
  border-radius: 10px;
}
.number-code select.form-ctrl {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form-box .forgot-txt {
  margin-bottom: 45px;
  text-align: right;
  margin-top: -15px;
}
.form-box .SignUp-txt {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}
.form-box .forgot-txt p {
  color: #717f8c;
  font-size: 14px;
  font-weight: 500;
}
.form-box .forgot-txt p a {
  color: #717f8c;
  font-weight: 600;
}
.form-box .forgot-txt p a:hover {
  color: #717f8c;
  text-decoration: none;
}
.form-box .SignUp-txt p {
  font-size: 15px;
}
.form-box .SignUp-txt p a {
  text-decoration: none;
  color: #389fff;
}
.form-box-register .form-ctrl {
  padding-left: 10px;
}
.otp-box {
}
.otp-box .title h4 {
  font-size: 18px;
  font-weight: 500;
}
.otp-box h3,
.forgot-password-box h3 {
  color: #000;
}
.forgot-password-img {
  position: relative;
  width: 120px;
  margin: 0px auto 25px;
}
.forgot-password-img img {
}
.login-tab {
  margin-left: 0px;
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}
.login-tab .nav-link {
  text-align: center;
  border-right: 1px solid #efefef;
  padding: 10px 20px;
  color: #666;
  font-size: 16px;
  border-radius: 0px;
}
.login-tab .nav-link.active,
.login-tab .show > .nav-link {
  color: #fff;
  background-color: #363636;
}
.add-another {
}
.add-another p {
}
.add-another p a {
  color: #363434;
}
.add-another p a i {
  color: #e93131;
  margin-right: 10px;
}
.form-box .form-group label.container_chechout {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
}
.form-box .form-group_chechout > label {
  margin-bottom: 20px;
}
.form-box .select2-container--default .select2-selection--single {
  border: 1px solid #b9b6b6;
  height: 45px;
  padding: 6px;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  outline: none;
}
.form-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}
.form-box .btn-sumbit {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 10px;
}
.form-box .btn-sumbit.btn-sm {
  font-size: 12px;
  padding: 7px 15px;
}
.form-box .btn-sumbit.btn-block {
  padding: 10px 5px;
}
.form-box .btn-sumbit.btn-lg {
  padding: 16px 12px;
  font-size: 16px;
}

.form-box a.btn {
  height: auto;
}
.form-box a.btn img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.signup-box {
  background: url(/images/sginup-bg.png) no-repeat;
  background-position: top center;
}
.signp-with-social {
  position: relative;
  display: block;
  width: 80%;
  margin: 30px auto;
}
.signp-with-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #389fff;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  margin-bottom: 15px;
  transition: 0.5s;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
}
.signp-with-social a span {
  font-weight: 600;
}
.signp-with-social a > img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 8px;
}
.signp-with-social a:first-child {
  margin-left: 0px;
}
.signp-with-social a.fb {
  background-color: #4267b2;
}
.signp-with-social a.fb span {
  background-color: #05318b;
}
.signp-with-social a.ins {
  background-color: #c14fbe;
}
.signp-with-social a.gogle {
  background-color: #ea4335;
}
.signp-with-social a:hover {
  /*text-decoration: none;transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);*/
}
.signp-with-social a.gogle span {
  background-color: #cc1d0e;
}
.or {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 20px auto;
}
.or:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #e0e0e0;
  width: 100%;
  left: 0px;
  top: 20px;
}
.or span {
  text-transform: uppercase;
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  display: block;
  margin: auto;
  z-index: 1;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  border: 1px solid #f2f2f2;
}
.otp-box .form-group {
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: center;
}
.otp-box .form-group .form-ctrl {
  margin-left: 10px;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.otp-box .form-group .form-ctrl:first-child {
  margin-left: 0px;
}
.otp-text {
}
.form-box .otp-text p {
  color: #000;
  text-align: left;
}
.resendin {
  margin-top: -15px;
  text-align: right;
}
.resendin p {
  color: #ff782c;
  font-weight: 400;
}
.resend-otp {
}
.resend-otp p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.resend-otp p span {
  color: #389fff;
  background-color: #eaf7f5;
  border-radius: 10px;
  padding: 7px 12px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.resend-otp p a {
  color: #ff782c;
  text-decoration: underline;
}
.resend-otp p a:hover {
  text-decoration: none;
}
.resend-otp p a img {
  position: relative;
  margin-right: 8px;
  margin-top: -3px;
}

.form-group-btn {
}
.form-group-btn .btn {
  position: absolute;
  right: 3px;
  bottom: 3px;
  top: 3px;
  width: 30%;
  border-radius: 4px;
  height: auto;
  padding: 8px 12px;
  font-size: 13px;
}
.form-box-register .form-group-btn .btn {
  width: auto;
}
.gender-row .container_chechout {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-right: 25px;
}
.gender-row .container_chechout .checkmark {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #da0e1a;
}
.gender-row .container_chechout .checkmark:after {
  border: none;
  background-color: #da0e1a;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.btn-submit {
  font-size: 16px;
  padding: 10px 30px;
  height: 50px;
  font-weight: 500;
}
.registration-form .to {
  position: absolute;
  right: -20px;
  font-size: 14px;
  bottom: 15px;
}
.permanent-txt {
  color: #da0e1a;
  float: right;
  display: inline-block;
  text-decoration: underline;
}
.mrgntp-btn {
  margin-top: 28px;
}
.btn-width {
  width: 170px;
  margin: 0px auto;
  position: relative;
}
.searchgroup {
  width: 100%;
  margin-bottom: 20px;
}
.searchgroup .form-ctrl {
  padding-left: 20px;
  padding-right: 40px;
}
.searchgroup .btn {
  position: absolute;
  right: 2px;
  padding: 5px 10px;
  bottom: 2px;
  top: 2px;
}
.searchgroup .btn > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.searchgroup .btn.btn-lft {
  right: inherit;
  left: 5px;
}
.searchgroup .form_icon {
  bottom: 7px;
}

.wlcome-login {
  position: relative;
}
.wlcome-login:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 30px;
  bottom: 30px;
  border-right: 1px solid #ddd;
}
.wlcome-login .title h3 {
  margin-bottom: 10px;
}
.wlcome-login .title p {
  font-size: 13px;
  line-height: 22px;
  color: #5d5d5d;
  font-weight: 500;
}
.wlcome-login .btn-width {
  width: 205px;
  margin: 25px auto;
}
.wclcme-img {
  width: 100%;
}
.wclcme-img img {
  width: 100%;
}
.reset-pass-form-box {
}
.form-box-register .reset-pass-form-box .form-ctrl {
  padding-left: 30px;
}
.form-box .form-group label.btn-outline-primary {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}
.form-box .form-group label.btn-outline-primary:hover {
  color: #fff;
}
.form-box .form-group label.btn-light {
  background-color: #ebf5ff;
  border-color: #ebf5ff;
  font-size: 14px;
  color: #389fff;
  border-radius: 10px;
}
.form-box .form-group label.btn-lg {
  padding: 16px 10px;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #fff !important;
  background-color: #389fff !important;
  border-color: #eaf7f5 !important;
}
.file-btn label.upload-field {
  margin-bottom: 0px;
}
.file-btn .image-upload {
  background-color: #eaf7f5;
  border-radius: 10px;
  padding: 10px 20px;
}
.file-btn .upload-field .file-thumbnail {
  display: flex;
  align-items: center;
}
.file-btn .upload-field .file-thumbnail img {
  width: 24px;
  border-radius: 0px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.file-btn .upload-field .file-thumbnail h6 {
  margin-bottom: 0px;
  color: #389fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 102px;
}
.date-format {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  position: relative;
  border-radius: 10px;
}
.date-format > .form-group {
  width: 100%;
  margin-bottom: 0px !important;
}
.date-format > .form-group .form-ctrl {
  border: none;
}
.date-format > .form-group-to {
  width: 50px;
  text-align: center;
}
.date-format > .form-group-to label {
  color: #000;
}
/*================== Personal detail =================*/
.form-group-border-b {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 15px;
}
.searchgroup-add .btn {
  right: 12px;
  bottom: 12px;
  top: 12px;
}
/*================== table =================*/
.table {
  margin-bottom: 0px;
  display: table;
  text-align: left;
  width: 100%;
  border-collapse: separate;
}
.theader {
  display: table-row;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
  background-color: #fff;
  color: #000;
}
.table_header {
  display: table-cell;
  padding: 10px 10px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  /*border-left: 1px solid #f0f0f0;*/
}
.theader .table_header:first-child {
  /*border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/
  border-left: none;
}
.theader .table_header:last-child {
  /*border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;*/
}
.table_row {
  display: table-row;
}
.table_small {
  display: table-cell;
  padding: 15px 5px;
  vertical-align: top;
  border-bottom: 1px solid #9f9f9f !important;
  /* border-left: 1px solid #f0f0f0;*/
}
.table_row > .table_small:first-child > .table_cell {
}
.table_row:last-child > .table_small {
  border-bottom: none !important;
}
.table_row > .table_small > .table_cell {
  color: #222;
  font-size: 14px;
  padding: 0px;
}
.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
}

/*======================== product list ========================*/
.left-dots {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
}
.left-dots img {
  max-width: 100%;
}
.medicine-listing-wrap {
  background: url(/images/shap2.png) no-repeat;
  background-position: right bottom;
}
.medicine-listing-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 210px;
  background: url(/images/shap1.png) no-repeat;
  background-position: left top;
  width: 633px;
  height: 512px;
  background-size: 100%;
}
.inner-search-header {
}
.inner-search-header .slidersearch {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0px;
}
.blue-hr {
  background-color: #93c1f9;
}
.inner-search-header .blue-hr {
  margin: 40px 0px 0px;
}
.sidebar__inner {
  position: sticky;
  top: 50px;
  z-index: 100;
  left: 0px;
}
.filter {
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px solid #93c1f9;
}
.filter-leftbar {
  background-color: #fff;
  position: relative;
  /*box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);*/
  border-radius: 6px;
  width: 90%;
  border: 1px solid #97c3f9;
  padding-bottom: 4px;
}
.filter h3 {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.filter h3 span {
}
.filter h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.filter h5 {
  font-size: 17px;
  font-weight: 600;
}
.filter h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #323232;
}
.sliders_step1 {
  width: 100%;
  margin: 25px 0px 25px 0px;
}
.ui-slider-horizontal {
  height: 8px;
  background: #e3e3e3;
  clear: both;
  margin: 8px 0;
  border-radius: 16px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: 0.7em;
  display: block;
  border-radius: 6px;
  background: #389fff;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  top: -5px;
  width: 15px;
  height: 15px;
  border: 1px solid #389fff;
  background: #389fff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  cursor: default;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider a:focus {
  outline: none;
}

#slider-range {
  width: 100%;
  margin: 0 auto;
}
#time-range {
  padding-bottom: 15px;
}

.extra-controls span {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: #333;
  background: #f5f5f6;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
}
.extra-controls span em {
  font-style: normal;
}

.extra-controls .slider-credits {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: #333;
  background-color: transparent;
  display: inline-block;
}

.sliders_step1 {
  width: 100%;
  margin: 25px 0px 25px 0px;
}

.accordion-button:not(.collapsed) {
  color: #2196f3;
  background-color: transparent;
  box-shadow: none;
}
.accordion-item {
  border: 1px solid #93c1f9;
}
.sidebar-wrapper .accordion-button::after {
  background-size: 70%;
  background-image: none;
}
.accordion-button:focus {
  border-color: #ff782c;
  box-shadow: none;
}
.sidebar-wrapper a:hover {
  color: #2196f3;
}
.sidebar-wrapper {
  position: relative;
}
.sidebar-wrapper .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  font-size: 17px;
  padding: 15px 15px;
  font-weight: 600;
}
.sidebar-wrapper .accordion-body {
  padding: 0px 15px;
}
.sidebar-box {
  position: relative;
  max-height: 170px;
  overflow: auto;
}
.sidebar-box .form-group {
}
.sidebar-box .form-group .form-ctrl {
  border-radius: 30px;
  border: 1px solid #93c1f9;
  font-size: 14px;
}
.category-list {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 0px;
}
.scrollable-element {
  scrollbar-color: #8cc2ff #eff6fe;
}
.category-list li {
  margin-bottom: 10px;
  display: block;
  padding-right: 5px;
}
.category-list .form-check {
  padding-left: 2.5em;
}
.category-list .form-check .form-check-input {
  margin-left: -2.5em;
}
.category-list li span {
}
.category-list li a {
  font-size: 13px;
  color: #111;
  display: block;
  padding: 5px 0px;
}
.category-list li a:hover {
  color: #2196f3;
}
.category-list .sub-category-list {
  padding-left: 15px;
}
.category-list .sub-category-list li {
}
.category-list .sub-category-list a {
  font-size: 12px;
  color: #5e5e5e;
  display: block;
  padding: 3px 0px;
}
.filter p {
  color: #c8c8c8;
  font-size: 12px;
}
.filter .offcanvas-header {
  padding: 25px;
  border-bottom: 1px solid #ddd;
}
.filter .offcanvas-header h6 {
  font-weight: 500;
  font-size: 24px;
}
.OutofStock {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 16%;
  width: 100%;
  text-align: center;
  z-index: 1;
  background: rgb(255 255 255 / 85%);
  padding: 20px;
}
.OutofStock h3 {
  color: #ea4335;
  margin-top: 80px;
  font-weight: 700;
  font-size: 28px;
}
.OutofStock .addtocart-btm-btn {
  position: absolute;
  padding: 0px 20px;
  bottom: 0px;
}
.prices-lits {
}
.prices-lits li {
  margin-bottom: 15px;
}
.prices-lits li a {
  font-size: 13px;
  color: #37454e;
  display: block;
}
.btn-outline-inline .btn-outline-danger {
  color: #fb6b6b;
  border-color: #fb6b6b;
}
.btn-outline-inline .btn-outline-danger:hover {
  color: #fff;
}
.btn-outline-inline .btn {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}
.btn-outline-inline .btn-sm {
  padding: 4px 12px;
}
.btn-outline-inline i {
  margin-right: 5px;
}
.btom-btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 10px;
}
.product-listing {
}
.product-listing > li {
  margin-bottom: 25px;
}
.product-listing .item-box {
  margin: 0px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.product-listing .item-box-dec h4 {
}
.product-listing .item-box-dec h5 {
}
.product-listing .item-box-dec .txt-rgt {
}
.product-listing .item-box-dec .txt-rgt h6 {
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #ff782c;
}
.product-listing .item-box-dec p.price {
}
.item-box-dec .form-group-weight {
}
.item-box-dec .form-group-weight .form-ctrl {
  box-shadow: none;
  height: 34px;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
}
.form-group-weight .form_icon {
  bottom: 6px;
}
.product-listing .addtocart-btm-btn {
  display: block;
}
.product-listing .addtocart-btm-btn .btn {
}
.product-listing .qty-btn {
  width: 105px;
  margin-bottom: 10px;
}
.product-listing .qty-btn .sub,
.product-listing .qty-btn .add {
}
.product-listing .qty-btn #field1 {
  background-color: #fff;
}
.product-listing .qty-input {
  border: none;
  height: auto;
}
.shortby-listing {
  position: relative;
  margin-bottom: 20px;
}
.shortby-listing h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.shortby-listing .d-flex {
  margin-bottom: 20px;
}
.shortby-listing .d-flex .form-group {
  width: 100%;
}
.shortby-listing .d-flex label {
  width: 100px;
  font-weight: 500;
  color: #373f41;
}
.shortby-listing .d-flex .form-ctrl {
  border-radius: 30px;
  font-size: 12px;
  height: 36px;
  box-shadow: none;
  border: 1px solid #707070;
}
.shortby-listing .d-flex .form_icon {
  bottom: 6px;
}
.shortby-listing p {
  font-size: 12px;
}
.shortby-listing p strong {
  font-weight: 600;
}
.jobs-listing .job-item {
  padding: 15px;
}

/*======================== Job listing  ========================*/
.jobsTabs {
  position: relative;
  padding-left: 20px;
}
.jobsTabs:before {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  left: 0px;
  top: 5px;
  bottom: 5px;
}
.jobsTabs .nav-pills > li {
  margin-right: 15px;
}
.jobsTabs .nav-pills > li:last-child {
  margin-right: 0px;
}
.jobsTabs .nav-pills .nav-link {
  font-size: 15px;
  border-radius: 10px;
  background: rgb(49 176 153 / 10%);
  color: #31b099;
  font-weight: 600;
  padding: 14px 10px;
  width: 100%;
}
.jobsTabs .nav-pills .nav-link.active,
.jobsTabs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #389fff;
}
.jobs-filter-sidebar {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e7e7f1;
}
.jobs-filter-sidebar .title {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.jobs-filter-sidebar .title h4 {
  font-size: 16px;
  font-weight: 600;
}
.jobs-filter-sidebar .title h4 span {
  font-size: 11px;
  color: #389fff;
  font-weight: 600;
}
.jobs-filter-sidebar .accordion-button {
  padding: 10px;
  font-size: 13px;
  color: #383838;
  font-weight: 600;
}
.jobs-filter-sidebar .accordion-item {
  border-color: #e7e7f1;
}
.jobs-filter-sidebar .accordion-flush .accordion-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.jobs-filter-sidebar .accordion-body {
  padding: 5px 10px;
}
.jobs-filter-sidebar .accordion-button::after {
  width: 0.7rem;
  height: 0.7rem;
  background-size: 0.7rem;
}
.jobs-filter-sidebar .form-box {
}
.jobs-filter-sidebar .form-box .form-group {
  margin-bottom: 10px;
}
.jobs-filter-sidebar .form-box .form-group > label {
  margin-bottom: 5px;
  font-size: 11px;
}
.jobs-filter-sidebar .form-box .form-group label.form-check-label {
  color: #717f8c;
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 0px;
  position: relative;
  top: 3px;
}
.jobs-filter-sidebar .form-box .form-check {
  margin-right: 0px;
}
.jobs-filter-sidebar .form-box .form-ctrl {
  height: 42px;
  background-color: #f8fafc;
  border: 1px solid #f8fafc;
  font-size: 11px;
  font-weight: 500;
  border-radius: 6px;
}
.jobs-filter-sidebar .addtocart-btm-btn .btn {
  padding: 12px 5px;
}
.SortBy .form-group {
  margin-bottom: 10px;
}
.SortBy .form-ctrl {
  font-size: 12px;
  font-weight: 500;
  height: 42px;
  background-color: #fff;
  border: 1px solid #e7e7f1;
}
.more-link .btn {
  font-size: 12px;
  font-weight: 600;
}
.show-no {
  position: relative;
}
.show-no h6 {
  font-size: 12px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #389fff;
}

/*======================== Jobs details ========================*/
.job-detail {
  position: relative;
}
.job-detail .company-icon {
  width: 110px;
  height: 110px;
}
.job-item .media h3 {
  font-weight: 600;
}
.job-item .media h3 a {
  color: #000;
}
.job-detail-dec {
  position: relative;
  margin-bottom: 30px;
}
.job-detail-dec p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.job-detail-dec p:last-child {
  margin-bottom: 10px;
}
.job-item .addtocart-btm-btn .btn.w-70 {
  width: 70%;
}
.job-item .media p span.space {
  margin-left: 10px;
  margin-right: 10px;
}
.salary-text h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.media-header {
  position: relative;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.job-detail .jobtype li span {
  padding: 8px 15px;
  font-size: 12px;
  display: inline-block;
}
.jobtype li span.text-gray {
  color: #717f8c;
}

/*======================== details ========================*/
.hdr-social-link .share-on li {
  margin-right: 2px;
}
.hdr-social-link .share-on li a {
  font-size: 11px;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 24px;
  border-radius: 4px;
  padding: 2px 10px;
  font-weight: 500;
}
.hdr-social-link .share-on li a:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.preview {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  /*height:525px;
     border: 1px solid #ddd; */
  /* border-radius: 4px; */
  margin-bottom: 35px;
  position: relative;
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}
.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.wishlisticon {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 99;
}
.wishlisticon a {
  color: #949494;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
  text-align: center;
  line-height: 38px;
  padding: 0px;
  font-size: 20px;
  margin-bottom: 15px;
}
.wishlisticon a img {
  width: 100%;
  padding: 4px 10px;
}
.wrap-detail-product {
  padding: 50px 0 60px 50px;
  position: relative;
}
.wrap-detail-product {
  padding: 50px 0 60px 50px;
  position: relative;
}
.wrap-detail-product .box-btn {
  position: absolute;
  top: 30px;
  right: 60px;
}
.wrap-detail-product .box-btn2 {
  top: 10px;
  right: 20px;
}
.detail-btn {
  opacity: 1;
  position: relative;
  margin: 0 -1px;
}
.detail-btn:hover {
  background: #333;
}
.detail-btn:hover i {
  color: #fff;
}
.detail-btn.btn-left:after {
  transform: rotate(-164deg);
  bottom: -6px;
}
.detail-gallery {
  padding: 0 0 0 110px;
  position: relative;
}
.gallery-control:before {
  /*position: absolute; left: 0px; background: #fff; top: 0px; width: 120px;height: 500px; content: "";*/
}

.detail-info {
  margin-left: -65px;
  position: relative;
  z-index: 99;
  padding-top: 45px;
}
.gallery-control {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 10px 25px 10px;
  /*border:1px solid #f0f0f0;*/
  height: 445px;
  background-color: #fff;
}
.gallery-control .list-none {
}
.gallery-control .list-none li:first-child {
}
.gallery-control .list-none li {
}
.gallery-control .list-none li a {
  display: block;
  border: 1px solid transparent;
  margin-top: 10px;
}
.gallery-control .list-none li a.active {
  /*border:1px solid #232222;*/
}
.control-button-gallery {
}
.control-button-gallery .prevMe {
  position: absolute;
  top: 0px;
  left: 45%;
}
.control-button-gallery a {
  color: #444;
  z-index: 10;
  font-size: 18px;
  background: rgb(255 255 255 / 75%);
  width: 20px;
  height: 24px;
}
.control-button-gallery .nextMe {
  position: absolute;
  bottom: 0px;
  left: 45%;
}
.control-button-gallery .next {
  position: absolute;
  bottom: 16px;
  left: 33%;
}
.detail-gallery .thumb-product {
  position: relative;
  margin-left: 10px;
  height: 445px;
}
.detail-info .product-rate:after {
  display: none;
}
.gallery-control .list-none li img {
  width: 100%;
  height: 85px;
}
.thumb-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slideshow {
  display: flex;
  height: 80vh;
  width: 80vw;
  max-width: 1240px;
  min-height: 400px;
  max-height: 700px;
  position: relative;
  background-color: #fff;
  padding: 20px;
}
.slideshow__gallery {
  height: 100%;
  width: calc(80% - 20px);
  margin-right: 20px;
}
.slideshow__gallery-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}
.slideshow__gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 32px;
  color: #fff;
  letter-spacing: 3.2px;
  transform: translate3d(0, 0, 0);
  will-change: font-size;
  transition: font-size 0.3s ease;
}
.slideshow__gallery-slide.active {
  font-size: 36px;
}
.slideshow__thumbs {
  height: 100%;
  width: 20%;
}
.slideshow__thumbs-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}
.slideshow__thumbs-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  will-change: font-size;
  transition: font-size 0.3s ease;
}
.slideshow__thumbs-slide.active {
  font-size: 26px;
}
.details {
  padding-left: 45px;
}
.product-title {
  margin-bottom: 15px;
  position: relative;
}
.product-title h3 {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 700;
}
.product-title p {
  margin-bottom: 5px;
}
.product-title p strong {
  color: #000;
  font-weight: 600;
}
.product-title p strong span {
}
.packsize {
  position: relative;
  margin-bottom: 15px;
}
.packsize h6 {
  font-size: 15px;
  font-weight: 600;
}
.packsize .form-check-inline {
  margin-bottom: 10px;
}
.packsize .btn-outline-primary {
  color: #535353;
  border-color: #d1d1d1;
  font-weight: 400;
  padding: 6px 20px;
}
.packsize .btn-outline-primary:hover {
  color: #fff;
  border-color: #468ffc;
}
.detail-rating {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.detail-rating li {
  border-left: 1px solid #ddd;
  padding-right: 15px;
  padding-left: 15px;
}
.detail-rating li p {
  margin-bottom: 0px;
  font-size: 13px;
}
.detail-rating li:first-child {
  border-left: none;
  padding-left: 0px;
}
.details h5.price {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
.details h5.price del {
  font-size: 18px;
  color: #333;
}
.details h5.price del i {
  font-size: 16px;
}
.details h4.price {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.details h4.price span {
  font-size: 24px;
  font-weight: 700;
}
.details h4.price span i {
  font-size: 22px;
}

.off {
  color: #5aac52;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}
.off span {
}
.inclusive {
  font-size: 13px;
  color: #424040;
  display: block;
}
.text-green {
  color: #3fcc88;
}

.highlight {
  display: flex;
  margin-bottom: 5px;
  width: 100%;
}
.highlight li {
  padding-right: 10px;
}
.highlight p strong,
.list-hands li strong {
  font-weight: 600;
}
.highlight p,
.list-hands li {
  font-size: 13px;
  color: #373f41;
  margin-bottom: 0px;
  line-height: 20px;
}
.Sizes-list li a {
  width: 30px;
  display: block;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #666;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  font-size: 10px;
  font-weight: 600;
  margin-left: 3px;
}
.Sizes-list li a.txt-orange {
  color: #fd8a03;
  border: none;
  width: auto;
  height: auto;
  font-size: 12px;
  margin-left: 0px;
}
.Sizes-list li a.txt-orange img {
  margin-left: 2px;
}
.Sizes-list li a:hover {
  color: #ff782c;
}
.details .nopeacs {
  margin-bottom: 25px;
}
.details .nopeacs li {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.addqty {
  position: relative;
  display: block;
}
.qty-btn {
  display: flex;
  margin-bottom: 10px;
  align-self: center;
  align-items: center;
}
.qty-btn h6 {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0px;
}
.qty-btn #field1 {
  display: flex;
  border-radius: 30px;
  width: 100%;
  position: relative;
  top: 0px;
  right: 0px;
  background-color: #fff;
}
.qty-input {
  width: 100%;
  border: none;
  border-radius: 4px;
  height: 35px;
  text-align: center;
  background-color: transparent;
  color: #67c3f3;
  font-weight: 700;
}
.qty-btn .sub,
.qty-btn .add {
  border: 1px solid #67c3f3;
  background-color: #67c3f3;
  border-radius: 50%;
  width: 100%;
  color: #fff;
  height: 35px;
  padding: 0px;
  display: block;
  font-size: 22px;
  line-height: 10px;
}
.details .qty-btn {
  margin-bottom: 25px;
}
.details .qty-btn #field1 {
  width: 110px;
}
.geniune-list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-self: center;
  align-items: center;
}
.geniune-list li {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding: 15px 12px;
  text-align: center;
  font-weight: 400;
}
.geniune-list li img {
  margin-right: 5px;
}
.list-hands {
}
.list-hands li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.list-hands li i {
  position: absolute;
  left: 0px;
  color: #786969;
  top: 3px;
}
.list-hands li strong {
}
.details-dec {
  position: relative;
  margin-bottom: 35px;
}
.details-dec h4 {
  font-weight: 700;
  font-size: 20px;
}
#see-all-hide,
#see-all-hide2,
#see-all-hide3,
#see-all-hide4 {
  display: block;
  position: absolute;
  height: 35px;
  background: rgb(255 255 255 / 65%);
  bottom: 0px;
  width: 100%;
  padding: 20px 0px;
  left: 0;
  font-size: 15px;
  color: #e00000;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
#see-all-hide:hover,
#see-all-hide2:hover,
#see-all-hide3:hover,
#see-all-hide4:hover {
  text-decoration: none;
  color: #000;
}
#sellers-table,
#sellers-table2,
#sellers-table3,
#sellers-table4 {
  display: none;
}
.detail-cartbtns {
  margin-bottom: 35px;
}
.detail-cartbtns a {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
}
.detail-cartbtns a img {
  margin-right: 5px;
  width: 16px;
}
.detail-cartbtns a span {
}
.detail-cartbtns a.btn-light {
  font-size: 22px;
  background-color: transparent;
  color: #888;
  padding: 9px;
}
.detail-cartbtns a.btn-light:hover {
  background-color: #f4f4f4;
  border-color: #ddd;
}
.dec-nav-tab {
}
.dec-nav-tab .nav {
}
.dec-nav-tab .nav .nav-link.active,
.dec-nav-tab .nav .show > .nav-link {
  color: #67c3f3;
  background-color: #fff;
}
.dec-nav-tab .nav .nav-link {
  border: 0px;
  border-radius: 20px 20px 0px 0px;
  font-size: 16px;
  color: #484848;
  font-weight: 500;
  padding: 12px 40px;
  margin-right: 5px;
}
.dec-nav-tab .tab-content {
  background-color: #fff;
  padding: 20px;
}
.tab-content .details-dec {
  margin-bottom: 30px;
}
.tab-content .details-dec h4 {
  font-size: 18px;
}
.tab-content .details-dec p {
  margin-bottom: 20px;
}

.detailReservationTab {
  position: relative;
  padding-bottom: 20px;
}
.detailReservationTab .heading-nav .nav-link.active {
  border: 1px solid #e93131;
  border-radius: 4px;
}
.detailReservationTab .heading-nav .nav-link {
  padding: 4px;
}
.overview-nav {
  box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.cate-responsive {
  width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 0.01%;
  overflow-x: auto;
}
.overview-nav .nav-pills .nav-link {
  font-size: 14px;
  color: #5e6264;
  font-weight: 600;
  padding: 18px 10px;
  border-radius: 0px;
  border-bottom: 2px solid transparent;
}
.overview-nav .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #b73932;
  background-color: transparent;
  border-bottom: 2px solid #b73932;
}
.overview-nav .nav-pills .nav-link:hover {
  color: #b73932;
  background-color: transparent;
  border-bottom: 2px solid #b73932;
}
.white-box-propery-details {
  position: relative;
  background-color: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 5%);
}
.offers-box {
  position: relative;
  background-color: rgb(241 137 137 / 19%);
  padding: 25px;
  border-radius: 4px;
  border: 1px solid #ffb8b8;
}
.offers-box a.tc {
  display: block;
  text-align: right;
  position: relative;
  top: -10px;
  font-size: 12px;
  color: #bfbfbf;
}
.offers-box a.tc:hover {
  color: #000;
}
.offers-box h6 {
  color: #363434;
  font-size: 16px;
  max-width: 210px;
  margin: 0px auto 15px;
  line-height: inherit;
}
.offers-box p {
  color: #a2a2a2;
}
.offers-box a.btn {
  background-color: #fff;
  padding: 5px 35px;
  font-size: 14px;
}
.offers-box a.btn:hover {
  background-color: #05ad48;
}

.heading-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.heading-title h3 {
  font-weight: 600;
}
.heading-title h4 {
  font-weight: 600;
}
.leaves-list {
}
.leaves-list li {
  padding-left: 35px;
}
.leaves-list li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  color: #6ebd49;
  background-color: transparent;
  top: 5px;
  font-size: 16px;
}
.floor-tmb {
  width: 100%;
  height: 330px;
}
.floor-tmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-map {
  position: relative;
}
.location-map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.fa-map-p {
  font-size: 24px;
  color: #e93131;
  margin: 5px;
}
.fotr-mdia p a {
  color: #5e6264;
  font-weight: 400;
  display: block;
}
.fotr-mdia p a span {
  float: right;
  color: #e93131;
}
#slidergalleryModal .modal-dialog {
  max-width: 100%;
  margin: 0rem auto;
  width: 100%;
}
#slidergalleryModal .btn-close {
  position: relative;
  right: 0px;
  top: 0px;
  background: none;
}
#slidergalleryModal .modal-header {
  border: none;
}
#slidergalleryModal .modal-body {
  padding: 50px 0px;
}
#slidergalleryModal .modal-content {
  width: 100%;
  background-color: #484848;
  border: none;
  border-radius: 0px;
}
#slidergalleryModal .owl-carousel-slider .owl-item.active:not(.center) {
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  opacity: 0.5;
}
#slidergalleryModal .owl-carousel-slider .owl-item.active.center + .active {
  transform: translateX(30%);
  -webkit-transform: translateX(30%);
  -o-transform: translateX(30%);
  opacity: 0.5;
}
#slidergalleryModal .owl-carousel-slider .owl-item.active.center {
  z-index: 1;
  transform: translateX(0%) scale(1.5, 1);
  -webkit-transform: translateX(0%) scale(1.5, 1);
  -o-transform: translateX(0%) scale(1.5, 1);
}
#slidergalleryModal .owl-carousel-slider .owl-item img {
  height: 450px;
  object-fit: cover;
  border: 1px solid #838383;
}
.gallerypopup-text {
  text-align: center;
  position: relative;
  padding: 20px;
}
.gallerypopup-text h4,
.gallerypopup-text2 h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
#slidergalleryModal
  .owl-carousel-slider
  .owl-item.active:not(.center)
  .gallerypopup-text {
  opacity: 0;
}
#slidergalleryModal
  .owl-carousel-slider
  .owl-item.active.center
  + .active
  .gallerypopup-text {
  opacity: 0;
}
#slidergalleryModal
  .owl-carousel-slider
  .owl-item.active.center
  .gallerypopup-text {
  transform: translateX(0%) scale(0.8, 1);
  -webkit-transform: translateX(0%) scale(0.8, 1);
  -o-transform: translateX(0%) scale(0.8, 1);
}
#slidergalleryModal .owl-carousel-slider .owl-nav .owl-next {
  margin-right: 50px;
}
#slidergalleryModal .owl-carousel-slider .owl-nav .owl-prev {
  margin-left: 50px;
}
#slidergalleryModal .owl-nav {
  top: 40%;
  width: 100%;
}
#slidergalleryModal .owl-carousel-slider .owl-nav button span {
  font-size: 100px;
  font-weight: 100;
  color: #fff;
  width: auto;
  height: auto;
  border: none;
}
.gallerypopup-text2 {
}
.gallerypopup-text2 h4 {
}
.gallerypopup-text2 h4 span {
}

/*======================== cart ========================*/
.table_row > .table_small > .table_cell h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.table_row > .table_small > .table_cell h6 i {
  margin-right: 2px;
}
.table_row > .table_small > .table_cell h6 a {
  color: #000;
}
.table_row > .table_small > .table_cell .d-flex h6 {
  margin-right: 15px;
}
.table_row > .table_small > .table_cell .d-flex h6:last-child {
  margin-right: 0px;
}
.table_row > .table_small > .table_cell h6 a:hover {
  color: #ff782c;
}
.table_row > .table_small > .table_cell p {
  margin-bottom: 4px;
  line-height: 18px;
  font-size: 12px;
  color: #2e2e2e;
  font-weight: 600;
}
.table_row > .table_small > .table_cell p img {
  margin-left: 4px;
}
.table_row > .table_small > .table_cell .price {
  font-size: 16px;
  color: #ff782c;
  font-weight: 500;
}
.table_row > .table_small > .table_cell .price .fa-inr {
  font-size: 14px;
}
.table_row > .table_small > .table_cell .searchgroup {
  width: 80%;
}
.table_row > .table_small > .table_cell .searchgroup .form-ctrl {
  border-radius: 4px;
}
.table_row > .table_small > .table_cell .searchgroup .btn {
  color: #fff;
  font-size: 13px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.form-cart,
.cartborder {
  position: relative;
  padding: 10px;
  border: 1px solid #ababab;
  border-radius: 4px;
  margin-bottom: 25px;
}
.tablewishlisticon {
}
.tablewishlisticon a {
  width: 28px;
  height: 28px;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 12%);
  display: inline-block;
  line-height: 28px;
  color: #ff782c;
  border-radius: 50%;
  font-size: 14px;
}
.form-cart .table {
  padding: 5px;
}
.form-cart .theader {
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
  background-color: #fff;
}
.width30 {
  width: 30%;
}
.pro-img-table > img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  background-color: #d7e9ff;
}
.buttonnone {
  padding: 0px;
  color: #ff0000;
  font-size: 18px;
}
.table_row > .table_small > .table_cell .qty-btn {
  margin-bottom: 0px;
}
.table_row > .table_small > .table_cell .qty-btn #field1 {
  padding: 0px 2px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.table_row > .table_small > .table_cell .qty-btn .sub,
.table_row > .table_small > .table_cell .qty-btn .add {
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 0px 4px;
  font-size: 16px;
}
.table_row > .table_small > .table_cell .qty-btn .add {
  float: right;
}
.table_row > .table_small > .table_cell .qty-input {
  border: none;
  height: 30px;
  font-weight: 600;
}
.summary {
  position: relative;
  /*box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);*/
  padding: 20px 20px 0px;
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  margin-bottom: 25px;
}
.summary h3 {
  padding: 10px 15px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.summary h4 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 15px;
}
.summary .form-group {
  margin-bottom: 25px;
}
.summary .form-coupan .form-group {
  margin-bottom: 15px;
}
.form-coupan {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.form-coupan label {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.form-coupan a {
  color: #ff782c;
  font-size: 11px;
  display: block;
  text-align: end;
  margin-bottom: 2px;
}
.form-coupan .form-control {
  font-weight: 400;
  color: #878787;
  height: 42px;
  border: 1px solid #a8a8a8;
  font-size: 14px;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
  padding-left: 0px;
}
.form-coupan .btn {
  font-size: 14px;
  padding: 6px 20px;
  margin-left: 20px;
  width: 120px;
  border-radius: 8px;
}
.form-coupan .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d1d1d1;
  opacity: 1; /* Firefox */
}

.form-coupan .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d1d1;
}

.form-coupan .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d1d1d1;
}
.Price-Details {
  position: relative;
}
.Price-Details .list-group-item {
  padding: 10px 0px;
  color: #222;
  border: none;
  font-size: 15px;
  font-weight: 400;
}
.Price-Details .txt-green {
  color: #04c504;
}
.Price-Details .badge {
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border-radius: 0px;
}
.Price-Details .badge i {
  font-size: 15px;
}
.Price-Details .txt-green .badge {
  color: #04c504;
}
.Price-Details .totalpay {
  margin-bottom: 10px;
}
.Price-Details .totalpay .list-group-item {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.Price-Details .totalpay .badge {
  font-weight: 700;
  font-size: 18px;
}
.Price-Details .totalpay .badge i {
  font-size: 17px;
}
.save-price {
  background-color: #f2fafe;
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.save-price p {
  font-weight: 500;
  color: #222;
  margin-bottom: 0px;
  font-size: 15px;
}
.save-price p span {
  margin-left: 25px;
  font-weight: 700;
}
.save-price p span i {
  font-size: 14px;
}
.summary .btn-lg {
  padding: 10px 20px;
  font-size: 16px;
}
.mode-payment {
  position: relative;
  margin-bottom: 25px;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}
.mode-payment h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.mode-payment .form-check-input:checked {
  background-color: #ff782c;
  border-color: #ff782c;
}
.mode-payment .form-check .form-check-input {
  margin-left: 0px;
  margin-right: 8px;
}
.mode-payment .form-check .form-check-label {
  cursor: pointer;
  font-size: 12px;
  color: #242424;
  font-weight: 400;
}
.mode-payment .form-check {
  position: relative;
  display: block;
  min-height: initial;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ededed;
  padding: 12px;
  margin-bottom: 10px;
}

.mode-payment .paymnetthodBox-icon {
  position: absolute;
  top: 14px;
  display: flex;
  right: 5px;
}
.paymnetthodBox-icon li a {
  display: block;
  width: 26px;
}
.paymnetthodBox-icon li a img {
  max-width: 100%;
}
.continue-btn {
  position: relative;
  margin-bottom: 20px;
}
.continue-btn .btn {
  font-size: 14px;
  border-radius: 30px;
  font-weight: 400;
  padding: 8px 25px;
}
.continue-btn .btn-lg {
  padding: 10px 25px;
  font-size: 16px;
}

/*======================== Checkout ========================*/
.productIncheckout {
}
.productIncheckout .summary {
}
.productIncheckout .summary h3 {
  padding: 0px 0px 10px;
  font-weight: 600;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.pencil {
  position: absolute;
  right: 0px;
  top: 0px;
}
.pencil a {
}
.cartborder {
  border: none;
  padding: 0px;
  border-radius: 0px;
}
.cartborder h4 {
  font-weight: 400;
  color: #a19d9d;
  font-size: 18px;
}
.cartborder h4 strong {
  color: #333;
  font-weight: 500;
}
.cartborder h5 {
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
.cartborder p {
  color: #a19d9d;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 4px;
}
.cartborder p strong {
  color: #333;
  font-weight: 500;
}
.cartborder p a {
  color: #333;
  font-weight: 500;
}
.cartborder p a:hover {
  color: #ff782c;
}
.cartaddres {
  position: relative;
  padding: 10px;
}
.cartaddres .pencil a img {
}
.cartaddres h6 {
  font-size: 16px;
  position: relative;
}
.changeaddress {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 216px;
  text-align: center;
  position: relative;
  background-color: #f5d8c7;
  border: 1px dashed #ff782c;
}
.changeaddress a {
  color: #514d4d;
  vertical-align: middle;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  padding-top: 70px;
  font-weight: 600;
}
.changeaddress a img {
  display: block;
  margin: 0px auto 10px;
}
.changeaddress a i {
  font-size: 40px;
  display: block;
  color: #ff782c;
}
.changeaddress:hover {
  background-color: #ff782c;
}
.changeaddress:hover > a {
  color: #fff;
}
.changeaddress:hover > a i {
  color: #fff;
}
.checkout-lg-btngroup {
}
.checkout-lg-btngroup a {
  padding: 10px 20px;
  font-size: 16px;
}
.checkout-lg-btngroup a i {
  margin-right: 5px;
}
.checkout {
  position: relative;
}
.checkout .form-box .input-group .input-group-text {
  color: #458ff6;
  background-color: #ddf3ff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 25px;
}
.checkout .form-box .UploadPre .input-group-text {
  background-color: #fff;
  color: #6cbcfc;
  font-size: 14px;
  display: inline-flex;
  font-weight: 600;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
}
.checkout .form-box .UploadPre .input-group-text img {
  width: 24px;
}
.checkout .form-box .input-group .form-ctrl {
  height: 50px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 25px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-right: none;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.checkout h3 {
  font-weight: 600;
  padding-bottom: 10px;
  background: #fff;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}
.checkout h4 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
.checkout h3.d-flex {
}
.checkout h3.d-flex a,
.checkout h4.d-flex a {
  font-size: 14px;
  color: #6cbcfc;
  font-weight: 600;
}
.checkout h3.d-flex a:hover,
.checkout h4.d-flex a:hover {
  color: #000000;
}
.form-box .form-check-right {
  padding-left: 0px;
  margin-bottom: 15px;
}
.checkout h4 .form-check-input {
  width: 1em;
  height: 1em;
}
.checkout h4 .form-check .form-check-label {
  font-size: 14px;
  font-weight: 500;
}
.form-check-right .form-check-input {
  float: right;
}
.form-check-right .form-check-label {
  font-size: 13px;
}
.checkout .cart-item-alert p {
}
.checkout .cart-item-alert p img {
  margin-left: 4px;
}
.qty-price-list {
  margin-bottom: 0px;
}
.qty-price-list li {
  display: inline-block;
  padding-right: 15px;
}
.qty-price-list p {
  margin-bottom: 0px;
}
.qty-price-list p span {
  color: #ff782c;
}
#collapseBill .card-body {
  padding: 0px;
  border: none;
}
.modal-content {
}
.coupon-box {
  position: relative;
}
.coupon-box .media {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
  margin-bottom: 15px;
}
.coupon-box .media h3 {
  margin-right: 10px;
}
.coupon-box h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.coupon-box p.small {
  line-height: 16px;
  font-size: 11px;
  color: #828282;
  margin-bottom: 0px;
}
.coupon-box .media-right {
}
.coupon-box p.small a {
  color: #828282;
}
.coupon-box p.small a:hover {
  color: #ff782c;
}

/*======================== Doctors ========================*/
.specializations-card {
  border: none;
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.specializations-card .card-img-overlay {
  padding: 10px;
  top: inherit;
  border-radius: 0px 0px 20px 20px;
  background: rgb(0 0 0 / 43%);
}
.specializations-card .card-img-overlay h4 {
  color: #fff;
  font-weight: 600;
}
.specializations-card .card-img-overlay h4 a {
  color: #fff;
}
.CommonSymptoms-wrap {
  background: url(/images/shap1.png) no-repeat;
  background-position: left bottom;
}

/*================== Doctors listing ================*/
.doctor-listing {
}
.doctor-listing .item-box .tmb {
  background-color: #fafafa;
  border-radius: 6px;
}
.doctor-listing .item-box-dec h3.price,
.tests-listing .item-box-dec h3.price {
  font-size: 26px;
}
.doctor-listing .item-box-dec h3.price i,
.tests-listing .item-box-dec h3.price i {
  font-size: 22px;
}
.doctor-listing .addtocart-btm-btn .twobtns,
.tests-listing .addtocart-btm-btn .twobtns {
  margin-bottom: 15px;
}
.doctor-listing .addtocart-btm-btn .twobtns:last-child,
.tests-listing .addtocart-btm-btn .twobtns:last-child {
  margin-bottom: 0px;
}
.exprince {
  background-color: #eff6fe;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
}
.doctor-listing .item-box-dec h4 {
}
.doctor-listing .item-box-dec h4 i {
  font-size: 8px;
  margin-left: 8px;
}
.doctor-listing .item-box-dec p {
  margin-bottom: 8px;
  color: #000;
}
.doctor-listing .item-box-dec p.text-gray {
  color: #9c9c9c;
}

/*================== Doctors info ================*/
.doctor-detail {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.doctor-preview {
  position: relative;
  background: url(/images/double-circle-shap.png) no-repeat;
  background-position: center;
  background-size: 85%;
  border: 1px solid #cdcdcd;
  padding: 40px 20px 0px;
  margin-bottom: 25px;
  width: 100%;
  height: 260px;
}
.doctor-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.doctor-detail .product-title h3 i {
  font-size: 12px;
  margin-left: 6px;
}
.doctor-detail .packsize {
  margin-bottom: 20px;
}
.doctor-detail .packsize h6 {
  font-size: 14px;
  margin-bottom: 6px;
}
.doctor-detail .packsize h4 {
  font-size: 17px;
  font-weight: 600;
}
.doctor-detail .details {
  padding-left: 70px;
}
.Dentist-ul {
  margin-top: 15px;
}
.Dentist-ul li {
  margin-left: 20px;
}
.Dentist-ul li:first-child {
  margin-left: 0px;
}
.Dentist-ul p {
  color: #000;
}
.Dentist-ul p .check {
  margin-right: 6px;
}
.Dentist-ul p img {
  width: 16px;
  margin-right: 6px;
}
.Dentist-ul .exprince {
  margin-bottom: 5px;
}
.Appointment-rgtside {
}
.Appointment-rgtside > h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.Appointment-rgtside .card {
  border: none;
  border-radius: 8px;
  margin-bottom: 25px;
}
.Appointment-rgtside .card .card-header {
  background-color: #67c3f3;
  border-bottom: none;
  padding: 12px 15px;
  color: #fff;
}
.Appointment-rgtside .card .card-header h4 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
}
.Appointment-rgtside .card .card-header:first-child {
  border-radius: 8px 8px 0px 0px;
}
.VideoConsult {
}
.VideoConsult a {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: 600;
}
.VideoConsult a i {
  margin-right: 6px;
}
.VideoConsult .btn-lg {
  font-weight: 600;
  background-color: #4089ed;
  background-image: none;
  box-shadow: 0px 0px 12px 0px rgb(13 22 35 / 31%);
}
.VideoConsult a:last-child {
  margin-bottom: 0px;
}
.Appointment-rgtside .carousel-indicators {
  position: relative;
  overflow-y: auto;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}
.Appointment-rgtside .carousel-indicators [data-bs-target] {
  text-indent: 0px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #373737;
  font-weight: 700;
  padding: 15px 7px;
  border-top: none;
  border-bottom: 5px solid transparent;
}
.Appointment-rgtside .carousel-indicators .active {
  border-bottom: 5px solid #67c3f3;
}
.Appointment-rgtside .carousel-control-next,
.carousel-control-prev {
  bottom: inherit;
  height: 54px;
  z-index: 3;
}
.Appointment-rgtside .carousel-control-next-icon,
.Appointment-rgtside .carousel-control-prev-icon {
  width: 14px;
  height: 14px;
}
.Appointment-rgtside .carousel-control-prev-icon {
  background: url(/images/arrow-prev.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.Appointment-rgtside .carousel-control-next-icon {
  background: url(/images/arrow-next.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: none;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: none;
}
.carousel-body .btn-check:active + .btn-outline-dark,
.carousel-body .btn-check:checked + .btn-outline-dark,
.carousel-body .btn-outline-dark.active,
.carousel-body .btn-outline-dark.dropdown-toggle.show,
.carousel-body .btn-outline-dark:active {
  color: #fff;
  background-color: #67c3f3;
  border-color: #67c3f3;
}
.carousel-body .btn-outline-dark:hover {
  color: #fff;
  background-color: #67c3f3;
  border-color: #67c3f3;
}
.carousel-body {
  padding: 1rem 1rem;
}
.carousel-body .media {
  margin-bottom: 15px;
}
.carousel-body h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.carousel-body h4 span {
  font-size: 11px;
  color: #858585;
  margin-left: 10px;
}
.carousel-icon {
  width: 22px;
  height: 22px;
}
.carousel-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-body .form-check-inline {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
}
.carousel-body .form-check-inline .btn-outline-dark {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 6px;
}
.carousel-body.form-box .btn-sumbit {
  width: 85%;
  margin: auto;
}
.rating-card {
}
.rating-card h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.rating-card .rating-stars {
}
.rating-card .rating-stars h2 {
  font-size: 45px;
  color: #458dfc;
}
.rating-card .rating-stars h2 i {
  color: #458dfc;
}
.rating-card .rating-stars h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
.rewiew-box {
  position: relative;
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
  margin-top: 25px;
}
.rewiew-box h4 {
  font-weight: 700;
  font-size: 16px;
}
.rewiew-box p {
  color: #4d4d4d;
}
.rewiew-box .d-flex p {
  color: #000;
  font-size: 12px;
}
.rewiew-box .d-flex p span.bg-primary {
  background-color: #458dfc !important;
  font-weight: 400;
  font-size: 10px;
}
.rewiew-box .d-flex p strong {
  font-weight: 700;
  margin-left: 5px;
}
.rewiew-box ul {
  margin-top: 15px;
}
.rewiew-box ul li {
  margin-right: 15px;
  margin-left: 15px;
}
.rewiew-box ul li:first-child {
  margin-left: 0px;
}
.rewiew-box ul li:last-child {
  margin-right: 0px;
}
.rewiew-box ul li a {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}
.rewiew-box ul li a i {
  margin-right: 5px;
  color: #878787;
}
.rewiew-box ul li a:hover,
.rewiew-box ul li a:hover > i {
  color: #458dfc;
}
.rating-card .btn-link {
  color: #458dfc;
  padding: 0px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}
.rating-card .btn-link:hover {
  color: #000;
}

/*======================== Track Order========================*/
.track-order-item {
  margin-bottom: 25px;
}
.track-order-dec {
  position: relative;
  margin-top: 10px;
}
.order-img {
  width: 100px;
}
.track-order-dec h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
}
.track-order-dec p {
  margin-bottom: 5px;
  font-size: 13px;
}
.track-order-dec p.order-id {
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.track-order-dec p.order-id strong {
  font-weight: 400;
  color: #b6b7b7;
  display: inline-block;
}
.order-track-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.order-track-list ul {
  display: block;
  width: 100%;
  justify-content: space-between;
}
.order-track-list ul li {
  width: 25%;
  position: relative;
  float: left;
  text-align: center;
}
.order-track-list ul li:before {
  border-bottom: 8px solid #e6e6e6;
  position: absolute;
  content: "";
  left: 10px;
  bottom: 30px;
  right: 10px;
}
.order-track-list ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
.order-track-list ul li:first-child:before {
  left: 0px;
}
.order-track-list ul li i {
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 22px;
  color: #e6e6e6;
  background: #fff;
  border-radius: 50%;
}
.order-track-list ul li span {
  font-size: 13px;
  color: #8d8d8d;
  display: block;
  font-weight: 600;
  position: relative;
}
.order-track-list ul li:last-child {
  height: auto;
}
.order-track-list ul li:last-child:before {
}
.order-track-list ul li:last-child i {
}
.order-track-list ul li.active {
}
.order-track-list ul li.active > span {
  color: #000;
}
.order-track-list ul li.active > i {
  color: #ff782c;
}
.order-track-list ul li.active:before {
  border-bottom: 8px solid #ff782c;
}
.in-process {
  position: relative;
  text-align: end;
}
.in-process h6 {
  font-size: 13px;
  font-weight: 500;
}
.in-process h6.text-success {
  color: #04cc18 !important;
}
.in-process h6.text-success i {
  font-size: 6px;
  top: -2px;
  position: relative;
  margin-right: 20px;
}
.in-process .total-amount {
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #ff782c;
}
.track-order-item .cartborder h4 strong {
  font-weight: 700;
}
.track-order-item .cartborder h4 i {
  font-size: 16px;
}
.track-order-wrap .back-link {
  padding-left: 0px;
}

/*======================== dashboard ========================*/
.page-header {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.page-header h4 {
  color: #000;
  font-weight: 600;
}
.user-dashboard {
  padding-top: 20px;
  padding-bottom: 40px;
  background: url(/images/shap1.png) no-repeat;
  background-position: center left;
}
.dashbordlinks {
  position: sticky;
  top: 100px;
  /* padding: 20px; */
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 35px;
  width: 96%;
  border: 1px solid #97c3f9;
}
.name_info {
  width: 100%;
  margin-bottom: 20px;
  /*border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 15px 15px;
    background-color: #f2f0f6;*/
}
.name_info .media-left {
  display: table-cell;
  padding-right: 5px;
}
.name_info .profile-pic {
  width: 100px;
  height: 100px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  overflow: hidden; /* ensures image stays inside circle */
  position: relative;
}
.name_info .profile-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.name_info .media-body,
.name_info .media-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 100%;
}
#account-btn {
  display: none;
}
.name_info h5 {
  color: #000;
  font-size: 16px;
}
.name_info h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
}
.name_info p {
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
  line-height: 18px;
}
.name_info p strong {
  font-weight: 500;
  color: #252626;
}
.name_info h6 {
  font-size: 13px;
  color: #121111;
  font-weight: 400;
}
.name_info h6 strong {
  color: #9bbb58;
}
.name_info .btn {
  font-size: 12px;
  text-transform: capitalize;
  padding: 5px 15px;
  border-radius: 30px;
}
.name_info .btn img {
  margin-right: 4px;
}
.inbox-btns {
  margin-bottom: 40px;
  position: relative;
}
.inbox-btns a {
  font-size: 16px;
}
.inbox-btns a img {
  margin-right: 6px;
}
.dashbordlinks .name_info .profile-pic {
  width: 75px;
  height: 75px;
  margin: 20px auto 10px;
}
.dashbordlinks .name_info p {
  font-size: 12px;
  line-height: 16px;
}
.dashbordlinks h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 20px 15px 20px 40px;
  border-bottom: 1px solid #93c1f9;
}
.dashbordlinks h4.mb-dnone {
  padding-left: 15px;
  display: none !important;
}
.account-menu li a > img,
.account-menu li a > .menu-icon {
  width: 16px; /* Fixed width */
  height: 16px; /* Fixed height */
  object-fit: contain; /* Maintain aspect ratio */
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; /* Spacing between icon and text */
}
.dashbordlinks h4 > img,
.account-menu li.dropdown-header > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: absolute;
  left: 12px;
  top: 25px;
}
.account-menu {
  margin-bottom: 30px;
  margin-top: 30px;
}
.account-menu li.dropdown-header {
  padding: 5px 20px 5px 40px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.account-menu li.dropdown-header > img {
  top: 7px;
}
.account-menu li .dropdown-divider {
  background-color: transparent;
  border-top: 1px solid #93c1f9;
  opacity: 9;
}
.account-menu li {
  margin-bottom: 5px;
  position: relative;
}
.account-menu li a {
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  color: #000;
  font-weight: 400;
}
.account-menu li a > .menu-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.account-menu li:first-child > a {
  border-top: none;
}
.account-menu li a:hover,
.account-menu li.active > a {
  color: #000;
  text-decoration: none;
  background-color: #dcecff;
}
.account_dashboard {
  position: relative;
}
.account_dashboard h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}
.account_dashboard .dashboard-box {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
}
.account_dashboard .form-box .form-group label {
  font-size: 16px;
}
.account_dashboard .form-box .form-group h5 {
  font-size: 16px;
  font-weight: 400;
}
.account_dashboard .form-box .form-group label sup {
  font-size: 16px;
  top: 0px;
}
.account_dashboard .form-box .form-group label .small {
  font-size: 11px;
  color: #9a9a9a;
}
.account_dashboard .form-box .form-group label.form-check-label {
  font-size: 13px;
  color: #b9b9b9;
}
.account_dashboard .form-box h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 25px;
}
.account_dashboard .form-box .pencil {
}
.account_dashboard .form-box .pencil a img {
}
.account_dashboard .submit-btn {
  font-size: 14px;
  padding: 10px 35px;
  font-weight: 500;
  border-radius: 30px;
}
/*======================= profile  ============================*/
.editpen {
  position: relative;
}
.editpen a {
}
.editpen a.btn-light {
  color: #000;
  background-color: #fff;
  border: 2px solid #f8fafc;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  padding: 6px 15px;
}
.editpen a.btn-light:hover {
  background-color: #eaf5ff;
  border: 2px solid #eaf5ff;
}
.editpen a > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-left: 5px;
}
.white-box {
  background-color: #fff;
  padding: 25px 20px 5px;
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #e3e5e8;
  position: relative;
}
.user_info {
  position: relative;
}
.user_info .profile-pic {
  width: 130px;
  height: 130px;
  margin-right: 25px;
}
.user_info .profile-pic img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}
.my-profile .heading-title .txt-rgt {
}
.my-profile .heading-title .txt-rgt a {
  border-radius: 4px;
  padding: 5px 15px;
  height: auto;
  text-transform: inherit;
  font-size: 12px;
  font-weight: 400;
}
.my-profile .heading-title .txt-rgt a img {
  width: 15px;
  margin-right: 5px;
}
.profile_dashboard ul li {
  margin-right: 25px;
}
.profile_dashboard ul li:last-child {
  margin-right: 0px;
}
.profile_dashboard .form-group {
  margin-bottom: 20px;
}
.profile_dashboard .form-box .form-group label {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #717f8c;
}
.profile_dashboard .form-box .form-group h5 {
  font-size: 14px;
  font-weight: 500;
}
.profile_dashboard .form-box .form-group h5 .btn {
  border-radius: 30px;
}
.profile_dashboard .form-box .form-group h5 .small {
  font-size: 11px;
}
.white-box .name_info {
  border-right: 1px solid #f0f0f0;
}

/*=========== Dashboard owl-carousel ===========*/
.dashboard-box .job-item {
  padding: 20px;
  margin-bottom: 0px;
}
.dashboard-box .job-item .company-icon {
  width: 55px;
  height: 55px;
}
.dashboard-box .job-item .media p {
  font-size: 11px;
}
.skill-video {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 15px;
}
.skill-video > iframe,
.full-video > iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.full-video {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  height: 450px;
  background-color: #000;
}
.full-video > iframe {
  object-fit: cover;
}
.alert-danger {
  color: #e11c2e;
  background-color: #fff1f2;
  border-color: #fff1f2;
}
.alert-item {
}
.alert-item .pdf-icon {
  font-size: 30px;
}
.alert-item .pdf-icon > img {
}
.alert-item h6 {
  font-size: 14px;
}
.alert-item p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
}
.alert-item.alert-dismissible .btn-close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
  padding: 3px;
  background-size: 0.6em;
  background-position: center;
  background-color: #fff1f2;
}
/*=========== Setting ===========*/
.navtabs {
  padding-left: 0px;
}
.navtabs:before {
  display: none;
}
/*=========== Saved Patients ===========*/
.saved-patients-box {
  position: relative;
  padding: 15px 15px 10px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  margin-bottom: 25px;
}
.saved-patients-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.saved-patients-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.saved-patients-box h5 {
  font-weight: 600;
  font-size: 16px;
}
.saved-patients-box .d-flex h5 {
  margin-right: 20px;
}
.saved-patients-box .d-flex h5:last-child {
  margin-right: 0px;
}

/*========== Dashboard contact us============*/
.account_dashboard .fotr-media p {
  color: #323232;
  font-weight: 600;
  font-size: 16px;
}
.account_dashboard .fotr-media p a {
  color: #323232;
}
.account_dashboard .fotr-media p a:hover {
  color: #2196f3;
}
.account_dashboard .fotr-media {
  margin-top: 0px;
  margin-bottom: 15px;
}
.account_dashboard .location-map {
  margin-top: 20px;
}
.address-view {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  padding: 5px;
  /*border-radius: 4px;
    border: 1px solid #ABABAB;*/
}
.address-header {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}
.address-header .form-check {
}
.address-header .form-check .form-check-input {
}
.address-view h6 {
  font-size: 13px;
  color: #000;
}
.address-view p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #37454e;
}
.purchase-detail-form-btn {
  margin-top: 4px;
  display: flex;
  position: relative;
}
.purchase-detail-form-btn .btn {
  margin-right: 10px;
  font-weight: 400;
  font-size: 12px;
  height: auto;
  border-radius: 4px;
  padding: 6px 20px;
}
.purchase-detail-form-btn .btn img {
  width: 14px;
  margin-right: 4px;
}
.purchase-detail-form-btn .btn:last-child {
  margin-right: 0px;
}
.edit-btn-text {
  color: #000;
  font-weight: 600;
}
.edit-btn-text img {
  margin-right: 6px;
  width: 11px;
}
.address-view label.form-check-label {
  margin-left: 6px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.address-view label.form-check-label strong {
  color: #000;
  font-size: 16px;
}
.checkout .address-view {
}
.AddnewAddres {
  position: relative;
}
.AddnewAddres .form-box {
  position: relative;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #ababab;
  margin-bottom: 25px;
}
.DefaultAddressTag {
  position: absolute;
  right: -40px;
  background-color: #ff782c;
  transform: rotate(45deg);
  padding: 7px 0px;
  top: 22px;
  color: #fff;
  font-size: 10px;
}
.DefaultAddressTag span {
  background-color: #ff782c;
  padding: 3px 35px;
  position: relative;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.profile-group-btn {
  margin-bottom: 25px;
}
.profile-group-btn .btn {
  width: 155px;
}
.formcheck-group {
  position: relative;
}
.formcheck-group .formcheck {
}
.formcheck-group .formcheck label.btn {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #bbbbbb;
}
.formcheck-group .formcheck label.btn i {
  margin-right: 5px;
}
.formcheck-group .formcheck label.btn.btn-outline-primary:hover {
  color: #fff;
}
.btn-check:active + label.btn.btn-outline-primary,
.btn-check:checked + label.btn.btn-outline-primary,
label.btn.btn-outline-primary.active,
label.btn.btn-outline-primary.dropdown-toggle.show,
label.btn.btn-outline-primary:active {
  color: #fff;
  background-color: #389fff;
  border-color: #389fff;
}
/*=========== payment ==============*/
.payment-tab {
  position: relative;
  margin-bottom: 30px;
  background-color: #d7edfe;
  box-shadow: 6px 0px 8px 0px rgb(0 0 0 / 10%);
}
.payment-tab:before {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  background-color: #fff;
  left: 29%;
}
.payment-tab .nav {
  background-color: #d7edfe;
  padding: 40px 0px 30px 10px;
  width: 30%;
}
.payment-tab .nav .nav-link {
  color: #2e2d2d;
  font-weight: 500;
  margin-left: 10px;
  text-align: left;
  border-radius: 0px;
  padding: 15px 20px;
}
.payment-tab .nav .nav-link img {
  margin-right: 15px;
  width: 24px;
}
.payment-tab .nav .nav-link.active,
.payment-tab .nav .show > .nav-link {
  color: #222;
  background-color: #fff;
}
.payment-tab .tab-content {
  padding: 30px;
  width: 70%;
}
.payment-tab .txt_dec p {
  color: #333;
}
.form-box-upi .form-ctrl {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0px;
  padding-left: 0px;
}
.form-box-upi .btn-sumbit {
  border-radius: 4px;
}
/*======================= Edit profile ======================*/
/*=============================*/
.upload-doc-item {
  position: relative;
  width: 100%;
}
.upload-box {
  box-shadow:
    -2px -2px 8px #fefefe,
    2px 4px 6px #a9a6a673;
  position: relative;
}
.image-upload {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.image-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: none;
}
.upload-field {
  width: 100%;
}

.upload-field .file-thumbnail {
  cursor: pointer;
  width: 100%;
}

.upload-field .file-thumbnail img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}

.upload-field .file-thumbnail h3 {
  font-size: 14px;
  margin-bottom: 0px;
}

.image-upload h5 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.profile-pic #filename {
  display: none;
}
.profile-pic .edit-pic {
  position: absolute;
  background: rgb(0 0 0 / 25%);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  font-size: 20px;
  z-index: 1;
}
.profile-pic .edit-pic img {
  width: 15px;
  height: auto;
  border-radius: 0px;
}

/*========================== Medicine Orders =========================*/
h4.subheading {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.order-media {
  border: 1px solid #d0d0d0;
  background-color: #f9fbff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  position: relative;
}
.order-media h4 {
  font-weight: 700;
  color: #000;
}
.order-media h5 {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
.order-media p {
  font-weight: 600;
  color: #515151;
  font-size: 14px;
}
.order-media-img {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  padding: 15px;
}
.order-media-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-media .media-right-dec {
  width: 150px;
}
.order-media h3.price {
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}
.order-media h3.price > i {
  font-size: 26px;
}
.order-media h4.price {
  font-weight: 800;
}
.order-media h4.price > i {
  font-size: 16px;
}
.order-media .media-right h5 {
  font-weight: 500;
}
.order-media .media-right .btn-link {
  color: #458dfc;
  padding: 0px;
  font-weight: 600;
  font-size: 13px;
}
.order-media .media-right .btn-link:hover {
  color: #000;
  text-decoration: none;
}
.order-media .Dentist-ul {
  margin-bottom: 0px;
}
.order-media .Dentist-ul p {
  color: #494949;
  font-weight: 600;
}
.order-media .Dentist-ul p strong {
  font-weight: 600;
  color: #323232;
  margin-right: 5px;
}
.date-filter {
}
.account_dashboard .date-filter h4 {
  font-size: 16px;
}
.date-filter .form-group {
  margin-bottom: 15px;
  margin-left: 15px;
}
.date-filter .form-ctrl {
  border: 1px solid #8e8e8e;
  height: 36px;
}
/*========================== Medicine Orders detail =========================*/
.order-detail {
}
.order-detail-header {
  margin-bottom: 20px;
  position: relative;
}
.order-detail-header h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #323232;
  margin-bottom: 10px;
}
.order-detail .order-media {
  border: none;
  padding: 0px;
  background-color: #fff;
}
.order-detail .order-media .media .media-left,
.order-detail .order-media .media .media-body,
.order-detail .order-media .media .media-right {
  vertical-align: middle;
}
.order-detail-footer {
  position: relative;
}
.order-detail-footer .btn-link {
  padding: 0px;
  font-weight: 600;
  color: #458dfc;
  font-size: 14px;
}
.order-detail-footer .cancel-text {
  color: #ea4335;
}
.order-detail-footer .text-black {
  color: #000;
}
.order-detail-footer .btn-link:hover {
  text-decoration: none;
  opacity: 0.5;
}
.order-detail-footer h4.total {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.order-detail-footer h4.total strong {
  font-weight: 800;
  font-size: 20px;
  margin-left: 5px;
}
.order-detail-footer h4.total strong i {
  font-size: 16px;
}
.order-detail-footer p {
  color: #323232;
  font-weight: 600;
}
.order-detail-footer p span {
  color: #000;
}
.order-detail-footer h4.total .download-link {
  margin-top: 0px;
  color: #67c3f3;
}
.order-detail-footer h4.total .download-link:hover {
  opacity: 0.6;
}
.order-detail-footer h4.total .download-link > img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

/*========================== cancelled Orders =========================*/
.cancelled-order-media .order-media {
  background-color: #fef7f7;
}
.order-media .Dentist-ul p strong.text-red {
  color: #ea4335;
}
.order-media .Dentist-ul p a.text-red {
  color: #ea4335;
}
.cancelled-order-detail .dashboard-box {
  background-color: #fef7f7;
}
.cancelled-order-detail .order-detail .order-media {
  background-color: #fef7f7;
}

.feedback-popup {
}
.feedback-popup .modal-header {
  border-bottom: 1px solid #fbfbfb;
}
.feedback-popup .form-box .title h4 {
  font-weight: 600;
}
.feedback-popup .login-white-box {
  background-color: #fbfbfb;
}
.feedback-popup .rating-stars {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.feedback-popup .form-box .form-ctrl {
  background-color: #fff;
  border: 1px solid #868686;
  padding: 15px;
  border-radius: 12px;
}
.qty-no {
  text-align: center;
  font-weight: 600;
  padding: 3px 10px;
  display: inline-block;
}

/*========================== doctor appointment order =========================*/
.doctor_appointment_dashboard .order-media-img,
.lab_test_dashboard .order-media-img {
  width: 105px;
  height: 110px;
  padding: 0px;
}
.doctor_appointment_dashboard .order-media-img > img {
  vertical-align: bottom;
}
.doctor_appointment_dashboard .order-media p,
.lab_test_dashboard .order-media p {
  margin-bottom: 5px;
}
.doctor_appointment_dashboard .order-media p strong {
  font-weight: 700;
  color: #000;
}
.doctor_appointment_dashboard .order-media .Dentist-ul p,
.lab_test_dashboard .order-media .Dentist-ul p {
  margin-bottom: 4px;
}
.doctor_appointment_dashboard .order-media .media-right h5.mb-3 {
  margin-bottom: 12px !important;
}
.doctor_appointment_dashboard .order-media .media-right h5 strong {
  font-weight: 700;
  margin-left: 4px;
}
.doctor_appointment_dashboard .order-media .media-right h5 strong i {
  font-size: 14px;
}
.doctor_appointment_dashboard .order-media .rating-stars .review-no {
  margin-left: 5px;
}

/*========================== Want to Reschedul Carousel =========================*/
#AppointmentModal .Wanttoreschedul-carousel .form-check-inline {
  width: auto;
}
#AppointmentModal .Wanttoreschedul-carousel .carousel-icon {
  margin-right: 15px;
}

/*========================== Upcoming Lab Test Booking =========================*/
.lab_test_dashboard .order-media-img {
  padding: 10px;
  background-color: #d7e9ff;
  border: none;
}

.lab_test_dashboard .order-detail .order-media .media .media-left,
.lab_test_dashboard .order-detail .order-media .media .media-body,
.lab_test_dashboard .order-detail .order-media .media .media-right {
  vertical-align: top;
}

/*======================= Cancel Order ============================*/
.cancel-order-wrap .account_dashboard .cartborder h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cancel-order-wrap .cartaddres p {
  line-height: 22px;
  font-size: 13px;
}
.cancel-order-wrap .Delivery-Boy-Detail p {
  font-size: 12px;
  line-height: 20px;
}

/*======================= Return Order ============================*/
.return-order-wrap {
}
.return-order-item {
}
.return-order-item .media {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
}
.item-img-meida {
  width: 125px;
  height: 145px;
}
.item-img-meida img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.return-order-item h4 {
  font-weight: 600;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
}
.return-order-item h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.return-order-item h5 .fa-inr {
  font-size: 13px;
}
.return-order-item p {
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 18px;
  color: #8e8e8e;
}
.return-order-item p strong {
  color: #222;
  font-weight: 500;
}
.return-order-item p.font-lg {
  color: #333;
}
.bank-form-box .title {
  margin-bottom: 20px;
}
.bank-form-box label {
  display: flex;
  align-items: center;
  align-self: center;
  margin-bottom: 0px;
  color: #000;
}
.bank-form-box .form-ctrl {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  background-color: #fff;
  border-bottom: 1px solid #858585;
  height: 38px;
  padding-left: 1px;
}

/*======================= My pets ============================*/
.pets-box {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 14%);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 25px;
}
.pets-img {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
  background: #703edb1c;
  border-radius: 50%;
  padding: 12px;
}
.pets-img img {
  width: 65px;
}
.pets-box .media-left {
}
.pets-box .media-left h5 {
  color: #565656;
  margin-bottom: 5px;
  font-size: 14px;
}
.pets-box .media-left h6 {
}
.pets-box h5 {
  font-weight: 600;
  font-size: 15px;
}
.pets-box h6 {
  font-size: 13px;
  font-weight: 400;
  color: #5e6264;
}
.pets-box p {
  font-size: 12px;
  color: #a3a2ac;
  line-height: 20px;
  font-weight: 300;
}
.pets-box .purchase-detail-form-btn .btn {
  width: 30%;
}
/*======================= My Wallet ============================*/
.wallet-tab .nav-link span {
  font-size: 12px;
}
.wallet-header {
  padding: 15px 15px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.wallet-icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}
.wallet-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wallet-header h4 {
  font-size: 16px;
  font-weight: 500;
}
.price-btn {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
.price-btn .fa-inr {
  font-size: 30px;
  margin-right: 2px;
}
.wallet-header .btn {
  border-radius: 30px;
  font-size: 16px;
}
.login-white-box .walletHistory:first-child {
  margin-top: 0px;
}
.walletHistory {
  position: relative;
  margin-top: 35px;
}
.walletHistory h4 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.walletHistory h6 {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.walet-list {
  border-bottom: 1px solid #efefef;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.walet-list li {
  position: relative;
  font-weight: 500;
  width: 100%;
  font-size: 13px;
  color: #000;
}
.walet-list li img {
  width: 40px;
  height: 38px;
  border-radius: 4px;
  margin-right: 15px;
  padding: 7px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 24%);
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.walet-list li span.date-wallet {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
}
.walet-list li span.space {
  padding-left: 10px;
  padding-right: 10px;
  color: #cbcbcb;
}
.walet-list li span.pull-right {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 0px;
  top: 0px;
}
.walet-list li span.pull-right.txt-red {
  color: #ff0000;
}
.walet-list li span.pull-right i.txt-blue {
  color: #458dfc;
}
.walet-list li span.pull-right i {
  margin-right: 5px;
}
.walet-list li img.recieved-arrow {
  background-color: #c8fff1;
}

/*=============================== my rating and review ===============================*/
.rating-media {
  position: relative;
  margin-bottom: 20px;
}
.rating-media h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.rating-media h3 .review-no {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
  margin-right: 10px;
}
.rating-media h3.rating-stars i {
  font-size: 14px;
}
.rating-media .media {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.rating-media .media:last-child {
  margin-bottom: 0px;
}
.rating-img {
  width: 75px;
  margin-right: 20px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.rating-img img {
  width: 100%;
  height: 100%;
}
.rating-media h4 {
  font-size: 15px;
  font-weight: 600;
}
.rating-media p {
  font-size: 13px;
  color: #646464;
  line-height: 22px;
}
.rating-media p strong {
  color: #444;
  font-weight: 500;
}
.rating-media .rating-stars .review-no {
  margin-left: 10px;
  font-size: 12px;
}
.account_dashboard .rating-img {
  margin-right: 0px;
}
/*============================= notification =======================*/
.notification-list {
  position: relative;
}
.notification-icon {
  width: 50px;
  background-color: #f9f9f9;
  text-align: center;
  height: 50px;
  padding: 12px;
  border-radius: 50%;
}
.notification-list .media {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.notification-list .media:last-child {
  border-bottom: none;
}
.notification-icon img {
}
.notification-list h5 {
  font-size: 14px;
  font-weight: 600;
  color: #37454e;
}
.notification-list p {
  font-size: 13px;
  color: #444444;
  font-weight: 400;
  line-height: 22px;
}
.notification-list .media-body {
  padding-left: 10px;
}
.notification-list .media .media-left,
.notification-list .media .media-body {
  vertical-align: top;
}
.Notification-rating {
  width: 50px;
}
/*============================= notification jobs =======================*/
.NotificationJobBtn {
  padding-left: 0px;
}
.NotificationJobBtn:before {
  display: none;
}
.NotificationJobBtn .nav-pills .nav-link {
  padding: 16px 10px;
}
.orders-tab {
  margin-bottom: 25px;
}
.orders-tab > li {
  margin-right: 10px;
}
.orders-tab > li:last-child {
  margin-right: 0px;
}
.orders-tab .nav-link {
  font-size: 16px;
  color: #717f8c;
  position: relative;
  font-weight: 600;
  padding: 10px 20px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid transparent;
}
.orders-tab .nav-link span {
  margin-right: 5px;
}
.orders-tab .nav-link i {
  margin-right: 5px;
}
.orders-tab .nav-link.active,
.orders-tab .show > .nav-link {
  color: #389fff;
  background-color: transparent;
  border-bottom: 2px solid #389fff;
}

/*======================= refer and earn ============================*/
.refer-and-earn {
}
.refer-and-earn .img-fluid {
  margin-bottom: 20px;
}
.refer-and-earn h3 {
  font-size: 24px;
  font-weight: 500;
  color: #444343;
}
.refer-and-earn p {
  font-size: 12px;
  font-weight: 500;
  color: #8d8787;
  margin-bottom: 30px;
  line-height: 22px;
}
.refer-and-earn h5 {
  color: #444343;
}
.referral-code {
  margin-bottom: 25px;
}
.referral-code label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #444343;
  font-size: 16px;
}
.referral-code .form-ctrl {
  border: 1px dashed #e89935;
  height: 55px;
  background-color: #fff6ea;
}
.referral-code .cply-code {
  position: absolute;
  right: 15px;
  bottom: 18px;
  font-weight: 600;
  cursor: pointer;
}
.free2nd {
  position: relative;
}
.free2nd h6 {
  position: relative;
}
.free2nd h6 i {
  margin-left: 5px;
}
.free2nd .hdr-social-link {
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
}
.free2nd .hdr-social-link li a {
  color: #fff;
}
.free2nd:hover > .hdr-social-link {
  display: block;
}

/*======================= Wish list ============================*/
.wishlist-listing .heart-overlay span {
  color: #989898;
}
.wishlist-listing .twobtns {
  width: 74%;
  margin: auto;
}

/*======================= Contact us ============================*/
.inr-contact-form {
}
.inr-contact-form .title {
  margin-bottom: 20px;
}
.inr-contact-form .title h3 {
  font-weight: 500;
  font-size: 25px;
}
.inr-contact-form .title p {
}
.inr-contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.inr-contact-form .form-group label {
  font-size: 15px;
  margin-bottom: 8px;
}
.inr-contact-form .form-group .form-ctrl {
  border-bottom: 1px solid #929292;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0px;
  padding-left: 25px;
  height: 50px;
  box-shadow: none;
  font-size: 13px;
}
.inr-contact-form .form-group textarea.form-ctrl {
  height: auto;
  padding-left: 2px;
}
.contact-form-left {
  position: relative;
  padding: 30px 50px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
  border-radius: 4px;
}
.contact-info {
  position: relative;
  text-align: center;
}
.contact-info h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-info img {
  margin-bottom: 15px;
  width: 130px;
}
.contact-info h4 {
  font-size: 24px;
  font-weight: 300;
}
.contact-info h4 a {
  color: #000;
}
.contact-info h4 a:hover {
  color: #ff782c;
}
.address-info {
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
}
.address-info h5,
.contact-info .hdr-social-link h5 {
  font-size: 18px;
}
.address-info p {
  font-weight: 400;
}
.contact-info .hdr-social-link li a {
  color: #fff;
}

.show-profiles-group {
}
.registration-form .show-profiles-group .form-ctrl {
  height: 42px;
}
.basic_search .form-horizantel .show-profiles-group label {
  margin-top: 12px;
  font-weight: 500;
}
.search-keyword {
  position: relative;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
}
.search-keyword h4 {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
}
.search-keyword .form-ctrl {
  height: 40px;
  border-radius: 0px;
}
.search-keyword .btn {
  border-radius: 0px;
  background-color: #f37620;
  border-color: #f37620;
  height: 40px;
}
.search-keyword .btn:hover {
  background-color: #ef6100;
  border-color: #ef6100;
}
.umbox {
  position: relative;
  margin-top: 15px;
}
.umbox h5 {
  font-size: 14px;
  font-weight: 500;
}
.umbox ul {
}
.umbox ul li {
  display: inline-block;
}
.umbox ul li a {
  font-size: 12px;
  color: #2591ae;
  font-weight: 400;
  padding: 0px 15px;
  position: relative;
}
.umbox ul li a:before {
  content: "|";
  position: absolute;
  left: 0px;
  top: 0px;
}
.umbox ul li:first-child > a {
  padding-left: 0px;
}
.umbox ul li:first-child > a:before {
  display: none;
}
.umbox ul li a:hover {
  text-decoration: underline;
  color: #000;
}
.photo-privacy-radio {
}
.photo-privacy-radio .container_chechout {
  display: block;
  font-weight: 400;
  margin-right: 0px;
  margin-bottom: 25px;
  color: #484747;
}

/*===============  Seller ==================*/
.seller-banner {
  position: relative;
}
.seller-banner > img {
  width: 100%;
}
.seller-slide-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-self: center;
  align-items: end;
}
.seller-slider-title {
  position: relative;
  padding-bottom: 30px;
}
.seller-slider-title h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}
.seller-slider-title a {
  padding: 6px 20px;
  font-weight: 500;
}
.sell-benifites {
  position: relative;
  padding: 15px;
}
.benifites-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0px auto 10px;
  font-size: 24px;
  line-height: 60px;
  color: #ff782c;
}
.sell-benifites h4 {
  font-size: 16px;
}
.sell-benifites p {
  line-height: 20px;
  font-size: 13px;
}
.seller-faq {
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}
.seller-faq .accordion-item {
  background-color: transparent;
}
.seller-faq .accordion-button {
  background-color: transparent;
}
.count-item {
  position: relative;
  box-shadow: 0px 0px 12px 0px #0000001f;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
}
.count-item h6 {
  font-size: 15px;
  font-weight: 400;
  max-width: 120px;
  color: #333;
  min-height: 55px;
  margin-bottom: 20px;
}
.count-item h3 {
  font-size: 32px;
  color: #ff782c;
  margin-bottom: 0px;
  text-align: end;
}
.btn-width-registr a {
  padding: 10px 20px;
  font-weight: 500;
}
.availability-form-group {
  display: flex;
  width: 100%;
}
.availability-form-group .btn {
  font-size: 13px;
  margin-left: 20px;
  padding: 6px 15px;
  width: 42%;
  height: auto;
}
.seller-footer {
  padding: 0px;
}
.seller-footer .cpyrgt-wrap {
  margin-top: 0px;
}

/*=========== Video Call ===========*/
.main {
  position: relative;
  display: flex;
}
.content {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  overflow-x: hidden;
}
.modal-full {
  max-width: 95%;
}
.videocall-card {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.videocall-body {
  position: relative;
}
.videocall-pic {
  position: relative;
  width: 100%;
  height: 82vh;
  overflow: hidden;
  border-radius: 12px;
}
.videocall-pic > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call-time {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}
.call-time > span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.video-call-doctor {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 260px;
  height: 320px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 6px;
}
.video-call-doctor > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.videocall-footer {
  position: relative;
  padding: 15px;
}
.videocall-footer ul {
  margin-bottom: 0px;
}
.videocall-footer ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.videocall-footer ul li a {
  display: block;
  padding: 7px 15px;
}
.videocall-footer ul li a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/*======== chat-card ======*/
.chat-card {
  position: relative;
  width: 500px;
  height: 100%;
  border: 1px solid #9f9f9f;
  border-radius: 10px;
  margin-left: 20px;
}
.chat-header {
  background-color: #458dfc;
  color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #458dfc 100%, #4089ed 100%);
}
.chat-header h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.chat-header .btn {
  padding: 0px;
  color: #fff;
  text-decoration: none;
}
.chat-header .btn > img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.chat-body {
  padding: 20px 20px 60px;
  position: relative;
  height: 80vh;
  overflow-y: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-end;
}
.chat {
  width: 100%;
  position: relative;
}
.chatmsg {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.chatmsg p {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #000;
}
.downloadcht-icon {
  display: inline-block;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #458dfc;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.downloadcht-icon:hover {
  color: #fff;
}
.chatmsg h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.chattime {
  font-size: 10px;
  color: #999;
  font-weight: 400;
}
.chat-lft {
  margin-bottom: 20px;
  clear: both;
  width: 40%;
}
.chat-rgt {
  margin-bottom: 20px;
  width: 75%;
  float: right;
  clear: both;
}
.chat-lft .chatmsg {
  border-bottom-left-radius: 0px;
}
.chat-rgt .chatmsg {
  border-bottom-right-radius: 0px;
}
.chat-rgt .chattime {
  text-align: right;
}
.chat-footer {
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.chat-footer .form-box {
}
.chat-footer .form-box .form-group {
  margin-bottom: 0px;
  width: 100%;
}
.chat-footer .form-box .form-ctrl {
  padding-left: 20px;
}
.chat-footer .form-box .form-group .btn-attch {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0px;
  width: 60px;
  margin: 0px;
}
.chat-footer .form-box .form-group .btn-attch .upload-doc-item {
  height: 100%;
}
.chat-footer .form-box .form-group .btn-attch .image-upload {
  height: 100%;
}
.chat-footer .form-box .form-group .btn-attch > input {
  width: 60px;
}
.chat-footer .form-box .form-group .btn-attch > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-footer .form-box .form-group.btn-send {
  width: 130px;
  margin-left: 20px;
}
.chat-footer .form-box .form-group.btn-send .btn {
  display: block;
  width: 100%;
  border-radius: 30px;
  height: 45px;
}
.btn-attch .upload-box {
  width: 60px;
  height: 45px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.btn-attch .upload-field .file-thumbnail > img {
  border-radius: 0px;
  display: none;
  object-fit: contain;
}
.btn-attch .upload-field {
  margin-bottom: 0px !important;
}
.btn-attch .upload-box .edit-pic {
  bottom: 5px;
  background-color: transparent;
  background-image: none;
  right: 5px;
  padding: 10px;
  line-height: 26px;
}
.btn-attch .profile-pic .edit-pic > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*========== chat fixed btn ==========*/
.chat-btnfixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
.chat-btnfixed > .btn {
  padding: 2px;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #458dfc;
  color: #fff;
  background-image: linear-gradient(180deg, #458dfc 100%, #4089ed 100%);
  border-radius: 50%;
  font-size: 25px;
}
.chat-btnfixed > .btn > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*========== Employe Dashboard==========*/
/*========== calendar-wrapper start==========*/
.sticky_sidebar {
  position: sticky !important;
  top: 100px;
}
.calendar-wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 10px;
  background-color: #fff;
}
.calendar-box {
}

.buttons-container {
  cursor: pointer;
}

.week {
  overflow: hidden;
}

.week.highlight {
  background: #efefef;
}

/* weekend */
.week .day:first-child,
.week .day:last-child {
  /*color: orange;*/
}

/* sunday */
.week .day:first-child {
  /*color: red;*/
}

.day {
  display: inline-block;
  float: left;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.day.disabled span {
  color: #aaa;
}

/* vertical highlight */
.week .day.highlight span {
  /*color: blue;*/
}

.day.selected span {
  /*background: orange;*/
}

.day.today span {
  font-weight: bold;
}

.months-container.hidden,
.weeks-container.hidden {
  display: none;
}

.months-wrapper {
  overflow: hidden;
}

.months-wrapper .month {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.months-wrapper .month.one-third {
  width: 33.33%;
}
.buttons-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.buttons-container .label-container {
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.year-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 5px 20px;
}

.prev-button,
.next-button {
  background: #f0f0f0;
  border: none;
  padding: 5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  text-indent: -10000px;
  width: 22px;
  height: 22px;
}
.prev-button {
  background: url(/images/arrow-left.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.next-button {
  background: url(/images/arrow-right.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.week {
  margin: 10px 0;
}

.week.highlight {
  border-radius: 5px;
}

.weeks-wrapper.header {
  border-bottom: 1px solid #eee;
}

.week .day.header {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.day span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 12px;
}

.day.today span {
  position: relative;
  display: inline-block;
  font-size: 110%;
}

/* weekend */
.week:not(.start-on-monday) .day:first-child,
.week:not(.start-on-monday) .day:last-child {
  color: orange;
}

/* sunday */
.week:not(.start-on-monday) .day:first-child {
  color: red;
}

/* start on monday - weekend */
.week.start-on-monday .day:nth-child(6),
.week.start-on-monday .day:last-child {
  color: orange;
}

/* start on monday - sunday */
.week.start-on-monday .day:last-child {
  color: red;
}

.day.today span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #389fff;
  width: 10px;
  height: 1px;
}

.day.sunday span {
  color: #ff8a80;
}

.week .day.highlight span {
  color: #389fff;
}

.week .day.selected span {
  background: #389fff;
  color: white;
}

.week .day[disabled="disabled"] span {
  color: #aaa;
  cursor: not-allowed;
}

.months-wrapper .month span {
  display: inline-block;
  padding: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 12px;
}

.special-buttons {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 5px;
}

.today-button {
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #389fff;
}
/*========== calendar-wrapper end==========*/
.employ-dashboard {
  height: auto;
}
.employ-dashboard .slide-text {
  position: relative;
}
.employ-dashboard .slide-text > .container-fluid {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}
.employ-siderbar {
  position: sticky;
  top: 0px;
}
.employ-siderbar-navbar {
  position: relative;
  border-right: 1px solid #dedbdb;
}
.siderbar-nav-menu {
}
.siderbar-nav-menu > li {
}
.siderbar-nav-menu > li > a {
  padding: 20px 10px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: #000;
}
.employ-dashboard-calender {
  position: relative;
  border-radius: 4px;
  padding: 2px;
  background-color: #fff;
}
.employ-dashboard-calender .carousel {
  padding: 20px;
}
.employ-dashboard-calender .carousel-indicators {
  position: relative;
  margin-right: 35px;
  margin-left: 35px;
}
.employ-dashboard-calender .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 30px;
  text-indent: 0px;
  background-color: #389fff;
  background-clip: padding-box;
  border: 2px solid #2585df;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.employ-dashboard-calender .carousel-control-next,
.employ-dashboard-calender .carousel-control-prev {
  bottom: inherit;
  background-color: #389fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 6px;
  top: 20px;
}
.employ-dashboard-calender .carousel-control-next {
  margin-right: 10px;
}
.employ-dashboard-calender .carousel-control-prev {
  margin-left: 10px;
}
.calender-item {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.calender-item > a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #389fff;
  color: #9d9595;
  margin: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.calender-item > a.active {
  background-color: #389fff;
  border: 1px solid #2585df;
  color: #fff;
}
.employ-dashboard-calender .card {
  border-radius: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.employ-dashboard-calender .card-header {
  background-color: #fff;
}
.employ-dashboard-calender .card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.card-content {
  position: relative;
  margin-bottom: 25px;
}
.card-content h6 {
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
}
.card-content p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  color: #389fff;
}
.employ-dashboard-calender .card-footer .btn-link,
.employ-dashboard-calender .card-header .btn-link {
  font-weight: 500;
  color: #389fff;
  padding: 3px 0px;
  margin-bottom: 2px;
}
.employ-dashboard-calender .card-footer .btn-link:hover,
.employ-dashboard-calender .card-header .btn-link:hover {
  text-decoration: none;
}
.my-task-card {
  border: 1px solid #e7e7f1;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}
.my-task-card h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.my-task-card p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #389fff;
}
.my-task-card .addtocart-btm-btn .btn-sm {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 5px;
}
/* Payment */
.payment-method-box {
  background-color: #ebf5ff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.payment-method-box .form-group {
}
.payment-method-box .form-group .form-check {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.payment-method-box .form-group .form-check .form-check-label {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
}
.payment-method-box .form-group .form-check .form-check-label > img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 50%;
  background-color: #fff;
  padding: 2px;
  left: 0px;
  position: absolute;
}

.navbar-logo {
  width: 120px;
  height: 60px;
  object-fit: contain;
  position: relative; /* required for Next.js fill */
}

/* Default header state */

/* Sticky state applied after scroll */
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.07);
}

/* Root Variables: Bootstrap + FA + Google Fonts */
:root {
  --font-poppins: "Poppins", "Poppins Fallback";
  --font-raleway: "Raleway", "Raleway Fallback";
  --font-jakarta: "Plus Jakarta Sans", "Plus Jakarta Sans Fallback";
  --bs-blue: #0d6efd;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
}

/* Sticky Sidebar Card */
.dashbordlinks {
  position: sticky;
  top: 100px;
  width: 96%;
  margin-bottom: 35px;
  padding: 15px;
  background-color: var(--bs-white);
  border: 1px solid #97c3f9;
  border-radius: 4px;
  box-sizing: border-box;
  font-family:
    var(--font-poppins), var(--font-raleway), var(--font-jakarta), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}

.dashbordlinks .name_info h5 {
  margin-top: 10px;
  font-weight: 600;
}

.dashbordlinks .name_info p {
  margin-bottom: 5px;
}

.dashbordlinks .name_info h6 a {
  color: var(--bs-blue);
  text-decoration: none;
}

.dashbordlinks .name_info h6 a:hover {
  text-decoration: underline;
}

.dashbordlinks .account-menu li {
  margin-bottom: 10px;
}

.dashbordlinks .account-menu li a {
  color: #000;
  text-decoration: none;
}

.dashbordlinks .account-menu li.active a {
  font-weight: 600;
  color: var(--bs-blue);
}

.profile-pic {
  margin-bottom: 10px;
}
/* Menu container */
.account-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0; /* remove default ul padding */
  list-style: none; /* remove bullets */
}

/* Menu items */
.account-menu li {
  margin-bottom: 5px;
  position: relative;
  text-align: start; /* align content to start */
}

/* Links inside menu (for Next.js Link or <a>) */
.account-menu li a,
.account-menu li Link {
  font-size: 14px;
  display: flex; /* flex for icon + text alignment */
  align-items: center; /* vertically center icon with text */
  gap: 8px; /* spacing between icon and text */
  padding: 10px 20px; /* adjust padding */
  color: #000;
  font-weight: 400;
  text-decoration: none;
  justify-content: flex-start; /* align everything to start */
}

/* Hover / active state */
.account-menu li a:hover,
.account-menu li Link:hover,
.account-menu li.active > a,
.account-menu li.active > Link {
  background-color: #dcecff;
  color: #000;
}

/* Icon inside Link */
.account-menu li a > img,
.account-menu li Link > .menu-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* Header items */
.account-menu li.dropdown-header {
  padding: 5px 20px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  text-align: start;
}

.account-menu li.dropdown-header > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: absolute;
  left: 12px;
  top: 7px;
}

/* Divider */
.account-menu li .dropdown-divider {
  background-color: transparent;
  border-top: 1px solid #93c1f9;
  opacity: 1;
}

.offcanvas-backdrop.show {
  opacity: 0 !important; /* or any custom value, e.g., 0.2 */
  background-color: transparent !important;
}

#loading-screen {
  position: fixed;
  inset: 0;
  background-color: #f5f7fa;
  z-index: 9999;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loading-logo {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #1171ba;
}

.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(44, 62, 80, 0.1);
  border-radius: 50%;
  border-top-color: #2c3e50;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 16px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-text {
  color: #2c3e50;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.loading-subtext {
  color: #7f8c8d;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 14px;
}

.loading-progress {
  width: 200px;
  height: 4px;
  background-color: #ecf0f1;
  border-radius: 2px;
  margin-top: 20px;
  overflow: hidden;
}

.loading-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #2c3e50;
  animation: progress 1s linear infinite;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 1s linear infinite;
}
