/*
Settings
*/

/*
Colors
*/

/*
End Colors
*/

/*
Fonts
*/

@font-face {
  font-family: '24LTBaseetBold';
  src: url("fonts/ithra-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '24LTBaseetLight';
  src: url("fonts/ithra-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '24LTBaseetMedium';
  src: url("fonts/ithra-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '24LTBaseetRegular';
  src: url("fonts/ithra-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '24LTBaseetRegular2';
  font-style: normal;
  font-weight: 400;
  src: local("Cairo"), local("Cairo-Regular"), url(fonts/cairo.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

/* latin-ext */

@font-face {
  font-family: '24LTBaseetRegular2';
  font-style: normal;
  font-weight: 400;
  src: local("Cairo"), local("Cairo-Regular"), url(fonts/cairo2.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: '24LTBaseetRegular2';
  font-style: normal;
  font-weight: 400;
  src: local("Cairo"), local("Cairo-Regular"), url(fonts/cairo3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
End Fonts
*/

/*
Anchors
*/

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

a:visited {
  color: inherit;
}

/*
End Anchors
*/

/*
Title
*/

.title {
  display: block;
  font-family: '24LTBaseetMedium';
}

.title-large {
  font-size: 44px;
  margin-bottom: 80px;
  max-height: 50px;
}

.title-meduim {
  font-size: 28px;
  margin-bottom: 15px;
  max-height: 55px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.title-small {
  font-size: 20px;
  max-height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.title-red {
  color: #FF5078;
}

.title-xsmall {
  font-size: 14px;
}

.title-blue {
  color: #1a1a1a;
}

.title-blue-dark {
  color: #006DC4;
}

.title-white {
  color: #ffffff;
}

.title-gray {
  color: #87A4C1;
}

/*
End Title
*/

/*
Common
*/

.object-fit {
  object-fit: cover;
}

/*
End Common
*/

/*
Animation
*/

.animated, .header-container.sticky, .header-responsive-menu-container.active, .page-header-container.sticky, .page-details-header-title, .page-details-header-brief, .home-app-title, .home-app-brief, .home-app-download, .home-app-image, .home-visit-title, .home-visit-brief, .home-visit-button, .home-visit-image, .home-packages, .banner, .banner-item-title, .banner-item-brief, .home-services .services-item:nth-child(2), .home-services .services-item:first-child, .services-list .services-item, .packages-details-slider, .packages-list .packages-item, .about-section-right, .about-section-left, .reservation-landing .reservation-item {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp, .page-details-header-title, .page-details-header-brief, .home-app-title, .home-app-brief, .home-app-download, .home-app-image, .home-services .services-item:nth-child(2), .home-services .services-item:first-child {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeIn, .scroll-top .icon, .home-visit-title, .home-visit-brief, .home-visit-button, .home-visit-image, .home-packages, .banner, .services-list .services-item, .packages-details-slider, .packages-list .packages-item, .reservation-landing .reservation-item {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*
@-webkit-keyframes zoomBackground {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}

@keyframes zoomBackground {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
*/
/*
End Animation
*/

/*
Body
*/
span {
  /* font-family: '24LTBaseetRegular2' !important; */
}
body {
  font-family: '24LTBaseetRegular';
  direction: rtl;
  text-align: right;
}

body.menu-active {
  overflow: hidden;
  padding-right: 15px;
}

body.menu-active:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  body.menu-active {
    padding-right: 0px;
  }
}

div#wrapper {
  min-height: calc(100vh - 345px);
}

/*
End Body
*/

.svg-inline--fa.fa-w-14 {
  width: 4em;
}

/*
Buttons
*/

.button {
  padding: 2px 25px 0px;
  font-family: '24LTBaseetMedium';
  width: auto;
  height: 42px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  border: 2px solid;
  border-color: transparent;
  line-height: 38px;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
  position: relative;
}

.button-add {
  border-radius: 15px;
}

.button-add .icon {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.button-disabled {
  background-color: #F7F9FC !important;
  color: #D6DFEF !important;
}

.button-disabled .icon {
  color: #fff !important;
}

.button-disabled .button-icon {
  background-color: rgba(222, 229, 242, 0.5) !important;
}

.button-border-blue {
  border-color: #1a1a1a;
  color: #1a1a1a !important;
}

.button-border-blue:hover {
  background-color: #1a1a1a;
  color: #ffffff !important;
}

.button-border-white {
  border-color: #ffffff;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.button-border-white:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.button-white {
  background-color: #DF1C2D;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.button-white:hover {
  background-color: #DF1C2D;
  color: #ffffff;
}

.button-blue {
  background-color: #0031b4 !important;
  color: #ffffff !important;
}

.button-blue:visited {
  color: #fff;
}

.button-blue:hover {
  background-color: #0657a9;
  color: #ffffff !important;
}

.button-navigate {
  background-color: #0078D2;
  color: #ffffff !important;
  padding-left: 60px;
}

.button-navigate .icon {
  fill: #ffffff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 5px;
}

.button-navigate:hover {
  background-color: #0657a9;
  color: #ffffff;
}

.button-download {
  position: relative;
}

.button-download .button-icon {
  background-color: #006DC4;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
}

.button-download .button-text {
  margin-right: 20px;
}

.button-download .icon {
  fill: #ffffff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*
End Buttons
*/

/*
Caption
*/

.caption {
  display: table;
}

.caption-media, .caption-text {
  display: table-cell;
  vertical-align: top;
}

.caption-media-gutter {
  padding-left: 10px;
}

.caption-text-gutter {
  padding-right: 10px;
}

.caption-top .caption-media {
  vertical-align: top;
}

/*
End Caption
*/

/*
Cards
*/

/*
End Cards
*/

/*
Sldier
*/

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-dots {
  bottom: -50px;
}

.services-devices .slick-dots, .services-presenters-list .slick-dots {
  bottom: -40px;
}

.services-presenters-position-title, .services-presenters-position-modal {
  max-width: none;
  margin-left: 10px;
}

.credentials .modal-body {
  color: #1a1a1a !important;
}

.credentials .close {
  position: absolute !important;
  left: 10px !important;
}

.slick-dots li {
  margin: 0px;
  width: 16px;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button:before {
  font-size: 11px;
  color: #D7DDE3;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #1a1a1a;
}

/*
End Sldier
*/

/*
Footer
*/

.footer {
  position: relative;
  background-color: #ffffff;
  padding: 20px 0;
  color: #1a1a1a;
}

.footer-menu {
  font-size: 17px;
  font-family: "24LTBaseetMedium";
  margin-bottom: 50px;
}

.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.footer-menu ul li a {
  transition: all 0.3s;
}

.footer-menu ul li a:hover {
  color: #c1c1c1;
}

.footer-menu ul li:after {
  position: absolute;
  content: "";
  left: 15px;
  height: 60%;
  width: 2px;
  background-color: #ffffff;
  top: 5px;
}

.footer-menu ul li:last-child {
  padding-left: 0;
}

.footer-menu ul li:last-child:after {
  display: none;
}

.footer-rights {
  font-family: "24LTBaseetMedium";
  margin-top: 70px;
  font-size: 16px;
}

.footer-resoultion {
  margin-bottom: 5px;
}

.footer-resoultion, .footer-update {
  font-size: 14px;
}

.footer-logo {
  float: right;
  margin-right: 8%;
  margin-left: 13%;
}

.footer .hotline-text {
  font-family: "24LTBaseetMedium";
  font-size: 19px;
  margin-bottom: 5px;
  text-align: right;
line-height:23px;
}

.footer .hotline-number {
  font-family: "24LTBaseetRegular2";
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: right;
  direction: ltr;
}

.footer .hotline-number .icon {
  fill: #1a1a1a;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: -5px;
}

.footer .social-links {
  margin-bottom: 40px;
  text-align: left;
}

.footer .social-links-item { 
  background-color: #F8F8F8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s;
}

.footer .social-links-item:last-child {
  margin-left: 0px;
}

.footer .social-links-item:hover {
  background-color: #ffffff;
}

.footer .social-links-item:hover.facebook .icon {
  fill: #3b5998;
}

.footer .social-links-item:hover.instgram .icon {
  fill: #c13584;
}

.footer .social-links .icon {
  fill: #1a1a1a;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.scroll-top {
  position: absolute;
  left: 45px;
  top: -44px;
  background-color: #DF1C2D;
  padding: 13px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9;
}

.scroll-top .icon {
  color: #ffffff;
  fill: #ffffff;
  width: 20px !important;
  height: 20px;
  -webkit-animation-duration: 1s infinite;
  animation-duration: 1s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
End Footer
*/

/*
Header
*/

.header-container {
  background-color: #1a1a1a;
  height: 130px;
}

.header-container.sticky {
  position: fixed;
  width: 100%;
  height: 85px;
  top: 0;
  z-index: 1041;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-container .logo {
  width: auto;
  height: 45px;
}
@media only screen and (min-width: 1024px){
  .header-container .logo {
    margin-top: 12px;
  }
}

.header-top {
  background-color: #F8F8F8;
  color: #1A1A1A;
  padding: 10px 0;
  font-size: 16px;
}

.header-top .hotline {
  display: inline-block;
  margin-left: 30px;
  font-family: "24LTBaseetRegular2";
  font-weight: bold;
}

.header-top .language {
  font-family: "24LTBaseetRegular2";
  font-weight: bold;
}

.header-top .profile-menu-dropdown {
  display: inline-block;
  margin-left: 30px;
}

.header-top .profile-menu-title {
  font-family: "24LTBaseetMedium";
  font-size: 14px;
  margin-left: 5px;
  position: relative;	
  top: 3px;
}

.header-top .notification-link {
  position: relative;
  display: inline-block;
  z-index: 12;
}

.header-top .notification-link .notification-badge {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #FFF329;
  display: block;
  position: absolute;
  top: 6px;
  border: 1px solid #006DC4;
  right: -1px;
}

.notification-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  color: #1a1a1a;
  border-radius: 15px;
  overflow: auto;
  max-height: 455px;
  cursor: default;
  box-shadow: 0px 5px 35px #23659A1A;
  overflow-x: hidden;
  z-index: 99;
  overflow-y: auto;
  scrollbar-color: #A4BAD0;
  scrollbar-width: thin;
}

.notification-dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.notification-dropdown::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 7px;
}

.notification-dropdown::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 10px;
}

.notification-dropdown::-webkit-scrollbar {
  width: 6px;
}

.notification-dropdown::-webkit-scrollbar-thumb {
  background-color: #A4BAD0;
  border-radius: 10px;
}

.notification-dropdown ul {
  list-style: none;
  padding-right: 0px;
}

.notification-dropdown ul li {
  padding-top: 25px;
}

.notification-dropdown ul li::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 20px;
  width: 100%;
  background-color: #F7F9FC;
  opacity: 0.55;
}

.notification-dropdown ul li:last-child:after {
  content: none;
}

.notification-dropdown ul li:last-child {
  margin-bottom: 25px;
}

.notification-item {
  padding-right: 20px;
  min-width: 540px;
}
.noData{
  min-width: 300px;
}

.notification-item-img {
  margin-left: 0;
  float: right;
}

.notification-item .date {
  color: #A4BAD0;
  font-size: 12px;
}

.notification-item-desc-content {
  float: right;
  width: 54%;
}

.button-notif {
  height: 30px;
  min-width: 70px;
  line-height: 1.2;
  margin-right: 5px;
  padding: 2px 5px;
  margin-bottom: 15px;
}

.notification-popup {
  position: absolute;
  left: 50%;
  top: 225px;
  margin-top: -150px;
  margin-left: -200px;
  width: 400px;
  min-height: 300px;
  background-color: white;
  border-radius: 15px;
  z-index: 1041;
  padding: 2% 3%;
  color: #1a1a1a;
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .header {
    display: none;
  }
  .header-container {
    background-color: transparent;
    height: 60px;
  }
  .header.sticky {
    height: 60px;
  }
  .footer .social-links {
    margin-bottom: 10px;
  }
  .logoCont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
  }
 
}

/*
End Header
*/

/*
Header Responsive
*/

.menu-active .header-responsive-open {
  visibility: hidden;
}

.menu-active .header-responsive-open .icon-burger.open span {
  background-color: transparent;
}

.header-responsive-close {
  position: absolute;
  right: 7px;
  padding: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
  opacity: 0;
  animation: fadeIn 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.header-responsive-menu .button-blue {
  height: 50px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-responsive {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  display: none;
}

.header-responsive .logo {
  width: auto;
  height: 40px;
}

.header-responsive-container {
  background-color: #1a1a1a;
  direction: rtl;
}

.header-responsive-close .icon {
  color: #1a1a1a;
  width: 30px;
  height: 30px;
}

.header-responsive-open {
  position: relative;
  top: 10px;
  width: 30px;
  height: 30px;
}

.header-responsive-menu {
  /* padding: 70px 30px 40px; */
  position: relative;
  padding-top: 35%;
}

.header-responsive-menu-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: #f7f9fc;
  z-index: 1071;
  color: #1a1a1a;
}

.header-responsive-menu-container.active {
  display: block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  overflow: auto;
}

.header-responsive-menu .header-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.header-responsive-menu .header-menu-item {
  color: #1a1a1a;
  margin-bottom: 18px;
}

.header-responsive-menu .header-menu-link {
  font-family: "24LTBaseetMedium";
  font-size: 20px;
}

.header-responsive-menu .hotline .icon {
  position: relative;
  top: -5px;
  width: 28px;
  height: 28px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .header-menu-item .icon-white{
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .header-responsive-menu .dropdown-menu.show{
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
  .header-responsive-menu .button-blue {
    height: 35px !important;
    width: 105px;
    line-height: 28px;
    font-size: 12px;
  }
  .header-responsive {
    display: flex;
  }
  .language {
    position: absolute;
    top: 17px;
    left: 23px;
    font-size: 20px;
  }
  .header-menu-item .button-white {
    position: relative;
    bottom: 38px;
  }
  .profile-menu-dropdown {
    bottom: 30px;
    left: 10px;
  }
  .home-services .section-title-container {
    align-items: center;
  }
  .title-large {
    font-size: 36px;
  }
  .search-bar-keywords-input-wrapper {
    display: flex;
    width: 100%;
  }
  .search-bar-search-button {
    width: 70px;
    height: 38px;
    display: flex;
  }
  .search-bar-search-button .lexicon-icon-search {
    height: 21px;
  }
}

@media only screen and (max-width: 750px) {
  .home-services .title-large {
    font-size: 32px;
  }
  .reg-container .form-input {	
    margin-bottom: 8px !important;	
  }
  .home-services .button-border-blue {
    height: 30px;
    min-width: 100px;
    padding: 0px 18px;
    line-height: 30px;
  }
  .home-services .services-item-title {
    height: 63px;
    font-size: 20px;
    margin-bottom: 3px;
  }
  .home-services .services-item-details {
    min-height: 125px;
    padding: 17px;
  }
  .home-services .services-item-brief {
    height: 69px;
    font-size: 15px;
  }
}

/*
End Header Responsive
*/

/*
Header-menu
*/

.header .header-menu-container .header-menu {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  color: #1a1a1a;
}

.header .header-menu-container .header-menu-container {
  background-color: #FFFFFF;
}

.header .header-menu-container .header-menu-links {
  position: relative;
  top: 12px;
}

.header .header-menu-container .header-menu-link {
  display: inline-block;
  font-size: 15px;
  font-family: "24LTBaseetMedium";
  margin-left: 20px;
  position: relative;
  text-align: center; 
}
/*
.header .header-menu-container .header-menu-link:after {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
*/
.header .header-menu-container .header-menu-link:hover:after {
  bottom: -25px;
  opacity: 1;
}

.header .header-menu-container .header-menu-link:last-child {
  margin: 0px;
}

/*
End Header-menu
*/

/*
Icons
*/

.icon-meduim {
  width: 30px;
  height: 30px;
}

.icon-large {
  width: 40px;
  height: 40px;
}

.icon-small {
  width: 20px;
  height: 20px;
}

.icon-xsmall {
  width: 16px;
  height: 20px;
}

.icon-white {
  color: #1A1A1A;
  fill: #1A1A1A;
}

.icon-blue {
  color: #1a1a1a;
  fill: #1a1a1a;
}

.icon-burger {
  width: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9999;
}

.icon-burger.open span {
  background-color: #0078D2;
}

.icon-burger.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  right: 50%;
}

.icon-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-burger.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  right: 50%;
}

.icon-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.icon-burger span:nth-child(1) {
  top: 0px;
}

.icon-burger span:nth-child(2), .icon-burger span:nth-child(3) {
  top: 7px;
}

.icon-burger span:nth-child(4) {
  top: 15px;
}

html[dir='rtl'] .icon.rotate {
  transform: rotateY(180deg);
}

/*
End Icons
*/

/*
Loader
*/

.spinner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  background-color: white;
}

.spinner:before, .spinner:after {
  width: 40px;
  height: 40px;
  content: '';
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;
  border-radius: 100%;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.spinner:before {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
End Loader
*/

/*
Section
*/

.section {
  padding: 50px 0;
  overflow: hidden;
}

.section-light {
  background-color: #F7F9FC;
}

.section-yellow {
  background-color: #FFFF0E;
}

.section-title-container {
  margin-bottom: 15px;
}

.home-services .section-title-container {
  margin-bottom: 10px;
}

.home-services {
  position: relative;
}

/*
End Section
*/

/*
Pages
*/

.page {
  display: none;
}

.page-header {
  display: flex;
  justify-content: space-between;
}

.page-header-container {
  background-color: #ffffff;
  padding: 35px 0;
}

.page-header-container.sticky {
  position: fixed;
  top: 85px;
  width: 100%;
  right: 0;
  box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.05);
  z-index: 9;
  padding: 10px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.page-header-container.sticky .page-header-title {
  font-size: 24px;
}

.page-header-container.sticky .page-header-action {
  top: 0px;
  margin-top: 0px;
}

.page-header-title {
  font-family: "24LTBaseetMedium";
  font-size: 44px;
  color: #1a1a1a !important;
}

.page-header-button {
  background-color: #F7F9FC;
  color: #1a1a1a;
  padding: 10px 30px;
  border-radius: 15px;
  font-family: "24LTBaseetMedium";
  display: block;
  transition: all 0.3s;
  min-width: 150px;
  text-align: center;
}

.button-reg {
  background-color: #E7EEF5;
}

.page-header-button .icon {
  width: 20px;
  height: 20px;
  fill: #1a1a1a;
  margin-right: 20px;
}

.page-header-button[aria-expanded="true"], .page-header-button:hover {
  background-color: #0078D2;
  color: #ffffff;
}

.page-header-button[aria-expanded="true"] .icon, .page-header-button:hover .icon {
  fill: #ffffff;
}

.page-header-action {
  position: relative;
  margin-top: 20px;
}

.page-header-action .filter-dropdown .dropdown-menu {
  padding: 30px;
  border-radius: 15px;
  border-color: transparent;
  box-shadow: 0px 0px 10px rgba(35, 101, 154, 0.149);
  right: auto;
  top: 3px !important;
  min-width: 300px;
}

.page-header-action .filter-dropdown .dropdown-menu-item {
  margin-bottom: 10px;
  display: block;
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
}

.page-header-action .filter-dropdown .dropdown-menu-item:hover {
  color: #006DC4;
}

.page-header-action .filter-dropdown .dropdown-menu-item:last-child {
  margin-bottom: 0px;
}
.web-image{
  display: block;
}
.mobile-image{
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .mobile-image{
    display: block;
  }
  .web-image{
    display: none;
  }
  .page-header {
    display: block;
  }
  .page-header-button {
    margin-top: 20px;
  }
  .page-header-title {
    display: block;
    margin-bottom: 10px;
    font-size: 35px;
  }
  .page-header-action {
    top: 0;
  }
  .page-header .page-header-action .filter-dropdown .dropdown-menu {
    width: 100%;
  }
  .packages-details .section, .services-list {
    padding: 20px 0;
  }
  .packages-details .page-details-title {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .packages-details .page-details-brief {
    font-size: 18px;
  }
  .home-visit-container .home-visit-title {
    font-size: 29px;
  }
  .home-visit-container .home-visit-brief {
    font-size: 18px;
  }
  .related-pck {
    margin-top: -90px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .page-header-container.sticky {
    top: 60px;
  }
}

/*
End Pages
*/

.page-details-header {
  position: relative;
  animation-name: zoomBackground;
  -webkit-animation-name: zoomBackground;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.page-details-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-details-header-title {
  font-family: "24LTBaseetMedium";
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 44px;
  max-height: 130px;
  overflow: hidden;
}

.page-details-header-brief {
  color: #ffffff;
  animation-delay: 0.2s;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  max-height: 20px;
}

.page-details-header-details {
  z-index: 9;
  position: absolute;
  width: 70%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  height: 200px;
}

.page-details-title {
  font-family: "24LTBaseetMedium";
  font-size: 35px;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.page-details-brief {
  font-size: 20px;
  color: #1a1a1a;
}

@media screen and (min-width: 320px) and (max-width: 767.98px) {
  .page-details-header-brief {
    display: none;
  }
}

/*
Form
*/

.form-container {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 50px;
}

.form-label {
  font-size: 16px;
  margin-bottom: 0px;
  color: #87A4C1;
  position: absolute;
  font-family: "24LTBaseetMedium" !important;
  top: 0px;
  right: 0;
  transition: all 150ms ease-out;
  padding: 0 0px;
}

.form-input {
  margin-bottom: 50px;
  display: block;
  position: relative;
}

.form-input.focused .form-label {
  font-size: 12px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-family: "24LTBaseetMedium" !important;
}

.form-input.focused .form-textbox, .form-input.focused .form-selectbox {
  color: #1a1a1a !important;
}

.form-selectbox {
  height: 40px;
  border-radius: 0px !important;
  padding: 0px 0px 8px 40px;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(135, 164, 193, 0.75);
  transition: all 0.2s;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 100%;
  color: #87A4C1 !important;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-family: "24LTBaseetMedium" !important;
}

.form-selectbox option {
  font-size: 14px;
}

.form-selectbox::-ms-expand {
  display: none;
}

.form-selectbox:focus {
  border-bottom: 1px solid #1a1a1a;
  outline: 0;
}

.form-selectbox-container {
  position: relative;
  width: auto;
  display: inline-block;
  max-width: 250px;
}

.form-selectbox-container .dots {
  position: absolute;
  top: -1px;
  left: 27px;
  font-size: 20px;
  color: #1a1a1a;
  display: none;
}

.form-selectbox-container .form-label {
  opacity: 0;
}

.form-selectbox-container .form-label.show {
  opacity: 1;
}

.form-selectbox-container:after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  top: 15px;
  left: 0;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #87A4C1;
  position: absolute;
}

.form-selectbox-container.white:after {
  color: #ffffff !important;
}

.form-selectbox-container.white .form-selectbox {
  color: #ffffff !important;
  border-color: #ffffff;
}

.form-selectbox-container.white .form-selectbox option {
  color: #1a1a1a;
}

.form-selectbox-container.full-width {
  max-width: 100%;
  width: 100%;
}

.form-textbox {
  border-bottom: 1px solid #acacac !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  color: #1a1a1a !important;
  font-size: 16px;
  padding: 0 0px 5px 0px !important;
  transition: all 0.3s;
  background-color: transparent;
  height: 40px;
  position: relative;
  z-index: 2;
  border-radius: 0px !important;
  box-shadow: none !important;
  font-family: "24LTBaseetMedium" !important;
}

.form-textbox::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.form-textbox:focus {
  outline: 0;
}

.form-textbox:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-textbox:focus::-moz-placeholder {
  opacity: 0;
}

.form-textbox:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-textbox::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
  transition: all 0.3s;
  font-family: "24LTBaseetMedium";
  font-size: 16px;
}

.form-textbox::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
  transition: all 0.3s;
  font-family: "24LTBaseetMedium";
  font-size: 16px;
}

.form-textbox:-ms-input-placeholder {
  color: #1a1a1a;
  font-size: 16px;
  opacity: 1;
  transition: all 0.3s;
  font-family: "24LTBaseetMedium";
}

.form-textbox.full-width {
  width: 100%;
}

.form-row {
  margin-bottom: 100px;
  display: block;
}

.form-row:last-child {
  margin-bottom: 0px;
}

.form-checkcontainer {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px;
}

.form-checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-checkcontainer input:checked~.radiobtn-text {
  color: #1a1a1a;
  font-weight: bold;
}


.form-checkcontainer .radiobtn {
  position: absolute;
  top: 8px;
  right: 0;
  height: 20px;
  width: 20px;
  border: 3px solid;
  border-color: #87A4C1;
  border-radius: 50%;
}

.form-checkcontainer .radiobtn-text {
  color: #ACBBCB;
  font-family: "24LTBaseetMedium";
  font-size: 18px;
}

.form-checkcontainer input:checked~.radiobtn {
  /* border-color: #1a1a1a; */
  height: 18px !important;
  width: 18px !important;
  border: 10px #1a1a1a solid;
}

.form-checkcontainer input:checked~.checkmark-text {
  color: #1a1a1a;
}

.form-checkcontainer input:checked~.checkmark:after {
  display: block;
}

.form-checkcontainer .checkmark {
  position: absolute;
  top: 6px;
  right: 0;
  height: 17px;
  width: 17px;
  border: 2px solid;
  border-color: #87A4C1;
  background-color: #ffffff;
  border-radius: 5px;
}

.form-checkcontainer .checkmark-text {
  color: #87A4C1;
  font-family: "24LTBaseetMedium";
}

.form-checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-checkcontainer input:checked~.radiobtn {
  border-color: #1a1a1a;
}

.form-checkcontainer input:checked~.checkmark {
  background-color: #0078D2;
  border-color: transparent;
}

.property {
  color: #87A4C1;
}

.value {
  color: #1a1a1a;
  font-family: "24LTBaseetMedium";
}

@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .form-container {
    padding: 20px;
  }
}

/*
End Form
*/

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */

@media screen and (min-width: 320px) and (max-width: 1199.98px) {
  .parallax {
    background-attachment: scroll;
    background-size: cover;
    background-position: top !important;
  }
}

.tabs-container {
  background-color: #FBFCFD;
  font-family: "24LTBaseetMedium";
  font-size: 22px;
}

.tabs-container .nav-tabs {
  border: 0px;
}

.tabs-container .nav-item {
  border: 0px;
  padding: 0px;
  color: #87A4C1;
  margin-left: 20px;
  padding: 15px 0px 18px 0;
  position: relative;
  transition: all 0.3s;
}

.tabs-container .nav-item:last-child {
  margin: 0px;
}

.tabs-container .nav-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s;
}

.tabs-container .nav-item.active {
  background-color: transparent;
  color: #1a1a1a;
}

.tabs-container .nav-item.active:after {
  background-color: #0078D2;
}

/*
Components
*/

/*
Home
*/

.home-app {
  display: flex;
  position: relative;
  padding: 0;
}

.home-app-container {
  background-color: #F8F8F8;
  padding-bottom: 0px;
}

.home-app-image {
  height: 425px;
  animation-delay: 0.1s;
}

.home-app-title, .home-app-brief, .home-app-download, .home-app-image {
  color: #1a1a1a;
}

.home-app-title {
  font-size: 44px;
  margin-bottom: 20px;
  animation-delay: 0.1s;
  font-family: "24LTBaseetMedium";
  max-height: 100px;
}

.home-app-brief {
  font-size: 20px;
  margin-bottom: 15px;
  animation-delay: 0.1s;
  max-height: 100px;
}

.home-app-details {
  padding: 40px 80px 0;
}

.home-app-download {
  width: 150px;
  animation-delay: 0.1s;
  display: inline-block;
}

.home-app-download img {
  width: 100%;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.home-app-download:hover img {
  transform: scale(1.05);
}

.home-services .services-item {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.home-services .services-item-image {
  height: 200px;
}

.home-services .slick-slide {
  margin: 0 10px;
}

.home-services .slick-list {
  margin: 0 -10px;
}

.home-visit-container {
  background-color: #ffffff;
}

.home-visit-title, .home-visit-brief, .home-visit-button {
  color: #1a1a1a;
}

.home-visit-image {
  width: 87%;
  margin-right: 95px;
}

.home-visit-title {
  font-size: 44px;
  margin-bottom: 20px;
  animation-delay: 0.1s;
  font-family: "24LTBaseetMedium";
}

.home-visit-brief {
  font-size: 20px;
  margin-bottom: 15px;
  animation-delay: 0.1s;
}

.home-packages-item {
  background-image: url("../images/packages-bg.png");
  height: 420px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
  position: relative;
  padding-top: 85px;
  background-position: center;
      background-repeat:no-repeat;
    background-size: cover;
  margin-bottom: 0px;
  padding-right: 85px;
  padding-left: 85px;
}
/*
.home-packages-item::after {
  content: "";
  position: absolute;
  height: 100%;
  background: #4d4d4d;
  opacity:50%;
  width: 100%;
  top: 0;
  left: 0;
}
*/
.home-packages-item .button {
  margin: 0 !important;
  margin-bottom: 15px !important;
}

.home-packages {
  /* background-image: url("../images/packages-bg.png"); */
  height: 420px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}

.home-packages-details {
  position: absolute;
  width: 100%;
  height: 355px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 50px 0;
}

.home-packages .section {
  height: 100%;
  padding: 0;
}

.home-packages-title {
  position: relative;
  width: 125px;
  margin: 0 auto;
  margin-bottom: 34px;
  margin-top: -50px;
}

.home-packages-title img {
  position: absolute;
  top: -20px;
  left: -42px;
  width: 95px;
}

.home-packages .slick-dots {
  bottom: 40px;
}

.home-packages .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.20;
}

.home-packages .slick-dots li.slick-active button:before {
  color: #a1a1a1;
  opacity: 1;
}

.related-pck {
  margin-top: -70px;
}

.related-pck .slick-dots {
  bottom: -25px;
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .home-app {
    display: block;
  }
  .home-app-image {
    display: block;
    position: absolute;
    top: 294px;
    right: 37px;
    width: 299px;
    height: 355px;
  }
  .button-navigate {
    padding-left: 45px;
  }
  .home-app-details {
    padding: 0 0 50px;
  }
}

/*
End Home
*/

/*
Banner
*/

.banner {
  overflow: hidden;
  position: relative;
}

.banner .slick-slider {
  margin-bottom: 0px;
  height: 100%;
}

.banner .slick-slide, .banner .slick-slide>div, .banner .slick-list, .banner .slick-track {
  height: 100%;
}

.banner-item {
  position: relative;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

.banner-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.banner-item-image {
  height: 100%;
  width: 100%;
}

.banner-item-image img {
  width: 100%;
  height: 100%;
}

.banner-item-details {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -52%);
  width: 100%;
  color: #ffffff;
  z-index: 1;
  padding: 25px 15%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.banner-item-details a{
  text-shadow: none;
}
.banner-item-title {
  max-height: 130px;
  font-size: 44px;
  font-family: "24LTBaseetMedium";
  margin-bottom: 10px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  overflow: hidden;
}

.banner-item-brief {
  max-height: 85px;
  font-size: 28px;
  margin-bottom: 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  overflow: hidden;
}

.banner .slick-dots {
  bottom: 50px;
}

.banner .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.20;
}

.banner .slick-dots li.slick-active button:before {
  color: #FFF329;
  opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 1199.98px) {
  .banner {
    height: 92vh !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .banner .slick-dots {
    bottom: 20px;
  }
  .banner-item-title {
    max-height: 90px;
    font-size: 25px;
    line-height: 1.3;
  }
  .banner-item-brief {
    font-size: 14px;
    max-height: 100px;
  }
  .home-app-container {
    height: 600px;
  }
  .home-app-title {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 33px;
  }
  .footer .social-links {
    margin-bottom: 10px;
  }
  .logoCont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
  }
}

/*
End Banner
*/

/*
Services
*/

.services-item {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  top: 0;
  display: block;
  height: 100%;
  box-shadow: 0 5px 15px rgba(35, 101, 154, 0.07);
}

/* .services-presenters-item {
  background-color: white;
  padding: 10%;
  height: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 5px #23659A1A;
} */

.services-item:hover {
  top: -10px;
  box-shadow: 0 5px 20px rgba(35, 101, 154, 0.12);
}

.services-item-title {
  font-size: 22px;
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
  margin-bottom: 15px;
  overflow: hidden;
}

.services-item-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.services-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-item-brief {
  color: #1a1a1a;
  height: 50px;
  overflow: hidden;
}

.services-item-details {
  /* padding: 25px 25px 35px 25px;
  min-height: 122px; */
  text-align: right;
  padding: 25px;
  min-height: 122px;
}

/* .services-item-details {
  padding: 25px 25px 35px 25px;
  min-height: 122px;
} */

.services-details .page-details-header {
  background-image: url("../images/package-details.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  .services-details .page-details-header{
    width: 100%;
    padding-top: 25%;
    height: auto;
  }
}

.services-presenters-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
  max-width: 180px;
}

.services-presenters-position {
  font-size: 18px;
  color: #1a1a1a;
  max-width: 160px;
}

.services-presenters-image {
  width: 70px;
  height: 70px;
  margin-left: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.services-presenters-image img {
  width: 100%;
  height: 100%;
}

.services-presenters-list {
  margin-top: 70px;
}

.services-presenters-list-slider .slick-slide {
  margin: 0 10px;
}

.services-presenters-list-slider .slick-list {
  margin: 0 -10px;
}

.services-devices-image {
  margin-left: 70px;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.services-devices-image img {
  width: 100%;
  height: 100%;
}

.services-devices-title {
  font-size: 30px;
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
  margin-bottom: 15px;
  max-height: none;
}

.services-devices-brief {
  color: #1a1a1a;
  width: 80%;
  max-height: none;
}

.services-devices-slider {
  margin-top: 60px;
}

.services-list .services-item-container {
  margin-bottom: 30px;
}

.services-list .services-item:hover {
  top: 0;
}

/* .services-list .services-item:hover .services-item-brief {
  bottom: 15px;
  opacity: 1;
} */

.services-list .services-item:hover .services-item-image:after {
  opacity: 1;
}

.services-list .services-item-title {
  margin-bottom: 5px;
}

.services-list .services-item-image {
  height: 200px;
  position: relative;
}

.services-list .services-item-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.16);
}

/* .services-list .services-item-brief {
  height: 50px;
  position: absolute;
  bottom: -100px;
  color: #ffffff;
  right: 25px;
  transition: all 0.6s ease-out;
  z-index: 9;
  opacity: 0;
  font-family: "24LTBaseetMedium";
} */

@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .services-item-container .services-item-brief {
    height: 47px !important;
  }
  .services-details .page-details-header {
    background-image: url("../images/package-details2.png");
  }
  .services-details .page-details-brief {
    font-size: 17px;
    word-wrap: break-word;
    word-break: break-all;
  }
  .services-details .page-details-title {
    font-size: 27px !important;
    font-weight: bold;
    margin-bottom: 8px !important;
  }
  .services-devices-image {
    margin: 0 auto;
  }
  .services-devices-item {
    text-align: center;
  }
  .services-devices-item .caption, .services-devices-item .caption-text, .services-devices-item .caption-media {
    display: block;
  }
  .services-devices-brief {
    width: 100% !important;
  }
  .services-devices-brief ul {
    text-align: right;
    /* margin-left: 2rem; */
  }
  .services-details .page-details-header-title {
    font-size: 39px !important;
  }
  .services-details .section {
    padding: 10px 0 !important;
  }
  .services-details .title-large {
    margin-bottom: 3px !important;
    font-size: 27px !important;
    font-weight: bold;
  }
  .services-presenters-list {
    margin-top: 38px;
  }
  .services-details .m-h-400 {
    min-height: 200px;
  }
  .services-list .services-item-details {
    padding: 12px;
  }
  .services-list .services-item-title {
    font-size: 21px;
    height: 60px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 576px) and (max-width: 1199.98px) {
  .services-devices-image {
    width: 130px;
    height: 130px;
  }
}

/*
E nd Services
*/

.packages-item {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0 5px 15px rgba(35, 101, 154, 0.07);
  top: 0;
  height: 100%;
  background-color: #ffffff;
}

.packages-item-container {
  margin-bottom: 30px;
}

.packages-item:hover {
  top: -10px;
  box-shadow: 0 0px 20px rgba(35, 101, 154, 0.2);
}

.packages-item-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.packages-item-image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
  object-fit: cover;
}

.packages-item-details {
  text-align: right;
  padding: 25px;
}

.packages-item-title {
  font-size: 24px;
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
  margin-bottom: 15px;
  /* word-break: break-word; */
  height: 70px;
  overflow: hidden;
}

.packages-item-brief {
  color: #1a1a1a;
  height: 50px;
  overflow: hidden;
}

.packages-details .page-details-header {
  background-image: url("../images/package-details.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  .packages-details .page-details-header{
    width: 100%;
    padding-top: 25%;
    height: auto;
  }
}

.packages-details-slider {
  margin-top: 70px;
}

.packages-details-slider .packages-item {
  margin-bottom: 10px;
  margin-top: 25px;
  overflow: hidden;
  height: 350px;
}

.packages-details .slick-slide {
  margin: 0 10px;
}

.packages-details .slick-list {
  margin: 0 -10px;
}

@media screen and (min-width: 320px) and (max-width: 767.98px) {
  .packages-details .packages-item-brief {
    display: none;
  }
  .packages-list {
    padding: 20px 0;
  }
  .packages-list .packages-item-details {
    padding: 12px;
  }
  .packages-list .packages-item-title {
    font-size: 21px;
    height: 55px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .packages-details .page-details-header-title {
    font-size: 29px !important;
  }
}

.about-section .container .text-center .title.title-large.title-blue {
  max-height: none;
  margin-bottom: 35px;
  font-size: 30px;
}

.about-section {
  padding: 80px 0;
}

.about-section-image {
  width: 100%;
}

.about-section-right, .about-section-left {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.about-section-right {
  padding-right: 1rem !important;
}

.about-section-left {
  animation-delay: 0.2s;
  visibility: visible;
}

.about-section-title {
  font-size: 44px;
  font-family: "24LTBaseetMedium";
  margin-bottom: 40px;
  color: #1a1a1a;
}

.about-section-brief {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.8;
}

.about-section .title.title-blue.title-meduim {
  max-height: none;
}

@media screen and (min-width: 320px) and (max-width: 767.98px) {
  .about-section {
    padding: 30px 0;
  }
  .about-section-left {
    margin-top: 40px;
  }
  .about-section-title {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
  .about-section-brief {
    font-size: 15px;
  }
  .about-section .text-center .title.title-blue.mb-5 {
    margin-bottom: 1.5rem !important;
    text-align: right;
  }
  .about-section .title-large {
    font-size: 22px !important;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px !important;
  }
  .about-section .title-meduim {
    text-align: right;
    font-size: 20px;
    margin: 0px 0px !important;
    width: 100% !important;
  }
}

.reservation-landing .reservation-item {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0 5px 15px rgba(35, 101, 154, 0.07);
  top: 0;
}

.reservation-landing .reservation-item:hover {
  top: -10px;
  box-shadow: 0 0px 20px rgba(35, 101, 154, 0.2);
}

.reservation-landing .reservation-item:hover .packages-item-image img {
  transform: translateY(-10px);
}

.reservation-landing .reservation-item-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  transform: translateY(0);
}

.reservation-landing .reservation-item-image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
}

.reservation-landing .reservation-item-details {
  text-align: center;
  padding: 25px;
  background-color: #ffffff;
}

.reservation-landing .reservation-item-title {
  font-size: 24px;
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
  margin-bottom: 10px;
}

.reservation-landing .reservation-item-brief {
  color: #1a1a1a;
  height: 50px;
  margin-bottom: 20px;
}

.reservation-visit-title {
  font-family: "24LTBaseetMedium";
  font-size: 30px;
  color: #1a1a1a;
  margin-bottom: 45px;
}

.reservation-visit-title-small {
  font-family: "24LTBaseetMedium";
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.reservation-visit-dates-item {
  background-color: #F7F9FC;
  color: #1a1a1a;
  padding: 8px 30px 13px;
  border-radius: 15px;
  display: inline-block;
  font-family: "24LTBaseetMedium";
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.reservation-visit-dates-item:last-child {
  margin-left: 0px;
  margin-bottom: 0px;
}

.reservation-visit-dates-item.active, .reservation-visit-dates-item:hover {
  background-color: #0078D2;
  color: #ffffff;
}

.reservation-visit .form-row:first-child {
  margin-bottom: 50px;
}

/*
Results
*/

.results-item {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.results-item.active .results-item-status {
  background-color: rgba(6, 186, 179, 0.1);
  color: #06BAB3;
}

.results-item.inactive .results-item-status {
  background-color: rgba(255, 80, 120, 0.1);
  color: #FF5078;
}

.results-item-details {
  position: relative;
}

.results-item-date {
  line-height: 1.2;
}

.results-item-date .day {
  font-size: 80px;
}

.results-item-date .month {
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
}

.results-item-date .day, .results-item-date .year {
  font-family: "24LTBaseetRegular2";
  color: #1a1a1a;
  font-weight: bold;
}

.results-item-title {
  font-family: "24LTBaseetMedium";
  font-size: 25px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.results-item-number {
  margin-bottom: 30px;
  font-size: 18px;
}

.results-item-number .text {
  color: #87A4C1;
}

.results-item-number .value {
  color: #1a1a1a;
  font-weight: bold;
  font-family: "24LTBaseetRegular2";
  margin-right: 10px;
}

.results-item-brief {
  font-size: 18px;
  margin-bottom: 35px;
}

.results-item-brief .text {
  margin-bottom: 10px;
}

.results-item-brief .value {
  color: #1a1a1a;
}

.results-item-status {
  font-size: 15px;
  font-family: "24LTBaseetMedium";
  border-radius: 50px;
  padding: 5px 30px 8px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 160px;
  left: 0;
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .results-item-status {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home-packages-item {	
    padding-right: 10px;	
    padding-left: 10px;	
  }	
  .title-meduim {	
    max-height: 124px;	
    font-size: 15px;	
    width: 100%;	
  }	
  .title-small {	
    font-size: 12px;	
  }
}

/*
End Results
*/

/*
My reservation
*/

.my-reservation .reservation-item {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}

.my-reservation .reservation-item.done .reservation-item-status {
  background-color: rgba(6, 186, 179, 0.1);
  color: #06BAB3;
}

.my-reservation .reservation-item.pending .reservation-item-status {
  background-color: rgba(255, 156, 72, 0.1);
  color: #FF9C48;
}

.my-reservation .reservation-item-details {
  position: relative;
}

.my-reservation .reservation-item-details-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7e1eb;
}

.my-reservation .reservation-item-details-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}

.my-reservation .reservation-item-date {
  line-height: 1.2;
}

.my-reservation .reservation-item-date .day {
  font-size: 80px;
  line-height: 0.8;
  margin-bottom: 12px;
}

.my-reservation .reservation-item-date .month {
  font-family: "24LTBaseetMedium";
  color: #1a1a1a;
}

.my-reservation .reservation-item-date .day, .my-reservation .reservation-item-date .year {
  font-family: "24LTBaseetRegular2";
  color: #1a1a1a;
  font-weight: bold;
}

.my-reservation .reservation-item-title {
  font-family: "24LTBaseetMedium";
  font-size: 25px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.my-reservation .reservation-item-cancel {
  position: absolute;
  bottom: 15px;
}

.my-reservation .reservation-item-cancel:hover {
  color: #dc395e;
}

.my-reservation .reservation-item-cancel .icon {
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.my-reservation .reservation-item-brief {
  background-color: #f7f9fc;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 30px;
  color: #1a1a1a;
  font-family: "24LTBaseetMedium";
}

.my-reservation .reservation-item-brief .icon {
  fill: #87A4C1;
  width: 15px;
  height: 15px;
  position: relative;
  top: -3px;
}

.my-reservation .reservation-item-status {
  font-size: 15px;
  font-family: "24LTBaseetMedium";
  border-radius: 50px;
  padding: 5px 30px 8px;
  position: absolute;
  top: 35px;
  text-align: center;
  width: 160px;
  left: 40px;
}

.my-reservation .reservation-item-check .property, .my-reservation .reservation-item-check .value {
  font-size: 16px;
  display: inline-block;
  font-family: "24LTBaseetRegular";
}

.my-reservation .reservation-item-check .property {
  margin-left: 5px;
}

.my-reservation .reservation-item-visit {
  margin-top: 30px;
}

.my-reservation .reservation-item-visit .property {
  font-size: 13px;
}

.my-reservation .reservation-item-visit .value {
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .tabs-container {
    margin-top: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .my-reservation .reservation-item-title {
    margin-top: 30px;
  }
  .my-reservation .reservation-item-cancel {
    position: relative;
    margin-top: 20px;
    bottom: 0;
  }
  .my-reservation .reservation-item-brief .time {
    margin-bottom: 15px;
  }
  .my-reservation .reservation-item-visit .item {
    margin-bottom: 25px;
  }
  .d-sm-none {
    display: none;
  }
  .google {
    margin-right: 24px;
    margin-top: 15px;
  }
  .footer .social-links {
    text-align: center;
  }
  .footer-container {
    text-align: center;
  }
  .footer-logo {
    float: unset;
    margin-right: 0;
    margin-left: 7%;
  }



  .footer-rights {
    margin-top: 0;
  }
  .home-visit-container {
    text-align: right;
  }
  .home-visit-image {
    margin-right: 0;
    width: 100%;
    position: relative;
    left: 15px;
    margin-top: 14px;
  }
  .home-services .section-title-container {
    margin-bottom: 20px;
  }
  .button {
    width: 105px;
    height: 35px;
    line-height: 30px;
  }
  .button-navigate .icon {
    top: 2px;
  }
}

@media screen and (min-width: 991.98px) {
  .d-md-none {
    display: none;
  }
}

/*
End My reservation
*/

.position-button {
  bottom: 40px;
  ;
}

.m-h-400 {
  min-height: 300px;
}

/*
FAQ
*/

.answers-container {
  margin-bottom: 115px;
}

.faq {
  background-color: #F7F9FC;
}

.faq-container {
  background-color: #F7F9FC;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 10px 0px 30px;
}

.faq-container .nav {
  display: block;
  margin-bottom: 0;
  list-style: none;
  box-shadow: 0px 5px 35px #23659A1A;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 15px;
  margin-bottom: 10px;
}

.faq-title {
  color: #8ea8c3;
  font-size: 1.8rem;
}

.faq-container .nav-tabs .nav-link {
  border: none;
  color: #8EA8C3;
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #1a1a1a;
  /* background-color: #1a1a1a; */
  border-color: none;
  border-radius: 9px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.faq-container .nav-tabs .nav-link:hover {
  border: none;
}

.card {
  border-radius: 15px !important;
}

.card-header {
  border-radius: 15px !important;
}

.faq-container .card {
  border: none;
  border-radius: 15px;
  margin-bottom: 20px;
}

.faq-container .card-header {
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-family: '24LTBaseetMedium';
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a1a1a;
}

.faq-container .btn-link {
  color: #1a1a1a;
  font-size: 22px;
  font-family: '24LTBaseetMedium';
}

.faq-container .btn-link:hover, .faq-container .btn-link:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.faq-container .card-body {
  border-radius: 0px 0px 15px 15px;
  padding: 13px 30px 15px 30px;
  color: #8EA8C3;
  font-size: 18px;
  background-color: #FBFCFD;
  line-height: 26px;
}

.fa-chevron-up {
  transition: ease-in-out .5s;
}

.rotated {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: ease-in-out .5s;
}

.fag-btn {
  white-space: normal;
  text-align: right;
}

/*
END FAQ
*/

/*
 POLL
*/

@media (max-height: 450px) and (min-height: 120px) {
  #pollModal .modal-content {
    max-height: 270px !important;
  }
  .iframe-container .iframe-chat {
    min-height: 200px !important;
  }
}

.check-poll {
  text-align: center;
}

span.respond-poll {
  font-size: 1.2rem;
  color: #1a1a1a;
}

.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

body.modal-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000;
}

body.modal-open {
  overflow: hidden;
}

body.chat-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000;
  z-index: 1040;
}

body.chat-open {
  overflow: hidden;
}

body.notif-open {
  overflow: hidden;
}

body.notif-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000;
  z-index: 1040;
}

.pollBtn {
  background-color: #0078D2;
  color: #fff;
  border: none;
  border-radius: 15px 15px 0 0;
  height: 40px;
  width: 200px;
  position: fixed;
  bottom: -1px;
  z-index: 999;
  right: 5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.pollBtn img {
  width: 12%;
  margin-top: 5px;
}

.pollBtn:focus {
  box-shadow: none;
  outline: none;
}

#pollModal .modal-header {
  border-bottom: none;
  background-color: #F7F9FC;
}

#pollModal .modal-header p {
  color: #1a1a1a;
  font-family: '24LTBaseetMedium';
}

#pollModal .close {
  color: #1a1a1a;
  padding-top: 8px;
  font-size: 30px;
  position: absolute;
  left: 20px;
}

#pollModal h5 {
  color: #1a1a1a;
}

#pollModal .modal-content {
  border-radius: 15px;
  max-height: 500px;
  overflow-y: auto;
}

#pollModal .radiobtn-text {
  font-size: 15px;
}

#pollModal .form-checkcontainer .radiobtn {
  top: 4px;
}

#pollModal .modal-body {
  padding-bottom: 25px;
}

#pollModal .modal-dialog {
  width: 350px;
}

#pollModal {
  left: auto;
  right: 5%;
  top: auto;
  bottom: 1%;
  display: none;
}

@media only screen and (max-width: 760px) {
  .pollBtn {
    width: 130px;
  }
  #pollModal .modal-dialog {
    width: 275px;
  }
  #pollModal {
    left: auto;
    right: 3%;
    top: auto;
    bottom: 4%;
  }
}

/*
END POLL
*/
.dropdown-menu.show{
  display: block !important;
  top: 10px !important;
}


.dropdown-item {
  font-family: "24LTBaseetMedium";
  font-size: 14px;
  padding: 5px 20px 7px 0px;
  color: #1a1a1a !important;
}

.dropdown-item:hover {
  color: #0657a9;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #fff;
}

.profile-menu .dropdown-menu.show {
  text-align: right;
  left: unset !important;
  right: 95%;
}

.search-container {
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  width: 100%;
  right: 0;
  text-align: center;
  display: none;
  box-shadow: 0 5px 15px rgba(35, 101, 154, 0.07);
}

.search-container input {
  border: none;
  border-bottom: 1px solid rgb(238, 237, 237);
  width: 80%;
  font-size: 19px;
  line-height: 35px;
  margin-left: 80px;
  color: #1a1a1a;
  padding-bottom: 6px;
}

.search-container input:focus {
  outline: 0;
  box-shadow: none;
}

.search-container input::-webkit-input-placeholder {
  /* Edge */
  color: #1a1a1a;
}

.search-container input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #1a1a1a;
}

.search-container input::placeholder {
  color: #1a1a1a;
}

.srch-close {
  cursor: pointer;
  position: absolute;
  left: 9%;
  top: 25px;
}

.text-right {
  text-align: left !important;
}

#column-1 {
  padding: 0 !important;
}

.col-centered {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.no-packages {
  color: rgb(180, 188, 197);
  margin-top: 20px;
}

.slick-track {
  margin-right: 0;
}

/*
      Search Results
*/

.search-res-dir {
  unicode-bidi: embed;
  direction: ltr;
}

.search-page .search-title {
  position: absolute;
  right: 120px;
}

.search-page .search-title-number {
  position: absolute;
  left: 125px;
  color: #1a1a1a;
  margin-top: 30px;
  /* direction: ltr; */
  max-width: 30%;
  word-break: break-word;
  overflow: hidden;
  max-height: 50px;
}

.search-page hr {
  background-color: rgba(215, 231, 245, 0.884);
  width: 100%;
  margin-top: 5rem;
}

.search-page .search-category {
  font-family: '24LTBaseetBold';
  color: #1a1a1a;
  margin: 30px 0px;
}

.search-page .search-result-title {
  font-family: '24LTBaseetBold';
  color: #1a1a1a;
}

.search-page .search-result-desc {
  font-family: '24LTBaseetRegular';
  color: #1a1a1a;
  width: 80%;
}

.search-page .search-result-date {
  font-family: '24LTBaseetLight';
  color: #c1c1c1;
}

.search-page .search-result {
  margin-bottom: 70px;
}

.search-page .search-result-details div {
  margin-bottom: 5px;
}

.search-page .list-group-item {
  margin-bottom: 30px;
  border: 0px;
}

.search-page span.sticker.sticker-circle.sticker-light.user-icon-color-9 {
  display: none;
}

.search-page .autofit-col.autofit-col-expand {
  margin-right: 100px;
}

.search-page .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
  float: right;
}

.search-page span#qfkd__column1__0 {
  display: none;
}

.search-page p.pagination-results {
  /* position: absolute; */
  float: left;
  margin-left: 120px;
  color: #1a1a1a;
}

.search-page ul.pagination {
  /* margin: 0px 10px; */
  float: right;
  /* display: flex; */
  /* padding: 30px; */
  list-style: none;
  border-radius: .25rem;
  margin-right: 130px;
  margin-left: 100px;
}

.search-page .pagination>li {
  display: inline;
}

a.icon-monospaced.list-unstyled.portlet-icon-back.text-default {
  display: none;
}

.search-page span#jbfs__column1__0 {
  display: none;
}

.search-page span#uvlz__column1__0 {
  display: none;
}

.search-page li.dropdown.page-item.show {
  /* margin: 0px -10px; */
  padding: 0px;
  outline: 0px;
}

.search-page a.dropdown-toggle.page-link {
  margin-right: 0;
}

.search-page li a.dropdown-toggle.page-link.page-link {
  margin-right: 0;
}

.search-page span.sticker.sticker-circle.sticker-light.user-icon-color-9 {
  display: none;
}

.search-page .autofit-col.autofit-col-expand {
  margin-left: 20px;
}

.search-page .dropdown-menu.show {
  display: block !important;
  right: 0px;
  text-align: right;
}

.search-page a.icon-monospaced.list-unstyled.portlet-icon-back.text-default {
  display: none;
}

.search-page span.header-back-to.lfr-portal-tooltip {
  display: none;
}

.search-page h3.header-title.header-title {
  margin: 40px 120px;
  font-size: 300%;
}

.search-page h2.header-title.header-title {
  margin: 20px 120px;
}

.search-page .journal-content-article {
  margin-right: 120px;
  margin-left: 120px;
  margin-bottom: 40px;
}

.search-page .header-title {
  font-family: '24LTBaseetBold';
  color: #1a1a1a;
}

.search-page ul.dropdown-menu.dropdown-menu-top {
  right: 90%;
  padding-right: 15px;
  color: #1a1a1a;
  text-align: right;
}

.search-page ul.inline-scroller.link-list {
  list-style-type: none;
  color: #1a1a1a;
  padding-right: 15px;
}

.search-page li.page-item {
  clear: both;
  /* border: none; */
}

.search-page a.page-link {
  border: none;
  text-decoration: none;
  margin-top: -7px;
}

.search-page ul.dropdown-menu.dropdown-menu-top.show li a:hover {
  background-color: rgba(35, 101, 154, 0.07);
}

.search-page ul.dropdown-menu.dropdown-menu-top.show li a {
  padding-left: 65%;
}

.search-page ul.inline-scroller.link-list li a {
  padding-left: 65%;
}

.search-page ul.inline-scroller.link-list li a:hover {
  background-color: rgba(35, 101, 154, 0.07);
}

.search-facet .panel-heading a.collapse-icon.collapse-icon-middle {
  display: none;
}

#searched::-ms-clear {
  display: none;
}

.header+.container-fluid {
  min-height: calc(100vh - 344px);
}

.dropdown.open>.dropdown-menu, .overlay-content .open>.dropdown-menu {
  display: block !important;
}

.header-responsive-menu .header-menu-list {
  text-align: center;
}

.header-responsive-menu .dropdown-menu.show {
  display: block;
  left: -60px !important;
  text-align: center;
}

.header-responsive-menu .dropdown-item {
  padding: 2px !important;
}

.header-menu-links .dropdown-menu.show {
  text-align: right;
  right:0;
}

@media screen and (min-width: 992px) {
  .header-responsive-menu-container.active {
    display: none;
  }
}
 
.header-responsive .button-search {
  margin-top: 1%;
}

/* webchat idh */

body {
  overflow-x: hidden
}

.chat-button {
  z-index: 1050;
  position: fixed;
  left: 30px;
  bottom: 30px;
  background-color: #0078D2;
  border: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none !important;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 18px rgba(122, 122, 122, 0.637);
  box-shadow: 1px 1px 18px rgba(122, 122, 122, 0.637);
  border: 1.5px solid #1a1a1a;
  -webkit-transition: .3s;
  transition: .3s
}

.chat-button:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97)
}

.chat-button img {
  width: 38px
}

.iframe-container {
  position: fixed;
  left: 30px;
  bottom: 100px;
  -webkit-transform: translate(-320%, 0);
  transform: translate(-320%, 0);
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 10;
  width: 400px;
}

.iframe-container iframe {
  border: none;
  overflow: hidden;
}

.iframe-container iframe #BotChatElement {
  display: none
}

.iframe-container.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1050;
}

.iframe-container .iframe-chat {
  min-height: 400px;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .iframe-container {
    width: 280px !important;
  }
  .chat-button {
    width: 58px !important;
    height: 58px !important;
  }
}

.ipadScreen {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .lapScreen {
    display: none;
  }
  .ipadScreen {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .search-page ul.pagination {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
  }
  .search-page .autofit-col.autofit-col-expand {
    margin: 0;
  }
  .search-page .search-title {
    position: unset;
    text-align: center;
  }
  .search-page .search-title-number {
    position: unset;
    text-align: center;
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .search-page hr {
    margin-top: 0;
    margin-bottom: 0;
  }
  .search-page a.dropdown-toggle.page-link {
    margin-left: 0px;
  }
  .search-page p.pagination-results {
    margin-right: 105px;
    margin-left: 150px;
  }
}

/*
FAQ
*/

.faq-tabs .nav-link {
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "24LTBaseetMedium" !important;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}

.faq-tabs .nav-link.active, .faq-tabs .nav-link:hover {
  /* background-color: #1a1a1a;
  color: #fff; */
}

.faq-accordion-item {
  margin-bottom: 30px;
  box-shadow: 0 0px 5px #e6e6e6;
}

.faq-accordion-item-link {
  font-family: "24LTBaseetMedium" !important;
  font-size: 18px;
  padding: 15px 30px 15px 50px;
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  color: #000 !important;
}

.faq-accordion-item-link:after {
  content: "";
  width: 0px;
  height: 0px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  left: 20px;
  top: 25px;
  transition: all 0.3s;
  transform: rotate(0);
  border-top: 8px solid #1a1a1a;
}

.faq-accordion-item-link[aria-expanded="true"] {
  background-color: #0078d2;
  color: #fff !important;
}

.faq-accordion-item-link[aria-expanded="true"]:after {
  border-top: 8px solid #fff;
  transform: rotate(180deg);
}

.faq .tab_drawer_heading {
  display: none;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  background-color: #eff2f4;
  font-size: 20px;
  font-family: "24LTBaseetMedium" !important;
  position: relative;
  color: #8EA8C3;
  transition: all 0.3s;
  cursor: pointer;
}

.faq .tab_drawer_heading.d_active {
  background-color: #0078d2;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 767.98px) {
  .faq .tab_drawer_heading {
    display: block;
  }
  .faq .tabs, .faq-title {
    display: none;
  }
  .faq .faq-accordion-item-link[aria-expanded="true"] {
    color: #1a1a1a !important;
    border-bottom: 1px solid #eff2f4;
    background-color: #fff;
  }
  .faq .faq-accordion-item-link[aria-expanded="true"]:after {
    border-top: 8px solid #39c6e0;
  }
  .faq-container .btn-link {
    font-size: 18px !important;
  }
  .faq-container .card-body {
    font-size: 16px !important;
  }
}

/*
End FAQ
*/

.header-top .text-right {	
  text-align: left !important;	
}
.services-details .modal-dialog {
  width: 350px;
}
.profile-menu{
  display: flex;
}
.dropdown-menu{
  padding: 10px 20px 10px 20px;
  min-width:13rem
}

.button-download .button-text {    margin-right: 0;}
.button-download .button-img{display:none}

 @media screen and (max-width: 575.98px) and (min-width: 320px){ 
.header-responsive-menu .dropdown-menu.show{max-width: 160px;  padding: 10px!important;right:200px !important}
#loggedUser1 .dropdown-menu.show{max-width: 160px;  padding-right: 0; margin-top:-10px;right:150px !important}
.notification-dropdown	{    width: 98%;    margin: 0 3px;}
.hotline .title-meduim{   width: 50px;  float: left;  position: absolute;  left: 50%;  margin-left: -35px;  font-size: 25px;}
.hotline .icon-blue { float: right;  margin-right: 105px;  width: 25px !important;  margin-top: 7px;}
.button-notif.button {    width: 95px !important;    margin: 10px 3px 0; }
.notification-item { min-width: auto; width: 100%;  padding: 0 10px;    text-align: right;}
.notification-item p {margin:0 !important; padding:0 !important}

 }
 


 /* 07-07-2020 */
 /* 07-07-2020 */
 .resultsModal .customModal .col-2 .day{
  line-height:120px;
}
.resultsModal .customModal .col-2 .month{
  width:100%;
  text-align:center;
}
.resultsModal .col-9.mb-5{
      flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
 .modal-dialog.modal-dialog-centered.modal-xl{
   max-width:65%;
 }
 .resultsModal .price{
   min-width:105px;
   text-align:center
 }

 .resultsModal .customModal .col-9.mb-5 {
        margin-bottom: 20px !important;
    }
    .resultsModal .customModal .col-9.mb-5 .mb-5 {
        margin-bottom: 20px !important;
    }
@media only screen and (max-width: 600px) {
.modal.show .modal-dialog {
  width: unset;
  max-width: 100% !important;
}
.resultsModal .customModal *[class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.resultsModal .customModal .col-2 .day,
.resultsModal .customModal .col-2 .month {
  display: inline-block;
}
.resultsModal .customModal .col-2.date {
  margin: 0 !important;
}
.resultsModal .customModal .col-2 .day {
  float: right;
  line-height: 30px;
  font-size: 50px !important;
  width: auto;
  margin-left: 5px;
  text-align: right;
}
.resultsModal .customModal .date .month {
      width: auto;
  text-align: right;
  float: right !important;
  margin-left: 5px !important;
  margin-top: 50px !important;
}
.resultsModal .customModal .col-9.mb-5 {
  margin-top: -30px !important;
  margin-bottom: 0px !important;
}
.resultsModal .customModal .col-9.mb-5 .mb-5 {
  margin-bottom: 20px !important;
}
.resultsModal .customModal .price {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.col-md-12.text-center button {
  display: inline-block;
  margin-left: 5% !important;
  margin-right: 5% !important;
  width: 40%;
  }
  .resultsModal .customModal h3{
    text-align:right;
  }
  .resultsModal .customModal .row .col-md-3{
    text-align:right;
  }
  .col-md-3.d-flex.align-items-center img,
  .col-md-9.d-flex.align-items-center img{
    margin-left:5px;
  }
  .resultsModal .customModal{
    padding:15px 10px !important;
  }
  /********************************/
  .page-header.w-100{
    margin: 0 !important;
  }
  .page-header .col-7{
      flex: 0 0 100%;
     max-width: 100%;
    }
    .page-header .col-2,
    .page-header .col-md-2.col-6,
    .page-header .col-2,
    .page-header .col-md-2.col-6{
      flex: 0 0 50%;
     max-width: 50%;
      }
      .page-header .col-2 button,
      .page-header .col-md-2.col-6 button,
      .page-header .col-2 a,
      .page-header .col-md-2.col-6 button{
      margin:0 !important;
      max-width:100% !important
      }
      /**********************/
      .header-responsive-close{
          right:15px !important
        }
        .header-responsive-open{
              z-index: 999 !important;
        }
}
/************************************/
.modal-dialog.modal-dialog-centered.modal-xl .row.w-100.mt-8.mb-8.mr-1{
  margin-right: .25rem !important;
}

.modal-dialog.modal-dialog-centered.modal-xl .customModal{
   padding:15px 10px;
} 
.modal-dialog.modal-dialog-centered.modal-xl .col-md-12.text-center .reverse-button{
  margin-right: 1rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 600px) {
.example-form.ng-pristine.ng-invalid.ng-touched{
   width: 100% !important;
}
.modal-dialog.modal-dialog-centered.modal-xl .col-md-12.text-center button.ml-3{
  width: calc( 50% - 5px );
  margin-left:5px !important;
  margin-right:0 !important;	
  margin-top: 15px !important;
}
.modal-dialog.modal-dialog-centered.modal-xl .col-md-12.text-center .reverse-button{
 width: calc( 50% - 5px );
 margin-left:0 !important;
 margin-right:5px !important;	
 margin-top: 15px !important;
}
}
/*************************/
/*
.mat-tab-body.mat-tab-body-active{
  z-index:0 !important;
}
*/
/****************/
.container.filter-content .blue-button.mb-2.ml-2{
  margin-bottom:0 !important;
  height:34px !important; 
}
/*****************/


/* 08-07-2020 */
@media only screen and (max-width: 600px) {
  .reserve-container .mat-tab-header{
    width: calc( 100% - 40px );
  }
  .reserve-container .mat-tab-label{
    width: 50%;
    max-width: 50% !important;
  }
}
.reserve-container .green-status,
.reserve-container .red-status,
.reserve-container .warn-status{
    width: 180px !important;
}

@media only screen and (max-width: 767px){
  .reserve-container .card-title{
    position:relative;
  }
  .en .reserve-container .green-status,
  .en .reserve-container .red-status,
  .en .reserve-container .warn-status,
  .reserve-container .green-status,
  .reserve-container .red-status,
  .reserve-container .warn-status{
    position: absolute;
    top: -10px !important;
    right: 0;
  }
  .reserve-container .card-body .ng-star-inserted:not([class*=" ng"]){
    margin-bottom:50px;
  }
  .reserve-container img.img-remove-resv,
  .en .reserve-container img.img-remove-resv{
      position: absolute;
      top:56px !important;
  }
  .reserve-container .mat-tab-label{
    padding: 0 !important;
  }
}

/* 09-07-2020 */
.toast-container .ngx-toastr{
  padding:15px !important;
  text-align:right;  
}

.header-responsive-menu-container .header-responsive-menu .dropdown-menu.show{
  min-width: 200px;
  right: 150px !important;
  left: 0px !important;
  text-align: right;
}

.profile-container .profile-name .right-sub{
  margin-left: 5px !important;
  margin-right:0px !important;
}
.profile-container .profile-name .left-sub{
  margin-left:10px
}
.profile-container .profile-name .sub{
  margin-right:15px !important;
}
.profile-container .profile-name .family-img{
    margin: 0 10px !important;
    height: 40px;
}
.profile-container .profile-name img.mb-3:not(.mr-3){
  height:20px;
  margin-top:10px;
}
@media only screen and (max-width: 600px){
.profile-container .profile-name .family-img{
    width: 4%;
    margin: 0 10px 0 0 !important;
    height: 28px;
}
.profile-container .profile-name img.mb-3:not(.mr-3){
  height:20px;
  position:absolute;
  left:20px;
  margin-top:0px;
  top:2px;
}
.profile-container .profile-name{
  padding-top:0 !important;
}
}

.row.notification-item-desc .col-6:first-child{
  flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
}

.row.notification-item-desc .col-6:last-child{
  flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
    text-align:left;
}

.resultsNumber{
  padding: 0% 2% 0% 2% !important;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  max-width: 25px !important;
}

/* 12-07-2020 */
.customModal .col-md-3{
  text-align:right;
}
.mr-2 {
  margin-right: 0.5rem !important;
}

.slick-prev, .slick-next{
  width: 55px !important;
  height: 55px !important;
  z-index: 1;
}
.slick-prev:before, .slick-next:before{
  font-size: 40px !important;
}
[dir='rtl'] .slick-next{
  right: auto;
  left: 5%;
}
[dir='rtl'] .slick-prev{
  left: auto;
  right: 5%;
}


.slick-prev:before{
  content:"" !important;
  background-image:url("fonts/arrow-right.png");
  display:block;
  width:55px;
  height:55px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.slick-next:before{
  content:"" !important;
  background-image:url("fonts/arrow-left.png");
  display:block;
  width:55px;
  height:55px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}


.reg-container .form-container img {
  margin: 0 0 0 5px !important;
}

@media only screen and (max-width: 576px){
  .reg-container .form-container img {
    margin: 13px 10px 0 0 !important;
  }
  .mat-form-field-appearance-legacy .mat-form-field-label {
    text-align: right;
  }
}


.home-visit-container .section{
  padding-bottom:0 !important;
}

.footer-logo img{
    height: 57px !important;
margin-top:-1px;
}

.styleDelIcon{
  position: relative;
  padding-top:20px;
  margin-top:30px;
  padding-right:40px !important;
  border-top:1px solid #f1f1f1;
}

.styleDelIcon .delete-res{
  right: 0px !important;
  left: auto !important;
}
@media only screen and (max-width: 1000px){
  .banner-item-details {
    padding: 25px 60px;
  }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: 0px !important;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 0px !important;
  }
  .banner-item-title {
    font-size: 25px !important;
  }
  .banner-item-brief{
    font-size: 22px !important;
  }
}

.banner-item-details .mt-5{
  margin-top: 20px !important;
}
.home-app picture{display:none}


/************* 27-12-2020 ****************/
.home-content .reverse-button{
  line-height: 44px;
}
.home-content .reverse-button:hover{
   background-color:rgba(0,0,0,0.025);
   color: #000000 !important;
}

.blue-button{
  border-radius: 5px !important;
}

.home-content .blue-button.ml-3:hover,
.filter-blue-button:hover{
  background-color:#c71222;
}

.blue-button{
  border-radius: 5px;
}

.blue-button:hover,
.filter-blue-button:hover{
 background-color:#c71222;
}

.button-white{
  color: #ffffff;
}

.search-container .justfiy-content-between{
  position:relative;
}
.search-container input{
  border:1px solid #f1f1f1;
  border-radius:10px;
  padding:10px 20px 10px 35px;
  width:100%;
}

.search-container .srch-close{
  top:16px;
  left:30px;
}

.footer-logo~.hotline{
  display: inline-block;
  float: left;
}

.text-blue,
.grey-button,
.reverse-button,
.reverse-button:visited,
.form-title,
input.mat-input-element,
.mat-select-panel .mat-option,
.mat-select-value,
.page-header-title,
.mat-tab-label-active,
.profile-container .mat-tab-label:focus:not(.mat-tab-disabled),
.profile-container .mat-tab-body-wrapper,
.form-checkcontainer input:checked~.radiobtn-text,
.access-container,
.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-label,
.modal-content,
.resultsModal .date .day,
.resultsModal .date .month,
.resultsModal .modal-title{
  color: #000000 !important;
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary,
.mat-datepicker-toggle-active,
.mat-form-field.mat-focused .mat-form-field-label,
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after,
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.mat-icon.mat-primary,
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{
  color:#000000 !important;
}

.text-grey,
.form-checkcontainer .radiobtn-text,
.title-gray{
  color:#000000 !important;
}

.container .contact-links {
  background: #555555 !important;
}

a.button.button-border-blue.mt-3{
  border:none;
  position:relative;
  text-align:left;
  padding:0 30px;
}

a.button.button-border-blue.mt-3:after{
  content:'';
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media (min-width: 768px){
  .packages-list .col-md-6.packages-item-container {
      -ms-flex: 0 0 33% !important;
      flex: 0 0 33% !important;
      max-width: 33% !important;
  }
  }


  /********** 28-12-2020 *********/
  .disbaledFormControl,
  .profile-container .editForm input,
  .profile-container .profile-name .user-name{
      color:#000000 !important;
  }
 
  .notification-item-desc .button p{
    margin-bottom:0 !important;
    line-height:25px;
    font-size:14px;
  }

  .row.notification-item-desc .col-6:first-child{
    padding-left:0
  }

  .packages-details .page-details-title{
    margin-bottom:10px;
    margin-top:50px
  }

  @media only screen and (max-width: 768px){
    .footer-logo{
      display:none !important;
    }
    .footer-rights{
      text-align:center;
    }
    footer .hotline div{
      margin:0 !important;
      text-align:center !important;
    }
    }

@media only screen and (max-width: 768px){
.home-content .blue-button,
.home-content .reverse-button{
width:36%;
}
.page-details-header-title {
  max-height: 120px;
}
.page-details-brief p{
  word-break:normal;
}
.header-responsive .logo{
  width:auto;
}
.notification-dropdown{
  max-height:initial !important;
}
}

a.button.button-border-blue.mt-3:hover{
  background:none !important;
  color:#000000 !important;
}

.grey-button{
  border-radius:5px !important;
}

.editForm .grey-button{
  border-radius:5px !important;
  vertical-align: bottom !important;
  margin-left: 10px !important;
}

.button-search .icon{
  fill:#000000;
}

@media only screen and (max-width: 767px){
  .reserve-container .card-body .ng-star-inserted{
    margin-bottom:0px !important;
  }
}



  .home-packages{
    border-top:2px solid #f9f9f9 !important;
  }

  @media only screen and (max-width: 768px){
    .branches-container .col-8.card-title{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding:0;
    }
    
    .branches-container .col-8.card-title .address img{
      height:20px !important;
    }

    @media only screen and (max-width: 768px){
      .reg-container .col-12.form-close {
          margin-top: -40px;
          margin-bottom: 10px;
          margin-right: -30px;
      }
      .reg-container .col-12.form-close img{
        width:20px
      }
              }

              .form-input img[src*="pass.svg"],
              .form-input img[src*="address.svg"],
              .form-input img[src*="phone.svg"],
              .form-input img[src*="email.svg"],
              .form-input img[src*="gender.svg"],
              .form-input img[src*="date.svg"]{
         margin:12px 4px !important;
         -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
             filter: grayscale(100%);
       }

       .form-input img[src*="pass.svg"]~.mat-form-field,
       .form-input img[src*="address.svg"]~.mat-form-field,
       .form-input img[src*="phone.svg"]~.mat-form-field,
       .form-input img[src*="email.svg"]~.mat-form-field,
       .form-input img[src*="gender.svg"]~.mat-form-field,
       .form-input img[src*="date.svg"]~.mat-form-field {
        margin-right:-13px;
    }
    
        .page-header-container{
          margin-bottom:10px !important;
        }

          .reg-container{
            min-height:initial !important;
          }

      .header-menu-list #user~.dropdown-menu.show{
        min-width:initial !important;
        width:100px !important;
      }

        .mat-datepicker-popup{
          margin-top:-70px;
        }
        }


        @media screen and (max-width: 575.98px) and (min-width: 320px){
          .services-details .page-details-header-title {
              font-size: 24px !important;
          }
                  }

                  @media only screen and (max-width: 767px){
                    .reserve-container .card-body .ng-star-inserted {
                        margin-bottom: 4px !important;
                    }
                              }

.branches-container .card-title p,
.branches-container .card-title small {
	color: #000000 !important;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-empty.mat-form-field-label{
  color:#000000 !important;
}

.blue-button:hover{
  background-color:#000000 !important;
}

.col-12 .btn-fb:hover{
  background-color:#333333 !important;
}

.home-packages-item{
  -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
filter: grayscale(60%);
position:relative;
}
/*
.home-packages-item:after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(35,56,69,0.70);
}
*/
.page-details-brief p{
  word-break:normal;
  text-align: justify;
}

.button-notif {
  line-height: 27px;
}

.slick-slide .services-item-title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  }

  .page-header-container .form-selectbox{
    border-bottom:0 !important;
  }

  #notification-list .noData p{
    text-align:center !important;
}

.packages-details .container .page-details-title:first-child{
  margin-top:20px;
  margin-bottom:0px;
}

.packages-details .container .page-details-title:nth-child(2){
  margin-top:20px;
  margin-bottom:0px;
}


.mat-select-panel:not([class*=mat-elevation-z]){
  min-width:calc(100% + 15px ) !important;
  }
  
  .mat-select-panel:not([class*=mat-elevation-z])::-webkit-scrollbar {
      -webkit-appearance: none;
  }
  
  .mat-select-panel:not([class*=mat-elevation-z])::-webkit-scrollbar:vertical {
      width: 12px;
  }
  
  .mat-select-panel:not([class*=mat-elevation-z])::-webkit-scrollbar:horizontal {
      height: 12px;
  }
  
  .mat-select-panel:not([class*=mat-elevation-z])::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, .5);
      border-radius: 10px;
      border: 2px solid #ffffff;
  }
  
  .mat-select-panel:not([class*=mat-elevation-z])::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #ffffff;
  }

  @media screen and (max-width: 575.98px) and (min-width: 320px){
#loggedUser1 .dropdown-menu.show {
    right: 90% !important;
    left:0;
}
}

@media screen and (max-width: 575.98px) and (min-width: 320px){
  .contact-container .submit button {
    width: 40%;
    margin: 0 2%;
}
  }


  .contact-links .link-div .title{
    padding-right: 20px !important;
}

@media screen and (max-width: 575.98px) and (min-width: 320px){
  .branches-container .button-img{
  display:inline-block;
  }

  .contact-form .mat-form-field{
    margin-top:15px;
  }
   }

   @media only screen and (max-width: 768px){
    .reserve-container .page-header-container{
      min-height:140px !important;
    }
    }



    @media only screen and (max-width: 768px){
      .resultsModal .customModal .d-flex.align-items-center{
        display: initial !important;
        align-items:top !important;
        flex: initial !important;
        text-align:right !important;
      }
      .resultsModal .customModal .d-flex.align-items-center img[src*="svg"]{
        float:right;
        margin-left:8px !important;
        margin-top:3px;
      }
      .resultsModal .customModal .d-flex.align-items-center *{
        text-align:right !important;
      }
      .button-search .icon {
        fill: #ffffff !important;
    }
}

.form-sub-title, .customModal{
  color:#000000 !important
}

.reverse-button:hover {
  background-color: rgba(0,0,0,0.05) !important;
}

.portlet-dropzone .portlet-boundary:nth-child(3) .home-packages{
  margin-bottom:20px;
}

.header-menu-links .dropdown-menu.show,
.header-responsive-menu-container .header-responsive-menu .dropdown-menu.show{
  left: initial !important;
  min-width: auto !important;
}

.header-menu-links .dropdown-menu.show .dropdown-item{
      padding: 5px 15px 5px 15px !important;
}

@media only screen and (max-width: 768px){
  .newRow{
    width:100%;
    display:inline-block;
  }
}

@media only screen and (max-width: 768px){
  .reserve-container .date{
    width:100%;
    display:block;
        flex: 0 0 100%;
max-width: 100%;
  }
  .reserve-container .date .day{
    width:25%;
    float:right !important;
    font-size:40px !important;
  }
  .reserve-container .date .month{
    margin-bottom:0 !important;
    width:75%;
    float:right !important;
    padding-top:32px;
    text-align:right !important;
  }
  .reserve-container .warn-status {
top: -20px !important;
}
.reserve-container .date~.col-md-9{
    width:100%;
    display:block;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.reserve-container .date .day,
.reserve-container .date .month,
.reserve-container .card-title p{
  color:#000000 !important;
}

.notification-popup{
  z-index: 99999 !important;
}

@media screen and (max-width: 575.98px) and (min-width: 320px){
  .page-header-container {
      padding: 10px 0 60px 0!important;
  }
  }

  @media only screen and (max-width: 768px){
    .page-header-container .reverse .form-selectbox{
      padding: 0px 0px 8px 0px !important;
    }
    }

    .profile-container .editForm input,
    .disbaledFormControl,
    .profile-container .profile-name .user-name{
      color:#000000 !important;
    }

    @media only screen and (max-width: 768px){
      .editForm .grey-button,
      .editForm .blue-button{
        margin:0 1% !important;
        width:45%;
      }
  }

  .header-menu-link a,
  .header-menu-link:hover,
  .header-menu-link:visited,
  .header-menu-link:active{
    color:#000000;
  }


  @media screen and (max-width: 575.98px) and (min-width: 320px){
    .notification-item-desc .button-accept.button-notif.button,
    .notification-item-desc .button-accept.button-notif.button~a{
      margin:5px 2% !important;
      width:40% !important;
    }
  }


  .filter-button .button-img{
    right: 10px;
    left: initial;
  }

  .form-checkcontainer input:checked~.radiobtn{
    border-color:#333333 !important;
  }



  /********* 27-01-2021 ******/
  .icon-bar {
    position: fixed;
    top: 200px;
    z-index: 999;
    left: 0;
    width: 60px;
  }
  .icon-bar a {
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    display: inline-block;
    font-size: 20px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    vertical-align:initial;
    position:absolute;
  }
  .icon-bar .toggleshare{
    background: #0031b4;
    color: white;
    opacity:1;
    z-index:9;
    display: none;
  }
  .facebook {
    background: #3B5998;
    color: white;
  }
  .instagram {
    background: #dd4b39;
    color: white;
    background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  .youtube {
    background: #bb0000;
    color: white;
    z-index:1;
  }
  .icon-bar a:hover {
    -moz-box-shadow:    inset 0 0 20px rgba(255,255,255,0.35);
       -webkit-box-shadow: inset 0 0 20px rgba(255,255,255,0.35);
       box-shadow:         inset 0 0 20px rgba(255,255,255,0.35);
    }
  .content {
    margin-left: 75px;
    font-size: 30px;
  }
  .icon-bar a svg{
    fill:#ffffff;
    width:25px;
    height:25px;
  }
 .facebook {
    top:0px;
  }
.instagram {
    top:60px;
  }
.youtube {
  top:120px;
  }



  .app-icons-holder{
    width:100%;
  display:inline-block;
  margin-bottom:20px;
  }

  .storeBtn{
    margin:0 0 0 10px;
    width:40px;
    display:inline-block;
    text-align:center;
    background-color:#ffffff;
    padding:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
  }

  .storeBtn svg{
    fill:#000;
    width:20px;
    height:20px;
  }

  .storeBtn:hover svg{
    fill:#DF1C2D;
  }



  @media only screen and (min-width: 1024px){
    .header-container{
      -webkit-box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.20);
      -moz-box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.20);
      box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.20);
      }
      .header-container.sticky{
        height:95px;
      }
      
    .header .header-menu-container .header-menu-links {
      min-width: 925px;
      margin-left: 15px;
    }
    .header-top{
        height:0px !important;
        padding:0px !important;
      }
      .header-top .col-6{
        position:absolute;
        right:15px;
        top:10px;
      }
    
      .header-top .col-6.text-right{
      left:15px;
      right:inherit;
      top:10px;
    
      }
    
    
    .header .header-menu-container .header-menu-link{
      margin:10px 0 0 0;
    }
    
    .header-menu-link a{
      /*background-color:#f9f9f9;*/
      margin:0 !important;
      padding:5px 10px;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
      .header-menu-link a:hover{
        background-color: rgba(0, 0, 0, .05);
      }
      .sticky .header-menu-link a{
        padding:5px 5px!important;
      }
    
      .header-menu-link .dropdown-menu{
        border:none;
        -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.5);
      }
    
    .header-menu-link .dropdown-menu a:hover{
      background-color:#f9f9f9;
    }
    
    
      .header-menu-link .dropdown-menu a{
        /*background-color:transparent;
        position: absolute;*/
        right: 50%;
        /*margin-right: -100px;*/
      }
    
    .header-container:not(.sticky) .header-menu a[href*="/web/almokhtabar-lab/home"]{
        position: absolute;
        right: 50%;
        margin-right: -100px;
      }
    
      .header-menu a[href*="results"]{
        float:left;
        background-color:transparent;
        color:#000000 !important;
        border:2px solid #000000;
      }
    
      .header-menu a[href*="results"]:hover{
        background-color:#0031b4;
        color:#ffffff !important;
        border:2px solid #0031b4;
      }
    
      .header-menu #search{
        float:left;
        margin:8px 0 0 10px;
      }
    
    .header-container:not(.sticky) .header .header-menu-container .header-menu-links{
        width:100%;
        margin-top:75px;
      }
    
      .header-container {
        height: 150px;
        background-color:#ffffff;
    }
    
    
    .header .header-menu-container{
      padding-bottom:10px !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .banner-item-details{
          padding: 50px 150px;
          text-align:right;
          width: 1170px;
    }
    
    
    .banner-item-details .button-blue{
      background-color:transparent !important;
      border:2px solid #000000;
      color: #000000 !important;
    }
    
    
    .banner-item-details .button-blue:hover{
      background-color:rgba(0,0,0,0.2) !important;
    }

    .scroll-top {
        background-color: #ffffff !important;
        border-radius: 5px !important;
        -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
    }

    .scroll-top .icon {
        color: #000000;
        fill: #000000;
    }
    
    }


    .toTestsPrecautions{
      position:fixed;
      bottom:0;
      right:20px;
      z-index:99;
      background-color:#ffffff;
      padding:10px;
      -webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
display: none;
    }

    .toTestsPrecautions svg{
      width:30px;
      height:30px;
      fill:#000000;
    }

    .toTestsPrecautions:hover svg{
      fill:#0031b4;
    }

    

    @media only screen and (min-width: 1380px){
      .banner-item-details{
            padding: 50px 30px;
      }
  }


  @media only screen and (min-width: 992px){
    .footer-container .logoCont .hotline{
      float:left;
    }
    .footer-container .logoCont{
      position:relative;
    }
    .footer-container .logoCont .footer-logo{
      float:left;
      margin:0 0 0 0;
      position:absolute !important;
      top:0 !important;
      left:120px;
    }
    .footer-container .logoCont .footer-logo img{
      width:200px;
      height:auto !important;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 991.98px){
  .footer-logo {
      float: unset;
      margin-right: 0;
      margin-left: 0;
  }
  }
  @media only screen and (max-width: 768px){
  .footer-logo {
      display: initial !important;
  }
  }

  .banner-item-image{
    background-position:right;
  }

  .home-app picture{
    display:inline-block;
    overflow:hidden;
  }

  .home-app picture:first-child{
    max-height:400px;
  }

  .home-app picture img.home-app-image{
    visibility:visible !important;
    height:auto !important;
    width:100% !important;
  }

  .toTestsPrecautions~div.banner{
    height:645px !important;
  }


  /*** text editor styling ***/
.htmlEditorOutput{
  margin-top:60px !important;
}
.htmlEditorOutput p span{
  font-size:20px !important;
  font-weight:bold !important;
  color:#0031b4 !important;
}
.htmlEditorOutput *{
    text-align:right !important;
    direction:rtl !important;
}
.htmlEditorOutput ul{
  padding-right:10px !important;
}
.htmlEditorOutput ul li{
  list-style:circle !important;
  list-style-position:inside !important;
  font-size:16px !important;
  color:#333333 !important;
  margin-top:10px !important;
  font-weight:bold !important;
}

.social-links .youtube{
  top:0 !important;
}

/* banner font fix */
.banner-item .banner-item-title, .banner-item .banner-item-brief{
  text-align:right;
  max-width:800px;
  float:right;
  clear:both;
}
.banner-item .banner-item-details .button-blue{
  float: none;
  clear: both;
  margin: 0 auto;
  position: absolute;
  bottom: -180px;
  right: 50%;
  margin-right: -67px;
}
.banner-item.reverseDir .banner-item-title, .banner-item.reverseDir .banner-item-brief{
  text-align:left !important;
  float:left !important;
}
.banner-item.reverseDir .banner-item-details .button-blue{
  float:left !important;
}


@media only screen and (min-width: 1024px){
header:not(.sticky) .header-menu-container{
  background: rgb(0,49,180);
background: linear-gradient(0deg, rgba(0, 49, 180, 1) 0%, rgba(0, 49, 180, 1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
header.sticky .header-menu-container{
  background:#ffffff !important;
}
header:not(.sticky) .header-menu-link a{
  color:#ffffff;
  }
  header:not(.sticky) .button-search .icon{
    fill:#ffffff;
  }
  header:not(.sticky) .header-menu a[href*="results"]{
    color: #ffffff !important;
    border: 2px solid #ffffff;
  }
  header:not(.sticky) .header-menu a[href*="results"]:hover{
    background-color: rgba(0, 0, 0, .1);
  }
  header.sticky .header-menu-link a{
    color:#000000;
    }
    header.sticky .button-search .icon{
      fill:#000000;
    }
    header.sticky .header-menu a[href*="results"]{
      color: #000000 !important;
      border: 2px solid #000000;
    }
    .branches-container .card-body .blue-button {
      width: 250px !important;
      min-width: 250px !important;
      max-width: 250px !important;
  }
  }
  .footer-menu ul li a{
    text-transform: capitalize;
  }
  @media only screen and (max-width: 992px){
    .footer-container .logoCont .footer-logo img {
        width: 150px;
        height: auto !important;
        margin-left: 10px;
    }
  }
  @media only screen and (min-width: 1024px){
    .home-packages-item .title.title-meduim,
    .home-packages-item .title.title-small,
    .home-packages-item .mt-5{
      position: absolute;
      width: calc( 100% - 170px );
      display: inline-block;
      right:85px;
    }
    .home-packages-item .title.title-meduim{
      top:100px;
    }
    .home-packages-item .title.title-small{
      top:175px;
    }
    .home-packages-item .mt-5{
      top:200px;
    }
    .home-packages-item {
      width: 100%;
      padding-top: 25%;
      height: auto;
    }
    .home-packages{
      height: auto;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1300px){
    .home-packages-item .title.title-meduim{
      top:75px;
    }
    .home-packages-item .title.title-small{
      top:125px;
    }
    .home-packages-item .mt-5{
      top:125px;
    }
  }



.packages-item-title.packages-item-title-ell {

  color: #df1d2e;

  font-size: 17px;

  height: auto;

}

 

.product__price {

  font-weight: bold;

}

 

.packages-item-brief {

  height: auto;

  margin: 10px 0;

  font-size: 15px;

  color: #8a8a8a;

}

 

.wrap {

  width: 100%;

  height: 188px;

  position: absolute;

  top: -5px;

  left: 0;

  overflow: hidden;

}

 

.wrap:before {

  width: 40px;

  height: 8px;

  left: 50px;

  background: #5a4e4e;

  border-radius: 8px 8px 0px 0px;

}

 

.ribbon6 {

  width: 160px;

  height: 20px;

  line-height: 17px;

  position: absolute;

  top: 30px;

  left: -10%;

  z-index: 2;

  overflow: hidden;

  -webkit-transform: rotate(45deg);

  transform: rotate(-45deg);

  border: 1px dashed;

  box-shadow: 0 0 0 3px #d2d2d2, 0px 21px 2px -35px rgb(0 0 0 / 49%);

  background: #dadada;

  font-size: 12px;

  text-align: center;

  color: #6b6b6b;

}


 

.wrap:after {

  width: 8px;

  height: 20px;

  left: 0px;

  top: 70px;

  background: #5a4e4e;

  border-radius: 8px 0px 0px 8px;

}

.age, .gender{font-size:13px}

.advised-age, .advised-gender{font-size:12px; color:#ccc; width:100%; display:block}

.pre-reduction {
  text-decoration: line-through;
}