body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form input, form textarea, div .copiable {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

/* div, span, a, strong, h1, h2, h3, h4, h5, h6, p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
} */

textarea, .preline_space{
  white-space: pre-line;
}

.carousel-indicators [data-bs-target] {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ffffff; /* Ezamatt Primary */
margin: 0 4px;
}
.carousel-indicators{
position: relative; 
bottom:0; 
margin-top: 10px; 
justify-content: flex-start;
text-align: left;
margin-left: 0;
margin-bottom:0;
}

.carousel-indicators .active {
/* background-color: #007bff; */
/* background-color: #ffffff; */
background-color: black;
}

/* Dots Animation */
.dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dots span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #3498db; /* Dot color */
  border-radius: 50%;
  animation: dotBlink 1.5s infinite;
}

.dots span:nth-child(1) {
  animation-delay: 0s;
}

.dots span:nth-child(2) {
  animation-delay: 0.3s;
}

.dots span:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dotBlink {
  0%, 50%, 100% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
}

label.error {
color: red !important;
font-size: 0.875rem;
margin-top: 1px;
}

form .select2-container--default .select2-selection--single{border:1px solid #aaa;height:48px;border-radius:10px; padding-top:10px; padding-left:10px; color:grey}
form .select2-container--default .select2-selection--single .select2-selection__arrow b{top:90%;}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.marq-span .span1{
  background:#ffffff;
  color: whitesmoke;
  padding:5px 3px;
}
.reverse-spin {
  animation: fa-spin 2s linear infinite reverse;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background-color: transparent;
}

.marquee-content { 
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marquee 15s linear infinite;
  min-width: 100%;
  gap: 10px;
}


@keyframes marquee {
  from {
      transform: translateX(40%);
  }
  to {
      transform: translateX(-70%);
  }
}

.site-color-text-primary{
color:#ffffff
}
.site-color-background-primary{
background-color:#ffffff
}
.site-color-border-bottom-10-primary{
border-bottom: 10px solid #ffffff
}
.site-color-border-bottom-5-primary{
border-bottom: 5px solid #ffffff
}
.site-color-border-bottom-2-primary{
border-bottom: 2px solid #ffffff
}
.site-color-border-l-2-primary{
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff
}
.site-color-border-top-10-primary{
border-top: 10px solid #ffffff
}
.site-color-border-top-5-primary{
border-top: 5px solid #ffffff
}
.site-color-border-left-30-primary{
border-left: 30px solid #ffffff
}
.site-color-border-left-20-primary{
border-left: 20px solid #ffffff
}
.site-color-border-left-5-primary{
border-left: 5px solid #ffffff
}
.site-color-border-10-primary{
border: 10px solid #ffffff
}
.site-color-border-5-primary{
border: 5px solid #ffffff
}
.site-color-border-2-primary{
border: 2px solid #ffffff
}
.site-color-border-bottom-10-black{
border-bottom: 10px solid black
}
.site-color-border-2-black{
border: 2px solid black
}



/* .uc-navbar-nav>li>a:active{
color:#333
}
.uc-navbar-nav>li.uc-active>a{
color:#333
color:red
} */

.site-color-text-smoke{
color:#f6f6f7
}
.site-color-border-bottom-10-smoke{
border-bottom: 10px solid #f6f6f7
}
.site-color-border-bottom-5-smoke{
border-bottom: 5px solid #f6f6f7
}
.site-color-border-bottom-2-smoke{
border-bottom: 2px solid #f6f6f7
}
.site-color-border-bottom-1-smoke{
border-bottom: 1px solid #f6f6f7
}
.site-color-border-top-10-smoke{
border-top: 10px solid #f6f6f7
}
.site-color-border-top-5-smoke{
border-top: 5px solid #f6f6f7
}
.site-color-border-top-2-smoke{
border-top: 2px solid #f6f6f7
}
.site-color-border-2-smoke{
border: 2px solid #f6f6f7
}
.site-color-border-5-smoke{
border: 5px solid #f6f6f7
}
.site-color-border-10-smoke{
border: 10px solid #f6f6f7
}


.progress-container {
width: 100%;

position: relative;
}

.progress-bar {
width: 100%;
height: 22px;
background-color: rgba(238, 238, 238, 0.692);
position: relative;
border-radius: 10px;
}

.progress-fill {
height: 100%;
border-radius: 10px;
background: linear-gradient(45deg, #4CAF50, #2196F3);
position: relative;
transition: width 0.5s ease-in-out;
}

.progress-label {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
/* font-weight: normal; */
font-weight: bold;
}

.booking-step,#step-one-btn,#step-two-btn, #request-loader{display: none;}
.booking-step.active { display: block;} 
.fnext{width:100%}
.rnext{width:68%}
.lprev{width:30%}

.hide{display: none}
.show{display: block}

[ng-cloak] {
display: none !important;
}

/* Wrapper hidden by default during transitions */
.body-wrapper {
opacity: 1;
/* transform: scale(1); */
transform: translateX(0);
transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Exit state */
.body-wrapper.page-exit {
opacity: 0.9;
transform: translateX(-20px);
transition: transform 0.7s ease;
}

/* Entry state */
.body-wrapper.page-enter {
opacity: 0.5;
transform: translateX(20px);
transition: opacity 0.6s ease, transform 0.7s ease;
}

.site-bg-1 {
background-image: url("../images/about/page-header.jpg");
}
.site-bg-2 {
background-image: url("../images/background/bg-2.jpg");
background-size: cover;       
background-position: center; 
background-repeat: no-repeat; 
background-attachment: fixed; 
}
.site-bg-3 {
background-image: url("../images/background/bg-3.png");
background-size: cover;   
background-position: center;  
background-repeat: no-repeat;
}
.site-bg-5 {
background-image: url("../images/background/bg-5.png");
background-size: cover;   
background-position: center;  
background-repeat: no-repeat;
}
.site-bg-6 {
background-image: url("../images/background/bg-6.png");
background-size: cover;   
background-position: center;  
background-repeat: no-repeat;
}
.site-bg-9 {
background-image: url("../images/background/bg-9.png");
background-size: cover;   
background-position: center;  
background-repeat: no-repeat;
}

.bg-glow{
animation: bgGlow 6s ease-in-out infinite alternate;
}

/* preoader */
/* Full page loader */
.site-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff; /* or any background you prefer */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
}

/* Loader logo */
.site-loader .preloader-content img.wbl {
width: 80px;
height: 80px;
margin-bottom: 30px;
}

/* Bubble wrapper */
.bubbles {
display: flex;
gap: 15px;
}

/* Individual bubble */
.bubble {
width: 15px;
height: 15px;
background-color: #0d6efd; /* Ezamatt DataBrain blue */
border-radius: 50%;
animation: bounce 0.6s infinite alternate;
}

/* Staggered animation delay for each bubble */
.bubbles .bubble:nth-child(2) {
animation-delay: 0.2s;
}
.bubbles .bubble:nth-child(3) {
animation-delay: 0.4s;
}

/* Bounce animation */
@keyframes bounce {
0% {
    transform: translateY(0);
    opacity: 0.6;
}
100% {
    transform: translateY(-20px);
    opacity: 1;
}
}



/* #google_translate_element .goog-te-gadget {
  display: none !important;
} */
.site-color-bg-hero-blue{
background-color: #030b44; 
}
.site-color-bg-dime-blue{
background-color: #0a1a49;
}
.site-color-bg-light-pink{
background-color: #fdbe9b;
}

/* Navbar Links Glow Animation */
.pan-style ul li a {
text-decoration: none;
color: #000;
padding: 7px 10px;
border-radius: 8px;
position: relative;
display: inline-block;
transition: all 0.3s ease;
}
.nav-desktop a {
text-decoration: none;
color: #fff;

/* padding: 7px 10px; */
/* border-radius: 8px; */
position: relative;
display: inline-block;
/* transition: all 0.3s ease; */
}

.site-btn-pink{
color:#ffffff;background:#fdbe9b;border-color:#fdbe9b;
}
.site-btn-pink:hover{
color:#fdbe9b;background:#ffffff;border-color:#ffffff;
}
.site-btn-primary{
color:#fdbe9b;background:#ffffff;border-color:#ffffff;
}
.site-btn-primary:hover{
color:#ffffff;background:#fdbe9b;border-color:#fdbe9b;
}


.pan-style div .mobile-btn-pink{
color:#ffffff;background:#fdbe9b;border-color:#fdbe9b;
}

/* Hover & Active Glow */
.pan-style ul li a:hover,
/* .pan-style ul li a.active, .nav-desktop a:hover, .nav-desktop a.active, .btn:hover, .social-icons a:hover, .pan-style div .mobile-btn-pink:hover { */
.nav-desktop a:hover, .nav-desktop a.active{
/* background:#ffffff; */
/* color: #0099ff !important; */
/* color: #ffffff !important; */

color: #2e3e48 !important;
text-decoration: underline;
/* border: 1px solid #fdbe9b; */
}
.nav-desktop .aa:hover, .nav-desktop .aa.active{
/* background:#ffffff; */
/* color: #0099ff !important; */
/* color: #ffffff !important; */

border-bottom: 3px solid black;
/* border: 1px solid #fdbe9b; */
}

/* Glow Keyframes */
@keyframes glow {
0% {
  box-shadow: 0 0 5px rgba(253,190,155,0.4), 0 0 10px rgba(253,190,155,0.3);
}
50% {
  box-shadow: 0 0 15px rgba(253,190,155,0.6), 0 0 25px rgba(253,190,155,0.4);
}
100% {
  box-shadow: 0 0 10px rgba(253,190,155,0.5), 0 0 20px rgba(253,190,155,0.35);
}
}

.site-bg-grad-1 {
background: linear-gradient(to bottom right, #ffffff, #0dcaf0);
}
.site-color-bg-opac-info {
background: rgba(13, 202, 240, 0.2);
}
.site-color-bg-opac-white {
background: rgba(255, 255, 255, 0.5);
}
.site-color-bg-primary-glow{
background: linear-gradient(180deg, #ffffff 20%, #001366 50%, #002080 80%);

}



/* Keyframes for push-up animation */
@keyframes magicPushUp {
0% {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
}
60% {
  opacity: 1;
  transform: translateY(-6px) scale(1.02); /* little bounce */
}
100% {
  opacity: 1;
  transform: translateY(0) scale(1);
}
} 

/* Utility class for animation */
.magic-push-up {
animation: magicPushUp 0.8s ease-out forwards;
}

.logo-top{
top: -7px;
}
.tagline-1{
font-size: 9px;
}
.quest-div-1{
position:absolute;top:28%; left:30%; width:20%;z-index:99;
}
.quest-div-1 .questions {
font-size: 20px;
font-weight: 600;
color: white; /* adjust to match your hero */
min-height: 100px; /* prevents layout shift */
}
.quest-div-2{
position:absolute;top:59%; left:50%; right:2%;z-index:99;
}
.quest-div-2 .questions {
font-size: 17px;
font-weight: 600;
color: white; /* adjust to match your hero */
min-height: 100px; 
}
.quest-social{
position:absolute;bottom:22%; left:30%;
}


/* Custom toggle switch */
.form-switch {
display: flex;
align-items: center;
}

.form-switch .form-check-input {
width: 50px;
height: 25px;
/* cursor: pointer; */
appearance: none;
background-color: #ccc;
border-color: #ccc !important;
border-radius: 13px;
position: relative;
transition: background-color 0.3s;
}

.form-switch .form-check-input:checked {
background-color: #0d6efd !important;
border-color: #0d6efd !important;
}

.form-switch .form-check-input::after {
content: '';
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
top: 2px;
left: 2px;
transition: transform 0.3s;
}

.form-switch .form-check-input:checked::after {
transform: translateX(24px);
}

.text-databrain-gradient {
background: linear-gradient(135deg, #0f54af, red, #212529);
background-size: 300% 300%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradientShift 8s ease infinite;
text-shadow: 0 0 10px rgba(13, 110, 253, 0.6),
             0 0 20px rgba(63, 5, 76, 0.5);
transition: all 0.3s ease-in-out;
}

@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}


.bg-databrain-gradient {
background: linear-gradient(135deg, #0f54af, #ffffff, #212529);
background-size: 300% 300%;
animation: gradientShift 8s ease infinite;
color: #f8f9fa;
box-shadow: 0 4px 20px rgba(13, 110, 253, 0.3);
border: none;
transition: all 0.3s ease-in-out;
}

/* .bg-databrain-gradient {
background: linear-gradient(135deg, #0f54af, #ffffff, #212529);
background-size: 300% 300%;
animation: gradientShift 10s ease infinite;
color: #f8f9fa;
box-shadow: 0 4px 25px rgba(63, 5, 76, 0.3);
border: none;
transition: all 0.4s ease-in-out;
} */


@keyframes gradientShift {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}


.magic-loader {
display: inline-block;
width: 30px;
height: 30px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #00d4ff;
animation: spin 1s ease-in-out infinite, glow 2s ease-in-out infinite alternate;
box-shadow: 0 0 15px #00d4ff, 0 0 30px #00d4ff, 0 0 45px #00d4ff;
}

@keyframes spin {
to { transform: rotate(360deg); }
}

@keyframes glow {
0% {
  box-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 30px #00d4ff;
}
100% {
  box-shadow: 0 0 25px #ff00ff, 0 0 50px #ff00ff, 0 0 75px #ff00ff;
}
}

/* .magic-loader-pro {
position: relative;
width: 30px;
height: 30px;
margin: auto;
}

.magic-loader-pro::before,
.magic-loader-pro::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #6a5acd;
border-right-color: #00ffff;
border-bottom-color: #ff00ff;
animation: rotate 1.2s linear infinite;
}

.magic-loader-pro::after {
filter: blur(6px);
opacity: 0.8;
}

@keyframes rotate {
to { transform: rotate(360deg); }
}

.magic-loader-pro span {
position: absolute;
width: 6px;
height: 6px;
background: #fff;
border-radius: 50%;
top: 50%;
left: 50%;
animation: sparkle 1.5s ease-in-out infinite;
transform: translate(-50%, -50%);
}

.magic-loader-pro span:nth-child(1) { animation-delay: 0s; }
.magic-loader-pro span:nth-child(2) { animation-delay: 0.3s; }
.magic-loader-pro span:nth-child(3) { animation-delay: 0.6s; }

@keyframes sparkle {
0%, 100% {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.3;
}
50% {
  transform: translate(-50%, -70%) scale(1.5);
  opacity: 1;
}
} */


.magic-loader-pro {
position: relative;
width: 30px;
height: 30px;
/* margin: auto; */
}

.magic-loader-pro::before,
.magic-loader-pro::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #6a5acd;
border-right-color: #00ffff;
border-bottom-color: #ff00ff;
animation: rotate 1.2s linear infinite;
}

.magic-loader-pro::after {
filter: blur(6px);
opacity: 0.8;
}

@keyframes rotate {
to { transform: rotate(360deg); }
}

/* Spark Particles */
.magic-loader-pro span {
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: sparkle 1.5s ease-in-out infinite, colorShift 3s linear infinite;
}

/* Initial spark colors */
.magic-loader-pro span:nth-child(1) { background: #6a5acd; animation-delay: 0s, 0s; }
.magic-loader-pro span:nth-child(2) { background: #00ffff; animation-delay: 0.3s, 1s; }
.magic-loader-pro span:nth-child(3) { background: #ff00ff; animation-delay: 0.6s, 2s; }

@keyframes sparkle {
0%, 100% {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.4;
}
50% {
  transform: translate(-50%, -70%) scale(1.6);
  opacity: 1;
}
}

/* Spark color cycling effect */
@keyframes colorShift {
0%   { background: #6a5acd; }
33%  { background: #00ffff; }
66%  { background: #ff00ff; }
100% { background: #6a5acd; }
}

.board-background{
background: rgba(13, 110, 253, 0.05);
border-radius: 8px;
box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
}

.smart-cleanse-loader {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(13, 110, 253, 0.05);
border-radius: 8px;
box-shadow: inset 0 0 10px rgba(13, 110, 253, 0.2);
}

.smart-cleanse-loader::before {
content: '';
position: absolute;
top: 0;
left: -50%;
width: 50%;
height: 100%;
background: linear-gradient(
  120deg,
  rgba(13, 110, 253, 0) 0%,
  rgba(13, 110, 253, 0.2) 50%,
  rgba(13, 110, 253, 0) 100%
);
animation: cleanWipe 2s linear infinite;
}

.smart-cleanse-loader::after {
content: 'Preparing data...';
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
color: red;
/* font-weight: 600; */
font-size: 14px;
text-shadow: 0 0 8px rgba(13, 110, 253, 0.6);
animation: textGlow 1.8s ease-in-out infinite;
}

@keyframes cleanWipe {
0% { left: -50%; }
100% { left: 100%; }
}

@keyframes textGlow {
0%, 100% { opacity: 0.6; text-shadow: 0 0 5px #0d6efd; }
50% { opacity: 1; text-shadow: 0 0 20px #0d6efd; }
}


/* .bg-hero{
  background-image: url('../images/background/ezamatt-commercehub-bg1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
} */

.hero-header {
  background: url('../images/background/ezamatt-commercehub-bg1.jpg') center center / cover no-repeat;
  height: 100vh; /* full device height */
  position: relative;
}

.hero-header .overlay {
  position: absolute;
  inset: 0;
  background: rgba(92,74,204, 0.3);
  z-index: 0;
}

.hero-header .container {
  position: relative;
  z-index: 1;
  top:28%;
}

@media (max-width: 768px) {
  .hero-header {
    background-position: top center;
  }
}

.hero-card-bg-1
{
  background: white;
  /* color: rgba(92,74,204,); */
  color: #ffffff;
}

.gradient-primary {
  background: linear-gradient(135deg, #007BFF, #6C63FF);
  color: #fff;
}
.gradient-slide {
  background: linear-gradient(270deg, #007BFF, #6C63FF, #00E5FF);
  background-size: 600% 600%;
  animation: gradientShift 8s ease infinite;
  color: #fff;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.glow {
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.6),
              0 0 25px rgba(108, 99, 255, 0.4);
  transition: all 0.3s ease;
}
.glow:hover {
  box-shadow: 0 0 25px rgba(0, 229, 255, 0.8),
              0 0 40px rgba(108, 99, 255, 0.7);
}

.btn-glow {
  background: linear-gradient(135deg, #007BFF, #6C63FF);
  border: none;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  /* cursor: pointer; */
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
}
.btn-glow:hover {
  background: linear-gradient(135deg, #6C63FF, #00E5FF);
  box-shadow: 0 0 25px rgba(108, 99, 255, 0.8), 0 0 40px rgba(0, 229, 255, 0.6);
  transform: translateY(-2px);
}

.text-gradient {
  background: linear-gradient(135deg, #007BFF, #6C63FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-card {
  background: radial-gradient(circle at top left, #0A0F1F 30%, #1A1F3A 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@keyframes floatGlow {
  0% { box-shadow: 0 0 15px rgba(0,229,255,0.5); }
  50% { box-shadow: 0 0 30px rgba(108,99,255,0.7); }
  100% { box-shadow: 0 0 15px rgba(0,229,255,0.5); }
}
.floating-glow {
  animation: floatGlow 3s ease-in-out infinite;
}

.whyChoose ul li
{
  /* list-style: dot; */
  margin-bottom:10px
}



/* partner style started */

.bg-shopify-hero{
  background: #f1f5f2;
}
.bg-input-color{
  background: #f9fbfa !important;
  height:45px;
}


.site-btn-gray{
  color:white;background:#2e3e48;
  }
  .site-btn-gray:hover{
  color:white!important;
  background:black;
  text-decoration:none!important;
  }
  
  .rating-bg-success{
    background:#a4f4cf;
  }
  .rating-bg-gray{
    background:#e5e7eb;
  }

  .ratings-pack .r-icon{ 
    width: 20%; padding: 1px;
    font-size:13px;
   }

  .rating-success-1{
    width: 72%;
    padding: 1px;
  }
  .rating-gray-1{
    width: 3%;
    padding: 1px
  }
  
  .rating-success-2{
    width: 2%;
    padding: 1px;
  }
  .rating-gray-2{
    width: 73%;
    padding: 1px
  }

  .rating-success-3{
    width: 0%;
    padding: 1px;
  }
  .rating-gray-3{
    width: 75%;
    padding: 1px
  }

  .rating-success-4{
    width: 0%;
    padding: 1px;
  }
  .rating-gray-4{
    width: 75%;
    padding: 1px
  }

  .rating-success-5{
    width: 1%;
    padding: 1px;
  }
  .rating-gray-5{
    width: 74%;
    padding: 1px
  }

  .rating-text{
    width: 5%;
    padding: 1px
  }

  @media (max-width: 767px) {

    .ratings-pack .r-icon {
        width: 30%;
        font-size: 12px;
    }

    .rating-success-1 {
        width: 57%;
    }
    .rating-gray-1 {
        width: 10%;
    }

    .rating-success-2 {
        width: 7%;
    }
    .rating-gray-2 {
        width: 58%;
    }

    .rating-success-3{
      width: 0%;
      padding: 1px;
    }
    .rating-gray-3{
      width: 67%;
      padding: 1px
    }
  
    .rating-success-4{
      width: 0%;
      padding: 1px;
    }
    .rating-gray-4{
      width: 67%;
      padding: 1px
    }
  
    .rating-success-5{
      width: 2%;
      padding: 1px;
    }
    .rating-gray-5{
      width: 65%;
      padding: 1px
    }
    

    .rating-text {
        width: 8%;
    }

  }

  @media (min-width: 768px) and (max-width: 991px) 
  {

    .ratings-pack .r-icon {
        width: 35%;
        font-size: 12px;
    }

    .rating-success-1 {
        width: 61%;
    }
    .rating-gray-1 {
        width: 8%;
    }

    .rating-success-2 {
        width: 7%;
    }
    .rating-gray-2 {
        width: 62%;
    }

    .rating-success-3{
      width: 0%;
      padding: 1px;
    }
    .rating-gray-3{
      width: 69%;
      padding: 1px
    }
  
    .rating-success-4{
      width: 0%;
      padding: 1px;
    }
    .rating-gray-4{
      width: 69%;
      padding: 1px
    }
  
    .rating-success-5{
      width: 2%;
      padding: 1px;
    }
    .rating-gray-5{
      width: 67%;
      padding: 1px
    }

    .rating-text {
        width: 8%;
    }

}



  .input-icon{
    color:#5d6063;
    background: #f9fbfa !important;
  }
  .rating-color-gray{
    color:#e5e7eb;
  }
  .rating-color-gray2{
    color:#87909b;
  }
  .rating-color-yellow{
    color:#f5c452;
  }
  .ratings-pack .rsh, .ratings-pack .rgh{
   height:15px
  }
  


  /* Default state (NOT sticky) */
.uc-navbar-container .sticky-only {
  display: none;
  visibility: hidden;
  
}

/* When sticky becomes active */
.uc-navbar-container.uc-navbar-sticky .sticky-only {
  display: block;
  visibility: visible;
 
}
.login-a-tag{
  text-decoration:none;
}
.login-a-tag:hover{
  text-decoration:none;
  
}

.prof-li li{
/* border-bottom: 1px solid gray; */
padding-top: 5px;
padding-bottom: 5px;
}