@font-face {
    font-family: "gilroy extrabold";
    src: url("../fonts/gilroy/Gilroy-Extrabold.otf") format("opentype");
    src: url('../fonts/gilroy/Gilroy-ExtraBold.eot');
    src: url('../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-ExtraBold.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-ExtraBold.svg#NexaText-Light') format('svg');
}
@font-face {
    font-family: "lato regular";
    src: url("../fonts/lato/Lato-Regular.otf") format("opentype");
    src: url('../fonts/lato/Lato-Regular.eot');
    src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
    url('../fonts/lato/Lato-Regular.woff') format('woff'),
    url('../fonts/lato/Lato-Regular.ttf') format('truetype'),
    url('../fonts/lato/Lato-Regular.svg#NexaText-Light') format('svg');
}

@font-face {
    font-family: "lato bold";
    src: url("../fonts/lato/Lato-Bold.otf") format("opentype");
    src: url('../fonts/lato/Lato-Bold.eot');
    src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato/Lato-Bold.woff2') format('woff2'),
    url('../fonts/lato/Lato-Bold.woff') format('woff'),
    url('../fonts/lato/Lato-Bold.ttf') format('truetype'),
    url('../fonts/lato/Lato-Bold.svg#NexaText-Light') format('svg');
}

@font-face {
    font-family: "gilroy light";
    src: url("../fonts/gilroy/Gilroy-Light.otf") format("opentype");
    src: url('../fonts/gilroy/Gilroy-Light.eot');
    src: url('../fonts/gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Light.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Light.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-Light.svg#NexaText-Light') format('svg');
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

.extrabold {
  font-family: "gilroy extrabold";
  font-weight: normal;
}
.latobold{
  font-family: "lato bold";
  font-weight: normal;
}
.gilroy-light{
font-family: "gilroy light" !important;
font-weight: normal !important;
}
h1, h2, h3, h4, h5, h6{
	color:#364455;
  font-weight: normal;
  font-family: "gilroy extrabold";

}
.ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-right .icon-mobile-menu{
  position: relative;
}
.header-right .icon-mobile-menu:before{
  background: url(../images/toogle.svg) no-repeat;
  width: 22px;
  height: 25px;
  content: '';
  right: -5px;
  top: -5px;
  position: ABSOLUTE;
}
.ratio::before {
  display: block;
  width: 100%;
  content: "";
}

.ratio-1\:1::before {
  padding-bottom: 100%;
}

.ratio-2\:1::before {
  padding-bottom: 50%;
}

.ratio-2\:3::before {
  padding-bottom: 150%;
}

.ratio-3\:2::before {
  padding-bottom: 66.66667%;
}

.ratio-3\:4::before {
  padding-bottom: 133.33333%;
}

.ratio-4\:3::before {
  padding-bottom: 75%;
}

.ratio-5\:4::before {
  padding-bottom: 80%;
}

.ratio-8\:5::before {
  padding-bottom: 62.5%;
}

.ratio-16\:9::before {
  padding-bottom: 56.25%;
}

.ratio-30\:16::before {
  padding-bottom: 53.33333%;
}

.ratio-30\:35::before {
  padding-bottom: 116.66667%;
}

.ratio-63\:57::before {
  padding-bottom: 90.47619%;
}


:root {
  --font-primary: "lato regular";
  --text-6: 6px;
  --text-9: 9px;
  --text-11: 11px;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-17: 17px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-30: 30px;
  --text-35: 35px;
  --text-40: 40px;
  --text-45: 45px;
  --text-50: 50px;
  --text-55: 55px;
  --text-60: 60px;
  --text-64: 64px;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-dark-1: #140342;
  --color-dark-2: #1A064F;
  --color-dark-3: #6A7A99;
  --color-dark-4: #242239;
  --color-dark-5: #282664;
  --color-dark-6: #311F61;
  --color-dark-7: #EAE9EF;
  --color-dark-8: #202124;
  --color-light-1: #4F547B;
  --color-light-2: #E4E7EA;
  --color-light-3: #EEF2F6;
  --color-light-4: #F7F8FB;
  --color-light-5: #EDEDED;
  --color-light-6: #F5F7FE;
  --color-light-7: #E5F0FD;
  --color-light-8: #DDDDDD;
  --color-light-9: #EEF2F6;
  --color-light-10: #F4F3F6;
  --color-light-11: #EBEAFE;
  --color-light-12: #CCE0F8;
  --color-purple-1: #6440FB;
  --color-purple-2: #E3EDFD;
  --color-purple-3: #F4F1FE;
  --color-purple-4: #7545F0;
  --color-purple-5: #EAE3FD;
  --color-green-1: #00FF84;
  --color-green-2: #DEF5F0;
  --color-green-3: #EEF8F5;
  --color-green-4: #04D697;
  --color-green-5: #34A853;
  --color-green-6: #DFF1DD;
  --color-green-7: #D9FFED;
  --color-orange-1: #E8543E;
  --color-orange-2: #F7E9E7;
  --color-orange-3: #FDF2EB;
  --color-orange-4: #E97D38;
  --color-orange-5: #FDEEEC;
  --color-orange-6: #E78E34;
  --color-orange-7: #FBEEE1;
  --color-red-1: #F01E00;
  --color-red-2: #FCE5E2;
  --color-red-3: #D93025;
  --color-beige-1: #FEFBF4;
  --color-blue-1: #65C2F9;
  --color-blue-2: #EFF9FE;
  --color-blue-3: #1967D2;
  --color-blue-4: #508EF0;
  --color-blue-5: #445B95;
  --color-blue-6: #E5EEFD;
  --color-blue-7: #E3E6EF;
  --color-yellow-1: #E59819;
  --color-yellow-2: #FDF8EB;
  --color-yellow-3: #ECB53E;
  --color-yellow-4: #F9AB00;
  --color-yellow-5: #FCEDCD;
  --color-info-1: #CDE9F6;
  --color-info-2: #4780AA;
  --color-warning-1: #F7F3D7;
  --color-warning-2: #927238;
  --color-error-1: #ECC8C5;
  --color-error-2: #AB3331;
  --color-success-1: #DEF2D7;
  --color-success-2: #5B7052;
}

[data-anim-wrap] {
  pointer-events: none;
}

[data-anim-wrap].animated {
  pointer-events: auto;
}

[data-anim*='cover-white']::after,
[data-anim-child*='cover-white']::after {
  background-color: white;
}

[data-anim*='cover-black']::after,
[data-anim-child*='cover-black']::after {
  background-color: black;
}

[data-anim*='cover-light-1']::after,
[data-anim-child*='cover-light-1']::after {
  background-color: var(--bg-light-1);
}

[data-anim*='cover-light-2']::after,
[data-anim-child*='cover-light-2']::after {
  background-color: var(--bg-light-2);
}

[data-anim*='cover-dark-1']::after,
[data-anim-child*='cover-dark-1']::after {
  background-color: var(--bg-dark-1);
}

[data-anim*='cover-dark-2']::after,
[data-anim-child*='cover-dark-2']::after {
  background-color: var(--bg-dark-2);
}

[data-anim*='cover-accent']::after,
[data-anim-child*='cover-accent']::after {
  background-color: var(--accent-color);
}

@-webkit-keyframes reveal {
  100% {
    opacity: 1;
  }
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}

[data-anim^='cover-right'],
[data-anim-child^='cover-right'] {
  display: block;
  position: relative;
}

[data-anim^='cover-right']::after,
[data-anim-child^='cover-right']::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transform: scaleX(0);
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-anim^='cover-right'] > *,
[data-anim-child^='cover-right'] > * {
  opacity: 0;
  pointer-events: none;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 20ms;
          animation-duration: 20ms;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
          animation-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

[data-anim^='cover-right'].is-in-view::after,
[data-anim-child^='cover-right'].is-in-view::after {
  -webkit-animation-name: coverRight;
          animation-name: coverRight;
}

[data-anim^='cover-right'].is-in-view > *,
[data-anim-child^='cover-right'].is-in-view > * {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  pointer-events: auto;
}

[data-anim^='cover-up'],
[data-anim-child^='cover-up'] {
  display: block;
  position: relative;
}

[data-anim^='cover-up']::after,
[data-anim-child^='cover-up']::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transform: scaleY(0);
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-anim^='cover-up'] > *,
[data-anim-child^='cover-up'] > * {
  opacity: 0;
  pointer-events: none;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 20ms;
          animation-duration: 20ms;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
          animation-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

[data-anim^='cover-up'].is-in-view::after,
[data-anim-child^='cover-up'].is-in-view::after {
  -webkit-animation-name: coverUp;
          animation-name: coverUp;
}

[data-anim^='cover-up'].is-in-view > *,
[data-anim-child^='cover-up'].is-in-view > * {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  pointer-events: auto;
}

@-webkit-keyframes coverRight {
  0% {
    transform-origin: 0 50%;
    transform: scaleX(0);
  }
  42% {
    transform-origin: 0 50%;
    transform: scaleX(1);
  }
  58% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}

@keyframes coverRight {
  0% {
    transform-origin: 0 50%;
    transform: scaleX(0);
  }
  42% {
    transform-origin: 0 50%;
    transform: scaleX(1);
  }
  58% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}

@-webkit-keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  42% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  58% {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
  100% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
}

@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  42% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  58% {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
  100% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
}

[data-anim^='img-fade'],
[data-anim-child^='img-fade'] {
  overflow: hidden;
  display: block;
  position: relative;
}

[data-anim^='img-fade'] > *,
[data-anim-child^='img-fade'] > * {
  pointer-events: none;
  opacity: 0;
  transform: scale(1.5);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-anim^='img-fade'].is-in-view > *,
[data-anim-child^='img-fade'].is-in-view > * {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-anim^='img-right'],
[data-anim-child^='img-right'] {
  overflow: hidden;
  display: block;
  position: relative;
}

[data-anim^='img-right']::after,
[data-anim-child^='img-right']::after {
  content: "";
  position: absolute;
  top: -0.06667rem;
  left: -0.06667rem;
  right: 0;
  z-index: 20;
  height: calc(100% + 0.125rem);
  width: calc(100% + 0.125rem);
  transform-origin: right;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

[data-anim^='img-right'] > *,
[data-anim-child^='img-right'] > * {
  transform-origin: center;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

[data-anim^='img-right'].is-in-view::after,
[data-anim-child^='img-right'].is-in-view::after {
  -webkit-animation-name: imgRight;
          animation-name: imgRight;
}

[data-anim^='img-right'].is-in-view > *,
[data-anim-child^='img-right'].is-in-view > * {
  -webkit-animation-name: imgReveal;
          animation-name: imgReveal;
}

@-webkit-keyframes imgRight {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes imgRight {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@-webkit-keyframes imgReveal {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.01);
  }
}

@keyframes imgReveal {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.01);
  }
}

[data-anim^='slide-'],
[data-anim-child^='slide-'] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='slide-'].is-in-view,
[data-anim-child^='slide-'].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

[data-anim^='slide-up'],
[data-anim-child^='slide-up'] {
  transform: translate3d(0, 40px, 0);
}

[data-anim^='slide-down'],
[data-anim-child^='slide-down'] {
  transform: translate3d(0, -40px, 0);
}

[data-anim^='slide-right'],
[data-anim-child^='slide-right'] {
  transform: translate3d(-40px, 0, 0);
}

[data-anim^='slide-left'],
[data-anim-child^='slide-left'] {
  transform: translate3d(40px, 0, 0);
}

[data-anim^='fade'],
[data-anim-child^='fade'] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-anim^='fade'].is-in-view,
[data-anim-child^='fade'].is-in-view {
  opacity: 1;
  pointer-events: auto;
}

[data-anim^='scale'],
[data-anim-child^='scale'] {
  opacity: 0;
  transform: scale(0.9) translateY(60px);
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='scale'].is-in-view,
[data-anim-child^='scale'].is-in-view {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

[data-anim^='fancy-1'],
[data-anim-child^='fancy-1'] {
  opacity: 0;
  transform: translateY(120px) rotateY(20deg);
  transform-origin: left;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='fancy-1'].is-in-view,
[data-anim-child^='fancy-1'].is-in-view {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

[data-anim^='fancy-2'],
[data-anim-child^='fancy-2'] {
  opacity: 0;
  transform: translateY(120px) rotateY(40deg) scaleX(1.3);
  transform-origin: left;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='fancy-2'].is-in-view,
[data-anim-child^='fancy-2'].is-in-view {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.float-animation {
  -webkit-animation: floatOne 1s ease-out infinite alternate;
          animation: floatOne 1s ease-out infinite alternate;
}

@-webkit-keyframes floatOne {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}

@keyframes floatOne {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}

.float-animation-sm {
  -webkit-animation: floatTwo 1s ease-out infinite alternate;
          animation: floatTwo 1s ease-out infinite alternate;
}

@-webkit-keyframes floatTwo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

@keyframes floatTwo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.pulse-animation {
  position: relative;
  z-index: 1;
}

.pulse-animation::after {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-animation: video_btn_pulse 3.0s infinite;
          animation: video_btn_pulse 3.0s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes video_btn_pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  75% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@keyframes video_btn_pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  75% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

[data-anim*="delay-1"]::after,
[data-anim-child*="delay-1"]::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

[data-anim*="delay-1"] > *,
[data-anim-child*="delay-1"] > * {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

[data-anim*="delay-2"]::after,
[data-anim-child*="delay-2"]::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

[data-anim*="delay-2"] > *,
[data-anim-child*="delay-2"] > * {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

[data-anim*="delay-3"],
[data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

[data-anim*="delay-3"]::after,
[data-anim-child*="delay-3"]::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

[data-anim*="delay-3"] > *,
[data-anim-child*="delay-3"] > * {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

[data-anim*="delay-4"],
[data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

[data-anim*="delay-4"]::after,
[data-anim-child*="delay-4"]::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

[data-anim*="delay-4"] > *,
[data-anim-child*="delay-4"] > * {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

[data-anim*="delay-5"],
[data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

[data-anim*="delay-5"]::after,
[data-anim-child*="delay-5"]::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

[data-anim*="delay-5"] > *,
[data-anim-child*="delay-5"] > * {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

[data-anim*="delay-6"],
[data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

[data-anim*="delay-6"]::after,
[data-anim-child*="delay-6"]::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

[data-anim*="delay-6"] > *,
[data-anim-child*="delay-6"] > * {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

[data-anim*="delay-7"],
[data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

[data-anim*="delay-7"]::after,
[data-anim-child*="delay-7"]::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

[data-anim*="delay-7"] > *,
[data-anim-child*="delay-7"] > * {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

[data-anim*="delay-8"],
[data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

[data-anim*="delay-8"]::after,
[data-anim-child*="delay-8"]::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

[data-anim*="delay-8"] > *,
[data-anim-child*="delay-8"] > * {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

[data-anim*="delay-9"],
[data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

[data-anim*="delay-9"]::after,
[data-anim-child*="delay-9"]::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

[data-anim*="delay-9"] > *,
[data-anim-child*="delay-9"] > * {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

[data-anim*="delay-10"],
[data-anim-child*="delay-10"] {
  transition-delay: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

[data-anim*="delay-10"]::after,
[data-anim-child*="delay-10"]::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

[data-anim*="delay-10"] > *,
[data-anim-child*="delay-10"] > * {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

[data-anim*="delay-11"],
[data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

[data-anim*="delay-11"]::after,
[data-anim-child*="delay-11"]::after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

[data-anim*="delay-11"] > *,
[data-anim-child*="delay-11"] > * {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

[data-anim*="delay-12"],
[data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

[data-anim*="delay-12"]::after,
[data-anim-child*="delay-12"]::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

[data-anim*="delay-12"] > *,
[data-anim-child*="delay-12"] > * {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

[data-anim*="delay-13"],
[data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

[data-anim*="delay-13"]::after,
[data-anim-child*="delay-13"]::after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

[data-anim*="delay-13"] > *,
[data-anim-child*="delay-13"] > * {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

[data-anim*="delay-14"],
[data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

[data-anim*="delay-14"]::after,
[data-anim-child*="delay-14"]::after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

[data-anim*="delay-14"] > *,
[data-anim-child*="delay-14"] > * {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

[data-anim*="delay-15"],
[data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

[data-anim*="delay-15"]::after,
[data-anim-child*="delay-15"]::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

[data-anim*="delay-15"] > *,
[data-anim-child*="delay-15"] > * {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

[data-anim*="delay-16"],
[data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

[data-anim*="delay-16"]::after,
[data-anim-child*="delay-16"]::after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

[data-anim*="delay-16"] > *,
[data-anim-child*="delay-16"] > * {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

[data-anim*="delay-17"],
[data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

[data-anim*="delay-17"]::after,
[data-anim-child*="delay-17"]::after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

[data-anim*="delay-17"] > *,
[data-anim-child*="delay-17"] > * {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

[data-anim*="delay-18"],
[data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

[data-anim*="delay-18"]::after,
[data-anim-child*="delay-18"]::after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

[data-anim*="delay-18"] > *,
[data-anim-child*="delay-18"] > * {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

[data-anim*="delay-19"],
[data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

[data-anim*="delay-19"]::after,
[data-anim-child*="delay-19"]::after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

[data-anim*="delay-19"] > *,
[data-anim-child*="delay-19"] > * {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

[data-anim*="delay-20"],
[data-anim-child*="delay-20"] {
  transition-delay: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

[data-anim*="delay-20"]::after,
[data-anim-child*="delay-20"]::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

[data-anim*="delay-20"] > *,
[data-anim-child*="delay-20"] > * {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  min-height: 100%;
  font-size: 15px;
  line-height: 1;
}

html:not(.-dark-mode) .-light-d-none {
  display: none;
}

html.-dark-mode .-dark-d-none {
  display: none;
}

html.-dark-mode {
  --color-dark-1: #FFF !important;
  --color-light-3: #2B1C55 !important;
  --color-light-4: #2B1C55 !important;
  --color-light-5: #2B1C55 !important;
  --color-light-6: #2B1C55 !important;
  --color-light-9: #2B1C55 !important;
  --color-purple-3: #2B1C55 !important;
}

html.-dark-mode body {
  background-color: #140342 !important;
  color: var(--color-dark-3) !important;
}

html.-dark-mode .icon-arrow-left,
html.-dark-mode .icon-arrow-right {
  color: white !important;
}

html.-dark-mode .header.-base-sidebar {
  background-color: #140342 !important;
}

html.-dark-mode .header.-base-sidebar .icon {
  color: #6A7A99 !important;
}

html.-dark-mode .dashboard__sidebar {
  background-color: #140342;
}

html.-dark-mode .-dark-sidebar-white {
  color: white !important;
}

html.-dark-mode .-dark-bg-dark-1 {
  background-color: #140342 !important;
}

html.-dark-mode .-dark-bg-dark-2 {
  background-color: #2B1C55 !important;
}

html.-dark-mode .-dark-text-dark-1 {
  color: #140342 !important;
}

html.-dark-mode .-dark-text-white {
  color: white !important;
}

html.-dark-mode .-dark-text-light-1 {
  color: #6A7A99 !important;
}

html.-dark-mode .-dark-border-top-light-5 {
  border-top-color: #EDEDED !important;
}

html.-dark-mode .-dark-bg-purple-1 {
  background-color: var(--color-purple-1) !important;
}

html.-dark-mode .-dark-border-white-10 {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

html.-dark-mode .-dark-border-dark-2 {
  border: 1px solid #2B1C55 !important;
}

html.-dark-mode .sidebar.-base-sidebar .sidebar__item.-is-active {
  color: var(--color-purple-1) !important;
}

html.-dark-mode .-dark-button-dark-1 {
  border-color: #140342 !important;
  background-color: #140342 !important;
}

html.-dark-mode .-dark-button-dark-1:hover {
  color: #140342 !important;
}

html.-dark-mode .form-switch .switch__slider {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

html.-dark-mode .form-switch .switch__slider::before {
  background-color: rgba(255, 255, 255, 0.5);
}

html.-dark-mode .-dark-button-dark-2 {
  border-color: #2B1C55 !important;
  background-color: #2B1C55 !important;
}

html.-dark-mode .-dark-button-white {
  border-color: white !important;
  background-color: white !important;
  color: #140342 !important;
}

html.-dark-mode .-dark-button-white:hover {
  color: white !important;
}

html.-dark-mode .button.-purple-3 {
  color: white !important;
  border-color: transparent !important;
}

body {
  overflow-x: hidden !important;
  padding: 0;
  font-family: var(--font-primary);
  width: 100%;
  max-width: 100%;
  background-color: white;
  color: #727C88;
  font-size: 18px;
  line-height: 24px;
}

.container {
  padding-top: 0;
  padding-bottom: 0;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #1B80CB;
}

a, a:focus, a:visited {
  text-decoration: inherit;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-sm {
  padding: 6px 34px;
  font-size: 15px;
  height: 40px;
}

.button.-md {
  padding: 12px 55px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  height: 60px;
}

.button.-icon {
  min-width: 120px;
  padding: 14px 30px;
  font-size: 15px;
  height: 50px;
}

.button.-single-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button.-narrow {
  min-width: unset;
  padding-left: 25px;
  padding-right: 25px;
  height: 50px;
}

.button.-rounded {
  border-radius: 100px;
}

.button.-underline:hover {
  text-decoration: underline;
}

.button.-white {
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
}

.button.-white:hover {
  background-color: transparent !important;
  color: var(--color-white) !important;
}

.button.-outline-white {
  border: 2px solid var(--color-white);
}

.button.-outline-white:hover {
  background-color: var(--color-white);
  border-color: transparent;
  color: white !important;
}

.button.-black {
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
}

.button.-black:hover {
  background-color: transparent !important;
  color: var(--color-black) !important;
}

.button.-outline-black {
  border: 2px solid var(--color-black);
}

.button.-outline-black:hover {
  background-color: var(--color-black);
  border-color: transparent;
  color: white !important;
}

.button.-dark-1 {
  background-color: var(--color-dark-1);
  border: 2px solid var(--color-dark-1);
}

.button.-dark-1:hover {
  background-color: transparent !important;
  color: var(--color-dark-1) !important;
}

.button.-outline-dark-1 {
  border: 2px solid var(--color-dark-1);
}

.button.-outline-dark-1:hover {
  background-color: var(--color-dark-1);
  border-color: transparent;
  color: white !important;
}

.button.-dark-2 {
  background-color: var(--color-dark-2);
  border: 2px solid var(--color-dark-2);
}

.button.-dark-2:hover {
  background-color: transparent !important;
  color: var(--color-dark-2) !important;
}

.button.-outline-dark-2 {
  border: 2px solid var(--color-dark-2);
}

.button.-outline-dark-2:hover {
  background-color: var(--color-dark-2);
  border-color: transparent;
  color: white !important;
}

.button.-dark-3 {
  background-color: var(--color-dark-3);
  border: 2px solid var(--color-dark-3);
}

.button.-dark-3:hover {
  background-color: transparent !important;
  color: var(--color-dark-3) !important;
}

.button.-outline-dark-3 {
  border: 2px solid var(--color-dark-3);
}

.button.-outline-dark-3:hover {
  background-color: var(--color-dark-3);
  border-color: transparent;
  color: white !important;
}

.button.-dark-4 {
  background-color: var(--color-dark-4);
  border: 2px solid var(--color-dark-4);
}

.button.-dark-4:hover {
  background-color: transparent !important;
  color: var(--color-dark-4) !important;
}

.button.-outline-dark-4 {
  border: 2px solid var(--color-dark-4);
}

.button.-outline-dark-4:hover {
  background-color: var(--color-dark-4);
  border-color: transparent;
  color: white !important;
}

.button.-dark-5 {
  background-color: var(--color-dark-5);
  border: 2px solid var(--color-dark-5);
}

.button.-dark-5:hover {
  background-color: transparent !important;
  color: var(--color-dark-5) !important;
}

.button.-outline-dark-5 {
  border: 2px solid var(--color-dark-5);
}

.button.-outline-dark-5:hover {
  background-color: var(--color-dark-5);
  border-color: transparent;
  color: white !important;
}

.button.-dark-6 {
  background-color: var(--color-dark-6);
  border: 2px solid var(--color-dark-6);
}

.button.-dark-6:hover {
  background-color: transparent !important;
  color: var(--color-dark-6) !important;
}

.button.-outline-dark-6 {
  border: 2px solid var(--color-dark-6);
}

.button.-outline-dark-6:hover {
  background-color: var(--color-dark-6);
  border-color: transparent;
  color: white !important;
}

.button.-dark-7 {
  background-color: var(--color-dark-7);
  border: 2px solid var(--color-dark-7);
}

.button.-dark-7:hover {
  background-color: transparent !important;
  color: var(--color-dark-7) !important;
}

.button.-outline-dark-7 {
  border: 2px solid var(--color-dark-7);
}

.button.-outline-dark-7:hover {
  background-color: var(--color-dark-7);
  border-color: transparent;
  color: white !important;
}

.button.-dark-8 {
  background-color: var(--color-dark-8);
  border: 2px solid var(--color-dark-8);
}

.button.-dark-8:hover {
  background-color: transparent !important;
  color: var(--color-dark-8) !important;
}

.button.-outline-dark-8 {
  border: 2px solid var(--color-dark-8);
}

.button.-outline-dark-8:hover {
  background-color: var(--color-dark-8);
  border-color: transparent;
  color: white !important;
}

.button.-light-1 {
  background-color: var(--color-light-1);
  border: 2px solid var(--color-light-1);
}

.button.-light-1:hover {
  background-color: transparent !important;
  color: var(--color-light-1) !important;
}

.button.-outline-light-1 {
  border: 2px solid var(--color-light-1);
}

.button.-outline-light-1:hover {
  background-color: var(--color-light-1);
  border-color: transparent;
  color: white !important;
}

.button.-light-2 {
  background-color: var(--color-light-2);
  border: 2px solid var(--color-light-2);
}

.button.-light-2:hover {
  background-color: transparent !important;
  color: var(--color-light-2) !important;
}

.button.-outline-light-2 {
  border: 2px solid var(--color-light-2);
}

.button.-outline-light-2:hover {
  background-color: var(--color-light-2);
  border-color: transparent;
  color: white !important;
}

.button.-light-3 {
  background-color: var(--color-light-3);
  border: 2px solid var(--color-light-3);
}

.button.-light-3:hover {
  background-color: transparent !important;
  color: var(--color-light-3) !important;
}

.button.-outline-light-3 {
  border: 2px solid var(--color-light-3);
}

.button.-outline-light-3:hover {
  background-color: var(--color-light-3);
  border-color: transparent;
  color: white !important;
}

.button.-light-4 {
  background-color: var(--color-light-4);
  border: 2px solid var(--color-light-4);
}

.button.-light-4:hover {
  background-color: transparent !important;
  color: var(--color-light-4) !important;
}

.button.-outline-light-4 {
  border: 2px solid var(--color-light-4);
}

.button.-outline-light-4:hover {
  background-color: var(--color-light-4);
  border-color: transparent;
  color: white !important;
}

.button.-light-5 {
  background-color: var(--color-light-5);
  border: 2px solid var(--color-light-5);
}

.button.-light-5:hover {
  background-color: transparent !important;
  color: var(--color-light-5) !important;
}

.button.-outline-light-5 {
  border: 2px solid var(--color-light-5);
}

.button.-outline-light-5:hover {
  background-color: var(--color-light-5);
  border-color: transparent;
  color: white !important;
}

.button.-light-6 {
  background-color: var(--color-light-6);
  border: 2px solid var(--color-light-6);
}

.button.-light-6:hover {
  background-color: transparent !important;
  color: var(--color-light-6) !important;
}

.button.-outline-light-6 {
  border: 2px solid var(--color-light-6);
}

.button.-outline-light-6:hover {
  background-color: var(--color-light-6);
  border-color: transparent;
  color: white !important;
}

.button.-light-7 {
  background-color: var(--color-light-7);
  border: 2px solid var(--color-light-7);
}

.button.-light-7:hover {
  background-color: transparent !important;
  color: var(--color-light-7) !important;
}

.button.-outline-light-7 {
  border: 2px solid var(--color-light-7);
}

.button.-outline-light-7:hover {
  background-color: var(--color-light-7);
  border-color: transparent;
  color: white !important;
}

.button.-light-8 {
  background-color: var(--color-light-8);
  border: 2px solid var(--color-light-8);
}

.button.-light-8:hover {
  background-color: transparent !important;
  color: var(--color-light-8) !important;
}

.button.-outline-light-8 {
  border: 2px solid var(--color-light-8);
}

.button.-outline-light-8:hover {
  background-color: var(--color-light-8);
  border-color: transparent;
  color: white !important;
}

.button.-light-9 {
  background-color: var(--color-light-9);
  border: 2px solid var(--color-light-9);
}

.button.-light-9:hover {
  background-color: transparent !important;
  color: var(--color-light-9) !important;
}

.button.-outline-light-9 {
  border: 2px solid var(--color-light-9);
}

.button.-outline-light-9:hover {
  background-color: var(--color-light-9);
  border-color: transparent;
  color: white !important;
}

.button.-light-10 {
  background-color: var(--color-light-10);
  border: 2px solid var(--color-light-10);
}

.button.-light-10:hover {
  background-color: transparent !important;
  color: var(--color-light-10) !important;
}

.button.-outline-light-10 {
  border: 2px solid var(--color-light-10);
}

.button.-outline-light-10:hover {
  background-color: var(--color-light-10);
  border-color: transparent;
  color: white !important;
}

.button.-light-11 {
  background-color: var(--color-light-11);
  border: 2px solid var(--color-light-11);
}

.button.-light-11:hover {
  background-color: transparent !important;
  color: var(--color-light-11) !important;
}

.button.-outline-light-11 {
  border: 2px solid var(--color-light-11);
}

.button.-outline-light-11:hover {
  background-color: var(--color-light-11);
  border-color: transparent;
  color: white !important;
}

.button.-light-12 {
  background-color: var(--color-light-12);
  border: 2px solid var(--color-light-12);
}

.button.-light-12:hover {
  background-color: transparent !important;
  color: var(--color-light-12) !important;
}

.button.-outline-light-12 {
  border: 2px solid var(--color-light-12);
}

.button.-outline-light-12:hover {
  background-color: var(--color-light-12);
  border-color: transparent;
  color: white !important;
}

.button.-purple-1 {
  background-color: var(--color-purple-1);
  border: 2px solid var(--color-purple-1);
}

.button.-purple-1:hover {
  background-color: transparent !important;
  color: var(--color-purple-1) !important;
}

.button.-outline-purple-1 {
  border: 2px solid var(--color-purple-1);
}

.button.-outline-purple-1:hover {
  background-color: var(--color-purple-1);
  border-color: transparent;
  color: white !important;
}

.button.-purple-2 {
  background-color: var(--color-purple-2);
  border: 2px solid var(--color-purple-2);
}

.button.-purple-2:hover {
  background-color: transparent !important;
  color: var(--color-purple-2) !important;
}

.button.-outline-purple-2 {
  border: 2px solid var(--color-purple-2);
}

.button.-outline-purple-2:hover {
  background-color: var(--color-purple-2);
  border-color: transparent;
  color: white !important;
}

.button.-purple-3 {
  background-color: var(--color-purple-3);
  border: 2px solid var(--color-purple-3);
}

.button.-purple-3:hover {
  background-color: transparent !important;
  color: var(--color-purple-3) !important;
}

.button.-outline-purple-3 {
  border: 2px solid var(--color-purple-3);
}

.button.-outline-purple-3:hover {
  background-color: var(--color-purple-3);
  border-color: transparent;
  color: white !important;
}

.button.-purple-4 {
  background-color: var(--color-purple-4);
  border: 2px solid var(--color-purple-4);
}

.button.-purple-4:hover {
  background-color: transparent !important;
  color: var(--color-purple-4) !important;
}

.button.-outline-purple-4 {
  border: 2px solid var(--color-purple-4);
}

.button.-outline-purple-4:hover {
  background-color: var(--color-purple-4);
  border-color: transparent;
  color: white !important;
}

.button.-purple-5 {
  background-color: var(--color-purple-5);
  border: 2px solid var(--color-purple-5);
}

.button.-purple-5:hover {
  background-color: transparent !important;
  color: var(--color-purple-5) !important;
}

.button.-outline-purple-5 {
  border: 2px solid var(--color-purple-5);
}

.button.-outline-purple-5:hover {
  background-color: var(--color-purple-5);
  border-color: transparent;
  color: white !important;
}

.button.-green-1 {
  background-color: var(--color-green-1);
  border: 2px solid var(--color-green-1);
}

.button.-green-1:hover {
  background-color: transparent !important;
  color: var(--color-green-1) !important;
}

.button.-outline-green-1 {
  border: 2px solid var(--color-green-1);
}

.button.-outline-green-1:hover {
  background-color: var(--color-green-1);
  border-color: transparent;
  color: white !important;
}

.button.-green-2 {
  background-color: var(--color-green-2);
  border: 2px solid var(--color-green-2);
}

.button.-green-2:hover {
  background-color: transparent !important;
  color: var(--color-green-2) !important;
}

.button.-outline-green-2 {
  border: 2px solid var(--color-green-2);
}

.button.-outline-green-2:hover {
  background-color: var(--color-green-2);
  border-color: transparent;
  color: white !important;
}

.button.-green-3 {
  background-color: var(--color-green-3);
  border: 2px solid var(--color-green-3);
}

.button.-green-3:hover {
  background-color: transparent !important;
  color: var(--color-green-3) !important;
}

.button.-outline-green-3 {
  border: 2px solid var(--color-green-3);
}

.button.-outline-green-3:hover {
  background-color: var(--color-green-3);
  border-color: transparent;
  color: white !important;
}

.button.-green-4 {
  background-color: var(--color-green-4);
  border: 2px solid var(--color-green-4);
}

.button.-green-4:hover {
  background-color: transparent !important;
  color: var(--color-green-4) !important;
}

.button.-outline-green-4 {
  border: 2px solid var(--color-green-4);
}

.button.-outline-green-4:hover {
  background-color: var(--color-green-4);
  border-color: transparent;
  color: white !important;
}

.button.-green-5 {
  background-color: var(--color-green-5);
  border: 2px solid var(--color-green-5);
}

.button.-green-5:hover {
  background-color: transparent !important;
  color: var(--color-green-5) !important;
}

.button.-outline-green-5 {
  border: 2px solid var(--color-green-5);
}

.button.-outline-green-5:hover {
  background-color: var(--color-green-5);
  border-color: transparent;
  color: white !important;
}

.button.-green-6 {
  background-color: var(--color-green-6);
  border: 2px solid var(--color-green-6);
}

.button.-green-6:hover {
  background-color: transparent !important;
  color: var(--color-green-6) !important;
}

.button.-outline-green-6 {
  border: 2px solid var(--color-green-6);
}

.button.-outline-green-6:hover {
  background-color: var(--color-green-6);
  border-color: transparent;
  color: white !important;
}

.button.-green-7 {
  background-color: var(--color-green-7);
  border: 2px solid var(--color-green-7);
}

.button.-green-7:hover {
  background-color: transparent !important;
  color: var(--color-green-7) !important;
}

.button.-outline-green-7 {
  border: 2px solid var(--color-green-7);
}

.button.-outline-green-7:hover {
  background-color: var(--color-green-7);
  border-color: transparent;
  color: white !important;
}

.button.-orange-1 {
  background-color: var(--color-orange-1);
  border: 2px solid var(--color-orange-1);
}

.button.-orange-1:hover {
  background-color: transparent !important;
  color: var(--color-orange-1) !important;
}

.button.-outline-orange-1 {
  border: 2px solid var(--color-orange-1);
}

.button.-outline-orange-1:hover {
  background-color: var(--color-orange-1);
  border-color: transparent;
  color: white !important;
}

.button.-orange-2 {
  background-color: var(--color-orange-2);
  border: 2px solid var(--color-orange-2);
}

.button.-orange-2:hover {
  background-color: transparent !important;
  color: var(--color-orange-2) !important;
}

.button.-outline-orange-2 {
  border: 2px solid var(--color-orange-2);
}

.button.-outline-orange-2:hover {
  background-color: var(--color-orange-2);
  border-color: transparent;
  color: white !important;
}

.button.-orange-3 {
  background-color: var(--color-orange-3);
  border: 2px solid var(--color-orange-3);
}

.button.-orange-3:hover {
  background-color: transparent !important;
  color: var(--color-orange-3) !important;
}

.button.-outline-orange-3 {
  border: 2px solid var(--color-orange-3);
}

.button.-outline-orange-3:hover {
  background-color: var(--color-orange-3);
  border-color: transparent;
  color: white !important;
}

.button.-orange-4 {
  background-color: var(--color-orange-4);
  border: 2px solid var(--color-orange-4);
}

.button.-orange-4:hover {
  background-color: transparent !important;
  color: var(--color-orange-4) !important;
}

.button.-outline-orange-4 {
  border: 2px solid var(--color-orange-4);
}

.button.-outline-orange-4:hover {
  background-color: var(--color-orange-4);
  border-color: transparent;
  color: white !important;
}

.button.-orange-5 {
  background-color: var(--color-orange-5);
  border: 2px solid var(--color-orange-5);
}

.button.-orange-5:hover {
  background-color: transparent !important;
  color: var(--color-orange-5) !important;
}

.button.-outline-orange-5 {
  border: 2px solid var(--color-orange-5);
}

.button.-outline-orange-5:hover {
  background-color: var(--color-orange-5);
  border-color: transparent;
  color: white !important;
}

.button.-orange-6 {
  background-color: var(--color-orange-6);
  border: 2px solid var(--color-orange-6);
}

.button.-orange-6:hover {
  background-color: transparent !important;
  color: var(--color-orange-6) !important;
}

.button.-outline-orange-6 {
  border: 2px solid var(--color-orange-6);
}

.button.-outline-orange-6:hover {
  background-color: var(--color-orange-6);
  border-color: transparent;
  color: white !important;
}

.button.-orange-7 {
  background-color: var(--color-orange-7);
  border: 2px solid var(--color-orange-7);
}

.button.-orange-7:hover {
  background-color: transparent !important;
  color: var(--color-orange-7) !important;
}

.button.-outline-orange-7 {
  border: 2px solid var(--color-orange-7);
}

.button.-outline-orange-7:hover {
  background-color: var(--color-orange-7);
  border-color: transparent;
  color: white !important;
}

.button.-red-1 {
  background-color: var(--color-red-1);
  border: 2px solid var(--color-red-1);
}

.button.-red-1:hover {
  background-color: transparent !important;
  color: var(--color-red-1) !important;
}

.button.-outline-red-1 {
  border: 2px solid var(--color-red-1);
}

.button.-outline-red-1:hover {
  background-color: var(--color-red-1);
  border-color: transparent;
  color: white !important;
}

.button.-red-2 {
  background-color: var(--color-red-2);
  border: 2px solid var(--color-red-2);
}

.button.-red-2:hover {
  background-color: transparent !important;
  color: var(--color-red-2) !important;
}

.button.-outline-red-2 {
  border: 2px solid var(--color-red-2);
}

.button.-outline-red-2:hover {
  background-color: var(--color-red-2);
  border-color: transparent;
  color: white !important;
}

.button.-red-3 {
  background-color: var(--color-red-3);
  border: 2px solid var(--color-red-3);
}

.button.-red-3:hover {
  background-color: transparent !important;
  color: var(--color-red-3) !important;
}

.button.-outline-red-3 {
  border: 2px solid var(--color-red-3);
}

.button.-outline-red-3:hover {
  background-color: var(--color-red-3);
  border-color: transparent;
  color: white !important;
}

.button.-beige-1 {
  background-color: var(--color-beige-1);
  border: 2px solid var(--color-beige-1);
}

.button.-beige-1:hover {
  background-color: transparent !important;
  color: var(--color-beige-1) !important;
}

.button.-outline-beige-1 {
  border: 2px solid var(--color-beige-1);
}

.button.-outline-beige-1:hover {
  background-color: var(--color-beige-1);
  border-color: transparent;
  color: white !important;
}

.button.-blue-1 {
  background-color: var(--color-blue-1);
  border: 2px solid var(--color-blue-1);
}

.button.-blue-1:hover {
  background-color: transparent !important;
  color: var(--color-blue-1) !important;
}

.button.-outline-blue-1 {
  border: 2px solid var(--color-blue-1);
}

.button.-outline-blue-1:hover {
  background-color: var(--color-blue-1);
  border-color: transparent;
  color: white !important;
}

.button.-blue-2 {
  background-color: var(--color-blue-2);
  border: 2px solid var(--color-blue-2);
}

.button.-blue-2:hover {
  background-color: transparent !important;
  color: var(--color-blue-2) !important;
}

.button.-outline-blue-2 {
  border: 2px solid var(--color-blue-2);
}

.button.-outline-blue-2:hover {
  background-color: var(--color-blue-2);
  border-color: transparent;
  color: white !important;
}

.button.-blue-3 {
  background-color: var(--color-blue-3);
  border: 2px solid var(--color-blue-3);
}

.button.-blue-3:hover {
  background-color: transparent !important;
  color: var(--color-blue-3) !important;
}

.button.-outline-blue-3 {
  border: 2px solid var(--color-blue-3);
}

.button.-outline-blue-3:hover {
  background-color: var(--color-blue-3);
  border-color: transparent;
  color: white !important;
}

.button.-blue-4 {
  background-color: var(--color-blue-4);
  border: 2px solid var(--color-blue-4);
}

.button.-blue-4:hover {
  background-color: transparent !important;
  color: var(--color-blue-4) !important;
}

.button.-outline-blue-4 {
  border: 2px solid var(--color-blue-4);
}

.button.-outline-blue-4:hover {
  background-color: var(--color-blue-4);
  border-color: transparent;
  color: white !important;
}

.button.-blue-5 {
  background-color: var(--color-blue-5);
  border: 2px solid var(--color-blue-5);
}

.button.-blue-5:hover {
  background-color: transparent !important;
  color: var(--color-blue-5) !important;
}

.button.-outline-blue-5 {
  border: 2px solid var(--color-blue-5);
}

.button.-outline-blue-5:hover {
  background-color: var(--color-blue-5);
  border-color: transparent;
  color: white !important;
}

.button.-blue-6 {
  background-color: var(--color-blue-6);
  border: 2px solid var(--color-blue-6);
}

.button.-blue-6:hover {
  background-color: transparent !important;
  color: var(--color-blue-6) !important;
}

.button.-outline-blue-6 {
  border: 2px solid var(--color-blue-6);
}

.button.-outline-blue-6:hover {
  background-color: var(--color-blue-6);
  border-color: transparent;
  color: white !important;
}

.button.-blue-7 {
  background-color: var(--color-blue-7);
  border: 2px solid var(--color-blue-7);
}

.button.-blue-7:hover {
  background-color: transparent !important;
  color: var(--color-blue-7) !important;
}

.button.-outline-blue-7 {
  border: 2px solid var(--color-blue-7);
}

.button.-outline-blue-7:hover {
  background-color: var(--color-blue-7);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-1 {
  background-color: var(--color-yellow-1);
  border: 2px solid var(--color-yellow-1);
}

.button.-yellow-1:hover {
  background-color: transparent !important;
  color: var(--color-yellow-1) !important;
}

.button.-outline-yellow-1 {
  border: 2px solid var(--color-yellow-1);
}

.button.-outline-yellow-1:hover {
  background-color: var(--color-yellow-1);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-2 {
  background-color: var(--color-yellow-2);
  border: 2px solid var(--color-yellow-2);
}

.button.-yellow-2:hover {
  background-color: transparent !important;
  color: var(--color-yellow-2) !important;
}

.button.-outline-yellow-2 {
  border: 2px solid var(--color-yellow-2);
}

.button.-outline-yellow-2:hover {
  background-color: var(--color-yellow-2);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-3 {
  background-color: var(--color-yellow-3);
  border: 2px solid var(--color-yellow-3);
}

.button.-yellow-3:hover {
  background-color: transparent !important;
  color: var(--color-yellow-3) !important;
}

.button.-outline-yellow-3 {
  border: 2px solid var(--color-yellow-3);
}

.button.-outline-yellow-3:hover {
  background-color: var(--color-yellow-3);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-4 {
  background-color: var(--color-yellow-4);
  border: 2px solid var(--color-yellow-4);
}

.button.-yellow-4:hover {
  background-color: transparent !important;
  color: var(--color-yellow-4) !important;
}

.button.-outline-yellow-4 {
  border: 2px solid var(--color-yellow-4);
}

.button.-outline-yellow-4:hover {
  background-color: var(--color-yellow-4);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-5 {
  background-color: var(--color-yellow-5);
  border: 2px solid var(--color-yellow-5);
}

.button.-yellow-5:hover {
  background-color: transparent !important;
  color: var(--color-yellow-5) !important;
}

.button.-outline-yellow-5 {
  border: 2px solid var(--color-yellow-5);
}

.button.-outline-yellow-5:hover {
  background-color: var(--color-yellow-5);
  border-color: transparent;
  color: white !important;
}

.button.-info-1 {
  background-color: var(--color-info-1);
  border: 2px solid var(--color-info-1);
}

.button.-info-1:hover {
  background-color: transparent !important;
  color: var(--color-info-1) !important;
}

.button.-outline-info-1 {
  border: 2px solid var(--color-info-1);
}

.button.-outline-info-1:hover {
  background-color: var(--color-info-1);
  border-color: transparent;
  color: white !important;
}

.button.-info-2 {
  background-color: var(--color-info-2);
  border: 2px solid var(--color-info-2);
}

.button.-info-2:hover {
  background-color: transparent !important;
  color: var(--color-info-2) !important;
}

.button.-outline-info-2 {
  border: 2px solid var(--color-info-2);
}

.button.-outline-info-2:hover {
  background-color: var(--color-info-2);
  border-color: transparent;
  color: white !important;
}

.button.-warning-1 {
  background-color: var(--color-warning-1);
  border: 2px solid var(--color-warning-1);
}

.button.-warning-1:hover {
  background-color: transparent !important;
  color: var(--color-warning-1) !important;
}

.button.-outline-warning-1 {
  border: 2px solid var(--color-warning-1);
}

.button.-outline-warning-1:hover {
  background-color: var(--color-warning-1);
  border-color: transparent;
  color: white !important;
}

.button.-warning-2 {
  background-color: var(--color-warning-2);
  border: 2px solid var(--color-warning-2);
}

.button.-warning-2:hover {
  background-color: transparent !important;
  color: var(--color-warning-2) !important;
}

.button.-outline-warning-2 {
  border: 2px solid var(--color-warning-2);
}

.button.-outline-warning-2:hover {
  background-color: var(--color-warning-2);
  border-color: transparent;
  color: white !important;
}

.button.-error-1 {
  background-color: var(--color-error-1);
  border: 2px solid var(--color-error-1);
}

.button.-error-1:hover {
  background-color: transparent !important;
  color: var(--color-error-1) !important;
}

.button.-outline-error-1 {
  border: 2px solid var(--color-error-1);
}

.button.-outline-error-1:hover {
  background-color: var(--color-error-1);
  border-color: transparent;
  color: white !important;
}

.button.-error-2 {
  background-color: var(--color-error-2);
  border: 2px solid var(--color-error-2);
}

.button.-error-2:hover {
  background-color: transparent !important;
  color: var(--color-error-2) !important;
}

.button.-outline-error-2 {
  border: 2px solid var(--color-error-2);
}

.button.-outline-error-2:hover {
  background-color: var(--color-error-2);
  border-color: transparent;
  color: white !important;
}

.button.-success-1 {
  background-color: var(--color-success-1);
  border: 2px solid var(--color-success-1);
}

.button.-success-1:hover {
  background-color: transparent !important;
  color: var(--color-success-1) !important;
}

.button.-outline-success-1 {
  border: 2px solid var(--color-success-1);
}

.button.-outline-success-1:hover {
  background-color: var(--color-success-1);
  border-color: transparent;
  color: white !important;
}

.button.-success-2 {
  background-color: var(--color-success-2);
  border: 2px solid var(--color-success-2);
}

.button.-success-2:hover {
  background-color: transparent !important;
  color: var(--color-success-2) !important;
}

.button.-outline-success-2 {
  border: 2px solid var(--color-success-2);
}

.button.-outline-success-2:hover {
  background-color: var(--color-success-2);
  border-color: transparent;
  color: white !important;
}

.button.-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.button.-white-20:hover {
  background-color: white;
  color: var(--color-dark-1) !important;
}

.button.-gradient-1 {
  background: linear-gradient(90deg, #6440FB 0%, #E8543E 108.34%);
}

.button.-gradient-1:hover {
  color: var(--color-dark-1) !important;
}

.button.-purple-3:hover {
  color: white !important;
  background-color: var(--color-purple-1) !important;
}

.button.-dark-6:hover {
  color: var(--color-dark-1) !important;
  background-color: white !important;
}

.button.-light-7:hover {
  color: white !important;
  background-color: var(--color-purple-1) !important;
  border-color: var(--color-purple-1) !important;
}

.button.-outline-green-1:hover {
  color: var(--color-dark-1) !important;
}

.button.-outline-white:hover {
  color: var(--color-dark-1) !important;
}

.button.-outline-light-5:hover {
  color: var(--color-dark-1) !important;
}

.dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.dropdown__button {
  height: 50px;
  border-radius: 8px;
  background-color: var(--color-light-3);
  padding: 12px 16px;
}

.dropdown .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown.-is-dd-active .icon {
  transform: rotate(180deg);
}

.dropdown__item {
  position: absolute;
  z-index: 500;
  pointer-events: none;
  top: 100%;
  left: 50%;
  padding: 26px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 180px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
  opacity: 0;
}

.dropdown:hover .dropdown__item {
  z-index: 20;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}

select,
input[type="text"],
input[type="search"],
textarea,
input[type="email"] {
  border: 0;
}

.-dark-mode form.contact-form select,
.-dark-mode form.contact-form input[type="text"],
.-dark-mode form.contact-form input[type="password"],
.-dark-mode form.contact-form input[type="search"],
.-dark-mode form.contact-form textarea,
.-dark-mode form.contact-form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.2);
  color: white !important;
}

form.contact-form select,
form.contact-form input[type="text"],
form.contact-form input[type="password"],
form.contact-form input[type="search"],
form.contact-form textarea,
form.contact-form input[type="email"] {
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  font-size: 15px;
  line-height: 1.5;
  padding: 15px 22px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

form.contact-form select:focus,
form.contact-form input[type="text"]:focus,
form.contact-form input[type="password"]:focus,
form.contact-form input[type="search"]:focus,
form.contact-form textarea:focus,
form.contact-form input[type="email"]:focus {
  outline: none;
}

form.contact-form select.-border-dark,
form.contact-form input[type="text"].-border-dark,
form.contact-form input[type="password"].-border-dark,
form.contact-form input[type="search"].-border-dark,
form.contact-form textarea.-border-dark,
form.contact-form input[type="email"].-border-dark {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

form.contact-form ::-moz-placeholder {
  font-weight: 400;
}

form.contact-form :-ms-input-placeholder {
  font-weight: 400;
}

form.contact-form ::placeholder {
  font-weight: 400;
}

form.contact-form.-light label,
form.contact-form.-light p {
  color: white;
}

form.contact-form.-light select,
form.contact-form.-light input[type="text"],
form.contact-form.-light input[type="search"],
form.contact-form.-light textarea,
form.contact-form.-light input[type="email"] {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

form.contact-form.-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

form.contact-form.-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

form.contact-form.-light ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.form-checkbox label {
  margin: 0;
  margin-left: 9px;
  font-size: 14px;
}

.form-checkbox__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-dark-3);
}

.form-checkbox__icon {
  display: none;
  position: absolute;
  font-size: 6px;
  color: white;
}

.form-checkbox input {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form-checkbox input:checked ~ .form-checkbox__mark {
  background-color: var(--color-dark-1);
  border-color: var(--color-dark-1);
}

.form-checkbox input:checked ~ .form-checkbox__mark .form-checkbox__icon {
  display: block;
}

.form-checkbox:hover input ~ .form-checkbox__mark {
  background-color: var(--color-dark-7);
}

.form-checkbox:hover input:checked ~ .form-checkbox__mark {
  background-color: var(--color-dark-1);
}

.form-radio {
  display: flex;
  align-items: center;
}

.form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-radio .radio__mark {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 2px solid var(--color-dark-3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-radio .radio__icon {
  display: none;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--color-dark-1);
}

.form-radio .radio input {
  z-index: 5;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: var(--color-dark-1);
}

.form-radio .radio input:checked ~ .radio__mark .radio__icon {
  display: block;
}

.form-radio .radio:hover input ~ .radio__mark {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-switch .switch {
  position: relative;
  width: 60px;
  height: 30px;
}

.form-switch .switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
  transition: .3s;
  border-radius: 30px;
  border: 1px solid #E7E7EC;
}

.form-switch .switch__slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: var(--color-light-2);
  border-radius: 50%;
  transition: .3s;
}

.form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-switch .switch input:checked + .switch__slider {
  background-color: var(--color-purple-1);
}

.form-switch .switch input:checked + .switch__slider::before {
  transform: translateX(29px);
  background-color: #FFFFFF;
}

.form-single-field.-base {
  position: relative;
  height: 70px;
}

.form-single-field.-base > input {
  width: 100%;
  height: 100%;
}

.form-single-field.-base > input.text-white::-moz-placeholder {
  color: white;
}

.form-single-field.-base > input.text-white:-ms-input-placeholder {
  color: white;
}

.form-single-field.-base > input.text-white::placeholder {
  color: white;
}

.form-single-field.-base > input.text-dark-1::-moz-placeholder {
  color: var(--color-dark-1);
}

.form-single-field.-base > input.text-dark-1:-ms-input-placeholder {
  color: var(--color-dark-1);
}

.form-single-field.-base > input.text-dark-1::placeholder {
  color: var(--color-dark-1);
}

.form-single-field.-base > button {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  min-width: calc(70px - 20px);
}

.form-single-field.-help {
  position: relative;
  height: 70px;
}

.form-single-field.-help > input {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-light-5);
  padding: 24px;
  border-radius: 8px;
}

.form-single-field.-help > button {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 144px;
}

.form-upload__wrap {
  position: relative;
}

.form-upload button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  color: var(--color-dark-1);
}

.text-6 {
  font-size: var(--text-6) !important;
}

.text-9 {
  font-size: var(--text-9) !important;
}

.text-11 {
  font-size: var(--text-11) !important;
}

.text-13 {
  font-size: var(--text-13) !important;
}

.text-14 {
  font-size: var(--text-14) !important;
}

.text-15 {
  font-size: var(--text-15) !important;
}

.text-16 {
  font-size: var(--text-16) !important;
}

.text-17 {
  font-size: var(--text-17) !important;
}

.text-18 {
  font-size: var(--text-18) !important;
}

.text-20 {
  font-size: var(--text-20) !important;
}

.text-24 {
  font-size: var(--text-24) !important;
}

.text-30 {
  font-size: var(--text-30) !important;
}

.text-35 {
  font-size: var(--text-35) !important;
}

.text-40 {
  font-size: var(--text-40) !important;
}

.text-45 {
  font-size: var(--text-45) !important;
}

.text-50 {
  font-size: var(--text-50) !important;
}

.text-55 {
  font-size: var(--text-55) !important;
}

.text-60 {
  font-size: var(--text-60) !important;
}

.text-64 {
  font-size: var(--text-64) !important;
}

/* Job Offer Section */
.job-offer .js-form-type-textarea textarea{
    margin-left:0px !important;
    padding: 20px;
    width: 100%;
    border-radius: 9px;
    height: 128px;
    border: 1px solid #0000001F;
  }
  .job-offer .job-creation{
    font-family: "gilroy extrabold";
  }
  .job-offer .page__header{
    color: #364455;
    font-size: 20px;
    line-height: 18px;
    padding-bottom: 20px;
    font-family: "gilroy extrabold";
  }
  .job-offer form{
    padding-bottom: 80px;
  }
  .chosen-container-single .chosen-single div{
    display: none !important;
    width:0px;
  }
  :focus-visible {
    outline: inherit;
   }

  .job-offer .field--widget-string-textarea{
    height: 185px;
  }

  .job-offer fieldset legend{
    font-family: "gilroy extrabold";
    font-size: 20px;
    line-height: 18px;
    color:#364455;
  }
  #node-job-offer-edit-form .field--name-title{
    display: none;
  }

/* Job List Homepage */
.job-list-home .is-in-view{
  background:#fff;
  box-shadow: 0px 3px 20px #00000010;
  border-radius: 8px;
  margin: 1%;
  width: 31.3%;
  padding: 0px;
  position: relative;
}
.job-list-home a{
  color: #364455;
}
.job-list-home .is-in-view img{
  border-radius: 50px;
  border: 0.5px solid #E8E8E8;
}
.job-list-home .is-in-view .d-flex.x-gap-10{
  margin: 12px 20px 5px 20px;
  padding: 0 0 10px 0;
  height: 60px;
  border-bottom: 0.5px solid #70707029;
}
.job-list-home .is-in-view .coursesCard-footer{
  margin: 12px 20px 10px 20px;
  padding: 0px;
}
.job-list-home .is-in-view .d-flex.x-gap-10 .text-16{
  font-family: "gilroy extrabold";
}
.job-list-home .is-in-view .coursesCard-footer-location{
  box-shadow: 0px 3px 20px #00000010;
  padding: 15px 30px 15px 45px;
}
.view-job-offers-list .is-in-view .coursesCard-footer-location{
  position: absolute;
    bottom: 0px;
    width: 100%;
}
.blocks-similar-jobs .coursesCard-footer-location{
  position: relative;
}
.job-list-home .job-position{
  display: flex;
  flex-flow: row wrap;
  margin: 12px 20px 20px 5px;
}
.job-list-home .job-position-label{
  color:#727C88;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  display: inline-block;
}
.job-list-home .job-position-title{
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  display: inline-block;
  font-weight: bold;
}
.job-list-home .coursesCard.-type-1 .coursesCard-footer{
  display: block;
  border: none;
}
.view-job-offers-list .coursesCard-footer{
  margin-bottom: 85px !important;
}
.view-medical-institution-list .coursesCard.-type-1 .coursesCard-footer{
  margin-bottom: 70px;
}
.jobs-section .bg-rounded{
  padding-top: 20px;
}
.job-list-home .job-ptype{
  font-size: 11px;
  line-height: 16px;
}
.job-list-home .job-ptype .job-full-time{
  background: rgba(48,40,113,0.07) ;
  color: #302871;
  padding: 5px 16px;
  border-radius: 12px;
  display: inline-block;
}
.job-list-home .job-ptype .job-part-time{
  background: rgba(248,124,95,0.07);
  color: #F87C5F;
  padding: 5px 16px;
  border-radius: 12px;
  display: inline-block;
}
.job-list-home .job-ptype .job-internship{
  background: rgba(78,160,255,0.07);
  color: #4EA0FF;
  padding: 5px 16px;
  border-radius: 12px;
  display: inline-block;
}
.view-medical-institution-list .coursesCard-footer-location{
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.coursesCard-footer-location:after{
  content:'';
  position: absolute;
  right: 20px;
  width: 8px;
  height: 15px;
  background: url(../images/job-arrow.svg) no-repeat;
  background-size: 80%;
  top: 40%;
}
.coursesCard-footer-location:before{
  content:'';
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  top: 15px;
  background: url(../images/job-map.svg) no-repeat;
}
.job-list-home .job-location{
  font-size: 12px;
  line-height: 16px;
}
.job-list-home .job-created{
  color: #ADADAD;
  font-size: 11px;
  line-height: 16px;
}


/* homepage physician tab */
.profile-block{
  border-bottom: 2px solid #F7F8FB;
}
.profile-block .views-field-nothing .field-content{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.profile-block-left{
  width: 80%
}
.profile-block-left .profile-pic{
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}
.profile-block-left span{
  display: inline-block;
  padding-top: 15px;
}
.profile-block-left span .profile-hospit{
  font-family: "gilroy extrabold";
  font-size: 20px;
  line-height: 24px;
  color: #364455;
  max-width: 300px;
}
.profile-block-left span .profile-position{
  color: #727C88;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}
.profile-block-right{
  width: 120px;
}
.profile-block-right a{
  background-color: #B9D63E;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding:12px 32px;
  border-radius: 22px;
}

.two-tabs{
  box-shadow: 0px 3px 15px #0000000d;
  border-radius: 11px;
}
.tabs-general{
   margin:0 15px;
}
.tabs-general a{
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 15px !important;
  margin-left: 0px !important;
  width: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.tabs-general a.is-active{
  border-bottom:2px solid #1B80CB;
  color: #1B80CB !important;
  font-weight: bold;
}
.breadcrumb-arrow{
    background: url(../images/breadcrumb-arrow.svg) no-repeat center;
    width: 7px;
    height: 12px;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 8px;
}
.breadcrumb-title{
  display: inline-block;
  max-width: 400px;
}
.color-364{
  color:#364455;
}
.joboffer label{
  color: #364455;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  display: inline-block;
}
.joboffer div span{
  color: #727C88;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  display: inline-block;
}
.joboffer .job-full-time{
  background: rgba(48,40,113,0.07) ;
  color: #302871;
  padding: 5px 16px;
  border-radius: 12px;
  display: inline;
  font-size: 14px;
  line-height: 17px;
}
.joboffer .job-part-time{
  background: rgba(248,124,95,0.07);
  color: #F87C5F;
  padding: 5px 16px;
  border-radius: 12px;
  display: inline;
  font-size: 14px;
  line-height: 17px;
}
.joboffer .job-internship{
  background: rgba(78,160,255,0.07);
  color: #4EA0FF;
  padding: 5px 16px;
  border-radius: 12px;
  display: inline;
  font-size: 14px;
  line-height: 17px;
}
.joboffer-location span{
  position: relative;
  padding-left: 15px;
}
.joboffer-location span:before{
  content: '';
  position: absolute;
  left:0px;
  top: 3px;
  width: 10px;
  height: 14px;
  background: url(../images/pin.svg) no-repeat;
}
.offer-dashboard .col-md-9{
  float: left;
}
.offer-dashboard .col-md-3{
  float: left;
}
.similar-jobs{
  padding-left: 30px;
}
.similar-jobs .lab-jobsim{
  box-shadow: 0px 3px 20px #0000000F;
  border-radius: 11px 11px 0px 0px;
  color: #364455;
  width: 100%;
  display: block;
  padding:18px 15px;
  height: 73px;
  background-color: #fff;
  border-bottom: 2px solid #B9D63E;
}
.job-offers-text{
  display: flex;
}
.blocks-similar-jobs{
  display: block;
  width: 100%;
}
.blocks-similar-jobs .job-list-home .is-in-view{
  width: 100%;
  margin: 30px 0 0 0;
  padding-top: 8px;
}
.hospital-contact .paragraph--type--contact-person div > div,
.hospital-other [data-once="quickedit"] > div{
  color: #364455;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  display: inline-block;
}
.hospital-contact .paragraph--type--contact-person div > div + div,
.hospital-other [data-once="quickedit"] > div + div{
    color: #727C88;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    margin-top: 0px;
}
.hospital-publications .paragraph--type--publications div {
    color: #727C88;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    margin-top: 0px;
}
.hospital-publications [data-once="quickedit"] > div{
    margin-top: 20px;
}
.hospital-publications [data-once="quickedit"] > div .paragraph div{
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #364455;
}
.hospital-publications [data-once="quickedit"] > div .paragraph time{
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #727C88;
}
.hospital-publications [data-once="quickedit"] > div .paragraph a{
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #1B80CB;
    text-decoration: underline;
}
form .form-text,
form .form-select,
form .form-tel{
  height:40px !important;
}
.form-wrapper .form-required,
.fieldset__label .form-required{
  position:relative;
}
.form-wrapper .form-required::after,
.fieldset__label.form-required::after {
  display: inline-block;
  margin-right: 0.15em;
  margin-left: 0.15em;
  content: "*";
  color: #364455;
  font-size: 0.875rem;
}

#views-exposed-form-job-offers-list-page-1 .form-item-combine,
#views-exposed-form-medical-institution-list-page-1 .form-item-combine{
  max-width: 225px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}
#views-exposed-form-job-offers-list-page-1 .form-item-combine input,
#views-exposed-form-medical-institution-list-page-1 .form-item-combine input{
  border: 1px solid #E0E0E0;
  border-radius: 9px;
  font-size: 14px;
  line-height: 24px;
  height: 40px;
  padding-top: 12px;
  padding-left: 30px;
  background:#fff url("../images/search-icon-job.svg") no-repeat left;
  background-position: 5px;
}
#views-exposed-form-job-offers-list-page-1 .form-item-field-location-value,
#views-exposed-form-medical-institution-list-page-1 .form-item-field-location-value{
  max-width: 225px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}
#views-exposed-form-job-offers-list-page-1 .form-item-field-location-value input,
#views-exposed-form-medical-institution-list-page-1 .form-item-field-location-value input{
  border: 1px solid #E0E0E0;
  border-radius: 9px;
  font-size: 14px;
  line-height: 24px;
  height: 40px;
  padding-top: 12px;
  padding-left: 30px;
  background:#fff url("../images/map-icon-job.svg") no-repeat left;
  background-position: 5px;
}
#views-exposed-form-job-offers-list-page-1 #edit-submit-medical-institution-list,
#views-exposed-form-medical-institution-list-page-1 #edit-submit-medical-institution-list{
  width: 119px;
  height: 40px;
  color: #1B80CB;
  border: 1px solid #1B80CB !important;
  font-family: "gilroy extrabold";
  border-radius: 25px;
}
#views-exposed-form-job-offers-list-page-1 .layout__region--second,
#views-exposed-form-medical-institution-list-page-1 .layout__region--second{
  flex: 0 0 100%;
}
#views-exposed-form-job-offers-list-page-1 .js-form-type-select,
#views-exposed-form-medical-institution-list-page-1 .js-form-type-select{
  width:110px;
  height: 28px;
  margin-right: 10px;
}
#views-exposed-form-job-offers-list-page-1 select,
#views-exposed-form-medical-institution-list-page-1 select{
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #727C88;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding:6px;
}
#views-exposed-form-job-offers-list-page-1 select.valid,
#views-exposed-form-medical-institution-list-page-1 select.valid{
  border: 1px solid #E0E0E0 !important;
}
#views-exposed-form-job-offers-list-page-1 #edit-reset,
#views-exposed-form-medical-institution-list-page-1 #edit-reset{
  color:#364455;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  width: 70px;
  border: none !important;
  margin-top: -5px;
}
#views-exposed-form-job-offers-list-page-1 .js-form-type-select select,
#views-exposed-form-medical-institution-list-page-1 .js-form-type-select select{
  width: 110px !important;
  height: 28px !important;
  position: inherit !important;
}
#views-exposed-form-job-offers-list-page-1 .js-form-type-select .chosen-container,
#views-exposed-form-medical-institution-list-page-1 .js-form-type-select .chosen-container{
  display: none !important;
}
#views-exposed-form-job-offers-list-page-1 #edit-submit-job-offers-list{
  width: 119px;
  height: 40px;
  color: #1B80CB;
  border: 1px solid #1B80CB !important;
  font-family: "gilroy extrabold";
  border-radius: 25px;
}
.form-text{
  margin-top: 0px;
}
.node-physician-form #edit-cancel,
.node-professional-bio-form #edit-cancel,
.node-publications-form #edit-cancel,
.node-hospital-form #edit-cancel,
.paragraphs-icon-button-collapse,
.paragraphs-dropdown-actions [value="Duplicate"]{
  display: none;
}
.paragraphs-dropdown .paragraphs-dropdown-toggle{
  width: 5px;
}
.paragraphs-dropdown-toggle:hover, .paragraphs-dropdown-toggle:focus{
  border:none;
  box-shadow: inherit;
}
.user-phys form,
.page-node-type-hospital-publications form,
.page-node-type-physician form,
.page-node-type-professional-bio form,
.page-node-type-publications form,
.page-node-type-hospital form,
.page-node-type-hospital-other-information form{
  margin-bottom: 80px;
}
.user-phys .tabs__controls{
  height:56px !important;
}
.user-phys .tabs.-active-purple-2 .tabs__controls .tabs__button1{
  padding-bottom:14px !important;
}
.user-phys .tabs.-active-purple-2 .tabs__controls .tabs__button1::after {
    left: -10px;
    width: 116%;
  }
#candidates-active-dt thead tr th{
  width: 0px !important;
}
#candidates-active-dt a{
  color:#000;
}
#candidates-active-dt a:hover{
  color: #1B80CB;
}
 #views-exposed-form-medical-institution-list-page-1 .layout__region--first{
    flex:inherit;
    width:auto;
    float:left;
}
 #views-exposed-form-medical-institution-list-page-1 .layout__region--second{
    flex:inherit;
    float:left;
}
 #views-exposed-form-medical-institution-list-page-1 fieldset{
  width:auto;
 }
 input.form-date[type="date"]{
  color: #ff0000;
 }

/* The switch - the box around the slider */
 #views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox label:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 9px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox input:checked + label {
  background-color: #2196F3;
}

#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox input:focus + label {
  box-shadow: 0 0 1px #2196F3;
}

#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox input:checked + label:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox label {
  border-radius: 34px;
  height:27px;
  font-size: 0px;
}

#views-exposed-form-medical-institution-list-page-1 .js-form-type-checkbox label:before {
  border-radius: 50%;
}
.user-phys .field--name-field-years-of-experience{
  height:95px;
}
.node-professional-bio-form{
  padding-bottom:100px;
}
.user-n{
  font-size: 16px;
  line-height: 19px;
  padding-top: 8px !important;
  font-family: "gilroy light";
}
.user-n a{
  color: #364455;
  text-decoration: underline;
}


/* Css for extra field in card of institution */

.med-specialist{
  background: rgba(255, 129, 36, 0.07);
  color: #FA9557;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.med-student{
  background: rgba(78, 255, 46, 0.07);
  color: #5FD34A;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.med-intern{
  background: rgba(36, 103, 255, 0.07);
  color: #7286F7;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.med-resident{
  background: rgba(157, 5, 213, 0.07);
  color: #C57DEB;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.med-fellow{
  background: rgba(48, 40, 113, 0.07);
  color: #413796;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.med-attending{
  background: rgba(78, 160, 255, 0.07);
  color: #4EA0FF;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.med-chief{
  background: rgba(78, 160, 255, 0.07);
  color: #4EA0FF;
  padding: 5px 16px;
  border-radius: 12px;
  margin-left: 20px;
  display: inline-block;
}
.flex-direction-exp{
  flex-direction: column;
}
.title-exp{
   width:100%;
}
.phys-exp{
   width:100%;
   padding-top: 3px;
   color: rgba(114, 124, 136, 1);
   font-size: 12px;
   line-height: 16px;
}

.physpage div div{
  color: #364455;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
.physpage div[data-once="quickedit"]{
  margin-top: 25px;
}
.physpage div .paragraph{
  margin-top: 0px;
}
.physpage div .paragraph div div{
  margin-top: 0px;
}
.physpage div div + div, .physpage p{
  color: #727C88;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  font-weight: normal;
  margin-top:0px;
  display: inline-block;
}
.physpage .paragraph--type--language-level{
  margin-top: -25px !important;
}
.physpage .address-map-link,
.physpage .file--application-pdf a{
  color:#1B80CB;
  position: relative;
  padding-left: 15px;
  text-decoration: underline;
}
.physpage .address-map-link:before{
  position: absolute;
  top: -2px;
  left: 0px;
  content: '';
  width:13px;
  height:18px;
  background: url(../images/map-blue-icon.svg) no-repeat;
}
.physpage .file--application-pdf a:before{
  position: absolute;
  top: -2px;
  left: 0px;
  content: '';
  width:9px;
  height:18px;
  background: url(../images/mebeco-attach.svg) no-repeat;
}
.physpage div div + div span + span{
  display: none;
}
.physpage #professional-bio-various legend{
  display: none;
}
.getphysid{
  display: none !important;
}
.pos-rel{
  position: relative;
}
.pos-abs{
  position: absolute;
  right: 0px;
  top: 0px;
}
.pos-abs-web{
  right:0px;
    position: absolute;
  top: 0px;
}
.lang-dropdown fieldset legend{
  display: none;
}
.lang-dropdown,
.notif-widget{
  float: left;
}
.notif-widget .navbar-nav .dropdown-menu{
  right: 4px !important;
  width: 380px;
  border:none;
  box-shadow: 0px 0px 50px #6969691C;
  border-radius: 8px;
}
.notif-widget .dropdown-menu:after, .notif-widget .dropdown-menu:before{
  left:inherit !important;
  right:5px;
}
.lang-dropdown .dropbutton{
  background: url(../images/lang-back.png) repeat-x;
  width: 76px;
}
.dropbutton-arrow{
  right: 40px;
  top: 20px;
}
.dropbutton-multiple .dropbutton-arrow{
  width: 55px;
  height: 7px;
  border-width: 0px;
  background: url(../images/lang-down.svg) no-repeat right;
}
.dropbutton-multiple.open .dropbutton-arrow{
  border:none;
  width: 55px;
  height: 7px;
  top: 20px !important;
  background: url(../images/lang-up.svg) no-repeat right;
}
.text-name a{
  color: #000000;
}
.text-name a:hover{
  color: #1B80CB;
}
.lang-dropdown .dropbutton-action .language-link{
    line-height: 40px;
    display: inline;
    font-size: 14px;
    font-family: "gilroy extrabold";
}
.lang-dropdown .active-language{
  padding-left: 20px;
}
.lang-dropdown a{
  font-family: "gilroy extrabold";
}
.lang-dropdown .secondary-action a{
  line-height: 35px !important;
  color: #727C88;
}
.lang-dropdown .dropbutton-multiple .dropbutton-widget{
  padding-right: 25px !important;
}
.lang-dropdown .secondary-action:last-child{
  border-radius: 0 0 5px 5px;
}
.notif-widget .dropdown-toggle{
  background: url(../images/notif-back.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.notif-widget .dropdown-toggle:after{
  display: none;
}
.notif-widget .notification-icon:after {
    background: #F87C5F !important;
}
.clear-all-notification{
    float: left;
    margin-left: 20px;
    color: #1B80CB;
    font-size: 12px;
    line-height: 13px;
    padding:20px !important;
}
.clear-all-notification a:hover{
  color: #F87C5F !important;
}
.clear-all-notification a{
  color: #1B80CB;
}
.clear-all-notification:last-child{
  float: right;
  margin-right: 20px;
  position: relative;
}
#block-notificationwidgetblock-3 .clear-all-notification:last-child{
  display: none;
}
.clear-all-notification:last-child a{
  padding-right: 10px;
}
.clear-all-notification:last-child:after{
  position: absolute;
  background: url(../images/notif-arrow-blue.svg) no-repeat;
  width: 6px;
  height: 11px;
  content: '';
  padding-left: 5px;
}
#block-notificationwidgetblock-3 .dropdown-menu{
  display: block !important;
  box-shadow: 0px 3px 30px #0000000D;
  border-radius: 11px;
  border:none;
  width: 612px;
  margin:0 auto;
  background-color: #fff;
}
#block-notificationwidgetblock-3 .dropdown-menu:after,
#block-notificationwidgetblock-3 .dropdown-menu:before{
  display:none !important;
}
#block-notificationwidgetblock-3 .dropdown-toggle{
  display:none !important;
}
#block-notificationwidgetblock-3 .notify-drop li.unread {
    border-left: none;
    margin-left: 30px;
    margin-right: 30px;
    background: #F6FAFF;
}
#block-notificationwidgetblock-3 .notify-drop li.read {
    border-left: none;
    margin-left: 30px;
    margin-right: 30px;
}
.notify-drop li.unread {
    border-left: none;
    background: #F6FAFF;
}
.notify-drop li.read {
    border-left: none;
}
.wrap-dropmenu a:hover{
    color:#1B80CB;
}
.notify-drop-title {
    padding: 25px 30px;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border-radius: 8px 0 0 0;
}
.notify-drop li a {
    font-weight: bold;
    z-index: 99;
    overflow: hidden;
}
.dropdown-menu.notify-drop .drop-content li a:hover{
  color:#1B80CB !important;
}
.fa-dot-circle-o{
  display: none;
}
.drop-content{
  border:none !important;
}
.notify-drop .drop-content li{
  border:none;
  position: relative;
}
#block-notificationwidgetblock-3 .notify-drop .drop-content li:after{
  background: url(../images/not-arrow.svg) no-repeat;
  width: 8px;
  height: 14px;
  content: '';
  position: absolute;
  right:20px;
}
#block-notificationwidgetblock .notify-drop .drop-content li:after{
  background: url(../images/not-popup-arrow.svg) no-repeat;
  width: 6px;
  height: 11px;
  content: '';
  position: absolute;
  right:20px;
  top:37%;
}
.dropbutton-multiple .dropbutton .secondary-action:nth-child(2){
  border-top:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
}
.dropbutton-multiple.open .wrap-dropmenu{
  border: 1px solid #E0E0E0;
  border-radius: 17px;
  background-color: #fff;
  text-align: center;
  margin-top: 5px;
}
.field--type-phone-international .iti{
  display: inherit !important;
}
.field--type-phone-international .phone_international-number{
  height: 40px;
}
@media (max-width: 1199px) {
  .xl\:text-6 {
    font-size: var(--text-6) !important;
  }
  .xl\:text-9 {
    font-size: var(--text-9) !important;
  }
  .xl\:text-11 {
    font-size: var(--text-11) !important;
  }
  .xl\:text-13 {
    font-size: var(--text-13) !important;
  }
  .xl\:text-14 {
    font-size: var(--text-14) !important;
  }
  .xl\:text-15 {
    font-size: var(--text-15) !important;
  }
  .xl\:text-16 {
    font-size: var(--text-16) !important;
  }
  .xl\:text-17 {
    font-size: var(--text-17) !important;
  }
  .xl\:text-18 {
    font-size: var(--text-18) !important;
  }
  .xl\:text-20 {
    font-size: var(--text-20) !important;
  }
  .xl\:text-24 {
    font-size: var(--text-24) !important;
  }
  .xl\:text-30 {
    font-size: var(--text-30) !important;
  }
  .xl\:text-35 {
    font-size: var(--text-35) !important;
  }
  .xl\:text-40 {
    font-size: var(--text-40) !important;
  }
  .xl\:text-45 {
    font-size: var(--text-45) !important;
  }
  .xl\:text-50 {
    font-size: var(--text-50) !important;
  }
  .xl\:text-55 {
    font-size: var(--text-55) !important;
  }
  .xl\:text-60 {
    font-size: var(--text-60) !important;
  }
  .xl\:text-64 {
    font-size: var(--text-64) !important;
  }

}

.lang-dropdown{
  display: none;
}

.user-pass-reset p{
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .lg\:text-6 {
    font-size: var(--text-6) !important;
  }
  .lg\:text-9 {
    font-size: var(--text-9) !important;
  }
  .lg\:text-11 {
    font-size: var(--text-11) !important;
  }
  .lg\:text-13 {
    font-size: var(--text-13) !important;
  }
  .lg\:text-14 {
    font-size: var(--text-14) !important;
  }
  .lg\:text-15 {
    font-size: var(--text-15) !important;
  }
  .lg\:text-16 {
    font-size: var(--text-16) !important;
  }
  .lg\:text-17 {
    font-size: var(--text-17) !important;
  }
  .lg\:text-18 {
    font-size: var(--text-18) !important;
  }
  .lg\:text-20 {
    font-size: var(--text-20) !important;
  }
  .lg\:text-24 {
    font-size: var(--text-24) !important;
  }
  .lg\:text-30 {
    font-size: var(--text-30) !important;
  }
  .lg\:text-35 {
    font-size: var(--text-35) !important;
  }
  .lg\:text-40 {
    font-size: var(--text-40) !important;
  }
  .lg\:text-45 {
    font-size: var(--text-45) !important;
  }
  .lg\:text-50 {
    font-size: var(--text-50) !important;
  }
  .lg\:text-55 {
    font-size: var(--text-55) !important;
  }
  .lg\:text-60 {
    font-size: var(--text-60) !important;
  }
  .lg\:text-64 {
    font-size: var(--text-64) !important;
  }
}

@media (max-width: 767px) {
  .md\:text-6 {
    font-size: var(--text-6) !important;
  }
  .md\:text-9 {
    font-size: var(--text-9) !important;
  }
  .md\:text-11 {
    font-size: var(--text-11) !important;
  }
  .md\:text-13 {
    font-size: var(--text-13) !important;
  }
  .md\:text-14 {
    font-size: var(--text-14) !important;
  }
  .md\:text-15 {
    font-size: var(--text-15) !important;
  }
  .md\:text-16 {
    font-size: var(--text-16) !important;
  }
  .md\:text-17 {
    font-size: var(--text-17) !important;
  }
  .md\:text-18 {
    font-size: var(--text-18) !important;
  }
  .md\:text-20 {
    font-size: var(--text-20) !important;
  }
  .md\:text-24 {
    font-size: var(--text-24) !important;
  }
  .md\:text-30 {
    font-size: var(--text-30) !important;
  }
  .md\:text-35 {
    font-size: var(--text-35) !important;
  }
  .md\:text-40 {
    font-size: var(--text-40) !important;
  }
  .md\:text-45 {
    font-size: var(--text-45) !important;
  }
  .md\:text-50 {
    font-size: var(--text-50) !important;
  }
  .md\:text-55 {
    font-size: var(--text-55) !important;
  }
  .md\:text-60 {
    font-size: var(--text-60) !important;
  }
  .md\:text-64 {
    font-size: var(--text-64) !important;
  }
}

@media (max-width: 575px) {
  .sm\:text-6 {
    font-size: var(--text-6) !important;
  }
  .sm\:text-9 {
    font-size: var(--text-9) !important;
  }
  .sm\:text-11 {
    font-size: var(--text-11) !important;
  }
  .sm\:text-13 {
    font-size: var(--text-13) !important;
  }
  .sm\:text-14 {
    font-size: var(--text-14) !important;
  }
  .sm\:text-15 {
    font-size: var(--text-15) !important;
  }
  .sm\:text-16 {
    font-size: var(--text-16) !important;
  }
  .sm\:text-17 {
    font-size: var(--text-17) !important;
  }
  .sm\:text-18 {
    font-size: var(--text-18) !important;
  }
  .sm\:text-20 {
    font-size: var(--text-20) !important;
  }
  .sm\:text-24 {
    font-size: var(--text-24) !important;
  }
  .sm\:text-30 {
    font-size: var(--text-30) !important;
  }
  .sm\:text-35 {
    font-size: var(--text-35) !important;
  }
  .sm\:text-40 {
    font-size: var(--text-40) !important;
  }
  .sm\:text-45 {
    font-size: var(--text-45) !important;
  }
  .sm\:text-50 {
    font-size: var(--text-50) !important;
  }
  .sm\:text-55 {
    font-size: var(--text-55) !important;
  }
  .sm\:text-60 {
    font-size: var(--text-60) !important;
  }
  .sm\:text-64 {
    font-size: var(--text-64) !important;
  }
}

@media (max-width: 479px) {
  .xs\:text-6 {
    font-size: var(--text-6) !important;
  }
  .xs\:text-9 {
    font-size: var(--text-9) !important;
  }
  .xs\:text-11 {
    font-size: var(--text-11) !important;
  }
  .xs\:text-13 {
    font-size: var(--text-13) !important;
  }
  .xs\:text-14 {
    font-size: var(--text-14) !important;
  }
  .xs\:text-15 {
    font-size: var(--text-15) !important;
  }
  .xs\:text-16 {
    font-size: var(--text-16) !important;
  }
  .xs\:text-17 {
    font-size: var(--text-17) !important;
  }
  .xs\:text-18 {
    font-size: var(--text-18) !important;
  }
  .xs\:text-20 {
    font-size: var(--text-20) !important;
  }
  .xs\:text-24 {
    font-size: var(--text-24) !important;
  }
  .xs\:text-30 {
    font-size: var(--text-30) !important;
  }
  .xs\:text-35 {
    font-size: var(--text-35) !important;
  }
  .xs\:text-40 {
    font-size: var(--text-40) !important;
  }
  .xs\:text-45 {
    font-size: var(--text-45) !important;
  }
  .xs\:text-50 {
    font-size: var(--text-50) !important;
  }
  .xs\:text-55 {
    font-size: var(--text-55) !important;
  }
  .xs\:text-60 {
    font-size: var(--text-60) !important;
  }
  .xs\:text-64 {
    font-size: var(--text-64) !important;
  }
}

.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.green-but{
  background: #B9D63E;
  border-radius: 22px;
  width: 224px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  margin-left: 50px;
  padding-top: 7px;
}
.green-but a{
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  width: 224px;
  text-align: center;
  font-family: "gilroy extrabold";
}
.about-content__title {
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
  color: #302871;
  max-width: 470px;
}

.bg-bluef-f6 .about-content__title {
  color: #B5D52D;
  max-width: 515px;
}

.about-content__title span {
  color: #6440FB;
}

.about-content__text {
  margin-top: 15px;
  max-width: 415px;
}

.bg-bluef-f6 .about-content__text {
  color:#fff;
  max-width: 515px;
  margin-bottom: 10px;
}

.about-content__btn {
  margin-top: 30px;
}

.about-content__btn a {
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #1A064F;
  padding: 21px 55px;
  color: white;
}

.about-content .about-content-list {
  margin-top: 30px;
}

.about-content .about-content-list > * + * {
  margin-top: 35px;
}

.about-content .about-content-list__item {
  display: flex;
  align-items: center;
}

.about-content .about-content-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #6440FB;
}

.about-content .about-content-list__icon .icon {
  color: white;
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

.about-content .about-content-list__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: var(--color-dark-1);
}

.app-content {
  padding-left: 40px;
}

.dashboard__content .col-12 .tabs__controls{height: 68px;}

.profile-block{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.profile-block .views-element-container{
  width: 80%;
}
.profile-block .profile-block-right{
  width: 20%;
  margin-top: 30px;
  text-align: right;
}

#d-message div[data-drupal-messages]{
  display: none;
}

#d-message div[data-drupal-messages]:first-child{
  display: block !important;
}
@media (max-width: 767px) {
  .app-content {
    padding-left: 0;
  }
  .dataTables_scrollBody{
    width: 50% !important;
  }
  .job-offers-empty .greenbutton{
    display: none;
  }
  
  #candidates-wrapper {
      width: 200%;
      float: left;
      height: 300px;
      overflow-y: scroll;
      padding: 15px;
      border-right: 1px solid #eeeeee;
  }
  #candidate-messages-wrapper{
    width: 100%;
  }
}
.forget-passb{
  float: right;
  text-align: right !important;
  text-decoration: underline;
  padding-top: 5px;
  color: #1B80CB;
  font-size: 12px;
  font-family: "lato regular";
}

.app-content__title {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  color: var(--color-dark-1);
}

.app-content__title span {
  color: #6440FB;
}

.app-content__text {
  margin-top: 20px;
  color: var(--color-dark-1);
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.app-content__buttons {
  margin-top: 30px;
  display: flex;
}

.app-content__buttons > * + * {
  margin-left: 20px;
}

.blogCard.-type-1 .blogCard__image img {
  width: 100%;
}

.blogCard.-type-1 .blogCard__content {
  margin-top: 20px;
}

.blogCard.-type-1 .blogCard__category {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6440FB;
}

.blogCard.-type-1 .blogCard__title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #242239;
}

.blogCard.-type-1 .blogCard__date {
  margin-top: 10px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-light-1);
}

.blogCard.-type-2 {
  display: flex;
  align-items: center;
}

.blogCard.-type-2 .blogCard__image {
  flex-shrink: 0;
}

.blogCard.-type-2 .blogCard__image img {
  width: 100%;
}

.blogCard.-type-2 .blogCard__content {
  margin-left: 17px;
}

.blogCard.-type-2 .blogCard__category {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6440FB;
}

.blogCard.-type-2 .blogCard__title {
  margin-top: 10px;
  color: #242239;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.blogCard.-type-2 .blogCard__date {
  margin-top: 10px;
  color: var(--color-light-1);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}

.blogCard.-type-3 .blogCard__image img {
  width: 100%;
}

.blogCard.-type-3 .blogCard__category {
  text-transform: uppercase;
}

.formation-page .formation-fold2{
  background: url(../images/formation-fold2.png) repeat-x;
  background-size: cover;
  width: 100%;
  padding-bottom: 65px;
}
.follow-courses{
  font-size: 50px;
  line-height: 54px;
  color: #fff;
  font-family: "gilroy extrabold";
  text-align: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.course-date{
  color: #1B80CB;
  font-size: 12px;
  line-height: 18px;
}
.course-title{
  color: #302871;
  font-size: 24px;
  line-height: 22px;
  padding-top: 5px;
  position: relative;
  width: 100%;
  font-family: "gilroy extrabold";
}
.course-title span:after{
  position: absolute;
  width: 9px;
  height: 14px;
  right: 0px;
  top: 10px;
  content: '';
  background: url(../images/arrow.svg) no-repeat;
}
.course-subdesc {
  color: #727C88;
  font-size: 14px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.coursesCard {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.form-list .views-infinite-scroll-content-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.formation-fold2 .col-lg-4{
  width: 30.33%;
  margin: 1.5%;
  background: #fff;
  border-radius: 8px !important;
}

.coursesCard.-type-1 .coursesCard__image {
  overflow: hidden;
}

.coursesCard.-type-1 .coursesCard__image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-1);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-1 .coursesCard__image img {
  z-index: 1;
  width:100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-1 .coursesCard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #EDEDED;
}

.coursesCard.-type-1 .coursesCard-footer__author {
  display: flex;
  align-items: center;
}

.coursesCard.-type-1 .coursesCard-footer__author img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.coursesCard.-type-1 .coursesCard-footer__author div {
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--color-light-1);
}

.coursesCard.-type-1 .coursesCard-footer__price {
  display: flex;
  align-items: center;
}

.coursesCard.-type-1 .coursesCard-footer__price > div:nth-child(1) {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  margin-right: 10px;
  color: var(--color-light-1);
  text-decoration: line-through;
}

.coursesCard.-type-1 .coursesCard-footer__price > div:nth-child(2) {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: var(--color-dark-1);
}

.coursesCard.-type-1.-hover-shadow:hover {
  box-shadow: 0px 6px 15px 0px #404F680D;
}

.coursesCard.-type-2 {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.form-list .pager__item{
  margin-top: 55px;
}
.form-list .pager__item a{
  border-radius: 25px;
  border:1px solid #fff;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  width: 225px;
  height: 40px;
  margin: 0 auto;
}
.formation-fold1 .swiper-slide{
  display: flex;
}

.coursesCard.-type-2:hover {
  box-shadow: 0px 25px 70px 0px #01213A12;
}

.coursesCard.-type-3 {
  padding: 0 40px;
}
.course-pag{
  position: relative;
}
.prev-course{
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 99;
}
.next-course{
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 99;
}
.arrow-left-hover{
  position: relative;
}
.arrow-left-hover:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  content: '';
  background: url("../images/prev.png") no-repeat;
}
.arrow-right-hover{
  position: relative;
}
.arrow-right-hover:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  content:'';
  background: url("../images/next.png") no-repeat;
}
.small-titlep{
    margin-bottom: 20px;
    color: #364455;
    float: left;
    width: 100%;
    font-family: "gilroy extrabold";
    font-size: 20px;
    line-height: 22px;
}

@media (min-width: 1024px) and (max-width: 1150px) {
  .home-fold1-desc, .home-fold1 .swiper-pagination{
    margin-left: 80px;
  }
  .home-fold1 .swiper-slide {
      width: 960px;
  }
  .header.-type-4 .header-menu .menu{
	  padding-left:80px;
  }
  .about-desc-sect .home-fold1-desc{
    margin-left: 0px !important;
  }
  .lang-dropdown {
    margin-right: -35px;
  }
}

@media (min-width: 1023px) and (max-width: 1025px) {
  .header.-type-4 .header-menu .menu{
	  padding-left: 0px;
  }
  .user-phys .tabs__controls {
    height: 66px !important;
}
}

@media (min-width: 768px) and (max-width: 992px) {
  .header__logo img{
    width: 65% !important;
  }
}



@media (max-width: 991px) {
  .coursesCard.-type-3 {
    padding: 0;
  }

}

.coursesCard.-type-3 .coursesCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  font-size: 50px;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-3 .coursesCard__icon .icon {
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-3:hover .coursesCard__icon {
  background-color: var(--color-purple-1) !important;
}

.coursesCard.-type-3:hover .coursesCard__icon .icon {
  color: white !important;
}

.coursesCard.-type-4 {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-4 .coursesCard__image {
  position: relative;
  overflow: hidden;
}

.coursesCard.-type-4 .coursesCard__image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-1);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-4 .coursesCard__image img {
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coursesCard.-type-4:hover {
  color: inherit;
}

.coursesCard.-type-4:hover .coursesCard__image_overlay {
  opacity: 0.5;
}

.coursesCard.-type-4:hover .coursesCard__image img {
  transform: scale(1.12);
}

.cta.-type-1 {
  z-index: 0;
  position: relative;
  padding-top: 208px;
  padding-bottom: 168px;
}

@media (max-width: 767px) {
  .cta.-type-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .cta.-type-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cta.-type-1 .cta__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featureCard.-type-1 {
  height: 100%;
}

.featureCard.-type-1 .featureCard__content {
  height: 100%;
  background: var(--color-light-3);
  border-radius: 8px;
  padding: 26px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.featureCard.-type-1 .featureCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: white;
  width: 90px;
  height: 90px;
}

.featureCard.-type-1 .featureCard__title {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-dark-1);
}

.featureCard.-type-1 .featureCard__text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: var(--color-light-1);
}

.footer.-type-1 {
  color: white;
}

.footer.-type-1.-dark {
  color: var(--color-dark-1);
}

.footer.-type-1.-dark a {
  color: var(--color-light-1);
}

.footer.-type-1 .footer-header {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
  .footer.-type-1 .footer-header {
    padding-bottom: 0;
  }
}

.footer.-type-1 .footer-header .footer-header-socials {
  display: flex;
  align-items: center;
}

.footer.-type-1 .footer-header .footer-header-socials__title {
  font-size: 17px;
  line-height: 26px;
  margin-right: 20px;
}

.footer.-type-1 .footer-header .footer-header-socials__list {
  display: flex;
}

.footer.-type-1 .footer-header .footer-header-socials__list > * + * {
  margin-left: 4px;
}

.footer.-type-1 .footer-header .footer-header-socials__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14px;
}

.footer.-type-1 .footer-header .footer-header-socials__list a:hover {
  color: white !important;
  background-color: #2B1C55 !important;
}

.footer.-type-1 .footer-columns {
  padding-top: 60px;
  padding-bottom: 127px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer-columns {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer.-type-1 .footer-columns__title {
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer.-type-1 .footer-columns__links {
  display: flex;
  flex-direction: column;
}

.footer.-type-1 .footer-columns__links a {
  display: block;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
}

.footer.-type-1 .footer-columns__links a:hover {
  color: var(--color-purple-1);
}

.footer.-type-1 .footer-columns .footer-columns-form > div {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer.-type-1 .footer-columns .footer-columns-form .form-group {
  position: relative;
}

.footer.-type-1 .footer-columns .footer-columns-form .form-group input {
  width: 100%;
  border-radius: 100px;
  background-color: white;
  padding: 22px 30px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--color-light-1);
}

.footer.-type-1 .footer-columns .footer-columns-form .form-group input::-moz-placeholder {
  color: var(--color-light-1);
}

.footer.-type-1 .footer-columns .footer-columns-form .form-group input:-ms-input-placeholder {
  color: var(--color-light-1);
}

.footer.-type-1 .footer-columns .footer-columns-form .form-group input::placeholder {
  color: var(--color-light-1);
}

.footer.-type-1 .footer-columns .footer-columns-form .form-group button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  padding: 12px 24px;
  background-color: #6440FB;
  border-radius: 100px;
}

.footer.-type-1 .footer-footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer.-type-1 .footer-footer__copyright {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.footer.-type-1 .footer-footer__right {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer.-type-1 .footer-footer__right {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer.-type-1 .footer-footer__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer.-type-1 .footer-footer__list > * {
  margin: 0 5px;
}

.footer.-type-1 .footer-footer__list a {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.footer.-type-1 .footer-footer__button {
  margin-left: 30px;
}

@media (max-width: 575px) {
  .footer.-type-1 .footer-footer__button {
    margin-left: 0;
    margin-top: 24px;
  }
}

.footer.-type-1 .footer-footer__button a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 30px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  border-radius: 100px;
  color: white;
}

.footer.-type-1.-green-links .footer-columns a:hover {
  text-decoration: underline;
  color: var(--color-green-1) !important;
}

.footer.-type-4 .footer-header-socials__list {
  margin-left: -15px;
}

.footer.-type-4 .footer-header-socials__list a {
  position: relative;
  z-index: 1;
  color: #fff !important;
}

.footer.-type-4 .footer-header-socials__list a::after {
  content: '';
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer.-type-4 .footer-header-socials__list .x-logo::after {
  position: absolute;
  content:'';
  color: #fff;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: url("../images/x-logo.svg") no-repeat;
  border-radius: 100%;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.icon-twitter:before{
  content:' ';
}

.footer.-type-4 .footer-header-socials__list a:hover::after {
  opacity: 1;
}

.footer.-type-5 .footer-header-socials__list {
  margin-left: -15px;
}

.footer.-type-5 .footer-header-socials__list a {
  position: relative;
  z-index: 1;
}

.footer.-type-5 .footer-header-socials__list a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--color-dark-6);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer.-type-5 .footer-header-socials__list a:hover::after {
  opacity: 1;
}

.header {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__explore > a {
  position: relative;
  z-index: 1;
}

.header-l > a{
  position:inherit;
}

.js-dashboard-home-9 .sidebar__item{
  padding-bottom:50px;
  margin:0 20px !important
}
.js-dashboard-home-9 .sidebar-footer li {
    padding: 0 0px 10px 35px !important;
}
.js-dashboard-home-9 .sidebar__item.-is-active {
    background-color: #B9D63E;
    color: white !important;
    margin-top: -20px !important;
    padding-top: 2px !important;
    border-radius: 11px !important;
    height: 44px !important;
    padding-bottom: 0px !important;
    width: 44px !important;
}
/*.header__explore > a::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -14px;
  right: -14px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}*/

.header__explore > a:hover {
  color: var(--color-green-1) !important;
}

.header__explore > a:hover::before {
  opacity: 1;
}

.header.-type-1 {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-dark-1);
  padding: 0 20px;
}

@media (max-width: 991px) {
  .header.-type-1 {
    padding: 0;
  }

}

.header.-type-1 .header__container {
  position: relative;
  max-width: calc(1500px);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}



@media (max-width: 991px) {
  .header.-type-1 .header__container {
    padding: 20px;
  }
}

.header.-type-1 .header-left {
  display: flex;
  align-items: center;
}
.header-menu a{
  font-size: 16px;
  line-height: 19px;
  padding-top: 8px !important;
}
.header-right__buttons a{
  text-align: center;
  font-family: "gilroy extrabold";
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 1500px) {
  .test-title{
    padding-top: 230px !important;
  }
}

@media (min-width: 992px) {
  .header .header-menu {
    position: absolute;
    left: 0;
    z-index: 5;
  }
  .header .header-menu .header-menu__content {
    display: flex;
    align-items: center;
  }
  .header .header-menu-close {
    display: none;
  }
  .header .header-menu-bg {
    display: none;
  }
  .header .header-menu .menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-menu .menu__nav {
    display: flex;
	  padding-top:20px;
  }
  .header .header-menu .menu__nav a {
    display: flex;
    align-items: center;
    padding: 7px 16px;
    color: #364455;
    font-family: "gilroy light";
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.col-image-home{
  position: absolute;
  right: 0px;
}
.home-f2-t{
  margin-top: 30px;
}
.top22{
  top: 0px;
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .header .header-menu .menu__nav a {
    padding: 6px 20px;
  }
}
@media (min-width: 1151px) and (max-width: 1399px) {
  .home-fold1-desc, .home-fold1 .swiper-pagination{
    margin-left: calc((100% - 1200px)/2) !important;
  }
  .about-desc-sect .home-fold1-desc{
    margin-left: 0px !important;
  }
}
@media (min-width: 1400px) and (max-width: 6000px) {
  .home-fold1-desc, .home-fold1 .swiper-pagination{
    margin-left: calc((100% - 1300px)/2) !important;
  }
  .about-desc-sect .home-fold1-desc{
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .header .header-menu .menu__nav li.menu-item-has-children a {
    display: flex;
    align-items: center;
  }
  .header .header-menu .menu__nav > li.menu-item-has-children > a .icon-chevron-right {
    transform: rotate(90deg);
  }
  .header .header-menu .menu__nav > li {
    padding: 17px 0;
  }
  .menu-header .menu__nav > li {
    padding: 0px !important;
  }
  .header .header-menu .menu__nav > li:hover > a {
    color: #1B80CB;
  }
  .header .header-menu .menu__nav > li > .subnav::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: white;
    transform: rotate(45deg);
  }
  .header .header-menu .menu li.-has-mega-menu:hover > .mega {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .header .header-menu .menu li:hover > .subnav {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 8px;
    color: black !important;
    min-width: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 25px 70px 0px #01213A12;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .header-menu .menu .subnav .subnav {
    top: 0;
    left: 97%;
  }
  .header .header-menu .menu .subnav > li {
    position: relative;
  }
  .header .header-menu .menu .subnav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
  }
  .header .header-menu .menu .subnav > li > a:hover {
    color: var(--color-purple-1);
  }
  .header .header-menu .menu .subnav .menu__backButton {
    display: none;
  }
  .header .header-menu .menu > .subnav {
    top: 100%;
    left: 0;
  }
  .header .header-menu .mobile-bg {
    display: none;
  }
  .header .header-menu .mobile-back-button {
    display: none;
  }
  .header .header-menu .mobile-footer {
    display: none;
  }
}

@media (max-width: 992px) {
  .header .header-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10;
    max-width: calc(100vw - 80px);
    width: 60vw;
    height: 100vh;
    padding: 0 !important;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu .header-menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(-20%);
  }
  .header .header-menu ul {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .header .header-menu.-is-el-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu.-is-el-visible .-is-active {
    pointer-events: auto !important;
  }
  .header .header-menu.-is-el-visible .header-menu__content {
    transform: none;
  }
  .but-top-right{
    position: absolute;
    right: 20px;
  }
  .lang-dropdown .dropbutton-multiple .dropbutton-widget{
    margin-top:0px !important;
  }
  .header-right__icons .lg\:d-none {
    display: none !important;
}
}

@media (max-width: 992px) and (max-width: 767px) {
  .header .header-menu {
    width: 80vw;
  }
}

@media (max-width: 992px) and (max-width: 575px) {
  .header .header-menu {
    width: calc(100vw - 60px);
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .header .header-menu-close {
cursor: pointer;
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 1;
  }
}

@media (max-width: 992px) and (max-width: 575px) {
  .header .header-menu-close {
    top: 10px;
    right: 10px;
  }
  .cookiesjsr-banner--action{
    position: inherit !important;
    margin-top:20px;
  }
}

@media (max-width: 992px) {
  .header .header-menu-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: -2;
  }
  .header .header-menu .menu {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 20px;
    height: 100%;
  }
  .header .header-menu .menu ul {
    pointer-events: none;
  }
  .header .header-menu .menu__nav {
    display: flex;
    flex-direction: column;
  }
  .header .header-menu .menu__nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px;
    border-radius: 8px;
    color: var(--color-dark-1) !important;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .header-menu .menu__nav a:hover {
    color: #1B80CB !important;
  }
  .padd-top-90{
    margin-top: 90px;
  }
  .but-top-right .padd-top-90 {
    margin-top: 0px;
  }
  .header-right__icons.d-flex .header-right__buttons{
    display: none !important;
  }
  .log-head{
    float: left;
    margin-top: -9px;
    margin-left: 10px;
  }
  .header .header-menu .menu__nav > li > a {
    font-weight: 500;
    font-size: 22px;
    color: #364455 !important;
  }
  .header .header-menu .menu__nav li {
    overflow: hidden;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 0;
    left: 0;
    color: black !important;
    padding: 20px;
    width: 100%;
    height: 100%;
  }
  .header .header-menu .menu .subnav a {
    transform: translateY(100%);
  }
  .header .header-menu .menu .subnav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 0 20px;
    color: var(--color-dark-1) !important;
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .header-menu .menu .subnav > li > a:hover {
    color: var(--color-purple-1) !important;
  }
  .header .header-menu .menu .subnav .menu__backButton a {
    justify-content: flex-start !important;
    height: 60px !important;
    font-weight: 600 !important;
    color: var(--color-purple-1) !important;
    font-size: 16px;
    background-color: var(--color-purple-3);
  }
  .header .header-menu .mobile-bg {
    position: fixed;
    top: 0;
    left: 0;
    max-width: calc(100vw - 80px);
    width: 60vw;
    height: 100vh;
    z-index: -1;
    background-color: white;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .header .header-menu .mobile-bg {
    width: 80vw;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .header .header-menu .mobile-bg {
    width: calc(100vw - 60px);
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .header .header-menu .mobile-footer .mobile-socials {
    display: flex;
    margin-left: -15px;
  }
  .header .header-menu .mobile-footer .mobile-socials a {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .header-menu .mobile-footer .mobile-socials a:hover {
    background-color: var(--color-light-4);
    color: var(--color-purple-1) !important;
  }
}

.header.-base {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header.-base .header__container {
  position: relative;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .header.-base .header__container {
    padding: 0 40px;
  }
  .header__explore{
    display: none;
  }
  .sidebar.-dashboard .sidebar__item.-is-active{
    max-width: 300px;
  }
  .sidebar__item a{
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .header.-base .header__container {
    padding: 0 15px;
  }
}

.header.-base .header-menu {
  position: relative;
}

.header.-base .header-menu .menu {
  position: relative;
  left: unset;
  transform: none;
}

.header.-type-3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  width: 100%;
  padding: 0 60px;
}


.header__logo img{
  width: 137px;
}
@media (max-width: 991px) {
  .header.-type-3 {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .header.-type-3 {
    padding: 0 15px;
  }
}

.header.-type-3 .header__container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header.-type-3 .header-menu {
  position: relative;
}

.header.-type-3 .header-menu .menu {
  position: relative;
  left: unset;
  transform: none;
}

@media (max-width: 1670px) {
  .header.-type-3 .header-search-field {
    display: none;
  }
}

.header.-type-3 .header-search-field__group {
  position: relative;
  max-width: 340px;
  min-width: 260px;
}

.header.-type-3 .header-search-field input {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  background-color: var(--color-light-3);
  border-radius: 8px;
  padding: 18px 28px;
}

.header.-type-3 .header-search-field button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
}

.header.-type-3 .header-search-field button .icon {
  font-size: 20px;
  color: var(--color-dark-1);
}

.header.-type-4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 60px;
  background: #fff;
}

@media (max-width: 1199px) {
  .header.-type-4 {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .header.-type-4 {
    padding: 0 15px;
  }
  .dashboard__main .lang-dropdown .dropbutton-multiple .dropbutton-widget{
  padding-right: 15px !important;
}
.dropbutton-arrow{
  right:40px !important;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button1{
  height: 40px;
}
}

.header.-type-4.-shadow {
  box-shadow: 0px 6px 15px 0px #404F680D;
}

.header.-type-4 *.-before-border {
  position: relative;
}

.header.-type-4 *.-before-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #EDEDED;
}

.header.-type-4 *.-after-border {
  position: relative;
}

.header.-type-4 *.-after-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #EDEDED;
}

.header.-type-4 .header__container {
  position: relative;
}

.header.-type-4 .header__container .row {
  flex-wrap: nowrap;
}

.header.-type-4 .header-menu {
  position: relative;
}

.header.-type-4 .header-menu .menu {
  position: relative;
  left: unset;
  transform: none;
}

.header.-type-4 .header-search-field {
  position: relative;
}

@media (max-width: 1670px) {
  .header.-type-4 .header-search-field {
    display: none;
  }
}

.header.-type-4 .header-search-field__group {
  position: relative;
  max-width: 300px;
  min-width: 250px;
}

.header.-type-4 .header-search-field input {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  background-color: white;
  border: 1px solid #EDEDED;
  border-radius: 100px;
  padding: 17px 28px;
}

.header.-type-4 .header-search-field button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 60px;
}

.header.-type-4 .header-search-field button .icon {
  font-size: 20px;
  color: var(--color-dark-1);
}

.header.-type-5 {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header.-type-5 .header__container {
  width: 100%;
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .header.-type-5 .header__container {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .header.-type-5 .header__container {
    padding: 0 15px;
  }
}

.header.-type-5 .header__container .row {
  flex-wrap: nowrap;
}

.header.-type-5 .header-menu {
  position: relative;
}

.header.-type-5 .header-menu .menu {
  position: relative;
  left: unset;
  transform: none;
}

.header.-base-sidebar {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.header.-base-sidebar .row {
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .header.-base-sidebar .row {
    margin: 0;
  }
  .header.-base-sidebar .col-auto {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .header.-base-sidebar .header__logo img {
    width: 80%;
  }

  .bg-blue1{
    padding-bottom: 25px;
  }

  #views-exposed-form-job-offers-list-page-1 #edit-submit-medical-institution-list, #views-exposed-form-medical-institution-list-page-1 #edit-submit-medical-institution-list{
    margin-bottom: 15px;
  }
  .show-resp {
    margin-top: 10px !important;
    width: 70%;
   }
}

@media (max-width: 991px) {
  .dashboard.-home-9 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

}

.dashboard.-home-9 .dashboard__sidebar {
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.responsive{
  display: none;
}

.dashboard__sidebar .header__logo img{
  margin-top:10px;
}


@media (max-width: 991px) {
  .dashboard.-home-9 .dashboard__sidebar {
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 0px !important;
    padding: 0px;
    margin-top: 90px;
  }
  .responsive{
    display: inline;
  }
  .header.-dashboard{
    top: -90px;
  }
  .home-fold2 .order-1{
    order: 2 !important;
  }
  .home-fold2 .order-2{
    order: 1 !important;
    margin-bottom: 130px;
  }
  .home-f2-t{
    margin-top: 0px;
  }
  .home-fold2{
    padding-top: 190px;
  }
  .home-fold3 .col-xl-12{
    text-align: left;
  }
  .home-fold3 .col-xl-5{
    margin-bottom: 50px;
  }
  .home-fold3 .c-ord{
    order: 2 !important;
  }
  .home-fold3 .order-2{
    order: 1 !important;
    margin-top:80px;
  }
}
.center-data{
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width: 767px) {
  .dashboard.-home-9 .dashboard__sidebar {
    width: 80%;
  }
}

.dashboard__main .rounded-16.bg-white{
  min-height: 400px;
}

@media (max-width: 991px) {
  .dashboard.-home-9 .dashboard__main::after {
    content: "";
    position: fixed;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.dashboard.-home-9.-is-sidebar-hidden .dashboard__sidebar {
  transform: translateX(-100%);
}

.dashboard.-home-9.-is-sidebar-hidden .dashboard__main {
  padding-left: 55px;
}

.dashboard.-home-9.-is-sidebar-hidden .dashboard__main::after {
  pointer-events: none;
  opacity: 0;
}

.sidebar.-base-sidebar .sidebar__inner {
  padding-top: 40px;
}

.sidebar.-base-sidebar .sidebar__item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 0 20px;
  height: 55px;
}

@media (max-width: 575px) {
  .sidebar.-base-sidebar .sidebar__item {
    border-radius: 0;
    height: 45px;
  }
}

.sidebar.-base-sidebar .sidebar__item.-is-active {
  background-color: var(--color-purple-3);
  color: var(--color-purple-1) !important;
}

.sidebar.-base-sidebar .sidebar__links > div > a {
  display: flex;
  align-items: center;
}

.sidebar.-base-sidebar .sidebar__links > div > a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-color: currentColor;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.sidebar.-base-sidebar .sidebar__links > div > a:hover {
  color: var(--color-dark-1);
}

.sidebar.-base-sidebar .sidebar__links > div > a:hover::before {
  background-color: var(--color-dark-1);
}

.header .header-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 590px;
}

.header .header-search__field {
  position: relative;
}

.header .header-search__field input {
  padding: 18px 36px;
  border-bottom: 1px solid #EDEDED;
}

.header .header-search__field input:focus {
  outline: none;
  border-bottom: 1px solid var(--color-dark-1);
}

.header .header-search__field input::-moz-placeholder {
  color: var(--color-dark-1);
}

.header .header-search__field input:-ms-input-placeholder {
  color: var(--color-dark-1);
}

.header .header-search__field input::placeholder {
  color: var(--color-dark-1);
}

.header .header-search__field .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
}

.header .header-search__field button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.header .header-search__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 26, 0.7);
}

.header .header-cart {
  position: absolute;
  top: calc(100% + 24px);
  right: -16px;
  z-index: 10;
  min-width: 410px;
  box-shadow: 0px 0px 70px 0px #01213A12;
}

@media (max-width: 575px) {
  .header .header-cart {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    width: 100vw;
    min-width: 100vw;
  }
}

.phys-id, 
.field--name-field-physician-reference{
  height: 0px;
  font-size: 0px;
  display: none;
  color: #fff;
}

.header .explore-content {
  position: absolute;
  top: 100%;
  box-shadow: inset 0px 0px 0px 1px #DDDDDD;
  min-width: 300px;
}

.header .explore-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 25px 70px 0px #01213A12;
}

.header .explore-content a {
  display: flex;
  padding: 5px 0;
}

.header .explore-content .explore__subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 95%;
  min-width: 300px;
  padding: 22px 40px;
  box-shadow: 0px 25px 70px 0px #01213A12;
  background-color: white;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}

.header .explore-content .explore__item {
  z-index: -1;
  padding: 0 30px;
}

.header .explore-content .explore__item:hover .explore__subnav {
  opacity: 1;
  pointer-events: auto;
}

.header .header-menu .mega {
  position: fixed;
  left: 50%;
  background-color: white;
  padding: 30px;
  width: 1500px;
  margin-top: 10px;
  min-height: 430px;
  transform: translate(-50%);
  border-radius: 8px;
  box-shadow: 0px 25px 70px 0px #01213A12;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1800px) {
  .header .header-menu .mega {
    width: 85vw;
  }
}

@media screen and (max-width: 1580px) {
  .header .header-menu .mega {
    width: 100vw;
  }
}

.header .header-menu .mega__menu {
  display: flex;
  height: 100%;
}

.header .header-menu .mega__menu .row {
  width: 100%;
}

.header .header-menu .mega__menu a {
  padding: 6px 0;
  color: var(--color-dark-1) !important;
}

.header .header-menu .mega__menu a:hover {
  color: var(--color-purple-1) !important;
}

.header .header-menu .mega .mega-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  height: 100%;
  max-width: 310px;
  padding: 30px;
  border-radius: 8px;
}

.masthead.-type-1 {
  z-index: 1;
  position: relative;
  padding: 140px 0 160px 0;
  padding: 140px 0 320px 0;
}

@media (max-width: 991px) {
  .masthead.-type-1 {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-1 {
    padding-bottom: 80px;
    padding-bottom: 160px;
  }
}

.masthead.-type-1 .container {
  max-width: 1530px;
  padding: 0 15px;
}

.masthead.-type-1 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-1);
}

.masthead.-type-1 .masthead__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.masthead.-type-1 .masthead__title {
  font-size: 55px;
  line-height: 80px;
  font-weight: 700;
  color: white;
}
  .resp-menu{
    display:none !important;
  }

@media (max-width: 991px) {
  .masthead.-type-1 .masthead__title {
    font-size: 50px;
    line-height: 1.3;
  }
  .masthead.-type-1 .masthead__title br {
    display: none;
  }
  .dashboard.-home-9.-is-sidebar-hidden .dashboard__main {
    padding-left: 0px;
  }
  .resp-menu{
    display:flex!important;
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-1 .masthead__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-1 .masthead__title {
    font-size: 30px;
  }
}

.masthead.-type-1 .masthead__text {
  margin-top: 13px;
  font-size: 17px;
  line-height: 36px;
  color: white;
}

@media (max-width: 991px) {
  .masthead.-type-1 .masthead__text {
    font-size: 16px;
    line-height: 1.6;
  }
  .masthead.-type-1 .masthead__text br {
    display: none;
  }
  .sidebar-footer-closed{
    display: none;
  }
}

@media (max-width: 575px) {
  .masthead.-type-1 .masthead__text {
    margin-top: 10px;
    font-size: 15px;
  }
}

.masthead.-type-1 .masthead__buttons {
  padding-top: 27px;
}

@media (max-width: 767px) {
  .masthead.-type-1 .masthead__buttons {
    padding-top: 15px;
  }
  .masthead.-type-1 .masthead__buttons a {
    width: 100%;
  }
}

.masthead.-type-1 .masthead-image {
  display: grid;
  gap: 66px;
  grid-template-columns: 0.6fr 0.4fr;
  padding-left: 80px;
}

@media (max-width: 991px) {
  .masthead.-type-1 .masthead-image {
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .masthead.-type-1 .masthead-image {
    width: 100%;
  }
}

.masthead.-type-1 .masthead-image > * {
  position: relative;
}

.masthead.-type-1 .masthead-image__el1 {
  grid-row: span 2;
  padding-top: 48px;
}

.masthead.-type-1 .masthead-image__el1 > div {
  position: relative;
  top: -54px;
  left: -132px;
}

.masthead.-type-1 .masthead-image__el2 {
  display: flex;
  justify-content: flex-end;
}

.masthead.-type-1 .masthead-image__el2 > div {
  position: absolute;
  bottom: -52px;
  right: 112px;
}

.masthead.-type-1 .masthead-image__el3 {
  display: flex;
  justify-content: flex-end;
}

.masthead.-type-1 .masthead-image__el3 > div {
  position: absolute;
  bottom: -50px;
  right: 15px;
}

.masthead.-type-1 .masthead-info {
  padding-top: 85px;
  display: flex;
  flex-wrap: wrap;
}


@media (max-width: 991px) {
  .masthead.-type-1 .masthead-info {
    padding-top: 30px;
  }
}

.masthead.-type-1 .masthead-info__item {
  width: auto;
}

.masthead.-type-2 {
  position: relative;
  z-index: 0;
  margin-top: 91px;
  padding: 122px 0;
}

@media (max-width: 991px) {
  .masthead.-type-2 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .masthead.-type-2 {
    padding: 60px 0;
  }
}

.masthead.-type-2 .row {
  padding: 0 60px;
}

@media (max-width: 991px) {
  .masthead.-type-2 .row {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-2 .row {
    padding: 0;
  }
}

.masthead.-type-2 .masthead__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  z-index: -1;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .masthead.-type-2 .masthead__bg {
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-2 .masthead__bg {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.masthead.-type-2 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-1);
  opacity: 0.7;
}

.masthead.-type-2 .masthead__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.masthead.-type-2 .masthead__title {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

@media (max-width: 991px) {
  .masthead.-type-2 .masthead__title {
    font-size: 50px;
    line-height: 1.3;
  }
  .masthead.-type-2 .masthead__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .masthead.-type-2 .masthead__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-2 .masthead__title {
    font-size: 30px;
  }
}

.masthead.-type-2 .masthead__button {
  display: inline-block;
}

.masthead.-type-2 .masthead__button a {
  font-weight: 500;
}

.masthead.-type-2 .masthead-form {
  padding: 30px;
  padding-bottom: 38px;
  background-color: white;
  border-radius: 16px;
}

.masthead.-type-2 .masthead-form .masthead-form__group + .masthead-form__group {
  margin-top: 30px;
}

.masthead.-type-2 .masthead-form__group {
  display: flex;
  flex-direction: column;
}

.masthead.-type-2 .masthead-form__group label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--color-dark-1);
}

.masthead.-type-2 .masthead-form__group input {
  border: 1px solid var(--color-light-8);
  padding: 15px 22px;
  border-radius: 8px;
}

.masthead.-type-2 .masthead-form__group button {
  width: 100%;
  height: 60px;
}

.masthead.-type-2 .masthead-form__desc {
  margin-top: 17px;
  font-size: 13px;
  line-height: 22px;
}

.masthead.-type-3 {
  position: relative;
  z-index: 0;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .masthead.-type-3 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-3 {
    padding-top: 40px;
  }
}

.masthead.-type-3 .masthead-image {
  position: relative;
  margin-top: -40px;
}

@media (max-width: 991px) {
  .masthead.-type-3 .masthead-image {
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead-image {
    width: 100%;
  }
}

.masthead.-type-3 .masthead-image__img1 img {
  max-width: unset;
  width: 100%;
}

.masthead.-type-3 .masthead-image__shape > img {
  position: absolute;
  top: -18vw;
  right: -15vw;
  z-index: -1;
  width: 50vw;
}

.masthead.-type-3 .masthead-image__el1 {
  position: absolute;
  bottom: 210px;
  right: -40px;
  width: 234px;
}

.masthead.-type-3 .masthead-image__el2 {
  position: absolute;
  bottom: 0;
  left: 35px;
}

.masthead.-type-3 .masthead-search__form {
  position: relative;
  width: 600px;
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead-search__form {
    width: 100%;
  }
}

.masthead.-type-3 .masthead-search__form input {
  width: 100%;
  height: 80px;
  border-radius: 100px;
  box-shadow: 0px 6px 15px 0px #404F680D;
  border: 1px solid #ECEDF2;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead-search__form input {
    height: 64px;
    padding: 0 30px;
    padding-right: 60px;
  }
}

.masthead.-type-3 .masthead-search__form input::-moz-placeholder {
  color: var(--color-light-1);
}

.masthead.-type-3 .masthead-search__form input:-ms-input-placeholder {
  color: var(--color-light-1);
}

.masthead.-type-3 .masthead-search__form input::placeholder {
  color: var(--color-light-1);
}

.masthead.-type-3 .masthead-search__form .button {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead-search__form .button {
    width: 44px;
  }
}

.masthead.-type-3 .masthead__title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}

@media (max-width: 1399px) {
  .masthead.-type-3 .masthead__title {
    font-size: 50px;
    line-height: 1.3;
  }
  .masthead.-type-3 .masthead__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .masthead.-type-3 .masthead__title {
    font-size: 45px;
  }
  .masthead.-type-3 .masthead__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead__title {
    font-size: 40px;
  }
  .masthead.-type-3 .masthead__title br {
    display: none;
  }
}



.masthead.-type-4 {
  position: relative;
  z-index: 0;
  margin-top: 91px;
  padding-top: 102px;
}

@media (max-width: 991px) {
  .masthead.-type-4 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-4 {
    padding-top: 40px;
  }
}

.masthead.-type-4 .masthead__image img {
  max-width: unset;
  width: 52vw;
}

@media (max-width: 991px) {
  .masthead.-type-4 .masthead__image img {
    width: 100%;
  }
}

.masthead.-type-4 .masthead__content {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .masthead.-type-4 .masthead__content {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead__content {
    padding-bottom: 40px;
  }
}

.masthead.-type-4 .masthead__title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 55px;
  line-height: 80px;
}

@media (max-width: 1399px) {
  .masthead.-type-4 .masthead__title {
    font-size: 50px;
    line-height: 1.3;
  }
  .masthead.-type-4 .masthead__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .masthead.-type-4 .masthead__title {
    font-size: 45px;
  }
  .masthead.-type-4 .masthead__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead__title {
    font-size: 40px;
  }
  .masthead.-type-4 .masthead__title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .masthead.-type-4 .masthead__title {
    font-size: 35px;
  }
}

.masthead.-type-5 {
  position: relative;
  z-index: 0;
  padding-top: 180px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .masthead.-type-5 {
    padding-top: 160px;
  }
}

.masthead.-type-5 .container {
  max-width: 1530px;
  padding: 0 15px;
}

.masthead.-type-5 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-5 .masthead__bg img {
  height: 100%;
}

@media (max-width: 767px) {
  .masthead.-type-5 .masthead__bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.masthead.-type-5 .masthead__container {
  padding-left: 210px;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .masthead.-type-5 .masthead__container {
    padding-left: 60px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-5 .masthead__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.masthead.-type-5 .masthead__image img {
  width: 100%;
}

.masthead.-type-5 .masthead__title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 55px;
  line-height: 80px;
}

@media (max-width: 1399px) {
  .masthead.-type-5 .masthead__title {
    font-size: 50px;
    line-height: 1.3;
  }
  .masthead.-type-5 .masthead__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .masthead.-type-5 .masthead__title {
    font-size: 45px;
  }
  .masthead.-type-5 .masthead__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .masthead.-type-5 .masthead__title {
    font-size: 40px;
  }
  .masthead.-type-5 .masthead__title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .masthead.-type-5 .masthead__title {
    font-size: 35px;
  }
  .course-fold2{
    height: 540px !important;
    margin-top: 30px;
  }
  .course-small-image{
    bottom: 8% !important;
  }
  .course-small-image img{
    width:70%;
  }
}

.masthead.-type-6 {
  position: relative;
  z-index: 0;
  top: 105px;
  padding-bottom: 100px;
}
.formation-fold1.-type-6{
  padding-bottom: 105px;
  margin-top: 105px;
  top: inherit !important;
  padding-bottom: 0px !important;
}
.about-fold1 .about-desc-sect{
  position: absolute;
  top: 15px;
  width: 100%;
  height: 100%;
}
.about-fold1 .about-desc-sect span{
  position: relative;
}

.content-course{
  position: absolute;
  bottom: 100px;
}
.about-fold1 .backtoformation span:before{
  position: absolute;
  top: 3px;
  left: 0px;
  content: '';
  width: 10px;
  height: 18px;
  background: url("../images/back-formation.svg") no-repeat;
}
.about-desc-sect .slide-subtitle{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  padding-top: 100px;
  font-family: "gilroy light";
}
.about-desc-sect .slide-title{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 44px;
}
.course-det{
  position: relative;
}
.courseslist__image_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17,17,17,0.75)
}
.backtoformation{
  font-size: 18px;
  line-height: 24px;
}
.backtoformation a{
    color: #fff;
    padding-left: 25px;
}
.backtoformation a:hover{
  text-decoration: underline;
}
.about-desc-sect .slide-date{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 44px;
}
.about-desc-sect .slide-title{
  color: #FFFFFF;
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
}
.about-desc-sect .slide-title1{
  color: #FFFFFF;
  font-size: 50px;
  line-height: 54px;
  max-width: 500px;
  font-family: "gilroy extrabold";
}
.about-desc-sect .slide-body{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px !important;
  max-width: 490px;
}
.formation-fold1 .slide-body{
  margin-bottom: 30px;
}
.about-desc-sect .time-place{
  color: #B5D52D;
  font-size: 18px;
  line-height: 23px;
  font-family: "lato bold";
  margin-top: 40px;
}
.about-desc-sect .time-place .col-md-6{
  float: left;
  width: 40%;
  position: relative;
  padding-left: 35px;
}
.about-desc-sect .time-place .time-desc:before{
  position: absolute;
  top: -3px;
  left: 0px;
  content: '';
  width: 27px;
  height: 27px;
  background: url("../images/about-place.svg") no-repeat;
}
.about-desc-sect .time-place .place-desc:before{
  position: absolute;
  top: -3px;
  left: 0px;
  content: '';
  width: 27px;
  height: 27px;
  background: url("../images/about-time.svg") no-repeat;
}
.about-fold2{
  background: url(../images/about-fold2.png) no-repeat;
      background-size: cover;
      padding-top: 100px;
      object-fit: cover;
}
.about-fold2 .col-md-2{
	margin-left:20px;
}
.about-fold1{
  padding-bottom: 0px !important;
}
.about-fold2 .views-element-container{
  display: flex;
  padding-top: 80px;
  padding-bottom: 90px;
}
.about-fold2 .col-md-4{
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
  color: #B5D52D;
}
.about-fold3{
  background: url("../images/about-help.png") no-repeat top;
  background-size: cover;
}
.about-fold3 .views-element-container{
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  align-items: center !important;
}
.course-det img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.help-title{
  color: #302871;
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
}
.help-subtitle{
  color: #727C88;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  max-width: 430px;
}
.about-fold3 .col-auto{
  float: right;
  width:50%;
}
.about-fold3 .col-auto .index-but{
  background: #B5D52D;
  float: right;
      height: 40px;
      font-size: 14px;
      padding: 0 25px;
      border-radius: 25px;
      line-height: 17px;
      color: #fff;
      width: 224px;
      font-family: "gilroy extrabold";
}
.course-details-desction{
  padding-top: 80px;
  position: relative;
}
.course-big-image{
  position: ABSOLUTE;
  top: 150px;
  left: 50px;
}
.course-fold2{
  position: relative;
  display: block;
  height: 928px;
  margin-right: -40px;
  background: url("../images/article-fold 2.png") no-repeat right;
}
.course-big-image img{
  width: 487px;
  height: auto;
}
.course-small-image{
  position: ABSOLUTE;
    bottom: 185px;
    left: 90px;
}
.course-body{
  margin-top: 150px;
}
.course-body h1{
  color: #302871;
  font-size: 40px;
  line-height: 50px;
  font-family: "gilroy extrabold";
  margin-bottom: 20px;
}
.course-body h2{
  color: #364455;
  font-size: 26px;
  line-height: 55px;
  font-family: "gilroy extrabold";
  margin-bottom: 10px;
}
.course-body p{
  color: #727C88;
  font-size: 18px;
  line-height: 24px;
}
.about-fold4{
  background: #364455;
  padding-top: 97px;
}

.course-contact-registration{
  background: url("../images/formation-article-contact.png") right repeat-x;
  background-size:cover;
  width: 100%;
}
.contact-reg-list{
  padding-bottom: 110px;
}
.contact-tit{
  margin-top: 60px;
  margin-bottom: 100px;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
}
.contact-reg-list .views-element-container > div{
  display: flex;
  width: 100%;
}
.contact-reg-list .col-md-all{
  display: flex;
}
.contact-reg-list .col-lg-6{
  border-radius: 11px;
  margin-right: 6%;
  width: 44%;
  padding: 30px 40px;
  background: linear-gradient(209deg, #364455, #E2E4E724, #FFFFFF00);
}
.contact-reg-list .contact-image{
  margin-right: 20px;
}
.contact-reg-list .contact-image img{
  border-radius: 50px;
}
.contact-reg-list .contact-name{
  color: #B9D63E;
  font-size: 26px;
  font-family: "gilroy extrabold";
}
.contact-reg-list .contact-title{
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "gilroy light";
}
.contact-reg-list .contact-number{
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}
.contact-reg-list .contact-number:before{
  position: absolute;
  top: 2px;
  left: 0px;
  content: '';
  width: 11px;
  height: 19px;
  background: url("../images/mobile-icon.png") no-repeat;
}
.contact-reg-list .contact-email{
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}
.contact-reg-list .contact-email:before{
  position: absolute;
  top: 6px;
  left: 0px;
  content: '';
  width: 18px;
  height: 14px;
  background: url("../images/email-icon.png") no-repeat;
}
.formation-swiper-list{
  padding-top: 95px;
  padding-bottom: 120px;
}
.formation-swiper-list .swiper-slide{
  background: #fff;
  box-shadow: 0px 3px 30px #0000001A;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .masthead.-type-6 {
    top: 55px;
  }
}

.masthead.-type-6 .masthead__bg > img {
  position: absolute;
  top: 0;
}

.masthead.-type-6 .masthead__bg > img:nth-child(1) {
  left: 0;
}

.masthead.-type-6 .masthead__bg > img:nth-child(2) {
  right: 0;
}

.masthead.-type-6 .masthead__bg > img:nth-child(3) {
  left: 0;
  width: 100%;
}

.masthead.-type-6 .masthead__image {
  margin-right: 0px;
  margin-top: 40px;
}

.masthead.-type-6 .masthead__image img {
  position: absolute;
  right: 0px;
}

.formation-page .masthead.-type-6 .masthead__image img{
  position: inherit;
}

.formation-page .home-fold1{
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .masthead.-type-6 .masthead__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .masthead.-type-6 .masthead__title {
    font-size: 45px;
  }
  .masthead.-type-6 .masthead__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .masthead.-type-6 .masthead__title {
    font-size: 40px;
  }
  .masthead.-type-6 .masthead__title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .masthead.-type-6 .masthead__title {
    font-size: 35px;
  }
}

.masthead.-type-7 {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 120px;
}

@media (max-width: 1700px) {
  .masthead.-type-7 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .masthead.-type-7 {
    padding-top: 90px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-7 {
    margin-top: 0;
  }
}

.masthead.-type-7 .masthead__bg {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
}

@media (max-width: 1700px) {
  .masthead.-type-7 .masthead__bg {
    top: 0;
    left: -15px;
    right: -15px;
    border-radius: 0 !important;
  }
}

.masthead.-type-7 .masthead__bg > img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-7 .masthead__image img {
  width: 100%;
}

.masthead.-type-7 .masthead__title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
}

@media (max-width: 1399px) {
  .masthead.-type-7 .masthead__title {
    font-size: 50px;
  }
  .masthead.-type-7 .masthead__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .masthead.-type-7 .masthead__title {
    font-size: 45px;
  }
  .masthead.-type-7 .masthead__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .masthead.-type-7 .masthead__title {
    font-size: 40px;
  }
  .masthead.-type-7 .masthead__title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .masthead.-type-7 .masthead__title {
    font-size: 35px;
  }
}

.masthead.-type-7 .masthead-image {
  position: relative;
}

.masthead.-type-7 .masthead-image__img1 > img {
  width: 100%;
}

.masthead.-type-7 .masthead-image .-el-1 {
  position: absolute;
  bottom: 1.6vw;
  right: 5vw;
}

@media (max-width: 575px) {
  .masthead.-type-7 .masthead-image .-el-1 {
    display: none;
  }
}

.masthead.-type-7 .masthead-image .-el-2 {
  position: absolute;
  top: 7vw;
  left: 0.5vw;
}

@media (max-width: 575px) {
  .masthead.-type-7 .masthead-image .-el-2 {
    display: none;
  }
}

.masthead.-type-7 .masthead-image .-el-3 {
  position: absolute;
  top: 9vw;
  right: 2.6vw;
}

@media (max-width: 575px) {
  .masthead.-type-7 .masthead-image .-el-3 {
    display: none;
  }
}

.masthead.-type-7 .masthead-form {
  position: relative;
}

.masthead.-type-7 .masthead-form__item {
  display: flex;
  align-items: center;
  height: 60px;
  flex: 1 0 auto;
}

.masthead.-type-7 .masthead-form__item + .masthead-form__item {
  border-left: 1px solid var(--color-light-5);
}

@media (max-width: 960px) {
  .masthead.-type-7 .masthead-form__item + .masthead-form__item {
    border-left: 0;
  }
}

.masthead.-type-7 .masthead-form__item input {
  max-width: 100px;
}

.masthead.-type-7 .masthead-form__button {
  height: 60px;
  width: 25%;
  flex: 1 0 auto;
}

@media (max-width: 1350px) {
  .masthead.-type-7 .masthead-form__button {
    width: 100%;
  }
}

.masthead.-type-7 .masthead-form__button button {
  width: 100%;
  min-width: 120px;
  height: 100%;
  border-radius: 16px;
}

.stepCard.-type-1 {
  border-radius: 8px;
}

.stepCard.-type-1 .stepCard__content {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 60px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stepCard.-type-1 .stepCard__title {
  margin-top: 37px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: white;
}

.stepCard.-type-1 .stepCard__text {
  margin-top: 17px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.teamCard.-type-1 .teamCard__image {
  border-radius: 8px;
}

.teamCard.-type-1 .teamCard__image img {
  width: 100%;
}

.teamCard.-type-1 .teamCard__content {
  margin-top: 20px;
}

.teamCard.-type-1 .teamCard__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-dark-1);
}

.teamCard.-type-1 .teamCard__text {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-light-1);
}

.teamCard.-type-1 .teamCard-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.teamCard.-type-1 .teamCard-info__item {
  display: flex;
  align-items: center;
}

.teamCard.-type-2 {
  box-shadow: 0px 6px 15px 0px #404F680D;
  border-radius: 8px;
  border: 1px solid var(--color-light-5);
  padding: 30px;
}

.teamCard.-type-2 .teamCard__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teamCard.-type-2 .teamCard__button {
  width: 100%;
}

.teamCard.-type-2 .teamCard-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -3px;
}

.teamCard.-type-2 .teamCard-tags__item {
  padding: 3px;
}

.teamCard.-type-2 .teamCard-tags__tag {
  padding: 10px 19px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 100px;
  border: 1px solid var(--color-light-5);
}

.testimonials.-type-1 .testimonials__content {
  border-radius: 8px;
  background-color: white;
  padding: 30px;
  padding-bottom: 20px;
}

.testimonials.-type-1 .testimonials__title {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #6440FB;
}

.testimonials.-type-1 .testimonials__text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-dark-1);
}

.testimonials.-type-1 .testimonials-footer {
  display: flex;
  align-items: center;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
}

.testimonials.-type-1 .testimonials-footer__image {
  margin-right: 20px;
}

.testimonials.-type-1 .testimonials-footer__image img {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.testimonials.-type-1 .testimonials-footer__title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

.testimonials.-type-1 .testimonials-footer__text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: var(--color-light-1);
}

.counter {
  text-align: center;
}

.counter__row {
  padding-top: 180px;
}

@media (max-width: 767px) {
  .counter__row {
    padding-top: 80px;
  }
  .main-content .form-content,
  .register .form-content,
  .register-inst .form-content {
    width: 100vw;
    max-width: 100%;
}
}

.counter__number {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #00FF84;
}

.counter__title {
  margin-top: 8px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: white;
}

.testimonials.-type-2 .testimonials__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 30px;
}

.testimonials.-type-2 .testimonials__author {
  margin-top: 60px;
}

.testimonials.-type-3 {
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  padding: 60px;
  padding-right: 50px;
}

.testimonials.-type-3 .testimonials__image {
  flex-shrink: 0;
}

.testimonials.-type-3 .testimonials__image img {
  border-radius: 100%;
  width: 170px;
  height: auto;
}

.sectionTitle__title {
  color: #302871;
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
}

.sectionTitle__text {
  margin-top: 10px;
  max-width: 400px;
  color: #727C88;
  font-size: 18px;
  line-height: 24px;
}

.sectionTitle.-light .sectionTitle__title {
  color: white;
}

.sectionTitle.-light .sectionTitle__text {
  color: white;
}

.mainSlider.-type-1 {
  position: relative;
  z-index: 0;
}

.mainSlider.-type-1 .swiper-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainSlider.-type-1 .swiper-slide {
  z-index: 1;
  position: relative;
  padding-top: 232px;
  padding-bottom: 34px;
}
.showresp .lang-dropdown{
    width: 100px;
    margin-left: 15px;
    position: relative;
    z-index: 99;
    float: none;
}
@media (min-width: 1300px) {
  .menu-header {
      max-width: 1300px !important;
  }
  .col-desk-left {
    width: 68%;
}
}
.password-strength{
  font-size: 13px;
}
.password-suggestions{
   font-size: 11px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
#edit-pass .form-item{
  margin-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
.col-desk-left{
	width:63%;
}
.but-top-right{
  width:35%;
}
.menu-header {
    max-width: 1200px !important;
    width:100% !important;
}
}
@media (max-width: 991px) {
  .mainSlider.-type-1 .swiper-slide {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .swiper-slide {
    padding-top: 160px;
    padding-bottom: 50px;
  }
}

.mainSlider.-type-1 .swiper-prev {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .swiper-prev {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .swiper-prev {
    display: none !important;
  }
}

.mainSlider.-type-1 .swiper-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .swiper-next {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .swiper-next {
    display: none !important;
  }
}

.mainSlider.-type-1 .mainSlider__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainSlider.-type-1 .mainSlider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-1);
  opacity: 0.5;
}

.mainSlider.-type-1 .mainSlider__content {
  padding-top: 260px;
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .mainSlider__content {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .mainSlider__content {
    padding-top: 180px;
  }
}

.mainSlider.-type-1 .mainSlider__title {
  font-size: 55px;
  line-height: 80px;
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .mainSlider__title {
    font-size: 45px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .mainSlider__title {
    font-size: 40px;
  }
}

.mainSlider.-type-1 .mainSlider__text {
  font-size: 17px;
  line-height: 36px;
  margin-top: 13px;
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .mainSlider__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.mainSlider.-type-1 .mainSlider__form {
  position: relative;
  margin-top: 43px;
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .mainSlider__form {
    margin-top: 35px;
  }
}

.mainSlider.-type-1 .mainSlider__form input {
  width: 100%;
  height: 70px;
  font-size: 15px;
  line-height: 26px;
  background-color: white;
  color: var(--color-light-1);
  border-radius: 100px;
  padding: 22px 35px;
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .mainSlider__form input {
    padding: 14px 24px;
    height: 50px;
  }
}

.mainSlider.-type-1 .mainSlider__form input::-moz-placeholder {
  color: inherit;
}

.mainSlider.-type-1 .mainSlider__form input:-ms-input-placeholder {
  color: inherit;
}

.mainSlider.-type-1 .mainSlider__form input::placeholder {
  color: inherit;
}

.mainSlider.-type-1 .mainSlider__form button {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  height: auto;
  min-width: auto;
  padding: 15px 32px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .mainSlider.-type-1 .mainSlider__form button {
    top: unset;
    bottom: unset;
    right: unset;
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 15px;
  }
}

.mainSlider.-type-1 .mainSlider__items {
  padding-top: 120px;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .mainSlider.-type-1 .mainSlider__items {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .mainSlider.-type-1 .mainSlider__items {
    padding-top: 50px;
  }
}

.pagination.-arrows {
  display: flex;
  color: var(--color-light-2);
}

.pagination.-arrows > * + * {
  margin-left: 12px;
}

.pagination.-arrows .pagination__item {
  background-color: currentColor;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination.-arrows .pagination__item.is-active {
  background-color: var(--color-purple-1);
}

.arrow-left-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-left-hover:hover {
  color: var(--color-purple-1);
  transform: translateX(-5px) scale(1.25);
}

.arrow-right-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-right-hover:hover {
  color: var(--color-purple-1);
  transform: translateX(5px) scale(1.25);
}

.pagination.-buttons {
  display: flex;
  align-items: center;
}

.pagination.-buttons > * + * {
  margin-left: 40px;
}

.pagination.-buttons .pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: var(--color-light-7);
  color: var(--color-purple-1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination.-buttons .pagination__button .icon {
  font-size: 12px;
}

.pagination.-buttons .pagination__button:hover {
  background-color: var(--color-purple-1);
  color: white;
}

.pagination.-buttons .pagination__count > * {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-dark-1);
}

.pagination.-buttons .pagination__count > * + * {
  margin-left: 30px;
}

.pagination.-buttons .pagination__count a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--color-purple-1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.pagination.-buttons .pagination__count a.-count-is-active {
  color: var(--color-purple-1);
}

.pagination.-buttons .pagination__count a.-count-is-active::after {
  opacity: 1;
}

.pagination.-avatars {
  display: flex;
  align-items: center;
}

.pagination.-avatars .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination.-avatars .pagination__item::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 92px;
  height: 92px;
  border: 2px solid var(--color-dark-1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.pagination.-avatars .pagination__item.is-active::before {
  opacity: 1;
}

.featureIcon.-type-1 {
  display: flex;
}

.featureIcon.-type-1 .featureIcon__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .featureIcon.-type-1 .featureIcon__icon {
    width: 60px;
    height: 60px;
  }
}

.featureIcon.-type-1 .featureIcon__icon .icon {
  font-size: 38px;
}

@media (max-width: 767px) {
  .featureIcon.-type-1 .featureIcon__icon .icon {
    font-size: 32px;
  }
}

.eventCard.-type-1 .eventCard__img img {
  border-radius: 8px;
  width: 100%;
}

.eventCard.-type-1 .eventCard__bg {
  z-index: 5;
  position: relative;
  width: calc(100% - 20px);
  box-shadow: 0px 6px 15px 0px #404F680D;
  border-radius: 8px;
  padding: 20px;
  margin: 0 auto;
  margin-top: -45px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eventCard.-type-1 .eventCard__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.eventCard.-type-1:hover .eventCard__bg {
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

.eventCard.-type-2 {
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0px 25px 70px 0px #01213A12;
  border: 1px solid #EDEDED;
}

.eventCard.-type-2 .eventCard__img img {
  width: 100%;
}

.eventCard.-type-2 .eventCard__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.eventCard.-type-3 {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 40px;
  padding-bottom: 28px;
  padding-right: 50px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eventCard.-type-3 .eventCard__date {
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eventCard.-type-3 .eventCard__title {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eventCard.-type-3 .eventCard__button {
  position: absolute;
  bottom: 28px;
  left: 40px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transform: translateY(50px);
  opacity: 0;
}

.eventCard.-type-3:hover {
  background-color: var(--color-dark-5);
}

.eventCard.-type-3:hover .eventCard__date span {
  color: white !important;
}

.eventCard.-type-3:hover .eventCard__title {
  color: white !important;
  transform: translateY(-67px);
}

.eventCard.-type-3:hover .eventCard__button {
  transform: translateY(0);
  opacity: 1;
}

.eventCard.-type-4 {
  display: flex;
  align-items: center;
}

.eventCard.-type-4 .eventCard__date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eventCard.-type-4 .eventCard__date span {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eventCard.-type-4:hover .eventCard__date {
  background-color: var(--color-purple-1) !important;
}

.eventCard.-type-4:hover .eventCard__date span {
  color: white !important;
}

.categoryCard.-type-1 {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.categoryCard.-type-1 .categoryCard__content {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.categoryCard.-type-1 .categoryCard__content::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6440FB;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-1:hover .categoryCard__content::before {
  opacity: 0.85;
}

.categoryCard.-type-2 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.categoryCard.-type-2 .categoryCard__title {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-2:hover .categoryCard__title {
  color: var(--color-purple-1);
}

.categoryCard.-type-3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-3 .categoryCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-3 .categoryCard__icon .icon {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-3 .categoryCard__title {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-3:hover {
  box-shadow: 0px 6px 15px 0px #404F680D;
}

.categoryCard.-type-3:hover .categoryCard__icon {
  background-color: var(--color-purple-1);
}

.categoryCard.-type-3:hover .categoryCard__icon .icon {
  color: white;
}

.categoryCard.-type-3:hover .categoryCard__title {
  color: var(--color-purple-1);
}

.categoryCard.-type-4 .categoryCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  border-radius: 100%;
  border-radius: 8px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-4 .categoryCard__icon .icon {
  font-size: 75px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-4 .categoryCard__title {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.categoryCard.-type-4:hover .categoryCard__icon .icon {
  color: var(--color-purple-1);
}

.categoryCard.-type-4:hover .categoryCard__title {
  color: var(--color-purple-1);
}

.page-header.-type-1 {
  padding-top: 90px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .page-header.-type-1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.page-header.-type-1 .page-header__title {
  font-size: 40px;
  line-height: 45px;
}

@media (max-width: 991px) {
  .page-header.-type-1 .page-header__title {
    font-size: 35px;
    line-height: 40px;
  }
}

.page-header.-type-1 .page-header__text {
  font-size: 17px;
  line-height: 36px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .page-header.-type-1 .page-header__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.page-header.-type-2 {
  position: relative;
  padding-top: 135px;
  padding-bottom: 135px;
  margin-top: 90px;
  z-index: 0;
}

@media (max-width: 767px) {
  .page-header.-type-2 {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.page-header.-type-2 .page-header__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
  max-width: 1500px;
  transform: translateX(-50%);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .page-header.-type-2 .page-header__bg {
    border-radius: 0;
  }
}

.page-header.-type-2 .page-header__bg div {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .page-header.-type-2 .page-header__bg div {
    border-radius: 0;
  }
}

.page-header.-type-2 .page-header__title {
  font-size: 40px;
  line-height: 45px;
}

@media (max-width: 991px) {
  .page-header.-type-2 .page-header__title {
    font-size: 35px;
    line-height: 40px;
  }
}

.page-header.-type-3 {
  position: relative;
  margin-top: 90px;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 767px) {
  .page-header.-type-3 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-header.-type-3 .page-header__bg {
  position: absolute;
  top: 0;
  left: 180px;
  right: 180px;
  z-index: -1;
  height: 100%;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .page-header.-type-3 .page-header__bg {
    left: 100px;
    right: 100px;
  }
  .header__container {
    max-width: 100% !important;
    width:100% !important;
}
}

@media (max-width: 991px) {
  .page-header.-type-3 .page-header__bg {
    left: 50px;
    right: 50px;
  }
}

@media (max-width: 767px) {
  .page-header.-type-3 .page-header__bg {
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 575px) {
  .page-header.-type-3 .page-header__bg {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.page-header.-type-3 .page-header__title {
  font-size: 40px;
  line-height: 45px;
}

@media (max-width: 991px) {
  .page-header.-type-3 .page-header__title {
    font-size: 35px;
    line-height: 40px;
  }
}

.page-header.-type-3 .page-header__text {
  font-size: 17px;
  line-height: 36px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .page-header.-type-3 .page-header__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.page-header.-type-4 {
  position: relative;
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .page-header.-type-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .page-header.-type-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-header.-type-4 .page-header__title {
  font-size: 40px;
  line-height: 45px;
}

.page-header.-type-4 .page-header__text {
  font-size: 17px;
  line-height: 36px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .page-header.-type-4 .page-header__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.page-header.-type-6 {
  position: relative;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .page-header.-type-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .page-header.-type-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-header.-type-6 .page-header {
  position: relative;
}

.page-header.-type-6 .page-header__bg {
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  z-index: -1;
  height: 100%;
  border-radius: 8px;
}

@media (max-width: 1300px) {
  .page-header.-type-6 .page-header__bg {
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 1199px) {
  .page-header.-type-6 .page-header__bg {
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .page-header.-type-6 .page-header__bg {
    left: 20px;
    right: 20px;
  }

}

@media (max-width: 575px) {
  .page-header.-type-6 .page-header__bg {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.breadcrumbs {
  margin-top: 90px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  background-color: var(--color-light-6);
}

.breadcrumbs__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.breadcrumbs__content > * {
  padding: 0 4px;
}

.breadcrumbs__content > * + *::before {
  content: "•";
  display: inline-block;
  margin-right: 8px;
}

.breadcrumbs__content > * + *:last-child a {
  color: var(--color-dark-1);
}

.breadcrumbs__item a {
  font-size: 13px;
  line-height: 1;
}

.infoCard.-type-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  background-color: white;
  padding: 20px 20px;
  box-shadow: 0px 20px 30px rgba(25, 25, 46, 0.04);
  border: 1px solid var(--color-light-5);
  border-radius: 8px;
}

.infoCard.-type-1 .infoCard__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.infoCard.-type-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
}

.accordion__icon {
  position: relative;
}

.accordion__icon .icon {
  transition: all 0.2s ease-out;
}

.accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion__button {
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}

.accordion__button button {
  color: #454545;
}

.accordion__button:active {
  color: #454545;
}

.accordion.-simple .accordion__item {
  padding: 0;
}

.accordion.-simple .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion.-simple .accordion__content__inner {
  padding-bottom: 1.33333rem;
}

.accordion.-simple .accordion__button {
  cursor: pointer;
  color: var(--text-dark-1);
  padding: 1.26667rem 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion.-simple .accordion__button button {
  color: var(--text-dark-1);
}

.accordion.-simple .accordion__icon {
  position: relative;
  margin-right: 1rem;
}

.accordion.-simple .accordion__icon .icon {
  width: 1.6rem;
  height: 1.6rem;
  stroke-width: 2;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion.-simple .accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion.-simple .accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-simple .accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion.-simple.-light .accordion__item + .accordion__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion.-block .accordion__item {
  box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
  border-radius: 16px;
  padding: 0;
}

.accordion.-block .accordion__item + .accordion__item {
  margin-top: 20px;
}

.accordion.-block .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion.-block .accordion__content__inner {
  padding: 0 85px 35px 82px;
}

@media (max-width: 575px) {
  .accordion.-block .accordion__content__inner {
    padding: 0 25px 35px 82px;
  }
}

.accordion.-block .accordion__button {
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion.-block .accordion__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: var(--color-light-7);
  border-radius: 100%;
  margin-right: 22px;
  transition: all 0.2s ease-out;
}

.accordion.-block .accordion__icon .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  stroke-width: 2;
  color: var(--color-purple-1);
  transition: all 0.2s ease-out;
}

.accordion.-block .accordion__icon .icon:nth-child(1) {
  top: unset;
  left: unset;
}

.accordion.-block .accordion__icon .icon:nth-child(2) {
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion.-block .accordion__item.is-active .accordion__icon {
  background-color: var(--color-purple-1);
}

.accordion.-block .accordion__item.is-active .accordion__icon .icon {
  color: white;
}

.accordion.-block .accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-block .accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.-dark-mode .accordion.-block-2 .accordion__item {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.accordion.-block-2 .accordion__item {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 0;
  border: 1px solid #EDEDED;
}

.accordion.-block-2 .accordion__item + .accordion__item {
  margin-top: 1.33333rem;
}

.accordion.-block-2 .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion.-block-2 .accordion__button {
  border-radius: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion.-block-2 .accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  transition: all 0.2s ease-out;
}

.accordion.-block-2 .accordion__icon .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  stroke-width: 2;
  transition: all 0.2s ease-out;
}

.accordion.-block-2 .accordion__icon .icon:nth-child(2) {
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion.-block-2 .accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-block-2 .accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.tabs__pane.is-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}


.tabs.-buttons .tabs__button {
  padding: 0.53333rem 1.6rem;
  border-radius: 0.53333rem;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: var(--bg-light-4);
}

.tabs.-buttons .tabs__button.is-active {
  color: white !important;
  background-color: var(--accent-color) !important;
}

.tabs.-buttons .tabs__button:not(:first-child) {
  margin-left: 0.8rem;
}

.tabs.-buttons .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-buttons .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.tabs.-active-1 .tabs__controls button.is-active {
  color: black !important;
  background-color: white !important;
}

.tabs.-active-2 .tabs__controls .tabs__button.is-active {
  background-color: var(--bg-dark-5) !important;
}

.tabs.-active-3 .tabs__controls .tabs__button.is-active .-tab-active {
  background-color: var(--dark-blue-color) !important;
  color: white !important;
}

.tabs.-active-purple-1 .tabs__controls .tabs__button.is-active {
  color: var(--color-purple-1) !important;
}

.tabs.-active-purple-2 .tabs {
  justify-content: unset;
}

.tabs.-active-purple-2 .tabs__controls {
  width: 100%;
  border-bottom: 0px;
  margin: 0;
  box-shadow: 0px 3px 30px #0000000d;
}

.tabs.-active-purple-2 .tabs__controls .tabs__button {
  padding-bottom: 12px;
  position: relative;
}

.tabs.-active-purple-2 .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-purple-1);
  opacity: 0;
}
.tab-register .tabs__controls .is-active{
  color:#1B80CB !important;
}
.tab-register .tabs__controls .is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15%;
  width: 70%;
  height: 2px;
  background-color: #1B80CB !important;
  opacity: 1;
}

.tabs.-active-purple-2 .tabs__controls .tabs__button1 {
  padding-bottom: 12px;
  position: relative;
}

.tabs.-active-purple-2 .tabs__controls .tabs__button1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-purple-1);
  opacity: 0;
}

.tabs.-active-purple-2 .tabs__controls .tabs__button.is-active {
  color: var(--color-purple-1) !important;
}

.tabs.-active-purple-2 .tabs__controls .tabs__button.is-active::after {
  opacity: 1;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button1.is-active::after {
  opacity: 1;
}

.tabs.-active-purple-2 .tabs__content {
  width: 100%;
}

.tabs.-pills .tabs__controls .tabs__button.is-active {
  color: var(--color-purple-1) !important;
  font-weight: 500;
  background-color: var(--color-purple-3);
}

.tabs.-pills-2 .tabs__controls .tabs__button.is-active {
  color: var(--color-purple-1) !important;
  background-color: white !important;
}

.tabs.-side .tabs__controls {
  border-left: 1px solid var(--color-light-5);
}

.tabs.-side .tabs__controls .tabs__button {
  position: relative;
  padding-left: 22px;
}

.tabs.-side .tabs__controls .tabs__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 2px;
  background-color: var(--color-purple-1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-side .tabs__controls .tabs__button.is-active {
  color: var(--color-purple-1) !important;
}

.tabs.-side .tabs__controls .tabs__button.is-active::before {
  opacity: 1;
}

.tabs.-lines .tabs__controls {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
}

.tabs.-lines .tabs__button {
  margin-bottom: -1px;
  padding: 0.66667rem 0.8rem;
  padding-bottom: 2.26667rem;
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tabs.-lines .tabs__button.is-active {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.tabs.-lines .tabs__button + .tabs__button {
  margin-left: 0.53333rem;
}

.tabs.-lines-small .tabs__controls {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
}

.tabs.-lines-small .tabs__button {
  margin-bottom: -1px;
  padding: 0.66667rem 0.8rem;
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 2px solid transparent;
}

.tabs.-lines-small .tabs__button.is-active {
  color: var(--accent-color) !important;
  border-bottom: 2px solid var(--accent-color);
}

.tabs.-lines-small .tabs__button + .tabs__button {
  margin-left: 0.53333rem;
}

.tabs.-lines-small .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-lines-small .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.tabs.-button-bg-white .tabs__button.is-active {
  background-color: white !important;
  box-shadow: 0px 5px 70px rgba(1, 33, 58, 0.03);
}

.tabs.-button-bg-white .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-button-bg-white .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.badge {
  border-radius: 200px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.badge.-sm {
  padding: 8px 17px;
}

.badge.-light-3 {
  background-color: var(--color-light-3);
}

.badge.-light-3:hover {
  background-color: var(--color-purple-1);
  color: white !important;
}

.menu-header{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.related-nav {
  border-top: 1px solid #EEEEEE;
}

.related-nav__icon {
  width: 20px;
  height: 20px;
}

.related-nav__icon > * {
  padding: 2px;
}

.related-nav__icon span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #404046;
}

.related-nav__item {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
}

.related-nav__item > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .related-nav__item > * {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.related-nav__item:hover span,
.related-nav__item:hover .icon {
  color: var(--color-accent) !important;
}

.related-nav__item.-next {
  justify-content: flex-end;
  text-align: right;
}

.related-nav__arrow .icon {
  font-size: 24px;
  color: black;
  transition: all 0.1s ease-out;
}

.related-nav__content span,
.related-nav__content p {
  text-decoration: none !important;
}

.priceCard.-type-1 {
  box-shadow: 0px 20px 30px 0px #19192E0A;
}

.priceCard.-type-1 .priceCard__list > * {
  display: flex;
  align-items: center;
}

.priceCard.-type-1 .priceCard__list > * + * {
  margin-top: 10px;
}

.select {
  position: relative;
}

.select__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  height: 55px;
  border-radius: 6px;
  border: 1px solid var(--color-light-8);
  background-color: white;
}

.select__icon {
  width: 20px;
  height: 20px;
}

.select__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--color-light-8);
  background-color: white;
  padding: 10px 20px;
  width: 100%;
  min-height: 150px;
  max-height: 290px;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.select__dropdown.-is-visible {
  opacity: 1;
  pointer-events: auto;
}

.select__options {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.select__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.select__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.select__options__button {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 6px 0;
  text-align: left;
  transition: all 0.15s ease;
}

.select__options__button:hover {
  cursor: pointer;
  color: var(--color-purple-1) !important;
}

.select__options__button:focus {
  color: var(--color-purple-1) !important;
}

.select__search {
  height: 50px;
  border-radius: 8px;
  background-color: #EEF2F6;
  flex-shrink: 0;
  padding: 0 20px;
  margin-bottom: 12px;
}

.select__select {
  display: none;
}

.productCard.-type-1 .productCard__image {
  position: relative;
}

.productCard.-type-1 .productCard__image img {
  width: 100%;
}

.productCard.-type-1 .productCard__controls {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.productCard.-type-1 .productCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: white;
  box-shadow: 0px 1px 4px 0px #14034212;
  margin: 0 5px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.productCard.-type-1 .productCard__icon .icon {
  color: black;
  width: 15px;
  height: 15px;
}

.productCard.-type-1 .productCard__button a {
  font-size: 15px;
  line-height: 1;
  height: 50px;
  padding: 16px 50px;
}

.productCard.-type-1:hover .productCard__icon {
  opacity: 1;
}

.shopCart-header {
  padding: 20px 70px;
  padding-right: 0;
  background-color: #F9F6F6;
}

@media (max-width: 991px) {
  .shopCart-header {
    padding-left: 40px;
  }
}

.shopCart-header__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 575px) {
  .shopCart-products .shopCart-products__cross {
    left: unset;
    top: 36px;
    right: 0;
  }
  .shopCart-products .shopCart-products__item {
    padding-left: 0px;
  }
}

.shopCart-products__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.shopCart-products__item {
  position: relative;
  padding: 30px 0;
  padding-left: 70px;
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 991px) {
  .shopCart-products__item {
    padding-left: 40px;
  }
}

.shopCart-products__cross {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shopCart-products__cross .icon {
  height: 24px;
  width: 24px;
  stroke-width: 1.5;
}

.shopCart-products__product {
  display: flex;
  align-items: center;
}

.shopCart-products__product .image {
  position: relative;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}

.shopCart-products__product .image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopCart-products__product .title {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1;
}

.shopCart-products__price {
  font-size: 14px;
  line-height: 16px;
}

.shopCart-products__quantity {
  font-size: 14px;
  line-height: 16px;
}

.shopCart-products__subtotal {
  font-size: 14px;
  line-height: 16px;
}

.shopCart-sidebar {
  width: 345px;
}

@media (max-width: 1199px) {
  .shopCart-sidebar {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .shopCart-sidebar {
    width: 100%;
    margin-top: 60px;
  }
}

.shopCart-sidebar__totals {
  border: 1px solid #E4E4E4;
  padding: 30px;
}

.shopCart-sidebar__totals .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: black;
  margin-bottom: 28px;
}

.shopCart-sidebar__totals .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 45px;
  text-align: right;
}

.shopCart-sidebar__totals .item.-border-none {
  border: none !important;
}

.shopCart-sidebar__totals .item + .item {
  border-top: 1px solid #E4E4E4;
}

.shopCart-sidebar__button {
  margin-top: 20px;
}

.shopCart-footer__item {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .shopCart-footer__item button {
    min-width: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.shopCart-footer__item form {
  width: 250px;
}

@media (max-width: 575px) {
  .shopCart-footer__item form {
    width: 150px;
  }
}

.shopCart-footer__item input {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #E4E4E4 !important;
}

.shopCart-footer__item input:focus {
  border-bottom: 1px solid #000 !important;
}

.input-counter {
  display: flex;
  position: relative;
  width: 140px;
  height: 52px;
  /* Firefox */
}

.input-counter input::-webkit-outer-spin-button,
.input-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-counter input[type=number] {
  -moz-appearance: textfield;
}

.input-counter__counter {
  z-index: 5;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 2px solid #EDEDED;
  border-radius: 8px;
}

.input-counter__controls {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-counter__up {
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-counter__up .icon {
  stroke-width: 2;
  color: black;
  width: 16px;
  height: 16px;
}

.input-counter__down {
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-counter__down .icon {
  stroke-width: 2;
  color: black;
  width: 16px;
  height: 16px;
}

.shopSingle-preview {
  display: flex;
}

@media (max-width: 767px) {
  .shopSingle-preview {
    flex-direction: column-reverse;
  }
}

.shopSingle-preview__imageList {
  width: 140px;
  margin: -5px -10px;
  padding-right: 10px;
}

.shopSingle-preview__imageList > * {
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .shopSingle-preview__imageList {
    padding-right: 0;
    padding-top: 0.66667rem;
    display: flex;
    width: 100%;
    margin: -5px;
  }
  .shopSingle-preview__imageList > * {
    padding: 5px;
    width: 100%;
  }
}

.shopSingle-preview__image {
  overflow: hidden;
  width: 100%;
}

.shopSingle-info__subtitle {
  font-size: 0.93333rem;
  line-height: 1;
}

.shopSingle-info__title {
  font-size: 2.33333rem;
  line-height: 1.2;
  font-weight: 600;
}

.shopSingle-info__content p {
  font-size: 0.93333rem;
  line-height: 1.6;
}

.shopSingle-info__content p + p {
  margin-top: 1.06667rem;
}

.shopSingle-info__action {
  display: flex;
  flex-wrap: wrap;
}

.shopSingle-info__footer span {
  display: block;
  font-size: 0.93333rem;
  line-height: 1.6;
}

.shopCompleted-header {
  text-align: center;
}

.shopCompleted-header .icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-purple-1);
  border-radius: 100%;
}

.shopCompleted-header .icon svg {
  padding-top: 6px;
  stroke-width: 4;
  color: white;
  width: 36px;
  height: 36px;
}

.shopCompleted-header .title {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0em;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .shopCompleted-header .title {
    font-size: 32px;
  }
}

.shopCompleted-header .subtitle {
  margin-top: 20px;
}

.shopCompleted-info {
  margin-top: 40px;
  border: 1px dashed var(--color-purple-1);
  border-radius: 8px;
  background-color: var(--accent-light-color);
  padding: 40px 52px;
}

@media (max-width: 575px) {
  .shopCompleted-info {
    padding: 34px;
  }
}

.shopCompleted-info__item .subtitle {
  font-size: 14px;
}

.shopCompleted-info__item .title {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;
}

.shopCompleted-footer {
  margin-top: 60px;
}

@media (max-width: 575px) {
  .shopCompleted-footer {
    margin-top: 40px;
  }
}

.shopCompleted-footer__wrap {
  padding: 60px;
}

@media (max-width: 575px) {
  .shopCompleted-footer__wrap {
    padding: 34px;
  }
}

.shopCompleted-footer__wrap .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}

.shopCompleted-footer__wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 60px;
  text-align: right;
}

.shopCompleted-footer__wrap .item.-border-none {
  border: none !important;
}

.shopCompleted-footer__wrap .item + .item {
  border-top: 1px solid #E4E4E4;
  margin-top: 3px;
}

.shopCompleted-footer__button {
  margin-top: 20px;
}

.dashboard {
  display: flex;
  padding-right: 0px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .dashboard {
    flex-direction: column;
    padding: 0px;
  }
  .-dark-bg-dark-1-resp{
    background: #364455;
    height: 60px;
  }
    .pos-abs{
    position: fixed;
    z-index:999;
    top: 10px;
  }
  .toogle-icon{
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .dashboard {
    padding: 0;
  }
}

.dashboard__main {
  margin-top: 0px;
  width: 100%;
  padding-left: 220px;
}
.dashboard__content .text-24{
  color:#364455;
}

@media (max-width: 1199px) {
  .dashboard__main {
    padding-left: 220px;
  }
}

@media (max-width: 991px) {
  .dashboard__main {
    padding-left: 0;
    margin-top: 30px;
  }
}

.dashboard__content {
  width: 100%;
  padding: 25px 30px ;
  border-radius: 16px;
    min-height: 100vh;
    margin-bottom: 0px;
}
.dashboard-back{

  position: absolute;
  right: 0px;
  top: 0px;
  width: 769px;
  height: 980px;
}

@media (max-width: 767px) {
  .dashboard__content {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .dashboard__content {
    padding: 20px;
  }
}

.dashboard__sidebar {
  position: fixed;
  left: 0;
  background-color: white;
  flex-shrink: 0;
  width: 250px;
  height: 100vh;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: 0px;
  z-index: 999;
  background:#364455 url(../img/connectingmed/dashboardbg.png) bottom left;
  background-repeat: no-repeat;
}
.js-dashboard-home-9 .dashboard__sidebar{
  width: 84px;
  top:0px;
}
.header__explore .icon-explore1:before {
  background: url(../img/connectingmed/open-menu.svg) no-repeat;
  content: '';
  width: 7px;
  height: 12px;
  position: absolute;
  right: -45px;
    top: 43px;
}
.header__explore .icon-explore:before {
  background: url(../img/connectingmed/dashboard-left-arrow.png) right;
  content: '';
  width: 7px;
  height: 12px;
  position: absolute;
  right: 30px;
    top: 43px;
}
.closed-menu-logo{
  top:30px;
  left:30px;
  position:absolute;
}
.closed-menu-logo{
  width:21px;
  height:24px;
}
.header__logo{
  padding-top: 20px;
  padding-bottom: 30px;
}
.sidebar__item a{
  color: #D5D8DC;
  padding-left:30px;
  font-size:14px !important;
  font-family: "gilroy extrabold";
}
.sidebar__item.-is-active a{
  color:#fff;
}
@media (max-width: 1199px) {
  .dashboard__sidebar {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .dashboard__sidebar {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 80px;
  }
}

.dashboard__sidebar.-base {
  padding-top: 0;
}

.header.-dashboard {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.footer.-dashboard {
  max-width: 1290px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .footer.-dashboard {
    padding: 0 20px;
  }
}

.sidebar.-dashboard .sidebar__item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  margin: 0 25px 10px 25px;
  height: 44px;
}


@media (max-width: 575px) {
  .sidebar.-dashboard .sidebar__item {
    height: 45px;
  }
}

.icon2-menu{
  position: relative;
  width:25px;
}

.sidebar.-dashboard .sidebar__item.-is-active {
  background-color: #B9D63E;
  color: white !important;
}

.sidebar.-courses > * + * {
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
  margin-top: 30px;
}

.sidebar.-courses .sidebar__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.sidebar.-courses .sidebar-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.sidebar.-courses .sidebar-checkbox > * + * {
  margin-top: 15px;
}

.sidebar.-courses .sidebar-checkbox__item {
  display: flex;
  align-items: center;
  width: 100%;
}

.sidebar.-courses .sidebar-checkbox .form-checkbox {
  margin-right: 10px;
}

.sidebar.-courses .sidebar-checkbox__title {
  font-size: 14px;
  line-height: 1;
  color: var(--color-dark-1);
}

.sidebar.-courses .sidebar-checkbox__count {
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  text-align: right;
}

.sidebar.-blog > * + * {
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
  margin-top: 30px;
}

.sidebar.-blog.-no-border > * + * {
  border-top: 0;
  padding-top: 0;
  margin-top: 30px;
}

.sidebar.-blog .sidebar__title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.sidebar.-blog .sidebar-content {
  padding-top: 30px;
}

.sidebar.-blog .sidebar-content.-list {
  display: flex;
  flex-direction: column;
}

.sidebar.-blog .sidebar-content.-list a:hover {
  font-weight: 500;
  color: var(--color-purple-1);
}

.sidebar.-blog .sidebar-content.-list > * + * {
  margin-top: 4px;
}

.sidebar.-blog .sidebar-content.-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar.-blog .sidebar-content.-tags > * {
  padding: 5px;
}

.sidebar.-blog .sidebar-content.-event > * + * {
  margin-top: 20px;
}

.sidebar.-blog .sidebar-recent__image {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.sidebar.-blog .sidebar-recent__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar.-blog .sidebar-tag a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  background-color: var(--color-light-3);
  border-radius: 100px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sidebar.-blog .sidebar-tag a:hover {
  color: white !important;
  background-color: var(--color-purple-1);
}

.sidebar.-blog .sidebar-event {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 17px 20px;
}

.sidebar.-shop > * + * {
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
  margin-top: 30px;
}

.sidebar.-shop.-no-border > * + * {
  border-top: 0;
  padding-top: 0;
  margin-top: 30px;
}

.sidebar.-shop .sidebar__title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.sidebar.-shop .sidebar__search .search > form {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar.-shop .sidebar__search .search .field {
  z-index: 1;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 16px;
  padding-left: 56px;
  border-radius: 8px;
  border: 1px solid var(--color-light-8);
}

.sidebar.-shop .sidebar__search .search .submit {
  z-index: 5;
  position: absolute;
  left: 0;
  padding-left: 16px;
}

.sidebar.-shop .sidebar__search .search .submit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.sidebar.-shop .sidebar__search .search .icon {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.sidebar.-shop .sidebar-content {
  padding-top: 30px;
}

.sidebar.-shop .sidebar-content.-list {
  display: flex;
  flex-direction: column;
}

.sidebar.-shop .sidebar-content.-list a:hover {
  font-weight: 500;
  color: var(--color-purple-1);
}

.sidebar.-shop .sidebar-content.-list > * + * {
  margin-top: 4px;
}

.sidebar.-shop .sidebar-content.-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar.-shop .sidebar-content.-tags > * {
  padding: 5px;
}

.sidebar.-shop .sidebar-content.-event > * + * {
  margin-top: 20px;
}

.sidebar.-shop .sidebar-recent__image {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.sidebar.-shop .sidebar-recent__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar.-shop .sidebar-tag a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  background-color: var(--color-light-3);
  border-radius: 100px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sidebar.-shop .sidebar-tag a:hover {
  color: white !important;
  background-color: var(--color-purple-1);
}

.sidebar.-shop .sidebar-event {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 17px 20px;
}

.noUi-target {
  height: 5px;
  border: none;
  background-color: #CCE0F8;
  border-radius: 4px;
  position: relative;
}

.noUi-connect {
  background-color: var(--color-purple-1) !important;
  box-shadow: 0 !important;
}

.noUi-handle {
  border-radius: 100%;
  width: 17px !important;
  height: 17px !important;
  top: 50% !important;
  transform: translateY(-35%);
  right: -10px !important;
  border: 2px solid var(--color-purple-1);
  box-shadow: 0 !important;
}

.noUi-handle::before {
  display: none;
}

.noUi-handle::after {
  display: none;
}

.form-page {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}


@media (max-width: 991px) {
  .form-page {
    display: block;
    height: auto;
  }
  .dashboard.-home-9.-is-sidebar-hidden .dashboard__sidebar{
    display:none;
  }
  .js-dashboard-home-9 .sidebar__item{
    display:none !important;
  }
}

.form-page__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40vw;
}

@media (max-width: 991px) {
  .form-page__img {
    width: 100%;
    position: relative;
  }
}

.form-page__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 100%;
}

@media (max-width: 991px) {
  .form-page__content {
    width: 100%;
  }
}

.form-page-composition {
  position: relative;
}

.form-page-composition .-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.form-page-composition .-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-page-composition .-el-1 {
  width: 100%;
}

.form-page-composition .-el-2 {
  position: absolute;
  bottom: 33px;
  right: 90px;
}

.form-page-composition .-el-3 {
  position: absolute;
  bottom: 290px;
  left: 20px;
}

.form-page-composition .-el-4 {
  position: absolute;
  bottom: 300px;
  right: 52px;
}

/*--------------------------------------------------
	Blog comments
---------------------------------------------------*/
.blogPost.-comments .blogPost__content .comments__list li {
  list-style: none;
}

.blogPost.-comments .blogPost__content .comments__list > li:first-child > .comments-item-inner {
  border-top: none;
}

.blogPost.-comments .blogPost__content .comments__list > li:first-child {
  border-top: none;
}

.blogPost.-comments .blogPost__content .comments__list .trackback a,
.blogPost.-comments .blogPost__content .comments__list .pingback a {
  line-height: 24px;
  text-decoration: none !important;
}

.blogPost.-comments .blogPost__content .comments__list {
  margin: 0;
}

.blogPost.-comments .blogPost__content .comments__list > li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .blogPost.-comments .blogPost__content .comments__list > li:not(:last-child) {
    padding-bottom: 40px;
  }
}

.blogPost.-comments .blogPost__content .comments__item-inner {
  display: flex;
}

.blogPost.-comments .blogPost__content .comments__item .children {
  padding: 0;
  margin: 0;
  padding-left: 5%;
  padding-top: 32px;
}

.blogPost.-comments .blogPost__content .comments__body {
  width: 100%;
}

.blogPost.-comments .blogPost__content .comments__img {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  max-width: 60px;
}

@media (max-width: 575px) {
  .blogPost.-comments .blogPost__content .comments__img {
    width: 48px;
    height: 48px;
    max-width: 48px;
  }
}

.blogPost.-comments .blogPost__content .comments__text a {
  text-decoration: underline;
}

.blogPost.-comments .blogPost__content .comments__text ul, .blogPost.-comments .blogPost__content .comments__text ul li {
  list-style: disc inside !important;
}

.blogPost.-comments .blogPost__content .comments__text ol, .blogPost.-comments .blogPost__content .comments__text ol li {
  list-style: decimal inside !important;
}

.blogPost.-comments .blogPost__content .comments__helpful {
  display: flex;
  align-items: center;
}

.blogPost.-comments .blogPost__content .comments__helpful > * + * {
  margin-left: 10px;
}

.blogPost.-comments .blogPost__content .comments__helpful button {
  width: 50px;
  height: 30px;
  padding: 8px 12px;
}

.bg-white {
  background-color: var(--color-white);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-dark-1 {
  background-color: var(--color-dark-1);
}

.bg-dark-2 {
  background-color: var(--color-dark-2);
}

.bg-dark-3 {
  background-color: var(--color-dark-3);
}

.bg-dark-4 {
  background-color: var(--color-dark-4);
}

.bg-dark-5 {
  background-color: var(--color-dark-5);
}

.bg-dark-6 {
  background-color: var(--color-dark-6);
}

.bg-dark-7 {
  background-color: var(--color-dark-7);
}

.bg-dark-8 {
  background-color: var(--color-dark-8);
}

.bg-light-1 {
  background-color: var(--color-light-1);
}

.bg-light-2 {
  background-color: var(--color-light-2);
}

.bg-light-3 {
  background-color: var(--color-light-3);
}

.bg-light-4 {
  background: var(--color-light-4) url("../img/connectingmed/dashboard-back.png") no-repeat top right;
}

.bg-light-5 {
  background-color: var(--color-light-5);
}

.bg-light-6 {
  background-color: var(--color-light-6);
}

.bg-light-7 {
  background-color: var(--color-light-7);
}

.bg-light-8 {
  background-color: var(--color-light-8);
}

.bg-light-9 {
  background-color: var(--color-light-9);
}

.bg-light-10 {
  background-color: var(--color-light-10);
}

.bg-light-11 {
  background-color: var(--color-light-11);
}

.bg-light-12 {
  background-color: var(--color-light-12);
}

.bg-purple-1 {
  background-color: var(--color-purple-1);
}

.bg-purple-2 {
  background-color: var(--color-purple-2);
}

.bg-purple-3 {
  background-color: var(--color-purple-3);
}

.bg-purple-4 {
  background-color: var(--color-purple-4);
}

.bg-purple-5 {
  background-color: var(--color-purple-5);
}

.bg-green-1 {
  background-color: var(--color-green-1);
}

.bg-green-2 {
  background-color: var(--color-green-2);
}

.bg-green-3 {
  background-color: var(--color-green-3);
}

.bg-green-4 {
  background-color: var(--color-green-4);
}

.bg-green-5 {
  background-color: var(--color-green-5);
}

.bg-green-6 {
  background-color: var(--color-green-6);
}

.bg-green-7 {
  background-color: var(--color-green-7);
}

.bg-orange-1 {
  background-color: var(--color-orange-1);
}

.bg-orange-2 {
  background-color: var(--color-orange-2);
}

.bg-orange-3 {
  background-color: var(--color-orange-3);
}

.bg-orange-4 {
  background-color: var(--color-orange-4);
}

.bg-orange-5 {
  background-color: var(--color-orange-5);
}

.bg-orange-6 {
  background-color: var(--color-orange-6);
}

.bg-orange-7 {
  background-color: var(--color-orange-7);
}

.bg-red-1 {
  background-color: var(--color-red-1);
}

.bg-red-2 {
  background-color: var(--color-red-2);
}

.bg-red-3 {
  background-color: var(--color-red-3);
}

.bg-bluef{
  background-color: #364455;
}
.bg-bluef-f6{
  background: url("../images/home-fold6.png") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
.bg-bluef-f6 .float-left{
  width:380px;
}
.bg-bluef-f6 .float-right{
  width: -webkit-calc(100% - 380px);
width: -moz-calc(100% - 380px);
width: calc(100% - 380px);
}
.bg-bluef-f6 .float-right img{
  margin-left: -85px;
}
.fright-image{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.bg-beige-1 {
  background-color: #FBFBFB;
}

.bg-blue-1 {
  background-color: var(--color-blue-1);
}

.bg-blue-2 {
  background-color: var(--color-blue-2);
}

.bg-blue-3 {
  background-color: var(--color-blue-3);
}

.bg-blue-4 {
  background-color: var(--color-blue-4);
}

.bg-blue-5 {
  background-color: var(--color-blue-5);
}

.bg-blue-6 {
  background-color: var(--color-blue-6);
}

.bg-blue-7 {
  background-color: var(--color-blue-7);
}

.bg-yellow-1 {
  background-color: var(--color-yellow-1);
}

.bg-yellow-2 {
  background-color: var(--color-yellow-2);
}

.bg-yellow-3 {
  background-color: var(--color-yellow-3);
}

.bg-yellow-4 {
  background-color: var(--color-yellow-4);
}

.bg-yellow-5 {
  background-color: var(--color-yellow-5);
}

.bg-info-1 {
  background-color: var(--color-info-1);
}

.bg-info-2 {
  background-color: var(--color-info-2);
}

.bg-warning-1 {
  background-color: var(--color-warning-1);
}

.bg-warning-2 {
  background-color: var(--color-warning-2);
}

.bg-error-1 {
  background-color: var(--color-error-1);
}

.bg-error-2 {
  background-color: var(--color-error-2);
}

.bg-success-1 {
  background-color: var(--color-success-1);
}

.bg-success-2 {
  background-color: var(--color-success-2);
}

.text-white {
  color: var(--color-white) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.text-dark-1 {
  color: var(--color-dark-1) !important;
}

.text-dark-2 {
  color: var(--color-dark-2) !important;
}

.text-dark-3 {
  color: var(--color-dark-3) !important;
}

.text-dark-4 {
  color: var(--color-dark-4) !important;
}

.text-dark-5 {
  color: var(--color-dark-5) !important;
}

.text-dark-6 {
  color: var(--color-dark-6) !important;
}

.text-dark-7 {
  color: var(--color-dark-7) !important;
}

.text-dark-8 {
  color: var(--color-dark-8) !important;
}

.text-light-1 {
  color: var(--color-light-1) !important;
}

.text-light-2 {
  color: var(--color-light-2) !important;
}

.text-light-3 {
  color: var(--color-light-3) !important;
}

.text-light-4 {
  color: var(--color-light-4) !important;
}

.text-light-5 {
  color: var(--color-light-5) !important;
}

.text-light-6 {
  color: var(--color-light-6) !important;
}

.text-light-7 {
  color: var(--color-light-7) !important;
}

.text-light-8 {
  color: var(--color-light-8) !important;
}

.text-light-9 {
  color: var(--color-light-9) !important;
}

.text-light-10 {
  color: var(--color-light-10) !important;
}

.text-light-11 {
  color: var(--color-light-11) !important;
}

.text-light-12 {
  color: var(--color-light-12) !important;
}

.text-purple-1 {
  color: var(--color-purple-1) !important;
}

.text-purple-2 {
  color: var(--color-purple-2) !important;
}

.text-purple-3 {
  color: var(--color-purple-3) !important;
}

.text-purple-4 {
  color: var(--color-purple-4) !important;
}

.text-purple-5 {
  color: var(--color-purple-5) !important;
}

.text-green-1 {
  color: var(--color-green-1) !important;
}

.text-green-2 {
  color: var(--color-green-2) !important;
}

.text-green-3 {
  color: var(--color-green-3) !important;
}

.text-green-4 {
  color: var(--color-green-4) !important;
}

.text-green-5 {
  color: var(--color-green-5) !important;
}

.text-green-6 {
  color: var(--color-green-6) !important;
}

.text-green-7 {
  color: var(--color-green-7) !important;
}

.text-orange-1 {
  color: var(--color-orange-1) !important;
}

.text-orange-2 {
  color: var(--color-orange-2) !important;
}

.text-orange-3 {
  color: var(--color-orange-3) !important;
}

.text-orange-4 {
  color: var(--color-orange-4) !important;
}

.text-orange-5 {
  color: var(--color-orange-5) !important;
}

.text-orange-6 {
  color: var(--color-orange-6) !important;
}

.text-orange-7 {
  color: var(--color-orange-7) !important;
}

.text-red-1 {
  color: var(--color-red-1) !important;
}

.text-red-2 {
  color: var(--color-red-2) !important;
}

.text-red-3 {
  color: var(--color-red-3) !important;
}

.text-beige-1 {
  color: var(--color-beige-1) !important;
}

.text-blue-1 {
  color: var(--color-blue-1) !important;
}

.text-blue-2 {
  color: var(--color-blue-2) !important;
}

.text-blue-3 {
  color: var(--color-blue-3) !important;
}

.text-blue-4 {
  color: var(--color-blue-4) !important;
}

.text-blue-5 {
  color: var(--color-blue-5) !important;
}

.text-blue-6 {
  color: var(--color-blue-6) !important;
}

.text-blue-7 {
  color: var(--color-blue-7) !important;
}

.text-yellow-1 {
  color: var(--color-yellow-1) !important;
}

.text-yellow-2 {
  color: var(--color-yellow-2) !important;
}

.text-yellow-3 {
  color: var(--color-yellow-3) !important;
}

.text-yellow-4 {
  color: var(--color-yellow-4) !important;
}

.text-yellow-5 {
  color: var(--color-yellow-5) !important;
}

.text-info-1 {
  color: var(--color-info-1) !important;
}

.text-info-2 {
  color: var(--color-info-2) !important;
}

.text-warning-1 {
  color: var(--color-warning-1) !important;
}

.text-warning-2 {
  color: var(--color-warning-2) !important;
}

.text-error-1 {
  color: var(--color-error-1) !important;
}

.text-error-2 {
  color: var(--color-error-2) !important;
}

.text-success-1 {
  color: var(--color-success-1) !important;
}

.text-success-2 {
  color: var(--color-success-2) !important;
}

@media (max-width: 767px) {
  .md\:container {
    max-width: 48rem;
    padding-top: 0;
    padding-left: 1.06667rem;
    padding-right: 1.06667rem;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .md\:container {
    max-width: 36rem;
  }
}

@media (max-width: 479px) {
  .md\:container {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (max-width: 575px) {
  .sm\:container {
    max-width: 36rem;
  }
}

@media (max-width: 479px) {
  .sm\:container {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (max-width: 479px) {
  .xs\:container {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.html-overflow-hidden {
  overflow: hidden !important;
}

.html-overflow-hidden body {
  overflow-y: scroll;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

.origin-top {
  transform-origin: top !important;
}

.origin-left {
  transform-origin: left !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-normal {
  overflow: initial !important;
}

.overflow-visible {
  overflow: visible !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.img-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay-black-30::after, .overlay-black-50::after, .overlay-black-60::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.overlay-black-30::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay-black-50::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-black-60::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.container-1500 {
  max-width: 1530px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container-1500 {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .container-1500 {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .container-1500 {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .container-1500 {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .container-1500 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-wide {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-200 {
  border-radius: 200px !important;
}

.rounded-full {
  border-radius: 100% !important;
}

.rounded-top-8 {
  border-radius: 8px 8px 0 0 !important;
}

.z--1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal {
  text-transform: none;
}

.line__item {
  width: 100%;
  height: 1px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.opac-10 {
  opacity: 0.1;
}

.opac-20 {
  opacity: 0.2;
}

.opac-30 {
  opacity: 0.3;
}

.opac-40 {
  opacity: 0.4;
}

.opac-50 {
  opacity: 0.5;
}

.opac-60 {
  opacity: 0.6;
}

.opac-70 {
  opacity: 0.7;
}

.opac-80 {
  opacity: 0.8;
}

.opac-90 {
  opacity: 0.9;
}

.ul-list {
  padding-left: 1.06667rem;
}

.ul-list li {
  list-style: disc;
}

.ol-list {
  padding-left: 1.06667rem;
}

.ol-list li {
  list-style: decimal;
}

.border-light {
  border: 1px solid var(--color-light-5);
}

.border-dark-1-lg {
  border: 2px solid var(--color-dark-1);
}

.border-bottom-light-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.border-bottom-light {
  border-bottom: 1px solid var(--color-light-5);
}

.border-right-light {
  border-right: 1px solid var(--color-light-5);
}

.border-top-light {
  border-top: 1px solid var(--color-light-5);
}

.border-top-light-15 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.svg-shape {
  display: flex;
}

.svg-shape svg {
  width: 100%;
  height: auto;
}

.svg-shape.-r-180 {
  transform: rotate(180deg);
}

.section-bg {
  z-index: 1;
  position: relative;
}

.section-bg__item {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 1400px) {
  .section-bg__item {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .section-bg__item {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.section-bg__item.-full {
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
}

.section-bg__item.-height-half {
  height: calc(100% - 150px);
}

.shadow-1 {
  box-shadow: 0px 20px 30px rgba(25, 25, 46, 0.04);
}

.shadow-2 {
  box-shadow: 0px 25px 70px 0px #01213A12;
}

.shadow-3 {
  box-shadow: 0px 20px 30px 0px #19192E0A;
}

.shadow-4 {
  box-shadow: 0px 3px 30px #0000000D;
}

.shadow-5 {
  box-shadow: 0px 6px 15px 0px #404F680D;
}

.shadow-6 {
  box-shadow: 0px 3px 30px #00000019;
}

.h-100 {
  height: 100% !important;
}

.border-top-dark {
  border-top: 1px solid rgba(20, 3, 66, 0.07) !important;
}

.border-bottom-dark {
  border-bottom: 1px solid rgba(20, 3, 66, 0.07) !important;
}

.absolute-full-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item {
  position: relative;
  display: block;
}

.gallery__item:hover .gallery__button {
  opacity: 1;
}

.gallery__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: black;
  border-radius: 100%;
  width: 3.46667rem;
  height: 3.46667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.gallery__button .icon {
  color: white;
  stroke-width: 1;
  width: 1.86667rem;
  height: 1.86667rem;
}

.gallery__button.-bottom-right {
  top: unset;
  left: unset;
  transform: unset;
  bottom: 2rem;
  right: 2rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-row {
  flex-direction: row;
}

.bg-transparent {
  background-color: transparent !important;
}

.line.-vertical.-h-120 {
  width: 1px;
  height: 120px;
}

.size-12 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.size-120 {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.size-100 {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.size-180 {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}

.size-90 {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.size-70 {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.size-20 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.size-25 {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.size-30 {
  flex-shrink: 0;
  width: 30px !important;
  height: 30px !important;
}

.size-35 {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}

.size-40 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.size-45 {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}

.size-50 {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.size-60 {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.size-16 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.map {
  margin-top: 90px;
  height: 510px;
  z-index: 0;
}

.relative {
  position: relative;
}

.side-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.event-info {
  position: relative;
  z-index: 5;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .event-info {
    margin-top: 0;
  }
}

.contact-form-to-top {
  position: relative;
  z-index: 5;
  margin-top: -360px;
}

@media (max-width: 991px) {
  .contact-form-to-top {
    margin-top: 0;
  }
}

.no-page {
  margin-top: 90px;
}

.no-page__main {
  font-size: 200px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .no-page__main {
    font-size: 160px;
  }
}

@media (max-width: 767px) {
  .no-page__main {
    font-size: 140px;
  }
    .job-list-home .is-in-view{
    width: 48%;
  }
  .py-30{
    padding-top: 10px !important;
  }
}

.courses-single-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  z-index: 20;
}

@media (max-width: 1199px) {
  .courses-single-info {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .courses-single-info {
    position: relative;
    width: 100%;
  }
}

.courses-single-info__content {
  height: 57vh;
  overflow-y: scroll;
}

@media (max-width: 991px) {
  .courses-single-info__content {
    height: auto;
    overflow-y: unset;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.lesson-image {
  width: calc(100% - 450px);
}

@media (max-width: 1199px) {
  .lesson-image {
    width: calc(100% - 320px);
  }
}

@media (max-width: 991px) {
  .lesson-image {
    margin-top: 50px;
    width: 100%;
  }
}

.lesson-sidebar {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  height: 100vh;
  width: 450px;
  padding-top: 120px;
}

@media (max-width: 1199px) {
  .lesson-sidebar {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .lesson-sidebar {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 141px;
    padding-bottom: 50px;
  }
}

.lesson-sidebar.-type-2 {
  left: unset;
  right: 0;
}

@media (max-width: 991px) {
  .lesson-sidebar.-type-2 {
    padding-top: 40px !important;
  }
}

.search-field {
  position: relative;
}

.search-field input {
  padding: 0px 20px 0px 52px;
  border-radius: 8px;
  width: 100%;
  line-height: 1.5;
  height: 100%;
}

.search-field button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 16px;
}

.search-field.-w-340 input {
  width: 340px;
}

@media (max-width: 1199px) {
  .search-field.-w-340 input {
    width: 260px;
  }
}

.search-field.-reverse-button input {
  padding-left: 20px;
  padding-right: 52px;
}

.search-field.-reverse-button button {
  left: unset;
  right: 0;
}

.lesson-sidebar-search {
  position: relative;
}

.lesson-sidebar-search input {
  padding: 17px 20px 17px 52px;
  background-color: white;
  border-radius: 8px;
  width: 100%;
  line-height: 1.5;
}

.lesson-sidebar-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 16px;
}

.side-badge {
  position: absolute;
  top: -6px;
  left: -6px;
}

.max-w-250 {
  max-width: 250px;
}

.h-30 {
  height: 30px !important;
}

.h-50 {
  height: 50px !important;
}

.h-60 {
  height: 60px !important;
}

.testimonials-slider-2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

@media (max-width: 1199px) {
  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pl-0 {
    padding-left: 0px !important;
  }
  .xl\:pr-0 {
    padding-right: 0px !important;
  }
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:ml-0 {
    margin-left: 0px !important;
  }
  .xl\:mr-0 {
    margin-right: 0px !important;
  }
  .xl\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .xl\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .xl\:pt-3 {
    padding-top: 3px !important;
  }
  .xl\:pb-3 {
    padding-bottom: 3px !important;
  }
  .xl\:pl-3 {
    padding-left: 3px !important;
  }
  .xl\:pr-3 {
    padding-right: 3px !important;
  }
  .xl\:mt-3 {
    margin-top: 3px !important;
  }
  .xl\:mb-3 {
    margin-bottom: 3px !important;
  }
  .xl\:ml-3 {
    margin-left: 3px !important;
  }
  .xl\:mr-3 {
    margin-right: 3px !important;
  }
  .xl\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xl\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .xl\:pt-5 {
    padding-top: 5px !important;
  }
  .xl\:pb-5 {
    padding-bottom: 5px !important;
  }
  .xl\:pl-5 {
    padding-left: 5px !important;
  }
  .xl\:pr-5 {
    padding-right: 5px !important;
  }
  .xl\:mt-5 {
    margin-top: 5px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xl\:ml-5 {
    margin-left: 5px !important;
  }
  .xl\:mr-5 {
    margin-right: 5px !important;
  }
  .xl\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .xl\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .xl\:pt-8 {
    padding-top: 8px !important;
  }
  .xl\:pb-8 {
    padding-bottom: 8px !important;
  }
  .xl\:pl-8 {
    padding-left: 8px !important;
  }
  .xl\:pr-8 {
    padding-right: 8px !important;
  }
  .xl\:mt-8 {
    margin-top: 8px !important;
  }
  .xl\:mb-8 {
    margin-bottom: 8px !important;
  }
  .xl\:ml-8 {
    margin-left: 8px !important;
  }
  .xl\:mr-8 {
    margin-right: 8px !important;
  }
  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .xl\:pt-10 {
    padding-top: 10px !important;
  }
  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }
  .xl\:pl-10 {
    padding-left: 10px !important;
  }
  .xl\:pr-10 {
    padding-right: 10px !important;
  }
  .xl\:mt-10 {
    margin-top: 10px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xl\:ml-10 {
    margin-left: 10px !important;
  }
  .xl\:mr-10 {
    margin-right: 10px !important;
  }
  .xl\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .xl\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .xl\:pt-12 {
    padding-top: 12px !important;
  }
  .xl\:pb-12 {
    padding-bottom: 12px !important;
  }
  .xl\:pl-12 {
    padding-left: 12px !important;
  }
  .xl\:pr-12 {
    padding-right: 12px !important;
  }
  .xl\:mt-12 {
    margin-top: 12px !important;
  }
  .xl\:mb-12 {
    margin-bottom: 12px !important;
  }
  .xl\:ml-12 {
    margin-left: 12px !important;
  }
  .xl\:mr-12 {
    margin-right: 12px !important;
  }
  .xl\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xl\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xl\:pt-15 {
    padding-top: 15px !important;
  }
  .xl\:pb-15 {
    padding-bottom: 15px !important;
  }
  .xl\:pl-15 {
    padding-left: 15px !important;
  }
  .xl\:pr-15 {
    padding-right: 15px !important;
  }
  .xl\:mt-15 {
    margin-top: 15px !important;
  }
  .xl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xl\:ml-15 {
    margin-left: 15px !important;
  }
  .xl\:mr-15 {
    margin-right: 15px !important;
  }
  .xl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xl\:pt-20 {
    padding-top: 20px !important;
  }
  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xl\:pl-20 {
    padding-left: 20px !important;
  }
  .xl\:pr-20 {
    padding-right: 20px !important;
  }
  .xl\:mt-20 {
    margin-top: 20px !important;
  }
  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xl\:ml-20 {
    margin-left: 20px !important;
  }
  .xl\:mr-20 {
    margin-right: 20px !important;
  }
  .xl\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .xl\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .xl\:pt-25 {
    padding-top: 25px !important;
  }
  .xl\:pb-25 {
    padding-bottom: 25px !important;
  }
  .xl\:pl-25 {
    padding-left: 25px !important;
  }
  .xl\:pr-25 {
    padding-right: 25px !important;
  }
  .xl\:mt-25 {
    margin-top: 25px !important;
  }
  .xl\:mb-25 {
    margin-bottom: 25px !important;
  }
  .xl\:ml-25 {
    margin-left: 25px !important;
  }
  .xl\:mr-25 {
    margin-right: 25px !important;
  }
  .xl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .xl\:pt-30 {
    padding-top: 30px !important;
  }
  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }
  .xl\:pl-30 {
    padding-left: 30px !important;
  }
  .xl\:pr-30 {
    padding-right: 30px !important;
  }
  .xl\:mt-30 {
    margin-top: 30px !important;
  }
  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xl\:ml-30 {
    margin-left: 30px !important;
  }
  .xl\:mr-30 {
    margin-right: 30px !important;
  }
  .xl\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xl\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .xl\:pt-35 {
    padding-top: 35px !important;
  }
  .xl\:pb-35 {
    padding-bottom: 35px !important;
  }
  .xl\:pl-35 {
    padding-left: 35px !important;
  }
  .xl\:pr-35 {
    padding-right: 35px !important;
  }
  .xl\:mt-35 {
    margin-top: 35px !important;
  }
  .xl\:mb-35 {
    margin-bottom: 35px !important;
  }
  .xl\:ml-35 {
    margin-left: 35px !important;
  }
  .xl\:mr-35 {
    margin-right: 35px !important;
  }
  .xl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xl\:pt-40 {
    padding-top: 40px !important;
  }
  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xl\:pl-40 {
    padding-left: 40px !important;
  }
  .xl\:pr-40 {
    padding-right: 40px !important;
  }
  .xl\:mt-40 {
    margin-top: 40px !important;
  }
  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xl\:ml-40 {
    margin-left: 40px !important;
  }
  .xl\:mr-40 {
    margin-right: 40px !important;
  }
  .xl\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xl\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .xl\:pt-45 {
    padding-top: 45px !important;
  }
  .xl\:pb-45 {
    padding-bottom: 45px !important;
  }
  .xl\:pl-45 {
    padding-left: 45px !important;
  }
  .xl\:pr-45 {
    padding-right: 45px !important;
  }
  .xl\:mt-45 {
    margin-top: 45px !important;
  }
  .xl\:mb-45 {
    margin-bottom: 45px !important;
  }
  .xl\:ml-45 {
    margin-left: 45px !important;
  }
  .xl\:mr-45 {
    margin-right: 45px !important;
  }
  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xl\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .xl\:pt-50 {
    padding-top: 50px !important;
  }
  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }
  .xl\:pl-50 {
    padding-left: 50px !important;
  }
  .xl\:pr-50 {
    padding-right: 50px !important;
  }
  .xl\:mt-50 {
    margin-top: 50px !important;
  }
  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xl\:ml-50 {
    margin-left: 50px !important;
  }
  .xl\:mr-50 {
    margin-right: 50px !important;
  }
  .xl\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xl\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .xl\:pt-60 {
    padding-top: 60px !important;
  }
  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xl\:pl-60 {
    padding-left: 60px !important;
  }
  .xl\:pr-60 {
    padding-right: 60px !important;
  }
  .xl\:mt-60 {
    margin-top: 60px !important;
  }
  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xl\:ml-60 {
    margin-left: 60px !important;
  }
  .xl\:mr-60 {
    margin-right: 60px !important;
  }
  .xl\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl\:pt-80 {
    padding-top: 80px !important;
  }
  .xl\:pb-80 {
    padding-bottom: 80px !important;
  }
  .xl\:pl-80 {
    padding-left: 80px !important;
  }
  .xl\:pr-80 {
    padding-right: 80px !important;
  }
  .xl\:mt-80 {
    margin-top: 80px !important;
  }
  .xl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xl\:ml-80 {
    margin-left: 80px !important;
  }
  .xl\:mr-80 {
    margin-right: 80px !important;
  }
  .xl\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .xl\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .xl\:pt-90 {
    padding-top: 90px !important;
  }
  .xl\:pb-90 {
    padding-bottom: 90px !important;
  }
  .xl\:pl-90 {
    padding-left: 90px !important;
  }
  .xl\:pr-90 {
    padding-right: 90px !important;
  }
  .xl\:mt-90 {
    margin-top: 90px !important;
  }
  .xl\:mb-90 {
    margin-bottom: 90px !important;
  }
  .xl\:ml-90 {
    margin-left: 90px !important;
  }
  .xl\:mr-90 {
    margin-right: 90px !important;
  }
}

@media (max-width: 991px) {
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:mr-0 {
    margin-right: 0px !important;
  }
  .lg\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .lg\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .lg\:pt-3 {
    padding-top: 3px !important;
  }
  .lg\:pb-3 {
    padding-bottom: 3px !important;
  }
  .lg\:pl-3 {
    padding-left: 3px !important;
  }
  .lg\:pr-3 {
    padding-right: 3px !important;
  }
  .lg\:mt-3 {
    margin-top: 3px !important;
  }
  .lg\:mb-3 {
    margin-bottom: 3px !important;
  }
  .lg\:ml-3 {
    margin-left: 3px !important;
  }
  .lg\:mr-3 {
    margin-right: 3px !important;
  }
  .lg\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .lg\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .lg\:pt-5 {
    padding-top: 5px !important;
  }
  .lg\:pb-5 {
    padding-bottom: 5px !important;
  }
  .lg\:pl-5 {
    padding-left: 5px !important;
  }
  .lg\:pr-5 {
    padding-right: 5px !important;
  }
  .lg\:mt-5 {
    margin-top: 5px !important;
  }
  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }
  .lg\:ml-5 {
    margin-left: 5px !important;
  }
  .lg\:mr-5 {
    margin-right: 5px !important;
  }
  .lg\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .lg\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .lg\:pt-8 {
    padding-top: 8px !important;
  }
  .lg\:pb-8 {
    padding-bottom: 8px !important;
  }
  .lg\:pl-8 {
    padding-left: 8px !important;
  }
  .lg\:pr-8 {
    padding-right: 8px !important;
  }
  .lg\:mt-8 {
    margin-top: 8px !important;
  }
  .lg\:mb-8 {
    margin-bottom: 8px !important;
  }
  .lg\:ml-8 {
    margin-left: 8px !important;
  }
  .lg\:mr-8 {
    margin-right: 8px !important;
  }
  .lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lg\:pt-10 {
    padding-top: 10px !important;
  }
  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }
  .lg\:pl-10 {
    padding-left: 10px !important;
  }
  .lg\:pr-10 {
    padding-right: 10px !important;
  }
  .lg\:mt-10 {
    margin-top: 10px !important;
  }
  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }
  .lg\:ml-10 {
    margin-left: 10px !important;
  }
  .lg\:mr-10 {
    margin-right: 10px !important;
  }
  .lg\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .lg\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .lg\:pt-12 {
    padding-top: 12px !important;
  }
  .lg\:pb-12 {
    padding-bottom: 12px !important;
  }
  .lg\:pl-12 {
    padding-left: 12px !important;
  }
  .lg\:pr-12 {
    padding-right: 12px !important;
  }
  .lg\:mt-12 {
    margin-top: 12px !important;
  }
  .lg\:mb-12 {
    margin-bottom: 12px !important;
  }
  .lg\:ml-12 {
    margin-left: 12px !important;
  }
  .lg\:mr-12 {
    margin-right: 12px !important;
  }
  .lg\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .lg\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .lg\:pt-15 {
    padding-top: 15px !important;
  }
  .lg\:pb-15 {
    padding-bottom: 15px !important;
  }
  .lg\:pl-15 {
    padding-left: 15px !important;
  }
  .lg\:pr-15 {
    padding-right: 15px !important;
  }
  .lg\:mt-15 {
    margin-top: 15px !important;
  }
  .lg\:mb-15 {
    margin-bottom: 15px !important;
  }
  .lg\:ml-15 {
    margin-left: 15px !important;
  }
  .lg\:mr-15 {
    margin-right: 15px !important;
  }
  .lg\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg\:pt-20 {
    padding-top: 20px !important;
  }
  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }
  .lg\:pl-20 {
    padding-left: 20px !important;
  }
  .lg\:pr-20 {
    padding-right: 20px !important;
  }
  .lg\:mt-20 {
    margin-top: 20px !important;
  }
  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }
  .lg\:ml-20 {
    margin-left: 20px !important;
  }
  .lg\:mr-20 {
    margin-right: 20px !important;
  }
  .lg\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .lg\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .lg\:pt-25 {
    padding-top: 25px !important;
  }
  .lg\:pb-25 {
    padding-bottom: 25px !important;
  }
  .lg\:pl-25 {
    padding-left: 25px !important;
  }
  .lg\:pr-25 {
    padding-right: 25px !important;
  }
  .lg\:mt-25 {
    margin-top: 25px !important;
  }
  .lg\:mb-25 {
    margin-bottom: 25px !important;
  }
  .lg\:ml-25 {
    margin-left: 25px !important;
  }
  .lg\:mr-25 {
    margin-right: 25px !important;
  }
  .lg\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lg\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .lg\:pt-30 {
    padding-top: 30px !important;
  }
  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }
  .lg\:pl-30 {
    padding-left: 30px !important;
  }
  .lg\:pr-30 {
    padding-right: 30px !important;
  }
  .lg\:mt-30 {
    margin-top: 30px !important;
  }
  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }
  .lg\:ml-30 {
    margin-left: 30px !important;
  }
  .lg\:mr-30 {
    margin-right: 30px !important;
  }
  .lg\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .lg\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .lg\:pt-35 {
    padding-top: 35px !important;
  }
  .lg\:pb-35 {
    padding-bottom: 35px !important;
  }
  .lg\:pl-35 {
    padding-left: 35px !important;
  }
  .lg\:pr-35 {
    padding-right: 35px !important;
  }
  .lg\:mt-35 {
    margin-top: 35px !important;
  }
  .lg\:mb-35 {
    margin-bottom: 35px !important;
  }
  .lg\:ml-35 {
    margin-left: 35px !important;
  }
  .lg\:mr-35 {
    margin-right: 35px !important;
  }
  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg\:pt-40 {
    padding-top: 40px !important;
  }
  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }
  .lg\:pl-40 {
    padding-left: 40px !important;
  }
  .lg\:pr-40 {
    padding-right: 40px !important;
  }
  .lg\:mt-40 {
    margin-top: 40px !important;
  }
  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }
  .lg\:ml-40 {
    margin-left: 40px !important;
  }
  .lg\:mr-40 {
    margin-right: 40px !important;
  }
  .lg\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .lg\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .lg\:pt-45 {
    padding-top: 45px !important;
  }
  .lg\:pb-45 {
    padding-bottom: 45px !important;
  }
  .lg\:pl-45 {
    padding-left: 45px !important;
  }
  .lg\:pr-45 {
    padding-right: 45px !important;
  }
  .lg\:mt-45 {
    margin-top: 45px !important;
  }
  .lg\:mb-45 {
    margin-bottom: 45px !important;
  }
  .lg\:ml-45 {
    margin-left: 45px !important;
  }
  .lg\:mr-45 {
    margin-right: 45px !important;
  }
  .lg\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .lg\:pt-50 {
    padding-top: 50px !important;
  }
  .lg\:pb-50 {
    padding-bottom: 50px !important;
  }
  .lg\:pl-50 {
    padding-left: 50px !important;
  }
  .lg\:pr-50 {
    padding-right: 50px !important;
  }
  .lg\:mt-50 {
    margin-top: 50px !important;
  }
  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }
  .lg\:ml-50 {
    margin-left: 50px !important;
  }
  .lg\:mr-50 {
    margin-right: 50px !important;
  }
  .lg\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .lg\:pt-60 {
    padding-top: 60px !important;
  }
  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }
  .lg\:pl-60 {
    padding-left: 60px !important;
  }
  .lg\:pr-60 {
    padding-right: 60px !important;
  }
  .lg\:mt-60 {
    margin-top: 60px !important;
  }
  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }
  .lg\:ml-60 {
    margin-left: 60px !important;
  }
  .lg\:mr-60 {
    margin-right: 60px !important;
  }
  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg\:pt-80 {
    padding-top: 80px !important;
  }
  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }
  .lg\:pl-80 {
    padding-left: 80px !important;
  }
  .lg\:pr-80 {
    padding-right: 80px !important;
  }
  .lg\:mt-80 {
    margin-top: 80px !important;
  }
  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }
  .lg\:ml-80 {
    margin-left: 80px !important;
  }
  .lg\:mr-80 {
    margin-right: 80px !important;
  }
  .lg\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .lg\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .lg\:pt-90 {
    padding-top: 90px !important;
  }
  .lg\:pb-90 {
    padding-bottom: 90px !important;
  }
  .lg\:pl-90 {
    padding-left: 90px !important;
  }
  .lg\:pr-90 {
    padding-right: 90px !important;
  }
  .lg\:mt-90 {
    margin-top: 90px !important;
  }
  .lg\:mb-90 {
    margin-bottom: 90px !important;
  }
  .lg\:ml-90 {
    margin-left: 90px !important;
  }
  .lg\:mr-90 {
    margin-right: 90px !important;
  }
}

@media (max-width: 767px) {
  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pl-0 {
    padding-left: 0px !important;
  }
  .md\:pr-0 {
    padding-right: 0px !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  .md\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .md\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .md\:pt-3 {
    padding-top: 3px !important;
  }
  .md\:pb-3 {
    padding-bottom: 3px !important;
  }
  .md\:pl-3 {
    padding-left: 3px !important;
  }
  .md\:pr-3 {
    padding-right: 3px !important;
  }
  .md\:mt-3 {
    margin-top: 3px !important;
  }
  .md\:mb-3 {
    margin-bottom: 3px !important;
  }
  .md\:ml-3 {
    margin-left: 3px !important;
  }
  .md\:mr-3 {
    margin-right: 3px !important;
  }
  .md\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .md\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .md\:pt-5 {
    padding-top: 5px !important;
  }
  .md\:pb-5 {
    padding-bottom: 5px !important;
  }
  .md\:pl-5 {
    padding-left: 5px !important;
  }
  .md\:pr-5 {
    padding-right: 5px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .md\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .md\:pt-8 {
    padding-top: 8px !important;
  }
  .md\:pb-8 {
    padding-bottom: 8px !important;
  }
  .md\:pl-8 {
    padding-left: 8px !important;
  }
  .md\:pr-8 {
    padding-right: 8px !important;
  }
  .md\:mt-8 {
    margin-top: 8px !important;
  }
  .md\:mb-8 {
    margin-bottom: 8px !important;
  }
  .md\:ml-8 {
    margin-left: 8px !important;
  }
  .md\:mr-8 {
    margin-right: 8px !important;
  }
  .md\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md\:pt-10 {
    padding-top: 10px !important;
  }
  .md\:pb-10 {
    padding-bottom: 10px !important;
  }
  .md\:pl-10 {
    padding-left: 10px !important;
  }
  .md\:pr-10 {
    padding-right: 10px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .md\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .md\:pt-12 {
    padding-top: 12px !important;
  }
  .md\:pb-12 {
    padding-bottom: 12px !important;
  }
  .md\:pl-12 {
    padding-left: 12px !important;
  }
  .md\:pr-12 {
    padding-right: 12px !important;
  }
  .md\:mt-12 {
    margin-top: 12px !important;
  }
  .md\:mb-12 {
    margin-bottom: 12px !important;
  }
  .md\:ml-12 {
    margin-left: 12px !important;
  }
  .md\:mr-12 {
    margin-right: 12px !important;
  }
  .md\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .md\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .md\:pt-15 {
    padding-top: 15px !important;
  }
  .md\:pb-15 {
    padding-bottom: 15px !important;
  }
  .md\:pl-15 {
    padding-left: 15px !important;
  }
  .md\:pr-15 {
    padding-right: 15px !important;
  }
  .md\:mt-15 {
    margin-top: 15px !important;
  }
  .md\:mb-15 {
    margin-bottom: 15px !important;
  }
  .md\:ml-15 {
    margin-left: 15px !important;
  }
  .md\:mr-15 {
    margin-right: 15px !important;
  }
  .md\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md\:pt-20 {
    padding-top: 20px !important;
  }
  .md\:pb-20 {
    padding-bottom: 20px !important;
  }
  .md\:pl-20 {
    padding-left: 20px !important;
  }
  .md\:pr-20 {
    padding-right: 20px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .md\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .md\:pt-25 {
    padding-top: 25px !important;
  }
  .md\:pb-25 {
    padding-bottom: 25px !important;
  }
  .md\:pl-25 {
    padding-left: 25px !important;
  }
  .md\:pr-25 {
    padding-right: 25px !important;
  }
  .md\:mt-25 {
    margin-top: 25px !important;
  }
  .md\:mb-25 {
    margin-bottom: 25px !important;
  }
  .md\:ml-25 {
    margin-left: 25px !important;
  }
  .md\:mr-25 {
    margin-right: 25px !important;
  }
  .md\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md\:pt-30 {
    padding-top: 30px !important;
  }
  .md\:pb-30 {
    padding-bottom: 30px !important;
  }
  .md\:pl-30 {
    padding-left: 30px !important;
  }
  .md\:pr-30 {
    padding-right: 30px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:ml-30 {
    margin-left: 30px !important;
  }
  .md\:mr-30 {
    margin-right: 30px !important;
  }
  .md\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .md\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .md\:pt-35 {
    padding-top: 35px !important;
  }
  .md\:pb-35 {
    padding-bottom: 35px !important;
  }
  .md\:pl-35 {
    padding-left: 35px !important;
  }
  .md\:pr-35 {
    padding-right: 35px !important;
  }
  .md\:mt-35 {
    margin-top: 35px !important;
  }
  .md\:mb-35 {
    margin-bottom: 35px !important;
  }
  .md\:ml-35 {
    margin-left: 35px !important;
  }
  .md\:mr-35 {
    margin-right: 35px !important;
  }
  .md\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md\:pt-40 {
    padding-top: 40px !important;
  }
  .md\:pb-40 {
    padding-bottom: 40px !important;
  }
  .md\:pl-40 {
    padding-left: 40px !important;
  }
  .md\:pr-40 {
    padding-right: 40px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .md\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .md\:pt-45 {
    padding-top: 45px !important;
  }
  .md\:pb-45 {
    padding-bottom: 45px !important;
  }
  .md\:pl-45 {
    padding-left: 45px !important;
  }
  .md\:pr-45 {
    padding-right: 45px !important;
  }
  .md\:mt-45 {
    margin-top: 45px !important;
  }
  .md\:mb-45 {
    margin-bottom: 45px !important;
  }
  .md\:ml-45 {
    margin-left: 45px !important;
  }
  .md\:mr-45 {
    margin-right: 45px !important;
  }
  .md\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md\:pt-50 {
    padding-top: 50px !important;
  }
  .md\:pb-50 {
    padding-bottom: 50px !important;
  }
  .md\:pl-50 {
    padding-left: 50px !important;
  }
  .md\:pr-50 {
    padding-right: 50px !important;
  }
  .md\:mt-50 {
    margin-top: 50px !important;
  }
  .md\:mb-50 {
    margin-bottom: 50px !important;
  }
  .md\:ml-50 {
    margin-left: 50px !important;
  }
  .md\:mr-50 {
    margin-right: 50px !important;
  }
  .md\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md\:pt-60 {
    padding-top: 60px !important;
  }
  .md\:pb-60 {
    padding-bottom: 60px !important;
  }
  .md\:pl-60 {
    padding-left: 60px !important;
  }
  .md\:pr-60 {
    padding-right: 60px !important;
  }
  .md\:mt-60 {
    margin-top: 60px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:ml-60 {
    margin-left: 60px !important;
  }
  .md\:mr-60 {
    margin-right: 60px !important;
  }
  .md\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md\:pt-80 {
    padding-top: 80px !important;
  }
  .md\:pb-80 {
    padding-bottom: 80px !important;
  }
  .md\:pl-80 {
    padding-left: 80px !important;
  }
  .md\:pr-80 {
    padding-right: 80px !important;
  }
  .md\:mt-80 {
    margin-top: 80px !important;
  }
  .md\:mb-80 {
    margin-bottom: 80px !important;
  }
  .md\:ml-80 {
    margin-left: 80px !important;
  }
  .md\:mr-80 {
    margin-right: 80px !important;
  }
  .md\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .md\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .md\:pt-90 {
    padding-top: 90px !important;
  }
  .md\:pb-90 {
    padding-bottom: 90px !important;
  }
  .md\:pl-90 {
    padding-left: 90px !important;
  }
  .md\:pr-90 {
    padding-right: 90px !important;
  }
  .md\:mt-90 {
    margin-top: 90px !important;
  }
  .md\:mb-90 {
    margin-bottom: 90px !important;
  }
  .md\:ml-90 {
    margin-left: 90px !important;
  }
  .md\:mr-90 {
    margin-right: 90px !important;
  }
}

@media (max-width: 575px) {
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  .sm\:pr-0 {
    padding-right: 0px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .sm\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .sm\:pt-3 {
    padding-top: 3px !important;
  }
  .sm\:pb-3 {
    padding-bottom: 3px !important;
  }
  .sm\:pl-3 {
    padding-left: 3px !important;
  }
  .sm\:pr-3 {
    padding-right: 3px !important;
  }
  .sm\:mt-3 {
    margin-top: 3px !important;
  }
  .sm\:mb-3 {
    margin-bottom: 3px !important;
  }
  .sm\:ml-3 {
    margin-left: 3px !important;
  }
  .sm\:mr-3 {
    margin-right: 3px !important;
  }
  .sm\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sm\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sm\:pt-5 {
    padding-top: 5px !important;
  }
  .sm\:pb-5 {
    padding-bottom: 5px !important;
  }
  .sm\:pl-5 {
    padding-left: 5px !important;
  }
  .sm\:pr-5 {
    padding-right: 5px !important;
  }
  .sm\:mt-5 {
    margin-top: 5px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }
  .sm\:ml-5 {
    margin-left: 5px !important;
  }
  .sm\:mr-5 {
    margin-right: 5px !important;
  }
  .sm\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sm\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .sm\:pt-8 {
    padding-top: 8px !important;
  }
  .sm\:pb-8 {
    padding-bottom: 8px !important;
  }
  .sm\:pl-8 {
    padding-left: 8px !important;
  }
  .sm\:pr-8 {
    padding-right: 8px !important;
  }
  .sm\:mt-8 {
    margin-top: 8px !important;
  }
  .sm\:mb-8 {
    margin-bottom: 8px !important;
  }
  .sm\:ml-8 {
    margin-left: 8px !important;
  }
  .sm\:mr-8 {
    margin-right: 8px !important;
  }
  .sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm\:pt-10 {
    padding-top: 10px !important;
  }
  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }
  .sm\:pl-10 {
    padding-left: 10px !important;
  }
  .sm\:pr-10 {
    padding-right: 10px !important;
  }
  .sm\:mt-10 {
    margin-top: 10px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }
  .sm\:ml-10 {
    margin-left: 10px !important;
  }
  .sm\:mr-10 {
    margin-right: 10px !important;
  }
  .sm\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .sm\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .sm\:pt-12 {
    padding-top: 12px !important;
  }
  .sm\:pb-12 {
    padding-bottom: 12px !important;
  }
  .sm\:pl-12 {
    padding-left: 12px !important;
  }
  .sm\:pr-12 {
    padding-right: 12px !important;
  }
  .sm\:mt-12 {
    margin-top: 12px !important;
  }
  .sm\:mb-12 {
    margin-bottom: 12px !important;
  }
  .sm\:ml-12 {
    margin-left: 12px !important;
  }
  .sm\:mr-12 {
    margin-right: 12px !important;
  }
  .sm\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sm\:pt-15 {
    padding-top: 15px !important;
  }
  .sm\:pb-15 {
    padding-bottom: 15px !important;
  }
  .sm\:pl-15 {
    padding-left: 15px !important;
  }
  .sm\:pr-15 {
    padding-right: 15px !important;
  }
  .sm\:mt-15 {
    margin-top: 15px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 15px !important;
  }
  .sm\:ml-15 {
    margin-left: 15px !important;
  }
  .sm\:mr-15 {
    margin-right: 15px !important;
  }
  .sm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm\:pt-20 {
    padding-top: 20px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }
  .sm\:pl-20 {
    padding-left: 20px !important;
  }
  .sm\:pr-20 {
    padding-right: 20px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:ml-20 {
    margin-left: 20px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sm\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sm\:pt-25 {
    padding-top: 25px !important;
  }
  .sm\:pb-25 {
    padding-bottom: 25px !important;
  }
  .sm\:pl-25 {
    padding-left: 25px !important;
  }
  .sm\:pr-25 {
    padding-right: 25px !important;
  }
  .sm\:mt-25 {
    margin-top: 25px !important;
  }
  .sm\:mb-25 {
    margin-bottom: 25px !important;
  }
  .sm\:ml-25 {
    margin-left: 25px !important;
  }
  .sm\:mr-25 {
    margin-right: 25px !important;
  }
  .sm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sm\:pt-30 {
    padding-top: 30px !important;
  }
  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }
  .sm\:pl-30 {
    padding-left: 30px !important;
  }
  .sm\:pr-30 {
    padding-right: 30px !important;
  }
  .sm\:mt-30 {
    margin-top: 30px !important;
  }
  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }
  .sm\:ml-30 {
    margin-left: 30px !important;
  }
  .sm\:mr-30 {
    margin-right: 30px !important;
  }
  .sm\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sm\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sm\:pt-35 {
    padding-top: 35px !important;
  }
  .sm\:pb-35 {
    padding-bottom: 35px !important;
  }
  .sm\:pl-35 {
    padding-left: 35px !important;
  }
  .sm\:pr-35 {
    padding-right: 35px !important;
  }
  .sm\:mt-35 {
    margin-top: 35px !important;
  }
  .sm\:mb-35 {
    margin-bottom: 35px !important;
  }
  .sm\:ml-35 {
    margin-left: 35px !important;
  }
  .sm\:mr-35 {
    margin-right: 35px !important;
  }
  .sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm\:pt-40 {
    padding-top: 40px !important;
  }
  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }
  .sm\:pl-40 {
    padding-left: 40px !important;
  }
  .sm\:pr-40 {
    padding-right: 40px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:ml-40 {
    margin-left: 40px !important;
  }
  .sm\:mr-40 {
    margin-right: 40px !important;
  }
  .sm\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sm\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sm\:pt-45 {
    padding-top: 45px !important;
  }
  .sm\:pb-45 {
    padding-bottom: 45px !important;
  }
  .sm\:pl-45 {
    padding-left: 45px !important;
  }
  .sm\:pr-45 {
    padding-right: 45px !important;
  }
  .sm\:mt-45 {
    margin-top: 45px !important;
  }
  .sm\:mb-45 {
    margin-bottom: 45px !important;
  }
  .sm\:ml-45 {
    margin-left: 45px !important;
  }
  .sm\:mr-45 {
    margin-right: 45px !important;
  }
  .sm\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sm\:pt-50 {
    padding-top: 50px !important;
  }
  .sm\:pb-50 {
    padding-bottom: 50px !important;
  }
  .sm\:pl-50 {
    padding-left: 50px !important;
  }
  .sm\:pr-50 {
    padding-right: 50px !important;
  }
  .sm\:mt-50 {
    margin-top: 50px !important;
  }
  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }
  .sm\:ml-50 {
    margin-left: 50px !important;
  }
  .sm\:mr-50 {
    margin-right: 50px !important;
  }
  .sm\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sm\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sm\:pt-60 {
    padding-top: 60px !important;
  }
  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }
  .sm\:pl-60 {
    padding-left: 60px !important;
  }
  .sm\:pr-60 {
    padding-right: 60px !important;
  }
  .sm\:mt-60 {
    margin-top: 60px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:ml-60 {
    margin-left: 60px !important;
  }
  .sm\:mr-60 {
    margin-right: 60px !important;
  }
  .sm\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm\:pt-80 {
    padding-top: 80px !important;
  }
  .sm\:pb-80 {
    padding-bottom: 80px !important;
  }
  .sm\:pl-80 {
    padding-left: 80px !important;
  }
  .sm\:pr-80 {
    padding-right: 80px !important;
  }
  .sm\:mt-80 {
    margin-top: 80px !important;
  }
  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }
  .sm\:ml-80 {
    margin-left: 80px !important;
  }
  .sm\:mr-80 {
    margin-right: 80px !important;
  }
  .sm\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sm\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sm\:pt-90 {
    padding-top: 90px !important;
  }
  .sm\:pb-90 {
    padding-bottom: 90px !important;
  }
  .sm\:pl-90 {
    padding-left: 90px !important;
  }
  .sm\:pr-90 {
    padding-right: 90px !important;
  }
  .sm\:mt-90 {
    margin-top: 90px !important;
  }
  .sm\:mb-90 {
    margin-bottom: 90px !important;
  }
  .sm\:ml-90 {
    margin-left: 90px !important;
  }
  .sm\:mr-90 {
    margin-right: 90px !important;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.xl\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.x-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.x-gap-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.y-gap-5 {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.y-gap-5 > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.x-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.x-gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.y-gap-10 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.y-gap-10 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.x-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.x-gap-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.y-gap-15 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.y-gap-15 > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.x-gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.y-gap-20 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.x-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.x-gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.y-gap-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.y-gap-30 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.x-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.x-gap-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.y-gap-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.y-gap-40 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.x-gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.x-gap-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.y-gap-50 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.y-gap-50 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.x-gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.x-gap-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.y-gap-60 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.y-gap-60 > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .md\:x-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .md\:x-gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .md\:y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .md\:y-gap-5 > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .md\:x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .md\:x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .md\:y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md\:x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .md\:x-gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .md\:y-gap-15 {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .md\:y-gap-15 > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .md\:x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .md\:x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .md\:y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:x-gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .md\:y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .md\:x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .md\:y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:x-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .md\:x-gap-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:y-gap-50 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .md\:y-gap-50 > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:x-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .md\:x-gap-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:y-gap-60 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .md\:y-gap-60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sm\:x-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .sm\:x-gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .sm\:y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .sm\:y-gap-5 > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .sm\:x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm\:x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm\:y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .sm\:y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm\:x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .sm\:x-gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sm\:y-gap-15 {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .sm\:y-gap-15 > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .sm\:x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm\:x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .sm\:y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm\:x-gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .sm\:y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .sm\:y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:x-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sm\:x-gap-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm\:y-gap-50 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .sm\:y-gap-50 > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm\:x-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sm\:x-gap-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:y-gap-60 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .sm\:y-gap-60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.layout-pt-sm {
  padding-top: 30px;
}

.layout-pb-sm {
  padding-bottom: 30px;
}

.layout-pt-md {
  padding-top: 60px;
}

.layout-pb-md {
  padding-bottom: 60px;
}

.layout-pt-lg {
  padding-top: 120px;
}

.layout-pb-lg {
  padding-bottom: 120px;
}

.layout-pt-xl {
  padding-top: 140px;
}

.layout-pb-xl {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
  #views-exposed-form-job-offers-list-page-1 #edit-submit-job-offers-list{
    width: 105px;
    float: left;
    margin-bottom: 20px;
  }
  #views-exposed-form-job-offers-list-page-1 .form-item-field-location-value, #views-exposed-form-medical-institution-list-page-1 .form-item-field-location-value{
    max-width: 170px;
  }
  #views-exposed-form-job-offers-list-page-1 .form-item-combine, #views-exposed-form-medical-institution-list-page-1 .form-item-combine{
    max-width: 170px;
  }
  #views-exposed-form-job-offers-list-page-1 .js-form-type-select, #views-exposed-form-medical-institution-list-page-1 .js-form-type-select {
    height: 28px;
    margin-right: 10px;
}
  .text-24 {
    font-size: 20px !important;
   }
   .job-offers-text {
    display: inherit;
   }
   .breadcrumb-title{
    font-size: 20px;
   }
   .profile-block .profile-block-right{
    width:auto !important;
   }

}

@media (max-width: 767px) {
  .layout-pt-md {
    padding-top: 60px;
  }
  .layout-pb-md {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .layout-pt-lg {
    padding-top: 100px;
  }
  .layout-pb-lg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .layout-pt-xl {
    padding-top: 120px;
  }
  .layout-pb-xl {
    padding-bottom: 120px;
  }
  .job-offers .tabs__controls a {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px !important;
}

}

@media (max-width: 650px) {
   .job-offers .jobs-section .pt-40{
    padding-top: 20px !important;
   }
   .dashboard__content .col-12 .tabs__controls{
    height: 48px;
   }
   .jobs-section #datatable_wrapper #dt-action-buttons{
    top: -55px;
   }
  .jobs-section #datatable_filter {
      top: -205px;
      position: absolute;
      left: 0px;
      right: inherit;
  }
  .jobs-section .create-job a {
    height: 34px;
    padding: 8px 31px;
    top: 7px;
}

   .jobs-section .page__content{
    margin-top: 95px;
   }
   .jobs-section #datatable_wrapper{
    top:40px !important;
   }
   .jobs-section .page__content header {
    font-size: 18px;
    margin-left: 10px;
   }
   .jobs-section .vbo-view-form .js-form-type-checkbox .vbo-select-all {
    left: 5px;
    top: 190px;
    right: inherit;
    }
    .jobs-section .vbo-view-form details summary {
    right: inherit;
    left: 45px;
    top: 193px;
}
}

@media (max-width: 575px) {
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }

}

@media (max-width: 575px) {
  .layout-pt-md {
    padding-top: 50px;
  }
  .layout-pb-md {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .layout-pt-lg {
    padding-top: 80px;
  }
  .layout-pb-lg {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .layout-pt-xl {
    padding-top: 80px;
  }
  .layout-pb-xl {
    padding-bottom: 80px;
  }
}

.w-1\/7 {
  width: 14.285714% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/1 {
  width: 100% !important;
}

@media (max-width: 1199px) {
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/1 {
    width: 100% !important;
  }
     .jobs-section #datatable thead th{
  min-width:125px;
}
.jobs-section #datatable thead .views-field-field-qualifications{
  min-width: 170px;
}
.jobs-section #datatable thead .views-field-nothing{
  min-width: 10px;
}

.jobs-section table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
}

@media (max-width: 767px) {
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/1 {
    width: 100% !important;
  }
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 1199px) {
  .xl\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 991px) {
  .lg\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .md\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 575px) {
  .sm\:flex-column {
    flex-direction: column !important;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1199px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

@media (max-width: 1199px) {
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:items-start {
    align-items: flex-start !important;
  }
  .xl\:items-end {
    align-items: flex-end !important;
  }
  .xl\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 991px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 575px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .xl\:d-none {
    display: none !important;
  }
  .xl\:d-inline-block {
    display: inline-block !important;
  }
  .xl\:d-block {
    display: block !important;
  }
  .xl\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .sm\:d-none {
    display: none !important;
  }
  .-dark-bg-dark-1-resp .sm\:d-none {
    display: flex !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

@media (max-width: 1199px) {
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-3 {
    order: 3;
  }
  .xl\:order-4 {
    order: 4;
  }
  .xl\:order-5 {
    order: 5;
  }
  .xl\:order-6 {
    order: 6;
  }
}

@media (max-width: 991px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
}

@media (max-width: 767px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
}

@media (max-width: 575px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
}

.svg-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 180px;
}

@media (max-width: 767px) {
  .svg-waves {
    height: 80px;
  }
}

.svg-waves__parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.svg-waves__parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  fill: rgba(255, 255, 255, 0.7);
}

.svg-waves__parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  fill: rgba(255, 255, 255, 0.5);
}

.svg-waves__parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  fill: rgba(255, 255, 255, 0.3);
}

.svg-waves__parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  fill: white;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.side-content {
  position: relative;
}

.side-content__wrap > *:nth-child(3n + 3) .side-content__item {
  left: unset;
  right: 100%;
}

.side-content__item {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 360px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}


.side-content:hover .side-content__item {
  pointer-events: auto;
  opacity: 1;
}

.toggle-element.-dshb-more {
  position: absolute;
  top: 55px;
  right: 10px;
}

.absolute-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pointer {
  cursor: pointer;
}

.-sidebar-buttons {
  position: relative;
}

.-sidebar-buttons > * {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.-sidebar-buttons > *.-is-button-active {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  opacity: 1;
}

.-sidebar-buttons > *:nth-child(1n+2) {
  position: absolute;
  top: 0;
  left: 0;
}

.-sidebar-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
  transform: translateX(30px);
}

.-sidebar-menu.-sidebar-menu-opened {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transform: none;
  opacity: 1;
}

.-is-el-visible .-sidebar-buttons > *.-is-button-active {
  pointer-events: auto;
}

.-is-el-visible .-sidebar-menu.-sidebar-menu-opened {
  pointer-events: auto;
}

.progress-bar {
  position: relative;
}

.progress-bar__bg {
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.progress-bar__bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  border-radius: 4px;
}

.progress-bar__bar span {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.preloader {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.preloader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #04021b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform-origin: top;
}

.preloader__bg.origin-bottom {
  transform-origin: bottom !important;
}

.-hover-dshb-header-light {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-hover-dshb-header-light:hover {
  color: var(--color-purple-1) !important;
  background-color: var(--color-light-4) !important;
}

.-base-sidebar-menu-hover {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-base-sidebar-menu-hover:hover {
  background-color: var(--color-light-4) !important;
}

.w-unset {
  width: unset;
}

.scroll-bar-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-bar-1::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.-stepCard-hover {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-stepCard-hover .stepCard__icon > *,
.-stepCard-hover .stepCard__title,
.-stepCard-hover .stepCard__text {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-stepCard-hover:hover {
  background-color: white !important;
}

.-stepCard-hover:hover .stepCard__icon > * {
  color: var(--color-dark-1) !important;
}

.-stepCard-hover:hover .stepCard__title {
  color: var(--color-dark-1) !important;
}

.-stepCard-hover:hover .stepCard__text {
  color: var(--color-light-1) !important;
}

.-infoCard-hover {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-infoCard-hover .infoCard__title {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-infoCard-hover:hover {
  background-color: white !important;
}

.-infoCard-hover:hover .infoCard__title {
  color: var(--color-dark-1) !important;
}

.-featureCard-hover .featureCard__content,
.-featureCard-hover .featureCard__title,
.-featureCard-hover .featureCard__text {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-featureCard-hover:hover .featureCard__content {
  background-color: var(--color-dark-1) !important;
}

.-featureCard-hover:hover .featureCard__title,
.-featureCard-hover:hover .featureCard__text {
  color: white !important;
}

.-featureCard-hover-3 .featureCard__content,
.-featureCard-hover-3 .featureCard__title,
.-featureCard-hover-3 .featureCard__text {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-featureCard-hover-3:hover .featureCard__content {
  background-color: var(--color-purple-1) !important;
}

.-featureCard-hover-3:hover .featureCard__title,
.-featureCard-hover-3:hover .featureCard__text {
  color: white !important;
}

.-featureCard-hover-2 .featureCard__icon {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-featureCard-hover-2:hover .featureCard__icon {
  color: white !important;
  background-color: var(--color-dark-1) !important;
}

.-teamCard-hover .teamCard__image {
  position: relative;
}

.-teamCard-hover .teamCard__socials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 6, 79, 0.6);
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.-teamCard-hover .teamCard__socials > div {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(15px);
}

.-teamCard-hover:hover .teamCard__socials {
  opacity: 1;
}

.-teamCard-hover:hover .teamCard__socials > div {
  transform: translateY(0);
}

.calendar-top-cell {
  text-align: center;
  width: 120px;
  height: 50px;
}

.calendar-cell {
  height: 150px;
  padding: 6px 10px;
  overflow-y: scroll;
}

.calendar-cell::-webkit-scrollbar {
  width: 4px;
}

.calendar-cell::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.toggle-element {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}

.toggle-element.-down {
  transform: translateY(20px);
}

.toggle-element.-is-el-visible {
  z-index: 25;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.toggle-element.-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 26px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 180px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
}

.footer-bg-color {
  background-color: #311F61;
}

.invoice-wrapper {
  min-height: 100vh;
}

.invoice-wrapper .invoice__content {
  padding: 120px 50px;
  padding-bottom: 100px;
}

.invoice-wrapper .invoice__footer {
  padding: 45px 0;
}

@media (max-width: 575px) {
  .sm\:pos-unset {
    position: unset;
  }
}

.toggle-bottom {
  position: absolute;
  top: 100%;
}

.toggle-bottom.-icons-1 {
  width: 160px;
}

.toggle-bottom.-profile {
  width: 100%;
  left: 0;
  height: 95vh;
}


.toggle-bottom.-notifications {
  width: 470px;
  right: -20px;
}

@media (max-width: 575px) {
  .toggle-bottom.-notifications {
    position: fixed;
    right: unset;
    bottom: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
}

.toggle-bottom.-courses {
  width: 380px;
  right: -20px;
}

@media (max-width: 575px) {
  .toggle-bottom.-courses {
    position: fixed;
    right: unset;
    bottom: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
}

.img-el__side {
  position: absolute;
  top: -20px;
  left: -20px;
}

.img-el.-w-260 {
  width: 260px;
}

.sidebar-menu {
  position: fixed;
  z-index: 500 !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.sidebar-menu__content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 415px;
  height: 100%;
}

.sidebar-menu__bg {
  background-color: rgba(24, 24, 26, 0.7);
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.section-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-slider-nav.-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.section-slider-nav.-absolute.-prev {
  left: -35px;
}

.section-slider-nav.-absolute.-next {
  right: -35px;
}

@media (max-width: 575px) {
  .section-slider-nav.-absolute {
    width: 48px;
    height: 48px;
  }
  .section-slider-nav.-absolute i {
    font-size: 20px !important;
  }
  .section-slider-nav.-absolute.-prev {
    left: -10px;
  }
  .section-slider-nav.-absolute.-next {
    right: -10px;
  }
}

.section-slider-nav.-absolute-out {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.section-slider-nav.-absolute-out.-prev {
  right: calc(100% + 30px);
}

.section-slider-nav.-absolute-out.-next {
  left: calc(100% + 30px);
}

@media (max-width: 1500px) {
  .section-slider-nav.-absolute-out.-prev {
    right: calc(100% + 10px);
  }
  .section-slider-nav.-absolute-out.-next {
    left: calc(100% + 10px);
  }
}

.section-slider-nav.-white {
  background-color: white;
}

.section-slider-nav.-white:hover {
  background-color: var(--color-purple-1) !important;
  color: white !important;
}

.section-slider-nav.-outline-white {
  border: 2px solid white;
}

.section-slider-nav.-outline-white:hover {
  background-color: white !important;
  color: var(--color-dark-1) !important;
}

.section-slider-nav.-outline-dark-1 {
  border: 2px solid var(--color-dark-1);
}

.section-slider-nav.-outline-dark-1:hover {
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.elements-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .elements-image {
    flex-direction: column;
  }
}

.elements-image__img1 {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .elements-image__img1 {
    padding-left: 100px;
  }
  .form-item-field-i-agree-on-having-value{
    margin-top: 30px;
  }

}

@media (max-width: 575px) {
  .elements-image__img1 {
    margin: 0;
    padding: 0;
  }
}

.elements-image__img2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 575px) {
  .elements-image__img2 {
    position: relative;
    margin-top: 20px;
  }
}

.elements-image__el1 {
  position: absolute;
  top: 85px;
  left: 50px;
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

.elements-image__el2 {
  position: absolute;
  bottom: 270px;
  left: -60px;
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

.elements-image__el3 {
  position: absolute;
  bottom: 75px;
  right: 30px;
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

.composition.-type-1 {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-end;
  gap: 60px;
}

@media (max-width: 991px) {
  .composition.-type-1 {
    grid-template-columns: 1fr 1fr;
  }
  .bg-darkk{
    background: #364455;
  }
  .sidebar-footer{
    width: 94% !important;
    bottom: 40px !important;
  }
  .container, .container-md, .container-sm {
    max-width: 100% !important;
    padding: 0 20px !important;
}
.header__logo{
  margin-left: 0px !important;
}
.js-mobile-menu-toggle .header__logo{
  margin-left: 20px !important;
  margin-top: 10px;
}
.js-mobile-menu-toggle .menu{
  padding: 0px !important;
}
.js-mobile-menu-toggle .menu ul li a{
  font-family: "gilroy light";
}
#swiper-home .col-lg-6.col-image-home{
  float: right;
  position: inherit;
  width:60%;
}
.home-fold2{
  padding-top:130px;
}
.composition.-type-5 {
  margin-left: 160px;
}
#swiper-home .col-lg-6.col-image-home img{
  position: inherit;
}
.menu-header{
  padding-top: 10px !important;
}

}

@media (max-width: 575px) {
  .composition.-type-1 {
    gap: 20px;
  }
}

.composition.-type-1 .-img-1 {
  display: flex;
  justify-content: flex-end;
}

.composition.-type-1 .-img-2 {
  grid-row: span 2;
  align-self: flex-end;
}

.composition.-type-1 .-img-3 {
  display: flex;
  justify-content: flex-end;
}

.composition.-type-1 .-el-1 {
  position: absolute;
  bottom: 337px;
  right: 170px;
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

@media (max-width: 991px) {
  .composition.-type-1 .-el-1 {
    right: 40px;
  }
  .sidebar__item a {
    color: #727C88;
    padding-left: 20px;
  }
  .sidebar.-dashboard .sidebar__item{
    margin: 10px 25px;
    padding-left: 10px;
  }
  .sidebar.-dashboard .sidebar__item.-is-active {
    background-color: #B9D63E;
    color: white !important;
    margin-left: 7px;
    padding-left: 20px;
}
}

.composition.-type-1 .-el-2 {
  position: absolute;
  bottom: -40px;
  left: 0;
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

@media (max-width: 991px) {
  .composition.-type-1 .-el-2 {
    left: unset;
  }
}

.composition.-type-1 .-el-3 {
  position: absolute;
  top: 154px;
  left: -20px;
  box-shadow: 0px 40px 30px 0px #19192E0A;
}

@media (max-width: 991px) {
  .composition.-type-1 .-el-3 {
    left: 40px;
  }
  .dashboard-phys-subm .dashboard__main{
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .composition.-type-1 .-el-3 {
    top: unset;
    bottom: -30px;
    left: 20px;
  }
}

.composition.-type-2 {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .composition.-type-2 {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .composition.-type-2 > * {
    width: 100% !important;
  }
}

.composition.-type-2 .-el-1 {
  width: 345px;
}

.composition.-type-2 .-el-2 {
  position: relative;
  left: -55px;
  margin-top: 58px;
  width: 300px;
}

@media (max-width: 767px) {
  .composition.-type-2 .-el-2 {
    left: 0;
  }
  .contact-page-layout .views-element-container{
    display: block !important;
  }
  .experts-block {
    width: 100% !important;
    margin-bottom: 25px;
    float: left;
  }
  .experts-background,
  .head-background{
    float: left;
    width: 100%;
  }
  .contact-form form .form-item{
    width: 100%;
    margin-left: 0px !important;
    margin-right:0px !important;
  }
}

@media (max-width: 575px) {
  .composition.-type-2 .-el-2 {
    margin-top: 20px;
  }
}

.composition.-type-3 {
  position: relative;
  padding-left: 112px;
}

@media (max-width: 575px) {
  .composition.-type-3 {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
}

.composition.-type-3 .-el-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 300px;
}

@media (max-width: 575px) {
  .composition.-type-3 .-el-1 {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    transform: none;
    top: unset;
    left: unset;
  }
}

.composition.-type-4 {
  position: relative;
  padding-bottom: 72px;
}

@media (max-width: 991px) {
  .composition.-type-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .composition.-type-4 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.composition.-type-4 .-el-2 {
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 360px;
}

@media (max-width: 1199px) {
  .composition.-type-4 .-el-2 {
    right: 50%;
    transform: translate(50%);
  }
}

@media (max-width: 575px) {
  .composition.-type-4 .-el-2 {
    margin-top: 30px;
    position: relative;
    right: unset;
    width: 100%;
    transform: none;
  }
}

.composition.-type-5 {
  position: relative;
  padding-bottom: 170px;
  display: flex;
  margin-right: 35px;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .composition.-type-5 {
    margin-left: 50px;
  }
}

@media (max-width: 575px) {
  .composition.-type-5 {
    padding-bottom: 0;
    margin-left: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.composition.-type-5 .-el-2 {
  position: absolute;
  bottom: 140px;
    left: 0px;
    z-index: 9;
}

@media (max-width: 575px) {
  .composition.-type-5 .-el-2 {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 30px;
  }
}

.composition.-type-5 .-el-3 {
  position: absolute;
  top: -100px;
    right: -15px;
}
.composition.-type-5 .-el-4 {
  position: absolute;
    bottom: 372px;
    left: -125px;
}

@media (max-width: 575px) {
  .composition.-type-5 .-el-4 {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 30px;
  }
  .composition.-type-5 .-el-4 .-w-260 {
    width: 100%;
  }
}

.composition.-type-5 .-el-5 {
  position: absolute;
  bottom: 35px;
  z-index: 99;
  left: 218px;
}

.composition.-type-6 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 30px;
}
.home-fold2{
  background: url("../images/home-fold2-back.png") no-repeat;
  background-size: cover;
  padding-top: 290px;
}
.home-fold2 .shadow-6 p{
  font-size: 16px;
  margin-top: 7px;
  line-height: 22px;
}
.home-fold2 .shadow-6 p strong{
  color: #302871;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 26px;
  font-family: "gilroy extrabold";
}
.home-fold2 .delay-1{
  color: #302871;
  font-size: 50px;
  line-height: 54px;
  font-family: "gilroy extrabold";
  max-width: 320px;
}
.home-fold2 .delay-2{
  max-width: 320px;
}

@media (max-width: 767px) {
  .composition.-type-6 {
    grid-template-columns: 1fr;
  }
}

.composition.-type-6 > * {
  width: 280px;
}

@media (max-width: 1199px) {
  .composition.-type-6 > * {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .composition.-type-6 > * {
    width: 100%;
  }
}

.composition.-type-6 .-el-2 {
  grid-row: span 2;
}

.composition.-type-7 {
  position: relative;
}

.composition.-type-7 .-el-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.composition.-type-8 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  align-items: center;
}

@media (max-width: 575px) {
  .composition.-type-8 {
    gap: 15px;
  }
}

.composition.-type-8 .-el-1 {
  grid-row: span 2;
}

@media (max-width: 991px) {
  .lg\:h-auto {
    height: auto;
  }

}

.-button-hover-1__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

@media (max-width: 1199px) {
  .-button-hover-1__button {
    opacity: 1;
  }
}

.-button-hover-1:hover .-button-hover-1__button {
  opacity: 1;
}

.show-more__content {
  overflow: hidden;
  position: relative;
  max-height: 200px;
  transition: max-height 0.2s ease-out;
}

.show-more__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 94.82%);
  transition: opacity 0.2s ease-out;
}

.show-more.is-active .show-more__content::after {
  opacity: 0;
}

.page-nav-menu.-line {
  border-bottom: 2px solid var(--color-light-5);
}

.page-nav-menu.-line .page-nav-menu__link {
  position: relative;
  display: block;
}

.page-nav-menu.-line .page-nav-menu__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-purple-1);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-nav-menu.-line .page-nav-menu__link.is-active {
  color: var(--color-purple-1) !important;
}

.page-nav-menu.-line .page-nav-menu__link.is-active::after {
  opacity: 1;
}

table.table thead {
  background-color: var(--color-purple-3);
}

table.table th {
  padding: 25px;
  font-size: 16px;
  line-height: 1;
  color: var(--color-purple-1);
  font-weight: 500;
}

table.table th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table td {
  padding: 25px;
  border-bottom: 1px solid var(--color-light-5);
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #615E5E;
}

.tooltip__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-dark-8);
  color: white;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tooltip__content::after {
  content: '';
  position: absolute;
  width: 0.53333rem;
  height: 0.53333rem;
  background-color: black;
  transform: rotate(45deg);
}

.tooltip.-top .tooltip__content {
  bottom: calc(100% + 6px);
  transform: translateY(8px);
}

.tooltip.-top .tooltip__content::after {
  bottom: -0.26667rem;
}

.tooltip.-bottom .tooltip__content {
  top: calc(100% + 6px);
  transform: translateY(-8px);
}

.tooltip.-bottom .tooltip__content::after {
  top: -0.26667rem;
}

.tooltip.-left .tooltip__content {
  right: calc(100% + 6px);
  transform: translateX(8px);
}

.tooltip.-left .tooltip__content::after {
  right: -0.26667rem;
}

.tooltip.-right .tooltip__content {
  left: calc(100% + 6px);
  transform: translateX(-8px);
}

.tooltip.-right .tooltip__content::after {
  left: -0.26667rem;
}

.tooltip:hover .tooltip__content {
  transform: none;
  opacity: 1;
}

.sidebar-calendar__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sidebar-calendar__button:hover {
  background-color: var(--color-light-3);
}

.sidebar-calendar__button.-is-active {
  background-color: var(--color-purple-1);
}

.sidebar-calendar__button.-is-active > div {
  color: white !important;
}

.bg-red-light {
  background-color: rgba(232, 84, 62, 0.15);
}

.bg-orange-light {
  background-color: rgba(231, 142, 52, 0.15);
}

.bg-blue-light {
  background-color: rgba(80, 142, 240, 0.15);
}

.bg-blue-light {
  background-color: rgba(68, 91, 149, 0.15);
}

.bg-purple-light {
  background-color: rgba(117, 69, 240, 0.15);
}

.bg-green-light {
  background-color: rgba(0, 255, 132, 0.15);
}

.dot-left {
  position: relative;
  display: flex;
  align-items: center;
}

.dot-left::before {
  content: "";
  position: absolute;
  right: calc(100% + 5px);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-purple-1);
}

.dot-left.-orange::before {
  background-color: var(--color-orange-1);
}

.table-calendar {
  overflow: scroll;
  table-layout: fixed;
  width: 100%;
}

.table-calendar td {
  text-align: right;
  vertical-align: top;
  width: 120px;
}

.overflow-scroll {
  overflow: scroll;
}

.absolute-bookmark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--color-purple-1) !important;
  border-radius: 100%;
  background: white;
}


.blue-border{
  border:1px solid #1B80CB;
  text-align: center;
  letter-spacing: 0px;
  color: #1B80CB !important;
  padding: 11px 30px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 25px;
  margin-right: 20px;
}
.back-green{
  border:1px solid #B9D63E;
  text-align: center;
  font: normal normal 800 14px/17px Gilroy;
  letter-spacing: 0px;
  color: #fff !important;
  padding: 11px 42px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 25px;
  background: #B9D63E 0% 0% no-repeat padding-box;
}
.slide-subtitle{
  color: #727C88;
  margin-bottom: 5px;
  font-size: 16px !important;
  line-height: 19px !important;
  font-family: "gilroy light";
}
.slide-title{
  color: #302871;
  font-size: 50px !important;
  line-height: 54px;
  max-width: 400px;
  color: #302871;
  font-family: "gilroy extrabold";
}
.home-fold1-desc .slide-title{
  max-width: 460px;
}
.formation-fold1 .slide-title{
  margin-top: 50px;
}
.slide-body{
  max-width: 440px;
  margin-top: 20px !important;
  font-family: "lato regular";
}
.fold2-22{
  width:240px;
  height: 197px;
}
#swiper-home .col-lg-6{
  float: left;
}
.bg-blue{
  background: #4E5D6F;
}
.footer-power{
  color: #fff;
  font-size: 46px !important;
  line-height: 50px;
  float: left;
  font-family: "gilroy extrabold";
}
.footer-power span{
  color:#B9D63E;
}
.sitemap-link{
  float: left;
  margin-top: 5px;
}
.sitemap-link a, .footer-header-socials .connect-label{
  color:#fff !important;
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 25px;
  font-family: "gilroy light";
}
.bg-blue1{
  background: #364455;
}
.footer-header-socials{
  margin-left: 50px;
  padding-top: 5px;
}
.copyright{
  color: #fff;
  font-size: 14px;
  line-height: 37px;
}
.footer2 a{
  color: #fff !important;
  font-size: 14px;
  line-height: 37px;
  padding-right: 25px;
  text-decoration: underline;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.platform-blue{
  background: #302871;
  box-shadow: 0px 3px 30px #0000005D;
  border-radius: 20px 20px 20px 0px;
  padding: 35px;
  margin-left: -80px;
  margin-top: -60px;
}
.platform-blue ul{
  color: #fff;
  font-size: 16px;
  line-height: 14px;
}
.platform-blue ul li{
  position: relative;
    padding-left: 40px;
    padding-top: 25px;
    line-height: 19px;
    font-family: "lato bold";
}
.platform-blue ul li:before{
  position: absolute;
  top: 20px;
  left: 0px;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../images/platform-check.png") no-repeat;
}
.platform-white{
  background: #fff;
  box-shadow: 0px 3px 30px #0000001A;
  border-radius: 20px 20px 0px 20px;
  padding: 35px;
  margin-left: 00px;
  margin-top: 30px;
}
.platform-white ul{
  color: #364455;
  font-size: 16px;
  line-height: 14px;
}
.platform-white ul li{
  position: relative;
    padding-left: 40px;
    padding-top: 25px;
    font-family: "lato bold";
}
.footer-header__logo{
  margin-top: 0px;
}
.platform-white ul li:before{
  position: absolute;
  top: 20px;
  left: 0px;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../images/platform-check-white.svg") no-repeat;
}
.test-image{
  position: relative;
}
.result-testimonial{
  position: absolute;
  top: 170px;
  width: 100%;
}
.swip-testi{
  max-width: 340px;
  overflow: hidden;
}
.test-title{
  color: #B9D63E;
  max-width: 300px;
  font-size: 50px;
  line-height: 54px;
  padding-top: 50px;
  font-family: "gilroy extrabold";
}
.testimonials{
  max-width: 360px;
  padding: 30px 25px 15px 25px;
  display: flex;
  opacity:0.8;
  border-radius: 11px 11px 0 0;
  background-image: linear-gradient(to bottom, #36445500,  #364455);
  margin-top: 30px;
}
#testimonials-block .swiper-pagination{
  width: 340px;
  padding-bottom: 15px;
  border-radius: 0 0 11px 11px;
  background: #364455;
  opacity:0.8;
}
.swiper-pagination-bullet{
  margin-right: 10px;
}
.testimonials__icon{
  margin-right: 25px;
  width: 50%;
}
.testimonials__text{
}
#testimonials-block .testimonials__text p{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.home-back-round img{
   margin-top:-60px;
   position: relative;
width: 645px;
height: auto;
}
.home-back-round{
  position: relative;
}
@media (min-width: 1151px) {
  .medical-instituition{
    top: -10px;
    right: 55px;
  }
  .stakeholders{
    top: 58px;
    right: 280px;
  }
  .student{
    top: 195px;
    right: 385px;
  }
  .physicians{
    top: 237px;
    right: 192px;
  }
  .hospitals{
    top: 373px;
    right: 315px;
  }
}
.medical-instituition{
  position: absolute;
  width: 160px;
  text-align: center;
  color: #302871;
}
.medical-instituition-num{
  font-size: 4.25rem;
  line-height: 6.375rem;
  font-family:"Poppins Bold";
}
.medical-instituition-text{
  font-size: 1.625rem;
  line-height: 2rem;
  color: #364455 !important;
  font-family: "gilroy extrabold";
}
.stakeholders{
  position: absolute;
  width: 160px;
  text-align: center;
}
.stakeholders-num{
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #B9D63E;
  font-family: "Poppins Bold";
}
.stakeholders-text{
  color: #364455;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "gilroy extrabold";
}
.student{
  position: absolute;
  width: 160px;
  text-align: center;
}
.student-num{
  font-size: 2.813rem;
  line-height: 4.25rem;
  color: #302871;
  font-family: "Poppins Bold";
}
.student-text{
  color: #364455;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "gilroy extrabold";
}
.physicians{
  position: absolute;
  width: 160px;
  text-align: center;
}
.physicians-num{
  font-size: 2.813rem;
  line-height: 4.25rem;
  color: #302871;
  font-family: "Poppins Bold";
}
.physicians-text{
  color: #364455;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "gilroy extrabold";
}
.hospitals{
  position: absolute;
  width: 160px;
  text-align: center;
}
.hospitals-num{
  font-size: 2.25rem;
  line-height: 3.438rem;
  color: #B9D63E;
  font-family: "Poppins Bold";
}
.hospitals-text{
  color: #364455;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "gilroy extrabold";
}


@media (min-width: 1400px){
  .medical-instituition {
    top: 0px;
    right: 70px;
  }
  .stakeholders {
    top: 70px;
    right: 315px;
}
.student {
    top: 225px;
    right: 435px;
}
.physicians{
  top: 270px;
  right: 220px;
}
.hospitals{
  top: 420px;
  right: 355px;
}
}
.home-fold3{
  background: url("../images/home-fold3.png") no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.home-fold3 h3{
  font-size: 50px;
  line-height: 54px;
  color: #fff;
  position: relative;
  max-width: 410px;
  display: inline;
  font-family: "gilroy extrabold";
}
.home-fold3 h3:before{
  background: url("../images/home-fold3-icon.svg") no-repeat;
  width: 32px;
  height: 36px;
  position: absolute;
  right: -50px;
  top: -10px;
  content: '';
}
.home-fold3 p{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-width: 410px;
  margin-top: 20px;
}
.home-fold3 .col-xl-12{
  text-align: center;
  color:#B9D63E;
  font-size: 50px;
  line-height: 67px;
  font-family: "gilroy extrabold";
  margin-bottom: 40px;
}
.home-fold1{
  margin-top:-145px;
  margin-bottom: 50px;
}
.home-fold1-desc{
  margin-top:190px;
}
.about-desc-sect .home-fold1-desc{
  margin-top: 0px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #B5D52D !important;
}
.home-fold1-desc .index-but{
  background: #B5D52D;
      height: 40px;
      font-size: 14px;
      padding: 0 25px;
      border-radius: 25px;
      line-height: 17px;
      color: #fff;
      font-family: "gilroy extrabold";
}
.course-fold1-desc{
  margin-top:10px;
}
.course-fold1-desc .index-but{
      height: 40px;
      font-size: 14px;
      padding: 0 25px;
      border-radius: 25px;
      line-height: 17px;
      color: #fff;
      font-family: "gilroy extrabold";
}

.home-fold1 .swiper-pagination{
  bottom: 0px;
}
.home-fold1 .swiper-pagination-bullet{
  background: #EFEFEF;
}
.contact-page{
  position: relative;
}
.contact-background{
  background: url("../images/contact-background.png") no-repeat;
  width:500px;
  height: 565px;
  position: absolute;
  right:0px;
}
.contact-form{
  width:100%;
  display: inline-block;
}
.contact-form textarea{
  width: 100%;
  border:1px solid #CBCBCB;
  border-radius: 7px;
  color: #364455;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
}
.contact-form textarea:focus, .contact-form textarea:visited{
  border:1px solid #CBCBCB;
  outline: none;
}
.contact-page-layout .page-header__title{
  font-family: "gilroy extrabold";
  color: #302871;
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 52px;
}
.experts-background{
  background: #F8F8F8;
  padding: 30px;
  border-radius: 11px;
}
.experts-background .exp-title{
  color: #302871;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: "gilroy extrabold";
}
.contact-page-layout .views-element-container{
  display: flex;
  align-items: center;
}
.experts-block{
  width: 50%;
  flex: 1 0 auto;
}
.experts-img{
  max-width: 50px;
  width: 100%;
  height: auto;
  float: left;
}
.experts-img img{
  border-radius: 25px;
}
.experts-block .experts-desc{
  float: left;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.field_expert_title{
  font-family: "lato bold";
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #364455;
}
.page-header__content .col-xl-5{
  width: 44%;
}
.field_expert_number{
  color: #727C88;
  font-size: 12px;
  line-height: 15px;
  font-family: "lato bold";
}
.head-background{
  margin-top: 30px;
  background: #F8F8F8;
  padding: 30px;
  border-radius: 11px;
}
.head-background .head-title{
  color: #302871;
  font-size: 20px;
  line-height: 24px;
  font-family: "gilroy extrabold";
  padding-bottom: 5px;
}
.head-desc{
  color: #727C88;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  padding-left: 20px;
  font-family: "lato bold";
}
.head-desc:before{
  position: absolute;
  top: 2px;
  left: 0px;
  content: '';
  width: 27px;
  height: 27px;
  background: url("../images/pin.svg") no-repeat;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  font-family: 'lato regular';
  color: #A5A5A5;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  font-family: 'lato regular';
  color: #A5A5A5;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  font-family: 'lato regular';
  color: #A5A5A5;
}
input::placeholder, textarea::placeholder {
  font-size: 14px;
  line-height: 18px;
  font-family: 'lato regular';
  color: #A5A5A5;
}
.webform-submission-form input{
  color: #364455;
}
.webform-submission-form form .form-item label,
.webform-submission-form form .form-wrapper h4,
.webform-submission-form form .form-wrapper legend {
    color: #364455;
    font-family: "lato bold";
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
}
.webform-submission-form .col-12{
  width: 100%;
}
.webform-submission-form .radios--wrapper{
  margin-bottom: 20px;
}
.webform-title{
  color: #364455;
  font-size: 30px;
  line-height: 44px;
  font-family: "gilroy extrabold";
}
.webform-subtitle{
  color: #727C88;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
#edit-are-you-an-existing-customer- .js-form-type-radio{
  width: 100px;
  float: left;
  margin-bottom: 0px;
  margin-right: 0px;
}
#edit-are-you-an-existing-customer- .js-form-type-radio label{
  float: left;
}
#edit-are-you-an-existing-customer- .js-form-type-radio input{
  float: left;
  width: 20px;
  margin-top: 4px;
  margin-right: 5px;
}
#field-languages-mastered-values .delta-order,
#edit-field-contact-person-wrapper .delta-order{
  display: none;
}
.home-menu .icon,
.opp-menu .icon,
.profile-menu .icon,
.cand-menu .icon,
.logout-menu .icon,
.job-offera-menu .icon{
  position:relative;
}
.home-menu .icon,
.opp-menu .icon,
.profile-menu .icon,
.cand-menu .icon,
.job-offera-menu .icon{
  opacity:0.5;
}
.profile-menu.-is-active .icon{
  opacity: 1;
}
.home-menu .icon:before{
  background: url(../img/connectingmed/homewhite.svg) no-repeat;
  width:20px;
  height:20px;
  content:'';
  position:absolute;
  left:-20px;
  top:-12px;
}
.opp-menu .icon:before{
  background: url(../img/connectingmed/suitcasewhite.svg) no-repeat;
  width:20px;
  height:20px;
  content:'';
  position:absolute;
  left:-20px;
  top:-12px;
}
.job-offera-menu .icon:before{
  background: url(../img/connectingmed/job-offer.svg) no-repeat;
  width:20px;
  height:20px;
  content:'';
  position:absolute;
  left:-20px;
  top:-12px;
}
.cand-menu .icon:before{
  background: url(../img/connectingmed/candidates-icon.svg) no-repeat;
  width:24px;
  height:17px;
  content:'';
  position:absolute;
  left:-20px;
  top:-12px;
}
.profile-menu .icon:before{
  background: url(../img/connectingmed/account-white-icon.svg) no-repeat;
  width:20px;
  height:20px;
  content:'';
  position:absolute;
  left:-20px;
  top:-12px;
}
.js-dashboard-home-9 .profile-menu.-is-active .icon:before{
  top:-11px;
}
.js-dashboard-home-9 .profile-menu .icon:before{
  left:-18px;
  top:-14px;
}
.logout-menu .icon:before{
  background: url(../img/connectingmed/logout.svg) no-repeat;
  width:20px;
  height:20px;
  content:'';
  position:absolute;
  left:-20px;
  top:-8px;
}

.margintopauto {
    margin-top: auto !important;
}
.sidebar-footer {
    position: absolute;
    bottom:30px;
    padding:20px 20px 0 20px;
    width:100%;
}
.sidebar-footer-closed{
  position: absolute;
  bottom:30px;
  padding:20px 20px 0 20px;
  width:100%;
}
.sidebar-footer li {
    border-bottom: 1px solid #727C88 !important;
    padding:0 40px 10px 40px;
}
.sidebar-footer li a{
  font-size:14px;
  color:#D5D8DC;
  font-family:"gilroy extrabold";
}
.sidebar-footer-closed li {
    border-bottom: 1px solid #727C88 !important;
    padding:0 10px 10px 40px;
}
.sidebar-footer-closed li a{
  font-size:14px;
  color:#D5D8DC;
  font-family:"gilroy extrabold";
}
.sidebar-links a {
    font-weight: 400;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    height: 53px;
}
.sidebar-links a .link {
    transition: opacity 0.3s 0.2s, color 0.3s;
}
.mdclogo {
    padding-top: 30px;
    display: flex;
    align-items: center;
    height: 53px;
}
.gilroylight {
    font-family: "gilroy light";
}
.foot-2{
  color:#D6D9DD;
  font-size:13px;
  line-height:14px;
}


main.register{
	background: url(../img/connectingmed/main-bg.jpg) no-repeat center center fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
}
main.register-inst{
	background: url(../img/connectingmed/main-inst-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
main.ulogin{
  background: url(../img/connectingmed/login-background.jpg) no-repeat center center fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
}
.access-denied{
   padding: 30px;
    display: block;
}

.form-page-wrap{
	float: left;
	width: 100%;
}
.form-page-wrap .bg-white{
  margin-bottom: 50px;
}
.form-content{
	width: 50vw;
  height: 100%;
  float: right;
  max-width: 575px;
  padding-right: 20px;
}
.header-right__buttons{
	padding-right: 0;
}
.pr-0{
  padding-right: 0 !important;
}
.shadow-1 {
    box-shadow: 0px 0px 30px #00000019;
}
.header.-base.registerheader {
    position: unset;
}
/*user registration page*/
form{
	float: left;
	width: 100%;
}
.user-register-form form .description{
  display: none;
}
.password-confirm-message,
.change-pwd-form .description{
  display: none;
}

.user-register-form form .tabs__controls a{
  padding-bottom: 5px;
}

form .form-item{
  width: 47%;
    float: left;
    margin-right: 0%;
    margin-bottom: 25px;
}
.user-form .js-form-type-textfield,
.user-form .js-form-type-email,
.user-form .js-form-type-password
{
  height: 75px;
}
.user-register-form form .js-form-type-checkbox{
  margin-bottom: 20px;
  margin-top: 10px;
}
form .form-item.js-form-type-email, 
form .form-item.confirm-parent,
.user-register-form .form-item-pass-pass2{
  margin-right: 0;
  margin-left: 6%;
}

form .form-item.form-item-pass {
    width: 100%;
    float: left;
    position: relative;
    margin-right: 0%;
    margin-bottom: 30px;
}
form .form-item.form-item-pass.form-no-label{
  margin-bottom: 0;
}
.user-register-form form{
  margin-top: 10px;
}
form input{
	outline: none;
  width: 100%;
  background-color: transparent;
  border-radius: 9px;
  border: 1px solid #0000001F !important;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 15px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #364455;
}
form .form-item label,
form .form-wrapper h4,
form .form-wrapper legend{
	color: #364455;
  font-family: "lato bold";
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 25px;
}

#user-form .form-actions{
  margin-top: 30px;
}

.lang-fr .user-login-form .form-item label,
.lang-it .user-login-form .form-item label,
.lang-nl .user-login-form .form-item label{
line-height: 27px;
    height: 50px;
}
.lang-fr .user-login-form .eye-close.shwpd,
.lang-it .user-login-form .eye-close.shwpd,
.lang-nl .user-login-form .eye-close.shwpd{
  top: 39px;
}
form .js-form-type-checkbox label{
  text-transform:inherit;
}
legend{
  margin-bottom: 0 !important;
  width: auto !important;
}
form .form-item#edit-pass-pass1--2{
	width: 100%;
  margin-bottom: 0;
}
form details{
	width: 100%;
  float: left;
}
form details .form-item{
	width: 100%;
  display: flex;
  margin-bottom: 18px;
}
form details input{
	width: auto;
}
form details label{
	padding-left: 10px;
	color: #727C88;
	size: 12px;
}
form .form-actions{
	background: #B9D63E;
  border-radius: 25px;
  padding: 12px;
  font-family: "gilroy extrabold";
  color: #fff;
  font-weight: normal;
  float: left;
  width: 100%;
  outline: 0;
  border: 0;
}
form .form-actions:hover{
  background: #1B80CB;
}
form .form-item--error-message{
  color: #DE0B3C !important;
      font-size: 12px !important;
      line-height: 15px !important;
}
form .form-actions input{
  border: 0 !important;
  outline: 0;
  color: #fff;
  font-weight: normal;
  padding: 0;
}
form details summary{
  display: none;
}
.user-login-form .js-form-type-password{
  width: 47% !important;
  margin-left:5%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #A5A5A5 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #A5A5A5 !important;
}
.tabs__controls a{
  font-size: 14px;
  line-height: 17px !important;
  padding-bottom: 17px !important;
}
.tab-register .tabs__controls a{
  padding-bottom: 7px !important;
  position: relative;
}
.tabs .tabs__controls div{
  width: 50%;
  text-align: center;
}
.let-connect{
  font-size: 16px;
  line-height: 19px;
}
.tabs button,
.tabs a{
  margin-right: 0 !important;
  width: 70%;
  text-align: center;
  margin: auto;
  color: #1B80CB;
}
form .form-item.js-form-type-checkbox label{
  padding-bottom: 0;
  color: #727C88;
  font-family: "lato regular";
  font-size: 12px;
  line-height: 15px;
  display: inline;
}
form.user-form .form-item.js-form-type-checkbox {
  width: 100%;
  margin-right: 0;
}
form.user-form .form-item.js-form-type-checkbox input{
    display: inline-block;
    width: auto;
}
.header-right .button.-sm {
  padding: 6px 18px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #727C88 !important;
}
.privacy-gray{
  background:#F6F7F7;
  margin-top: 50px;
  margin-bottom: 50px;
}
.privacy-gray .container{
  width: 987px;
  padding: 40px 60px;
  border-radius: 10px;
  background: #fff;
}

.privacy-gray .container h3{
  font-size: 33px;
  line-height: 44px;
  color: #364455;
  margin-bottom: 25px;
  font-family: "gilroy extrabold";
}
.privacy-gray .container h4{
  font-size: 20px;
  line-height: 44px;
  color: #364455;
  margin-bottom: 25px;
  font-weight: bold;
}
.privacy-gray .container p{
  margin-bottom: 20px;
}
.privacy-gray .container ul{
  margin-left: 40px;
  margin-bottom: 30px;
}
.privacy-gray .container ul li{
  list-style: disc;
}
.policy-desc{
  margin-top: 25px;
}
.made-form{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px 40px;
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.made-left{
  float: left;
}
.made-right{
  position: relative;
}
.made-right img{
  right:0px;
  bottom: 13px;
  position: absolute;
}
.made-title{
   color: #364455;
   font-size: 50px;
   line-height: 54px;
   width: 100%;
   margin-bottom: 10px;
   font-family: "gilroy extrabold";
   max-width: 400px;
}
.made-subtitle{
  color: #727C88;
  font-size: 18px;
  line-height: 24px;
  max-width: 450px;
  margin-bottom: 30px;
}
.made-form label{
  display: none;
}
.made-form .js-form-type-email{
  margin-left:0px !important;
  width: 100%;
}
.made-form .js-form-type-textarea{
  margin-left:0px !important;
  width: 100%;
}
.made-form .js-form-type-textarea textarea{
  margin-left:0px !important;
  padding: 20px;
  width: 100%;
  border-radius: 9px;
  height: 128px;
  border: 1px solid #0000001F;
}
form .js-form-type-textarea textarea{
  padding:15px;
  color: #364455;
  font-size: 14px;
  line-height: 16px;
}


.tabs.-active-purple-2 .tabs__controls .tabs__button::after{
  background-color: #1B80CB;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button{
  color: #727C88 !important;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 17px;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button.is-active{
  color: #1B80CB !important;
  font-family: 'lato bold';
}
.tabs.-active-purple-2 .tabs__controls .tabs__button1::after{
  background-color: #1B80CB;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button1{
  color: #727C88 !important;
  padding-bottom: 6px !important;
  font-size: 14px;
  line-height: 17px;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button1.is-active{
  color: #1B80CB !important;
  font-family: 'lato bold';
}
.text-purple-1 {
  color: #1B80CB !important;
}
.float-left{
  float: left;
}
.loginphrase{
  color: #727C88;
    font-size: 16px !important;
    line-height: 19px !important;
    float: left;
    padding-top: 10px;
}
.loginphrase a{
  text-decoration: underline;
}
.eye-close.shwpd {
  background: url(../img/connectingmed/eyeclosed.svg) no-repeat top right;
    position: ABSOLUTE;
    right: 10px;
    top: 22px;
}
.eye-open.shwpd{
  background: url(../img/connectingmed/eyeopen.svg) no-repeat top right;
  top: 15px;
  right: 0px;
  position: ABSOLUTE;
  right: 10px;
  top: 22px;
}
::placeholder{
  color: #A5A5A5;
  font-size: 14px;
  line-height: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #A5A5A5;
  font-size: 14px;
  line-height: 18px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #A5A5A5;
    font-size: 14px;
  line-height: 18px;
}
.tab-phys input::placeholder{
  color: #B8BDC3;
}
.tab-phys input:-ms-input-placeholder{
  color: #B8BDC3;
}
.tab-phys input::-ms-input-placeholder{
  color: #B8BDC3;
}
.dashboard__content input::placeholder{
  color: #B8BDC3;
}
.dashboard__content input:-ms-input-placeholder{
  color: #B8BDC3;
}
.dashboard__content input::-ms-input-placeholder{
  color: #B8BDC3;
}


.header-right .button.-sm {
    font-family: "gilroy extrabold";
    text-transform: uppercase;
}
/*user edit page*/
.bg-beige-1 {
    background-color: #F7F8FB;
}
.userprofile .header__container{
  padding: 0 20px;
}
.userprofile .header.-base .header__container {
    padding: 0 20px;
}
.node-form .js-form-type-textfield,
.node-form .js-form-type-date,
.node-form .js-form-type-select,
.node-form .field--type-datetime,
.node-form .field--type-integer,
.node-form .field--type-phone-international{
  height: 95px;
}

.node-form .js-form-type-textfield input
.node-form .js-form-type-date input,
.node-form .js-form-type-number input,
.node-form .js-form-type-select select{
  height: 40px;
}
.node-form .field--name-field-i-agree-on-having .js-form-type-checkbox,
.node-physician-edit-form .field--name-field-i-agree-on-having .js-form-type-checkbox{
  height: 45px;
}

.tab-phys a{
  font-size: 14px;
  line-height: 17px;
}

.icon-chevron-right:before{
  color: #fff;
  font-size: 11px;
}
.userprofile form .field--name-field-picture,
.page-node-type-physician form .field--name-field-picture,
.page-node-type-hospital form .field--name-field-picture{
  width: 100% !important;
  float: left;
}
.userprofile form .field--name-field-picture label,
.userprofile form .field--name-field-picture .description,
.page-node-type-physician form .field--name-field-picture label,
.page-node-type-physician form .field--name-field-picture .description,
.page-node-type-hospital form .field--name-field-picture label,
.page-node-type-hospital form .field--name-field-picture .description{
  display: none;
}

.userprofile form .field--name-field-picture .js-form-type-managed-file,
.page-node-type-physician form .field--name-field-picture .js-form-type-managed-file,
.page-node-type-hospital form .field--name-field-picture .js-form-type-managed-file{
    padding-bottom: 30px;
    width: 98%;
    height: 130px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0000001F;
}
.form-item-field-picture-0 img,
.userprofile form.form-node .js-form-type-managed-file img,
.page-node-type-physician form .js-form-type-managed-file img,
.page-node-type-hospital form .js-form-type-managed-file img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.userprofile form .field--name-field-picture .js-form-type-managed-file input,
.page-node-type-physician form .field--name-field-picture .js-form-type-managed-file input,
.page-node-type-hospital form .field--name-field-picture .js-form-type-managed-file input{
    font-size: 0;
    border: 0 !important;
    outline: 0;
    width: auto;
    position: relative;
    bottom: -70px;
    left: 107px;
    height: 50px;
}
.page-node-type-physician form .field--name-field-picture .js-form-type-managed-file input[value="Remove"],
.page-node-type-hospital form .field--name-field-picture .js-form-type-managed-file input[value="Remove"]{
  font-size: 14px !important;
  text-decoration: underline;
  bottom: 35px;
  padding: 0px;
}
.userprofile form .field--name-field-picture .js-form-type-managed-file input[type="file"],
.page-node-type-physician form .field--name-field-picture .js-form-type-managed-file input[type="file"],
.page-node-type-hospital form .field--name-field-picture .js-form-type-managed-file input[type="file"]{
  display: inline-block;
  border: none !important;
  width: 35px;
  height: 35px;
  background-image: url('../images/edit-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  background-color: transparent;
}

.js-form-type-managed-file input[type="file"]::file-selector-button{
  border: none !important;
  padding: 0px;
  border-radius: 0px;
  background-color:none;
  transition: 1s;
}

.userprofile form .field--name-field-picture .js-form-type-managed-file span,
.page-node-type-physician form .field--name-field-picture .js-form-type-managed-file span,
.page-node-type-hospital form .field--name-field-picture .js-form-type-managed-file span{
  display: none;
  width: 0px;
  height: 0px;
}
.js .js-hide {
  display: none !important;
}
.userprofile form .form-item,
.page-node-type-physician form .form-item,
.page-node-type-professional-bio form .form-item,
.page-node-type-publications form .form-item,
.page-node-type-hospital-publications form .form-item,
.page-node-type-hospital form .form-item,
.page-node-type-hospital-other-information form .form-item{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
}

.change-pwd-form .form-item {
  margin-bottom: 20px !important;
}
.userprofile form .form-wrapper,
.page-node-type-physician form .form-wrapper,
.page-node-type-professional-bio form .form-wrapper,
.page-node-type-hospital-publications form .form-wrapper,
.page-node-type-publications form .form-wrapper,
.page-node-type-hospital form .form-wrapper,
.page-node-type-hospital-other-information form .form-wrapper{
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
    float: left;
}

#edit-field-country-of-residency--description{
  display: none;
}
#block-dropdownlanguage .form-wrapper{
    width: inherit !important;
    margin-right: 0;
    margin-left: 0;
    float: inherit !important;
}
.userprofile form .field--name-field-experience{
   margin-right: 3%;
}
.page-node-type-job-offer form .form-wrapper{
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
    float: left;
    height: 95px;
}
.page-node-type-job-offer form .field--name-field-experience{
    margin-right: 3%;
}
.page-node-type-job-offer .js-form-type-vertical-tabs,
.page-node-type-professional-bio .js-form-type-vertical-tabs,
.page-node-type-physician .js-form-type-vertical-tabs,
.page-node-type-publications .js-form-type-vertical-tabs,
.page-node-type-hospital-publications .js-form-type-vertical-tabs,
.page-node-type-hospital .js-form-type-vertical-tabs,
.page-node-type-hospital-other-information .js-form-type-vertical-tabs{
  height: 0px;
  font-size: 0px;
  display: none;
}
.page-node-type-job-offer form .form-wrapper .js-form-item{
  width: 100%;
  height: auto;
}
.page-node-type-job-offer form .form-wrapper .js-form-type-textarea textarea {
    margin-left: 0px !important;
    padding: 20px;
    width: 100%;
    border-radius: 9px;
    height: 128px;
    border: 1px solid #0000001F;
}



#edit-field-upload-student-card-or-med-entity-browser-entity-browser{
  margin-left: 0px;
}
.userprofile form .form-wrapper.field--type-image{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

form .tabledrag-toggle-weight-wrapper, form .field-multiple-drag{
  display: none;
}
form .field-multiple-table{
  width: 100%;
}
.field-add-more-submit{
  color: #1B80CB;
  text-decoration: underline;
  border: 0 !important;
  width: auto;
  font-family: 'lato bold';
  padding-left: 0;
  margin-top: 15px;
}
.userprofile form .form-wrapper .form-item-field-email-address-0-value input{
  background: rgba(224, 224, 224, 0.5);
  color: rgba(54, 68, 85, 0.5);
  height: 40px;
}
.userprofile .ajax-new-content div{
  margin-bottom: 0;
}
.userprofile .draggable .form-item{
  margin-bottom: 20px;
  padding-bottom: 25px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
}
.userprofile .paragraphs-tabs-wrapper .clearfix{
  font-size: 0;
  margin-top: 0px;
  margin-bottom: 10px;
}
.userprofile .paragraphs-dropbutton-wrapper{
  margin-left: 0 !important;
}
.userprofile .paragraphs-dropbutton-wrapper input{
  margin-top: 0;
  font-size: 14px;
  padding-top: 0px !important;
}
#field-languages-mastered-values tbody tr td .paragraphs-content .form-item,
#edit-field-contact-person-wrapper tbody tr td .paragraphs-content .form-item
{
  margin-bottom: 0;
  padding-bottom: 15px;
}
.userprofile form .draggable .form-wrapper:nth-child(odd) {
    margin-left: 0 !important;
}
[data-drupal-selector="edit-field-languages-mastered"] thead,
[data-drupal-selector="edit-field-contact-person"] thead{
  display: none;
}
[data-drupal-selector="edit-field-languages-mastered"] tbody tr:not(:first-child),
[data-drupal-selector="edit-field-contact-person"] tbody tr:not(:first-child){
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 15px 0;
  margin-top: 10px;
  float: left;
  width: 100%;
  padding-bottom: 0;
}
[data-drupal-selector="edit-field-languages-mastered"] tbody tr td,
[data-drupal-selector="edit-field-contact-person"] tbody tr td{
  float: left;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
[data-drupal-selector="edit-field-languages-mastered"] tbody tr .form-item,
[data-drupal-selector="edit-field-contact-person"] tbody tr .form-item{
  padding: 0 !important;
  margin: 0 !important;
}
.field--name-field-upload-student-card-or-med{
  margin-left: 0 !important;
  margin-right: 1% !important;
}
#edit-field-mebeco-file-wrapper .js-form-managed-file,
#edit-field-upload-student-card-or-med-wrapper .js-form-managed-file,
#edit-field-resume-wrapper .js-form-managed-file{
  position: relative;
  padding: 20px 20px;
  border: 1px dashed #DDDDDD;
  border-radius: 8px;
  height: 124px;
}
#edit-field-mebeco-file-wrapper .js-form-type-managed-file span,
#edit-field-upload-student-card-or-med-wrapper .js-form-managed-file span,
#edit-field-resume-wrapper .js-form-managed-file span{
  text-align: center;
  width: 100%;
  color: #B8BDC3;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
}
#edit-field-mebeco-file-wrapper .js-form-type-managed-file span a,
#edit-field-upload-student-card-or-med-wrapper .js-form-managed-file span a,
#edit-field-resume-wrapper .js-form-managed-file span a{
  color: #1B80CB;
}
.field--type-address details,
.field--type-address details .js-form-wrapper,
.field--type-address details .js-form-item label{
   width:100% !important;
}
.field--type-address details input{
  height:40px;
}
#edit-field-full-address1-0-address-address-line1-error{
  padding-top: 5px;
}
.field--type-address details .js-form-item label{
  padding-left: 0px;
}
.field--type-address details .js-form-wrapper .js-form-item{
  flex-direction: column;
}
.form-submit[disabled="disabled"]{
  opacity: 0.5;
}
.js-form-type-managed-file span .blue{
  color: #1B80CB;
  text-decoration: underline;
}
.field--name-field-upload-student-card-or-med .js-form-type-managed-file input[type="file"]::-webkit-file-upload-button,
#edit-field-mebeco-file-wrapper .js-form-type-managed-file input[type="file"]::-webkit-file-upload-button,
#edit-field-resume-wrapper .js-form-type-managed-file input[type="file"]::-webkit-file-upload-button{
  width: 34px;
  height: 34px;
  background-image: url(../img/connectingmed/upload.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  right: 20px;
  padding: 0!important;
  border: 0 !important;
  outline: 0;
  background-color: transparent;
}
form select{
  outline: none;
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #DDDDDD !important;
  font-size: 15px;
  line-height: 1.5;
  padding: 13px 20px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #B8BDC3;
}
.field--name-field-upload-student-card-or-med input,
#edit-field-mebeco-file-wrapper input,
#edit-field-resume-wrapper input
{
   padding: 25px 0;
    border-style: inherit;
    text-align: center;
    border: none !important;
    width: auto;
    text-decoration: underline;
}
#edit-field-i-agree-on-having-wrapper{
  margin-top: 10px;
}
.field--name-field-upload-student-card-or-med .form-submit{
  width:200px !important;
  padding: 0px !important;
}

.field--name-field-upload-student-card-or-med .description{
  display: none;
}
.userprofile .js-form-type-radio,
.node-physician-form .js-form-type-radio{
  width: auto !important;
  display: flex;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}
#node-physician-edit-form .field--name-field-upload-student-card-or-med{
  margin-bottom:50px;
}
.userprofile .form-wrapper fieldset,
.node-physician-form fieldset{
  display: flex;
  width: 100% !important;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.userprofile .form-actions,
.page-node-type-job-offer form .form-actions,
.page-node-type-professional-bio form .form-actions,
.page-node-type-physician form .form-actions,
.page-node-type-publications form .form-actions,
.page-node-type-hospital-publications form .form-actions,
.page-node-type-hospital form .form-actions,
.page-node-type-hospital-other-information form .form-actions{
  width: 93.3% !important;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  margin: 0;
  background: white;
  padding: 20px 35px;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  margin-right: 0px !important;
  width: 100% !important;
}
.userprofile .form-actions input,
.page-node-type-job-offer .form-actions input,
.page-node-type-professional-bio .form-actions input,
.page-node-type-physician .form-actions input,
.page-node-type-publications .form-actions input,
.page-node-type-hospital-publications .form-actions input,
.page-node-type-hospital .form-actions input,
.page-node-type-hospital-other-information .form-actions input{
  background: rgba(185, 214, 62, 1);
  width: auto;
  float: right;
  padding: 12px 37px;
  border-radius: 25px;
  font-family: "gilroy extrabold";
}
.userprofile .form-actions input:hover,
.page-node-type-job-offer .form-actions input:hover,
.page-node-type-professional-bio .form-actions input:hover,
.page-node-type-physician .form-actions input:hover,
.page-node-type-publications .form-actions input:hover,
.page-node-type-hospital-publications .form-actions input:hover,
.page-node-type-hospital .form-actions input:hover,
.page-node-type-hospital-other-information .form-actions input:hover{
  background: #1B80CB;
}
.userprofile .field--widget-entity-browser-file details{
  width: 100% !important;
  height: 190px !important;
}
.userprofile .field--widget-entity-browser-file .entity-browser-iframe-container{
  width: 100% !important;
}
.userprofile #edit-cancel,
.page-node-type-job-offer #edit-cancel,
.page-node-type-professional-bio #edit-cancel,
.page-node-type-publications #edit-cancel,
.page-node-type-hospital-publications #edit-cancel,
.page-node-type-hospital-other-information #edit-cancel{
  position: absolute;
  font-size: 14px;
  line-height: 17px;
  right:170px;
  height: 40px;
  color: #1B80CB;
  padding: 12px 37px;
  border-radius: 25px;
  border: 1px solid #1B80CB;
}
html[lang="fr"] .userprofile #edit-cancel,
html[lang="fr"] .page-node-type-job-offer #edit-cancel,
html[lang="fr"] .page-node-type-professional-bio #edit-cancel,
html[lang="fr"] .page-node-type-publications #edit-cancel,
html[lang="fr"] .page-node-type-hospital-publications #edit-cancel,
html[lang="fr"] .page-node-type-hospital-other-information #edit-cancel{
  right:210px;
}
.page-node-type-job-offer form .field--widget-string-textarea{
  height:185px !important;
}
.page-node-type-physician #edit-cancel,
.page-node-type-hospital #edit-cancel,
.page-node-type-professional-bio #edit-cancel,
.page-node-type-publications #edit-cancel,
.page-node-type-hospital-publications #edit-cancel,
.page-node-type-hospital-other-information #edit-cancel{
  display: none;
}
.page-node-type-hospital-publications #edit-delete{
   display: none;
}
.userprofile .dropzone {
    min-height: 125px !important;
    height: 125px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.userprofile .field--type-file .js-form-type-checkbox{
  display:none;
}
.userprofile .form-actions:hover{
  background: #fff;
}
iframe body{
  margin: 0px !important;
  padding: 0px;
}
.field--widget-entity-browser-file .entities-list{
  display: none;
}
.bottomsidebar{
  position: absolute;
  bottom: 20px;
  width: 55%;
}
.bottomsidebar .dashboard-logo{
  border-top: 1px solid #727C88 !important;
  padding-top: 30px;
}
.bottomsidebar .sidebar__item{
  padding-bottom: 15px;
}

/*pending approval page*/
.rounded-ellipse{
  width: 489px;
  margin: auto;
  height: 489px;
  text-align: center;
  border-radius: 365px !important;
}
.rounded-ellipse h4{
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  color: #364455;
}
.rounded-ellipse span{
  color: #727C88;
  font-size: 14px;
  font-family: 'lato bold';
  line-height: 22px;
  width: 90%;
  float: left;
  margin: 0 5% 25px 5%;
}
.rounded-ellipse .greenbutton{
  float: left;
  width: 100%;
}
.rounded-ellipse .greenbutton a{
  background: #B9D63E;
  color: #fff !important;
  font-family: "gilroy extrabold";
  font-size: 14px;
  line-height: 17px;
  width: 119px;
  height: 40px;
  padding: 10px 30px;
  border-radius: 55px;
}
.rounded-ellipse .greenbutton a:hover{
  background: #1B80CB;
}
.userprofile.professionalbio form .form-wrapper:nth-child(odd) {
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
    float: left;
}
.userprofile.professionalbio form .form-wrapper:nth-child(even) {
    width: 49%;
    margin-right: 0;
    margin-left: 1%;
    float: left;
}
.field--name-field-contact-person .paragraphs-subform .form-wrapper{
  height: 80px;
}
.field--name-field-languages-mastered.form-wrapper,
.field--name-field-languages-mastered .paragraphs-subform.js-form-wrapper.form-wrapper,
.field--name-field-contact-person,
.field--name-field-contact-person .paragraphs-subform.js-form-wrapper.form-wrapper
{
  width: 100% !important;
}
.field--name-field-languages-mastered .paragraph-top
{
  display: none;
}
.field--name-field-languages-mastered .paragraphs-subform,
.field--name-field-contact-person .paragraphs-subform{
  width: 100%!important;
}
td #edit-field-languages-mastered-0{
  width: 100% !important;
  margin-left: 0;
}

#field-languages-mastered-values td,
#edit-field-contact-person-wrapper td{
  padding: 0;
}
.paragraph-type--contact-person td .paragraph-type,
.node-publications-form form .paragraph-top .paragraph-type,
.page-node-type-publications .paragraph-top .paragraph-type,
.page-node-type-hospital-publications .paragraph-top .paragraph-type
{
  width: 300px;
  font-size: 20px;
  line-height: 22px;
  color: #364455;
  font-family: "gilroy extrabold";
}
.hopital-other-information .paragraph-type
{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  color: #364455;
  font-family: "gilroy extrabold";
}
.paragraph-type--contact-person td .paragraph-top{
  width: 100%;
}
.js .field--widget-paragraphs .field-multiple-table{
  margin-bottom: 10px !important;
}
td [data-drupal-selector="edit-field-languages-mastered-0"],
[data-drupal-selector="edit-field-languages-mastered-1"],
[data-drupal-selector="edit-field-languages-mastered-2"],
[data-drupal-selector="edit-field-languages-mastered-3"],
td [data-drupal-selector="edit-field-contact-person-0"],
[data-drupal-selector="edit-field-contact-person-1"],
[data-drupal-selector="edit-field-contact-person-2"],
[data-drupal-selector="edit-field-contact-person-3"]{
  width: 100% !important;
}
.hopital-other-information form textarea,
.page-node-type-hospital-other-information form textarea{
  max-width: 100%;
  border: 1px solid #0000001F;
  border-radius: 9px;
}
.hopital-other-information form .field--type-string-long,
.page-node-type-hospital-other-information form .field--type-string-long{
  margin-bottom: 20px;
}
#field-languages-mastered-values thead,
#edit-field-contact-person-wrapper thead{
  display: none;
}
.publications .form-wrapper{
  width: 100% !important;
}
.publications thead, .publications .paragraph-top{
  display: none;
}
.publications.userprofile form .form-wrapper{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.publications.userprofile form .form-item {
  width: 70%;
  margin-right: 0%;
  border-bottom: 0;
  padding-bottom: 0;
}
.publications form .description{
  display: none;
}
.publications form .field-add-more-submit{
  margin-top: 0;
  padding-top: 0;
}
.userprofile .tabs__controls button, .userprofile .tabs__controls a {
    margin: 0 !important;
    width: auto;
    margin-right: 90px !important;
}
.userprofile .tabs button,
.userprofile .tabs a {
  color: #727C88;
}
.userprofile .tabs button.disabled,
.userprofile .tabs a.disabled {
  color: #D6D9DD;
  pointer-events: none;
}
.userprofile .logoandtoggle{
  position: absolute;
  left: -5%;
}
.userprofile .field--widget-options-buttons .fieldset-wrapper{
  display: flex;
  flex-direction: row-reverse;
}
.userprofile .field--widget-options-buttons .fieldset-wrapper #edit-field-mebeco-{
  width: auto;
  float: left;
  margin-left: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.userprofile .field--widget-options-buttons .fieldset-wrapper .description{
  float: left;
  width: auto;
  font-family: 'lato bold';
  font-size: 12px;
  color: #727C88;
  margin-left: 5px;
}
#edit-field-mebeco-file-wrapper input[value="Remove"],
#edit-field-upload-student-card-or-med-wrapper input[value="Remove"],
#edit-field-resume-wrapper-wrapper input[value="Remove"]{
  width: 100px !important;
  padding: 25px 0 0 0 !important;
  text-align: left;
  justify-content: left;
  text-decoration: underline;
  border-radius:0px !important;
}
#edit-field-mebeco-file-wrapper .js-form-managed-file,
#edit-field-resume-wrapper-wrapper .js-form-managed-file{
  margin-left: 5px;
  width: 100%;
}
#edit-field-mebeco-file-wrapper label,
#edit-field-resume-wrapper-wrapper label{
  display: none;
}
.userprofile .field--widget-options-buttons .fieldset-wrapper .form-item input{
  border: 1px solid #E0E0E0 !important;
}
.userprofile .field--widget-options-buttons .fieldset-wrapper .form-item label{
  padding-bottom: 0;
  padding-left: 6px;
  color: #727C88;
  font-family: 'lato regular';
}
.userprofile .field--widget-options-buttons .fieldset-wrapper .form-item :checked + label {
  color: #364455;
  font-family: 'lato bold';
}
.userprofile .field--widget-options-buttons .fieldset-wrapper .form-item{
  margin-right: 25px;
  margin-left: 0;
}
label[for="edit-field-mebeco-file-0-upload"],
.field--type-file .description{
  display: none;
}
.userprofile .field--type-boolean.field--name-field-mebeco-{
  margin-left: 1% !important;
  margin-right: 0 !important;
}
.icon-notification{
  color: #E0E0E0;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
  padding: 8px;
  background: #fff;
}
.notification.relative{
  margin-left: 20px;
}
form .messages--error, form label.error{
  color:#DE0B3C !important;
  font-size:12px !important;
  line-height: 15px !important;
  padding-top: 5px;
}
.user-pass p{
  width: 100%;
  font-size: 12px;;
}
.user-register-form .user-pass .form-item-name{
  width:100%;
  margin-left:0px;
  margin-bottom:10px;
}
.user-register-form .user-pass .form-actions{
  margin-top: 20px;
}
form input.error,
select.valid,
form textarea.error{
  border: 1px solid #DE0B3C !important;
}
.userprofile form .field--name-field-i-agree-on-having{
  width: 100% !important;
  display: inherit !important;
  margin-top: 15px;
}
#edit-field-i-agree-on-having-value{
  width: 30px;
  float: left;
}

.form-item-field-i-agree-on-having-value{
  display: flex;
  flex-direction: column;
}
.form-item-field-i-agree-on-having-value label{
  float: right;
  width: 96%;
  order: 1;
  padding-left: 35px;
}
.form-item-field-i-agree-on-having-value label.form-required{
  margin-top: -14px;
}
.form-item-field-i-agree-on-having-value label.error{
  order: 2;
  padding-left: 35px;
}
.responsive{
  display: none !important;
}
/*******Professional Bio**************/
.userprofile.professionalbio form .form-wrapper.field--name-field-desired-position{
  margin-left: 0;
  margin-right: 1%;
}
.userprofile.professionalbio form fieldset[id="edit-group-various"] legend:not(.fieldset-wrapper legend){
  width: 100% !important;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.userprofile.professionalbio form fieldset .fieldset-wrapper .form-wrapper.fieldgroup.form-composite{
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 15px;
  border-bottom: 0;
  margin-bottom: 0;
}
.userprofile.professionalbio form fieldset[id="edit-group-various"] .fieldset-wrapper fieldset.fieldgroup legend{
  width: 30% !important;
  font-family: 'lato regular' !important;
}
.userprofile.professionalbio form .fieldset-wrapper .field--widget-options-buttons{
width: 100% !important;
margin-left: 0 !important;
}
.userprofile.professionalbio form .fieldset-wrapper #edit-field-military-physician,
.userprofile.professionalbio form .fieldset-wrapper #edit-field-interest-for-humanitarian{
  justify-content: space-between;
  flex-direction: row-reverse;
  display: flex;
  align-items: flex-start;
}
.userprofile.professionalbio .field--widget-options-buttons .fieldset-wrapper #edit-field-mebeco- {
  width: auto;
  float: left;
  margin-left: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
/************change pass**************/
.userprofile.changepass form .form-item{
  width: 40%;
  margin-right: 0%;
  border-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}
.userprofile.changepass form{
  display: grid;
}
.userprofile.changepass form .form-item input{
  width: 100%;
}
.userprofile.changepass form label{
  width: 100%;
}
.userprofile.changepass form #edit-pass .form-item{
  width: 100%;
}
.userprofile.changepass form .description{
  display: none;
}



/*popup*/
.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 450px;
  margin: auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 50px #6969691c;
  box-shadow: 0px 0px 50px #6969691c;
  border-radius: 11px;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.custom-model-main .custom-model-inner .btn.btn-green{
  background: rgba(185, 214, 62, 1);
  width: auto;
  float: left;
  padding: 8px 25px;
  border-radius: 25px;
  color: #ffffff !important;
  font-size: 16px;
  font-family: "gilroy extrabold";
  margin-right: 15px !important;
  width: 135px;
}
.custom-model-main .custom-model-inner .btn.btn-outline{
  border: 1px solid #1B80CB;
  width: auto;
  float: left;
  padding: 8px 25px;
  border-radius: 25px;
  color: #1B80CB !important;
  font-size: 16px;
  font-family: "gilroy extrabold";
  margin-right: 0 !important;
  width: 135px;
}
.button-wrapper{
  margin-top: 40px;
  float: left;
  width: 100%;
  display: flex;
  text-align: center;
  /* margin: auto; */
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
}

ul {
  list-style: none;
}

.mdclogo{
  padding-top: 30px;
  display: flex;
  align-items: center;
  height: 53px;
}

.icon i {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  transition: 0.3s;
}
.icon i:last-child {
  opacity: 0;
  color: #fff;
}
.sidebar-links a.active,
.sidebar-links a:hover {
  color: #fff;
}
.sidebar-links a .link {
  transition: opacity 0.3s 0.2s, color 0.3s;
}
.sidebar-links a.active i:first-child {
  opacity: 0;
}
.sidebar-links a.active i:last-child {
  opacity: 1;
}
.sidebar-top .logo{
  display:none;
}
body.shrink .sidebar-top .logo{
  display:block;
}
.active-tab {
  width: 100%;
  height: 53px;
  background-color: #B9D63E;
  border-radius: 10px;
  position: absolute;
  top: 2.5px;
  left: 0;
  transition: top 0.3s;
}
.log-out {
  display: flex;
  height: 40px;
  min-width: 2.4rem;
  background-color: var(--main-color-dark);
  color: var(--text-color);
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border-radius: 10px;
  margin: 0 0.65rem;
  transition: color 0.3s;
}
.log-out:hover {
  color: #fff;
}
.tooltip {
  background-color: var(--main-color);
  position: absolute;
  right: -1.2rem;
  top: 0;
  transform: translateX(100%) translateY(-50%);
  padding: 0 0.8rem;
  font-size: 0.85rem;
  display: none;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  height: 30px;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 3px 10px -3px rgba(70, 46, 118, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  text-align: center;
  white-space: nowrap;
}
.tooltip span {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  opacity: 0;
  transition: 0.3s;
}
.tooltip span.show {
  opacity: 1;
}
.tooltip-element:hover ~ .tooltip {
  opacity: 1;
  pointer-events: all;
}
/* When the menu shrinks */
.hide {
  transition: opacity 0.3s 0.2s;
}
body.shrink nav {
  width: 5.4rem;
}
body.shrink header, body.shrink .withdashboard .form-actions {
    width: 95.7% !important;
    transition: width 0.5s ease-in-out;
}

body.shrink .hide {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}
.logofull{
  display: block;
  margin: 0 0.8rem;
}
body.shrink .shrink-btn i {
  transform: rotate(-180deg);
}
body.shrink .sidebar-links h4 {
  height: 10px;
}
body.shrink .account {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s 0.3s, color 0.3s 0s;
}
body.shrink .admin-profile {
  max-width: 0;
  transition: opacity 0.3s 0s, max-width 0.7s 0s ease-in-out;
}
body.shrink .tooltip {
  display: grid;
}
.field--name-field-terms-conditions{
  width: 100% !important;
  margin: 0 !important;
}
.field--name-field-terms-conditions input{
  width: auto;
  float: left;
  margin: 0;
  margin-right: 8px;
}
.field--name-field-terms-conditions .form-item{
  display: flex;
  align-items: center;
}
.field--name-field-terms-conditions label{
  font-size: 12px !important;
  color: #727C88;
  line-height: 19px;
}


.user-register-form form input{
  font-size: 14px;
  line-height: 17px;
}
.dashboard-phys-subm .dashboard__content{
  padding: 0px;
  margin: 0px;
}
.dashboard-phys-subm .dashboard__main{
  padding-left: inherit;
}
.bg-rounded{
  background: url(../images/submission-round.svg) center no-repeat;
  width: 489px;
  height: 489px;
  position: relative;
}
.dashboard-sub{
  height: 100vh;
  background-color: var(--color-light-4);
}
.dashboard-phys-subm{
  margin: auto;
}
.form-item .chosen-container {
  padding: 0;
  border: 0;
  width: 100% !important;
 }
 .form-item .chosen-container > a {
  background: transparent !important;
  border: 1px solid #0000001F;
  border-radius: 9px;
  padding: 12px 10px;
  margin-top: 0px;
    height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  color: #6c757d;
  box-shadow: none;
  width: 100%;
}
.form-item .chosen-container .chosen-drop{
  border-bottom: 1px solid #0000001F;
  color: #364455;
}
.ui-dialog.ui-widget-content{
  border:none !important;
  border-radius: 11px;
}
.chosen-container-single .chosen-single div b{
  background-position: 0 10px;
}
.chosen-container .chosen-results li.active-result {
  border-bottom: 1px solid #0000001F;
  padding: 10px;
}
.chosen-container .chosen-results li.active-result:hover{
  background: #F6FAFF;
  color: #1B80CB;
}

.node-professional-bio-form .field--type-boolean,
.page-node-type-professional-bio .field--type-boolean{
  width: 100% !important;
  margin-top: 10px;
}
.node-professional-bio-form .field--type-boolean legend,
.page-node-type-professional-bio .field--type-boolean legend{
  width: 180px !important;
}
.node-professional-bio-form .field--type-boolean legend span,
.page-node-type-professional-bio .field--type-boolean legend span{
  color: #364455;
  font-size: 14px;
  line-height: 30px;
  font-family: "lato regular";
}
.page-node-type-professional-bio .field--name-field-resume{
  margin-bottom: 50px;
}
#edit-field-military-physician,
#edit-field-interest-for-humanitarian{
  margin-top: 5px;
}
.field--name-field-resume{
  margin-left: 0px !important;
}
.userprofile .node-professional-bio-form .form-wrapper fieldset,
.page-node-type-professional-bio .form-wrapper fieldset{
  border-bottom: 0px;
}
#edit-group-various > legend{
  border-bottom:1px solid #0000001F;
  width:100% !important;
  margin-bottom: 5px;
}
.node-publications-form form .description,
.node-publications-form form table thead,
.page-node-type-publications form table thead,
.page-node-type-hospital-publications form table thead{
  display: none;
}
.node-publications-form form .paragraphs-subform,
.page-node-type-publications form .paragraphs-subform,
.page-node-type-hospital-publications form .paragraphs-subform{
   max-width:480px;
}
.page-node-type-publications .field--type-link .description,
.page-node-type-hospital-publications .field--type-link .description{
  display: none;
}
.node-publications-form form .form-wrapper,
.page-node-type-publications form .form-wrapper,
.page-node-type-hospital-publications form .form-wrapper{
  width: 100%;
}
.node-publications-form form .draggable .form-item,
.page-node-type-publications form .draggable .form-item,
.page-node-type-hospital-publications form .draggable .form-item{
  margin-bottom: 0px;
}
.js input.form-autocomplete{
  background-position: 98% center;
}
input::-moz-placeholder{
  color: #B8BDC3 !important;
}
input:-ms-input-placeholder{
  color: #B8BDC3 !important;
}
input::placeholder{
  color: #B8BDC3 !important;
}
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #6c757d;
}
div[role="contentinfo"]{
     color: #fff !important;
    font-size: 12px !important;
    line-height: 15px !important; 
    background-color: #364455;
    padding:10px 20px;
    width: 98%;
}
div[role="contentinfo"] em a{
  color: #fff !important;
  pointer-events: none;
}
div[data-drupal-messages]{
  margin-bottom: 20px;
}
.tabs.-active-purple-2 .tabs__controls .disabled-link{
  pointer-events: none;
  color: #D6D9DD !important;
}
.sidebar .disabled-link{
  pointer-events: none;
  opacity:0.3;
}
.user-register-form div[role="contentinfo"] a{
  display: none;
}
.paragraph-type--publications:not(:first-child){
  border-top:1px solid #0000001F;
}
.tab-pub th h4.label{
  font-size: 20px;
  line-height: 22px;
  font-family: "gilroy extrabold";
}
.change-pwd-form .form-item-current-pass,
.change-pwd-form .confirm-parent,
.pwd-see .js-form-type-password{
  position: relative;
}

@media (max-width: 1367px) {
  .stakeholders{
    top:42px;
    width: 124px;
  }
  .student{
    top:175px;
    width: 110px;
  }
  .physicians {
    top: 215px;
    right: 177px;
  }
  .hospitals {
    top: 340px;
    right: 293px;
}
}

@media (max-width: 1150px) {
  .medical-instituition {
    top: -10%;
    right: 5%;
  }
  .stakeholders {
    position: absolute;
    top: 7%;
    right: 220px;
  }
  .student {
    top: 35%;
    right: 310px;
  }
  .physicians{
    top: 44%;
    right: 29%;
  }
  .hospitals{
    top: 73%;
    right: 50%;
  }
  .test-title{
    padding-top: 0px;
  }
  .test-title {
    font-size: 46px;
    line-height: 47px;
  }
}

@media(min-width: 1200px){
  .menu-header .header__logo{
    padding-right: 40px !important;
  }
}

@media(max-width: 1200px){
  .connect-section #candidates-active-top, .connect-section #candidates-archived-top, .connect-section #candidates-closed-top {
    padding: 20px 0 85px 32px;
    width: 100%;
}
.connect-section #candidates-active-dt_filter, .connect-section #candidates-archived-dt_filter, .connect-section #candidates-closed-dt_filter {
    position: absolute;
    top: -70px;
    left: 20px;
    width: 190px;
    float: left;
}
}

/*responsive*/
@media(max-width: 1024px){
  .form-content {
    width: 70vw;
}
.cont-list .container{
  padding: 0px !important;
}

.header__container{
  margin-left: inherit;
  margin-right: inherit;
}
.home-fold1-desc, .home-fold1 .swiper-pagination{
  margin-left: 20px !important;
}
.about-desc-sect .home-fold1-desc{
  margin-left: 0px !important;
}
.xl\:d-block.d-none {
    display: none !important;
}
.composition.-type-5 .-el-5{
	left:175px;
}
.header__logo{
  margin-left: -10px;
}
.header-right__buttons{
  padding-right: 10px;
}
.masthead.-type-6{
  padding-bottom: 30px;
}
.header__container .col-auto{
  padding-left: 0px;
  padding-right: 0px;
}
.header-menu a{
  font-size: 14px;
}
.slide-title,
.about-content__title,
.follow-courses,
.about-desc-sect .slide-title,
.about-desc-sect .slide-title1,
.about-fold2 .col-md-4,
.help-title,
.contact-tit,
.sectionTitle__title,
.home-fold2 .delay-1,
.home-fold3 h3,
.contact-page-layout .page-header__title,
.follow-courses{
    font-size: 35px !important;
    line-height: 35px;
  }
  .test-title{
    font-size: 33px !important;
    line-height: 40px;
  }
  bod,
  p,
  .home-fold2 .delay-2,
  .home-fold3 p{
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .slide-subtitle{
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .fold2-22{
    padding: 20px !important;
  }
  .fold2-22 .ml-20{
    margin-left: 0px !important;
  }
  .home-fold3 .col-xl-12{
    font-size: 33px;
    line-height: 28px;
  }
  .result-testimonial{
    top: 130px;
  }
  .platform-blue ul,
  .platform-white ul{
    font-size: 14px;
    line-height: 14px;
  }
  .bg-bluef-f6 .float-left{
    width: 360px;
  }
  .footer-power{
    font-size: 32px !important;
    line-height: 30px;
  }
  .sitemap-link a, .footer-header-socials .connect-label{
    font-size: 16px !important;
    line-height: 19px;
  }
  .footer2 a{
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .about-fold1 .views-element-container img{
    height:600px;
    width: auto;
    object-fit: cover;
    object-position: left;
  }
  .home-fold1-desc .masthead__content{
    max-width: 350px;
  }
  .about-desc-sect .time-place .col-md-6{
    width: 100%;
    margin-bottom: 40px;
  }
  .page-header.-type-4 .page-header__title{
    font-size: 35px !important;
    line-height: 40px;
  }
  .experts-background .exp-title {
    font-size: 20px;
    line-height: 24px;
  }
  .field_expert_title{
    font-size: 15px;
    line-height: 18px;
  }
  .course-title{
    font-size: 22px;
  }
  .made-title {
    font-size: 35px;
    line-height: 34px;
  }
  .made-subtitle{
    font-size: 14px;
    line-height: 22px;
  }
}
@media(min-width: 993px){
.xl\:d-block.d-none {
    display: none !important;
}

}
@media(max-width: 992px){
.xl\:d-block.d-none {
    display: block !important;
}
.header__logo{
  margin-left:10px;
}
.contact22 .page-header{
  margin-top: 30px !important;
  padding-top: 60px !important;
}
.contact22 .page-header .px-40{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.contact22 .page-header .py-40{
  padding-top: 30px !important;
}
.contact-page-layout .page-header__title{
  margin-bottom: 30px;
}
.contact22 .page-header__content .col-xl-5{
  width: 100%;
}
.notif-widget .navbar-nav{
  margin:0px !important;
}
.similar-jobs{
  width:100%;
}
.similar-leftside{
  width: 100%;
  height: auto !important;
}
.arrow-left-hover:before{
  background-size:70%;
}
.arrow-right-hover:before{
  background-size:70%;
}
}


@media (max-width: 991px) {
  .side-content__item {
    display: none;
  }
  .privacy-gray .container {
      width: 90%;
      padding: 20px 30px !important;
  }
  .privacy-gray{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .privacy-gray .help-title{
    font-size: 20px !important;
    line-height: 44px;
  }
  .privacy-gray .container h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .privacy-gray .container h4{
    font-size: 16px;
  }
  .menu-header {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }
  .header.-type-4 .header__container{
    height: 70px;
  }
  .header-right .icon-mobile-menu:before{
    top: -5px;
  }
  .formation-fold1 .home-fold1-desc{
    margin-top: 120px;
  }
  footer.-type-4 .col-lg-4{
    margin-top: 27px;
    width: 100%;
  }
  footer.-type-4 .pt-60{
    padding-top: 30px !important;
  }
  .footer-header-socials{
    margin-left: 0px;
  }
  .footer-header-socials .connect-label{
    padding-bottom: 20px;
  }
  footer.-type-4 row.pt-40{
    padding-top: 10px !important;
  }

  .course-body{
    margin-top: 60px;
  }
  .col-course-img{
    width: 500px;
  }

  .page-node-type-hospital .col-md-9, 
  .page-node-type-hospital .col-md-3{
    width:100%;
    height: auto !important;
  }

.similar-jobs{
  padding-left: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

}
@media (min-width: 992px) {
.js-mobile-menu-toggle img,
.js-mobile-menu-toggle .padd-top-90{
  display: none !important;
}
.showresp{
  display: none;
}
}


@media (max-width: 820px) {
  .result-testimonial {
      top: 30px !important;
  }
.result-testimonial .col-md-6{
  width: 100%;
}
.result-testimonial .col-md-6:first-child{
  margin-bottom: 70px;
}
.test-image > img{
  height: 860px;
  object-fit: cover;
}
.home-back-round img {
    margin-top: 0px !important;
    max-width: 400px;
}
.medical-instituition-text {
    font-size: 1.425rem !important;
    line-height: 1.7rem !important;
  }
  .medical-instituition-num {
    font-size: 3.75rem !important;
  }
  .medical-instituition {
    top: 2%;
    right: 3%;
}
.stakeholders {
    top: 65px;
    right: 185px;
}
.stakeholders-num {
    font-size: 2.1rem !important;
  }
  .stakeholders-text {
    font-size: 0.85rem !important;
    line-height: 0.8rem !important;
  }
  .student {
    top: 44%;
    right: 265px;
}
.student-num {
    font-size: 2rem !important;
    line-height: 3.25rem !important;
  }
  .student-text {
    font-size: 0.9rem !important;
    line-height: 1.1rem !important;
  }
  .physicians {
    top: 50%;
    right: 108px;
}
.physicians-num {
    font-size: 2.3rem !important;
    line-height: 3.8rem !important;
  }
  .physicians-text {
    font-size: 0.9rem !important;
  }
  .hospitals {
    top: 76%;
    right: 48%;
}
.hospitals-num {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .hospitals-text {
    font-size: 0.9rem !important;
  }
  .bg-beige-1 .col-xl-12{
    display: flex;
    flex-direction: column;
  }

  .bg-beige-1 .col-md-9{
    width: 100%;
    order:2;
  }
  .bg-beige-1 .col-md-3{
    width: 100%;
    order: 1;
  }
  .platform-blue{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 60px;
  }
  .bg-bluef-f6 .about-content__title,
  .bg-beige-1 .about-content__title{
    max-width: 267px;
  }
  .about-content__text{
    max-width: 335px;
  }
  .green-but{
    margin-left: 0px;
    transform: translate(100%, 0) !important;
  }
  .platform-white{
    margin-top: 0px;
  }
  .bg-bluef-f6 .col-md-9{
    width: 100%;
  }
  .bg-bluef-f6 .col-md-3{
    width: 100%;
  }
  .bg-bluef-f6 .col-xl-12{
    display: flex;
    flex-direction: column;
  }
  .bg-bluef-f6 .col-md-9{
    width: 100%;
    order:2;
  }
  .bg-bluef-f6 .col-md-3{
    width: 100%;
    order: 1;
    margin-bottom: 60px;
  }
  .bg-bluef-f6 .float-right img{
    margin-left: 0px;
  }

  .home-fold2{
    padding-top: 180px;
  }
  .composition.-type-5{
    display: block;
    margin-left: 0px;
    float: left;
    width: 100%;
    padding-bottom: 0px;
  }
    .composition.-type-5 .-el-1{
      width: 65%;
      float: right;
      position: inherit;
    }
    .composition.-type-5 .-el-1 img{
      margin-left: -20%;
    }
    .composition.-type-5 .-el-2{
      width: 35%;
      float: right;
      position: inherit;
      bottom:inherit;
    }
  .composition.-type-5 .-el-3 {
    position: inherit;
    top: inherit;
    float: left;
    right: inherit;
    margin-right:5%;
    margin-top: 60px;
    width: 29%;
}
.composition.-type-5 .-el-4{
  position: inherit;
  top: inherit;
  float: left;
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin-right:5%;
  width: 29%;
  margin-top: -22px;
}
.composition.-type-5 .-el-5{
  position: inherit;
  top: inherit;
  float: left;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 29%;
  margin-top: -22px;
}
.fold2-22{
  height: auto;
  width: auto;
  padding-bottom: 25px !important;
}
.formation-fold1 .home-fold1-desc{
  margin-top: 100px;
}
.about-desc-sect .slide-body{
  max-width: 90%;
}
}

@media(min-width: 768.1px){
  .show-resp{
    display: none;
  }
}
@media(max-width: 940px){
#swiper-home .col-lg-6.col-image-home{
  width: 100% !important;
}
}

@media(max-width: 768px){
  .show-desk{
    display: none;
  }
  .show-resp{
    margin-top: -30px;
  }

  .header__container.px-30{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .register .form-content,
  .register-inst .form-content {
    width: 90vw;
    float: none;
    margin: auto;
}
.field--name-field-mebeco-{
  margin-top: 25px;
}
.made-left {
    float: left;
    width: 100%;
}
.made-right {
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
}
.made-right img {
    right: 0px;
    bottom: 13px;
    position: inherit;
    text-align: CENTER;
}
.about-fold4{
  padding-bottom: 13px;
}
.made-form{
  padding: 25px 20px;
}
.dashboard__content{
  padding: 25px 15px;
}
.job-list-home .is-in-view .d-flex.x-gap-10 {
    margin: 12px 10px 5px 10px;
  }
  .job-list-home .is-in-view .coursesCard-footer{
    margin: 12px 10px 10px 10px;
  }
  .coursesCard-footer-location:before{
    left:10px;
  }
  .job-list-home .job-ptype .job-full-time,
  .job-list-home .job-ptype .job-internship,
  .job-list-home .job-ptype .job-part-time
  {
    margin-left: 10px;
  }

.rounded-ellipse span{
  line-height: 19px;
}
.rounded-ellipse h4{
  margin-bottom: 5px;
  margin-top: -30px;
}
.tabs__controls a{
  font-size: 14px;
  line-height: 18px;
}
.let-connect {
    font-size: 14px;
    line-height: 17px;
}
form .form-item label, form .form-wrapper h4, form .form-wrapper legend{
  line-height: 18px;
}

header.registerheader .col-auto.pr-0{
  padding-right: 15px !important;
}



/*user profile*/
.userprofile .logoandtoggle {
  position: unset;
  left: 0;
}
.dashboard-phys-subm .bg-rounded{
  max-width: 489px;
}
.bg-rounded{
  background: url(../images/round-sub-resp.svg) no-repeat center !important;
  width: 311px !important;
  height: 311px !important;
}
.views-field-field-platform-right-image{
  float: right;
  max-width:60%;
}
.userprofile form .form-wrapper, 
.page-node-type-physician form .form-wrapper,
.page-node-type-hospital form .form-wrapper
.page-node-type-professional-bio form .form-wrapper,
.page-node-type-publications form .form-wrapper,
.page-node-type-hospital-publications form .form-wrapper{
    width: 100%;
    margin-right: 0;
}
.page-node-type-job-offer form .form-wrapper{
  width: 100% !important;
}
.layout-container{
  margin:0px !important;
}

.userprofile .tabs.-active-purple-2 .tabs__controls .tabs__button1 {
    margin-right: 30px !important;
    white-space: nowrap;
}
.userprofile .tabs__controls1{
  overflow-x: auto;
  padding-bottom: 2px;
}
.userprofile form .form-wrapper:nth-child(even),
.userprofile form .form-wrapper:nth-child(odd){
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.userprofile form .paragraphs-subform .form-wrapper:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.js-form-managed-file:not(.image-widget) {
    padding: 10px 20px;
}
.userprofile .form-actions {
    width: 100% !important;
    padding: 15px 20px
}
.userprofile .form-actions input.form-submit {
    width: 100%;
}

.icon-explore, .icon-explore1{
  color: #fff;
}

/*professional bio*/
.userprofile.professionalbio form .form-wrapper:nth-child(even),
.userprofile.professionalbio form .form-wrapper.field--name-field-desired-position,
.userprofile.professionalbio form .form-wrapper:nth-child(odd) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.userprofile.professionalbio form fieldset[id="edit-group-various"] .fieldset-wrapper fieldset.fieldgroup legend {
    width: 80% !important;
}
/*publications*/
.publications.userprofile form .form-item {
    width: 100%;
}
/*pending approval*/
.rounded-ellipse {
  width: 70%;
  padding: 20px 50px;
  height: 450px;
  margin-top: 40px;
}
/*pass change*/
.userprofile.changepass form .form-item {
    width: 100%;
}
.sitemap-link .col-md-6{
  width: 50%;
}
.about-fold2 .col-md-4{
  font-size: 35px;
  line-height: 40px;
}
.help-title{
  font-size: 35px;
  line-height: 40px;
  max-width: 300px;
}
.help-subtitle{
  font-size: 14px;
  line-height: 20px;
}
.about-fold3 .views-element-container{
  display: block;
}
.about-fold3 .col-lg-6 {
    float: left;
    width: 100%;
}
.about-fold3 .col-auto .index-but{
  float: left;
  margin-top: 30px;
}
.formation-page .home-fold1-desc h1{
  font-size: 35px !important;
  line-height: 40px !important;
}
.formation-fold2 .col-lg-4 {
    width: 47%;
  }

  .backtoformation{
    font-size: 15px;
  }
  .about-fold1 .backtoformation span:before{
    top: -1px;
  }
  .about-desc-sect .slide-date{
    font-size: 16px;
    line-height: 36px;
  }
  .content-course .content-course-details h1{
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .contact-reg-list .col-lg-6{
    padding: 20px;
  }
  .course-contact-registration .contact-tit{
    font-size: 35px !important;
    line-height: 40px !important;
    max-width: 300px;
    margin-bottom: 60px;
  }
  .contact-reg-list{
    padding-bottom: 80px;
  }
  .contact-reg-list .contact-name{
    font-size: 20px;
    line-height: 26px;
  }
  .contact-reg-list .contact-title{
    font-size: 18px !important;
  }
  .contact-reg-list .contact-number{
    font-size: 14px !important;
  }
  .contact-reg-list .contact-email{
    font-size: 14px !important;
  }
  .formation-fold2 .sectionTitle__title {
    font-size: 35px !important;
    line-height: 54px;
  }
  .contact-reg-list .views-element-container > div{
    display: block;
  }
  .contact-reg-list .col-lg-6{
    width: 100%;
    margin-right: 0px;
    float: left;
    margin-bottom: 30px;
  }
  .course-body h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .course-body h2{
    font-size: 20px;
  }
  .course-big-image img{
    width: 80%;
  }

  .userprofile form .form-wrapper, .page-node-type-physician form .form-wrapper, .page-node-type-professional-bio form .form-wrapper, .page-node-type-hospital-publications form .form-wrapper, .page-node-type-publications form .form-wrapper, .page-node-type-hospital form .form-wrapper, .page-node-type-hospital-other-information form .form-wrapper{
    width: 100% !important;
  }
  .user-phys .tabs.-active-purple-2 .tabs__controls .tabs__button1::after {
    left: 0px !important;
    width: 100% !important;
}
.paragraph-type--contact-person td .paragraph-type, .node-publications-form form .paragraph-top .paragraph-type, .page-node-type-publications .paragraph-top .paragraph-type, .page-node-type-hospital-publications .paragraph-top .paragraph-type{
  width:300px !important;
}


}

@media (max-width: 600px) {
  .masthead.-type-3 .masthead__title {
    font-size: 35px;
  }
  .user-phys .tabs__controls,
  .tabs-general {
    height: 101px !important;
    flex-wrap: wrap;
    padding-bottom: 0px !important;
}
.userprofile .tabs.-active-purple-2 .tabs__controls .tabs__button1,
.tabs-general a{
  width: 45% !important;
  font-size: 12px;
}
.px-30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.userprofile .tabs.-active-purple-2 .tabs__controls .tabs__button1{
  margin-right: 10px !important;
}
.tabs.-active-purple-2 .tabs__controls .tabs__button1 {
    height: 25px;
}
.tabs-general a{
  height: 25px;
}
.job-list-home .is-in-view .coursesCard-footer-location{
  padding: 15px 30px 15px 35px;
}
.text-20{
  font-size: 18px;
}
.profile-block {
    width: 100%;
    display: inherit;
    }
    .profile-block-left .profile-pic {
    max-width: 45px;
    margin-right: 10px;
}
.profile-block .views-element-container{
  width: 100%;
}
.profile-block-left {
    width: 100%;
    float: left;
    display: inherit;
}
.profile-block-left span{
  padding-top: 0px;
}
.profile-block-left span .profile-hospit{
  font-size: 18px;
  line-height: 22px;
}
.profile-block-left span .profile-position{
  font-size: 13px;
}
.offer-dashboard .pb-30{
  padding-bottom: 10px;
}
.profile-block .profile-block-right{
  margin-top: 20px;
}
.job-list-home .is-in-view{
  width: 96%;
  margin:2%;
}
#views-exposed-form-medical-institution-list-page-1 #edit-reset{
  padding-left: 0px;
}
#candidate-message-input {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
#candidate-message-btn-send{
  margin-left: 30px;
  margin-bottom: 30px;
}
}

@media(max-width: 560px){
  .sidebar-footer{
    width: 90% !important;
    padding: 20px 20px 10px 10px;
  }
.text-30{
  font-size: 18px !important;
}
.mt-30 {
    margin-top: 15px !important;
}
form .form-item label {
    padding-bottom: 2px;
}
form .form-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

#candidate-messages-wrapper {
  max-height: 400px;
}
.user-login-form .js-form-type-password {
  width: 100% !important;
  margin-left: 0;
}
#views-form-job-offers-page-1 .views-field-views-bulk-operations-bulk-form .form-item {
    width: 60px;
    margin-right: 0;
}
.composition.-type-5 .-el-3{
  width: 100%;
  margin-top: -35px;
  margin-bottom: 30px;
}
.composition.-type-5 .-el-4{
  width: 100%;
  margin-bottom: 30px;
}
.composition.-type-5 .-el-5{
  width: 100%;
}
.green-but {
    transform: translate(40px, 0) !important;
}
.home-fold2 .order-2{
  margin-bottom: 50px;
}

form .form-item.js-form-type-email, form .form-item.confirm-parent {
    margin-left: 0;
}
.form-content {
    padding-top: 30vh !important;
}
.registerheader .form-content {
  padding-top: 10vh !important;
}

.registerheader .form-content {
  padding-top: 15vh !important;
}
.eye-close.shwpd,
.eye-open.shwpd{
  top:14px;
}
form .form-item.js-form-type-email, form .form-item.confirm-parent, .user-register-form .form-item-pass-pass2{
  margin-left:0px;
}
.form-page-wrap .bg-white{
  max-width: 100%;
}
.register .form-content, .register-inst .form-content{
  width: 100vw;
  padding:0px;
}
.user-register-form{
  float: inherit !important;
}
.g-recaptcha iframe{
  width: 100% !important;
}
.registerheader .lang-dropdown{
  margin-top: 10px;
}
.rounded-ellipse {
    width: 100%;
}
.about-fold2 .views-element-container {
    display: block;
    text-align: center;
    padding-top: 30px;
}
.about-fold2 .col-md-4 {
  width: 100%;
  padding-bottom: 10px;
}
.about-fold2 .col-md-2 {
  padding-top: 60px;
    margin-left: 0px;
    display: inline-block;
    width: 42%;
    margin: 0 4%;
}
.bg-blue1 .footer2 .d-flex{
  display: block !important;
}
.copyright{
  font-size: 13px;
  line-height: 15px;
}
}
@media(max-width: 480px){
  .formation-fold2 .col-lg-4 {
      width: 97%;
  }
  .follow-courses{
    text-align: left;
    padding-left: 20px;
  }
  .formation-page .col-lg-6{
    width:100%;
    float: left;
  }
  .formation-fold1 .swiper-slide{
    display: block;
  }
  .formation-fold1 .slide-title{
    margin-top: 20px;
  }
  .course-small-image {
    bottom: 12% !important;
  }
  .toogle-icon {
    margin-right: 10px;
}
.resp-menu img{
  max-width: 70%;
}

}
@media(max-width: 400px){
  .cookiesjsr-banner--action .allowAll{
    width: 105px !important;
    font-size: 14px !important;
  }
  .cookiesjsr-banner--action .denyAll{
    width: 105px !important;
    font-size: 14px !important;
    margin-right: 10px !important;
  }
  .medical-instituition-num {
    font-size: 3rem !important;
    line-height: 5rem;
  }
  .home-back-round img {
    max-width: 335px;
}
  .connect-section #candidates-active-dt .col-info strong, .connect-section #candidates-archived-dt .col-info strong, .connect-section #candidates-closed-dt .col-info strong {
    font-size: 15px !important;
    line-height: 15px !important;
}
.jobs-section .create-job a{
  top: 105px;
  right: inherit;
  left: 20px;
}
.notif-widget .dropdown-menu:after, .notif-widget .dropdown-menu:before {
  left:90%;
}
  .notif-widget .navbar-nav .dropdown-menu{
    width: 100%;
  }
  .medical-instituition-text {
    font-size: 1rem !important;
    line-height: 1rem !important;
    width: 132px;
    text-align: center;
    padding-left: 20px;
}
.connect-section #status-tabs .status-tab a {
    padding: 0px 20px 10px 20px !important;
}
  .medical-instituition {
    top: 4%;
    right: -4%;
}
.physicians{
  right: 77px;
}
.hospitals{
  right: 147px;
}
.student {
  top: 42%;
  right: 213px;
}
.student-num {
    font-size: 1.7rem !important;
    line-height: 3rem !important;
}
.student-text {
    font-size: 0.8rem !important;
    line-height: 0.9rem !important;
}
.stakeholders-num {
    font-size: 1.4rem !important;
    line-height: 3rem;
}
.stakeholders-text {
    font-size: 0.55rem !important;
    line-height: 0.8rem !important;
}
.physicians-num {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .physicians-text {
    font-size: 0.7rem !important;
}
.stakeholders{
  right: 143px;
  top: 55px;
}
.hospitals-num {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
}
.hospitals-text {
    font-size: 0.7rem !important;
}
.header .header-menu {
    width: calc(100vw - 0px) !important;
    max-width: 100%;
}
.fright-image img{
  width: 80%;
  height: auto;
  float: right;
}
.test-image > img {
    height: 740px;
  }
  .footer .pt-40{
    padding-top: 10px;
  }
  .header__logo img{
    max-width: 80%;
  }
  .connect-section #status-tabs .status-tab {
    font-size: 11px;
    line-height: 14px;
    border: none;
    padding: 0px;
}
.bg-rounded {
    background-size: 90% !important;
    width: auto !important;
}
}
@media(max-width: 360px){
  .tabs__controls a{
    font-size: 12px;
  }
  #rc-anchor-container{
   width: 200px !important;
  }
  .g-recaptcha iframe{
    width:200px!important;
  }
  .tabs-general a{
    height:35px !important;
  }
}
@media(max-width: 330px){
  .home-back-round img{
    max-width: 300px;
    margin-left: -16px;
  }
  .green-but{
    transform: inherit !important;
  }
  .stakeholders {
    right: 123px;
    top: 50px;
}
.physicians {
  right: 65px;
}
.hospitals {
  right: 125px;
}
.student {
  right: 186px;
}
}

@media (min-width: 200px){
.register .col-lg-11,
.register-inst .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}
}

.captcha{
  height: 105px;
  float: left;
}

#block-cookiesui{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #364455;
  color: #ffffff;
  z-index: 999;
}
.cookiesjsr-banner{
  padding: 20px 0;
}

.cookiesjsr--app{
  position: relative;
}
.cookiesjsr-banner--action{
  position: absolute;
  right: 0px;
  bottom: 22px;
}
.cookiesjsr-banner--action .denyAll{
  border:1px solid #fff;
  font-family: "lato regular";
  letter-spacing: 0px;
  color: #fff !important;
  width:119px;
  height:40px;
  font-size: 16px;
  line-height: 17px;
  border-radius: 25px;
  margin-right:20px;
}
.cookiesjsr-banner--action .allowAll{
  border: 1px solid #B9D63E;
  text-align: center;
  font-family: "lato regular";
  letter-spacing: 0px;
  color: #fff !important;
  width:119px;
  height:40px;
  font-size: 16px;
  line-height: 17px;
  border-radius: 25px;
  background: #B9D63E 0% 0% no-repeat padding-box;
}
#block-cookiesui h2{
  font-family: "gilroy extrabold";
  font-size: 18px;
  color:#fff;
}
.cookiesjsr-banner--text{
  font-size: 16px;
}