/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_common.scss */
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

/* line 7, ../sass/_common.scss */
body {
  width: 100%;
  height: auto;
  float: left;
  color: #7d7d7d;
  line-height: 110%;
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  background: #ffffff;
}
/* line 19, ../sass/_common.scss */
body::-webkit-scrollbar {
  width: 6px;
}
/* line 23, ../sass/_common.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 28, ../sass/_common.scss */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* ----- Headings and P Styling ------ */
/* line 37, ../sass/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

/* line 63, ../sass/_common.scss */
b,
strong {
  font-weight: 500;
}

/* line 68, ../sass/_common.scss */
p {
  margin: 5px 0px;
  padding: 0 0 0 0;
  text-align: justify;
  color: #7d7d7d;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 400;
}

/* line 78, ../sass/_common.scss */
p::selection,
span::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background: #000;
  color: #fff;
}

/* line 90, ../sass/_common.scss */
p::-moz-selection,
span::-moz-selection h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
  background: #4C5673;
  color: #fff;
}

/* line 101, ../sass/_common.scss */
a {
  outline: none;
  text-decoration: none !important;
}

/* line 106, ../sass/_common.scss */
img {
  width: 100%;
}

/* line 110, ../sass/_common.scss */
ul,
ol,
li {
  color: #7d7d7d;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
}

/* ==================================================== */
/*  Common Styles                         */
/* ==================================================== */
/* line 123, ../sass/_common.scss */
.mainWrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
}

/* line 130, ../sass/_common.scss */
.rowSection {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* line 136, ../sass/_common.scss */
.commonPadding {
  padding: 6rem 0;
}

/* line 140, ../sass/_common.scss */
.nicescroll-cursors {
  margin-right: -15px !important;
}

/* line 144, ../sass/_common.scss */
.zeroMarginPadding {
  padding: 0;
  margin: 0;
}

/* line 149, ../sass/_common.scss */
.showMobile,
.showTab {
  display: none;
}

/* line 154, ../sass/_common.scss */
.hideMobile,
.hideTab {
  display: block;
}

/* line 159, ../sass/_common.scss */
.text-center {
  text-align: center !important;
}

/* line 163, ../sass/_common.scss */
.text-left {
  text-align: left !important;
}

/* line 167, ../sass/_common.scss */
.row-fluid {
  width: 100%;
  display: inline-block;
}

/* line 172, ../sass/_common.scss */
.container-full {
  width: 96%;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 179, ../sass/_common.scss */
.showInResponsive {
  display: none;
}

/* line 183, ../sass/_common.scss */
.mobileSearchContactArea {
  display: none;
}

/* Prelaoder============================== */
/* line 189, ../sass/_common.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 197, ../sass/_common.scss */
.pace .pace-progress {
  background: var(--yellow-color);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 207, ../sass/_common.scss */
.pace-inactive {
  display: none;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 233, ../sass/_common.scss */
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(../images/arrow-up.svg) center no-repeat #89bb33;
  background-size: 60%;
  z-index: 9999999999999;
  outline: none;
  border: none;
  color: #ffffff;
}
/* line 249, ../sass/_common.scss */
.scrollup:hover {
  background: url(../images/arrow-up.svg) center no-repeat #00a6e5;
  background-size: 60%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 253, ../sass/_common.scss */
.scrollup:hover::before {
  background: #89bb33;
}

/* line 281, ../sass/_common.scss */
.common-sec-intro .title {
  font-size: 2.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 14px auto;
  text-transform: capitalize;
  letter-spacing: 1px;
}
/* line 291, ../sass/_common.scss */
.common-sec-intro .sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 20px auto;
}
/* line 301, ../sass/_common.scss */
.common-sec-intro .sub-para {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  margin: auto;
  color: #000;
}
/* line 310, ../sass/_common.scss */
.common-sec-intro .description {
  font-size: .8rem;
  font-weight: 400;
  width: 100%;
  max-width: 950px;
  display: block;
  position: relative;
  margin: auto;
  color: #000;
}
/* line 321, ../sass/_common.scss */
.common-sec-intro .overline {
  text-align: left;
  color: #00a6e5;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: auto;
  display: flex;
  font-size: .96rem;
  font-weight: 500;
}
/* line 332, ../sass/_common.scss */
.common-sec-intro .overline.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 337, ../sass/_common.scss */
.common-sec-intro .overline.center {
  text-align: center !important;
}
/* line 342, ../sass/_common.scss */
.common-sec-intro.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 347, ../sass/_common.scss */
.common-sec-intro.center {
  text-align: center !important;
}
/* line 351, ../sass/_common.scss */
.common-sec-intro.white {
  color: #ffffff;
}
/* line 355, ../sass/_common.scss */
.common-sec-intro.black {
  color: #000;
}
/* line 359, ../sass/_common.scss */
.common-sec-intro.dark {
  color: #58595b;
}

/* line 364, ../sass/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 368, ../sass/_common.scss */
.hideIn768 {
  display: inline-block;
}

/* line 372, ../sass/_common.scss */
.showIn768 {
  display: none;
}

/* line 376, ../sass/_common.scss */
.hideInMobile {
  display: inline-block;
}

/* line 380, ../sass/_common.scss */
.showInMobile {
  display: none;
}

/* line 384, ../sass/_common.scss */
.theme-btn,
a.theme-btn {
  display: inline-block;
  position: relative;
  color: #00a6e5;
  background: #89bb33;
  padding: .5rem 1.1rem;
  font-size: .8rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "Lato", sans-serif;
  border: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 398, ../sass/_common.scss */
.theme-btn:hover,
a.theme-btn:hover {
  color: #89bb33;
  background: #00a6e5;
}

/* line 404, ../sass/_common.scss */
.knowmore {
  display: inline-block;
  position: relative;
  color: #00a6e5;
  background: transparent;
  padding: .7rem 0;
  font-size: .8rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "Lato", sans-serif;
  border: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 417, ../sass/_common.scss */
.knowmore:hover {
  font-weight: 500;
}
/* line 420, ../sass/_common.scss */
.knowmore:hover::after {
  right: -45px;
}
/* line 425, ../sass/_common.scss */
.knowmore::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: -40px;
  border-radius: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

/* line 437, ../sass/_common.scss */
.icon-arrow {
  font-size: 14px;
  font-weight: 300;
  background: url("../images/arrow-square-left.svg") right center no-repeat;
  float: left;
  padding-right: 30px;
  background-size: contain;
}
/* line 445, ../sass/_common.scss */
.icon-arrow.active {
  background: url("../images/arrow-square-top.svg") right center no-repeat;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 450, ../sass/_common.scss */
.icon-arrow.white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(101%) contrast(104%);
}
/* line 454, ../sass/_common.scss */
.icon-arrow.black {
  filter: invert(70%) sepia(0%) saturate(4500%) hue-rotate(52deg) brightness(101%) contrast(100%);
}

/* line 460, ../sass/_common.scss */
.list-counter {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 465, ../sass/_common.scss */
.list-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
/* line 471, ../sass/_common.scss */
.list-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: #000;
  position: absolute;
  left: 0;
}
/* line 482, ../sass/_common.scss */
.list-counter.colm2 li {
  width: calc(50% - 20px);
}

/* line 488, ../sass/_common.scss */
.list-bullet {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 493, ../sass/_common.scss */
.list-bullet li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
/* line 500, ../sass/_common.scss */
.list-bullet li::before {
  content: "";
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #7d7d7d;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 514, ../sass/_common.scss */
.slide-floting-menu {
  position: fixed;
  bottom: calc(50% - 70px);
  right: 0;
  display: block;
  z-index: 999;
}
/* line 522, ../sass/_common.scss */
.slide-floting-menu ul.menu li {
  background: #ED992A;
  width: 40px;
  height: 44px;
  display: inline-block;
  padding: .6rem .6rem .6rem .3rem;
  position: relative;
  margin-right: 0;
  -webkit-transition: -webkit-transform 500ms, background-color 500ms, color 500ms;
  transition: transform 500ms, background-color 500ms, color 500ms;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
/* line 537, ../sass/_common.scss */
.slide-floting-menu ul.menu li::before {
  content: '';
  width: 22px;
  position: absolute;
  left: -10px;
  display: block;
  background: #ED992A;
  height: 100%;
  border-radius: 100% 0 0 100%;
}
/* line 548, ../sass/_common.scss */
.slide-floting-menu ul.menu li i {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* line 553, ../sass/_common.scss */
.slide-floting-menu ul.menu li img {
  width: 22px;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
}
/* line 561, ../sass/_common.scss */
.slide-floting-menu ul.menu li a {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 570, ../sass/_common.scss */
.slide-floting-menu ul.menu li span {
  display: none;
}
/* line 574, ../sass/_common.scss */
.slide-floting-menu ul.menu li fig {
  display: inline-block;
}
/* line 578, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover {
  background: #00a6e5;
  width: 200px;
  margin-right: -200px;
  border-radius: 0;
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  -webkit-transform: translateX(-136px);
  transform: translateX(-136px);
}
/* line 588, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover span {
  display: inline;
  padding-left: 10px;
}
/* line 593, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover::before {
  background: #00a6e5;
}
/* line 597, ../sass/_common.scss */
.slide-floting-menu ul.menu li:hover img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(80%) saturate(1809%) hue-rotate(342deg) brightness(98%) contrast(89%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 4, ../sass/_header.scss */
.header {
  height: auto;
  background: #ffffff;
  padding: 10px 0;
}
/* line 9, ../sass/_header.scss */
.header .logoSecWrapper {
  width: 210px;
}
/* line 12, ../sass/_header.scss */
.header .logoSecWrapper img {
  width: auto;
  height: 40px;
  padding: 0;
  transition: all 0.5s;
  margin: auto;
  position: relative;
  display: block;
}
/* line 23, ../sass/_header.scss */
.header .MenuSecWrapper {
  width: calc(100% - 210px);
  margin: 0;
}
/* line 28, ../sass/_header.scss */
.header .menubar {
  display: flex;
  flex-wrap: nowrap;
}
/* line 33, ../sass/_header.scss */
.header .headBar {
  margin: 0;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  transition: all 0.5s;
}

/* line 43, ../sass/_header.scss */
.header.scrolled {
  height: auto;
  transition: all 0.5s;
  z-index: 90;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 56, ../sass/_header.scss */
.header.scrolled .main-nav {
  margin-top: 0;
}
/* line 60, ../sass/_header.scss */
.header.scrolled .main-nav a {
  color: #00a6e5;
}
/* line 64, ../sass/_header.scss */
.header.scrolled .main-nav a:hover,
.header.scrolled .main-nav .active > a,
.header.scrolled .main-nav li:hover > a {
  color: #00a6e5;
  text-decoration: none;
}
/* line 71, ../sass/_header.scss */
.header.scrolled .headBar {
  padding: 4px 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  background: #ffffff;
}
/* line 78, ../sass/_header.scss */
.header.scrolled .main-nav .nav_link.button {
  padding: 10px 20px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* line 83, ../sass/_header.scss */
.header.scrolled .main-nav .nav_link {
  font-size: 1rem;
  color: #58595b;
}
/* line 87, ../sass/_header.scss */
.header.scrolled .main-nav .nav_link i {
  color: #58595b;
}

/*--------------------------------------------------------------
# Navigation Menu - MAIN
--------------------------------------------------------------*/
/* line 100, ../sass/_header.scss */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 107, ../sass/_header.scss */
.main-nav {
  float: right;
}
/* line 110, ../sass/_header.scss */
.main-nav .nav {
  position: relative;
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  letter-spacing: 0;
  z-index: 999999999;
}
/* line 122, ../sass/_header.scss */
.main-nav .nav_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
/* line 130, ../sass/_header.scss */
.main-nav .list_item {
  display: flex;
  margin: 0 0 0 20px;
  justify-content: end;
  height: 100%;
  align-items: center;
  position: relative;
}
/* line 139, ../sass/_header.scss */
.main-nav .nav_link {
  padding: .4rem;
  height: 100%;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: visiblePainted;
  color: #58595b;
}
/* line 153, ../sass/_header.scss */
.main-nav .nav_link i {
  color: #58595b;
}
/* line 157, ../sass/_header.scss */
.main-nav .nav_link.button {
  background: #00a6e5;
  color: #ffffff !important;
  padding: 10px 18px;
  border-radius: 2px;
}
/* line 165, ../sass/_header.scss */
.main-nav .nav_link.pic img {
  width: auto;
  height: 40px;
}
/* line 172, ../sass/_header.scss */
.main-nav .nav_link.icon img {
  width: auto;
  height: 28px;
}
/* line 178, ../sass/_header.scss */
.main-nav .nav_link:hover {
  transition: color 1s linear;
  color: #000;
}
/* line 182, ../sass/_header.scss */
.main-nav .nav_link:hover > .drop_nav_icon {
  transition: background 1s linear !important;
  background: #263A56;
}
/* line 186, ../sass/_header.scss */
.main-nav .nav_link:hover > .drop_nav_icon::before {
  transition: background 1s linear !important;
  background: #263A56;
}
/* line 191, ../sass/_header.scss */
.main-nav .nav_link:hover > .drop_nav_icon::after {
  transition: background 1s linear !important;
  background: #263A56;
}
/* line 199, ../sass/_header.scss */
.main-nav .drop_nav_icon {
  width: 12px;
  height: 2px;
  display: flex;
  border-radius: 4px;
  background: #000;
}
/* line 206, ../sass/_header.scss */
.main-nav .drop_nav_icon::before {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  border-radius: 4px;
  transform: translateY(-4px);
}
/* line 216, ../sass/_header.scss */
.main-nav .drop_nav_icon::after {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  border-radius: 4px;
  width: 8px;
  transform: translateY(4px);
}
/* line 228, ../sass/_header.scss */
.main-nav .fa-chevron-down {
  font-size: 0.6rem;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'FontAwesome';
}
/* line 238, ../sass/_header.scss */
.main-nav .drop_down {
  position: absolute;
  width: 180%;
  display: flex;
  scroll-behavior: smooth;
  justify-content: center;
  opacity: 0;
  max-height: 0;
  transform: translateX(0%);
  pointer-events: none;
  transition: .8s ease-in-out;
  margin-top: 0;
  top: 110%;
  left: 0;
  background: #fff;
  overflow: hidden;
  margin-right: 5px;
  clear: both;
  border-radius: 0 0 6px 6px;
  padding: 0;
  background: #EDF0F2;
  box-shadow: 1px 2px 0px 1px rgba(193, 227, 238, 0.8);
}
/* line 262, ../sass/_header.scss */
.main-nav .drop_menu {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 0;
}
/* line 273, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar {
  width: 3px;
  visibility: hidden;
}
/* line 277, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar:hover {
  visibility: visible;
}
/* line 281, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar:focus {
  visibility: visible;
}
/* line 286, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar-track {
  background: #222028;
}
/* line 290, ../sass/_header.scss */
.main-nav .drop_menu::-webkit-scrollbar-thumb {
  background: #f9ab00;
  border-radius: 50px;
}
/* line 296, ../sass/_header.scss */
.main-nav .list_items {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e3e5ee;
}
/* line 302, ../sass/_header.scss */
.main-nav .list_items:last-child {
  border: none;
}
/* line 306, ../sass/_header.scss */
.main-nav .list_items .nav_links {
  width: 100%;
  display: flex;
  color: #000;
  padding: .7rem 1rem;
  font-size: 01rem;
  font-weight: 300;
  text-transform: capitalize;
}
/* line 315, ../sass/_header.scss */
.main-nav .list_items .nav_links:hover {
  transition: all .5s ease;
  color: #000;
  font-weight: 400;
}
/* line 323, ../sass/_header.scss */
.main-nav .drop_down.show {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
  max-height: 450px;
}
/* line 330, ../sass/_header.scss */
.main-nav .nav_toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  transform: scale(2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  background: transparent;
  transition: all 250ms ease;
  background: transparent;
  margin: auto;
}
/* line 348, ../sass/_header.scss */
.main-nav .nav_toggle:visited {
  border: none;
  background: none;
}
/* line 353, ../sass/_header.scss */
.main-nav .nav_toggle:focus {
  border: none;
  background: none;
}
/* line 358, ../sass/_header.scss */
.main-nav .nav_toggle:focus-within {
  border: none;
  background: none;
}
/* line 363, ../sass/_header.scss */
.main-nav .nav_toggle:active {
  border: none;
  background: none;
}
/* line 368, ../sass/_header.scss */
.main-nav .nav_toggle .icon_bar {
  position: relative;
  display: block;
  background: #89bb33;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
/* line 388, ../sass/_header.scss */
.main-nav .nav_toggle:hover .icon_bar {
  transition: .3 ease-in-out;
  background: #00a6e5;
}
/* line 394, ../sass/_header.scss */
.main-nav .nav_toggle .active {
  background: #00a6e5;
}
/* line 398, ../sass/_header.scss */
.main-nav .nav_toggle .active_3 {
  background: #00a6e5;
}
/* line 403, ../sass/_header.scss */
.main-nav .active {
  transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -o-transform: translateY(7px) translateX(0) rotate(45deg);
}
/* line 411, ../sass/_header.scss */
.main-nav .active_2 {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
/* line 420, ../sass/_header.scss */
.main-nav .active_3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-7px) translateX(0) rotate(-45deg);
}
/* line 428, ../sass/_header.scss */
.main-nav .icon {
  width: 15%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/*  Break Point max-width-992px 
//------------------------------------------------------------------------------------------ */
/*  Break Point max-width-1199px 
//------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px) {
  /* line 449, ../sass/_header.scss */
  .header .Logo-mobile {
    display: block;
  }

  /* line 454, ../sass/_header.scss */
  .main-nav .nav_toggle {
    display: block;
  }
  /* line 458, ../sass/_header.scss */
  .main-nav .nav_link {
    color: #000;
  }
  /* line 461, ../sass/_header.scss */
  .main-nav .nav_link:hover {
    color: #346CC1;
  }
  /* line 466, ../sass/_header.scss */
  .main-nav .list_items .nav_links {
    color: #000;
  }
  /* line 469, ../sass/_header.scss */
  .main-nav .list_items .nav_links:hover {
    color: #346CC1;
  }
  /* line 474, ../sass/_header.scss */
  .main-nav .drop_down {
    box-shadow: none;
  }

  /* line 483, ../sass/_header.scss */
  .main-nav .icon {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 0px;
    position: absolute;
  }
  /* line 491, ../sass/_header.scss */
  .main-nav .nav {
    position: fixed;
    width: 250px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #00a6e5;
    opacity: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    transition: .5s ease-in-out;
    left: -250px;
  }
  /* line 507, ../sass/_header.scss */
  .main-nav .nav_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 515, ../sass/_header.scss */
  .main-nav .list_item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  /* line 531, ../sass/_header.scss */
  .main-nav .nav_link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 14px;
    display: flex;
    height: auto;
  }
  /* line 540, ../sass/_header.scss */
  .main-nav .nav_toggle {
    display: block;
  }
  /* line 544, ../sass/_header.scss */
  .main-nav .nav_show {
    opacity: 1;
    right: auto;
    left: 0;
    top: 0;
    background: #fff;
  }
  /* line 552, ../sass/_header.scss */
  .main-nav .drop_down {
    display: block;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateX(0);
    opacity: 0;
    width: 100%;
    transition: .8s ease-in-out;
    transform: translateY(-50%);
    clear: both;
    height: 0;
    top: 0;
    background: transparent;
    overflow-y: auto;
    border-top: 1px solid rgba(249, 171, 0, 0.05);
  }
  /* line 571, ../sass/_header.scss */
  .main-nav .drop_menu {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
    clear: both;
    -webkit-appearance: none;
    padding-top: 10px;
  }
  /* line 586, ../sass/_header.scss */
  .main-nav .nav_links {
    padding: 0 10px;
    height: auto;
    display: flex;
    align-items: center;
  }
  /* line 593, ../sass/_header.scss */
  .main-nav .list_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: fit-content;
    padding: 0;
    padding-left: 5px;
    margin: 2px 0;
    flex-direction: column;
  }
  /* line 604, ../sass/_header.scss */
  .main-nav .min_show {
    z-index: 99999;
    opacity: 1;
    height: 200px;
    transform: translateY(0px);
    background: #E9F1FB;
  }
}
/* ==================================================== */
/* Banner+HeaderWrapper                          */
/* ==================================================== */
/* line 4, ../sass/_main.scss */
.headerBannerWrapper {
  width: 100%;
  position: relative;
}
/* line 8, ../sass/_main.scss */
.headerBannerWrapper.innerPageBg {
  background: url("../images/pattern-2.png") center center no-repeat fixed #000;
  background-size: cover;
}

/* ==================================================== */
/* Banner                          */
/* ==================================================== */
/* line 19, ../sass/_main.scss */
.homeBannerWrapper {
  width: 100%;
  position: relative;
  height: 90vh;
  padding: 0;
  margin: 0;
  z-index: 80;
}
/* line 29, ../sass/_main.scss */
.homeBannerWrapper .carousel-indicators {
  bottom: 10%;
  margin-left: 10%;
}
/* line 34, ../sass/_main.scss */
.homeBannerWrapper .carousel-control-next,
.homeBannerWrapper .carousel-control-prev {
  width: 11%;
}
/* line 39, ../sass/_main.scss */
.homeBannerWrapper .carousel-caption {
  padding-top: 5%;
}

/* line 45, ../sass/_main.scss */
.datetimewrapper {
  width: 100%;
  position: relative;
  padding: 2rem 0 0 0;
}
/* line 50, ../sass/_main.scss */
.datetimewrapper .boxWrapper {
  display: flex;
}
/* line 53, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper {
  display: flex;
}
/* line 56, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li {
  display: flex;
  padding: 2rem;
  width: 100%;
  border-radius: 8px;
  flex-direction: column;
}
/* line 63, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li .hd {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
/* line 70, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li .hd span img {
  width: 22px;
  height: auto;
  margin-right: 5px;
}
/* line 78, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li.box1 {
  background: #58595b;
  width: 30%;
}
/* line 83, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li.box2 {
  background: url("../images/dot-bg-green.png") center left no-repeat #89bb33;
  background-size: cover;
  margin: 0 1rem;
  width: 30%;
}
/* line 89, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li.box2 .btn-go {
  background: #58595b;
  color: #ffffff;
}
/* line 95, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li.box3 {
  background: url("../images/dot-bg-bluee.png") center left no-repeat #00a6e5;
  background-size: cover;
  width: 40%;
}
/* line 100, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li.box3 .btn-go {
  background: #58595b;
  color: #ffffff;
}
/* line 107, ../sass/_main.scss */
.datetimewrapper .boxWrapper .inboxWrapper li.box3 .form-group .form-control,
.datetimewrapper .boxWrapper .inboxWrapper li.box3 .form-group .form-select {
  width: calc(50% - 35px);
}
/* line 116, ../sass/_main.scss */
.datetimewrapper .boxWrapper .form-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* line 121, ../sass/_main.scss */
.datetimewrapper .boxWrapper .form-group .form-control {
  width: calc(100% - 70px);
  display: inline-block;
  border-radius: 0;
  padding: 10px;
  font-size: 1rem;
  border: none;
  margin-right: 5px;
  height: 38px;
}
/* line 132, ../sass/_main.scss */
.datetimewrapper .boxWrapper .form-group .form-select {
  background: url("../images/arrow-select.svg") center right 10px no-repeat #fff;
  width: calc(100% - 70px);
  display: inline-block;
  border-radius: 0;
  padding: 10px;
  font-size: 1rem;
  border: none;
  margin-right: 5px;
  height: 38px;
}
/* line 144, ../sass/_main.scss */
.datetimewrapper .boxWrapper .form-group .btn-go {
  border-radius: 0;
  width: 70px;
  display: inline-block;
  padding: 10px;
  font-size: 1rem;
  border: none;
  height: 38px;
}

/* ==================================================== */
/* Home About                        */
/* ==================================================== */
/* line 161, ../sass/_main.scss */
.homeAboutWrapper {
  width: 100%;
  position: relative;
  padding: 6rem 0 3rem 0;
}
/* line 166, ../sass/_main.scss */
.homeAboutWrapper .container-full {
  width: 90%;
}
/* line 170, ../sass/_main.scss */
.homeAboutWrapper .imh {
  padding-bottom: 4rem;
}
/* line 174, ../sass/_main.scss */
.homeAboutWrapper .imh .contentWrapper {
  align-items: center;
}
/* line 178, ../sass/_main.scss */
.homeAboutWrapper .imh .common-sec-intro {
  width: 96%;
}
/* line 181, ../sass/_main.scss */
.homeAboutWrapper .imh .common-sec-intro .description {
  margin: 0;
  line-height: 1;
}
/* line 187, ../sass/_main.scss */
.homeAboutWrapper .imh .hd {
  text-align: left;
  color: #000;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
}
/* line 199, ../sass/_main.scss */
.homeAboutWrapper .imh .theme-btn {
  margin-top: 1rem;
}
/* line 203, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
/* line 208, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper .rowSection {
  display: flex;
  margin: 16px 0 0 0;
}
/* line 213, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li {
  display: block;
  width: calc(100% / 4 - 4px);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 2px solid #58595b;
  border-radius: 16px 0 16px 0;
  margin: 0 8px;
}
/* line 223, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li.mar-r-16 {
  margin-right: 16px;
}
/* line 227, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li .headwrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
/* line 234, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li .headwrapper figure {
  max-width: 90px;
  margin-bottom: 5px;
}
/* line 238, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li .headwrapper figure img {
  position: relative;
  display: block;
  margin: auto;
  width: 80%;
}
/* line 246, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li .headwrapper figcaption {
  text-align: center;
  color: #00a6e5;
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 900;
}
/* line 257, ../sass/_main.scss */
.homeAboutWrapper .imh ul.tileWrapper li .description {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.2;
}
/* line 267, ../sass/_main.scss */
.homeAboutWrapper .department-specialities {
  position: relative;
  background: url("../images/bg-pic-transparent.png") center left no-repeat #00a6e5;
  background-size: cover;
}
/* line 272, ../sass/_main.scss */
.homeAboutWrapper .department-specialities::after {
  height: 250px;
}
/* line 276, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item {
  background: #ffffff;
  padding: 2.5rem 1.2rem 1.75rem 1.2rem;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  margin-right: 20px;
}
/* line 283, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item figure {
  width: 100%;
}
/* line 286, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item figure img {
  width: 50px;
  height: auto;
  position: relative;
  margin: auto;
}
/* line 294, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item figcaption {
  width: 100%;
  text-align: center;
  color: #323232;
  font-size: .92rem;
  font-weight: 700;
  margin: 10px 0;
}
/* line 303, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item span {
  width: 100%;
  color: #00a6e5;
  display: block;
  font-size: 1rem;
  text-align: center;
}
/* line 311, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item a {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  margin-top: 1.25rem;
}
/* line 312, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .item a img {
  width: auto;
  height: 14px;
}
/* line 325, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities {
  position: relative;
  background: url("../images/bg-pic-transparent.png") center left no-repeat #89bb33;
  background-size: cover;
}
/* line 330, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities::after {
  height: 300px;
}
/* line 334, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .common-sec-intro .title {
  text-align: right;
}
/* line 338, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .bigText {
  text-align: right;
}
/* line 342, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .form-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 300px;
}
/* line 348, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .form-group .form-control {
  width: calc(100% - 40px);
  display: inline-block;
  border-radius: 4px 0 0 4px;
  padding: 10px;
  font-size: 1rem;
  border: none;
  height: 38px;
}
/* line 358, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .form-group .form-select {
  background: url("../images/arrow-select.svg") center right 10px no-repeat #fff;
  width: calc(100% - 70px);
  display: inline-block;
  border-radius: 4px 0 0 4px;
  padding: 10px;
  font-size: 1rem;
  border: none;
  height: 38px;
}
/* line 369, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .form-group .btn-go {
  background: #ffffff;
  height: 38px;
  border-radius: 0 4px 4px 0;
  width: 40px;
  display: inline-block;
  padding: 10px;
  font-size: 1rem;
  border: none;
}
/* line 379, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .form-group .btn-go img {
  width: 18px;
  height: auto;
}
/* line 386, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .item.frame {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-right: 20px;
  padding: 0 0 1rem 0;
}
/* line 393, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .item.frame figure {
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
/* line 398, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .item.frame figure img {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}
/* line 406, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .item.frame .infoWrapper {
  padding: .2rem 1rem 0 1rem;
}
/* line 410, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .item.frame .name {
  width: 100%;
  text-align: left;
  color: #323232;
  font-size: .92rem;
  font-weight: 700;
  margin: 10px 0 0;
}
/* line 419, ../sass/_main.scss */
.homeAboutWrapper .doctors-specialities .item.frame .designation {
  width: 100%;
  color: #58595b;
  display: block;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
}
/* line 431, ../sass/_main.scss */
.homeAboutWrapper .testimonials {
  position: relative;
  background: #58595b;
  border-radius: 4px;
  padding: 4.36rem;
  margin: 0;
}
/* line 438, ../sass/_main.scss */
.homeAboutWrapper .testimonials .head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 444, ../sass/_main.scss */
.homeAboutWrapper .testimonials .head .title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 2rem;
  margin: 0;
}
/* line 456, ../sass/_main.scss */
.homeAboutWrapper .testimonials .customNavigation {
  display: flex;
  padding: 10px;
}
/* line 460, ../sass/_main.scss */
.homeAboutWrapper .testimonials .customNavigation a {
  margin-right: 50px;
}
/* line 463, ../sass/_main.scss */
.homeAboutWrapper .testimonials .customNavigation a:last-child {
  margin-right: 0;
}
/* line 468, ../sass/_main.scss */
.homeAboutWrapper .testimonials .customNavigation .next,
.homeAboutWrapper .testimonials .customNavigation .prev {
  width: 28px;
  height: 28px;
  display: block;
  top: 0;
  padding: 0;
}
/* line 476, ../sass/_main.scss */
.homeAboutWrapper .testimonials .customNavigation .next img,
.homeAboutWrapper .testimonials .customNavigation .prev img {
  width: 28px;
}
/* line 482, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item {
  background: transparent;
  padding: 0;
}
/* line 486, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item figure {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
/* line 493, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item figure img {
  width: 120px;
  height: auto;
  position: relative;
  margin: auto;
}
/* line 501, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item figcaption {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  margin: 1rem 0;
}
/* line 509, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item .name {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: .92rem;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 519, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item span {
  width: 100%;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  text-align: left;
}
/* line 527, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item a {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  margin-top: 1.25rem;
}
/* line 528, ../sass/_main.scss */
.homeAboutWrapper .testimonials .item a img {
  width: auto;
  height: 14px;
}
/* line 543, ../sass/_main.scss */
.homeAboutWrapper .department-specialities,
.homeAboutWrapper .doctors-specialities {
  padding: 4.36rem;
  margin: 0;
}
/* line 549, ../sass/_main.scss */
.homeAboutWrapper .department-specialities .common-sec-intro .title,
.homeAboutWrapper .doctors-specialities .common-sec-intro .title {
  font-size: 2rem;
  margin-bottom: 0;
}
/* line 555, ../sass/_main.scss */
.homeAboutWrapper .department-specialities::before, .homeAboutWrapper .department-specialities::after,
.homeAboutWrapper .doctors-specialities::before,
.homeAboutWrapper .doctors-specialities::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}
/* line 565, ../sass/_main.scss */
.homeAboutWrapper .department-specialities::before,
.homeAboutWrapper .doctors-specialities::before {
  background-image: linear-gradient(to left, #00a6e5, #00b2d9, #00b9b6, #00bb84, #60b94b);
  height: 5px;
  border-bottom: 1px solid #ffffff;
  top: 0;
}
/* line 572, ../sass/_main.scss */
.homeAboutWrapper .department-specialities::after,
.homeAboutWrapper .doctors-specialities::after {
  background: #ffffff;
  bottom: 0;
}
/* line 579, ../sass/_main.scss */
.homeAboutWrapper .bigText {
  font-size: 7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
/* line 586, ../sass/_main.scss */
.homeAboutWrapper .view-all {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  padding: 3.5rem 20px 0 0;
}
/* line 593, ../sass/_main.scss */
.homeAboutWrapper .view-all a {
  font-size: 1rem;
  color: #58595b;
}
/* line 598, ../sass/_main.scss */
.homeAboutWrapper .view-all img {
  width: auto;
  height: 14px;
  margin-left: 5px;
}
/* line 606, ../sass/_main.scss */
.homeAboutWrapper .sliderWrapper {
  overflow: hidden;
  width: 96%;
  height: auto;
  margin: 0 15px;
  position: relative;
  z-index: 20;
}
/* line 614, ../sass/_main.scss */
.homeAboutWrapper .sliderWrapper .description {
  color: #ffffff;
  text-align: left;
}
/* line 619, ../sass/_main.scss */
.homeAboutWrapper .sliderWrapper .headWrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  justify-content: space-between;
}
/* line 625, ../sass/_main.scss */
.homeAboutWrapper .sliderWrapper .headWrapper .customNavigation {
  display: flex;
  padding: 10px;
}
/* line 629, ../sass/_main.scss */
.homeAboutWrapper .sliderWrapper .headWrapper .customNavigation .next,
.homeAboutWrapper .sliderWrapper .headWrapper .customNavigation .prev {
  width: 28px;
  height: 28px;
  display: block;
  top: 0;
  padding: 0;
  margin: 0;
}
/* line 638, ../sass/_main.scss */
.homeAboutWrapper .sliderWrapper .headWrapper .customNavigation .next img,
.homeAboutWrapper .sliderWrapper .headWrapper .customNavigation .prev img {
  width: 28px;
}

/* line 650, ../sass/_main.scss */
#ourclients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 30px;
  height: 150px;
}
/* line 658, ../sass/_main.scss */
#ourclients .clients-wrap {
  display: block;
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 665, ../sass/_main.scss */
#ourclients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* line 673, ../sass/_main.scss */
#ourclients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  line-height: 100px;
  text-align: center;
}
/* line 685, ../sass/_main.scss */
#ourclients .clients-wrap ul li img {
  vertical-align: middle;
  width: 90%;
  height: auto;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  border-radius: 4px;
  border: 1px solid #bdbdbf;
}
/* line 696, ../sass/_main.scss */
#ourclients h3 {
  border-bottom: 2px solid #3399ff;
  width: 150px;
  padding: 10px;
}

/* line 705, ../sass/_main.scss */
.overlaydata {
  width: 100%;
  position: relative;
  padding: 3rem 0 3rem 0;
}
/* line 710, ../sass/_main.scss */
.overlaydata .media-pic {
  display: none;
}
/* line 714, ../sass/_main.scss */
.overlaydata .container-full {
  width: 90%;
}
/* line 718, ../sass/_main.scss */
.overlaydata .wrapperrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-height: 450px;
}
/* line 724, ../sass/_main.scss */
.overlaydata .wrapperrow li {
  margin-right: 2rem;
}
/* line 727, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper {
  position: relative;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
/* line 734, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper:hover {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 737, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper:hover::after {
  height: 60%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 742, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper:hover p {
  font-weight: 500;
}
/* line 747, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper img {
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
}
/* line 753, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper p {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 10px;
  color: #ffffff;
  z-index: 50;
  font-size: 1rem;
  padding: 1rem 3.5rem;
}
/* line 764, ../sass/_main.scss */
.overlaydata .wrapperrow li .imagewraper::after {
  content: "";
  width: 100%;
  height: 45%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../images/overlay-gradient.png") top center no-repeat;
  background-size: cover;
}
/* line 778, ../sass/_main.scss */
.overlaydata .wrapperrow li:first-child {
  width: 40%;
}
/* line 781, ../sass/_main.scss */
.overlaydata .wrapperrow li:first-child p {
  text-align: center;
}
/* line 786, ../sass/_main.scss */
.overlaydata .wrapperrow li:nth-child(2) {
  width: calc(30% - 3rem);
}
/* line 789, ../sass/_main.scss */
.overlaydata .wrapperrow li:nth-child(2) p {
  text-align: left;
}
/* line 794, ../sass/_main.scss */
.overlaydata .wrapperrow li:last-child {
  width: 30%;
  margin-right: 0;
}
/* line 798, ../sass/_main.scss */
.overlaydata .wrapperrow li:last-child p {
  text-align: left;
}
/* line 802, ../sass/_main.scss */
.overlaydata .wrapperrow li:last-child ul.subwrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
/* line 808, ../sass/_main.scss */
.overlaydata .wrapperrow li:last-child ul.subwrapper li {
  width: 100%;
  margin: 0 0 2rem 0;
  height: calc(50% - 1rem);
}
/* line 813, ../sass/_main.scss */
.overlaydata .wrapperrow li:last-child ul.subwrapper li:last-child {
  margin: 0;
}

/* line 826, ../sass/_main.scss */
.mediaWrapper {
  padding: 0;
  margin-top: 6rem;
  background: url("../images/bg1.png") center right no-repeat #00a6e5;
  background-size: 65%;
  border-radius: 8px;
  overflow: hidden;
}
/* line 834, ../sass/_main.scss */
.mediaWrapper .title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 2rem;
  margin: 0;
}
/* line 845, ../sass/_main.scss */
.mediaWrapper ul {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 3rem;
  background: #00a6e5;
}
/* line 852, ../sass/_main.scss */
.mediaWrapper ul li {
  display: flex;
  margin-top: 1.6rem;
}
/* line 857, ../sass/_main.scss */
.mediaWrapper ul li:last-child figcaption {
  border-bottom: none;
}
/* line 864, ../sass/_main.scss */
.mediaWrapper figure {
  width: 150px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-right: 1.6rem;
}
/* line 872, ../sass/_main.scss */
.mediaWrapper figure rem img {
  width: 100%;
  height: fit-content;
}
/* line 878, ../sass/_main.scss */
.mediaWrapper figcaption {
  width: calc(100% - 200px);
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  display: inline-flex;
  align-items: center;
}
/* line 885, ../sass/_main.scss */
.mediaWrapper figcaption p {
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
}

/* ==================================================== */
/* ===== FAQ             */
/* ==================================================== */
/* line 903, ../sass/_main.scss */
.faqWrapper {
  background: #ffffff;
  padding: 2rem 2rem 3rem 2rem;
  /* Custom style */
}
/* line 907, ../sass/_main.scss */
.faqWrapper .common-sec-intro {
  margin-bottom: 30px;
}
/* line 910, ../sass/_main.scss */
.faqWrapper .common-sec-intro p {
  text-align: center;
  font-size: 1rem;
}
/* line 916, ../sass/_main.scss */
.faqWrapper .container-full {
  width: 70%;
}
/* line 920, ../sass/_main.scss */
.faqWrapper .faqcontainer {
  border-radius: 4px;
  border: 2px solid #58595b;
  padding: 3rem;
}
/* line 926, ../sass/_main.scss */
.faqWrapper .accordion-item {
  border: none;
  border-bottom: 1px solid #58595b;
}
/* line 930, ../sass/_main.scss */
.faqWrapper .accordion-item:last-child {
  border: none;
}
/* line 935, ../sass/_main.scss */
.faqWrapper .accordion-button {
  font-size: 1rem;
  padding: 1rem 0;
  color: #58595b;
}
/* line 941, ../sass/_main.scss */
.faqWrapper .accordion-button:not(.collapsed) {
  background: transparent;
  border: none;
  padding-bottom: 0;
  box-shadow: none;
}
/* line 948, ../sass/_main.scss */
.faqWrapper .card-body {
  padding: 0 0 .5rem 0;
}
/* line 953, ../sass/_main.scss */
.faqWrapper .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
/* line 958, ../sass/_main.scss */
.faqWrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/* ==================================================== */
/* ===== Footer Section                 */
/* ==================================================== */
/* line 970, ../sass/_main.scss */
.footer {
  width: 100%;
  position: relative;
}
/* line 974, ../sass/_main.scss */
.footer .container-full {
  width: 90%;
}
/* line 978, ../sass/_main.scss */
.footer .col:last-child {
  display: flex;
  justify-content: flex-end;
}
/* line 984, ../sass/_main.scss */
.footer .footerTopWrapper {
  padding: 3rem;
  background: #58595b;
  border-radius: 8px;
}
/* line 990, ../sass/_main.scss */
.footer .footerData {
  margin: 0;
  padding: 0;
  display: flex;
}
/* line 998, ../sass/_main.scss */
.footer .socialmedia .hd {
  font-size: .94rem;
  font-weight: 100;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  margin: 0 0 0.4rem 0;
}
/* line 1007, ../sass/_main.scss */
.footer .socialmedia ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
/* line 1014, ../sass/_main.scss */
.footer .socialmedia ul li {
  align-items: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1021, ../sass/_main.scss */
.footer .socialmedia ul li:last-child {
  margin-right: 0;
}
/* line 1025, ../sass/_main.scss */
.footer .socialmedia ul li img {
  border: none;
  position: relative;
  margin: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(102%) contrast(102%);
}
/* line 1039, ../sass/_main.scss */
.footer h3 {
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 1.2rem 0;
  position: relative;
}
/* line 1058, ../sass/_main.scss */
.footer ul.links li {
  margin-bottom: 5px;
  font-size: 1rem;
  position: relative;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
/* line 1076, ../sass/_main.scss */
.footer ul.links li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
}
/* line 1080, ../sass/_main.scss */
.footer ul.links li a:hover {
  color: white;
}
/* line 1087, ../sass/_main.scss */
.footer .bottomlogo {
  margin-bottom: 1.5rem;
}
/* line 1090, ../sass/_main.scss */
.footer .bottomlogo .hd {
  font-size: 1rem;
  font-weight: 100;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  margin: 0 0 0.4rem 0;
}
/* line 1099, ../sass/_main.scss */
.footer .bottomlogo ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
/* line 1106, ../sass/_main.scss */
.footer .bottomlogo ul li {
  align-items: center;
  margin: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 5px;
}
/* line 1116, ../sass/_main.scss */
.footer .bottomlogo ul li img {
  border: none;
  position: relative;
  margin: auto;
  display: block;
}
/* line 1128, ../sass/_main.scss */
.footer .footerBottom {
  background: #fff;
  padding: 2.5rem;
}
/* line 1132, ../sass/_main.scss */
.footer .footerBottom p {
  font-size: 1rem;
  font-weight: 300;
  color: #58595b;
  text-align: center;
}
/* line 1138, ../sass/_main.scss */
.footer .footerBottom p span {
  color: #89bb33;
}

/* line 4, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption,
.homeBannerWrapper .carousel-indicators,
.homeBannerWrapper .carousel-control-prev,
.homeBannerWrapper .carousel-control-next,
.bottomBannerWrapper .carousel-caption,
.bottomBannerWrapper .carousel-indicators,
.bottomBannerWrapper .carousel-control-prev,
.bottomBannerWrapper .carousel-control-next {
  z-index: 300;
}
/* line 11, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators,
.bottomBannerWrapper .carousel-indicators {
  z-index: 300;
  justify-content: center;
}
/* line 15, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators button,
.bottomBannerWrapper .carousel-indicators button {
  margin: 0 8px 0 0;
  width: 20px;
  height: 2px;
  opacity: .6;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ffffff;
}
/* line 25, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-indicators button.active,
.bottomBannerWrapper .carousel-indicators button.active {
  opacity: 1;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  border: 1px solid #00a6e5;
}
/* line 34, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption,
.bottomBannerWrapper .carousel-caption {
  bottom: auto;
  top: 0;
  left: 0;
  position: relative;
}
/* line 40, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2,
.bottomBannerWrapper .carousel-caption h2 {
  width: 100%;
  text-align: left;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 3.3rem;
  text-transform: none;
  word-break: break-word;
  color: #58595b;
}
/* line 52, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2 span,
.bottomBannerWrapper .carousel-caption h2 span {
  display: block;
  color: #000;
}
/* line 58, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h3,
.bottomBannerWrapper .carousel-caption h3 {
  width: 100%;
  text-align: left;
  font-family: "Lato", sans-serif;
  margin: 15px 0;
  font-weight: 500;
  font-size: 2rem;
  color: #e45865;
  text-transform: uppercase;
}
/* line 69, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p,
.bottomBannerWrapper .carousel-caption p {
  width: 100%;
  text-align: left;
  margin: 30px 0;
  display: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  width: 90%;
  word-break: break-word;
  font-size: 1.2rem;
}
/* line 81, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p span,
.bottomBannerWrapper .carousel-caption p span {
  color: #F0C883;
}
/* line 86, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2,
.bottomBannerWrapper .carousel-caption h2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* line 91, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption p,
.bottomBannerWrapper .carousel-caption p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/* line 96, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption a,
.bottomBannerWrapper .carousel-caption a {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 101, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper,
.bottomBannerWrapper .carousel-caption .buttonwrapper {
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
/* line 109, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a,
.homeBannerWrapper .carousel-caption .buttonwrapper button,
.bottomBannerWrapper .carousel-caption .buttonwrapper a,
.bottomBannerWrapper .carousel-caption .buttonwrapper button {
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 0 0;
  line-height: 1;
  transition: all 0.5s;
  margin-right: 4px;
}
/* line 119, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a img,
.homeBannerWrapper .carousel-caption .buttonwrapper button img,
.bottomBannerWrapper .carousel-caption .buttonwrapper a img,
.bottomBannerWrapper .carousel-caption .buttonwrapper button img {
  width: 12px;
  transition: all 0.5s;
  margin-right: 10px;
}
/* line 125, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn,
.homeBannerWrapper .carousel-caption .buttonwrapper button .btn,
.bottomBannerWrapper .carousel-caption .buttonwrapper a .btn,
.bottomBannerWrapper .carousel-caption .buttonwrapper button .btn {
  line-height: 1;
  padding: .8rem 1rem;
  display: inline-block;
  border-radius: 50px;
}
/* line 131, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn.secondary,
.homeBannerWrapper .carousel-caption .buttonwrapper button .btn.secondary,
.bottomBannerWrapper .carousel-caption .buttonwrapper a .btn.secondary,
.bottomBannerWrapper .carousel-caption .buttonwrapper button .btn.secondary {
  background: #89bb33;
  color: #00a6e5;
}
/* line 136, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn.primary,
.homeBannerWrapper .carousel-caption .buttonwrapper button .btn.primary,
.bottomBannerWrapper .carousel-caption .buttonwrapper a .btn.primary,
.bottomBannerWrapper .carousel-caption .buttonwrapper button .btn.primary {
  background: #00a6e5;
  color: rgba(255, 255, 255, 0.65);
}
/* line 141, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .btn:hover,
.homeBannerWrapper .carousel-caption .buttonwrapper button .btn:hover,
.bottomBannerWrapper .carousel-caption .buttonwrapper a .btn:hover,
.bottomBannerWrapper .carousel-caption .buttonwrapper button .btn:hover {
  color: #ffffff;
  transition: all 0.5s;
}
/* line 147, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .play,
.homeBannerWrapper .carousel-caption .buttonwrapper button .play,
.bottomBannerWrapper .carousel-caption .buttonwrapper a .play,
.bottomBannerWrapper .carousel-caption .buttonwrapper button .play {
  line-height: 44px;
  padding: 14px;
  display: inline-block;
  height: 44px;
  width: 44px;
  vertical-align: middle;
  border-radius: 0 50px 50px 0;
  background: #346CC1;
}
/* line 157, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a .play img,
.homeBannerWrapper .carousel-caption .buttonwrapper button .play img,
.bottomBannerWrapper .carousel-caption .buttonwrapper a .play img,
.bottomBannerWrapper .carousel-caption .buttonwrapper button .play img {
  width: 20px;
  height: auto;
  display: block;
  transition: all 0.5s;
}
/* line 166, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption .buttonwrapper a:hover img,
.homeBannerWrapper .carousel-caption .buttonwrapper button:hover img,
.bottomBannerWrapper .carousel-caption .buttonwrapper a:hover img,
.bottomBannerWrapper .carousel-caption .buttonwrapper button:hover img {
  margin: auto 20px auto 10px;
  filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(180deg) brightness(200%) contrast(113%);
}
/* line 176, ../sass/_home-banner.scss */
.homeBannerWrapper .carousel-caption h2,
.homeBannerWrapper .carousel-caption p,
.homeBannerWrapper .carousel-caption a,
.bottomBannerWrapper .carousel-caption h2,
.bottomBannerWrapper .carousel-caption p,
.bottomBannerWrapper .carousel-caption a {
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 216, ../sass/_home-banner.scss */
.homeBannerWrapper .fadeInLeft,
.bottomBannerWrapper .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 249, ../sass/_home-banner.scss */
.homeBannerWrapper .fadeInUp,
.bottomBannerWrapper .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 280, ../sass/_home-banner.scss */
.homeBannerWrapper .slideInRight,
.bottomBannerWrapper .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* line 287, ../sass/_home-banner.scss */
.modal-backdrop {
  z-index: 99;
}

/* line 291, ../sass/_home-banner.scss */
.modal-backdrop.show {
  opacity: .7;
}

/* line 295, ../sass/_home-banner.scss */
.homeBannerWrapper .modal-dialog {
  width: 90%;
  max-width: 1200px;
}

/* line 300, ../sass/_home-banner.scss */
.video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 305, ../sass/_home-banner.scss */
.video-wrapper video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* line 313, ../sass/_home-banner.scss */
.slide-img {
  padding: 22% 0 0 10%;
  min-height: 90vh;
}
/* line 331, ../sass/_home-banner.scss */
.slide-img.bg1 {
  background: url("../images/banner-bg1.png") center right no-repeat;
  background-size: cover;
}
/* line 336, ../sass/_home-banner.scss */
.slide-img.bg2 {
  background: url("../images/banner-bg1.png") top right no-repeat;
  background-size: cover;
}
/* line 341, ../sass/_home-banner.scss */
.slide-img.bg3 {
  background: url("../images/banner-bg1.png") top right no-repeat;
  background-size: cover;
}

/* ==================================================== */
/* Media Query                      */
/* ==================================================== */
/*  Break Point 1400 
//------------------------------------------------------------------------------------------ */
@media (min-width: 1600px) {
  /* line 8, ../sass/_media-query.scss */
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }

  /* line 12, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 10% 0 0 10%;
  }

  /* line 16, ../sass/_media-query.scss */
  .homeAboutWrapper .sliderWrapper {
    width: 94%;
  }

  /* line 20, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper a .btn,
  .homeBannerWrapper .carousel-caption .buttonwrapper button .btn,
  .bottomBannerWrapper .carousel-caption .buttonwrapper a .btn,
  .bottomBannerWrapper .carousel-caption .buttonwrapper button .btn {
    padding: 1rem 1.1rem;
  }

  /* line 27, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2,
  .bottomBannerWrapper .carousel-caption h2 {
    font-size: 4.2rem;
  }

  /* line 32, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption,
  .bottomBannerWrapper .carousel-caption {
    width: 90%;
    max-width: 850px;
  }
}
/*  Break Point 1200 
//------------------------------------------------------------------------------------------ */
/*  Break Point max-width-1199px 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1199px) {
  /* line 52, ../sass/_media-query.scss */
  .HideInResponsive {
    display: none !important;
  }

  /* line 56, ../sass/_media-query.scss */
  .showInResponsive,
  .mobileSearchContactArea {
    display: block !important;
  }

  /* line 61, ../sass/_media-query.scss */
  .header {
    height: 70px;
  }
  /* line 64, ../sass/_media-query.scss */
  .header .container-full {
    width: 96%;
  }
  /* line 68, ../sass/_media-query.scss */
  .header .headBar {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  /* line 74, ../sass/_media-query.scss */
  .header.scrolled {
    height: 50px;
    background: #ffffff;
  }
  /* line 78, ../sass/_media-query.scss */
  .header.scrolled .headBar {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  /* line 84, ../sass/_media-query.scss */
  .header.scrolled .Logo-mobile {
    width: 70px;
  }
  /* line 87, ../sass/_media-query.scss */
  .header.scrolled .Logo-mobile img {
    height: 60px;
  }
  /* line 92, ../sass/_media-query.scss */
  .header.scrolled .main-nav .nav_toggle .icon_bar {
    background: #00a6e5;
  }

  /* line 98, ../sass/_media-query.scss */
  .footerContactSection .container-full,
  .contactWrapper .container-full {
    width: 96%;
  }
}
/*  Break Point min-992px
//------------------------------------------------------------------------------------------ */
/*  Break Point 992 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* line 116, ../sass/_media-query.scss */
  .overlaydata .media-pic {
    display: block;
  }

  /* line 120, ../sass/_media-query.scss */
  .full-width-In990 {
    width: 100% !important;
    flex: auto;
    margin: auto;
  }

  /* line 126, ../sass/_media-query.scss */
  .commonPadding {
    padding: 2.8rem 0;
  }

  /* line 130, ../sass/_media-query.scss */
  .header {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  /* line 133, ../sass/_media-query.scss */
  .header .container,
  .header .container-lg,
  .header .container-md,
  .header .container-sm {
    max-width: 90%;
  }
  /* line 140, ../sass/_media-query.scss */
  .header .full-width-In768 {
    width: 100% !important;
    flex: auto;
  }

  /* line 147, ../sass/_media-query.scss */
  .common-sec-intro .title {
    font-size: 2rem;
  }

  /* line 152, ../sass/_media-query.scss */
  .datetimewrapper .boxWrapper .inboxWrapper {
    flex-direction: column;
  }
  /* line 155, ../sass/_media-query.scss */
  .datetimewrapper .boxWrapper .inboxWrapper li {
    display: block;
    padding: 1.5rem;
  }
  /* line 160, ../sass/_media-query.scss */
  .datetimewrapper .boxWrapper .inboxWrapper li.box1 {
    width: 100%;
  }
  /* line 164, ../sass/_media-query.scss */
  .datetimewrapper .boxWrapper .inboxWrapper li.box2 {
    width: 100%;
    margin: 1rem 0;
  }
  /* line 169, ../sass/_media-query.scss */
  .datetimewrapper .boxWrapper .inboxWrapper li.box3 {
    width: 100%;
  }

  /* line 174, ../sass/_media-query.scss */
  .homeAboutWrapper .sliderWrapper {
    width: 90%;
  }

  /* line 178, ../sass/_media-query.scss */
  .overlaydata .wrapperrow li .imagewraper p {
    padding: 1rem;
  }

  /* line 183, ../sass/_media-query.scss */
  .homeAboutWrapper .container {
    max-width: 90%;
  }
  /* line 187, ../sass/_media-query.scss */
  .homeAboutWrapper .imh .common-sec-intro {
    margin-bottom: 1rem;
  }

  /* line 192, ../sass/_media-query.scss */
  .mediaWrapper ul {
    width: 100%;
  }

  /* line 198, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  /* line 202, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li {
    margin-bottom: 1.6rem;
    width: calc(100% / 2 - 2rem);
    display: flex;
    flex-direction: row;
  }
  /* line 208, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .contentWrapper {
    padding-left: 1rem;
  }
  /* line 212, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .iconWrapper {
    margin: 0;
  }
  /* line 215, ../sass/_media-query.scss */
  .footerContactSection ul.contactItem li .iconWrapper img {
    width: auto;
    height: 80%;
  }

  /* line 226, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
  }
  /* line 232, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData {
    margin-top: 2rem;
  }
}
/*  Break Point 768 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* line 246, ../sass/_media-query.scss */
  .commonPadding {
    padding: 3rem 0;
  }

  /* line 250, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption a,
  .homeBannerWrapper .carousel-caption button {
    margin: auto;
  }

  /* line 256, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-inner {
    width: 100%;
    max-width: 100%;
  }
  /* line 261, ../sass/_media-query.scss */
  .homeBannerWrapper .modal-dialog {
    max-width: 650px;
    margin: 20vh auto;
  }
  /* line 266, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 200px 0 0 0;
  }
  /* line 272, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2,
  .homeBannerWrapper .carousel-caption p,
  .homeBannerWrapper .carousel-caption h3 {
    text-align: center;
  }
  /* line 278, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    font-size: 3rem;
  }
  /* line 282, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper {
    width: 100%;
    padding: 0 5rem;
  }

  /* line 291, ../sass/_media-query.scss */
  .homeAboutWrapper .imh ul.tileWrapper {
    display: block;
  }
  /* line 294, ../sass/_media-query.scss */
  .homeAboutWrapper .imh ul.tileWrapper .rowSection {
    display: block;
  }
  /* line 298, ../sass/_media-query.scss */
  .homeAboutWrapper .imh ul.tileWrapper li {
    display: inline-block;
    width: calc(100% / 2 - 30px);
    margin: 8px;
    padding: 2rem;
  }

  /* line 306, ../sass/_media-query.scss */
  .homeAboutWrapper .doctors-specialities::after {
    bottom: 200px;
  }

  /* line 310, ../sass/_media-query.scss */
  .homeAboutWrapper .view-all {
    padding-top: 2rem;
  }

  /* line 316, ../sass/_media-query.scss */
  .homeAboutWrapper .department-specialities .common-sec-intro.white,
  .homeAboutWrapper .doctors-specialities .common-sec-intro.white {
    margin-bottom: 0;
  }
  /* line 319, ../sass/_media-query.scss */
  .homeAboutWrapper .department-specialities .common-sec-intro.white .bigText,
  .homeAboutWrapper .department-specialities .common-sec-intro.white .title,
  .homeAboutWrapper .doctors-specialities .common-sec-intro.white .bigText,
  .homeAboutWrapper .doctors-specialities .common-sec-intro.white .title {
    text-align: center;
  }

  /* line 326, ../sass/_media-query.scss */
  .homeAboutWrapper .department-specialities,
  .homeAboutWrapper .doctors-specialities {
    padding: 3rem;
  }

  /* line 331, ../sass/_media-query.scss */
  .homeAboutWrapper .doctors-specialities .common-sec-intro.white {
    margin-top: 3rem;
  }

  /* line 336, ../sass/_media-query.scss */
  .homeAboutWrapper .testimonials .head .title {
    text-align: center;
  }
  /* line 340, ../sass/_media-query.scss */
  .homeAboutWrapper .testimonials .customNavigation {
    justify-content: center;
    padding: 2rem 0;
  }
  /* line 346, ../sass/_media-query.scss */
  .homeAboutWrapper .testimonials .item figure {
    position: relative;
    margin: auto;
    width: 200px;
    height: 200px;
  }
  /* line 352, ../sass/_media-query.scss */
  .homeAboutWrapper .testimonials .item figure img {
    width: 100%;
  }
  /* line 357, ../sass/_media-query.scss */
  .homeAboutWrapper .testimonials .item .name,
  .homeAboutWrapper .testimonials .item figcaption,
  .homeAboutWrapper .testimonials .item span {
    text-align: center;
  }

  /* line 366, ../sass/_media-query.scss */
  .faqWrapper .container {
    width: 90%;
    max-width: 90%;
  }

  /* line 372, ../sass/_media-query.scss */
  .common-sec-intro {
    margin-bottom: 30px;
  }

  /* line 376, ../sass/_media-query.scss */
  .mediaWrapper figure {
    width: 200px;
  }

  /* line 386, ../sass/_media-query.scss */
  .footer .footerTopWrapper .nuradata {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
  }
  /* line 393, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData .col {
    width: 100% !important;
    flex: auto;
    margin: 0 0 1.5rem 0;
  }

  /* line 404, ../sass/_media-query.scss */
  .footer .col:last-child {
    display: flex;
    justify-content: center;
  }
  /* line 409, ../sass/_media-query.scss */
  .footer .socialmedia {
    display: flex;
    flex-direction: column;
  }
  /* line 413, ../sass/_media-query.scss */
  .footer .socialmedia ul {
    justify-content: center;
  }
  /* line 420, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData {
    flex-direction: column;
  }
  /* line 423, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData h3 {
    text-align: center;
  }
  /* line 427, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData ul.links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  /* line 434, ../sass/_media-query.scss */
  .footer .footerTopWrapper .footerData ul.links li {
    text-align: center;
  }
}
/*  Break Point 650 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 650px) {
  /* line 454, ../sass/_media-query.scss */
  .slide-floting-menu {
    display: none;
  }

  /* line 458, ../sass/_media-query.scss */
  .homeAboutWrapper .doctors-specialities .item.frame .infoWrapper {
    padding: .2rem 1rem .5rem 1rem;
  }

  /* line 463, ../sass/_media-query.scss */
  .overlaydata .wrapperrow li {
    width: 100% !important;
    margin: 0 0 1.5rem;
  }
  /* line 468, ../sass/_media-query.scss */
  .overlaydata .wrapperrow {
    max-height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 475, ../sass/_media-query.scss */
  .overlaydata .wrapperrow li:last-child ul.subwrapper li {
    margin: 0 0 1.5rem 0;
  }

  /* line 479, ../sass/_media-query.scss */
  .mediaWrapper {
    margin-top: 3rem;
  }

  /* line 483, ../sass/_media-query.scss */
  .faqWrapper .container-full {
    width: 86%;
  }

  /* line 487, ../sass/_media-query.scss */
  .faqWrapper .faqcontainer {
    padding: 1.8rem;
  }

  /* line 491, ../sass/_media-query.scss */
  .mediaWrapper {
    padding: 0;
  }
  /* line 492, ../sass/_media-query.scss */
  .mediaWrapper .title {
    text-align: center;
  }
  /* line 496, ../sass/_media-query.scss */
  .mediaWrapper figure {
    width: 100%;
  }
  /* line 500, ../sass/_media-query.scss */
  .mediaWrapper figcaption {
    width: 100%;
  }
  /* line 503, ../sass/_media-query.scss */
  .mediaWrapper figcaption p {
    padding: .5rem 0 1.5rem 0;
  }
  /* line 510, ../sass/_media-query.scss */
  .mediaWrapper ul {
    padding: 2rem;
  }
  /* line 513, ../sass/_media-query.scss */
  .mediaWrapper ul li {
    flex-direction: column;
  }

  /* line 519, ../sass/_media-query.scss */
  .homeBannerWrapper {
    width: 100%;
    position: relative;
    height: 60vh;
    padding: 0;
    z-index: 80;
  }
  /* line 526, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel,
  .homeBannerWrapper .carousel-inner {
    height: 60vh;
  }
  /* line 531, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-indicators {
    bottom: 0;
  }
  /* line 535, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 100px 0 0 0;
  }
  /* line 538, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg1 {
    background: url("../images/banner-bg1.png") top left no-repeat #89bb33;
    background-size: 150%;
  }
  /* line 543, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg2 {
    background: url("../images/banner-bg3.png") top left no-repeat #89bb33;
    background-size: 150%;
  }
  /* line 548, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg3 {
    background: url("../images/banner-bg2.png") top left no-repeat #89bb33;
    background-size: 150%;
  }
  /* line 553, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.inner-bg {
    background: url("../images/inner-banner-bg.jpg") center center no-repeat fixed;
    background-size: 150%;
  }
  /* line 560, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption {
    top: 0;
    bottom: 0;
    padding: 0;
  }
  /* line 565, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    font-size: 2rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  }
  /* line 572, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption p {
    font-size: 1rem;
    width: 100%;
    padding: 0 1rem;
  }
  /* line 578, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper {
    width: 100%;
    padding: 0 7rem;
  }
  /* line 582, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper a .btn {
    font-size: .88rem;
  }

  /* line 591, ../sass/_media-query.scss */
  .common-sec-intro .title {
    font-size: 1.8rem;
  }
  /* line 595, ../sass/_media-query.scss */
  .common-sec-intro .sub-para {
    font-size: .9rem;
  }

  /* line 600, ../sass/_media-query.scss */
  .homeAboutWrapper .sliderWrapper .headWrapper {
    align-items: center;
  }

  /* line 604, ../sass/_media-query.scss */
  .footer ul.links li,
  .footer .socialmedia .hd {
    text-align: center;
  }

  /* line 611, ../sass/_media-query.scss */
  .footer .col:last-child {
    justify-content: center;
  }

  /* line 615, ../sass/_media-query.scss */
  .homeAboutWrapper {
    padding: 3rem 0;
  }

  /* line 619, ../sass/_media-query.scss */
  .homeAboutWrapper .testimonials {
    padding: 2rem;
  }
}
/*  Break Point 480px 
//------------------------------------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  /* line 633, ../sass/_media-query.scss */
  .homeBannerWrapper {
    width: 100%;
    position: relative;
    height: 54vh;
    padding: 0;
    z-index: 80;
  }
  /* line 640, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel,
  .homeBannerWrapper .carousel-inner {
    height: 54vh;
  }
  /* line 645, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-indicators {
    bottom: 0;
  }
  /* line 649, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img {
    padding: 30px 0 0 0;
  }
  /* line 652, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg1 {
    background: url("../images/banner-bg1.png") top right no-repeat #89bb33;
    background-size: 110%;
  }
  /* line 657, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg2 {
    background: url("../images/banner-bg3.png") top right no-repeat #89bb33;
    background-size: 110%;
  }
  /* line 662, ../sass/_media-query.scss */
  .homeBannerWrapper .slide-img.bg3 {
    background: url("../images/banner-bg2.png") top right no-repeat #89bb33;
    background-size: 110%;
  }
  /* line 668, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption {
    top: 220px;
  }
  /* line 669, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption h2 {
    color: #ffffff;
  }
  /* line 675, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper {
    width: 100%;
    padding: 0 3rem;
  }
  /* line 679, ../sass/_media-query.scss */
  .homeBannerWrapper .carousel-caption .buttonwrapper a .btn {
    font-size: .88rem;
  }

  /* line 687, ../sass/_media-query.scss */
  .homeAboutWrapper .imh ul.tileWrapper li {
    display: inline-block;
    width: calc(100% / 1 - 30px);
    margin: 8px;
  }

  /* line 694, ../sass/_media-query.scss */
  .homeAboutWrapper .doctors-specialities::after {
    bottom: 240px;
  }

  /* line 698, ../sass/_media-query.scss */
  .homeAboutWrapper .doctors-specialities .common-sec-intro.white {
    margin-top: 40px;
  }

  /* line 702, ../sass/_media-query.scss */
  .homeAboutWrapper .view-all {
    justify-content: center;
  }

  /* line 706, ../sass/_media-query.scss */
  .homeAboutWrapper .department-specialities,
  .homeAboutWrapper .doctors-specialities {
    padding: 1.5rem;
  }

  /* line 711, ../sass/_media-query.scss */
  .homeAboutWrapper .sliderWrapper .headWrapper {
    flex-direction: column;
  }

  /* line 715, ../sass/_media-query.scss */
  .homeAboutWrapper .sliderWrapper .description {
    text-align: center;
  }

  /* line 722, ../sass/_media-query.scss */
  .homeAboutWrapper .common-sec-intro .overline.left,
  .homeAboutWrapper .common-sec-intro .description.left,
  .homeAboutWrapper .common-sec-intro .title {
    text-align: center !important;
    display: block;
    width: 100%;
  }

  /* line 733, ../sass/_media-query.scss */
  .faqWrapper {
    padding: 1rem;
  }

  /* line 737, ../sass/_media-query.scss */
  .footer .bottomlogo ul {
    flex-direction: column;
  }
}
