@font-face {
    font-family: 'BudidayaRegular';
    src: url('../fonts/BudidayaRegular/Blits-One.eot');
    src: url('../fonts/BudidayaRegular/Blits-One.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BudidayaRegular/Blits-One.woff2') format('woff2'),
         url('../fonts/BudidayaRegular/Blits-One.woff') format('woff'),
         url('../fonts/BudidayaRegular/Blits-One.ttf') format('truetype'),
         url('../fonts/BudidayaRegular/Blits-One.svg#budidayaregular') format('svg');
    font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'MyriadRegular';
    src: url('../fonts/MyriadRegular/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadRegular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadRegular/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadRegular/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadRegular/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadRegular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNovaRegular/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNovaRegular/ProximaNova-Regular.woff2') format('woff2'),
       url('../fonts/ProximaNovaRegular/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNovaRegular/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNovaRegular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('../fonts/ProximaNovaRegular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNovaBold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaBold/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaBold/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNovaBold/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNovaBold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular/Roboto-Regular.eot');
    src: url('../fonts/RobotoRegular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoRegular/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/RobotoRegular/Roboto-Regular.woff') format('woff'),
        url('../fonts/RobotoRegular/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/RobotoRegular/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium/Roboto-Medium.eot');
    src: url('../fonts/RobotoMedium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoMedium/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/RobotoMedium/Roboto-Medium.woff') format('woff'),
        url('../fonts/RobotoMedium/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/RobotoMedium/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
.order-section .order-slider .owl-item.completed::before{
		background-image: url('/TPL/zorb/images/checked.png') !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: 130px !important;
	}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius:0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius:0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius:0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius:0 !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon{
	background-image: none;

}
.ui-datepicker .ui-datepicker-prev{
	    background: url(/TPL/zorb/images/arrow-right.png) no-repeat center center !important;
	    transform:rotate(180deg) !important;
	    cursor:pointer;
}
.ui-datepicker .ui-datepicker-next{
		cursor:pointer;
	    background: url(/TPL/zorb/images/arrow-right.png) no-repeat center center !important;	
}

.custom-select {
  position: relative;
  height:48px;
    padding-left: 50px;
    width: 100%;
    min-width: 100%;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'ProximaNovaRegular',sans-serif;
    font-weight: 400;
    line-height:100%;
}
.custom-select.active-select{
		/*-webkit-box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);*/
	        /*box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);*/
	border-color: #04af38;
	border-right:1px solid #04af38 !important; 
}
.ui-timepicker-standard a:hover{
	border:none;
	border-bottom:1px solid rgba(0,0,0,.1) !important;
}
.select-span{
	text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 100%;
    width: 43px;
    height:100%;
    border-right: 1px solid #ccc;
    line-height: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 20px;
}
.select-span.select-span-active{
	color: #04af38;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color:#fff;
  height:100%;
  border:none;
display:flex;
align-items:center;	
  height: 100%;
  cursor: pointer;
  user-select: none;
  padding: 0;
  text-align:left;
  color:#ccc;
}
/*style the items (options), including the selected item:*/
.select-items div {
  color: #000;
  padding:0 10px;
  height:29px;
  text-align:left;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  cursor:pointer;
   z-index: 99;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.owl-nav.active-nav{
	z-index:-1;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top:100%;
  left: 0;
  height: 116px;
  overflow:auto;
  right: 0;
  border-top:1px solid #04af38 !important; 
  border:1px solid rgba(0,0,0,.1);
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

html, body{
	padding: 0px;
	height: 0px;
}

body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	width: 100%;
}

* {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

img{
	display: block;
	width: 100%;
}

.wrapper{
	width: 80%;
	margin: 0 auto;
	height: 100%;
	max-width: 1500px;
}

header {
	position: fixed;
	height: 110px;
	width: 100vw;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0, 0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}
header nav {
	height: 100%;
}
header nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}

header nav ul li{
	margin: 0px 3%;
}

header nav ul li a{
	display: block;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-family: 'MyriadRegular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
header nav ul li a p{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	font-size: 20px;
	color: #04af38;
	font-family: 'MyriadRegular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	overflow: hidden;
	width: 0px;
	white-space: nowrap;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
header nav ul li.active p{
	width: 100%;
}
header nav ul li:hover a p{
	width: 100%;
}



.main-page .main-banner{
	position: relative;
	/*background: url('/TPL/zorb/images/main-bg.jpg') no-repeat center center;*/
	background: transparent;
	background-size: cover;
	height: calc(100vh + 60px);
	padding-top: 120px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 80px;
}
.main-page .main-banner.thankyou{
	/*height: 100vh;*/
	background: url('/TPL/zorb/images/header-bg.jpg') no-repeat center center;
	background-size: cover;
}


.main-page .main-banner .right-side{
	position: absolute;
	width: 90px;
	height: 98px;
	right: 22px;
	top: 40px;
	z-index: 2;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}

.main-page .main-banner .right-side .currency {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 42px;
	height: 43px;
	background: #B29400 url('/TPL/zorb/images/quote-bg.jpg') no-repeat center 0px;
	background-size: auto;
	border-radius: 25px;
	border: 2px solid #D8B400;
	padding: 2px;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	        box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	margin-bottom: 5px;
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.main-page .main-banner .right-side .currency span{
	position: absolute;
	display: inline-block;
	background: #ffd810;
	left: 2px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold', sans-serif;
	cursor: default;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	        box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	cursor: pointer;
	transition: all 0.2s linear;
}
.main-page .main-banner .right-side .currency span.active{
	left: calc(100% - 37px);
	z-index: 1;
}

.main-page .main-banner .right-side .language{
	position: absolute;
	/*display: block;*/
	bottom: 0px;
	right: 0px;
	/*width: 42px;*/
	height: 43px;
	/*background: #047328 url('/TPL/zorb/images/quote-bg.jpg') no-repeat center 0px;*/
	background: #047328;
	background-size: auto;
	border-radius: 25px;
	border: 2px solid #04d644;
	padding: 2px;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	        box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.language222 {
	display: flex;
	gap: 10px; /* Расстояние между элементами */
	flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */
}
.language222 span {
	flex-shrink: 0; /* Предотвращаем сжатие элементов */
}

.main-page .main-banner .right-side .language:hover,
.main-page .main-banner .right-side .languageTEST,
.main-page .main-banner .right-side .currency:hover{
	/*width: 86px;*/
	flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */

	/*padding-right: 5px;*/
	display: flex;
	gap: 10px; /* Расстояние между элементами */
}
.main-page .main-banner .right-side .language:hover  span{
	/*position: absolute;*/
	/*display: inline-block;*/
	display: block !important;
	/*display: none !important;*/
	background: #04af38;
	/*left: 2px;*/
	flex-shrink: 0; /* Предотвращаем сжатие элементов */

	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold','MyriadRegular',sans-serif;
	cursor: default;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	text-shadow: 0px 0px 0px rgba(0,0,0, 1);
	cursor: pointer;
	transition: all 0.2s linear;
}
.main-page .main-banner .right-side .language span{
	/*position: absolute;*/
	/*display: inline-block;*/
	/*display: block !important;*/
	display: none !important;
	background: #04af38;
	/*left: 2px;*/
	flex-shrink: 0; /* Предотвращаем сжатие элементов */
	color: white;

	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold','MyriadRegular',sans-serif;
	cursor: default;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	        box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	text-shadow: 0px 0px 0px rgba(0,0,0, 1);
	cursor: pointer;
	transition: all 0.2s linear;
}
.main-page .main-banner .right-side .language span.active{
	color: white;

	display: block !important;
	left: calc(100% - 37px);
	z-index: 1;
}
.main-page .main-banner .right-side .language span a{
	display: block;
	color: white;
	width: 100%;
	height: 100%;
}

.main-page .main-banner .social-media {
	position: absolute;
	right: 40px;
	top: 20%;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

.main-page .main-banner .social-media a{
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'MyriadRegular', sans-serif;
	letter-spacing: 2px;
	margin: 0px 10px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.main-page .main-banner .social-media a:hover{
	color: #04af38;
}

.main-page .main-banner .centered {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.main-page .main-banner .centered .brand-logo{
	max-width: 500px;
	width: 414px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.main-page .main-banner .centered h3, .main-page .main-banner .centered h1{
	text-transform: uppercase;
	font-size: 75px;
	color: #04af38;
	margin: 10px 0px;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 900;
}
.main-page .main-banner .centered p{
	font-family: 'ProximaNovaRegular', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	margin: 8px 0px;
}
.main-page .main-banner .centered p a{
	color: #04af38;
}

.main-page .main-banner .centered .lifecycle {
	display: block;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 8px 0px;
	font-family: 'ProximaNovaRegular', sans-serif;
}

.main-page .main-banner .centered .book-online{
	display: block;
	position: relative;
	background: #04af38;
	width: 310px;
	height: 60px;
	margin: 0 auto;
	line-height: 65px;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'ProximaNovaRegular', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 5px;
	transition: .2s ease;
}

.main-page .main-banner .centered .book-online:hover{
	background: #008629;
}

.main-page .main-banner .centered .scroll-down {
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	cursor: pointer;
	color: #ccc;
}

.main-page .main-banner .centered .scroll-down span{
	display: block;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
.main-page .main-banner .centered .scroll-down small{
	display: inline-block;
	position: relative;
	top: 0px;
	font-size: 18px;
	-webkit-animation: scroll 1.3s linear infinite;
	        animation: scroll 1.3s linear infinite;
}
@-webkit-keyframes scroll {
	0%{
		top: 0px;
	}
	15%{
		top: 3px;
	}
	30%{
		top: 0px;
	}
	45%{
		top: 3px;
	}
	60%{
		top: 0px;
	}
}
@keyframes scroll {
	0%{
		top: 0px;
	}
	15%{
		top: 3px;
	}
	30%{
		top: 0px;
	}
	45%{
		top: 3px;
	}
	60%{
		top: 0px;
	}
}


.twin-sections {
	position: relative;
}



.beer-description {
	background-color: #ededed;
	width: 100%;
	left: 0px;
}

.beer-description .description-group{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	min-width: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0, 0.2);
	        box-shadow: 3px 3px 5px rgba(0,0,0, 0.2);
	padding-bottom: 70px;
	padding-top: 40px;
	z-index: 2;
	top: -55px;
}

.beer-description .description-group .description-item{
	position: relative;
	text-align: center;
	width: 31%;
	padding: 1%;
	padding-top: 180px;
}
.beer-description .description-group .description-item .img-wrapper{
	position: absolute;
	max-width: 131px;
	bottom: 150px;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	/*margin-bottom: 40px;*/
}
.beer-description .description-group .description-item:nth-child(1) .img-wrapper{
	max-width: 106px;
}
.beer-description .description-group .description-item h3{
	font-family: 'ProximaNovaBold', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.beer-description .description-group .description-item p{
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 16px;
}

.beer-bike-section{
	position: relative;
	background: url('/TPL/zorb/images/price-bg.png') no-repeat center center;
	background-size: cover;
	padding: 100px 0px;
	z-index: 1;
}

.beer-bike-section .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.beer-bike-section .wrapper > div{
	width: 50%;
}
.beer-bike-section .wrapper > div:nth-child(1){
	padding-right: 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.beer-bike-section .beer-title span{
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin' ,sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: 600;
}
.beer-bike-section .beer-title p{
	text-transform: capitalize;
	color: #fff;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 65px;
	line-height: 100px;
	font-weight: 600;
}
.beer-bike-section .beer-price {
	color: #fff;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 35px;
	font-weight: 100;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.beer-bike-section .wrapper > div:nth-child(1) ul{
	margin-top: 10px;
}
.beer-bike-section .wrapper > div:nth-child(1) ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: 'ProximaNovaRegular',sans-serif;
	cursor: default;
	color: #fff;
}
.beer-bike-section .wrapper > div:nth-child(1) ul li::before{
	position: absolute;
	content: '';
	top: 3px;
	left: 0px;
	background: url('/TPL/zorb/images/arrow-right.png') no-repeat center center;
	background-size: contain;
	width: 21px;
	height: 21px;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.beer-bike-section .wrapper > div:nth-child(1) ul li:hover::before{
	left: 3px;
}

.beer-bike-section .wrapper > div:nth-child(2){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}



.order-section .wrapper{
	width: 100%;
}
.order-section .for-border{
	display: none;
	position: absolute;
	top: -12px;
	left: 0px;
	border: 12px solid #363636;
	width: 20%;
	height: calc(100% + 24px);
	z-index: 1
}
.order-section .order-slider .order-item{
	position: relative;
	padding: 20px;
	padding-bottom: 50px;
	z-index: 1;
}
.order-section .order-slider .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
}

.order-section .order-slider .owl-item::before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.3);
	z-index: 2;
}
.order-section .order-slider .owl-item:nth-child(2n + 1)::before{
	background: rgba(0,0,0, 0.33);
}
.order-section .order-slider .owl-item:nth-child(5) {
	position: relative;
}

.order-section .order-slider .owl-item.activated::before{
	display: none;
}
.order-section .order-slider .owl-stage-outer {
	z-index: 0
}
.order-section .order-slider .owl-stage-outer::before{
	display: block;
	position: absolute;
	content: '';
	left: 0px;
	top: -12px;
	border: 12px solid #000000;
	height: 100%;
	width: 24%;
	z-index: 3;
}

@media(min-width: 1400px){
	.order-section .order-slider .owl-stage-outer::before{
		width: 19%;
	}
}

.order-section .order-slider .owl-stage-outer{
	overflow: visible;
}


.order-section .order-slider .order-item small{
	position: relative;
	left: -3px;
	color: #f80707;
}

.order-section .order-slider .order-item > span{
	display: block;
	color: #04af38;
	font-size: 20px;
	margin-bottom: 5px;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.order-section .order-slider .order-item > h3{
	color: #000000;
	font-size: 16px;
	font-family: 'ProximaNovaRegular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.order-section .order-slider .order-item .order-title{
	display: block;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 15px;
	color: #000000;
}

.order-section .order-slider .order-item.step-one > div{
	margin-bottom: 25px;
}
.order-section .order-slider .order-item.step-one > div > span{
	margin-bottom: 3px;
	font-weight: 600;
}
.order-section .order-slider .order-item.step-one > div > p {
	position: relative;
}
.order-section .order-slider .order-item.step-one > div > p input{
	height: 50px;
	padding-left: 50px;
	width: 100%;
	min-width: 100%;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.order-section .order-slider .order-item.step-one > div > p input[type=number]::-webkit-inner-spin-button, 
.order-section .order-slider .order-item.step-one > div > p input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  margin: 3px;
}

.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-inner-spin-button, 
	.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-outer-spin-button {
		margin: 3px;
		font-size: 28px;
	}

@media(max-width: 768px){
	.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-inner-spin-button, 
	.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 3px;
	}
}




.order-section .order-slider .order-item.step-one > div > p input::-webkit-input-placeholder{
	color: #ccc;
}

.order-section .order-slider .order-item.step-one > div > p input:-ms-input-placeholder{
	color: #ccc;
}

.order-section .order-slider .order-item.step-one > div > p input::-ms-input-placeholder{
	color: #ccc;
}

.order-section .order-slider .order-item.step-one > div > p input::placeholder{
	color: #ccc;
}
.order-section .order-slider .order-item.step-one > div > p span{
	text-align: center;
	position: absolute;
	top: 1px;
	left: 1px;
	height: 100%;
	width: 43px;
	height: 48px;
	border-right: 1px solid #ccc;
	line-height: 48px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 1em;
}
.order-section .order-slider .order-item.step-one > div > p input:focus {
	/*-webkit-box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);*/
	        /*box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);*/
	border-color: #04af38;
}
.order-section .order-slider .order-item.step-one > div > p input:focus ~ span{
	color: #04af38;
}



.order-section .order-slider .order-item.step-two .order-title{
	font-weight: 600;
	margin-bottom: 3px;
}
.order-section .order-slider .order-item.step-two .radio-button-group > div{
	position: relative;
}

.order-section .order-slider .order-item.step-two .radio-button-group > div .tooltip-wrapper {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.tippy-popper{
	width: 150px;
	font-size: 10px;
}
.tippy-popper > *{
  font-family: 'ProximaNovaRegular', sans-serif;
}

.order-section .order-slider .order-item.step-two .radio-button-group input{
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item{
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0, 0.2);
	        box-shadow: 0px 3px 15px rgba(0,0,0, 0.2);
	
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item label{
	display: block;
	padding: 25px 15px;
	padding-left: 40px;
	cursor: pointer;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
	
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(1) label{
	background: url('/TPL/zorb/images/radio2.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen2-green.png') no-repeat 95% center;
	background-color: #F3F3F3;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(2) label{
	background: url('/TPL/zorb/images/radio2.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen2-green.png') no-repeat 95% center;
	background-color: #F3F3F3;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(3) label{
	background: url('/TPL/zorb/images/radio2.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen2-green.png') no-repeat 95% center;
	background-color: #F3F3F3;
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(1) input:checked ~ label{
	background: url('/TPL/zorb/images/radio1.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen1-green.png') no-repeat 95% center;
	background-color: #fff;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(2) input:checked ~ label{
	background: url('/TPL/zorb/images/radio1.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen1-green.png') no-repeat 95% center;
	background-color: #fff;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(3) input:checked ~ label{
	background: url('/TPL/zorb/images/radio1.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen1-green.png') no-repeat 95% center;
	background-color: #fff;
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(1) label.checked-first{
	background: url('/TPL/zorb/images/radio1.png') no-repeat 10px center,
							url('/TPL/zorb/images/hyfen1-green.png') no-repeat 95% center;
	background-color: #fff;
}

.order-section .order-slider .order-item.step-three ul li{
	position: relative;
	margin-bottom: 20px;
	
}

.order-section .order-slider .order-item.step-three ul li .tooltip-wrapper {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: transparent;
}
.order-section .order-slider .order-item.step-three ul li input{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.order-section .order-slider .order-item.step-three ul li label{
	display: block;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
	background: url('/TPL/zorb/images/unchecked.jpg') no-repeat 100% 3px,
							url('/TPL/zorb/images/hyfen1-green.png') no-repeat 0px 3px;
}
.order-section .order-slider .order-item.step-three ul li input:checked ~ label{
	background: url('/TPL/zorb/images/checked.jpg') no-repeat 100% 3px,
							url('/TPL/zorb/images/hyfen1-green.png') no-repeat 0px 3px;
}
.order-section .order-slider .order-item.step-three ul li label p{
	display: inline;
}


.order-section .order-slider .order-item.step-four{
	position: relative;
}
.order-section .order-slider .order-item.step-four .confirm-area > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 22px;
}
.order-section .wrapper{
	position: relative;
}
.order-section .for-absolute {
	position: absolute;
	left: calc(25% - 175px);
	top: 15px;
	background: #04af38;
	padding: 8px;
	width: 178px;
	padding-right: 5px;
}
.order-section  .for-absolute p{
	color: #fff;
	font-family: 'MyriadRegular', 'ProximaNovaRegular', sans-serif;
}
.order-section  .for-absolute span{
	display: inline-block;
	margin-left: 2px;
	font-weight: 600;
	letter-spacing: 1px;
}

.order-section .order-slider .order-item.step-four .confirm-area p{
	width: 49%;
	font-family: "ProximaNovaRegular",sans-serif;
	font-weight: 600;
}

.order-section .order-slider .order-item.step-four .confirm-area p:nth-child(2){
	color: #2e7ad0;
}
.order-section .order-slider .order-item.step-four .confirm-area > div:nth-child(6) {
	margin-top: 20px;
}
.order-section .order-slider .order-item.step-four .confirm-area > div:nth-child(6) p{
	font-family: 'MyriadRegular', 'ProximaNovaBold',sans-serif;
	font-size: 18px;
	color: #000000;
}


.order-section .order-slider .order-item.step-five div {
	margin-bottom: 10px;
}
.order-section .order-slider .order-item.step-five div > span{
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
}
.order-section .order-slider .order-item.step-five .step5-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.order-section .order-slider .order-item.step-five .step5-inputs > div{
	width: 49%;
}
.order-section .order-slider .order-item.step-five input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 16px;
}
.order-section .order-slider .order-item.step-five input:focus{
	border-color: #04af38;
	/*-webkit-box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);*/
	        /*box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);*/
}
.order-section .order-slider .order-item.step-five select{
	width: 100%;
	padding: 8px 0px;
	padding-left: 5px;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 16px;
	border: 1px solid #ccc;
}
.order-section .order-slider .order-item.step-five .pament-type{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.order-section .order-slider .order-item.step-five .step5-inputs .selector-area{
	width: 65%;
	position:relative;
}
.order-section .order-slider .order-item.step-five .step5-inputs .selector-area span.order-title {
	color: #04af38;
}
.select-toltip{
	position: absolute;
	right:-25px;
	bottom:0;
	cursor:pointer;
	width:20px;
	height:20px;
	background: url(/TPL/zorb/images/hyfen1-green.png) no-repeat center center;
}
.order-section .order-slider .order-item.step-five .step5-inputs .total-amount{
	width: 35%;
	text-align: right;
}
.order-section .order-slider .order-item.step-five .step5-inputs .total-amount p{
	font-size: 20px;
	font-family: 'ProximaNovaBold', sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.order-section .order-slider .order-item.step-five .pament-type{
	margin-bottom: 15px;
}
.order-section .order-slider .order-item.step-five .pament-type span{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
}

.order-section .order-slider .order-item.step-five .pament-type img{
	width: 35px;
	margin-right: 4px;
}

.order-section .order-slider .order-item.step-five .terms-conds{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.order-section .order-slider .order-item.step-five .terms-conds input{
	width: auto;
	margin-right: 5px;
}
.order-section .order-slider .order-item.step-five .terms-conds label{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 600;
}
.order-section .order-slider .order-item.step-five .terms-conds .acception{
	display: inline-block;
	margin: 0px 3px;
	cursor: pointer;
	color: #04af38
}


.order-section .order-slider .owl-nav {
	position: absolute;
	bottom: 0px;
	left: 12px;
	width: 24.2%;
}
@media(min-width: 1400px){
	.order-section .order-slider .owl-nav{
		width: 19.1%;
	}
}
.order-section .order-slider .owl-nav .owl-prev,
.order-section .order-slider .owl-nav .owl-next,
.order-section .order-slider .owl-nav .verifyButton,
.order-section .order-slider .owl-nav .sending-button{
	display: inline-block;
	text-align: center;
	width: 49%;
	font-size: 22px;
	font-family: 'ProximaNovaRegular',sans-serif;
	background: #04af38;
	margin: 1px;
	height: 45px;
	line-height: 43px;
	font-weight: 100;
	border: none;
	text-transform: uppercase;
	color: #fff;
}
.order-section .order-slider .owl-nav .verifyButton,
.order-section .order-slider .owl-nav .sending-button{
	cursor: pointer;
}
.order-section .order-slider .owl-nav .owl-prev:hover,
.order-section .order-slider .owl-nav .owl-next:hover,
.order-section .order-slider .owl-nav .verifyButton{
	background-color: #04af38;
}
.order-section .order-slider .owl-nav .owl-prev{
	background-image: url('/TPL/zorb/images/left-angle-white.png');
	background-repeat: no-repeat;
	background-position:15% center;
	background-size: 10px;
}
.order-section .order-slider .owl-nav .owl-next,
.order-section .order-slider .owl-nav .verifyButton{
	background-image: url('/TPL/zorb/images/right-angle-white.png');
	background-repeat: no-repeat;
	background-position:85% center;
	background-size: 10px;
}


.review-section {
	background: url('/TPL/zorb/images/reviews-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 70px 0px 100px 0;
}

 .review-section .review-title span{
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin',sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	 font-weight: 600;
}
 .review-section .review-title p{
	text-transform: capitalize;
	color: #fff;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 62px;
	font-weight: 600;
	margin-bottom: 50px;
}

 .review-section .review-slider .owl-stage-outer{
	padding-bottom: 20px;
}

 .review-section .review-slider .review-item{
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	padding-bottom: 40px;
}
 .review-section .review-slider .review-item span{
	display: block;
	font-size: 18px;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	margin-bottom: 10px;
	 font-weight: 600;
}
 .review-section .review-slider .review-item p{
	display: block;
	font-size: 15px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
}
 .review-section .review-slider .review-item p:nth-child(3){
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: -8px;
	left: 20px;
}
 .review-section .review-slider .review-item p:nth-child(3) img{
	max-width: 40px;
}

 .review-section .review-slider .review-item p:nth-child(3) a{
	 position: relative;
	 bottom: 5px;
	margin-left: 5px;
	color: #0267f1;
	font-family: 'MyriadRegular', 'ProximaNovaBold',sans-serif;
	font-size: 14px;
}


.review-section .review-slider .owl-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -45px;
	width: calc(100% + 90px);
}
.review-section .review-slider .owl-nav button{
	display: none;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 35px;
	background-color: #FFF310;
	border-radius: 50%;
	line-height: 41px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, 0.3),
							inset 0px 0px 15px 1px rgba(255,0,0, 0.3);
}
.review-section .review-slider .owl-nav button:hover{
	background-color: #FFFF00;
}
.review-section .review-slider .owl-nav .owl-prev{
	padding-right: 2px !important;
}
.review-section .review-slider .owl-nav .owl-next{
	padding-left: 3px !important;
}


.gallery-section {
	background-color: #fff;
	padding: 40px 0px;
	padding-top: 80px;
	margin-top: -40px;
}

.gallery-section .gallery-title{
	text-align: center;
	margin-bottom: 20px;
}
.gallery-section .gallery-title span{
	display: block;
	text-transform: capitalize;
	color: #000;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 62px;
	font-weight: 600;
}
.gallery-section .gallery-title p{
	font-size:  18px;
	text-transform: none;
	color: #000;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}
.gallery-section .gallery-title p a{
	color: #04af38;
	font-family: 'Pangolin',sans-serif;
	font-size:  18px;
}

.gallery-section .gallery-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gallery-section .gallery-group .gallery-item{
	width: 19%;
	margin-bottom: 12px;
	border: 3px solid #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0, 0.3);
	        box-shadow: 0px 0px 3px rgba(0,0,0, 0.3);
}






.partners-section {
	background: #000000;
	padding: 35px 0px;
}
.partners-section .wrapper{
	position: relative;
	padding-left: 220px;
}
.partners-section .partner-quote{
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #04af38;
	width: 190px;
	height: 190px;
	padding: 20px;
	z-index: 1;
	border: 3px solid #fff;
}
.partners-section .partner-quote span{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 600;
	color: #fff;
}
.partners-section .partner-quote p{
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 600;
	color: #fff;
}

.partners-section .partners-slider .owl-nav{
	display: none;
}



.map-section{
	position: relative;
	height: 500px;
}
.map-section #map{
	height: 100%;
	width: 100%;
}
.map-section .inside-map{
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.map-section .inside-map .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map-section .inside-map .wrapper > div{
	width: 400px;
	background: #04af38;
	margin: 0px 10px;
	-webkit-box-shadow: 6px 6px 7px rgba(0,0,0, 0.15);
	        box-shadow: 6px 6px 7px rgba(0,0,0, 0.15);
	padding: 20px;
	border-radius: 5px;
}
.map-section .inside-map .wrapper > div span{
	display: block;
	position: relative;
	color: #fff;
	font-family: 'ProximaNovaBold',sans-serif;
	text-transform: none;
	font-size: 22px;
	margin-bottom: 12px;
	font-weight: 600;
}
.map-section .inside-map .wrapper > div span::before{
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0px;
	width: 35px;
	height: 3px;
	background: #fff;
}
.map-section .inside-map .wrapper > div p{
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 16px;
	color: #fff;
}
.map-section .inside-map .wrapper > div p a{
	font-family: 'ProximaNovaRegular', sans-serif;
	color: #fff;
	font-size: 16px;
}


.questions-section {
	background-color: #fff;
	padding: 40px 0px;
	border-top: 4px solid #04af38;
}
.questions-section .questions-title span{
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 600;
}
.questions-section .questions-title p{
	font-size: 72px;
	text-transform: none;
	color: #000;
	letter-spacing: 1px;
	font-family: 'ProximaNovaBold', sans-serif;
	font-weight: 700;
}
.questions-section .questions-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 20px 0px;
}
.questions-section .questions-group .question-item{
	background: #fff;
	padding: 12px;
	padding-right: 20px;
	width: 48%;
	height: 57px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 1px 1px 10px 1px rgba(139, 139, 139, 0.17);
}
.questions-section .questions-group .question-item .item-title{
	position: relative;
	font-size: 24px;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	cursor: pointer;
	font-weight: 600;
	padding-left: 60px;
}
.questions-section .questions-group .question-item .item-title:before {
	content: '1';
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 16px;
	width: 24px;
	height: 24px;
	background-color: #04af38;
	color: #fff;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
}
.questions-section .questions-group .question-item:nth-child(2) .item-title:before {
	content: '2';
}
.questions-section .questions-group .question-item:nth-child(3) .item-title:before {
	content: '3';
}
.questions-section .questions-group .question-item:nth-child(4) .item-title:before {
	content: '4';
}
.questions-section .questions-group .question-item:nth-child(5) .item-title:before {
	content: '5';
}
.questions-section .questions-group .question-item:nth-child(6) .item-title:before {
	content: '6';
}
.questions-section .questions-group .question-item:nth-child(7) .item-title:before {
	content: '7';
}
.questions-section .questions-group .question-item:nth-child(8) .item-title:before {
	content: '8';
}
.questions-section .questions-group .question-item .item-title span{
	display: inline-block;
	position: absolute;
	text-align: center;
	line-height: 22px;
	right: 0px;
	top: 4px;
	width: 21px;
	height: 21px;
	color: #000;
	font-size: 14px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.questions-section .questions-group .question-item .answers{
	margin-top: 20px;
	font-size: 18px;
	font-family: 'ProximaNovaRegular',sans-serif;
	padding-bottom: 35px;
}




footer{
	background: #212121;
}
footer .footer-head {
	border-bottom: 1px solid #3c3c3c;
	padding: 30px 0px;
}
footer .footer-head .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .footer-head p {
	position: relative;
	padding-left: 25px;
	cursor: default;
}
footer .footer-head p span{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'ProximaNovaBold',sans-serif;
	letter-spacing: 2px;
	font-weight: 600;
}
footer .footer-head p a{
	color: #04af38;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'ProximaNovaBold', sans-serif;
	letter-spacing: 2px;
	font-weight: 600;
}

footer .footer-head p:nth-child(1) small{
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer .footer-head p:nth-child(2) small{
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer .footer-head p:hover small{
	left: 5px;
}




footer .footer-body {
	padding: 40px 0px;
}
footer .footer-body .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .footer-body .wrapper > div{
	width: 23%;
}
footer .footer-body .wrapper > div h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'ProximaNovaBold',sans-serif;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
footer .footer-body .wrapper > div.about-us p{
	font-family: 'ProximaNovaRegular',sans-serif;
	color: #fff;
	font-size: 14px;
}
footer .footer-body .wrapper .contact-info div{
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}
footer .footer-body .wrapper .contact-info div a{
	display: block;
	color: #fff;
	margin-bottom: 2px;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 14px;
}
footer .footer-body .wrapper .contact-info div p{
	font-size: 15px;
	font-family: 'ProximaNovaRegular',sans-serif;
	color: #fff;
}

footer .footer-body .wrapper .contact-info div small{
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
footer .footer-body .wrapper .contact-info div:hover small{
	left: 3px;
}

footer .footer-body .wrapper .contact-us input,
footer .footer-body .wrapper .contact-us textarea{
	width: 100%;
	margin-bottom: 8px;
	padding: 8px;
	background: #212121;
	border: 1px solid #3c3c3c;
	resize: none;
	font-family: 'ProximaNovaRegular',sans-serif;
	font-size: 14px;
	color: #fff;
}
footer .footer-body .wrapper .contact-us input:focus,
footer .footer-body .wrapper .contact-us textarea:focus{
	border-color: #04af38;
	-webkit-box-shadow: 0px 0px 5px rgba(245,207,17, 0.3);
	        box-shadow: 0px 0px 5px rgba(245,207,17, 0.3);
}
footer .footer-body .wrapper .contact-us button{
	position: relative;
	background: #04af38;
	width: 140px;
	height: 40px;
	color: #000;
	font-family: 'ProximaNovaBold',sans-serif;
	font-size: 17px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: 600;
	color: #fff;
}
footer .footer-body .wrapper .contact-us button:hover{
	padding-right: 15px;
}
footer .footer-body .wrapper .contact-us button span{
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 12px;
	opacity: 0;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}


footer .footer-body .wrapper .contact-us button:hover span{
	opacity: 1;
	-webkit-animation: fly 0.7s linear infinite;
	        animation: fly 0.7s linear infinite;
}
@-webkit-keyframes fly{
	0%{
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	50%{
		-webkit-transform: translate(2px, -3px);
		        transform: translate(2px, -3px);
	}
	100%{
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
}
@keyframes fly{
	0%{
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	50%{
		-webkit-transform: translate(2px, -3px);
		        transform: translate(2px, -3px);
	}
	100%{
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
}


footer .footer-body .wrapper .insta-corner .insta-gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .footer-body .wrapper .insta-corner .insta-gallery .insta-item{
	width: 32%;
	border: 1px solid #fff;
	margin-bottom: 3px;
}

footer .footer-bottom{
	text-align: center;
	background: #04af38;
	padding: 12px 0px;
}

footer .footer-bottom p{
	color: #fff;
	font-family: 'MyriadRegular','RobotoMedium',sans-serif;
	font-size: 15px;
}
footer .policy {
	display: inline-block;
	margin-top: 5px !important;
	text-decoration: underline;
	cursor: pointer;
}
footer .extra-info span{
	color: #3c3c3c;
	font-family: 'MyriadRegular','RobotoMedium',sans-serif;
}
footer .policy:hover{
	color: #000000;
}

#gpdr,
#abcd{
	display: none;
	border: 2px solid #F5CF11;
	max-width: 95vw;
	max-height: 95vh;
}

#gpdr h3,
#abcd h3{
	text-align: center;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	margin-bottom: 8px;
}
#gpdr p,
#abcd p{
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	margin-bottom: 8px;
	text-align: justify;
}
#gpdr p.one-padding,
#abcd p.one-padding{
	padding-left: 12px;
}
#gpdr p.two-padding,
#abcd p.two-padding{
	padding-left: 25px;
}

#gpdr span,
#abcd span{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family:'ProximaNovaRegular',sans-serif;	
}

#backToTop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	background: #04af38;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 23px;
	z-index: 1;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0, 0.3);
	        box-shadow: 0px 0px 8px 1px rgba(0,0,0, 0.3);
}
#backToTop svg {
	color: #fff;
}

@media (min-width: 1400px){
	.order-section .for-absolute{
		    left: calc(20% - 175px);
	}
}

.fancybox-content{
	padding: 10px;
}


.grecaptcha-badge { visibility: hidden; }
