.slider-section
{
    padding-top: 130px;
}
.service-bx
{
    text-align: center;
    background: #00af93;
    padding: 6px;
    border-radius: 6px;
    margin: 0 0 30px;
}
.service-bx img
{width: 100%;border-radius: 5px;}
.service-bx h3
{
    font-size: 16px;
    margin: 10px 0 0;
    color: #FFF;
    font-weight: 400;
}
/*Slider Starts*/
.main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 24px;
}

.main-slider {
    position: relative;
    position: relative;
}

.main-slider .owl-nav {
    position: absolute;
    top: 39%;
    width: 100%
}

.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #084f95;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 23px;
    color: #ffffff;
    line-height: 55px;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    right: 10px;
}

/*Slider Ends*/

.drbx
{
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 10px 16px;
}
.drbx h2
{
    font-size: 18px;
    margin: 15px 0 7px;
}
.drbx p
{
    line-height: 22px;
    font-weight: 500;
}
.drbx-hm
{
    text-align: center;
}
.drbx-hm h2
{
    font-size: 18px;
    margin: 15px 0 7px;
}
.drbx-hm p
{
    line-height: 22px;
    font-weight: 500;
}
.title-s1
{
    font-size: 30px !important;
    font-weight: 300;
}
.title-s1 span
{
    font-weight: 700;
}

.feature-list
{
    list-style: none;
    padding: 0px;
}
.feature-list li
{
    position: relative;
    padding-left: 38px;
    margin: 0 0 14px;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}
.feature-list li i
{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 30px;
    height: 30px;
    background: #00af93;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    line-height: 31px;
}
.facility-bx
{
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 17px;
    margin: 0 0 30px;
    border-radius: 20px;
}
.facility-bx img
{
    margin: 0 0 16px;
    border-radius: 10px;
}
.facility-bx h2
{
    font-size: 19px;
}
.facility-bx p
{
    
}


.floatingwhatsapp {
    position: fixed;
    bottom: 28px;
    left: 13px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}

@media (max-width:992px)
{
    .owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev
    {
        width: 35px;
        height: 35px;
    }
    .footer-wrap {
            background-size: 240px;
}
    .img-s1
    {
        margin-bottom: 30px;
    }
    .promo-wrap.style2 {
    margin: 0;
        padding-top: 20px;
}
    .promo-wrap.style2:after {
    top: 0;
    height: 100%;
}
    .header-top
    {
        display: none;
    }
    .slider-section {
    padding-top: 69px;
}
    .promo-card
    {
        display: none;
    }
    .about-img-wrap
    {
        display: none;
    }
    
    .about-wrap
    {
        padding-bottom: 0 !important;
    }
    .drpic
    {
        width: 100%;
    }
}