

/* --------------------------------------------------------> Stripe */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
/* --------------------------------------------------------< Stripe */


.dv-item-1 {
	/*border: 2px solid red;*/
}

.img-lib {
	width: 100%;
}

.dv-dwn-icon {
	background: #FFF;
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	/*padding-top: 5px;*/
	opacity: 0.65;
	top: 0px;
    left: 0px;
	/*/*margin-left: calc(100% - 70px);
	margin-top: calc(100% + 10px);*/
}

.a-title {
	color: #212529;
}
.a-title:hover {
	color: #000;
}

footer {
  background-color: #999999;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 12px;
  color: #CCC;
  padding-top: 10px;
}

.css-h5 {
	font-size: 20px;
}


.btn-question {
  border: none;
  background: none;
  outline:none;
}
.btn-question:hover, .btn-question:focus {
  border: none;
  background: none;
  outline:none;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: #f8f9fa;
}

.btn {
  padding: .63rem 2.14rem !important;
}

.aria {
  height: 100%;
}

section.content-banner{
  width: 100%;
  position: relative;
}


.container-owl-carousel{
  max-width: 1440px;
  margin: 0 auto;
  /* position: relative; */
}

.container-owl-carousel .owl-item{
  max-width: 1440px !important;
  width: 1440px !important;
  max-height: 340px !important;
}

.container-owl-carousel .owl-item .banner{
  max-width: 1440px !important;
  height: 100% !important;
}

.container-owl-carousel .owl-item .banner img{
  width: auto !important;
  height: 100% !important;
  max-height: 340px !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.container-owl-carousel.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.container-owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block !important;
}



.container-owl-carousel.owl-theme .owl-nav{
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  /* display: flex; */
  justify-content: space-between;
}

.container-owl-carousel.owl-theme .owl-nav button{
  outline: none;
  width: 32px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
  border: none;
  background: #ffffff;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333 !important;
}

.container-owl-carousel.owl-theme .owl-nav button:hover{
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 12%);
  background: #ddd;
  color: #ffffff !important;
}

.container-owl-carousel.owl-theme .owl-nav .owl-next{
    border-bottom-left-radius: 64px;
    border-top-left-radius: 64px;
}

.container-owl-carousel.owl-theme .owl-nav .owl-prev{
  border-bottom-right-radius: 64px;
  border-top-right-radius: 64px;
}

.container-owl-carousel.owl-theme .owl-nav .owl-next span{
    font-size: 40px;
    /* color: #333333; */
    transform: translate(3px, -3px);

 }

 .container-owl-carousel.owl-theme .owl-nav .owl-prev span{
  font-size: 40px;
  /* color: #333333; */
  transform: translate(-3px, -3px);

}

.container-owl-carousel.owl-theme  button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  outline: none !important;
}

.container-owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #869791 !important;
  width: 6px;
  height: 6px;
}

.container-owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #FFF !important;
/*   border-radius: 15px; */
  border: none;
/*   width: 11px;
  height: 11px; */
}

.template_1 .body-info{
  margin-top: 0 !important;
}

#info-ios:hover .tooltiptext{
  visibility: visible;
}

.tool_tip .tooltiptext {
  visibility: hidden;
  width: 410px;
  padding: 5px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 3006;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}


@media (max-width: 1440px) {
  .container-owl-carousel .owl-item{
    width: 100% !important;
  }

  .container-owl-carousel .owl-item .banner img{
    width: 100% !important;
    max-height: 340px !important;
  }

}

@media (max-width: 1024px) {
  
  .container-owl-carousel .owl-item .banner img{
    border-radius: 8px;
    box-shadow: 0 2px 5px #00000073;
  /*   width: 100% !important;
    height: auto; */
  }

  .container-owl-carousel .owl-item .banner{
    padding: 10px;
  }


  .container-owl-carousel.owl-theme .owl-nav{
    display: none;
  } 

  .container-owl-carousel{
    /* margin-top: 5px; */
    /* margin: 5px; */
  }
}