/* ---------------------------------------
Custom CSS
background-color:#282b2f;
background-color:#2b333d;

blue #64b5f6
darkblue #709cd3
--------------------------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap'); */
@import url("../css2");
@import url("../css2-1");
/* @import url('../css2-1'); */

button,
button:focus {
  outline: none;
}

body {
  /* font-family: "Nunito Sans", arial, sans-serif; */
  /* font-family: "Raleway", arial, sans-serif; */
  font-family: "Rubik", arial, sans-serif;
  /* font-weight: 400; */
  font-weight: 300;
}

a {
  color: #00bfa5;
}
a:hover {
  color: #009688;
}

iframe {
  border: 0px;
}

#online-booking-widget {
  z-index: 2001 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* font-family: "Bitter", arial, sans-serif; */
  /* 	font-family: "Source Serif Pro", arial, sans-serif;
	font-weight: 300; */
  /* font-family: "Source Serif Pro", arial, sans-serif; */
  /* font-family: "Lora", arial, sans-serif; */
  /* font-family: "Nunito Sans", arial, sans-serif; */
  font-family: "Raleway", arial, sans-serif;
  /* font-family: "Rubik", arial, sans-serif; */
  /* font-weight: 400; */
  font-weight: 300;
}

h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 567px) {
  h1,
  .h1 {
    font-size: 28px;
    margin: 15px 0 15px 0 !important;
    font-weight: 400;
  }
  h2,
  .h2 {
    font-size: 22px;
    font-weight: 400;
  }
  h3,
  .h3 {
    font-size: 22px;
    font-weight: 400;
  }
  h4,
  .h4 {
    font-size: 22px;
    font-weight: 400;
  }
  h5,
  .h5 {
    font-size: 18px;
    font-weight: 400;
  }
  h6,
  .h6 {
    font-size: 18px;
    font-weight: 400;
  }
}

a:focus,
a:hover,
button:focus,
button:hover,
.button:focus,
.button:hover {
  text-decoration: none;
  outline: none;
}

.fullpage-header a {
  cursor: pointer;
}

a.direction-tab-btn {
  cursor: pointer;
}

.delimitter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* Fullpage header */
.fullpage-header {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 15px;
  right: 15px;
  height: 70px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.fullpage-header button,
.modal-fullpage-header button,
.fullpage-header a.button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
  transition: all 0.1s ease-out 0s;
}
.fullpage-header button:hover,
.modal-fullpage-header button:hover,
.fullpage-header a.button:hover {
  transform: translate3d(0, -4px, 0);
  transition: all 0.4s ease-out 0s;
  color: #fff;
}
.fullpage-header button span,
.modal-fullpage-header button span,
.fullpage-header a.button span {
  display: inline-block;
  margin-left: 5px;
  line-height: 19px;
  text-transform: uppercase;
  /* font-size:11px; */
  font-size: 13px;
  font-weight: 500;
}
.modal-fullpage-header button,
.modal-fullpage-header a.button {
  font-size: 28px;
}
.modal-fullpage-header button i,
.modal-fullpage-header a.button i {
  display: inline-block;
  transform: translate3d(0, 3px, 0);
  font-size: 28px;
}
/* @media screen and (max-width: 576px) { */
@media screen and (max-width: 768px) {
  .fullpage-header button span,
  .modal-fullpage-header button span,
  .fullpage-header a.button span {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1350px) {
  .fullpage-header button span,
  .modal-fullpage-header button span,
  .fullpage-header a.button span {
    display: none;
  }
}

.fullpage-header .top-logo {
  display: inline-block;
  position: relative;
  margin-left: 25px;
}
.fullpage-header .top-logo img {
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  height: 40px;
  width: auto;
  transition: all 0.1s ease-out 0s;
}
.fullpage-header .top-logo.top-logo-index img {
  display: none;
}
.fullpage-header .top-logo img:hover {
  transform: translate3d(0, -4px, 0);
  transition: all 0.4s ease-out 0s;
}
@media screen and (max-width: 1200px) {
  .fullpage-header .top-logo {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .fullpage-header .top-logo {
    display: inline-block;
  }
}
.fullpage-header .top-menu > div {
  display: inline-block;
  /* 		padding:0 15px;
		color:#fff;
		line-height:19px;
		text-transform:uppercase;
		font-size:12px;
		font-weight:600; */
  transition: all 0.1s ease-out 0s;
}
.fullpage-header .top-menu > div:hover {
  /* transform: translate3d(0, -4px, 0); */
  /* background-color:rgba(0,0,0,0.7); */
  transition: all 0.4s ease-out 0s;
}
.fullpage-header .top-menu > div > a,
.fullpage-header .top-menu > div > span {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.1s ease-out 0s;
}
/* 		.fullpage-header .top-menu>div>a:hover{
			background-color:rgba(0,0,0,0.7);
			transition: all 0.1s ease-out 0s;
		} */
.fullpage-header .top-menu > span {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  line-height: 19px;
  font-size: 12px;
}

.fullpage-header .top-menu__supermenu-container {
  /* position:relative; */
}
.fullpage-header .top-menu__supermenu-container a {
  display: inline-block;
  position: relative;
}
.fullpage-header .top-menu__supermenu-container .supermenu__triangle {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(27, 29, 31, 0.95);
}
.top-menu__supermenu-container .supermenu {
  display: none;
  /* display:block; */
  position: absolute;
  left: 0px;
  right: 0px;
  top: 70px;
  /* background-color:rgba(0,0,0,0.7); */
  /* 		padding:20px 30px;
		min-height: calc(100vh - 70px); */
  transition: all 0.1s ease-out 0s;
}
.top-menu__supermenu-container:hover .supermenu,
.top-menu__supermenu-container:hover .supermenu__triangle {
  display: block;
  transition: all 0.1s ease-out 0s;
}

.supermenu__film {
  position: relative;
  padding: 20px 30px;
  min-height: calc(100vh - 70px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.supermenu__film:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 29, 31, 0.95);
}

/* 		.supermenu nav > ul > li {
			clear: left;
			position: relative;
			text-align: left;
			list-style: none;
		}
			.supermenu nav span {
				position: relative;
				padding: 0 40px 0 0;
				text-align: left;
				min-width:260px;
				height:30px;
				margin-bottom:5px;
			}
			.supermenu nav span:after{
				content: "\f054";
				display: block; 
				position: absolute;
				font-family: "Font Awesome 5 Pro";
				font-weight: 300;
				top: -3px;
				right: 0;
				color: #FFF;
				font-size:16px;
			}	

		.supermenu nav a{
			display: inline-block; 
			color: #FFF;
			font-size:19px;
			line-height:30px;
		}
			
		.supermenu nav > ul > li ul {
			 display: none;   
		}

		.supermenu nav > ul > li:hover ul {
			display: block;
		}

		.supermenu nav > ul > li ul {
			position: absolute;
			left: 100px;
			top: 0;
		}

		.supermenu nav > ul > li ul li {
			display: block;
			min-width:200px;
		} */

/* 		.fullpage-header .top-menu .supermenu .supermenu__item{
			padding:0 40px 5px 0;
			text-align:left;
			position:relative;
		}	
		.fullpage-header .top-menu .supermenu a{
			display:inline-block; 
			color:#FFF;
		}
			.fullpage-header .top-menu .supermenu .supermenu__item:after{
				content: "\f054";
				font-family: "Font Awesome 5 Pro";
				font-weight: 300;
				display:block; 
				position:absolute;
				top:0;
				right:0;
				color:#FFF;
			}	 */

.fullpage-header .top-menu__submenu-container {
  position: relative;
}
.fullpage-header .top-menu__submenu-container a {
  display: inline-block;
  position: relative;
}
.fullpage-header .top-menu__submenu-container .submenu__triangle {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(27, 29, 31, 0.95);
}
.top-menu__submenu-container .submenu {
  display: none;
  position: absolute;
  left: -15px;
  top: 70px;
  background-color: rgba(27, 29, 31, 0.95);
  padding: 20px 30px;
  min-width: 300px;
  transition: all 0.1s ease-out 0s;
}
.top-menu__submenu-container:hover .submenu,
.top-menu__submenu-container:hover .submenu__triangle {
  display: block;
  transition: all 0.1s ease-out 0s;
}

.fullpage-header .top-menu .submenu > div {
  padding: 0 0 5px 0;
  text-align: left;
}
.fullpage-header .top-menu .submenu a {
  display: inline-block;
  text-align: left;
  color: #fff;
}

.top-menu__submenu-container .submenu2 {
  display: none;
  position: absolute;
  left: -15px;
  top: 70px;
  background-color: rgba(27, 29, 31, 0.98);
  padding: 20px 0px;
  min-width: 300px;
  transition: all 0.1s ease-out 0s;
}
.top-menu__submenu-container:hover .submenu2 {
  display: block;
  transition: all 0.1s ease-out 0s;
}

.fullpage-header .top-menu .submenu2 > div {
  padding: 0;
  text-align: left;
}
.fullpage-header .top-menu .submenu2 a {
  display: inline-block;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .fullpage-header .top-menu .submenu2 a {
    line-height: 30px;
  }
}
.fullpage-header .top-menu a {
  position: relative;
}

.fullpage-header .top-menu .top-menu__item > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.fullpage-header .top-menu .top-menu__item > a.active::before,
.fullpage-header .top-menu .top-menu__item > a:hover::before {
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}

.fullpage-header .top-menu .submenu a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
/* 	.fullpage-header .top-menu .supermenu a:hover::before {
		transition: all 0.3s ease-out 0s;
		opacity:1;
	}
	
	.fullpage-header .top-menu .supermenu a::before {
		content:"";
		display:block;
		position:absolute;
		bottom:1px;
		left:0;
		right:0;
		border-bottom:1px solid #fff;
		transition: all 0.3s ease-out 0s;
		opacity:0;
	} */
.fullpage-header .top-menu .submenu a:hover::before {
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .fullpage-header .top-menu a {
    padding: 0 15px;
  }
  .fullpage-header .top-menu span {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .fullpage-header .top-menu {
    display: none;
  }
}

/* Fullpage btn arr */
.fullpage-section__intro-btn {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  border: none;
  margin: 0 8px 16px 8px;
  padding: 0 16px;
  border-radius: 30px;
  text-align: center;
  min-height: 46px;
  width: 276px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 400;
  overflow: visible;
  -webkit-appearance: none;
}
.fullpage-section__intro-btn-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  border-radius: 99px;
  transition: background-color 0.4s;
}
.fullpage-section__intro-btn-background.alpha {
  background-color: rgba(255, 255, 255, 0.6);
}
.fullpage-section__intro-btn-text {
  display: inline-block;
  position: relative;
  right: -8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding-right: 0;
  color: #151515;
  transition:
    right 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.fullpage-section__intro-btn:hover .fullpage-section__intro-btn-text {
  transform: translate3d(-4px, 0, 0);
  right: 0;
  text-decoration: none;
}
.fullpage-section__intro-btn-arrow {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-size: 16px 16px;
  color: #151515;
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  opacity: 0;
}
.fullpage-section__intro-btn:hover .fullpage-section__intro-btn-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.fullpage-section__intro-btn-arrow .icon-arrow {
  width: 16px;
  height: 16px;
}

/* Direction tab btn arr */
.direction-tab-btn {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  border: none;
  margin: 0 8px 16px 8px;
  padding: 0 25px;
  border-radius: 30px;
  text-align: center;
  min-height: 46px;
  min-width: 100px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 400;
  overflow: visible;
  -webkit-appearance: none;
}
.direction-tab-btn-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #f4f4f4;
  border-radius: 99px;
  transition: background-color 0.4s;
}
.direction-tab-btn-background.alpha {
  background-color: rgba(244, 244, 244, 0.6);
}

.direction-tab-btn:hover .direction-tab-btn-background {
  background-color: #fafafa;
}
.direction-tab-btn.active .direction-tab-btn-background {
  background-color: #00bfa5;
}

.direction-tab-btn-text {
  display: inline-block;
  position: relative;
  right: -8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding-right: 0;
  color: #151515;
  transition:
    right 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.direction-tab-btn:hover .direction-tab-btn-text {
  transform: translate3d(-4px, 0, 0);
  right: 0;
  text-decoration: none;
}
.direction-tab-btn-arrow {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-size: 16px 16px;
  color: #151515;
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  opacity: 0;
}
.direction-tab-btn:hover .direction-tab-btn-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.direction-tab-btn-arrow .icon-arrow {
  width: 16px;
  height: 16px;
}
/* teal */
.direction-tab-btn.teal .direction-tab-btn-background {
  background-color: #00bfa5;
}
.direction-tab-btn.teal .direction-tab-btn-arrow,
.direction-tab-btn.teal .direction-tab-btn-text {
  color: #fff;
}
.direction-tab-btn.teal:hover .direction-tab-btn-background,
.direction-tab-btn.teal.active .direction-tab-btn-background {
  background-color: #009688;
}
/* gray */
.direction-tab-btn.gray .direction-tab-btn-background {
  background-color: #607d8b;
}
.direction-tab-btn.gray .direction-tab-btn-arrow,
.direction-tab-btn.gray .direction-tab-btn-text {
  color: #fff;
}
.direction-tab-btn.gray:hover .direction-tab-btn-background,
.direction-tab-btn.gray.active .direction-tab-btn-background {
  background-color: #546e7a;
}

@media screen and (min-width: 1200px) {
  .direction-tab-btn {
    min-width: 230px;
  }
}
@media screen and (max-width: 567px) {
  .direction-tab-btn {
    margin: 0 15px 15px 0px;
    padding: 0 15px;
    border-radius: 30px;
    min-height: 46px;
    min-width: 50px;
    max-width: 100%;
  }
  .direction-tab-btn-text {
    right: -8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word;
  }
}

/* Mini btn arr */
.mini-btn {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  border: none;
  margin: 15px 0 0 0;
  padding: 0 25px;
  border-radius: 30px;
  text-align: center;
  min-height: 30px;
  min-width: 100px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 400;
  overflow: visible;
  -webkit-appearance: none;
}
.mini-btn-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #f4f4f4;
  border-radius: 99px;
  transition: background-color 0.4s;
}

.mini-btn:hover .mini-btn-background {
  background-color: #fafafa;
}
.mini-btn.active .mini-btn-background {
  background-color: #00bfa5;
}

.mini-btn-text {
  display: inline-block;
  position: relative;
  right: -8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding-right: 0;
  color: #151515;
  transition:
    right 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.mini-btn:hover .mini-btn-text {
  transform: translate3d(-4px, 0, 0);
  right: 0;
  text-decoration: none;
}
.mini-btn-arrow {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-size: 16px 16px;
  color: #151515;
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  opacity: 0;
}
.mini-btn:hover .mini-btn-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.mini-btn-arrow .icon-arrow {
  width: 16px;
  height: 16px;
}

/* Contacts */

.fullpage-section__intro-contacts {
  display: inline-block;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 30px 30px 0;
  vertical-align: top;
}
.fullpage-section__intro-contacts-content {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .fullpage-section__intro-contacts {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    vertical-align: top;
  }
  .fullpage-section__intro-contacts .h3 {
    text-align: center;
  }
  .fullpage-section__intro-contacts-content {
    max-width: 220px;
    margin: 0 auto 30px auto;
  }
}

.fullpage-section__intro-contacts-social-link > a,
.fullpage-section__intro-contacts-social-link > div {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #ccc;
  font-size: 25px;
  transition: all 0.1s ease-out 0s;
}
.fullpage-section__intro-contacts-social-link > :hover {
  transform: translate3d(0, -4px, 0);
  transition: all 0.4s ease-out 0s;
  color: #fff;
}

/* Footer */

.fullpage-footer {
}
.fullpage-footer__pay-icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.fullpage-footer__pay-icons > img {
  display: inline-block;
  margin: 0 5px 15px 5px;
  width: auto;
  height: 26px;
}
.fullpage-footer__pay-icons > img.doubleheight {
  width: auto;
  height: 40px;
}

.fullpage-footer__pay-icon {
  width: 75px;
  margin: 10px;
  background-color: #fff;
  border-radius: 8px;
  padding: 3px;
}
.fullpage-footer__pay-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .fullpage-footer__pay-icons {
    justify-content: center;
  }
}

/* DiALOG		 */
.modal-dialog.modal-dialog-fullpage {
  max-width: none;
  width: 100%;
  margin: 0;
}
.modal-dialog.modal-dialog-fullpage .modal-content {
  width: 100%;
  min-height: 100vh;
  /* background-color:#282b2f; */
  background-color: rgba(27, 29, 31, 0.95);
  color: #fff;
  border: 0px;
}
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.modal-header .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
}

.modal-dialog .top-logo img {
  display: block;
  /* 			position:absolute;
			top: 0;
			left: 30px; */
  height: 40px;
  width: auto;
  transition: all 0.1s ease-out 0s;
}
.modal-dialog .top-logo.top-logo-index img {
  display: none;
}
.modal-dialog .top-logo img:hover {
  transform: translate3d(0, -4px, 0);
  transition: all 0.4s ease-out 0s;
}
.modal-footer {
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
}

.modal-body .burger-menu a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  margin: 0 30px 15px 0;
  color: rgba(255, 255, 255, 0.5);
}
.modal-body .burger-menu a.h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .modal-body .burger-menu a.h4 {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
  }
}

.modal-body .burger-menu a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.modal-body .burger-menu a:hover::before {
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}

.modal-body .burger-menu .row:hover a {
  color: rgba(255, 255, 255, 1);
}
.modal-body .burger-menu .row:hover a.h4 {
  color: rgba(255, 255, 255, 1);
}

.modal-body .call-modal a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  margin: 0 30px 15px 0;
  color: rgba(255, 255, 255, 0.5);
}
.modal-body .call-modal .h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .modal-body .call-modal .h4 {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
  }
}

.modal-body .call-modal a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.modal-body .call-modal a:hover::before {
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}

.modal-body .call-modal .row:hover a {
  color: rgba(255, 255, 255, 1);
}
.modal-body .burger-menu .row:hover .h4 {
  color: rgba(255, 255, 255, 1);
}

.modal-body .search-input input {
  height: 50px;
  width: 100%;
  border: none;
  padding: 0 15px;
  padding-right: 30px;
  border-bottom: 1px solid #ebebeb;
}
.modal-body .search-input button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 14px;
  background: transparent;
  color: #323232;
  border: 0;
}

.direction-link {
  display: block;
  padding: 0 0 20px 25px;
  font-size: 18px;
  position: relative;
  color: #282b2f;
  transition: all 0.2s;
}
.direction-link.white-link {
  text-align: left;
  color: #fff;
}
.direction-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /* background-color:#24364d; */
  /* background-color: rgba(36,54,77,0.3); */
  background-color: #ccc;
  top: 6px;
  left: 0;
  transition: all 0.2s;
}
.direction-link:hover {
  /* padding:0 0 20px 30px; */
  color: #000;
  transition: all 0.2s;
}
.direction-link.white-link:hover {
  color: #00bfa5;
}
.direction-link:hover:before,
.direction-link.active:before {
  /* background-color: rgba(36,54,77,0.99); */
  background-color: #00bfa5;
  transition: all 0.2s;
}

.direction-link-arrow {
  display: inline-block;
  position: relative;
  width: 0px;
  height: 16px;
  /* border-left:1px solid #f00; */
  top: 3px;
  /* 		width: 16px;
		height: 16px;
		line-height: 16px;
		background-size: 16px 16px;
		color: #151515; */
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  /* opacity: 0.05; */
  opacity: 0;
}
.direction-link:hover .direction-link-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.direction-link-arrow .icon-arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .direction-link:before {
    background-color: #00bfa5;
  }
}

.price-table {
  border: 1px solid #e0f2f1;
}
.price-table__title-col,
.price-table__price-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.price-table__dark {
  background-color: #e0f2f1;
  /* background-color: rgba(141, 183, 236, 0.5); */
}
.price-table__title {
  font-size: 16px;
  font-weight: 500;
}
.price-table__desc {
  font-size: 14px;
  font-style: italic;
}
.price-table__price {
  font-size: 18px;
  font-weight: 500;
}

.buy-btn {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  border: none;
  margin: 0 10px;
  padding: 0 25px;
  border-radius: 30px;
  text-align: center;
  min-height: 46px;
  min-width: 100px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 400;
  overflow: visible;
  -webkit-appearance: none;
}
.buy-btn-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #f4f4f4;
  border-radius: 99px;
  transition: background-color 0.4s;
}

.buy-btn:hover .buy-btn-background {
  /* background-color:#64b5f6; */
  background-color: #fafafa;
}

.buy-btn-text {
  display: inline-block;
  position: relative;
  right: -8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding-right: 0;
  color: #151515;
  transition:
    right 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.buy-btn:hover .buy-btn-text {
  transform: translate3d(-4px, 0, 0);
  right: 0;
  text-decoration: none;
}
.buy-btn-arrow {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-size: 16px 16px;
  color: #151515;
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  opacity: 0;
}
.buy-btn:hover .buy-btn-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.buy-btn-arrow .icon-arrow {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .price-table__title-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .price-table__price-col {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}

.doc-card {
  border: 1px solid #00bfa5;
  padding: 15px;
  margin-bottom: 30px;
}
.doc-card__img {
  display: block;
  position: relative;
}
.doc-card__img img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.doc-card__img-title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 20%
  );
  padding: 25px 15px 10px 15px;
  color: #fff;
}
.doc-card__img-title-light {
  padding: 15px 15px 10px 15px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 20%
  );
}
.doc-card__img-title:hover {
  color: #fff;
}
.doc-card__name {
  font-size: 20px;
  font-weight: 500;
}
.doc-card__position {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .doc-card__name {
    font-size: 17px;
    font-weight: 500;
  }
  .doc-card__position {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
  }
}

/* selects	 */

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 20px;
  padding: 12px 20px 12px 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image:
    url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2300bfa5%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 100%);
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position:
    left 0.7em top 50%,
    0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* breadcrumbs */
.topmobilenav {
  /* 	float: left;
	width: 100%;
	overflow-x: scroll; */
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.topmobilenav > a {
  scroll-snap-align: start;
}

/* 	.topmobilenav>div{
		flex-wrap: nowrap !important;
	}	
	.topmobilenav>div>a{
		white-space: nowrap;
	}
	.topmobilenav>a{
		white-space: nowrap;
	} */
.topmobilenav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #fff;
}
.topmobilenav::-webkit-scrollbar {
  height: 6px;
  background-color: #fff;
}
.topmobilenav::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#breadcrumb {
  /* 	float: left;
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 8px; */
}
/* 	#breadcrumb::-webkit-scrollbar-track{
		background-color: #fff;
	}
	#breadcrumb::-webkit-scrollbar{
		height: 6px;
		background-color: #fff;
	}
	#breadcrumb::-webkit-scrollbar-thumb{
		background-color: #ccc;
	} */
/* 	.breadcrumb{
		flex-wrap: nowrap !important;
	}	 */
.breadcrumb {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.breadcrumb::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #fff;
}
.breadcrumb::-webkit-scrollbar {
  height: 6px;
  background-color: #fff;
}
.breadcrumb::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.breadcrumb-item {
  white-space: nowrap;
  scroll-snap-align: start;
  /* scroll-snap-align: revert; */
}

.page__title-breadcrumb {
  height: 30px;
}
.page__title-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page__title-breadcrumb .breadcrumb-item {
  font-size: 12px;
  /* text-transform: capitalize; */
  color: #444;
  font-weight: 500;
}
/* .page__title-breadcrumb .breadcrumb-item a {
  color: #405fd4;
}
.page__title-breadcrumb .breadcrumb-item a:hover {
  color: #9e40d4;
} */
.page__title-breadcrumb .breadcrumb-item.active {
  color: #444;
}
.page__title-breadcrumb .breadcrumb-item.active::before {
  color: #444;
}

/* direction_rectangle	 */
.direction-rectangle {
  position: relative;
  padding-top: 75%;
  margin-bottom: 30px;
}
.direction-rectangle > a {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.direction-rectangle > a .direction-rectangle__bg {
  display: block;
  opacity: 0;
  transition: all 0.2s;
}
.direction-rectangle > a:hover .direction-rectangle__bg {
  display: block;
  opacity: 1;
  transition: all 0.2s;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.direction-rectangle > a:hover .direction-rectangle__bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0.6);
}

.direction-rectangle > a .direction-rectangle__content {
  display: block;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  /* background: transparent; */
  /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 20%); */
  padding: 25px 15px 10px 15px;
  color: #ddd;
}
.direction-rectangle > a .direction-rectangle__content-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 1720px) {
  .direction-rectangle > a .direction-rectangle__content-title {
    font-size: 27px;
  }
  .direction-rectangle > a .direction-rectangle__content {
    font-size: 18px;
    padding: 25px 15px 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  .direction-rectangle > a .direction-rectangle__content-desc {
    display: none;
  }

  .direction-rectangle {
    position: static;
    padding-top: 0;
    margin-bottom: 0px;
  }

  .direction-rectangle > a {
    display: block;
    position: static;
    z-index: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-top: 0px solid rgba(255, 255, 255, 0.12);
    border-left: 0px solid rgba(255, 255, 255, 0.12);
    border-right: 0px solid rgba(255, 255, 255, 0.12);
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  }

  .direction-rectangle > a .direction-rectangle__content {
    display: block;
    position: static;
    z-index: 0;
    left: auto;
    right: auto;
    bottom: auto;
    background: transparent;
    padding: 0;
    color: #ddd;
  }

  .direction-rectangle > a .direction-rectangle__content-title {
    padding: 15px 0;
  }
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-responsive {
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 100%;
  overflow: auto;
}
.table-responsive .pure-table {
  min-width: 100%;
}
.table-responsive .pure-table thead {
  /* 		background-color: #e0e0e0;
		color: #000; */
  background-color: transparent;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
}
.table-responsive .pure-table thead tr {
  /* background-color: #e0e0e0 !important; */
  background-color: transparent !important;
}
.table-responsive .pure-table {
  empty-cells: show;
  /* border: 1px solid #cbcbcb; */
  border: 0px solid transparent;
}
.table-responsive .pure-table,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-responsive .pure-table td:first-child,
.table-responsive .pure-table th:first-child {
  border-left-width: 0;
}
.table-responsive .pure-table th,
.table-responsive .pure-table td {
  padding: 0.5em 1em;
  border-left: 2px solid #000;
}
.table-responsive .pure-table td,
.table-responsive .pure-table th {
  /* border-left: 1px solid #cbcbcb; */
  /* border-width: 0 0 0 1px; */
  font-size: 16px;
  color: #fff;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
  vertical-align: top;
}

.table-responsive .pure-table th.accent {
  /* background-color:#f4511e; */
  background-color: #37474f;
  color: #fff;
  font-weight: 500;
}
.table-responsive .pure-table td,
.table-responsive .pure-table th {
  /* border-left: 1px solid rgba(255,255,255,0.3); */
  background-color: transparent;
}

@media (max-width: 768px) {
  .table-responsive .pure-table td,
  .table-responsive .pure-table th {
    font-size: 14px;
    color: #fff;
    padding: 0.5em 1em;
  }
}

.table-responsive .pure-table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-staff-link {
  display: block;
  /* padding-top:10px; */
}

.table-col {
  width: 12.5%;
}

.table-group {
  font-size: 14px !important;
}
.table-group strong {
  font-size: 16px !important;
  font-weight: 600;
}
@media (max-width: 768px) {
  .table-group {
    font-size: 12px !important;
  }
  .table-group strong {
    font-size: 12px !important;
    font-weight: 500;
  }
}

.table-group-1 {
  background-color: #79a4dc;
  padding: 8px 5px;
  min-height: 75px;
  /* min-height:140px; */
}
.table-group-2 {
  background-color: #eb8789;
  padding: 8px 5px;
  min-height: 75px;
  /* min-height:140px; */
}
.table-group-3 {
  /* background-color:#e1ad80; */
  background-color: #f6e04a;
  padding: 8px 5px;
  min-height: 75px;
  /* min-height:140px; */
}
.table-group-4 {
  background-color: #b8d8a6;
  padding: 8px 5px;
  min-height: 75px;
  /* min-height:140px; */
}
.table-group-5 {
  background-color: #d3a6d8;
  padding: 8px 5px;
  min-height: 75px;
  /* min-height:140px; */
}

.table-responsive .pure-table td.table-group,
.table-responsive .pure-table th.table-group {
  /*     border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px; */
  font-size: inherit;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: #000;
  text-align: center;
  /* padding:15px 5px; */
  /* border:2px solid transparent; */
  /* border:2px solid #111; */
  border: 0px solid #111;
  /* border-bottom:1px solid transparent; */
  /* border-bottom:1px solid #cbcbcb !important; */
}

.table-responsive .pure-table td.table-group.active {
  /* background-color:#FFF; */
  /* background-color: rgba(255,255,255,0.9); */
  /* border:2px solid #000 !important; */

  /* 	border-top:2px solid #000 !important;
	border-left:2px solid #000 !important;
	border-right:2px solid #000 !important;
	border-bottom:2px solid #000 !important; */

  /* padding:15px 5px; */
  /* border-top:2px dotted rgba(0,0,0,0.3); */
  border-left: 2px dotted rgba(0, 0, 0, 0.3);
  border-right: 2px dotted rgba(0, 0, 0, 0.3);
  /* border-bottom:1px dotted rgba(0,0,0,0.3); */
}

.table-responsive .pure-table td.table-group.active > div {
  padding: 15px 5px;
  background-color: #fff;
  border-bottom: 2px solid #000;
  min-height: 121px;
}

.table-group-rec a {
  color: #000 !important;
}
.table-group-rec a:hover {
  color: #607d8b !important;
}
.table-time {
  text-align: center;
  /* border-bottom:1px solid #cbcbcb !important; */
}

.table-filter {
  background-color: #f4f4f4;
  padding: 20px 20px 0 20px;
}
.table-filter-multifilter {
  padding: 20px 20px 0 20px;
}
.table-filter-multifilter select {
  margin-bottom: 20px;
}
.table-filter select {
  display: inline-block;
  width: 250px;
  height: 28px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.table-filter button {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 30px;
  background-color: #fd5001;
  color: #fff;
  margin-bottom: 20px;
}

.table-filter button {
  width: 250px;
  height: 28px;
}
.table-filter button:hover {
  cursor: pointer;
  background-color: #fd5001;
  color: #fff;
}

.color-pink .table-filter button,
.color-pink .table-filter button:hover {
  background-color: #d70480;
}
.color-green .table-filter button,
.color-green .table-filter button:hover {
  background-color: #187f76;
}

/* basic page navigation */
.basic-pagination ul {
  display: block;
  padding: 0;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}
.basic-pagination ul li.active a {
  border-color: #201f1f;
}
.basic-pagination ul li a {
  height: 35px;
  width: 35px;
  background: transparent;
  color: #201f1f;
  font-size: 12px;
  font-weight: 500;
  line-height: 31px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  border: 2px solid #ebebeb;
}
.basic-pagination ul li a:hover {
  border-color: #201f1f;
}

/*----------------------------------------*/
/*  13. ERROR CSS START
/*----------------------------------------*/
.error__content > span {
  font-size: 12px;
  text-transform: uppercase;
  color: #7b7b7b;
  font-weight: 500;
}
.error__content h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error__content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error__content h2 {
    font-size: 25px;
  }
}
.error__content p {
  margin-bottom: 70px;
}
.error__number h1 {
  font-size: 300px;
  color: #e5e5e5;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error__number h1 {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .error__number h1 {
    font-size: 100px;
  }
}
.error__search input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.error__search input::placeholder {
  color: #8c8c8c;
}
.error__search input:focus {
  border-color: #00bfa5;
}

img.thumbnail,
.thumbnail img {
  width: 100%;
  height: auto;
}

.news-date {
  font-style: italic;
  font-size: 16px;
  padding-bottom: 15px;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  /* color: #6f7172; */
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"],
.checkout-form-list input[type="date"],
.checkout-form-list input[type="time"],
.checkout-form-list input[type="number"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.checkout-form-list .input-group input[type="text"],
.checkout-form-list .input-group input[type="number"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: calc(100% - 36px);
}

/* 	.checkout-form-list.input-group .input-group-prepend{
			flex-direction: column;
			justify-content: center;
			align-items: center;
		} */
.checkout-form-list .input-group .input-group-prepend {
  display: block;
}
.checkout-form-list .input-group .input-group-text {
  /* padding: 0.375rem 0; */
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  width: 36px;
  height: 45px;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #eaedff;
  border-radius: 0;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder,
.checkout-form-list input[type="date"]::-moz-placeholder,
.checkout-form-list input[type="time"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder,
.checkout-form-list input[type="date"]::placeholder,
.checkout-form-list input[type="time"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #00bfa5;
}
@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #00bfa5;
  /* font-size: 30px; */
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  /* color: #6f7172; */
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
  .your-order-table table th,
  .your-order-table table td {
    font-size: 12px;
    padding: 15px 0;
  }
}
.your-order-table table th {
  border-top: medium none;
  /* color: #6f7172; */
  color: #201f1f;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: #00bfa5;
  font-size: 18px;
  font-weight: 500;
}

.checkout-row > div {
  border-bottom: 1px solid #eaedff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-row__strong {
  font-weight: 500;
}
.order-total span {
  color: #009688;
  font-size: 18px;
  font-weight: 500;
}

.checkout_payment_type,
.checkout_delivery_type {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
}
.checkout_payment_type__title,
.checkout_delivery_type__title {
  display: inline-block;
  line-height: 17px;
  float: left;
}
@media (max-width: 468px) {
  .checkout_payment_type__title,
  .checkout_delivery_type__title {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .payment-method .card-header {
    padding: 12px 0;
  }
}

/* text */
.text img {
  display: block;
  /* width:100%; */
  max-width: 100%;
  height: auto;
  margin: 0px 0px 30px 0;
}
.text img.text-left {
  display: inline-block;
  float: left;
  margin: 5px 10px 5px 0;
}
.text img.text-center {
  margin: 0 auto;
}
.text img.text-right {
  display: inline-block;
  float: right;
  margin: 5px 0 5px 10px;
}
.text video {
  max-width: 100%;
  height: auto;
}
.text ul {
  margin-bottom: 15px;
  display: block;
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 25px;
}
.text ol {
  display: block;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 15px 0;
  padding-left: 15px;
}
.text li {
  display: list-item;
}
.text ul li {
  display: list-item;
  list-style-type: disc;
}

.text p {
  display: block;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 30px;
  /* font-weight:400; */
  font-weight: 300;
}

.text.lt p {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  .text p,
  .text.lt p {
    font-size: 16px;
    line-height: 24px;
  }
}

.text p:after {
  content: "";
  display: block;
  clear: both;
}

.text a,
.text p a {
  color: #1e88e5;
  transition: all 0.2s;
  text-decoration: underline;
}
.text a:hover,
.text p a:hover {
  color: #1565c0;
  transition: all 0.2s;
  text-decoration: none;
}
/*     .text p a{
        color:#bb0050;
    }

    .text p a:hover{
        text-decoration:underline;
    } */

.text .row {
  margin-bottom: 20px;
}
.text .row > div {
  padding-bottom: 15px;
}

.text sup,
.text sub {
  vertical-align: baseline;
  position: relative;
  font-size: 0.7em;
  line-height: 1;
}
.text sup {
  bottom: 1.4ex;
}
.text sub {
  top: 0.5ex;
}

.text em {
  font-style: italic;
}

.text b,
.text strong {
  font-weight: 500;
}

.text blockquote {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
  margin-top: 15px;
}
.text blockquote:before {
  content: "\f10e";
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 30px;
  z-index: -1;
  color: #e7e7e7;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.text blockquote:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #1e88e5;
}

.text table {
  border-collapse: collapse;
  max-width: 800px;
  margin: 0 auto 25px auto;
  /* border: 1px solid #333; */
  border-spacing: 0px;
}
.text table tr:nth-child(even) {
  background-color: #ecf0f3;
}

.body-sport .text table tr:nth-child(even) {
  background-color: #333;
}
.body-spa .text table tr:nth-child(even) {
  background-color: #27160e;
}

.text table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}

.text table th {
  padding: 10px 5px;
  font-size: 16px;
  /* font-size:14px; */
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ecf0f3;
}
.text table td {
  padding: 2px 5px;
  font-size: 16px;
  /* font-size:13px; */
  font-weight: normal;
  text-align: left;
  /* border-bottom: 1px solid #cccccc; */
  border: 0px;
}

/*     .text th {
        background-color: #eee;
        border: 1px solid #333;
        padding:4px;
        font-weight:bold;
    }
    .text td {
        border: 1px solid #333;
        padding:4px;
    } */
@media screen and (max-width: 768px) {
  .text table {
    overflow-x: auto;
    display: block;
    font-size: 13px;
  }
}

.body-sport pre {
  color: #78909c;
}

/* Animated mouse scroll */
.scroll-down.absolute-center {
  position: absolute;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.scroll-down:hover {
  opacity: 0.8;
}
.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #ededed;
  text-align: center;
  cursor: pointer;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #ededed;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.gallery-swipe {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap !important;
}
.gallery-swipe a {
  display: block;
  padding-right: 30px;
}
.gallery-swipe a.lastitem {
  padding-right: 0px;
}
.gallery-swipe a img {
  height: 180px;
  width: auto;
}

/* Helpers */

.fs12,
.fs12 p {
  font-size: 12px !important;
}
.fs14,
.fs14 p {
  font-size: 14px !important;
}

.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pr-200 {
  padding-right: 200px !important;
}

.mtn {
  margin-top: 0px !important;
}
.mbn {
  margin-bottom: 0px !important;
}
.mrn {
  margin-right: 0px !important;
}
.mln {
  margin-left: 0px !important;
}
.ptn {
  padding-top: 0px !important;
}
.pbn {
  padding-bottom: 0px !important;
}
.prn {
  padding-right: 0px !important;
}
.pln {
  padding-left: 0px !important;
}

/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}

/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
  margin: 0 auto;
}
.mw800 {
  max-width: 800px !important;
}
.mw850 {
  max-width: 850px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw980 {
  max-width: 980px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1050 {
  max-width: 1050px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}
