﻿
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px;
}

.carousel-control {
    width: 0;
}

    .carousel-control.left,
    .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
    }

        .carousel-control.left span {
            padding: 15px;
        }

        .carousel-control.right span {
            padding: 15px;
        }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 30px;
    }

    .carousel-control.left span,
    .carousel-control.right span {
        /*background-color: #000;*/
    }

        .carousel-control.left span:hover,
        .carousel-control.right span:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #000;
}

    .header-text h2 {
        font-size: 40px;
    }

        .header-text h2 span {
            /*background-color: #2980b9;*/
            padding: 10px;
        }

    .header-text h3 span {
        background-color: #000;
        padding: 15px;
    }

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

    .btn-theme:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.quicklinks {
    padding-bottom: 35px !important;
}

.rev_slider_wrapper {
    height: 600px !important;
}

.tp-leftarrow {
    top: 40% !important;
}

.tp-rightarrow {
    top: 40% !important;
}

.inner-content h3 {
    margin-bottom: 5px;
}

.inner-content p {
    color: #000 !important;
}

.appointment-area input[type="text"], input[type="number"], textarea {
    border-color: #2acb35 !important;
    resize: none;
}

.icon-list {
    /*margin-top: 20px !important;*/
    font-size: 15px;
    color: #000;
    text-align: left;
}

.contact-form-area .contact-form {
    background: #af5252;
    border: 1px solid #7a5632;
    display: block;
    padding: 25px;
}

.features-list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: -5px;
    margin-left: -8px;
    margin-right: -8px;
}
.features-list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
}
.features-list li {
    list-style-type: none;
}
.features-list li span {
    display: block;
    position: relative;
    color: #000;
    font-size: 15px;
    /*font-weight: 700;*/
    /*padding-left: 50px;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

/* How It Work Start */
.how-it-work {
    padding: 60px 0px 60px;
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}

    .how-it-work .section-heading {
        margin-bottom: 56px;
    }

.single-how-it-work {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 27px 30px 26px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .single-how-it-work .icon {
        font-size: 50px;
        line-height: 100px;
        width: 100px;
        height: 100px;
        background: rgba(94, 0, 217, 0.06);
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 19px;
        font-weight: normal;
        color: #5e00d9;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .single-how-it-work .icon-img {
        margin-bottom: 25px;
    }

    .single-how-it-work .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .single-how-it-work p {
        margin-bottom: 0px;
        color: #000;
    }

    .single-how-it-work:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .single-how-it-work:hover .icon {
            background: #5e00d9;
            color: #fff;
        }

/* How It Work End */

.information-content .apply-details li .icon {
    width: 85px;
    height: 85px;
    line-height: 84px;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: 35%;
    transform: translateY(-50%);
    color: var(--whiteColor);
    font-size: 40px;
    text-align: center;
    transition: var(--transition);
}

.information-content .apply-details li {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
    list-style: none;
}

.information-content h3 {
    margin-bottom: 0px !important;
    color: #000;
}
