@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.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: 13px;
}
.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: #fff;
    height: 75px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.logo {
    /* width: 65%;
    position: relative;
    left: 10%;
    top: 2px; */

    /* width: 53%;
    position: relative;
    left: 0%;
    top: 2px; */

    width: 100%;
    position: relative;
    left: 5%;
    top: 2px;
}

.navbar-brand {
  margin-right: 0px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  border: 2px solid #007fa1;
  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 */

/* Scroll To Top End */

.top-header span {
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  font-weight: bold;
  /*letter-spacing: -2px;*/
  margin-top: 4px;
}
.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: 85%;
  margin: 10px auto;
}

.slick-slide {
margin: 10px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: #f93d38;
font-size: 25px;
}

.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: #f53938;
}

.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; 
}
.centered {
  position: absolute;
  top: 45%;
  left: 45%;
  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{
  background: #11aae126;
  /* margin: 30px 0px; */
  padding: 17px 46px;
}
.specBg .gohBox-con {
  background: #fff;
  /* border: 2px dotted #d1d1d1; */
}
.specBg .gohBox {
    background: #fff;
}
.specBg .gohBox img {
  width: 59% !important;
    border-radius: 50%;
    display: flex;
    margin: 12px auto;
}

.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: #eee;
}
footer a:hover {
  text-decoration: underline;
}
.ft-title {
  color: #383838;
  /* font-family: "Merriweather", serif; */
  font-size: 1.375rem;
  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 ul li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #f53938;
  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: #333;
}
.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 */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;
}

.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: 7px;
    left: 0px;
    padding-right: 10px;
    position: relative;
    top: -3px;
}
.emrBox {
  background: #f53937;
    border: 1px solid #fff;
    margin: 3px;
    border-radius: 4px;
}
.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: #fc3e39;
    color: #fff !important;
    text-align: center;
    border-radius: 33px;
}
.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%);
}*/


 



