/**
* Template Name: Impact - v1.0.0
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900,500,600');

/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #008374;
  --color-secondary: #f85a40;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/**
* Template Name: eBusiness - v2.1.1
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  font-family: var(--font-default);
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative
}


.div-doctor-mob {
  display: none;

}

.desktop-view {
  display: none;
}

.anchor-btn {
  padding: 6px 4px !important;
}

.carousel-control-prev-icon {
  background-image: url("../img/prev-2.png");
  width: 40px;
  height: 40px;
}

.carousel-control-next-icon {
  background-image: url("../img/next-1.png");
  width: 40px;
  height: 40px;
}

/*.prev-icon{
  background-image: url("../img/prev-2.png");
}
.next-icon{
   background-image: url("../img/next-1.png");
}*/

.single-blog-img img {
  /*border: 1px solid #c5c5c5;*/
}


.brand-call h6 {

  font-size: 28px;
  font-weight: 300;

}

.brand-call h2 {

  font-size: 51px;

}

.brand-call h4 {
  color: #ee1e7b;
  font-size: 83px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.team {
  color: #14b7d4;
  font-weight: 600;
}

.reach-us-btn {
  color: white;
  background: #ee1e7b;
  border-radius: 25px;
  font-weight: 600;
  padding: 10px 63px;
}

.reach-us-btn:hover {
  color: white;
}

.top-mid {
  margin-top: 20px;
}

.brr {
  color: #14b7d4;
  font-weight: 700;
}

.eaop {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;

  display: block;
}

.doctors {
  background: #3ec1d5;
  color: #181818;
  padding: 14px;
  font-weight: 800;
  border-radius: 25px;
  font-size: 18px;
}

.brands-name li {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 23px;
  font-weight: 600;
  color: #091634;
  text-align: left;
  text-decoration: underline;

}

.medical-journy {
  position: absolute;
  right: 0px;
  top: 67px;
  background: #14b7d473;
  padding: 150px 65px;
  text-align: justify;
  border-bottom-left-radius: 30%;
  border-top-left-radius: 30%;
  font-family: 'Open Sans', sans-serif;
}

.medical-journy h4 span {
  font-size: 56px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.medical-journy h4 {
  font-size: 37px;
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
}

.parterns-slide .row {
  border: 1px solid #c5c6c6;
  margin-right: 40px;
  margin-left: 40px;
}

html,
body {
  height: 100%;
}

.grey-bg {
  background-color: #f9f9f9;
}

.career-img {
  width: 90%;
}

.nha {
  margin-top: 81px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}



.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #091634;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 0px;
  color: white;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

.hidoc-text p {
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.about-bt {
  border: 1px solid #c5c5c5;
}

.icon-value {
  width: 31px;
}

@media screen and (max-width: 428px) {
  .NewFooter-footer-section {
    display: block !important;
  }

  .navbar-collapse.collapse.show {
    background-color: #323130;
    margin-top: 20px;
    text-align: center;
    padding: 20px 0;
    border-radius: 7px;
  }

  .login-container {
    align-items: center;
    font-size: 1.1rem;
    justify-content: space-around !important;
    margin-right: 1%;
    flex: 1.7 1;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: calc(.7rem + .35vw) !important;
    color: white;
  }

  .login-icon {
    color: white !important;

  }
}


element.style {}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

@media screen and (max-width: 768px) {
  .new-user-dropdown-btn {
    width: 93% !important;
  }
}

.new-user-dropdown-btn {
  margin: 1% auto;
  width: 94%;
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
  padding: 10px 15px 10px 0 !important;
  border-radius: 12px !important;
}


.new-user-name-input {
  margin: 0 2%;
  width: 45%
}


.new-user-input {
  display: block;
  text-align: center;
  margin: 4% auto;
  width: 94%
}


.email-subscription-newsletter-container {
  text-align: left;
  margin: 0% auto;
  display: flex;
  vertical-align: top;
}

.modal-body h4 {
  color: black !important;
  font-size: 28px !important;
}

.login-modal-body label {
  display: inline-block;
  font-size: 14px;
}

.new-user-speciality-placeholder {
  margin-bottom: 0px;
}

.login-modal-body label {
  margin-left: 30px;
}


.modal {
  background-color: rgba(0, 0, 0, .4) !important;
}




.new-user-input,
.new-user-name-input {
  padding: 8px 15px;
  border-radius: 12px;
  border: none
}

/* .modal-body{
  text-align: left!important;
} */

.new-user-name-input {
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  z-index: 1050;
  background-color: #000;
  opacity: 0.5;
}

.speciality-spacer-2 {
    flex: 70 1;
}

.speciality-spacer-1 {
    flex: 90 1;
}


@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

#myModal .modal-content {
        margin-top: 40% !important;
    }

  .nav-dropdown-img-india {
    width: 10%;
    margin-left: 12px;
  }

  .dropdown-toggle {
    margin-top: 0px !important;
  }

  .mobile-view-nav {
    display: block !important;
  }

  .login-points-container {
    width: max-content !important;
    margin: 0px auto 10px auto !important
  }

  .cookies-pop-up p {
    font-size: 9px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .modal {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }

  .modal-header {
    background-color: rgb(241, 241, 241) !important;
    border-radius: 20px 20px 0px 0px !important;
    border-bottom: 0px solid !important;
  }

  .profile {
    margin-bottom: 0px;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid gray !important;
  }

  .modal-body h4 {
    color: black !important;
    font-size: 28px !important;
  }

  .hide-desktop {
    display: block !important;
  }

  .NewFooter-footer-section {
    display: block !important;
  }

  .login-trophy-icon {
    width: 21px;
    height: 28px;
    margin-right: 5px;
    color: white !important;
  }

  .hidoc-india-menu-link,
  .login-icon,
  .login-points-container,
  .me-auto>a,
  .nav-dropdown-img-globe,
  .nav-item.dropdown>a,
  .nav-link,
  .nav-mobile-menu-logout,
  .nav-trigram.nav-link {
    color: white !important;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    /* font-family: 'Poppins'; */
    font-weight: 500;
    border-right: 0px solid black !important;
    padding-top: 0px;
    padding-bottom: 0px;
    /* width: 30px; */
  }

  .customdrugs {
    border-right: 0px solid black !important;
  }


  .aboutsection-box {
    margin: auto;
    width: 100% !important;
    padding: 10px 10px 60px 10px !important
  }

  .aboutsection-box h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .aboutusheader {
    background-color: #11977F;
    margin: auto;
    width: 50% !important;
    font-size: 20 !important;
    padding: 9px 7px;
    position: relative;
    top: -54px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
  }

  .info p {
    color: black;
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 11px !important;
  }

  .service-content1 {
    width: 100% !important;
    margin: auto;
  }

  .sectionheading {
    padding-bottom: 0px !important;
  }

  .journey .sectionheading {
    width: 100% !important;
    font-size: 16px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;

  }

  .navbar {
    font-size: 16px;
    /* background-color: #ccc; */
    color: white;
  }
}

.why-us .col {
  width: 100%;
}




.aboutsection-box h1 {
  text-align: center;
  font-size: 28px !important;
  margin-top: 20px;
}


.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 30px 0px 30px;
  background-color: #01b6d5;

}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  /*text-transform: capitalize;*/
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
  font-family: 'Open Sans', sans-serif;
}

.sec-head {
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 18px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  font-family: 'Open Sans', sans-serif;
}

.sec-head1 {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 0 18px;
  font-family: 'Open Sans', sans-serif;

  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: white;

  color: black;
  border-bottom: 1px solid black;
}

#header.header-scrolled {
  background: #091634;
  height: 60px;
  padding: 10px 0;

}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

#header .logo h1 span {
  color: #3ec1d5;
  font-family: 'Open Sans', sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  /*max-height: 40px;*/
  max-height: 50px;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
    padding: 10px 0;
    background: #091634;
  }

  .info {
    background-color: white;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 4px 0;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    font-family: 'Poppins';
    margin-bottom: 10px;
  }
}

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}

.home-overly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
/* .nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fafefe;
  padding: 8px 15px 12px 15px;
  /*padding: 8px 7px 11px 18px;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #3ec1d5;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;

}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #165a64;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #3ec1d5;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation *
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #091634;
  transition: 0.4s;
  font-family: 'Open Sans', sans-serif;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #14b7d4;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\eaa0";

  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  font-family: 'Open Sans', sans-serif;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #09163494;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
} *

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.slide-mobile-logo {
  width: 165px;
}

.slide-block-image {
  display: none;
}


.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }


    /* .dropdown-menu.show {
            display: block;
            margin-top: 20px!important;
        } */
.dropdown-menu.show {
  display: block;
  margin-top: 0px !important;
  width: 240px !important;
  left: 0%;
}

.navbar .dropdown-toggle {
  white-space: nowrap;
  position: relative;
  left: 0 !important;
  font-weight: 400;
  font-size: 15.8px;
  width: 50%;
}



.navbar-expand-lg {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px !important;
}

.hidoc-india-menu-link,
.login-icon,
.login-points-container,
.me-auto>a,
.nav-dropdown-img-globe,
.nav-item.dropdown>a,
.nav-link,
.nav-mobile-menu-logout,
.nav-trigram.nav-link {
  color: #000;
}

.nav-menu-dividers {
  padding: 0px 0;
  font-size: calc(.55rem + .65vw);
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .nav-link {
    display: block;
    padding: .5rem 1rem;
    padding: 0px 5px !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: hsla(0, 0%, 100%, .55);
  --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
  --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}


.navbar-expand-lg .navbar-nav .nav-link {
 font-size: calc(.78rem + .35vw) !important;
}

.me-auto.navbar-nav {
  justify-content: center !important;
  flex: 7.2 1;
}



.login-points-container {
  display: flex;
  margin-right: 7px;
  margin-left: 9px;
  align-items: center;
  padding: 0 6px;
  border: 2px solid grey;
  border-radius: 18px;
}

.login-points {
  font-size: calc(.68rem + .5vw);
  margin-bottom: 2px;
  font-weight: 700;
  color: #f54e42;
  /* position: relative; */
  /* left: 10px; */
  margin: 0 auto;
}

.login-icon.initials {
  margin-top: 14px !important;
}

.login-icon.initials {
  padding: 2px 11px;
  margin-bottom: 0;
  color: #000;
  font-size: calc(.8rem + .5vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-points-dropdown-content {
  margin-bottom: 0;
  display: block;
  text-align: center;
}

.login-icon {
  color: grey;
}

@media (min-width: 768px) {

  .accept-cookies-btn {
    display: block !important;
  }

  .navbar .dropdown-toggle {
    white-space: nowrap;
    position: relative;
    left: 0 !important;
    font-weight: 400;
    font-size: 15.8px;
    width: 50%;
  }



  .d-flex.login-container.desktop {
    justify-content: flex-start;
    flex: 1 1;
  }
}

.login-container {
  align-items: center;
  font-size: 1.1rem;
  justify-content: end;
  margin-right: 1%;
  flex: 1.7 1;
}

@media (min-width: 768px) {
  .navbar-expand-lg {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .navbar-collapse.collapse {
    flex: 3 1;
  }

  .login-container a {
    color: black !important;
    padding-bottom: 1rem;
  }

  .mob-header {
    display: none !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

.nav-logo {
  width: 120px;
  height: 30px;
  margin: 0;
}

.login-icon {
  color: gray;
  height: 40px !important;
  width: 40px;
  padding: 8px !important;
  border: 2px solid grey;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-area {
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-content {
  padding: 180px 60px;
}

.nivo-caption::after {
  /* background: #444 none repeat scroll 0 0;*/
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.layer-1-2 {
  margin: 20px 0;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.layer-1-2 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.layer-1-3 {
  margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: #3EC1D5;
  border: 1px solid #3EC1D5 !important;
}

.ready-btn.right-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.nivo-controlNav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}

.nivo-directionNav {
  display: block;
}

.nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 2px;
  margin: 5px 3px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 20px;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  background: #fff none repeat scroll 0 0;
  border-color: #3EC1D5;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content {
    padding: 340px 0;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 144px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding: 93px 0;
  }

  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .layer-1-3 a.ready-btn {
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .nivo-directionNav {
    display: none;
  }

  .nav-link {
    display: block;
    padding: .5rem 1rem;
    padding: 5px 5px !important;
  }

  .NewFooter-footer-section {
    display: none !important;
  }

  .privacy-policy-container {
    display: none !important;
  }

  .navbar-expand-lg {
    text-align: center !important;
  }

  .slider-content {
    padding: 46px 0px;
  }

  .layer-1-2 {
    margin: 10px 0;
  }

  .layer-1-1 h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .layer-1-2 h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .layer-1-3 a.ready-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
  }

  .layer-1-3 {
    margin: 10px 0 0;
  }

  .nivo-controlNav {
    bottom: -8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content {
    padding: 70px 0px;
  }

  .layer-1-1 h2,
  .layer-1-2 h1 {
    font-size: 24px;
    line-height: 30px;
  }


}

/* -------------------------------------
preview-1
---------------------------------------- */
.preview-1 .nivoSlider {
  position: relative;
  background: url(../lib/nivo-slider/img/loading.gif) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.preview-1 .nivoSlider a {
  border: 0;
  display: block;
}

.preview-1 .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../lib/nivo-slider/img/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../lib/nivo-slider/img/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
  opacity: 1;
}

.nivo-prevNav {
  left: 15px;
}

.nivo-nextNav {
  right: 15px;
}

.preview-1 a.nivo-nextNav {
  background-position: -30px 0;
}

.preview-1 .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

.preview-1 .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
  color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.preview-1 .nivo-controlNav {
  position: relative;
  z-index: 99999;
  bottom: 68px;
}

.preview-1 .nivo-controlNav a {
  border: 5px solid #fff;
  display: inline-block;
  height: 18px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 18px;
  line-height: 8px;
  background: #3c3c3c;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  opacity: 0;
  z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover,
.preview-1 .nivo-controlNav a.active {
  background: #000;
  cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  content: "Ã¯â€žâ€ž";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  border-color: #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  content: "Ã¯â€žâ€¦";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.niceties.preview-2 {
  position: relative;
  height: 100%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.services-dark {
  background-color: #d1f0f5;
}

.services-light {
  background-color: #e8f7fa;
}

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #000000;
  font-size: 16px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: #1889c1;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top/cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
  margin-bottom: 50px;
  background-color: white;
  border-radius: 20px;
  border-radius: 10px;
  /* left: 62px; */
  position: relative;
  font-size: 16px;
  width: 86%;
  /* height: 108px; */
  margin-bottom: 40px;
  /* display: flex; */
  margin: 0 auto;
  margin-top: -46px;
  padding: 10px 30px
}

.team-content>h4,
.team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Client-logo
--------------------------------------------------------------*/

@media (min-width: 768px) {
  .text-section-6 {
    /* margin: 10px 60px!important; */


  }




  .client-logo {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /*  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    /*  margin:20px!important  ;  /* padding: 20px; */
    */ height: 108px;
    border-radius: 10px;
    line-height: 108px;
    padding: 0px 20px;
    background-color: white;
  }

  .desk {
    display: block;
  }

  .mob {
    display: none;
  }
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active,
.project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgb(0 0 0 / 8%) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top/cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #3EC1D5;
}

.testimonial-carousel .owl-nav,
.testimonial-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonial-carousel .owl-dot.active {
  background-color: #3ec1d5 !important;
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: #3EC1D5;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;

  color: black
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

.php-email-form input::focus,
.php-email-form textarea::focus {
  background-color: #3ec1d5;
}

.php-email-form input {
  padding: 20px 15px;
  background-color: #b5e2e8;
  border: 1px solid #b5e2e8;

}

.php-email-form textarea {
  padding: 12px 15px;
  background-color: #b5e2e8;
  height: 100px;
  border: 1px solid #b5e2e8;

}

.php-email-form button[type="submit"] {
  background: #091634 none repeat scroll 0 0;
  border: 1px solid #091634;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  padding: 12px 41px;
  /* text-transform: uppercase; */
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #091634;
}

.footer-head p {
  color: #fffefe;
}

.footer-head h4 {
  color: #fffefe;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;

}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #fffefe;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;

  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;

}

.footer-icons ul li {
  display: inline-block;

}

.footer-icons ul li a {
  border: 1px solid #fffefe;
  color: #fffefe;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;

}

@media only screen and (max-width: 425px) {

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }


  .why-icon-box-first1 {
    background-color: #c4e3f7;

    padding: 15px 20px;
    border-bottom: 1px solid black !important;
    margin: 0px 23px !important;
    height: auto !important;
  }

  .why-icon-box-first2 {
    background-color: #ddecf3;
    padding: 3px;
    text-align: center;
    font-weight: 600;
    margin: 0px 23px 27px 23px !important;
    height: auto !important;
  }

  .why-icon-box-second1 {
    padding: 15px 20px;
    border-bottom: 1px solid black !important;
    margin: 0px 23px !important;
    height: auto !important;
  }

  .why-icon-box-second2 {
    padding: 3px;
    text-align: center;
    font-weight: 600;
    margin: 0px 23px 27px 23px !important;
    height: auto !important;
  }

  .journey .sectionheading {
    width: 100% !important;
    font-size: 16px !important;
  }

  .slidercontent {
    margin-left: 0px !important
  }

  .footer-area {
    text-align: center;
  }

  .flicker-img1>a {
    float: left;
    padding: 1px;
    width: 33.33%;
  }

  .footer-icons {
    margin-top: 30px;
  }

  .footer-contacts p span {
    color: #3EC1D5;
    font-weight: 700;
  }

  .popular-tag ul li {
    display: inline-block;
  }

  .footer-content {
    display: block;
    overflow: hidden;
  }

  .popular-tag ul li a:hover,
  .footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
  }

  .popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
  }

  .footer-area-bottom {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 0;
  }

  .copyright-text a:hover {
    text-decoration: underline;
    color: #091634;
  }

  .copyright-text a {
    color: #444;
  }

  .copyright>p {
    margin-bottom: 0;
    color: #091634;
  }

  .copyright a,
  .credits a {
    /*color: #091634;*/
    color: #002780;
    font-weight: 600;
    text-align: center;

  }

  .credits {
    padding-top: 5px;
    text-align: center;
  }

  /*--------------------------------------------------------------
# kapil mahakal css
--------------------------------------------------------------*/
  .menu-new li a {
    padding: 10px 6px;
    font-size: 16px;
  }

  .menu-hr {
    border-top: 1px solid #ada8a8;
    width: 90%;
    margin: 0 auto;
  }

  .flag {
    width: 20px;
  }

  .flag-footer {
    width: 43px;
    padding-right: 6px;
  }

  .both-address {
    display: flex;
  }

  .both-address p {
    width: 100%;
  }

  .hidoc {
    padding: 6px 9px;
    font-size: 12px;
    background: #ed1e79;
    color: white;
    /* border-radius: 25px;*/
    font-weight: 900;
    border: none;
    position: relative;
    /*right: -42px;*/
    /*top: 5px;*/

    top: 0px;
  }

  .hidoc a {
    color: black;
  }

  .hidoc:hover {
    color: #fff;
    background-color: #14b7d4;
    border-color: #14b7d4;
  }
}



.full-lg {
  max-width: 100% !important;
}

.service-icon {}

.services-text {
  text-align: center;

}

.services-text h2 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 900;

}

.know-more-pink {
  color: #ed207b;
  font-weight: 900;
  font-size: medium;
}

.head-h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;


}

.about-info {
  font-size: 15px;
  line-height: 27px;

}

.head-h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.only-mob-view {
  display: none;
}

.mobile-logo {
  display: none;
}

.active-doctors {
  background-color: #EE1D42;
  color: #fff;
  font-weight: 600;
  padding: 10px 36px;
  text-align: center;
  position: relative;
  bottom: 24px;
  z-index: 8;
  border-radius: 50px;

}

.active-doctors a {
  color: white;
}

.download-app {
  background-color: #EE1D42;

  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 8;
  border-radius: 50px;
  /* padding: 1%; */
  -webkit-animation: bounce 2s infinite ease-in-out;
}

.download-app a {
  color: #ffffff;
}


.dr-img {
  background: white;
  height: 156px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dr-img img {
  width: 80px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.pop-title {
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
}

.pop-btn {
  padding: 10px 31px;
  border-radius: 50px;
  background: #ed217c;
  color: white;
  font-weight: 700;
  border: none;
}

.modal-dialog {
  max-width: 600px;
}

.dr-img p {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.dr-img p:hover {
  color: #3EC1D5;

}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }

  .work-right-text {
    padding: 40px 0;
  }

  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }

  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }

  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    width: 40%;
  }

  .team-content.text-center>h4 {
    font-size: 20px;
  }

  .sus-btn {
    margin-left: 0;
  }

  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }

  .work-right-text h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .work-right-text {
    padding: 36px 0;
  }

  .work-right-text h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }

  .single-awesome-portfolio {
    width: 33.33%;
  }

  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }

  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }

  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }

  .post-information .entry-meta span a {
    padding: 4px 0;
  }

  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }

  .single-add-itms {
    width: 50%;
  }

  .left-sidebar-title>h4 {
    font-size: 18px;
  }

  .contact-form {
    margin-top: 0px;
  }

  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {


  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px !important;
    background-color: #323130 !important;
    text-align: center;
    padding: 20px 0 !important;
    border-radius: 7px;
  }

  .why-icon-box-first1 img {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 20%;
  }

  .why-icon-box-second1 img {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 20%;
  }

  .why-us p {
    font-size: 16px;
    color: black;

    font-weight: 300;
    margin: 20px 10px !important;
  }

  .slider-area {
    margin-top: 0px;
  }

  .slider-content {
    padding: 80px 0;
  }

  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }

  .section-headline h2 {
    font-size: 30px;
  }

  .well-middle .single-well {
    margin-top: 30px;
  }

  .single-skill {
    margin-bottom: 40px;
  }

  .tab-menu {
    margin-top: 30px;
  }

  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }

  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }

  .subs-feilds {
    width: 100%;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }

  .section-headline h3 {
    font-size: 25px;
  }

  .well-text>h2 {
    font-size: 18px;
  }

  .well-text p {
    display: none;
  }

  .single-team-member {
    margin-bottom: 30px;
  }

  .service-right {
    width: 100%;
  }

  .service-images:hover .overly-text {
    display: none;
  }

  .portfolio-area {
    padding-top: 0px;
  }

  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }

  .pri_table_list {
    margin-bottom: 30px;
  }

  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }

  .single-blog {
    margin-bottom: 30px;
  }

  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .head-team h5 {
    font-size: 22px;
  }

  .footer-content {
    margin-bottom: 30px;
  }

  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .page-area .slider-content {
    padding: 500px 0;
  }

  .search-option input {
    width: 74%;
  }

  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  li.threaded-comments {
    margin-left: 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }

  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }

  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }

  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }

  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: #009282;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.contact .info-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #b5e2e8;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background-image: url('https://sgp1.digitaloceanspaces.com/hidoc-files/hidoc-client-files/1660037406226.jpg');
  padding: 60px 0 0 0;
  height: 100%;


}



.hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 16px;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
  background: #009786;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #fff;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 16px;
  background-color: var(--color-primary);
  padding: 50px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 16px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.hero-wrap {
  width: 100%;
  /*    height: calc(100vh - 117px);*/
  /*    min-height: 400px;*/
  position: relative;
}

.serviceBox {
  text-align: center;

}

.serviceBox .service-icon {
  color: #fff;
  background: linear-gradient(to bottom, #0198DD, #253E9B);
  font-size: 40px;
  line-height: 70px;
  width: 100%;
  height: 70px;
  border-radius: 80px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9) inset;
  overflow: hidden;
  position: relative;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
  content: "";
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -12px;
}

.serviceBox .service-icon:after {
  left: auto;
  right: -12px;
}

.serviceBox .service-content {
  background-color: #ed207b;

  padding: 40px 20px;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1702042169253.jpg);
  /*    background-image: url("");*/
  /*filter: brightness(70%);*/
  background-size: cover;
  background-repeat: no-repeat;
  border-top: none;
  border-right: none;
  border-radius: 20px;
  color: #fff;
  height: 300px;

}

.serviceBox {
  background-image: url('https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1743684193700.png ');

  border-top: none;
  border-right: none;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;


}

.service-content1 {
  width: 500px;
  margin: auto;
}

.serviceBox .service-content2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1702042227846.jpg);

  /*    background-image: url("https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1702042227846.jpg");*/
  padding: 40px 20px;
  background-size: cover;
  /*filter: brightness(70%);*/
  border-top: none;
  border-right: none;
  border-radius: 20px;
  color: #fff;
  height: 300px;
  background-repeat: no-repeat;


}

.serviceBox .service-content3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1702042437781.jpg);

  padding: 40px 20px;
  border-top: none;
  border-right: none;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;

  color: #fff;
  height: 300px;

}

.serviceBox .title {
  color: #fff;

  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.serviceBox .description {
  color: #fff;

  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0px 30px;
}

@media only screen and (max-width:990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

.about-img>a {
  float: left;
  padding: 10px 10px 30px 10px;
  width: 33.33%;
  border: 1px solid #e9e9e9;
}




.about-img {
  vertical-align: middle;
  text-align: center;
  /*   margin:150px 150px 150px 150px; */
  margin: 20px 100px;
}


.about-img img {
  width: 60%;
  height: 60%;
  text-align: center;

}

.info .about-img img {
  width: 30%;
  height: 30%;
  text-align: center;

}


@media only screen and (max-width:480px) {
  .about-img {
    margin: 38px 10px 202px 13px;

  }



  .our-team .title {
    font-size: 18px !important;
    text-align: center !important;



  }

  .sectionheading2 {
    color: #091634;
    text-transform: capitalize;
    font-size: 20px !important;
  }


  .about-img img {
    width: 60%;
    height: 60%;
    text-align: center;

  }

  a h3 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin: 0 0 0px;




  }

}

.aboutsection-box2 h3 {
  color: black;
  font-weight: 700;
}

a.a1 {
  border-top: 1px solid white;
  border-left: none;
  height: 50%;


}

a.a2 {
  border-top: 1px solid white;
  height: 50%;


}

a.a3 {
  border-top: 1px solid white;
  border-right: none;
  height: 50%;


}

a.a4 {
  border-bottom: none;
  border-left: none;
  border-top: none;

}

a.a5 {
  border-bottom: none;
  border-top: none;


}

a.a6 {
  border-bottom: none;
  border-right: none;
  border-top: none;


}

.image-box {

  width: 100%;
  height: 40%;
  margin: auto;

}

@media only screen and (min-width:480px) {
  a h3 {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0px;

  }
}

a h3 {
  color: white;
  font-size: 18px;
  text-align: center;
}

a p {
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0px;
  height: 20px;
  margin-top: 7px !important;

}

.info {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  /* width: 1000px; */
  margin: auto;
  /* border: 1px solid #ccc; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 10px;

}


.infosection {}

.aboutusheader {
  background-color: #11977F;
  margin: auto;
  width: 25%;
  font-size: 27px;
  padding: 9px 7px;
  position: relative;
  top: -54px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
}

.info p {

  color: black;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 1em !important;

}

.Breadcrumbs_breadcrumbWrapper {

  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.breadcrumb-item a {
  color: black;
}


.active-breadcrumb {
  font-weight: 600;
  color: #11977f !important;
}

.cookie-pop-up-btn-container {
  display: flex !important;
}


.Breadcrumbs_breadcrumb .breadcrumb-item,
.Breadcrumbs_breadcrumb .breadcrumb-item>button>a {
  color: #000;
  text-decoration: none;
}

.breadcrumb {
  margin-bottom: 0rem !important;
  background-color: transparent !important;
}

.our-team {
  text-align: center;
  transition: all 0.5s ease 0s;
}

/*.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}*/
.our-team .pic {
  overflow: hidden;
  position: relative;
}


.our-team:hover .pic:before {
  top: 0;
}

.our-team:hover .pic:after {
  bottom: 0;
}

.our-team .pic img {
  width: 100%;
  padding: 0px;
  border-radius: 10px;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 45%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s ease 0.3s;
}

.our-team:hover .social {
  opacity: 1;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.our-team .social li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #db162f;
  border-radius: 0 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.our-team .social li a:hover:after {
  transform: rotate(180deg);
}

.our-team .team-content {
  padding: 20px;
}

.our-team .title {
  font-size: 18px;
  /* height: 49px; */
  font-weight: 700;
  /* background-color: #dbeef2; */
  border-radius: 30px;
  /* left: 62px; */
  /* position: relative; */
  /* width: 80%; */
  /* display: flex; */
  /* margin: 0 auto; */
  /* margin-top: -75px; */
  /* padding: 10px 30px; */
  letter-spacing: 1px;
  color: black;

}

.our-team .post {
  display: block;
  font-size: 14px;
  font-weight: 100;
  color: black;
  text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }

  .about-box {
    margin-bottom: 30px;
    margin: 10px;
    border-radius: 10px;
    width: 180px !important;
    height: 180px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
    background-color: white;
  }

  .our-team {
    text-align: center;
    transition: all 0.5s ease 0s;
    margin: 30px 10px;
  }

  .client-logo1 .col-sm-6 {
    width: 50%;
    margin-bottom: 10px;

  }

  .sectionheading2 {
    text-align: center !important;
  }

  .widgets_div .icon_div {
    display: block !important;
    text-align: center !important;
  }

  .widgets_div .text_div {
    display: block !important;
    text-align: center !important;
    margin-left: 10px;
  }

  .widgets_div .text_div span {
    font-size: 14px !important;
  }

  .sectionheading {
    font-size: 25px !important;
    margin-bottom: 0px;
    /* padding-top: 10px!important; */
    padding-bottom: 30px !important;
    padding-top: 20px !important;
  }

  .team .sectionheading {
    font-size: 25px !important;
    margin-bottom: 0px;
    /* padding-top: 10px!important; */
    padding-bottom: 0px !important;
    padding-top: 30px !important;
  }

}


@media only screen and (min-width:480px) {
  a h3 {
    text-align: center;
    color: white;
    /* font-size: 20px; */
    font-size: 1.5rem;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0px;

  }

  .our-team .pic {
    overflow: hidden;
    position: relative;
    height: 300px;
    border-radius: 10px;
  }


}



.sectionheading {
  color: #0f3355;
  text-transform: capitalize;
  font-size: 28px;

  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3em;
}


.journey .sectionheading {
  color: white;
  background-color: #103356;
  margin: 50px auto;
  width: 600px;
  text-transform: capitalize;

  font-size: 25px;
  padding: 10px 30px;
  border-radius: 10px;
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  text-align: center;
  font-weight: 500;
  line-height: 1.3em;
}

.sectionheading2 {
  color: #091634;
  text-transform: capitalize;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* text-align:center; */
  font-weight: bold;
  line-height: 1.3em;
}

.team {
  background-color: #f3f8fc;
}

.employees {
  margin-top: 80px;
  margin-bottom: 80px;

}

.emp_img>a {
  float: left;
  padding: 1px;
  width: 14.28%;
}

.emp_img {
  padding-top: 20px;
  padding-bottom: 20px;
}

.emp_img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .emp_img {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .emp_img img {
    width: 100%;
    height: auto;

  }
}

.employees {
  background-color: #e6f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}



#demos .owl-carousel .item {

  height: 10rem;
  background: red;


}


.hidoc1 {
  padding: 6px 9px;
  font-size: 12px;
  background: #ed1e79;
  color: white;
  /* border-radius: 25px; */
  font-weight: 900;
  border: none;
  position: relative;
  /* right: -42px; */
  /* top: 5px; */
  top: 0px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;

}

.slide {}

.slick-slide img {

  width: 800px;
  height: 60px;
}

.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-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer_img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.customer-logos {
  padding-top: 0px;
  padding-bottom: 30px;
}

.slideritem {

  color: #103356;
  font-size: 45px !important;
  text-align: left;

  font-weight: 700;
  margin: 5px 0 5px;
  display: block;
  font-family: 'poppins', sans-serif;
  padding: 0px 0px;

}

.slideritemmonth {

  color: #103356;
  font-size: 14px !important;
  text-align: left;

  font-weight: 700;
  margin: 5px 0 0px;
  display: block;

  text-transform: capitalize;
  padding: 10px 0px;

}

.slidetext {
  color: black;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  margin: 5px 0 5px;
  display: block;

  padding: 0px 0px 0px 30px;

}

.slidercontent {
  border-left: 1px solid black;
  vertical-align: middle;
  margin-top: 30px;
  margin-left: -143px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.credits {

  text-align: center;

}

.copyright a,
.credits a {
  /* color: #091634; */
  color: #002780;
  font-weight: 600;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.copyright>p {
  margin-bottom: 0;
  color: #091634;
  margin-top: 20px;
}



@media screen and (max-width: 600px) {
  .footer-area {
    text-align: center;
  }


}


.counter img {
  width: 40%;
}

.aboutsection-box {
  margin: auto;
  width: 60%;
  padding: 10px;
}

/* Why Section */
.why-icon-box-first1 {
  background-color: #c4e3f7;
  padding: 15px 10px;
  border-bottom: 11px solid black;
  margin: -10px;
  height: 180px;


}

.why-icon-box-first1 img {
  margin-bottom: 20px;
}

.why-icon-box-second1 img {
  margin-bottom: 20px;
}

.why-icon-box-first2 {
  background-color: #ddecf3;
  padding: 3px;
  text-align: center;
  font-weight: 600;
  margin: -10px;
  height: 180px;



}

.why-icon-box-second1 {
  background-color: #103356;
  padding: 15px 10px;
  border-bottom: 11px solid black;
  margin: -10px;
  height: 180px;


}

.why-icon-box-second1 h5 {
  color: white !important;
}


.why-icon-box-second2 {
  background-color: #dfecfd;
  padding: 3px;
  text-align: center;
  font-weight: 600;
  margin: -10px;
  height: 180px;
}



.why-us h5 {
  font-size: 16px;
  color: black;
  font-weight: 700;
  text-align: center;


}


.why-us p {
  font-size: 14px !important;
  color: black;

  font-weight: 300;
  margin: 8px 8px;


}

.widgets_div {
  padding: 10px 0;
}

.widgets_div .icon_div {
  display: inline-block;
  /* margin-left: 15px; */
  font-weight: 600;
  color: black;



}

.widgets_div .icon_div span i {
  font-size: 24px;
}

.widgets_div .text_div {
  display: inline-block;
  margin-left: 10px;
}

.widgets_div .text_div span {
  color: black;
  font-size: 18px;

  font-weight: 400;
}

.widgets_div .text_div span+span {
  color: black;
  font-size: 16px;
}

#contact .form-group {
  margin-bottom: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black !important;
  font-size: 'poppins' !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black !important;
  opacity: 1;
  font-size: 'poppins' !important;

}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black !important;
  opacity: 1;
  font-size: 'poppins' !important;

}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black !important;
  font-size: 'poppins' !important;

}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black !important;
  font-size: 'poppins' !important;

}

::placeholder {
  /* Most modern browsers support this now. */
  color: black !important;
  font-size: 'poppins' !important;

}

.navbar-expand-sm .navbar-nav .nav-link {
  font-weight: 500;
  /* border-right: 1px solid black; */
  padding-top: 0px;
  padding-bottom: 0px;
  color: black !important;
  /* width: 30px; */
}

.navbar-dark .navbar-toggler-icon {
  background-image: url('https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1709364461270.png') !important;
}

/* .nav-menu-dividers {
  padding: 0px 4px;
} */


/* new Css */




.two-column-container li {
  margin-bottom: 10px;
}

.two-column-container a {
  margin-bottom: 20px;
  color: whitesmoke;
  font-size: 15px;
}

.two-column-container {
  display: flex;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  align-items: stretch;
  /* Ensure children are same height */

  border-radius: 10px;
}

.container-services {
  background-color: #1f405f;
  padding: 30px 20px;
  border-radius: 10px;
  margin-top: 50px;
}

.column {
  flex: 1;
  text-align: left;
}

.divider {
  width: 1px;
  background-color: whitesmoke;
  height: auto;
  margin: 0 30px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .two-column-container {
    flex-direction: column;
  }

  .divider {
    display: none;
  }

  .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-container.row {
  padding: 25px 40px;
}

.footer-container {
  width: 99.6vw
}

.footer-logo-text {
  padding-top: 15px;
  color: #fff
}

.footer-label-number {
  position: relative;
  left: 35px;
}

.footer-label {
  color: #04aecc;
}

.col-md-3.col-sm-12.footer-logo-container {
  padding-top: 30px
}



.social-icon-link:hover {
  color: #fff
}

@keyframes social-icon {
  50% {
    transform: scale(1.2)
  }
}

.social-icon {
  transform: perspective(1px) translateZ(0)
}

.social-icon:active,
.social-icon:focus,
.social-icon:hover {
  animation-name: social-icon;
  animation-duration: .4s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.social-icon-link.facebook {
  padding-left: 0
}

.social-content-container {
  margin-bottom: 45px
}

.footer-heading {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 10px;
}

.footer-text {
  padding-top: 20px;
  color: whitesmoke;
  font-size: 15px;
}

.footer-text.link {
  text-decoration: none
}

.footer-text.link:hover {
  color: #fff
}

.footer-label {
  color: #04aecc
}

.footer-contact-details-container {
  display: flex;
  justify-content: space-between
}

.footer-icons-container {
  padding-left: 35px
}

.icon-grid-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0;
  row-gap: 0;
  grid-column-gap: 0;
  column-gap: 0;
  background-color: #fff;
  align-self: center
}

.icon-grid {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 120px;
  width: 100%;
  align-items: center;
  padding: 12px 0 0;
  margin: 0;
  border: 1px solid #c6c6c6
}

.contact-form-container {
  max-width: 600px;
  margin-top: 50px;

}

.contact-form-container h2 {
  text-align: left;
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #11977F;
  outline: none;
}

.contact-form button {
  width: 50%;
  padding: 6px 10px;
  background-color: #11977F;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #e74c3c;
}

.icon-grid:hover {
  cursor: pointer
}

.icon-grid-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(30px + 1.2vw);
  width: calc(30px + 1.2vw);
  border-radius: 50%
}

.icon {
  color: #fff;
  height: calc(20px + 1vw);
  width: calc(20px + 1vw);
  opacity: 1
}

.icon-grid>p {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-top: 8px;
  text-align: center;
  line-height: 1.2
}

.item-1 {
  background-color: white;
}

.item-2 {
  background-color: #c4e5f8;
}

.item-3 {
  background-color: white;
}

.item-4 {
  background-color: #c4e5f8;
}

.item-5 {
  background-color: #c4e5f8
}

.item-6 {
  background-color: white;
}

.item-7 {
  background-color: #c4e5f8
}

.item-8 {
  background-color: white;
}

.c1 {
  background-color: #18A2DC
}

.c2 {
  background-color: #103356
}

.c3 {
  background-color: #18A2DC
}

.c4 {
  background-color: #103356;
  padding: .5rem
}

.c5 {
  background-color: #103356
}

.c6 {
  background-color: #18A2DC
}

.c7 {
  background-color: #103356;
  padding: .53rem
}

.c8 {
  background-color: #18A2DC
}

.t1 {
  color: #18A2DC
}

.t2 {
  color: #103356
}

.t3 {
  color: #18A2DC
}

.t4 {
  color: #103356
}

.t5 {
  color: #103356
}

.t6 {
  color: #18A2DC
}

.t7 {
  color: #103356
}

.t8 {
  color: #18A2DC
}

.mobile-footer {
  display: none
}

.mobile-footer-icons {
  width: 45px;
  height: 25px
}

.row.mobile-footer-row {
  justify-content: center
}

.mobile-footer-links {
  text-decoration: none;
  color: #000
}

.mobile-footer-links.active {
  color: #103356
}

.privacy-policy-container {
  background-color: #cfd8dc;
  text-align: center;
  padding: 15px 0;
}

.privacy-policy-container a {
  color: #091634;
}

.privacy-policy-container>p {
  margin-bottom: 0;
  color: #000
}

.privacy-policy-container>a {
  text-decoration: none;
  color: #000
}

.privacy-policy-container>a:hover {
  color: #103356
}

.footer-container.row {
  padding: 25px 40px;
  background-color: #113356;
  font-size: 14px;

}

*/ .icon-wrapper {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  /* adjust size as needed */
  height: 40px;
  border-radius: 50%;
  /* makes it a circle */
}

.social-icon {
  color: #103356;
  /* Your desired icon color */
  font-size: 20px;
  /* adjust icon size */
}

.social-icon-link {
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .footer-responsive-hidden {
    display: none
  }

  .footer-heading {
    text-align: center;
  }



  .column {
    flex: 1;
    text-align: center !important;
  }

  .footer-subscription-heading {
    margin-bottom: 0;
    font-size: 1.3rem
  }

  .footer-subscription-text {
    padding: 30px 0 0;
    font-size: 1rem;
    margin-bottom: 0
  }

  .footer-responsive-btn {
    margin-top: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 50px
  }

  .col-sm-12.social-media-wrap {
    margin-top: 50px
  }

  .social-content-container {
    margin-bottom: 0
  }

  .social-logo {
    font-size: 1.3rem
  }

  .website-rights {
    font-size: .7rem
  }

  .social-icon-link {
    font-size: 1.3rem
  }

  .footer-container.row {
    padding: 25px 40px;
    background-color: #113356;
    font-size: 14px;
    text-align: center;
  }

  .mobile-footer {
    display: flex;
    justify-content: space-around;
    background-color: #f3f3f3;
    padding: 15px 0;
    align-self: center
  }
}


.row:after {
  content: "";
  display: table;
  clear: both
}

.dropdown-toggle::after {
  display: none
}

.customdrugs {}

.customdrugs-dropdown {
  width: 40%
}

footer a {
  color: #fff;
  text-decoration: none
}

.form-control {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 4rem;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #eff4f8;
  background-clip: padding-box;
  border: 1px solid #eff4f8;
  border-radius: 3rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.search {
  border: none;
  color: #000;
  background: transparent
}

.search:hover {
  border: none;
  color: #000;
  background: transparent
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.login {
  background: transparent;
  border: none;
  color: #595959;
  height: 25px;
  margin-top: 25px;
  border-left: 1px solid #595959
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  margin-top: 25px;
  padding: 0
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  margin-top: 20px;
  padding: 0
}

.btn-secondary:focus {
  background-color: transparent;
  border-color: transparent
}

.navbar-expand-sm .navbar-nav .nav-link {
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0
}

.nav-link {
  padding: 8px
}

.nav-link:last-child {
  border-right: 0 solid #000
}

.btn-secondary {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.btn-secondary:hover {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.dropdown-toggle {
  white-space: nowrap;
  font-weight: 300;
  margin-top: 14px;
  width: 50%
}

.icon-contact {
  vertical-align: middle;
  font-size: 40px
}

.text-contact {}

.container-contact {
  border: 1px solid #666;
  border-radius: 6px;
  display: inline-block;
  margin: 40px;
  padding: 10px
}

.dropdown-custom {
  text-align: right
}

.last-dropdown {
  position: absolute;
  right: 0;
  top: 7px
}

.navbar-expand-sm .navbar-nav .nav-link {
  font-weight: 200;
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 0
}

.navbar-nav .nav-link:hover {
  color: #00bcd4 !important
}

.nav-link {
  padding: 8px
}

.nav-link:last-child {
  border-right: 0 solid #000
}

.btn-secondary {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.btn-secondary:hover {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.dropdown-toggle {
  white-space: nowrap;
  font-weight: 100;
  margin-top: 18px;
  width: 50%;
  font-size: 1em
}

.icon-contact {
  vertical-align: middle;
  font-size: 40px
}

.text-contact {
  font-family: "Courier-new"
}

.container-contact {
  border: 1px solid #666;
  border-radius: 6px;
  display: inline-block;
  margin: 40px;
  padding: 10px
}

.dropdown-custom {
  text-align: right
}

.last-dropdown {
  position: absolute;
  right: 0
}

.custom1 .dropdown-toggle:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

@media (min-width:768px) {
  .navbar {
    font-size: 1.2vw;
    background-color: #f8f9fa;
     padding: 12px 7px !important;
  }

  .mobile-view-nav {
    display: none !important;
  }


  /* .left {
    float: left;
  }

  .right {
    float: right;
  } */

  .footer-container.row {
    padding: 25px 40px;
    font-size: 14px !important
  }

  .me-auto.navbar-nav {
    flex: 7.2 1;
    justify-content: center;
    margin-left: 70px
  }
}

@media only screen and (max-width:480px) {
  .navbar-nav {
    font-size: 16px;
    background-color: #323130
  }



  .desktop {
    display: none !important;
  }

  .navbar {
    padding: 0
  }

  .nav-menu-dividers {
    display: none
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    color: #fff !important;
    padding-top: 10px !important
  }

  .widgets_div {
    padding: 10px 0;
    display: flex
  }
}

@media only screen and (max-width:990px) {
  .widgets_div .text_div {
    display: block !important;
    text-align: left !important;
    margin-left: 10px
  }
}

.me-auto>a {
  font-size: calc(.8rem + .35vw) !important;
  font-family: system-ui, -apple-system, Segoe\ UI, Roboto, Helvetica\ Neue, Noto\ Sans, Liberation\ Sans, Arial, sans-serif, Apple\ Color\ Emoji, Segoe\ UI\ Emoji, Segoe\ UI\ Symbol, Noto\ Color\ Emoji !important
}

@media only screen and (min-width:990px) {
  /* .me-auto.navbar-nav {
    margin-right: 240px !important
  } */

  /* .me-auto.navbar-nav {
    margin-left: 0 !important
  } */

  .hide-desk {
    display: none !important;
  }
}

.supported-left {
  background-image: url('assets/img/supported-right.jpg');
  background-repeat: no-repeat;
  padding: 50px 100px;
  background-size: cover
}

.supported-right {
  background-image: url('assets/img/supported-left.jpg');
  background-repeat: no-repeat;
  padding: 50px 100px;
  background-size: cover
}

.supported img {
  width: 250px;
  text-align: center;
  margin: 10px auto
}

.supported .sectionheading {
  color: #091634;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  padding-top: 0 !important;
  padding-bottom: 23px !important;
  text-align: center;
  font-weight: 600;
  line-height: 1.3em
}

.footer-label-number {
  position: relative;
  left: 35px
}

@media screen and (max-width:576px) {
  .footer-label-number {
    margin-left: 0
  }

  .footer-label-number {
    left: 0
  }

  .footer-contact-info {
    display: block !important
  }

  .footer-contact-info p {
    width: 100% !important
  }

  .supported-left {
    background-image: url('assets/img/supported-right.jpg');
    background-repeat: no-repeat;
    padding: 50px 30px !important;
    background-size: cover
  }

  .supported-right {
    background-image: url('assets/img/supported-left.jpg');
    background-repeat: no-repeat;
    padding: 50px 30px !important;
    background-size: cover
  }
}


.two-column-container ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 18px;
  color: white;
}

.two-column-container li {
  margin-bottom: 10px;
}

.two-column-container a {
  margin-bottom: 20px;
  color: whitesmoke;
  font-size: 15px;
}

.two-column-container {
  display: flex;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  align-items: stretch;
  /* Ensure children are same height */

  border-radius: 10px;
}

.container-services {
  background-color: #1f405f;
  padding: 30px 20px;
  border-radius: 10px;
  margin-top: 50px;
}

.column {
  flex: 1;
  text-align: left;
}

.divider {
  width: 1px;
  background-color: whitesmoke;
  height: auto;
  margin: 0 30px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .two-column-container {
    flex-direction: column;
  }

  .divider {
    display: none;
  }

  .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-container.row {
  padding: 25px 40px;
}

.footer-container {
  width: 99.6vw
}

.footer-logo-text {
  padding-top: 15px;
  color: #fff
}

.footer-label-number {
  position: relative;
  left: 35px;
}

.footer-label {
  color: #04aecc;
}

.col-md-3.col-sm-12.footer-logo-container {
  padding-top: 30px
}

.social-icon-link {
  font-size: 1.8rem;
  padding: 0 8px;
  color: #103356
}

.social-icon-link:hover {
  color: #fff
}

@keyframes social-icon {
  50% {
    transform: scale(1.2)
  }
}

.social-icon {
  transform: perspective(1px) translateZ(0)
}

.social-icon:active,
.social-icon:focus,
.social-icon:hover {
  animation-name: social-icon;
  animation-duration: .4s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.social-icon-link.facebook {
  padding-left: 0
}

.social-content-container {
  margin-bottom: 45px
}

.footer-heading {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 10px;
}

.footer-text {
  padding-top: 20px;
  color: whitesmoke;
  font-size: 15px;
}

.footer-text.link {
  text-decoration: none
}

.footer-text.link:hover {
  color: #fff
}

.footer-label {
  color: #04aecc
}

.footer-contact-details-container {
  display: flex;
  justify-content: space-between
}

.footer-icons-container {
  padding-left: 35px
}

.icon-grid-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0;
  row-gap: 0;
  grid-column-gap: 0;
  column-gap: 0;
  background-color: #fff;
  align-self: center
}

.icon-grid {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 120px;
  width: 100%;
  align-items: center;
  padding: 12px 0 0;
  margin: 0;
  border: 1px solid #c6c6c6
}

.contact-form-container {
  max-width: 600px;
  margin-top: 50px;

}

.contact-form-container h2 {
  text-align: left;
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #11977F;
  outline: none;
}

.contact-form button {
  width: 50%;
  padding: 6px 10px;
  background-color: #11977F;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #e74c3c;
}

.icon-grid:hover {
  cursor: pointer
}

.icon-grid-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(30px + 1.2vw);
  width: calc(30px + 1.2vw);
  border-radius: 50%
}

.icon {
  color: #fff;
  height: calc(20px + 1vw);
  width: calc(20px + 1vw);
  opacity: 1
}

.icon-grid>p {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-top: 8px;
  text-align: center;
  line-height: 1.2
}

.item-1 {
  background-color: white;
}

.item-2 {
  background-color: #c4e5f8;
}

.item-3 {
  background-color: white;
}

.item-4 {
  background-color: #c4e5f8;
}

.item-5 {
  background-color: #c4e5f8
}

.item-6 {
  background-color: white;
}

.item-7 {
  background-color: #c4e5f8
}

.item-8 {
  background-color: white;
}

.c1 {
  background-color: #18A2DC
}

.c2 {
  background-color: #103356
}

.c3 {
  background-color: #18A2DC
}

.c4 {
  background-color: #103356;
  padding: .5rem
}

.c5 {
  background-color: #103356
}

.c6 {
  background-color: #18A2DC
}

.c7 {
  background-color: #103356;
  padding: .53rem
}

.c8 {
  background-color: #18A2DC
}

.t1 {
  color: #18A2DC
}

.t2 {
  color: #103356
}

.t3 {
  color: #18A2DC
}

.t4 {
  color: #103356
}

.t5 {
  color: #103356
}

.t6 {
  color: #18A2DC
}

.t7 {
  color: #103356
}

.t8 {
  color: #18A2DC
}

.mobile-footer {
  display: none
}

.mobile-footer-icons {
  width: 45px;
  height: 25px
}

.row.mobile-footer-row {
  justify-content: center
}

.mobile-footer-links {
  text-decoration: none;
  color: #000
}

.mobile-footer-links.active {
  color: #103356
}

.privacy-policy-container {
  background-color: #cfd8dc;
  text-align: center;
  padding: 15px 35px;
}

.privacy-policy-container a {
  color: #091634;
}

.privacy-policy-container>p {
  margin-bottom: 0;
  color: #000
}

.privacy-policy-container>a {
  text-decoration: none;
  color: #000
}

.privacy-policy-container>a:hover {
  color: #103356
}

.footer-container.row {
  padding: 25px 40px;
  background-color: #113356;
  font-size: 14px;

}

.icon-wrapper {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  /* adjust size as needed */
  height: 40px;
  border-radius: 50%;
  /* makes it a circle */
}

.social-icon {
  color: white;
  /* Your desired icon color */
  font-size: 27px;
  /* adjust icon size */
}

.social-icon-link {
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .footer-responsive-hidden {
    display: none
  }

  .footer-heading {
    text-align: center;
  }



  .column {
    flex: 1;
    text-align: center !important;
  }

  .footer-subscription-heading {
    margin-bottom: 0;
    font-size: 1.3rem
  }

  .footer-subscription-text {
    padding: 30px 0 0;
    font-size: 1rem;
    margin-bottom: 0
  }

  .footer-responsive-btn {
    margin-top: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 50px
  }

  .col-sm-12.social-media-wrap {
    margin-top: 50px
  }

  .social-content-container {
    margin-bottom: 0
  }

  .social-logo {
    font-size: 1.3rem
  }

  .website-rights {
    font-size: .7rem
  }

  .social-icon-link {
    font-size: 1.3rem
  }

  .footer-container.row {
    padding: 25px 40px;
    background-color: #113356;
    font-size: 14px;
    text-align: center;
  }

  .mobile-footer {
    display: flex;
    justify-content: space-around;
    background-color: #f3f3f3;
    padding: 15px 0;
    align-self: center
  }
}


.row:after {
  content: "";
  display: table;
  clear: both
}

/* .dropdown-toggle::after {
  display: none
} */


.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height)
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding)
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow)
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto
  }

  .modal-sm {
    --bs-modal-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
}


.search-modal-pop-up {
  height: max-content;
  max-height: 80vh;
  border: 0px solid black !important;
  width: 420px !important;
  overflow-y: scroll;
  display: block;
  margin: 0 auto;
}

.modal-body,
.modal-heading {
  text-align: center;
  border-radius: 20px;
}

.Speciality_drp_Speciality .modal-content.search-modal-pop-up {
  max-width: 100% !important;
}

.Speciality_drp_Speciality .modal.show .modal-dialog {
  transform: none;
  width: 450px !important;
}

.modal-card {
  display: block;
  padding: 12px 20px;
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .4) !important; */
}

.modal-body {
  background-color: rgb(241, 241, 241) !important;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
}

.modal-body,
.modal-heading {
  text-align: center;
  border-radius: 20px;
}


.login-logo {
  width: 30%;
  display: block;
  margin: 0 auto 20px;
}

.get-started-login-text {
  font-size: 1.2rem!important;
  margin-bottom: 0;
  text-align: center;
}

.get-started-footer-text{
    font-size: 1rem!important;
    
  margin-bottom: 0;
}

.login-modal-input {
  display: block;
  margin: 4% auto;
  padding: 8px 20px;
  border-radius: 12px;
  border: none;
  width: 60%;
  text-align: center;
}


.login-modal-btn {
  width: 30%;
  border: none;
  background-color: #11977F;
  color: #fff;
  border-radius: 16px !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
  margin: 0 auto 30px;
  padding: 7px 0;
}



.login-modal-footer-link {
  text-decoration: none;
  color: #11977F;
  font-size: 14px;
  filter: brightness(.95);
}

.d-flex.login-modal-footer-container {
  justify-content: center;
}

.modal-body,
.modal-heading {
  text-align: center;
  border-radius: 20px;
}

.modal-body {
  background-color: rgb(241, 241, 241) !important;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
}

.modal-header {
  background-color: rgb(241, 241, 241) !important;
  border: 0px solid black!important;
}


@media screen and (min-width: 992px) {
  #myModal .modal-dialog {
    position: absolute !important;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 500px !important;
  }
}


.modal-body {
  background-color: rgb(241, 241, 241) !important;
  text-align: center;
  border-radius: 0px 0px 20px 20px !important;
  ;
}

.modal-header {
  background-color: rgb(241, 241, 241) !important;
  border-radius: 20px 20px 0px 0px !important;
}

.modal-content {
  border-radius: 20px !important;
}

.customdrugs {}

.customdrugs-dropdown {
  width: 40%
}

footer a {
  color: #fff;
  text-decoration: none
}

.form-control {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 4rem;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #eff4f8;
  background-clip: padding-box;
  border: 1px solid #eff4f8;
  border-radius: 3rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.search {
  border: none;
  color: #000;
  background: transparent
}

.search:hover {
  border: none;
  color: #000;
  background: transparent
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.login {
  background: transparent;
  border: none;
  color: #595959;
  height: 25px;
  margin-top: 25px;
  border-left: 1px solid #595959
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  margin-top: 25px;
  padding: 0
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  margin-top: 20px;
  padding: 0
}

.btn-secondary:focus {
  background-color: transparent;
  border-color: transparent
}

.navbar-expand-sm .navbar-nav .nav-link {
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0
}

.nav-link {
  padding: 8px
}

.nav-link:last-child {
  border-right: 0 solid #000
}

.btn-secondary {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.btn-secondary:hover {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.dropdown-toggle {
  white-space: nowrap;
  font-weight: 300;
  margin-top: 14px;
  width: 50%
}

.icon-contact {
  vertical-align: middle;
  font-size: 40px
}

.text-contact {}

.container-contact {
  border: 1px solid #666;
  border-radius: 6px;
  display: inline-block;
  margin: 40px;
  padding: 10px
}

.dropdown-custom {
  text-align: right
}

.last-dropdown {
  position: absolute;
  right: 0;
  top: 7px
}

.navbar-expand-sm .navbar-nav .nav-link {
  font-weight: 200;
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 0
}

.navbar-nav .nav-link:hover {
  color: #00bcd4 !important
}

.nav-link {
  padding: 8px
}

.nav-link:last-child {
  border-right: 0 solid #000
}

.btn-secondary {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.btn-secondary:hover {
  color: #000;
  margin-top: 18px;
  width: 40%
}

.dropdown-toggle {
  white-space: nowrap;
  font-weight: 100;
  margin-top: 18px;
  width: 50%;
  font-size: 1em
}

.icon-contact {
  vertical-align: middle;
  font-size: 40px
}

.text-contact {
  font-family: "Courier-new"
}

.container-contact {
  border: 1px solid #666;
  border-radius: 6px;
  display: inline-block;
  margin: 40px;
  padding: 10px
}

.dropdown-custom {
  text-align: right
}

.last-dropdown {
  position: absolute;
  right: 0
}

.custom1 .dropdown-toggle:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

@media (min-width:768px) {
  .navbar {
    font-size: 1.2vw;
    background-color: #f8f9fa;
      padding: 20px 7px !important;

  }

  /* .left {
    float: left;
  }

  .right {
    float: right;
  } */

  .footer-container.row {
    padding: 25px 40px;
    font-size: 14px !important
  }

  /* .me-auto.navbar-nav {
    flex: 7.2 1;
    justify-content: center;
    margin-left: 70px
  } */
}

@media only screen and (max-width:480px) {
  .navbar-nav {
    font-size: 16px;
    background-color: #323130
  }

  .navbar {
    padding: 0
  }

  .nav-menu-dividers {
    display: none
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    color: #fff !important;
    padding-top: 10px !important
  }

  .widgets_div {
    padding: 10px 0;
    display: flex
  }
}

@media only screen and (max-width:990px) {
  .widgets_div .text_div {
    display: block !important;
    text-align: left !important;
    margin-left: 10px
  }
}

.me-auto>a {
  font-size: calc(.8rem + .35vw) !important;
  font-family: system-ui, -apple-system, Segoe\ UI, Roboto, Helvetica\ Neue, Noto\ Sans, Liberation\ Sans, Arial, sans-serif, Apple\ Color\ Emoji, Segoe\ UI\ Emoji, Segoe\ UI\ Symbol, Noto\ Color\ Emoji !important
}

@media only screen and (min-width:990px) {
  /* .me-auto.navbar-nav {
    margin-right: 240px !important
  } */

  .me-auto.navbar-nav {
    margin-left: 0 !important
  }
}

.NewFooter-quick-links-container {
  padding: 2.2rem 2.6rem 2rem !important;
  background-color: #204162;
  border-radius: 8px;
}

.NewFooter-quick-link-heading {
  color: white !important;
  margin-bottom: 24px;
}

.NewFooter-container p {
  color: white;
  font-size: 14px;
}


@media (min-width: 768px) and (max-width: 1024px) {

  .about-img {
    margin: 20px 20px;
  }

  .slideritem {
    font-size: 25px !important;
  }

  .our-team .pic {
    height: 200px !important;
  }

  .why-icon-box-first2 {
    height: auto !important;
  }

  .contact-form-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .dropdown-menu[data-bs-popper] {
    left: -31px;
  }

}


@media screen and (min-width: 992px) {
  .login-container a {
    color: black !important;
    padding-bottom: 1rem;
  }
}

.dropdown-menu.show {
  display: block;
  margin-top: 10px !important;
  width: 240px !important;
  left: 0%;
}



.login-points {
  font-size: calc(.68rem + .5vw);
  margin-bottom: 2px;
  font-weight: 700;
  margin-top: 3px;
  color: #f54e42;
  /* position: relative; */
  /* left: 10px; */
  margin: 0 auto;
  padding: 2px 0px 0px;
  vertical-align: middle;
  display: flex;
  text-align: center;
  justify-content: center;
}

.spacing {
  padding: 10px 10px;
}

.profile-points-dropdown .dropdown-item {
  padding: 8px 16px;
}

.profile-dropdown-points-display {
  font-size: 3rem;
  font-weight: 500;
}

.profile-points-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 12px;
  width: 225px;
  left: -57%;
}

.login-points-container {


  width: 100px;
  display: flex;
  margin-right: 7px;
  margin-left: 9px;
  align-items: center;
  padding: 0 6px;
  border-radius: 18px;
}

.login-points-container {
  display: flex;
  margin-right: 7px;
  margin-left: 9px;
  align-items: center;
  padding: 0 6px;
  border: 2px solid grey;
  border-radius: 18px;
}


.login-trophy-icon {
  width: 21px;
  height: 28px;
  margin-right: 5px;
  color: #000;
}


.navbar-expand-lg a p {
  height: auto;
  margin-top: 4px !important;
}


/* .dropdown-item {
    display: block!important;
    width: 100%!important;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)!important;
    clear: both!important;
    font-weight: 400!important;
    color: var(--bs-dropdown-link-color)!important;
    text-align: inherit!important;
    text-decoration: none!important;
    white-space: nowrap!important;
    background-color: transparent!important;
    border: 0!important;
    border-radius: var(--bs-dropdown-item-border-radius, 0)!important;
} */

.profile-dropdown-points-display,
.profile-dropdown-points-text {
  display: flex;
  justify-content: center;
}

.profile-dropdown-points-display {
  font-size: 3rem;
  font-weight: 500;
}

.profile-dropdown-points-display {
  font-size: 3rem;
  font-weight: 500;
  padding: 20px 0px;
}

.navbar-toggler {
  padding: 0.5rem !important;
  font-size: 20px !important;
  line-height: 1;
  color: black !important;
  background-color: transparent;
  border: 1px solid #ccc !important;
  border-radius: 0.375rem !important;
  transition: var(--bs-navbar-toggler-transition);
}

/* .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
} */


.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url('https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1748539268379.png') !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.navbar-expand-lg a p {
  height: auto;
  margin-top: 4px !important;
  font-size: 20px !important;
}

.nav-link-logo>a {
    width: max-content;
    margin-left: 15px;
}