.flexad {
margin:0 auto;
text-align:center;
width:100%;
height:250px;
background:#CCFFFF;
padding:0;
margin:0 auto 25px;
border-radius:13px;
}

button {
        display: inline-block;
        background-color: #0000ff;
        border-radius: 10px;
        border: 4px double #cccccc;
        color: #eeeeee;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        width: 240px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
      }

.carebox {
	width:100%;
max-width:720px;
	border:solid 2px grey;
	border-radius:10px;
	padding: 50px 5px 20px;
	margin:0 10px 40px 10px;
	background:#ccc;
}

/* Style the form - display items horizontally */
.flexiform { 
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	max-width: 720px;
	box-sizing: none;
}

fieldset {
	border:0px;
}

/* Style the input fields */

.flexiform input {
	flex: 1;
	width:90px;/*90*/
	height:42px;/*42*/
	vertical-align: middle;
	margin: 2px 0 0 18px;
	padding: 4px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
}

/* Style the select fields */
.flexiform select {
	width:200px; /*180*/
	height:36px;/*36*/
	font-size: 14px;
	vertical-align: middle;
	margin-left: 8px;
	padding: 2px 5px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
}

#choose, #choose2 {width:200px}
#types, #types2 {width:200px}

/* Style the submit button */
.flexiform button {
	width:200px;/*180*/
	height:36px;/*36*/
	font-size: 10px;
	padding: 0 5px 5px 5px;
	margin: 0 0 0 8px;
	border: 1px solid purple;
	border-radius: 5px;
	background-color: #b2cedb;
/*#005C8A;*/
	color: white;
}

.flexiform button:hover {
	background-color: royalblue;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {

.carebox {
	padding: 10px 10px 20px;
	margin:10px auto;
}

.flexiform input {
	flex-basis: 100%;
	margin: 15px 0;
	width:150px;
	height:24px;
	font-size:14px;
  }

.flexiform select {
	margin: 15px 0;
  }

.flexiform {
	flex-direction: column;
	align-items: stretch;
	border: none;
	width: 90%;
  }

}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 600px wide */
@media (max-width: 600px) {

.carebox {
	width: 350px;
	padding: 10px 2px 20px;
	margin:2px auto 25px;
	text-align:center;
}

.flexiform {
	width: 100%;
	max-width: 320px;
	margin: 0;
}

.flexiform select {
	width:260px; /*180*/
	height:40px;/*36*/
	font-size: 14px;
	vertical-align: middle;
	margin: 0;
}

#choose, #choose2 {width:280px}
#types, #types2 {width:280px}


.flexiform input {
	margin: 0;
}

.flexiform button {
	width:280px;
	height: 44px;
	font-size: 16px;
	padding: 2px 4px;
	margin: 0;
}

}

.carousel{
  height: 400px;
  width: 100vw;
  margin: 25px auto 40px;
  max-width: 628px; /*old 678*/
  overflow-x: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-radius: 13px;
}
.carousel-inner{
  height: 100%;
  /* min-width: 400%; */
  display: flex;
  transition: all ease .5s;
}
.carousel-item{
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flpic{
height: 400px;
width:628px;
}

.carousel-item h1{
  opacity: .5;
}
.carousel-controls .prev{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  /* background-image: url('prev.svg'); */
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
}
.carousel-controls .next{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
 /* background-image: url('next.svg'); */
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
}
.prev:hover, .next:hover{
  opacity: 1;
}
.carousel-indicators{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.carousel-indicators span{
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  opacity: .5;
  cursor: pointer;
  margin: 3px;
}
.carousel-indicators span.active{
  opacity: 1;
}

@media (max-width: 800px) {

.carousel{
max-width: 428px;
}

.flpic{
height: 400px;
width:400px;
}

}

@media (max-width: 600px) {

.carousel{
text-align:center;
height: 278px;
max-width: 328px;
}

.flpic{
height: 330px;
width:330px;
}

video {
  /* override other styles to make responsive */
  width: 90%    !important;
  height: auto   !important;
max-width: 854px;
}
.vidshare {
  position: relative;
}

.vidshare .video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ccc;
}

.vidshare .video-content {
  position: absolute;
  bottom: 0px;
}

.share {
        display: inline-block;
        background-color: #fff
        border-radius: 0;
        border: none;
        color: #eeeeee;
        text-align: center;
        font-size: 1em;
        padding: 0;
        width: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        margin: 0;
      }

}