.social-media-box li {
  display: inline-block;
  list-style: none;
  width: 22%;
}

.social-media-box i {
  display: block;
  margin: 0 auto;
}

.book-box a {
  color: #000;
  text-decoration: none;
}

.book-img img {
  width: 90%;
}

.label-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.label-box li {
  padding: 0 0 7px;
  margin: 0;
}

.label-box label {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: -2px;
  margin-top: 0;
}

.footer-svg p {
  padding-bottom: 15px;
}

/* footer .footer-area {
    background-image: url(../images/footerbg-4.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* min-height: 100% */

footer .footer-area {
  background-color: #013747;
  padding: 22px 0 18px;
}

/* .address-footer i {
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    margin: 0 15px 0 0;
    vertical-align: top
} */

.address-footer span {
  display: inline-block;
  color: #b4b3b4;
  vertical-align: middle;
  margin-bottom: 13px;
  line-height: 24px;
}

footer .footer-area-bottom {
  background-color: #19191a;
  padding: 9px 0;
}

footer .footer-area-bottom .copyright {
  text-decoration: none;
  color: #848382;
  font-size: 1rem;
  text-align: center;
}

footer .footer-area-bottom .copyright p {
  margin: 0;
  line-height: 34px;
}

.footer-area-bottom {
  color: #848382;
}

.footer-area-bottom a {
  color: #848382;
}

.social-icon {
  padding-top: 6px;
}

.social-icon img {
  width: 45px;
  padding-right: 8px;
}

.footer-area h4 {
  color: #1c99c1;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.footer-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-area li {
  padding: 1px 0;
  font-size: 14px;
  color: #b4b3b4;
}

.footer-area li a {
  color: #b4b3b4;
  font-size: 14px;
}

.col-img img {
  width: 19px;
  vertical-align: top;
  position: relative;
  top: 6px;
}

.right-border {
  border-right: 1px solid #607784;
}

.subscribe-form {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 6px;
  position: relative;
}

.subscribe-wrapper .subscribe-form input {
  background: 0;
  border: 1px solid #84888b !important;
  border-radius: 5px;
  color: #ccc;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 38px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 110px;
  border-right: 0;
  cursor: pointer;
  width: 100%;
}

.subscribe-wrapper .subscribe-form button {
  background: #84888b;
  border: 1px solid #84888b;
  color: #000;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 9px 15px;
  transition: all 0.3s ease 0s;
  border-radius: 0 5px 5px 0;
  position: relative;
  right: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
}

.mobile-search {
  background-color: transparent;
  border: 1px solid #0099c1;
  padding: 0.5rem;
  border-radius: 50%;
  color: #0099c1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.mobile-search span {
  font-size: 1.3rem;
  font-weight: 600;
}

.search-modal {
  z-index: 1070;
}

.mttpz {
  margin-top: 0;
}

.left-box {
  margin-top: 15px;
}

.left-box2 h1 {
  font-size: 19px;
  color: #006388;
  font-weight: 700;
  margin: 1rem 0;
}

.left-box2 {
  margin-bottom: 20px;
}

.left-box2 .card {
  padding: 10px 5px;
  text-align: center;
  background: #fff !important;
}

.left-box3 .card {
  padding: 10px;
  text-align: center;
  background: #f8f8f8 !important;
}

.healthcare p strong {
  font-weight: 700 !important;
}

.page-heading {
  background: #046489;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  /* min-height: 100%; */
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-left: -2px;
}

.experties-heading {
  background-image: url(../img/exp_headerbg.svg);
  margin-bottom: 10px;
}

.page-heading .container {
  display: flex;
  align-items: center;
}

.page-heading h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  flex: 1;
}

.page-heading h1 .sub-page-title {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1rem;
  position: relative;
  top: 4px;
}

.slick-slide {
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.vertical-slider .slick-slide img {
  width: 102px;
  margin: 0 auto;
  height: 30px;
}

.slick-slide img {
  height: 30px;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.healthcare {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.healthcare h2 {
  font-size: 18px;
  color: #434140;
  font-weight: 700;
  margin: 0 0 1rem;
}

.healthcare p {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 0;
  color: #333;
}

.healthcare .form-control {
  padding: 0.575rem 0.75rem;
  font-size: 14px !important;
  border-radius: 0.25rem !important;
}

.adress-box {
  background: #fff;
  word-wrap: break-word;
}

.adress-box .heading {
  background: #013747;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  font-weight: 700;
}

.adress-box {
  text-align: center;
  color: #1f1f1e;
  font-size: 14px;
  margin-bottom: 20px;
}

.adress-box ul {
  padding-left: 0;
  margin-left: 0;
}

.adress-box img {
  color: #1f1f1e;
}

.adress-box p {
  margin-bottom: 3px;
  text-align: center;
}

.adress-box .list-group-item {
  padding: 4px 0 5px;
}

.adress-box img.svg {
  filter: invert(1);
}

.bg-patten {
  background: url(../img/trangular-pattern.svg) no-repeat 0 116px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.no-border {
  border: 0;
}

.tab-box .nav-tabs .nav-link {
  background: #e6e6e5;
  color: gray;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  font-size: 14px;
}

.tab-box {
  margin-top: 20px;
  position: relative;
}

.tab-box .nav-tabs {
  border-bottom: 2px solid #1c99c1;
}

.tab-box .nav-tabs .nav-item {
  margin-bottom: 0;
}

.tab-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #1c99c1;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.tab-box .tab-pane p {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.tab-box .tab-pane ul {
  padding-left: 18px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.tab-box .tab-pane li {
  padding: 0 0 8px !important;
  margin: 0;
}

.sample-button {
  background: #046489;
  border-radius: 5px;
  border: 1px solid #046489;
  text-align: left;
  padding: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.customize-button {
  background: #013747;
  border-radius: 5px;
  border: 1px solid #013747;
  text-align: left;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.check-discount-button {
  background: #d2f4ff;
  border-radius: 5px;
  border: 1px solid #d2f4ff;
  text-align: left;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.request-button {
  background: #f23543;
  border-radius: 5px;
  border: 1px solid #f23543;
  text-align: left;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.queries-button {
  background: #013747;
  border-radius: 5px;
  border: 1px solid #013747;
  text-align: left;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.press-release {
  border-radius: 10px;
  border: 1px solid #046489;
  padding: 6px 0 5px 30px;
  position: relative;
  margin-bottom: 22px;
}

.press-release h4 {
  color: #006388;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
}

.info-icon {
  background: url(../img/info.svg) no-repeat center right;
  width: 9px;
  height: 9px;
  margin-left: 3px;
  padding-right: 14px;
}

.blue-color {
  color: #2a6285;
  font-size: 14px;
  font-weight: 600;
  float: right;
  padding-right: 10px;
}

.mt10 {
  margin-top: 15px !important;
}

.left-box2 h3 {
  font-size: 19px;
  color: #006388;
  font-weight: 700;
  margin: 1rem 0;
}

.testimonial h4 {
  color: #006388;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
}

.testimonial .name-title {
  text-transform: uppercase;
  color: #1b99c1;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.12px;
  text-align: right;
  width: 90%;
  display: block;
}

.testimonial p {
  margin-bottom: 5px;
}

.pdl15 {
  padding-left: 15px !important;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #1c99c1;
}

.text-left
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border: 1px solid #000;
  background: #000;
}

.text-left .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
}

.mt12 {
  padding-top: 1.5rem;
}

.border-bt2 {
  border-bottom: 1px solid #f1f0ef;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7px !important;
  margin-top: -8px;
}

.mabt10 {
  margin-bottom: 10px !important;
}

.vertical-slider .slide {
  padding: 10px 0;
}

.address-media-font .custom-control {
  margin: 6px 0 10px;
}

.desktop-hide {
  display: none;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.footer-svg img {
  width: 100%;
}

.footer-svg .social-icon img {
  width: 45px;
}

.payment-svg img {
  width: 47px;
  margin-right: 6px;
}

.font-ref img {
  width: 70px;
}

.button-right-width {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown-menu {
  border: 1px solid #425969;
}

.mega-menu {
  padding: 10px 0 !important;
  width: 770px;
  border-radius: 0;
  margin-top: 3px;
  border: 1px solid #425969;
  margin-left: -110px;
}

.fixme {
  width: 255px;
  margin-bottom: 20px;
  z-index: 8;
}

a,
a:hover {
  color: #006388;
  text-decoration: none;
}

.page-heading h1 span.icons {
  font-size: 2.5rem;
  margin-right: 1rem;
}

/* .page-heading .slogan {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: 1px
} */

.mb10 {
  margin-bottom: -10px;
  width: 45px;
  height: 43px;
}

.payment_icon {
  position: relative;
}

.payment_icon li {
  float: left;
}

.payment_icon li:nth-child(4) {
  clear: left;
}

.payment_icon li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  background: url(../images/payment-mode.svg) 0 0;
}

.payment_icon a,
.payment_icon li {
  height: 50px;
  display: block;
}

.payment_icon #p_icon {
  left: 0;
  width: 75px;
  background-position: -8px -8px;
  background-size: 250px;
}

.payment_icon #mastercard {
  left: 75px;
  width: 75px;
  background-position: -86px -8px;
  background-size: 250px;
}

.payment_icon #discover {
  left: 153px;
  width: 75px;
  background-position: -165px -8px;
  background-size: 250px;
}

.payment_icon #wire {
  top: 50px;
  left: 0;
  width: 75px;
  background-position: -8px -60px;
  background-size: 250px;
}

.payment_icon #visa {
  top: 50px;
  left: 75px;
  width: 75px;
  background-position: -86px -60px;
  background-size: 250px;
}

.payment_icon #american {
  top: 50px;
  left: 153px;
  width: 75px;
  background-position: -165px -60px;
  background-size: 250px;
}

.adress-box .list-group-item {
  padding: 6px 0;
}

.mega-menu li .consumer :hover .icon-covid19 {
  filter: invert(53%) sepia(36%) saturate(342%) hue-rotate(151deg)
    brightness(94%) contrast(89%);
}

.page-heading2 {
  background-image: url(../img/insights_header_new.svg);
  margin-bottom: 10px;
}

.page-heading ul li span.sub-page-title {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 0.3rem;
  line-height: 1rem;
  position: relative;
}

.icon-insight {
  font-size: 32px;
}

.page-heading ul {
  list-style: none;
  margin: 1.5rem 0;
  display: inline-flex;
  padding-left: 0;
  color: #fff;
  height: 32px;
  align-items: center;
  flex: 1;
}

.page-heading ul li a {
  color: #fff;
  line-height: 18px;
  min-width: 50px;
  margin-right: 1rem;
  display: inline;
}

.healthcare h1 {
  font-size: 18px;
  color: #006388;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: justify;
}

.mttpz {
  margin-top: 0;
  color: #006388 !important;
}

.insights br {
  display: none;
}

.insights table tr:first-child td {
  background: #458da8;
  border: 1px solid #006389;
  color: #fff;
}

.insights table tr {
  padding: 0;
  height: 20px !important;
}

.insights table tr td {
  padding: 0 5px;
  height: 20px !important;
}

.insights table tr:first-child td p {
  color: #fff;
}

.insights table td {
  border: 1px solid #458da8;
  color: #000;
}

.insights table tr td p {
  color: #333;
}

.insights table p {
  padding: 2px;
}

.insights table tr:nth-child(2n + 2) td {
  background: #f0f8ff;
}

.insights table {
  width: 100% !important;
  float: center;
  margin-bottom: 10px;
}

.insights h4 {
  color: #046489;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 16px;
  text-decoration: underline;
  padding-bottom: 10px;
}

.healthcare h2 {
  /* font-size: 18px; */
  /* color: #006388; */
  font-weight: 700;
  margin: 0 0 1rem;
  /* text-transform: uppercase; */
  /* text-decoration: underline; */
  margin-top: 0;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 1rem;
  text-align: justify;
  line-height: 25px;
}

#poweredBy {
  display: none;
}

.insights a,
.adress-box .email_id a {
  color: #03c;
  text-decoration: underline;
}

.b_title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.page-heading ul li span.sub-page-title {
  font-size: 1rem;
}

.healthcare .insights ul li {
  font-size: 14px;
  padding-bottom: 10px;
  text-align: justify;
}

.share {
  color: #006388 !important;
}

.social {
  width: 110px;
  text-align: right;
}

.social ul li {
  display: inline;
  margin: 0 0 0 4px;
}

.mttpz {
  float: left;
}

ul.list-inline li a {
  text-decoration: none;
}

.icon-gmail,
.icon-in,
.icon-tw,
.icon-fb1 {
  font-size: 20px;
  color: #fff;
  background: #1b99c1;
  border-radius: 2px;
}

footer .footer-area {
  padding: 22px 0 10px 18px;
}

footer .footer-area li a {
  color: #fff;
  font-size: 14px;
}

footer .address-footer span {
  color: #fff;
}

footer .subscribe-wrapper .subscribe-form button {
  background: #fff;
  border: 1px solid #fff;
}

footer .subscribe-wrapper .subscribe-form input {
  border: 1px solid #fff !important;
  color: #fff;
}

footer .footer-area-bottom .copyright {
  color: #fff;
}

footer .right-border {
  height: 100%;
}

footer .address-footer span {
  font-size: 14px;
}

footer .subscribe-form input::placeholder {
  color: #dfdada;
  opacity: 1;
}

footer .subscribe-form input:-ms-input-placeholder {
  color: #dfdada;
}

footer .subscribe-form input::-ms-input-placeholder {
  color: #dfdada;
}

.footer_gtow {
  width: 60%;
  height: 100%;
}

ul#social-icons {
  padding-bottom: 53px;
}

ul#social-icons li {
  display: inline;
}

ul#social-icons li a span {
  font-size: 50px;
}

.search-input-in-menu .form-control {
  width: 200px;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.search-input-in-menu .form-control:hover {
  width: 300px;
}

.dropdown-menu1 {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: 0.125rem 0;
  margin: 0.125rem 0 0;
  font-size: 12px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown-item1 {
  display: block;
  width: 100%;
  padding: 0.05rem 0.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e5;
}

a.dropdown-item1:hover {
  color: #006388;
}

#cookieConsent {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  z-index: 9999;
  width: 100%;
  padding: 5px;
  display: inline-block;
  position: fixed;
  bottom: 0;
}

.footer-area-bottom img {
  width: 30px;
  margin-bottom: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: -20px;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.navbar {
  padding: 0;
  padding-left: 3rem;
}

.fa-bars {
  width: 20px;
  height: 22px;
  float: left;
  padding-right: 18px;
  background: url(../img/lines.svg) no-repeat;
  background-size: 22px !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.searchbar {
  margin-bottom: 2rem;
  margin-top: 1rem;
  height: 60px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px;
  display: flex;
}

.searchbar .search_input {
  padding: 0 10px;
  width: 100%;
  transition: width 0.4s linear;
  border: 0;
  font-size: 1.5rem;
  flex: 1;
}

.searchbar > .search_icon {
  background-color: #0099c1;
  color: #fff;
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .page-heading .slogan {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 1rem;
  }
  #socialBar {
    display: none;
  }
}

@media (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .book-img img {
    width: 50% !important;
    height: 262.5px;
  }
}
