.banner {
    width: 100%;
    display: block;
    text-align: center;
    max-height: 517px;
    overflow: hidden;
}
.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;
    max-height: 517px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1280px;
}
.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;
}
@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: 5%;
    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;
    z-index: 0!important;
    width: 60%;
    padding-left: 0;
    text-align: left;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 12px;
    font-size: 12px;
    position: relative;
    color: #0f3564;
}
.carousel-indicators .active {
    border-radius: 2px;
    background-color: rgba(230, 45, 47, 0.5);
    color: #fff;
}
.carousel-caption {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    text-align: left;
    list-style: none;
}
.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 {
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 5%;
    }
}
@media screen and (min-width: 1500px) {
    .carousel-indicators {
        bottom: 6%;
    }
}
@media screen and (max-height: 700px) {
    .carousel-indicators {
        bottom: 13%;
        z-index:0;
    }
}
.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 {
    height: 650px;
    background-image: url("https://uat-gdibzr.s3.ap-south-1.amazonaws.com/cholamandalam/thumbnail_group_4_c7c050f2f6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 46px;
    box-sizing: border-box;
    margin-top: 50px;
    background-size: cover;
}
.testimonial .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 355px;
    overflow: visible;
}
.testimonial .carousel-control.left {
    display: none;
}
.testimonial .carousel-control.right {
    display: none;
}
.slide_wrap {
    display: flex;
}
.slide_wrap p.title-name {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin: 10px 0 10px 0;
}
.slide_wrap p.title-name span {
    font-size: 14px;
}
.slide_wrap p {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #0a3c85;
    margin: 0;
    line-height: 30px;
    display: -webkit-box;
    max-width: 90%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: none;
    text-overflow: ellipsis;
}
.slide_wrap div:first-child {
    width: 240px;
    margin: 0 125px 0 0;
}
.slide_wrap div:nth-child(2) {
    width: 70%;
}
.slide_wrap .read-more {
    color: #2c2c2c;
    bottom: 0;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    right: 80px;
}
@media screen and (max-width: 1200px) {
    .slide_wrap .read-more {
        color: #2c2c2c;
        bottom: 0;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        right: 128px;
    }
}
.slide_wrap img {
    max-height: 190px;
    position: absolute;
    bottom: 0;
}
.slider_outer_wrapper {
    position: relative;
    overflow: hidden;
    height: 536px;
    padding-top: 50px;
}
.testimonial .carousel-indicators {
    position: inherit;
    width: auto;
    margin: 23px auto 0;
    left: inherit;
    text-align: center;
    bottom: inherit;
}
.testimonial .carousel-indicators li {
    width: 60px;
    height: 60px;
    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: 60px;
    height: 60px;
    padding: 0;
    border-radius: 40px;
    box-shadow: 0 5px 6px 0 rgb(248 21 0 / 58%);
}
.testimonial .carousel-indicators .active::before {
    border: 0 none;
}
.testimonial .carousel-inner .item {
    height: 140px;
}
.testimonial .carousel {
    margin-top: 41px;
}
.testimonial h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a3c85;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
}
.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: 14%;
    }
}
.banner .carousel-caption {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.58);
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-style: italic;
    line-height: 1.13;
    color: #fff;
    top: 20%;
    text-align: left;
    width: 600px;
}
.banner .carousel-caption {
    top: 20%;
    text-align: left;
}
.banner .carousel-caption h3 {
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 10px;
}
.banner .carousel-caption p {
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
/*.banner .carousel-caption a {*/
/*    border-radius: 20px;*/
/*    background-color: #e62d2f;*/
/*    font-family: "Open Sans";*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    line-height: normal;*/
/*    color: #fff;*/
/*    padding: 10px 25px;*/
/*    text-shadow: none;*/
/*}*/
@media screen and (max-height: 700px) {
    .banner .carousel-caption {
        padding-bottom: 30px;
        width: 525px;
    }
    .banner .carousel-caption h3 {
        font-size: 32px;
    }
    .banner .carousel-caption {
        top: 10%;
        text-align: left;
    }
    .banner .carousel-caption p {
        font-weight: 700;
        font-style: italic;
        margin: 0;
        font-size: 34px;
        padding-top: 10px;
    }
}
.slidertitle{
    margin-top: 50px; margin-bottom: 40px; font-size: 40px; font-style:normal;
}
