.carousel {
    height: 450px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 450px;
    /*background: url('../images/goleadsbanner.jpg');*/
    /* background-color: #F2F3F4 !important;*/
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 450px;
}

.carousel-control.left {
    background: transparent!important;
}

.carousel-control.right {
    background: transparent !important;
}

.gltestimonialarrow {
    color: #000;
    font-size: 80px;
    /*left:30px;*/
    margin-top: -70px;
    position: absolute;
    top: 50%;
}

.gltestimonialarrow .fa {
    background-color: #F2F3F4;
}

.gltestimonialarrow .right {
    left: auto;
    right: 30px;
}

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
    .carousel-indicators {
        bottom: -15% !important;
    }
    .carousel-indicators .active {
        width: 22px;
        height: 22px;
        margin: 0;
        background-color: #1E62BB;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 22px;
        height: 20px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .carousel-control.left {
        background: transparent!important;
        left: -67px;
    }
    .carousel-control.right {
        background: transparent !important;
        right: -65px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators {
        bottom: 0% !important;
    }
}

@media (max-width: 767px) {
    .carousel-indicators .active {
        background: #2376C5;
    }
    .content {
        margin-top: 20px;
    }
    .adjust1 {
        float: left;
        width: 100%;
        margin-bottom: 0;
        padding: 10px 30px 30px;
    }
    .adjust2 {
        margin: 0;
        margin-top: 14px;
    }
    .revcssmob p {
        color: #4D4D4D;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
    }
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: #2376C5;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: #2376C5;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .media-object {
        margin: auto;
        margin-top: 15%;
    }
    .star-ratings-css {
        unicode-bidi: bidi-override;
        color: #c5c5c5;
        font-size: 25px;
        height: 25px;
        width: 100px;
        margin: 0 auto;
        position: relative;
        padding: 0;
        text-shadow: 0px 1px 0 #a2a2a2;
    }
    .star-ratings-css-top {
        color: #EEC939;
        padding: 0;
        position: absolute;
        z-index: 1;
        display: block;
        top: 0;
        left: 8px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .star-ratings-css-bottom {
        padding: 0;
        display: block;
        z-index: 0;
    }
}

@media only screen and (max-width: 479px) {}