/*Custom CSS*/
body {

}
body, header, #container {
  line-height: 1.7em;
}
#container {
  background: #fff;
  padding-bottom: 2em;
  padding-top: 0em;
}
body.home #container {
  padding-top: 0;
}
/*header*/
#mobile-menu-container .menu-bar {
}
  
#header .header-b {
  border: none;
}

#header {
    border-bottom: 10px solid #91CC85;}



.billboard .slide-sub-header, .video-container .slide-sub-header {
    font-size: 1.5em;
    line-height: 1.4em;
}

.passed-header .sticky-background {
    background: #fff;
    border-bottom: 10px solid #91CC85;
}

/*Logo*/
.logo img {
    width: auto;
    margin-bottom: 3px;
}
a.hidden-logo {
    display: none;
}
.logo {
    font-size: 35px;
    color: navy;
    font-weight: 700;
}
.logo span {
}

.passed-header a.hidden-logo {
    display: block;
    padding-top: .05em;
}
.hidden-logo p {
  margin: 0;
}
.phone a {
    background: #91CC85;
    color: #000;
    padding: 10px 15px;
    border-radius: 8px;
}
span.call-today {
    display: none;
}
a.phone-number {
}

.full {
	width:100%;
}

/*nav*/
.nav-bar ul {
    padding: 0px 0 5px;
    margin-top: .0em;
    line-height: 1.2em;
}
.passed-header .nav-bar  {
  text-align: center;
}

.nav-bar ul li {
    margin: 0 .4em;
  text-align:center;
}
.nav-bar ul a {
    padding: 8px 3px;
    border: 0px solid transparent;
    margin: 0 .0em;
    color: #000000;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.nav-bar .sub-menu a:hover, .nav-bar .sub-menu li.current-menu-item a {
  background: rgb(222 222 222);
  /* text-shadow: 0 0 3px #fff; */
}
.nav-bar .sub-menu a {
  padding: .75em .7em !important;
  display: block;
  margin: 0;
  /* font-size: .90em; */
  line-height: 1.2em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
  /* color: #2e4b5f; */
  /* border-bottom: 4px solid #CCDBDC; */
  /* text-shadow: 0 0 5px #000000; */
}
.nav-bar ul a:active {
    /* padding: .5em !important; */
}
ul.menu > li.current-page-ancestor > a:before,
ul.menu > li.current_page_parent > a:before,
ul.menu > li.current-menu-parent> a:before,
ul.menu > li.current-menu-item > a:before,
ul.menu > li > a:before  {
  content: '';
  position: absolute;
  background: #91CC85;
  z-index: -1;
  right: 50%;
  bottom: 0px;
  left: 50%;
  height: 2px;
  top: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
ul.menu li.current-page-ancestor > a:before,
ul.menu li.current_page_parent > a:before,
ul.menu li.current-menu-parent> a:before,
ul.menu li.current-menu-item > a:before,
ul.menu > li > a:hover:before, 
ul.menu > li:hover > a:before  {
  right: 0;
  left: 0;
  opacity: 1;
}



.header-visible .menu-wrap.stick-me {
    position: relative !important;
}
.passed-header .phone-wrap.stuck {
 }

/*headings*/

h1,h2,h3 {font-family: 'Poppins', sans-serif;font-weight: 500;}
h1 {
  margin: .55em 0 .00em;
  font-size: 1.7em;
}
.breakout h1 {
  margin-top: .0em;
}
body.home h1 {

}
body.home h1:after {
}
h2 {
  font-size: 1.5em;
  margin-top: .8em;
  margin-bottom: .25em;
}
h2 + p {
  margin-top: .75em;
}
h3 {
  font-size: 1.3em;
}

h1, h2, h3 {
  /* color: #1d79f0; */
}
body.page-feedback h1 {

}
h4 {
  font-weight: bold;
  font-size: 1.3em;
  LINE-HEIGHT: 1.5EM;
}
h5 {

}
h6 {
  font-weight: bold;
}
.accent {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 1.7em;
}
h1 span, h2 span, h3 span {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.medium-wrapper {
  padding: 0em 0em;
}

.serv-row {
  margin-top: 2em;
}
.serv-row h2 {
  font-weight: normal;
  font-size: 1.75em;
}
.serv-row h2:after {
  display: block;
  content: '';
  width: 100px;
  height: 0px;
  background: #f04807;
  margin: .5em 0 .8em;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.round-img, 
.serv-row img {
  border-radius:  100%;
  -moz-border-radius:  100%;
  -webkit-border-radius:  100%;  
}
.serv-row .wrap {
    padding: 0em 1.5em 1.0em;
    background: #ffffff;
    border: 2px solid #91CC85;
    /* box-shadow: 0 0 5px #cacaca; */
    height: 100%;
}

.serv-row > div {
    margin-bottom: 1em;
}

.billboard.swiper-container {
    margin-bottom: 2em;
}
/*billboard*/
.billboard .swiper-slide {
    height: 55vh;
}

.billboard .slider-content .slider-cta-button, .video-container .slider-content .slider-cta-button, .billboard .slider-content a, .video-container .slider-content a {
    color: #222;
    background: #99D3FF; 
	border-radius: 8px;
}

#footer .btn:hover, .link-button:hover, .billboard .slider-content a:hover, .video-container .slider-content a:hover, .btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #content .view-article:hover, .wpcf7-form input[type=submit]:hover, #content .btn:hover, #slider .btn:hover {
    background: #466da9;
    color: #fff; 
    text-decoration: none !important;
	border-radius: 8px;
}
  
.breakout.billboard {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 3px;
}
body.home .breakout.first-b {
}
body.home .first-b .swiper-wrapper {
  height: auto !important;
}
.breakout.billboard + .row {
  margin-top: 0;
}
.background-overlay {

}
.billboard .slider-content {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
    width: 100%;
    flex-direction: column;
    padding: 1.5em 3em 2em;
    z-index: 3;
    /* background-color: rgb(174 212 248);;/* color: #ffffff; */
    /* background-color: rgb(174 212 248);;/* text-shadow: 1px 1px 3px #000000; */
    background-color: rgb(0 0 0  / 50%);
    text-align: center;
}
.billboard .slider-content .wrap {
  /* background-color: rgb(174 212 248); */
  /* padding: 1em; */
}
.first-b img, .first-b .img-border {

}
.billboard .slide-header, .video-container .slide-header {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.billboard .slide-sub-header, .video-container .slide-sub-header {
    text-align: center;
	color:#fff;
}
.slide-header span {
  display: block;
  font-size: 1.75em;
  line-height: 1.1em;
  /* text-shadow: 1px 1px 3px #000000; */
  /* color: #029cce; */
  /* -webkit-text-fill-color: #029cce; */ /* Will override color (regardless of order) */
  /* -webkit-text-stroke-width: 0px; */
  /* -webkit-text-stroke-color: white; */
}

.swiper-pagination-bullet-active {
    background: #000;
} 
.swiper-pagination-bullet-active {
    background: #000;
}

 .swiper-button-next {
    background: none;
}

.swiper-button-next:before {
    content: '\f054';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
}

 .swiper-button-prev {
    background: none;
}

 .swiper-button-prev:before {
    content: '\f053';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
} 
.billboard .right-cta .slider-content {
    align-items: flex-end;
}

.billboard .right-cta:after {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(260deg,  rgba(2, 156, 206, .9)  0%, rgba(87,88,90,0) 80%);
    background: -webkit-linear-gradient(260deg,  rgba(2, 156, 206, .9)  0%, rgba(87,88,90,0) 80%);
    background: linear-gradient(260deg, rgba(2, 156, 206, .9) 0%, rgba(87,88,90,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#57585a",GradientType=1);
}

.billboard .right-cta  .slide-header {
    text-align: right;
}

/*images*/  
#content img, img, .feedback-header img {
    max-width: 100%;
    height: auto;
    width: auto;
    border-radius: 10px;
}
.up-down a {
    color: #292929;
}
body.page-id-16 img.aligncenter {
    max-width: 100% !important;
    width: auto;
    height: auto;
}


.row {
  margin-top: 2em;
  margin-bottom: 2em;
}

.blog .medium-wrapper > .row {
  margin-top: 0;
  margin-bottom: 0;
}


/*home ctas*/

.home-ctas h3 a {
    color: inherit;
    display: block;
    font-weight: 400 !important;
    /* color: #fff; */
    padding: 1em;
}

.home-ctas h3 {
    text-align: center;
    /* background: white; */
    margin: 0 0 .0em;
    font-size: 1.7em;
}

.home-ctas {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.home-ctas > div {
  /* margin-bottom: 4em; */
}
.home-ctas img {
}

.home-ctas > div:last-child {
}
.home-ctas .subject:hover {
    box-shadow: 0 0 10px #2d4858;
}
.home-ctas .subject {
    background: transparent;
}
.home-ctas .wrap {
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 2px #91CC85;
	color: #000;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	height: 100%;
	padding: 0em 0em;
	font-weight: 400;
	line-height: 1.6em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}
 

.home-ctas a:hover {
 text-decoration: none !important;
}
.home-ctas .wrap:hover {
  background: #99D3FF !important;
  box-shadow: 0 0 0 3px #99D3FF !important;
}
.home-ctas .wrap:hover a {
  color: #fff !important;
}
.home-ctas p {
  margin-top: 0;
  margin-bottom: 0;
}
.home-ctas .btn {
  display: block !important;
  margin-top: -20px;
}



/*Modals*/
.modal-dialog {
    max-width: 1000px;
    width: 80%;
    margin-top: 170px;
}
.modal-header {
    display: block;
    padding: 1em 1.5em 0;
}
.modal-header h2 {
  margin-top: 0;
}
.modal-header .btn, .modal-header button {
    min-width: 0;
    padding: 0;
}
.modal-body {
  padding: 1em 1.5em;
}
.modal-footer {
  padding: 1em 1.5em;
}



/*buttons*/
.billboard .slider-content a:after, .video-container .slider-content a:after, 
.btn:after, button i,.rev-read-more:after,
a.contact-btn:after,.biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after  {

}

.wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn,.biziq-button,.client-button, #content .btn, #slider .btn, .view-article, .rev-read-more, #respond #submit, .btn, .link-button {
    font-weight: 700;
    background: #2684cc;
    padding: .8rem 1.5rem;
    color: #ffffff;
   border-radius:8px;
}

.btn.tel-btn:after {
  content: '\f095';
}
/*slider buttons*/
.billboard .slider-content a, .video-container .slider-content a {

}

.billboard .slider-content a:hover:after, .video-container .slider-content a:hover:after, 
.btn:hover:after, button i,.rev-read-more:hover:after,
a.contact-btn:hover:after,.biziq-button:hover:after,.client-button:hover:after, .btn:hover:after, #slider .btn:hover:after, .view-article:hover:after  {
  color: #fff;
}

#content .purple .btn {
  border: 2px solid #fff;
}
#content .purple .lg .btn {
  font-size: .85em;
}


/*breakouts*/
.first-b {
  margin-top: -1.1em !important;
  overflow:hidden;
}
.breakout {
  color: inherit;
  margin-top: 3em;
  margin-bottom: 3em;
  left: 0 !important;
}
.breakout + .small-wrapper {
  padding-top: .5em;
  padding-bottom: 1em;
}
.breakout + .breakout {
  margin-top: -3em;
}
 
.breakout .medium-wrapper, .breakout .small-wrapper {
  padding: 2em 2.3em 2em;
  z-index: 99;
}
.breakout .large-wrapper {
  padding: 2.5em 2.5em 2.5em;
}
.small-wrapper {
  padding: .05em 0 0;
}
#content .small-wrapper h2 {
  margin-top: 1em;
}
#content .full-2-col h2 {
  margin-top: .5em;
}
.last-b {
  margin-bottom: -2.2em;
}


/*usefull classes*/
.text-wrap {
  padding: 2em;
}
.light {
  background-color: #91CC85;
}
.dk {
  background-color: #99D3FF;
  color: #131313;
}
.dk p {

}
.center, .center * { text-align: center; }

.dk.bg-img:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;
  background: rgb(37 64 98 / .8);
}

.dk.bg-img {
 }

.dk.bg-img p {
  font-weight: 600;
}

.breakout .large-wrapper {
    position: relative;
    z-index: 2;
}
.triangle-down {
}

.triangle-down:before {
    content: '';
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 25px solid #1d79f0;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    left: calc(50% - 30px);
    z-index: 6;
    bottom: -20px;
}
.triangle-down.no-content .large-wrapper:before {
    top: -95px;
}
hr {
    margin: 2em 0;
}
 
.clear {
  clear: both;
}
.lg {font-size: 1.2em;line-height: 1.5em;}
.cta-full {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  padding: 1em 2em 2em;
  background: #ffffff;
  border: 1px solid #91CC85;
  border-bottom: 8px solid #91CC85;}

/*feedback*/
.up-down a i {
    font-size: 7em;
    /* margin: 0; */
    text-align: center;
    display: inline-block;
    width: 35% !important;
    max-width: 200px;
}


/*Sidebar / blog */
.blog #sidebar, .woocommerce #sidebar, .single-post #sidebar {
  background: transparent;
  line-height: 1.6em;
}
.widget-container {
    padding: 1em 1.25em 2em;
    background: #ffffff;
    color: inherit;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 3px solid #99D3FF;
    margin-bottom: 1em;
    overflow: hidden;
} 
#sidebar a {
    color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}


/*Links*/
a {
  color: inherit;
}

#content .dotted {
  line-height:1.2em;
  /* display: inline-block; */
  border-bottom: 1px dotted;
  color: inherit;
}
.tel-inline {
  font-weight: 700; display: inline-block; 
}
.tel-inline:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .93em;
}




.brands img {
  padding: 10px;
}


/*form*/
form {
    font-size: 1em;
    background: #fff;
    padding: 2em;
    border: 1px solid #91cc85;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
form label {
	color:#222;
}
form .row {
  margin-top: .5em;
  margin-bottom: 0;
}
form small {
  display: block;
  line-height: 1.2em;
  position: relative;
  margin-top: 0;
}
body.page-contact-us #content form {
  /* color: #fff; */
}
body.page-contact-us #content form h2 {
 
}
form label {
    color: #222;
    display: block;
    margin: .0em 0 3px;
    font-weight: bold;
    line-height: 1.5em;
}

form#review-form label {
   color: #222;
}
body.page-contact-us form textarea,
body.contact-us form input {
  /*border: none;
  font-weight: 400;*/
}
body.page-contact-us form input.submit {
  font-size: 1.05em;
  color: #fff;
}
input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: auto;
}
form textarea, form input, form select {

}
form textarea {
  height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"], input#biziq-review-submit, input[type="submit"], #biziq-review-submit {
  margin-top: .0em;
  max-width: 220px;
}

.wpcf7-form input[type=submit]:hover, form input.submit:hover, form input[type="submit"]:hover, input#biziq-review-submit:hover, input[type="submit"]:hover, #biziq-review-submit:hover {

}

input#biziq-is-human + label {
    display: inline-block;
}

.inverse ul.checked li:before, .inverse ul.fancylist li:before  {
  color: #fff;
  font-weight: 500;
}

/*reviews*/


#wform label {}
input[type=text], .wpcf7-form input, .wpcf7-form textarea, .biziq-review-input, input, textarea, select {}
.review-nav-container { width: 100%; }
 
.rev-cont .wrap {
  padding: 20px 20px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 400px;
  align-items: center;
  justify-content: center;
  margin: 0 1.5em 3em;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  box-shadow: 3px 3px 0 #000000;
}
.final-star, .star {
    color: #99D3FF !important;
    font-size: .9em;
}
.review-info {
}
.admin-reply, .author-name {
  font-style: normal;
  font-size: .9em;
}
.review-container h3.review-title {
  display: none;
}
.review-nav-container li a {background: #fff;}

#content .review-nav-container li {
  background: transparent;
}

#content .review-nav-container li a {
  min-width: 0;
  color: #000;
  padding: 5px;
}

/*Footer*/
#footer {
    background: #99D3FF;
    color: #000;
}
header .row {
  max-width: 1250px;
  margin: auto;
  padding: 0em 1em;
}

#footer p {
  margin: .0em;
}
#footer {
  /* min-width:1150px; */
}
#footer .row {
  margin: 0 -15px;
}
#footer h2 {
   margin-top: 1em;
   margin-bottom: .7em;
}
#footer ul {
    padding-left: 25px;
}
#footer .textwidget p:first-of-type {
  margin-top: 0;
}

#footer .pay-wrap img {
  max-height: 80px;
  max-width: 200px;
  margin: 0 0 5px;
}

 
#footer .cur-wrap img  {
  max-height: 50px;
  max-width: 200px;
  margin: 0 3px 5px;
}

#footer a {
    color: inherit;
    text-decoration: none;
}
#footer .btn {
  background: #2684cc;
	border-radius: 8px;
  border: 0px solid #e4e4e4;
    font-size: .9em;
	min-width:200px;
    color:#fff !important;
}

#footer .btn:hover {
  background: #d4e9fa;
  border: 0px solid #e4e4e4;
	border-radius: 8px;
  font-size: .9em;
	min-width:200px;
    color:#222 !important;
}
#footer a:hover {
    /* color: #9a0a37; */
    text-decoration: none;
    background: #5fb3df;
    color:#fff !important;
}

span.icon-item a {
    text-indent: -11px;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: .0em;
    margin-top: .7em;
}

span.icon-item i {
    margin-right: 5px;
    /* color: #D12121; */
    font-size: .9em;
}

#footer table {
  /* font-size: .98em; */
  line-height: 1.50em;
  max-width: 350px;
  margin: 0 0 0.75em;
}

#footer .box {
  font-size: .98em;
  padding: 0em;
  /* text-align: left; */
}
.socialicons {
  margin-top: 20px;
  text-align: left;
}

#copyright {
  color: #000;
  padding: 1em;
  background: transparent;
  margin-top: 0em;
  line-height: 1.4em;
  letter-spacing: .05em;
} 

  #mobile-menu-container .current_page_item, #mobile-menu-container li:hover, #mobile-menu-container li:hover a {
    text-decoration: none;
    color: white;
    background: #BB9457;
  }

@media only screen and (min-width: 768px) {

  a.phone-number:hover {
    /* color: #fff; */
  }
  #content {
    padding-bottom: 2rem; 
  }
  .serv-row > div {
    margin-bottom:0em;
  }

  .billboard .swiper-slide {
    height: 80vh;
  }
   .text-wrap {
     max-width: 600px;
     padding: 2em 3em 2em 0em;
   }
  .nav-bar ul {
    /* max-width: 700px; */
    /* margin: 0 0 0 auto; */
  }
  .passed-header .nav-bar ul {
    max-width: 100%; 
  }
  .parallax {
    background-attachment: fixed;
  }
  .passed-header .menu-wrap.stuck {
     /* box-shadow: 0 0 5px #b9b9b9; */
     padding-bottom: .0em !important;
  }

  
  .nav-bar > ul > li {
    border:none;
    margin: 1px 2px;
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
    right: 0;
    width: auto;
    left:0;
    z-index: -2;
    top: 150%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    /* box-shadow: 0 0 3px #e5e5e5; */
}

  .nav-bar > ul >  li:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .nav-bar > ul > li ul.sub-menu li {
    margin: 0;
    /* overflow: hidden; */
  }
}

@media only screen and (max-width: 767px) {
  .home-ctas > div {
    margin: 0em auto 0em;
      margin-bottom: 10px;
  } 
  .home-ctas > div:last-child {
    margin-bottom: 0;
  } 
  .billboard .swiper-slide:after {
    /* background: rgba(2, 156, 206, 0.58) !important; */
  }
  .billboard .slider-content {
    padding: 1em 1em 2em;
    /* position: relative; */
  }
 
  header#header {
    margin-top: 0em;
    border: none;
  }
  .header-b .stick-me > .end-xs:first-child {padding: 0;}

  .sub-menu-icon {
    cursor: pointer;
  }

  #content .slider-parallax {
 
  }  
    .billboard .swiper-slide {
    }
  .billboard .slider-content,
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    /* display: none; */
    text-align: center !important;
    justify-content: center;
    align-items: center !important;
    background: #91CC85;
    color: #000;
  }  
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    font-size: 1.5em;
    /* max-width: 95%; */
  }
  .billboard .slider-content a, .video-container .slider-content a {
    font-size: .95em !important;
    padding: 8px 15px !important;
    min-width: 50px !important;
  }
  .billboard .slide-sub-header, .video-container .slide-sub-header {
    /* display: none; */
    font-size: 1em;
    color: #000;
  }
  .topPhone {
    text-align: center;
  }
  #content {
    min-height: 0;
  }
  #content .btn, .btn {
    min-width: 150px;
      margin-bottom: 10px;
  }
  #footer h2 {
    margin-top: 1em;
  }
  #footer .box {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
 

  .billboard .slider-content .wrap {background: transparent;}
 .billboard div[class*="swiper-button"] {
   display: none;
 }
}

@media only screen and (max-width: 480px) {

}

#tuis tr, #tuis td, #tuis th {
	border: 1px solid black;
	padding: 1rem
}


