.text-blue {
  color: #007bff; }

.text-indigo {
  color: #6610f2; }

.text-purple {
  color: #6f42c1; }

.text-pink {
  color: #e83e8c; }

.text-red {
  color: #FF0000; }

.text-maroon {
  color: #bc0001; }

.text-orange {
  color: #fd7e14; }

.text-yellow {
  color: #ffc107; }

.text-green {
  color: #28a745; }

.text-teal {
  color: #20c997; }

.text-cyan {
  color: #17a2b8; }

.text-white, input[type="submit"]:not(.logout), button[type="submit"]:not(.logout) {
  color: #fff; }

.text-gray {
  color: #6c757d; }

.text-gray-dark {
  color: #343a40; }

.text-theme-1 {
  color: #6360e7; }

.text-theme-2 {
  color: #01c851; }

.text-light-theme-1 {
  color: #B5B3F8; }

.text-light-accent-1 {
  color: #e2e2fe; }

.text-dark-accent-1 {
  color: #213862; }

.text-blue-accent-2 {
  color: rgba(33, 56, 98, 0.7); }

.primary-bg {
  background-color: #007bff; }

.secondary-bg {
  background-color: #6c757d; }

.success-bg {
  background-color: #28a745; }

.info-bg {
  background-color: #17a2b8; }

.warning-bg {
  background-color: #ffc107; }

.danger-bg {
  background-color: #dc3545; }

.light-bg {
  background-color: #f8f9fa; }

.dark-bg {
  background-color: #343a40; }

.theme-1-bg {
  background-color: #6360e7; }

.theme-2-bg, input[type="submit"]:not(.logout), button[type="submit"]:not(.logout) {
  background-color: #01c851; }

.light-accent-1-bg {
  background-color: #e2e2fe; }

.dark-accent-1-bg {
  background-color: #213862; }

.blue-accent-2-bg {
  background-color: rgba(33, 56, 98, 0.7); }

.white-bg {
  background-color: #FFF; }

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: Arial; }

.desktop-center-logo {
  width: 100%;
  max-width: 282px; }

h1.custom-h1tag {
  font-size: 3.25rem; }

h2.custom-h2tag {
  font-size: 2.375rem;
  letter-spacing: 2px; }

h1, h2 {
  font-family: Arial; }

.img-thumbnail {
  padding: 0;
  border: 2px solid #fff;
  border-radius: 8px; }

.cus-mt-129 {
  margin-bottom: 4.8rem; }

.reg-link {
  font-size: 22px;
  font-family: Arial;
  color: #fff;
  margin-right: 60px; }

/* Nav bar
-------------------------------------------------- */
.nav-tabs {
  background-color: #6360e7;
  color: white;
  font-family: Arial, Helvetica, sans-serif; }

.nav-tabs > li > a:hover {
  background-color: #B5B3F8;
  border-color: #B5B3F8;
  color: white !important; }

.nav-tabs > li > a.active {
  background-color: white;
  border-color: #6360e7;
  color: #6360e7 !important; }

.navbar-bars {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-bars-light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(226, 226, 254, 100)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-toggler {
  background-color: transparent;
  /* pick your color */ }

.nav-bg-light, .nav-tabs .user-nav, .user-nav {
  background-color: #e2e2fe; }
  .nav-bg-light a, .nav-tabs .user-nav a, .user-nav a, .nav-bg-light .navbar-brand, .user-nav .navbar-brand, .nav-bg-light .navbar-link, .user-nav .navbar-link, .nav-bg-light .navbar-text, .user-nav .navbar-text, .nav-bg-light .nav-item, .user-nav .nav-item {
    color: #213862; }

.nav-bg-theme-1, .nav-tabs .main-nav, .main-nav {
  background-color: #6360e7; }
  .nav-bg-theme-1 a, .nav-tabs .main-nav a, .main-nav a, .nav-bg-theme-1 .navbar-brand, .main-nav .navbar-brand, .nav-bg-theme-1 .navbar-link, .main-nav .navbar-link, .nav-bg-theme-1 .navbar-text, .main-nav .navbar-text, .nav-bg-theme-1 .nav-item, .main-nav .nav-item {
    color: white; }

.nav-bg-dark {
  background-color: #213862;
  color: white; }

nav.custom-nav {
  padding-top: 3.2rem;
  padding-bottom: 0; }

.show.navbar-collapse {
  flex-basis: auto;
  display: flex; }

nav.custom-nav .navbar-nav {
  margin-left: auto !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.show .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.nav-tabs .main-nav {
  border: none; }

.nav-tabs.main-nav > li > a:hover {
  background-color: #B5B3F8;
  border-color: #B5B3F8;
  color: white !important; }

.nav-tabs.main-nav > li > a.active {
  background-color: #e2e2fe;
  border-color: #6360e7;
  color: #213862 !important; }

.nav-tabs.user-nav > li > a:hover {
  background-color: white;
  border-color: white;
  color: #213862 !important; }

.nav-tabs.user-nav > li > a.active {
  background-color: #6360e7;
  border-color: #6360e7;
  color: white !important; }

.main-nav {
  color: white;
  border: none; }

.user-nav {
  color: #213862; }
  .user-nav .navbar-brand {
    align-self: center; }

.navbar-brand {
  padding-bottom: 0rem;
  padding-top: 0rem;
  vertical-align: middle; }

.user-nav.navbar-brand, .user-nav > a > .navbar-brand {
  font-size: 1rem; }

.user-nav > li > select {
  background-color: #e2e2fe !important;
  border-color: #213862 !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23213862' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/11px 12px !important;
  color: #213862 !important;
  width: 100% !important; }

.menunav-reg.reg-link {
  margin-right: 0; }

.menunav-reg.reg-link a {
  /*font-size:22px;*/
  font-size: 26px;
  font-family: Arial;
  color: #fff;
  margin-right: 0px;
  font-weight: bold; }

.menunav-reg.reg-link a:hover {
  text-decoration: none; }

.bg-private-color {
  background-color: #e2e2fe;
  color: #213862;
  border-radius: 5px; }
  .bg-private-color .bg-private-color a {
    background-color: #e2e2fe;
    color: #213862; }

.sub-menu-img {
  min-height: 127px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 10px solid #e2e2fe;
  border-radius: 16px; }

.sub-menu-linkh2 h2 {
  width: 100%;
  text-align: center;
  color: #213862; }

.sub-menu-linkh2 a {
  font-size: 55px;
  font-family: Arial;
  font-weight: 400;
  color: #213862; }

.sub-menu-linkh2 h2 a:hover {
  text-decoration: none; }

.sub-menu-linkh2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center; }

.menu-logo-cvr a, .menu-close-icon-cvr a {
  margin: 0 auto; }

.menu-logo-cvr, .menu-close-icon-cvr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center; }

.custom-main-menu-cvr {
  border-radius: 5px; }

.custom-main-menu-cvr li.nav-item {
  /*margin: 0 160px 0 0;*/
  margin: 0 130px 0 0; }

.custom-main-menu-cvr li.nav-item:last-child {
  margin: 0; }

.custom-main-menu-cvr .navbar-expand-lg .navbar-collapse {
  display: block !important; }

.custom-main-menu-cvr .navbar-nav .nav-link {
  font-size: 26px;
  font-family: Arial; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

.main-menu-regbtn {
  width: auto;
  position: absolute;
  /*top: 11px;*/
  top: 6px;
  right: 0;
  text-align: right; }

.main-menu-regbtn a {
  margin: 0; }

.custom-main-menu-cvr {
  display: none;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s; }

/*.menu-logo-cvr{opacity : 0;transition:opacity 1s; }
.menu-expaned .menu-logo-cvr{opacity : 1;}*/
.menu-expaned .custom-main-menu-cvr {
  display: block; }
  .menu-expaned .custom-main-menu-cvr a, .menu-expaned .custom-main-menu-cvr .nav-link, .menu-expaned .custom-main-menu-cvr .navbar-nav .active > .nav-link {
    color: #213862; }
  .menu-expaned .custom-main-menu-cvr .menunav-reg a {
    vertical-align: middle; }

.menu-expaned .home-properties {
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s; }

.menu-logo-cvr a {
  position: absolute;
  left: -100%;
  transition: 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s; }

.iebroser-dec.menu-expaned .menu-logo-cvr a.desk-logo {
  margin-top: -20px !important; }

.menu-expaned .menu-logo-cvr a {
  left: 60px !important; }

.main-menu-cvr {
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 30px;
  display: none; }

.menu-expaned .main-menu-cvr {
  display: block;
  -webkit-animation: slide-down .8s ease-out;
  -moz-animation: slide-down .8s ease-out; }

.menu-expaned .homepage-cvr {
  opacity: 0;
  transition: opacity 0s;
  /*display: none;*/
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden; }

.homepage-cvr {
  opacity: 1;
  transition: opacity 1s;
  display: block; }

.col.cust-sub-menucvr {
  padding-left: 2.4rem;
  padding-right: 2.4rem; }

.mobile-logo {
  display: none; }

.mobile-top-menu {
  display: none; }

.menu-not-clicked .col-lg-2.col-md-1.col-sm-6.menu-nav-mobile a {
  color: #fff;
  font-weight: bold; }

.menu-not-clicked .col-lg-2.col-md-1.col-sm-6.menu-nav-mobile a:hover {
  color: #fff;
  text-decoration: none; }

.menu-expaned .col-lg-2.col-md-1.col-sm-6.menu-nav-mobile span.nav-link.reg-link.home-properties {
  display: none;
  color: transparent; }

.menu-expaned .col-lg-2.col-md-1.col-sm-6.menu-nav-mobile a {
  color: transparent; }

.menu-not-clicked .col-lg-2.col-md-1.col-sm-6.menu-nav-mobile {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-lg-8.col-md-10.col-sm-12.cust-sub-menucvr {
  padding: 0 38px; }

.floting-chat {
  width: 51px;
  background-image: url("/images/chat-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 183px;
  position: absolute;
  right: 0;
  top: 36%;
  z-index: 99; }

.slick-cus-img-cvr img {
  width: 100%; }

.slick-img-title {
  position: absolute;
  z-index: 999;
  bottom: 35px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: rgba(99, 96, 231, 0.88);
  padding: 10px 0;
  border-radius: 5px; }

a.slick-url-traget {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999; }

.custom-slick-fullcvr {
  bottom: 0px; }

/*slick css button*/
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  bottom: 60px;
  color: #fff;
  border: 0;
  background: none;
  z-index: 1; }

.slick-prev {
  left: 0; }

.slick-prev:after {
  content: "\f104";
  font: 40px/1 "FontAwesome"; }

.slick-next {
  right: 0;
  text-align: right; }

.slick-next:after {
  content: "\f105";
  font: 40px/1 "FontAwesome"; }

.slick-prev:hover:after,
.slick-next:hover:after {
  color: #7e7e7e; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none !important;
  right: 20px;
  top: 12px; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #FFF;
  border-radius: 0px; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 0px;
  content: ""; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px;
  width: 29px; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  width: 100%; }

.c-hamburger.c-hamburger--htx.is-active {
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto; }

.is-active.c-hamburger {
  top: 2px; }

.button-transparent {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none; }

@media only screen and (max-width: 991px) {
  h2.custom-h2tag {
    font-size: 2rem; }
  .desktop-center-logo {
    max-width: 250px; }
  .cus-mt-129 {
    margin-top: 3rem; } }

/*body{overflow:hidden;}*/
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-4%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

/**/
.mobile_landscape .custom-slick-fullcvr {
  display: none; }

.mobile_landscape .desktop-center-logo {
  max-width: 182px; }

.mobile_landscape .cus-mt-129 {
  margin-top: 0;
  margin-bottom: 40px; }

@media only screen and (max-width: 1700px) {
  .menu-expaned .menu-logo-cvr a {
    left: 25px !important; }
  .custom-main-menu-cvr li.nav-item {
    /*margin: 0 120px 0 0;*/
    margin: 0 80px 0 0; } }

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .desktop-center-logo {
    max-width: 200px; }
  .cus-mt-129 {
    margin-bottom: 2rem; }
  h1.custom-h1tag {
    font-size: 2.9rem; }
  h2.custom-h2tag {
    font-size: 1.8rem; } }

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .desktop-center-logo {
    max-width: 200px; }
  .cus-mt-129 {
    margin-bottom: 2rem; }
  h1.custom-h1tag {
    font-size: 2.9rem; }
  h2.custom-h2tag {
    font-size: 1.8rem; } }

@media only screen and (max-width: 1600px) {
  .menu-expaned .menu-logo-cvr a {
    left: 15px !important; }
  .custom-main-menu-cvr li.nav-item {
    /*margin: 0 120px 0 0;*/
    margin: 0 50px 0 0; }
  .sub-menu-linkh2 a {
    font-size: 45px; } }

@media only screen and (max-width: 1440px) {
  .menu-expaned .menu-logo-cvr a {
    left: 65px !important; }
  .custom-main-menu-cvr li.nav-item {
    margin: 0 40px 0 0; }
  .desk-logo {
    display: none; }
  .mobile-logo {
    display: block; }
  .reg-link {
    margin-right: 20px; }
  .c-hamburger {
    right: 0;
    margin: 0 6px; }
  .is-active.c-hamburger {
    top: 0px; }
  .custom-main-menu-cvr .navbar-nav .nav-link {
    font-size: 22px; }
  .menunav-reg.reg-link a {
    font-size: 22px; } }

@media only screen and (max-width: 1300px) {
  .sub-menu-linkh2 a {
    font-size: 30px; }
  .sub-menu-img {
    min-height: 110px; }
  /*.custom-nav .col-2, .main-menu-cvr .col-2{
		flex: 0 0 8.666667%;
		max-width: 8.666667%;
	}*/
  .menu-expaned .menu-logo-cvr a {
    left: 0 !important; }
  .custom-main-menu-cvr li.nav-item {
    margin: 0 35px 0 0; }
  /*.c-hamburger{top:0; right:0;}*/ }

@media only screen and (max-width: 1200px) {
  nav.custom-nav {
    padding-top: 3rem; }
  .menu-not-clicked .menu-nav-mobile {
    width: 100%;
    max-width: 100%; }
  .menu-expaned .alert-notification {
    display: none; }
  .menu-expaned .regli {
    display: none; }
  .custom-main-menu-cvr .navbar-nav .nav-link {
    font-size: 18px; }
  .main-menu-regbtn {
    top: 7px; }
  .reg-link {
    font-size: 18px; }
  .menunav-reg.reg-link a {
    font-size: 18px; } }

@media only screen and (max-width: 1024px) {
  .cus-mt-129 {
    margin-bottom: 2.8rem; }
  .desktop-center-logo {
    max-width: 250px; }
  h1.custom-h1tag {
    font-size: 2.5rem; }
  h2.custom-h2tag {
    font-size: 1.6rem; }
  .custom-main-menu-cvr li.nav-item {
    margin: 0 25px 0 0; } }

@media only screen and (max-width: 991px) {
  .col-lg-8.col-md-10.col-sm-12.cust-sub-menucvr {
    padding: 0 30px; } }

@media only screen and (max-width: 940px) {
  .custom-main-menu-cvr li.nav-item {
    margin: 0 20px 0 0; }
  .custom-main-menu-cvr .navbar-nav .nav-link {
    font-size: 18px; }
  .menunav-reg.reg-link a {
    font-size: 18px; }
  .main-menu-regbtn {
    top: 8px; } }

@media only screen and (max-width: 767px) {
  h1.custom-h1tag {
    font-size: 2.5rem; }
  h2.custom-h2tag {
    font-size: 1.5rem; }
  .desktop-center-logo {
    max-width: 250px; }
  .cus-mt-129 {
    margin-top: 5rem; }
  .custom-nav .col-2, .main-menu-cvr .col-2 {
    display: none; }
  .c-hamburger {
    top: 12px;
    right: 20px; }
  .custom-main-menu-cvr {
    order: 3;
    margin-top: 25px; }
  nav.custom-nav {
    padding-top: 1.2rem; }
  .c-hamburger {
    right: 0; }
  .menu-nav-mobile {
    padding: 0;
    margin: 0; }
  .menu-expaned .mobile-logo {
    display: none !important; }
  .menu-expaned .desk-logo {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  h1.custom-h1tag {
    font-size: 2rem; }
  h2.custom-h2tag {
    font-size: 1rem; }
  .desktop-center-logo {
    max-width: 250px; }
  .slick-img-title {
    font-size: 13px; } }

@media only screen and (max-width: 660px) {
  .custom-main-menu-cvr .navbar-nav .nav-link {
    font-size: 18px; }
  .main-menu-regbtn {
    top: 7px; }
  .custom-main-menu-cvr li.nav-item {
    margin: 0 10px 0 0; } }

@media only screen and (max-width: 600px) {
  .custom-main-menu-cvr .navbar-nav .nav-link {
    font-size: 16px; }
  .menunav-reg.reg-link a {
    font-size: 16px; }
  .main-menu-regbtn {
    top: 7px; }
  .reg-link {
    font-size: 16px; }
  .sub-menu-linkh2 a {
    font-size: 22px; } }

@media only screen and (max-width: 575px) {
  .desk-logo {
    top: 0; }
  .custom-main-menu-cvr {
    margin-top: 30px; }
  .custom-main-menu-cvr .navbar {
    padding-left: 0;
    padding-right: 0; }
  .custom-main-menu-cvr li.nav-item {
    margin: 0 5px 0 0; }
  .menu-not-clicked .col-lg-2.col-md-1.col-sm-6.menu-nav-mobile {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/* Landscape */
/*@media only screen 
  and (min-device-width: 560px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	
}*/
@media only screen and (max-width: 525px) {
  nav.custom-nav .navbar-nav.action-buttons {
    flex-direction: row !important; }
  nav.custom-nav .navbar-nav {
    flex-direction: column !important; }
  .main-menu-regbtn {
    width: 100%;
    position: relative;
    top: 11px;
    right: 0;
    text-align: left;
    top: 0 !important;
    padding: 0 !important;
    margin: 0 !important; }
  .reg-link.menunav-reg {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 0;
    padding-bottom: 16px; }
  .menunav-reg.reg-link a {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .is-active.c-hamburger {
    top: 10px; }
  .desktop-center-logo {
    max-width: 160px; }
  nav.custom-nav {
    padding-top: 1.2rem; }
  .cus-mt-129 {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .slick-slide {
    width: 60%; }
  .slick-cus-img-cvr img {
    width: 250px;
    margin: 0 auto; }
  .slick-img-title {
    width: 250px; }
  h1.custom-h1tag {
    font-size: 1.4rem; }
  .floting-chat {
    width: 35px;
    height: 132px; } }

@media only screen and (max-width: 460px) {
  /*	nav.custom-nav .navbar-nav.action-buttons{flex-direction: row !important;}
	nav.custom-nav .navbar-nav{flex-direction: column !important;}
	.main-menu-regbtn {
    width: 100%;
    position: relative;
    top: 11px;
    right: 0;
    text-align: left;
    top: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}*/
  .reg-link {
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff; }
  .reg-link:hover {
    color: #fff; }
  .slick-img-title {
    font-size: 12px; } }

@media only screen and (max-width: 380px) {
  .desktop-center-logo {
    max-width: 120px; }
  .slick-cus-img-cvr img {
    width: 220px; }
  .slick-img-title {
    width: 220px;
    font-size: 12px; }
  .cus-mt-129 {
    margin-bottom: 2rem; }
  .container-fluid.fixed-bottom.mb-4 {
    margin-bottom: .5rem !important; } }

/*@media screen and (min-width:864px) and (max-width:1536px) and (orientation:landscape) {
	.desktop-center-logo {max-width: 150px;margin-bottom: 40px;margin-top: 15px;}
	h1.custom-h1tag {font-size: 2.5rem;}
	h2.custom-h2tag {font-size: 1.5rem;}
}*/
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  desktop-center-logo {
    max-width: 200px;
    margin-bottom: 50px;
    margin-top: 50px; }
  .desktop-center-logo {
    max-width: 150px;
    margin-bottom: 40px;
    margin-top: 15px; }
  /*h1.custom-h1tag {font-size: 2.25rem;}
	h2.custom-h2tag {font-size: 1.375rem;}*/
  nav.custom-nav {
    padding-top: 1.2rem; } }

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
  .bottom-slick-slider {
    display: none !important; } }

@media screen and (min-width: 375px) and (max-width: 823px) and (orientation: landscape) {
  .desktop-center-logo {
    max-width: 170px;
    margin-bottom: 50px;
    margin-top: 0; }
  .desktop-center-logo {
    max-width: 180px;
    margin-bottom: 30px;
    margin-top: 30px; }
  h1.custom-h1tag {
    font-size: 2rem; }
  h2.custom-h2tag {
    font-size: 1.2rem; } }

@media screen and (min-width: 1024px) and (max-height: 670px) {
  .desktop-center-logo {
    max-width: 200px;
    margin-bottom: 40px;
    margin-top: 50px; }
  .bottom-slick-slider {
    display: none !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .desktop-center-logo {
    max-width: 150px;
    margin-bottom: 30px;
    margin-top: 0; }
  .bottom-slick-slider {
    display: none !important; } }

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center; }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6; }

h1 {
  text-align: center; }

.logout {
  color: #213862;
  background-color: #e2e2fe; }

.selected {
  background-color: #213862;
  color: white; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.btn-green {
  background-color: #12DE6D;
  border-radius: 5px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.errorMsg {
  color: #D8000C;
  background-color: #FFD2D2;
  margin: 10px 0px;
  padding: 12px; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

.container {
  padding-bottom: 2.5em; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5em;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */ }

input, textarea {
  background-color: #6360e7;
  border-radius: 5px; }

.transparent-div {
  /* default fallback */
  background: white transparent;
  /* nice browsers */
  background: rgba(255, 255, 255, 0.2);
  /* IE 6/7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
  border-radius: 5px; }

.login-input {
  background-color: #6360e7;
  border-radius: 5px;
  color: #fff; }

/* Nav bar
-------------------------------------------------- */
.nav-tabs {
  background-color: #6360e7;
  color: white;
  font-family: Arial, Helvetica, sans-serif; }

.nav-tabs > li > a:hover {
  background-color: #B5B3F8;
  border-color: #B5B3F8;
  color: white !important; }

.nav-tabs > li > a.active {
  background-color: white;
  border-color: #6360e7;
  color: #6360e7 !important; }

/* Form Styles
-------------------------------------------------- */
.required1:before {
  color: red;
  font-weight: bold;
  content: " *"; }

.required:after {
  color: red;
  font-weight: bold;
  content: " *"; }

.required2 {
  color: red;
  font-weight: bold;
  content: " *"; }

.footnote:before {
  font-weight: bold;
  content: "**"; }

.input-icon {
  position: relative; }

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal; }

.input-icon > input {
  padding-left: 25px;
  padding-right: 0; }

/* Images
-------------------------------------------------- */
.center-cropped {
  object-fit: cover;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
  height: 200px;
  width: 100%; }

.progressbar {
  counter-reset: step; }

.progressbar li {
  list-style-type: none;
  align-content: center;
  width: 33.3%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d; }

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white; }

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1; }

.progressbar li.active, li.complete {
  color: #55b776; }

.progressbar li.active:before {
  border-color: #55b776; }

.progressbar li.complete:before {
  content: '\2713';
  color: #55b776;
  line-height: 30px;
  border: 2px solid #55b776;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white; }

.progressbar li.active:after, li.complete:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #55b776;
  top: 15px;
  left: -50%;
  z-index: -1; }

.progressbar li:first-child:after {
  content: none; }

body {
  background: url("/images/desktop_bg.jpg") no-repeat center center fixed; }

.environmentalStyle {
    color: white;
    position: relative;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    border-width: 1px;
    display: inline;
    padding: 10px;
    font-size: 20px;
    background-color: black;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 0px !important;
    float: right;
}