#demos .carousel1 {
    margin: 2rem 0
}

#demos .carousel1 .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem
}

#demos .carousel1 .item h4 {
    color: #FFF;
    font-weight: 400;
    margin-top: 0rem
}

#demos .carousel1 .item-video {
    height: 300px
}

#demos #setup {
    margin-top: 4rem
}
#myBtn {
     /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    box-shadow: 2px 5px 5px #0a0a0a;
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

 #whatsapp{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 83px;
    right: 30px;
    background-color: #10a146;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 4px 5px #0a0a0a;
    z-index: 100;}

#phone{
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 150px;
        right: 30px;
        background-color: #a11010;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 40px;
        box-shadow: 2px 4px 5px #0a0a0a;
        z-index: 100;}

.carousel1,
.carousel1 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.carousel1 {
    display: none;
    width: 100%;
    z-index: 1
}

.carousel1 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.carousel1 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.carousel1 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.carousel1 .owl-item,
.carousel1 .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.carousel1 .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.carousel1 .owl-item img {
    display: inline-block;
    width: auto
}

.carousel1 .owl-dots.disabled,
.carousel1 .owl-nav.disabled {
    display: none
}

.no-js .carousel1,
.carousel1.owl-loaded {
    display: block;
    float: left;
}

.carousel1 .owl-dot,
.carousel1 .owl-nav .owl-next,
.carousel1 .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel1.owl-loading {
    opacity: 0;
    display: block
}

.carousel1.owl-hidden {
    opacity: 0
}

.carousel1.owl-refresh .owl-item {
    visibility: hidden
}

.carousel1.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel1.owl-grab {
    cursor: move;
    cursor: grab
}

.carousel1.owl-rtl {
    direction: rtl
}

.carousel1.owl-rtl .owl-item {
    float: right
}

.carousel1 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.carousel1 .owl-animated-in {
    z-index: 0
}

.carousel1 .owl-animated-out {
    z-index: 1
}

.carousel1 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.carousel1 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.carousel1 .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.carousel1 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.carousel1 .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.carousel1 .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.carousel1 .owl-video-playing .owl-video-play-icon,
.carousel1 .owl-video-playing .owl-video-tn {
    display: none
}

.carousel1 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.carousel1 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #b0b0b2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
    background: #ff3821;
    width: 15px;
    height: 15px;
    margin: 0px 5px 3px;
}

.owl-dot:hover span {
    background: #ff3821;
}