html {
  scroll-behavior: smooth;
}
body {
  background: #eff5f7;
  font-family: 'Dubai-Regular', sans-serif;
  margin: 0 !important;
}
.cmsContent span {
  font-family: 'Dubai-Regular', sans-serif !important;
}
@page {
  size: auto;
  margin: 0;
}
h1,
.h1 {
  font-size: 2.2em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.75em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 1em;
}

.dir-ltr {
  direction: ltr !important;
}

.no-side-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.skip-main {
  background: #006d79;
  color: #fff !important;
  border: solid 1px #ffffff;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  left: -999px;
  outline: 0px;
}
.skip-main:focus,
.skip-main:active {
  left: 50%;
  top: auto;
  width: 200px;
  height: auto;
  overflow: auto;
  margin: 4px 0px;
  margin-left: -100px;
  padding: 3px 8px;
  border-radius: 9px;
  text-align: center;
  z-index: 999;
}
a,
a:hover {
  text-decoration: none;
}
.img-responsive {
  width: 100%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pre_loader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.pre_loader img,
.pre_loader svg {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}
.pre_loader.loaded {
  display: none;
}
.topbar {
  width: 100%;
  height: 40px;
  background: #006d79;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
}
.tool-wrap {
  -ms-flex: 700px;
  flex: 700px;
  max-width: 700px;
  padding: 0px;
}
.mob-menu-btn {
  float: left;
  display: none;
}
h1.logo-title {
  display: inline-block;
  margin: 0px;
  height: 40px;
  line-height: 0;
}
.tobar_logo {
  height: 40px;
  display: inline-block;
  padding: 12px 0px;
  margin: 0px 15px;
}
.tool-wrap .tool_bar {
  position: relative;
  float: left;
}
.tool_bar > li {
  float: left;
  position: relative;
}
.tool_bar > li > a {
  height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 0.875em;
  padding: 8px 15px;
}
.tool_bar > li > a > img,
.tool_bar > li > a > svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.tool_bar > li > a > span {
  display: inline-block;
  vertical-align: middle;
}
/**/
.tool_bar .social_wrap {
  position: relative;
}
.tool_bar .social_icons {
  display: none;
  width: 104px;
  background: #fff;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -51px;
  -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
}
.tool_bar .social_icons li {
  display: inline-block;
  width: 25px;
}
.tool_bar .social_icons img,
.tool_bar .social_icons svg {
  width: 25px;
  height: 25px;
}
/**/
.tool-wrap .accessibility-bar {
  z-index: 3;
}
.accessibility-bar > li:hover > a {
  background: #ffffff;
  color: #006d79;
}
.accessibility-bar > li > a > svg {
  fill: #ffffff;
}
.accessibility-bar > li:hover > a > svg,
.ShareOverlay a svg,
.socialShareIcons a svg,
.searchbar button svg,
.guidelines-contact p svg {
  fill: #006d79;
}
.tool-wrap .settings-bar {
  z-index: 2;
}
.settings-bar > li > a {
  background: #e6eff1;
  font-family: 'Dubai-Bold';
  color: #000;
  text-transform: uppercase;
  border-right: solid 1px #cfcfcf;
  padding: 8px 10px;
}
.settings-bar > li:hover > a {
  background: #004c55;
  color: #fff;
}
.settings-bar > li > a > svg,
.SrchWrap svg {
  fill: #006d79;
}
.settings-bar > li:hover > a > svg,
.search-button svg {
  fill: #ffffff !important;
}
.accessibility-bar > li > a.arrow {
  padding: 8px 40px 8px 15px;
  position: relative;
}
.accessibility-bar > li > a.arrow::after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 12px;
  right: 22px;
  transform: rotate(-45deg);
}
.accessibility-bar > li:hover > a.arrow::after {
  border-left: solid 1px #006d79;
  border-bottom: solid 1px #006d79;
}
/**/
.maincontentwrap {
  margin-left: 90px;
  margin-left: 0px;
  padding-top: 40px;
  position: relative;
}
.maincontentwrap .maincontentwrap {
  margin-left: 0px;
}
.cont_padding {
  padding-left: 1em;
  padding-right: 1em;
}
.cont_padding_minus {
  margin-left: -5em;
  margin-right: -5em;
}
.homelogowrap {
  position: relative;
  background: #ffffff;
}
.HomeLogos {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.HomeLogos-inner {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.HomeLogos-inner img,
.HomeLogos-inner svg {
  max-width: 100%;
}
.landingintro {
  background: #006d79;
  height: calc(100vh - 40px);
  overflow: hidden;
  position: relative;
}
.MouseScroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
}
.introslider {
  position: relative;
}
.introslider .slick-slide {
  padding: 0px;
}
.introslider .item {
  position: relative;
}
.introslider .item:before {
  content: '';
  width: 100%;
  height: 65%;
  background: rgb(255, 255, 255);
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.introslider .item img {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
}
.introslider .slidercontent {
  width: 100%;
  z-index: 1;
  padding-top: 7em;
  position: absolute;
    bottom: 220px;
    left: 0;
}
.slidercontent .container-fluid {
 
  width: 100%;

}
.introslider .slidercontent h2 {
  font-family: 'Dubai-Bold';
  font-size: 2em;
  color: #fff;
  margin: 0;
}
.introslider .slidercontent span {
  font-family: 'Dubai-Light';
  font-size: 1em;
  color: #fff;
  display: block;
}
.landingintro .btn {
  padding: 15px 20px;
  border-radius: 16px;
}
.landingintro .btn.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.landingintro .Slick_Nav_Wrapp {
  position: fixed;
  top: unset;
  bottom: 220px;
  left: 0px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.landingintro .slick-dots li button {
  background: rgba(150,150,150,0.65);
  color: #000000;
  transition: 1ll 0.15s linear;
}
.landingintro .slick-dots li.slick-active button {
  background: rgba(256,256,256,1);
  color: #ffffff;
}

.landingintro .nav-arrow img {
height: 18px;
}

.landingintro .Slick_Navs {
  align-items: center;
}

.landingintro .Slick_Navs .slick-dots li {
  line-height: 10px;
}

.landingintro .Slick_Navs .slick-dots button {
  width: 12px;
  height: 12px;
}

.landingintro circle.sliderPlay {
	fill: transparent;
	stroke-width: 2px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	animation: clock-animation 10s linear infinite;
}
@keyframes clock-animation {
	0% {
		stroke-dashoffset: 100;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
.introslider,
.slick-slider,
.slick-list,
.slick-track,
.slick-slide,
.slick-slide > div,
.slick-slide .item {
  height: 100%;
}
/**/
.introserviceswrap {
  display: block;
}
.introservice {
  width: 410px;
  position: absolute;
  bottom: 8%;
  right: 5%;
  z-index: 2;
}
.introservice h1 {
  font-family: 'Dubai-Medium';
  color: #ffffff;
  font-size: 2.25em;
}
.introservitem {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 18px 23px;
  margin-bottom: 12px;
}
.introservitem img,
.introservitem svg {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  fill: #006d79;
}
.introservitem span {
  display: flex;
  align-items: center;
  font-family: 'Dubai-Medium';
  font-size: 1.125em;
  color: #000;
  line-height: 18px;
  height: 36px;
}
.introservitem span.second {
  font-family: 'Dubai-Bold';
  font-size: 0.938em;
}
.introservitem:hover {
  background: #006d79;
}
.introservitem:hover svg {
  fill: #ffffff !important;
}
.introservitem:hover span {
  color: #fff !important;
}
/**/
.smart-salem {
  height: 190px;
  background: #587a0e;
  border-radius: 10px;
  overflow: hidden;
}
.smart-salem::after {
  content: '';
  clear: both;
  display: block;
}
.smart-salem .primary-info {
  width: 60%;
  height: 190px;
  float: left;
  background: #006d79;
  padding: 53px 64px;
  position: relative;
}
.smart-salem .primary-info .salemlogo {
  width: 215px;
  float: left;
}
.smart-salem .primary-info p {
  width: calc(100% - 270px);
  float: left;
  font-family: 'Dubai-Medium';
  font-size: 1.5em;
  line-height: 25px;
  color: #fff;
  margin: 0px;
  padding: 16px 30px;
  margin-left: 50px;
}
.smart-salem .secondary-info {
  width: 40%;
  height: 190px;
  float: left;
  position: relative;
  padding: 70px 40px 70px 105px;
}
.secondary-info .salem-arrow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.secondary-info .salem-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}
.secondary-info .salem-arrow .saleemarrow-1 {
  fill: #93ac5b;
}
.secondary-info .salem-arrow .saleemarrow-2 {
  fill: #006d79;
}
.smart-salem .secondary-info .img-info {
  margin-right: 40px;
}
.Footer {
  display: block;
}
.Footer .level-1 {
  background: #2e2e2e;
  padding: 60px 0px;
}
.Footer .level-1 {
  background: #fff;
  padding: 60px 0px;
}
.Footer .level-2 {
  background: #fff;
  padding: 15px 0px;
}
.Footer .level-3 {
  background: #ffffff;
  padding: 40px 0px;
}
.Footer .menu-title {
  font-size: 1em;
  color: #111;
  margin-bottom: 13px;
}
.foot-menu {
  margin: 0;
  padding: 0;
}
.foot-menu li {
  margin-bottom: 13px;
}
.foot-menu li a {
  font-family: 'Dubai-regular';
  font-size: 0.85em;
  color: #111;
  height: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.foot-menu li a.icon {
  padding-left: 0px;
  position: relative;
}
.foot-menu li a.icon img,
.foot-menu li a.icon svg {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}
.foot-menu li a img,
.foot-menu li a svg {
  fill: #006D79;
}
.Footer .icon-List {
  margin-bottom: 20px;
}
.Footer .icon-List li {
  display: inline-block;
  margin-right: 5px;
}
.Footer .icon-List li a {
  width: 24px;
  height: 25px;
  display: block;
  color: #fff;
  overflow: hidden;
  text-indent: 50px;
}
.Footer .icon-List li a img,
.Footer .icon-List li a svg {
  float: left;
  fill: #006d79;
}
.Footer .icon-List.social img,
.Footer .icon-List.social svg {
  fill: #8b8b8b;
}
.Footer .entity-logo {
  display: inline-block;
  width: 200px;
  text-indent: -300px;
  overflow: hidden;
  color: #006D79;
  position: relative;
  margin-bottom: 20px;
}
.Footer svg .st0 {
  fill : #006D79 !important;
}
.Footer .entity-logo img,
.Footer .entity-logo svg {
  width: 100%;
  float: left;
  fill: #006D79;
}
.Footer .entity-logo b {
  position: absolute;
  top: 0px;
  left: -100%;
  opacity: 0;
}
.Footer .FootSettingsMenu li {
  display: inline-block;
  margin-right: 15px;
}
.Footer .FootSettingsMenu li a {
  display: block;
  font-size: 0.9em;
  color: #111;
}
.Footer .level-2 p {
  font-size: 0.9em;
  color: #111;
  margin: 0px;
  text-align: right;
}
ul.Entities {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-evenly;
}
.Entities li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.Footer .Entities li {
  margin-bottom: 0px;
}
.Entities li a {
  display: block;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.Entities li a img {
  max-width: 100%;
  height: 60px;
}
.Footer .DB {
  display: block;
}
.Footer .FL {
  float: left;
}
.Footer .FR {
  float: right;
}
/**/
.HeaderSearch {
  background: #ffffff;
  width: 100%;
  height: 450px;
  position: fixed;
  top: 40px;
  left: 0px;
  z-index: 99;
  padding-left: 100px;
  display: none;
  -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
}
.HeaderSearch.show {
  display: block;
}
.HeaderSearch.hide {
  display: none;
}
.search_title {
  position: relative;
  margin: 50px 0px 40px 0px;
  padding-right: 30px;
}
.search_title h1 {
  font-size: 2.25em;
  color: #000000;
}
a.close_srch {
  width: 25px;
  height: 25px;
  background: #ffffff;
  overflow: hidden;
  color: #000000;
  text-indent: -100px;
  position: absolute;
  top: 70px;
  right: 40px;
  margin-top: -10px;
}
a.close_srch::before,
a.close_srch::after {
  content: '';
  width: 30px;
  height: 0px;
  border-top: 2px solid #000;
  position: absolute;
  top: 12px;
  left: -3px;
}
a.close_srch::before {
  transform: rotate(-45deg);
}
a.close_srch::after {
  transform: rotate(45deg);
}
.SearchWrap {
  position: relative;
}
.SearchWrap .main_srch {
  width: 100%;
  background: #f5fafb;
  margin-bottom: 10px;
  border: solid 1px #c9c9c9;
  border-radius: 10px;
}
.HeaderSearch .main_srch {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.SearchWrap .main_srch input[type='text'] {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  border: 0px;
  padding: 0px 44px 0px 21px;
  outline: 0px;
  font-family: 'Dubai-Regular';
  font-size: 1.125em;
  position: relative;
  z-index: 1;
  margin: 0px;
}
.SearchWrap .main_srch input[type='text']:focus {
  box-shadow: none;
  background: #ffffff;
}
.SearchWrap .main_srch input[type='text']::-webkit-input-placeholder {
  font-family: 'Dubai-Regular';
  font-size: 1.125em;
  color: #4e4545;
}
.SearchWrap .main_srch input[type='text']::-moz-placeholder {
  font-family: 'Dubai-Regular';
  font-size: 1.125em;
  color: #757575;
}
.SearchWrap .main_srch input[type='text']:-ms-input-placeholder {
  font-family: 'Dubai-Regular';
  font-size: 1.125em;
  color: #757575;
}
.SearchWrap .main_srch input[type='text']:-moz-placeholder {
  font-family: 'Dubai-Regular';
  font-size: 1.125em;
  color: #757575;
}
.SearchWrap .main_srch a,
.SearchWrap .main_srch button {
  width: 35px;
  height: 35px;
  padding: 5px 6px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #000;
  text-indent: -150px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 2;
}
.SearchWrap .main_srch a.nav-focus {
  background: #f5fafb;
  color: #000000;
}
.SearchWrap .main_srch a svg,
.SearchWrap .main_srch a img,
.SearchWrap .main_srch button img,
.SearchWrap .main_srch button svg {
  float: left;
  fill: #006d79 !important;
}
.main_srch .output {
  width: 100%;
  max-height: 218px;
  list-style: none;
  padding: 0px 20px 15px 20px;
  display: none;
  overflow: auto;
}
.main_srch .output li:first-child {
  border-top: solid 1px #9b9b9b;
}
.main_srch .output li {
  width: 100%;
  cursor: pointer;
  padding-top: 8px;
}
.main_srch .prediction-item span {
  display: block;
  padding: 3px 0px;
  font-family: 'Dubai-Medium';
  font-size: 1em;
}
.main_srch .prediction-item span strong {
  color: #006d79;
  font-family: 'Dubai-Medium';
  font-weight: inherit;
}
/**/
.srch_cate_wrap {
  -ms-flex: 540px;
  flex: 540px;
  max-width: 540px;
}
.srch_category {
  height: 52px;
  background: #e6eff1;
  border-radius: 10px;
  padding: 11px 10px;
  position: relative;
}
.srch_category ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.srch_category > ul > li {
  display: inline-block;
  padding: 0px;
}
.srch_category ul li button {
  height: 30px;
  background: #fff;
  display: block;
  line-height: 30px;
  padding: 0px 10px;
  border-radius: 5px;
  font-family: 'Dubai-Bold';
  font-size: 0.875em;
  color: #2e2e2e;
  text-transform: uppercase;
  border: 0px;
}
.srch_category ul li button.active {
  background: #587a0e;
  color: #fff;
}
.select_list {
  width: 100%;
  border: 1px solid #587a0e;
  display: inline-block;
  padding: 0;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.select_list::after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 17px;
  right: 10px;
  transform: rotate(-45deg);
}
.select_list.open::after {
  transform: rotate(135deg);
  top: 22px;
}
.srch_category .select_list li {
  display: none;
  cursor: pointer;
  padding: 0px;
  border-top: 1px solid #587a0e;
}
.select_list li:first-child {
  display: block;
  border-top: 0px;
}
.srch_category .select_list li button {
  width: 100%;
  height: 50px;
  border: 0px;
  text-align: left;
  border-radius: 0px;
  line-height: 14px;
  font-size: 0.813em;
}
.select_list li:first-child button {
  background: #587a0e;
  color: #fff;
}
.select_list li:hover {
  background-color: #ddd;
}
.select_list li:first-child:hover {
  background-color: transparent;
}
.select_list.open li {
  display: block;
}
.select_list span:before {
  position: absolute;
  top: 5px;
  right: 15px;
  content: '\2193';
}
.select_list.open span:before {
  content: '\2191';
}
.srch_cate_wrap select {
  background: #587a0e;
  color: #fff;
  border: solid 1px #587a0e;
}
/**/
.Popular_Searches {
  padding-top: 40px;
}
.Popular_Searches h1 {
  font-size: 1.375em;
}
.Popular_Searches a {
  display: inline-block;
  height: 24px;
  line-height: 23px;
  background: #fff;
  font-size: 0.813em;
  color: #006d79;
  border: solid 1px #006d79;
  padding: 0px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
}
/**/
.filter-title {
  border-bottom: solid 1px #d6d6d6;
  position: relative;
  padding-top: 5px;
  padding-bottom: 20px;
}
.filter-title h1 {
  font-size: 1.375em;
  margin-bottom: 0px;
}
.filter-title svg {
  width: 23px;
  fill: #000000 !important;
  margin-top: -4px;
}
.filter-title h5 {
  font-family: 'Dubai-Medium';
  font-size: 1.125em;
  margin-bottom: 0px;
}
.filter-title * {
  display: inline-block;
  vertical-align: middle;
}
.filter-title a.Filter_Reset {
  font-size: 0.875em;
  color: #757575;
  position: absolute;
  top: 10px;
  right: 0px;
}
.filter-title a.Filter_Close {
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #000;
  overflow: hidden;
  text-indent: -100px;
  position: absolute;
  top: 3px;
  right: 0px;
  display: none;
}
.filter-title a.Filter_Close::before,
.filter-title a.Filter_Close::after {
  content: '';
  width: 100%;
  height: 0px;
  border-top: solid 1px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -15px;
}
.filter-title a.Filter_Close::before {
  transform: rotate(-45deg);
}
.filter-title a.Filter_Close::after {
  transform: rotate(45deg);
}
.FilterWrap .deselect {
  font-size: 0.875em;
  color: #757575;
  float: right;
  margin-top: 8px;
  margin-bottom: 10px;
}
.FilterWrap .FilterList {
  padding: 0px 5px;
  max-height: 170px;
  overflow-y: auto;
}
.FilterWrap .FilterList_scroll {
  padding: 0px 5px;
  max-height: 180px;
  overflow-y: auto;
}
.FilterWrap .FilterList_scroll::-webkit-scrollbar-track {
  background-color: #cce2e4;
  border-radius: 10px;
}
.FilterWrap .FilterList_scroll::-webkit-scrollbar {
  width: 10px;
}
.FilterWrap .FilterList_scroll::-webkit-scrollbar-thumb {
  background-color: #006d79;
  border-radius: 10px;
}
/**/
.FilterTools {
  margin-bottom: 40px;
}
.FilterTools h1 {
  font-size: 1.375em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
}
.FilterTools .sort_list {
  float: right;
}
.FilterTools .sortby {
  display: inline-block;
  vertical-align: middle;
}
.FilterTools .sortby span {
  font-size: 0.875em;
}
.FilterTools .sortby select,
.FilterTools .sortby .sbHolder {
  width: 175px;
}
.FilterTools .change_view {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.FilterTools .change_view a {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding: 9px;
  overflow: hidden;
  text-indent: -100px;
}
.FilterTools .change_view a.active {
  background: #006d79;
  color: #ffffff;
}
.FilterTools .change_view a img,
.FilterTools .change_view a svg {
  width: 32px;
  height: 32px;
  float: left;
}
.FilterTools .change_view a.active svg {
  fill: #ffffff;
}
.FilterTools .mob_filter_btn {
  height: 50px;
  line-height: 30px;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  color: #000;
  vertical-align: middle;
  margin-left: 15px;
  padding: 10px;
  overflow: hidden;
  display: none;
}
.FilterTools .mob_filter_btn img,
.FilterTools .mob_filter_btn svg {
  margin-top: -3px;
}
/**/
.pagination {
  float: right;
  padding: 6px 0px;
}
.pagination > a {
  display: inline-block;
  vertical-align: middle;
}
.pagination > a svg,
.pagination svg {
  fill: #000000;
}
.pagination ul {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #c3c3c3;
  border-radius: 5px;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 1.125em;
  color: #757575;
}
.pagination ul li a.active {
  outline: solid 2px #00a5b8;
}
/**/
.Simple_Pagination {
  float: right;
}
.Simple_Pagination ul li {
  display: inline-block;
  margin: 0px 3px;
  vertical-align: middle;
}
.Simple_Pagination ul li span,
.Simple_Pagination ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #c3c3c3;
  border-radius: 5px;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 1.125em;
  color: #757575;
}
.Simple_Pagination ul li .current {
  border: solid 2px #006d79;
}
.Simple_Pagination ul li .prev,
.Simple_Pagination ul li .next {
  position: relative;
  border: 0px !important;
  border-radius: 0px;
  background: none !important;
  color: #5a5a5a;
  overflow: hidden;
  text-indent: -100px;
}
.Simple_Pagination ul li .prev::before,
.Simple_Pagination ul li .next::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 11px;
  top: 11px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
}
.Simple_Pagination ul li .prev::before {
  transform: rotate(45deg);
}
.Simple_Pagination ul li .next::before {
  transform: rotate(-135deg);
}
/****/
.ui-widget.ui-widget-content {
  border: 0px;
  -webkit-box-shadow: 0 0 0.25em rgb(0 0 0 / 30%);
  box-shadow: 0 0 0.25em rgb(0 0 0 / 30%);
}
.ui-datepicker-header {
  background: #fff;
  border: 0px;
  font-weight: normal;
  font-family: 'Dubai-bold';
  color: #006d79;
}
.ui-datepicker td span,
.ui-datepicker td a {
  border: 0px !important;
  text-align: center;
  background: #f5fafb;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #006d79;
  color: #fff;
}
.ui-datepicker th {
  font-weight: normal;
  font-family: 'Dubai-Medium';
}
/**/
.carousel1 .slick-slide {
  padding: 0;
}
.carousel1 .item,
.carousel1 .img-holder {
  float: left;
}
.carousel1 .Slick_Nav_Wrapp {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgb(255 255 255 / 43%);
  padding-top: 10px;
  padding-bottom: 10px;
}
.slick-dots li button {
  background: #e1e1e1;
}
.vertical_center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.covid-intro-info {
  background-image: url('../img/assets/guideline-bg.jpg');
  background-size: cover;
  padding: 15px;
}
.covid-intro-info .row {
  position: relative;
  z-index: 1;
}
.covid-intro-info .covid-info {
  padding: 22% 30px 0px 30px;
}
.covid-intro-info .download_GL {
  padding: 70px 30px 40px 30px;
}
.covid-intro-info h1 {
  font-size: 2.25em;
  color: #ffffff;
  margin-bottom: 20px;
}
.covid-intro-info p {
  font-size: 1.375em;
  color: #ffffff;
}
/**/
.Accessibility_wrap {
  position: fixed;
  left: 0px;
  width: 100%;
}
.Accessibility {
  width: 100%;
  height: 290px;
  background: #ffffff;
  position: static;
  top: 40px;
  left: 0px;
  z-index: 99;
  padding-left: 10px;
  padding-top: 45px;
  -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
  display: none;
}
.Accessibility.show {
  display: block;
}
a.close_accessibility {
  width: 25px;
  height: 25px;
  background: #ffffff;
  overflow: hidden;
  color: #000000;
  text-indent: -100px;
  position: absolute;
  top: 70px;
  right: 40px;
  margin-top: -10px;
  z-index: 99;
  display: none;
}
a.close_accessibility::before,
a.close_accessibility::after {
  content: '';
  width: 30px;
  height: 0px;
  border-top: 2px solid #000;
  position: absolute;
  top: 12px;
  left: -3px;
}
a.close_accessibility::before {
  transform: rotate(-45deg);
}
a.close_accessibility::after {
  transform: rotate(45deg);
}
a.close_accessibility.show {
  display: block;
}
.Accessibility h1 {
  font-family: 'Dubai-Bold' !important;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.Accessibility p {
  font-size: 0.875em;
}
.Accessibility p a {
  font-family: 'Dubai-Bold';
  text-decoration: underline;
  color: #000000;
}
.Accessibility a.circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: solid 1px #878787;
  border-radius: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 1em;
  color: #000;
  margin-right: 14px;
  overflow: hidden;
}
.Accessibility a.default {
  background: #000;
  color: #fff;
}
.Accessibility a img,
.Accessibility a svg {
  width: 16px;
  height: 16px;
}
.Accessibility a.readspeaker {
  margin-bottom: 16px;
  margin-top: 1em;
  padding: 6px 0px 0px 6px;
  text-indent: -160px;
}
.Accessibility a.readspeaker img,
.Accessibility a.readspeaker svg {
  float: left;
}
.Accessibility ul {
  margin: 0;
  padding: 0;
}
.Accessibility ul li {
  display: inline-block;
}
.Accessibility ul.Theme_List li {
  display: block;
}
.Accessibility ul.Theme_List a {
  height: 21px;
  display: inline-block;
  font-size: 0.875em;
  color: #000;
  padding: 0px 0px 0px 35px;
  position: relative;
  margin-bottom: 10px;
  line-height: 21px;
}
.Accessibility ul.Theme_List a::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  background: #ffffff;
  border-radius: 20px;
  border: solid 3px #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px #878787;
  -moz-box-shadow: 0px 0px 0px 1px #878787;
  box-shadow: 0px 0px 0px 1px #878787;
}
.Accessibility ul.Theme_List a.dha_theme::before {
  background: #000000;
}
/**/
.Sheryan_Banner .placeholder {
  height: 400px;
}
.Sheryan_Banner {
  min-height: 380px;
  position: relative;
  overflow: hidden;
  padding: 127px 250px;
  background: #006d79;
}
.Sheryan_Banner img.banner_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  opacity: 0.5;
}
.Sheryan_Banner img.Logo {
  width: 100%;
  max-width: 235px;
  height: auto;
}
.Sheryan_Banner h1 {
  font-size: 2.25em;
  color: #ffffff;
}
.Sheryan_Banner p {
  font-size: 1.125em;
  color: #ffffff !important;
}
/****************************************************************************/
.Tab_Wrap {
  padding: 0px 10px;
}
.TabsMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.TabsMenu li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0px 5px;
}
.TabsMenu li a {
  display: block;
  background: #006d79;
  font-family: 'Dubai-Medium';
  font-size: 1.375em;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
}
.TabsMenu li a img,
.TabsMenu li a svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.TabsMenu li a svg {
  fill: #ffffff;
}
.TabsMenu li a.active {
  background: #ffffff !important;
  color: #000000;
}
.TabsMenu li a.active svg {
  fill: #587a0e;
}
.TabContent {
  background: #ffffff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.TabContent .TabCont_Item {
  display: none;
}
.TabContent .TabCont_Item:first-child {
  display: block;
}
.Virt_Key {
  position: relative;
}
a.keyboard {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -130px;
  overflow: hidden;
  color: #000000;
  position: absolute;
  top: 12px;
  right: 12px;
}
a.keyboard img,
a.keyboard svg {
  max-width: 24px;
  height: 24px;
  float: left;
}
svg.doc-type-icon.pdf-icon {
  fill: #006d79;
}
#twitterFeed .slick-slide li {
  background: #fff;
  padding: 25px 12px;
  border-radius: 15px;
}
#twitterFeed li .media-row {
  width: 100%;
  display: flex;
}
#twitterFeed li .media.disabled {
  width: 30%;
  float: left;
  padding: 0px 5px;
}
#twitterFeed li .media {
  max-width: 33%;
}
#twitterFeed li .media img {
  max-width: 100%;
  border: 1px solid #fff;
}
#twitterFeed li .timePosted a {
  color: #999999;
}
#twitterFeed li .tweet {
  font-size: 1rem;
  font-weight: bolder;
}
#twitterFeed li .interact a {
  display: inline-block;
  width: 26px;
  height: 26px;
  color: transparent;
  margin: 0px 6px;
}
#twitterFeed li .interact .twitter_reply_icon {
  background: url('../img/icons/twittericon_02.jpg') no-repeat center center /
    contain;
}
#twitterFeed li .interact .twitter_retweet_icon {
  background: url('../img/icons/twittericon_04.jpg') no-repeat center center /
    contain;
}
#twitterFeed li .interact .twitter_fav_icon {
  background: url('../img/icons/twittericon_06.jpg') no-repeat center center /
    contain;
}
#twitterFeed li .user {
  display: flex;
  margin-bottom: 10px;
}
#twitterFeed li .user img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}
#twitterFeed li .user a {
  color: #111111;
}
#twitterFeed li .user a div > span:nth-child(2) {
  color: #757575;
  display: block;
}
#twitterFeed li .user a span > span:nth-child(2) {
  color: #ffffff;
  background: rgb(29, 155, 240);
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 3px 0px 0px 4.5px;
  font-size: 12px;
  border-radius: 50%;
}
.result_card.filter_result_item .card {
  display: flex;
  height: 100%;
}
.result_card.help-text {
  margin-top: 50px;
}
#LatifaBox {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a9172),
    to(#007780)
  );
}
#LatifaBox iframe {
  border: 0;
  overflow: hidden;
}
.react-datepicker__month-select,
.react-datepicker__year-select {
  height: auto;
}
.terms-and-conditions {
  color: #2d45e0;
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-auto {
  cursor: auto !important;
}
.terms-and-conditions:hover {
  text-decoration: underline;
}
.hover-underline:hover {
  text-decoration: underline;
}
.form-group > select::-ms-expand {
  border: 0px;
  background-color: #f5fafb;
}
.form-group > select::-ms-value {
  border: 0px;
  background-color: #f5fafb;
  color: #000;
}
/* .form-group > select::-ms-fill, select::-ms-value */
.flag-dropdown {
  border-radius: 10px 0 0 10px !important;
  text-align: left;
}
.selected-flag:hover,
.selected-flag.open {
  border-radius: 10px 0 0 10px !important;
}
.panel {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 5px;
}
.panel-heading h4 a {
  display: block;
  font-family: 'Dubai-Medium';
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  margin-bottom: 0px;
  position: relative;
}
.panel-heading h4 a::before {
  content: '';
  width: 25px;
  height: 0px;
  border-top: solid 2px #757575;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 16px;
}
.panel-heading h4 a::after {
  content: '';
  width: 0px;
  height: 25px;
  border-right: solid 2px #757575;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 27px;
  opacity: 1;
}
.panel-heading h4 a.expanded::after {
  opacity: 0 !important;
}
.panel .panel-collapse {
  padding: 0px 25px;
  padding-bottom: 25px;
}
.ShareOverlay {
  height: auto;
  background: #ffffff;
  padding: 8px 5px;
  border-radius: 0px 0px 10px 10px;
  top: 40px;
  left: 0px;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 21%);
  display: none;
  max-width: 100px;
  position: absolute;
  text-align: center;
}
.ShareOverlay ul {
  list-style: none;
  display: flex;
}
.ShareOverlay ul li {
  padding: 0px 2px;
}
.ShareOverlay ul li a {
  display: block;
}
.ShareOverlay ul li a img,
.ShareOverlay ul li a svg {
  width: 25px;
  height: 25px;
}
.input-relative-wrap {
  position: relative;
}
.input-keyboard-toggle {
  position: absolute;
  padding: 1px !important;
  top: 9px;
  opacity: 0.4;
  transition: all 0.2s linear;
  cursor: pointer;
}
.input-keyboard-toggle:hover {
  opacity: 0.77;
}
.input-keyboard-toggle.open {
  opacity: 1;
}
.sitemap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 950px;
  max-width: 70%;
  column-gap: 10em;
}
.sitemap .first-level {
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 1px dotted #757575;
  font-weight: 600;
}
.sitemap .first-level > a {
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #007780;
  margin-bottom: 12px;
}
.sitemap .first-level .second-level {
  display: block;
  margin-bottom: 1em;
}
.sitemap .first-level .second-level ul li a {
  color: #000;
  font-size: 0.9em;
  line-height: 2em;
}
.sitemap .first-level .second-level ul li a::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0rem 0.45rem;
  display: inline-block;
  background-color: #587a0e;
}
/* Twitter Feed */
/* ------------------------- */
#twitterFeed .tweet {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/** Hide default slick navigation **/
/* ----------------------------------------- */
button.slick-arrow {
  display: none !important;
}
/** Google map  **/
/* ----------------------------------------- */
.gmap-marker-position {
  margin-bottom: 50px;
  font-weight: 500;
}
/* DHA chat */
/* ---------------------------------------- */
.dha-chat .chat-history {
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox  */
}

.chat-rating-star:hover {
  cursor: pointer;
}
/* flex-box styles */
.flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-justify-end {
  display: flex;
  justify-content: flex-end;
}
.flex-justify-between-align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-align-center {
  display: flex !important;
  align-items: center !important;
}
.flex-column-align-center {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
}
.flex-column-justify-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* grid styles */
.grid-auto-height-rows {
  display: grid;
  grid-auto-rows: 1fr;
}
.dha_cookies {
  background: #006d79;
  width: 100%;
  display: flex;
  margin-top: 63px;
  z-index: 1045;
  position: fixed;
  bottom: 0;
}

.dha-notification {
  background: #000;
  width: 100%;
  display: flex;
  margin-top: 63px;
  z-index: 999;
  font-size: 1rem;
}

.dha_cookies .container,
.dha-notification .container {
  position: relative;
}
.dha_cookies a {
  color: #587a0e;
  color: #ffffff;
  text-decoration: underline;
}

.dha-notification a {
  color: #ffffff;
  text-decoration: underline;
}

.closeCookies {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.closeCookies::before,
.closeCookies::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  top: 14px;
}
.closeCookies::before {
  transform: rotate(-45deg);
}
.closeCookies::after {
  transform: rotate(45deg);
}
.dha_cookies .btn.blue_line {
  background: #000;
  border: solid 1px #fff;
  color: #ffffff;
}
.location-arrow {
  color: green;
}
/* React phone input styles*/
.react-tel-input {
  font-size: 1em !important;
}
.modal-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}
.Set_Default {
  width: 100%;
  text-align: left;
  padding: 0px 30px;
  position: absolute;
  left: 0px;
  bottom: 30px;
}
.Set_Default p {
  padding: 0px 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.Set_Default p::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #f5fafb;
  border: solid 1px #c3c3c3;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -11px;
}
.Set_Default p.active::before {
  background: #587a0e;
  border: solid 1px #587a0e;
}
/* Back to Top Button */
.back-to-top-wrapper {
  position: fixed;
  bottom: 120px;
  right: 15px;
  z-index: 3;
}
.back-to-top {
  background-color: #587a0e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  height: 45px;
  width: 45px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.back-to-top::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 19px;
  left: 16px;
  transform: rotate(-45deg);
}
.ic-back-to-top {
  transform: rotate(-90deg);
  fill: #fff;
}
.pagination .prev.ar,
.pagination .next.ar {
  transform: rotate(180deg);
}
.search-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.link {
  font-size: 1.125em;
  color: #757575;
}
.faq-content {
  word-break: break-word;
}
.covid-info span {
  color: #fff;
}
.filter_accordion .selected-count {
  color: #007780;
  font-size: 0.9em;
}
.professional-details .card-title img,
.professional-details .card-title svg {
  max-height: fit-content;
}
.cookie-warning-message.card-text {
  color: #fff !important;
}

/* ReadSpeaker styles */
.rs_addtools,
.rsbtn {
  text-align: left;
  box-sizing: border-box !important;
  font-size: 1em !important;
  z-index: 1 !important;
}
.rs_addtools,
.rsbtn p {
  font-size: 0.875em !important;
  margin-bottom: 1em;
}

.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play {
  float: none !important;
  box-sizing: border-box !important;
}
.rsbtn.rsexpanded .rsbtn_play {
  border-radius: 30px !important;
}
.rs_addtools .rsbtn_tooltoggle,
.rsbtn .rsbtn_tooltoggle {
  height: 30% !important;
  top: 40% !important;
}
.zoom-tooltoggler.rscompact.rsexpanded:not(.rsdetached).rs_addtools
  .rsbtn_tooltoggle,
.zoom-tooltoggler.rscompact.rsexpanded:not(.rsdetached).rsbtn
  .rsbtn_tooltoggle {
  width: auto !important;
}

.DHA_Accordion.drug-control .col-md-6 {
  display: flex;
}

/* New twitter widget styles */
.tweets-slider .slick-slide {
  height: 450px;
  overflow: auto;
}
.tweets-slider .slick-slide div {
  height: auto;
}

table.fitness-center {
  table-layout: fixed;
  width: 100%;
}

table.fitness-center td {
  overflow-wrap: break-word;
}

.action-text:hover {
  color: rgb(37, 33, 33);
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.export-btn {
  min-width: 160px;
}
.covid19-services a div {
  gap: 10px;
}

.modal-scrollable {
  overflow-y: auto;
}

.modal-scrollable::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.modal-scrollable::-webkit-scrollbar-thumb {
  background-color: #006d79;
  border-radius: 10px;
}
.modal-scrollable::-webkit-scrollbar-track {
  background-color: #cce2e4;
  border-radius: 10px;
}
.appointment-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.seperator {
  border-left: 1px solid #929fac;
  height: 50px;
}

.lab-result-date {
  border-color: #929fac !important;
}
.healthhero {
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.healthhero img {
  width: 100%;
  border-radius: 10px;
}

.healthhero h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 3.5vw;
  font-weight: 900;
  color: #006d79;
}

.stores-icons {
  height: 70px;
}

.stores-container {
  display: flex;
  justify-content: center;
}
.image-container {
  padding-right: 1rem !important;
  opacity: 0.5;
}

.colored-title {
  color: rgb(0, 109, 121);
}

/********************* Phase 1 ***************/
.dha-home-actions {
  /* position: relative;
  left: 0;
  top: -200px; */
  margin-top: -150px;
  z-index: 99;
  width: 100%;
}

.dha-home-actions .slick-slide {
  padding: 0px 7px;
}

.qk-slide-each {
  position: relative;
  background: #fff;
  padding: 15px;
  color: white;
  border-radius: 16px;
  margin: 0em 0.1em;
  top: -10px;
  margin-top: 40px;
  transition: all 0.2s linear;
  color: #111;
}

.qk-slide-each:hover {
  top: -30px;
}

.qk-slide-each.active {
  background: #006D79;
  color: #fff;
  top: -20px;
}

.qk-slide-each::after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: white transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -7px;
  transition: all 0.2s linear;
}

qk-slide-each:hover::after {
  bottom: -14px;
}

.qk-slide-each.active::after {
  bottom: -14px;
  border-color: #006D79 transparent transparent transparent;
}

.qk-hd {
  font-size: 1.2em;
  font-weight: 700;
}

.qk-slide-each p {
  font-size: 0.9em !important;
  opacity: 0;
  transition: all 0.25s linear;
}

.qk-slide-each:hover p {
  opacity: 1;
}

.qk-slide-each.active p {
  opacity: 1;
}

.qk-slide-each img {
  height: 30px;
  width: 30px;
  margin-bottom: 20px;
}

.dda-footer {
  z-index: 1000;
}

.dda-footer__section-link {
  display: flex;
  align-items: center;
}

.dda-footer__section-link p {
  margin-bottom: 0;
  color: #555;
}

.dda-footer {
  /* box-shadow: 1px 1px 10px rgba(0,0,0,0.14); */
}

@media screen and (max-width: 768px) {
  .dda-sub-header__actions {
    display: none !important;
  }
}


/***********************/

.home-service-cards {
  background: #fff;
  border-radius: 0px;
}

.home-service-box {
  padding: 60px 15px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 1000px 10000px 10px rgba(0, 0, 0, 0.5);
  height: 100%;
}

.home-service-box h2 {
  font-size: 1.2em;
  color: #fff;
}

.pt-xl {
  padding-top: 140px !important;
}

.DHA_Chat_Wrap {
  z-index: 999999 !important;
}

.Slick_Nav_Wrapp {
  z-index: 300;
}

#newchatpopup{
  right:0 !important;
  left: unset !important;
}

html[lang=ar] #newchatpopup {
  left: 0 !important;
  right: unset !important;
}


html[lang=ar] .genesys-mxg-frame {
      left: 20px !important;
      right: unset !important;
}

html[lang=en] .genesys-mxg-frame {
  right: 20px !important;
  left: unset !important;
}


.genesys-mxg-frame ,.genesys-mxg-frame .cx-messenger-1lmam3v .mxg-launcher-btn{
  z-index: 1950 !important;
}


#genesys-mxg-frame{
  bottom: 60px !important;
}

#genesys-mxg-container-frame {
  bottom: 130px !important;
}

@media screen and (max-width: 768px) {
  #genesys-mxg-frame {
      bottom: 80px !important;
    }
  #genesys-mxg-container-frame {
    bottom: 150px !important;
  }
}
@media screen and (max-width: 600px) {
      .genesys-mxg-frame {
          left: unset !important;
          right: unset !important;
        }
        #genesys-mxg-container-frame {
          bottom: 0 !important;
          left: 0 !important;
          right: 0 !important;
        }

}


.subsegmentation-chip{
  border-radius: 25px;
  height: 30px;
  padding:  0 1rem;
  background-color: #006d79;
  color: white;
  align-items: center;
  display: flex;
  min-width: 50px;
  margin: 0 0.5rem 0.5rem 0;
}

.hideImportant{
  display: none !important;
}

html[lang='ar'] .Slick_Navs{
  flex-direction: row-reverse !important;
}
