@font-face{font-family:agenor;font-style:normal;font-weight:400;src:local('Agenor Neue'),url(../fonts/AgenorNeue-Regular.woff) format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;}
@font-face{
    font-family: "Gadugi";
    src: url("../fonts/gadugi.eot");
    src: url("../fonts/gadugi.eot?#iefix")format("embedded-opentype"),
        url("../fonts/gadugi.woff")format("woff"),
        url("../fonts/gadugi.woff2")format("woff2"),
        url("../fonts/gadugi.ttf")format("truetype"),
        url("../fonts/gadugi.svg#Gadugi")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
.agefont {
    
    font-family:'Agenor', sans-serif;
    
} 
html {
  scroll-behavior: smooth;
    
}
body{
    margin:0;
    padding:0;
	
	background-color: white; 
	
	overflow-x: hidden;
	color: white;
}
#homeHeader {
  background-color: #74cfc7;
  background-image: url(/images/main/headerbg.webp);
  height: 32vw;
  background-position: 100%;
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.home-top-logo {
  position: absolute;
  left: 3vw;
  top: 2vw;
}
.main-menu-btn-a {
  position: absolute;
  left: initial;
  top: 2vw;
  right:3vw;
  transform:translate(0,8px) rotate(0deg);
}
.contact-menu-btn-a {
  position: absolute;
  left: 3vw;
  top: 6.5vw;
  transform: translate(0,50%);
  
}
#homeTop {
  height: 15.8vw;
  overflow: hidden;
  background: #f6f9f9;
}
 

#homeTop > div {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.homeTopSubCat01 {
  width: 50vw;
  text-align: center;
  padding: 5px 0 !important;
  box-sizing: border-box;
}
.homeTopSubCat02 {
  width: 25vw;
  float: right;
  height: 100%;
  display: table !important;
  vertical-align: middle;
}
.homeTopSubCat03 {
  width: 20vw;
  height: 50%;
  border-bottom: thin solid #6dc7bd;
  float: right;
}
.homeTopSubCat02 p {
  font-size: 12px;
  padding: 1vw;
  box-sizing: border-box;
  text-align: justify;
  color: #6dc7bd;
  line-height: 1.2vw;
    font-family: Gadugi,arial;
}
.homeTopSubCat02 > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.home-design-stroke {
  transform: translate(3.5vw,-1vw);
}
.home-weemind-stroke img {
  width: 45vw;
}
.home-design-stroke img {
  width: 30vw;
}

.home-top-wee-light-gray {
  height: 11vw;
  overflow: hidden;
  text-align: right;
  padding-right: 50px;
  box-sizing: border-box;
}
.home-top-wee-light-gray img {
  width: 48vw;
  transform: translate(0,-5vw);
  height: initial;
}

.webzone
{
	margin-bottom: 25px;
	position:relative;
}
#wbg1{
	background:#fff;
	height:10vw;
}
#wbg2{
	background:#ebedec;
	height: 28.05vw;
}
#wbg3{
	background:#6bc0b8;
	height:10vw;
}
#wbigComputer {
  background: url("/images/main/pc.webp") no-repeat 0 0;
    background-size: auto;
  width: 70vw;
  position: absolute;
  height: 40vw;
  top: 0;
  background-size: 100% auto;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}

.webIn {
  width: calc(100% - 16vw);
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.webHead {
  width: 4vw;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  bottom: 12vw;
    left: 6vw;
}




.webHead h2 {
  font-family: agenor;
  color: #6bc0b8;
  text-transform: uppercase;
  font-size: 2.5vw;
  float: left;
  margin: 0 0 .5vw 0 !important;
  text-orientation: mixed;
  writing-mode: tb-rl;
}

.webHead h3 {
  font-family: agenor;
  color: #6bc0b8;
  text-transform: uppercase;
  font-size: .7vw;
  height: 17vw;
  float: left;
  text-orientation: mixed;
  writing-mode: tb-rl;
}


/* --------------- HOME TOP ANIMATION --------------------------- */
.short_activity_text.agefont, .typing_sign.agefont {
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  transform: translate(0,3px);
}
.design_sign_small {
  transform: translate(0,-2px);
}
.home-top-animation {
  position: absolute;
  left: calc(3vw + 300px);
  top: 0;
}
.home-top-animation > div {
  position:relative;
}
.weemindlogo_small, .design_small {
  position: absolute;
  top: 16vw;
  display: ruby;
}
.design_small {
  left: 150px;
  min-width: 50vw;
}
.vertical_line_long {
  position: absolute;
  top: 0;
  height: 25vw;
  border-right: thin solid #fff;
  left: 125px;
}
.vertical_line_short {
  position: absolute;
  top: 16vw;
  height: 25px;
  border-right: 5px solid #ff6505;
  left: 123px;
  margin-top: 5px;
} 
@keyframes typeSignEffect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  } 
  100% {
    opacity: 0; 
  }
}
.typing_sign.agefont {
  animation: 1s typeSignEffect step-end infinite;
}

.graphicmenu_holder h3
{
	text-transform:uppercase;
	background:url("/images/main/dots2.svg") no-repeat 100% 27%;
	height: 25px;
	width: 100%;
	color: #59595b;
	position: relative;
	display: inline-block;
	text-align: right;
	padding-right: 180px;
	line-height: 25px; 
	margin-bottom: 25px;
}
.graphicmenu_holder h3::after {
  content: " design.";
  color:#74cfc7;
}

.graphicmenu_holder ul {
  margin-bottom:50px;
  background: #f6f9f9;
  padding:40px 0;
}
.graphicmenu_holder ul li a {
  font-family: Agenor;
  color: #e2e4e5;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 4.5vw;
  line-height: 4.5vw;
  transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -webkit-transition: color 0.25s ease-in-out 0s;
  letter-spacing: .5vw;
}
.graphicmenu_holder ul li:hover a{
	color:#74cfc7;
}

.graphicmenu_holder ul li
{
	margin: 0 70px;
}

#mainMenuOffcanvas {
  background: #fff; 
}
.mainmenu .mod-menu.mod-list.nav {
  text-align: center;
}

.mainmenu .mod-menu.mod-list.nav > li {
  width: 100vw;
    text-transform: uppercase;
	  transition: all ease .25s;
}
.mainmenu .mod-menu.mod-list.nav > li.open {
  color: #066a5f;
    position: relative;
}
/*
.mainmenu .mod-menu.mod-list.nav > li.open > span::after {
  content: "▼";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  font-size: 1vw;
  top: 3vw;
}
*/
.mod-menu__sub.list-unstyled.small {
  background: #f26622;
    line-height: 1vw;
}
.mainmenu .mod-menu.mod-list.nav > li > a ,.mainmenu .mod-menu.mod-list.nav > li > span
{
  font-family: agenor;
  text-transform: uppercase;
  text-decoration: none;
  
  
  
 
}
.mainmenu .mod-menu.mod-list.nav > li > span {
    
  transition : 			all 0.5s ease-in-out 0s;
  -o-transition : 		all 0.5s ease-in-out 0s;
  -moz-transition : 	all 0.5s ease-in-out 0s;
  -webkit-transition : 	all 0.5s ease-in-out 0s;
}

.mainmenu .mod-menu.mod-list.nav > li.active > a, 
.mainmenu .mod-menu.mod-list.nav .current  a, 
.mainmenu .mod-menu.mod-list.nav > li:hover > a ,
.mainmenu .mod-menu.mod-list.nav > li:hover > span
{
  color: #066a5f !important;
 
} 

.mainmenu .mod-menu.mod-list.nav > li ul.mod-menu__sub li.active > a ,
.mainmenu .mod-menu.mod-list.nav > li ul.mod-menu__sub li:hover > a 
{
  color: #333 !important;
 
} 

.mod-menu__sub.list-unstyled.small::before {
  content: "▲";
  color: #f26622;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-.8vw) scaleX(1.5);
  font-size: 1vw;
}
.mainmenu .mod-menu.mod-list.nav > li ul.mod-menu__sub li {
  display: block;
  margin: 0;
  border-right: 2px solid #58b4aa;
  padding: 0;
    line-height: 1vw;
}
.mainmenu .mod-menu.mod-list.nav > li ul.mod-menu__sub li:last-child {
  border: none;
}

.mainmenu .mod-menu.mod-list.nav > li ul.mod-menu__sub a {
	  display: block;
  font-size: 1.3vw;
  font-family: agenor;
  text-transform: uppercase;
  transition : 			all 0.5s ease-in-out 0s;
  -o-transition : 		all 0.5s ease-in-out 0s;
  -moz-transition : 	all 0.5s ease-in-out 0s;
  -webkit-transition : 	all 0.5s ease-in-out 0s;
    padding: .6vw 0;
}
 
.mainmenu .mod-menu.mod-list.nav > li.parent:hover > a {
  background:url("/images/main/ArrowBottom2.svg") no-repeat 50% 100%;
  background-size: 10%; 
  padding-bottom: 19px;
}  
 
#nav-container {
  margin-left: auto;
  position: relative;
}

#nav-toggle {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  /*transform: rotate(0deg);*/
  z-index: 1000000;
}

#nav-toggle span {
  background-color: #fff;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  transition: 0.5s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 4px;
  transform-origin: left center;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
  transform-origin: left center;
}

#nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
  left: 4px;
}

#nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 4px;
}

#nav-overlay {
  position: absolute;
  top: calc(2vw + 22px);
  left: calc(97vw - 30px);
  z-index: -1;
  background: 		rgba(255, 255, 255, 0.8);
  border-radius: 	50%;
  transition: 		1s;
  transform: 		scale3d(0, 0, 0);
}

#nav-overlay.open {
  transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: ease-in-out 0.25s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}
#nav-fullscreen ul {
  list-style: none;
}
#nav-fullscreen a {
  color: white;
  text-decoration: none;
    transition: all ease .55s;
}

#nav-fullscreen.open {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.5s;
  transition-delay: 0.25s;
} 



#nav-overlay {
  background: linear-gradient(180deg, #75CFC7 10%, #6DC7BD 50%, #0B6C64 90%);
}

#nav-toggle span {
  background-color: #5a5a5c;
}

#nav-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: agenor;
  font-size: 2.5vw;
}
#nav-fullscreen li:hover {
  list-style: none;
    cursor: pointer;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html, body {
  max-height: 100vh !important;
}
.withmenu
{
	overflow-y:hidden;
}
.withmenu #nav-toggle {
  position: fixed;
}
.withmenu .home-top-logo {
  position: fixed;
  z-index: 100;
}
.mainmenuuu {
	position: fixed;
	left: 0;
	top: 0;
	z-index:10;
}



.graphic_menu_and{
	color:#f6f9f9;
	-webkit-text-stroke:2px #e2e4e5;
}

.webscroll_holder .carousel {
  position: absolute;
  top: 1.4vw;
  left: 50%;
  transform: translateX(calc(-50% + .17vw));
  width: 54vw;
  height: 34.8vw;
  z-index: 2;
}
.webscroll_holder .carousel-control-prev {
  left: -7vw;
  filter: invert();
  transition: all ease .25s;
}
.webscroll_holder .carousel-control-prev:hover {
  left: -8vw;
}
.webscroll_holder .carousel-control-next {
  right: -7vw;
  filter: invert();
  transition: all ease .25s;
}
.webscroll_holder .carousel-control-next:hover {
  right: -8vw;
}

.navDiv {
  width: 67vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  
}

.webscroll_holder .carousel-inner{
	height:100%;
	z-index: 0;
}


/* ---------------END--------------------------- */



/* ----------------FAQ-------------------------- */

.faq_title {
  text-transform: uppercase;
  font-size: 40px;
  color: #59595b;
  width: 80%;
  margin: auto;
}
.faq_title span {
  color: #74cfc7;
} 
.faq_holders {
  background: #f6f9f9;
  padding-bottom: 30px;
}
.faq_holders > div {
  width: 80%;
  margin: auto;
  padding-top: 20px;
}
.faq_holders .accordion-button.collapsed.agefont, .faq_holders .accordion-button.agefont {
  background: #f6f9f9;
  box-shadow: none;
}
.faq_holders * {
  border: none;
}
.faq_holders .accordion-item {
  border-bottom: 3px dotted #74cfc7;
}
.faq_holders .accordion-item:last-child , .faq_holders .accordion-item:nth-child(5) {
  border-bottom: none;
}
.faq_holders .accordion-button.agefont.collapsed,.faq_holders .accordion-button.agefont {
  color: #59595b;
  font-size: 19px;
}
.faq_holders .accordion-button.collapsed.agefont,.faq_holders .accordion-button.agefont {
  padding-left: 0;
}
.faq_holders .accordion-item {
  position: relative;
}
.faq_holders .accordion-header::before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #74cfc7;
  position: absolute;
  left: -20px;
  z-index: 10;
  top: 24px;
}
.faq_more {
  background: #74cfc7;
  color: #fff;
  display: inline-block;
  padding: 1px 15px;
  text-transform: uppercase;
  transition: .5s all ease;
  cursor: pointer;
  font-size: 13px;
}
.faq_more:hover {
  background: #444;
}
.accordion-item {
  background: none;
}
.accordion-body{
   background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
#AccardeonFAQ .accordion-body {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  border-radius: 8px;
  margin-bottom: 20px;
  border-top: thin solid #eee;
  font-family: 'Agenor', sans-serif;
  color: #777;
  font-size: 14px;
}

#AccardeonPRICE .accordion-body {
  background: linear-gradient(to bottom, rgb(240, 240, 240) 0%,rgba(255,255,255,0) 100%);
  border-radius: 8px;
  margin-bottom: 20px;
  border-top: thin solid #ccc !important;
  font-family: 'Agenor', sans-serif;
  color: #777;
  font-size: 14px;
}
/* ---------------END--------------------------- */ 

/* ----------------FOOTER-------------------------- */ 
.footer_holder {
  background: #74cfc7;
  padding: 100px 20px;
  text-align: center;
}
.footerlogo {
  display: block;
}
.footerlogo {
  display: block;
  margin-bottom: 20px;
}
.footer_holder .mod-custom {
  font-family: Gadugi,arial;
  font-size: 14px;
  color: #fff;
  width: 50vw;
  margin: auto;
}

.footer02 ul {
  width: 200px;
  margin: 40px auto auto;
  text-align: center;
  display: block;
}
.footer02 ul img {
	filter: invert(100%);
	width: 20px;
	height: 20px;
	transition: 		all 0.2s ease-in-out 0s;
	-o-transition: 		all 0.2s ease-in-out 0s;
	-moz-transition: 	all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.footer02 ul li {
  margin: 0 10px;
  display: inline-table;
 
}

.footer02 ul li:hover img
{
	transform: scale(1.5);
}
.footer03 p {
  width: 430px;
  margin: 50px auto auto;
  color: #4a4a4a;
  text-transform: uppercase;
  text-align: center;
}

.footer_holder .footer03 .mod-custom{
	font-size:12px;
	
}
/* ---------------END--------------------------- */

.graphic_menu_and {
  color: #f6f9f9;
  -webkit-text-stroke: 2px #e2e4e5;
}
.offcanvas.offcanvas-start {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  
  
/* ----------------- Price List Module ----------------------------- */
.price_title_holder {
  position: relative;
  padding-top: 50px;
}
.price_title01.agefont {
  font-size: 13vw;
  color: #f6f9f9;
  text-transform: uppercase;
  margin-left: 2vw;
  line-height: 10vw;
  width: 80%;
  margin: auto;
}
.price_title02.agefont {
  position: absolute;
  color: #74cfc7;
  top: 50%;
  transform: ;
  left: 23vw;
  font-size: 2.5vw;
  line-height: 2vw;
}
.pricelist_holder {
  padding-bottom: 50px;
}
.price_holders > div {
  width: 80%;
  margin: auto;
}
.price_holders * {
  border: none;
  box-shadow: none;
}
.pricelist_holder .accordion-button.collapsed.agefont span , .pricelist_holder .accordion-button.agefont span {
  border-bottom: dotted 3px #74cfc7;
  padding-bottom: 1vw;
  line-height: .8vw;
  font-size: .9vw;
  min-width: 21vw;
  color: #666;
}
.pricelist_holder .accordion-button.collapsed.agefont p , .pricelist_holder .accordion-button.agefont p {
  margin: 0;
    margin-left: 0px;
  line-height: .9vw;
  font-size: .7vw;
  color: #999;
  padding-bottom: 1vw;
  border-bottom: dotted 3px #777;
  margin-left: 1vw;
  width: 100%;
  padding-left: 3px;
}
@media screen and (orientation:landscape)
{
	.pricelist_holder .accordion-button::after {
	  content: "details";
	  background: #74cfc7;
	  width: initial;
	  font-size: .7vw;
	  line-height: .9vw;
	  padding: 2px 5px;
	  position: absolute;
	  right: 0;
	  color: #fff;
	  top: 35%;
	  transform: translate(0,-50%);
	  box-sizing: border-box;
	  transition: all ease .25s;
	}
}
.accordion-button.collapsed.agefont , .accordion-button.agefont {
  padding-left: 0;
  padding-right: 0;
}
.accordion-button.agefont {
  background: none;
}
/* ---------------END--------------------------- */


@media (orientation: landscape) {
  

.brand-identity-samples .items .pos-media a img[width="1200"], .brand-identity-samples .item .pos-media img[width="1200"]  {
  display: none;
}
.brand-identity-samples .items .pos-media a img[width="1920"], .brand-identity-samples .item .pos-media img[width="1920"] {
  display: initial;
}

}


.brand-identity-samples #yoo-zoo .item div.pos-bottom .element {
  color: #666;
  text-align: justify; 
  font-family: Gadugi;
}


.brand-identity-samples #yoo-zoo .item div.pos-bottom .element.element-textarea h3 {
  line-height: 2rem;
  font-size: 2rem;
  margin-bottom: 30px;
    color: #79c7c2;
      margin-bottom: .5vw;
  margin-top: 1.5vw;
}

.brand-identity-samples #yoo-zoo .item div.pos-bottom .element.element-textarea h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
    color: #f16c29;
}

@media (orientation: portrait) {
 .brand-identity-samples #yoo-zoo .item div.pos-bottom .element.element-textarea {
    padding: 10px;
    font-size: .9rem;
    text-align: left;
    line-height: 1.3rem;
  }
.brand-identity-samples .items .row .pos-media img {
  opacity: 1 !important;
  filter: brightness(1) !important;

}
.brand-identity-samples .items .pos-media a img[width="1200"], .brand-identity-samples .item .pos-media img[width="1200"]   {
  display: initial;
}
.brand-identity-samples .items .pos-media a img[width="1920"], .brand-identity-samples .item .pos-media img[width="1920"] {
  display: none;
} 
} 
.form-check-inline {
  display: block;
}
.formContainer h3 {
  color: #6dc7bd;
  text-transform: uppercase;
  font-family: agenor;
}
.formContainer {
  color: #777;
  font-family: Gadugi,arial;
  font-size: 1.1rem;
  width: 90%;
  margin: auto;
}
.formContainer label {
  text-transform: capitalize;
    line-height: 1.5rem; 
}

.formContainer h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: agenor;
  line-height: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #888;
  color: #888;
  padding-bottom: 1rem;
}
 .formContainer .row {
  margin-top: 2vw;
  margin-bottom: 1vw;
}

.mod-menu__heading.nav-header.instant_Quote_MainMenu {
  position: relative;
}
.p-2.instant_menu_icon {
  background: url(/images/main/instant-quote-white-icon.svg) no-repeat;
    background-size: auto;
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate(-110% , -50%);
  top: 50%;
  background-size: contain;
}


.brand-identity-samples #yoo-zoo .item div.pos-bottom .element.element-textarea h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 3rem;
  background: #6dc7bd;
  padding: 1rem 1rem 1.2rem;
  color: #fff;
  margin-bottom: 3rem;
}
.brand-identity-samples #yoo-zoo .item div.pos-bottom .element.element-textarea h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
    line-height: 1.5rem;
}
.brand-identity-samples #yoo-zoo .item div.pos-bottom .element.element-textarea h4 {
  margin-top: 2rem;
}
.brand_elements {
  border: thin solid #ccc;
  box-sizing: border-box;
  padding: 0rem 1rem 1.5rem !important;
  margin-top: 2rem !important;
}

.packpage #yoo-zoo .items .row:nth-child(2n+1) .teaserdesc p {
  text-align: left;
}

.packpage #yoo-zoo .items .row:nth-child(2n) .teaserdesc p {
  text-align: left;
}

.packpage #yoo-zoo .items .teaserdesc {
  margin-top: -.5rem;
}


.blogpage.blogpage2.termsconditions.innerpage #yoo-zoo .element-textarea * {
  line-height: 2rem !important;
}



.blogpage.blogpage2.termsconditions.innerpage #yoo-zoo .element-textarea h2 {
      text-align: left !important;
  text-transform: initial !important;
  line-height: 2.5vw !important;
  margin-top: 2vw !important;
  
    text-align: left !important;
  text-transform: initial !important;
  line-height: 1.5rem !important;
  margin-top: 2vw !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.blogpage.blogpage2.termsconditions.innerpage #yoo-zoo .element-textarea h3 {
  margin-bottom: 0 !important;
    margin-top: 2vw !important;
}

.blogpage.blogpage2.termsconditions.innerpage #yoo-zoo .element-textarea td {
  line-height: 1.5vw !important;
}

.blogpage.blogpage2.termsconditions.innerpage #yoo-zoo .element-textarea table {
    border: none;
}

.blogpage.blogpage2.termsconditions.innerpage #yoo-zoo .element-textarea a {
  color: #6dc7bd;
}
.preinvoice tr.bundle {
  position: relative;
}
.preinvoice tr.bundle:first-child::after {
  content: "BUNDLE ITEMS";
  display: block;
  position: absolute;
  left: -4.5vw;
  transform: rotate(-90deg);
  top: 3vw;
  font-weight: bold;
  color: #ff6505;
  font-size: 1vw;
}

.contact-menu-btn-a {
  transition: all ease .25s;
}

.contact-menu-btn-a::before {
  content: "[";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: -10px;
  left: -31px;
  opacity:0;
  transition: all ease .25s;
}

.contact-menu-btn-a::after {
  content: "]";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: -10px;
  right: -35px;
  opacity: 0;
  transition: all ease .25s;
}

.contact-menu-btn-a:hover::after {
  opacity: 1;
  right: -15px;
}

.contact-menu-btn-a:hover::before {
  opacity: 1;
  left: -11px;
}