:root {
  --primary: #3659A3;
  --secondary: #55A682;
  --filterPrimary: invert(32%) sepia(5%) saturate(6200%) hue-rotate(183deg) brightness(103%) contrast(99%);
  --filterSecondary: invert(57%) sepia(26%) saturate(637%) hue-rotate(101deg) brightness(97%) contrast(88%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

@font-face {
    font-family: 'jf_regular';
    src: url(../fonts/jf_flat/regular.ttf);
}
.jfFontTheme {
    font-family: 'jf_regular';
}  
@font-face {
    font-family: 'stv_regular';
    src: url(../fonts/stv/regular.ttf);
}
.stvFontTheme {
    font-family: 'stv_regular';
} 
 
* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  /*font-family: 'El Messiri', sans-serif;*/
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

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

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

body {
  direction: rtl;
  overflow-x: hidden;
}

[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit;
}

.whatsapp_butn {
    width: 60px;
    height: 60px;
    position: fixed;
    inset-inline-start: 15px;
    bottom: 20px;
    z-index: 9;
    -webkit-box-shadow: 0 0px 15px 0 #0001;
    box-shadow: 0 0px 15px 0 #0001;
    border-radius: 50%;
        padding: 8px;
    background: #fff;
}
.whatsapp_butn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

 .theme_box {
    display: flex;
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 9;
    pointer-events: none;
}
.theme_box .themeBox_toggler {
    background-color: #f8f8f8;
    width: 60px;
    height: 60px;
    box-shadow: 3px 6px 15px 0 #0001;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: -60px;
}
.theme_box .themeBox_inner.active {
    transform: translateX(0px);
}
.theme_box .themeBox_toggler .icon {
    width: 28px;
    object-fit: contain;
}
.theme_box .themeBox_inner {
    min-width: 300px;
    background-color: #f3f3f3;
    padding: 20px 15px;
    box-shadow: 0px 6px 15px 0 #0001;
    transform: translateX(-300px);
    transition: all .3s linear;
    pointer-events: all;
}
.theme_box .themeBox_inner .box {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}
.theme_box .themeBox_inner .box:last-child {
    margin-bottom: 0;
}
.theme_box .themeBox_inner .box .form-check .form-check-label {
    font-size: 15px;
}
/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #0C3D64;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.color-danger {
  color: #E04052;
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
  border-radius: 10px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--primary) !important;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .7;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f0da';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f0d9';
}

.butn {
  position: relative;
  padding: .9rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.white_border_butn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.danger_butn {
  background-color: #E04052;
  color: #fff;
}

.butn.gray_butn {
  background-color: #F8F8F8;
  color: #333;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn:hover {
  background-color: #263f7a;
  border: 1px solid #263f7a;
  color: #fff !important;
}

.butn:hover i {
  animation: floatingX .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-bottom: 13px;
}

.sec_title::before {
  width: 50px;
  height: 5px;
  background-color: var(--secondary);
  bottom: 5px;
}

.sec_title::after {
  width: 100px;
  height: 2px;
  background-color: var(--primary);
  bottom: 0;
}

.sec_title::after, .sec_title::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.br-0 {
  border-radius: 0;
}

.badge {
  padding: 0.5rem 1.2rem;
  border-radius: 5px;
}

.badge.white_badge {
  color: var(--primary);
  background-color: #fff;
}

.badge.secondaey_badge {
  color: #fff;
  background-color: var(--secondary);
}

.badge.gray_bagde {
  background-color: #eee;
  color: var(--primary);
}

.badge.offer_badge {
  background-color: #CBFFD8;
  color: #333;
}

.badge.primary_badge {
  background-color: var(--primary);
  color: #fff;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 5px !important;
  background-color: transparent;
  color: #333;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 45px;
  height: 40px;
}

.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.modal-content {
  border-radius: 15px;
  padding: 15px;
}

.modal-content button.btn-close {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 3px 6px 15px 0 #0005;
          box-shadow: 3px 6px 15px 0 #0005;
  width: 30px;
  height: 30px;
  z-index: 99;
}

.modal-content .modal-body {
  padding: 2rem 1rem 1rem 1rem;
}

.modal-content .map_box iframe {
    width: 100%;
    border-radius: 15px;
}

.stateModal .img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 30px auto;
  display: block;
  max-width: 50vw;
}
.stateModal .modal-content {
  padding: 70px  20px;
}
.modal-content .butn_close {
  position: absolute;
  top: 9px;
  left: 6px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 10px 0 #0002;
          box-shadow: 3px 6px 10px 0 #0002;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
  z-index: 99;
}
.down_links .down_img {
  width: 150px;
  border-radius: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
    z-index: 99;
}
.navs-container .navbar .nav-link {
    margin: 0 5px;
    font-size: 14px;
  position: relative;
  font-weight: 500;
  color: #191B20;
  text-transform: capitalize;
}

.navs-container .navbar .nav-link.active {
  font-weight: bold;
  color: var(--primary) !important;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #E04052;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.navs-container .navbar .nav-link.active::after, .navs-container .navbar .nav-link:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.navs-container .navbar .butn.primary_border_butn {
   padding: 0.7rem 1rem;
}
.navs-container .navbar .sm_butn {
    width: 45px;
    height: 45px;
}
.navs-container .navbar .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 14px;
    cursor: pointer;
}
.navs-container .navbar .butn:hover i {
    animation: unset;
}
.navs-container .navbar .butn .num {
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--primary);
    color: #fff;
    position: absolute;
    top: -6px;
    right: -2px;
}
.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.navs-container .search-wrapper {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .search-wrapper .search-inner {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0px;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}



.navs-container .search-wrapper .search-inner .form-group {
  /*padding: 0 1vw;*/
  position: relative;
}

.navs-container .search-wrapper .search-inner .form-group .form-control {
  padding: 0.375rem 0.75rem 0.375rem 2rem;
  background: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 25px;
    box-shadow: 3px 6px 15px 0 #0001;
}

.navs-container .search-wrapper .search-inner .form-group .submit-butn {
  position: absolute;
    inset-inline-end: 15px;
    top: 23px;
  opacity: .5;
  background-color: transparent;
  border: none;
}

.navs-container .search-wrapper .search-inner .form-group .submit-butn .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .search-wrapper .search-inner .close-butn {
  background-color: #f9f9f9;
  border: none;
  border-radius: 5px;
  color: #666;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
}

.navs-container .search-wrapper .search-inner .close-butn:hover {
  background-color: var(--primary);
  color: #fff;
}

.navs-container .search-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .search-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.navs-container .search-wrapper.active .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.navs-container .search-wrapper.active .overlay {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #f6f6f6;
}

.footer .content {
  margin-bottom: 50px;
}

.footer .content .logo {
  width: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 30px;
  margin-top: -25px;
}

.footer .content .p {
  font-size: 14px;
}

.footer .content .title {
  position: relative;
  padding-bottom: 10px;
}

.footer .content .title::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 3px;
  background-color: #E04052;
  bottom: 5px;
}

.footer .content .links a {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #666;
}

.footer .content .form-group .primary_butn {
  position: absolute;
  left: 4px;
  top: 4px;
}

.footer .foot {
  background-color: var(--primary);
}

.footer .foot .copyright_p {
  font-size: 15px;
}

.footer .foot .social_links a {
  color: #eee;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  font-size: 22px;
}

.footer .foot .social_links a:hover {
  color: #fff !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header .item {
  position: relative;
  min-height: 84vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .item .text_box .title {
  font-size: calc(1.5vw + 35px);
}

.header .item .text_box .p {
  text-shadow: 0px 0px 15px #000;
}

.header .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  z-index: 1;
  background-color: rgba(50, 42, 42, 0.4);
}

.header .swiper-pagination {
  bottom: 20px;
}

.about-sec .text-box .title {
  font-weight: 900;
  font-size: calc(1.375rem + 1vw);
}

.about-sec .text-box .p {
  font-size: 18px;
  line-height: 2;
}

.about-sec .sec-img {
  height: 430px;
  border-radius: 10px;
}

.about-sec .pattern {
  position: absolute;
  top: 5%;
  right: 25%;
  -webkit-animation: rotate-center 35s linear infinite both;
          animation: rotate-center 35s linear infinite both;
}
.services-sec .swiper-slide {
    height: auto;
}
.services-sec .serv_card {
  height: calc(100% - 20px);
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin: 10px 0;
}

.services-sec .serv_card .serv_img {
  height: 230px;
  border-radius: 10px 10px 0 0;
}

.services-sec .serv_card .card-body {
  text-align: center;
  padding: 2rem 1.5rem;
}

.services-sec .serv_card .card-body .title {
    height: 59px;
    overflow: hidden;
  display: block;
  margin-bottom: 1rem;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-sec .serv_card .card-body .p {
  height: 58px;
  overflow: hidden;
}

.services-sec .serv_card .card-body .butn {
  padding: 0.9rem 2rem;
}

.services-sec .serv_card:hover {
  border: 1px solid var(--secondary);
  -webkit-box-shadow: 3px 10px 25px 0 #0002;
          box-shadow: 3px 10px 25px 0 #0002;
}

.doctors-sec .dr_card {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.doctors-sec .dr_card .sec-img {
  height: 350px;
  border-radius: 10px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.doctors-sec .dr_card .dr_data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.doctors-sec .dr_card .dr_data .job {
  color: #E04052;
}

.doctors-sec .dr_card:hover .sec-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.doctors-sec .dr_card:hover .dr_data {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.feedback-sec {
  background-color: var(--secondary);
}

.feedback-sec .sec_title::before {
  background-color: #eee;
}
.feedback-sec .swiper-slide {
    height: auto;
} 
.feedback-sec .feedback_card {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 25px 100px 25px;
    -webkit-transform: scale(0.98);
          transform: scale(0.98);
    height: 100%;
}
.feedback-sec .feedback_card .prof_data {
    position: absolute;
    inset-inline-start: 25px;
    bottom: 35px;
}
.feedback-sec .feedback_card .quote_icon {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.feedback-sec .feedback_card .p {
  font-size: 17px;
  line-height: 2.2;
  color: #888;
  margin-bottom: 2rem;
}

.feedback-sec .feedback_card .stars i {
  color: #ccc;
}

.feedback-sec .feedback_card .stars i.active {
  color: #F18990;
}

.feedback-sec .feedback_card:hover .quote_icon {
  -webkit-animation: tada 2s infinite;
          animation: tada 2s infinite;
}

.feedback-sec .map_box iframe .gm-style .place-card-large {
  display: none !important;
}

.gallery-sec .nav-link {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #333;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border-radius: 10px;
  padding: 1.2rem 2rem;
  width: 125px;
}

.gallery-sec .nav-link .icon {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.gallery-sec .nav-link.active {
  background-color: #fff;
  border: 1px solid var(--secondary);
  color: var(--primary);
}

.gallery-sec .gallery_card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-sec .gallery_card .sec-img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-sec .gallery_card .content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 15px;
  pointer-events: none !important;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .gallery_card .content i {
  font-size: 30px;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}

.gallery-sec .gallery_card.h_lg {
  height: 620px;
}

.gallery-sec .gallery_card.h_md {
  height: 300px;
}

.gallery-sec .gallery_card.vid_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 1;
  pointer-events: none;
}

.gallery-sec .gallery_card.vid_card .button {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
}

.gallery-sec .gallery_card.vid_card .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.gallery-sec .gallery_card.vid_card .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-sec .gallery_card.vid_card .button.is-play .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.gallery-sec .gallery_card.vid_card .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.gallery-sec .gallery_card.vid_card .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.gallery-sec .gallery_card.vid_card .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.gallery-sec .gallery_card.vid_card .vid_title {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-45%) scale(0);
          transform: translateY(-45%) scale(0);
  color: #fff;
  width: 100%;
  z-index: 4;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .gallery_card:hover .sec-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-sec .gallery_card:hover .content {
  opacity: 1;
}

.gallery-sec .gallery_card:hover::before {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.gallery-sec .gallery_card:hover .vid_title {
  opacity: 1;
  -webkit-transform: translateY(-45%) scale(1);
          transform: translateY(-45%) scale(1);
}
.contact-sec .container {
    pointer-events: none;
}
.contact-sec .map_box {
  height: 650px;
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-sec .map_box .contact_box {
  background-color: var(--secondary);
  padding: 70px 2vw;
  z-index: 5;
  position: relative;
  border-radius: 15px;
      z-index: 999;
    pointer-events: auto;
}

.contact-sec .map_box .contact_box .sec_title::after {
  background-color: #fff;
}

.contact-sec .map_box .contact_box .data_item {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 15px;
}

.contact-sec .map_box .contact_box .data_item .icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-sec .map_box .contact_box .social_links a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.contact-sec .map_box .contact_box .social_links a:hover {
  background-color: #fff;
  color: var(--primary);
}

.contact-sec .map_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-sec .contact_inner {
  background-color: #3659A3;
}

.contact-sec .contact_inner .form_box {
  padding: 70px 7vw;
  background-color: #29488A;
}

.contact-sec .contact_inner .form_box .butn {
  height: 60px;
}

.contact-sec .contact_inner .hours_box {
  padding: 70px 7vw;
  background-color: #3659A3;
}

.contact-sec .contact_inner .hours_box .hours_item {
  font-size: 18px;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg-header .pg_link {
  color: var(--secondary);
}

.pg-header .pg_link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #E04052;
  margin: 0 10px;
}

.pg-header .pg_link.active {
  color: #fff;
}

.pg-header .pg_link.active::after {
  display: none;
}

.pg-header::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(50, 42, 42, 0.38);
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about-pg .about_item .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.about-pg .about_item .txt {
  width: calc(100% - 65px);
}

.about-pg .about_item .txt .det {
  color: #8F95A4;
  font-size: 14px;
}

.about-pg .sec-img {
  height: 580px;
  border-radius: 10px;
}

.about_cards {
  position: relative;
  background-color: #BEE1E6;
  border-radius: 12px;
  padding: 140px 3vw 100px 3vw;
  margin-top: 100px;
  overflow: hidden;
}

.about_cards .about_card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 25px;
  margin-bottom: 15px;  
}

.about_cards .about_card .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 20px;
}

.about_cards .about_card .p {
  color: #8E8E8E;
  height: 55px;
  overflow: hidden;
  margin-bottom: 0;
}

.about_cards .social_links a {
  margin: 0 5px;
}

.about_cards .social_links a .icon {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_cards .vector_tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_cards .vector_bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit checkout Page 
**********************************************/
.checkout-pg .inner .pay_radios .form-check {
  padding: 0;
  position: relative;
}

.checkout-pg .inner .pay_radios .form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  right: 0;
}

.checkout-pg .inner .pay_radios .form-check .form-check-label {
  padding: 45px 15px;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
}

.checkout-pg .inner .pay_radios .form-check .form-check-label .pay_logo {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.checkout-pg .inner .pay_radios .form-check .form-check-label::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #eee;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
}

.checkout-pg .inner .pay_radios .form-check .form-check-input:checked ~ .form-check-label::before {
  background-color: #E04052;
  color: #fff;
}

.checkout-pg .inner .form-control {
  border: 1px solid #fff;
}

.checkout-pg .inner .map_box iframe {
  border-radius: 7px;
}

.checkout-pg .inner .order_wrapper .order_box {
  background-color: #fff;
  border-radius: 7px;
  padding: 20px;
  position: relative;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_items {
  padding: 0 .5vw;
  height: 180px;
  overflow: hidden;
  overflow-y: auto;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_items::-webkit-scrollbar {
  width: 5px;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_items .item {
  position: relative;
  margin-bottom: 20px;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_items .item .prod_img {
  width: 80px;
  height: 70px;
  border-radius: 7px;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_items .item .qtyItem-control {
  width: 40px;
  height: 40px !important;
  border: 1px solid #ddd;
  padding: 0;
  text-align: center;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary {
  padding: 0 .5vw;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .disc_group .form-control {
  background-color: #F9FBFD;
  border: 1px solid #F9FBFD;
  height: 50px !important;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .disc_group .apply_butn {
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .disc_group .apply_butn i {
  margin: 0;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .item {
  margin-bottom: 15px;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .item span {
  font-size: 15px;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .item:last-child {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.checkout-pg .inner .order_wrapper .order_box .checkout_summary .item:last-child span {
  color: var(--secondary);
  font-weight: bold;
}

.checkout-pg .inner .order_wrapper .order_box::before {
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  background-color: #EEEEEE;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
}

.checkout-pg .inner .order_wrapper .order_det_box {
  background-color: #fff;
  border-radius: 7px;
  padding: 45px 25px;
  position: relative;
}

.checkout-pg .inner .order_wrapper .order_det_box .item {
  margin-bottom: 15px;
}

.checkout-pg .inner .order_wrapper .order_det_box .item .icon {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.checkout-pg .inner .order_wrapper .order_det_box .item .txt {
  width: calc(100% - 40px);
}

.checkout-pg .inner .order_wrapper .order_det_box .bt {
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.checkout-pg .inner .head_box .num {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  background-color: #EEEEEE;
}

.checkout-pg .inner .box_body {
  -webkit-margin-start: 65px;
          margin-inline-start: 65px;
}

.checkout-pg .inner .done .head_box .num {
  background-color: #52B862;
  color: #fff;
}

.checkout-pg .inner .inProgress .head_box .num {
  background-color: #E04052;
  color: #fff;
}

.checkout-pg .inner .disabled .box_body,
.checkout-pg .inner .disabled_state {
  opacity: .2;
}

.checkout-pg .inner .submit_butn {
  padding: 0.9rem 2.5rem;
  -webkit-margin-start: 65px;
          margin-inline-start: 65px;
}

.checkout-pg .inner::before {
  content: '';
  width: 1px;
  height: calc(100% - 30px);
  background-color: #EEEEEE;
  position: absolute;
  right: 37px;
  top: 0;
  z-index: -1;
}

.checkout-pg .inner::after {
  content: '';
  height: 1px;
  width: 25px;
  position: absolute;
  right: 37px;
  z-index: -1;
  bottom: 29px;
  background-color: #EEEEEE;
}

/**********************************************
    Start Edit product_det Page 
**********************************************/
.product_det .inner {
  background-color: #fff;
}

.product_det .inner .text_box {
  padding: 3vw;
}

.product_det .inner .text_box .prod_name {
  font-size: calc(1vw + 35px);
}

.product_det .inner .text_box .price b,
.product_det .inner .text_box .price small,
.product_det .inner .text_box .del b,
.product_det .inner .text_box .del {
  font-family: 'Josefin Sans', sans-serif;
}

.product_det .inner .text_box .p {
  font-size: 17px;
  color: #777777;
  line-height: 2;
}

.product_det .inner .text_box .butns .butn {
  padding: 0.9rem 2.5rem;
}

.product_det .inner .text_box .share_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.product_det .inner .text_box .share_box .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-bottom: 20px;
  color: #392C2C;
}

.product_det .inner .text_box .share_box .title::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #E04052;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.product_det .inner .text_box .share_box .icons a {
  margin: 5px 0;
}

.product_det .inner .swiper_box {
  position: relative;
}

.product_det .inner .swiper_box .lg-slide-swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow-x: hidden;
}

.product_det .inner .swiper_box .lg-slide-swiper .img-box {
  position: relative;
  overflow: hidden;
  height: 550px;
  border-radius: 0px;
}

.product_det .inner .swiper_box .lg-slide-swiper .img-box .lg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.product_det .inner .swiper_box .sm-slide-swiper {
  overflow: hidden;
  height: 200px;
  padding-bottom: 4px;
}

.product_det .inner .swiper_box .sm-slide-swiper .swiper-slide {
  opacity: 1;
  cursor: pointer;
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.product_det .inner .swiper_box .sm-slide-swiper .sm-bg-header {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4px;
  border-radius: 0px;
  border: 1px solid transparent;
  padding: 0px;
}

.product_det .inner .swiper_box .sm-slide-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_det .inner .swiper_box .sm-slide-swiper .swiper-slide-thumb-active .sm-bg-header {
  border: 1px solid #E04052 !important;
}

.product_det .inner .quantity-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  background: transparent;
  padding: 0;
}

.product_det .inner .quantity-container .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_det .inner .quantity-container .qt {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  background-color: #fff;
}

.product_det .inner .quantity-container .qt-plus,
.product_det .inner .quantity-container .qt-minus {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}

.product_det .inner .quantity-container .qt-plus {
  background-color: #52B862;
  color: #fff;
}

.product_det .inner .quantity-container .qt-minus {
  background-color: #E04052;
  color: #fff;
}

.quantity-container {
  background-color: #fff;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
}

.quantity-container .qt-plus,
.quantity-container .qt-minus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #555;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
  background-color: #f8f8f8;
}

.quantity-container .qt-plus:hover,
.quantity-container .qt-minus:hover {
  background-color: var(--primary) !important;
  color: #fff;
}

.quantity-container .qt-plus .fa,
.quantity-container .qt-minus .fa {
  font-weight: 300;
}

.quantity-container .qt {
  display: inline-block;
  min-width: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.products-sec .prod_card {
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
}

.products-sec .prod_card .img_box {
  height: 300px;
  position: relative;
}

.products-sec .prod_card .img_box .hvr_icons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.products-sec .prod_card .img_box .hvr_icons .butn {
  width: 52px;
  height: 48px;
}

.products-sec .prod_card .img_box .hvr_icons .fav_butn::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icons/heart-2.svg) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 15px;
  right: 16px;
}

.products-sec .prod_card .img_box .hvr_icons .fav_butn.active::before {
  background: url(../images/icons/heart.svg) no-repeat center;
}

.products-sec .prod_card .card-body {
  text-align: center;
  padding: 2rem 1.5rem;
}

.products-sec .prod_card .card-body .price b,
.products-sec .prod_card .card-body .price small,
.products-sec .prod_card .card-body .del b,
.products-sec .prod_card .card-body .del {
  font-family: 'Josefin Sans', sans-serif;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact-pg .form_box {
  border-radius: 12px;
  background-color: #fff;
  padding: 50px 3vw;
  position: relative;
}

.contact-pg .form_box .input-group-text {
  padding: 0.375rem 1.15rem;
  background-color: #fff;
}

.contact-pg .form_box .input-group-text ,
.register-pg .input-group-text {
    position: absolute;
    inset-inline-start: 0;
    z-index: 9;
    top: 0;
    height: 60px;
    border-radius: 10px 0 0 10px !important;
    direction: ltr;
}

.contact-pg .hours_box {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 680px;
}

.contact-pg .hours_box .item {
  padding: 1.5rem 2rem;
  text-align: center;
}

.contact-pg .hours_box .item .day {
  color: #38454C;
  font-size: 15px;
  font-weight: 500;
}

.contact-pg .hours_box .item .hours {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}

.contact-pg .hours_box .item:nth-child(even) {
  background-color: #f8f8f8;
}

.contact-pg .map_box iframe {
  border-radius: 15px;
}

/**********************************************
    Start Edit branches Page 
**********************************************/
.branches-pg .search_box .form-control {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  border: 1px solid #fff;
}

.branches-pg .search_box .submit_butn {
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 13px;
}

.branches-pg .search_box .submit_butn .icon {
  width: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}

.branch_card {
  background-color: #fff;
  position: relative;
  padding: 40px 25px 30px 25px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(121, 121, 121, 0.1);
          box-shadow: 0 4px 14px 0 rgba(121, 121, 121, 0.1);
  margin: 15px 0;
  border: .5px solid #E4E4E4;
  border-radius: 6px;
}

.branch_card .icon {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  color: var(--secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.branch_card .p .sm_icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

/**********************************************
    Start Edit booking Page 
**********************************************/
.booking-pg .inner {
  background-color: #fff;
  padding: 50px 3vw;
}

.booking-pg .inner .session_time .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.booking-pg .inner .box .form-wizard .form-wizard-header {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps {
  margin: 30px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li {
  width: 160px;
  position: relative;
  text-align: start;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li .title_li {
  position: absolute;
  right: 53px;
  top: -12px;
  font-size: 12px;
  color: #888;
  width: 90px;
  text-align: center;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li::after,
.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li::before {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li::after {
  width: 0;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li span {
  color: #333;
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li.active::after {
  background-color: var(--primary);
  right: 0;
  width: 50%;
  border-color: var(--primary);
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li.active span {
  background-color: var(--primary);
  color: #fff;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li.active .title_li {
  color: var(--primary);
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li.activated::after {
  background-color: var(--secondary);
  right: 40px;
  width: 100%;
  border-color: var(--secondary);
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li.activated span {
  background-color: var(--secondary);
  color: #fff;
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li.activated .title_li {
  color: var(--secondary);
}

.booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li:last-child::after {
  left: 0;
}

.booking-pg .inner .box .form-wizard .wizard-fieldset {
  display: none;
}

.booking-pg .inner .box .form-wizard .wizard-fieldset.show {
  display: block;
}

.booking-pg .inner .box .form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.booking-pg .inner .box .branch_radios .form-check {
  padding: 0;
  position: relative;
}

.booking-pg .inner .box .branch_radios .form-check .form-check-input:checked ~ .form-check-label .branch_card {
  border: 0.5px solid var(--primary);
}

.booking-pg .inner .box .branch_radios .form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  right: 0;
  opacity: 0;
}

.booking-pg .inner .box .branch_radios .branch_card {
  cursor: pointer;
}

.booking-pg .inner .box .specialist_radios .form-check {
  padding: 0;
  position: relative;
}

.booking-pg .inner .box .specialist_radios .form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  right: 0;
  opacity: 0;
}

.booking-pg .inner .box .specialist_radios .form-check .form-check-input:checked ~ .form-check-label .specialist_card .content {
  background-color: var(--secondary);
}
.booking-pg .inner .box .specialist_radios .form-check .form-check-input:checked ~ .form-check-label .specialist_card {
    border : 5px solid var(--secondary) !important;
}
.booking-pg .inner .box .specialist_radios .specialist_card {
  cursor: pointer;
  border : 5px solid #f8f8f8;
}

.booking-pg .inner .box .mbsc-page {
  height: 124px;
  overflow: hidden;
}

.booking-pg .inner .box .sm_box {
  padding: 15px;
  border: .5px solid #E4E4E4;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 14px 0 rgba(121, 121, 121, 0.1);
          box-shadow: 0 4px 14px 0 rgba(121, 121, 121, 0.1);
}

.booking-pg .inner .box .sm_box .nav-link {
  padding: 0.7rem 2rem;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #555;
  background-color: transparent !important;
}

.booking-pg .inner .box .sm_box .nav-link.active {
  color: var(--secondary);
  border-bottom: 1px solid var(--secondary);
}

.booking-pg .inner .box .session_time_radios .form-check {
  padding: 0;
  position: relative;
}

.booking-pg .inner .box .session_time_radios .form-check .form-check-input:checked ~ .form-check-label .sessionTime_card {
  border: 1px solid var(--secondary) !important;
  background-color: var(--secondary) !important;
  color: #fff !important;
}

.booking-pg .inner .box .session_time_radios .form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  right: 0;
  opacity: 0;
}

.booking-pg .inner .box .session_time_radios .form-check-label {
  width: 100%;
  text-align: center;
}

.booking-pg .inner .box .session_time_radios .sessionTime_card {
  border: 1px solid #ddd;
  padding: 1rem;
  width: 100%;
  color: #666;
  font-weight: 500;
  direction: ltr;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 10px;
}

.booking-pg .inner .box .form-check-label {
  width: 100%;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.booking-pg .inner .box .booking_det .icon {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.booking-pg .inner .box .booking_det .txt .p {
  color: #B8C3CA;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.booking-pg .inner .box .apply_abs_butn {
  background-color: var(--primary);
  color: #fff;
  border-radius: 10px 0 0 10px;
  width: 80px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 9 ;
}

.booking-pg .inner .box .date_group {
  position: relative;
}

.booking-pg .inner .box .date_group .datepicker-container {
  width: 500px;
  height: 95px;
  overflow: hidden;
  overflow-y: auto;
  display: block;
  margin: auto;
}

.booking-pg .inner .box .date_group .datepicker-container .datepicker-panel > ul > li {
  width: 70px;
  font-size: 14px;
  overflow: hidden;
}

.booking-pg .inner .box .date_group .datepicker-container::-webkit-scrollbar {
  display: none;
}

.booking-pg .inner .box .date_group .datepicker-container .datepicker-panel > ul:first-child {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.booking-pg .inner .box .date_group .datepicker-container .datepicker-panel > ul:first-child li {
  width: 100px;
}

.booking-pg .inner .box .date_group .datepicker-container,
.booking-pg .inner .box .date_group .datepicker-container .datepicker-panel > ul > li {
  background-color: transparent;
}

.booking-pg .inner .box .date_group .datepicker-panel > ul > li.picked,
.booking-pg .inner .box .date_group .datepicker-panel > ul > li.picked:hover {
  color: #fff !important;
  background-color: var(--secondary) !important;
}

.specialist_card {
  position: relative;
  border-radius: 20px;
  height: 430px;
  overflow: hidden;
}

.specialist_card .content {
  padding: 25px 15px;
  border-radius: 20px;
  background-color: var(--primary);
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.specialist_card .content .job {
  color: #eee;
}

/**********************************************
    Start Edit content Page 
**********************************************/
.content-pg .p {
  font-size: 17px;
  color: #555;
  line-height: 2;
}

/**********************************************
    Start Edit service Page 
**********************************************/
.service-det .img-box {
  min-height: 550px;
  position: relative;
}

.service-det .img-box .sec-img {
  min-height: 550px;
}

.service-det .img-box .button {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  z-index: 6;
}

.service-det .img-box .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.service-det .img-box .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service-det .img-box .button.is-play .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.service-det .img-box .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.service-det .img-box .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.service-det .img-box .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.service-det-cards .serv_card {
  height: calc(100% - 20px);
}

.service-det-cards .serv_card .serv_img {
  height: 300px;
}

.service-det-cards .serv_card .card-body .p {
  height: auto;
  font-size: 17px;
  line-height: 2;
}

/**********************************************
    Start Edit rate Page 
**********************************************/
.rate-sec .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 2em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
  margin: auto;
}

.rate-sec .stars-content .star-rating i {
  margin: 0 5px;
}

.rate-sec .stars-content .star-rating input {
  display: none;
}

.rate-sec .stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}

.rate-sec .stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}

.rate-sec .stars-content .star-rating label:hover,
.rate-sec .stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}


/**********************************************
    Start Edit register Page 
**********************************************/
.register-pg .register-box {
  background-color: #fff;
  border: 10px solid #f5f5f5;
  border-radius: 20px;
}

.register-pg .register-box .head {
  border-radius: 13px 13px 0 0;
  padding: 35px 15px;
  background-color: #f1f1f1;
}

.register-pg .register-box .head .logo {
  width: 150px;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.register-pg .register-box .card-body {
  padding: 3rem 1.5rem;
  border-radius: 0 0 20px 20px;
}

.register-pg .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.register-pg .input-group-text {
    border: 1px solid transparent;
}

.register-pg .forget_pass {
  font-size: 14px;
  color: #777;
}

.register-pg .submit_butn {
  border-radius: 15px;
}

.show_hide_password {
  position: relative;
}

.show_hide_password .show_pass {
  position: absolute;
  top: 24px;
    inset-inline-end: 30px;
  cursor: pointer;
  color: #888;
}

.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}

.profile-avatar button {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: 2px;
  bottom: 0px;
  cursor: pointer;
}

.profile-avatar button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

/**********************************************
    Start Edit profile Page 
**********************************************/
.profile-pg {
  background-color: #f6f6f6;
}

.profile-pg .prof-side .wrapper {
  padding: 3vw 2vw;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 25px;
}

.profile-pg .prof-side .wrapper.prof-data .img-box {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  margin: auto;
  overflow: hidden;
}

.profile-pg .prof-side .wrapper.links-data .nav-link {
  color: #333;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  margin-bottom: 5px;
}

.profile-pg .prof-side .wrapper.links-data .nav-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.profile-pg .tab_wrapper {
  padding: 50px 3vw;
  border-radius: 20px;
  background-color: #fff;
}

.profile-pg .tab_wrapper .primary_butn {
  min-width: 180px;
  font-weight: bold;
}

.profile-pg .tab_wrapper.profile_tab .editData_box {
  display: none;
}

.profile-pg .tab_wrapper.profile_tab .form-control {
  border-radius: 13px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.profile-pg .tab_wrapper.profile_tab .editPhone_butn {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 100px;
  min-width: 100px;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive .table {
  border: 1px solid #ddd;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive .table th {
  background-color: #202020;
  color: var(--primary);
  padding: 1.4rem 0.5rem;
  font-size: 15px;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive .table th,
.profile-pg .tab_wrapper.orders_tab .table-responsive .table td {
  text-align: center;
  padding: 1.2rem 0.5rem;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive td {
  font-size: 14px;
  vertical-align: middle;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive::-webkit-scrollbar {
  height: 5px;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive .prod_img {
  min-width: 50px;
  height: 40px;
  border-radius: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive .primary_butn {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  display: block;
  margin: auto;
  border-radius: 5px;
  padding: 0.4rem 1.7rem;
}

.profile-pg .tab_wrapper.orders_tab .table-responsive .primary_butn.is_disabled {
  background-color: #ccc;
  pointer-events: none;
}

.profile-pg .tab_wrapper.orders_tab .badge {
  width: 100px;
  padding: .6rem;
  text-align: center;
}

.profile-pg .tab_wrapper.orders_tab .more-butn {
  color: #888;
  display: block;
  text-align: center;
}

.profile-pg .tab_wrapper.notifications_tab .noti_card {
  border-radius: 15px;
  padding: 40px 25px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
  position: relative;

}

.profile-pg .tab_wrapper.notifications_tab .noti_card .noti_icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.profile-pg .tab_wrapper.notifications_tab .noti_card .content {
  width: calc(100% - 80px);
}

.profile-pg .tab_wrapper.notifications_tab .noti_card .content .title {
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.profile-pg .tab_wrapper.notifications_tab .noti_card .content .date {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}

.profile-pg .tab_wrapper.notifications_tab .noti_card .content .p {
  font-size: 14px;
  color: #777;
}

.profile-pg .tab_wrapper.notifications_tab .noti_card:hover .noti_icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.profile-pg .tab_wrapper.notifications_tab .noti_card:hover .title {
  color: var(--primary);
}

.profile-pg .tab_wrapper.notifications_tab .noti_card:last-child {
  margin-bottom: 0;
}

.data-group {
  margin-bottom: 1.2rem;
  position: relative;
}

.data-group .label {
  font-size: 12px;
  font-weight: bold;
}

.data-group .data {
  padding: 1rem 1.5rem;
  border-radius: 13px;
  background-color: #f7f7f7;
  margin-top: 10px;
}

.bg-transparent {
  background-color: transparent !important;
}

.logoutModal .img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 30px auto;
  display: block;
}

.logoutModal .butn {
  width: 100px;
}

@media (max-width: 768px) {
  .profile-pg .tab_wrapper.notifications_tab .noti_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-pg .tab_wrapper.notifications_tab .noti_card .noti_icon {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .profile-pg .tab_wrapper.notifications_tab .noti_card .content {
    width: 100%;
    margin-top: 15px;
  }
  .profile-pg .tab_wrapper.notifications_tab .noti_card .title {
    font-size: 0.9rem;
  }
  .profile-pg .tab_wrapper.notifications_tab .noti_card .p {
    font-size: 12px;
    line-height: 1.6;
  }
  .profile-pg .tab_wrapper.notifications_tab .noti_card .date {
    font-size: 10px;
  }
}

/**********************************************
    Start Edit reservations Page 
**********************************************/
.reserv-sec .nav-link {
  border-radius: 15px;
  padding: 1rem 1rem;
    margin: 5px;
    min-width: 130px;
  background-color: #fff;
  color: var(--primary);
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
}

.reserv-sec .nav-link.active {
  background-color: var(--primary);
  color: #fff;
}

.reserv-sec .reserv_box {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 2vw;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
  margin-bottom: 25px;
}

.reserv-sec .reserv_box .badge {
  padding: 1rem 1.5rem;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 15px;
  min-width: 100px;
  border-radius: 15px;
}

.reserv-sec .reserv_box .badge.dark_badge {
  background-color: #333;
  color: #ddd;
}

.reserv-sec .reserv_box .session_time .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.reserv-sec .reserv_box .dr_data .dr_img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.dark_mode .register-pg .register-box ,
.dark_mode .register-pg .input-group-text {
  border-color: #020a15;
  background-color: #051831 !important;
}

.dark_mode .register-pg .register-box .head {
  background-color: #030f20;
}

.dark_mode .register-pg .register-box .form-control {
  background-color: #082040 !important;
  border: 1px solid #051831;
  color: #fff;
}

.dark_mode .register-pg .register-box .form-check .form-check-label {
  color: #fff;
}

.dark_mode .reserv-sec .reserv_box {
  background-color: #051831;
}

.dark_mode .profile-pg .tab_wrapper,
.dark_mode .profile-pg .prof-side .wrapper {
  background-color: #082040;
}

.dark_mode .data-group .data {
  background-color: #030f20 !important;
}

.dark_mode .profile-pg .form-control {
  background-color: #082040 !important;
  border: 1px solid #051831;
  color: #fff;
}

.dark_mode .profile-pg .subtitle_sec,
.dark_mode .profile-pg .prof-side .wrapper.links-data .nav-link {
  color: #fff;
}

.dark_mode .modal {
  background: #0009;
}

.dark_mode .modal .modal-content {
  background-color: #020a15;
}

.dark_mode .modal .modal-content button.btn-close {
  color: #fff;
}


/**********************************************
    Start Edit Dark mode 
**********************************************/
.dark_mode .navs-container .navbar,
.dark_mode .footer ,
.dark_mode .navs-container .navbar .dropdown-menu {
  background-color: #030f20;
}

.dark_mode .footer .foot {
  background-color: #020a15;
}

.dark_mode .section,
.dark_mode .about_cards,
.dark_mode .checkout-pg .inner .pay_radios .form-check .form-check-label,
.dark_mode .checkout-pg .inner .order_wrapper .order_box,
.dark_mode .checkout-pg .inner .order_wrapper .order_det_box,
.dark_mode .checkout-pg .inner::before,
.dark_mode .checkout-pg .inner::after,
.dark_mode .product_det .inner,
.dark_mode .products-sec .prod_card,
.dark_mode .branches-pg .branch_card,
.dark_mode .contact-pg .form_box,
.dark_mode .contact-pg .hours_box,
.dark_mode .booking-pg .inner {
  background-color: #051831 !important;
}

.dark_mode .section.bg-light,
.dark_mode .feedback-sec .feedback_card,
.dark_mode .about_cards .about_card,
.dark_mode .contact-pg .hours_box .item:nth-child(even),
.dark_mode .booking-pg .inner .box .branch_card,
.dark_mode .mbsc-material.mbsc-datepicker-inline {
  background-color: #082040 !important;
}

.dark_mode .checkout-pg .inner .form-control,
.dark_mode .contact-pg .form_box .form-control,
.dark_mode .mbsc-material.mbsc-datepicker-inline .mbsc-calendar-slide {
  background-color: #051831;
  border: 1px solid #051831;
  color: #fff;
}

.dark_mode .rate-sec form .form-control {
  background-color: #082040 !important;
  border: 1px solid #051831;
  color: #fff;
}

.dark_mode .contact-pg .form_box .form-control,
.dark_mode .booking-pg .inner .box .form-control {
  background-color: #031021;
  border: 1px solid #031021;
  color: #fff;
}

.dark_mode .contact-pg .form_box .input-group-text,
.dark_mode .booking-pg .inner .box .input-group-text {
  color: #fff;
  border: 1px solid #031021;
  background-color: #031021;
}

.dark_mode .title,
.dark_mode .sec_title,
.dark_mode .name,
.dark_mode .label,
.dark_mode .prod_name,
.dark_mode .checkout-pg .inner .order_wrapper .order_box .checkout_items .item .price,
.dark_mode .price,
.dark_mode .product_det .inner .text_box .share_box .title,
.dark_mode .booking-pg .inner .box .form-check-label {
  color: #fff;
}

.dark_mode .navs-container .navbar .nav-link,
.dark_mode p,
.dark_mode .about_cards .about_card .p ,
.dark_mode .p,
.dark_mode span,
.dark_mode a,
.dark_mode .job,
.dark_mode .footer .content .links a,
.dark_mode .product_det .inner .text_box .p,
.dark_mode .contact-pg .hours_box .item .day,
.dark_mode .booking-pg .inner .box .sm_box .nav-link,
.dark_mode .booking-pg .inner .box .session_time_radios .sessionTime_card,
.dark_mode .booking-pg .inner .box .form-wizard .form-wizard-header .form-wizard-steps li .title_li,
.dark_mode .mbsc-material.mbsc-calendar-week-day,
.dark_mode .mbsc-material.mbsc-calendar-day-text,
.dark_mode .booking-pg .inner .box .date_group .datepicker-container .datepicker-panel > ul > li ,
.dark_mode .pagination-wrapper .pagination .page-link {
  color: #eee;
}

.dark_mode .header .item::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.dark_mode .products-sec .prod_card {
  border: 1px solid #030f20;
}

.dark_mode .doctors-sec .dr_card .dr_data {
  background-color: rgba(5, 24, 49, 0.9);
}
.dark_mode .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}


#modeSwitcher .checkbox {
  opacity: 0;
  position: absolute;
}

#modeSwitcher .checkbox:checked + .label {
  background-color: #0F2C52;
}

#modeSwitcher .checkbox:checked + .label::before {
  -webkit-transform: translateX(-51px);
          transform: translateX(-51px);
  background-color: #25528d;
}

#modeSwitcher .checkbox:checked + .label .icon {
  -webkit-filter: var(--filterWhite) !important;
          filter: var(--filterWhite) !important;
}

#modeSwitcher .label {
  background-color: #ddd;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 13px;
  margin: 0;
  position: relative;
  height: 45px;
  width: 100px;
}

#modeSwitcher .label .icon {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}

#modeSwitcher .label .icon.light_icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

#modeSwitcher .label::before {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  content: '';
  width: 45px;
  height: 43px;
  position: absolute;
  top: 1px;
  z-index: 1;
  background: #fff;
  right: 2px;
  border-radius: 5px;
}

#preloader {
width: 100%;
height: 100vh;
overflow: hidden;
position: fixed;
z-index: 9999999;
pointer-events: none;
}

#preloader .logo_img {
width: 300px;
max-width: 70%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
z-index: 20;
opacity: 0.5;
}

#preloader:after,
#preloader:before {
content: "";
position: fixed;
left: 0;
height: 50%;
width: 100%;
background: -webkit-gradient(linear, left top, right top, from(#0d1a36), color-stop(#132650), to(#0a152e));
background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
top: 0;
}

#preloader:after {
bottom: 0;
}

#preloader.isdone {
visibility: hidden;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
opacity: 0;
-webkit-transform: scale(3);
        transform: scale(3);
-webkit-filter: blur(2px);
        filter: blur(2px);
}

#preloader.isdone:after,
#preloader.isdone:before {
height: 0;
-webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
-webkit-transition-delay: 1s;
transition-delay: 1s;
}

/*----------- upload loader ------------*/
#loading-wrapper {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 999;
background-color: #0005;
display: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#loading-wrapper.show {
display: block;
}

#loading-text {
display: block;
position: absolute;
top: calc(50% - 38px);
left: 50%;
color: #fff;
width: 100px;
height: 100px;
margin: -7px 0 0 -45px;
text-align: center;
font-size: 20px;
}

#loading-text img {
width: 100px;
height: 100px;
-o-object-fit: contain;
    object-fit: contain;
}

#loading-content {
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 170px;
height: 170px;
margin: -85px 0 0 -85px;
border: 3px solid #F00;
}

#loading-content:after {
content: "";
position: absolute;
border: 3px solid #0F0;
left: 15px;
right: 15px;
top: 15px;
bottom: 15px;
}

#loading-content:before {
content: "";
position: absolute;
border: 3px solid #00F;
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
}

#loading-content {
border: 3px solid transparent;
border-top-color: #3659A3;
border-bottom-color: #3659A3;
border-radius: 50%;
-webkit-animation: loader 2s linear infinite;
animation: loader 2s linear infinite;
}

#loading-content:before {
border: 3px solid transparent;
border-top-color: #0aafde;
border-bottom-color: #0aafde;
border-radius: 50%;
-webkit-animation: loader 3s linear infinite;
animation: loader 3s linear infinite;
}

#loading-content:after {
border: 3px solid transparent;
border-top-color: #E33F74;
border-bottom-color: #E33F74;
border-radius: 50%;
-webkit-animation: loader 1.5s linear infinite;
animation: loader 1.5s linear infinite;
-moz-animation: loader 2s linear infinite;
-o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@-webkit-keyframes loader {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@keyframes loader {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

#content-wrapper {
color: #FFF;
position: fixed;
left: 0;
top: 20px;
width: 100%;
height: 100%;
}

#header {
width: 800px;
margin: 0 auto;
text-align: center;
height: 100px;
background-color: #666;
}

#content {
width: 800px;
height: 1000px;
margin: 0 auto;
text-align: center;
background-color: #888;
}
/*# sourceMappingURL=style.css.map */

.partners_sec {
    padding: 100px 0;
    /*background-color: #fff;*/
}

.partners_sec .logo {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.partners_sec .logo img {
    height: 80px;
    max-width: 160px;
}


