/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list { 

}

/* Icons
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('slick/css/fonts/slick.eot'); src: url('slick/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('slick/css/fonts/slick.woff') format('woff'), url('slick/css/fonts/slick.ttf') format('truetype'), url('slick/css/fonts/slick.svg#slick') format('svg'); }
 */
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 24px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

/***banner section**/
.single-item .slick-prev { left: 0;}
.single-item .slick-prev, .single-item .slick-next { bottom: 0; top: auto;}
.single-item .slick-next {
    left: 100px;
}
.single-item .slick-dots { 
    left: 18px;
    bottom: 0;
    text-align: left;
    width: auto;
}
.single-item .slick-dots li.slick-active button:before {
    color: #62CBF4;
}
.single-item .slick-dots li button:before {  color: #62CBF4; }
.single-item .slick-dots li { margin: 0; width: 12px;}
.single-item .slick-next, .single-item .slick-next:hover, .single-item .slick-next:focus { 
    background: url(slick/images/svg/right-arrow-white.svg) no-repeat 0 0;
}
.single-item .slick-prev, .single-item .slick-prev:hover, .single-item .slick-prev:focus { 
    background: url(slick/images/svg/left-arrow-white.svg) no-repeat 0 0;
    transform: none;
    -webkit-transform: none;
}
.single-item.white-arrow .slick-prev.slick-disabled, 
.single-item.white-arrow .slick-prev.slick-disabled:hover, 
.single-item.white-arrow .slick-prev.slick-disabled:focus,
.single-item.white-arrow .slick-next.slick-disabled, 
.single-item.white-arrow .slick-next.slick-disabled:hover, 
.single-item.white-arrow .slick-next.slick-disabled:focus,
.single-item .slick-next,
 .single-item .slick-next:hover,
 .single-item .slick-next:focus { background-size: 80%;}



@media screen and (max-width: 992px) {
    .single-item .slick-next, .single-item .slick-next:hover, .single-item .slick-next:focus,
    .single-item .slick-prev, .single-item .slick-prev:hover, .single-item .slick-prev:focus { background-size: 100%;}
}

/* slick slider */
.slick-prev:before, .slick-next:before { display: none; } 
.slick-prev, .slick-next { width: 15px; height: 26px; } 
.slick-prev.slick-disabled, .slick-prev.slick-disabled:hover, .slick-prev.slick-disabled:focus { background: url("../../../content/dam/balic/term-landing-page/left-arrow.svg") no-repeat 0 0; transform: none; } 
.slick-prev, .slick-prev:hover, .slick-prev:focus { background: url(../../../content/dam/balic/term-landing-page/left-arrow.svg) no-repeat 0 0; transform: none; } 
.slick-next.slick-disabled, .slick-next.slick-disabled:hover, .slick-next.slick-disabled:focus { background: url("../../../content/dam/balic/term-landing-page/right-arrow.svg") no-repeat 0 0;  } 
.slick-next, .slick-next:hover, .slick-next:focus { background: url("../../../content/dam/balic/term-landing-page/right-arrow.svg") no-repeat 0 0 ; transform: none; } 



/* white-arrow */
.white-arrow .slick-prev.slick-disabled, .white-arrow .slick-prev.slick-disabled:hover, .white-arrow .slick-prev.slick-disabled:focus { background: url("../../../content/dam/balic/term/svg/white-slider-disable-arrow.svg") no-repeat 0 0; transform: none; } 
.white-arrow .slick-prev, .white-arrow .slick-prev:hover, .white-arrow .slick-prev:focus { background: url("../../../content/dam/balic/term/svg/white-slider-arrow.svg") no-repeat 0 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); } 
.white-arrow .slick-next.slick-disabled, .white-arrow .slick-next.slick-disabled:hover, .white-arrow .slick-next.slick-disabled:focus { background: url("../../../content/dam/balic/term/svg/white-slider-disable-arrow.svg") no-repeat 0 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); } 
.white-arrow .slick-next, .white-arrow .slick-next:hover, .white-arrow .slick-next:focus { background: url("../../../content/dam/balic/term/svg/white-slider-arrow.svg") no-repeat 0 0; transform: none; } 
.single-item, .regular, .easy-to-use-slider, .value-slider-main, .life-insurance-slider-nav, .life-insurance-slider-detials, .insurance-guide-slider-nav, .life-insurance-slider-detials, .guid-inner-slider, .our-plans-slider { display: none; } 


/*.container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1366px;
    width: 100%;
}

.padding-containers {
    padding: 0 50px;
}

section {
    padding: 35px 0;
}
*/

/**14th september 2020: term insurance starts**/


/* .inner-container { max-width: 1164px; margin: 0 auto; text-align: center; } */

/*.info-text-block {
    padding: 130px 0 0;
}*/


/*46px 0 36px; */

/*.info-text-block .section-heading {
    font-family: AllianzSansBold;
    font-size: 32px;
    line-height: 42px;
    color: #0072BC;
    padding: 16px 0;
    text-transform: capitalize;
    text-align: center;
}

.info-text-block p {
    font-family: AllianzSans;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #6A6A6A;
    padding-bottom: 25px;
}*/

/*.info-text-block p:last-child {
    padding-bottom: 0;
}

.info-text-block h2 {
    text-align: center;
}*/

.term-image {
    margin: 0 auto;
    text-align: center;
}


/**14th september 2020: term insurance ends**/


/**14th september 2020: Why You Should Buy Term Insurance starts**/

.info-text-block.buy-term {
    margin: 0 0 70px;
}
/************* Media Query *************/

@media (max-width:992px) {
    .info-text-block .container, 
.fullHtBanner .container, 
.plans-available .container, 
.links-slider-section .container,
.contactyou .container,
.starrating .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    section {
        padding: 25px 0;
    }
    /**14th september 2020: Why You Should Buy Term Insurance ends**/
    /**14th september 2020: Benefits of Term Insurance Plan starts**/
    .info-text-block .section-heading {
        line-height: 35px;
        padding: 20px 0 30px 0;
        font-size: 29px;
    }
    /***15th september 2020: Types of term insurance plan of India ends***/
    .info-text-block .padding-containers, .life-insurance .padding-containers {
        padding: 0 15px;
    }
   .btn-fill {
        font-size: 14px;
        padding: 8px 20px
    }
    .links-slider-section.fixed {
    top: 60px;   
    }
    .links-section {
        flex-direction: column;
        overflow: hidden;
        align-items: flex-start;
    }
    .links-slider-section {
        padding: 10px 0;
    }
    .links-slider-section .container {
        padding: 0;
    }
    .view-more-plans {
        margin: 0px auto 0 auto;
    width: auto;
    }
    /* .cata-sub-nav ul { width: 250px; } */
    .nav-prev {
        top: 30%;
        display: none;
    }
    .nav-next {
        top: 28%;
        right: 7%;
        display: none;
    }
    .cata-sub-nav {
        margin: 0;
    }
    .cata-sub-nav ul {
        width: 100%;
    }
    .cata-sub-nav li.stop-slider {
        right: unset !important;
    }
}
.info-content-block {
    padding: 40px 0px 0px;
}
.ulipbenefitsfuture .section-heading {
    font-family: AllianzSansBold;
    font-size: 44px;
    line-height: 56px;
    text-align: center;    
    color: #0072bc;
    margin-bottom: 20px;
}
.info-content-block h4 {
    font-family: AllianzSansBold;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    color: #0072bc;
    margin-bottom: 10px;
}    
.info-content-block .inner-container p, .info-content-block .inner-container .moreText {
    font-family: AllianzSans;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 20px;
    color: #4f4f4f;
}
.info-content-block .two-column-layout .block:nth-child(2n+1) {
    margin: 0 50px 10px 0;
}
.info-content-block .two-column-layout .block {
    border-radius: 0;
    width: 47.87%;
    margin: 0 0 50px 0;
    box-shadow: none;
    border: none;
    padding: 0;
}
.info-content-block .two-column-layout {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
} 
.ulipbenefitsfuture .two-column-layout .block img {
    margin: 0 auto;
    display: table;
}   
.ulipbenefitsfuture .two-column-layout .block .block-title {
    font-family: AllianzSansBold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}
.ulipbenefitsfuture .block p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.ulipbenefitsfuture .block ul li {
    font-family: 'AllianzSansLight';
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    list-style-type: disc;
    color: #4F4F4F;
}
.ulipbenefitsfuture .block ul {
    padding-left: 80px;
    column-count: 2;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.info-content-block .two-column-layout .block {
    width: 46.60%;
}
.ulipbenefitsfuture .block ul {
    padding-left: 40px;
} 
.ulipbenefitsfuture .section-heading {
    font-size: 36px;
    margin-bottom: 10px;
}  
.info-content-block h4 {
    font-size: 28px;
}                
}

@media screen and (max-width:767px) {
    .info-content-block {
    padding: 25px 0px 0px;
}
    .info-content-block .section-heading{
		font-size: 24px;
    line-height: 31px;
	}
.info-content-block h4{
	font-size: 18px;
    line-height: 23px;
}
.info-content-block .inner-container p, .info-content-block .inner-container .moreText{
	    font-size: 12px;
    line-height: 18px;
}
.ulipbenefitsfuture .two-column-layout .block .block-title {
    font-size: 14px;
    line-height: 17px;padding: 0;
}
.info-content-block .two-column-layout .block {
    width: 100%;
    margin:0px 0px 10px 0;
}
.info-content-block .two-column-layout .block:nth-child(2n+1) {
    margin: 0 0px 10px 0;
}
.ulipbenefitsfuture .block ul {
    padding-left: 60px;
    column-count: auto;
}
.info-content-block .two-column-layout .block:last-child {
    margin-bottom: 10px;
}
}

.terminology .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    color: #0072bc;
    margin-bottom: 20px;
}
.info-content-block .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    width: 90%;
}
.ulipTerms .block-header {
    position: relative;
}    
.ulipTerms .block-number {
    position: relative;
    background: none;
    width: 32px;
    height: 32px;
    margin: 0 15px 5px 0px;
    z-index: 2;
}  
.ulipTerms .block-number span {
    background: #0072bc;
    color: #fff;
    border-radius: 4px;
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 31px;
    text-align: center;display:block;
} 
.ulipTerms .box.overlayIcon {
    z-index: 1;
    border: 4px solid #2AC9FF;
    background: transparent;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 1;
    border-radius: 4px;
} 
.ulipTerms .block-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
} 
.ulipTerms .item-details h3 , .ulipTerms .item-details .buy_tab {
    font-family: AllianzSansBold;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #0072bc;
    margin-bottom: 0;
}
.info-content-block .ulipTerms .paragraph {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
    margin-bottom: 25px;color: #4f4f4f;
}
/*.benefitsfutureplans ~.onlineofflineplans ~ .factors + .ulipterminology .ulipTerms {
    border-bottom: 1px solid #C4C4C4;
}
.benefitsfutureplans ~.onlineofflineplans ~ .factors + .ulipterminology .ulipTerms:last-child {
    border: none;
}  */  
.ulipTerms {
    border-bottom: 1px solid #C4C4C4;margin-top: 25px;
}
.termList {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 10px 30px;
}
.ulipTerms:last-child {
    border: none;
}
.terminology .viewMore {
    display: none;
}
/*.factors + .ulipterminology .info-content-block {
    padding: 10px 0;
}*/
.info-content-block .inner-container .dots, .info-content-block .inner-container .readMoreContent {
    display: none;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
.terminology .section-heading {
    font-size: 28px;
    line-height: 35px;
}
}

@media screen and (max-width:767px) {
 .ulipterminology .info-content-block {
    padding: 25px 0px 0px;
}           
    .terminology .section-heading {
    font-size: 18px;
    line-height: 23px;
}
    .termList {
    border: none;
    border-radius: 0px;
    padding: 0px;
}
    .ulipTerms .block-number {
    height: 24px;
    width: 24px;
}
            .ulipTerms .block-number span {
    font-size: 14px;
    line-height: 22px;
    border-radius: 3px;
}
.ulipTerms .box.overlayIcon {
    width: 24px;
    height: 24px;top: 4px;
    border-radius: 3px;
}  
.ulipTerms .item-details h3 {
    font-size: 14px;
    line-height: 17px;
}
.info-content-block .ulipTerms .paragraph {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.ulipTerms {
    border-bottom: none;
    margin-top: 18px;
    display: none;
}
/*.benefitsfutureplans ~.onlineofflineplans ~ .factors + .ulipterminology .ulipTerms {
    border-bottom: none;
}*/
.terminology .viewMore {
    display: table;
    margin: 10px auto 0;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}
.info-content-block .container {
    padding: 0 15px;
    width: 100%;
}

.info-content-block .inner-container .dots, .info-content-block .inner-container .readMoreContent {
    display: inline;font-family: 'AllianzSansBold';
}
.info-content-block .ulipTerms .paragraph p {
    display: inline;
}
.info-content-block .ulipTerms .paragraph .moreText p{
	display:block;
}
    }
.info-text-block.term-factors .two-column-layout {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.info-text-block.term-factors .two-column-layout .block {
    position: relative;
    width: 47%;
    padding: 20px 24px 0;
    background: #FFFFFF;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;

}

.info-text-block.term-factors p {
    font-family: AllianzSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    color: #666666;
    padding-bottom: 25px;
}

.info-text-block.term-factors .two-column-layout .block {
    width: 100%;
}

.info-text-block.term-factors .two-column-layout .block .block-header {
    padding: 0 0 5px 0;
}

.two-column-layout .block:nth-child(2n+1) {
    margin: 0 50px 36px 0;
}

.info-text-block.term-factors .two-column-layout .block {
    width: 47%;
}

.info-text-block.term-factors .two-column-layout .block .block-header {
    display: flex;
    align-items: center;
    padding: 0 0 18px;
}

.info-text-block.term-factors .two-column-layout .block .block-header .block-image {
    margin: 0 10px 0 0;
}

.info-text-block.term-factors .two-column-layout .block .block-title {
    font-family: AllianzSans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 117%;
    padding: 0;
    color: #333333;
}

.featuresOfCalculator .info-text-block {
    padding-top: 20px;
}

.featuresOfCalculator .container-inner {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 20px;
}
.featuresOfCalculator .info-text-block .two-column-layout .block {
    flex: 1 1 40%;
    width: auto;
    padding: 0;
}
.featuresOfCalculator .info-text-block .two-column-layout .block .block-header {
    padding: 0 0 12px;
    align-items: flex-start;
}
.featuresOfCalculator .info-text-block .block-header h3 ,.featuresOfCalculator .info-text-block .block-header .life_features_title {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
    padding: 0;
}
.featuresOfCalculator .section-heading+p {
    text-align: center;
}
@media screen and (min-width: 1200px) and (max-width: 1440px){
.featuresOfCalculator .container-inner {
    width: 90%;
}
}
@media (max-width:992px) {
    .info-text-block.term-factors .two-column-layout .block {
        width: 100%;
    }

    .info-text-block.term-factors .two-column-layout .block:nth-child(2n+1) {
        margin: 0 0 16px 0;
    }

    .info-text-block.term-factors .two-column-layout .block .block-header {
        display: flex;
        align-items: center;
        padding: 0 0 15px;
    }

    .info-text-block.term-factors .two-column-layout .block .block-header .block-image {
        margin: 0 10px 0 0;
    }

    .info-text-block.term-factors .two-column-layout .block .block-title {
        font-family: AllianzSans;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 117%;
        padding: 0;
        color: #333333;
    }
}

@media screen and (max-width: 768px) {
    .factors {
        margin: 3px 0 0;
    }

    .factorsAffect-desktop {
        display: none;
    }

    .factorsAffect-mobile .factors .container-inner h3 {
        font-family: AllianzSans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        /* or 26px */
        text-align: center;
        text-transform: capitalize;
        color: #0072BC;
        padding: 32px 0 21px;
    }

    .factorsAffect-mobile .factors .container-inner h3 span {
        font-family: AllianzSans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        /* or 26px */
        text-transform: capitalize;
        color: #f89c30;
    }

    .factor-card-block {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        /*padding-bottom: 32px;*/
    }

    .factor-card-block::-webkit-scrollbar {
        display: none;
    }

    .fc-card {
        width: 150px;
        height: 120px;
        transition: 0.3s;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 12px;
        /* padding-top: 2px; */
        text-align: center;
        display: inline-block;
        box-shadow: 0px 2px 15px 5px rgba(0, 71, 149, 0.07);
        border-radius: 8px;
    }

    .fc-card:first-child {
        margin-left: 6px;
    }

    .fc-card:last-child {
        margin-right: 6px;
    }

    .fc-slider a {
        text-decoration: none;
    }

    .fc-slider .fc-image {
        /* min-height: 75px;
            min-width: 75px;
            max-height: 75px;
            max-width: 75px; */
        background-color: #fff;
        /* width: 100%;
            height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fc-slider span {
        font-family: AllianzSans;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #0072BC;
        padding-top: 5px;
    }

    .fc-image img {
        width: 50px;
        height: 50px;
    }

    .factors .container h1 {
        color: #0072BC;
        margin-bottom: 21.12px;
        margin-top: 32.37px;
        font-family: AllianzSans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        text-align: center;
    }

    .factors .container h1 span {
        color: #F89C30;
    }

    .fc-slider {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 150px;
        height: 120px;
    }

}

@media screen and (min-width: 768px) {
    .factors {
        display: none;
    }
}


.inner-container-fact .section-heading {
    font-family: AllianzSansBold;
    font-size: 32px;
    line-height: 42px;
    color: #0072BC;
    padding: 16px 0;
    text-transform: capitalize;
    text-align: left;
}

.info-text-block.faq ul li h3 {
    font-family: AllianzSans;
    font-size: 20px;
    line-height: 25px;
}

.info-text-block.faq ul li h3.text-black {
    color: #000;
}

.info-text-block.faq ul li p.text-grey {
    color: #6A6A6A;
    padding: 0;
}

.info-text-block.faq ul li {
    background: #FCFDFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 22px;
    margin: 0 0 11px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.info-text-block.faq ul li span {
    display: block;
    margin: 0 10px 0 0;
    color: #08AA2B;
    font-size: 25px;
}

.info-text-block.faq {
    margin: 0 0 60px 0;
}


.info-text-block.faq ul li li {
    padding-left: 40px;
}
.info-text-block.faq ul li li::before {
    left: 20px;
    top: 30px;
}

@media (max-width:992px) {
.info-text-block.faq ul li {
        padding: 10px;
   
        }
        .info-text-block.faq ul li li {
    padding-left: 30px;
}
        .info-text-block.faq ul li li::before {
    left: 10px;
    top: 20px;
}
    }
.info-content-block.reasonsnotexit {
    padding-bottom: 40px;
}

.reasonsnotexit .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    color: #0072bc;
    margin-bottom: 20px;
}
.reasonsWhyUlips h3 {
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #0072bc;
    margin-bottom: 10px;
}
.reasonsWhyUlips ul li {
    font-family: 'AllianzSansLight';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 8px;
}
.reasonsWhyUlips li img {
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
.reasonsnotexit .section-heading {
    font-size: 28px;
}
        }
@media screen and (max-width:767px) {
.info-content-block.reasonsnotexit {
    padding-bottom: 20px;
}            
.reasonsnotexit .section-heading {
    font-size: 18px;
    line-height: 23px;
}
.reasonsWhyUlips h3 {
    font-size: 16px;
    line-height: 21px;
}            
.reasonsWhyUlips ul li {
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
    margin-bottom: 10px;
}
}
.plans-available { background: #f4f4f4; padding: 100px 0;/*min-height: 445px; min-width:1360px; */} /**25th sept 2020***//*cls*/
.plans-available .insurance-guide-slider-nav .slick-slide { padding: 10px 20px; } 
.plans-available .insurance-guide-slider-nav { text-align: center; } 
.plans-available .insurance-guide-slider-nav .slick-slide { display: inline-block; float: none; } 
.plans-available .insurance-guide-slider-nav .slick-track { width: auto !important; transform: none !important; -webkit-transform: none !important; -moz-transform: none !important; -o-transform: none !important; } 
.plans-available .insurance-guide-slider-nav .slick-current .guide-nav { color: #F58220; border-color: #F58220; } 
.plans-available .guid-inner-card .card-body { padding: 13px 16px; } 
.plans-available .guid-inner-card .card-body .card-img { width: 33%; margin: 0px 10px 0px 0px; } 
.plans-available .guid-inner-card .card-body .card-details { width: 63%; } 
.plans-available .guid-inner-card .card-body .card-img,
.plans-available .guid-inner-card .card-body .card-details { display: inline-block; vertical-align: top; } 
.plans-available .guid-inner-card .card-body .card-details .card-header h3 { font-size: 20px; width: 90%; 
    font-family: AllianzSansBold;} 
.plans-available .guid-inner-card .card-body .card-details .btn.btn-fill { min-width: 120px; font-size: 12px; text-decoration: none; line-height: 17px; color: #fff; padding: 5px 25px; cursor: pointer; margin: -5px 13px 0 0; } 
.btn.btn-fill:hover {
    color: #F89c30 !important;
}
.plans-available .guid-inner-card .card-body .card-details a { font-size: 11px; color: #0072bc; } 
.plans-available .guid-inner-card .card-body-text p { margin: 0 0 20px; min-height: 100px;} 
.plans-available .guid-inner-card .card-header { margin: 0 0 12px; } 

/***new css**/
.tabs-slider-links ul { display: flex; justify-content: center; } 
.tabs-slider-links ul li { margin: 0 50px 0 0; font-size: 20px; color: #6A6A6A; font-family: AllianzSans; cursor: pointer; position: relative; } 
.tabs-slider-links ul li.active:after { content: ''; position: absolute; bottom: -5px; width: 100%; height: 1px; background: #F58220; left: 0; right: 0; margin: 0 auto; } 
.tabs-slider-links ul li.active { font-family: AllianzSansBold; color: #F58220; position: relative; } 
.tabs-slider-links ul li:last-child { padding: 0; } 
.tabs-slider-links { margin: 0 0 40px 0; } 
.online .slick-slide, .offline .slick-slide { padding: 20px; } 
.plans-available .slider .slick-prev { left: -8px; } 
.plans-available .slider .slick-next { right: -8px; }
.card { background: #ffffff; border: 1px solid rgba(151, 151, 151, 0.2); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); border-radius: 20px; } 
.card-body { padding: 20px; }
.guid-inner-card .card-header { font-size: 19px; color: #0072bc; font-weight: bold; margin-bottom: 20px; min-height: 56px; } /***25th Sept***/
.guid-inner-card .card-img { margin-bottom: 20px; } 
.guid-inner-card .card-img img { width: 100%; max-width: 350px; height: 100%; /*cls*/ } 
.guid-inner-card .card-text p { font-size: 16px; color: #655f5f; margin-bottom: 10px; min-height: 100px; } 
.guid-inner-card .card-text a { font-size: 14px; color: #0072bc; margin-bottom: 10px; text-transform: uppercase; text-decoration: underline; display: inline-block; } 
.guid-inner-card .card-text a:hover { text-decoration: none; } 
@media (max-width:1024px) {
	.plans-available .guid-inner-card .card-body .card-details {
    width: 60%;
}  
}
@media (max-width:992px) {
    .info-text-block .container, 
.fullHtBanner .container, 
.plans-available .container, 
.links-slider-section .container,
.contactyou .container,
.starrating .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heading {
        font-size: 27px;
    }
    .online .slick-prev {
        left: -20px;
    }
    .online .slick-next {
        right: -20px;
    }
    section {
        padding: 25px 0;
    }
    .btn-fill {
        font-size: 14px;
        padding: 8px 20px
    }
    /**11th september 2020: Plans section starts**/
    .plans-available .card-actions {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .plans-available .guid-inner-card .card-body .card-details .btn.btn-fill {
        padding: 5px 15px;
        display: block;
        min-width: auto;
    }
    .plans-available .guid-inner-card .card-body .card-details a {
        margin: 0;
        display: block;
        margin: 15px 5px 0;

    }
    /**11th september 2020: Plans section ends**/
    /***25th sept 2020 starts*****/
    .tabs-slider-links ul li {
        margin: 0;
    }
    .tabs-slider-links ul li:first-child {
        margin: 0 20px 0 0;
    }
    /***25th sept 2020 ends*****/
    /****links slider***/
    .links-slider-section.fixed {
        top: 53px;
    }
    .info-text-block .padding-containers, .life-insurance .padding-containers {
        padding: 0 15px;
    }

.plans-available .slider .slick-prev, 
.plans-available .slider .slick-next, 
.plans-available .slider .slick-prev.slick-disabled, 
.plans-available .slider .slick-next.slick-disabled {
    width: 15px;
    height: 26px;
}
.plans-available .guid-inner-card .card-body .card-img {
    margin: 0px 5px 0px 0px;
}     
}
  .info-text-block.term-factors .two-column-layout .block {
        width: 100%;
    }

    .info-text-block.term-factors .two-column-layout .block .block-header {
        padding: 0 0 5px 0;
    }
.two-column-layout .block:nth-child(2n+1) {
    margin: 0 50px 36px 0;
}
.info-text-block.term-factors .two-column-layout .block {
    width: 47%;
}

.info-text-block.term-factors .two-column-layout .block .block-header {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}

.info-text-block.term-factors .two-column-layout .block .block-header .block-image {
    margin: 0 22px 0 0;
}

.info-text-block.term-factors .two-column-layout .block .block-title {
    font-family: AllianzSansBold;
    font-size: 22px;
    line-height: 29px;
    padding: 0;
}
@media (max-width:992px) {
.info-text-block.term-factors .two-column-layout .block {
    width: 100%;
}
.info-text-block.term-factors .two-column-layout .block:nth-child(2n+1) {
    margin: 0 0 16px 0;
}
.info-text-block.term-factors .two-column-layout .block .block-header {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}

.info-text-block.term-factors .two-column-layout .block .block-header .block-image {
    margin: 0 22px 0 0;
}

.info-text-block.term-factors .two-column-layout .block .block-title {
    font-family: AllianzSansBold;
    font-size: 22px;
    line-height: 29px;
    padding: 0;
}
}

a {
    color: #0072bc;
}

details,
footer {
    float: left;
    width: 100%;
    clear: both
}

footer .newsletter-section .social-icon {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

footer .newsletter-section .social-icon li {
    float: left;
    padding: 0 14px
}

footer .newsletter-section .social-icon li a {
    width: 30px;
    height: 25px;
    float: left;
    background: url(../../../content/dam/balic/index/sprite.png) no-repeat -146px -14px
}

footer .newsletter-section .social-icon li a.twitter {
    background-position: -258px -14px
}

footer .newsletter-section .social-icon li a.youtube {
    background-position: -314px -14px
}

footer .newsletter-section .social-icon li:first-child {
    padding-left: 0
}

footer .top-section {
    width: 100%;
    float: left;
    background: #e4e4e4;
    padding: 25px 0 50px;
    position: relative;
    text-align: center
}

footer .top-section .footer-link {
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 20px;
    position: relative
}

footer .top-section .footer-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background: #2ac9ff
}

footer .top-section .footer-link li {
    display: inline-block;
    padding: 0 17px
}

footer .top-section .footer-link li a {
    font-size: 1.7rem;
    color: #4f4f4f;
    font-family: AllianzSans
}

footer .top-section p {
    font-size: 1.4rem;
    color: #9c9c9c;
    font-family: AllianzSansLight
}

footer .top-section .toggle-btn {
    font-family: AllianzSansLight;
    padding: 35px 0 0 0;
    z-index: 1;
    position: absolute;
    display: inline-block;
    color: #0072bc;
    bottom: -40px;
    font-size: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

footer .top-section .toggle-btn:before {
    content: "";
    background: #0072bc;
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

footer .top-section .toggle-btn:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    top: 12px;
    left: 50%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    margin-top: -4px
}

footer .bottom-section .toggle-btn {
    color: #343434;
    font-size: 1.6rem;
    padding-bottom: 40px;
    margin: 0 0 0;
    position: relative;
    width: auto;
    text-align: center;
    height: 25px;
    font-family: AllianzSansLight;
    z-index: 1;
    display: inline-block;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

footer .bottom-section .toggle-btn:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #0072bc;
    border-left: 3px solid #0072bc;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    border-color: #acaeae;
    bottom: 0;
    left: 50%
}

footer .bottom-section {
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative;
    background: #fff
}

footer .bottom-section .toggle-btn:after {
    border-color: #acaeae;
    bottom: 0;
    left: 50%
}

footer .bottom-section .row {
    padding-top: 30px;
    padding-bottom: 30px
}

footer .bottom-section .title {
    font-size: 1.7rem;
    padding-bottom: 10px
}

footer .bottom-section .bullets {
    width: 100%;
    float: left;
    padding: 10px 0 15px
}

footer .bottom-section .bullets li {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    color: #595959;
    position: relative;
    padding: 5px 0 5px 12px
}

footer .bottom-section .bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #595959;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

footer .bottom-section h4 {
    color: #343434;
    font-size: 1.8rem;
    padding-bottom: 10px;
    font-family: AllianzSansBold;
    display: inline-block;
    width: 100%
}

footer .bottom-section .IRDA-link {
    float: left;
    background: #e4e4e4;
    padding: 12px 22px;
    position: relative;
    color: #4f4f4f;
    margin: 0 10px 10px 0;
    font-size: 1.6rem
}

footer .bottom-section .IRDA-link:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

footer .bottom-section .iso-text {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-left: 60px;
    position: relative;
    color: #262626;
    line-height: 1.4;
    font-size: 1.3rem
}

footer .bottom-section .iso-text:before {
    content: "";
    position: absolute;
    width: 49px;
    height: 30px;
    left: 0;
    top: 0;
    background: url(../../../content/dam/balic/index/iso.jpg) no-repeat 0 3px
}

footer .bottom-section .footer-links {
    width: 100%;
    float: left
}

footer .bottom-section .footer-links li {
    width: 100%;
    float: left;
    padding: 8px 0
}

footer .bottom-section .footer-links li a,
footer .bottom-section .footer-links li p {
    font-size: 1.5rem;
    color: #343434
}

footer .bottom-section .text {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center
}

footer .bottom-section .text p {
    font-size: 1.4rem;
    color: #595959;
    padding: 7px;
    line-height: 1.8
}

footer .bottom-section .text p a {
    color: #595959
}

footer .bottom-section .text.disclaimer {
    display: none
}

footer .bottom-section .border-bottom {
    border-bottom: 1px solid #ccc
}

footer .bottom-section .border-bottom:first-child {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between
}

footer a:hover {
    color: #0072bc !important
}

.socialParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.newsletter-section .mobile-app-playstore>li {
    display: inline-block;
    margin-right: 10px
}

.newsletter-section .mobile-app-playstore li a {
    background-image: url(../../../content/dam/balic/index/sprite.png);
    background-repeat: no-repeat;
    width: 122px;
    height: 36px;
    display: block
}

.newsletter-section .mobile-app-playstore li:first-child a {
    background-position: -154px -461px
}

.newsletter-section .mobile-app-playstore li:last-child a {
    background-position: -295px -460px
}

.video-iframe {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
    z-index: 12;
    border: 4px solid #fff
}

.video-iframe .close-icon {
    position: absolute;
    right: -20px;
    top: -25px;
    font-size: 2rem;
    color: #fff
}

.video-iframe iframe {
    width: 100%;
    height: 400px
}

@media screen and (max-width:1460px) {
    footer .top-section .footer-link li {
        padding: 0 10px
    }

    footer .newsletter-section .social-icon li {
        padding: 0 6px
    }
}

@media screen and (max-width:1240px) {
    footer {
        padding-bottom: 120px
    }
}

@media screen and (max-width:1024px) {
    footer .column-75 {
        width: 100%;
        float: left
    }

    footer .column-25 {
        width: 100%;
        padding-top: 25px
    }

    footer .socialParent .column-75 {
        width: 100%
    }

    footer .socialParent .column-25 {
        padding-top: 25px;
        width: 100%
    }

    footer .column-20 {
        width: 33.33%;
        min-height: 300px
    }

    .newsletter-section {
        padding-top: 25px
    }
}

@media screen and (max-width:1023px) {
    footer .top-section .footer-link li {
        padding: 5px 10px
    }

    footer .top-section .footer-link li a {
        font-size: 1.4rem
    }

    footer .top-section p {
        font-size: 12px
    }

    footer .bottom-section .footer-links {
        padding-bottom: 25px
    }

    footer .bottom-section .text p {
        line-height: 1.6
    }
}

@media screen and (max-width:767px) {
    footer .bottom-section .border-bottom:first-child {
        display: block;
        justify-content: initial;
        align-items: initial
    }

    footer .toggle-btn {
        font-size: 1.6rem
    }
}

@media screen and (max-width:639px) {
    footer .column-25 {
        width: 100%;
        padding-top: 25px
    }

    footer .column-20 {
        width: 50%;
        min-height: inherit
    }

    footer .bottom-section .iso-text {
        margin: 0 0 25px
    }
}

@media screen and (min-width:320px) and (max-width:439px) {
    footer .column-20 {
        width: 100%
    }
}

/* banner Description start */
.bannerDescription.ulipBannerDesc {
    display: none;
}

/* banner Description end */

/* Term About component start */
.info-text-block .section-heading {
    font-family: AllianzSansBold;
    font-size: 32px;
    line-height: 42px;
    color: #0072bc;
    padding: 16px 0;
    text-transform: capitalize;
    text-align: center;
}

.termabout .info-text-block.ulipPlans {
    min-height: auto;
}

.info-text-block.ulipPlans p:last-child {
    padding-bottom: 0;
}

.info-text-block.ulipPlans h1.section-heading {
    font-family: AllianzSansBold;
    color: #0072BC;
    padding: 16px 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 5px;
}

.text-orange {
    color: #f89c30;
}

.termabout section {
    padding: 35px 0;
}

.info-text-block.ulipPlans .padding-containers {
    padding: 0 50px;
    min-height: auto;
}

.info-text-block.ulipPlans .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    width: 90%;
}

.info-text-block.ulipPlans p,
.info-text-block.ulipPlans .moreText {
    font-family: AllianzSans;
    text-align: left;
    color: #4f4f4f;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
}

.info-text-block.ulipPlans .section-heading {
    font-size: 44px;
    line-height: 56px;
    padding-top: 0;
}

.info-text-block.ulipPlans {
    /* padding: 15px 0px; */
}

.info-text-block.ulipPlans .dots {
    display: none;
}

.info-text-block.ulipPlans .readMoreContent {
    display: none;
}

@media (max-width: 992px) {
    .info-text-block.ulipPlans .padding-containers {
        padding: 0 15px;
        min-height: auto;
        width: 100%;
    }
            .info-text-block .section-heading {
    font-size: 29px;
    line-height: 35px;
    padding: 20px 0 30px 0;
}
}

@media (max-width: 767px) {
    .new-bannerimage+.termabout .info-text-block.ulipPlans .section-heading {
        font-size: 24px;
        line-height: 31px;
    }

    .info-text-block.ulipPlans p,
    .info-text-block.ulipPlans .moreText {
        font-size: 12px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .info-text-block.ulipPlans .section-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .termabout .info-text-block.ulipPlans {
        min-height: auto;
        padding: 20px 0 15px;
    }

    .moreText {
        display: none;
        color: #4f4f4f;
    }

    .info-text-block.ulipPlans .dots,
    .info-text-block.ulipPlans .readMoreContent {
        display: inline;
        font-family: 'AllianzSansBold';
    }

    .readMoreContent,
    .readMoreContent:hover {
        color: #333;
        display: inline;
    }

    .info-text-block.ulipPlans p {
        display: inline;
    }

    .info-text-block.ulipPlans .moreText p {
        display: block;
    }
}

/* Term About component end */

/* How does a ULIP Work? component start */
.ulipterminology .info-content-block {
    padding: 30px 0 20px;
}

.termabout + .ulipterminology .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 44px;
    line-height: 56px;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.new-bannerimage+.termabout .info-text-block.ulipPlans .section-heading, 
    .info-text-block.ulipPlans .section-heading,
	.termabout + .ulipterminology .section-heading{
        font-size: 30px;
        line-height: 35px;
    }
    .info-content-block .container {
        padding: 0 15px;
        width: 100%;
    }                
}

@media (max-width: 767px) {
    .termabout + .ulipterminology .terminology .section-heading {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .ulipterminology .section-heading+p {
        font-size: 12px;
        line-height: 20px;
    }

    .ulipterminology .termList {
        border: 1px solid #C4C4C4;
        border-radius: 12px;
        padding: 5px 20px 10px;
    }

    .ulipterminology .termList .ulipTerms {
        display: block;
    }
}

/* How does a ULIP Work? component end */

/* Types of ULIP Plans component start */
.typesOfUlip .info-text-block {
    padding: 40px 0px 0px;
}

.typesOfUlip .info-text-block .inner-container-fact .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    color: #0072bc;
    margin-bottom: 10px;
    text-align: center;
}

.typesOfUlip .info-text-block.term-factors p {
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.typesOfUlip .container-inner {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 20px;
}

.typesOfUlip .info-text-block h3,
.typesOfUlip .info-text-block .inner-container-fact h2 {
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #0072bc;
    margin-bottom: 10px;
}

.typesOfUlip .info-text-block .two-column-layout .block:nth-child(3n) {
    padding-right: 0;
}

.typesOfUlip .info-text-block .two-column-layout .block {
    width: 33.33%;
    padding: 0 25px 25px 0;
}

.typesOfUlip .two-column-layout h4 {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
}

.typesOfUlip .info-text-block .block-body p {
    font-family: AllianzSans;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #666;
}

.typesOfUlip .info-text-block .two-column-layout .block .block-header {
    padding: 0 0 12px;align-items: flex-start;
}

.typesOfUlip .info-text-block .block-body ul {
    padding-left: 20px;
    margin-top: -10px;
}

/* .factorsaffect+.factorsaffect h2 {
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    color: #0072bc;
    margin-bottom: 10px;
    text-align: left;
} */

/*.factorsaffect+.faqs .ulipFaqs .inner-container {
    display: none;
}*/
/* .factorsaffect+.faqs .ulipFaqs {
    padding-bottom: 0;
} */

.typesOfUlip .info-text-block .two-column-layout .block .block-header .block-image {
    margin-right: 5px;
}

/*@media screen and (max-width: 1460px) {
    .typesOfUlip .container-inner {
        padding: 0 15px;
    }
}*/

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .typesOfUlip .container-inner {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .factorsAffect-desktop.typesOfUlip {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .factorsAffect-mobile .factors {
        display: none;
    }

    .faqs+.factors {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
.info-text-block.term-factors .two-column-layout .block:nth-child(2n+1) {
    margin: 0 0 0px 0;
}
                                    }
@media screen and (max-width: 767px) {
    .typesOfUlip .info-text-block {
        padding: 15px 0 0;
    }

    .typesOfUlip .container-inner {
        padding: 0 15px;
        width: 100%;
    }

    .typesOfUlip .info-text-block .inner-container-fact .section-heading {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .typesOfUlip .info-text-block h3,
    .typesOfUlip .info-text-block .inner-container-fact h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .typesOfUlip .info-text-block .block-body p {
        font-size: 12px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .typesOfUlip .info-text-block.term-factors .two-column-layout .block {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .factorsAffect-desktop.typesOfUlip~.factorsAffect-mobile {
        display: none;
    }

    .typesOfUlip .info-text-block {
        padding-top: 10px;
    }
    .typesOfUlip .two-column-layout h4 {
        font-size: 14px;
        line-height: 16px;
    }
}

/* Types of ULIP Plans component end */

/* FAQs component start */
.info-text-block.ulipFaqs .container {
    width: 90%;
}

.info-text-block.ulipFaqs .padding-containers {
    padding: 0 20px;
}

.info-text-block.ulipFaqs {
    padding: 40px 0px;
    margin: 0px;
}

.info-text-block.ulipFaqs .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    /* padding: 0; */
}

.info-text-block.ulipFaqs ul li {
    background: #FCFDFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 22px;
    margin: 0 0 11px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.info-text-block.ulipFaqs ul li h3.text-black {
    font-family: AllianzSans;
    font-size: 20px;
    line-height: 15px;
    text-align: left;
    color: #4f4f4f;
    margin-bottom: 20px;
}

.info-text-block.ulipFaqs ul li p.text-grey,
.info-text-block.ulipFaqs ul li p,
.info-text-block.ulipFaqs ul li .moreText {
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
}

.info-text-block.ulipFaqs ul li span {
    display: block;
    margin: 0 10px 0 0;
    color: #08AA2B;
    font-size: 25px;
    line-height: 22px;
}

.info-text-block.ulipFaqs .faq-content ul {
    padding-left: 30px;
}

.info-text-block.ulipFaqs .faq-content ul li {
    font-family: AllianzSans;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #6A6A6A;
    padding: 0px;
    list-style-type: disc;
    display: list-item;
    border: none;
}

.info-text-block.ulipFaqs .dots {
    display: none;
}

.info-text-block.ulipFaqs ul li .readMoreContent {
    display: none;
}

@media (max-width: 767px) {
    .info-text-block.ulipFaqs .padding-containers {
        padding: 0 15px;
        width: 100%;
    }

    .info-text-block.ulipFaqs .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 20px;
    }

    .factorsaffect~.faqs .ulipFaqs {
        padding: 10px 0 30px;
    }

    .info-text-block.ulipFaqs ul li span {
        font-size: 20px;
    }

    .info-text-block.ulipFaqs ul li h3.text-black {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .info-text-block.ulipFaqs ul li p.text-grey,
    .info-text-block.ulipFaqs ul li p {
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.ulipFaqs ul li span {
        margin: 0 6px 0 0;
    }

    .info-text-block.ulipFaqs ul li {
        padding: 15px 12px 10px;
    }

    .info-text-block.ulipFaqs .faq-content ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.ulipFaqs ul li .dots {
        display: inline;
        color: #000;
        margin: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.ulipFaqs ul li .moreText {
        color: #000;
        font-size: 12px;
        line-height: 18px;
        display: none;
    }

    .info-text-block.ulipFaqs ul li {
        display: none;
    }

    .info-text-block.ulipFaqs ul li .readMoreContent {
        display: inline;
        font-family: 'AllianzSansBold';
    }

    .info-text-block.ulipFaqs ul li p {
        display: inline;
    }

    .info-text-block.ulipFaqs ul li p a {
        word-break: break-word;
    }
}

/* FAQs component end */

/* Advantages Over Traditional Plans component start */
/* .info-text-block.ulipPlans .section-heading {
    font-size: 36px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 8px;
}

.info-text-block.ulipPlans {
    padding: 20px 0px 30px;
}

.info-text-block.ulipPlans .dots,
.info-text-block.ulipPlans .readMoreContent {
   /* display: none;*
}

.info-text-block.ulipPlans .moreText {
   /* display: inline;*
}

@media (max-width: 767px) {
    .info-text-block.ulipPlans {
        padding: 10px 0 20px;
    }

    .info-text-block.ulipPlans .section-heading {
        font-size: 18px;
        line-height: 23px;
    }
} */

/* Advantages Over Traditional Plans component end */

/* Tax Benefits Of ULIPs component start */
.ulipterminology .info-content-block {
    /* padding: 0; */
}
.typesOfUlip.taxBenefitsUlips .info-text-block .block-header h3 {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
}
.info-text-block.ulipPlans.ulipCharges {
    padding: 15px 0 0;
}
/* .ulipterminology .termList {
    border: none;
    padding: 0;
    border-radius: 0;
}

.ulipterminology .ulipTerms {
    border: none;
} */
.typesOfUlip.taxBenefitsUlips .info-text-block .block-body h4 {
    font-family: AllianzSans;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #666;
}

.faqs .ulipFaqs {
    padding: 20px 0px;
}

.typesOfUlip .info-text-block {
    padding: 20px 0px 0px;
}

@media (max-width: 767px) {
    .ulipterminology .ulipTerms {
        display: block;
    }

    .ulipterminology+.faqs .ulipFaqs {
        padding: 10px 0 0;
    }
    .typesOfUlip.taxBenefitsUlips .info-text-block .block-header h3 {
        font-size: 14px;
        line-height: 16px;
    }
}

/* Tax Benefits Of ULIPs component end */


/* ULIP Fund Performance - Why You Should Monitor Your Investment */
.typesOfUlip.ulipFund .info-text-block {
    padding: 30px 0px 20px;
}

.typesOfUlip.ulipFund .info-text-block h3 {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
}
.typesOfUlip.ulipFund .info-text-block .two-column-layout .block:nth-child(2n) {
    padding-right: 25px;
}
@media (max-width: 767px) {
    .typesOfUlip.ulipFund .info-text-block h3 {
        font-size: 14px;
        line-height: 16px;
    }

}


/* ULIP Fund Performance - Why You Should Monitor Your Investment */

/* How to buy a ULIP online? component start */
/* .buyUlipOnline .laa-head h3 {
    font-family: 'AllianzSansBold';
    font-size: 44px;
    line-height: 56px;
    text-align: center;
} */
.buyUlipOnline .laa-body h2 {
    font-family: 'AllianzSansBold';
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    color: #0072bc;
    padding-bottom: 20px;
}
.buyUlipOnline {
    padding: 30px 0px 0;
}

.buyUlipOnline .container {
    width: 90%;
    padding: 0 20px;
}

.buyUlipOnline .video-link:before {
    content: none;
}

.buyUlipOnline .video-btn {
    display: block;
    position: unset;
    box-shadow: 0px 2px 10px 0px #00000015;
    border-radius: 50%;
}

.buyUlipOnline .video-link {
    padding: 0;
}

.buyUlipOnline .laa-body-text p {
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.llfeAssistServices+.ulipterminology .ulipTerms .headline {
    display: none;
}

.llfeAssistServices+.ulipterminology .ulipTerms .block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.llfeAssistServices+.ulipterminology .ulipTerms .paragraph {
    margin-bottom: 8px;
}

.llfeAssistServices+.ulipterminology .terminology .termList {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 12%);
    border-radius: 12px;
    border: none;
    padding: 10px 30px 30px;
    margin-bottom: 20px;
}

.buyUlipOnline .laa-head {
    padding-top: 0;
}

.llfeAssistServices+.ulipterminology .info-content-block h3 {
    color: #0072bc;
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    margin: 0px 0 10px;
}

.llfeAssistServices+.ulipterminology .info-content-block {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.buyUlipOnline .container {
    width: 100%;
    padding: 0 15px;
}
.buyUlipOnline .laa-body h2 {
    font-size: 30px;
    line-height: 35px;
}
.buyUlipOnline .laa-head h3 span {
    display: inline;
}            
}
@media (max-width: 767px) {
    .buyUlipOnline .container {
        width: 100%;
        padding: 0 15px;
    }

    .buyUlipOnline .laa-body h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .buyUlipOnline .laa-body h2 span {
        display: inline;
    }

    .buyUlipOnline .laa-body-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .llfeAssistServices+.ulipterminology .ulipTerms .paragraph {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px;
    }

    .llfeAssistServices+.ulipterminology .terminology .termList {
        box-shadow: none;
        padding: 0;
    }

    .llfeAssistServices+.ulipterminology .info-content-block h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .buyUlipOnline .video-section .video-img {
        width: 100%;
        height: 100%;
    }
}

/* How to buy a ULIP online? component end */

/* 11 Benefits Of ULIPs component start */
.typesOfUlip.taxBenefitsUlips .info-text-block .two-column-layout .block {
    width: 100%;
}

.typesOfUlip.taxBenefitsUlips .info-text-block {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .typesOfUlip.taxBenefitsUlips .info-text-block {
        padding-bottom: 0px;
    }
}

/* 11 Benefits Of ULIPs component end */

/* A Guide to ULIP charges component start */
.typesOfUlip.ulipCharges h2 {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
}

.typesOfUlip.ulipCharges .two-column-layout {
    display: block;
}

.typesOfUlip.ulipCharges .two-column-layout .block {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.typesOfUlip.ulipCharges .two-column-layout .block .block-header {
    padding-bottom: 8px;
}

.typesOfUlip.ulipCharges .block table {
    margin: 15px auto;
}

.typesOfUlip.ulipCharges .block table th {
    font-family: 'AllianzSansBold';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #0072bc;
    color: #fff;
    padding: 25px 20px;
    border: 3px solid #f3f3f3;
}

.typesOfUlip.ulipCharges .block table td {
    background: #F9FDFF99;
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4F4F4F;
    padding: 16px 20px;
    border: 3px solid #f3f3f3;
}

.typesOfUlip.ulipCharges .block table th:first-child {
    max-width: 260px;
    word-wrap: break-word;
}

/*.faqs +.factorsaffect +.faqs .inner-container {
    display: none;
}*/
.faqs .ulipFaqs {
    padding: 0 0 20px 0px;
}

.typesOfUlip.ulipCharges .info-text-block .two-column-layout .block h3 {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.ulipCharges .info-text-block .two-column-layout .block:nth-child(2n+1) {
    margin-bottom: 16px;
}
}
@media (max-width: 767px) {
    .typesOfUlip.ulipCharges h2 {
        font-size: 14px;
        line-height: 16px;
        padding-top: 0;
    }

    .typesOfUlip.ulipCharges .info-text-block .two-column-layout .block h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .typesOfUlip.ulipCharges .two-column-layout .block-header .block-image {
        margin-right: 5px;
    }

    .typesOfUlip.ulipCharges .two-column-layout .block-body p {
        line-height: 20px;
    }

    .faqs .ulipFaqs {
        padding: 10px 0px;
    }

    .typesOfUlip.ulipCharges .block table {
        width: 100% !important;
        margin: 0px auto 15px;
    }

    .typesOfUlip.ulipCharges .block table th {
        font-size: 12px;
        line-height: 16px;
        padding: 15px;
    }

    .typesOfUlip.ulipCharges .block table td {
        padding: 10px 15px;
    }

    .viewMore {
        display: table;
        margin: 10px auto 0;
        font-size: 12px;
        line-height: 20px;
        text-decoration: underline;
    }
    .typesOfUlip.ulipCharges .two-column-layout .block{
        display: none;
    }
}

/* A Guide to ULIP charges component end */

/* ULIP Tax Benefits - Know 3 Ways In Which ULIPs Help You Save Tax component start */
/* .ulipterminology .terminology .termList {
    border: none;
    padding: 0;
} */

/* .ulipterminology .terminology .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
} */

@media (max-width: 767px) {
    .ulipterminology .terminology .section-heading {
        font-size: 18px;
        line-height: 23px;
    }

    .ulipterminology .terminology .ulipTerms {
        display: block;
    }

    .ulipterminology .terminology .viewMore {
        display: none;
    }
}

/* ULIP Tax Benefits - Know 3 Ways In Which ULIPs Help You Save Tax component end */

/* ULIP Premium Calculation component start*/
.typesOfUlip .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 0;
}

.typesOfUlip .info-text-block h3 {
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    color: #0072bc;
    text-align: left;
    margin-bottom: 10px;
}

.typesOfUlip .block {
    width: 50%;
    margin-bottom: 25px;
}

.typesOfUlip .block:nth-child(2n) {
    padding-right: 0;
}

.typesOfUlip .two-column-layout .block-image {
    margin-right: 6px;
}

.termabout .ulipPlans {
    /* padding-top: 0; */
}

.info-text-block.ulipPlans h3 {
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #0072bc;
    margin-top: -50px;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.typesOfUlip .info-text-block .inner-container-fact .section-heading {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    .typesOfUlip .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 15px;
    }

    .typesOfUlip .info-text-block h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .typesOfUlip p {
        font-size: 12px;
        line-height: 18px;
    }

    .typesOfUlip .block {
        width: 100%;
    }

    .typesOfUlip .block h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .ulipPlans h4 {
        font-size: 14px;
        line-height: 16px;
    }

    .info-text-block.ulipPlans h3 {
        font-size: 14px;
        line-height: 16px;
        margin-top: -20px;
        margin-bottom: 10px;
    }
}

/* ULIP Premium Calculation component end*/

/* ONLINE INSURANCE PLANS component start */
.onlineofflineplans .onlineInsurance {
    padding: 0px 0 20px 0;
    background: #fff;
}

.onlineInsurance .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #0072bc;
    margin-bottom: 20px;
}

.faqs .ulipFaqs {
    padding: 20px 0;
}

.onlineofflineplans .onlineInsurance .padding-containers {
    padding: 0 20px;
    width: 90%;
}

.onlineofflineplans .onlineInsurance .card {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 9.65162px;
    border: none;
}
/*added a tab after h3 -- Website chages -- Pawan*/
/*added new class -- Website chages -- Harshad*/
.onlineofflineplans .onlineInsurance .guid-inner-card .card-body .card-header h3 a ,
.onlineofflineplans .onlineInsurance .guid-inner-card .card-body .card-header .online_tabs a {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-decoration: none;
    color:#0072bc;
}

.onlineofflineplans .onlineInsurance .card .card-img {
    width: 20%;
}

.onlineofflineplans .onlineInsurance .card .card-details {
    width: 75%;
}

.onlineofflineplans .onlineInsurance .card-text p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    min-height: 40px;
}

.onlineofflineplans .onlineInsurance .guid-inner-card .card-body .card-header {
    min-height: 42px;
}

.onlineofflineplans .onlineInsurance .tabs-slider-links {
    margin-bottom: 10px;
}

.onlineInsurance .tabs-slider-links ul li {
    font-size: 18px;
    line-height: 23px;
    margin-right: 20px;
}

.onlineInsurance .guid-inner-card .card-body .card-details a {
    font-size: 14px;
    line-height: 14px;
    color: #4f4f4f;
}

.onlineInsurance .online .slick-slide,
.onlineInsurance .offline .slick-slide {
    padding: 10px;
}

.onlineInsurance .tabs-slider .slider+div a {
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 30px;
    display: table;
    text-decoration: underline;
    text-transform: uppercase;
    color: #0072bc;
}
.onlineofflineplans .onlineInsurance .slider .slick-prev, .onlineofflineplans .onlineInsurance .slider .slick-next {
    display: none;
}
.onlineofflineplans .onlineInsurance .slider .slick-prev {
    width: 40px;
    height: 40px;
    left: -15px;
    z-index: 1;
}
.onlineofflineplans .onlineInsurance .slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	.onlineofflineplans .onlineInsurance .padding-containers {
        padding: 0 15px;
        width: 100%;
    }
	.onlineofflineplans .onlineInsurance .guid-inner-card .card-body .card-header h3 {
        font-size: 14px;
    }
    .onlineofflineplans .onlineInsurance {
    padding: 0px 0 0px 0;
}                
}
@media (max-width: 767px) {
    .onlineInsurance .slick-list.draggable {
        padding: 0 20% 0 0;
    }

    .onlineInsurance .guid-inner-card .card-body .card-details a {
        font-size: 12px;
        margin-top: 0;
    }

    .onlineInsurance .guid-inner-card .card-body .card-details .btn.btn-fill {
        margin-right: 0;
        font-size: 8px;
    }

    .onlineInsurance .guid-inner-card .card-body .card-actions {
        flex-direction: initial;
        align-items: center;
        justify-content: space-between;
    }

    .onlineInsurance .section-heading {
        font-size: 22px;
        line-height: 56px;
        margin-bottom: 5px;
    }

    .onlineInsurance .tabs-slider-links ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .onlineofflineplans .onlineInsurance .padding-containers {
        padding: 0 15px;
        width: 100%;
    }

    .onlineofflineplans .onlineInsurance .guid-inner-card .card-body .card-header h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .onlineofflineplans .onlineInsurance .card-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .onlineofflineplans .onlineInsurance .guid-inner-card .card-body .card-header {
        min-height: 56px;
    }

    .onlineInsurance .tabs-slider .slider+div a {
        margin-bottom: 10px;
    }

    .onlineofflineplans .onlineInsurance {
        padding-bottom: 15px;
    }
}

/* ONLINE INSURANCE PLANS component end */

/* ULIPs Offer Tax Benefits component start */
.typesOfUlip .info-text-block {
    padding-top: 20px;
}

.typesOfUlip .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
}

.typesOfUlip .block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}

.typesOfUlip .two-column-layout .block-image {
    margin-right: 6px;
}

.typesOfUlip .block-body ul li {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #666;
    list-style-type: disc;
}

.typesOfUlip .block-body ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.typesOfUlip .block table {
    margin: 15px auto;
}

.typesOfUlip .block table th {
    font-family: 'AllianzSansBold';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #0072bc;
    color: #fff;
    padding: 25px 20px;
    border: 3px solid #f3f3f3;
}

.typesOfUlip .block table td {
    background: #F9FDFF99;
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4F4F4F;
    padding: 16px 20px;
    border: 3px solid #f3f3f3;
}

.typesOfUlip .block table td:nth-child(3) {
    max-width: 400px;
    word-wrap: break-word;
    text-align: left;
}

@media (max-width: 767px) {
    .factorsAffect-mobile.typesOfUlip .factors {
        padding: 10px 0;
    }

    .factorsAffect-desktop.typesOfUlip {
        /*  display: none;*/
    }

    .factorsAffect-mobile.typesOfUlip {
        display: block;
    }

    .factorsAffect-mobile.typesOfUlip h2 {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
        font-family: 'AllianzSansBold';
        text-align: center;
        color: #0072bc;
    }

    .factorsAffect-mobile.typesOfUlip .factor-card-block {
        display: none;
    }

    .factorsAffect-mobile.typesOfUlip .two-column-layout {
        margin-top: 20px;
    }

    .factorsAffect-mobile.typesOfUlip .two-column-layout .block {
        margin-right: 0;
        padding: 0px;
        box-shadow: none;
        border: none;
    }

    .factorsAffect-mobile.typesOfUlip .block-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .factorsAffect-mobile.typesOfUlip .block-body ul {
        margin-top: 10px;
    }

    .typesOfUlip .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
    }

    .typesOfUlip p {
        font-size: 12px;
        line-height: 18px;
    }

    .typesOfUlip .two-column-layout h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .typesOfUlip .block-body ul li {
        font-size: 12px;
    }

    .typesOfUlip .block table {
        width: 100% !important;
    }

    .typesOfUlip .block table th {
        font-size: 12px;
        line-height: 16px;
        padding: 15px;
    }

    .typesOfUlip .block table td {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 20px;
    }
}


/* ULIPs Offer Tax Benefits component end */

/* Why ULIPs Are A Secure Long-Term Long Investment? component start */
.secureLongTerm .padding-containers {
    padding: 0 20px;
    width: 90%;
}

.secureLongTerm .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
}

.secureLongTerm .section-heading+p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.info-text-block.secureLongTerm .two-column-layout .block {
    width: 32.13%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.info-text-block.secureLongTerm .two-column-layout .block:nth-child(3n) {
    margin-right: 0;
}

.info-text-block.secureLongTerm .two-column-layout .block .block-title {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.info-text-block.secureLongTerm .two-column-layout .block:last-child {
    margin-right: 0;
}

.info-text-block.secureLongTerm .two-column-layout .block .block-header .block-image {
    margin-right: 7px;
}

.secureLongTerm .block-image img {
    width: 20px;
    height: 20px;
}

.secureLongTerm {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .secureLongTerm {
        padding: 10px 0;
    }

    .secureLongTerm .padding-containers {
        padding: 0 15px;
        width: 100%;
    }

    .secureLongTerm .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
    }

    .secureLongTerm .section-heading+p {
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.secureLongTerm .two-column-layout .block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .info-text-block.secureLongTerm .two-column-layout .block .block-body p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 768px) {
    .factorsAffect-mobile .factors {
        display: none;
    }

    .factorsaffect+.factors {
        display: block;
    }
}

/* Why ULIPs Are A Secure Long-Term Long Investment? component end */

/* Why You Should Remain Invested For The Full Tenure In ULIPs component start */
.fullTenure .padding-containers {
    padding: 0 20px;
    width: 90%;
}

.fullTenure .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
}

.fullTenure .section-heading+p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.info-text-block.fullTenure .two-column-layout .block {
    width: 32.13%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-right: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.info-text-block.fullTenure .two-column-layout .block .block-title {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.info-text-block.fullTenure .two-column-layout .block:last-child {
    /*  margin-right: 0;*/
}

.info-text-block.fullTenure .two-column-layout .block .block-header .block-image {
    margin-right: 7px;
}

.fullTenure .block-image img {
    width: 20px;
    height: 20px;
}

.fullTenure {
    padding-bottom: 40px;
}

.info-text-block.fullTenure .two-column-layout {
    justify-content: center;
}

@media (max-width: 767px) {
    .fullTenure {
        padding: 10px 0px 20px;
    }

    .fullTenure .padding-containers {
        padding: 0 15px;
        width: 100%;
    }

    .fullTenure .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
    }

    .fullTenure .section-heading+p {
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.fullTenure .two-column-layout .block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .info-text-block.fullTenure .two-column-layout .block .block-body p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 768px) {
    .factorsAffect-mobile .factors {
        display: none;
    }

    .factorsaffect+.factors+.factors {
        display: block;
    }
}

/* Why You Should Remain Invested For The Full Tenure In ULIPs component end */

/* Two Main Reasons : Why You Should Invest In A ULIP Early On? component start*/
.info-text-block.twoMainReason {
    padding: 20px 0px;
}

.info-text-block.twoMainReason .padding-containers {
    padding: 0px 20px;
    width: 90%;
}

.twoMainReason .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
}

.info-text-block.twoMainReason p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.info-text-block.twoMainReason .two-column-layout .block .block-header .block-image {
    margin-right: 5px;
}

.info-text-block.twoMainReason .two-column-layout .block{
    width: 32.13%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-text-block.twoMainReason .two-column-layout .block .block-title {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.info-text-block.twoMainReason .two-column-layout .block:last-child {
    margin-right: 0;
}

.twoMainReason .two-column-layout .block .block-image{
    margin-right: 7px;
}

.info-text-block.twoMainReason .block-image img {
    width: 20px;
    height: 20px;
}

.info-text-block.twoMainReason .two-column-layout .block:nth-child(3n) {
    margin-right: 0;
}

.viewMore {
    display: none;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.twoMainReason .section-heading {
    font-size: 30px;
    line-height: 35px;
}
.info-text-block.twoMainReason .padding-containers {
    padding: 0px 15px;
    width: 100%;
}  
            .info-text-block.twoMainReason .two-column-layout .block:nth-child(2n+1) {
    margin-right: 20px;
    margin-bottom: 16px;
}
                .info-text-block.twoMainReason .two-column-layout .block {
    width: 30.62%;
}
}
@media (max-width: 767px) {

    .info-text-block.twoMainReason {
        padding-top: 10px;
    }

    .info-text-block.twoMainReason .padding-containers {
        padding: 0px 15px;
        width: 100%;
    }

    .twoMainReason .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
        padding-top: 0;
    }

    .twoMainReason p {
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.twoMainReason .two-column-layout .block {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .info-text-block.twoMainReason .two-column-layout .block {
        display: none;
    }

    .viewMore {
        display: table;
    }
}

/* Two Main Reasons : Why You Should Invest In A ULIP Early On? component end*/
/* Here's Why You Shouldn't Surrender Your ULIP component start*/
.info-text-block.surrenderUlip {
    padding: 20px 0px;
}

.info-text-block.surrenderUlip .padding-containers {
    padding: 0px 20px;
    width: 90%;
}

.surrenderUlip .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
}

.info-text-block.surrenderUlip p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.info-text-block.surrenderUlip .two-column-layout .block .block-header .block-image {
    margin-right: 5px;
}

.info-text-block.surrenderUlip .two-column-layout .block-body h4 {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333333;
    margin-top: -40px;
    margin-left: 24px;
    margin-bottom: 15px;
}

.info-text-block.surrenderUlip .two-column-layout .block {
    width: 32.13%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-text-block.surrenderUlip .two-column-layout .block .block-title {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.info-text-block.surrenderUlip .two-column-layout .block:last-child {
    margin-right: 0;
}

.surrenderUlip .two-column-layout .block .block-image {
    margin-right: 7px;
}

.info-text-block.surrenderUlip .block-image img {
    width: 20px;
    height: 20px;
}

.info-text-block.surrenderUlip .two-column-layout .block:nth-child(3n) {
    margin-right: 0;
}

.viewMore {
    display: none;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.info-text-block.surrenderUlip .padding-containers {
    padding: 0px 15px;
    width: 100%;
}
    .info-text-block.surrenderUlip .two-column-layout .block:nth-child(2n+1) {
    margin-right: 20px;
}
.info-text-block.surrenderUlip .two-column-layout .block {
    width: 30.62%;
}  
    .surrenderUlip .section-heading {
    font-size: 30px;
    line-height: 35px;
}
}
@media (max-width: 767px) {

    .info-text-block.surrenderUlip {
        padding-top: 10px;
    }

    .info-text-block.surrenderUlip .padding-containers {
        padding: 0px 15px;
        width: 100%;
    }

    .surrenderUlip .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
        padding-top: 0;
    }

	.info-text-block.surrenderUlip .two-column-layout .block-body h4 {
        font-size: 14px;
        line-height: 16px;
    	margin-top: -38px;
    }

    .info-text-block.surrenderUlip p {
        font-size: 12px;
        line-height: 18px;
    }

    .info-text-block.surrenderUlip .two-column-layout .block {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .info-text-block.surrenderUlip .two-column-layout .block {
        display: none;
    }

    .viewMore {
        display: table;
    }
}

/* Here's Why You Shouldn't Surrender Your ULIP component end*/

/* Did You Know ULIPs Can Help Generate Market Linked Returns? Here's How! component start */
.twoMainReason .section-heading {
    font-family: AllianzSansBold;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
}

.twoMainReason .section-heading+p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #4f4f4f;
}

.twoMainReason .block {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.typesOfUlip .info-text-block .block:nth-child(3n) {
    padding-right: 20px;
}

.twoMainReason .block .block-header .block-image {
    margin-right: 5px;
}

.twoMainReason .block .block-title {
    font-family: AllianzSansBold;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.twoMainReason .block .block-body ul li {
    font-family: AllianzSans;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #666;
    list-style-type: disc;
}

.twoMainReason .block .block-body ul {
    padding-left: 25px;
}

.typesOfUlip .info-text-block {
    /* padding-top: 0; */
}

.twoMainReason {
    padding-bottom: 10px;
}

.typesOfUlip .info-text-block .two-column-layout .block:nth-child(2n) {
    padding-right: 0;
}

.typesOfUlip .info-text-block .two-column-layout .block {
    /* width: 50%;
    margin-bottom: 25px; */
}

.typesOfUlip .info-text-block .two-column-layout .block .block-header .block-image {
    margin-right: 5px;
}

.typesOfUlip .info-text-block {
    /* padding-top: 0; */
}

.typesOfUlip .info-text-block .block {
    width: 100%;
    margin-bottom: 20px;
}

.typesOfUlip .info-text-block .block .block-image {
    margin-right: 5px;
}


@media screen and (min-width: 768px) and (max-width:1024px) {
	.twoMainReason .section-heading {
    font-size: 30px;
    line-height: 35px;
}
        }
@media (max-width: 767px) {
    .twoMainReason .section-heading {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 15px;
    }

    .twoMainReason .section-heading+p {
        font-size: 12px;
        line-height: 18px;
    }

    .twoMainReason .block .block-title {
        font-size: 14px;
        line-height: 16px;
    }

    .twoMainReason .block .block-body p {
        font-size: 12px;
        line-height: 20px;
    }

    .twoMainReason .block .block-body ul li {
        font-size: 12px;
    }

    .typesOfUlip .info-text-block .two-column-layout .block {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .factorsAffect-mobile .factors {
        display: none;
    }

    .factors {
        display: block;
    }
}

/* Did You Know ULIPs Can Help Generate Market Linked Returns? Here's How! component end */

/* Flexibility in ULIPs component start */
.info-content-block.flexibility {
    padding: 20px 0px;
}

.ulipterminology .flexibility .section-heading {
    font-family: 'AllianzSansBold';
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    color: #0072bc;
    margin-bottom: 20px;
}

.ulipterminology .flexibility .ulipTerms {
    border-bottom: none;
}

.info-content-block.flexibility .termList {
    border: none;
    padding: 0;
}

.typesOfUlip .info-text-block {
    /* padding-top: 0; */
}

.typesOfUlip .info-text-block h5 {
    font-family: 'AllianzSansBold';
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #0072bc;
    margin-bottom: 15px;
}

.typesOfUlip .info-text-block .block {
    width: 100%;
    margin-bottom: 20px;
}

.typesOfUlip .info-text-block .block .block-image {
    margin-right: 5px;
}

.typesOfUlip .info-text-block .block-header h5 {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
}

.typesOfUlip .info-text-block .block-body ul {
    padding-left: 20px;
}

.typesOfUlip .info-text-block .block-body ul li {
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    color: #666666;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
.ulipterminology .flexibility .section-heading{
    font-size: 30px;
    line-height: 35px;
}
            }
@media (max-width: 767px) {
    .info-content-block.flexibility .ulipTerms {
        display: block;
    }

    .info-content-block.flexibility {
        padding: 20px 0px 0;
    }

    .typesOfUlip .info-text-block h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .typesOfUlip .info-text-block.term-factors p {
        font-size: 12px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .typesOfUlip .info-text-block .block-body ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .ulipterminology .flexibility .section-heading {
        font-size: 18px;
        line-height: 23px;
    }
}

/* Flexibility in ULIPs component end */

/* Who should invest in ULIPs? component start*/
.typesOfUlip.investInUlip .info-text-block .block-header h3,
.typesOfUlip.investInUlip .info-text-block .block-header .ulipplans_title {
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
}
.typesOfUlip.investInUlip .info-text-block .two-column-layout .block {
    position: relative;
    width: 40%;
    padding: 20px 24px;
    background: #FFFFFF;
    border: 1px solid rgba(151, 151, 151, 0.2);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 4%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    border-radius: 20px;
    margin: 0 20px 20px 0;
}

.typesOfUlip.investInUlip .info-text-block .two-column-layout {
    margin: 0 auto;
    justify-content: center;
}

.typesOfUlip.investInUlip .info-text-block .two-column-layout .block:nth-child(2n) {
    margin-right: 0;
    padding-right: 24px;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .typesOfUlip .container-inner {
        width: 100%;
        padding: 0px 15px;
    }
    .typesOfUlip.investInUlip .info-text-block .two-column-layout .block {
        width: 48.64%;
    }        
}
@media (max-width: 767px) {
    .typesOfUlip.investInUlip .info-text-block .two-column-layout .block {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .typesOfUlip.investInUlip .info-text-block .block-header h3{
        font-size: 14px;
    line-height: 16px;
    }
}

/* Who should invest in ULIPs? component end*/
/* Frequently Asked Questions component start */
.ulipFaqs .section-heading {
    padding-bottom: 16px;
}

.ulipFaqs {
    padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
.info-text-block.ulipFaqs .section-heading {
    font-size: 30px;
    line-height: 35px;
}
.info-text-block.ulipFaqs .padding-containers {
    padding: 0 15px;
    width: 100%;
}                            
                        }                            
/* Frequently Asked Questions component end */
@media screen and (min-width: 768px) {
    .factors {
        display: block;
    }
}

/*disclaimer*/

.disclaimer {
    padding-top: 0;
}

.disclaimerContWrapper {
    padding: 20px 0;
    background: #f6f6f6
}

.disclaimerContWrapper p {
    font-size: 1.1rem;
    color: #5f5f5f;
    line-height: 1.6;
    padding-bottom: 10px;
    font-style: italic
}

/* Difference Between Traditional Plan And ULIP Policy component start */
.typesOfUlip .inner-container-fact table {
    margin: 0px auto 15px;
}

.typesOfUlip .inner-container-fact .table-responsive {
    padding-top: 0px;
}

.typesOfUlip .inner-container-fact table th {
    font-family: 'AllianzSansBold';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #0072bc;
    color: #fff;
    padding: 25px 20px;
    border: 3px solid #f3f3f3;
}

.typesOfUlip .inner-container-fact table td {
    background: #F9FDFF99;
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4F4F4F;
    padding: 16px 20px;
    border: 3px solid #f3f3f3;
}

.typesOfUlip .inner-container-fact table th:first-child {
    max-width: 260px;
    word-wrap: break-word;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.typesOfUlip .info-text-block .table-responsive {
    padding-top: 0;
}
    .typesOfUlip .inner-container-fact table {
    margin-top: 0;
}
}
@media (max-width: 767px) {
    .typesOfUlip .inner-container-fact table {
        width: 100% !important;
    }

    .typesOfUlip .inner-container-fact table th {
        font-size: 12px;
        line-height: 16px;
        padding: 15px;
    }

    .typesOfUlip .inner-container-fact table td {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 18px;
    }
}

/* Difference Between Traditional Plan And ULIP Policy component end */

/* How To Choose A ULIP Plan? component start*/

.info-text-block.ulipPlans .readContent ul {
    padding-left: 17px;
}

.info-text-block.ulipPlans .readContent ul li {
    font-family: AllianzSans;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #6A6A6A;
    padding: 0px;
    list-style-type: disc;
}

@media (max-width: 767px) {
    .info-text-block.ulipPlans .readContent ul {
        margin-top: 10px;
    }

    .info-text-block.ulipPlans .readContent ul li {
        font-size: 12px;
        line-height: 20px;
    }
}

/* How To Choose A ULIP Plan? component end*/

/* 3 Ways in Which ULIP Lock-In Period Helps You Invest for Long-Term Goals component start */

.info-content-block .ulipTerms .paragraph h4 {
    font-family: AllianzSansBold;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #0072bc;
    float: left;
    margin-top: -40px;
    margin-left: 48px;
}	

@media screen and (max-width: 767px){
	.info-content-block .ulipTerms .paragraph h4 {
    font-size: 14px;
    line-height: 17px;
    margin-left: 40px;
    margin-top: -34px;
}
}
/* 3 Ways in Which ULIP Lock-In Period Helps You Invest for Long-Term Goals component end */

/*Added for Multilingual Issue-Priya*/
 .avk-malayalam .info-text-block.ulipPlans h1.section-heading, .avk-tamil .info-text-block.ulipPlans h1.section-heading,
 .avk-kannada .info-text-block.ulipPlans h1.section-heading, .avk-bengali .info-text-block.ulipPlans h1.section-heading{
    font-size: 36px;
}               
