footer {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 13px;
    background: #DDD;
    padding: 5px 10px;
    margin: 5px;
}

.footer {
    background: #114E47;
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    font-size: 18px;
}

.scroll{
    border: 5px solid transparent!important;
    padding: 3px!important;
    background-color: transparent!important;

}

.dk-dropdown{
    margin: 1px;
    padding: 0px;
}
.scroll:hover{
    border: 5px solid #3CB68A!important;
}
.scroll_div {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3CB68A!important;
    font-size: 27px ;
}
.footer p{
    margin-bottom: 0;
    font-weight: 500;
}


 .owl-nav button span {
    font-size: 50px;
    margin-bottom: 10px;
}
 .owl-nav button {
    position: absolute;
    outline: none!important;
}
 .carousel-control-prev {
    height: 50px!important;
    width: 50px !important;
    border-radius: 50%!important;
    background-color: #3CB68A!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 50px;
    color: #114E47;
    left: -5vh;
    opacity: 1;
    top: calc(50% - 25px);
}
 .carousel-control-next {
    height: 50px!important;
    width: 50px !important;
    border-radius: 50%!important;
    background-color: #3CB68A!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 50px;
    color: #114E47;
    right: -5vh;
    opacity: 1;
    top: calc(50% - 25px);
}
.border-none{
    border: none!important;
}

 .carousel-control-next {
    font-size: 50px;
    background-image: none;
    color: #114E47;
}
 .owl-nav button:nth-child(1) {
    left: -5px;
    top: 38%;
}
#owl-demo .owl-nav button:nth-child(1) span{
    margin-right: 4px;
     color: white;
}
#owl-demo .owl-nav button:nth-child(2) span {
    margin-left: 4px;
     color: white;
}
 .owl-nav button:nth-child(2) {
    right: -5px;
    top: 38%;
}
 .owl-nav button {
    height: 50px!important;
    width: 50px!important;
    border-radius: 50%!important;
    background-color: #3CB68A!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
 .owl-nav button:hover {
    color: #3cb68a!important;
}

.carousel_footer{
    width: 80%;
}