.divider-wrap .column-right:before {
    display: none !important;
}

.divider-wrap .column-right .content .title {
    font-size: 40px
}

.error {
    color: red !important
}

.home-slider-content .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff5e14;
}

.home-slider-content .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #d4ccc8;
    border-radius: 50%;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    width: 12px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.home-slider-content {
    position: relative;
}

.home-slider-content .home-btn-next {
    border: 2px solid #ff5e14;
    bottom: 445px;
    right: 35px;
    background-color: #ff5e14;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    z-index: 99;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out; 
   
}

.home-slider-content .home-btn-prev {
    border: 2px solid #ff5e14;
    bottom: 445px;
    left: 35px;
    background-color: #ff5e14;;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    z-index: 99;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.divider-area.divider-style1-area {
    padding-bottom: 140px;
}


.content ul li:before {
    content: "";
    background-color: #000;
    border-radius: 50%;
    height: 8px;
    margin-right: 5px;
    opacity: 1;
    width: 8px;
    position: relative;
    top: -2px;
}

.content ul li{
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {

    .home-slider-area .swiper-wrapper{
        display: flex;
    }

    .home-slider-area .swiper-slide{
    height: auto;
    }


    .home-slider-area .swiper-slide .home-slider-item {
        height: 100%;
    }

    .home-slider-area .swiper-slide .home-slider-item .slider-content-area {
        height: 100%;
    }

    .divider-wrap .column-right .content .title {
        font-size: 23px
    }
}

@media only screen and (max-width: 768px) {
    .home-slider-content .home-btn-next, .home-slider-content .home-btn-prev {
       display: none;
    }
}

@media only screen and (max-width: 480px) {
    .divider-wrap .column-right .content .title {
        font-size: 28px
    }
}

.service-details-body .content h3 {
    margin-bottom: 20px;
    font-size: 18px
}

@media only screen and (max-width: 1090px) {
    .divider-wrap .column-right {
        padding-left: 70px;
        padding-right: 70px;
    }

    .divider-wrap .column-right .content .title {
        font-size: 28px
    }

    .service-details-body .content h3 {
        margin-bottom: 20px;
        font-size: 18px
    }
}

@media only screen and (max-width: 768px) {
    .divider-wrap .column-right {
        min-height: 190px;
        padding-left: 15px;
        padding-right: 5px;
    }

    .divider-area.divider-style1-area {
        padding-bottom: 55px;
    }

    .service-details-body .content h3 {
        margin-bottom: 20px;
        font-size: 18px
    }
}

@media only screen and (max-width: 1400px) {
    .home-slider-item .row {
        display: flex;
        justify-content: center;
    }
    
    .home-slider-item .row .inner-content .wrap-one {
        text-align: center;
    }
    .home-slider-item .row .inner-content .wrap-two {
        text-align: center;
    }
    .home-slider-item .row .inner-content .wrap-three {
        text-align: center;
    }
}

