.banner {
    width: 100%;
    display: block;
    text-align: center;
    max-height: 190px;
    overflow: hidden;
    margin-top: -6px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.carousel {
    position: relative;
    height: 170px!important;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
    border-radius: 0 0 0 20px;
    height: 170px!important;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 47%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: left;
    list-style: none;
}
@media screen and (max-width: 1366px) {
    .carousel-indicators {
        left: 35%;
    }
}
.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    cursor: pointer;
    margin: 0 3px 0 0;
    border-radius: 5px;
    background-color: #fff;
    color: #0f3564;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    color: #0f3564;
    border: none;
    height: 2px;
    border-radius: 0;
    padding: 0 5px;
}
.carousel-indicators .active {
    background-color: rgba(230, 45, 47, 0.5);
    color: #fff;
    padding: 0 7px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    max-width:86px!important;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.testimonial {
    padding-top: 46px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-image: url("https://uat-gdibzr.s3.ap-south-1.amazonaws.com/cholamandalam/thumbnail_group_4_c7c050f2f6.png");
    background-position: 0 0;
    height:720px;
}
.testimonial .carousel-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
div#happycustomer-parent {
    height: 720px;
}
.testimonial .carousel-control.left {
    display: none;
}
.testimonial .carousel-control.right {
    display: none;
}
.slide_wrap {
    display: flex;
}
.slide_wrap h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    font-weight: 700;
    color: #000;
    margin: 22px 0 10px 0;
    padding-top: 5px !important;
    padding-left: 108px !important;
}
.slide_wrap h4 span {
    font-size: 12px;
}
.slide_wrap p {
    font-size: 13px;
    font-family: "Open Sans";
    color: #0a3c85;
    margin: 0;
    line-height: 18px;
    display: -webkit-box;
    max-width: 90%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: none;
    text-overflow: ellipsis;
    font-weight: 400;
}
p.title-name {
    padding-left: 95px;
    color: cadetblue;
    padding-top: 12px;
}
.title-details {
    padding-left: 96px;
    padding-top: 10px;
}
.slide_wrap .read-more {
    color: #2c2c2c;
    bottom: 0;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
}
.slide_wrap img {
    max-height: 116px;
    position: absolute;
    bottom: 0;
}
.slide_wrap div:first-child {
    width: 43%;
}
.slide_wrap div:first-child {
    width: 57%;
}
.slider_outer_wrapper {
    position: relative;
}
.testimonial .carousel-indicators {
    position: inherit;
    width: auto;
    margin: 23px auto 0;
    left: inherit;
    text-align: center;
    bottom: inherit;
}
.testimonial .carousel-indicators li {
    width: 43px;
    height: 43px;
    padding: 0;
    border-radius: 40px;
    opacity: 0.5;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 3px 5px 0 rgb(120 120 120 / 50%);
}
.testimonial .carousel-indicators .active {
    background: #fff;
    border: 0;
    opacity: 1;
    border: 3px solid #e40e12;
    width: 43px;
    height: 43px;
    padding: 0;
    border-radius: 40px;
    box-shadow: 0 5px 10px 0 rgb(248 21 0 / 58%);
}
.testimonial .carousel-indicators .active::before {
    border: 0 none;
}
.testimonial .carousel-inner .item {
    height: auto;
}
.testimonial .carousel {
    margin-top: 42px;
}
.testimonial h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a3c85;
    font-size: 24px;
    font-family: "Open Sans";
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 400;
}
.testimonial h2::after {
    content: "";
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -8px;
    background: #f91500;
    border-radius: 5px;
}
@media screen and (max-width: 1200px) {
    .slide_wrap p {
        font-size: 16px;
    }
    .slide_wrap div:first-child {
        width: 50%;
    }
}
@media screen and (max-width: 420px) {
    .slide_wrap p {
        font-size: 14px;
    }
    .slide_wrap div {
        width: 60%;
    }
    .slide_wrap div:first-child {
        width: 40%;
    }
}
@media screen and (max-width: 360px) {
    .slide_wrap p {
        font-size: 13px;
    }
    .slide_wrap div {
        width: 60%;
    }
    .slide_wrap div:first-child {
        width: 40%;
    }
    .slide_wrap img {
        max-height: 90px;
    }
}
