@charset 'UTF-8';
/* 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: '←';
}

.tataaiapage  .ta-hpcust-cards-m .slick-next:before{

    content: ' ';
   background: url(../../../content/dam/tataaialifeinsurancecompanylimited/homepage-banner-images/slider-next-arrow.svg);
   width: 25px;
   height: 25px;
   display: block;  
}


.tataaiapage .ta-hpcust-cards-m .slick-prev:before{
   content: ' ';
   background: url(../../../content/dam/tataaialifeinsurancecompanylimited/homepage-banner-images/slider-arrow.svg);
   width: 25px;
   height: 25px;
   display: block;
   margin-left: -15px;
}
/* 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: 6px;
    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;
}

/* 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;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.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;
}

.slick-slider {
    touch-action: auto !important;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle; z-index: 9;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:300px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:300px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.select2-results{max-height:330px; overflow:auto;}
.select2-results ul{max-height:330px;}
.datepicker {
    border-radius: 5px;
    box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
    background-color: #ffffff;
    border: 0px;
    min-width: 340px;
}

.ta-btn,
a,
.ta-sf-btn {
    cursor: pointer !important;
}
.imgcarouselbanner .banner-carousel .banner-box a:not([href]){
    cursor: default !important;
}

.ta-label {
    display: inline-block;
    font-family: "HelveticaNeueLTStd-Lt";
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: normal;
}

.ta-fq-content-w .ec-text-center {
    text-align: center;
}

.ta-input-w {
    position: relative;
    margin-bottom: 50px;
}

.ta-input-w.mb-0 {
    margin-bottom: 0;
}

.ta-input {
    width: 100%;
    padding-bottom: 10px;
    font-family: HelveticaNeueLTStd-Md;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    border: none;
    border-bottom: solid 1px #e6e7e8;
    background: transparent;
}

.ta-input:focus {
    outline: none;
}

.ta-input::-moz-placeholder {
    color: #d4d7db;
}

.ta-input:-ms-input-placeholder {
    color: #d4d7db;
}

.ta-input::placeholder {
    color: #d4d7db;
}

.ta-error-msg {
    display: none;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: oblique;
    line-height: normal;
    letter-spacing: normal;
    color: #d62049;
    padding-top: 11px;
}

.ta-not-valid .ta-input {
    border-bottom-color: #d62049;
}

.ta-not-valid .ta-error-msg {
    display: block;
}

.ta-submit-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: center;
    background: transparent;
    color: #d62049;
    border-radius: 10px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    border: 1px solid #d62049;
    cursor: pointer;
}

.ta-submit-btn.--inverse {
    background: #d62049;
    color: #fff;
}

.ta-radio-w {
    display: inline-flex;
    border-radius: 24px;
    overflow: hidden;
    background: #e6e7e8;
}

.ta-radio {
    display: inline-block;
}

.ta-radio input {
    display: none;
}

.ta-radio input:checked+.ta-radio-text {
    background: #0073bb;
    color: #ffffff;
    border-radius: 24px;
}

.ta-radio-text {
    display: inline-block;
    padding: 10px 30px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.75px;
    color: #a7a9ac;
    line-height: normal;
}

.ta-checkbox {
    display: none;
}

.ta-checkbox-label {
    display: flex;
    padding: 12px 15px;
    align-items: center;
    background: #f2f7fb;
    cursor: pointer;
}

.ta-checkbox:checked+.ta-checkbox-tick .ta-tick-bg {
    fill: #0073bb;
}

.ta-checkbox-tick {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    box-shadow: inset 0px 0px 0px 1.5px #0073bb;
    background: #fff;
}

.ta-checkbox-tick svg {
    width: 100%;
    height: 100%;
}

.ta-checkbox-text {
    margin-left: 15px;
    color: #373737;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-Lt";
}

.ta-sq-radio-m {
    display: flex;
}

.ta-sq-radio-w {
    display: inline-flex;
}

.ta-sq-radio-w:not(:last-child) {
    margin-right: 30px;
}

.ta-sq-radio-w input {
    display: none;
}

.ta-sq-radio-w input:checked+.ta-sq-radio {
    border: 1px solid #0073bb;
}

.ta-sq-radio {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px 36px 12px 20px;
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    max-width: 163px;
}

.ta-sq-radio-icon {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    flex-shrink: 0;
}

.ta-sq-radio-icon img {
    width: 100%;
    height: 100%;
}

.ta-sq-radio-text {
    font-size: 18px;
    line-height: 16px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    color: #58595b;
}

.ta-cr-radio-m {
    display: flex;
    margin-top: 14px;
}

.ta-cr-radio-w {
    display: inline-flex;
    align-items: center;
}

.ta-cr-radio-w:not(:last-child) {
    margin-right: 30px;
}

.ta-cr-radio-w input {
    display: none;
}

.ta-cr-radio-w input:checked+.ta-cr-radio {
    border-color: #0073bb;
    background: #0073bb;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.ta-cr-radio {
    position: relative;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #58595b;
}

.ta-cr-radio-text {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: normal;
    color: #333333;
    margin-left: 10px;
}

.ta-textarea {
    padding: 10px;
    resize: none;
    width: 100%;
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    background: transparent;
    outline: none;
    font-size: 24px;
    line-height: 24px;
}

.ta-col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

.ta-col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.ta-col-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
}

.ta-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.ta-col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.ta-col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}

.ta-col-5_6 {
    flex: 0 0 46.66%;
    max-width: 46.66%;
}

.ta-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.ta-col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.ta-col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.ta-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.ta-col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.ta-col-11 {
    flex: 0 0 91.66;
    max-width: 91.66%;
}

.ta-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.ta-col-auto {
    flex: 1;
}

.ta-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ta-grid [class^="ta-col"] {
    padding: 0 10px;
}

.ta-grid.sp-80 {
    margin: 0 -40px;
}

.ta-grid.sp-80 [class^="ta-col"] {
    padding: 0 40px;
}

.ta-grid.sp-50 {
    margin: 0 -25px;
}

.ta-grid.sp-50 [class^="ta-col"] {
    padding: 0 25px;
}

.ta-ofx-hd {
    overflow-x: hidden;
}

.ta-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    line-height: 1;
    font-size: 18px;
    background: #fff;
    color: #58595b;
    font-family: 'helveticaregular';
    position: relative;
    overflow-x: hidden;
    padding-top: 84px !important;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: .5rem;
}

a {
    text-decoration: none;
    color: #000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.icon {
    font-size: 32px;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 800;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
    border: 0px;
    top: -2px;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
    color: #0073bb;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
    color: #0073bb;
}

.select2-container--flat .select2-selection--single {
    border-radius: 0px;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
    height: 30px !important;
}

.select2-results__option {
    padding: 6px 0px;
}

.select2-results__option[aria-selected] {
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #58595b;
}

.select2-container .select2-choice {
    border: 2px solid #dce4ec;
    height: 36px;
    border-radius: 0px;
}

.select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
}

.select2-container *:focus {
    outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    border-radius: 0px;
}

.select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    border-radius: 0px !important;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}

.select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
}

.select2-search {
    margin-top: 3px;
}

.select2-search input {
    height: 26px;
    border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    box-shadow: none;
}

.select2-dropdown-open .select2-choice {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-results {
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0;
}

.select2-results .select2-highlighted {
    color: #fff;
    border-radius: 0px;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    border-radius: 6px;
    box-shadow: none;
}


/****** Single SCSS *******/

.select2-container--flat .select2-selection--single {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    font-size: 24px;
    height: auto;
}

.select2-container--flat .select2-selection--single .select2-selection__rendered {
    color: #333333;
    line-height: 50px;
    padding-left: 0px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.primary-col {
    color: #d62049;
}

.gray-col {
    color: #a7a9ac;
}

.secondary-btn {
    background: transparent !important;
    color: #d62049 !important;
    border: 1px solid #d62049;
}

.secondary-btn:hover {
    background-color: rgba(214, 32, 73, 0.1) !important;
}

.shadow-sec {
    box-shadow: 0px 0px 63px 0px #ebf4f9;
}


/* IE11 */

svg .svgPath {
    fill: none;
    stroke: #e7f1f9;
    stroke-width: 6;
}

.svg-bg svg {
    position: absolute;
    z-index: 2;
}

.svg-path-w {
    position: relative;
}

.svg-path-c {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.primary-col {
    color: #d62049;
}

.gray-col {
    color: #a7a9ac;
}

.white-col {
    color: #fff;
}

.d-block {
    display: block;
}

.primary-bg {
    background: #d62049;
}

.secondary-bg {
    background: #0b80c3;
}

.text-light {
    font-family: "HelveticaNeueLTStd-Lt";
}

.text-regular {
    font-family: 400;
}

.text-medium {
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.text-bold {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.col-black {
    color: #000;
}

.head-font {
    font-family: "Inter", sans-serif;
    font-weight: 800;
}

.br-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.primary-btn:hover,
.primary-btn:focus {
    background: #bc133d;
}

.hyperlink {
    background: none;
    font-family: "HelveticaNeueLTStd-Md";
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    color: #0073bb;
}

.hyperlink:hover {
    text-decoration: none !important;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.container {
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page-container {
    padding: 0 84px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

h1 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 0px;
}

h2 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.62px;
    margin-bottom: 0px;
}

h3 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1.28px;
    margin-bottom: 0;
}

h4 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.4px;
    margin-bottom: 0px;
}

h5 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

h6 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.section-title h2 {
    font-family: "Inter", sans-serif;
    color: #333333;
    font-size: 56px;
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -0.62px;
}

button {
    outline: none;
    border: none;
}

.btn {
    padding: 10px 35px;
    cursor: pointer;
    background: #d62049;
    font-size: 24px;
    display: inline-block;
}

.btn :hover {
    color: #fff;
}

.text-center {
    text-align: center;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


/* highlighter */

.form-group {
    margin-bottom: 24px;
    position: relative;
}

.form-group ::-moz-placeholder {
    color: #d3d4d5;
}

.form-group :-ms-input-placeholder {
    color: #d3d4d5;
}

.form-group ::placeholder {
    color: #d3d4d5;
}

.form-group .form-control {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #e6e7e8;
    color: #333333;
    font-size: 24px;
    font-family: "HelveticaNeueLTStd-Md";
    transition: ease 0.8s;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: none;
    transition: ease 0.8s;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
    border-color: #3f8abf;
    outline: none;
}

.form-group .err-class {
    position: absolute;
    white-space: nowrap;
    bottom: -10px;
    left: 0;
    transform: translateY(100%);
    font-size: 14px;
    color: #d62049;
    margin-top: 11px;
    display: inline-block;
    font-style: oblique;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: 5px 7px;
    z-index: 2;
}

.slide-arrow.next-arrow {
    right: 0;
}

.slide-arrow.prev-arrow {
    left: 0;
}

[data-src] {
    opacity: 0;
    transition: all 0.4s ease;
}

[data-src].vis {
    opacity: 1;
}

.ta-fq-ans-w table,
.about-us-benefit-wrapper table {
    border-width: 2px 2px 2px 0;
}

.ta-fq-ans-w table thead tr,
.about-us-benefit-wrapper table thead tr {
    border-width: 2px 2px 2px 0;
}

.ta-fq-ans-w th,
.about-us-benefit-wrapper th {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 10px 15px;
    height: 60px;
    text-align: left;
}

.ta-fq-ans-w td,
.about-us-benefit-wrapper td {
    letter-spacing: normal;
    color: #373737;
    padding: 15px;
    border: solid 1px #e6e7e8;
}

.ta-fq-ans-w thead tr,
.about-us-benefit-wrapper thead tr {
    border: solid 2px #4197d3;
}

.ta-fq-ans-w tbody tr,
.about-us-benefit-wrapper tbody tr {
    border: solid 1px #e6e7e8;
}

.text p a {
    word-wrap: break-word;
}

.ta-fq-ans-m a {
    color: #0073bb;
    text-decoration: underline;
}

.ta-fq-ans-m a:hover {
    color: #0073bb;
    text-decoration: none;
}


/* Tabs Component - START */

.ta-tabs-top-sec {
    border-bottom: 1px solid #a7a9ac;
}

.ta-tabs-list-w {
    font-size: 0;
    display: block;
}

.ta-tabs-list {
    font-family: "HelveticaNeueLTStd-Md";
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #a7a9ac;
    line-height: normal;
    position: relative;
    padding: 20px 70px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.ta-tabs-list::after {
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #0073bb;
    content: "";
    transition: all 0.2s linear;
    bottom: -1px;
    left: 50%;
    box-sizing: border-box;
}

.ta-tabs-list.active {
    color: #0073bb;
}

.ta-tabs-list.active::after {
    width: 100%;
    left: 0;
}

.ta-tab-content {
    display: none;
}

.ta-tab-content.show {
    display: block;
}


/* Tabs Component - END */

.txt-right {
    text-align: right;
}

.ta-thunder-btn-w {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 20%;
    left: 0;
}

.cs-bread>li>a {
    background: none;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: ease .5s;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    color: #0073bb;
}

.cs-bread>li>a:hover {
    text-decoration: none !important;
    transition: ease .5s;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
}

.disclaimer-sct .maindiv-wrapper ol li::marker {
    font-size: 18px;
    font-weight: 300;
    line-height: 0.86;
    letter-spacing: normal;
    color: #4197d3;
    margin-right: 15px;
}

.disclaimer-sct .maindiv-wrapper ol li {
    list-style-type: decimal;
    font-size: 18px;
    font-family: "Helvetica";
    line-height: 28px;
}

.disclaimer-sct .maindiv-wrapper ol li {
    margin-left: 25px;
}

.disclaimer-sct .maindiv-wrapper ol li::marker {
    list-style-type: none;
}

.disclaimer-sct .maindiv-wrapper ol li ul li {
    list-style-type: none;
}

.container.remove_container_style {
    max-width: unset;
    padding: unset;
}

.container.remove_container_all_style {
    max-width: unset;
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
}

.container.container-set-width-dsk {
    max-width: 1206px;
    padding: unset;
    margin: unset;
}

.container.container-set-width-dsk-mr {
    max-width: 1206px;
    padding: unset;
    margin: 0 auto;
}

.container.container-remove-padding {
    padding: unset;
}

@media screen and (max-width: 767px) {
    .disclaimer-sct .maindiv-wrapper ol li {
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        padding-bottom: 20px;
        letter-spacing: normal;
    }
    .disclaimer-sct .maindiv-wrapper ol li::marker {
        font-size: 14px;
    }
    .ta-fq-ans-w tbody tr,
    .about-us-benefit-wrapper tbody tr {
        display: flex;
        max-width: 320px;
        width: 100%;
        margin-right: 0 !important;
        overflow: hidden !important;
    }
    .ta-fq-ans-w td, .about-us-benefit-wrapper td{
        display: flex;
        flex-direction: column;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        border: 1px solid #edf4fa;
    }
}
@media screen and (min-width: 768px) and (max-width:900px) {
    .ta-fq-ans-w tbody tr,
    .about-us-benefit-wrapper tbody tr {
        max-width: 610px;
        width: 100%;
    }
}
.article-detail ul li {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Helvetica";
    line-height: 28px;
    font-weight: 300;
    color: #373737;
}

.article-detail ul li::marker {
    color: #4197d3;
}

@media screen and (max-width: 991.98px) {
    .btn,
    .cs-bread>li>a {
        font-size: 14px !important;
    }
    .tableResp{
        width:100%;
        overflow-x:auto;
      }
    .btn,
    .hyperlink {
        font-size: 14px;
    }
}

@media screen and (max-width: 991.99px) {
    .ta-tabs-list-w {
        margin-left: -15px;
        margin-right: -15px;
    }
    .ta-tabs-list {
        width: 50%;
        padding: 12px 10px;
        font-size: 16px;
        line-height: normal;
        letter-spacing: -0.33px;
    }
}

@media screen and (max-width: 767.99px) {
    body {
        padding-top: 71px !important;
    }
    .ta-label {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .pop-md,
    .pop-lg {
        width: 90% !important;
    }
    .ta-input-w {
        margin-bottom: 30px;
    }
    .ta-input {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 10px;
    }
    .ta-error-msg {
        font-size: 12px;
        padding-top: 10px;
    }
    .ta-submit-btn {
        padding: 10px;
        font-size: 16px;
        letter-spacing: -0.67px;
    }
    .ta-radio-w {
        border-radius: 16px;
    }
    .ta-radio input:checked+.ta-radio-text {
        border-radius: 16px;
    }
    .ta-radio-text {
        font-size: 14px;
        letter-spacing: -0.58px;
        padding: 7px 20px;
    }
    .ta-sq-radio-w:not(:last-child) {
        margin-right: 6px;
    }
    .ta-sq-radio {
        flex-direction: column;
        padding: 12px 20px;
    }
    .ta-sq-radio-icon {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .ta-sq-radio-text {
        font-size: 14px;
    }
    .ta-cr-radio-w:not(:last-child) {
        margin-right: 26px;
    }
    .ta-cr-radio-w input:checked+.ta-cr-radio {
        box-shadow: inset 0px 0px 0px 3px #fff;
    }
    .ta-cr-radio {
        width: 16px;
        height: 16px;
    }
    .ta-cr-radio-text {
        font-size: 14px;
    }
    .ta-textarea {
        font-size: 16px;
        line-height: 16px;
    }
    [class^="ta-col"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ta-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ta-col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .select2-container--open .select2-dropdown--below,
    .select2-container--open .select2-dropdown--above {
        padding: 15px 20px;
    }
    .select2-results__option[aria-selected] {
        font-size: 14px;
        line-height: 29px;
    }
    .select2-container--flat .select2-selection--single {
        height: 30px;
        font-size: 16px;
    }
    .select2-container--flat .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }
    h1 {
        font-size: 36px;
        line-height: 36px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.78px;
    }
    h4 {
        font-size: 25px;
        line-height: 24px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: normal;
    }
    h6 {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: normal;
    }
    .ta-thunder-btn {
        width: 60px;
        height: 60px;
    }
    .ta-keybenefits-container .ta-kb-content-paratext table{
        min-width: 271px;
        width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .page-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .btn {
        font-size: 16px;
    }
    .section-title h2 {
        line-height: 1;
        font-size: 36px;
        letter-spacing: -1px;
    }
    .svg-path-w {
        margin: 20px 0;
    }
}

.ta-slick .slick-slide {
    padding: 0 10px;
}

.ta-slick {
    margin-left: 0;
    margin-right: 0;
}

.slick-track{
    margin-left: 0;
    margin-right: 0;
}

.ta-simprods-cards-w{
    display: flex;
    justify-content: flex-start;
}

.ta-slick .slick-list {
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ta-slick.slick-dotted.slick-slider {
    margin-bottom: 36px;
}

.ta-slick .slick-dots {
    text-align: left;
    font-size: 0;
    bottom: -30px;
}

.ta-slick .slick-dots li {
    width: 12px;
    height: 12px;
    transition: all 0.3s linear;
}

.ta-slick .slick-dots li.slick-active {
    width: 36px;
}

.ta-slick .slick-dots li.slick-active button {
    background: #0073bb;
    border-radius: 6.9px;
}

.ta-slick .slick-dots button {
    width: 100%;
    height: 100%;
    background: #e6e7e8;
    border-radius: 50%;
}

.ta-slick .slick-dots button::before {
    display: none;
}

@media screen and (max-width: 991.99px) {
    .ta-slick .slick-slide {
        padding: 0 8px;
    }
    .ta-slick .slick-list {
        margin-left: -8px;
    }
    .ta-slick .slick-dots {
        text-align: center;
    }
    .ta-slick .slick-dots li {
        width: 9px;
        height: 9px;
    }
    .ta-slick .slick-dots li.slick-active {
        width: 27px;
    }
    .ta-slick .slick-dots li.slick-active button {
        border-radius: 5px;
    }
}

.article-detail table {
    border-width: 2px 2px 2px 0;
}

.article-detail table thead tr {
    border-width: 2px 2px 2px 0;
}

.article-detail th {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 10px 15px;
    height: 60px;
    text-align: left;
}

.article-detail td {
    letter-spacing: normal;
    color: #373737;
    padding: 15px;
}

.article-detail thead tr {
    border: solid 2px #4197d3;
}

.article-detail tbody tr {
    border: solid 1px #e6e7e8;
}

.ta-fq-ans-m table, .table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }

.language-select-text-hin .cmp-text p a {
    color: var(--primary-blue);
    font-family: "Inter";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-decoration-line: underline;
    margin: 16px auto;
    text-align: center;
    display: block;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .language-select-text-hin .cmp-text p a {
        font-size: 1rem;
        letter-spacing: -0.16px;
        margin: 12px auto;
    }
}
