﻿@import url("../../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.13.1/font/bootstrap-icons.min.css");
html,
body {
  margin: 0;
  padding: 0;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  color: #58595B;
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*.features-small-item {
    background: linear-gradient(0deg, #34bcf4 0.53%, #1757a1 107.27%);
    padding: 14px 12px;
    color: #fff !important;
    height: 92px;
    z-index:99;
  }
  .features-small-item .features-title{
    font-size: 12px !important;
    color: #fff;
  }*/
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

    .chat-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        height: 100px;
        color: #000;
        font-size: 18px;
    }.open-button {
        background-color: #0267b1;
        color: white;
        padding: 10px;
        border: 9px solid #fff;
        cursor: pointer;
        position: fixed;
        bottom: 21px;
        right: 10px;
        border-radius: 53px;
        z-index: 105;
        transition: 2s;
    }

        .open-button img {
            width: 50px;
        }

    .chat-popup {
        display: none;
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 999;
        transition: 2s;
        width: 350px;
        border-radius: 10px;
        box-shadow: 0px 2px 0px 2px #0267b1;
    }

    .chat-container {
        max-width: 350px;
        padding: 10px;
        background-color: white;
        border-radius: 0px 0px 10px 10px;
    }

    ::placeholder {
        color: #000;
    }

    :-ms-input-placeholder {
        color: #000;
    }

    ::-ms-input-placeholder {
        color: #000;
    }

    .chat-container input {
        width: 100%;
        padding: 10px;
        margin: 5px 0 10px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 2px;
        color: #000;
        font-size: 18px;
    }



    .chat-container input:focus {
        background-color: #ddd;
        outline: none;
    }

    .chat-container textarea:focus {
        background-color: #ddd;
        outline: none;
    }

    .chat-container .btn {
        background-color: #0267b1;
        color: white;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }

    .chat-container .cancel {
        background-color: red;
    }

    .chat-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.dropdown-item,.list-group-item{
  color:#58595B;
  font-size: 0.9rem;
}
 .dropdown-menu {
  border-radius: 19px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #fff;
  -webkit-box-shadow: rgba(0,0,0,.15) 0 0 40px 0;
  box-shadow: rgba(0,0,0,.15) 0 0 40px 0;
  /* border-color: transparent; */
  margin-top: 2px;
 }
/* Menu Css */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top:auto;
  left: 0%;
  transition: .3s;
  width: 85%;
  left: 7%;
}
.dropdown-toggle::after {
  display: inline-block;
    vertical-align: .155em;
    content: "";
  color: #707070;
  font-size: 22px;
  position: relative;
  top: 3px;
}
.dropdown-item:focus, .dropdown-item:hover{
  color: #0485e3;
}
.list-group-item-action:focus, .list-group-item-action:hover{
  color: #0485e3;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  /* position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right; */
  /* position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
  right: 10px;
  top: 7px; */
  position: absolute;
  display: inline-block;
  width: 59px;
  height: 59px;
  z-index: 11;
  float: right;
  right: 19px;
  top: -500px;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
          border-radius: 6px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.nav-link {
 font-size: 16px;
    color: black;
}
.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #008FC5 !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
/* Home */

/* .navbar {
    background: #e1eff8;
} */

/* rotate toggle */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-toggle:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
} 
/* rotate toggle */

.navCon {
    background: #ffffffbd;
    
    border-radius: 20px;
    padding: 0px 20px 0px 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
    .d-md-block {
        display: flex;
    }
.footer_logo img{width: 200px;margin-bottom: 20px;}
 .hiring-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;   
  background: #0267b1;
  /*box-shadow: 0 0 12px rgba(255, 59, 59, 0.6);*/
  animation: pulseGlow 1.5s infinite;
  transition: 0.3s;
  margin-top: 20px;
}
    .search-container {
    display: flex;
    align-items: center;
    width: 100%;
   
     
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.hiring-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    /* border-radius: 30px; */
    background: #cfab41 !important;
    /* box-shadow: 0 0 12px rgba(255, 59, 59, 0.6); */
    animation: pulseGlow 1.5s infinite;
    transition: 0.3s;
}
.search-container:focus-within {
    border-color: #007bff;
    box-shadow: 0 5px 25px rgba(0, 123, 255, 0.18);
}

.search-container input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 5px 10px;
    font-size: 12px;
    color: #333;
}

.search-container input::placeholder {
    color: #9aa4b2;
}

.search-container button {
    border: none;
    outline: none;
    background: #cfab41;
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-container button:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.search-container button:active {
    transform: scale(0.97);
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .search-container {
        max-width: 95%;
    }

    .search-container input {
        font-size: 14px;
        padding: 11px 14px;
    }

    .search-container button {
        padding: 11px 16px;
    }

    .search-container button span {
        display: none;
    }
}

.social_media{display: flex;float: inline-end;}
.social_media li a{font-size: 12px;color: #cfab41;}
.social_media li{
 background-color: #fff;
    padding: 0px 7px 3px 6px;
    border-radius: 13px;
    margin-left: 10px;
}


.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
    .header {
    position: fixed;
    z-index: 1000;
    
    height: auto!important;
    width: 100%;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.bsb-navbar-caret{margin-top: 10px;}
.top-header{
  background-color: #cfab41;
    padding: 1px;
}

#carouselExampleInterval{margin-top: 52px;}
.logo {
    width: 60%;
    position: relative;
    left: 0%;
    top: 0px;
}
.count-item strong{font-size: 30px!important;}
.countBox {
    border-radius: 4px !important;
    padding: 25px 0px !important;
    background: linear-gradient(0deg, #cfab41 0.53%, #cfab41 107.27%);
    /* height: 87px !important; */
}
.hiring-badge:hover {
    transform: scale(1.08);
    box-shadow: 0 0 25px rgb(255 255 255)!important;
}
.green{background-color: #5fab05 !important;}
.product_se{
  margin-top: 20px;
  background-color: #cfab4166 !important;
    padding: 8px;
    text-align: center;
}
.product_se .hiring-badge{margin-top: 0px;}
.product_se h4{margin-top: 10px; font-size: 18px;}
.brand-section {
  width: 100%;
  background: #fff;
  padding: 0px 0 52px;
  overflow: hidden;
  margin-top: 40px;
}

.brand-container {
  width: 100%;
  text-align: center;
}

.brand-container h2 {
  margin: 0 auto 12px;
  color: #111827;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.brand-description {
  max-width: 720px;
  margin: 0 auto 34px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
}

/* Marquee */
.brand-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;

  animation: brandSlide 28s linear infinite;
}

.brand-logo {
  width: 130px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-section {
  background: #f8f7f3;
  padding: 40px 23px 30px;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1250px;
  margin: auto;
}

.testimonials-container > h2 {
  text-align: center;
     
  margin: 0 0 40px;
}

/* Slider */
.testimonial-slider {
  width: 100%;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease-in-out;
}

/* Card */
.testimonial-card {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 60px) / 4);

  background: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 13px;
  padding: 25px 24px;

 

  display: flex;
  flex-direction: column;
}

.stars {
  color: #ffc400;
  font-size: 19px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.testimonial-card h3 {
    /* color: #7d1118; */
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
}

.testimonial-card p {
  color: #252525;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px;
}

 

/* Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b88b8d;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.contact-faq-section {
    padding: 30px 0;
    background: #fff;
}

.contact-form-box {
    background: #faf9f6;
    padding: 35px;
    border: 1px solid #ead9d9;
    border-radius: 15px;
    height: 100%;
}

 

.contact-form-box > p,
.faq-intro {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 18px;
}

 

.form-control {
    width: 100%;
    /* min-height: 43px; */
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    padding: 9px 14px;
    font-size: 12px;
    outline: none;
    box-shadow: none;
}

textarea.form-control {
    height: 120px;
    resize: vertical;
}

.form-control:focus {
    border-color: #7d1118;
    box-shadow: none;
}

.submit-btn {
    width: 100%;
    border: 0;
    background: #cfab41;
    color: #fff;
    padding: 13px 20px;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

.submit-btn:hover {
    background: #5f0d13;
}


/* FAQ */

.faq-box {
    height: 100%;
    padding: 5px 10px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    padding: 20px 5px;
    border: 0;
    background: transparent;

    display: flex;
    justify-content: space-between;
    align-items: center;

    
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    font-size: 24px;
    font-weight: 400;
    transition: .3s;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 35px 18px 5px;
    margin: 0;
}

.testimonial-dot.active {
  background: #383838;
  border-color: #302d2d;
}

/* Tablet */
@media (max-width: 1000px) {
  .testimonial-card {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

/* Mobile */
@media (max-width: 700px) {
  .testimonials-section {
    padding: 35px 15px 25px;
  }

  .testimonials-container > h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .testimonial-card {
    flex: 0 0 calc((100% - 20px) / 2);
    min-height: 280px;
  }
}

@media (max-width: 500px) {
  .testimonial-card {
    flex: 0 0 100%;
  }

  .testimonial-track {
    gap: 15px;
  }

  .testimonial-card {
    padding: 22px 20px;
  }
}

.brand-logo img {
  max-width: 125px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Continuous sliding */
@keyframes brandSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

/* Tablet */
@media (max-width: 768px) {

  .brand-section {
    padding: 38px 0 42px;
  }

  .brand-container h2 {
    font-size: 27px;
  }

  .brand-description {
    font-size: 14px;
    max-width: 600px;
    margin-bottom: 25px;
  }

  .brand-track {
    gap: 45px;
    animation-duration: 22s;
  }

  .brand-logo {
    width: 105px;
    height: 65px;
  }

  .brand-logo img {
    max-width: 100px;
    max-height: 55px;
  }
}

/* Mobile */
@media (max-width: 480px) {

  .brand-section {
    padding: 32px 0;
  }

  .brand-container h2 {
    font-size: 24px;
  }

  .brand-description {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 18px;
    margin-bottom: 20px;
  }

  .brand-track {
    gap: 35px;
    animation-duration: 18s;
  }

  .brand-logo {
    width: 90px;
    height: 55px;
  }

  .brand-logo img {
    max-width: 85px;
    max-height: 48px;
  }
}

 .about {
                    font-family: Outfit, sans-serif;
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 24px;
                    letter-spacing: .6px;
                    color: #2e2f30;
                    text-transform: uppercase;
                    font-style: normal;
                    background: #fff;
                    
                    padding: 4px;
                    border-radius: 30px;
                    padding: 4px 0px;
                }
.navbar-brand {
  margin-right: 0px;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu {
         position: absolute;  
         
    }
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
 
  border-top-style: revert;
}

/* Scroll To Top */

.progress-wrap {
  position: fixed;
  right: 114px;
  bottom: 56px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #008FC5;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #0485e3, #0485e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #008FC5;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #008FC5;
  stroke-width: 6;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Scroll To Top */
.nav-link i {
    color: #cfab41;
    background-color: #ffffff;
    padding: 4px;
    width: 23px;
    line-height: 16px;
    border-radius: 15px;
}
/* Scroll To Top End */
.top-header ul li .nav-link {
    padding: 3px 10px !important;
}
.top-header span {
  color: #fff;
    font-size: 12px;
    padding: 8px 7px;
    font-weight: bold;
    /* letter-spacing: -2px; */
    margin-top: 0px;
}
.top-header ul li .nav-link {
  color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}.features-small-item a {
    float: left;
  
}

.top-header .dropdown-toggle::after {
  color: #ffffff;
}
/*.top-header .dropdown-toggle:hover:after {
 transform: none;
 transition: none;
}*/
.card-text {
    color:#474747;
}
.borderLeftR {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.borderRightR {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Fixed SideBar */
#fixed-sidebars {
  position: fixed;
  top: 45%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 106;
}
#fixed-sidebars .whatsapp {
  background: #fff;
  /* padding: 10px 10px 10px 16px; */
  border-radius: 50% 0 0 50%;
  cursor: pointer;
  transition: ease .5s;
}
#fixed-sidebars .whatsapp i {
  color: #0485e3;
  font-size: 23px;
}

.dropbtn {
  background-color: #fff;
  color: white;
  padding: 11px 17px;
  font-size: 16px;
  border: none;
  border-radius: 6px 0 0 7px;
  border-top: 1px solid #0485e3;
  border-left: 1px solid #0485e3;
  border-bottom: 1px solid #0485e3;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 8px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fff;}
/* Fixed SideBar */

.dropdown-item, .list-group-item {
  color: #58595B;
  font-size: 1rem;
}

/* Slick Css */

.slider {
  width: 100%;
  margin: 10px auto;
}

.slick-slide {
margin: 10px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: #cfab41;
    font-size: 33px;
}

.slick-slide {
transition: all ease-in-out .3s;
opacity: 1;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}

.mob .slick-slide {
  width: 300px;
}

/* .mob .slider {
  width: 90%;
  margin-top: 10px;
} */

.mob .slick-slide {
  margin: 0px 5px;
}

.mob .slick-slide img {
      width: 100%;
      padding: 5px;
  }

  .mob .slick-prev:before,
  .mob .slick-next:before {
  color: #0485e3;
}

.mob .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.mob .slick-active {
  opacity: 1;
}

.mob .slick-current {
  opacity: 1;
}

.mob .sliderP {
  padding: 4px 12px;
}

.mob .slick-prev:before, .mob .slick-next:before {
  font-size: 25px !important;
  opacity: 1 !important;
  /* color: #fff !important; */
  font-weight: bold !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 20px;
}
/* .mob .slick-prev, .mob .slick-next{
  top: 36% !important;
} */
 
.mob .slick-prev {
  left: -33px;
}

/* Find Doc */
.findDoc .ui.form select {
  border-radius: 19px;
    background: #0485e3;
    color: #fff;
}
.findDoc .ui.form .dd {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
 
.ui.button {
  background: #0485e3 none;
    color: rgb(255 255 255);
}

 /* ceo */
.Ico {
    color: #cfab41;
    font-size: 19px !important;
}

.ceoBg {
  background-image: url(../Images/abstract-background-hexagons-shape_120542-889.jpg);
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}

.aCol a {
  font-size: 16px;
    color: #212529;
}
.containerC {
  position: relative; 
}
.product_in img{width: 100%;}
.centered {
    position: absolute;
      top: 60%;
    left: 51%;
    transform: translate(-50%, -50%);
}
 .mrb5 {
  margin-bottom: 5px;
}
.gohBox {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14);
  /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10); */
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border: 1px solid #e9e9e9;
  border-radius: 22px;
}
.gohBox img {
  
  width: 100% !important;
  /* border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; */
  padding: 0px !important;
  /*border-top-left-radius: 22px;
  border-top-right-radius: 22px;
   box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14); */
  border-radius: 22px;
}
.goh .gohBox-con a {
  color: #58595B;
}
.gohBox-con {
  padding: 15px 27px;
    /* background: #ffffff; */
    text-align: center;
    /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10); */
    /* box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14); */
    /* border: 1px solid #ddd; */
}
 /* .gohBox-con h4,h5 {
  color: #0485e3;
 } */

 .mobApp {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14);
    border: 2px dotted #d1d1d1;
    margin: 0 55px;
 }
.playBox {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    padding: 8px 4px;
    margin: 0 5px;
    border: 1px solid rgb(0 0 0 / 17%);
    background: #fff;
    color: #fff;
}

.mobAppImg{
  width: 50%;
  float: right;
}

/* Find Doc Drp */

.findDoc select{
  border-radius: 19px;
  background: #ebf7ff;
  color: #000;
  background-image: url(../Images/selectarrow-grey.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid rgb(13 114 183);
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  padding: .62em 1em;
  -webkit-transition: color .1s ease, border-color .1s ease;
  transition: color .1s ease, border-color .1s ease;
  height: 55px;
}

.findDoc input{
  border-radius: 19px;
  background: #ebf7ff;
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid rgb(13 114 183) !important;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  padding: .62em 1em;
  -webkit-transition: color .1s ease, border-color .1s ease;
  transition: color .1s ease, border-color .1s ease;
  margin: 0 auto;
  width: 79%;
  height: 55px;
}

.findDoc .dd {
  border: 1px solid #000;
  background-image: url('../Images/selectarrow-grey.png');
  background-repeat: no-repeat;
  background-position: right center;
  
}
.go-btn{
  background: #0485e3;
  color: #fff;
  border-radius: 22px;
  padding: 6px 19px;
  font-size: 16px;
  float: left;
}
.helOff{
  position: relative;
  top: -8px;
}
 
.go-btn:hover{
  background: #0485e3;
  color: #fff;
  border-radius: 22px;
  padding: 6px 19px;
  font-size: 16px;
}
 
.findDoc .button {
  background: #0485e3 none;
    color: rgb(255 255 255);
    border-radius: 22px;
    border: none;
    padding: 4px 13px;
    font-size: 16px;
}

/* scroll */
 select::-webkit-scrollbar  {
  width: 7px;
  height: 1px;
}

select::-webkit-scrollbar-track  {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

select::-webkit-scrollbar-thumb  {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

select::-webkit-scrollbar-thumb:window-inactive  {
  background: rgba(255, 255, 255, 0.3);
} 
 
::-webkit-scrollbar {
  width: 10px;
  height: 1px;
} 

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.specBg{
 
  /* margin: 30px 0px; */
  padding: 17px 46px;
}
.specBg .gohBox-con {
  background: #fff;
  /* border: 2px dotted #d1d1d1; */
}
.specBg .gohBox {
    background: #fff;
}
.specBg .gohBox img {
   
    display: flex;
    
}

.specBg .dwd {
  position: relative;
  width: 25%;
}

.fndDoc {
  
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: #0485e3;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 14px 24px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 200ms,background 200ms; 
}
.fndDoc:hover{
  transform: translateY(-2px);
}

.DocTips .slick-prev {
  top: -11px;
  left: 88%;
}
.DocTips .slick-next {
  top: -11px;
  right: 25px;
}
.DocTips .slick-prev:before {
  font-family: "FontAwesome";
  opacity: 1;
  font-size: 15px;
  color: #007ea0;
  background: #e7e7e7;
  border-radius: 22px;
  padding: 5px;
  box-shadow: 0 1px 8px rgba(0, 0, 0,) 
}
.DocTips .slick-next:before {
  font-family: "FontAwesome";
  opacity: 1;
  font-size: 15px;
  color: #007ea0;
  background: #e7e7e7;
  border-radius: 22px;
  padding: 5px;
  box-shadow: 0 1px 8px rgba(0, 0, 0,) 
}

.DocTips .gohBox-con {
  padding: 7px 7px;
  text-align: center;
  /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10); */
  border: 1px solid #ddd;
}
.paraClam1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.DocTips .Ico {
  color: #0485e3;
}
.DocTips .aCol a {
  font-size: 13px;
 
}

.image-container {
  position: relative;
  display: inline-block;
}
.image-box {
  position: relative;
  /*margin: auto;*/
  overflow: hidden;
  width: auto;
}  
.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}
.gohBoxpt-con {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14);
  border: 1px solid #ddd;
  margin: 10px 0px;
  border-radius: 14px;
}
.gohBoxpt-con img {
  border-radius: 14px;
}

.playIco {
  position: absolute;
  left: 43%;
  top: 45%;
}

.gohBoxpt-con p {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 57px 0px;
text-align: center;
color: #fff;
z-index: 5; 
}

/* Footer  */


footer ul {
  list-style: none;
  padding-left: 0;
}
footer {
  background-color: #555;
  /*color: #bbb;*/
  line-height: 1.5;
}
footer a {
  text-decoration: none;
  color: #565656;
}
footer a:hover {
  text-decoration: underline;
}
.ft-title {
  color: #383838;
  /* font-family: "Merriweather", serif; */
  font-size: 14px;
  padding-bottom: 0.625rem;
}
/* Sticks footer to bottom */
 
/* Footer main */
.ft-main {
  padding: 1.25rem 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
.ft-main .Ico {
  color: #f53938;
  font-size: 10px;
  padding-right: 3px;
  line-height: 23px;
}
.ft-main ul li a{
  color: #383838;
}
.ft-main-item ul a i{
  color: #cfab41;
}
.ft-main ul li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #cfab41;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}
.ft-main ul li::before {
  position: relative;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
  font-size: 12px;
}
.ft-main ul li:hover {
  color:#00869a;
  letter-spacing: 1px;
  box-shadow: none;
}
.ft-main ul li a:hover {
  color:#00869a;
  
}

@media only screen and (min-width: 29.8125rem /* 477px */) {
  .ft-main {
    justify-content: space-evenly;
    background: #efefef;
  }
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
  .ft-main {
    justify-content: space-evenly;
  }
}
.ft-main-item {
  padding: 1.25rem;
  min-width: 12.5rem;
}

/* Footer main | Newsletter form */
footer form {
  display: flex;
  flex-wrap: wrap;
}
.ft-main input[type="email"] {
  border: 0;
  padding: 0.625rem;
  margin-top: 0.3125rem;
  background: #e9e9e9;
}
.ft-main input[type="submit"] {
  background-color: #0485e3;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.3125rem;
}
.connNow input[type="email"] {
  border: 0;
  padding: 0.625rem;
  margin-top: 0.3125rem;
  background: #e5e5e5;
}
.connNow input[type="submit"] {
  background-color: #0485e3;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.3125rem;
}

/* Footer social */
.ft-social {
  padding: 0 1.875rem 1.25rem;
  background: #e9e9e9;
}
.ft-social-list {
  display: flex;
  justify-content: center;
  border-top: 1px #777 solid;
  padding-top: 1.25rem;
}
.ft-social-list li {
  margin: 0.5rem;
  font-size: 1.5rem;
}
.ft-social-list li a {
  color: #0485e3;
}
/* Footer legal */
.ft-legal {
  padding: 0.9375rem 1.875rem;
  background-color: #cfab41;
}
.ft-legal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ft-legal-list li {
  margin: 0.125rem 0.625rem;
  /*white-space: nowrap;*/
  color: #fff;
}
.ft-legal-list li a {
 color: #fff;
}
/* one before the last child */
 .footer_lins {
  display: flex;
    float: inline-end!important ;
 }
.footer_lins a{
  color: #fff;
    margin-right: 7px;
}
.nav-pills .nav-link.tabIco {
  border-radius: 4px;
  font-size: 15px;
  /*padding: 3px 10px;*/
  font-weight: bold;
  border: 2px solid #bbb;
  margin: 10px;
  color: #58595B;
}

.nav-pills .nav-link.active.tabIco {
  background-color: #fc3e39;
  border-radius: 4px;
  font-size: 16px;
  /*padding: 6px 28px;*/
  font-weight: bold;
  border: none;
  color: #fff;
   
}

.tabScroll {
  max-height: 444px;
  overflow: scroll;
  min-height: 444px;
}

/* tab Events */
.media-part {
  gap: 20px;
  position: relative;
  margin-top: 20px;
}
.centered-items {
  align-items: center;
}
.dflex {
  display: flex;
}
.media-image {
  width: 120px;
  height: 116px;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  padding: 28px 0;
  font-weight: bold;
}
.media-image .media-date {
  font-size: 40px;
}
.media-image span {
  display: block;
  font-size: 17px;
}
.media-text {
  width: 80%;
  margin-top: -10px;
  text-align: left;
  color: #58595B;
}
.media-text .medantaxxsheading {
  width: 100%;
}
.media-text .location {
  font-size: 14px;
  gap: 5px;
  font-weight: 500;
  align-items: center;
}
.media-text .location {
  font-size: 14px;
  gap: 5px;
  font-weight: 500;
  align-items: center;
}
.anchor-button {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

/* Review */
.Imgreview {
  width: 13%;
  border: 1px solid #d1d1d1;
  border-radius: 51px;
  padding: 5px;
  margin: 12px;
}

.revStar {
  color: #fb8e28;
  font-size: 25px;
}

.reviewBox {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.textClamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rvLink a {
  font-size: 16px;
}

.caption {
  background: #ffffff96;
  height: 100%;
      margin-top: 14px;
}
.form-control:focus{
  background:#ebf7ff !important;
}
.searchPlh::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
.searchPlh::-webkit-input-placeholder:hover {
  /* WebKit, Blink, Edge */
  color: #000;
}
.searchPlh:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.searchPlh::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.searchPlh:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.clpPath {
  position: relative;
  border-radius: 30px;
  background: #fff;
  clip-path: polygon(4.606% .587%, 4.606% .587%, 3.957% .956%, 3.345% 1.416%, 2.774% 1.96%, 2.247% 2.582%, 1.768% 3.277%, 1.342% 4.038%, .971% 4.86%, .659% 5.737%, .409% 6.662%, .227% 7.631%, .227% 7.631%, .176% 8.335%, .134% 9.763%, .099% 11.946%, .072% 14.917%, .051% 18.706%, .037% 23.346%, .03% 28.867%, .029% 35.301%, .035% 42.68%, .045% 51.035%, .113% 92.777%, .749% 94.636%, .749% 94.636%, .972% 95.238%, 1.222% 95.814%, 1.498% 96.362%, 1.799% 96.88%, 2.124% 97.366%, 2.471% 97.819%, 2.84% 98.238%, 3.229% 98.619%, 3.636% 98.963%, 4.061% 99.266%, 5.105% 99.951%, 40.273% 100.049%, 40.273% 100.049%, 47.134% 100.064%, 53.253% 100.069%, 58.643% 100.064%, 63.317% 100.051%, 67.287% 100.029%, 70.567% 99.997%, 73.168% 99.957%, 75.104% 99.909%, 76.387% 99.853%, 77.03% 99.788%, 77.03% 99.788%, 77.672% 99.619%, 78.291% 99.406%, 78.885% 99.149%, 79.453% 98.849%, 79.993% 98.508%, 80.504% 98.126%, 80.984% 97.703%, 81.432% 97.241%, 81.846% 96.74%, 82.225% 96.201%, 82.225% 96.201%, 82.57% 95.659%, 82.865% 95.163%, 83.121% 94.679%, 83.351% 94.17%, 83.567% 93.6%, 83.781% 92.935%, 84.004% 92.138%, 84.25% 91.174%, 84.531% 90.008%, 84.857% 88.603%, 84.857% 88.603%, 85.333% 86.669%, 85.798% 85.032%, 86.279% 83.655%, 86.799% 82.501%, 87.387% 81.534%, 88.067% 80.718%, 88.866% 80.016%, 89.809% 79.392%, 90.922% 78.81%, 92.231% 78.233%, 92.231% 78.233%, 93.686% 77.583%, 94.945% 76.913%, 96.023% 76.202%, 96.936% 75.429%, 97.699% 74.572%, 98.33% 73.612%, 98.842% 72.527%, 99.253% 71.297%, 99.578% 69.901%, 99.832% 68.319%, 99.832% 68.319%, 99.883% 67.664%, 99.925% 66.524%, 99.96% 64.872%, 99.987% 62.684%, 100.008% 59.934%, 100.022% 56.596%, 100.029% 52.644%, 100.03% 48.052%, 100.024% 42.796%, 100.014% 36.85%, 99.946% 7.337%, 99.31% 5.479%, 99.31% 5.479%, 99.087% 4.876%, 98.837% 4.3%, 98.561% 3.752%, 98.26% 3.234%, 97.935% 2.748%, 97.588% 2.295%, 97.219% 1.877%, 96.83% 1.495%, 96.423% 1.151%, 95.998% .848%, 94.954% .163%, 50.37% .098%, 50.37% .098%, 38.83% .081%, 29.459% .07%, 22.024% .07%, 16.291% .082%, 12.028% .11%, 9.002% .157%, 6.979% .225%, 5.728% .317%, 5.014% .437%, 4.606% .587%);
}
.ico {
  position: absolute;
  content: "\f2ba";
  font: normal normal normal 14px / 1 FontAwesome;
  background: #fff;
  right: -13px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 50;
}
.fontIco {
  position: relative;
  top: 17px;
  left: 18px;
  font-size: 16px;
}

.check li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 4px;
  font-weight: 400;
  padding-left: 2em;
  text-indent: -1.4em;
  /*color: #fff;*/
}

.check li:before {
  /* content: "\f00c";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  padding-right: 8px;
  position: relative;
  top: 2px; */
  content: "\f00c";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0px;
    padding-right: 10px;
    position: relative;
    top: -3px;
}
.navbar-nav .emrBox {
  background: #f53937;
    border: 1px solid #fff;
    margin: 3px;
    border-radius: 12px;
    margin-left: 90px;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  background: #fff;
  margin: 0px 5px;
  color: #000;
  font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0485e3;
  font-weight: bold;
}
.getExpOp {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 2px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  color: #ffffff;
  background-color: #fb3e38;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  padding: 0 18px;

}
.getExpOp:hover {
  color: #ffffff;
  background-color: #006570;
}

.mfgIco {
  border-top-right-radius: 19px;
  background: #0485e3;
  border-bottom-right-radius: 19px;
  color: #fff;
  border: none;
}
.form-control:focus{
  box-shadow: none;
}
.note{
  position: fixed;
    top: 49%;
    right: 0;
    color: #0485e3;
    padding: 11px 17px;
    font-size: 16px;
    border: none;
    border-radius: 6px 0 0 7px;
    border-top: 1px solid #0485e3;
    border-left: 1px solid #0485e3;
    border-bottom: 1px solid #0485e3;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    z-index: 106;
}
.bell{
  position: fixed;
    top: 35%;
    right: 0;
    color: #0485e3;
    padding: 11px 13px;
    font-size: 16px;
    border: none;
    border-radius: 6px 0 0 7px;
    border-top: 1px solid #0485e3;
    border-left: 1px solid #0485e3;
    border-bottom: 1px solid #0485e3;
    background: #fff;
    font-weight: bold;
    font-size: 23px;
    z-index: 106;
}
.BgTalk {
  background: #135398d4;
}
.welBg {
  background: #00000078;
          padding: 29px;
          border-radius: 4px;
}

.vt {
    background: #cfab41;
    color: #fff !important;
    text-align: center;
    border-radius: 12px;
}
.vt:hover {
  background: #fc3e39;
    color: #fff !important;
    text-align: center;
    border-radius: 33px;
}
.vt .Ico {
  
    color: #fff !important;
    
}

.mkap {
  text-wrap: nowrap;
  border-radius: 50px;
}

.textClamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #58595B;
}


.ft-legal-list li {
  margin: 0.125rem 0.625rem;
  /* white-space: nowrap; */
  color: #fff;
}




/* Social */
.pbminfotech-box-social-links {
  text-align: center;
  position: absolute;
  bottom: 63px;
  right: 0px;
  transform: translateY(10px);
  opacity: 0;
  padding: 5px;
  transition: all .6s ease-in-out;
 /* background: #fff;
   transition: 1.2s all ease;
transform: translateY(56px); */
 
}
.pbmit-team-btn {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.pbmit-team-text {
  background-color: var(--pbmit-xcare-white-color);
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.pbmit-team-btn:hover .pbminfotech-box-social-links {
  transform: translateY(-25px);
  opacity: 1;
}
.pbminfotech-box-social-links ul {
  display: flex;
  flex-direction: column-reverse;
}
.pbmit-team-btn:hover .pbmit-team-social-links li {
  transform: translate(0);
}
.pbmit-team-social-links li:first-child {
  margin-top: 0;
}
.pbmit-team-btn .pbmit-team-social-links li {
  padding: 0 !important;
  display: block;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--pbmit-xcare-white-color);
  border-radius: 50%;
  margin-bottom: 5px;
  transform: translate(0);
  transition: all .6s ease-in-out;
  border: 1px solid #dcf2fb;
}
.pbmit-team-social-links li a {
  display: inline-block;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  background: 0 0;
  color: var(--pbmit-xcare-blackish-color);
}

.pbmit-team-text {
  transition: all .6s ease-in-out;
}

.btn-primary {
    background:#0d6efd;
    color:#fff;
}

/*.knerpl {
  border: 5px solid #ffffff;
    padding: 10px 5px;
    border-radius: 0px 21px 4px 21px;
    color: #fff;
    background: radial-gradient(100% 100% at 100% 0%, #89E5FF 10%, #0267b1 100%);
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
}*/



/*Specialities css*/


.card iframe {
        border-radius: 0;
        height: 335px !important; /* Height increased */
        padding: 0px;
        margin: 0px;
    }

    .outer-slider .slick-slide {
        padding: 0 5px;
    }

    /* Hide dots globally */
    .outer-slider .slick-dots {
        display: none !important;
    }

    /* Initially hide inner slider arrows */
    .outer-slider .inner-slider-doctor .slick-arrow,
    .outer-slider .inner-slider-patient .slick-arrow {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Show arrows only on hover of slider container */
    .outer-slider .inner-slider-doctor:hover .slick-arrow,
    .outer-slider .inner-slider-patient:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    /* Position arrows inside the slider */
    .outer-slider .inner-slider-doctor .slick-prev,
    .outer-slider .inner-slider-patient .slick-prev {
        left: 5px;
    }

    .outer-slider .inner-slider-doctor .slick-next,
    .outer-slider .inner-slider-patient .slick-next {
        right: 5px;
    }

    /* Outer slider arrows always visible */
    .outer-slider .outer-slider .slick-arrow {
        z-index: 15;
        top: 45%;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        color: white;
    }

    /* Remove any text indentation or hiding */
    .outer-slider .slick-prev,
    .outer-slider .slick-next {
        width: 35px;
        height: 35px;
        /* background: rgba(0, 0, 0, 0.3); */
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10;
        display: block;
        /* Fix: hide actual button text, keep ::before icon */
        font-size: 0; /* ✅ hides any unwanted text like "Next"/"Previous" */
        overflow: visible;
    }

        .outer-slider .slick-prev::before,
        .outer-slider .slick-next::before {
            font-family: "slick";
            font-size: 30px;
            color: white;
            opacity: 1;
        }




        .outer-slider .slick-prev::before {
            content: '←'; /* or use '\2190' */
        }

        .outer-slider .slick-next::before {
            content: '→'; /* or use '\2192' */
        }

    /* Position arrows */
    .outer-slider .slick-prev {
        left: 5px;
    }

    .outer-slider .slick-next {
        right: 5px;
    }

    /* Initially hide arrows on inner sliders */
    .outer-slider .inner-slider-doctor .slick-arrow,
    .outer-slider .inner-slider-patient .slick-arrow {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        font-size: 0px;
    }

    /* Show arrows on hover */
    .outer-slider .inner-slider-doctor:hover .slick-arrow,
    .outer-slider .inner-slider-patient:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
    }


    .inner-slider-doctor,
    .inner-slider-patient {
        width: 100%;
        margin: 0 auto;
    }

    .outer-slider .inner-slider-doctor .slick-slide,
    .outer-slider .inner-slider-patient .slick-slide {
        padding: 0; /* remove extra padding from slides */
    }

    .outer-slider .slick-slide {
        margin: 0px;
    }

    .card-header {
        background: linear-gradient(0deg, #34bcf4 0.53%, #1757a130 107.27%);
    }


    .blog-card img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .blog-title {
        font-weight: 600;
        font-size: 1rem;
        margin-top: 10px;
    }

    .blog-author {
        color: #333;
        font-size: 0.9rem;
    }

    .view-all-btn {
        margin-top: 20px;
    }

    .card {
        height: 100%;
    }

        .mini .mini-content .mini-box {
        display: block;
        background: #fff;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        text-align: center;
    }

    .faq-section {
        max-width: 1000px;
        margin: auto;
        color: #003366;
    }

    .faq-title {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: white;
        margin-bottom: 30px;
        position: relative;
    }

        .faq-title::after {
            content: '';
            width: 100px;
            height: 2px;
            background-color: #ffffff;
            display: block;
            margin: 10px auto 0;
        }

    /* Remove Bootstrap default arrow */
    .faq-section .accordion-button::after {
        display: none !important;
    }

    /* Add custom +/_ icon */
    .faq-section .accordion-button {
        font-weight: 500;
        background-color: #f2f2f2;
        color: #003366;
        position: relative;
        padding-right: 40px;
    }

        .faq-section .accordion-button::before {
            content: '+';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            transition: transform 0.2s;
            line-height: 1;
        }

        .faq-section .accordion-button:not(.collapsed)::before {
            content: '-';
            font-size: 30px;
        }

    .faq-section .accordion-item {
        border: none;
        margin-bottom: 10px;
    }

    .faq-section .accordion-body {
        background-color: #ffffff;
    }

    .btnBox {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }

    .bookapp {
        /*flex: 1 1 45%;*/ /* Responsive width */
        outline: none;
        border: none;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
        background: #0485e3;
        cursor: pointer;
        height: 32px;
        line-height: 32px;
        padding: 0px 12px;
        vertical-align: middle;
        color: rgb(255, 255, 255);
    }

        .bookapp:hover {
            background: #0485e3;
            text-decoration: inherit;
            transition-duration: 0s, 0.15s;
            color: rgb(255, 255, 255);
        }


         .search-box {
        position: relative;
        max-width: 400px;
    }

        .search-box input {
            padding-right: 2.5rem;
        }

    .clear-icon {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #6c757d;
        display: none;
    }

        .clear-icon:hover {
            color: #000;
        }

    #searchInput::placeholder {
        color: #d1d1d1;
    }

    .text-muted {
        --bs-text-opacity: 1;
        color: #787878 !important;
        font-size: 12px;
    }

/*Specialities css*/

 



