@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/lateef.css);
@charset "UTF-8";
* {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@font-face {
    font-family: ArbFONTS;
    src: url("../fonts/fonts/ArbFONTS-boutrosAsma.ttf");
}
body {
    /* overflow-x: hidden; */
    font-family: ArbFONTS !important;
}
:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #696cff;
  --bs-pink: #e83e8c;
  --bs-red: #ff3e1d;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffab00;
  --bs-green: #71dd37;
  --bs-teal: #20c997;
  --bs-cyan: #03c3ec;
  --bs-white: #fff;
  --bs-gray: rgba(67, 89, 113, 0.6);
  --bs-gray-dark: rgba(67, 89, 113, 0.8);
  --bs-gray-25: rgba(67, 89, 113, 0.025);
  --bs-gray-50: rgba(67, 89, 113, 0.05);
  /* --primary: #000; */
  /* --secondary: #c30f2a; */
  --primary: #2b3487;
  --secondary: #4cc9f5;
  --third: #0069ab;
  --bs-secondary: #8592a3;
  --bs-success: #71dd37;
  --bs-info: #03c3ec;
  --bs-warning: #ffab00;
  --bs-danger: #ff3e1d;
  --bs-light: #fcfdfd;
  --bs-dark: #233446;
  --bs-gray: rgba(67, 89, 113, 0.1);
  --bs-primary-rgb: 105, 108, 255;
  --bs-secondary-rgb: 133, 146, 163;
  --bs-success-rgb: 113, 221, 55;
  --bs-info-rgb: 3, 195, 236;
  --bs-warning-rgb: 255, 171, 0;
  --bs-danger-rgb: 255, 62, 29;
  --bs-light-rgb: 252, 253, 253;
  --bs-dark-rgb: 35, 52, 70;
  --bs-gray-rgb: 67, 89, 113;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 67, 89, 113;
  --bs-body-color-rgb: 105, 122, 141;
  --bs-body-bg-rgb: 245, 245, 249;
  --bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.53;
  --bs-body-color: #697a8d;
  --bs-body-bg: #f5f5f9;
}
[data-bg] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-50{
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .h-lg-900px {
    height: 900px !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .h-lg-100 {
    height: 100% !important;
  }
   .w-lg-30{
    width: 30% !important;
   } 
}
.fw-900 {
  font-weight: bold;
}
.btn:hover {
  color: #edf2f7;
}
.h-over-color:hover {
  color: var(--secondary) !important;
}
.nav-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-third {
  color: var(--third) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-third {
  background-color: var(--third) !important;
}
.w-70 {
  width: 70%;
}
.w-30 {
  width: 30%;
}
@media (min-width: 1300px) {
  .w-xl-75 {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-xl-25 {
    width: 25%;
  }
}
@media (min-width: 990px) and (max-width: 768px) {
  .w-md-75 {
    width: 75%;
  }
}
.w-auto {
  width: auto;
}
.w-5px,
.size-5px {
  width: 5px;
}
.w-10px,
.size-10px {
  width: 10px;
}
.w-15px,
.size-15px {
  width: 15px;
}
.w-20px,
.size-20px {
  width: 20px;
}
.w-25px,
.size-25px {
  width: 25px;
}
.w-30px,
.size-30px {
  width: 30px;
}
.w-35px,
.size-35px {
  width: 35px;
}
.w-40px,
.size-40px {
  width: 40px;
}
.w-45px,
.size-45px {
  width: 45px;
}
.w-48px,
.size-48px {
  width: 48px;
}
.w-50px,
.size-50px {
  width: 50px;
}
.w-60px,
.size-60px {
  width: 60px;
}
.w-64px,
.size-64px {
  width: 64px;
}
.w-70px,
.size-70px {
  width: 70px;
}
.w-80px,
.size-80px {
  width: 80px;
}
.w-90px,
.size-90px {
  width: 90px;
}
.w-100px,
.size-100px {
  width: 100px;
}
.w-110px,
.size-110px {
  width: 110px;
}
.w-120px,
.size-120px {
  width: 120px;
}
.w-130px,
.size-130px {
  width: 130px;
}
.w-140px,
.size-140px {
  width: 140px;
}
.w-150px,
.size-150px {
  width: 150px;
}
.w-160px,
.size-160px {
  width: 160px;
}
.w-170px,
.size-170px {
  width: 170px;
}
.w-180px,
.size-180px {
  width: 180px;
}
.w-190px,
.size-190px {
  width: 190px;
}
.w-200px,
.size-200px {
  width: 200px;
}
.w-210px,
.size-210px {
  width: 210px;
}
.w-220px,
.size-220px {
  width: 220px;
}
.w-230px,
.size-230px {
  width: 230px;
}
.w-240px,
.size-240px {
  width: 240px;
}
.w-250px,
.size-250px {
  width: 250px;
}
.w-260px,
.size-260px {
  width: 260px;
}
.w-270px,
.size-270px {
  width: 270px;
}
.w-280px,
.size-280px {
  width: 280px;
}
.w-290px,
.size-290px {
  width: 290px;
}
.w-300px,
.size-300px {
  width: 300px;
}
.w-310px,
.size-310px {
  width: 310px;
}
.w-320px,
.size-320px {
  width: 320px;
}
.w-330px,
.size-330px {
  width: 330px;
}
.w-340px,
.size-340px {
  width: 340px;
}
.w-350px,
.size-350px {
  width: 350px;
}
.w-360px,
.size-360px {
  width: 360px;
}
.w-370px,
.size-370px {
  width: 370px;
}
.w-380px,
.size-380px {
  width: 380px;
}
.w-390px,
.size-390px {
  width: 390px;
}
.w-400px,
.size-400px {
  width: 400px;
}
.w-410px,
.size-410px {
  width: 410px;
}
.w-420px,
.size-420px {
  width: 420px;
}
.w-450px,
.size-450px {
  width: 450px;
}
.w-500px,
.size-500px {
  width: 500px;
}
.w-640px,
.size-640px {
  width: 640px;
}

.h-auto {
  height: auto;
}
.h-5px,
.size-5px {
  height: 5px;
}
.h-10px,
.size-10px {
  height: 10px;
}
.h-15px,
.size-15px {
  height: 15px;
}
.h-20px,
.size-20px {
  height: 20px;
}
.h-25px,
.size-25px {
  height: 25px;
}
.h-30px,
.size-30px {
  height: 30px;
}
.h-35px,
.size-35px {
  height: 35px;
}
.h-40px,
.size-40px {
  height: 40px;
}
.h-45px,
.size-45px {
  height: 45px;
}
.h-48px,
.size-48px {
  height: 48px;
}
.h-50px,
.size-50px {
  height: 50px;
}
.h-60px,
.size-60px {
  height: 60px;
}
.h-64px,
.size-64px {
  height: 64px;
}
.h-70px,
.size-70px {
  height: 70px;
}
.h-80px,
.size-80px {
  height: 80px;
}
.h-90px,
.size-90px {
  height: 90px;
}
.h-100px,
.size-100px {
  height: 100px;
}
.h-110px,
.size-110px {
  height: 110px;
}
.h-120px,
.size-120px {
  height: 120px;
}
.h-130px,
.size-130px {
  height: 130px;
}
.h-140px,
.size-140px {
  height: 140px;
}
.h-150px,
.size-150px {
  height: 150px;
}
.h-160px,
.size-160px {
  height: 160px;
}
.h-170px,
.size-170px {
  height: 170px;
}
.h-180px,
.size-180px {
  height: 180px;
}
.h-190px,
.size-190px {
  height: 190px;
}
.h-200px,
.size-200px {
  height: 200px;
}
.h-210px,
.size-210px {
  height: 210px;
}
.h-220px,
.size-220px {
  height: 220px;
}
.h-230px,
.size-230px {
  height: 230px;
}
.h-240px,
.size-240px {
  height: 240px;
}
.h-250px,
.size-250px {
  height: 250px;
}
.h-260px,
.size-260px {
  height: 260px;
}
.h-270px,
.size-270px {
  height: 270px;
}
.h-280px,
.size-280px {
  height: 280px;
}
.h-290px,
.size-290px {
  height: 290px;
}
.h-300px,
.size-300px {
  height: 300px;
}
.h-310px,
.size-310px {
  height: 310px;
}
.h-320px,
.size-320px {
  height: 320px;
}
.h-330px,
.size-330px {
  height: 330px;
}
.h-340px,
.size-340px {
  height: 340px;
}
.h-350px,
.size-350px {
  height: 350px;
}
.h-360px,
.size-360px {
  height: 360px;
}
.h-370px,
.size-370px {
  height: 370px;
}
.h-380px,
.size-380px {
  height: 380px;
}
.h-390px,
.size-390px {
  height: 390px;
}
.h-400px,
.size-400px {
  height: 400px;
}
.h-410px,
.size-410px {
  height: 410px;
}
.h-420px,
.size-420px {
  height: 420px;
}
.h-450px,
.size-450px {
  height: 450px;
}
.h-460px,
.size-460px {
  height: 460px;
}
.h-475px,
.size-475px {
  height: 475px;
}
.h-485px,
.size-485px {
  height: 485px;
}
.h-500px,
.size-500px {
  height: 500px;
}
.h-640px,
.size-640px {
  height: 640px;
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
  .w-sm-5px,
  .size-sm-5px {
    width: 5px;
  }
  .w-sm-10px,
  .size-sm-10px {
    width: 10px;
  }
  .w-sm-15px,
  .size-sm-15px {
    width: 15px;
  }
  .w-sm-20px,
  .size-sm-20px {
    width: 20px;
  }
  .w-sm-25px,
  .size-sm-25px {
    width: 25px;
  }
  .w-sm-30px,
  .size-sm-30px {
    width: 30px;
  }
  .w-sm-35px,
  .size-sm-35px {
    width: 35px;
  }
  .w-sm-40px,
  .size-sm-40px {
    width: 40px;
  }
  .w-sm-45px,
  .size-sm-45px {
    width: 45px;
  }
  .w-sm-48px,
  .size-sm-48px {
    width: 48px;
  }
  .w-sm-50px,
  .size-sm-50px {
    width: 50px;
  }
  .w-sm-60px,
  .size-sm-60px {
    width: 60px;
  }
  .w-sm-64px,
  .size-sm-64px {
    width: 64px;
  }
  .w-sm-70px,
  .size-sm-70px {
    width: 70px;
  }
  .w-sm-80px,
  .size-sm-80px {
    width: 80px;
  }
  .w-sm-90px,
  .size-sm-90px {
    width: 90px;
  }
  .w-sm-100px,
  .size-sm-100px {
    width: 100px;
  }
  .w-sm-110px,
  .size-sm-110px {
    width: 110px;
  }
  .w-sm-120px,
  .size-sm-120px {
    width: 120px;
  }
  .w-sm-130px,
  .size-sm-130px {
    width: 130px;
  }
  .w-sm-140px,
  .size-sm-140px {
    width: 140px;
  }
  .w-sm-150px,
  .size-sm-150px {
    width: 150px;
  }
  .w-sm-160px,
  .size-sm-160px {
    width: 160px;
  }
  .w-sm-170px,
  .size-sm-170px {
    width: 170px;
  }
  .w-sm-180px,
  .size-sm-180px {
    width: 180px;
  }
  .w-sm-190px,
  .size-sm-190px {
    width: 190px;
  }
  .w-sm-200px,
  .size-sm-200px {
    width: 200px;
  }
  .w-sm-210px,
  .size-sm-210px {
    width: 210px;
  }
  .w-sm-220px,
  .size-sm-220px {
    width: 220px;
  }
  .w-sm-230px,
  .size-sm-230px {
    width: 230px;
  }
  .w-sm-240px,
  .size-sm-240px {
    width: 240px;
  }
  .w-sm-250px,
  .size-sm-250px {
    width: 250px;
  }
  .w-sm-260px,
  .size-sm-260px {
    width: 260px;
  }
  .w-sm-270px,
  .size-sm-270px {
    width: 270px;
  }
  .w-sm-280px,
  .size-sm-280px {
    width: 280px;
  }
  .w-sm-290px,
  .size-sm-290px {
    width: 290px;
  }
  .w-sm-300px,
  .size-sm-300px {
    width: 300px;
  }
  .w-sm-310px,
  .size-sm-310px {
    width: 310px;
  }
  .w-sm-320px,
  .size-sm-320px {
    width: 320px;
  }
  .w-sm-330px,
  .size-sm-330px {
    width: 330px;
  }
  .w-sm-340px,
  .size-sm-340px {
    width: 340px;
  }
  .w-sm-350px,
  .size-sm-350px {
    width: 350px;
  }
  .w-sm-360px,
  .size-sm-360px {
    width: 360px;
  }
  .w-sm-370px,
  .size-sm-370px {
    width: 370px;
  }
  .w-sm-380px,
  .size-sm-380px {
    width: 380px;
  }
  .w-sm-390px,
  .size-sm-390px {
    width: 390px;
  }
  .w-sm-400px,
  .size-sm-400px {
    width: 400px;
  }
  .w-sm-410px,
  .size-sm-410px {
    width: 410px;
  }
  .w-sm-420px,
  .size-sm-420px {
    width: 420px;
  }
  .w-sm-450px,
  .size-sm-450px {
    width: 450px;
  }
  .w-sm-500px,
  .size-sm-500px {
    width: 500px;
  }
  .w-sm-640px,
  .size-sm-640px {
    width: 640px;
  }

  .h-sm-auto {
    height: auto;
  }
  .h-sm-5px,
  .size-sm-5px {
    height: 5px;
  }
  .h-sm-10px,
  .size-sm-10px {
    height: 10px;
  }
  .h-sm-15px,
  .size-sm-15px {
    height: 15px;
  }
  .h-sm-20px,
  .size-sm-20px {
    height: 20px;
  }
  .h-sm-25px,
  .size-sm-25px {
    height: 25px;
  }
  .h-sm-30px,
  .size-sm-30px {
    height: 30px;
  }
  .h-sm-35px,
  .size-sm-35px {
    height: 35px;
  }
  .h-sm-40px,
  .size-sm-40px {
    height: 40px;
  }
  .h-sm-45px,
  .size-sm-45px {
    height: 45px;
  }
  .h-sm-48px,
  .size-sm-48px {
    height: 48px;
  }
  .h-sm-50px,
  .size-sm-50px {
    height: 50px;
  }
  .h-sm-60px,
  .size-sm-60px {
    height: 60px;
  }
  .h-sm-64px,
  .size-sm-64px {
    height: 64px;
  }
  .h-sm-70px,
  .size-sm-70px {
    height: 70px;
  }
  .h-sm-80px,
  .size-sm-80px {
    height: 80px;
  }
  .h-sm-90px,
  .size-sm-90px {
    height: 90px;
  }
  .h-sm-100px,
  .size-sm-100px {
    height: 100px !important;
  }
  .h-sm-110px,
  .size-sm-110px {
    height: 110px;
  }
  .h-sm-120px,
  .size-sm-120px {
    height: 120px;
  }
  .h-sm-130px,
  .size-sm-130px {
    height: 130px;
  }
  .h-sm-140px,
  .size-sm-140px {
    height: 140px;
  }
  .h-sm-150px,
  .size-sm-150px {
    height: 150px;
  }
  .h-sm-160px,
  .size-sm-160px {
    height: 160px;
  }
  .h-sm-170px,
  .size-sm-170px {
    height: 170px;
  }
  .h-sm-180px,
  .size-sm-180px {
    height: 180px;
  }
  .h-sm-190px,
  .size-sm-190px {
    height: 190px;
  }
  .h-sm-200px,
  .size-sm-200px {
    height: 200px;
  }
  .h-sm-210px,
  .size-sm-210px {
    height: 210px;
  }
  .h-sm-220px,
  .size-sm-220px {
    height: 220px;
  }
  .h-sm-230px,
  .size-sm-230px {
    height: 230px;
  }
  .h-sm-240px,
  .size-sm-240px {
    height: 240px;
  }
  .h-sm-250px,
  .size-sm-250px {
    height: 250px;
  }
  .h-sm-260px,
  .size-sm-260px {
    height: 260px;
  }
  .h-sm-270px,
  .size-sm-270px {
    height: 270px;
  }
  .h-sm-280px,
  .size-sm-280px {
    height: 280px;
  }
  .h-sm-290px,
  .size-sm-290px {
    height: 290px;
  }
  .h-sm-300px,
  .size-sm-300px {
    height: 300px;
  }
  .h-sm-310px,
  .size-sm-310px {
    height: 310px;
  }
  .h-sm-320px,
  .size-sm-320px {
    height: 320px;
  }
  .h-sm-330px,
  .size-sm-330px {
    height: 330px;
  }
  .h-sm-340px,
  .size-sm-340px {
    height: 340px;
  }
  .h-sm-350px,
  .size-sm-350px {
    height: 350px;
  }
  .h-sm-360px,
  .size-sm-360px {
    height: 360px;
  }
  .h-sm-370px,
  .size-sm-370px {
    height: 370px;
  }
  .h-sm-380px,
  .size-sm-380px {
    height: 380px;
  }
  .h-sm-390px,
  .size-sm-390px {
    height: 390px;
  }
  .h-sm-400px,
  .size-sm-400px {
    height: 400px;
  }
  .h-sm-410px,
  .size-sm-410px {
    height: 410px;
  }
  .h-sm-420px,
  .size-sm-420px {
    height: 420px;
  }
  .h-sm-450px,
  .size-sm-450px {
    height: 450px;
  }
  .h-sm-460px,
  .size-sm-460px {
    height: 460px;
  }
  .h-sm-475px,
  .size-sm-475px {
    height: 475px;
  }
  .h-sm-485px,
  .size-sm-485px {
    height: 485px;
  }
  .h-sm-500px,
  .size-sm-500px {
    height: 500px;
  }
  .h-sm-640px,
  .size-sm-640px {
    height: 640px;
  }
}
.w-80{
  width: 80%;
}
@media (min-width: 991px) {
.w-lg-90{
width: 90%;
}
.w-lg-80{
width: 80%;
}
}
@media (min-width: 591px) {
.w-sm-75{
width: 75%;
}
}
.fw-500 {
  font-weight: 500;
}
a:hover {
  text-decoration: none;
}
.text-body-center,
.text-body-center * {
  text-align: center;
}
.block {
  display: block !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.bg-p-left {
  background-position: 0;
}
.bg-p-left-h {
  background-position: 25% 50%;
}
.bg-p-right {
  background-position: 100%;
}
.bg-p-right-h {
  background-position: 75% 50%;
}
.bg-p-top {
  background-position: top;
}
.bg-p-bottom {
  background-position: bottom;
}
.bg-p-top-right {
  background-position: 100% 0;
}
.bg-p-top-left {
  background-position: 0 0;
}
.bg-p-bottom-left {
  background-position: 0 100%;
}
.bg-p-bottom-right {
  background-position: 100% 100%;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: none;
  outline: 0;
  /* font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline; */
  text-decoration: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: separate;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
a {
  text-decoration: none;
  position: relative;
  color: #000;
}
audio,
canvas,
video {
  max-width: 100%;
}
html {
  overflow-x: hidden !important;
}
body,
html {
  height: 100%;
}
body {
  font-weight: 600;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  /* background: var(--primary); */
  color: #000;
  font-family: Nunito, sans-serif;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body,
p {
  font-size: 13px;
}
p {
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #878c9f;
}
blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
  position: relative;
}
blockquote:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F10E";
  position: absolute;
  color: #ccc;
  bottom: 3px;
  font-size: 43px;
  right: 6px;
  opacity: 0.4;
}
blockquote p {
  font-family: Lateef, cursive;
  font-style: italic;
  color: #494949;
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}
#main {
    transition: opacity 0.5s ease;
}

.logo-spin {
  width: 120px;
  animation: pulse 1.5s ease-in-out infinite;
  box-shadow: none !important;

}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.6; }
}

/* .logo-spin {
  width: 120px;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
} */

/* .logo-spin {
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
} */

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}
.logo-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #fff;
}
.orbit-loader {
  position: relative;
  width: 60px;
  height: 60px;
}

.orbit-loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform-origin: -25px;
  animation: orbit 1s linear infinite;
}

.orbit-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.orbit-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

.orbit-loader span:nth-child(4) {
  animation-delay: 0.6s;
}

.orbit-loader span:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(25px);
  }
  100% {
    transform: rotate(360deg) translateX(25px);
  }
}
/* .dot-loader {
  display: flex;
  gap: 8px;
}

.dot-loader span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--secondary);
  animation: dot-flash 1.2s infinite ease-in-out;
}

.dot-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.dot-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-flash {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1.5);
  }
} */
/* .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--secondary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: load 1s linear infinite;
    margin: auto;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */
/* .ajax-loader,
.pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-radius: 100%;
  margin: -20px 0 0 -20px;
} */
/* .ajax-loader-cirle,
.pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
} */
/* .ajax-loader-cirle:before,
.pulse:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -12px;
} */
/* @-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
} */
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.container {
  max-width: 1364px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.big-container {
  max-width: 1500px;
}
.small-container {
  max-width: 1024px;
}
#wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
  /* padding-top: 110px; */
}
#wrapper.home-wrap {
  padding-top: 0;
}
.content {
  z-index: 4;
  background: #fff;
  /* overflow: hidden; */
}
.content,
.fl-wrap {
  width: 100%;
  position: relative;
  float: left;
}
.no-bg {
  background: none;
}
.full-height {
  height: 100%;
}
.full-width-wrap {
  width: 100%;
}
.bg {
  background-size: cover;
  background-attachment: scroll;
  background-position: 50%;
  background-repeat: repeat;
  background-origin: content-box;
}
.bg,
.city-bg,
.wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.city-bg,
.wave-bg {
  background: url(/images/wave.png) repeat;
}
.respimg {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}
.op1 {
  opacity: 0.1;
}
.op3 {
  opacity: 0.3;
}
.op7 {
  opacity: 0.5 !important;
}
.box-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.box-item:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(51, 51, 51, 0.41);
}
.box-item:before,
.box-item a.gal-link {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-item a.gal-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 8px;
  z-index: 10;
  top: 40%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-box-shadow: 0 0 0 9px hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 0 0 9px hsla(0, 0%, 100%, 0.4);
}
.list-single-gallery .box-item {
  border-radius: 6px;
}
.box-item:hover a.gal-link {
  top: 50%;
  opacity: 1;
}
.box-item:hover:before {
  opacity: 1;
}
.fw-separator {
  float: left;
  width: 100%;
  margin: 25px 0;
  height: 1px;
  background: #eee;
}
.no-padding {
  padding: 0 !important;
}
.btn {
  padding: 0 80px 0 30px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.1);
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn.no-shdow-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.whitebtn i {
  border-color: #eee;
}
.btn-link {
  color: grey;
  font-weight: 600;
  font-size: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
}
/* .btn:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 100%;
	background: hsla(0, 0%, 100%, 0.2);
	z-index: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn:hover:after {
	width: 120%;
	background: hsla(0, 0%, 100%, 0.1);
} */
.btn i {
  position: absolute;
  right: 0;
  width: 40px;
  height: 44px;
  line-height: 44px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.21);
  text-align: center;
  top: 0;
}
.btn.float-btn {
  float: left;
  margin: 10px 0 0;
}
.btn.flat-btn,
.down-btn {
  color: #fff;
}
.down-btn {
  float: left;
  padding: 15px 20px;
  margin-right: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.2);
  font-size: 12px;
  border-radius: 4px;
}
.down-btn i {
  padding-right: 10px;
  font-size: 16px;
}
.list-author-widget-text .btn {
  display: inline-table;
  margin-top: 16px;
}
.list-single-btn {
  display: inline-block;
  padding: 15px 35px;
  background: #fff;
  margin-top: 90px;
  border-radius: 30px;
  position: relative;
  border: 1px solid #d8d8d8;
  font-size: 14px;
}
.list-single-btn i {
  padding-left: 10px;
}
.load-more-button {
  display: inline-block;
  color: #fff;
  padding: 15px 70px;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 700;
  background: var(--primary);
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 80%, 0.4);
  box-shadow: 0 0 0 7px hsla(0, 0%, 80%, 0.4);
}
.load-more-button i {
  float: right;
  margin-left: 18px;
  top: 2px;
  position: relative;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.accordion,
.accordion a.toggle {
  float: left;
  width: 100%;
  position: relative;
}
.accordion a.toggle {
  border: 1px solid #d8d8d8;
  padding: 18px 50px 18px 30px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 15px;
}
.accordion a.toggle span {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 60px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion a.toggle span:after,
.accordion a.toggle span:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.accordion a.toggle span:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
}
.accordion a.toggle span:after {
  width: 2px;
  height: 10px;
  margin-top: -5px;
  margin-left: -1px;
}
.accordion a.toggle.act-accordion {
  color: #fff;
  border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
  height: 0;
}
.accordion-inner {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 30px 15px;
  background: #fff;
  margin: 0 0 15px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.accordion-inner.visible {
  display: block;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-transform: translateZ(0);
  height: 110px;
  background: var(--primary);
}
.fs-header {
  padding: 0 50px;
}
.header-top {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  padding: 0 0 6px;
  z-index: 20;
}
.header-inner {
  height: 50px;
  padding: 0 0 6px;
  z-index: 19;
}
.logo-holder {
  float: left;
  position: relative;
  top: 12px;
  height: 35px;
}
.logo-holder img {
  height: 100%;
  width: auto;
}
.add-doctor {
  float: right;
  padding: 0 32px;
  position: relative;
  color: #fff;
  height: 59px;
  line-height: 59px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  background: var(--secondary);
  cursor: pointer;
}
.add-doctor span {
  padding-left: 4px;
  font-weight: 700;
}
.show-reg-form {
  float: right;
  color: #fff;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
  top: 0;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
  font-weight: 400;
}
.show-reg-form:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.21);
}
.show-reg-form i {
  padding-right: 10px;
}
.show-search-button {
  width: 172px;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.show-search-button,
.wishlist-link {
  color: #fff;
  float: right;
  position: relative;
  top: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wishlist-link {
  width: 60px;
  font-size: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
}
.wishlist-link:hover i {
  font-weight: 800;
}
.wishlist-link span.wl_counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 100%;
  z-index: 2;
  font-size: 10px;
  color: #fff;
}
.wishlist-wrap {
  position: absolute;
  top: 100%;
  right: -20px;
  opacity: 0;
  visibility: visible;
  display: none;
  width: 400px;
  height: 320px;
  overflow: auto;
  padding: 25px 30px;
  background: #fff;
  z-index: -1;
  border-radius: 0 0 6px 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.1);
  box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.1);
}
.vis-wishlist {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.wishlist-wrap .box-widget-content {
  padding: 0;
}
.show-search-button i {
  padding-left: 19px;
  position: relative;
  top: 1px;
}
.show-search-button i.vis-head-search-close:before,
.wishlist-link.scwllink i:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F00D";
}
.show-search-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.21);
}
.currency-wrap,
.lang-wrap {
  float: right;
  margin-right: 40px;
  position: relative;
  top: 10px;
}
.currency-wrap {
  margin-right: 0;
  top: 12px;
}
.currency-tooltip,
.lang-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 105;
  background: #fff;
  padding: 40px 0 12px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  border-top: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.1);
}
.show-currency-tooltip,
.show-lang {
  color: #fff;
  cursor: pointer;
  width: 100px;
  float: right;
  padding: 10px;
  position: relative;
  z-index: 106;
  font-size: 12px;
  border: 1px solid transparent;
}
.show-currency-tooltip i,
.show-currency-tooltip span {
  position: relative;
  float: left;
}
.show-currency-tooltip i {
  padding-right: 8px;
  top: 1px;
}
.show-currency-tooltip span i,
.show-lang i {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 10px;
  height: 10px;
  margin-top: -5px;
}
.show-currency-tooltip span i {
  right: -30px;
}
.lang-tooltip li img,
.show-lang img {
  position: relative;
  border-radius: 0;
}
.show-lang img {
  margin-right: 4px;
}
.show-lang span {
  padding: 0 10px 0 6px;
  position: relative;
  z-index: 2;
}
.show-lang .fa-angle-down {
  position: relative;
  top: 2px;
}
.currency-wrap:hover .currency-tooltip,
.lang-wrap:hover .lang-tooltip {
  visibility: visible;
  opacity: 1;
}
.currency-wrap:hover .show-currency-tooltip span,
.lang-wrap:hover .show-lang span {
  color: #666;
}
.currency-tooltip li,
.lang-tooltip li {
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 6px 14px;
}
.currency-tooltip li:hover,
.lang-tooltip li:hover {
  background: var(--primary);
}
.currency-tooltip li {
  margin-bottom: 4px;
  padding-left: 10px;
}
.currency-tooltip li:last-child {
  margin-bottom: 0;
}
.currency-tooltip li i {
  margin-right: 8px;
}
.lang-tooltip li img {
  margin-right: 10px;
}
.currency-tooltip li:hover a,
.lang-tooltip li:hover a {
  color: #fff;
}
.currency-tooltip li a,
.lang-tooltip li a {
  color: #566985;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
}
.header-search {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  padding: 20px 30px 30px;
  background: #fff;
  z-index: 18;
  border-bottom: 1px solid #d8d8d8;
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vis-head-search {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.col-list-search-input-item label,
.header-search-input-item label,
.leave-rating-holder .leave-rating-title,
.range-slider-title {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  color: #878c9f;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.col-list-search-input-item input[type="text"],
.header-search-input-item input[type="text"] {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 32px 12px 33px;
  border-radius: 6px;
  background: #f7f9fb;
  height: 42px;
  line-height: 42px;
}
.col-list-search-input-item input[type="text"]:focus,
.header-search-input-item input[type="text"]:focus {
  background: #fff;
}
.col-list-search-input-item.in-loc-dec:before,
.header-search-input-item.date-parent:before,
.header-search-input-item.in-loc-dec:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F107";
  position: absolute;
  color: #fff;
  bottom: 10px;
  font-size: 15px;
  right: 14px;
  font-weight: 500;
  z-index: 120;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.not-vis-arrow:before {
  display: none;
}
.col-list-search-input-item input[type="number"],
.header-search-input-item input[type="number"] {
  border-radius: 6px;
  background: #fff;
}
.col-list-search-input-item .quantity-item,
.header-search-input-item .quantity-item {
  float: left;
  width: 33.3%;
}
.header-search-input-item-icon {
  position: absolute;
  bottom: 14px;
  left: 13px;
  z-index: 100;
  font-weight: 600;
  font-size: 14px;
}
.header-search-button {
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  color: #fff;
  border: none;
  border-radius: 4px;
  position: relative;
  top: 20px;
  left: 0;
  outline: none;
  cursor: pointer;
}
.header-search-button i {
  padding-left: 10px;
}
.col-list-search-input-item.location a,
.header-search-input-item.location a {
  position: absolute;
  bottom: 12px;
  right: 16px;
  z-index: 500;
}
.close-header-search {
  position: absolute;
  width: 100px;
  height: 26px;
  right: 50%;
  margin-right: -50px;
  line-height: 26px;
  bottom: -27px;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.search-opt-wrap-container {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.search-input-item {
  float: left;
  width: 50%;
  padding: 0 16px;
}
.search-input-item.midd-input {
  width: 30%;
  padding: 0 15px;
}
.search-input-item.small-input {
  width: 20%;
  padding: 0 18px 0 15px;
}
.home-btn {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  line-height: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-btn,
.home-btn a {
  color: #fff;
}
.nav-holder {
  float: left;
  position: relative;
  opacity: 1;
  left: 0;
  visibility: visible;
  z-index: 20;
}
.nav-holder nav {
  position: relative;
  float: right;
}
.nav-holder nav li {
  float: left;
  position: relative;
  margin-right: 6px;
  height: 50px;
}
.nav-holder nav li ul {
  margin: 30px 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-holder nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.nav-holder nav li ul li ul {
  top: -10px;
  left: 100%;
  margin-left: 25px;
  margin-top: 0;
  max-width: 150px;
}
.nav-holder nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.nav-holder nav li ul li {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}
.nav-holder nav li a {
  float: left;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.dark-header .nav-holder nav li a {
  color: #fff;
}
.nav-holder nav li a i {
  padding-left: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-holder nav li a:hover i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.nav-holder nav li ul a {
  color: #566985;
  float: left;
  width: 100%;
  font-weight: 700;
  text-align: left;
  padding: 5px 15px;
  font-size: 12px;
}
.dark-header .nav-holder nav li ul a {
  color: #000;
}
nav li ul a:after,
nav li ul a:before {
  display: none;
}
.nav-button-wrap {
  float: left;
  height: 34px;
  width: 34px;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  top: 8px;
  display: none;
}
.nav-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 20px;
  margin-left: -11px;
  margin-top: -6px;
}
.nav-button span {
  float: left;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-user-menu {
  float: right;
  position: relative;
  top: 0;
  background-color: var(--secondary);
  border-radius: 10px;
  padding: 10px 25px;
  /* margin-right: 50px; */
}
.header-user-name {
  position: relative;
  float: left;
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  font-weight: 900;
  font-size: 12px;
}
.header-user-name:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0D7";
  position: absolute;
  color: #fff !important;
  bottom: 1px;
  font-size: 13px;
  right: -26px;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 20;
}
.main-search-with-caret:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0D7";
  position: absolute;
  color: #fff;
  bottom: 1px;
  font-size: 13px;
  right: -26px;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 20;
  bottom: 16px;
  right: 20px;
}
.qty-dropdown-header:before {
  bottom: -2px;
}
.header-user-name span {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: -50px;
}
.header-user-name span img {
  width: 100%;
  height: 100%;
}

.header-user-menu ul {
  margin: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 60px;
  /* left: -20px; */
  right: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* @media (max-width: 990px) {
  .header-user-menu ul {
        left: -80px;

  }
} */
.header-user-name.hu-menu-visdec:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.header-user-menu ul.hu-menu-vis {
  opacity: 1;
  visibility: visible;
  top: 40px;
  width: 200px;
}
.header-user-menu ul li {
  float: left;
  width: 100%;
  padding: 4px 0;
}
.header-user-menu ul li a {
  color: #50596e;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  padding: 6px 15px;
}
.header-user-menu ul li a span {
  color: var(--primary);
}
/* old footer */
/* .footer-inner,
.main-footer,
.sub-footer,
.top-footer {
  float: left;
  width: 100%;
  position: relative;
  font-size: 11px;
}
.footer-inner p,
.main-footer p,
.sub-footer p,
.top-footer p {
  font-size: 11px;
}
.main-footer {
  background: var(--primary);
  z-index: 3;
  overflow: hidden;
}
.footer-inner {
  padding: 70px 0;
  z-index: 2;
  border-top: 2px solid rgba(0, 0, 0, 0.21);
}
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(/images/bg/4.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 50%;
  background-repeat: repeat;
  opacity: 0.04;
  background-origin: content-box;
}
.sub-footer {
  background: var(--primary);
  padding: 34px 0 20px;
  z-index: 3;
}
.copyright {
  float: left;
  color: #fff;
  font-size: 12px;
}
.copyright a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.copyright a:hover {
  color: #ea1e39;
}
.subfooter-nav {
  float: right;
  margin-right: 50px;
}
.subfooter-nav li {
  float: left;
  margin-right: 20px;
}
.subfooter-nav li a {
  color: hsla(0, 0%, 100%, 0.61);
  font-weight: 400;
  font-size: 12px;
}
.subfooter-lang {
  float: right;
  padding-left: 70px;
  position: relative;
  height: 25px;
}
.subfooter-show-lang {
  float: left;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.subfooter-show-lang i {
  margin-left: 10px;
}
.subfooter-lang:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/map.png) no-repeat 50%;
  width: 52px;
  height: 25px;
  opacity: 0.8;
}
.subfooter-lang-tooltip {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  padding: 15px 0;
  background: var(--primary);
  right: 0;
  width: 80%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.subfooter-lang:hover .subfooter-lang-tooltip {
  visibility: visible;
  opacity: 1;
}
.subfooter-lang-tooltip li {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}
.subfooter-lang-tooltip li a {
  text-align: right;
  float: left;
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
}
.footer-carousel-title {
  float: left;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 40px;
  font-size: 14px;
}
.footer-fw-widget {
  padding-bottom: 30px;
  margin-bottom: 70px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
}
.footer-carousel-item img {
  width: 100%;
  height: auto;
}
.footer-carousel-item a {
  opacity: 0.6;
  float: left;
}
.footer-widget h3 {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  padding-bottom: 25px;
}
.footer-social {
  float: left;
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.21);
}
.footer-social span {
  float: left;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  top: 8px;
  font-size: 14px;
}
.footer-social ul {
  float: left;
}
.footer-social li {
  float: left;
  margin-right: 14px;
}
.footer-social li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  font-size: 13px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: hsla(0, 0%, 100%, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.11);
  border-radius: 50%;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.footer-social li a:active,
.footer-social li a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-box-shadow: 0 0 15px #fff;
  box-shadow: 0 0 15px #fff;
}
.footer-menu {
  margin-top: 20px;
}
.footer-menu li {
  float: left;
  text-align: left;
  padding-right: 16px;
  position: relative;
}
.footer-menu li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  right: 6px;
  border-radius: 100%;
}
.footer-menu li:last-child:before {
  display: none;
}
.footer-menu li a {
  color: #eee;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.footer-menu li a:hover {
  color: hsla(0, 0%, 100%, 0.41);
}
.footer-whatsapp {
  width: 100%;
}
.footer-whatsapp h4 {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.footer-whatsapp i,
.footer-whatsapp span {
  float: right;
}
.footer-whatsapp i {
  font-size: 50px;
  margin: 10px 0 10px 20px;
  color: #fff;
}
.footer-whatsapp span {
  font-size: 25px;
  margin-top: 15px;
  color: #fff;
}
#footer-twiit div.user,
#footer-twiit img,
p.interact {
  display: none;
}
#footer-twiit {
  text-align: left;
}
#footer-twiit a {
  color: #fff;
}
#footer-twiit p.tweet {
  font-size: 11px;
  color: #fff;
  float: left;
  padding: 20px 22px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.no-border {
  border: none !important;
}
#footer-twiit p.tweet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-radius: 6px;
  opacity: 0.14;
}
#footer-twiit p.tweet:after {
  font-family: Font Awesome\5 Brands;
  content: "\F099";
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: #fff;
  opacity: 0.2;
  font-size: 34px;
  z-index: -1;
}
#footer-twiit .timePosted a {
  color: #ccc;
  position: relative;
  float: left;
  margin-bottom: 30px;
  padding-left: 20px;
}
#footer-twiit .timePosted a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F017";
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  opacity: 0.7;
  font-size: 14px;
}
#footer-twiit .timePosted a:after {
  top: -10px;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: var(--secondary);
  border-width: 7px;
  margin-left: 7px;
  opacity: 0.1;
} */
/* ----------------------------------- */
.twitter-link {
  background: hsla(0, 0%, 100%, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.11);
  padding: 8px 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.1);
}
.contact-btn,
.twitter-link {
  float: left;
  color: #fff;
  font-size: 12px;
}
.contact-btn {
  padding: 15px 35px;
  margin-top: 50px;
  font-weight: 600;
  border-radius: 4px;
  position: relative;
  top: 28px;
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.1);
}
.contact-btn i {
  padding-left: 15px;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 16px;
  position: relative;
  top: 1px;
}
.customer-support-widget {
  margin-top: 50px;
  padding: 25px 30px 15px 45px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.customer-support-widget:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F4FE";
  position: absolute;
  z-index: -1;
  color: #fff;
  font-size: 84px;
  opacity: 0.07;
  left: 14px;
  bottom: 8px;
}
.customer-support-widget h4 {
  font-size: 12px;
  width: 100%;
  margin-bottom: 6px;
}
.cs-mumber,
.customer-support-widget h4 {
  float: left;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.cs-mumber {
  font-size: 20px;
  position: relative;
  top: 6px;
}
.cs-mumber:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.cs-mumber-button {
  float: right;
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  top: -14px;
  position: relative;
}
.cs-mumber-button i {
  padding-left: 10px;
}
.contact-btn:hover {
  background: var(--primary);
}
.subscribe-wrap {
  padding: 90px 0;
  overflow: hidden;
}
.subscribe-header h3 {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 22px;
}
.subscribe-header a {
  color: #fff;
}
.subscribe-header p {
  color: hsla(0, 0%, 100%, 0.71);
  text-align: left;
}
.footer-widget #subscribe .enteremail {
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding: 0 120px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid hsla(0, 0%, 100%, 0.21);
  z-index: 1;
}
.sp-bg {
  bottom: -240px;
  left: -70px;
  width: 350px;
  height: 350px;
  background: hsla(0, 0%, 100%, 0.11);
  -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.05);
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.05);
}
.sp-bg,
.sp-bg:before {
  position: absolute;
  border-radius: 100%;
}
.sp-bg:before {
  content: "";
  top: -50px;
  left: -50px;
  bottom: -50px;
  right: -50px;
  background: hsla(0, 0%, 100%, 0.051);
}
#subscribe {
  float: left;
  width: 100%;
  position: relative;
  top: 30px;
}
#subscribe:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  background: hsla(0, 0%, 100%, 0.18);
  z-index: -1;
  border-radius: 4px;
}
.footer-widget #subscribe-button {
  position: absolute;
  right: 0;
  width: 120px;
  height: 50px;
  line-height: 50px;
  top: 0;
  cursor: pointer;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  background: var(--primary);
  color: #fff;
}
.footer-widget #subscribe-button:hover i {
  color: #fff;
}
.subscribe-message {
  color: #fff;
  float: left;
  margin-top: 10px;
  text-align: left;
  font-weight: 500;
  line-height: 19px;
}
.subscribe-message i {
  padding-right: 6px;
}
.subscribe-message.valid i {
  color: #5ecfb1;
}
.subscribe-message.error i {
  color: red;
}
.footer-widget #subscribe-button i {
  padding-right: 6px;
}
.sub-footer .about-widget img {
  float: left;
  width: 120px;
  height: auto;
}
.footer-widget .footer-contacts-widget p {
  color: #fff;
  text-align: left;
}
.footer-widget .about-widget p {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
}
.footer-widget .about-widget .btn {
  float: left;
  margin-top: 20px;
  padding: 13px 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
}
.footer-contacts li {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
}
.footer-contacts li a,
.footer-contacts li span {
  color: hsla(0, 0%, 100%, 0.51);
}
.footer-contacts li a {
  color: hsla(0, 0%, 100%, 0.81);
  padding-left: 4px;
}
.footer-contacts li i {
  padding-right: 4px;
}
.box-widget-content .widget-posts li,
.footer-widget .widget-posts li {
  padding: 13px 0;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.box-widget-content .widget-posts li {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 13px;
  padding: 0 0 13px;
}
.box-widget-content .widget-posts li:last-child {
  margin-bottom: 0;
}
.box-widget-content .widget-posts-img,
.cart-details_header .widget-posts-img,
.footer-widget .widget-posts-img {
  float: left;
  width: 30%;
}
.box-widget-content .widget-posts-img img,
.cart-details_header .widget-posts-img img,
.footer-widget .widget-posts-img img {
  border-radius: 4px;
}
.footer-widget .widget-comments-img img {
  border-radius: 100%;
}
.box-widget-content .widget-posts-descr,
.cart-details_header .widget-posts-descr,
.footer-widget .widget-posts-descr {
  float: left;
  width: 70%;
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.box-widget-content .widget-posts-descr a,
.cart-details_header .widget-posts-descr a {
  color: #666;
}
.box-widget-content .widget-posts-descr .geodir-category-location,
.cart-details_header .widget-posts-descr .geodir-category-location {
  margin-top: 12px;
}
.box-widget-content .widget-posts-descr .geodir-category-location a,
.cart-details_header .widget-posts-descr .geodir-category-location span {
  font-size: 10px;
  color: #878c9f;
}
.box-widget-content .widget-posts-descr .rooms-price {
  font-size: 12px;
  text-transform: uppercase;
  top: 0;
}
.box-widget-content .widget-posts-descr .rooms-price strong {
  font-size: 9px;
}
.box-widget-content .widget-posts-descr .listing-rating,
.cart-details_header .widget-posts-descr .listing-rating {
  margin-top: 6px;
}
.box-widget-content .widget-posts-descr .listing-rating i,
.cart-details_header .widget-posts-descr .listing-rating i {
  font-size: 10px;
  margin-right: 2px;
}
.box-widget-content .widget-posts-link {
  float: left;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
  color: #878c9f;
}
.widget-posts-link:hover {
  color: #666;
}
.box-widget-content .widget-posts-link:before {
  display: none;
}
.box-widget-content .widget-posts-link i {
  padding-left: 10px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.footer-widget .widget-posts-descr:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 20px;
  right: 0;
  height: 1px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.21);
}
.footer-widget .widget-posts-descr a {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.71);
  font-weight: 600;
  padding-bottom: 20px;
}
.footer-widget .widget-posts-descr a:hover {
  color: #fff;
}
.footer-widget .widget-posts-date {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #999;
  font-weight: 600;
  font-size: 12px;
}
.footer-widget .widget-posts-date i {
  color: hsla(0, 0%, 100%, 0.41) !important;
  padding-right: 10px;
}
.about-wrap {
  margin-bottom: 30px;
}
.about-wrap .list-single-main-item-title h3 {
  font-size: 24px;
}
.about-wrap h4,
.about-wrap p {
  text-align: left;
}
.about-wrap h4 {
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 600;
  color: #adc7dd;
}
.about-wrap .section-separator {
  margin-bottom: 5px;
}
.fc-cont {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.fc-cont.fc-cont-prev {
  left: 0;
}
.fc-cont.fc-cont-next {
  right: 0;
}
.fc-cont.lc-prev {
  left: -20px;
  font-size: 20px;
}
.fc-cont.lc-next {
  right: -20px;
  font-size: 20px;
}
section {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 0;
  background: #fff;
  z-index: 1;
}
@media (min-width:668px) {
  section {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: #fff;
  z-index: 1;
}
}
section.middle-padding {
  padding: 50px 0;
}
.small-padding {
  padding: 30px 0;
}
section.no-top-pading {
  padding-top: 0;
}
section.no-pading {
  padding-bottom: 0;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  margin-bottom: 5px;
  font-size: 24px;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.section-title h2,
.section-title h4 {
  float: left;
  width: 100%;
  font-weight: 600;
  color: #566985;
}
.section-title h4 {
  font-size: 12px;
}
.section-title-separator {
  position: relative;
  max-width: 450px;
  margin: 0 auto 10px;
}
.section-title-separator span {
  position: relative;
  display: inline-table;
  z-index: 2;
}
.section-title-separator span i {
  padding: 0 2px;
  color: #d0dbdb;
}
section.parallax-section {
  padding: 110px 0;
  overflow: hidden;
}
section.video-section {
  padding: 150px 0;
  overflow: hidden;
}
section.single-par {
  padding: 140px 0;
  overflow: hidden;
}
section.big-padding {
  padding: 350px 0;
  overflow: hidden;
}
section.parallax-section.small-par {
  padding: 90px 0;
}
.ajax-modal-title .section-title-separator span,
section.parallax-section .section-title-separator span {
  padding: 0;
  background: none;
}
.ajax-modal-title .section-title-separator span i,
.section-title-separator span i {
  padding: 0 2px;
  color: #d0dbdb;
}
.section-title-separator span i:nth-child(2) {
  font-size: 16px;
}
.ajax-modal-title .section-title-separator span i {
  font-size: 10px;
}
.ajax-modal-title .section-title-separator span i:nth-child(2) {
  font-size: 13px;
}
.ajax-modal-title .section-title-separator:before,
section.parallax-section .section-title-separator:before {
  display: none;
}
section.parallax-section .overlay {
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  background: var(--secondary) !important;
}
.hero-section-wrap {
  z-index: 30;
}
.hero-parallax .bg,
.list-single-hero .bg,
section.parallax-section .bg {
  height: 120%;
  top: 0;
}
.section-separator {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 15px;
}
.section-separator:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 4px;
  margin-left: -25px;
  width: 50px;
  border-radius: 3px;
}
.breadcrumbs.inline-breadcrumbs {
  margin-bottom: 20px;
  padding: 19px 20px;
  background: #fff;
  border-radius: 4px;
}
.breadcrumbs.inline-breadcrumbs a,
.breadcrumbs.inline-breadcrumbs span,
.dashboard-breadcrumbs a,
.dashboard-breadcrumbs span {
  float: left;
  padding: 0 16px;
  position: relative;
  color: #888da0;
  font-size: 12px;
}
.breadcrumbs.inline-breadcrumbs span {
  color: #666;
}
.breadcrumbs.inline-breadcrumbs a:first-child,
.dashboard-breadcrumbs a:first-child {
  padding-left: 0;
}
.dashboard-breadcrumbs a,
.dashboard-breadcrumbs span {
  padding: 0 0 0 32px;
  color: #fff;
}
.dashboard-breadcrumbs span,
section.color-bg .section-title p {
  color: hsla(0, 0%, 100%, 0.71);
}
.flat-title-wrap .breadcrumbs,
.section-title .breadcrumbs {
  margin-top: 20px;
}
.breadcrumbs-hero-buttom .breadcrumbs a,
.breadcrumbs-hero-buttom .breadcrumbs span,
.flat-title-wrap .breadcrumbs a,
.flat-title-wrap .breadcrumbs span,
.section-title .breadcrumbs a,
.section-title .breadcrumbs span {
  color: hsla(0, 0%, 100%, 0.71);
  display: inline-block;
  padding: 0 16px;
  position: relative;
  font-weight: 500;
}
.breadcrumbs-hero-buttom .breadcrumbs a,
.flat-title-wrap .breadcrumbs a,
.section-title .breadcrumbs a:hover,
.section-title .breadcrumbs span,
section.parallax-section .section-title h2 {
  color: #fff;
}
section.parallax-section .section-title.big-title h2 {
  font-size: 38px;
}
.breadcrumbs-fs .breadcrumbs a:before,
.breadcrumbs-hero-buttom .breadcrumbs a:before,
.breadcrumbs.inline-breadcrumbs a:before,
.dashboard-breadcrumbs a:before,
.flat-title-wrap .breadcrumbs a:before,
.section-title .breadcrumbs a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F105";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -7px;
  width: 10px;
  height: 2px;
}
.dashboard-breadcrumbs a:before {
  right: -20px;
  content: "\F0DA";
}
.breadcrumbs-fs {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 0;
  overflow: hidden;
}
.breadcrumbs-fs .breadcrumbs a,
.breadcrumbs-fs .breadcrumbs span {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  color: #878c9f;
  font-size: 12px;
}
.breadcrumbs-fs .breadcrumbs:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F14C";
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 22px;
  font-weight: 100;
  color: #adc7dd;
}
.breadcrumbs-hero-buttom .breadcrumbs a:before {
  right: 10px;
}
.breadcrumbs-hero-buttom {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.21);
}
.list-single-hero-price {
  float: right;
  font-size: 11px;
}
.flat-title-wrap h2,
.header-sec-link a,
.list-single-hero-price,
section.color-bg .section-title h2 {
  color: #fff;
}
.list-single-hero-price span {
  color: #5ecfb1;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  top: 2px;
}
.breadcrumbs-hero-buttom .breadcrumbs {
  float: left;
  position: relative;
  top: 10px;
}
.breadcrumbs-hero-buttom .breadcrumbs a,
.breadcrumbs-hero-buttom .breadcrumbs span {
  float: left;
  padding: 0 32px 0 0;
}
section.color-bg .section-title .breadcrumbs {
  margin-top: 0;
  margin-bottom: 10px;
}
section.color-bg .section-title .breadcrumbs a:before {
  background: #fff !important;
}
.header-sec-link {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}
.header-sec-link a {
  display: inline-block;
  font-size: 19px;
  padding: 8px 60px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.flat-title-wrap {
  padding: 20px 0;
}
.flat-title-wrap h2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.section-decor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
  background: url(/images/city7.png) repeat;
  opacity: 0.7;
}
.flat-title-wrap h4,
section.parallax-section .section-title h4 {
  color: hsla(0, 0%, 100%, 0.71);
  font-size: 12px;
  font-weight: 400;
}
.no-mar-bottom {
  margin-bottom: 0 !important;
}
.hero-parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.hero-section {
  padding: 180px 0 150px;
  z-index: 100;
}
.slider-container .slider-item {
  padding: 150px 80px;
}
.home-intro-card h3,
.home-intro h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.home-intro-card {
  margin-top: 50px;
}
.home-intro-card .btn {
  margin-top: 20px;
}
.home-intro-card h3 {
  text-align: left;
  font-size: 34px;
}
.home-intro-card h5 {
  text-align: left;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  padding-top: 10px;
}
.home-intro h3 {
  color: #fff;
  padding-top: 12px;
}
.home-intro-card-counter {
  float: left;
  margin-bottom: 10px;
  font-size: 11px;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  padding: 9px 12px;
  position: relative;
  top: -4px;
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
}
.home-intro-card-counter.home-intro-card-counter_price {
  top: 0;
  margin-top: 10px;
}
.home-intro-card .listing-rating i {
  margin-right: 4px;
}
.home-intro-subtitle {
  padding-top: 60px;
  color: #fff;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-weight: 300;
  font-size: 12px;
}
.main-search-input {
  padding: 0 120px 0 0;
  border-radius: 50px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.3);
}
.main-search-input-item {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #d8d8d8;
  height: 50px;
  position: relative;
  background: #fff;
}
.main-search-input-item.location {
  border: none;
}
.main-search-input-item.location,
.main-search-input-item.location input,
.main-search-input-item.location select {
  border-radius: 6px 0 0 6px;
}
.inpt_dec {
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 20;
}
.main-search-input-item input,
.main-search-input-item select {
  float: left;
  border: none;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 40px;
}
.main-search-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  height: 50px;
  width: 121px;
  color: #fff;
  top: 0;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
.main-search-button i {
  padding-left: 10px;
}
.main-search-input-wrap {
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}
.main-search-input:before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.41);
  left: 50%;
  margin-left: -25px;
}
.main-search-input-item.location a {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 312;
}
.main-search-input-item.location a:hover {
  border-radius: 100%;
  -webkit-animation: pulse 1.1s infinite ease-in-out;
  animation: pulse 1.1s infinite ease-in-out;
}
.qty-dropdown-header {
  font-size: 12px;
  color: #666;
  text-align: left;
  font-weight: 300;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.qty-dropdown-header i {
  padding-right: 10px;
}
.qty-dropdown-content {
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 15px 20px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.qty-dropdown-content .quantity-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.qty-dropdown-content .quantity-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.qty-dropdown-content .quantity-item label {
  float: left;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  top: 12px;
}
.qty-dropdown-content .quantity-item label i {
  padding-right: 10px;
  font-size: 16px;
  width: 20px;
}
.qty-dropdown-content .quantity-item .quantity {
  float: right;
}
.colomn-text-title h3 {
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}
.colomn-text-list li p,
.colomn-text-title p {
  text-align: left;
  color: hsla(0, 0%, 100%, 0.71);
}
.colomn-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 40px 0 0;
}
.pad-top-column-text {
  padding: 80px;
  margin-bottom: 20px;
}
.pad-top-column-text_small {
  padding-top: 40px;
}
.colomn-text-list .btn,
.intro-item .btn,
.mar-top-btn {
  margin-top: 30px;
}
.hidden-section {
  overflow: hidden;
}
.intro-item h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}
.intro-item.big-text h2 {
  font-size: 44px;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.intro-item h2:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  margin-left: -25px;
  bottom: 15px;
}
.intro-item h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.intro-item.big-text h3 {
  font-size: 18px;
}
.light-carousel .slick-slide-item {
  padding: 10px 20px;
  -webkit-transform: translateZ(0);
}
.doctor-card .geodir-category-img {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.1);
}
.doctor-card .geodir-category-location {
  float: left;
  position: relative;
  top: 18px;
}
.doctor-card .geodir-category-opt h4 {
  position: relative;
  top: 10px;
}
.doctor-card .geodir-category-location a {
  float: left;
  color: #fff;
  font-size: 10px;
}
.doctor-card .geodir-category-opt .listing-rating {
  top: 4px;
}
.team-box {
  float: left;
  width: 33.3%;
  position: relative;
  padding: 10px 4px;
}
.section-team .team-box {
  padding: 10px 8px;
}
.team-photo {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
}
.section-team .team-photo {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team-info {
  float: left;
  width: 100%;
  text-align: left;
}
.section-team .team-info {
  border: 1px solid #d8d8d8;
  padding: 25px 30px 70px;
  border-top: none;
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.team-info h3,
.team-info h4 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.team-info h4 {
  font-size: 11px;
  color: #666;
}
.team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 30px;
}
.team-social ul {
  float: left;
}
.team-social li {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
}
.team-social li a:hover {
  color: #999;
}
.team-contact_link {
  float: right;
  width: 60px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.team-dec {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 26px;
  z-index: -1;
  color: #adc7dd;
}
.main-register-wrap,
.reg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  -webkit-transform: translateZ(0);
  background: rgba(0, 0, 0, 0.81);
}
.reg-overlay {
  z-index: 1;
  background: none;
}
.hid-body {
  overflow: hidden;
}
.main-register-holder {
  max-width: 420px;
  margin: 100px auto 50px;
  position: relative;
  z-index: 5;
}
.main-register h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 20px 0;
  margin-bottom: 30px;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #d8d8d8;
}
.main-register h3 span {
  font-weight: 800;
  font-size: 18px;
  color: #566985;
  text-transform: uppercase;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.main-register {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.3);
}
.close-reg {
  position: absolute;
  top: 12px;
  right: 24px;
  border-radius: 100%;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  border: 1px solid #fff;
}
.soc-log {
  padding: 15px 0;
}
.soc-log p {
  margin-bottom: 12px;
  font-size: 12px;
  color: #454545;
}
.soc-log a {
  float: left;
  width: 100%;
  padding: 0 0 0 100px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: left;
}
.soc-log a i {
  font-size: 16px;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  left: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.soc-log a.facebook-log {
  background: #3b5998;
}
.soc-log a.twitter-log {
  background: #55acee;
}
.soc-log a.paypal-log {
  background: #205da5;
}
.log-separator {
  margin-top: 10px;
}
.log-separator span {
  position: relative;
  width: 90px;
  display: inline-block;
  background: #fff;
  z-index: 2;
}
.log-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
  z-index: 1;
}
.custom-form .log-submit-btn {
  float: left;
  padding: 13px 35px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 12px;
}
.main-register .filter-tags {
  float: left;
  margin-top: 30px;
}
.main-register .filter-tags label {
  color: #50596e !important;
}
.lost_password {
  margin-top: 34px;
  float: right;
}
.lost_password a,
.main-register .filter-tags {
  float: left;
  color: #50596e;
  font-size: 12px;
  font-weight: 600;
}
#tabs-container {
  margin-top: 10px;
  padding: 0 30px;
}
#tabs-container,
.tab,
.tabs-menu {
  float: left;
  width: 100%;
}
.tabs-menu li {
  float: left;
  width: 50%;
}
.tabs-menu li a {
  float: left;
  width: 100%;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background: #eee;
  text-align: left;
  text-transform: uppercase;
}
.tabs-menu li a i {
  padding-right: 20px;
}
.tabs-menu li.current a {
  background: #fff;
}
.tabs-menu li.current a,
.tabs-menu li a:hover {
  color: #fff;
}
.tab-content {
  width: 100%;
  padding: 20px 0;
  /* display: none; */
}
#tab-1 {
  display: block;
}
.custom-form {
  /* float: left; */
  width: 100%;
  position: relative;
}
.custom-form .nice-select {
  margin-bottom: 20px;
}
.custom-form input[type="button"],
.custom-form input[type="email"],
.custom-form input[type="password"],
.custom-form input[type="text"],
.custom-form input[type="date"],
.custom-form textarea {
  float: left;
  border: 1px solid #ccc;
  background: #f7f9fb;
  width: 100%;
  padding: 14px 20px 14px 45px;
  border-radius: 6px;
  color: #666;
  font-size: 13px;
  -webkit-appearance: none;
}
.custom-form input[type="email"]:focus,
.custom-form input[type="password"]:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type="date"]:focus,
.custom-form textarea:focus {
  background: #fff;
}
.custom-form .nice-select input {
  padding-left: 20px;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
  color: #666;
  font-weight: 500;
  font-size: 13px;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
  color: #888da0;
  font-weight: 600;
  font-size: 13px;
}
.custom-form textarea {
  height: 200px;
  resize: none;
  padding: 25px 20px;
  -webkit-appearance: none;
}
.custom-form input {
  margin-bottom: 20px;
}
.filter-tags {
  margin-top: 20px;
}
.custom-form .filter-tags input,
.filter-tags input {
  float: left;
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  color: #fff;
  background: #fff !important;
  -webkit-appearance: none;
}
.custom-form .filter-tags input:checked:after,
.filter-tags input:checked:after {
  font-family: "Font Awesome 5 Pro";
  content: "\F00C";
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 20;
}
.custom-form .filter-tags label,
.filter-tags label {
  float: left;
  padding: 0 10px;
  position: relative;
  top: 4px;
  color: #888da0;
  font-weight: 600;
  width: auto;
  font-size: 10px;
}
.custom-form label {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  color: #666;
  color: #878c9f;
  font-size: 13px;
  font-weight: 500;
}
/* .custom-form label i {
  padding-right: 12px;
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 16px;
} */
.custom-form button {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity {
  float: left;
  width: 65px;
  height: 42px;
  position: relative;
}
.quantity input {
  width: 100%;
  height: 42px;
  line-height: 1.65;
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  height: 42px;
  border-right: 1px solid #d8d8d8;
}
.quantity-button,
.quantity-nav {
  position: absolute;
  right: 0;
  width: 20px;
}
.quantity-button {
  background: #f7f9fb;
  cursor: pointer;
  border-left: 1px solid #d8d8d8;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: Trebuchet MS, Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  border-bottom: 1px solid #d8d8d8;
}
.custom-form.no-icons label {
  margin-bottom: 20px;
}
.pass-input-wrap span {
  font-size: 12px;
}
/* edite by ahmed */
.radio {
  /* color: #999; */
  font-size: 13px;
  position: relative;
  top: -2px;
}
.radio span {
  position: relative;
  padding-left: 30px;
  top: 1px;
}
.radio span:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* edite by ahmed */
.radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  left: 15px;
}
.radio-booking input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: inherit !important;
  height: initial !important;
  z-index: 1;
  opacity: 1 !important;
  left: 15px;
}

.radio input[type="radio"]:checked {
  color: #000 !important;
}
.radio input[type="radio"]:checked + span:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F00C";
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 20;
}
.radio input[type="radio"]:checked + span:after {
  background-color: var(--primary);
}
.fuzone {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #f7f9fb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
  display: inline-block;
  min-height: 160px;
  margin-top: 0;
  float: left;
}
.fuzone,
.fuzone input {
  width: 100%;
  cursor: pointer;
}
.fuzone input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 100;
}
.fuzone .fu-text {
  text-align: center;
  margin: 50px 0;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  position: relative;
}
.fuzone .fu-text i {
  font-size: 44px;
  width: 100%;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #666;
}
.book-form .quantity-item label {
  width: auto;
  position: relative;
  top: 16px;
  padding-right: 10px;
  color: #878c9f;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.book-form .quantity-item label i {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  padding-right: 8px;
}
.book-form .quantity {
  float: right;
}
.book-form .quantity-item {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}
.book-form .quantity-item.fcit {
  padding-left: 20px;
}
.book-form .btnaplly {
  color: #fff;
  width: 100%;
  background: #f8bb11;
  padding: 15px 0;
  border-radius: 4px;
}
.book-form .btnaplly i {
  padding-left: 10px;
}
.total-coast {
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.total-coast strong {
  color: #878c9f;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 21px;
}
.total-coast span {
  float: right;
  text-align: right;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.custom-form .total-coast input {
  width: inherit !important;
  float: left;
  border: none;
  background: none;
  height: auto;
  padding: 0;
  color: #888da0;
  font-size: 24px;
  text-align: right;
  margin-bottom: 0;
  top: -3px;
  position: relative;
  right: 10px;
}
.hid-input {
  display: none;
}
.book-form .bookdate-container label i {
  top: 42px;
}
.book-form .bookdate-container input {
  padding-left: 42px;
}
.book-form .bookdate-container label,
.book-form .listsearch-input-item label {
  margin-bottom: 12px;
}
.bookdate-container-dayscounter {
  position: absolute;
  right: 10px;
  bottom: 32px;
  z-index: 20;
  cursor: help;
}
.bookdate-container-dayscounter span {
  color: #fff;
  position: absolute;
  right: -10px;
  top: -40px;
  border-radius: 4px;
  background: var(--primary);
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
}
.bookdate-container-dayscounter:hover span {
  opacity: 1;
  visibility: visible;
}
.onoffswitch {
  position: relative;
  width: 83px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:after,
.onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 21px;
  background-color: #4db7fe;
  color: #fff;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 21px;
  background-color: #4db7fe;
  color: #fff;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 4.5px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 49px;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.main-register .custom-form input[type="email"],
.main-register .custom-form input[type="password"],
.main-register .custom-form input[type="text"],
.main-register .custom-form input[type="date"] {
  padding-left: 20px;
}
.map-container {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fw-map {
  height: 500px;
}
.fw-map.big_map {
  height: 550px;
}
.fw-map2,
.fw-map2 #singleMap {
  height: 500px;
}
.hidden-map-container {
  display: none;
  background: #fff;
  overflow: hidden;
}
#singleMap,
.fw-map-small-map {
  height: 420px;
  margin-bottom: 30px;
}
.hidden-map-container #singleMap {
  height: 500px;
  margin-bottom: 15px;
}
.map-container.column-map.right-pos-map {
  right: 0;
}
.map-container.column-map.left-pos-map {
  left: 0;
}
.map-container #map-main {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
  overflow: hidden;
}
.map-container.column-map {
  width: calc(100% - 900px);
  position: absolute;
  overflow: hidden;
}
.map-close {
  left: 365px;
  top: 10px;
  z-index: 1100;
  cursor: pointer;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 4px;
  -webkit-transform: translateZ(0);
  display: none;
  background: #fff;
}
.controls-mapwn,
.map-close {
  position: absolute;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.controls-mapwn {
  background: #fff url(/images/search-icon.png) 100% no-repeat;
  width: 350px;
  z-index: 1000;
  border: none;
  padding: 20px;
  border-radius: 4px;
}
.controls {
  margin: 10px 0 0 10px;
}
#singleMap {
  width: 100%;
  position: relative;
  height: 300px;
  float: left;
  margin-bottom: 30px;
}
.box-widget #singleMap {
  margin-bottom: 10px;
}
.mapzoom-in,
.mapzoom-out {
  position: absolute;
  z-index: 100;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 12px;
  margin-top: -84px;
  -webkit-transform: translateZ(0);
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.mapzoom-out {
  margin-top: -42px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mapzoom-in {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#singleMap .mapzoom-in,
#singleMap .mapzoom-out {
  margin-top: 0;
}
#singleMap .mapzoom-in {
  margin-top: -42px;
}
.mapzoom-in:before,
.mapzoom-out:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F068";
  font-size: 10px;
  font-weight: 600;
}
.mapzoom-in:before {
  content: "\F067";
}
.mapnavigation {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 1030;
  width: 140px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.3);
  overflow: hidden;
}
.mapnavigation:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.2;
}
.mapnavigation a {
  width: 70px;
  padding: 10px 0;
  color: #fff;
  float: left;
  font-size: 11px;
  background: var(--primary);
}
.mapnavigation a i {
  padding: 0 5px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.mapnavigation a:hover i {
  color: #fff;
}
.cluster img {
  display: none;
}
.cluster,
.cluster div {
  width: 40px !important;
  height: 40px !important;
}
.cluster div {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 100%;
  line-height: 38px !important;
  -webkit-box-shadow: 0 0 0 4px rgba(6, 27, 65, 0.3);
  box-shadow: 0 0 0 4px rgba(6, 27, 65, 0.3);
  border: 2px solid #fff;
  z-index: 100;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.1s 3inear;
  transition: all 0.1s 3inear;
  -webkit-animation: cluster-animation 1.5s infinite;
  animation: cluster-animation 1.5s infinite;
}
.cluster div:hover {
  background: #5d6275;
}
@-webkit-keyframes cluster-animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 4px rgba(6, 27, 65, 0.3);
    box-shadow: 0 0 0 4px rgba(6, 27, 65, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 9px rgba(6, 27, 65, 0.1);
    box-shadow: 0 0 0 9px rgba(6, 27, 65, 0.1);
  }
}
@keyframes cluster-animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 4px rgba(6, 27, 65, 0.3);
    box-shadow: 0 0 0 4px rgba(6, 27, 65, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 9px rgba(6, 27, 65, 0.1);
    box-shadow: 0 0 0 9px rgba(6, 27, 65, 0.1);
  }
}
.map-view-wrap {
  position: absolute;
  z-index: 211;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
}
.map-view-wrap_item {
  position: relative;
  float: left;
  width: 350px;
  border-radius: 6px;
  background: #fff;
  padding: 25px 30px;
  top: 80px;
}
.map-view-wrap .container {
  height: 1px;
}
.mar-top {
  margin-top: 30px !important;
}
.col-list-wrap,
.grey-blue-bg {
  background: #ecf6f8;
}
.col-list-wrap {
  position: relative;
  width: 900px;
  float: left;
  min-height: 100vh;
  z-index: 50;
  left: 0;
  -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 40px;
}
.fw-col-list-wrap {
  width: 100% !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.27);
  background: none;
  padding-bottom: 0;
}
.fw-col-list-wrap .list-main-wrap-opt {
  padding: 0 8px;
  margin-top: 0;
}
.center-col-list-wrap,
.fh-col-list-wrap {
  width: 100%;
}
.list-main-wrap-title span {
  margin-top: 5px;
  margin-left: 10px;
  padding: 2px 10px;
  background: #fff;
  border-radius: 12px;
}
.filter-sidebar {
  padding: 25px 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
  z-index: 120;
}
.filter-sidebar .col-list-search-input-item {
  margin-bottom: 25px;
}
.filter-sidebar .col-list-search-input-item:last-child {
  margin-bottom: 0;
}
.filter-sidebar .col-list-search-input-item label {
  margin-bottom: 15px;
}
.filter-sidebar .col-list-search-input-item .filter-tags label {
  margin-bottom: 0;
}
.filter-sidebar .col-list-search-input-item .header-search-button {
  top: 0;
  left: 0;
}
.list-wrap-search {
  padding: 25px 0;
  background: #fff;
  z-index: 60;
  margin-bottom: 10px;
}
.list-wrap-search.lisfw {
  margin-bottom: 50px;
  border-radius: 10px;
}
.search-opt-wrap {
  margin-top: 20px;
}
.range-slider-wrap {
  margin-top: 6px;
}
.search-opt-container .filter-tags li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 11px;
}
.filter-tags .listing-rating i {
  padding-right: 3px;
  font-size: 10px;
}
.four-star-rating .listing-rating i:nth-child(5),
.three-star-rating .listing-rating i:nth-child(4),
.three-star-rating .listing-rating i:nth-child(5) {
  color: #ccc;
}
.filter-tags .listing-rating span {
  color: #999;
  padding-left: 6px;
}
.leave-rating input[type="radio"] {
  display: none;
}
.leave-rating label {
  font-size: 12px;
  float: right;
  letter-spacing: 4px;
  color: #facc39;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.leave-rating-holder .leave-rating {
  float: left;
  margin-top: 6px;
}
.leave-rating:hover input[type="radio"]:checked ~ label:before,
.leave-rating input[type="radio"]:checked ~ label:before,
.leave-rating label.min-star:before,
.leave-rating label.selected:before,
.leave-rating label:hover:before,
.leave-rating label:hover ~ label:before {
  font-weight: 700;
}
.hidden-listing-filter {
  padding: 25px 20px 0;
  margin-top: 25px;
  border-top: 1px solid #d8d8d8;
  display: none;
}
.hidden-listing-filter-vis {
  opacity: 1;
}
.hidden-listing-filter h4 {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  color: #878c9f;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.show-more-filters {
  position: absolute;
  right: 0;
  bottom: -53px;
  text-align: left;
  cursor: pointer;
  padding: 8px 17px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.show-more-filters i {
  padding-right: 10px;
  font-size: 9px;
  position: relative;
  top: 0;
  font-weight: 600;
}
.show-more-filters.active-hidden-opt-btn i {
  padding-right: 10px;
  top: 3px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-main-wrap-title {
  padding: 20px 0;
  margin-top: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.list-main-wrap-title.single-main-wrap-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title {
  padding: 0 0 10px;
  margin-top: 0;
  margin-bottom: 10px;
}
.list-main-wrap-title h2 {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  float: left;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  color: #888da0;
}
.list-main-wrap-opt {
  margin-top: 20px;
}
.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title {
  margin-bottom: 20px;
}
.list-main-wrap-opt-sb {
  margin-top: 0;
}
.half-tags {
  width: 50%;
}
.price-opt,
.price-opt-title,
.price-opt ul,
.price-opt ul li {
  float: left;
}
.price-opt {
  position: relative;
  top: 10px;
}
.price-opt-title {
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
}
.price-opt .listsearch-input-item {
  float: left;
  margin-left: 20px;
  position: relative;
  top: -15px;
  width: 250px;
}
.price-opt .listsearch-input-item .nice-select {
  background: #fff;
  width: 100%;
}
.grid-opt {
  float: right;
}
.grid-opt li {
  float: left;
  margin-left: 10px;
}
.grid-opt li span {
  float: left;
  font-size: 14px;
  font-weight: 900;
  color: #ccc;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  line-height: 36px;
  cursor: pointer;
}
.listing-item-container {
  margin-top: 20px;
  overflow: hidden;
}
.listing-item {
  float: left;
  width: 50%;
  padding: 0 8px 0 0;
  margin-bottom: 12px;
  position: relative;
}
.listing-item:nth-child(2n) {
  padding: 0 0 0 8px;
}
.three-columns-grid .listing-item {
  width: 33.3%;
  padding: 0 8px !important;
}
.listing-item.has_one_column,
.slick-slide-item .listing-item {
  width: 100%;
}
.listing-item.has_one_column {
  padding: 0 !important;
}
.listing-item.has_one_column .geodir-category-listing {
  padding-left: 13px !important;
}
.listing-item.has_one_column .geodir-category-img {
  width: 20%;
  border-radius: 10px;
  top: 12px;
}
.listing-item.has_one_column .doctor-card .geodir-category-img {
  width: 100%;
  border-radius: 10px;
  top: 0;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
  padding-left: 0 !important;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-img {
  top: 0;
}
.listing-item.has_one_column .geodir-category-content {
  width: 80%;
}
.slick-slide-item .listing-item {
  padding: 0 10px;
  margin-bottom: 0;
}
.geodir-category-listing {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
  position: relative;
}
.geodir-category-content {
  padding: 20px;
  z-index: 2;
}
.geodir-category-img {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
.geodir-category-img .listing-counter {
  top: 20px;
  left: 20px;
}
.geodir-category-img .listing-counter strong {
  padding-left: 4px;
}
.gallery-item img,
.geodir-category-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.gallery-item:hover img,
.geodir-category-img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.listing-avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
.listing-avatar img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.avatar-tooltip,
.listing-avatar img {
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
}
.avatar-tooltip {
  position: absolute;
  top: 2px;
  margin-top: 20px;
  opacity: 0;
  left: 100%;
  margin-left: 20px;
  min-width: 150px;
  visibility: hidden;
  padding: 9px 0;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.listing-avatar:hover .avatar-tooltip {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.geodir-category-content p {
  text-align: left;
  font-size: 12px;
  color: #999;
}
.cart-details_text .geodir-category-content-title-item h3,
.geodir-category-content h3 {
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.geodir-category-content h3 a {
  color: #46a5dc;
  font-size: 20px;
}
@media (max-width: 767px) {
  .geodir-category-content h3 a {
    font-size: 16px;
  }
}
.geodir-category-content h3 a .title-prefix {
  font-size: 14px;
}
@media (max-width: 767px) {
  .geodir-category-content h3 a .title-prefix {
    font-size: 10px;
  }
}
.geodir-category-content-tags {
  margin-top: 10px;
}
.category-name {
  float: left;
  margin-right: 10px;
  position: relative;
  color: #999;
  top: -2px;
  border-radius: 2px;
  background: #eee;
  padding: 4px 14px;
}
.geodir-category-opt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 20px;
  cursor: pointer;
}
.geodir-category-opt h4 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1px;
}
.geodir-category-opt h4 a {
  color: #fff;
}
.geodir-category-opt .listing-rating {
  float: left;
  position: relative;
  top: 10px;
}
.geodir-category-opt .listing-rating i {
  font-size: 10px;
  margin-right: 4px;
}
.geodir-category-opt .rate-class-name {
  float: right;
  position: relative;
  top: -6px;
}
.geodir-category-opt .rate-class-name .score {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 11px;
}
.geodir-category-opt .rate-class-name .score strong {
  display: block;
  text-align: right;
  margin: 5px 0 2px;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-weight: 500;
}
.geodir-category-opt .rate-class-name span {
  background: var(--primary);
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 5px 5px 5px 0;
  padding: 12px;
  -webkit-box-shadow: 0 0 0 3px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 3px hsla(0, 0%, 100%, 0.2);
}
.geodir-category-content-title {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.geodir-category-content-title:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0FA";
  position: absolute;
  color: #ccc;
  top: 0;
  right: 0;
  font-size: 25px;
  font-weight: 500;
  z-index: -1;
  opacity: 0.5;
}
.geodir-category-content-title-item {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.facilities-list {
  margin: 12px 0;
  list-style: none;
}
.facilities-list li {
  float: left;
  margin-right: 14px;
  margin-bottom: 5px;
  position: relative;
}
.facilities-list li:last-child {
  margin-bottom: 0;
}
.facilities-list li i {
  color: #adc7dd;
  font-size: 16px;
}
.facilities-list li span {
  position: absolute;
  opacity: 0;
  left: -20px;
  top: -34px;
  height: 26px;
  line-height: 26px;
  min-width: 90px;
  color: #fff;
  font-size: 11px;
  visibility: hidden;
  border-radius: 4px;
  background: var(--primary);
}
.facilities-list li:hover span {
  visibility: visible;
  opacity: 1;
}
.geodir-category-footer {
  margin: 4px 0 0;
  padding: 18px 130px 0 0;
  border-top: 1px dotted #ccc;
}
.geodir-category-price {
  color: #999;
  background: #f7f9fb;
}
.geodir-category-price,
.make-appointment {
  float: left;
  font-size: 11px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: 4px;
  border: 1px dotted #e4e4e4;
  text-transform: uppercase;
}
.make-appointment {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #fff;
  background: #ed3a53;
  width: auto;
  margin-top: 3px;
  display: none;
}
@media (max-width: 425px) {
  .make-appointment {
    display: block;
  }
}
.make-appointment:focus,
.make-appointment:hover {
  background: var(--secondary);
}
.geodir-category-price span,
.make-appointment span {
  font-weight: 600;
  margin-top: 6px;
  font-size: 13px;
  color: #5ecfb1;
}
.geodir-category-location span {
  float: left;
  text-align: left;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.geodir-category-location span i {
  padding-right: 6px;
}
.geodir-opt-list {
  position: absolute;
  right: 0;
  width: 130px;
  top: 16px;
}
.geodir-opt-list a.icon {
  float: right;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  background: #ecf6f8;
  line-height: 40px;
  position: relative;
  color: #999;
  border-radius: 4px;
  font-size: 15px;
}
.geodir-opt-list a:hover i,
.show-search-button:hover i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
  color: #fff;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  60%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  60%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.geodir-opt-link {
  padding-right: 6px;
}
.geodir-opt-link a {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #ecf6f8;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  text-align: left;
  padding-left: 20px;
}
.geodir-opt-link a:hover {
  background: var(--primary);
}
.geodir-opt-link a i {
  position: absolute;
  right: 0;
  width: 40px;
  height: 36px;
  line-height: 36px;
  top: 0;
  font-size: 8px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.21);
  text-align: center;
}
.geodir-opt-link a:hover {
  color: #fff;
}
.geodir-opt-tooltip {
  position: absolute;
  opacity: 0;
  right: 0;
  top: -40px;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  margin-left: -75px;
  color: #fff;
  font-size: 11px;
  visibility: hidden;
  border-radius: 4px;
}
.geodir-opt-tooltip strong {
  color: #fff;
  padding-left: 6px;
}
.geodir-opt-list a:hover .geodir-opt-tooltip {
  opacity: 1;
  visibility: visible;
}
.sale-window {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: #5ecfb1;
  padding: 8px 18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 11px;
  color: #fff;
  -webkit-transform: translateZ(0);
}
.sale-window .major-name {
  position: relative;
  top: -5px;
}
.sale-window:after,
.sale-window:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
}
.sale-window:after {
  border-bottom: 14px solid #5ecfb1;
  margin-top: 6px;
}
.sale-window:after,
.sale-window:before {
  border-left: 16px solid transparent;
  margin-left: -16px;
}
.sale-window:before {
  border-top: 14px solid #5ecfb1;
  margin-top: -8px;
}
.sale-window.big-sale:after {
  border-bottom: 14px solid var(--secondary);
}
.sale-window.big-sale:before {
  border-top: 14px solid var(--secondary);
}
.sale-window.big-sale {
  background: var(--secondary);
}
.map-popup-wrap {
  width: 300px !important;
}
.map-popup,
.map-popup-wrap {
  display: block;
  position: relative;
}
.map-popup {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}
.map-popup-wrap:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
  z-index: 20;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.map-popup img {
  width: 100%;
  height: auto;
}
.listing-content {
  background: #fff;
  padding: 20px;
  z-index: 20;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.listing-content:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F35D";
  position: absolute;
  color: #ccc;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 500;
  z-index: -1;
  opacity: 0.5;
}
.listing-title h4 {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.map-popup-location-price {
  position: absolute;
  left: 20px;
  top: 24px;
  padding: 6px 7px;
  font-size: 12px;
  z-index: 20;
  font-weight: 700;
  border-radius: 4px;
  overflow: hidden;
}
.map-popup-location-price strong {
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 400;
}
.map-popup-location-info {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #878c9f;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
}
.map-popup-location-info i {
  padding-right: 6px;
}
.map-card-rainting {
  position: absolute;
  left: 0;
  width: 100%;
  top: -40px;
  padding: 15px 20px;
  z-index: 2;
}
.map-popup-location-price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--primary);
  opacity: 0.5;
}
.map-card-rainting i {
  float: left;
  margin-right: 4px;
}
.infoBox-close {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  top: 30px;
  right: 20px;
  color: #fff;
  border-radius: 6px;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-btn:hover i,
.header-search-button:hover i,
.header-sec-link a:hover i,
.infoBox-close:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
.pagination {
  margin-top: 30px;
  text-align: center;
  float: left;
  width: 100%;
}
.back-to-filters {
  right: -40px;
  width: 40px;
  top: 15px;
  font-size: 14px;
  color: #fff;
  z-index: -1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.back-to-filters,
.back-to-filters span {
  position: absolute;
  height: 40px;
  line-height: 40px;
  background: var(--primary);
}
.back-to-filters span {
  visibility: visible;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  top: 0;
  font-size: 12px;
  left: -150px;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.back-to-filters:hover span {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.back-to-filters:hover i,
.wishlist-link:hover i {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
.slick-dots {
  bottom: 120px;
  z-index: 100;
}
.slick-dots li button {
  background: hsla(0, 0%, 100%, 0.41);
}
.map-modal-wrap {
  z-index: 1000;
  display: none;
  overflow: auto;
}
.map-modal-wrap,
.map-modal-wrap-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateZ(0);
}
.map-modal-wrap-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.41);
}
.map-modal-item {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  top: 25%;
  z-index: 2;
}
.map-modal-container {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
}
.map-modal-container h3 {
  float: left;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin: 25px 0;
  color: #666;
  padding-left: 30px;
}
.map-modal-container h3 i {
  padding-right: 10px;
}
.map-modal #singleMap {
  margin-bottom: 0;
}
.map-modal-close {
  position: absolute;
  right: 30px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  border-radius: 4px;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}
.list-single-hero {
  padding: 250px 0 0;
  overflow: hidden;
}
.list-single-hero-title {
  z-index: 2;
  padding: 40px 0 30px;
}
.ajax-modal-title,
.geodir-category-opt,
.list-single-hero-title,
.listing-item-cat,
.map-card-rainting {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(6, 27, 65, 0)),
    to(rgba(6, 27, 65, 0.95))
  );
  background: linear-gradient(
    180deg,
    rgba(6, 27, 65, 0) 0,
    rgba(6, 27, 65, 0.95)
  );
}
.list-single-hero-title h2 {
  text-align: left;
  float: left;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  position: relative;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.list-single-hero-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
}
.listing-rating-wrap {
  float: left;
  margin-bottom: 10px;
}
.list-single-hero-title .listing-rating i {
  font-size: 15px;
  margin-right: 4px;
}
.listing-rating-wrap .listing-rating,
.listing-rating-wrap span {
  float: left;
}
.listing-rating-wrap span {
  color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
}
.list-single-header-contacts {
  margin-top: 40px;
}
.list-single-header-contacts li {
  float: left;
  margin-right: 18px;
}
.list-single-header-contacts li a {
  color: #fff;
  font-size: 12px;
}
.list-single-header-contacts li i {
  padding-right: 10px;
}
.list-single-hero-details {
  margin-top: 6px;
}
.list-single-hero-rating {
  float: right;
  position: relative;
  z-index: 1;
}
.list-single-hero-rating .rate-class-name {
  float: right;
  cursor: pointer;
}
.list-single-hero-rating .rate-class-name span {
  background: var(--primary);
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 7px 7px 7px 0;
  padding: 22px;
  font-size: 24px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
}
.list-single-hero-rating .score {
  float: left;
  color: #fff;
  text-align: right;
  padding-right: 15px;
  margin-top: 20px;
}
.list-single-hero-rating .score strong {
  width: 100%;
  float: left;
  padding-bottom: 4px;
}
.list-single-hero-rating-list {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  right: 0;
  z-index: 10;
  background: rgba(6, 27, 65, 0.45);
  padding: 15px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.list-single-hero-rating:hover .list-single-hero-rating-list {
  visibility: visible;
  opacity: 1;
  margin-bottom: 10px;
}
.list-single-hero-rating-list .rate-item {
  margin-bottom: 10px;
}
.flat-hero-container {
  background: #fff;
  padding: 25px 30px 30px;
  border-radius: 4px;
}
.flat-hero-container .listing-rating-wrap {
  margin: 0;
  top: 11px;
  position: relative;
}
.flat-hero-container .box-widget-item-header {
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.flat-hero-container .box-widget-item-header h3 {
  font-size: 18px;
}
.flat-hero-container .list-single-hero-price,
.list-single-hero-header .list-single-hero-price {
  color: #666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0 20px;
  text-align: left;
}
.list-single-hero-header .list-single-hero-price {
  padding: 25px 30px;
  margin-bottom: 0;
  border: none;
  background: #ecf6f8;
  color: #999;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
}
.list-single-hero-header .list-single-hero-price span {
  padding-left: 50px;
}
.flat-hero-container .list-single-hero-price:before,
.list-single-hero-header .list-single-hero-price:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F4C0";
  position: absolute;
  color: #ccc;
  top: 1px;
  font-size: 35px;
  right: 0;
  opacity: 0.4;
  font-weight: 500;
}
.list-single-hero-header .list-single-hero-price:before {
  top: 1px;
  font-size: 55px;
}
.list-single-hero-header .geodir-category-location {
  margin-top: 15px;
}
.flat-hero-container .review-score-detail {
  width: 100%;
  padding: 0;
}
.flat-hero-container .rate-class-name-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 20px;
}
.flat-hero-container .rate-class-name-wrap a {
  float: right;
  width: 40%;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 11px;
  position: relative;
  top: 18px;
  color: #fff;
  font-weight: 400;
}
.flat-hero-container .rate-class-name-wrap a i {
  padding-left: 10px;
}
.flat-hero-container .rate-class-name {
  float: left;
  width: 60%;
}
.flat-hero-container .rate-class-name span {
  background: var(--primary);
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 7px 7px 7px 0;
  padding: 22px;
  font-size: 24px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
  margin-right: 10px;
}
.flat-hero-container .rate-class-name .score {
  text-align: left;
  padding-left: 18px;
  color: #666;
  font-size: 12px;
}
.flat-hero-container .rate-class-name .score strong {
  display: block;
  padding: 18px 0 6px;
}
.flat-hero-container .reviews-score-wrap {
  padding: 0 0 15px;
  margin-bottom: 10px;
}
.review-score-detail-list .rate-item {
  margin-bottom: 11px;
}
.rate-item-title {
  margin-bottom: 6px;
  text-align: left;
  color: #fff;
  font-size: 12px;
}
.review-score-detail-list .rate-item-percent,
.review-score-detail-list .rate-item-title {
  color: #666;
}
.rate-item-bg {
  height: 6px;
  background: #fff;
  border-radius: 8px;
  float: left;
  width: calc(100% - 30px);
  overflow: hidden;
}
.review-score-detail-list .rate-item-bg {
  background: #eee;
  height: 10px;
}
.rate-item-line {
  float: left;
  height: 6px;
  border-radius: 4px;
}
.review-score-detail-list .rate-item-line {
  height: 10px;
}
.rate-item-percent {
  position: absolute;
  top: 14px;
  right: 0;
  color: #fff;
}
.list-single-hero-links {
  float: right;
  position: relative;
  top: 20px;
}
.lisd-link {
  float: left;
  margin-left: 10px;
  padding: 10px 20px;
  border: 1px dashed hsla(0, 0%, 100%, 0.21);
  background: hsla(0, 0%, 100%, 0.11);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
.lisd-link i {
  padding-right: 10px;
}
.lisd-link:hover {
  border-color: transparent;
}
.list-single-main-container {
  padding-left: 60px;
}
.list-single-main-item {
  padding: 30px;
  /* background: #fff; */
  margin-bottom: 20px;
  /* border-radius: 4px;
  border: 1px solid #f2f2f2; */
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; */
}
article .list-single-main-item,
article.post-article .list-single-main-item:last-child {
  margin-bottom: 0;
}
article.post-article .list-single-main-item {
  margin-bottom: 20px;
}
.list-single-main-item-title h3 {
  color: #183c7d;
  text-align: start;
  font-size: 18px;
  font-weight: 600;
}
.list-single-main-item-title h3 a {
  color: #334e6f;
}
.list-single-main-item-title {
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.list-single-hero-header .list-single-main-item-title {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-single-main-item-title .listing-rating {
  float: left;
  margin-top: 10px;
}
.list-single-hero-header .list-single-main-item-title h3 {
  font-size: 24px;
}
.list-single-main-item-title:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0D7";
  position: absolute;
  right: 0;
  top: 2px;
  color: #adc7dd;
  display: none;
}
.list-single-hero-header .list-single-main-item-title:before {
  display: none;
}
.list-single-main-item-title.no-dec-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.list-single-main-item-title.no-dec-title:before {
  display: none;
}
.list-single-main-item p {
  text-align: left;
  color: #878c9f;
}
.listing-features li {
  float: left;
  width: 33.3%;
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
  color: #888da0;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.listing-features li i {
  position: absolute;
  left: 0;
  top: 0;
}
.tags-stylwrap a {
  float: left;
  padding: 10px 25px;
  border-radius: 2px;
  color: #888da0;
  font-size: 12px;
  background: #ecf6f8;
  font-weight: 500;
  margin-right: 6px;
}
.tags-stylwrap.sb-tags a {
  color: #fff;
  margin-bottom: 6px;
}
.box-widget-item {
  margin-bottom: 30px;
}
.box-widget-item-header {
  padding: 0 0 20px;
  margin: 0 0 25px;
  /* float: left; */
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  /* position: relative; */
}
/* .box-widget-item-header:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d6";
  position: absolute;
  right: 0;
  top: 2px;
  color: var(--primary);
} */
.box-widget-item-header h3 {
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  color: #183c7d;
}
.box-widget-item-header h3 i {
  padding-right: 12px;
  font-size: 16px;
  color: #999;
}
.box-widget {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  float: left;
  width: 100%;
}
.no-bor-rad {
  border-radius: 0;
}
.box-widget-content {
  /* float: left; */
  width: 100%;
  position: relative;
  padding: 25px 30px 30px;
}
.box-widget-content.no-pad-bottom {
  padding-bottom: 0;
}
#weather-widget {
  float: left;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.box-widget-list {
  display: block;
}
.box-widget-list i {
  padding-right: 10px;
}
.box-widget-list li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #666;
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.box-widget-list li span {
  min-width: 80px;
  float: left;
}
.box-widget-list li a {
  margin-left: 20px;
  color: #878c9f;
}
.list-widget-social {
  float: left;
  margin-top: 10px;
}
.list-widget-social li {
  float: left;
  margin-right: 10px;
}
.list-widget-social li a {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.banner-wdget {
  overflow: hidden;
  border-radius: 6px;
}
.banner-wdget .overlay {
  opacity: 0.3;
}
.banner-wdget-content {
  padding: 90px 30px 70px;
  z-index: 10;
}
.banner-wdget-content h4 {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
.banner-wdget-content h4 span {
  color: #5ecfb1;
  font-weight: 400;
}
.banner-wdget-content a {
  font-weight: 600;
  color: #fff;
  padding: 12px 30px;
  display: inline-table;
  margin-top: 15px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
}
.banner-wdget-content a:hover {
  background: #24324f;
}
.banner-wdget-content .countdown-item {
  width: 25%;
  float: left;
  color: #fff;
}
.banner-wdget-content .countdown-item p {
  font-size: 10px;
  color: #fff;
}
.banner-wdget-content .countdown-item span {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.banner-wdget-content .countdown {
  margin-top: 15px;
}
.list-single-main-media {
  overflow: hidden;
  margin-bottom: 20px;
}
.box-widget-author-title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
  padding: 0 0 40px 80px;
}
.box-widget-author-content {
  padding: 10px 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.box-widget-author-content p {
  text-align: left;
}
.box-widget-author:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F4FC";
  position: absolute;
  color: #ccc;
  top: 10px;
  font-size: 35px;
  right: 0;
  opacity: 0.4;
  font-weight: 500;
  display: none;
}
.box-widget-author-title a {
  float: left;
  text-align: left;
  color: #666;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 6px;
}
.box-widget-author-title span {
  float: left;
  width: 100%;
  font-size: 10px;
  text-align: left;
  color: #999;
  text-transform: uppercase;
}
.box-widget-author-title-img {
  position: absolute;
  left: 0;
  width: 60px;
  top: 0;
  height: 100%;
}
.box-widget-author-title-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.box-widget.widget-posts li {
  padding: 8px 0;
  margin-bottom: 19px;
  border-bottom: 1px solid #d8d8d8;
}
.box-widget.widget-posts li:last-child {
  margin-bottom: 0;
}
.box-widget.widget-posts .widget-posts-img {
  float: left;
  width: 28%;
}
.box-widget.widget-posts .widget-posts-img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.box-widget.widget-posts .widget-posts-descr {
  float: left;
  width: 66%;
  margin-left: 6%;
  text-align: left;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 4px;
}
.box-widget.widget-posts .widget-posts-descr a {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #878c9f;
}
.box-widget.widget-posts .widget-posts-date {
  float: left;
  width: 100%;
  margin-top: 14px;
  font-weight: 600;
  color: #999;
  font-size: 11px;
}
.box-widget.widget-posts .widget-posts-date i {
  padding-right: 10px;
}
.box-image-widget {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.box-image-widget:last-child {
  margin-bottom: 0;
}
.box-image-widget-media {
  float: left;
  width: 35%;
}
.box-image-widget-media a {
  float: left;
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
}
.box-image-widget-details {
  float: left;
  width: 65%;
  padding-left: 18px;
  text-align: left;
}
.box-image-widget-details h4 {
  padding-bottom: 6px;
  color: #666;
}
.box-image-widget-details h4 span {
  color: #5ecfb1;
  font-size: 11px;
  padding-left: 20px;
}
.box-image-widget-details p {
  font-size: 12px;
}
.box-image-widget-media img {
  width: 100%;
  height: auto;
}
.pricerange span {
  float: left;
  margin-right: 20px;
  color: #878c9f;
  font-weight: 700;
}
.pricerange {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  color: #5ecfb1;
}
.claim-widget-link {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
}
.claim-widget-link a,
.claim-widget-link span {
  float: left;
  text-align: left;
  font-weight: 500;
}
.claim-widget-link a:hover {
  color: #24324f;
}
.claim-widget-link span {
  color: #878c9f;
  margin-right: 20px;
}
.rooms-item {
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.rooms-item:last-child {
  margin-bottom: 0;
}
.rooms-media {
  float: left;
  width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 6px 0;
}
.rooms-media img {
  width: 100%;
  height: auto;
}
.rooms-details {
  float: left;
  width: 60%;
  padding: 5px 0 10px 20px;
}
.rooms-details-header {
  text-align: left;
  padding-bottom: 20px;
}
.rooms-price {
  position: absolute;
  right: 0;
  top: 0;
  color: #5ecfb1;
  font-size: 19px;
  font-weight: 600;
}
.rooms-price strong {
  padding-left: 3px;
  font-size: 10px;
  color: #999;
}
.rooms-details-header h3 {
  color: #334e6f;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}
.rooms-details-header h5 {
  font-size: 11px;
  font-weight: 700;
}
.rooms-container {
  margin-top: 20px;
}
.rooms-details .facilities-list {
  margin-top: 20px;
  margin-bottom: 0;
}
.facilities-list .btn {
  float: right;
  margin: 0;
  top: -18px;
}
.facilities-list .btn,
.facilities-list .btn i {
  height: 40px;
  line-height: 40px;
}
.list-single-facts {
  background: #fff;
}
.single-facts {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
}
.single-facts .inline-facts-wrap {
  width: 25%;
  float: left;
  padding: 15px;
}
.single-facts .inline-facts {
  position: relative;
  padding: 20px 30px;
  background: #ecf6f8;
  border-radius: 6px;
}
.single-facts .inline-facts i {
  font-size: 54px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.4;
  z-index: 1;
}
.single-facts .inline-facts .num {
  font-size: 34px;
  color: #999;
  font-weight: 700;
  text-align: left;
}
.single-facts .inline-facts h6 {
  text-align: left;
  color: #888da0;
  font-weight: 300;
  padding-top: 10px;
}
.home-facts .inline-facts .num,
.single-facts .inline-facts h6 {
  position: relative;
  z-index: 2;
}
.home-facts {
  float: left;
  width: 25%;
  padding: 0 25px;
}
.home-facts .num {
  color: #fff;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-size: 44px;
}
.home-facts h6 {
  color: hsla(0, 0%, 100%, 0.71);
  font-size: 13px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: hsla(0, 0%, 100%, 0.91);
}
.home-facts h6:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  height: 1px;
  background: #fff;
  margin-left: -25px;
  opacity: 0.4;
  width: 50px;
}
.list-single-facts .inline-facts-wrap {
  width: 25%;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
}
.list-single-facts .inline-facts-wrap:first-child {
  border: none;
}
.list-single-facts .inline-facts-wrap i {
  font-size: 34px;
  width: 100%;
  padding-bottom: 10px;
}
.list-single-facts .inline-facts-wrap .milestone-counter,
.list-single-facts .inline-facts-wrap h6 {
  display: inline-block;
  color: #666;
}
.list-single-facts .inline-facts-wrap h6 {
  padding-left: 4px;
  color: #999;
  font-size: 12px;
}
.cart-detai ls {
  background: #f9f9f9;
}
.cart-details_text {
  float: left;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.cart-details_header {
  border: 1px solid #d8d8d8;
  display: inline-table;
  padding: 15px 20px;
}
.cart-details_text .geodir-category-content-title-item h3 a {
  color: #666;
}
.cart_list li {
  text-align: left;
  padding: 15px 20px;
  color: #666;
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
}
.cart_list li:last-child {
  border-bottom: 0;
}
.cart-total strong,
.cart_list li span {
  float: right;
}
.cart_list li span strong {
  padding-left: 6px;
  color: #5ecfb1;
}
.cart-total {
  padding: 15px 20px;
  background: #f7f9fb;
  float: left;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}
.cart-details {
  margin-bottom: 15px;
}
.cart-total span {
  float: left;
  color: #878c9f;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.cart-total strong {
  font-size: 20px;
  font-weight: 400;
}
#progressbar {
  margin-bottom: 30px;
  counter-reset: step;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#progressbar li {
  list-style-type: none;
  color: #666;
  font-size: 12px;
  width: 25%;
  float: left;
  text-align: left;
  position: relative;
  padding: 0 0 25px;
}
#progressbar li span {
  padding-right: 10px;
}
#progressbar li:after {
  width: 100%;
  background: #eee;
  z-index: 1;
}
#progressbar li:after,
#progressbar li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
}
#progressbar li:before {
  width: 0;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#progressbar li.active:before {
  width: 99%;
}
.bookiing-form-wrap .custom-form form fieldset:not(:first-of-type) {
  display: none;
}
.next-form {
  float: right;
}
.previous-form {
  float: left;
  padding: 0 30px 0 80px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.previous-form i {
  position: absolute;
  left: 0;
  width: 50px;
  height: 44px;
  line-height: 44px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.21);
  text-align: center;
  top: 0;
}
.previous-form:hover:after {
  width: 100%;
}
.previous-form:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.2);
  z-index: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.success-table-header {
  text-align: left;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 0 70px;
}
.success-table-header i.decsth {
  color: #5ecfb1;
  position: absolute;
  font-size: 54px;
  left: 0;
  top: 0;
}
.success-table-header h4,
.success-table-header p {
  float: left;
}
.success-table-header a {
  font-size: 12px;
  color: #fff;
  padding: 12px 25px;
  float: right;
  border-radius: 30px;
  position: relative;
  top: -14px;
}
.success-table-header a i {
  padding-right: 8px;
  font-size: 15px;
}
.log-massage {
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
  color: #666;
}
.reviews-score-wrap {
  padding: 0 0 25px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.list-single-hero-header .reviews-score-wrap {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.review-score-detail,
.review-score-total {
  float: left;
  width: 25%;
}
.review-score-total span {
  background: var(--primary);
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 7px 7px 0 7px;
  padding: 22px 0;
  width: 100%;
  font-size: 34px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
}
.review-score-total a {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
}
.review-score-total span strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-top: 6px;
}
.review-score-detail {
  width: 75%;
  padding-left: 20px;
}
.reviews-comments-wrap {
  display: inline-table;
  margin-top: 30px;
  width: 100%;
}
.reviews-comments-item-text .review-score-user {
  float: left;
  position: relative;
}
@media (max-width: 424px) {
  .reviews-comments-item-text .review-score-user {
    float: right;
    display: block;
    clear: both;
    margin-top: -23px;
  }
}
.reviews-comments-item-text .review-score-user span {
  background: var(--primary);
  color: #fff;
  float: right;
  font-weight: 600;
  border-radius: 3px 3px 0 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
}
.reviews-comments-item-text .review-score-user strong {
  margin-right: 12px;
  font-size: 11px;
  color: #666;
  position: relative;
  top: 10px;
}
.reviews-comments-item {
  padding: 0 0 30px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.reviews-comments-item.reply-comment-item {
  width: 90%;
  margin-left: 10%;
  padding: 30px 20px 30px 110px;
  border-radius: 6px;
}
.reviews-comments-item.reply-comment-item .review-comments-avatar {
  top: 30px;
}
.reviews-comments-item.reply-comment-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.reviews-comments-item:last-child {
  border: none;
  margin-bottom: 0;
}
.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 10px;
  width: 80px;
  height: 80px;
}
.review-comments-avatar:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: 0;
  margin-left: 38px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.review-comments-avatar img {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 100%;
}
.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 6px;
}
.reviews-comments-item-text .new-dashboard-item {
  top: 0;
}
.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 25px;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.reviews-comments-item-text h4 a {
  color: #666;
}
.reviews-comments-item-text p {
  text-align: left;
}
@media (max-width: 424px) {
  .reviews-comments-item-text p {
    padding: 25px 0;
  }
}
.reviews-comments-item-date {
  float: left;
  font-weight: 500;
  color: #999;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.reviews-comments-item-date span {
  float: left;
}
.reviews-comments-item-date a {
  float: right;
  font-weight: 600;
  color: #666;
}
.reviews-comments-item-date a i,
.reviews-comments-item-date span i {
  margin-right: 10px;
}
.leave-rating,
.leave-rating-title {
  float: left;
}
.leave-rating-wrap {
  float: left;
  margin: 30px 0;
  width: 100%;
}
.leave-rating-title {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  position: relative;
  top: -3px;
}
.review-score-form {
  margin-top: 10px;
}
.review-range-container,
.review-total {
  float: left;
}
.review-total {
  width: 30%;
  background: #f7f9fb;
  padding: 35px 0;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.review-total strong {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #666;
}
.custom-form .review-total span input {
  font-size: 34px;
  border: none;
  padding: 0;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1px;
}
.review-range-container {
  width: 70%;
  padding-right: 20px;
}
.review-range-item {
  display: block;
  margin-bottom: 10px;
}
.review-range-item .range-slider-title {
  width: 30%;
  margin-bottom: 0;
}
.review-range-item .range-slider-wrap {
  width: 70%;
  margin-top: 0;
  position: relative;
  top: -24px;
}
.review-range-item .range-slider-title,
.review-range-item .range-slider-wrap {
  float: left;
}
.listing-item-cat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 35px 15px;
  z-index: 10;
  text-align: left;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.listing-counter {
  position: absolute;
  left: 35px;
  top: 40px;
  z-index: 10;
  font-size: 11px;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  padding: 9px 12px;
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
}
.listing-item-cat h3 {
  font-size: 18px;
  float: left;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  padding-bottom: 10px;
}
.listing-item-cat p {
  color: hsla(0, 0%, 100%, 0.71);
}
.listing-item-cat h3 a {
  color: #fff;
}
.weather-grid {
  float: left;
  position: relative;
  top: 2px;
  margin-left: 20px;
}
.gallery-items.mr-bot {
  margin-bottom: 40px;
}
.gallery-items,
.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.grid-item-holder {
  padding: 10px;
}
.grid-small-pad .grid-item-holder {
  padding: 0 4px 4px 0;
}
.gallery-item {
  width: 33.3%;
  position: relative;
  float: left;
}
.gallery-items.home-grid .gallery-item .listing-item-grid {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.gallery-item-second,
.grid-sizer-second {
  width: 66.6%;
}
.four-column .gallery-item {
  width: 25%;
}
.four-column .gallery-item.gallery-item-second {
  width: 50%;
}
.gallery-item img {
  position: relative;
  z-index: 1;
}
.list-single-main-item .gallery-items .gallery-item {
  overflow: hidden;
}
.gallery-item .box-item {
  border-radius: 0;
}
.more-photos-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  text-align: left;
  color: #fff;
  font-size: 10px;
  z-index: 10;
  text-transform: uppercase;
  cursor: pointer;
}
.more-photos-button span {
  padding: 0 2px;
  font-style: italic;
  font-size: 9px;
  color: hsla(0, 0%, 100%, 0.61);
}
.more-photos-button i {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  text-align: center;
}
.ajax-modal-container {
  position: fixed;
  top: 0;
  right: -550px;
  width: 550px;
  height: 100%;
  z-index: 119;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  background: #fff;
}
#ajax-modal {
  overflow: hidden;
  background: #fff;
}
.ajax-modal-wrap {
  opacity: 0;
}
.ajax-modal-media {
  border-radius: 20px 0 0 0;
}
.ajax-modal-media img {
  width: 100%;
  height: auto;
}
.ajax-modal-details {
  padding: 30px 45px;
  margin-top: 20px;
}
.ajax-modal-details p {
  text-align: left;
}
.ajax-modal-details h3 {
  text-align: left;
  color: #334e6f;
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
}
.ajax-modal-details-box {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.ajax-modal-title {
  padding: 20px 0 25px;
  font-size: 18px;
  font-weight: 500;
  bottom: 0;
  width: 100%;
}
.ajax-modal-photos-btn,
.ajax-modal-title {
  color: #fff;
  cursor: pointer;
  position: absolute;
}
.ajax-modal-photos-btn {
  right: 30px;
  top: 30px;
  z-index: 5;
  padding: 10px 20px;
  border-radius: 4px;
  background: var(--primary);
  font-size: 11px;
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.2);
}
.ajax-modal-photos-btn span {
  padding: 0 4px;
}
.ajax-modal-list {
  border-bottom: 1px solid #d8d8d8;
  background: #f9f9f9;
}
.ajax-modal-list li {
  float: left;
  width: 25%;
  padding: 12px 0;
  border-left: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ajax-modal-list li:first-child {
  border: none;
}
.ajax-modal-list li h5 {
  font-size: 11px;
  color: #999;
}
.ajax-modal-list li h5 span {
  color: #666;
  padding-left: 4px;
}
.ajax-modal-list li i {
  font-size: 28px;
  padding-bottom: 10px;
}
.ajax-modal-close {
  position: absolute;
  left: 40px;
  width: 40px;
  height: 40px;
  top: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  z-index: 20;
  background: var(--primary);
  border-radius: 6px;
  cursor: pointer;
}
.ajax-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  z-index: 118;
  -webkit-transform: translateZ(0);
  background: rgba(0, 0, 0, 0.41);
}
.ajax-loader {
  z-index: 100;
}
.video-box {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
}
.video-box img {
  width: 100%;
  height: auto;
}
.video-box-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  background: #fff;
  color: #fff;
  z-index: 20;
  left: 80px;
  bottom: 30px;
  -webkit-box-shadow: 0 0 0 12px hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 0 0 12px hsla(0, 0%, 100%, 0.4);
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video-box-btn:hover {
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.4);
}
.video-box-title {
  position: absolute;
  bottom: 43px;
  left: 140px;
  color: #fff;
  font-size: 12px;
  z-index: 21;
  background: rgba(6, 27, 65, 0.45);
  padding: 10px 20px;
  border-radius: 4px;
}
.media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: 1;
}
.video-container video {
  width: 100%;
}
.video-iframe {
  overflow: hidden !important;
  top: 0;
  left: 0;
  padding: 0 !important;
}
.video-iframe,
.video-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.video-iframe iframe {
  top: -75px;
  left: 50%;
}
.media-container.video-parallax {
  height: 120%;
  top: -10%;
}
.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.resp-video embed,
.resp-video iframe,
.resp-video object,
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-mask {
  z-index: 1;
}
.video-holder iframe {
  position: absolute;
  top: -75px;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.mob-bg {
  display: none;
}
.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 1;
}
.slideshow-container .slick-slide,
.slideshow-item {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.sw-btn {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  z-index: 120;
  cursor: pointer;
  margin-top: -18px;
  -webkit-box-shadow: 0 0 0 9px hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 0 0 9px hsla(0, 0%, 100%, 0.4);
}
.sw-btn.swiper-button-prev {
  left: 50px;
}
.sw-btn.swiper-button-next {
  right: 50px;
}
.sw-btn:hover {
  background: #2c3b5a;
}
.listing-carousel .slick-dots,
.single-carousel .slick-dots {
  bottom: -40px;
}
.listing-carousel .slick-dots li button,
.single-carousel .slick-dots li button {
  background: #bdcbdb;
}
.list-carousel {
  padding: 0 30px;
}
.list-single-carousel-wrap {
  height: 500px;
  background: #24324f;
}
.fw-carousel .slick-slide-item {
  width: auto;
  height: 500px !important;
  float: left;
  cursor: w-resize;
}
.fw-carousel .slick-slide-item img {
  width: auto;
  height: 100% !important;
}
.list-single-carousel-wrap .slick-slide-item .box-item {
  height: 100%;
  z-index: 20;
}
.list-single-carousel-wrap .slick-slide-item .box-item:before {
  display: none;
}
.list-single-carousel-wrap .swiper-slide:first-child {
  padding-left: 0;
}
.list-single-carousel-wrap .slick-slide-item .box-item a.gal-link {
  top: -100px;
  left: inherit;
  right: 50px;
}
.list-single-carousel-wrap .slick-slide-item .box-item:hover a.gal-link {
  top: 50px;
}
.list-single-carousel-wrap .sw-btn,
.single-slider-wrapper .sw-btn {
  top: 50%;
}
.list-carousel .sw-btn.swiper-button-prev {
  left: 8px;
}
.list-carousel .sw-btn.swiper-button-next {
  right: 8px;
}
.inline-carousel img,
.single-slider-wrapper img {
  width: 100%;
  height: auto;
}
.single-slider-wrapper .slider-nav .slick-slide-item {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-slider-wrapper .slider-nav .slick-current .slick-slide-item,
.single-slider-wrapper .slider-nav .slick-slide-item:hover {
  opacity: 1;
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.inline-carousel .slick-dots {
  bottom: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: hsla(0, 0%, 100%, 0.81);
  border-radius: 100%;
}
.scroll-nav-container {
  padding-top: 110px;
}
.scroll-nav-wrapper {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 0;
  -webkit-transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.scroll-nav-wrapper .scroll-nav li {
  float: left;
  position: relative;
  overflow: hidden;
}
.scroll-nav-wrapper .scroll-nav li a {
  padding: 0 30px;
  float: left;
  height: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 700;
  color: #888da0;
  font-size: 12px;
  background: #ecf6f8;
}
.scroll-nav-wrapper .scroll-nav li:last-child {
  border-radius: 0 4px 4px 0;
}
.scroll-nav-wrapper .scroll-nav li:first-child {
  border-radius: 4px 0 0 4px;
}
.scroll-nav-wrapper .scroll-nav li a.act-scrlink {
  color: #fff;
}
.scroll-nav-wrapper .show-hidden-map {
  float: right;
  position: relative;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  background: var(--primary);
}
.scroll-nav-wrapper .show-hidden-map:hover {
  background: var(--primary);
}
.scroll-nav-wrapper .show-hidden-map:hover,
.scroll-nav-wrapper .show-hidden-map:hover i {
  color: #fff;
}
.scroll-nav-wrapper .show-hidden-map i {
  padding-left: 10px;
}
.collage-image {
  position: relative;
  width: 352px;
  margin: 0 auto;
  height: 300px;
}
.collage-image .main-collage-image {
  position: absolute;
  right: -20px;
  bottom: -400px;
}
.images-collage-title {
  position: absolute;
  left: -70px;
  width: 180px;
  padding: 12px 0;
  z-index: 10;
  top: 70px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
  -webkit-animation: bounce 4s ease-in-out infinite;
  animation: bounce 4s ease-in-out infinite;
}
.images-collage-title span {
  color: #fff;
}
.collage-image:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -325px;
  border: 2px dotted #fff;
  z-index: -1;
  opacity: 0.6;
  border-radius: 100%;
}
.collage-image-min {
  position: absolute;
  z-index: 10;
}
.collage-image-min:before {
  top: 63px;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 14px;
  margin-left: 18px;
  z-index: 20;
}
.collage-image-min.cim_1 {
  bottom: 70px;
  left: 80px;
}
.collage-image-min.cim_2 {
  bottom: 190px;
  right: 80px;
}
.collage-image-min.cim_2 img {
  -webkit-animation: cluster-animation 2.5s infinite;
  animation: cluster-animation 2.5s infinite;
}
.collage-image-min.cim_1 img {
  -webkit-animation: cluster-animation 3.5s infinite;
  animation: cluster-animation 3.5s infinite;
}
.collage-image-min.cim_3 {
  bottom: 110px;
  right: 130px;
}
.collage-image-min img {
  position: absolute;
  width: 67px;
  height: 67px;
  border: 8px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
}
.collage-image-input {
  bottom: -40px;
  right: -90px;
  width: 190px;
  padding: 0 40px 0 16px;
  background: #fff;
  border-radius: 6px;
  z-index: 10;
  text-align: left;
  font-size: 12px;
  color: #999;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
}
.collage-image-btn,
.collage-image-input {
  position: absolute;
  -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
}
.collage-image-btn {
  color: #fff;
  top: 40px;
  right: -20px;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 10px;
}
.collage-image-input i {
  position: absolute;
  width: 30px;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 0;
}
.fixed-scroll-column {
  width: 50px;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 20;
}
.share-holder.hid-share {
  float: left;
  position: relative;
  z-index: 20;
}
.fc-button {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  line-height: 50px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 4px;
}
.fc-button span {
  position: absolute;
  left: 100%;
  margin-left: 12px;
  background: var(--primary);
  opacity: 0;
  visibility: hidden;
  top: 8px;
  color: #fff;
  width: 120px;
  height: auto !important;
  line-height: 1;
  font-size: 12px;
  padding: 12px 0;
  border-radius: 22px;
}
.fc-button:hover span {
  opacity: 1;
  visibility: visible;
}
.fixed-scroll-column-share-container {
  display: block;
  display: none;
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 10px 0;
  margin-bottom: 4px;
}
.visshare {
  visibility: visible;
  opacity: 1;
}
.share-container .share-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 4px 0;
  position: relative;
  font-size: 13px;
  color: #888da0;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-scroll-column-share-container
  .share-container
  .share-container
  .share-icon {
  float: left;
  width: 50px;
  height: 50px;
  color: #ccc;
}
.bl-opt .share-holder.hid-share .share-container.visshare,
.share-holder.hid-share .share-container.visshare {
  top: -35px;
  opacity: 1;
  visibility: visible;
}
.share-icon:before {
  font-family: Font Awesome\5 Brands;
}
.share-icon-digg:before {
  content: "\F1A6";
}
.share-icon-email:before {
  content: "\F003";
}
.share-icon-flickr:before {
  content: "\F16E";
}
.share-icon-foursquare:before {
  content: "\F180";
}
.share-icon-rss:before {
  content: "\F09E";
}
.share-icon-facebook:before {
  content: "\F39E";
}
.share-icon-twitter:before {
  content: "\F099";
}
.share-icon-tumblr:before {
  content: "\F173";
}
.share-icon-linkedin:before {
  content: "\F0E1";
}
.share-icon-vimeo:before {
  content: "\F27D";
}
.share-icon-instagram:before {
  content: "\F16D";
}
.share-icon-pinterest:before {
  content: "\F231";
}
.share-icon-googleplus:before {
  content: "\F0D5";
}
.share-icon-in1:before {
  content: "\F08C";
}
.share-icon-stumbleupon:before {
  content: "\F1A4";
}
.text-carousel .text-carousel-item {
  padding: 30px 65px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin: 0 10px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 70px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.text-carousel .text-carousel-item:after,
.text-carousel .text-carousel-item:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  color: #ccc;
  opacity: 0.4;
  font-size: 34px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.pr-list-det:before,
.text-carousel-item:before {
  content: "\F10E";
  top: 20px;
  left: 15px;
}
.pr-list-det:after,
.text-carousel-item:after {
  content: "\F10E";
  bottom: 20px;
  right: 15px;
}
.text-carousel .slick-item {
  padding: 0 20px;
}
.text-carousel .slick-current .text-carousel-item {
  background: #ecf6f8;
  border-color: transparent;
}
.text-carousel .slick-dots {
  margin-top: 40px;
  bottom: -50px;
}
.text-carousel .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.text-carousel .slick-dots li button:before {
  background: #ccc;
}
.text-carousel .slick-dots li.slick-active button {
  border-color: #ccc;
}
.text-carousel-wrap {
  margin: 0 0 50px;
}
.text-carousel-item p {
  font-size: 13px;
  font-family: Lateef, cursive;
  font-style: italic;
  text-align: left;
}
.text-carousel-item a.testim-link {
  float: left;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  color: #666;
}
.text-carousel-item a.testim-link:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
}
.text-carousel-item .listing-rating {
  float: right;
  width: 100%;
  margin-bottom: 12px;
}
.text-carousel-item .listing-rating i {
  float: right;
  margin-left: 10px;
  font-size: 11px;
}
.popup-avatar {
  position: absolute;
  left: 70px;
  z-index: 10;
  width: 80px;
  height: 80px;
  z-index: 20;
  border-radius: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0.5;
  top: -40px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.text-carousel .slick-current .popup-avatar {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup-avatar:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: -8px;
  bottom: -8px;
  right: -8px;
  top: -8px;
  border: 1px solid #d8d8d8;
  z-index: 1;
  background: #fff;
}
.popup-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.review-owner {
  margin: 0 0 15px;
  float: left;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  text-align: left;
  color: #666;
  font-family: Poppins, sans-serif;
}
.review-owner span {
  color: #999;
}
.text-carousel-wrap .sw-btn {
  top: 100%;
  margin-top: 26px;
}
.text-carousel-wrap .sw-btn.swiper-button-prev {
  left: 50%;
  margin-left: -105px;
}
.text-carousel-wrap .sw-btn.swiper-button-next {
  right: 50%;
  margin-right: -100px;
}
.dashboard-wrap {
  padding-left: 290px;
}
.dashboard-sidebar {
  position: absolute;
  left: 0;
  width: 250px;
  z-index: 20;
  top: -50px;
}
.dashboard-sidebar-content {
  padding: 40px 0 44px;
  border-radius: 6px;
  z-index: 20;
  overflow: hidden;
}
.log-out-btn {
  position: absolute;
  width: 100%;
  left: 0;
  height: 44px;
  bottom: 0;
  line-height: 44px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.log-out-btn i {
  padding-left: 10px;
}
.dashboard-avatar {
  overflow: hidden;
  padding: 0 55px;
  position: relative;
}
.dashboard-avatar img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.dashboard-sidebar-item {
  margin: 30px 0 20px;
}
.dashboard-sidebar-item:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 30px;
  bottom: -10px;
  height: 2px;
  margin-left: -15px;
  border-radius: 2px;
  background: hsla(0, 0%, 100%, 0.21);
}
.dashboard-sidebar-item h3 {
  color: #fff;
  font-size: 18px;
}
.dashboard-sidebar-item h3 span {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 11px;
}
.ed-btn {
  display: inline-block;
  padding: 8px 17px;
  margin: 10px 0;
  color: #fff;
  font-size: 11px;
  border-radius: 30px;
  z-index: 2;
  border: 2px solid;
  background: hsla(0, 0%, 100%, 0.11);
}
.dashboard-menu,
.dashboard-menu li {
  float: left;
  position: relative;
}
.dashboard-menu {
  top: 2px;
}
.flat-header {
  padding-top: 140px;
  padding-bottom: 0;
}
.adm-header {
  z-index: 100;
}
.dashboard-menu-btn {
  float: left;
  padding: 14px 20px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 6px 6px 0 0;
  display: none;
}
.dashboard-menu-btn i {
  padding-left: 10px;
}
.dashboard-menu li ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 10px 20px;
  width: 150px;
  z-index: 2;
  border: 1px solid #d8d8d8;
  border-top: none;
  opacity: 0;
  visibility: hidden;
}
.dashboard-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
.dashboard-menu li ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  position: relative;
}
.dashboard-menu li ul li span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  line-height: 16px;
  border-radius: 100%;
  font-size: 9px;
  color: #fff;
}
.dashboard-menu li a {
  padding: 13px 20px;
  float: left;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  position: relative;
}
.dashboard-menu li ul li a {
  padding: 0;
  color: #666 !important;
  border-radius: 0;
}
.dashboard-menu li a i {
  padding-right: 6px;
}
.dashboard-menu li a span {
  display: inline-block;
  width: 19px;
  height: 19px;
  top: -2px;
  line-height: 19px;
  background: #98aab8;
  color: #fff;
  position: relative;
  margin-left: 4px;
  border-radius: 100%;
  text-align: center;
  font-weight: 300px;
  font-size: 9px;
}
.dashboard-menu li a.active,
.dashboard-menu li a:hover {
  background: #fff !important;
  color: #666 !important;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.07);
}
.dashboard-menu li ul li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user-stats {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}
.user-stats:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-radius: 6px;
  opacity: 0.14;
}
.user-stats li {
  float: left;
  width: 33.3%;
  padding: 15px 0;
  color: #fff;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
}
.user-stats li:first-child {
  border: none;
}
.user-stats li span {
  float: left;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
}
.approval,
.tfp-btn {
  position: absolute;
  right: 0;
  top: -110px;
  background: #fff;
  padding: 12px 40px 12px 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  z-index: 10;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.tfp-btn strong {
  padding-left: 5px;
}
.tfp-btn:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0D7";
  position: absolute;
  color: #fff;
  top: 50%;
  font-size: 13px;
  right: 11px;
  margin-top: -7px;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tfp-btn.rot_tfp-btn:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.tfp-det {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 11;
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tfp-det-btn {
  float: right;
  padding: 6px 12px;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  margin-top: 3px;
}
.tfp-det.vis_tfp-det {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.dashboard-breadcrumbs {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}
#myChartLegend {
  float: right;
}
.chart-header {
  margin-bottom: 20px;
}
.chart-header .listsearch-input-item {
  width: 150px;
}
[class="0-legend"] {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  float: right;
}
[class="0-legend"] li {
  float: left;
  padding: 14px 25px;
  border-radius: 2px;
  color: #888da0;
  font-size: 12px;
  background: #ecf6f8;
  font-weight: 500;
  margin-left: 10px;
}
[class="0-legend"] li.hidden-lable {
  text-decoration: line-through;
}
[class="0-legend"] li span {
  border-radius: 5px;
  display: inline-block !important;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
.dashboard-list-box {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}
.mat-top {
  margin-top: 50px;
}
.dashboard-header {
  padding: 20px 30px;
  border-bottom: 1px solid #d8d8d8;
}
.dashboard-header h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.dashboard-list {
  float: left;
  padding: 25px 30px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
.dashboard-list:nth-child(odd) {
  background: #f9f9f9;
}
.dashboard-list:last-child {
  border: none;
}
.dashboard-message-avatar {
  float: left;
  width: 50px;
  height: 50px;
}
.dashboard-message-text .btn {
  margin-top: 10px;
  float: left;
  background: #5ecfb1;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 12px;
}
.dashboard-message-text .btn:hover {
  color: hsla(0, 0%, 100%, 0.71);
}
.dashboard-message-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.dashboard-message-text {
  margin-left: 30px;
  text-align: start;
  padding-left: 50px;
  top: 6px;
  position: relative;
}
.dashboard-listing-table-text h4,
.dashboard-message-text h4 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  color: #50596e;
  text-align: start;
}
.dashboard-message-text h4 span {
  font-weight: 500;
  font-size: 12px;
}
.reply-mail {
  text-align: left;
  font-weight: 500;
}
.reply-mail a {
  font-weight: 400;
}
.reply-mail a:hover {
  color: #999;
}
.new-dashboard-item {
  position: absolute;
  right: 30px;
  top: 28px;
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
  background: var(--primary);
  z-index: 10;
}
.dashboard-listing-table-image {
  float: left;
  width: 30%;
  padding: 0 30px 0 0;
}
.dashboard-listing-table-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.dashboard-listing-table-text {
  float: left;
  text-align: left;
  width: 70%;
}
.dashboard-listing-table-text h4 a {
  color: #50596e;
}
.dashboard-listing-table-address {
  float: left;
  padding-bottom: 10px;
}
.dashboard-listing-table-address a {
  font-weight: 600;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}
.dashboard-listing-table-address i {
  padding-right: 10px;
}
.dashboard-listing-table-opt li {
  float: left;
  margin-right: 10px;
}
.dashboard-listing-table-opt {
  margin-top: 15px;
}
.dashboard-listing-table-opt li a {
  color: #fff;
  padding: 9px 22px;
  border-radius: 4px;
  background: #5ecfb1;
  float: left;
  font-size: 12px;
}
.dashboard-listing-table-opt li a i {
  padding-left: 10px;
}
.dashboard-listing-table-opt li a.del-btn:hover {
  background: #f91942;
}
.profile-edit-header h4 span {
  color: #5ecfb1;
}
.notification {
  padding: 18px 20px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.notification p {
  color: #fff;
  text-align: left;
  padding-bottom: 0;
}
.notification p a {
  color: hsla(0, 0%, 100%, 0.71);
  font-weight: 600;
  padding: 0 5px;
}
.notification.success {
  background: #5ecfb1;
}
.notification.waitforreview {
  background: #fbc54f;
}
.notification.reject {
  background: #ea4d37;
}
.notification-close {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 20px;
  margin-top: -10px;
  color: hsla(0, 0%, 100%, 0.71);
}
.notification-close:hover {
  color: #fff;
}
.dashboard-list-box.activities .dashboard-list,
.dashboard-list-box.activities .dashboard-message-text {
  padding-left: 0;
}
.dashboard-list-box.activities .dashboard-message-text i {
  padding-right: 20px;
}
.dashboard-list-box.activities .new-dashboard-item {
  cursor: pointer;
}
.profile-edit-container {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.profile-edit-container .custom-form label {
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
  z-index: 2;
}
.profile-edit-container .custom-form label i {
  top: 42px;
}
.custom-form.no-icons input,
.custom-form.no-icons textarea {
  padding-left: 10px;
}
.pass-input-wrap span {
  position: absolute;
  right: 20px;
  cursor: pointer;
  bottom: 36px;
  z-index: 10;
}
.profile-edit-container.add-list-container {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  float: left;
  width: 100%;
}
.profile-edit-container.add-list-container:first-child {
  margin-top: 0;
}
.add-list-media-header {
  float: left;
  width: 100%;
  padding: 15px 20px 3px;
  background: #f7f9fb;
  border: 1px solid #d8d8d8;
}
.add-list-media-header span {
  text-align: left;
  float: left;
}
.booking-details {
  padding: 6px 0;
  font-size: 12px;
}
.booking-details:last-child {
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.booking-title {
  color: #999;
  padding-right: 10px;
}
.booking-text,
.booking-text a {
  color: #666;
}
.done-paid {
  color: #5ecfb1;
  text-decoration: underline;
}
.chat-box {
  padding: 50px 30px 60px;
  min-height: 300px;
}
.chat-message {
  padding-left: 70px;
  margin-bottom: 30px;
}
.chat-message:last-child {
  margin-bottom: 0;
}
.chat-message p {
  float: left;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  position: relative;
}
.chat-message p:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0D9";
  position: absolute;
  top: 12px;
  left: -9px;
  font-size: 31px;
  color: #fff;
  font-weight: 700;
}
.chat-message.chat-message_user p:before {
  content: "\F0DA";
  left: inherit;
  right: -9px;
}
.massage-date {
  float: left;
  font-size: 11px;
  color: #999;
  margin-bottom: 11px;
}
.massage-date span {
  position: relative;
  padding-left: 10px;
}
.massage-date span:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 4px;
  height: 4px;
  top: 4px;
  z-index: 5;
  border-radius: 100%;
}
.chat-message.chat-message_user .massage-date {
  float: right;
}
.chat-message .dashboard-message-avatar {
  position: absolute;
  left: 0;
  top: 20px;
}
.chat-message.chat-message_user .dashboard-message-avatar {
  left: inherit;
  right: 0;
}
.chat-message .dashboard-message-avatar span {
  font-size: 11px;
  color: #666;
  display: inline-block;
  margin-top: 6px;
}
.chat-message.chat-message_user {
  padding-left: 0;
  padding-right: 70px;
}
.message-input {
  float: left;
  width: 100%;
  position: relative;
  border-right: 1px solid #d8d8d8;
}
.message-input textarea {
  position: relative;
  width: 100%;
  border: none;
  background: #fff;
  z-index: 1;
  resize: vertical;
  min-height: 60px;
  padding: 25px 140px 0 30px;
}
.message-input button {
  position: absolute;
  right: 20px;
  border-radius: 36px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: none;
  border: none;
  font-size: 14px;
  top: 12px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.chat-contacts-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chat-contacts-item .dashboard-message-avatar {
  position: absolute;
  top: 15px;
  left: 0;
}
.chat-contacts-item .chat-contacts-item-text p {
  height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}
.chat-contacts-item .chat-contacts-item-text h4 {
  text-align: left;
  font-size: 12px;
  color: #666;
  padding-bottom: 4px;
}
.chat-contacts-item .chat-contacts-item-text span {
  position: absolute;
  right: 20px;
  top: 21px;
  font-size: 9px;
  color: #999;
}
.message-counter {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.chat-contacts-item:after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 0;
  z-index: -1;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chat-contacts-item_active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -30px;
  background: #ecf6f8;
  z-index: -2;
}
.chat-contacts-item.chat-contacts-item_active:after,
.chat-contacts-item:hover:after {
  height: 100%;
}
.dashboard-list-box .reviews-comments-wrap {
  padding: 0 30px;
}
.add-button {
  float: left;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}
.doctor-facts input {
  width: 30% !important;
  padding-left: 10px !important;
  margin-right: 1%;
}
.act-widget-header {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 6px;
  background: #f7f9fb;
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.act-widget h4 {
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  top: 16px;
  color: #999;
}
.act-widget-header .onoffswitch {
  float: right;
  top: 6px;
}
#success_page h3,
.error_message {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
#success_page p {
  margin-top: 10px;
}
.to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 17px;
  z-index: 116;
  cursor: pointer;
  display: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
}
.to-top:hover {
  background: var(--primary);
  color: #fff;
}
.faq-nav {
  margin-bottom: 30px;
}
.faq-nav li {
  text-align: left;
  width: 100%;
  float: left;
  border-bottom: 1px solid #d8d8d8;
}
.faq-nav li a {
  color: #666;
  float: left;
  width: 100%;
  padding: 14px 12px;
  position: relative;
  font-size: 12px;
}
.faq-nav li a:hover {
  color: #999;
}
.faq-nav li a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F105";
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
  color: #ccc;
}
.process-item {
  padding: 20px 30px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border: 1px solid #d8d8d8;
}
.process-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  height: 1px;
  width: 100px;
  z-index: -1;
  background: #eee;
}
.process-item.nodecpre:before {
  display: none;
}
.big-pad-pr-item {
  padding: 30px;
}
.process-item h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
.process-item h4,
.process-item h4 a {
  color: var(--primary);
}
.time-line-icon {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.time-line-icon:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  left: -20px;
  top: -50px;
  background: #ecf6f8;
  opacity: 0.7;
  z-index: 1;
}
.time-line-icon i {
  font-size: 54px;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.error-wrap h2 {
  font-size: 134px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 10px;
}
.error-wrap p {
  color: hsla(0, 0%, 100%, 0.91);
  font-size: 14px;
}
.error-wrap form {
  margin: 30px auto 20px;
  max-width: 550px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.2);
}
.error-wrap form input {
  float: left;
  width: 100%;
  border: none;
  background: #fff;
  height: 50px;
  padding: 0 100px 0 20px;
  z-index: 1;
}
.error-wrap form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  color: #fff;
  border: none;
  cursor: pointer;
}
.error-wrap a.btn {
  display: inline-table;
  margin-top: 10px;
}
.city-bg {
  height: 325px;
  top: inherit;
  bottom: 0;
  opacity: 0.8;
  background: url(/images/city.png) repeat-x;
}
.wave-bg.wave-bg2 {
  background: url(/images/pattern.png) repeat;
  opacity: 0.1;
}
.cloud-anim {
  z-index: 1;
  font-size: 54px;
  opacity: 0.8;
  color: #fff;
  position: absolute;
}
.cloud-anim-bottom {
  bottom: 350px;
  right: 150px;
  -webkit-animation: animateCloud2 20s linear infinite;
  animation: animateCloud2 20s linear infinite;
}
.cloud-anim-top {
  top: 120px;
  left: 150px;
  -webkit-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;
}
@-webkit-keyframes animateCloud {
  0% {
    left: -110px;
  }
  to {
    left: 100%;
  }
}
@keyframes animateCloud {
  0% {
    left: -110px;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes animateCloud2 {
  0% {
    right: -110px;
  }
  to {
    right: 100%;
  }
}
@keyframes animateCloud2 {
  0% {
    right: -110px;
  }
  to {
    right: 100%;
  }
}
@-webkit-keyframes animateCloud3 {
  0% {
    left: 20px;
  }
  50% {
    left: 90%;
  }
  to {
    left: 20px;
  }
}
@keyframes animateCloud3 {
  0% {
    left: 20px;
  }
  50% {
    left: 90%;
  }
  to {
    left: 20px;
  }
}
@-webkit-keyframes animateCloud4 {
  0% {
    right: 50px;
  }
  50% {
    right: 80%;
  }
  to {
    right: 50px;
  }
}
@keyframes animateCloud4 {
  0% {
    right: 50px;
  }
  50% {
    right: 80%;
  }
  to {
    right: 50px;
  }
}
@-webkit-keyframes animateStars {
  0% {
    bottom: -10px;
    opacity: 0.5;
  }
  50% {
    bottom: 80%;
    opacity: 0.2;
  }
  to {
    bottom: -10px;
    opacity: 0.5;
  }
}
@keyframes animateStars {
  0% {
    bottom: -10px;
    opacity: 0.5;
  }
  50% {
    bottom: 80%;
    opacity: 0.2;
  }
  to {
    bottom: -10px;
    opacity: 0.5;
  }
}
@-webkit-keyframes animateStars2 {
  0% {
    top: -10px;
    opacity: 0.5;
  }
  50% {
    top: 80%;
    opacity: 0.2;
  }
  to {
    top: -10px;
    opacity: 0.5;
  }
}
@keyframes animateStars2 {
  0% {
    top: -10px;
    opacity: 0.5;
  }
  50% {
    top: 80%;
    opacity: 0.2;
  }
  to {
    top: -10px;
    opacity: 0.5;
  }
}
.price-item {
  float: left;
  width: 33.3%;
  position: relative;
  z-index: 1;
}
.best-price,
.price-item:hover {
  -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.best-price {
  top: -30px;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.price-item:hover {
  z-index: 3;
}
.price-head {
  float: left;
  width: 100%;
  padding: 22px 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.price-head:after,
.price-head:before {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 100%;
  opacity: 0.2;
}
.price-head:after {
  bottom: 20px;
  right: inherit;
  left: -200px;
  width: 300px;
  height: 300px;
}
.price-head-decor {
  position: relative;
  width: 100%;
  display: inline-table;
  margin-bottom: 20px;
  padding: 20px 0;
}
.price-head-decor i {
  font-size: 74px;
  color: #fff;
  -webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 98%, 0.2)));
}
.price-item:hover .price-head-decor i {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}
.price-item:hover .price-head-decor:before {
  -webkit-animation: animateCloud3 12s ease-in-out infinite;
  animation: animateCloud3 12s ease-in-out infinite;
}
.price-item:hover .price-head-decor:after {
  -webkit-animation: animateCloud4 15s ease-in-out infinite;
  animation: animateCloud4 15s ease-in-out infinite;
}
.price-head-decor:after,
.price-head-decor:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0C2";
  position: absolute;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  z-index: 120;
  opacity: 0.5;
}
.price-head-decor.stars-dec:after,
.price-head-decor.stars-dec:before {
  content: "\F005";
}
.price-head-decor.cloud-2:after,
.price-head-decor.cloud-2:before {
  font-weight: 800;
}
.price-item:hover .price-head-decor.stars-dec:before {
  -webkit-animation: animateStars 3s ease-in-out infinite;
  animation: animateStars 3s ease-in-out infinite;
}
.price-item:hover .price-head-decor.stars-dec:after {
  -webkit-animation: animateStars2 5s ease-in-out infinite;
  animation: animateStars2 5s ease-in-out infinite;
}
.price-head-decor:before {
  left: 20px;
  bottom: -10px;
}
.price-head-decor:after {
  top: -10px;
  right: 50px;
}
.best-price .price-head,
.price-num.col-dec-2:before {
  background: #5ecfb1;
}
.price-head h3 {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  display: inline-table;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.81);
}
.price-num {
  padding: 20px 15px 0;
  overflow: hidden;
}
.price-num:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 100%;
  z-index: 10;
  -webkit-transform: translateZ(0);
}
.price-num span.curen {
  position: relative;
  top: -32px;
  padding-right: 7px;
  font-weight: 400;
  font-size: 17px;
}
.price-num-desc {
  font-family: Lateef, cursive;
  font-style: italic;
  color: #999;
  display: inline-table;
  font-size: 12px;
  margin-top: 6px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.mouth-cont {
  z-index: 1;
  opacity: 1;
  position: relative;
}
.year-cont {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  z-index: 2;
}
.price-item,
.year-cont,
.year-sale {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.year-sale {
  position: absolute;
  top: 60px;
  right: 30px;
  font-size: 36px;
  font-weight: 300;
  color: hsla(0, 0%, 100%, 0.41);
  opacity: 0;
}
.year-mont .year-sale {
  opacity: 1;
  top: 80px;
}
.year-mont .mouth-cont {
  opacity: 0;
}
.year-mont .year-cont {
  opacity: 1;
}
.year-mont .price-num-item .year-cont {
  left: -30px;
}
.price-num-item {
  font-size: 55px;
  position: relative;
  font-weight: 600;
  color: #666;
  display: inline-table;
}
.price-desc {
  padding: 20px 0 30px;
}
.price-desc ul li {
  float: left;
  width: 100%;
  padding: 18px 0;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
}
.price-desc ul li:nth-child(odd) {
  background: #f9f9f9;
}
.price-desc ul li:first-child {
  border-top: 1px solid #d8d8d8;
}
.price-link {
  display: inline-table;
  padding: 15px 20px;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  margin-top: 30px;
  font-weight: 400;
}
.price-content {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.recomm-price {
  margin-top: 40px;
  font-weight: 400;
  color: #999;
  font-size: 12px;
}
.recomm-price i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.pricing-wrap {
  margin: 60px 0 30px;
}
.pricing-switcher {
  text-align: center;
  position: relative;
}
.pricing-switcher:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 80px;
  z-index: -1;
  bottom: -53px;
  background: #eee;
}
.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
  left: -1000px;
}
.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 110px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pricing-switcher .switch {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  width: 110px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(104px);
  transform: translateX(104px);
}
.pricing-switcher input[type="radio"]:checked + label {
  color: #999;
}
.article-masonry {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.card-post {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}
.card-post .btn {
  margin-bottom: 20px;
}
.post-article {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.card-post .list-single-main-media,
.post-article .list-single-main-media {
  margin: 0;
}
.post-article-title {
  padding: 30px;
}
.card-post-img img {
  float: left;
  width: 100%;
  height: auto;
}
.card-post-content {
  padding: 15px 20px 0;
  border: 1px solid #d8d8d8;
}
.card-post-content h3 {
  float: left;
  width: 100%;
  text-align: left;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.card-post-content h3:before {
  font-family: "Font Awesome 5 Pro";
  content: "\F0D7";
  position: absolute;
  right: 20px;
  top: 30px;
}
.card-post-content h3 a {
  color: #666;
}
.card-post-content p {
  text-align: left;
}
.home-posts {
  margin-bottom: 40px;
}
.card-post-content .post-opt {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 5px;
}
.post-nav {
  margin-top: 20px;
  margin-bottom: 10px;
}
.post-nav:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  width: 1px;
  background: #eee;
}
.post-link {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}
.post-link span {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.post-link i {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  line-height: 40px;
  font-size: 22px;
}
.post-link:hover i {
  -webkit-transform: rotateX(1turn);
  transform: rotateX(1turn);
}
.post-link.prev-post-link {
  float: left;
  padding-left: 40px;
  text-align: left;
}
.post-link.next-post-link {
  float: right;
  padding-right: 40px;
  text-align: right;
}
.post-link.prev-post-link i {
  left: 0;
  text-align: left;
}
.post-link.next-post-link i {
  right: 0;
  text-align: right;
}
.post-author {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.post-author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}
.post-author span {
  font-weight: 600;
  position: relative;
  top: 14px;
  color: #666;
  font-size: 12px;
}
.post-opt {
  padding-top: 24px;
}
.post-opt,
.post-opt li {
  float: left;
}
.post-opt li {
  margin-right: 20px;
}
.post-opt li a,
.post-opt li span {
  color: #999;
  font-weight: 500;
  font-size: 12px;
}
.post-opt li i {
  padding-right: 6px;
}
.search-widget input {
  float: left;
  width: 100%;
  border: none;
  background: #ecf6f8;
  height: 50px;
  padding: 0 80px 0 20px;
  z-index: 1;
  border-radius: 4px 0 0 4px;
}
.search-widget .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.jr-insta-thumb {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.jr-insta-thumb ul {
  list-style: none;
}
.jr-insta-thumb li {
  float: left;
  width: 33.3%;
  padding: 5px;
  overflow: hidden;
}
.jr-insta-thumb li img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.jr-insta-thumb li a,
.post-link i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jr-insta-thumb li a:hover {
  opacity: 0.6;
}
.cat-item li {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
.cat-item li:last-child {
  margin-bottom: 0;
}
.cat-item li:before {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 100px;
  height: 1px;
  background: #eee;
  left: 50%;
  margin-left: -25px;
}
.cat-item li a {
  float: left;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.cat-item li span {
  float: right;
  color: #999;
  font-size: 12px;
}
.fixed-bg .overlay {
  opacity: 0.6;
}
.mob-bg,
.mobile-list-controls {
  display: none;
}
.vishidelem {
  display: block !important;
}
@media only screen and (max-width: 1224px) {
  .text-carousel .slick-item {
    padding: 0 5px;
  }
  .col-list-wrap {
    width: 800px;
  }
  .map-container.column-map {
    width: calc(100% - 800px);
  }
  .three-columns-grid .listing-item.has_one_column .geodir-category-listing {
    padding-left: 13px !important;
  }
  .three-columns-grid .listing-item.has_one_column .geodir-category-img {
    top: 12px;
  }
}
@media only screen and (max-width: 1064px) {
  .mobile-list-controls {
    display: block;
  }
  .col-list-wrap .mobile-list-controls {
    margin-top: 20px;
  }
  .mlc {
    padding: 15px 0;
    width: 50%;
    color: #fff;
    float: left;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    cursor: pointer;
  }
  .mlc:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
  }
  .mlc.fl-wrap {
    width: 100%;
    border-radius: 4px;
  }
  .mlc i {
    padding-right: 10px;
  }
  .col-list-search-input-item .quantity-item {
    margin-right: 15px;
    width: auto;
  }
  .col-list-search-input-item {
    margin-bottom: 15px;
  }
  .map-container.column-map.right-pos-map,
  .map-container.fw-map.big_map.hid-mob-map {
    width: 100%;
    right: -100%;
    position: absolute;
    z-index: 100 !important;
    -webkit-transform: translateZ(0);
  }
  .fixed-mobile {
    position: fixed !important;
    top: 110px !important;
  }
  .map-close,
  .mob-bg,
  .nav-button-wrap {
    display: block;
  }
  .logo-holder {
    margin-left: 10px;
  }
  .fixed-footer {
    position: relative !important;
    float: left;
  }
  .back-to-filters,
  .lws_mobile,
  .main-menu nav ul,
  .process-item:before,
  video.bgvid {
    display: none;
  }
  .process-item {
    margin-bottom: 20px;
  }
  .main-menu {
    position: absolute;
    top: 50px;
    left: -20px;
    width: 300px;
    z-index: 50;
    padding: 15px 10px;
    background: #fff;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .vismobmenu {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .menusb {
    overflow: hidden;
  }
  .main-menu .menusb ul,
  .menusb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
  }
  .menusb li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }
  .menusb li i {
    position: absolute;
    right: 18px;
    top: 10px;
  }
  .menusb a {
    float: left;
    width: 100%;
    padding: 8px 5px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #50596e;
    line-height: 14px;
    text-align: left;
  }
  .menusb a i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menusb a.back {
    padding-left: 24px;
  }
  .menusb a.back:before {
    font-family: "Font Awesome 5 Pro";
    content: "\F177";
    font-size: 14px;
  }
  .main-header .container {
    width: 100%;
  }
  .home-grid .gallery-item {
    width: 50%;
  }
  .home-grid .gallery-item .listing-counter {
    top: 20px;
    left: 15px;
  }
  .home-grid .gallery-item.gallery-item-second .listing-counter {
    left: inherit;
    right: 15px;
    z-index: 100;
    top: 10px;
  }
  .home-grid .gallery-item .listing-item-cat {
    padding: 30px 15px 10px;
  }
  section.hero-section {
    padding: 130px 0 100px;
  }
  .fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title,
  .light-carousel-wrap {
    margin-top: 30px;
  }
  .single-facts .inline-facts-wrap {
    width: 100%;
    padding: 5px 0;
  }
  .collage-image {
    margin-top: 40px;
    float: left;
  }
  .images-collage-title {
    left: 10px;
  }
  .pad-top-column-text {
    padding: 0;
  }
  .footer-carousel-title {
    top: 0;
  }
  .footer-social {
    margin-bottom: 30px;
  }
  .contact-btn,
  .mar-bot-cont {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .subfooter-lang {
    float: left;
    width: 100%;
    margin: 15px 0;
  }
  .subfooter-lang-tooltip {
    right: inherit;
    left: 0;
    width: 200px;
  }
  .subfooter-nav {
    float: left;
    margin-right: 0;
  }
  .card-post,
  .price-item,
  .tags-stylwrap a,
  .team-box,
  .video-box {
    margin-bottom: 15px;
  }
  .best-price {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .pricing-wrap {
    margin: 0;
  }
  .team-box,
  .three-columns-grid .listing-item {
    width: 50%;
  }
  .success-table-header a {
    top: 0;
    margin-top: 15px;
    float: left;
  }
  #footer-twiit p.tweet,
  .contact-btn,
  .success-table-header p {
    width: 100%;
  }
  .dashboard-wrap {
    padding-left: 0;
  }
  .dashboard-sidebar {
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
    top: 0;
    margin-bottom: 20px;
  }
  .dashboard-avatar {
    width: 30%;
    float: left;
  }
  .dashboard-sidebar-item {
    width: 70%;
    padding: 0 10px 0 0;
    text-align: left;
  }
  .dashboard-sidebar-item:before {
    left: 0;
    margin-left: 0;
  }
  .log-out-btn {
    background: #f9b90f !important;
  }
  .ed-btn {
    float: left;
  }
  .flat-header {
    padding-top: 140px;
  }
  .dashboard-sidebar-content {
    padding: 20px 0 44px;
  }
  .dashboard-sidebar-content:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\F085";
    color: #fff;
    right: 70px;
    top: 70px;
    opacity: 0.4;
    font-size: 54px;
  }
  .header-search-button {
    margin-top: 10px;
  }
  #footer-twiit .timePosted a,
  .col-list-wrap,
  .price-item,
  .search-input-item,
  .search-input-item.midd-input,
  .search-input-item.small-input,
  .three-columns-grid .listing-item.has_one_column {
    width: 100%;
  }
  .list-single-main-container {
    padding-left: 0;
  }
  .fixed-scroll-column {
    position: relative !important;
    float: left;
    left: 0;
    width: 100%;
    top: -20px;
  }
  .list-single-hero-rating {
    float: left;
    margin-top: 20px;
  }
  .list-single-hero-links {
    float: left;
  }
  .lisd-link {
    margin-left: 0;
    margin-right: 10px;
  }
  .list-single-hero-rating .score {
    float: right;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
  }
  .list-single-hero {
    padding: 100px 0 0;
  }
  .fc-button {
    margin-right: 5px;
  }
  .fc-button span {
    left: 0;
    top: -60px;
  }
  .fixed-scroll-column-share-container {
    position: absolute;
    top: 70px;
    left: 0;
    background: var(--primary);
    padding-left: 20px;
    width: 180px;
    border-radius: 6px;
  }
  .share-container .share-icon {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
  }
  .fw-carousel .slick-slide-item,
  .list-single-carousel-wrap {
    height: 400px !important;
  }
}
@media only screen and (max-width: 768px) {
  .article-masonry,
  .home-grid .gallery-item,
  .listing-item,
  .main-search-button,
  .main-search-input-item,
  .rooms-details,
  .rooms-media {
    width: 100%;
  }
  .grid-opt,
  .review-comments-avatar:before,
  .scroll-nav,
  .show-currency-tooltip,
  .show-lang {
    display: none;
  }
  .show-search-button {
    width: 120px;
  }
  .add-doctor {
    padding: 0 20px;
  }
  .show-reg-form {
    margin-right: 20px;
  }
  .header-search-input-item {
    margin-bottom: 15px;
  }
  .col-list-search-input-item .quantity-item,
  .header-search-input-item .quantity-item {
    width: auto;
  }
  .header-search-button {
    top: 5px;
  }
  .header-search {
    padding: 20px 30px 10px;
  }
  .main-search-input-item {
    margin-bottom: 10px;
  }
  .main-search-button,
  .main-search-input-item,
  .main-search-input-item input {
    border-radius: 6px;
  }
  .main-search-input {
    padding: 0;
    background: hsla(0, 0%, 100%, 0.3);
  }
  .main-search-button,
  .scroll-nav-wrapper .show-hidden-map {
    position: relative;
    float: left;
  }
  .qty-dropdown {
    z-index: 100;
  }
  .home-intro h2 {
    font-size: 34px;
  }
  .list-carousel .sw-btn {
    top: 26%;
  }
  .light-carousel .slick-slide-item {
    padding: 10px 0;
  }
  .light-carousel .slick-slide-item .doctor-card {
    padding: 0 10px;
  }
  .text-carousel .slick-item {
    padding: 0 25px 0 5px;
  }
  .slider-container .slider-item {
    padding: 80px 0 100px;
  }
  .slider-container-wrap .sw-btn {
    top: 100%;
  }
  .reviews-comments-item {
    padding: 0 0 30px;
  }
  .review-comments-avatar {
    top: -25px;
    left: 25px;
    z-index: 30;
    width: 50px;
    height: 50px;
  }
  .review-comments-avatar img {
    width: 50px;
    height: 50px;
  }
  .post-nav a {
    margin-bottom: 20px;
  }
  #progressbar li {
    width: 48%;
    margin-bottom: 10px;
  }
  .ed-btn {
    margin-left: 30%;
  }
  .listing-item,
  .listing-item:nth-child(2n) {
    padding: 0;
  }
  .list-single-facts .inline-facts-wrap,
  .listing-features li {
    width: 50%;
  }
  .rooms-details {
    padding-left: 0;
  }
  .list-single-hero-header .list-single-hero-price,
  .rooms-details {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-btn,
  .show-search-button span {
    display: none;
  }
  .nav-button-wrap {
    margin-left: 10px;
  }
  .show-search-button {
    width: 60px;
  }
  .show-search-button i {
    padding-left: 0;
  }
  .home-intro-card h3,
  .home-intro h2,
  .list-single-hero-title h2,
  section.parallax-section .section-title.big-title h2 {
    font-size: 24px;
  }
  section.hero-section {
    padding: 80px 0 100px;
  }
  .list-carousel {
    padding: 0;
  }
  .collage-image-input,
  .collage-image .main-collage-image {
    right: 10px;
  }
  .controls-mapwn {
    width: 250px;
    padding: 0 20px;
    height: 43px;
    line-height: 43px;
  }
  .main-register-holder,
  .map-modal-item {
    padding: 0 10px;
  }
  .daterangepicker {
    width: 303px !important;
  }
  #progressbar li,
  .list-single-header-contacts li,
  .next-form,
  .previous-form,
  .team-box {
    width: 100%;
  }
  .list-single-header-contacts li {
    text-align: left;
    padding: 5px 0;
  }
  .list-single-hero-price,
  .next-form {
    float: left;
    margin-top: 15px;
  }
  .success-table-header {
    padding: 10px 0 0;
  }
  .success-table-header i.decsth {
    position: relative;
    float: left;
    margin-bottom: 10px;
  }
  .map-view-wrap {
    position: relative;
    height: auto;
    float: left;
  }
  .map-view-wrap_item {
    top: 0;
  }
  .dashboard-avatar,
  .dashboard-message-avatar,
  .dashboard-sidebar-item,
  .facilities-list .btn,
  .half-tags,
  .list-single-facts .inline-facts-wrap,
  .list-single-main-media .gallery-item,
  .listing-features li,
  .map-view-wrap_item,
  .price-opt,
  .review-range-container,
  .review-score-detail,
  .review-score-total,
  .review-total,
  .three-columns-grid .listing-item {
    width: 100%;
  }
  .facilities-list .btn {
    margin-top: 40px;
  }
  .review-score-total {
    margin-bottom: 10px;
  }
  .dashboard-avatar,
  .review-range-container,
  .review-score-detail {
    padding: 0;
  }
  .dashboard-avatar img {
    width: 80px;
    height: 80px;
  }
  .list-single-facts .inline-facts-wrap {
    border-top: 1px solid #e2e2e2;
    border-left: none;
  }
  .dashboard-sidebar-item {
    padding: 0 10px 0 0;
    text-align: center;
  }
  .dashboard-sidebar-item:before {
    left: 50%;
    margin-left: -25px;
  }
  .dashboard-sidebar-content {
    padding: 40px 0 44px;
  }
  .ed-btn {
    float: none;
  }
  .tfp-btn {
    top: -70px;
    right: inherit;
    left: 0;
  }
  .tfp-det {
    top: -30px;
  }
  .tfp-det-btn {
    float: none;
    display: inline-block;
  }
  .dashboard-sidebar-content:before {
    top: 20px;
    right: 20px;
  }
  .ed-btn {
    margin-left: 0;
  }
  .dashboard-menu,
  .dashboard-menu li {
    width: 100%;
  }
  .dashboard-menu-btn {
    display: block;
  }
  .dashboard-menu ul.dashboard-menu-wrap {
    display: none;
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .dashboard-menu li ul {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    width: auto;
    z-index: 2;
    border: none;
    opacity: 1;
    display: block;
    visibility: visible;
    float: left;
    width: 100%;
  }
  .dashboard-menu li ul li {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .dashboard-menu li ul li span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    line-height: 16px;
    border-radius: 100%;
    font-size: 9px;
    color: #fff;
  }
  .dashboard-menu li a i {
    display: none;
  }
  .dashboard-menu li a {
    padding: 10px 0 !important;
    background: none !important;
    color: #666 !important;
  }
  .dashboard-menu li a.active,
  .dashboard-menu li a:hover {
    color: var(--secondary) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #myChartLegend {
    float: left;
    margin-top: 10px;
  }
  #myChartLegend li {
    margin-left: 0;
    margin-right: 10px;
  }
  .dashboard-message-text {
    margin-left: 15px;
  }
  .new-dashboard-item {
    padding: 6px 10px;
    right: 15px;
  }
  .dashboard-menu {
    top: 0;
  }
  .dashboard-message-text {
    margin-left: 0;
    text-align: left;
    padding-left: 0;
  }
  .dashboard-message-avatar img,
  .review-total {
    float: left;
    margin-bottom: 20px;
  }
  .chat-message,
  .chat-message.chat-message_user .massage-date {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .chat-message .dashboard-message-avatar {
    position: relative;
    top: 0;
  }
  .chat-message .dashboard-message-avatar span {
    float: left;
    margin: 10px 0 0 12px;
  }
  .chat-message.chat-message_user .massage-date {
    float: left;
  }
  .massage-date {
    margin: 10px 0;
  }
  .chat-message p:before {
    display: none;
  }
  .map-close {
    width: 43px;
    height: 43px;
    left: 260px;
    line-height: 43px;
    font-size: 12px;
  }
  .fw-carousel .slick-slide-item,
  .list-single-carousel-wrap {
    height: 300px !important;
  }
  .to-top {
    right: 10px;
  }
  .ajax-modal-container {
    width: 500px;
  }
  .ajax-modal-details {
    padding: 20px 25px;
  }
  .ajax-modal-list li {
    width: 50%;
  }
  .error-wrap h2 {
    font-size: 74px;
  }
}
@media only screen and (max-width: 420px) {
  .show-reg-form {
    margin-right: 30px;
  }
  .wishlist-wrap {
    width: 300px;
    padding: 25px 10px 0;
  }
  .header-user-name {
    font-size: 11px;
  }
  .header-user-name:before {
    bottom: -1px;
    right: -20px;
  }
  .header-user-menu {
    margin-right: 30px;
  }
  .ajax-modal-container {
    width: 400px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: 50%;
  }
}
#footer-twiit a:hover,
#progressbar li:before,
.ajax-modal-list li i,
.ajax-modal-photos-btn span,
.avatar-tooltip strong,
.bookdate-container-dayscounter i,
.box-widget-content .widget-posts-descr .geodir-category-location a i,
.box-widget-content .widget-posts-descr a:hover,
.box-widget-content .widget-posts-link i,
.box-widget-item-header:before,
.box-widget-list li a:hover,
.box-widget-list li i,
.breadcrumbs-fs .breadcrumbs span,
.breadcrumbs-hero-buttom .breadcrumbs a:before,
.breadcrumbs.inline-breadcrumbs a:before,
.card-post-content h3 a:hover,
.card-post-content h3:before,
.cart_list li span,
.cat-item li a,
.category-fix-bg-title h4,
.chat-contacts-item .chat-contacts-item-text span,
.claim-widget-link a,
.col-list-search-input-item.in-loc-dec:before,
.col-list-search-input-item.location a,
.cs-mumber,
.currency-tooltip li i,
.currency-wrap .show-currency-tooltip i,
.custom-form .filter-tags input:checked:after,
.custom-form .radio span,
.custom-form .review-total span input,
.custom-form .total-coast input,
.dashboard-listing-table-text h4 a,
.dashboard-menu-btn i,
.dashboard-menu li a.active i,
.dashboard-menu li a:hover i,
.dashboard-message-text p a,
.doctor-card .geodir-category-location a i,
.down-btn i,
.facilities-list li i:hover,
.faq-nav li a.act-faq-link,
.fc-button i,
.filter-tags input:checked:after,
.filter-tags label a,
.flatWeatherPlugin ul.wiForecasts li,
.footer-contacts li a:hover,
.footer-social li a,
.geodir-category-content h3 a:hover,
.geodir-category-opt .js-favorite i,
.geodir-category-price span,
.geodir-opt-tooltip strong,
.grid-opt li span.act-grid-opt,
.grid-opt li span.act-grid-opt:hover,
.header-search-input-item.date-parent:before,
.header-search-input-item.in-loc-dec:before,
.header-search-input-item.location a,
.header-user-menu li a:hover,
.header-user-name:before,
.home-btn a,
.images-collage-title,
.inline-facts i,
.list-main-wrap-title h2 span,
.list-single-header-contacts li i,
.list-single-hero-header .list-single-hero-price span,
.list-single-main-item-title:before,
.list-single-main-item-title h3 span,
.listing-counter strong,
.listing-features li i,
.listing-title a,
.log-massage a,
.lost_password a:hover,
.main-register h3 span,
.main-search-input-item.location a,
.main-search-with-caret:before,
.map-modal-container h3 a:hover,
.map-popup-location-price,
.mapnavigation a i,
.menusb a.back:before,
.menusb a i,
.mlc i,
.nav-holder nav li a i,
.nice-select .nice-select-search-box:before,
.pac-icon:before,
.pass-input-wrap span,
.post-link i,
.post-opt li a:hover,
.price-opt ul li a:hover,
.qty-dropdown-content .quantity-item label i,
.qty-dropdown-header:before,
.radio input[type="radio"]:checked + span:before,
.reply-mail a,
.reviews-comments-item-date i,
.reviews-comments-item-text h4 a.reviews-comments-item-link,
.rooms-details-header h5 span,
.section-title .breadcrumbs a:before,
.share-container .share-icon,
.share-container .share-icon:hover:before,
.show-lang i,
.show-more-filters i,
.show-reg-form i,
.show-search-button:hover i,
.show-search-button i,
.show-сurrency-tooltip span i,
.single-facts .inline-facts i,
.subfooter-lang-tooltip li a,
.tabs-menu li.current a,
.team-dec,
.team-social li a,
.text-carousel .slick-center .text-carousel-item:after,
.text-carousel .slick-center .text-carousel-item:before,
.tfp-btn strong,
.tfp-det p a,
.time-line-icon i,
.to-top:hover,
.total-coast span,
.video-box-btn,
.weather-grid .flatWeatherPlugin .wiToday .wiIconGroup div.wi,
.wishlist-link,
s .listing-counter span {
  color: var(--secondary);
}
#footer-twiit p.tweet:before,
#progressbar li:before,
.accordion a.toggle span,
.back-to-filters span,
.box-item a.gal-link,
.chat-contacts-item:after,
.close-header-search:hover,
.cluster div:hover,
.col-list-search-input-item .irs-line,
.color-bg,
.cs-mumber-button:hover,
/* .dashboard-header, */
.daterangepicker td.active,
.ed-btn:hover,
.geodir-opt-link a,
.geodir-opt-list a:hover,
.infoBox-close,
.intro-item h2:before,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.line-separator:before,
.lisd-link:hover,
.list-single-hero-title h2:before,
.list-widget-social li a,
.main-search-button:hover,
.map-modal-close,
.mapnavigation a:hover,
.massage-date span:before,
.message-counter,
.message-input button,
.pagination a.current-page,
.pagination a.current-page:hover,
.price-num.col-dec-1:before,
.recomm-price i,
.review-range-container .irs-bar,
.review-range-container .irs-bar-edge,
.scroll-nav-wrapper .scroll-nav li a.act-scrlink,
.search-input-item .irs-line,
.section-separator:before,
.slick-dots li.slick-active button,
.tabs-menu li a,
.tags-stylwrap.sb-tags a,
.to-top,
.twitter-link,
.user-stats:before {
  background: var(--secondary);
}
.ajax-loader,
.ed-btn,
.nice-select:after,
.pin,
blockquote {
  border-color: var(--secondary);
}
#footer-twiit .timePosted a:before,
.amenities-list li span.status.status-no,
.breadcrumbs-fs .breadcrumbs a:before,
.cart-total strong,
.cat-item li span,
.claim-widget-link a:hover,
.collage-image-input i,
.custom-form label i,
.custom-form label span,
.dashboard-list-box.activities .dashboard-message-text i,
.dashboard-listing-table-address i,
.dashboard-listing-table-text h4 a:hover,
.dashboard-message-text h4 span,
.daterangepicker .calendar-table th,
.faq-nav li a.act-faq-link:before,
.faq-nav li a:hover:before,
.fc-cont:hover,
.five-star-rating .listing-rating i,
.flat-title-wrap .breadcrumbs a:before,
.flatWeatherPlugin ul.wiForecasts li.wi,
.footer-contacts li i,
.footer-social li a:hover,
.four-star-rating .listing-rating i,
.fuzone .fu-text i,
.geodir-category-location a i,
.geodir-category-opt .js-favorite:hover i,
.geodir-category-opt .listing-rating i,
.geodir-category-opt h4 a:hover,
.grid-opt li span:hover,
.header-search-input-item-icon,
.header-user-name:hover,
.home-btn:hover a,
.inpt_dec,
.intro-item h6,
.listing-rating i,
.log-massage a:hover,
.main-register h3 span strong,
.map-card-rainting i,
.map-close,
.map-modal-container h3 i,
.map-popup-location-info i,
.mapzoom-in,
.menusb a.act-link,
.nav-holder nav li a.act-link,
.nav-holder nav li a:hover,
.nice-select:before,
.post-link,
.post-opt li i,
.price-opt ul li a i,
.process-item h4 a:hover,
.process-wrap li i,
.qty-dropdown-header i,
.rooms-details-header h5,
.section-title-separator span i:nth-child(2),
.show-reg-form:hover,
.singleMap_visible-title-item h4 i,
.subfooter-show-lang i,
.text-carousel-item a.testim-link:hover,
.tfp-btn:before,
.three-star-rating .listing-rating i,
.widget-posts-date i {
  color: var(--primary);
}
.add-doctor:hover,
.ajax-loader-cirle:before,
.close-header-search,
.cluster div,
.color2-bg,
.cs-mumber-button,
.dashboard-list-box.activities .new-dashboard-item:hover,
.dashboard-listing-table-opt li a.del-btn,
.dashboard-menu li a span,
.dashboard-menu li ul li span,
.daterangepicker .drp-buttons .btn.btn-default,
.footer-widget #subscribe-button:hover,
.header-search-button,
.header-sec-link a:hover,
.infoBox-close:hover,
.irs-slider,
.load-more-button:hover,
.pac-item:hover,
.pagination a:hover,
.price-link:hover,
.price-num.col-dec-3:before,
.scroll-nav-wrapper .show-hidden-map,
.show-more-filters.active-hidden-opt-btn,
.success-table-header a:hover,
.text-carousel-wrap .sw-btn,
section.color-bg .section-separator:before {
  background: var(--primary);
}
.banner-wdget-content a,
.box-image-widget-media a:hover,
.box-item a.gal-link:hover,
.bt n:hover,
.close-reg:hover,
.color3-bg,
.color3-bg .accordion a.toggle.act-accordion,
.custom-form .log-submit-btn,
.custom-form .log-submit-btn:hover,
.dashboard-sidebar-content,
.error-wrap form .search-submit:hover,
.geodir-opt-tooltip,
.home-intro-card-counter,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover,
.mlc,
.more-photos-button,
.rooms-media-btn-item,
.soc-log a:hover,
.sw-btn,
.team-social,
.text-carousel-wrap .sw-btn:hover,
.tfp-det-btn:hover {
  background: var(--primary);
}
#success_page h3,
.card-post-content h3 a,
.error_message h3,
.map-modal-container h3 a,
.mapzoom-out,
.section-title h2,
.single-facts .inline-facts .num,
.singleMap_visible-title-item h4,
.text-carousel-item a.testim-link {
  color: var(--primary);
}
.color-dark-grey {
  color: #7f7f7f;
}
.color-grey {
  color: #f7f9fb;
}
.gradient-bg {
  background-color: var(--secondary);
  background: -o-linear-gradient(top, var(--secondary), #49ceff);
}
.select2-selection__arrow b {
  border-color: var(--secondary) transparent transparent !important;
}
.pagination-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .pagination-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .pagination-wrapper {
    margin-top: 0;
  }
}
.pagination-wrapper .pagination li,
.pagination-wrapper .pagination li > a,
.pagination-wrapper .pagination li > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.pagination-wrapper .pagination li > a,
.pagination-wrapper .pagination li > span {
  margin: 0 5px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  color: #888da0;
  background: #fff;
  letter-spacing: 1px;
}
.pagination-wrapper .pagination li > a i,
.pagination-wrapper .pagination li > span i {
  font-size: 12px;
}
.pagination-wrapper .pagination li.active > a,
.pagination-wrapper .pagination li.active > span,
.pagination-wrapper .pagination li:not(.disabled):focus a,
.pagination-wrapper .pagination li:not(.disabled):hover a {
  background: var(--secondary);
  color: #fff;
}
.logo-style span {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  color: var(--secondary);
}
.logo-style span strong {
  color: var(--primary);
}
#errors-list {
  background-color: #ed3a53;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
}
.otek-p a {
  color: #ec1c3a;
}
.otek-p a:hover {
  color: var(--secondary);
}
.otek-p a,
.otek-p img,
.otek-p p {
  display: inline-block;
}
.otek-p p {
  margin: 0;
  padding: 5px;
}
.otek-p img {
  height: 35px;
  /* margin-right: 10px; */
  margin-left: auto;
  padding: 3px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  top: -1px;
}
.services-search-input {
  margin-bottom: 20px;
}
.services-search-input input {
  max-width: 300px;
  /* float: right !important; */
}
@media (max-width: 768px) {
  .services-search-input input {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.services-links {
  width: 100%;
  margin: 30px auto 20px;
}
.services-links a.service-link {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
  border: 1px solid var(--secondary);
  padding: 5px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: right;
}
.services-links a.service-link:active,
.services-links a.service-link:hover {
  color: #fff;
  background-color: var(--secondary);
}
.accordion-dropdown {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #fff;
  border-radius: 4px;
}
.accordion-dropdown .link {
  text-align: start;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion-dropdown .link a {
  color: #4d4d4d;
}
.accordion-dropdown li:last-child .link {
  border-bottom: 0;
}
.accordion-dropdown li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion-dropdown li i.fa-chevron-down {
  left: 12px;
  right: auto;
  font-size: 16px;
}
.accordion-dropdown li.open .link a {
  color: var(--secondary);
}
.accordion-dropdown li.open i {
  color: var(--primary);
}
.accordion-dropdown li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.majors-search-input {
  width: 300px !important;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .majors-search-input {
    width: 100% !important;
  }
}
.submenu {
  display: none;
  background: #c6e7fa;
  font-size: 14px;
  text-align: center;
}
.submenu li {
  border-bottom: 2px solid #fff;
}
.submenu a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  background: var(--secondary);
  color: #fff;
}
.accordion-container {
  width: 100%;
  max-width: 700px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 5vh;
}
#accordion-2 {
  position: relative;
  -webkit-box-shadow: 0 1px 7px #dbdbdb;
  box-shadow: 0 1px 7px #dbdbdb;
  direction: rtl;
}
#accordion-2 .head {
  background-color: #fff;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#accordion-2 .head p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--primary);
}
#accordion-2 .arrow {
  content: "";
  position: absolute;
  left: 0;
  left: 30px;
  top: 65px;
  opacity: 1;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 40px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
#accordion-2 .arrow-animate,
#accordion-2 .head:hover .arrow {
  border-top: 40px solid #d3f697;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
#accordion-2 .accordion-content {
  background-color: #fff;
  display: none;
  padding: 30px;
  color: #333;
}
#accordion-2 .active,
#accordion-2 .head:hover {
  background-color: #d3f697;
}
body.ar {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-weight: 100;
  font-style: normal;
}
/* body.ar h1,
body.ar h2,
body.ar h3,
body.ar h4,
body.ar h5,
body.ar label,
body.ar p {
  direction: rtl;
  text-align: right;
} */
body.ar .text-center {
  text-align: center;
  /* direction: rtl; */
}
body.ar .text-body {
  /* direction: rtl; */
  /* text-align: right; */
}
body.ar .text-body-center {
  /* direction: rtl; */
  text-align: center;
}
body.ar .text-body-center * {
  text-align: center;
}
/* body.ar .rtl {
  direction: rtl;
}
body.ar .rtl-right,
body.ar .rtl-right-body,
body.ar .rtl-right-body * {
  direction: rtl;
  text-align: right;
}
body.ar .ltr {
  direction: ltr;
}
body.ar .ltr-left {
  direction: ltr;
  text-align: left;
}
body.ar .ltr-body,
body.ar .ltr-body * {
  direction: ltr;
}
body.ar .ltr-body-left,
body.ar .ltr-body-left * {
  direction: ltr;
  text-align: left;
} */
/* body.ar ul.pagination {
  direction: rtl;
} */
body.ar .rtl-col [class*="col-"],
body.ar .rtl-row > [class*="col-"] {
  /* float: right; */
}
body.ar .select2-dropdown[dir="rtl"] .select2-results__option {
  text-align: right;
  font-size: 11px;
}
body.ar .nice-select:after {
  left: 14px;
  right: auto;
}
body.ar .nice-select:before {
  left: auto;
  right: 16px;
}
body.ar .nice-select {
  text-align: right !important;
  padding-right: 42px;
  padding-left: 30px;
}
body.ar .nice-select.open {
  z-index: 1000;
}
body.ar .nice-select .option {
  text-align: right;
}
body.ar .nice-select.open .nice-select-search-box {
  direction: rtl;
}
body.ar .sweet-alert h2,
body.ar .sweet-alert p {
  text-align: center;
}
body.ar a.to-top {
  left: 20px;
  right: auto;
}
body.ar .col-list-search-input-item.in-loc-dec:before,
body.ar .header-search-input-item.date-parent:before,
body.ar .header-search-input-item.in-loc-dec:before {
  left: 14px;
  right: auto;
}
body.ar .home-intro,
body.ar .home-intro > *,
body.ar .process-item.big-pad-pr-item,
body.ar .process-item.big-pad-pr-item *,
body.ar .section-title,
body.ar .section-title > * {
  text-align: center;
}
body.ar .col-list-search-input-item label,
body.ar .header-search-input-item label,
body.ar .leave-rating-holder .leave-rating-title,
body.ar .range-slider-title {
  text-align: right;
  float: right;
}
body.ar .box-widget-item-header:before,
body.ar .list-single-main-item-title:before {
  left: 0;
  right: auto;
}
body.ar .btn {
  padding: 0 20px 0 50px;
  text-align: right;
  -webkit-box-shadow: 0 5px 0 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 5px 0 0 hsla(0, 0%, 100%, 0.1);
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
body.ar .btn:after,
body.ar .btn i {
  left: 0;
  right: auto;
}
body.ar .btn i {
  border-left: none;
  border-right: 1px solid hsla(0, 0%, 100%, 0.21);
}
body.ar .btn.float-btn {
  float: right;
}
body.ar .float-wrap {
  float: right;
  width: 100%;
  position: relative;
}
body.ar blockquote {
  float: right;
  border-right: 15px solid var(--secondary);
  border-left: none;
}
body.ar blockquote:before {
  left: 6px;
  right: auto;
}
@media (max-width: 1023px) {
  body.ar #reserve [class*="col-"] {
    float: none;
  }
  #reserve .col-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
body.ar .iziToast > .iziToast-body {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
body.ar .iziToast-inputs {
  width: 100%;
}
body.ar .review-input {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  position: relative;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 11px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  min-height: 26px;
  display: block;
  width: 100%;
  margin: 10px 2px;
  height: 50px;
  resize: vertical;
}
body.ar .star-rating {
  direction: ltr;
  text-align: right;
  font-size: 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.ar .star-rating p {
  text-align: center;
  margin: 0 auto;
}
body.ar .back-stars {
  /* color: #edfbd3; */
  color: var(--secondary);
  position: relative;
}
body.ar .back-stars,
body.ar .front-stars {
  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;
  top: 0;
  right: 0;
}
body.ar .front-stars {
  color: var(--primary);
  overflow: hidden;
  position: absolute;
}
body.ar .add-doctor {
  float: left;
}
body.ar .add-doctor span {
  padding-left: 0;
  padding-right: 4px;
}
body.ar .show-reg-form {
  float: left;
  margin-left: 20px;
  margin-right: 0;
}
@media only screen and (max-width: 420px) {
  body.ar .show-reg-form {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.ar .show-reg-form {
    margin-left: 20px;
  }
}
body.ar .show-reg-form:before {
  left: auto;
  right: -20px;
}
body.ar .logo-holder {
  float: right;
}
@media only screen and (max-width: 1064px) {
  body.ar .logo-holder {
    margin-left: 0;
    margin-right: 10px;
  }
}
body.ar .home-btn {
  float: right;
  margin-right: 0;
  margin-right: auto;
  margin-left: 15px;
}
body.ar .nav-holder {
  float: right;
}
body.ar .nav-holder nav > ul {
  direction: rtl;
}
body.ar .nav-holder nav > ul > li > a > i {
  padding-left: 0;
  padding-right: 6px;
}
body.ar .nav-holder nav li {
  float: right;
  margin-left: 6px;
  margin-right: 0;
}
body.ar .nav-holder nav li ul {
  direction: rtl;
  left: auto;
  right: 0;
}
body.ar .nav-holder nav li ul a {
  text-align: right;
}
body.ar .show-search-button {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
body.ar .show-search-button i {
  padding-left: 0;
  padding-right: 19px;
}
@media only screen and (max-width: 540px) {
  body.ar .show-search-button i {
    padding-right: 0;
  }
}
body.ar .wishlist-link {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  border-left: none;
}
body.ar .vis-wishlist {
  left: -20px;
  right: auto;
}
body.ar .header-user-menu {
  float: left;
  /* margin-left: 50px; */
  margin-right: 0;
}
@media only screen and (max-width: 420px) {
  body.ar .header-user-menu {
    margin-left: 30px;
  }
}
body.ar .header-user-menu .header-user-name {
  padding-top: 6px;
}
body.ar .header-user-menu .header-user-name:before {
  left: -10px;
  right: auto;
}
body.ar .header-user-menu span {
  left: auto;
  right: -50px;
}
body.ar .header-user-menu ul {
  direction: rtl;
}
body.ar .header-user-menu ul a {
  text-align: right;
}
body.ar .nav-button-wrap {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
body.ar .main-menu {
  direction: ltr;
}
@media only screen and (max-width: 1064px) {
  body.ar .main-menu {
    left: auto;
    right: -20px;
  }
}
@media only screen and (max-width: 1064px) {
  body.ar .vismobmenu {
    left: auto;
    right: 0;
  }
}
body.ar .menusb a {
  direction: rtl;
  text-align: right;
}
body.ar .menusb a i {
  left: 18px;
  right: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.ar .menusb a.back {
  text-align: left;
}
body.ar .menusb a.back:before {
  content: "\F061";
}
body.ar .main-search-input {
  direction: rtl;
  padding: 0 0 0 120px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  body.ar .main-search-input {
    padding: 0;
  }
}
body.ar .main-search-input .main-search-input-item {
  float: right;
}
body.ar .main-search-input .main-search-input-item input,
body.ar .main-search-input .main-search-input-item select {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  padding: 0 40px 0 10px;
}
body.ar .main-search-input .main-search-input-item.location,
body.ar .main-search-input .main-search-input-item.location input,
body.ar .main-search-input .main-search-input-item.location select {
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1023px) and (min-width: 769px) {
  body.ar .main-search-input .main-search-input-item input,
  body.ar .main-search-input .main-search-input-item select,
  body.ar .main-search-input .main-search-input-item span.select2-selection {
    font-size: 11px;
    line-height: 1.8;
  }
}
body.ar .main-search-input .main-search-button {
  left: 0;
  right: auto;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-size: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
body.ar .main-search-input .main-search-button i {
  padding-left: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  body.ar .main-search-input .main-search-button,
  body.ar .main-search-input .main-search-button.location,
  body.ar .main-search-input .main-search-button.location input,
  body.ar .main-search-input .main-search-button.location select,
  body.ar .main-search-input .main-search-button input,
  body.ar .main-search-input .main-search-button select,
  body.ar .main-search-input .main-search-input-item,
  body.ar .main-search-input .main-search-input-item.location,
  body.ar .main-search-input .main-search-input-item.location input,
  body.ar .main-search-input .main-search-input-item.location select,
  body.ar .main-search-input .main-search-input-item input,
  body.ar .main-search-input .main-search-input-item select {
    border-radius: 6px;
  }
}
body.ar .main-search-input .main-search-with-caret:before {
  left: 20px;
  right: auto;
}
body.ar .main-search-input .inpt_dec {
  left: auto;
  right: 15px;
  top: 13px;
}
body.ar .main-search-input .select2-container {
  margin-top: 10px;
}
body.ar .main-search-input .select2-container--bootstrap {
  padding-right: 40px !important;
}
body.ar .main-search-input .select2-container--bootstrap,
body.ar .main-search-input .select2-container--bootstrap .select2-selection {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.ar
  .main-search-input
  .select2-container--bootstrap
  .select2-selection__arrow {
  left: 20px;
}
body.ar .reserve-now {
  position: absolute;
  font-weight: 500;
  top: 10px;
  right: 0;
  z-index: 10;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 25px;
  color: #fff;
  text-align: right;
}
body.ar .reserve-now a {
  color: #fff;
}
@media (max-width: 1023px) {
  body.ar .reserve-now {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.ar .reserve-now {
    font-size: 15px;
  }
}
@media (max-width: 424px) {
  body.ar .reserve-now {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  body.ar .listings-header {
    display: none;
  }
}
body.ar .listing-item.has_one_column .geodir-category-img {
  float: right;
  max-height: 300px;
  overflow: hidden;
}
body.ar .listing-item.has_one_column .geodir-category-listing {
  overflow: hidden;
  padding-right: 13px;
  padding-left: 0 !important;
  position: relative;
}
body.ar .facilities-list li {
  float: none;
  margin-left: 14px;
  margin-right: 0;
}
@media (max-width: 768px) {
  body.ar .geodir-category-content {
    padding-right: 0;
  }
}
body.ar .geodir-category-content h3,
body.ar .geodir-category-location a {
  float: right;
}
body.ar .geodir-category-content-title:before {
  left: 0;
  right: auto;
}
@media (max-width: 424px) {
  body.ar .geodir-category-content-title:before {
    display: none;
  }
}
body.ar .geodir-category-footer {
  padding: 18px 0 0;
}
body.ar .geodir-category-footer .geodir-category-price {
  float: right;
}
@media (max-width: 425px) {
  body.ar .geodir-category-footer {
    padding-left: 0;
  }
  body.ar .geodir-category-footer .geodir-category-price {
    float: none;
  }
}
body.ar .geodir-opt-list {
  position: relative;
  left: 0;
  right: auto;
}
@media (max-width: 425px) {
  body.ar .geodir-opt-list {
    float: none;
  }
}
@media (max-width: 1024px) {
  body.ar .filters-col {
    float: none !important;
    margin-bottom: 20px;
  }
}
body.ar .geodir-category-location {
  direction: rtl;
}
body.ar .geodir-category-location span {
  float: right;
  text-align: right;
}
body.ar .list-main-wrap-title h2,
body.ar .price-opt,
body.ar .price-opt-title,
body.ar .price-opt ul,
body.ar .price-opt ul li {
  float: right;
}
body.ar .price-opt .listsearch-input-item {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  body.ar .price-opt .listsearch-input-item {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
  }
}
body.ar .col-list-search-input-item {
  direction: rtl;
}
body.ar .col-list-search-input-item input {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
body.ar .header-search-input-item-icon {
  left: auto;
  right: 14px;
  bottom: 8px;
}
body.ar .header-search-button {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-weight: 800;
}
body.ar .list-main-wrap-title span {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
body.ar .listing-item.has_one_column .geodir-category-content {
  width: 40%;
  float: right;
}
@media (max-width: 425px) {
  body.ar .listing-item.has_one_column .geodir-category-content {
    width: 80%;
  }
}
body.ar .listing-item.has_one_column .geodir-category-timetable {
  float: left;
  padding-left: 10px;
  width: 40%;
  position: absolute;
  bottom: 150px;
}
body.ar
  .listing-item.has_one_column
  .geodir-category-timetable
  .timetable-container {
  float: left;
  width: 300px;
}
@media (max-width: 768px) {
  body.ar
    .listing-item.has_one_column
    .geodir-category-timetable
    .timetable-container {
    font-size: 80%;
    width: 260px;
  }
}
@media only screen and (max-width: 600px) {
  body.ar
    .listing-item.has_one_column
    .geodir-category-timetable
    .timetable-container {
    width: 174px;
  }
}
@media (max-width: 425px) {
  body.ar .listing-item.has_one_column .geodir-category-timetable {
    display: none;
  }
}
body.ar .listing-star-rating {
  position: absolute;
  display: block;
  left: 20px;
  top: 20px;
  margin-bottom: 55px;
}
@media (max-width: 425px) {
  body.ar .listing-star-rating {
    left: auto;
    top: auto;
    bottom: 2px;
    right: 22px;
  }
}
body.ar .listing-footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 15px 0;
  border-top: 1px dotted #d3d3d3;
  direction: rtl;
}
body.ar .listing-footer span {
  font-weight: 800;
}
body.ar .close-reg {
  left: 14px;
  right: auto;
}
body.ar .tabs-menu li {
  float: right;
}
body.ar .tabs-menu li a {
  float: right;
  text-align: right;
}
body.ar .tabs-menu li a i {
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 424px) {
  body.ar .tabs-menu li a i {
    display: none;
  }
}
body.ar .log-submit-btn {
  float: right;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
  font-weight: 800;
}
body.ar .filter-tags,
body.ar .filter-tags input,
body.ar .filter-tags label {
  /* float: right; */
}
body.ar .custom-form .filter-tags label,
body.ar .filter-tags label {
  top: 0;
}
body.ar .lost_password {
  float: left;
}
body.ar .custom-form label {
  margin-bottom: 10px;
  font-weight: 500;
  z-index: 2;
  float: right;
  text-align: start;
}
.custom-form label i {
  position: absolute;
  left: 16px;
  right: auto;
  padding-right: 12px;
  padding-left: 0;
  /* top: 50px; */
}
[dir="rtl"] .custom-form label i {
  position: absolute;
  left: auto;
  right: 16px;
  padding-left: 12px;
  padding-right: 0;
  /* top: 50px; */
}
body.ar .custom-form input[type="button"],
body.ar .custom-form input[type="email"],
body.ar .custom-form input[type="number"],
body.ar .custom-form input[type="password"],
body.ar .custom-form input[type="text"],
body.ar .custom-form textarea {
  padding: 10px 45px 10px 45px;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
body.ar .custom-form .radio-container {
  padding: 10px 60px 0 20px;
  border-radius: 6px;
}
body.ar .custom-form .radio-container span {
  text-align: right;
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
body.ar .custom-form .radio-container span:after {
  left: auto;
  right: 0;
  top: 2px;
}
body.ar .custom-form .radio input[type="radio"]:checked + span:before {
  left: inital;
  right: 4px;
  top: 5px;
}
body.ar .custom-form .btn {
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
body.ar .custom-form .select2-container--bootstrap {
  display: inline-block;
  margin-bottom: 20px;
}
body.ar
  .custom-form
  .select2-container--bootstrap
  .select2-selection--multiple {
  background-color: #f7f9fb;
  padding: 5px 20px 5px 45px;
}
[dir="rtl"]
  body.ar
  .custom-form
  .select2-container--bootstrap
  .select2-selection--multiple {
  background-color: #f7f9fb;
  padding: 5px 45px 5px 20px;
}
body.ar
  .custom-form
  .select2-container--bootstrap
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-bottom: 0;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
.select2-search--inline {
  float: left !important;
}
[dir="rtl"] .select2-search--inline {
  float: right !important;
}
body.ar
  .custom-form
  .select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--primary);
  color: #fff;
}
body.ar
  .custom-form
  .select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
}
body.ar .custom-form .has-error,
body.ar .custom-form .has-error + span.select2 .select2-selection--multiple {
  background-color: rgba(237, 58, 83, 0.2);
}
body.ar .custom-form .checkbox-ul {
  /* float: right; */
  position: relative;
  margin: 10px;
  background-color: #f7f9fb;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
}
body.ar .custom-form .checkbox-ul > label {
  /* float: right; */
  display: block;
  font-weight: 700;
}
body.ar .custom-form .checkbox-ul ul,
body.ar .custom-form .checkbox-ul ul li {
  /* float: right; */
  position: relative;
}
body.ar .custom-form .agreement {
  padding: 30px;
  background-color: #f7f9fb;
  border-radius: 6px;
  margin-bottom: 30px;
}
body.ar .custom-form .agreement > .agreement-text {
  text-align: right;
  height: 300px;
  overflow-y: scroll;
}
body.ar .dashboard-wrap {
  float: right;
  padding-left: 0;
  padding-right: 290px;
}
@media only screen and (max-width: 1064px) {
  body.ar .dashboard-wrap {
    padding: 0;
  }
}
body.ar .dashboard-wrap .dashboard-sidebar {
  left: auto;
  right: 0;
}
body.ar .dashboard-menu,
body.ar .dashboard-menu li {
  float: right;
}
body.ar .dashboard-menu a,
body.ar .dashboard-menu li a {
  float: right;
  direction: rtl;
}
body.ar .dashboard-menu a i,
body.ar .dashboard-menu li a i {
  padding-left: 6px;
  padding-right: 0;
}
body.ar .dashboard-menu a span,
body.ar .dashboard-menu li a span {
  margin-left: intitial;
  margin-right: 4px;
}
body.ar .dashboard-avatar {
  float: right;
}
body.ar .dashboard-sidebar {
  direction: rtl;
}
@media only screen and (max-width: 1064px) {
  body.ar .dashboard-sidebar .dashboard-sidebar-content:before {
    left: 70px;
    right: auto;
  }
}
@media only screen and (max-width: 540px) {
  body.ar .dashboard-sidebar .dashboard-sidebar-content:before {
    left: 20px;
    right: auto;
  }
}
@media only screen and (max-width: 1064px) {
  body.ar .ed-btn {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  body.ar .ed-btn {
    margin-left: 0;
    margin-right: 30%;
  }
}
@media only screen and (max-width: 540px) {
  body.ar .ed-btn {
    margin-right: 0;
    float: none;
  }
}
body.ar .dashboard-sidebar-item h3,
body.ar .dashboard-sidebar-item span {
  text-align: center;
}
@media only screen and (max-width: 1064px) {
  body.ar .dashboard-sidebar-item {
    padding: 0 0 0 10px;
    margin-top: 0;
  }
  body.ar .dashboard-sidebar-item h3,
  body.ar .dashboard-sidebar-item span {
    text-align: right;
  }
}
@media only screen and (max-width: 540px) {
  body.ar .dashboard-sidebar-item {
    margin-top: 10px;
    padding: 0;
  }
  body.ar .dashboard-sidebar-item h3,
  body.ar .dashboard-sidebar-item span {
    text-align: center;
  }
}
@media only screen and (max-width: 1064px) {
  body.ar .dashboard-sidebar-item:before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  body.ar .dashboard-sidebar-item:before {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -15px;
  }
}
body.ar .log-out-btn i {
  padding-left: 0;
  padding-right: 10px;
}
body.ar .approval {
  direction: rtl;
  text-align: right;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 1064px) {
  body.ar .approval {
    left: auto;
    right: 0;
  }
}
body.ar #review-button {
  margin-bottom: 10px;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  body.ar #review-button {
    position: relative;
  }
}
body.ar .box-widget-author-title {
  padding: 0 0 40px 80px;
  float: left;
}
[dir="rtl"] body.ar .box-widget-author-title {
  padding: 0 80px 40px 0;
  float: right;
}
[dir="rtl"] body.ar .box-widget-author-title a,
[dir="rtl"] body.ar .box-widget-author-title span {
  float: right;
  text-align: right;
}
body.ar .box-widget-author-title-img {
  left: 0;
  right: auto;
}
[dir="rtl"] body.ar .box-widget-author-title-img {
  left: auto;
  right: 0;
}
body.ar .box-widget-list li span {
  float: left;
  direction: left;
  min-width: auto;
}
body.ar .box-widget-list li span i {
  padding-right: 10px;
  padding-left: 0;
}
body.ar .box-widget-list li a {
  margin-right: 0;
  margin-left: 20px;
  float: left;
  text-align: left;
}
[dir="rtl"] body.ar .box-widget-list li span {
  float: right;
  direction: rtl;
  min-width: auto;
}
[dir="rtl"] body.ar .box-widget-list li span i {
  padding-left: 10px;
  padding-right: 0;
}
[dir="rtl"] body.ar .box-widget-list li a {
  margin-left: 0;
  margin-right: 20px;
  float: right;
  text-align: right;
}
body.ar .reviews-comments-item-date span {
  float: right;
}
body.ar .reviews-comments-item-date span i {
  margin-left: 10px;
  margin-right: 0;
}
body.ar .doctor-star-rating {
  position: absolute;
  display: block;
  left: -3px;
  top: 0;
}
body.ar .timetable-container .slide-item {
  margin: auto;
}
body.ar .timetable-container .slick-slide {
  float: right;
}
body.ar .timetable-container .unavailable {
  width: 70px;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  body.ar .timetable-container .unavailable {
    width: 64px;
  }
}
body.ar .timetable-container .unavailable.shown {
  display: block;
}
body.ar .timetable-container .day {
  background-color: #dfe1e2;
  height: 165px;
  padding: 15px 10px;
  float: right;
  margin: 5px;
  border-radius: 6px;
}
body.ar .timetable-container .day a,
body.ar .timetable-container .day label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: var(--primary);
}
body.ar .timetable-container .day a.button-time {
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.1);
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  padding: 5px 20px;
  color: #fff;
  -webkit-appearance: none;
}
body.ar .timetable-container .day a.button-time:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.2);
  z-index: 0;
  left: 15%;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.ar .timetable-container .day a.button-time:hover:after {
  width: 120%;
  left: 0;
  background: hsla(0, 0%, 100%, 0.1);
}
body.ar .timetable-container .day a.button-time.button-day {
  background-color: var(--primary);
}
body.ar .timetable-container .day a.button-time.button-evening {
  background-color: var(--secondary);
}
body.ar .timetable-container .day label {
  font-weight: 700;
  color: #333;
}
body.ar .timetable-container .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  width: 20px;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--primary);
  cursor: pointer;
  color: #fff;
  padding: 3px;
}
body.ar .timetable-container .slick-arrow.slick-next {
  left: -10px;
  padding-right: 5px;
}
body.ar .timetable-container .slick-arrow.slick-prev {
  right: -10px;
  padding-left: 5px;
}
body.ar .booking-note {
  position: absolute;
  right: 20%;
  bottom: -30px;
}
@media (max-width: 767px) {
  body.ar .booking-note {
    right: 0;
  }
}
/* body.ar .dashboard-list-box {
  direction: rtl;
} */
[dir="rtl"] body.ar .dashboard-message-text {
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 50px;
}
body.ar .dashboard-message-text {
  margin-right: 0;
  margin-left: 30px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 425px) {
  body.ar .dashboard-message-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
body.ar .without-image .dashboard-message-text {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body.ar .dashboard-message-avatar {
  width: auto;
}
@media (max-width: 425px) {
  body.ar .dashboard-message-avatar {
    display: none;
  }
}
body.ar .booking-details {
  text-align: left;
}
[dir="rtl"] body.ar .booking-details {
  text-align: right;
}
body.ar .new-dashboard-item {
  right: 30px;
  left: auto;
}
[dir="rtl"] body.ar .new-dashboard-item {
  left: 30px;
  right: auto;
}
body.ar .new-dashboard-item.booking-status {
  top: 80px;
}
body.ar .new-dashboard-item.booking-when {
  background-color: var(--secondary);
}
body.ar .booking-title {
  padding-left: 10px;
  padding-right: 0;
}
body.ar .dashboard-message-avatar {
  float: left;
}
[dir="rtl"] body.ar .dashboard-message-avatar {
  float: right;
}
body.ar .booking-buttons button {
  margin-left: 20px;
  margin-top: 0;
}
body.ar .booking-buttons button.booking-cancel {
  background-color: #ed3a53;
}
body.ar .booking-buttons button.booking-rate {
  background-color: var(--secondary);
}
body.ar .footer-contacts li,
body.ar .footer-widget .footer-contacts-widget p {
  text-align: right;
}
body.ar .footer-contacts li a {
  padding-left: 0;
  padding-right: 4px;
}
body.ar .footer-social {
  float: right;
}
body.ar .footer-social li {
  float: right;
  margin-left: 14px;
  margin-right: 0;
}
body.ar .footer-majors ul {
  float: right;
  width: 50%;
}
body.ar .footer-majors ul li {
  text-align: right;
}
body.ar .footer-majors a {
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 16px;
}
body.ar .footer-majors a:focus,
body.ar .footer-majors a:hover {
  color: var(--primary);
}
body.ar .subfooter-nav {
  float: left;
  margin-left: 50px;
  margin-right: 0;
}
body.ar .list-widget-social {
  float: right;
}
body.ar .list-widget-social li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
body.ar .post-opt {
  float: right;
}
body.ar .post-opt li {
  margin-left: 20px;
  margin-right: 0;
}
body.ar .post-opt li i {
  padding-left: 6px;
  padding-right: 0;
}
body.ar .search-widget input {
  padding: 0 20px 0 80px;
  /*font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;*/
}
body.ar .search-widget .search-submit {
  left: 0;
  right: auto;
  border-radius: 4px 0 0 4px;
}
body.ar .box-image-widget-media {
  float: right;
}
body.ar .box-image-widget-details {
  float: right;
  padding-left: 0;
  padding-right: 18px;
  text-align: right;
}
body.ar .box-widget.widget-posts .widget-posts-date i {
  padding-left: 10px;
  padding-right: 0;
}
body.ar .box-image-widget-details .post-body {
  color: silver;
  font-size: 10px;
  max-height: 40px;
  overflow: hidden;
}
body.ar .cat-item li a {
  float: right;
}
body.ar .cat-item li span {
  float: left;
}
body.ar .cat-item li:before {
  bottom: 17px;
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -25px;
}
body.ar .team-dec {
  left: 30px;
  right: auto;
}
body.ar .team-social {
  padding-left: 0;
  padding-right: 30px;
}
body.ar .team-social ul {
  float: right;
}
body.ar .team-social li {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
body.ar .team-social .team-contact_link {
  float: left;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}

/* add by ahmed */

.table > :not(:last-child) > :last-child > * {
  height: 19px;
}
#dropdownMenuButton1 .bookingStatus,
#dropdownMenuButton .bookingStatus {
  width: fit-content;
  background: var(--secondary);
  padding: 5px 15px;
  border-radius: 4px;
}
#dropdownMenuButton1,
#dropdownMenuButton {
  padding: 0 !important;
}
.accordion-button::after {
  position: absolute;
  right: 21px;
  left: auto;
}
[dir="rtl"] .accordion-button::after {
  position: absolute;
  left: 21px;
  right: auto;
}
.dropdown-menu {
  min-width: 8rem !important;
}
.btn-dark {
  background-color: #8ee05a !important;
  border-color: #8ee05a !important ;
}
.accordion-button:not(.collapsed) {
  /* color: #0c63e4; */
  background-color: none !important;
  box-shadow: none !important;
}
.div-displayMore {
  width: fit-content;
}
#displayMoreDays {
  padding: 10px 20px;
  margin: 5px;
  background-color: initial;
  color: var(--secondary);
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}
.works-time1 .radio input[type="radio"]:checked + span:before {
  left: inital;
  top: 3px !important;
  right: 40px !important;
}
.works-time2 .radio input[type="radio"]:checked + span:before {
  left: inital;
  top: 3px !important;
  right: 50px !important;
}

.rating {
  /* direction: rtl;  */
  unicode-bidi: bidi-override;
}

.rating input {
  /* visibility: hidden; */
  opacity: 0;
}

.rating label {
  font-size: 2rem; /* Size of the stars */
  color: #ddd; /* Default star color */
  cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label {
  color: #ffc107; /* Hover color (yellow) */
}

.rating input:checked ~ label {
  color: #ffc107; /* Selected color for the stars */
}
.iziToast-rtl .iziToast-body .iziToast-icon {
  display: none !important;
}
.timing > div > input {
  border: 2px solid #d7d7d7;
  padding: 5px 2px;
  /* margin: 2px; */
}

.payment-button {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #666;
  background-color: transparent;
  /* border-radius: 6px;
	border: 1px solid #d8d8d8 !important; */
}
.payment-button > div {
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
}
.payment-button > div > input {
  margin-bottom: 0 !important;
  /* border-radius: 2px !important; */
}
.payment-img {
  margin: 0 5px;
  width: 30px;
  height: 30px;
}
.payment-name {
  font-size: 20px;
}
/* Modal container */
.custom-modal-container {
  position: relative;
}

/* Modal backdrop (hidden by default) */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.3s ease, visibility 0.3s ease; */
  z-index: 1000;
}

/* Show the modal */
.custom-modal.show {
  opacity: 1;
  visibility: visible;
}

/* Modal content */
.custom-modal-content {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  top: 30%;
  right: 40%;
}

/* Close button */
.close-modal {
  /* position: absolute;
    top: 10px;
    right: 10px; */
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.close-kuraimi-modal {
  width: 100%;
  display: flex;
  justify-content: end;
  border-top: 1px solid #d8d8d8;
  padding: 5px 0;
}
.kuraimi-popup-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0;
  margin-bottom: 20px;
}
/* Button styles */
.open-modal-btn,
.close-modal-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.open-modal-btn:hover,
.close-modal-btn:hover {
  background: var(--primary) !important;
}

/* Form content */
.form-content label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-content input {
  width: 100%;
  padding: 10px 45px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
}

/* Image inside modal */
.img-modal {
  max-width: 100px;
  margin-bottom: 20px;
}

/* Hide the default radio button */
input[type="radio"] {
  display: none;
}

/* Container for the custom radio button */
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

/* Custom rectangle for the radio button */
.custom-radio-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -14px;
  margin-right: auto;
  border: 2px solid var(--primary); /* Border color */
  border-radius: 4px; /* Make it a rectangle with rounded corners */
  background-color: #fff; /* Default background color */
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
[dir="rtl"] .custom-radio-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: -14px;
  margin-left: auto;
  border: 2px solid var(--primary); /* Border color */
  border-radius: 4px; /* Make it a rectangle with rounded corners */
  background-color: #fff; /* Default background color */
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Styling for the selected state */
input[type="radio"]:checked + .custom-radio-box {
  background-color: var(--primary); /* Fill color for selected state */
  border-color: var(--primary); /* Border color for selected state */
}

/* Optional: Inner dot for checked state */
input[type="radio"]:checked + .custom-radio-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--primary); /* Inner dot color */
  border-radius: 2px; /* Inner dot shape matches rectangle */
}

.btn.btn-primary-gradient {
  background-image: linear-gradient(
    90.08deg,
    var(--secondary) 0.09%,
    var(--secondary) 70.28%
  );
  color: #fff !important;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-primary-gradient::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90.08deg,
    var(--secondary) 0.09%,
    var(--secondary) 70.28%
  );
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn.btn-primary-gradient:hover,
.btn.btn-primary-gradient:focus,
.btn.btn-primary-gradient.focus,
.btn.btn-primary-gradient:active,
.btn.btn-primary-gradient.active {
  background: var(--primary);
}
.btn.btn-primary-gradient:hover::before,
.btn.btn-primary-gradient:focus::before,
.btn.btn-primary-gradient.focus::before,
.btn.btn-primary-gradient:active::before,
.btn.btn-primary-gradient.active::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.btn.btn-dark {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none;
  color: #fff;
}
.menuLink a:hover {
  color: var(--secondary);
}
.subdrop {
  position: relative;
}
/* @media (min-width: 992px) { */

.submenu2 {
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transform: translateY(20px);
  position: absolute;
  top: 100%;
  left: 0px;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 3px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
}
.submenu2 li {
  border-bottom: 1px solid #d5d3d3;
  padding: 8px 5px;
  text-align: start;
  border-radius: 5px;
}
.submenu2::before {
  content: "";
  transform-origin: 0px 0px;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  left: 45px;
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 2px -1px;
  border-width: 7px;
  border-style: solid;
  border-image: initial;
  border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
}
.subdrop:hover .submenu2 {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transform: translateY(15px);
}
/* } */

.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background-color: rgb(14, 130, 253);
  display: block;
  /* float: left; */
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
}
.bar-icon span:nth-child(2) {
  width: 16px;
}
.bar-icon span:nth-child(3) {
  margin-bottom: 0px;
}

/* menu in nav */
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  /* margin-top: 40px; */
  /* top: 30px;
    left: 25px; */
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  align-items: end;
}

#menuToggle input {
  display: flex;
  width: 60px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 45;
}

#menuToggle > span {
  display: flex;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: var(--secondary);
  border-radius: 3px;
  z-index: 43;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.s1 {
  width: 29px;
}
.s2 {
  width: 24px;
  opacity: 0.9;
}
.s3 {
  width: 17px;
  opacity: 0.6;
}
#menuToggle > span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle > span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  width: 29px;
  height: 2px;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  padding-top: 5px;
  position: fixed;
  z-index: 999;
  top: 10%;
  left: 0;
  width: 60%;
  height: 100%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  /* margin: -50px 0 0 -50px;
    padding: 50px; */
  /* padding-top: 50px; */
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

/* doctors listing */
.sid-sticky {
  position: sticky;
  top: 6rem;
  margin-bottom: 20px;
}
.sid-sticky-listing {
  position: sticky;
  top: 9rem;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .sid-sticky {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .sid-sticky-listing {
  position: sticky;
  top: 0;
  margin-bottom: 20px;
}
}
.breadcrumb-bar {
  background-color: #eaeaeade;
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb-bar .breadcrumb-bg .breadcrumb-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  height: 215px;
}
.breadcrumb-bar .breadcrumb-bg .breadcrumb-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  height: 215px;
}
.breadcrumb-bar .page-breadcrumb ol {
  background-color: transparent;
  font-size: 16px;
  margin-bottom: 5px;
  justify-content: center;
}
.breadcrumb-bar .page-breadcrumb ol li {
  color: #465d7c;
}
.breadcrumb-bar .page-breadcrumb ol li a {
  background: linear-gradient(
    90.08deg,
    var(--secondary) 0.09%,
    var(--secondary) 70.28%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.breadcrumb-bar .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0 10px;
}
.breadcrumb-bar .page-breadcrumb ol li.active {
  color: var(--primary);
}
.breadcrumb-bar .page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #465d7c;
  font-size: 14px;
  content: "\f054";
  font-family: "Fontawesome";
  padding-right: 10px;
}
[dir="rtl"]
  .breadcrumb-bar
  .page-breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  color: #465d7c;
  font-size: 14px;
  content: "\f054";
  font-family: "Fontawesome";
  padding-left: 10px;
}
[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  transform: rotate(180deg);
}
.breadcrumb-bar .breadcrumb-title {
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 24px;
  }
}
.doctors-search-box {
  max-width: 855px;
  margin: 20px auto -80px;
  padding: 2px;
}
.bg-primary-gradient {
  background: linear-gradient(to bottom, #eaeaeade 80%, white 20%);
  color: #000;
  margin-bottom: 50px;
}
.bg-primary-gradient .main-search-input-wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.bg-primary-gradient .main-search-input-wrap .main-search-input {
  margin-top: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.row-gap-3 {
  row-gap: 1rem !important;
}
.doctor-list-card .card-img {
  width: 100%;
  border-radius: 10px 0 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .doctor-list-card .card-img {
    width: 300px;
    border-radius: 10px 0 0 10px;
    position: relative;
  }
}
.card-img-hover {
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
}
.card-img-hover img {
  transition: 0.5s all;
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
  height: 300px !important;
  object-fit: fill;
}
.card-img-hover:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.grid-overlay-item {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  padding: 0px 20px;
}
.bg-orange {
  background: var(--secondary);
}
.badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  font-weight: 500;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}
.active-bar {
  position: relative;
}
.active-bar::after {
  content: "";
  width: 2px;
  height: 30px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
[dir="rtl"] .active-bar::after {
  right: 0;
}
.active-bar.active-bar-success::after {
  background: #04bd6c;
}
.active-bar.active-bar-info::after {
  background: #110efd;
}
.active-bar.active-bar-teal::after {
  background: #0e9384;
}
.active-bar.active-bar-danger::after {
  background: #ff0000;
}
.active-bar.active-bar-indigo::after {
  background: #3538cd;
}
/* .text-secondary {
    color: #6c757d !important;
} */
.text-info {
  color: #110efd !important;
  opacity: 1;
}

.text-success {
  color: #04bd6c !important;
  opacity: 1;
}

.text-warning {
  color: #ffca18 !important;
  opacity: 1;
}

.text-danger {
  color: #ff0000 !important;
  opacity: 1;
}

.text-pink {
  color: #dd2590 !important;
}

.text-purple {
  color: #6938ef !important;
}

.text-orange {
  color: #e04f16 !important;
}

.text-cyan {
  color: var(--secondary) !important;
}

.text-dark {
  color: #000f28 !important;
}
.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}

.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}

.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}

.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}

.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}

.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}

.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}
.doctor-info-detail {
  border-bottom: 1px dashed #e6e8ee;
}
.doctor-name {
  color: var(--primary);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5sease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5sease;
  font-size: 16px;
  font-weight: 600;
}
.doctor-name:hover {
  color: var(--secondary) !important;
}
.fs-5 {
  font-size: 0.3125rem !important;
}
.text-start {
  text-align: start;
}
.filter-lists {
  position: sticky !important;
  top: 20%; /* Adjust as needed */
  z-index: 1000; /* Keeps it above other elements */
  background: white; /* Prevents content overlap */
}
.filter-lists .card-header {
  border-radius: 10px 10px 0 0;
  padding: 0;
}
.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.filter-lists .filter-head {
  background: #eaeaeade;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}
.filter-lists .filter-input {
  padding: 15px;
}
.filter-lists .filter-input .input-icon input {
  padding-left: 30px;
}
.filter-lists .filter-input .input-icon button {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
[dir="rtl"] .filter-lists .filter-input .input-icon button {
  position: absolute;
  left: 10px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.filter-lists .accordion-item {
  padding: 20px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  color: #000;
  /* text-align: left; */
  /* background-color: var(--bs-accordion-btn-bg); */
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-body {
  padding: 5px;
}
.form-check {
  min-height: inherit !important;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding: 0 1.5em;
  margin-bottom: 0.125rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin: 0 -1.25rem;
}
.filter-lists .filter-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3e6ec;
  font-size: 10px;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="m6 10 3 3 6-6"/%3e%3c/svg%3e
  );
}
.form-check-input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.form-check-label {
  color: #888;
}
.doctor-filter-availability {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/* .check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.checktoggle {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 42px;
}
.status-tog .checktoggle:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 11px 20px;
    width: 20px;
    height: 20px;
    transform: translate(3px, -50%);
}
.status-tog .checktoggle:after {
    width: 24px;
    height: 24px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 12px 21px;
    transform: translate(1px, -50%);
    background-position: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.06);
} */

.check {
  display: none;
}

/* Default styling for the toggle switch */
.checktoggle {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  height: 24px;
  width: 42px;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

/* Small moving circle inside the toggle */
.checktoggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

/* Active state when the toggle is ON */
.checktoggle.active {
  background-color: #28a745; /* Green when active */
  border-color: #28a745;
}

/* Move the circle when active */
.checktoggle.active:before {
  left: 18px; /* Move to the right */
}

.header-dropdown .dropdown-toggle {
  border: 1px solid #d8d8d8;
  padding: 8px 15px 8px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #465d7c;
}
.sort-dropdown span {
  color: var(--primary);
  display: inline-block;
  margin-right: 10px;
  margin-left: auto;
}
[dir="rtl"] .sort-dropdown span {
  color: var(--primary);
  display: inline-block;
  margin-left: 10px;
  margin-right: auto;
}
.header-dropdown .dropdown-toggle::after {
  border-width: 0 2px 2px 0;
  border-color: #465d7c;
  font-size: 14px;
  padding: 3px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  border-style: solid;
  margin-left: 10px;
  margin-right: auto;
}
[dir="rtl"] .header-dropdown .dropdown-toggle::after {
  border-width: 0 2px 2px 0;
  border-color: #465d7c;
  font-size: 14px;
  padding: 3px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  border-style: solid;
  margin-right: 10px;
  margin-left: auto;
}
.head-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-size: 16px !important;
}
.head-icon.active,
.head-icon:hover {
  background: var(--secondary);
  color: #fff;
  border-color: #fff;
}
.btn.btn-sm {
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
}

/* doctor profile */
.content {
  min-height: 200px;
  padding: 60px 0 36px;
}
.doc-profile-card {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
}
.card-body {
  padding: 20px;
}
.doctor-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.96px) {
  .doctor-widget.doctor-profile-two {
    flex-direction: column;
    align-items: start;
  }
}
.doctor-widget.doctor-profile-two {
  align-items: center;
}
.doctor-widget.doctor-profile-two .doc-info-left {
  margin-bottom: 20px;
}
.doc-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  width: 70%;
}
@media (max-width: 1024px) {
  .doc-info-left {
    flex-direction: column;
    width: 100%;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
  flex: 0 0 250px;
  margin-right: 20px;
  margin-left: 0;
  width: 250px;
}
[dir="rtl"] .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
  flex: 0 0 250px;
  margin-left: 20px;
  margin-right: 0;
  width: 250px;
}
@media (max-width: 660.96px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    margin-bottom: 5px;
    width: 350px;
    display: flex;
    justify-content: center;
  }
  [dir="rtl"] .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    margin-bottom: 5px;
    width: 350px;
    display: flex;
    justify-content: center;
  }
}
.doctor-img img {
  border-radius: 5px;
}
.doctor-widget.doctor-profile-two
  .doc-info-left
  .doc-info-cont
  .doc-avail-badge {
  background: #ccfbf1;
  border-radius: 30px;
  color: #14b8a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.doctor-widget.doctor-profile-two
  .doc-info-left
  .doc-info-cont
  .doc-avail-badge
  i {
  font-size: 6px;
  color: #14b8a6;
  margin: 0 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name {
  font-weight: 600;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.doctor-widget .doc-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.badge-check{
  margin: 0 5px;
  animation: pulse2 1.5s ease-in-out infinite;
  height: 20px;
}
@keyframes pulse2 {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}
.doctor-widget.doctor-profile-two
  .doc-info-left
  .doc-info-cont
  .doc-name
  .doctor-role-badge {
  border: 1px solid #e2e8f0;
  color: var(--primary);
  font-size: 14px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-top: 2px;
  
}

.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p {
  color: #1e293b;
  margin-bottom: 10px;
  font-size: 14px;
}
.doctor-widget.doctor-profile-two .doc-info-right {
  flex: 1;
  max-width: 100%;
  width: 100%;
  margin-left: 50px;
  margin-right: 0;
  margin-bottom: 20px;
}
[dir="rtl"] .doctor-widget.doctor-profile-two .doc-info-right {
  flex: 1;
  max-width: 100%;
  width: 100%;
  margin-right: 50px;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 1199.96px) {
  .doctor-widget.doctor-profile-two .doc-info-right {
    margin-left: 0;
  }
}
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li {
  color: #1e293b;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.doctor-widget.doctor-profile-two
  .doc-info-right
  .doctors-activities
  > li
  .hospital-info {
  display: flex;
  align-items: center;
  /* text-align: left; */
}
.doctor-widget.doctor-profile-two
  .doc-info-right
  .doctors-activities
  > li
  .hospital-info
  .list-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 10px;
}
.doctor-widget.doctor-profile-two
  .doc-info-right
  .doctors-activities
  > li
  .sub-links {
  display: flex;
  align-items: center;
}
.doctor-widget.doctor-profile-two
  .doc-info-right
  .doctors-activities
  > li
  .rating {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin: 0 10px;
}
.doctor-widget.doctor-profile-two
  .doc-info-right
  .doctors-activities
  > li
  .rating
  a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
.doctor-widget .average-rating {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}
.doctor-widget.doctor-profile-two
  .doc-info-right
  .doctors-activities
  > li
  .rating
  span {
  font-weight: 500;
  font-size: 14px;
  margin: 0 7px;
}
.doc-profile-card-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #cbd5e1;
  padding-top: 25px;
  margin-top: 5px;
}
.doc-profile-card-bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.doc-profile-card-bottom ul li {
  display: flex;
  align-items: center;
  margin: 5px 20px;
  color: #000000;
}
.doc-profile-card-bottom ul li span.bg-blue {
  background: var(--primary);
}
.doc-profile-card-bottom ul li span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
[dir="rtl"] .doc-profile-card-bottom ul li span {
  margin-left: 10px;
}
.doc-profile-card-bottom .bottom-book-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.doc-profile-card-bottom .bottom-book-btn p {
  font-size: 14px;
  color: #1e293b;
  margin: 0 10px;
  padding-bottom: 0;
}
@media (max-width: 500.96px) {
  .doc-profile-card-bottom .bottom-book-btn {
    justify-content: start;
  }
  .doc-profile-card-bottom .bottom-book-btn p {
    margin: 5px 10px;
  }
}

.information-title-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cbd5e1;
}
.information-title-list li {
  margin: 0 15px;
  margin-bottom: 15px;
}
.information-title-list li.active a {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}
.information-title-list li:hover a {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff !important;
}
.information-title-list li a {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: #0f172a;
  font-weight: 500;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.doc-information-details {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cbd5e1;
  text-align: start;
}
.doc-information-details .detail-title h4 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 15px;
}
.doc-information-details.bio-detail p {
  color: #000;
  margin-bottom: 10px;
}
.doc-information-details .services-info {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .doc-information-details .services-info {
    display: block;
  }
}
.doc-information-details .services-info .services-logo {
  flex-shrink: 0;
}
.doc-information-details .services-info .services-logo span {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
[dir="rtl"] .doc-information-details .services-info .services-logo span {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}
@media (max-width: 575.98px) {
  .doc-information-details .services-info .services-logo span {
    margin: 0 0 20px;
  }
}
.doc-information-details .services-info .services-content h5 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 5px;
}
.doc-information-details .services-info .services-content .ent-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.doc-information-details .services-info .services-content .ent-list li {
  color: #0f172a;
}
.doc-information-details .services-info .services-content ul li {
  position: relative;
  display: flex;
  align-items: center;
}
details .services-info .services-content ul li + li {
  padding: 0 10px;
  margin: 0 5px;
}
.doc-information-details .services-info .services-content ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.doc-information-details .services-info .services-content ul li + li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  /* position: absolute; */
  border-radius: 20px;
  /* left: 0; */
  margin: 0 5px;
}
.doc-information-details .services-info .services-content .date-list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.doc-information-details .services-info .services-content p {
  color: var(--primary);
  margin-bottom: 0;
}
.special-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.special-links li {
  margin: 0 15px;
}
.special-links li a {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  color: #1e293b;
  border-radius: 10px;
}
.doc-information-details .detail-title.slider-nav {
  flex-wrap: wrap;
}
.doc-information-details .detail-title.slider-nav .nav {
  margin-bottom: 15px;
}
.availability-slots-slider {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.availability-slots-slider .book-date {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 15px;
}
@media (max-width: 575.98px) {
  .availability-slots-slider .book-date {
    margin: 0 5px;
  }
}
.clinic-loc {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}
.clinic-loc .clinic-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.clinic-loc .clinic-info .clinic-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  flex-shrink: 0;
  margin: 0 10px;
}
.clinic-loc .clinic-info .clinic-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.clinic-loc .clinic-info .detail-clinic h5 {
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 5px;
}
.clinic-loc .clinic-info .detail-clinic span {
  color: #004fff;
  font-size: 14px;
}
.clinic-loc .clinic-info .detail-clinic p {
  color: #1e293b;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 5px;
}
.clinic-loc .avail-time-slot .book-date {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 5px 15px;
}
@media (max-width: 575.98px) {
  .clinic-loc .avail-time-slot .book-date {
    margin: 5px 5px;
  }
}
.clinic-loc .contact-map iframe {
  height: 230px;
  border-radius: 10px;
}
.contact-map iframe {
  width: 100%;
  border: none;
  height: 450px;
}
.doc-review-card {
  border: 1px solid #cbd5e1;
  padding: 24px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.doc-review-card .user-info-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doc-review-card .user-info-review .reviewer-img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.doc-review-card .user-info-review .reviewer-img .avatar-img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
}
.doc-review-card .user-info-review .reviewer-img .avatar-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.doc-review-card .user-info-review .reviewer-img .review-star a {
  color: #0f172a;
  margin-bottom: 5px;
  font-weight: 500;
}
.doc-review-card .user-info-review .reviewer-img .review-star .rating {
  margin-bottom: 0;
}
.doc-review-card .user-info-review .reviewer-img .review-star .rating span {
  color: #1e293b;
  font-size: 14px;
}

.specialities-section {
  padding: 60px 0 35px;
  position: relative;
  /* background: url(https://doccure.dreamstechnologies.com/react/template/8ec01c7….png);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat; */
  background-color: var(--primary);
  color: #fff;
}
.shapes {
  position: absolute;
  width: 100%;
}
.shapes .shape-3 {
  position: absolute;
  top: -110px;
  left: 0;
}
/* [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
} */
.section-heading {
  margin-bottom: 40px;
}

.section-heading h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 4px;
}

.section-heading p {
  font-size: 16px;
  margin-bottom: 0;
}
.specialities-section .specialist-card {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
  border-radius: 163px;
  align-items: center;
  margin: 0 0 25px;
  padding: 15px;
}
.specialities-section .specialist-card .specialist-img {
  background: var(--secondary);
  height: 66px;
  width: 66px;
  border-radius: 50%;
  -webkit-transition: all 0.3sease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
  /* margin-right: 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialities-section .specialist-card .specialist-info a {
  color: var(--primary);
}
.specialities-section .specialist-card .specialist-info h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 5px;
}
.specialities-section .specialist-card .specialist-info p {
  font-weight: 500;
  margin-bottom: 0;
}
.specialities-section .specialist-card .specialist-nav a {
  background: #e6e8ee;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  color: var(--primary);
  margin: auto;
  display: block;
  -webkit-transition: all 0.3sease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
}
[dir="rtl"] .fa-arrow-right {
  transform: rotate(180deg);
}

.services-section {
  color: var(--primary);
}
.service-card {
  text-align: center;
  border-radius: 15px;
  padding: 20px;
  transition: 0.3s;
  /* position: relative; */
  z-index: 3;
  margin: 40px 0;
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(183 183 183 / 77%);
}
.dotted-bg-top {
  position: absolute;
  left: 10%;
  right: auto;
  top: 15px;
  z-index: -1; /* Lower than .service-card */
  width: 200px;
  height: 200px;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="2" fill="rgb(1,32,71)"/></svg>');
  background-size: 10px 10px;
  opacity: 0.3;
}
[dir="rtl"] .dotted-bg-top {
  position: absolute;
  right: 10%;
  left: auto;
  top: 15px;
  z-index: -1; /* Lower than .service-card */
  width: 200px;
  height: 200px;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="2" fill="rgb(1,32,71)"/></svg>');
  background-size: 10px 10px;
  opacity: 0.3;
}
.dotted-bg-bottom {
  position: absolute;
  right: 10%;
  left: auto;
  bottom: 10px;
  z-index: -1; /* Lower than .service-card */
  width: 200px;
  height: 200px;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="2" fill="rgb(1,32,71)"/></svg>');
  background-size: 10px 10px;
  opacity: 0.3;
}
[dir="rtl"] .dotted-bg-bottom {
  position: absolute;
  left: 10%;
  right: auto;
  bottom: 10px;
  z-index: -1; /* Lower than .service-card */
  width: 200px;
  height: 200px;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="2" fill="rgb(1,32,71)"/></svg>');
  background-size: 10px 10px;
  opacity: 0.3;
}

.service-card:hover {
  background: var(--primary);
  color: white;
}

.service-card .icon-wrapper {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: -60px auto 20px;
  position: relative;
  z-index: 1;
  background-color: #fcfdfd;
  /* box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25); */
}

.service-card .icon-wrapper .service-icon {
  width: 60px;
  height: 60px;
  background: #f0f7f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fcfdfd;
  box-shadow: 0px 4px 24px rgba(183 183 183 / 77%);
}

.service-card:hover .icon-wrapper {
  background: white;
}
.icon-wrapper img {
  width: 80%;
  border-radius: 50%;
}
.service-card h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #6c757d;
}

.service-card:hover p {
  color: white;
}

.service-card .btn {
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.service-card:hover .btn {
  background: white;
  color: var(--primary);
  /* border: none; */
}
.home-intro-img {
  width: 150px;
  margin-bottom: 5px;
}
.information-title-list li a.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

/* new-footer */
.footer.inner-footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  background-color: #f6faff;
}

.footer.inner-footer .footer-top {
  position: relative;
  z-index: 5;
  padding: 60px 0px 40px;
  overflow: hidden;
}
.footer.inner-footer .footer-top .footer-widget {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-top .footer-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px 0px 30px;
}
.footer.inner-footer .footer-top .footer-title {
  /* color: rgb(1, 32, 71); */
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: capitalize;
}


.footer-menu ul {
  list-style: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-menu ul li {
  margin-bottom: 16px;
}
.footer-menu ul li {
  margin-bottom: 10px;
  position: relative;
}
.footer-menu ul li a {
  /* color: rgb(70, 93, 124) !important; */
  padding-left: 0px;
  transition: 0.4s;
}
.footer-menu ul li a {
  /* color: rgb(70, 93, 124) !important; */
  font-size: 13px;
  padding-left: 0px;
  position: relative;
  transition: 0.4s;
  color: #EAEAEA !important;
}

@media (min-width: 668px){
  .footer.inner-footer .footer-top .footer-widget {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer .footer-top .footer-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px 0px 30px;
}
.footer.inner-footer .footer-top .footer-title {
  /* color: rgb(1, 32, 71); */
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.footer-menu ul {
  list-style: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-menu ul li a {
  /* color: rgb(70, 93, 124) !important; */
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  transition: 0.4s;
  color: #EAEAEA !important;
}
}
.footer.inner-footer .footer-top .footer-widget {
  margin-bottom: 20px;
}
.footer.inner-footer .subscribe-input {
  position: relative;
  margin-bottom: 24px;
}
.footer.inner-footer .subscribe-input input {
  height: 54px;
  padding-right: 100px;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(230, 232, 238);
  border-image: initial;
}
[dir="rtl"] .footer.inner-footer .subscribe-input input {
  height: 54px;
  padding-left: 100px;
  padding-right: 10px;
  font-size: 14px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(230, 232, 238);
  border-image: initial;
}
.footer.inner-footer .subscribe-input button {
  position: absolute;
  right: 16px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 44px;
}
[dir="rtl"] .footer.inner-footer .subscribe-input button {
  position: absolute;
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 44px;
}
.social-icon h6 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px 0px 30px;
}
.footer.inner-footer .social-icon ul {
  display: flex;
  align-items: center;
}
.footer.inner-footer .social-icon ul li {
  margin-right: 8px;
}
.footer.inner-footer .social-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgb(70, 93, 124);
  font-size: 16px;
  background: rgb(226, 237, 255);
  border-radius: 50%;
  transition: 0.5s;
}
.footer.inner-footer .footer-bottom {
  background: rgb(226, 237, 255);
  border-top: 1px solid rgb(255, 255, 255);
}
.footer.inner-footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0px 6px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.footer .footer-bottom .copyright {
  border-top: 1px solid rgb(22, 99, 166);
  padding: 30px 0px;
}
.footer.inner-footer .footer-bottom .copyright-text {
  margin-bottom: 10px;
}
.footer.inner-footer .footer-bottom .policy-menu {
  font-size: 16px;
  margin: 0px 0px 5px;
}
.footer .footer-bottom .copyright .policy-menu {
  font-size: 14px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}
.footer.inner-footer .footer-bottom .policy-menu li {
  display: inline-block;
  padding-right: 14px;
  position: relative;
  margin: 0px 8px 5px 0px;
}
.footer .footer-bottom .copyright .policy-menu li {
  display: inline-block;
  margin-right: 15px;
}
.footer.inner-footer .footer-bottom .policy-menu li a {
  color: rgb(70, 93, 124);
}

/* .footer-content{
  display: flex;
  justify-content: center;
 } */
/* ----------------------------------------- */

/* new-hero */
.banner-section {
  background: #f6faff;
  padding: 50px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-bg .banner-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
[dir="rtl"] .banner-bg .banner-bg-01 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.banner-bg .banner-bg-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: -1;
}
[dir="rtl"] .banner-bg .banner-bg-02 {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transform: scaleX(-1);
}
.banner-bg .banner-bg-03 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: -1;
}
[dir="rtl"] .banner-bg .banner-bg-03 {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  z-index: -1;
  transform: scaleX(-1);
}
.banner-bg .banner-bg-04 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
}
[dir="rtl"] .banner-bg .banner-bg-04 {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  z-index: -1;
  transform: scaleX(-1);
}
@media (max-width: 668px) {
  .banner-bg .banner-bg-01,
  .banner-bg .banner-bg-02,
  .banner-bg .banner-bg-03,
  .banner-bg .banner-bg-04 {
    display: none;
  }
}

.swiper {
  /* padding: 0 0 40px 0 !important; */
}
.swiper-slide {
  text-align: center;
  /* font-family: Arial, sans-serif; */
  display: block !important;
}
.banner-img {
  display: none;
}
.slider-bg {
  display: none;
}
.half-transparent-white {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 70%,
    #f6faff 30%
  );
}
.banner-img::before {
  display: none;
}
@media (min-width: 991.98px) {
  .swiper-slide {
    text-align: center;
    /* font-family: Arial, sans-serif; */
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .banner-img {
    z-index: 1;
    display: block;
  }
  .slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%); */
    display: block;
  }
  .banner-img-1::before {
    content: "";
    background: url(../images/banner-bg-01.webp) no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
    display: block;
  }

  .banner-img-3::before {
    content: "";
    background: url(../images/banner-bg-01.webp) no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
    display: block;
  }
  .banner-img-2::before {
    content: "";
    background: url(../images/banner-bg-01.webp) no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
    display: block;
  }
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.banner-content h1 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
  text-align: start;
}
@media (max-width: 767.96px) {
  .banner-content {
    align-items: center;
  }
  .banner-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}
.banner-content h1 span {
  color: #0e82fd;
}
.banner-content .header-icon {
  position: absolute;
  right: -30px;
  top: -15px;
}
.banner-content p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 668px) {
  .banner-content p {
    margin-bottom: 10px;
  }
}
.banner-content .btn {
  font-weight: 500;
  margin: 0;
  padding: 12px 31px;
  min-width: 214px;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-align: center !important;
}
.btn-primary {
  background-color: var(--primary) !important;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 44px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .btn.btn-primary {
  background-color: #0E82FD;
  border: 1px solid #0E82FD;
  color: #FFF;
} */
.banner-arrow-img {
  position: relative;
  width: 300px;
}
.banner-arrow-img img {
  position: absolute;
  left: 220px;
  top: -50px;
}
[dir="rtl"] .banner-arrow-img img {
  position: absolute;
  left: -70px;
  top: -50px;
  transform: scaleX(-1);
}
@media (max-width: 760px) {
  .banner-arrow-img img {
    display: none;
  }
}

/* blog */
.blog {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}
.blog .blog-image {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog .blog-image img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px;
}
.blog-image:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.blog .blog-image .category-slug {
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 7px;
}
.badge.badge-cyan {
  background-color: #06aed4;
  color: #fff;
}
.badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.blog .blog-content {
  position: relative;
}
.blog .blog-content .entry-meta {
  color: var(--primary);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 8px;
}
.blog .blog-content .entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog .blog-content .entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.post-authors {
  /* margin: 0 20px; */
  margin-top: 10px;
}
.post-authors img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.post-authors span {
  font-weight: 600;
  top: 14px;
  color: #666;
  font-size: 12px;
  margin: 0 20px;
}
.blog .blog-title {
  font-size: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-content p:last-child {
  margin: 0;
}
.blog .blog-content p {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-body {
  padding: 20px;
}
.dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}

.search-widget .input-group {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  min-height: 56px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.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;
}
[dir="rtl"]
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="rtl"] .search-widget .search-submit {
  left: 0 !important;
  right: auto !important;
  border-radius: 4px 0 0 4px !important;
}
.search-widget .search-submit {
  right: 0 !important;
  left: auto !important;
  border-radius: 0 4px 4px 0 !important;
}
.search-widget .input-group .btn {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-widget .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-widget .categories li {
  margin-bottom: 16px;
}
.category-widget .categories li a {
  color: #465d7c;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.category-widget .categories li a span {
  float: right;
  color: var(--primary);
  font-size: 14px;
}
.latest-posts li {
  display: flex;
  width: 100%;
  /* margin-bottom: 16px; */
  margin: 0 10px 16px;
}
.post-thumb {
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.post-thumb a img {
  border-radius: 5px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.post-info {
  margin-left: 14px;
  text-align: start;
}
[dir="rtl"] .post-info {
  margin-right: 14px;
  text-align: start;
}
.post-info p {
  font-size: 14px;
  /* margin-bottom: 4px; */
}
.post-info h4 {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* -------------------------------------------- */

/* doctor appointment */
.dashboard-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 24px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.dashboard-header h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary);
}
.dashboard-header .header-list-btns {
  display: flex;
  align-items: center;
}
.dashboard-header ul li {
  margin: 0 5px 10px;
}
.dashboard-header ul li .view-icons {
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
}
.dashboard-header .header-list-btns li .dash-search-input {
  position: relative;
}
.dashboard-header .header-list-btns li .dash-search-input .form-control {
  height: 32px;
  min-height: 32px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 6px 15px 6px 36px;
  width: 200px;
  font-size: 14px;
}
.dashboard-header .header-list-btns li .dash-search-input .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  color: var(--primary);
}
.appointment-tab-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.appointment-tabs ul li {
  margin-right: 10px;
  margin-bottom: 20px;
}
[dir="rtl"] .appointment-tabs ul li {
  margin-left: 10px;
  margin-bottom: 20px;
}
.appointment-tabs ul li .nav-link.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.appointment-tabs ul li .nav-link {
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  color: var(--primary);
  padding: 4px 12px;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.appointment-tabs ul li .nav-link.active span {
  border-color: #fff;
}
.appointment-tabs ul li .nav-link span {
  background: #fff;
  padding: 1px 8px;
  color: var(--primary);
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin: 0 10px;
}
.appointment-tab-head .filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.appointment-tab-head .filter-head .daterange-wraper {
  margin-bottom: 20px;
  width: 230px;
}
.appointment-tab-head .filter-head .daterange-wraper input.form-control {
  border: 1px solid #d8d8d8;
  min-height: 32px;
  height: 32px;
  border-radius: 5px;
  padding-left: 28px;
  color: var(--primary);
}
.form-sorts.dropdown {
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 32px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-sorts {
  position: relative;
}
.form-sorts.dropdown a {
  color: var(--primary);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.form-sorts .filter-dropdown-menu {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  position: absolute;
  z-index: 9;
  min-width: 350px;
  right: 0;
  top: 40px;
  opacity: 0;
  display: none;
}
.form-sorts .filter-reset-btns {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.appointment-tab-content {
  padding-top: 10px;
}
.tab-content > .active {
  display: block;
}
.appointment-wrap {
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  padding: 24px 24px 10px 24px;
  margin-bottom: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.appointment-wrap > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.appointment-wrap > ul > li:first-child {
  min-width: 150px;
}
.appointment-wrap > ul > li {
  margin-bottom: 14px;
}
.patinet-information {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-width: 175px;
}
.patinet-information > a {
  flex-shrink: 0;
}
.patinet-information img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-right: 10px;
}
.patinet-information .patient-info {
  margin: 0 5px;
}
.patinet-information .patient-info p {
  color: var(--secondary);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}
.patinet-information .patient-info h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}
.appointment-wrap > ul > li.appointment-info {
  min-width: 190px;
}
.appointment-wrap > ul > li {
  margin-bottom: 14px;
}
.appointment-info p {
  color: var(--primary);
  margin-bottom: 4px;
  font-size: 16px;
}
.appointment-info .apponitment-types {
  align-items: center;
}
.appointment-info .apponitment-types li {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
}
.appointment-wrap > ul > li.mail-info-patient {
  min-width: 190px;
}
.calender-input {
  position: relative;
  display: flex;
  align-items: center;
}
/* .fal.fa-calendar {
  position: absolute;
  right: 10px;
  left: auto;
  color: #007bff;
  cursor: pointer;
  top: 0px;
}
[dir="rtl"] .fal.fa-calendar {
  position: absolute;
  left: 10px;
  right: auto;
  color: #007bff;
  cursor: pointer;
  top: 0px;
} */
/* --------------- */
/* sidebar */
.profile-sidebar {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 10px;
}
.profile-sidebar.profile-sidebar-new .widget-profile {
  padding: 70px 20px 20px;
  position: relative;
  z-index: 1;
}
.profile-sidebar .pro-widget-content {
  border-bottom: 0;
  margin: 0;
  padding: 20px;
  text-align: center;
}
.profile-sidebar.profile-sidebar-new
  .widget-profile
  .profile-info-widget::after {
  content: "";
  background-image: url(../images/doctor-sidebar-bg.jpg);
  width: 100%;
  height: 148px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.widget-profile .profile-info-widget {
  display: block !important;
  text-align: center !important;
}
.profile-sidebar.profile-sidebar-new
  .widget-profile
  .profile-info-widget
  .booking-doc-img {
  padding: 3px;
}
.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  width: auto;
  background-color: #fff;
  margin: 0 0 20px !important;
  padding: 8px;
  border-radius: 50%;
  position: relative;
}
.widget-profile .profile-info-widget .booking-doc-img img {
  height: 120px !important;
  width: 120px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.profile-info-widget .booking-doc-img::after {
  content: "ؐ";
  font-family: "iconsax";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
  border: 2px solid #fff;
  background: #fff;
  color: #04bd6c;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 16px;
  border-radius: 50%;
}
.profile-det-info {
  overflow: hidden;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.profile-sidebar.profile-sidebar-new
  .widget-profile
  .profile-det-info
  .patient-details
  h5 {
  font-size: 14px;
  font-weight: 400;
}
.profile-sidebar.profile-sidebar-new
  .widget-profile
  .profile-det-info
  .doctor-role-badge {
  border: 1px solid #d8d8d8;
  color: #465d7c;
  font-size: 14px;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.doctor-available-head {
  background: #eaeaeade;
  padding: 24px;
}
.doctor-available-head .input-block-new {
  margin-bottom: 0;
  text-align: start;
}
.input-block-new {
  position: relative;
}
.input-block-new label {
  font-size: 14px;
  font-weight: 500;
}
.profile-sidebar .dashboard-widget {
  padding: 15px;
}
.profile-sidebar .dashboard-widget .dashboard-menus ul {
  color: #7789a0;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menus > ul > li {
  position: relative;
  margin-bottom: 4px;
  line-height: inherit;
}
.profile-sidebar .dashboard-widget .dashboard-menus > ul > li a {
  color: var(--primary);
  display: block;
  border-radius: 4px;
  font-size: 16px;
  text-align: start !important;
  padding: 10px;
}
.dashboard-menus > ul > li :last-child {
  border-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menus ul li a i {
  font-size: 16px;
  margin-right: 5px;
  width: 16px;
}
.profile-sidebar .dashboard-widget .dashboard-menus > ul > li.active > a {
  color: #fff;
  background: var(--secondary);
}
/* --------------------- */

/* ---------------------- */
/* schedule */
.tab-content > .active {
  display: block;
}
.tab-content > .tab-pane {
  display: none;
}
.custom-card {
  border: 1px solid #d8d8d8;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
}
.custom-card .card-body {
  padding: 24px;
}
.custom-card .card-header {
  text-align: start;
  border-color: #e6e8ee;
  margin: 0 0 24px;
  padding: 0;
}
.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.card-header:first-child {
  border-radius: calc(0.375rem - (1px)) calc(0.375rem - (1px)) 0 0;
}
.custom-card .card-header h3 {
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--primary);
  font-size: 24px;
}
.available-tab {
  margin-bottom: 15px;
}
.available-tab .form-label {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.available-tab ul li {
  margin: 0 15px 15px 0;
}
.available-tab ul li a.active,
.available-tab ul li a:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.available-tab ul li a {
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 10px 22px;
  border-radius: 10px;
}
.slot-box {
  border: 2px solid #e6e8ee;
  margin: 0 0 30px;
  padding: 15px 15px 0;
  border-radius: 8px;
}
.slot-box .slot-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.slot-box .slot-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 15px;
}
.slot-box .slot-header ul li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 15px 0;
  display: inline-block;
}
.slot-box .slot-header ul li:last-child {
  margin-right: 0;
}
.slot-box .slot-header ul li .add-slot {
  color: #0e82fd;
}
.slot-box .slot-header ul li a {
  font-size: 14px;
  font-weight: 500;
}
.slot-box .slot-header ul li .del-slot {
  color: #ff0000;
}
.slot-box .slot-body .time-slots {
  display: flex;
  justify-content: start;
}
.slot-box .slot-body .time-slots li {
  background: #e6e8ee;
  margin: 0 15px 15px 0;
  padding: 12px 13px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  min-width: 120px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.timing-content .col-form-label {
  color: var(--primary);
}
.col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  padding: 0 0 10px 0;
}
.timing-content .form-control {
  min-height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 7px 15px;
  border-color: #e6e8ee;
  color: var(--primary);
}
.custom-card .card-body .modal-btn {
  margin-top: 40px;
}
.modal-btn .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 0.35rem 0.85rem;
}
.btn.btn-gray {
  background: #e6e8ee;
  border-color: #e6e8ee;
  color: var(--primary);
  border-radius: 44px;
}
/* ----------------------- */
/* invoice */
.search-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.search-header .search-field {
  margin-bottom: 15px;
}
.search-field {
  position: relative;
}
.search-field .search-icon {
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}
[dir="rtl"] .search-field .search-icon {
  position: absolute;
  left: 15px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}
.custom-table {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.custom-table .table tr td {
  border-top: 1px solid #d8d8d8;
  white-space: nowrap;
  padding: 12px 12px;
  color: #465d7c;
  font-size: 14px;
}
table.table td h2.table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table.table td h2.table-avatar .avatar.avatar-sm {
  width: 40px;
  height: 40px;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rounded-3 {
  border-radius: 0.5rem !important;
}
.custom-table .table tr td h2 a {
  color: var(--primary);
  font-size: 14px;
}
/* ---------------------- */
/* about us */
.about-section {
  background-color: #fff;
  padding: 60px 0;
}
.about-section .about-img-info {
  padding-right: 30px;
  padding-left: 0;
}
[dir="rtl"] .about-section .about-img-info {
  padding-left: 30px;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .about-section .about-img-info {
    display: none;
  }
}
.about-section .about-img-info .about-img {
  border-radius: 8px;
  margin-bottom: 25px;
}
.about-section .about-img-info .about-img img {
  border-radius: 8px;
}
.about-section .about-img-info .about-box {
  background: var(--primary);
  border-radius: 8px;
  margin: 15px 0 25px;
  padding: 45px 10px;
  text-align: center;
}
.about-section .about-img-info .about-box h4 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  max-width: 208px;
  margin: 0 auto 0;
  padding: 0;
}
.about-inner-header {
  margin-bottom: 20px;
}
.section-inner-header h6 {
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary);
  margin-bottom: 0;
}
.section-inner-header h2 {
  font-size: 32px;
  margin-bottom: 0;
}
.about-content-details {
  padding-bottom: 25px;
}
.about-content-details p {
  font-size: 16px;
  margin-bottom: 16px;
}
.about-contact-icon {
  margin-right: 16px;
  margin-left: 0;
}
[dir="rtl"] .about-contact-icon {
  margin-left: 16px;
  margin-right: 0;
}
.about-contact-icon div {
  width: 47px;
  height: 47px;
  border-radius: 50px;
  color: #fff;
  background: var(--primary);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-contact-text p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.about-contact-text h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.why-choose-section {
  background-color: #fff;
  padding-bottom: 36px;
}
.section-inner-header {
  margin-bottom: 40px;
}
.why-choose-card {
  border-radius: 8px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card .card-body {
  padding: 25px;
  text-align: start;
}
.why-choose-icon {
  padding-bottom: 20px;
}
.why-choose-icon div {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  color: #fff;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-icon span img {
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-content h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.why-choose-content p {
  font-size: 16px;
  margin-bottom: 0;
}

.way-section {
  background-color: #fff;
  padding-bottom: 60px;
}
.way-section .way-bg {
  background: var(--primary);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.way-section .way-bg .way-shapes-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .way-section .way-bg .way-shapes-img {
    display: none;
  }
}
.way-section .way-bg .way-shapes-img .way-shapes-left {
  position: absolute;
  top: 60px;
  right: 200px;
  left: auto;
}
[dir="rtl"] .way-section .way-bg .way-shapes-img .way-shapes-left {
  position: absolute;
  top: 60px;
  left: 200px;
  right: auto;
}
[dir="rtl"] .way-section .way-bg .way-shapes-img .way-shapes-left img {
  transform: scaleX(-1);
}
.way-section .way-bg .way-shapes-img .way-shapes-right {
  position: absolute;
  right: 0;
  left: auto;
}
[dir="rtl"] .way-section .way-bg .way-shapes-img .way-shapes-right {
  position: absolute;
  left: 0;
  right: auto;
}
[dir="rtl"] .way-section .way-bg .way-shapes-img .way-shapes-right img {
  transform: scaleX(-1);
}
.way-inner-header {
  margin: 0;
  padding: 80px;
}
@media (max-width: 991.98px) {
  .way-inner-header {
  margin: 0;
  padding: 20px;
}
}
.way-inner-header h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-size: 32px;
  text-align: start;
}
.way-inner-header p {
  font-weight: 500;
  font-size: 16px;
  color: #e2edff;
  margin-bottom: 40px;
  text-align: start;
}
.way-inner-header .btn {
  font-size: 16px;
  padding: 8px 16px;
  color: #012047;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 44px;
}
.way-img {
  position: relative;
  top: 10px;
}
@media (max-width: 991.98px) {
  .way-img {
    display: none;
  }
}
/* ------------------- */
/* faq */
.faq-section-inner {
  padding: 60px 0;
}
.faq-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.section-inner-header h6 {
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary);
  margin-bottom: 0;
}
.section-inner-header h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
}
.faq-img {
  position: relative;
  margin-bottom: 40px;
}
.faq-patients-count {
  background: #ffffff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03),
    0px 64.81px 46.85px rgba(0, 0, 0, 0.0228),
    0px 38.52px 25.48px rgba(0, 0, 0, 0.0182),
    0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.15px 6.52px rgba(0, 0, 0, 0.0118),
    0px 1.85px 3.15px rgba(0, 0, 0, 0.0072);
  border-radius: 10px;
  padding: 15px;
  min-width: 222px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.faq-smile-img {
  margin-right: 16px;
  margin-left: auto;
}
[dir="rtl"] .faq-smile-img {
  margin-left: 16px;
  margin-right: auto;
}
.faq-patients-content h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  text-align: start;
}
.faq-patients-content p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  text-align: start;
}
.faq-info .accordion-item {
  background: #e2edff;
  border: 0;
  border-radius: 6px;
  margin: 0 0 24px;
  padding: 15px;
}
.faq-info .accordion-header {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

.faq-info .accordion-item {
  border: none;
  margin-bottom: 10px;
  background: #f1f5ff;
  border-radius: 10px;
  overflow: hidden;
}

.faq-info .accordion-button {
  background: #f1f5ff;
  color: var(--primary);
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  direction: rtl; /* Arabic alignment */
}
@media (max-width: 991.98px) {
  .faq-info .accordion-button {
    padding: 15px 0px;
  }
}

.faq-info .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.faq-info .faq-title {
  flex: 1;
  color: var(--primary);
}

.faq-info .faq-icon {
  font-size: 20px;
  background: #ffffff;
  color: var(--primary);
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Change icon when open */
.faq-info .accordion-button:not(.collapsed) .faq-icon {
  background: var(--primary);
  color: #fff;
  transform: rotate(180deg);
  content: "-";
}

/* Optional: white background inside collapse */
.faq-info .accordion-collapse {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}

.faq-info .accordion-body {
  background: #f1f5ff !important;
  line-height: 1.7;
    padding: 15px 0 0;
    border-top: 1px solid #acb7c6;
}
.faq-info .accordion-body p {
    color: var(--primary);
    margin-bottom: 0;
    text-align: start;
}

/* ---------------------- */
/* post details */
.post-left ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-info ul li::before {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e6e8ee;
}
[dir="rtl"] .blog-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e6e8ee;
}
.blog-info .badge {
  padding: 5px 8px;
  border-radius: 20px;
}
/* ----------- */
.select2-search__field {
  width: 100% !important;
}
/* login */
.login-right {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 24px;
}
.login-header {
  margin-bottom: 20px;
}
.login-right button {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .login-left {
    display: none;
  }
}

/* --------------------- */
/* office Details */
.clinic-item .clinic-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.clinic-item .clinic-icon img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.modal-backdrop.fade {
  display: none !important;
}
.mb-7 {
  margin-bottom: 4rem;
}
.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
  color: #fff;
}

.officeServices-tilte {
  position: relative;
  display: inline-block; /* Optional: only underline the text width */
}

.officeServices-tilte::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -10px; /* Or adjust based on design */
  width: 90%;
  height: 5px; /* height is required to show the underline visually */
  background-color: var(--primary);
  border-radius: 5px;
}
[dir="rtl"] .officeServices-tilte::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: -10px; /* Or adjust based on design */
  width: 90%;
  height: 5px; /* height is required to show the underline visually */
  background-color: var(--primary);
  border-radius: 5px;
}
.road_map {
  color: #d9d9d9;
  /* border-bottom: 2px solid #D9D9D9; */
  /* padding: 0 0 5px; */
}
.road_map_svg {
  fill: #d9d9d9;
}
.road_map1 {
  color: var(--primary);
}
.road_map_svg1 {
  fill: var(--primary);
}
.road_map.active {
  color: var(--primary);
}
.road_map_svg.active {
  fill: var(--primary);
}
.road_map[data-active="true"] {
  color: var(--primary);
}
.road_map_svg[data-active="true"] {
  fill: var(--primary);
}
.text-primary {
  color: var(--primary);
}
.fill-primary {
  fill: var(--primary);
}
.text-secondary {
  color: var(--secondary);
}
.lang-toggle::after {
  display: none !important;
}

.custom-search-box {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
  backdrop-filter: blur(30px); /* backdrop-blur-[30px] */
  height: 180px;
  width: 1000px;
  position: absolute;
  border-radius: 30px;
  padding: 0;
  z-index: 100;
}
@media (max-width: 1200px) and (min-width: 990px) {
  .custom-search-box {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
    backdrop-filter: blur(30px); /* backdrop-blur-[30px] */
    height: 180px;
    width: 850px;
    position: absolute;
    border-radius: 30px;
    padding: 0;
    z-index: 100;
  }
}
.bg-blur {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
  backdrop-filter: blur(40px); /* backdrop-blur-[30px] */
  border-radius: 30px;
}
.sec2-margin {
  margin-top: 80px;
}
@media (max-width: 990px) {
  .sec2-margin {
    margin-top: 200px;
  }
  .search-box-responsive{
    height: 450px;
  }
  .bg-blur {
  box-shadow: none; /* shadow-2xl */
  backdrop-filter: blur(40px); /* backdrop-blur-[30px] */
  border-radius: 30px;
  background: #f5f5f5;
}
}
@media (max-width: 570px) {
    .sec2-margin {
        margin-top: 130px;
    }
    .search-box-responsive{
    height: 700px;
  }
}
@media (max-width: 450px) {
    .sec2-margin {
        margin-top: 230px;
    }
    .search-box-responsive{
    height: 700px;
  }
}
@media (max-width: 436px) {
    .sec2-margin {
        margin-top: 250px;
    }
    .search-box-responsive{
    height: 700px;
  }
}
@media (max-width: 415px) {
    .sec2-margin {
        margin-top: 280px;
    }
    .search-box-responsive{
    height: 700px;
  }
}
@media (max-width: 396px) {
  .sec2-margin {
    margin-top: 320px;
  }
  .search-box-responsive{
    height: 700px;
  }
}
.main-search-input-item {
  border: 1px solid #dddddd !important;
}
@media (min-width: 990px) {
  .select2-selection {
    /* border: none !important; */
    border-radius: 10px !important;
  }
  .select2-container--bootstrap .select2-selection--single {
    height: 45px !important;
    border: 1px solid #dddddd;
  }
  .select2-container--bootstrap .select2-selection--single {
    height: 45px !important;
  }
  .main-search-input-item {
    /* float: left; */
    width: 23%;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    height: 50px;
    position: relative;
    background: transparent;
    /* border-radius: 10px; */
    border: none !important;
  }
  .inpt_dec {
    position: absolute;
    right: auto;
    left: 15px;
    top: 10px;
    z-index: 20;
  }
  [dir="rtl"] .inpt_dec {
    position: absolute;
    left: auto;
    right: 15px;
    top: 10px;
    z-index: 20;
  }
  .select2-selection__rendered {
    margin: 5px 25px !important;
  }
}

.main-search-input-item select {
  height: 45px;
}
.select2-selection__arrow {
  right: 12px !important;
  left: auto !important;
}
[dir="rtl"] .select2-selection__arrow {
  left: 12px !important;
  right: auto !important;
}
[dir="ltr"] .select2-selection__rendered {
  text-align: left !important;
}
.main-search-input {
  padding: 0 120px 0 0;
  border-radius: 0px;
  margin-top: 0px;
  box-shadow: none;
}

[dir="rtl"] .rtl-mr-40px {
  margin-right: 40px;
}
[dir="ltr"] .ltr-ml-40px {
  margin-left: 40px;
  rotate: 180deg;
}
[dir="rtl"] .rtl-mr-80px {
  margin-right: 80px;
}
[dir="ltr"] .ltr-ml-80px {
  margin-left: 80px;
  rotate: 180deg;
}
[dir="rtl"] .rtl-mr-150px {
  margin-right: 150px;
}
[dir="ltr"] .ltr-ml-150px {
  margin-left: 150px;
  rotate: 180deg;
}
[dir="rtl"] .rtl-mr-250px {
  margin-right: 250px;
}
[dir="ltr"] .ltr-ml-250px {
  margin-left: 250px;
  rotate: 180deg;
}
.fs-20{
  font-size: 20px !important;
}
.fs-16{
  font-size: 16px !important;
}


.h-25{
  height: 25%;
}
.h-50{
  height: 50%;
}

.state-card{
  left: 15px; top: 100px;
}
.ease-card{
left: 53px; top: 131px;
}
.testimonial-card{
  left: 20px; top: 230px;
}
.quote-icon{
  left: 20px;right: auto; top: -38px;
}
[dir="ltr"] .quote-icon{
  right: 20px; top: -40px;transform: scaleX(-1);left: auto;
}
.testimonial-card p{
  font-size: 13px;
}
[dir="ltr"] .testimonial-card p{
  font-size: 10px;
}
.hero-title{
  font-size: 14px;
}
[dir="ltr"] .hero-title{
  font-size: 12px;
}
.hero-subTitle{
  font-size: 12px; 
}
[dir="ltr"] .hero-subTitle{
  font-size: 12px; 
}

@media (min-width: 369px) {
.hero-title{
  font-size: 15px; 
}
[dir="ltr"] .hero-title{
  font-size: 12px; 
}
.hero-subTitle{
  font-size: 15px; 
}
[dir="ltr"] .hero-subTitle{
  font-size: 12px; 
}
}
@media (min-width: 1000px) {
.hero-img{
  width: 480px;
}
.hero-title{
  font-size: 18px;
}
[dir="ltr"] .hero-title{
  font-size: 15px;
}
.hero-line{
  width: 303px;
}
.state-card{
  left: 15px; top: 183px;
}
.ease-card{
left: 293px; top: 261px;
}
.testimonial-card{
  left: 70px; top: 350px;
}
}

@media (min-width: 1100px) {
.hero-img{
  width: 550px;
}
.hero-title{
  font-size: 18px;
}
[dir="ltr"] .hero-title{
  font-size: 15px;
}
.hero-line{
  width: 303px;
}
.state-card{
  left: 22px; top: 233px;
}
.ease-card{
left: 393px; top: 361px;
}
.testimonial-card{
  left: 70px; top: 450px;
}
}

@media (min-width: 1230px) {
.hero-img{
  width: 550px;
}
.hero-title{
  font-size: 25px;
}
[dir="ltr"] .hero-title{
  font-size: 18px;
}
.hero-line{
  width: 333px;
}
.state-card{
  left: 22px; top: 203px;
}
.ease-card{
left: 403px; top: 321px;
}
.testimonial-card{
  left: 70px; top: 440px;
}
}

@media (min-width: 1300px) {
.hero-img{
  width: 550px;
}
.hero-title{
  font-size: 30px;
}
[dir="ltr"] .hero-title{
  font-size: 18px;
}
.hero-subTitle{
  font-size: 20px; 
}
[dir="ltr"] .hero-subTitle{
  font-size: 13px; 
}
.hero-line{
  width: 333px;
}
.state-card{
  left: 22px; top: 203px;
}
.ease-card{
left: 403px; top: 321px;
}
.testimonial-card{
  left: 70px; top: 440px;
}
}

@media (min-width: 1430px) {
.hero-img{
  width: 650px;
}
.hero-title{
  font-size: 30px;
}
[dir="ltr"] .hero-title{
  font-size: 23px;
}
.hero-subTitle{
  font-size: 20px; 
}
[dir="ltr"] .hero-subTitle{
  font-size: 13px; 
}
.hero-line{
  width: 533px;
}
.state-card{
  left: 22px; top: 233px;
}
.ease-card{
left: 493px; top: 361px;
}
.testimonial-card{
  left: 70px; top: 490px;
}
}

@media (min-width: 1500px) {
.hero-img{
  width: 650px;
}
.hero-title{
  font-size: 40px;
}
[dir="ltr"] .hero-title{
  font-size: 25px;
}
.hero-subTitle{
  font-size: 25px; 
}
[dir="ltr"] .hero-subTitle{
  font-size: 16px; 
}
.hero-line{
  width: 533px;
}
[dir="ltr"] .hero-line{
  rotate: 180deg;
}
.state-card{
  left: 22px; top: 233px;
}
.ease-card{
left: 493px; top: 361px;
}
.testimonial-card{
  left: 70px; top: 490px;
}
}
.stats_card_text{
  font-size: 1rem;
}
[dir="ltr"] .stats_card_text{
  font-size: 1rem;
}
.ease_card_text{
  font-size: 0.70rem;
}
[dir="ltr"] .ease_card_text{
  font-size: 0.75rem;
}
.testimonial_card_text{
  font-size: 1rem;
}
[dir="ltr"] .testimonial_card_text{
  font-size: 0.75rem;
}

.step-desc{
  font-size: 0.75rem;
}
.step-title{
  font-size: 0.75rem;
  font-weight: bold;
}
.step-img{
  width: 30px;
}
[dir="ltr"] .ltr-fs-16 {
  font-size: 16px !important;
}
.rtl-fs-20{
  font-size: 20px !important;
}
.w-160px{
  width: 160px;
}
.w-200px{
  width: 200px;
}
.over-img {
  margin-left: -40px;
}
[dir="rtl"] .over-img {
  margin-right: -40px;
}
.w-40-line{
  width: 40%;
}
.fs-12{
  font-size: 12px;
}

.d-flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-cloumn-reverse{
  flex-direction: column-reverse;
}
@media (min-width: 668px){
  .text-sm-start{
    text-align: start !important;
  }
  [dir="rtl"] .rtl-mr-sm-80px {
  margin-right: 80px;
}
[dir="ltr"] .ltr-ml-sm-80px {
  margin-left: 80px;
  rotate: 180deg;
}
[dir="rtl"] .rtl-mr-sm-100px {
  margin-right: 100px;
}
[dir="ltr"] .ltr-ml-sm-100px {
  margin-left: 100px;
  rotate: 180deg;
}
[dir="rtl"] .rtl-mr-sm-150px {
  margin-right: 150px;
}
[dir="ltr"] .ltr-ml-sm-150px {
  margin-left: 150px;
  rotate: 180deg;
}
[dir="rtl"] .rtl-mr-sm-250px {
  margin-right: 250px;
}
[dir="ltr"] .ltr-ml-sm-250px {
  margin-left: 250px;
  rotate: 180deg;
}
  .w-sm-8{
    width: 8%;
  }
.step-desc{
  font-size: 1.25rem;
}
.step-title{
  font-size: 1.25rem;

}
.step-img{
  width: fit-content;
}
.w-sm-260px{
  width: 260px;
} 
.h-sm-300px{
height: 300px;
}
.over-img {
  margin-left: -20px;
}
[dir="rtl"] .over-img {
  margin-right: -20px;
}
.w-sm-90{
  width: 90%;
}
.w-sm-80{
  width: 80%;
}
.fs-sm-20{
  font-size: 20px;
} 
.d-flex-sm-row {
  flex-direction: row;
}
.flex-sm-row{
  flex-direction: column-reverse;
}
}

@media (min-width: 1024px){
.fs-lg-20{
  font-size: 20px;
}
}

/* .majorSwiper {
  padding: 20px 0 !important;
}
.majorSwiper .swiper-slide-prev .slide-card,
.majorSwiper .swiper-slide-next .slide-card{
    z-index: 10 !important;
     height: 200px !important;
     margin-top: 20px;
}
.majorSwiper .swiper-slide-active .slide-card{
    z-index: 10 !important;
    height: 220px !important;
    margin-top: 20px;
}
@media (min-width: 668px){
  .majorSwiper {
  padding: 50px 0 !important;
}

.majorSwiper .swiper-slide .slide-card{
    z-index: 10 !important;
    height: 180px !important;
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.majorSwiper .swiper-slide-active .slide-card{
    z-index: 10 !important;
    height: 260px !important;
    margin-top: -40px;
}
.majorSwiper .swiper-slide-prev .slide-card,
.majorSwiper .swiper-slide-next .slide-card{
    z-index: 10 !important;
     height: 220px !important;
     margin-top: -20px;
}
.slide-card img{
  width: 40px !important;
  height: 40px !important;
}
}
@media (min-width: 1024px){
  .majorSwiper {
  padding: 50px 0 !important;
}

.majorSwiper .swiper-slide .slide-card{
    z-index: 10 !important;
    height: 220px !important;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.majorSwiper .swiper-slide-active .slide-card{
    z-index: 10 !important;
    height: 300px !important;
    margin-top: -40px;
}
.majorSwiper .swiper-slide-prev .slide-card,
.majorSwiper .swiper-slide-next .slide-card{
    z-index: 10 !important;
     height: 260px !important;
     margin-top: -20px;
}
.slide-card img{
  width: 40px !important;
  height: 40px !important;
}
}
@media (min-width: 1024px){
  .majorSwiper {
  padding: 90px 0 !important;
}
} */
 .majorSwiper {
  padding: 20px 0 !important;
}

/* Base styles for small screens */
.majorSwiper .swiper-slide .slide-card {
  z-index: 10;
  height: 180px; /* ✅ Base height for all slides */
  width: 160px;  /* ✅ Add width to keep consistent look */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; /* smooth animation */
}

.majorSwiper .swiper-slide-active .slide-card {
  height: 220px !important;
  margin-top: 0;
}

.majorSwiper .swiper-slide-prev .slide-card,
.majorSwiper .swiper-slide-next .slide-card {
  height: 200px !important;
  margin-top: 10px;
}

.slide-card img {
  width: 40px !important;
  height: 40px !important;
}

/* Medium screens (≥668px) */
@media (min-width: 668px) {
  .majorSwiper {
    padding: 50px 0 !important;
  }

  .majorSwiper .swiper-slide .slide-card {
    height: 180px !important;
    width: 230px;
  }

  .majorSwiper .swiper-slide-active .slide-card {
    height: 260px !important;
    margin-top: -40px;
  }

  .majorSwiper .swiper-slide-prev .slide-card,
  .majorSwiper .swiper-slide-next .slide-card {
    height: 220px !important;
    margin-top: -20px;
  }
}

/* Large screens (≥1024px) */
@media (min-width: 1024px) {
  .majorSwiper {
    padding: 90px 0 !important;
  }

  .majorSwiper .swiper-slide .slide-card {
    height: 220px !important;
    width: 250px;
  }

  .majorSwiper .swiper-slide-active .slide-card {
    height: 300px !important;
    margin-top: -40px;
  }

  .majorSwiper .swiper-slide-prev .slide-card,
  .majorSwiper .swiper-slide-next .slide-card {
    height: 260px !important;
    margin-top: -20px;
  }
}


.doctorCover{
  /* height: 279px !important; */
  border-radius: 12px !important;
    /* object-fit: contain; */
    width: 100%;
    height: 100%;
}

.slide_height{
  height: 500px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .slide_height{
  height: 250px;
  margin-top: 40px;
}
}

.create-titles{
font-size: 1.25rem;
}
@media (max-width: 701.98px) {
.create-titles{
font-size:  1rem;
}
}
@media (max-width: 401.98px) {
.create-titles{
font-size: small;
}
}


.section2-margin{
  margin-top: 360px
}
@media (min-width: 601.98px) {
.section2-margin{
  margin-top: 60px
}
}

/* --- Base Styles --- */
.doctor-sponsors,
.doctor-sponsors2 {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 99;
    width: 80%;
}

/* LTR direction fixes */
[dir="ltr"] .doctor-sponsors,
[dir="rtl"] .doctor-sponsors2 {
    left: 0;
    right: auto;
}

/* BADGE BASE STYLE */
.doctor-sponsors .badge,
.doctor-sponsors2 .badge {
    background-color: var(--secondary);
    padding: 10px;
    color: #fff;
    font-size: 10px;
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    line-height:1rem;
}

/* DIFFERENT BORDER RADIUS */
.doctor-sponsors .badge {
    border-radius: 0 10px 0 10px;
}
[dir="ltr"] .doctor-sponsors .badge {
    border-radius: 10px 0 10px 0;
}

.doctor-sponsors2 .badge {
    border-radius: 20px 0 20px 0;
}
[dir="ltr"] .doctor-sponsors2 .badge {
    border-radius: 0 20px 0 20px;
}
@media (min-width: 601.98px) {
    .doctor-sponsors,
    .doctor-sponsors2 {
        /* width: auto; */
        max-width: 50%;
    }
}
/* --- Larger screens --- */
@media (min-width: 1024px) {
    .doctor-sponsors,
    .doctor-sponsors2 {
        width: auto;
        max-width: 80%;
    }
    .doctor-sponsors .badge,
.doctor-sponsors2 .badge {
    font-size: 13px;
}
}
