
* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.insureAndGoSec .tabs li {
    width: 100%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    /* text-transform: uppercase; */
    position: relative;
    padding-bottom: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}


.discripTxt {
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}


/* #driveSmart:after {
    display: block;
    content: '';
    width: 100%;
    border: 1px solid red;
} */

.discripTxt .moreWhyUsClick {
    display: inline-block;
}

#driveSmart::after {
    display: block;
    content: '';
    width: 100%;
}

#driveSmart .mouseIcon {
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 25px;
    cursor: pointer;
}
.contorlsTab {
    float: left; padding-left: 110px;
}
#driveSmart.insureAndGoSec .lhsbox {
    width: 100%;
    padding: 20px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#driveSmart.insureAndGoSec .lhsbox::after {
    display: block;
    content: '';
    width: 100%;
}

#driveSmart.insureAndGoSec .tabs li {
    color: #fff;
    width: 209px;
    height: 209px;
    margin: 0 8px 8px 0;
    padding: 15px 0 0;
    text-align: center;
    visibility: hidden;
}
#driveSmart.insureAndGoSec .tabs li span {display: inline-block; font-weight: bold; line-height: 1rem; padding:15px 0 10px}
#driveSmart.insureAndGoSec .tabs li p {line-height: 1rem; padding:0 15px}

#driveSmart.insureAndGoSec .tabs li.addPolicy{background: url(../../../../../content/dam/indusind/ind-microsites/personal-loan/orng.png) 0 0 no-repeat transparent; padding-right: 38px; width: 246px; z-index:10;}

#driveSmart.insureAndGoSec .tabs li.healthCdc{background: url(../../../../../content/dam/indusind/ind-microsites/personal-loan/blue.png) 0 0 no-repeat transparent; height: 246px; left: -35px; padding-bottom: 38px; z-index:9;}

#driveSmart.insureAndGoSec .tabs li.DriveSmarttab{background: url(../../../../../content/dam/indusind/ind-microsites/personal-loan/black.png) 0 0 no-repeat transparent; order: 3; padding-left: 38px; width: 246px;left:-35px;top: -35px; z-index: 2;}

#driveSmart.insureAndGoSec .tabs li.eCards{background: url(../../../../../content/dam/indusind/ind-microsites/personal-loan/blue-lst.png) 0 0 no-repeat transparent; width: 209px;top: -35px;}


#driveSmart.insureAndGoSec .tabs li.active {
    visibility: visible;
  
}


#driveSmart.insureAndGoSec .tabs {
    width: 500px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}


.insPolicyTabsWrap.gray {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.appImages {
    display: inline-block;
    position: relative;
    width: 257px;
}

.appImages:before {
    content: '';
    background: url(../../../../../content/dam/indusind/ind-microsites/personal-loan/mobile-bg-new.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.tabcontentNew {
   display: none;
    overflow: hidden;
}

.tabcontentNew.active {
    display: block;
    position: relative;
    margin: 9px 11px 9px 11px;
}

.tabcontentNew.active .tab-img {
    -webkit-animation: 1s 0s fadeIn both;
    -moz-animation: 1s 0s fadeIn both;
    -ms-animation: 1s 0s fadeIn both;
    -o-animation: 1s 0s fadeIn both;
    animation: 1s 0s fadeIn both;
}

.discripTxt p {
    display: none;
}

.discripTxt p.ContentAllshow {
    display: block;
}

/* Video Comp Starts */
.newVideoComp {
    border-top: solid 2px #f2f2f2;
    padding: 30px 0 40px;  
  }
  .video-caroselWrap {
    margin: 0 auto;
    width: 80%;
  }
  .video-carousel .item {  
    display: flex;
  }
  .video-carousel .item .contentBox {
    background-color: #822728;
    padding: 50px;
    width: 53%;
  }
  .video-carousel .item .contentBox p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    width: 100%;
  }
  .video-carousel .item .imgBox {
    width: 47%;
  }
  .video-carousel .item .imgBox a, .video-carousel .item .imgBox img {height: 100%; width: 100%;}
  .video-carousel .owl-nav.disabled, .video-carousel .owl-dots.disabled {display: none;}
  .video-carousel .owl-dots .owl-dot {
    background-color: #adb5bd;
    border-radius: 50%;
    width: .75rem;
    height: .75rem;
    margin-right: .45rem;
    transition: all .2s ease-in-out;
    opacity: .5;
  }
  .video-carousel .owl-dots .owl-dot.active {background-color: #f7a30a;}
  .link_view:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro"!important;
    font-size: 1.125rem;
    font-weight: 400;
    right: 8px;
    top: 0px;
    color: #832625;
  }
  .video-carousel .owl-nav {left: 0; position: absolute; top: 50%; width: 100%;}
  .video-carousel.owl-carousel .owl-nav button.owl-prev, .video-carousel.owl-carousel .owl-nav button.owl-next {background-color: #fff; border-radius: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); height: 50px; position: absolute; top: -35px; width: 50px;}
  .video-carousel.owl-carousel .owl-nav button.owl-prev {left: -75px;}
  .video-carousel.owl-carousel .owl-nav button.owl-next {right: -75px;}
  .video-carousel.owl-carousel .owl-nav button span {display: block; font-size: 50px; height: 50px; line-height: 40px; width: 50px;}
  
  .video-modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
  }
  .video-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }
  .video-modal .modal-content .close-video-modal {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
/* Video Comp Ends */
@media screen and (max-width: 1023px) {
    .insureAndGoSec {padding-top: 20px;}
    .video-carousel .item .contentBox {padding: 15px;}
}

@media screen and (max-width: 768px) {
    .appImages {
        margin-bottom: 30px;
    }
   
    #driveSmart.insureAndGoSec .lhsbox {
        padding-bottom: 25px;
    }
    #driveSmart.insureAndGoSec .tabs {
        margin: 0;
        /* padding: 15px 12px; */
    }
}

@media screen and (min-width: 767px) {
    .fl {
        float: left;
    }
    .appLeftIcons {
        float: left;
        position: relative;
        /* padding: 30px 0; */
    }
    .contorlsTab {
        float: left;
    }
    .prev,
    .next {
        display: block;
        width: 30px;
        height: 22px;
        cursor: pointer;
        margin: 0 0 0 46px;
        position: absolute;
        z-index: 9;
    }
    .prev {
        background: url(howToApply/images/mobile-app/upArrow.jpg) 0 -25px no-repeat;
        top: 0;
    }
    .next {
        background: url(howToApply/images/mobile-app/downArrow.jpg) 0 -25px no-repeat;
        bottom: 0;
    }
    .prev[disabled="disabled"] {
        background: url(howToApply/images/mobile-app/upArrow.jpg) 0 0 no-repeat;
        top: 0;
    }
    .next[disabled="disabled"] {
        background: url(howToApply/images/mobile-app/downArrow.jpg) 0 0 no-repeat;
        bottom: 0;
    }
    
}

@media screen and (max-width: 767px) {
    #driveSmart.insureAndGoSec .tabs li {
        margin: 0px 24px;
    }
    #driveSmart.insureAndGoSec .tabs {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0;
        left: 18px;
        position: relative;
    }
    #driveSmart .owl-controls {
        position: absolute;
        top: 55%;
        width: 100%;
        z-index: 0;
    }
    #driveSmart .contorlsTab {
        padding-left: 0;
        position: relative;
    }
    #driveSmart .appImages {
        margin-left: 50%;
        left: -140px;
        width: 100%;
    }
    #driveSmart.insureAndGoSec .tabs li.healthCdc {height: 255px;}
    #driveSmart.insureAndGoSec .tabs li {
        margin: 0px 6px;
    }
    .video-carousel .item {flex-wrap: wrap;}
    .video-carousel .item .contentBox, .video-carousel .item .imgBox {width: 100%;}
    .contorlsTab {margin: 0;}
}
@media screen and (max-width: 639px) {
    .tabcontentNew.active {
        margin: 9px 11px 30px 11px;
    }
    #driveSmart .appImages {
        margin-left: 30%;
        left: -45px;
    }
    .video-caroselWrap {width: 100%;}
    .newVideoComp {
        padding: 30px 0;
    }
    .newVideoComp .mb-5 {margin-bottom: 1rem !important;}
    #driveSmart.insureAndGoSec .lhsbox {padding-top: 10px;}
    #driveSmart.insureAndGoSec .tabs {display: inline-block; left: 0;}
    #driveSmart.insureAndGoSec .tabs li {height: auto; margin: 1%; width: 100%;}
    #driveSmart.insureAndGoSec .tabs li:after {content: ''; width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 40px 0 40px;
        border-color: #ff8737 transparent transparent transparent; left: 50%; margin-left: -40px; position: absolute;}
    #driveSmart.insureAndGoSec .tabs li .input-img img {max-height: 50px; max-width: 50px;}
    #driveSmart.insureAndGoSec .tabs li.addPolicy {background: #ff8737;
        padding-right: 0;
        width: 100%;
    }
    #driveSmart.insureAndGoSec .tabs li.healthCdc {
        background: #65bfd3;
        height: auto;
        left: 0;
        padding-bottom: 0;
    }
    #driveSmart.insureAndGoSec .tabs li.healthCdc:after {border-color: #65bfd3 transparent transparent transparent;}
    
    
    #driveSmart.insureAndGoSec .tabs li.DriveSmarttab {
        background: #111520;
        padding-left: 0;
        width: 100%;
        left: 0;
        top: 0;
    }
    #driveSmart.insureAndGoSec .tabs li.DriveSmarttab:after {border-color: #111520 transparent transparent transparent;}
    #driveSmart.insureAndGoSec .tabs li.eCards {
        background: #207499;
        width: 100%;
        top: 0;
    }
    #driveSmart.insureAndGoSec .tabs li.eCards:after {display: none;}
}
.overviewHeading {
    font-size: 1.2rem;
}

.readMoreOuter{
    float:right;
}

 .howReadMoreRequired .descriptionContent,.howReadMoreRequired .textDescriptionContent{
    display: none;
 }
 .noHowReadMoreRequired .howReadMoreTextSecond ,.noHowReadMoreRequired .howReadMoreText{
    display: none;
 }
 .howReadMoreRequired .textDescriptionContent p:last-child,
 .howReadMoreRequired .descriptionContent p:last-child{
    margin-bottom: 0;
  }
  .insureAndGoSec .textDescriptionHeading,
  .insureAndGoSec .descriptionHeading{
    margin-bottom: 16px;
    }
.howReadLess {
    display: none;
    cursor: pointer;
    color: #832625;
    font-size: 14px;
}
.howReadLess::after{
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    color: #832625;
    font-weight: 600;
    margin-left: 5px;
}
.howReadMore{
    cursor: pointer;
    color: #832625;
    font-size: 14px;
    margin-left: 1px;
}
.howReadMore::after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: #832625;
    font-weight: 600;
    margin-left: 5px;
}
.textDescriptionContent.checkedBullet ul li,.descriptionContent.checkedBullet ul li{
    position: relative;
    padding-left: 0;
    list-style: disc;
    margin-left: 15px;
  }
  .textDescriptionContent.checkedBullet ul li::marker ,.descriptionContent.checkedBullet ul li::marker {
    color: #832625;
  }
  .textDescriptionContent.checkedBullet ul,.descriptionContent.checkedBullet ul {
    padding-left: 15px;
  }
  .textDescriptionContent.checkedTick ul,.descriptionContent.checkedTick ul {
    padding-left: 15px;
  }
  .textDescriptionContent.checkedTick ul li::before,.descriptionContent.checkedTick ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color: #832625;
  }
  .textDescriptionContent.checkedTick ul li,.descriptionContent.checkedTick ul li{
    position: relative;
    padding-left: 22px;
  }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden; display: flex;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{/* display:block; */width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; display: flex;}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
