.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: #ea373b;
}

.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;
}


.owl-carousel.service-carousel .owl-nav
{
    text-align: center;
    margin: 10px 0 0;
}
.owl-carousel.service-carousel .owl-nav button.owl-prev, .owl-carousel.service-carousel .owl-nav button.owl-next
{
    width: auto;
    padding: 10px 20px !important;
    background: #ea373b;
    color: #FFF;
    margin: 0 1px;
    font-size: 21px;
}
.innerpage-section
{
    padding: 80px 0;
}

.feature-list
{
    list-style: none;
    padding: 0px;
}
.feature-list li
{
    position: relative;
    padding-left: 38px;
    margin: 0 0 17px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.feature-list li i
{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 30px;
    height: 30px;
    background: #d8283d;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    line-height: 29px;
}

.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    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;
}


.modal-content
{
    position: relative;
    text-align: center;
    padding: 30px;
    display: block;
}
.modal-content .modalclose
{
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 40px;
    width: 30px;
}
.modal-content i
{
    font-size: 40px;
    border: 3px solid #ee4243;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    color: #ee4243;
}
.modal-content h2
{
    font-size: 28px;
    margin: 10px 0 10px;
    color: #56545a;
}

.modal {
    z-index: 99999;
}
.modal-backdrop.show {
    opacity: .5;
    z-index: 9999;
}
.form-error
{position: relative;top: -18px;color: #ea373b;font-size: 14px;}
.enquiry-btn
{
    display: block;
    position: fixed;
    right: 0px;
    top: 60%;
    z-index: 9999;
}

@media (max-width:992px)
{
    .innerpage-section {
    padding: 0px 0;
}
    .rts-title-area::after {
        display:none;
    }
    .contact-image-one
    {
        display: none;
    }
    .mt--50 {
    margin-top: 0px !important;
}
    .rts-title-area {
        margin-top: 39px;
        text-align: center;
}
    .owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
}
    .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 19px;
    line-height: 36px;
}
    .about-one-thumbnail
    {
        display: none;
    }
}