﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #707070;
    font-family: "montserrat-regular" !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    color: #2d9cdb;
    text-decoration: none;
}

img {
    display: block;
}

.flex-1 {
    flex: 1;
}

.cursor {
    cursor: pointer;
}

.positon-relative {
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.word-break {
    word-break: break-all;
}


/* Container */

.container {
    width: 100%;
    max-width: 1366px;
    padding: 0 70px;
}


/* Font Famlily */

@font-face {
    font-family: "montserrat-regular";
    src: url("./assets/fonts/Montserrat-Regular.eot");
    src: url("./assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Montserrat-Regular.svg#montserrat-regular") format("svg"), url("./assets/fonts/Montserrat-Regular.ttf") format("truetype"), url("./assets/fonts/Montserrat-Regular.woff") format("woff"), url("./assets/fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-medium";
    src: url("./assets/fonts/Montserrat-Medium.eot");
    src: url("./assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Montserrat-Medium.svg#montserrat-medium") format("svg"), url("./assets/fonts/Montserrat-Medium.ttf") format("truetype"), url("./assets/fonts/Montserrat-Medium.woff") format("woff"), url("./assets/fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-bold";
    src: url("./assets/fonts/Montserrat-SemiBold.eot");
    src: url("./assets/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Montserrat-SemiBold.svg#montserrat-bold") format("svg"), url("./assets/fonts/Montserrat-SemiBold.ttf") format("truetype"), url("./assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("./assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-bolder";
    src: url("./assets/fonts/Montserrat-Bold.eot");
    src: url("./assets/fonts/Montserrat-Bold.eot#iefix") format("embedded-opentype"), url("./assets/fonts/Montserrat-Bold.svg#montserrat-bolder") format("svg"), url("./assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("./assets/fonts/Montserrat-Bold.woff") format("woff"), url("./assets/fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-extrabold";
    src: url("./assets/fonts/Montserrat-ExtraBold.eot");
    src: url("./assets/fonts/Montserrat-ExtraBold.eot#iefix") format("embedded-opentype"), url("./assets/fonts/Montserrat-ExtraBold.svg#montserrat-extrabold") format("svg"), url("./assets/fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("./assets/fonts/Montserrat-ExtraBold.woff") format("woff"), url("./assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}


/* Font Family Class */

.montserrat-regular {
    font-family: "montserrat-regular";
}

.montserrat-medium {
    font-family: "montserrat-medium";
}

.montserrat-bold {
    font-family: "montserrat-bold";
}

.montserrat-bolder {
    font-family: "montserrat-bolder";
}

.montserrat-extrabold {
    font-family: "montserrat-extrabold";
}
/* Font Weight */

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: 600 !important;
}

.text-bolder {
    font-weight: 700;
}

.text-extrabold {
    font-weight: 900;
}


/* Font Size */

h1,
.h1 {
    font-size: 36px;
    font-weight: initial;
    margin-bottom: 0;
}

h2,
.h2 {
    font-size: 36px;
    font-weight: initial;
    margin-bottom: 0;
    line-height: 50px;
}

h3,
.h3 {
    font-size: 30px;
    font-weight: initial;
    margin-bottom: 0;
}

h4,
.h4 {
    font-size: 28px;
    font-weight: initial;
    margin-bottom: 0;
}

h5,
.h5 {
    font-size: 24px;
    font-weight: initial;
    margin-bottom: 0;
}

h6,
.h6 {
    font-size: 20px;
    font-weight: initial;
    margin-bottom: 0;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px;
}


/* Color */

.text-primary {
    color: #707070 !important;
}

.text-secondary {
    color: #3E3E3E !important;
}

.text-dark-gray {
    color: #838383;
}

.text-danger {
    color: #cc0022 !important;
}

.text-link,
a {
}

.panel-group a {
    font-size: 18px;
    color: #707070;
}

.text-link:hover,
a:hover {
    color: #2d9cdb;
}

.text-black {
    color: #303030;
}

.text-gray {
    color: #75757C;
}

.text-dark {
    color: #303030 !important;
}

.text-yellow {
    color: #FFBB0B;
}


/* Background Color */

.bg-gray {
    background-color: #f4f4f4;
}

.bg-light-pink {
    background-color: #fdf9f5;
}

.bg-danger {
    background-color: #cc0022;
}

.bg-light-gray {
    background-color: #f8f8f8;
}

.bg-white {
    background-color: #ffffff;
}

.bg-pink {
    background-color: #867775;
}

.bg-purple {
    background-color: #4A336F;
}


/* Badege */

.badge-success {
    background-color: transparent !important;
}


/* Button */

.btn {
    padding: 8.5px 20px;
    font-weight: bold;
    font-family: "montserrat-bold";
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    -o-transition: .4s ease-out;
}

    .btn:hover,
    .btn:focus {
        outline: none;
        box-shadow: none;
    }

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-danger {
    font-size: 18px;
    background: #cc0022;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    -o-transition: .4s ease-out;
}

.NameLabel {
    font-size: 13px;
    -webkit-transform: none;
    transform: none;
    top: -10px;
    z-index: 2;
    position: absolute;
    left: 36px;
    padding: 0 8px;
    background: #fff;
    font-weight: 600;
}

    .NameLabel + span {
        background: transparent;
        left: 28px;
        top: -10px;
        position: absolute;
    }

.form-control:disabled, .form-control-disabled {
    background-color: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

.btn-danger::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #FFFFFF69;
    transform: translateX(-100%) rotate(45deg);
    -webkit-transform: translateX(-100%) rotate(45deg);
    -moz-transform: translateX(-100%) rotate(45deg);
    -ms-transform: translateX(-100%) rotate(45deg);
    -o-transform: translateX(-100%) rotate(45deg);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    opacity: 0;
}

.btn-danger:hover::after {
    opacity: 1;
    animation: fx-mask .5s ease-in-out;
    -webkit-animation: fx-mask .5s ease-in-out;
}

@keyframes fx-mask {
    0% {
        transform: translateX(-100%) rotate(45deg);
        -webkit-transform: translateX(-100%) rotate(45deg);
        -moz-transform: translateX(-100%) rotate(45deg);
        -ms-transform: translateX(-100%) rotate(45deg);
        -o-transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) rotate(45deg);
        -webkit-transform: translateX(100%) rotate(45deg);
        -moz-transform: translateX(100%) rotate(45deg);
        -ms-transform: translateX(100%) rotate(45deg);
        -o-transform: translateX(100%) rotate(45deg);
    }
}

.btn.disabled:hover::after,
.btn:disabled:hover::after {
    display: none;
}


/* .btn-danger:hover { background-color: #FFFFFF; color: #CC0022; border: 1px solid #CC0022; } */

.btn-outline-danger,
.btn-outline-danger:hover {
    color: #cc0022;
    border-color: #cc0022;
}

    .btn-outline-danger:hover,
    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .btn-outline-danger.dropdown-toggle {
        background: none;
        color: #cc0022;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: none;
            color: #cc0022;
        }


/* btn-light */

.btn-light {
    border-color: #cc0022;
    color: #cc0022;
}

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle,
    .btn-light.focus,
    .btn-light:focus,
    .btn-light:hover {
        box-shadow: none;
        color: #cc0022;
        border-color: #cc0022;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .btn-light::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: #FFFFFF69;
        transform: translateX(-100%) rotate(45deg);
        -webkit-transform: translateX(-100%) rotate(45deg);
        -moz-transform: translateX(-100%) rotate(45deg);
        -ms-transform: translateX(-100%) rotate(45deg);
        -o-transform: translateX(-100%) rotate(45deg);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        opacity: 0;
    }

    .btn-light:hover::after {
        opacity: 1;
        animation: fx-mask .5s ease-in-out;
        -webkit-animation: fx-mask .5s ease-in-out;
    }

.page-header {
    padding: 40px 0;
}


/* Input */

.form-control {
    width: 100%;
    background: #fff;
    border: 1px solid #d8d8d8 !important;
    font-size: 16px;
    padding: 9px 15px 9px 18px;
    box-shadow: none !important;
    color: #707070;
    font-weight: 500;
    font-family: "montserrat-medium";
    height: auto;
    max-height: 44px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

    .form-control:disabled,
    .form-control-disabled {
        background: #f2f2f2;
        pointer-events: none;
    }

    .form-control::placeholder {
        font-size: 13.5px;
        color: #cdcdcd !important;
    }

.modal.show .modal-dialog {
    transform: none;
    min-height: calc(100% - (1.75rem * 2));
    transform: translate(0px, 0px);
    display: flex;
    align-items: center;
}

.main-banner {
    background: url("assets/images/banner-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.breadcrumb {
    padding: 0;
    background: transparent;
}

    .breadcrumb ul li {
        margin: 0 12px 0 0;
        padding-right: 12px;
        position: relative;
    }

        .breadcrumb ul li a {
            font-weight: 400;
        }

        .breadcrumb ul li::before {
            content: "";
            width: 12px;
            height: 12px;
            background: url("assets/images/icons/breadcrumb-arrows.svg") no-repeat;
            background-size: 100%;
            position: absolute;
            right: -6px;
            top: calc(50% - 6px);
        }

        .breadcrumb ul li:last-child::before {
            content: none;
        }

        .breadcrumb ul li:last-child a {
            font-weight: 600;
            font-family: "montserrat-bold";
            pointer-events: none;
        }

.main-banner-wrapper {
    display: flex;
    justify-content: space-between;
}

    .main-banner-wrapper .breadcrumb ul li::before {
        background: url("assets/images/icons/breadcrumb-arrows-light.svg") no-repeat;
        background-size: 100%;
    }

.mw-480 {
    max-width: 480px;
}

.main-banner-left h2 {
    line-height: 41px;
}

.main-banner-left p {
    line-height: 28px;
}

.achievements-bg {
    background: #fcf8f4 url("./assets/images/achievements-bg.png") no-repeat;
    background-size: 100%;
    background-position: center top;
}

.quick-view-main li {
    max-width: 200px;
    text-align: center;
    margin: 0 60px;
}

    .quick-view-main li h3 {
        line-height: 44px;
    }

    .quick-view-main li p {
        line-height: 20px;
    }

.trust-us-bg {
    background: url("./assets/images/trust-us-bg.png") repeat-x;
    background-position: center top;
    margin: 80px 0 0 0;
}

.trust-us-box {
    width: 180px;
    height: 148px;
    background: url("./assets/images/hexagon.svg") no-repeat;
    background-size: 100%;
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.1));
    margin: 0 30px;
    padding: 15px;
    text-align: center;
}

    .trust-us-box:nth-child(even) {
        margin-top: 100px;
    }

    .trust-us-box p {
        line-height: 18px;
    }

.what-is-insurance-section {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .what-is-insurance-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 290px);
        height: 100%;
        background: #fcf8f4;
        border-radius: 0px 32px 32px 0px;
        z-index: -1;
    }

    .what-is-insurance-section .what-is-insurance-left {
        margin-right: 130px;
        flex: 1;
    }

        .what-is-insurance-section .what-is-insurance-left p {
            line-height: 28px;
        }

        .what-is-insurance-section .what-is-insurance-left li {
            width: 41%;
        }

            .what-is-insurance-section .what-is-insurance-left li:last-child {
                width: 51%;
                margin-right: 0 !important;
            }

    .what-is-insurance-section .what-is-insurance-right {
        width: 430px;
    }

.what-is-insurance-video-main {
    position: relative;
    padding: 15px;
}

    .what-is-insurance-video-main::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        padding: 5px;
        background: linear-gradient(269.34deg, #e4292f 0.5%, #ffffff 94.95%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        pointer-events: none;
        z-index: -1;
    }

    .what-is-insurance-video-main .what-is-insurance-video {
        overflow: hidden;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        height: 257px;
    }

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

    input[type="checkbox"] + label {
        position: relative;
        padding: 0 0 0 30px;
        cursor: pointer;
    }

        input[type="checkbox"] + label::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            border-radius: 2px;
            background-color: #fff;
            border: 1px solid #c1c1c1;
        }

    input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(./assets/images/icons/checkbox-black-tick.svg) no-repeat center;
        width: 24px;
        height: 24px;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }

.checkbox-dark input[type="checkbox"] + label::before {
    border: 1px solid #c1c1c1;
}

.checkbox-danger input[type="checkbox"] + label::before {
    border: 1px solid #ff6465;
}

.checkbox-danger input[type="checkbox"] + label::before {
    border: 1px solid #ff6465;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    background: url(./assets/images/icons/checkbox-red-tick.svg) no-repeat center;
}

input[type="checkbox"] + label .text-underline {
    position: relative;
}

    input[type="checkbox"] + label .text-underline::before {
        content: "";
        width: 100%;
        border-bottom: 1px solid #03a5df;
        position: absolute;
        bottom: -3px;
        left: 0;
    }

.tabs-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .tabs-main > .nav-tabs {
        border: 1px solid #cc0022;
        border-radius: 37px;
        width: auto;
        margin: 0 auto 30px auto;
    }

        .tabs-main > .nav-tabs .nav-item .nav-link::after {
            content: "";
            position: absolute;
            right: -1px;
            top: calc(50% - 14px);
            width: 1px;
            height: 28px;
            background: #e31e24;
        }

        .tabs-main > .nav-tabs .nav-item.active .nav-link::after,
        .tabs-main > .nav-tabs .nav-item:last-child .nav-link::after {
            content: none;
        }

        .tabs-main > .nav-tabs .nav-link {
            position: relative;
            color: #707070;
            font-size: 20px;
            line-height: 28px;
            font-family: "montserrat-medium";
            margin-bottom: 0;
            border: none;
            min-width: 246px;
            padding: 10px 20px;
            text-align: center;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }

            .tabs-main > .nav-tabs .nav-link:focus,
            .tabs-main > .nav-tabs .nav-link:hover {
                border: none;
                outline: none;
            }

            .tabs-main > .nav-tabs .nav-item.show .nav-link,
            .tabs-main > .nav-tabs .nav-link.active {
                color: #cc0022;
                font-family: "montserrat-bolder";
                background: #ffdcd8;
            }

        .tabs-main > .nav-tabs .nav-item.active:first-of-type .nav-link {
            border-radius: 37px 0 0 37px;
            -webkit-border-radius: 37px 0 0 37px;
            -moz-border-radius: 37px 0 0 37px;
            -ms-border-radius: 37px 0 0 37px;
            -o-border-radius: 37px 0 0 37px;
        }

        .tabs-main > .nav-tabs .nav-item.active:last-of-type .nav-link {
            border-radius: 0 37px 37px 0;
            -webkit-border-radius: 0 37px 37px 0;
            -moz-border-radius: 0 37px 37px 0;
            -ms-border-radius: 0 37px 37px 0;
            -o-border-radius: 0 37px 37px 0;
        }

.tab-content {
    width: 100%;
    max-width: 100%;
}

.tabs-main > .tab-content .tab-pane {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

    .tabs-main > .tab-content .tab-pane.active {
        opacity: 1;
        height: auto;
        overflow: inherit;
    }

.policy-status-form .tabs-main > .nav-tabs .nav-link {
    padding: 6px 20px 6px 20px;
    min-width: inherit;
    line-height: 24px;
}

.policy-coverage-tabs .tab-content .tab-pane {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

    .policy-coverage-tabs .tab-content .tab-pane.active {
        opacity: 1;
        height: auto;
        overflow: auto;
    }

.carousel .slick-dots {
    bottom: -55px;
}

    .carousel .slick-dots li {
        margin: 0 3px;
        width: 18px;
        height: 18px;
    }

        .carousel .slick-dots li button {
            width: 18px;
            height: 18px;
        }

.slick-track,
.slick-list,
.slick-slider {
    min-width: 100% !important;
}

.carousel .slick-dots li button:before {
    content: "";
    color: unset;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background: linear-gradient(90deg, #b20000 0%, #d71200 100%);
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel .slick-dots li.slick-active button {
    border: 2px solid #cc0022;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

    .carousel .slick-dots li.slick-active button:before {
        color: unset;
    }

.carousel .slick-prev,
.carousel .slick-next {
    width: 32px;
    height: 32px;
    z-index: 3;
}


/* .carousel .slick-prev {
    left: -35px !important;
}

.carousel .slick-next {
    right: -35px !important;
} */

.carousel .slick-prev {
    left: -22px !important;
}

.carousel .slick-next {
    right: -28px !important;
}

    .carousel .slick-prev:before,
    .carousel .slick-next:before {
        width: 32px;
        height: 32px;
        opacity: 1;
        font-size: 32px;
    }

    .carousel .slick-next:before {
        content: url('./assets/images/icons/slick-arrow-next.svg');
    }

.carousel .slick-prev:before {
    content: url('./assets/images/icons/slick-arrow-prev.svg');
}

.carousel .slick-disabled {
    opacity: 0.5;
    filter: grayscale(1);
}

.select-control .ngx-select .form-control.btn {
    padding: 9px 20px;
    background: #fff;
    font-family: "montserrat-medium";
    color: #707070;
}

.select-control .ngx-select .ngx-select__placeholder {
    color: #cdcdcd !important;
    font-size: 13.5px;
    line-height: 24px;
    font-weight: 500;
    font-family: "montserrat-medium";
}

.select-control .dropdown-toggle::after {
    background: url(./assets/images/icons/down-arrow.svg) no-repeat;
    border: none;
    outline: none;
    width: 14px;
    height: 8px;
    vertical-align: middle;
    transition: 1ll 0.5s linear;
    -webkit-transition: 1ll 0.5s linear;
    -moz-transition: 1ll 0.5s linear;
    -ms-transition: 1ll 0.5s linear;
    -o-transition: 1ll 0.5s linear;
}

.select-control .ngx-select input {
    width: 100%;
}

.select-control .ngx-select.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.select-control .ngx-select .ngx-select__selected-single {
    font-size: 16px;
    color: #707070;
    font-family: "montserrat-medium";
    white-space: nowrap;
}

.select-control .ngx-select .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #707070;
    font-family: "montserrat-medium";
}

.select-control .ngx-select .dropdown-menu .ngx-select__item-group:not(:last-of-type) .dropdown-item {
    border-bottom: 0.5px solid #d8d8d8;
}

.select-control .ngx-select .ngx-select__item_active {
    background-color: #f4f4f4;
}

.select-control .ngx-select .dropdown-menu {
    box-shadow: 0px 0px 32px rgb(142 142 142 / 25%);
    border-radius: 12px !important;
    background: #ffffff;
    border: 1px solid #d8d8d8 !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    z-index: 2;
}

.intl-tel-number {
    width: 100%;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 11.5px 20px;
    outline: none;
    -webkit-appearance: none;
}

.iti__flag-container .iti__selected-flag {
    padding: 0 6px 0 10px;
}

.iti__arrow {
    display: none;
}

.iti__flag.iti__in {
    position: relative;
}

.iti__selected-flag .iti__flag.iti__in::after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #dedede;
    position: absolute;
    right: -7px;
    top: -5px;
}

.iti .selected-dial-code {
    margin-left: 10px !important;
    color: #a3a3a3;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: "montserrat-medium";
}

.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 input,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 input,
.iti.separate-dial-code input,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
    padding-left: 75px !important;
    padding-right: 10px;
    color: #707070 !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-family: "montserrat-medium";
}

    .iti.separate-dial-code input::placeholder {
        color: #cdcdcd;
        font-weight: 500;
        font-size: 13.5px;
        line-height: 20px;
    }

.iti .iti--allow-dropdown .iti__selected-flag {
    width: 70px;
}

.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-flag,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag,
.iti.separate-dial-code {
    color: #707070 !important;
    font-weight: 500 !important;
    font-size: 16px;
}

.iti__country-list .iti__country {
    padding: 10px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fff;
    white-space: nowrap;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.iti__flag-container .iti__selected-flag {
    padding-right: 0;
}

.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-fla,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag,
.iti.separate-dial-code .iti__selected-flag {
    width: 75px !important;
}

.iti__country-list .iti__flag-box,
.iti__country-list .iti__country-name {
    color: #373737;
}

.radio-data label {
    display: block;
    position: relative;
    padding: 5px 0 0 35px;
    cursor: pointer;
    color: #303030;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "montserrat-medium";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-data label:first-of-type {
        margin-right: 35px;
    }

.radio-data input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-data .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
}

    .radio-data .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkmark:after {
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cc0022;
}

.radio-data input[type="radio"]:checked ~ .checkmark {
    background-color: #fff;
    border-color: #cc0022;
}

    .radio-data input[type="radio"]:checked ~ .checkmark:after {
        display: block;
    }

.switch-control .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 21px;
}

    .switch-control .switch input[type="checkbox"] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch-control .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.switch-control .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-control input:checked + .slider {
    background-color: #cc0022;
}

    .switch-control input:checked + .slider:before {
        transform: translateX(15px);
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
    }

.switch-control .slider.round {
    border-radius: 34px;
}

    .switch-control .slider.round:before {
        border-radius: 50%;
    }

.err-txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #cc0022;
    font-family: "montserrat-medium";
    margin-top: 6px;
    display: block;
    text-align: left;
}

.form-group small.err-txt {
    display: none;
}

.form-group.form-group-error small.err-txt {
    display: block;
}

.form-group.form-group-error .form-control,
.form-group.form-group-error input.contact-number {
    border-color: #cc0022 !important;
}

.tooltiptext {
    width: 255px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #cc0022;
    color: #cc0022;
    text-align: left;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 35px;
    transition: opacity 0.3s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
    display: none;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #cc0022 transparent;
    }

.declartion.form-group-error .tooltiptext {
    display: block;
}

.datepicker input::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 31px;
    background: url(./assets/images/icons/calendar-icon.svg) no-repeat;
    cursor: pointer;
}

.bs-datepicker .bs-datepicker-container .bs-datepicker-head {
    background-color: #ff6465 !important;
}


/* Policy-number tooltip */

.policy-number-tooltip {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    opacity: 0;
    display: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.custome-tooltip-main:hover .policy-number-tooltip {
    opacity: 1;
    display: block;
}


/* .bs-datepicker .bs-datepicker-body table td.week span { color: #cc0022 !important; } */

.bs-datepicker .bs-datepicker-body table td {
    color: #373737;
}

.bs-datepicker-body table th {
    color: #707070;
}

.bs-datepicker .bs-datepicker-body table td span.selected,
.bs-datepicker .bs-datepicker-body table td.selected span,
.bs-datepicker .bs-datepicker-body table td span[class*="select-"]:after,
.bs-datepicker .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #ff6465;
}

.scenario-tab-main {
    position: relative;
}

.scenario-tabs {
    display: flex;
    align-items: flex-start;
}

    .scenario-tabs .nav-tabs {
        background: #ffffff;
        border-radius: 24px;
        box-shadow: 0px 4px 55px 0px #00000014;
        margin-right: 20px;
        padding: 50px 20px 40px 20px;
        position: relative;
        border: none;
        width: 288px;
    }

        .scenario-tabs .nav-tabs .nav-item {
            width: 100%;
        }

            .scenario-tabs .nav-tabs .nav-item .nav-link {
                border: none;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -ms-border-radius: 0px;
                -o-border-radius: 0px;
                text-align: center;
                font-family: "montserrat-regular";
                font-weight: 400;
                color: #969696;
                font-size: 16px;
                padding: 24px 0px;
                position: relative;
                line-height: 20px;
            }

                .scenario-tabs .nav-tabs .nav-item .nav-link span + span {
                    display: block;
                    margin-top: 4px;
                    font-size: 18px;
                    line-height: 22px;
                }

            .scenario-tabs .nav-tabs .nav-item:first-child .nav-link {
                padding-top: 0;
            }

            .scenario-tabs .nav-tabs .nav-item:last-child .nav-link {
                padding-bottom: 5px;
            }

            .scenario-tabs .nav-tabs .nav-item .nav-link.active {
                font-weight: 500;
                font-family: "montserrat-medium";
            }

                .scenario-tabs .nav-tabs .nav-item .nav-link.active span + span {
                    color: #cc0022;
                    font-family: "montserrat-bolder";
                    font-weight: 700;
                }

    .scenario-tabs .tab-content {
        background: #f8f8f8;
        border-radius: 32px;
        padding: 25px 35px;
        flex: 1;
    }

        .scenario-tabs .tab-content h4 {
            line-height: 40px;
        }

    .scenario-tabs .scenario-right-contnet {
        flex: 1;
    }

        .scenario-tabs .scenario-right-contnet p.head {
            line-height: 22px;
        }

        .scenario-tabs .scenario-right-contnet ol {
            counter-reset: item;
        }

            .scenario-tabs .scenario-right-contnet ol li {
                line-height: 24px;
                position: relative;
                padding-left: 20px;
                margin-bottom: 4px !important;
            }

                .scenario-tabs .scenario-right-contnet ol li:before {
                    content: counters(item, ".");
                    counter-increment: item;
                    position: absolute;
                    left: 0;
                    top: 1px;
                    font-family: "montserrat-bolder";
                    font-weight: 700;
                    color: #000000;
                }

.scenario-main-section .explore-plan-btn {
    position: absolute;
    left: 50px;
    top: 373px;
}

.policy-coverage-tabs-main {
    position: relative;
}

    .policy-coverage-tabs-main .view-all-link {
        text-decoration: underline;
        position: absolute;
        top: 18px;
        right: 110px;
    }

    .policy-coverage-tabs-main .tabs-main > .nav-tabs {
        margin-bottom: 0 !important;
    }

.plan-box-wrapper {
    /*display: flex; justify-content: center; */
    margin-bottom: 0 !important;
    padding-bottom: 30px;
}

    .plan-box-wrapper .tabs-main > .nav-tabs {
        margin-bottom: 4px;
    }

    .plan-box-wrapper .plan-box {
        margin: 25px 30px;
        overflow: hidden;
        padding: 15px 11px 0px 11px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 4.8947367668151855px 40.78947067260742px 0px #5151511a;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        position: relative;
        width: 336px;
    }

        .plan-box-wrapper .plan-box h5 {
            line-height: 32px;
        }

    .plan-box-wrapper .plan-box-header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }

    .plan-box-wrapper .plan-box-shortDescription,
    .plan-box-wrapper .plan-box-shortDescription1 {
        min-height: 60px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        flex: 1;
    }

.carousel.plan-box-wrapper .slick-dots {
    bottom: 0;
}

.plan-box-wrapper .plan-box::before {
    content: "";
    position: absolute;
    width: 90.5%;
    height: 197px;
    background: #f4f4f4;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 65px 0 0 0;
    -webkit-border-radius: 65px 0 0 0;
    -moz-border-radius: 65px 0 0 0;
    -ms-border-radius: 65px 0 0 0;
    -o-border-radius: 65px 0 0 0;
}

.plan-preview {
    border: 1px solid #cc0022;
    border-radius: 40px;
    padding: 13px 16px 13px 43px;
    display: flex;
    align-items: center;
    background: transparent url('./assets/images/icons/plan-preview-check.svg') no-repeat;
    background-position: 15px center;
    transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
}

.know-your-plan {
    background: transparent url('./assets/images/icons/plan-preview-check-small.svg') no-repeat;
    background-position: 15px center;
}

.plan-preview:hover {
    border-color: transparent;
    background: #cc0022 url('./assets/images/icons/plan-preview-white-check.svg') no-repeat;
    background-position: 15px center;
    color: #fff !important;
}

.know-your-plan:hover {
    background: #cc0022 url('./assets/images/icons/plan-preview-white-check-small.svg') no-repeat;
    background-position: 15px center;
}

.plan-preview img {
    margin-right: 10px;
}

.right-aligned {
    margin-right: -27px;
}

.left-aligned {
    margin-left: -27px;
}

.plan-box-wrapper .plan-box p {
    line-height: 20px;
}

.plan-box-wrapper .plan-box a.text-link {
    text-decoration: underline;
}

.plan-box-wrapper .plan-image-box {
    width: calc(100% + 22px);
    overflow: hidden;
    height: 222px;
    margin-top: auto;
    padding-top: 15px;
}

    .plan-box-wrapper .plan-image-box img {
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translate(0px, -50%);
    }


/* Perfect scroll bar start */

.scroll-container .ps__rail-y,
.scroll-container .ps__rail-x {
    opacity: 1;
}

.scroll-container > .ps.ps--active-y > .ps__rail-y {
    background-color: #d4d4d4;
    width: 2px;
    right: 10px !important;
}

.scroll-container .ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.scroll-container .ps--scrolling-x > .ps__rail-x,
.scroll-container .ps--scrolling-y > .ps__rail-y,
.scroll-container .ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: 1;
}

.scroll-container .ps__thumb-y {
    width: 4px;
    background-color: #cc0022;
    right: -1px;
    /* height: 40px !important; */
}

.scroll-container > .ps.ps--active-y > .ps__rail-y.ps--clicking,
.scroll-container > .ps.ps--active-y > .ps__rail-y:hover {
    width: 2px;
}

.scroll-container .ps__rail-y.ps--clicking .ps__thumb-y,
.scroll-container .ps__rail-y:focus > .ps__thumb-y,
.scroll-container .ps__rail-y:hover > .ps__thumb-y {
    width: 4px;
    background-color: #cc0022;
    opacity: 0.86;
}


/* Perfect scroll bar end */


/* Horizontal scroll */

.scroll-container > .ps.ps--active-x > .ps__rail-x {
    background-color: #d4d4d4;
    height: 2px;
}

.multi-hospital .scroll-container .ps__thumb-x {
    min-width: 50px;
}

.scroll-container .ps__thumb-x {
    height: 4px;
    background-color: #cc0022;
    bottom: 0;
}

.scroll-container > .ps.ps--active-x > .ps__rail-x.ps--clicking,
.scroll-container > .ps.ps--active-x > .ps__rail-x:hover {
    height: 2px;
}

.scroll-container .ps__rail-x.ps--clicking .ps__thumb-x,
.scroll-container .ps__rail-x:focus > .ps__thumb-x,
.scroll-container .ps__rail-x:hover > .ps__thumb-x {
    height: 4px;
    background-color: #cc0022;
    opacity: 0.86;
}

.modal-content {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.modal-content {
    background: #fcfcfc;
}

.hightlight-popup .popup-head {
    padding: 30px 60px 25px 60px;
    text-align: center;
}

    .hightlight-popup .popup-head h5 {
        line-height: 30px;
    }

    .hightlight-popup .popup-head .close {
        opacity: 1 !important;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

.hightlight-popup .content-height {
    max-height: 410px;
}

.hightlight-popup .popup-body {
    padding: 10px 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.super-healthcare-popup .popup-body {
    flex-direction: row-reverse;
}

.hightlight-popup-left-main {
    flex: 1;
    margin-right: 42px;
}

.hightlight-popup .hightlight-popup-tabs-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .hightlight-popup .hightlight-popup-tabs-main .nav-tabs {
        margin-bottom: 15px;
        min-width: 390px;
        max-width: 100%;
    }

        .hightlight-popup .hightlight-popup-tabs-main .nav-tabs li {
            margin-right: 20px;
        }

            .hightlight-popup .hightlight-popup-tabs-main .nav-tabs li:last-child {
                margin-right: 0;
            }

            .hightlight-popup .hightlight-popup-tabs-main .nav-tabs li a {
                padding: 11px 15px;
                border: none;
                position: relative;
                font-family: "montserrat-medium";
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 17px;
                color: #757575;
            }

            .hightlight-popup .hightlight-popup-tabs-main .nav-tabs li.active a {
                font-family: "montserrat-bolder";
                font-size: 14px;
                font-weight: 700;
                line-height: 17px;
                color: #cc0022;
                background: transparent;
                border-radius: 0;
            }

                .hightlight-popup .hightlight-popup-tabs-main .nav-tabs li.active a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 5px;
                    bottom: 0px;
                    border-radius: 4px 4px 0px 0px;
                    background: #cc0022;
                }

    .hightlight-popup .hightlight-popup-tabs-main .card {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #d8d8d8;
        background: transparent;
    }

        .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading {
            border: none;
            padding: 0;
            background: transparent;
        }

            .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn {
                padding: 15px 15px 15px 30px;
                position: relative;
                border: none;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -ms-border-radius: 0px;
                -o-border-radius: 0px;
            }

                .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn::before {
                    content: "";
                    position: absolute;
                    left: 13px;
                    top: calc(50% - 2px);
                    width: 4px;
                    height: 4px;
                    background: #373737;
                    border-radius: 100%;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -ms-border-radius: 100%;
                    -o-border-radius: 100%;
                }

                .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn::after {
                    content: '';
                    position: absolute;
                    right: 0px;
                    top: 50%px;
                    width: 24px;
                    height: 24px;
                    background: url('./assets/images/icons/faq-icon.svg') no-repeat;
                    background-size: 100% !important;
                    transform-origin: center;
                    transition: 0.3s;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                    -o-transition: 0.3s;
                    transform: rotate(0deg);
                    -webkit-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .panel-title .btn::after {
        background: url('./assets/images/icons/faq-icon-active.svg') no-repeat;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn::after {
        transform-origin: center;
        transform: rotate(0deg);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .panel {
        border: none;
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .card .panel-heading .btn::before {
        background: #cc0022 !important;
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .card .panel-heading .btn p {
        color: #cc0022 !important;
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .card .panel-heading .btn .arrow {
        transform: rotate(180deg);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .hightlight-popup .hightlight-popup-tabs-main .card .panel-body {
        padding: 0 15px 15px 30px;
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .card .panel-body {
        padding-bottom: 3px;
    }

    .hightlight-popup .hightlight-popup-tabs-main .card .panel-body p {
        line-height: 24px;
    }

.hightlight-popup-hightlight-box {
    background: #ffffff;
    width: 320px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border: 1px solid #d8d8d8;
    padding: 12px 15px;
    margin-top: 11px;
}

    .hightlight-popup-hightlight-box .hightlight-box-head {
        padding-bottom: 12px;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 15px;
    }

.hightlight-box-download li {
    margin-bottom: 15px;
}

    .hightlight-box-download li a {
        background: #f2f2f2;
        font-family: "montserrat-bold";
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        color: #565656;
        padding: 8.7px 14px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

        .hightlight-box-download li a img {
            width: 14px;
            margin-right: 10px;
        }

.hightlight-popup .popup-footer {
    display: flex;
    justify-content: center;
    padding: 15px 15px 25px 15px;
}

.hightlight-claim-process li {
    padding: 0 40px 50px 28px;
    position: relative;
    border-left: 2px dashed rgba(204, 0, 34, 0.3);
    margin-left: 12px;
}

    .hightlight-claim-process li:last-child {
        border-color: transparent;
        padding-bottom: 20px;
    }

    .hightlight-claim-process li span.count {
        position: absolute;
        left: -13.5px;
        top: 0;
        width: 24px;
        height: 24px;
        background: #cc0022;
        color: #ffffff;
        text-align: center;
        line-height: 24px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

.view-all-plan-box-wrapper {
    padding: 0 50px;
}

.all-plans-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .all-plans-wrapper .plan-loop-box {
        height: 100%;
        display: flex;
    }

    .all-plans-wrapper .plan-box {
        width: 336px;
        position: relative;
    }

        .all-plans-wrapper .plan-box .download-plan-overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            display: none;
            cursor: pointer;
        }

        .all-plans-wrapper .plan-box.open .download-plan-overlay {
            background: rgba(0, 0, 0, 0.5);
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            display: block;
        }

    .all-plans-wrapper.closeOverlay .plan-box .download-plan-overlay {
        display: none;
    }

.download-plan-wrapper {
    position: absolute;
    right: -135px;
    top: calc(50% - 85px);
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.all-plans-wrapper .plan-box.open .download-plan-wrapper {
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.download-plan-wrapper .download-plan-trigger {
    transform-origin: center;
    padding: 5px 20px;
    background: #ffdcd8;
    transform: rotate(-90deg);
    position: absolute;
    left: -72px;
    top: calc(50% - 12.5px);
    border-radius: 16px 16px 0px 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    -ms-border-radius: 16px 16px 0px 0px;
    -o-border-radius: 16px 16px 0px 0px;
    cursor: pointer;
}

.view-all-map {
    position: relative;
    overflow: hidden;
}

    .view-all-map #map {
        position: static !important;
    }

.download-plan-wrapper .download-plan-trigger::before {
    content: "";
    width: 24px;
    height: 12px;
    position: absolute;
    left: calc(50% - 12px);
    top: -9px;
    z-index: -1;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffdcd8;
    border-left: 12px solid transparent;
}

.all-plans-wrapper .plan-box.open .download-plan-wrapper .download-plan-trigger {
    display: none;
}

.download-plan-box {
    width: 135px;
    min-height: 165px;
    padding: 3px 10px;
    background: #ffffff;
    border-radius: 16px 0px 0px 16px;
    min-height: 120px;
}

    .download-plan-box .hightlight-box-download li {
        margin: 0;
    }

        .download-plan-box .hightlight-box-download li a {
            padding: 10px 5px;
            font-size: 14px;
            font-family: "montserrat-medium";
            font-weight: 500;
            line-height: 17px;
            text-align: left;
            background: transparent;
            border-bottom: 1px solid #cecece;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }

        .download-plan-box .hightlight-box-download li:last-child a {
            border: none;
        }

        .download-plan-box .hightlight-box-download li a img {
            width: auto;
            margin-right: 12px;
        }

.thankyou-popup {
    max-width: 830px;
}

.thankyou-popup-main {
    padding: 60px 130px 35px 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .thankyou-popup-main p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .thankyou-popup-main .close {
        display: flex;
        font-size: 21px;
        opacity: 1 !important;
    }

        .thankyou-popup-main .close img {
            margin-right: 10px;
        }

.share-location-popup {
    max-width: 656px;
}

    .share-location-popup .popup-body {
        padding: 40px 40px 25px 40px;
    }

        .share-location-popup .popup-body h6 {
            line-height: 20px;
        }

        .share-location-popup .popup-body p {
            margin-bottom: 10px;
            line-height: 17px;
        }

        .share-location-popup .popup-body .close {
            opacity: 1 !important;
            position: absolute;
            right: 15px;
            top: 15px;
            cursor: pointer;
            width: 30px;
        }

    .share-location-popup .hightlight-popup-tabs-main {
        width: 335px;
        max-width: 100%;
        margin: auto;
        align-items: center;
    }

        .share-location-popup .hightlight-popup-tabs-main .nav-tabs {
            max-width: inherit !important;
            min-width: inherit !important;
        }

            .share-location-popup .hightlight-popup-tabs-main .nav-tabs li {
                margin-right: 35px;
            }

        .share-location-popup .hightlight-popup-tabs-main .form-group,
        .share-location-popup .hightlight-popup-tabs-main .iti {
            width: 100%;
        }

        .share-location-popup .hightlight-popup-tabs-main .btn {
            display: block;
        }

.faq-tab-main > .nav-tabs {
    border-bottom: none !important;
    justify-content: center;
}

.faq-tab-main > .nav-tabs {
    margin-bottom: 30px;
}

.faq-tab-main .nav-tabs .nav-link {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #cc0022;
    box-sizing: border-box;
    border-radius: 42px;
    color: #828282;
    font-size: 18px;
    font-weight: 400;
    font-family: "montserrat-regular";
    line-height: 22px;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    margin-bottom: 0;
}

.faq-tab-main .nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.faq-tab-main .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.faq-tab-main .nav-tabs .nav-link.active {
    background: #ffdcd8;
    border: 1px solid transparent;
    font-weight: 700;
    font-family: "montserrat-bolder";
    color: #cc0022;
}

.faq-tab-main .nav-tabs .nav-link span {
    white-space: nowrap;
}

.faq-tab-inner .accordion-main .card {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    box-shadow: 0px 0px 24px rgba(193, 193, 193, 0.2);
    border-radius: 4px;
}

.faq-tab-inner .accordion-main .panel:not(:last-of-type) {
    margin-bottom: 20px;
}

.faq-tab-inner .accordion-main .card-header {
    border-radius: 4px;
    padding: 18px 25px 17px 25px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


/* .faq-tab-inner .accordion-main .panel-title { padding-right: 30px; } */

.faq-tab-inner .accordion-main .panel-title .btn-link {
    color: #303030;
    font-weight: 500;
    font-size: 18px;
    font-family: "montserrat-medium";
    position: relative;
    padding: 0 25px 0 20px;
    display: flex;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

    .faq-tab-inner .accordion-main .panel-title .btn-link::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #cc0022;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .faq-tab-inner .accordion-main .panel-title .btn-link::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 24px;
        height: 24px;
        background: url('./assets/images/icons/faq-icon.svg') no-repeat;
        background-size: 100% !important;
        transform-origin: center;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

.faq-tab-inner .accordion-main .panel.panel-open .panel-title .btn-link::after {
    background: url('./assets/images/icons/faq-icon-active.svg') no-repeat;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faq-tab-inner .accordion-main .panel-title .btn-link:hover,
.faq-tab-inner .accordion-main .panel-title .btn-link:active {
    text-decoration: none;
}

.faq-tab-inner .accordion-main .panel-body {
    padding: 0 50px 15px;
}

    .faq-tab-inner .accordion-main .panel-body p {
        color: #828282;
        font-size: 16px;
        line-height: 132.6%;
        font-family: "montserrat-regular";
        font-weight: 400;
        margin-bottom: 10px;
    }

        .faq-tab-inner .accordion-main .panel-body p:last-child {
            margin-bottom: 0;
        }

.faq-tab-inner .accordion-main .panel.panel-open .card {
    border: 1px solid transparent;
    box-shadow: 0px 2px 32px rgba(199, 199, 199, 0.25);
}

.buy-now-plan-highlight {
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 0 0 22px 0;
    -webkit-border-radius: 0 0 22px 0;
    -moz-border-radius: 0 0 22px 0;
    -ms-border-radius: 0 0 22px 0;
    -o-border-radius: 0 0 22px 0;
}

    .buy-now-plan-highlight .view-all-link {
        position: absolute;
        top: 37px;
        right: 40px;
    }

    .buy-now-plan-highlight li {
        position: relative;
        padding-left: 32px;
    }

        .buy-now-plan-highlight li::before {
            content: "";
            position: absolute;
            left: 0;
            top: -5px;
            width: 24px;
            height: 24px;
            background: url("./assets/images/icons/plan-highlight-bullet.svg") no-repeat !important;
        }

.healthcare-ins-main {
    width: 90%;
    margin: 0 auto;
}

    .healthcare-ins-main > div {
        text-align: center;
        max-width: 19%;
        margin: 0 auto;
    }

        .healthcare-ins-main > div h3 {
            line-height: 44px;
        }

        .healthcare-ins-main > div p {
            line-height: 20px;
        }

.know-more .bg-light-pink {
    border-radius: 32px;
    box-shadow: 10px 10px 0px #ffe9d4;
}

.know-more .bg-light-pink {
    border-radius: 32px;
    box-shadow: 10px 10px 0px #ffe9d4;
}

.know-more-heading h6 {
    line-height: 24px;
}

.know-more-download {
    width: 83%;
    padding-left: 25px;
}

    .know-more-download li {
        background: #ffead6;
        border-radius: 29px;
        list-style: none;
    }

        .know-more-download li:not(:last-of-type) {
            margin-right: 40px;
        }

        .know-more-download li a {
            font-size: 16px;
            line-height: 20px;
            color: #565656;
            font-family: "montserrat-bold";
            white-space: nowrap;
            padding: 10px 25px;
        }

.know-more-sec3 .know-more-download {
    width: 96%;
    padding-left: 0;
}

    .know-more-sec3 .know-more-download li a {
        width: 225px;
        padding: 10px 20px;
    }

.know-more-sec3 .know-more-heading > h4 {
    line-height: 36px;
}

.back-assurance-claim-steps {
    margin-bottom: 60px;
}

.policy-claim-tabs.tabs-main > .nav-tabs .nav-item .nav-link {
    min-width: 196px;
}

.cashless-steps-main,
.reimbursement-steps-main {
    background: url("./assets/images/policy-claim-steps/cashless-steps-bg-1.png") no-repeat, url("./assets/images/policy-claim-steps/cashless-steps-bg-2.png") no-repeat;
    background-position: 30% 50%, 72% 45%;
}

.policy-steps .card {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

    .policy-steps .card img {
        display: block;
        margin: auto;
    }

    .policy-steps .card .step-number {
        width: 28px;
        height: 28px;
        margin: 0 auto;
        background: #cc0022;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 600;
        font-family: "montserrat-bolder";
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .policy-steps .card span:nth-of-type(2) {
        color: #303030;
        line-height: 22px;
    }

    .policy-steps .card p {
        color: #75757c;
        line-height: 20px;
    }

.section-links-wrapper.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    margin-top: 0;
    box-shadow: 0px 4px 10px rgba(180, 180, 180, 0.25);
    background-color: #fff;
}

.section-links-wrapper .container {
    padding: 0;
}

.sections-link li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cc0022;
    border-radius: 38px;
    padding: 13px 24.5px;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 25px;
}

    .sections-link li:last-child {
        margin: 0;
    }

    .sections-link li a {
        color: #707070;
    }

        .sections-link li a:hover {
            color: #707070 !important;
        }

    .sections-link li.active {
        background: #ffdcd8;
        border: 1px solid transparent;
    }

        .sections-link li.active a {
            font-family: "montserrat-bolder";
            color: #cc0022 !important;
        }

.cover-heightlight {
    margin: 40px 0 50px 0;
}

.cover-heightlight-main li {
    text-align: center;
    width: 210px;
    margin: 0 auto;
}

.cover-heightlight .container > div {
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.cover-heightlight-main li img.w-56 {
    width: 56px;
}

.cover-heightlight-main li p {
    line-height: 20px;
}

.offers-policy-main {
    margin-top: 55px;
}

.policy-cards .slide {
    padding-bottom: 60px;
}

.policy-cards .card {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(34, 34, 34, 0.1);
    border-radius: 24px;
    position: relative;
    height: 100%;
}

.policy-cards .test-class img {
    width: 72px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.policy-cards .card .card-elipse {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

    .policy-cards .card .card-elipse img {
        width: 48px;
    }

.policy-cards .card .card-body {
    padding: 50px 12px 20px 12px;
}

    .policy-cards .card .card-body span {
        line-height: 22px;
    }

    .policy-cards .card .card-body p {
        line-height: 27px;
    }

.accept-tnc {
    position: absolute;
    width: auto !important;
    padding: 0;
    bottom: -40px;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    left: 0px;
}

    .accept-tnc label {
        font-weight: 500 !important;
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

.what-iob-main {
    padding-bottom: 40px;
}

    .what-iob-main p {
        line-height: 36px;
        max-width: 80%;
        margin: 0 auto;
    }

.hospital-location-section {
    padding-bottom: 60px;
}

.hospital-location-main h5 {
    line-height: 32px;
}

.hospital-location-main p {
    line-height: 17px;
    margin-bottom: 30px;
}

.hospital-location-main .form-group label {
    display: block;
    color: #303030;
    font-size: 14px;
    line-height: 17px;
    font-family: "montserrat-bold";
    margin-bottom: 10px;
}

.hospital-location-main .form-group input {
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 20px;
    width: 173px;
    font-size: 16px;
    padding: 10px 20px;
}

.hospital-location-main .select-city .ngx-select {
    width: 173px;
    background: #fff;
}

.hospital-location-main .form-group select {
    -webkit-appearance: none;
    background: url('./assets/images/icons/down-arrow.svg') no-repeat, #f2f2f2;
    background-position: 150px center;
    outline: none;
}

.hospital-location-main .btn-control {
    margin-top: 20px;
}

    .hospital-location-main .btn-control .btn {
        font-size: 18px;
        padding: 10px 25px;
        white-space: nowrap;
    }

.hospital-location-main span.fs-16 {
    color: #303030;
}

.hospital-location-section.view-all {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 5;
    overflow: hidden;
}

    .hospital-location-section.view-all h2 {
        display: none;
    }

    .hospital-location-section.view-all .view-all-head-main {
        box-shadow: 0px 4px 10px rgb(180 180 180 / 25%);
        z-index: 1;
        position: relative;
    }

        .hospital-location-section.view-all .view-all-head-main .close {
            display: block !important;
            position: absolute;
            right: 20px;
            top: 20px;
            opacity: 1 !important;
        }

        .hospital-location-section.view-all .view-all-head-main .hospital-location-main {
            padding: 15px 0 !important;
            margin-bottom: 0px !important;
        }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main .row {
                justify-content: center;
            }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-filter .d-flex {
                justify-content: center !important;
            }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-filter label {
                display: none;
            }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-filter span.fs-16 {
                padding: 0 !important;
            }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-btn .btn-control {
                margin: 0 !important;
            }

    .hospital-location-section.view-all .nearest-hospital-section .card,
    .hospital-location-section.view-all .nearest-hospital-section .card .map {
        box-shadow: none;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .hospital-location-section.view-all .nearest-hospital-section .container {
        padding: 0;
    }

        .hospital-location-section.view-all .nearest-hospital-section .container .row {
            margin: 0;
        }

    .hospital-location-section.view-all .view-all-list {
        padding-bottom: 0 !important;
    }

        .hospital-location-section.view-all .view-all-list .multi-hospital h5 {
            max-width: 85%;
        }

        .hospital-location-section.view-all .view-all-list .multi-hospital > div > a {
            display: none;
        }

    .hospital-location-section.view-all .hospitals-data {
        height: calc(100vh - 195px);
    }

    .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex {
        justify-content: flex-start !important;
    }

        .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex .share {
            margin-left: auto;
        }

        .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex:last-child {
            justify-content: space-between !important;
        }

.nearest-hospital-names li {
    background: #ffffff;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    width: 242px;
    margin-right: 20px;
}

.nearest-hospital-section .card {
    box-shadow: 0px 0px 32px rgba(192, 192, 192, 0.25);
    border-radius: 20px;
    border: 0;
}

.nearest-hospital-section .map {
    border: 0;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}

.multi-hospital > div > h5 {
    max-width: 80%;
    line-height: 36px;
    color: #5f5f5f;
}

.multi-hospital > div > a {
    text-decoration: underline;
    color: #16a7db;
}

.hospitals-data {
    height: 347px;
}

    .hospitals-data li.slide {
        max-width: calc(100% - 40px);
        padding: 24px 0;
    }

.hospital-location-main .select-city .ngx-select {
    background: #fff;
    width: 240px;
    max-width: 100%;
}

    .hospital-location-main .select-city .ngx-select input {
        width: 100% !important;
    }

.hospitals-data li.slide:not(:last-of-type) {
    border-bottom: 0.5px solid #d8d8d8;
}

.hospitals-data li p {
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    overflow-wrap: anywhere;
}

.hospitals-data .dot {
    text-indent: -99999px;
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.toll-free-number {
    background: #fff;
    padding: 12px 29px;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
}

    .toll-free-number a,
    a:hover {
        color: #707070;
    }

.icon-circal {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.intimate-claim-online .carousel .slick-dots {
    bottom: -40px;
}


/* Slider inside the tab */

.custom-tab-main .tab-content .tab-pane {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

    .custom-tab-main .tab-content .tab-pane.active {
        opacity: 1;
        height: auto;
        overflow: initial;
    }


/* Table */

.table,
table {
    width: 100%;
    border-color: #d8d8d8;
    box-shadow: 0px 0px 32px rgba(179, 179, 179, 0.25);
    border-radius: 16px;
    position: relative;
}

    .table td,
    .table th {
        vertical-align: middle;
    }

    .table thead {
        background: #fff6ed;
    }

        .table thead th {
            color: #d06800;
            font-size: 14px;
            line-height: 17px;
            font-family: "montserrat-bold";
            font-weight: 600;
            border-color: #fff6ed;
            text-align: center;
            vertical-align: middle;
        }

        .table thead tr {
            border-radius: 16px 0 0 16px;
        }

        .table thead th:first-child {
            border-top-left-radius: 16px;
        }

        .table thead th:last-child {
            border-top-right-radius: 16px;
        }

    .table tbody td {
        padding: 15px 10px;
        font-family: "montserrat-medium";
        font-weight: 500;
        border-color: #d8d8d8;
        border: 0;
        border-right: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        color: #303030;
        font-size: 14px;
        line-height: 17px;
        /* white-space: nowrap; */
    }

        .table tbody td.border-r-0 {
            border-right: none;
        }

    .table tbody tr:first-child td {
        border-top: 0;
    }

.back-button {
    width: 24px;
    height: 24px;
    background: #ffffff;
    box-shadow: 0px 0px 2.66667px rgb(137 137 137 / 25%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .back-button img {
        width: 80%;
    }

.modal-fullpage {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffff;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-group .ngx-otp-input-box {
    margin: 0 10px !important;
}

.form-group .ngx-otp-input {
    width: 40px !important;
    border: none !important;
    border-bottom: 2px solid #d8d8d8 !important;
    font-family: "montserrat-medium" !important;
    color: #707070 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.policy-number-tooltip {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    opacity: 0;
    display: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.custome-tooltip-main:hover .policy-number-tooltip {
    opacity: 1;
    display: block;
}

.resources-faq .faq-tab-main > .nav-tabs {
    justify-content: center;
}

    .resources-faq .faq-tab-main > .nav-tabs li:not(:last-of-type) {
        margin-right: 40px;
    }


/* 1-09-2021 awareness activity */

.activities-map {
    width: 355px;
}

.activiti {
    position: relative;
}

    .activiti .lable {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

.activiti-img {
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}

    .activiti-img img {
        width: 100%;
    }

    .activiti-img::after {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        height: 41px;
        background: linear-gradient(184.75deg, rgba(0, 0, 0, 0) 18.46%, #000000 75.12%);
        border-radius: 0px 0px 12px 12px;
    }

.activities-images-slider {
    max-width: 610px;
}

    .activities-images-slider .carousel {
        border-radius: 24px;
    }

    .activities-images-slider .card {
        border: 1px solid #d8d8d8;
        box-sizing: border-box;
        border-radius: 24px;
        height: 550px;
    }

    .activities-images-slider .slick-slide img {
        width: 100%;
    }

    .activities-images-slider .carousel .slick-next {
        right: -55px !important;
    }

    .activities-images-slider .carousel .slick-prev {
        left: -55px !important;
    }

    .activities-images-slider .carousel .slick-dots {
        bottom: -43px;
    }

.tag {
    position: absolute;
    background: #ccc;
    top: 0;
    left: 30px;
    font-size: 10px;
    line-height: 12px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    font-family: "montserrat-bold";
    letter-spacing: 0.5px;
}

    .tag.tag-recommended {
        color: #C56B02;
        background: #FFEDD8;
    }

    .tag.tag-best-seller {
        color: #0296C5;
        background: #D8FAFF;
    }

    .tag.tag-green {
        color: #078D55;
        background: #E9FFE9;
    }

    .tag.tag-premium {
        color: #027EC5;
        background: #D8F1FF;
    }

.downloads-tabs-main > .nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
}

.downloads-tabs-main .nav-tabs .nav-item a {
    font-size: 14px;
    padding: 10px 22px;
}

.downloads-tabs-main .nav-tabs li:not(:last-of-type) {
    margin-right: 35px;
}

.downloads-tables .table-main thead th {
    padding: 20px 30px;
}

.downloads-tables .table-main tbody td {
    padding: 6.5px 30px;
    font-weight: 500;
    /* font-size: 14px; */
    /* color: #303030; */
}

.downloads-tabs-wrapper .table-main tbody th:first-of-type,
.downloads-tabs-wrapper .table-main tbody td:first-of-type {
    width: 30%;
}

.pdf-file {
    background: url('./assets/images/icons/download-pdf.svg') no-repeat center;
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
}

.discontinued-products-table .table-main tbody td {
    padding: 20px 30px;
}

.product-card {
    padding: 13px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(207, 207, 207, 0.25);
    border-radius: 12px;
}

.renew-now-cards .card {
    width: 325px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgb(172 172 172 / 25%);
    border-radius: 18px;
    border: none;
}

.product-card .hightlight-popup-tabs-main .nav-tabs {
    min-width: auto;
}

    .product-card .hightlight-popup-tabs-main .nav-tabs li:not(:last-of-type) {
        margin-right: 75px;
    }

    .product-card .hightlight-popup-tabs-main .nav-tabs li a,
    .product-card .hightlight-popup-tabs-main .nav-tabs li.active a {
        font-size: 18px;
        margin-bottom: -1px;
    }

.renew-now-cards .card h4,
.discontinued-products .renew-now-cards .card h5 {
    line-height: 34px;
    background: linear-gradient(180deg, #2019A2 -33.33%, #BE45A5 126.67%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.renew-now-cards .card p {
    color: #303030;
    line-height: 22px;
}

.discontinued-products .renew-now-cards .card {
    box-shadow: none;
    border: 1px solid #D8D8D8;
}


/* scrolling-tabs */

.scrolling-tabs-nav {
    padding: 10px 55px;
}

    .scrolling-tabs-nav::before,
    .scrolling-tabs-nav::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 100%;
        background: linear-gradient(to right, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 70%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
        pointer-events: none;
    }

    .scrolling-tabs-nav::after {
        left: auto;
        right: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(244, 244, 244, 1) 30%, rgba(244, 244, 244, 1) 100%);
    }

    .scrolling-tabs-nav .slick-arrow {
        left: 20px;
        width: 24px;
        height: 24px;
        z-index: 5;
        display: block !important;
    }

        .scrolling-tabs-nav .slick-arrow::before {
            width: 100%;
            height: 100%;
            content: "";
            display: block;
            background-size: 100% !important;
        }

    .scrolling-tabs-nav .slick-prev::before {
        background: url("./assets/images/icons/slick-arrow-prev.svg");
    }

    .scrolling-tabs-nav .slick-next {
        left: auto;
        right: 20px;
    }

        .scrolling-tabs-nav .slick-next::before {
            background: url("./assets/images/icons/slick-arrow-next.svg");
        }

.scrolling-tabs-main li.scrolling-tabs {
    padding: 12px 25px;
    font-family: "montserrat-medium";
    font-weight: 500;
    color: #707070;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #D8D8D8;
    font-size: 16px;
    line-height: 20px;
}

    .scrolling-tabs-main li.scrolling-tabs:last-child {
        border: none;
    }

    .scrolling-tabs-main li.scrolling-tabs.slick-center,
    .scrolling-tabs-main li.scrolling-tabs.active {
        font-family: "montserrat-bolder";
        font-weight: 700;
        color: #cc0022;
    }

.scrolling-tabs-content .nav-tabs {
    display: none;
}


/* custom-pills-tab-main */

.custom-pills-tab-main .nav-tabs {
    border-bottom: none !important;
    justify-content: center;
    margin-bottom: 30px;
}

    .custom-pills-tab-main .nav-tabs .nav-item {
        margin-right: 30px;
    }

        .custom-pills-tab-main .nav-tabs .nav-item:last-child {
            margin-right: 0px;
        }

    .custom-pills-tab-main .nav-tabs .nav-link {
        padding: 11px 22px;
        background: #ffffff;
        border: 1px solid #cc0022;
        box-sizing: border-box;
        border-radius: 42px;
        color: #707070;
        font-size: 18px;
        font-weight: 400;
        font-family: "montserrat-regular";
        line-height: 22px;
    }

        .custom-pills-tab-main .nav-tabs .nav-link.active {
            background: #ffdcd8;
            border: 1px solid transparent;
            font-weight: 700;
            font-family: "montserrat-bolder";
            color: #cc0022;
        }


/* slick-layered-slide */

.slick-layered-slider {
    width: 850px;
    margin: 0 auto;
}

    .slick-layered-slider .carousel .slick-dots {
        bottom: -35px;
    }

    .slick-layered-slider .slick-slide:not(.slick-center) {
        z-index: 0;
        transform: scale(0.8);
        left: 75px;
        transition: transform 80ms;
        -webkit-transition: transform 80ms;
        -moz-transition: transform 80ms;
        -ms-transition: transform 80ms;
        -o-transition: transform 80ms;
    }

    .slick-layered-slider .slick-active.slick-center + .slick-slide + .slick-slide {
        z-index: 1;
        transition: transform 80ms;
        -webkit-transition: transform 80ms;
        -moz-transition: transform 80ms;
        -ms-transition: transform 80ms;
        -o-transition: transform 80ms;
        opacity: 0;
    }

    .slick-layered-slider .slick-active.slick-center + .slick-slide,
    .slick-layered-slider .slick-center + .slick-cloned {
        z-index: 2;
        left: -75px;
        transition: transform 80ms;
        -webkit-transition: transform 80ms;
        -moz-transition: transform 80ms;
        -ms-transition: transform 80ms;
        -o-transition: transform 80ms;
    }

    .slick-layered-slider .slick-center {
        z-index: 3;
        transform: scale(1);
        transition: transform 80ms;
        -webkit-transition: transform 80ms;
        -moz-transition: transform 80ms;
        -ms-transition: transform 80ms;
        -o-transition: transform 80ms;
    }

    .slick-layered-slider .slick-slide {
        position: relative;
        transition: transform 80ms;
        -webkit-transition: transform 80ms;
        -moz-transition: transform 80ms;
        -ms-transition: transform 80ms;
        -o-transition: transform 80ms;
    }

    .slick-layered-slider .carousel .slick-prev {
        left: -180px;
    }

    .slick-layered-slider .carousel .slick-next {
        right: -180px;
    }


/* report-slider */

.report-slider .annual-reports {
    box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
    border-radius: 16px;
    margin: 20px auto;
    overflow: hidden;
    background-color: #fff;
    width: 350px;
}

.report-slider .reports-text {
    position: absolute;
    top: 0;
    left: 0;
}

    .report-slider .reports-text h5 {
        line-height: 32px;
    }

    .report-slider .reports-text .fs-14 {
        line-height: 18px;
    }


/* Footer style */

.top-footer {
    padding: 50px 0 13px 0;
}

    .top-footer > .container > div:first-of-type {
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

        .top-footer > .container > div:first-of-type::after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #D8D8D8;
            position: absolute;
            bottom: 0;
            left: 0;
        }

.footer-main-links > li {
    width: 19%;
    margin-right: 1%;
}

.footer-main-links li:last-of-type {
    margin-right: 0;
}

.footer-main-links li > span {
    display: block;
    line-height: 22px;
    margin-bottom: 18px;
}

.footer-main-links li .links li {
    margin-bottom: 10px;
    min-height: 30px;
}

    .footer-main-links li .links li a {
        line-height: 17px;
    }

.bottom-footer {
    background-color: #303030;
    padding: 35px 0 8px 0;
}

.bottom-footer-left {
    width: 23%;
    margin-right: 50px;
}

    .bottom-footer-left .subscribr-newsletter > h5 {
        font-size: 22px !important;
        line-height: 27px;
    }

.subscribr-newsletter form input {
    background: #303030;
    color: #fff;
    padding-right: 50px;
}

.subscribr-newsletter form .form-control:focus {
    background: #303030;
    color: #fff;
}

.subscribr-newsletter form button {
    font-size: inherit;
    padding: 4.5px 16px;
    position: absolute;
    right: calc(100% - 98%);
    top: 6px;
    text-indent: -9999px;
    border-radius: 0 20px 20px 0;
    background: url(./assets/images/footer/btn-arrow.svg) no-repeat center, #CC0022;
}

    .subscribr-newsletter form button::after {
        display: none;
    }

.bottom-footer-left .social-media-icons li:not(:last-of-type) {
    margin-right: 35px;
}

.bottom-footer-left .download-app > h4 {
    font-size: 26px !important;
    line-height: 32px;
}

.bottom-footer .address-details {
    max-width: 92%;
    margin: 0 auto;
    line-height: 27px;
}

    .bottom-footer .address-details address {
        max-width: 65%;
        margin: 0 auto;
    }

.bottom-footer-right > li {
    line-height: 28px;
    margin-bottom: 15px;
}

.bottom-footer-right li > ul {
    display: flex;
    flex-wrap: wrap;
}

    .bottom-footer-right li > ul li {
        position: relative;
        padding-right: 6px;
        margin-right: 6px;
    }

        .bottom-footer-right li > ul li:last-of-type {
            padding-right: 0;
            margin-right: 0;
        }

        .bottom-footer-right li > ul li a {
            font-size: 14px;
            color: #fff !important;
            font-weight: 400;
        }

        .bottom-footer-right li > ul li:not(:last-of-type):after {
            content: '';
            position: absolute;
            right: 0;
            top: 3px;
            width: 1px;
            height: 20px;
            background-color: #fff;
        }

        .bottom-footer-right li > ul li:first-of-type:after {
            display: none;
        }


/* .bottom-footer-right li:last-of-type { margin-bottom: 0; } */

.footer-main .bg-gray {
    padding: 11px 0;
}

.bottom-footer-right {
    width: 75%;
}


/* .header-logo {
    max-width: 210px;
} */


/* Header */

.top-header-wrapper {
    background: #EEEEEE;
    padding: 11.5px 0;
}

    .top-header-wrapper a.nav-link,
    .top-header-wrapper span,
    .bottom-header-wrapper a.nav-link {
        line-height: 17px;
        padding: 0;
    }

header a.nav-link:hover,
header a.nav-link:focus {
    color: #707070 !important;
}

.top-header-wrapper .top-header-left {
    max-width: 770px;
}

    .top-header-wrapper .top-header-left > li:not(:last-of-type),
    .top-header-wrapper .top-header-right > li:not(:last-of-type),
    .bottom-header-wrapper .nav-list > li:not(:last-of-type) {
        margin-right: 32px;
    }

    .top-header-wrapper .top-header-left li a {
        pointer-events: none;
    }

.login-dropdown .dropdown-menu {
    left: calc(50% - 110px) !important;
}

    .login-dropdown .dropdown-menu .dropdown-item {
        padding-right: 50px;
    }

    .login-dropdown .dropdown-menu li img {
        background-color: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(131, 131, 131, 0.25);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

header .dropdown .dropdown-toggle::after {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    border: none;
    outline: none;
    background: url(./assets/images/icons/down-arrow.svg) no-repeat;
    width: 9px;
    height: 7px;
    background-size: 9px;
    margin-left: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

header .dropdown.open.show .dropdown-toggle::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* header .dropdown .dropdown-menu { position: relative; } */

header .dropdown .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 1;
    margin-left: -10px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.bottom-header-wrapper {
    width: 100%;
    max-width: inherit;
    padding: 16px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(107 107 107 / 25%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative;
    z-index: 5;
}

    .bottom-header-wrapper nav {
        max-width: 880px;
    }

    .bottom-header-wrapper .nav-list .btn.btn-dark {
        border: none;
        background: #B2001E;
    }

    .bottom-header-wrapper .nav-list .btn.call-me-btn {
        padding: 10px 20px 10px 55px;
        position: relative;
        background: url(./assets/images/header/phone.svg) no-repeat center;
        background-position: 26px center;
    }

header .dropdown .dropdown-menu {
    box-shadow: 0px 4px 40px rgba(34, 34, 34, 0.1);
    border-radius: 12px;
    border: none;
    color: #707070 !important;
    font-size: 14px;
    padding: 10px 0 10px 0;
    min-width: auto;
    margin: 20px auto 0 auto;
    animation: fadeUp .2s linear;
    -webkit-animation: fadeUp .2s linear;
    transform: translate3d(0px, 17px, 0px) !important;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(5%);
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(5%);
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

header .dropdown .dropdown-item {
    color: #707070 !important;
    padding: 15px 16px;
}

    header .dropdown .dropdown-item > h6 {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    header .dropdown .dropdown-item:hover,
    header .dropdown .dropdown-item:focus {
        background-color: #FFF2F0;
    }

        header .dropdown .dropdown-item:hover > h6,
        header .dropdown .dropdown-item:focus > h6 {
            color: #CC0022 !important;
        }

.products-dropdown.dropdown {
    position: relative;
}

    .products-dropdown.dropdown .dropdown-menu {
        left: calc(50% - 475px) !important;
        /* padding: 32px 45px 20px 35px; */
        width: 1185px;
        max-width: 1226px;
        padding: 0;
    }

        .products-dropdown.dropdown .dropdown-menu li.menulist-wrapper {
            max-width: 400px;
            padding: 30px 30px 20px 40px;
        }

            .products-dropdown.dropdown .dropdown-menu li.menulist-wrapper:nth-child(even) {
                background: #FAFAFA;
            }

        .products-dropdown.dropdown .dropdown-menu::after {
            left: 40%;
        }

        .products-dropdown.dropdown .dropdown-menu li a {
            font-weight: 500;
            font-family: 'montserrat-medium';
            font-size: 12px;
            padding: 0;
            transition: .5s;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
        }

    .products-dropdown.dropdown li.menulist-wrapper .submenu-list {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

        .products-dropdown.dropdown li.menulist-wrapper .submenu-list li:not(:last-of-type) {
            margin-bottom: 15px;
        }

.explore-plans,
.claims-dropdown.dropdown .dropdown-menu li {
    position: relative;
}

.explore-plans {
    padding-right: 25px !important;
    text-decoration: underline;
    font-weight: 600;
}

    .explore-plans::after {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 3px);
        width: 16px;
        height: 8px;
        background: url(./assets/images/header/explore-plans-arrow.png) no-repeat;
    }

.products-dropdown.dropdown .dropdown-item:hover {
    background: none;
}

.products-dropdown.dropdown .dropdown-menu li a:not(.explore-plans):hover {
    color: #cc0022 !important;
}

.claims-dropdown.dropdown .dropdown-menu {
    left: calc(50% - 150px) !important;
}

    .claims-dropdown.dropdown .dropdown-menu li:not(:last-of-type)::after,
    .products-dropdown.dropdown li.menulist-wrapper .submenu-list::after {
        content: '';
        width: 90%;
        height: 0.5px;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #d8d8d8;
    }

.products-dropdown.dropdown li.menulist-wrapper .submenu-list::after {
    width: 100%;
}

.products-dropdown.dropdown li.menulist-wrapper .submenu-list.banca-list,
.products-dropdown.dropdown li.menulist-wrapper .submenu-list.commercial-list,
.products-dropdown.dropdown li.menulist-wrapper .submenu-list.pmfby-list {
    margin-bottom: 0;
}

.products-dropdown.dropdown .banca-list::after,
.products-dropdown.dropdown .commercial-list::after,
.products-dropdown.dropdown .pmfby-list::after {
    display: none;
}

.claims-dropdown.dropdown .dropdown-item > h6 {
    line-height: 17px;
}

.claims-dropdown.dropdown .dropdown-item > p {
    line-height: 15px;
}

.tabs-with-icons .img-inactive {
    display: block;
}

.tabs-with-icons .img-active {
    display: none;
}

.tabs-with-icons .active .img-inactive {
    display: none;
}

.tabs-with-icons .active .img-active {
    display: block;
}


/* dinesh start */

.callme-popup {
    max-width: 1190px;
}

.faq-tab-inner .btn {
    white-space: normal;
}


/* dinesh end */

.plan-box-wrapper.hide-tab-heading .tabs-main > .nav-tabs {
    display: none !important;
}

.common-section-padding {
    padding-top: 100px !important;
}

#map,
#map1,
#map2 {
    height: 100%;
    width: 100%;
}

.cms-covered-policy {
    margin-top: 55px;
}

    .cms-covered-policy .policy-cards .card {
        min-height: auto;
        margin-bottom: 0;
    }

        .cms-covered-policy .policy-cards .card .card-body {
            padding-bottom: 20px;
        }

    .cms-covered-policy .policy-cards .policy-card-icon {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
        width: 72px;
        height: 72px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cms-covered-policy .policy-cards .card img {
        position: static;
        left: auto;
        transform: initial;
        width: auto;
    }

    .cms-covered-policy .slick-track {
        display: flex;
        height: 100%;
        padding-bottom: 36px;
    }

.buy-now-data.fixed {
    padding-top: 76px !important;
}

.nodatafound {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #cc0022;
    font-weight: 600;
}


/* .slider-view-all-plan .plan-box-wrapper {
    padding-bottom: 0;
}

.slider-view-all-plan .plan-box-wrapper .plan-box {
    margin-bottom: 0;
}

.slider-view-all-plan .slick-list {
    display: flex;
    flex-direction: column;
    height: 100%;    
    padding-bottom: 60px;
}

.slider-view-all-plan .slick-list .slick-track {
    display: flex;
    height: 100%;
} */

.hightlight-popup .motor-popup .card .panel-heading .btn,
.hightlight-popup .motor-popup .card .panel-heading,
.hightlight-popup .panel.hide-accordion .panel-heading {
    pointer-events: none;
}

    .hightlight-popup .motor-popup .card .panel-heading .btn::after,
    .hightlight-popup .panel.hide-accordion .panel-heading .btn::after {
        display: none;
    }

.plan-box p.plan-box-shortDescription,
.plan-box p.plan-box-shortDescription1 {
    height: 80px;
    overflow: hidden;
    min-height: inherit !important;
    flex: unset;
    position: relative;
    padding-bottom: 20px !important;
}

    .plan-box p.plan-box-shortDescription .showlesslink,
    .plan-box p.plan-box-shortDescription .showmorelink,
    .plan-box p.plan-box-shortDescription1 .showlesslink,
    .plan-box p.plan-box-shortDescription1 .showmorelink {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
        cursor: pointer;
    }

    .plan-box p.plan-box-shortDescription .showlesslink,
    .plan-box p.plan-box-shortDescription1 .showlesslink {
        display: none;
    }

    .plan-box p.plan-box-shortDescription.showmore,
    .plan-box p.plan-box-shortDescription1.showmore {
        height: auto;
        overflow: hidden;
    }

        .plan-box p.plan-box-shortDescription.showmore .showlesslink,
        .plan-box p.plan-box-shortDescription1.showmore .showlesslink {
            display: inline-block;
        }

        .plan-box p.plan-box-shortDescription.showmore .showmorelink,
        .plan-box p.plan-box-shortDescription1.showmore .showmorelink {
            display: none;
        }

.no-accordion .health-plan-left-main .panel-group .panel-default {
    pointer-events: none;
}

    .no-accordion .health-plan-left-main .panel-group .panel-default .panel-heading {
        pointer-events: none;
    }

    .no-accordion .health-plan-left-main .panel-group .panel-default .btn img {
        display: none;
    }

.policy-cards .card .card-body p.plan-box-shortDescription,
.policy-cards .card .card-body p.plan-box-shortDescription1 {
    height: 100px;
    overflow: hidden;
    min-height: inherit !important;
    flex: unset;
    position: relative;
    padding-bottom: 20px !important;
}

    .policy-cards .card .card-body p.plan-box-shortDescription .showlesslink,
    .policy-cards .card .card-body p.plan-box-shortDescription .showmorelink,
    .policy-cards .card .card-body p.plan-box-shortDescription1 .showlesslink,
    .policy-cards .card .card-body p.plan-box-shortDescription1 .showmorelink {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
        cursor: pointer;
        line-height: 1;
    }

    .policy-cards .card .card-body p.plan-box-shortDescription .showlesslink,
    .policy-cards .card .card-body p.plan-box-shortDescription1 .showlesslink {
        display: none;
    }

    .policy-cards .card .card-body p.plan-box-shortDescription.showmore,
    .policy-cards .card .card-body p.plan-box-shortDescription1.showmore {
        height: auto;
        overflow: hidden;
    }

        .policy-cards .card .card-body p.plan-box-shortDescription.showmore .showlesslink,
        .policy-cards .card .card-body p.plan-box-shortDescription1.showmore .showlesslink {
            display: inline-block;
        }

        .policy-cards .card .card-body p.plan-box-shortDescription.showmore .showmorelink,
        .policy-cards .card .card-body p.plan-box-shortDescription1.showmore .showmorelink {
            display: none;
        }

.key-personal-info p.plan-box-shortDescription,
.key-personal-info p.plan-box-shortDescription1 {
    height: 100px;
    overflow: hidden;
    min-height: inherit !important;
    flex: unset;
    position: relative;
    padding-bottom: 20px !important;
}

    .key-personal-info .plan-box-shortDescription .showlesslink,
    .key-personal-info p.plan-box-shortDescription .showmorelink,
    .key-personal-info .plan-box-shortDescription1 .showlesslink,
    .key-personal-info p.plan-box-shortDescription1 .showmorelink {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        right: 0;
        background: #FAFAFA;
        cursor: pointer;
        line-height: 1;
    }

    .key-personal-info p.plan-box-shortDescription .showlesslink,
    .key-personal-info p.plan-box-shortDescription1 .showlesslink {
        display: none;
    }

    .key-personal-info p.plan-box-shortDescription.showmore,
    .key-personal-info p.plan-box-shortDescription1.showmore {
        height: auto;
        overflow: hidden;
    }

        .key-personal-info p.plan-box-shortDescription.showmore .showlesslink,
        .key-personal-info p.plan-box-shortDescription1.showmore .showlesslink {
            display: inline-block;
        }

        .key-personal-info p.plan-box-shortDescription.showmore .showmorelink,
        .key-personal-info p.plan-box-shortDescription1.showmore .showmorelink {
            display: none;
        }


/* Medical Infrastructure Popup  */

.medical-infra-popup .popup-body {
    padding-bottom: 25px;
}

.medical-infra-popup .accordion-main .panel-body {
    padding: 0 45px 15px;
}

.medical-infra-popup .faq-tab-inner .basic-details li {
    width: 50%;
    margin-top: 25px;
    list-style: decimal;
}

.medical-infra-popup .basic-details li p {
    margin-bottom: 0 !important;
    max-width: 65%;
    line-height: 22px !important;
}

.medical-infra-popup .basic-details li span.border {
    border: 1px solid #D8D8D8 !important;
    padding: 12px 20px;
    border-radius: 40px;
    max-width: 210px;
    display: block;
}

.medical-infra-popup .details > div:first-of-type {
    position: relative;
    padding-bottom: 5px;
}

    .medical-infra-popup .details > div:first-of-type::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #D8D8D8;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.medical-infra-popup .other-parameters ul li:nth-child(1),
.medical-infra-popup .other-parameters ul li:nth-child(2) {
    margin-top: 0;
}

.medical-infra-popup .content-height {
    max-height: 480px;
}

.medical-infra-popup .scroll-container {
    margin-bottom: 10px;
}

.sub-menu.submenu-list .card {
    border: 0px;
}

.health-submenu .collapse-toggle::after, .motor-submenu .collapse-toggle::after, .banca-submenu .collapse-toggle::after, .travel-submenu .collapse-toggle::after, .commercial-submenu .collapse-toggle::after, .goverment-submenu .collapse-toggle::after, .pmfby-submenu .collapse-toggle::after, .products-menu .collapse-toggle::after, .claims-menu .collapse-toggle::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    border: none;
    outline: none;
    background: url(./assets/images/icons/down-arrow.svg) no-repeat;
    background-size: 12px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.health-submenu .collapse-toggle.collapsed::after, .motor-submenu .collapse-toggle.collapsed::after, .banca-submenu .collapse-toggle.collapsed::after, .travel-submenu .collapse-toggle.collapsed::after, .commercial-submenu .collapse-toggle.collapsed::after, .goverment-submenu .collapse-toggle.collapsed::after, .pmfby-submenu .collapse-toggle.collapsed::after, .products-menu .collapse-toggle.collapsed::after, .claims-menu .collapse-toggle.collapsed::after {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

/* Dinesh 22-11-21 start  --this csss for header menu*/

.nav-list-details > li::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d8d8d8;
}


/* Dinesh 22-11-21 start */


/* ======== Media Query ============*/

@media (max-width: 1280px) and (min-width: 1200px) {
    .bottom-header-wrapper .header-logo img {
        width: 200px;
    }

    .know-more-download li {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

        .know-more-download li:first-child {
            margin-right: 40px !important;
            margin-bottom: 20px;
        }

    .know-more-download {
        justify-content: center;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .header-logo {
        max-width: 190px;
    }

    .top-header-wrapper .top-header-left > li:not(:last-of-type),
    .top-header-wrapper .top-header-right > li:not(:last-of-type),
    .bottom-header-wrapper .nav-list > li:not(:last-of-type) {
        margin-right: 15px;
    }

    .bottom-header-wrapper .nav-list .btn.call-me-btn {
        padding: 10px 20px 10px 40px;
        background-position: 16px center;
    }

    .container {
        padding: 0 30px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .tabs-main > .nav-tabs {
        margin-bottom: 25px;
    }

        .tabs-main > .nav-tabs .nav-link {
            font-size: 17px;
            line-height: 17px;
            padding: 12px 20px 12px 20px;
        }

    .btn {
        font-size: 16px;
        line-height: 20px;
    }
    /* .carousel .slick-prev,
    .carousel .slick-next {
        display: none !important;
    } */
    .carousel .slick-prev {
        left: -20px;
    }

    .carousel .slick-next {
        right: -20px;
    }

    .carousel .slick-dots li button:before {
        width: 8px;
        height: 8px;
        top: calc(50% - 4px);
        left: calc(50% - 4px);
    }

    .carousel .slick-dots li,
    .carousel .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .policy-status-form .tabs-main > .nav-tabs .nav-link {
        padding: 6px 15px 6px 15px;
        font-size: 15px;
    }

    .policy-status-form .tabs-main > .nav-tabs .nav-item .nav-link::before {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 30px;
        top: calc(50% - 15px);
        content: "";
    }

    .ngx-select__item {
        font-size: 14px;
    }

    .iti__country-list .iti__flag-box,
    .iti__country-list .iti__country-name,
    .iti__dial-code {
        font-size: 14px;
    }

    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag,
    .iti.separate-dial-code {
        width: 100%;
    }

    input[type="checkbox"] + label::before {
        width: 16px;
        height: 16px;
    }

    input[type="checkbox"]:checked + label::after {
        width: 16px;
        height: 16px;
        background-size: 10px;
    }

    input[type="checkbox"] + label {
        font-size: 12px;
    }

    .radio-data label {
        font-size: 12px;
        line-height: 15px;
    }

    .radio-data .checkmark {
        width: 20px;
        height: 20px;
    }

    .checkmark:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
    }

    .quick-view-main {
        flex-wrap: wrap;
    }

    .quick-view-section .achievements-bg {
        padding: 10px 16px;
    }

    .quick-view-main li {
        margin: 0px 40px;
    }

        .quick-view-main li img {
            width: 36px;
            margin-bottom: 7px !important;
        }

        .quick-view-main li h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .quick-view-main li p {
            font-size: 14px;
            line-height: 20px;
        }

    .policy-coverage-tabs-main .nav-tabs {
        margin-bottom: 0px !important;
    }

    .carousel.plan-box-wrapper {
        padding-bottom: 0;
    }

    .plan-box-wrapper .plan-box {
        margin: 15px 8px 20px 16px;
        box-shadow: 0px 0px 18px rgba(71, 71, 71, 0.1);
    }
    /* .policy-coverage-tabs-main .view-all-link {
        position: absolute;
        top: 100%;
        left: calc(50% - 47.5px);
        bottom: 40px;
        right: auto;
    } */
    .policy-coverage-tabs .tab-content .tab-pane .container {
        padding: 0 !important;
    }

    .trust-us-bg {
        background: url("./assets/images/trust-us-bg.png") repeat-x;
        background-size: 100%;
        margin: 30px 0 0 0;
    }

    .trust-us-box:nth-child(even) {
        margin-top: 70px !important;
    }

    .trust-us-main {
        justify-content: space-between !important;
        position: relative;
    }

    .trust-us-box {
        width: 150px;
        height: 127px;
        margin: 0 20px !important;
    }

        .trust-us-box img {
            width: 36px;
        }

        .trust-us-box p {
            font-weight: 500;
            line-height: 12px;
        }

    .what-is-insurance-section {
        flex-wrap: wrap;
        background: #fcf8f5;
        padding: 15px 50px 20px 50px !important;
        align-items: center;
    }

        .what-is-insurance-section::before {
            content: none;
        }

        .what-is-insurance-section .what-is-insurance-left {
            margin: 0 30px 0 0;
        }

            .what-is-insurance-section .what-is-insurance-left p {
                font-size: 12px;
                line-height: 20px;
            }

            .what-is-insurance-section .what-is-insurance-left li {
                width: 50% !important;
                margin-right: 0 !important;
                font-size: 14px;
                font-family: "montserrat-medium";
            }

                .what-is-insurance-section .what-is-insurance-left li img {
                    width: 32px;
                    margin-right: 8px !important;
                }

    .what-is-insurance-video-main {
        padding: 12px;
    }

        .what-is-insurance-video-main::before {
            z-index: 0;
        }

        .what-is-insurance-video-main .what-is-insurance-video {
            height: 210px;
        }

    .scenario-tabs > .container {
        padding: 0;
    }

    .scenario-tabs .tab-content .d-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .scenario-left-contnet {
        margin: 0 auto 25px auto !important;
    }

    .scenario-right-contnet {
        padding: 0 10px !important;
    }

    .view-all-plan-box-wrapper .nav-tabs {
        margin-bottom: 40px !important;
    }

    .view-all-plan-box-wrapper {
        padding: 0 15px;
    }
    /* .view-all-plan-box-wrapper .all-plans-wrapper .plan-box { max-width: 300px; position: relative; margin: 15px; } 
 .view-all-plan-box-wrapper .all-plans-wrapper .plan-box h5 { font-size: 23px; } */
    .faq-tab-main .nav-tabs .nav-link {
        font-size: 14px;
        padding: 11.5px 20px;
    }

    .faq-tab-main .nav-tabs .nav-item:first-child .nav-link {
        margin-left: auto;
    }

    .faq-tab-main .nav-tabs .nav-item:last-child .nav-link {
        margin-right: auto;
    }

    .know-more .bg-light-pink {
        padding: 48px 24px 48px 35px !important;
    }

    .know-more-download li {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

        .know-more-download li:first-child {
            margin-right: 40px !important;
            margin-bottom: 20px;
        }

    .know-more-download {
        justify-content: center;
    }

    .sections-link {
        padding: 0 10px;
    }

    .section-links-wrapper .container {
        padding: 0;
    }

    .section-links-wrapper .sections-link {
        max-width: 1360px;
        padding: 0;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .section-links-wrapper .sections-link::-webkit-scrollbar {
            display: none;
        }

    .sections-link li {
        margin: 0 15px !important;
        padding: 13px 15.5px;
        white-space: nowrap;
    }

        .sections-link li a {
            font-size: 14px;
        }

    .hospital-location-main .form-group {
        max-width: 40%;
    }

    .hospital-location-section.view-all .view-all-head-main .hospital-location-main {
        padding: 20px ​0 !important;
    }

        .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-head {
            display: none;
        }

    .hospital-location-section.view-all .hospitals-data {
        height: calc(100vh - 165px);
    }

    .hightlight-popup-hightlight-box {
        flex: 1;
    }

    .super-healthcare-popup .popup-body .data {
        width: 100%;
    }

    .policy-coverage-tabs .tab-content .tab-pane.active {
        overflow: hidden;
    }

    .policy-coverage-tabs .tab-content .plan-box-wrapper.view-all-plan-box-wrapper {
        padding: 0 50px !important;
    }

    .plan-box-wrapper.view-all-plan-box-wrapper .carousel .slick-prev {
        left: -35px;
    }

    .plan-box-wrapper.view-all-plan-box-wrapper .carousel .slick-next {
        right: -40px;
    }
    /* .plan-box-wrapper .plan-box p {
        min-height: 60px;
    } */
    .scenario-tabs .tab-content h4 {
        line-height: 30px;
        font-size: 26px;
    }

    .healthcare-ins-main > div {
        max-width: 20%;
    }

    .hospital-location-section {
        padding-bottom: 30px;
        margin-bottom: 0px;
        margin-top: 45px !important;
    }
}

@media (max-width: 991.2px) and (min-width: 769px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    h6 {
        font-size: 12px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        border: none;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        max-width: 1360px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        padding: 15px 16px 22px 16px;
        background: transparent;
        box-shadow: none;
        margin-bottom: 7px !important;
        width: 100% !important;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

        .policy-status-tabs .tabs-main > .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .policy-status-tabs .tabs-main > .nav-tabs li {
            margin: 0 20px 0 0;
            min-width: auto;
        }

            .policy-status-tabs .tabs-main > .nav-tabs li:last-of-type {
                margin: 0;
            }

        .policy-status-tabs .tabs-main > .nav-tabs .nav-link {
            border: 1px solid #CC0022;
            border-radius: 44px !important;
            -webkit-border-radius: 44px !important;
            -moz-border-radius: 44px !important;
            -ms-border-radius: 44px !important;
            -o-border-radius: 44px !important;
            white-space: nowrap;
        }

            .policy-status-tabs .tabs-main > .nav-tabs .nav-link.active {
                border: 1px solid transparent;
            }

        .policy-status-tabs .tabs-main > .nav-tabs .nav-item .nav-link::after,
        .tabs-main > .nav-tabs .nav-item .nav-link::after {
            content: none !important;
        }

    .main-banner-left h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-banner-left h5 {
        font-size: 12px;
        line-height: 15px;
    }

    .tabs-main > .nav-tabs {
        margin-bottom: 25px;
    }

        .tabs-main > .nav-tabs .nav-link {
            font-size: 14px;
            line-height: 17px;
        }

        .tabs-main > .nav-tabs li {
            width: auto;
            min-width: inherit;
        }

    .form-group {
        width: 100%;
    }

    .btn {
        font-size: 16px;
        line-height: 20px;
    }

    .carousel .slick-prev,
    .carousel .slick-next {
        display: none !important;
    }

    .carousel .slick-dots li button:before {
        width: 8px;
        height: 8px;
        top: calc(50% - 4px);
        left: calc(50% - 4px);
    }

    .carousel .slick-dots li,
    .carousel .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .ngx-select__item {
        font-size: 14px;
    }

    .iti__country-list .iti__flag-box,
    .iti__country-list .iti__country-name,
    .iti__dial-code {
        font-size: 14px;
    }

    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag,
    .iti.separate-dial-code {
        width: 100%;
    }

    input[type="checkbox"] + label::before {
        width: 20px;
        height: 20px;
    }

    input[type="checkbox"]:checked + label::after {
        width: 16px;
        height: 16px;
        background-size: 12px;
    }

    input[type="checkbox"] + label {
        font-size: 12px;
    }

    .radio-data label {
        font-size: 12px;
        line-height: 15px;
    }

    .radio-data .checkmark {
        width: 20px;
        height: 20px;
    }

    .checkmark:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
    }

    .breadcrumb {
        display: none;
    }

    .quick-view-main {
        flex-wrap: wrap;
    }

    .quick-view-section .achievements-bg {
        padding: 10px 16px;
    }

    .quick-view-main li {
        width: 50%;
        margin: 15px 0;
    }

        .quick-view-main li img {
            width: 36px;
            margin-bottom: 7px !important;
        }

        .quick-view-main li h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .quick-view-main li p {
            font-size: 12px;
            line-height: 16px;
        }

    .policy-coverage-tabs-main .nav-tabs {
        margin-bottom: 0px !important;
    }

    .carousel.plan-box-wrapper {
        padding-bottom: 0;
    }

    .plan-box-wrapper .plan-box {
        margin: 15px 8px 20px 16px;
        box-shadow: 0px 0px 18px rgba(71, 71, 71, 0.1);
    }

    .plan-box-wrapper .plan-image-box img {
        max-width: 90%;
        top: 61%;
    }

    .policy-coverage-tabs-main .view-all-link {
        position: absolute;
        top: 100%;
        left: calc(50% - 47.5px);
        bottom: 0px;
        right: auto;
    }

    .policy-coverage-tabs .tab-content .tab-pane .container {
        padding: 0 !important;
    }

    .trust-us-bg {
        background: #fcf8f4 url("./assets/images/trust-us-bg.png") repeat-x, url("./assets/images/trust-us-bg.png") repeat-x;
        background-position: center top, center bottom;
        background-size: contain;
        margin: 30px 0 0 0;
    }

    .trust-us-main {
        justify-content: space-between !important;
        position: relative;
    }

    .trust-us-box {
        width: 132px;
        height: 110px;
        margin: 0 !important;
    }

        .trust-us-box:nth-child(even) {
            margin-top: 70px !important;
        }
        /* .trust-us-box:nth-child(1),
    .trust-us-box:nth-child(2) {
        margin-bottom: 110px !important;
    } */
        .trust-us-box img {
            width: 36px;
        }

        .trust-us-box h5 {
            font-size: 20px;
        }

        .trust-us-box p {
            font-size: 10px;
            font-weight: 500;
            line-height: 12px;
        }

    .what-is-insurance-section {
        flex-wrap: wrap;
        background: #fcf8f5;
        padding: 15px 13px 20px 13px !important;
    }

        .what-is-insurance-section::before {
            content: none;
        }

        .what-is-insurance-section .what-is-insurance-left {
            margin: 0 0 30px 0;
        }

            .what-is-insurance-section .what-is-insurance-left p {
                text-align: center;
                font-size: 12px;
                line-height: 15px;
            }

            .what-is-insurance-section .what-is-insurance-left li {
                width: 50%;
                margin-right: 0 !important;
                font-size: 14px;
                font-family: "montserrat-medium";
            }

                .what-is-insurance-section .what-is-insurance-left li img {
                    width: 32px;
                    margin-right: 8px !important;
                }

    .what-is-insurance-video-main {
        padding: 12px;
    }

        .what-is-insurance-video-main::before {
            z-index: 0;
        }

        .what-is-insurance-video-main .what-is-insurance-video {
            height: 210px;
        }

    .scenario-main-section {
        padding: 0 !important;
        margin-top: 40px;
    }

    .scenario-tab-main {
        margin-top: 0 !important;
        padding: 0px !important;
        background: #f8f8f8;
        padding-bottom: 30px !important;
    }

    .scenario-tabs {
        flex-wrap: wrap;
    }

        .scenario-tabs .nav-tabs {
            width: 100%;
            margin: 0;
            flex-direction: row !important;
            flex-wrap: unset;
        }

        .scenario-tabs > .container {
            padding: 0;
        }

        .scenario-tabs > .nav-tabs {
            max-width: 1360px;
            overflow-x: auto;
            flex-wrap: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .scenario-tabs > .nav-tabs {
            padding: 15px 16px 22px 16px;
            background: transparent;
            box-shadow: none;
        }

            .scenario-tabs > .nav-tabs::-webkit-scrollbar {
                display: none;
            }

        .scenario-tabs .nav-tabs .nav-item {
            margin-right: 15px;
        }

            .scenario-tabs .nav-tabs .nav-item .nav-link {
                padding: 6px 40px !important;
                background: #ffffff;
                border: 1px solid #cc0022;
                box-sizing: border-box;
                border-radius: 42px;
                color: #828282;
                font-size: 12px;
            }

                .scenario-tabs .nav-tabs .nav-item .nav-link span + span {
                    white-space: nowrap;
                    margin: 0;
                    font-size: 14px;
                    line-height: 18px;
                }

                .scenario-tabs .nav-tabs .nav-item .nav-link.active {
                    background: #ffdcd8;
                    border-color: #ffdcd8;
                }

        .scenario-tabs .tab-content {
            padding: 0 10px;
        }

            .scenario-tabs .tab-content h4 {
                line-height: 25px;
                text-align: center;
            }

            .scenario-tabs .tab-content .d-flex {
                flex-wrap: wrap;
                justify-content: center;
            }

    .scenario-left-contnet {
        margin: 0 auto 25px auto !important;
        width: 220px;
        height: 220px;
    }

    .scenario-right-contnet {
        padding: 0 10px !important;
    }

    .scenario-main-section .explore-plan-btn {
        position: relative;
        left: auto;
        top: 0;
        margin: 15px auto 0px auto;
        display: table;
    }

    .policy-number-tooltip {
        left: 0;
    }

    .custome-tooltip-main:hover .policy-number-tooltip {
        width: 180px;
    }

    .faq-section > .container {
        padding: 0;
    }

    .faq-tab-main > .nav-tabs {
        max-width: 1360px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .faq-tab-main > .nav-tabs {
        margin-bottom: 20px;
        padding: 0 16px;
    }

        .faq-tab-main > .nav-tabs::-webkit-scrollbar {
            display: none;
        }

    .faq-tab-inner .accordion-main .card-header {
        padding: 12px 14px 12px 16px;
    }

    .faq-tab-inner .accordion-main .panel-title .btn-link {
        font-size: 14px;
        text-align: left;
        padding: 0 25px 0 15px;
    }

        .faq-tab-inner .accordion-main .panel-title .btn-link::before {
            width: 4px;
            height: 4px;
            top: calc(50% - 2px);
        }

        .faq-tab-inner .accordion-main .panel-title .btn-link::after {
            width: 20px;
            height: 20px;
        }

    .faq-tab-inner .accordion-main .panel-body p {
        font-size: 12px;
        line-height: 162.6%;
    }

    .faq-tab-inner .accordion-main .panel-body {
        padding: 0 16px 15px 33px;
    }

    .faq-tab-main .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 17px;
        padding: 11.5px 20px;
        white-space: nowrap;
    }

    .faq-tab-main .tab-content {
        padding: 0 16px;
    }

    .buy-now-plan-highlight-main {
        padding: 0;
    }

    .buy-now-plan-highlight {
        padding: 10px 20px 34px 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 0 0 30px 30px;
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        -ms-border-radius: 0 0 30px 30px;
        -o-border-radius: 0 0 30px 30px;
    }

        .buy-now-plan-highlight h6 {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
            margin-top: 15px;
        }

        .buy-now-plan-highlight ul {
            order: 3;
            margin: 30px 0;
            display: none;
        }

        .buy-now-plan-highlight .plan-preview {
            border: 1px solid #cc0022;
            border-radius: 40px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            background: transparent;
            font-size: 10px;
            margin: 0 !important;
        }

        .buy-now-plan-highlight .view-all-link {
            font-size: 14px;
            top: auto;
            right: auto;
            position: relative;
            order: 4;
            display: none;
        }

        .buy-now-plan-highlight .slide-down {
            position: absolute;
            top: auto;
            right: 0;
            left: 0;
            bottom: 5px;
            width: 22px;
            z-index: 5;
            display: table;
            margin: 0 auto;
            padding: 5px;
            transform-origin: center;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transition: 0.2s;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
        }

        .buy-now-plan-highlight li {
            line-height: 20px;
            font-size: 14px !important;
            padding-left: 25px !important;
            margin-bottom: 14px !important;
        }

            .buy-now-plan-highlight li::before {
                top: 3px;
                background-size: 18px !important;
                width: 18px;
                height: 18px;
            }

            .buy-now-plan-highlight li:last-child {
                margin-bottom: 0 !important;
            }

        .buy-now-plan-highlight ul.active,
        .buy-now-plan-highlight ul.active ~ .view-all-link {
            display: block;
        }

            .buy-now-plan-highlight ul.active ~ .slide-down {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                -o-transition: 0.2s;
            }

    .policy-coverage-section {
        padding: 40px 0 30px 0;
    }
    /* .policy-coverage-section>.container {
        padding-right: 0;
    } */
    .policy-coverage-tabs .nav-tabs .nav-item {
        width: auto;
        min-width: auto;
    }

    .policy-coverage-tabs .nav-tabs {
        margin-bottom: 0;
    }

    .offers-policy-main {
        margin-top: 20px;
    }

        .offers-policy-main > .container {
            padding: 0;
        }
    /* .policy-cards .slide {
        padding-bottom: 0;
    } */
    /* .policy-cards .card .card-body {
        padding-bottom: 0;
    } */
    .policy-cards .card .card-body span {
        font-size: 16px;
        line-height: 20px;
    }

    .policy-cards .card .card-body p {
        font-size: 14px;
        line-height: 27px;
    }

    .policy-cards .card {
        min-height: auto;
        margin: 30px 0 10px 0;
        box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
    }

    .policy-cards .slick-dotted.slick-slider {
        margin-bottom: 40px;
        padding: 0 16px 0 16px;
    }

    .policy-cards .carousel .slick-dots {
        bottom: -35px;
    }

    .policy-coverage-tabs .tab-content .tab-pane.active {
        overflow: hidden;
    }

    .accept-tnc {
        position: relative;
        bottom: auto;
        margin-top: 20px !important;
    }

    .know-more .bg-light-pink {
        box-shadow: 7px 7px 0px #ffe9d4;
        padding: 30px 20px !important;
    }

    .policy-claim-steps-section {
        padding: 40px 0;
    }

    .policy-steps .card {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
    }

        .policy-steps .card .card-body {
            padding-left: 5px !important;
        }

        .policy-steps .card img {
            width: 150px;
            margin: 0 10px 0 0;
        }

        .policy-steps .card .step-number {
            width: 20px;
            height: 20px;
            font-size: 12px;
        }

        .policy-steps .card span:nth-of-type(2) {
            font-size: 16px;
            line-height: 20px;
        }

        .policy-steps .card p {
            font-size: 12px;
            line-height: 18px;
            overflow-wrap: anywhere;
        }

    .policy-claim-tabs .nav-tabs .nav-item {
        width: auto;
        min-width: auto;
    }

    .cashless-steps-main,
    .reimbursement-steps-main {
        background: url("./assets/images/policy-claim-steps/renew-policy-steps-mob.png") no-repeat, url("./assets/images/policy-claim-steps/.brand-partner-section-mob.png") no-repeat;
        background-position: 70px 27%, 70px 68%;
    }

    .hospital-location-section.view-all {
        overflow-y: hidden;
    }

        .hospital-location-section.view-all .view-all-head-main .hospital-location-main {
            padding: 20px ​0 !important;
        }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-head {
                display: none;
            }

        .hospital-location-section.view-all .hospitals-data {
            height: calc(100vh - 165px);
        }

    .hospitals-data li.slide {
        padding: 24px 0 24px 15px;
    }

    .resources-faq .faq-tab-main > .nav-tabs {
        justify-content: flex-start;
    }

        .resources-faq .faq-tab-main > .nav-tabs li:not(:last-of-type) {
            margin-right: 15px !important;
        }

    .activities-images-slider {
        max-width: 100%;
        width: 100%;
    }

        .activities-images-slider h5 {
            font-size: 10px;
            line-height: 12px;
        }

        .activities-images-slider .card {
            margin: 0 10px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            height: auto;
        }

    .activiti-img {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .activities-images-slider .carousel {
        box-shadow: none !important;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .activiti .lable {
        font-size: 10px;
    }

    .activities-images-slider .carousel .slick-dots {
        bottom: -35px;
    }

    .awareness-activities .container {
        padding-right: 0;
    }

    .downloads-tabs-main .nav-tabs {
        justify-content: center;
    }

        .downloads-tabs-main .nav-tabs li:not(:last-of-type) {
            margin-right: 0;
        }

    .downloads-main .container {
        padding: 0;
    }

    .downloads-tabs-main .tab-content {
        padding: 0;
    }

    .downloads-tables .table-main tbody th:first-of-type,
    .downloads-tables .table-main tbody td:first-of-type {
        width: auto;
    }

    .downloads-tables .table-main tbody td {
        padding: 6.5px 20px;
    }

    .downloads-tables .table-main thead th {
        padding: 15px 20px;
    }

    .back-btn {
        position: absolute;
        top: auto;
        left: 16px;
    }

    .product-card .hightlight-popup-tabs-main .nav-tabs li a,
    .product-card .hightlight-popup-tabs-main .nav-tabs li.active a {
        font-size: 14px;
    }

    .product-card .hightlight-popup-tabs-main .nav-tabs li:not(:last-of-type) {
        margin-right: 15px;
    }
    /* Footer */
    .top-footer {
        padding: 16px 0 0 0;
    }

    .all-policies-wrapper {
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
    }

        .all-policies-wrapper .all-policies-head {
            background-color: #1E2833;
            position: relative;
        }

    .all-policies-head::after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        right: calc(100% - 95%);
        width: 10px;
        height: 10px;
        background: url(./assets/images/footer/white-arrow.svg) no-repeat center;
    }

    .all-policies-wrapper.active .all-policies-head {
        background-color: #f8f9fa;
    }

        .all-policies-wrapper.active .all-policies-head::after {
            background: url(./assets/images/footer/black-arrow.svg) no-repeat center;
        }

    .all-policies-wrapper.active .all-policies-data {
        background-color: #1E2833;
    }

    .all-policies-data > li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .all-policies-data > li > ul li a {
        color: #D5D5D5;
        font-size: 12px;
        line-height: 30px;
    }

    .all-policies-data > li > ul li {
        position: relative;
        padding-right: 6px;
        margin-right: 6px;
    }

        .all-policies-data > li > ul li:last-of-type {
            padding-right: 0;
            margin-right: 0;
        }

        .all-policies-data > li > ul li:not(:last-of-type):after {
            content: '';
            width: 0.5px;
            height: 20px;
            position: absolute;
            top: 3px;
            right: 0;
            background-color: #626262;
        }

    .footer-main-links {
        width: 100%;
    }

        .footer-main-links > li {
            width: 100%;
            padding-bottom: 2px;
            margin: 0 0 16px 0;
            position: relative;
        }

            .footer-main-links > li:last-of-type {
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .footer-main-links > li:not(:last-of-type)::after,
            .mobile-footer .connect-us::after,
            .mobile-footer .container > p.fs-12::after {
                content: '';
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #d8d8d8;
            }

        .footer-main-links li > span {
            font-size: 16px !important;
            line-height: 20px;
            margin-bottom: 13px;
        }

        .footer-main-links li .links > ul {
            width: 48%;
        }

            .footer-main-links li .links > ul:first-of-type {
                margin-right: 20px;
            }

    .footer-main .bg-gray p.fs-14 {
        font-size: 10px !important;
        line-height: 14px;
        max-width: 90%;
        margin: 0 auto;
    }

    .mobile-footer .social-media-icons li:not(:last-of-type) {
        margin-right: 16px;
    }

    .mobile-footer .social-media-icons li img {
        width: 32px;
    }

    .mobile-footer .subscribr-newsletter form input,
    .mobile-footer .subscribr-newsletter form .form-control:focus {
        background: #fff;
        color: #707070;
    }

    .mobile-footer .subscribr-newsletter form button {
        top: calc(50% - 15px);
    }

    .mobile-footer .download-app a img {
        max-height: 40px;
    }

    .mobile-footer .address-details {
        line-height: 20px;
    }
    /* Header */
    header {
        width: 100%;
        background: #FFFF;
        max-width: inherit;
        border-radius: 0;
        transition: .5s;
        overflow: hidden;
        /* position: absolute; top: 0; left: 0; z-index: 10; */
    }

        header.active {
            overflow: auto;
            height: 100vh;
        }

        header .navbar {
            padding: 0;
        }

    .home-sidenav-main div.bg-light-gray {
        padding: 8px 16px;
    }

    header .navbar .navbar-brand {
        max-width: 125px;
        margin-right: auto;
    }

    .home-sidenav-main .navbar-toggler {
        padding: 7px 0;
        outline: none;
        width: auto;
        height: auto;
    }

    .home-sidenav-main span.navbar-toggler-icon {
        margin: 0;
        width: 17px;
        height: 13px;
        border-top: none;
        border-bottom: none;
        background: 0 0;
        position: relative;
        line-height: normal;
        display: block;
    }

        .home-sidenav-main span.navbar-toggler-icon::before,
        .home-sidenav-main span.navbar-toggler-icon::after {
            content: '';
            position: absolute;
            top: calc(50% - .5px);
            left: 2px;
            width: 100%;
            height: 1px;
            background: #303030;
            transform-origin: center;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .home-sidenav-main span.navbar-toggler-icon::before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .home-sidenav-main span.navbar-toggler-icon::after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

    .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon {
        border-top: 1px solid #303030;
        border-bottom: 1px solid #303030;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

        .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon::before,
        .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon::after {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }

    .home-sidenav-main .navbar-collapse {
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        font-size: 0;
        background: #FFF;
        padding-bottom: 16px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    header.active .navbar-collapse {
        animation: .35s slideDown linear;
        -webkit-animation: .35s slideDown linear;
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-2%);
            -webkit-transform: translateY(-2%);
            -moz-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
            -o-transform: translateY(-2%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    @-webkit-keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-2%);
            -webkit-transform: translateY(-2%);
            -moz-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
            -o-transform: translateY(-2%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    .home-sidenav-main .navbar-collapse.show {
        flex-wrap: wrap;
        /* height: calc(100vh - 60px); */
        overflow: auto;
    }

    .home-sidenav-main .login-in-premium {
        padding: 14px 16px 28px 16px;
        background: linear-gradient(90deg, #E0EAFC 0%, #CFDEF3 100%);
    }

        .home-sidenav-main .login-in-premium > h6 {
            max-width: 90%;
            text-align: left;
            line-height: 22px;
        }

        .home-sidenav-main .login-in-premium ul li {
            position: relative;
        }

            .home-sidenav-main .login-in-premium ul li:first-of-type {
                padding-right: 20px;
                margin-right: 20px;
            }

                .home-sidenav-main .login-in-premium ul li:first-of-type::after,
                .nav-bottom li:first-of-type::after {
                    content: '';
                    width: 1px;
                    height: 40px;
                    background-color: #B5D0FA;
                    position: absolute;
                    top: 3px;
                    right: 0;
                }

            .home-sidenav-main .login-in-premium ul li span {
                text-decoration: underline;
            }

    .home-sidenav-main .nav-list-details {
        padding: 0 16px;
    }

        .home-sidenav-main .nav-list-details a.main-menu,
        .nav-list-details .main-menu .panel-title .btn {
            color: #3E3E3E;
            font-weight: 600;
            font-family: 'montserrat-bolder';
            font-size: 14px;
            line-height: 17px;
        }

    .nav-list-details .btn-link.focus,
    .nav-list-details .btn-link:focus {
        text-decoration: none;
    }

    .nav-list-details > li {
        padding: 20px 0;
        position: relative;
    }

    .nav-list-details .main-menu .card {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .nav-list-details .main-menu .panel-title .btn,
    .nav-list-details .main-menu .card-body,
    .nav-list-details .main-menu .card-header {
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .home-sidenav-main .nav-list-details .sub-menu .submenu-list a:not(.explore-plans) {
        font-size: 12px;
        line-height: 32px;
        color: #75757C;
        font-weight: 400;
        font-family: 'montserrat-medium';
    }

    .nav-list-details .sub-menu .card {
        position: relative;
        padding: 20px 0;
    }

    .nav-list-details .sub-menu .pmfby-list .card {
        padding-bottom: 0;
    }

        .nav-list-details .sub-menu .pmfby-list .card::after {
            display: none;
        }

    .nav-list-details .sub-menu .submenu-list {
        padding-left: 26px;
    }

    .menus .card .panel-heading .panel-title .btn,
    .products-menu .sub-menu .card .panel-heading .category-heading {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .menus .main-menu .card .panel-heading .panel-title .btn::after,
    .menus .sub-menu .card .panel-heading .category-heading::after {
        content: '';
        position: absolute;
        right: 0px;
        top: calc(100% - 20px);
        width: 24px;
        height: 24px;
        background: url('./assets/images/icons/faq-icon.svg') no-repeat;
        background-size: 100% !important;
        transform-origin: center;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .menus .main-menu.panel.panel-open .panel-title .btn::after,
    .menus .sub-menu .panel.panel-open .panel-title .category-heading::after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .goverment-list .card .panel-heading .category-heading::after,
    .pmfby-list .card .panel-heading .category-heading::after {
        display: none;
    }

    .claims-menu .submenu-list li {
        padding: 15px 0;
    }

        .claims-menu .submenu-list li:last-of-type {
            padding-bottom: 0;
        }

    .nav-list-details .goverment-list .panel-body,
    .nav-list-details .pmfby-list .panel-body {
        display: none;
    }

    .nav-bottom {
        width: 100%;
        margin-top: 60px;
    }

        .nav-bottom li {
            position: relative;
        }

            .nav-bottom li:first-of-type {
                margin-right: 16px;
                padding-right: 16px;
            }

                .nav-bottom li:first-of-type::after {
                    top: -5px;
                    height: 24px;
                    background-color: #d8d8d8;
                }

    .medical-infra-popup .popup-body {
        padding: 0 16px 16px 16px;
    }

    .medical-infra-popup .faq-tab-inner .basic-details li {
        width: 100%;
        margin-top: 14px !important;
    }

    .medical-infra-popup .basic-details li span.border {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .medical-infra-popup .basic-details li p {
        max-width: 100%;
        line-height: 17px !important;
    }

    .medical-infra-popup .details > div:first-of-type img {
        width: 32px;
        height: 32px;
    }

    .medical-infra-popup .details > div:first-of-type h6 {
        padding: 0;
    }
    /* Dinesh 21-11-2021 (5:21) */
    .section-links-wrapper .sections-link {
        max-width: 1360px;
        padding: 0 15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .section-links-wrapper .sections-link::-webkit-scrollbar {
            display: none;
        }

    .policy-steps .card {
        width: 100% !important;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
    }

        .policy-steps .card .card-body {
            padding-left: 5px !important;
        }

        .policy-steps .card img {
            width: 150px;
            margin: 0 10px 0 0;
        }

        .policy-steps .card .step-number {
            width: 20px;
            height: 20px;
            font-size: 12px;
        }

        .policy-steps .card span:nth-of-type(2) {
            font-size: 16px;
            line-height: 20px;
        }

        .policy-steps .card p {
            font-size: 12px;
            line-height: 18px;
            overflow-wrap: anywhere;
        }

    .cashless-steps-main,
    .reimbursement-steps-main {
        background: url("./assets/images/policy-claim-steps/renew-policy-steps-mob.png") no-repeat, url("./assets/images/policy-claim-steps/.brand-partner-section-mob.png") no-repeat !important;
        background-position: 50px 27%, 50px 68% !important;
    }
    /* Dinesh 21-11-2021 (5:21) */
    .hospital-location-main .select-city .ngx-select {
        width: 100%;
    }

    .scrolling-tabs-nav {
        padding: 5px 10px;
    }

    .scrolling-tabs-main li.scrolling-tabs {
        max-width: 250px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .scrolling-tabs-nav::before,
    .scrolling-tabs-nav::after {
        width: 30px;
        background: none;
    }

    .slick-layered-slider {
        width: 100%;
    }

    .sections-link li a {
        font-size: 14px;
    }

    .hightlight-popup .popup-head {
        padding: 15px 20px 10px;
        text-align: left;
    }

        .hightlight-popup .popup-head h5 {
            line-height: 25px;
            font-size: 18px;
            max-width: 400px;
        }

    .hightlight-popup-hightlight-box .hightlight-box-head {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 16px;
    }

    .super-healthcare-popup .hightlight-popup-hightlight-box {
        padding: 16px 16px 0 16px;
        margin: 0;
        border: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: #F4F4F4;
    }

    .super-healthcare-popup .hightlight-popup-tabs-main p.fs-16 {
        font-size: 14px;
    }

    .hightlight-popup .content-height {
        max-height: calc(100vh - 180px);
        height: auto;
    }

    .super-healthcare-popup .popup-body {
        max-height: calc(100% - 80px);
        padding: 10px 0 0 0;
    }

        .super-healthcare-popup .popup-body .data {
            width: 100%;
        }

    .super-healthcare-popup .hightlight-popup-left-main {
        flex: auto;
        margin: 0 auto;
        width: 100%;
        padding: 0 16px 20px 16px;
    }

    .hightlight-popup .hightlight-popup-tabs-main .nav-tabs {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 15px;
        justify-content: start;
    }

    .super-healthcare-popup .hightlight-popup-tabs-main .card .panel-heading .btn {
        padding: 10px 15px 10px 30px;
    }

    .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .panel-title .btn::after {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    .hightlight-box-download li a {
        background: #DADCDC;
    }

    .super-healthcare-popup .popup-body .data p {
        font-size: 14px;
    }

    .what-iob-main p {
        line-height: 30px;
        max-width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    .hospital-location-main h5 {
        line-height: 23px;
    }
    /* .know-more-heading {
        width: 100%;
    } */
    .know-more-sec3 .know-more-heading > h4 {
        margin-bottom: 0 !important;
    }

    .know-more-download {
        width: auto !important;
        padding-left: 0;
        margin: 0 auto;
    }

    .healthcare-ins-main {
        width: 100% !important;
    }

        .healthcare-ins-main > div {
            max-width: 25%;
        }
}

@media (max-width: 768px) and (min-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .labeldText {
        border: none;
        cursor: not-allowed;
        background-color: #ffffff;
        font-size: 17px;
        font-weight: 900;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    h6 {
        font-size: 12px;
    }

    .row.panel-button {
        margin-top: 80px;
    }

    .panel-group a {
        font-size: 12px;
        color: #707070;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .mw-350 {
        max-width: 350px;
    }

    .page-header {
        padding: 20px 0;
    }

        .page-header h1 {
            font-size: 16px;
        }

    .form-control {
        font-size: 14px;
        max-height: 40px;
    }

    .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        border: none;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        max-width: 1360px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        padding: 15px 16px 22px 16px;
        background: transparent;
        box-shadow: none;
        margin-bottom: 7px !important;
        width: 100% !important;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

        .policy-status-tabs .tabs-main > .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .policy-status-tabs .tabs-main > .nav-tabs li {
            margin: 0 20px 0 0;
            min-width: auto;
        }

            .policy-status-tabs .tabs-main > .nav-tabs li:last-of-type {
                margin: 0;
            }

        .policy-status-tabs .tabs-main > .nav-tabs .nav-link {
            border: 1px solid #CC0022;
            padding: 11px 15px 11px 60px;
            border-radius: 44px !important;
            -webkit-border-radius: 44px !important;
            -moz-border-radius: 44px !important;
            -ms-border-radius: 44px !important;
            -o-border-radius: 44px !important;
            white-space: nowrap;
        }

    .policy-status-form .tabs-main > .nav-tabs .nav-item .nav-link::before {
        left: 24px;
        width: 24px;
        top: 10px;
        background-repeat: no-repeat !important;
    }

    .policy-status-tabs .tabs-main > .nav-tabs .nav-link.active {
        border: 1px solid transparent;
    }

    .policy-status-tabs .tabs-main > .nav-tabs .nav-item .nav-link::after,
    .tabs-main > .nav-tabs .nav-item .nav-link::after {
        content: none !important;
    }

    .main-banner-left h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .main-banner-left h5 {
        font-size: 12px;
        line-height: 15px;
    }

    .tabs-main > .nav-tabs {
        margin-bottom: 25px;
    }

        .tabs-main > .nav-tabs .nav-link {
            font-size: 14px;
            line-height: 17px;
            min-width: 180px;
        }

        .tabs-main > .nav-tabs li {
            width: auto;
            min-width: inherit;
        }

    .form-control::placeholder,
    .select-control .ngx-select .ngx-select__placeholder {
        font-size: 13.5px;
    }

    .form-group {
        width: 100%;
    }

    .select-control .ngx-select .ngx-select__selected-single {
        font-size: 14px;
        font-family: "montserrat-medium";
    }

    .select-control .ngx-select .ngx-select__placeholder {
        line-height: 20px;
    }

    .btn {
        font-size: 16px;
        line-height: 20px;
        padding: 9px 20px;
    }

    .intl-tel-number {
        padding: 9.5px ​20px;
    }

    .carousel .slick-prev,
    .carousel .slick-next {
        display: none !important;
    }

    .carousel .slick-dots li button:before {
        width: 8px;
        height: 8px;
        top: calc(50% - 4px);
        left: calc(50% - 4px);
    }

    .carousel .slick-dots li,
    .carousel .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .ngx-select__item {
        font-size: 14px;
    }

    .iti__country-list .iti__flag-box,
    .iti__country-list .iti__country-name,
    .iti__dial-code {
        font-size: 14px;
    }

    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag,
    .iti.separate-dial-code {
        width: 100%;
    }

        .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 input,
        .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 input,
        .iti.separate-dial-code input,
        .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
            padding-left: 50px !important;
            font-size: 14px;
        }

    .iti .selected-dial-code {
        display: none;
    }

    input[type="checkbox"] + label::before {
        width: 20px;
        height: 20px;
    }

    input[type="checkbox"]:checked + label::after {
        width: 20px;
        height: 20px;
        background-position: center;
        top: 0px;
    }

    input[type="checkbox"] + label {
        font-size: 12px;
    }

    .radio-data label {
        font-size: 12px;
        line-height: 15px;
    }

    .radio-data .checkmark {
        width: 20px;
        height: 20px;
    }

    .checkmark:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
    }

    .breadcrumb {
        display: none;
    }

    .quick-view-main {
        flex-wrap: wrap;
    }

    .quick-view-section .achievements-bg {
        padding: 10px 16px;
    }

    .quick-view-main li {
        width: 175px;
        margin: 15px 0;
    }

        .quick-view-main li img {
            width: 36px;
            margin-bottom: 7px !important;
        }

        .quick-view-main li h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .quick-view-main li p {
            font-size: 10px;
            line-height: 16px;
        }

    .policy-coverage-tabs-main .nav-tabs {
        margin-bottom: 20px !important;
    }

    .carousel.plan-box-wrapper {
        padding-bottom: 0;
    }

    .plan-box-wrapper .plan-box {
        margin: 15px 8px 20px 16px;
        box-shadow: 0px 0px 18px rgba(71, 71, 71, 0.1);
    }

    .plan-box-wrapper .plan-image-box img {
        max-width: 80%;
        top: 61%;
    }

    .policy-coverage-tabs-main .view-all-link {
        position: absolute;
        top: auto;
        left: calc(50% - 47.5px);
        bottom: 0px;
        right: auto;
    }

    .trust-us-bg {
        background: #fcf8f4 url("./assets/images/trust-us-bg.png") repeat-x, url("./assets/images/trust-us-bg.png") repeat-x;
        background-position: center top, center bottom;
        background-size: contain;
        margin: 30px 0 0 0;
    }

    .trust-us-main {
        justify-content: space-between !important;
        position: relative;
    }

    .trust-us-box {
        width: 132px;
        height: 110px;
        margin: 0 !important;
    }
        /* .trust-us-box:nth-child(1),
    .trust-us-box:nth-child(2) {
        margin-bottom: 110px !important;
    } */
        .trust-us-box img {
            width: 36px;
        }

        .trust-us-box h5 {
            font-size: 20px;
        }

        .trust-us-box p {
            font-size: 10px !important;
            font-weight: 500 !important;
            line-height: 12px !important;
        }

        .trust-us-box:nth-child(even) {
            margin-top: 70px !important;
        }

    .what-is-insurance-section {
        flex-wrap: wrap;
        background: #fcf8f5;
        padding: 30px 30px 20px 30px !important;
    }

        .what-is-insurance-section::before {
            content: none;
        }

        .what-is-insurance-section .what-is-insurance-left {
            margin: 0 30px 0 0;
        }

        .what-is-insurance-section .what-is-insurance-right {
            width: 350px;
        }

        .what-is-insurance-section .what-is-insurance-left p {
            text-align: center;
            font-size: 12px;
            line-height: 15px;
        }

        .what-is-insurance-section .what-is-insurance-left li {
            width: 50% !important;
            margin-right: 0 !important;
            font-size: 14px;
            font-family: "montserrat-medium";
        }

            .what-is-insurance-section .what-is-insurance-left li img {
                width: 32px;
                margin-right: 8px !important;
            }

    .what-is-insurance-video-main {
        padding: 12px;
    }

        .what-is-insurance-video-main::before {
            z-index: 0;
        }

        .what-is-insurance-video-main .what-is-insurance-video {
            height: 210px;
        }

    .scenario-main-section {
        padding: 0 !important;
        margin-top: 40px;
    }

    .scenario-tab-main {
        margin-top: 0 !important;
        padding: 0px !important;
        background: #f8f8f8;
        padding-bottom: 30px !important;
    }

    .scenario-tabs {
        flex-wrap: wrap;
    }

        .scenario-tabs .nav-tabs {
            width: 100%;
            margin: 0;
            flex-direction: row !important;
            flex-wrap: unset;
        }

        .scenario-tabs > .container {
            padding: 0;
        }

        .scenario-tabs > .nav-tabs {
            max-width: 1360px;
            overflow-x: auto;
            flex-wrap: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .scenario-tabs > .nav-tabs {
            padding: 15px 16px 22px 16px;
            background: transparent;
            box-shadow: none;
            margin-bottom: 10px;
        }

            .scenario-tabs > .nav-tabs::-webkit-scrollbar {
                display: none;
            }

        .scenario-tabs .nav-tabs .nav-item {
            margin-right: 15px;
            white-space: nowrap;
        }

            .scenario-tabs .nav-tabs .nav-item .nav-link {
                padding: 6px 40px !important;
                background: #ffffff;
                border: 1px solid #cc0022;
                box-sizing: border-box;
                border-radius: 42px;
                color: #828282;
                font-size: 12px;
            }

                .scenario-tabs .nav-tabs .nav-item .nav-link span + span {
                    white-space: nowrap;
                    margin: 0;
                    font-size: 14px;
                    line-height: 18px;
                }

                .scenario-tabs .nav-tabs .nav-item .nav-link.active {
                    background: #ffdcd8;
                    border-color: #ffdcd8;
                }

        .scenario-tabs .tab-content {
            padding: 0 30px;
        }

            .scenario-tabs .tab-content h4 {
                line-height: 25px;
                text-align: center;
            }

            .scenario-tabs .tab-content .d-flex {
                flex-wrap: wrap;
                justify-content: center;
            }

    .scenario-left-contnet {
        margin: 0 auto 25px auto !important;
    }

    .scenario-right-contnet {
        padding: 0 10px !important;
    }

    .scenario-main-section .explore-plan-btn {
        position: relative;
        left: auto;
        top: 0;
        margin: 15px auto 0px auto;
        display: table;
    }

    .modal .modal-dialog {
        max-width: 80%;
    }

    .hightlight-popup .popup-head {
        padding: 30px 30px 20px 30px;
    }

        .hightlight-popup .popup-head .close {
            width: 22px;
            right: 10px;
            top: 10px;
        }

        .hightlight-popup .popup-head h5 {
            font-size: 16px;
            line-height: 20px;
        }

    .hightlight-popup .popup-body {
        padding: 0;
        max-height: 80vh;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .hightlight-popup-left-main {
        flex: 1;
        margin-right: 0;
        width: 100%;
    }

    .hightlight-popup .hightlight-popup-tabs-main .nav-tabs {
        margin-bottom: 15px;
        min-width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .hightlight-popup-hightlight-box {
        margin: 30px auto 10px auto;
        max-width: 100%;
        min-width: 90%;
    }

    .hightlight-popup .popup-body h6 {
        padding: 0 15px;
    }

    .hightlight-claim-process {
        padding-left: 15px;
    }

    .thankyou-popup-main {
        padding: 30px 30px 30px 30px !important;
    }

        .thankyou-popup-main h2 {
            font-size: 22px !important;
        }

        .thankyou-popup-main p {
            font-size: 16px !important;
            margin-bottom: 15px !important;
        }

        .thankyou-popup-main .close {
            font-size: 16px !important;
        }

    .share-location-popup .popup-body {
        padding: 40px 40px 25px 40px;
    }

    .policy-number-tooltip {
        left: -105px;
    }

    .custome-tooltip-main:hover .policy-number-tooltip {
        width: 160px;
    }

    .faq-section > .container {
        padding: 0;
    }

    .faq-tab-main > .nav-tabs {
        max-width: 1360px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 20px;
        padding: 0 16px;
        justify-content: flex-start;
    }

        .faq-tab-main > .nav-tabs::-webkit-scrollbar {
            display: none;
        }

    .faq-tab-inner .accordion-main .card-header {
        padding: 12px 14px 12px 16px;
    }

    .faq-tab-inner .accordion-main .panel-title .btn-link {
        font-size: 14px;
        text-align: left;
        padding: 0 15px;
    }

        .faq-tab-inner .accordion-main .panel-title .btn-link::before {
            width: 4px;
            height: 4px;
            top: calc(50% - 2px);
        }

        .faq-tab-inner .accordion-main .panel-title .btn-link::after {
            width: 20px;
            height: 20px;
        }

    .faq-tab-inner .accordion-main .panel-body p {
        font-size: 12px;
        line-height: 162.6%;
    }

    .faq-tab-inner .accordion-main .panel-body {
        padding: 0 16px 15px 33px;
    }

    .faq-tab-main .nav-tabs .nav-item:not(:last-of-type) {
        margin-right: 15px;
    }

    .faq-tab-main .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 17px;
        padding: 11.5px 20px;
        white-space: nowrap;
        margin: 0;
    }

    .faq-tab-main .tab-content {
        padding: 0 16px;
    }

    .buy-now-plan-highlight-main {
        padding: 0;
    }

    .buy-now-plan-highlight {
        padding: 10px 20px 34px 20px;
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 0 0 30px 30px;
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        -ms-border-radius: 0 0 30px 30px;
        -o-border-radius: 0 0 30px 30px;
    }

        .buy-now-plan-highlight h6 {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
            margin-top: 10px;
            font-size: 16px;
        }

        .buy-now-plan-highlight ul {
            order: 3;
            margin: 30px 0 18px 0;
            display: none;
            width: 100%;
        }

        .buy-now-plan-highlight .plan-preview {
            border: 1px solid #cc0022;
            border-radius: 40px;
            padding: 10px 10px 10px 26px;
            display: flex;
            align-items: center;
            font-size: 10px;
            margin: 0 !important;
            background-size: 14px;
            background-position: 8px center;
        }

        .buy-now-plan-highlight .view-all-link {
            font-size: 14px;
            top: auto;
            right: auto;
            position: relative;
            order: 4;
            display: none;
            margin: 0 auto;
        }

        .buy-now-plan-highlight .slide-down {
            position: absolute;
            top: auto;
            right: 0;
            left: 0;
            bottom: 5px;
            width: 22px;
            z-index: 5;
            display: table;
            margin: 0 auto;
            padding: 5px;
            transform-origin: center;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transition: 0.2s;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
        }

        .buy-now-plan-highlight li {
            line-height: 20px;
            font-size: 14px !important;
            padding-left: 25px !important;
            margin-bottom: 14px !important;
        }

            .buy-now-plan-highlight li::before {
                top: 3px;
                background-size: 18px !important;
                width: 18px;
                height: 18px;
            }

            .buy-now-plan-highlight li:last-child {
                margin-bottom: 0 !important;
            }

        .buy-now-plan-highlight ul.active,
        .buy-now-plan-highlight ul.active ~ .view-all-link {
            display: block;
        }

            .buy-now-plan-highlight ul.active ~ .slide-down {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                -o-transition: 0.2s;
            }

    .healthcare-ins-main {
        width: 100%;
    }

        .healthcare-ins-main > div {
            max-width: initial;
        }

            .healthcare-ins-main > div img {
                margin-bottom: 10px !important;
            }

        .healthcare-ins-main img.w-20 {
            width: 20px;
            margin-bottom: 0 !important;
        }

        .healthcare-ins-main > div h3 {
            font-size: 24px;
            line-height: 29px;
        }

        .healthcare-ins-main > div p {
            font-size: 10px !important;
            line-height: 16px;
        }

    .know-more .bg-light-pink {
        width: 100%;
        padding: 16px 16px 27px 16px !important;
        text-align: center;
    }

    .know-more .know-more-heading {
        width: 100%;
        text-align: center;
    }

    .know-more .know-more-download {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }

        .know-more .know-more-download li {
            width: auto;
            margin: 0 auto 16px auto;
        }

            .know-more .know-more-download li:last-of-type {
                margin: 0 auto;
            }

            .know-more .know-more-download li a {
                padding: 10px 25px;
                font-size: 14px;
                line-height: 17px;
            }

    .know-more-heading h6 {
        padding: 0;
        line-height: 15px;
        margin-bottom: 16px;
    }

    .know-more-sec2 .know-more-download li {
        width: 210px;
    }

    .know-more.know-more-sec3 .bg-light-pink {
        text-align: left;
        padding: 30px 20px !important;
    }

    .policy-claim-steps-section {
        padding: 40px 0;
    }

    .policy-steps .card {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
    }

        .policy-steps .card .card-body {
            padding-left: 5px !important;
        }

        .policy-steps .card img {
            width: 160px;
        }

        .policy-steps .card .step-number {
            width: 20px;
            height: 20px;
            font-size: 12px;
        }

        .policy-steps .card span:nth-of-type(2) {
            font-size: 16px;
            line-height: 20px;
        }

        .policy-steps .card p {
            font-size: 12px;
            line-height: 18px;
        }

    .policy-claim-tabs .nav-tabs .nav-item {
        width: auto;
        min-width: auto;
    }

    .cashless-steps-main,
    .reimbursement-steps-main {
        background: url("./assets/images/policy-claim-steps/renew-policy-steps-mob.png") no-repeat, url("./assets/images/policy-claim-steps/.brand-partner-section-mob.png") no-repeat;
        background-position: 70px 27%, 70px 68%;
    }

    .bank-assurance-trust-us {
        margin-bottom: 30px;
        padding: 20px 0 30px !important;
    }
    /* .section-links-wrapper {
        background: #ffffff;
        box-shadow: 0px 4px 10px rgba(180, 180, 180, 0.25);
    } */
    .section-links-wrapper .container {
        padding: 0;
    }

    .section-links-wrapper .sections-link {
        max-width: 1360px;
        padding: 0;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .section-links-wrapper .sections-link::-webkit-scrollbar {
            display: none;
        }

    .sections-link {
        padding: 0 16px;
    }

        .sections-link li {
            padding: 13px 20px;
            white-space: nowrap;
            margin: 0 8px;
        }

            .sections-link li:last-child {
                margin-right: 20px;
            }

            .sections-link li a {
                font-size: 14px;
            }

    .cover-heightlight {
        background-color: #f4f4f4;
        padding: 16px 0 40px 0px;
        margin: 27px 0;
    }

        .cover-heightlight > .container {
            padding: 0;
        }

        .cover-heightlight .bg-gray {
            background-color: unset;
            padding: 0 !important;
        }

    .cover-heightlight-main li {
        margin: 0 16px;
    }

        .cover-heightlight-main li img {
            width: 35px !important;
        }

        .cover-heightlight-main li p {
            font-size: 12px;
            line-height: 18px;
        }

    .policy-coverage-section {
        padding: 40px 0 30px 0;
        margin: 0 !important;
    }

        .policy-coverage-section > .container {
            padding-left: 0;
            padding-right: 0;
        }

    .policy-coverage-tabs .nav-tabs .nav-item {
        width: auto;
        min-width: auto;
    }

    .policy-coverage-tabs .nav-tabs {
        margin-bottom: 0;
    }

    .offers-policy-main {
        margin-top: 20px;
    }
    /* .offers-policy-main>.container {
        padding: 0;
    } */
    .policy-cards .slide {
        padding-bottom: 0;
    }
    /* .policy-cards .card .card-body {
        padding-bottom: 0;
    } */
    .policy-cards .card .card-body span {
        font-size: 16px;
        line-height: 20px;
    }

    .policy-cards .card .card-body p {
        font-size: 12px;
        line-height: 20px;
    }

    .policy-cards .card {
        min-height: 200px;
        /* padding-bottom: 20px; */
        margin: 30px 0 10px 0;
        box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
    }

    .policy-cards .slick-dotted.slick-slider {
        margin-bottom: 40px;
        padding: 0 16px 0 16px;
    }

    .policy-cards .carousel .slick-dots {
        bottom: -35px;
    }

    .policy-coverage-tabs .tab-content .tab-pane.active {
        overflow: hidden;
    }

    .accept-tnc {
        position: relative;
        bottom: auto;
        margin-top: 20px !important;
    }

    .know-more .bg-light-pink {
        box-shadow: 7px 7px 0px #ffe9d4;
    }

    .what-iob-main {
        padding-bottom: 25px;
    }

        .what-iob-main p {
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 0.02em;
            max-width: 100%;
            text-align: justify !important;
        }

    .hospital-location-section {
        padding-bottom: 0 !important;
    }

    .hospital-location-main .form-group label {
        font-size: 12px;
    }

    .hospital-location-main .form-group a {
        text-decoration: underline !important;
    }

    .hospital-location-main .select-city .ngx-select {
        width: 100%;
    }

    .hospital-location-main .btn-control .btn {
        font-size: 16px;
    }

    .hospital-location-section.view-all {
        overflow-y: auto;
        padding-bottom: 0px;
    }

        .hospital-location-section.view-all .view-all-head-main {
            padding: 0 50px 0 16px;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 3;
            background: #ffffff;
        }

            .hospital-location-section.view-all .view-all-head-main .close {
                width: 25px;
                height: 25px;
                top: 10px;
                right: 10px;
            }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main {
                padding: 15px 0 !important;
            }

                .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-head {
                    display: none;
                }

        .hospital-location-section.view-all .nearest-hospital-section .card .view-all-map {
            position: fixed;
            height: 67vh;
            top: 0;
            z-index: 1;
            pointer-events: none;
        }

        .hospital-location-section.view-all .view-all-list {
            margin-top: 50vh;
            background: #ffffff;
            border-radius: 30px 30px 0 0;
            padding: 40px 0 0 0 !important;
            position: relative;
            z-index: 2;
        }

            .hospital-location-section.view-all .view-all-list .multi-hospital .d-flex {
                justify-content: center !important;
            }

            .hospital-location-section.view-all .view-all-list::before {
                content: "";
                position: absolute;
                width: 40px;
                height: 4px;
                background: #cccccc;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                top: 20px;
                left: 0;
                right: 0;
                margin: auto;
            }

        .hospital-location-section.view-all .hospitals-data {
            height: auto;
        }

            .hospital-location-section.view-all .hospitals-data .slick-dotted.slick-slider {
                margin: 0 !important;
            }

                .hospital-location-section.view-all .hospitals-data .slick-dotted.slick-slider .slick-list,
                .hospital-location-section.view-all .hospitals-data .slick-dotted.slick-slider .slick-list .slick-track {
                    max-width: 100%;
                    transform: translate3d(0, 0, 0) !important;
                    -webkit-transform: translate3d(0, 0, 0) !important;
                    -moz-transform: translate3d(0, 0, 0) !important;
                    -ms-transform: translate3d(0, 0, 0) !important;
                    -o-transform: translate3d(0, 0, 0) !important;
                    -webkit-user-select: none !important;
                    user-select: none !important;
                    touch-action: unset !important;
                }

            .hospital-location-section.view-all .hospitals-data li {
                width: 100% !important;
                margin: 0;
                padding: 20px 25px;
                border-radius: 0;
                box-shadow: none;
                border-bottom: 0.5px solid #d8d8d8 !important;
            }

        .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex {
            justify-content: flex-start !important;
        }

            .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex .share {
                margin-left: auto !important;
            }

        .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data .slick-dots {
            display: none;
        }

    .nearest-hospital-section > .container {
        padding: 0;
    }

        .nearest-hospital-section > .container > .card .row {
            margin: 0 !important;
        }

    .nearest-hospital-section .map {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: 325px;
    }

    .nearest-hospital-section .card {
        box-shadow: unset;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .hospitals-data {
        height: auto;
    }

        .hospitals-data li.slide {
            border-bottom: none !important;
            max-width: 100%;
            padding: 16px;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            border-radius: 24px;
            margin: 10px 16px;
        }

    .multi-hospital > div > a {
        font-size: 12px;
    }

    .hospitals-data li.slide h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .hospitals-data li.slide span.fs-16,
    .hospitals-data li.slide span.fs-14 {
        font-size: 12px;
        line-height: 15px;
    }

    .hospitals-data li span.dot {
        display: none;
    }

    .hospitals-data li.slide p {
        font-size: 12px;
        line-height: 16px;
        overflow: auto !important;
    }

    .hospitals-data .slick-dotted.slick-slider {
        margin-bottom: 40px !important;
    }

    .hospitals-data .carousel .slick-dots {
        bottom: -35px;
    }

    .main-banner-left {
        position: relative;
    }

    .back-btn {
        position: absolute;
        top: auto;
        left: 0;
    }

    .mob-fix-col {
        width: 150px;
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: auto;
        left: 0;
        background-color: #fff;
        z-index: 1;
    }

    th.mob-fix-col {
        background-color: #fff6ed;
    }

    .table thead tr,
    .table thead th:first-child,
    .table thead th:last-child {
        border-radius: 0;
    }

    .table tbody td.mob-fix-col {
        border-right: 1px solid #d8d8d8;
    }

    .table-horizontal .table-main {
        margin-bottom: 20px;
    }

    .policy-number-tooltip {
        left: 0;
    }

    .custome-tooltip-main:hover .policy-number-tooltip {
        width: 180px;
    }

    .plan-box-wrapper .plan-box h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .scenario-tabs .scenario-right-contnet {
        flex: initial;
    }

    .resources-faq .faq-tab-main > .nav-tabs {
        justify-content: flex-start;
    }

        .resources-faq .faq-tab-main > .nav-tabs li:not(:last-of-type) {
            margin-right: 15px !important;
        }

    .activities-images-slider {
        max-width: 100%;
        width: 100%;
    }

        .activities-images-slider .card {
            margin: 0 10px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            height: auto;
        }

    .activiti-img {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .activities-images-slider .carousel {
        box-shadow: none !important;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .activiti .lable {
        font-size: 10px;
    }

    .activities-images-slider .carousel .slick-dots {
        bottom: -35px;
    }

    .awareness-activities .container {
        padding-right: 0;
    }

    .downloads-tabs-main .nav-tabs {
        justify-content: start;
    }

        .downloads-tabs-main .nav-tabs li:not(:last-of-type) {
            margin-right: 15px;
        }

    .downloads-main .container {
        padding: 0;
    }

    .downloads-tables-main p.fs-12 {
        font-size: 10px;
        line-height: 18px;
    }

    .downloads-tabs-main .tab-content {
        padding: 0;
    }

    .downloads-tables .table-main {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .downloads-tables .table-main tbody th:first-of-type,
        .downloads-tables .table-main tbody td:first-of-type {
            width: auto;
        }

        .downloads-tables .table-main tbody td {
            padding: 6.5px 20px;
        }

        .downloads-tables .table-main thead th {
            padding: 15px 20px;
        }

        .downloads-tables .table-main thead th {
            white-space: nowrap;
        }

            .downloads-tables .table-main thead th:first-child {
                border-top-left-radius: 0;
            }

            .downloads-tables .table-main thead th:last-child {
                border-top-right-radius: 0;
            }

    .super-healthcare-popup {
        background: #fff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        position: relative;
    }

        .super-healthcare-popup .popup-head {
            padding: 10px 16px 12px 16px;
            text-align: left;
        }

            .super-healthcare-popup .popup-head h5 {
                font-size: 12px;
                line-height: 20px;
                padding-right: 35px;
            }

        .super-healthcare-popup .popup-body {
            max-height: calc(100% - 80px);
            padding: 10px 0 0 0;
        }

        .super-healthcare-popup .hightlight-popup-hightlight-box {
            padding: 10px 16px 0 16px;
            margin: 0;
            border: 0;
            width: 100%;
            max-width: 100%;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            background: #F4F4F4;
        }

            .super-healthcare-popup .hightlight-popup-hightlight-box p.fs-16 {
                font-size: 14px;
                line-height: 17px;
            }

            .super-healthcare-popup .hightlight-popup-hightlight-box .text-underline {
                text-decoration: underline;
                color: #16A7DB;
            }

    .hightlight-box-download li a {
        background: #DADCDC;
    }

    .super-healthcare-popup .hightlight-popup-hightlight-box .hightlight-box-head {
        padding-bottom: 0;
        border-bottom: none;
    }

    .super-healthcare-popup .popup-body .data {
        width: 100%;
    }

        .super-healthcare-popup .popup-body .data:nth-of-type(3),
        .super-healthcare-popup .popup-body .data:nth-of-type(4) {
            width: 100%;
        }

        .super-healthcare-popup .popup-body .data p {
            font-size: 12px;
        }

            .super-healthcare-popup .popup-body .data p img.rating {
                width: 14px;
            }

    .super-healthcare-popup .hightlight-popup-left-main {
        flex: auto;
        margin: 0 auto;
        width: 100%;
        padding: 0 16px 20px 16px;
    }

    .super-healthcare-popup .hightlight-popup .popup-body .tab-pane h6 {
        margin: 0 0 16px 0 !important;
    }

    .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .panel-title .btn::after {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    .super-healthcare-popup .hightlight-popup-tabs-main p.fs-16,
    .super-healthcare-popup .hightlight-popup-tabs-main .nav-tabs li a,
    .super-healthcare-popup .hightlight-popup-left-main p {
        font-size: 12px;
    }

    .super-healthcare-popup .hightlight-popup-tabs-main p.fs-14 {
        font-size: 12px;
        line-height: 20px;
    }

    .super-healthcare-popup .hightlight-popup-tabs-main .card .panel-heading .btn {
        padding: 10px 15px 10px 30px;
    }

    .hightlight-popup .content-height {
        max-height: calc(100vh - 80px);
        height: auto;
    }

    .super-healthcare-popup .hightlight-claim-process li {
        padding-bottom: 25px;
    }

    .super-healthcare-popup li span.count {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px !important;
    }

    .super-healthcare-popup .scroll-container > .ps.ps--active-y > .ps__rail-y {
        right: 2px !important;
    }

    .super-healthcare-popup .scroll-container .ps__thumb-y {
        width: 3px;
    }

    .hightlight-popup .hightlight-popup-tabs-main .nav-tabs {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 15px;
        justify-content: start;
    }

        .hightlight-popup .hightlight-popup-tabs-main .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .hightlight-popup .hightlight-popup-tabs-main .nav-tabs .nav-link {
            padding: 10px;
            font-size: 14px;
            line-height: 18px;
            margin-right: 20px;
            white-space: nowrap;
        }

    .product-card .hightlight-popup-tabs-main .nav-tabs li a,
    .product-card .hightlight-popup-tabs-main .nav-tabs li.active a {
        font-size: 14px;
    }

    .product-card .hightlight-popup-tabs-main .nav-tabs li:not(:last-of-type) {
        margin-right: 15px;
    }
    /* scrolling-tabs */
    .scrolling-tabs-main {
        margin-bottom: 30px;
    }

    .scrolling-tabs-nav {
        padding: 5px 10px;
    }

        .scrolling-tabs-nav::before,
        .scrolling-tabs-nav::after {
            width: 30px;
            background: none;
        }

        .scrolling-tabs-nav::after {
            background: none;
        }

        .scrolling-tabs-nav .slick-arrow {
            display: none !important;
        }

    .scrolling-tabs-content {
        padding: 0 16px;
    }

    .scrolling-tabs-main li.scrolling-tabs {
        font-size: 14px;
        line-height: 17px;
        max-width: 250px;
        text-align: center;
        padding: 10px 20px;
    }
    /* custom-pills-tab-main */
    .custom-pills-tab-main .nav-tabs {
        max-width: 1360px;
        padding: 1px 0;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

        .custom-pills-tab-main .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .custom-pills-tab-main .nav-tabs .nav-item,
        .custom-pills-tab-main .nav-tabs .nav-item:last-child {
            white-space: nowrap;
            margin: 0 8px;
        }

        .custom-pills-tab-main .nav-tabs .nav-link {
            font-size: 14px;
            line-height: 17px;
            padding: 11px 20px;
            white-space: nowrap;
        }

    .custom-pills-tab-main .tab-content {
        padding: 0 16px;
    }
    /* slick-layered-slider */
    .slick-layered-slider {
        width: 100%;
    }

        .slick-layered-slider .slick-slide:not(.slick-center) {
            left: auto;
            transform: scale(0.9);
        }

        .slick-layered-slider .slick-active.slick-center + .slick-slide,
        .slick-layered-slider .slick-center + .slick-cloned {
            left: auto;
        }
    /* report-slider */
    .report-slider .annual-reports {
        width: 100%;
    }

    .report-slider .reports-text h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .report-slider .reports-text .fs-14 {
        font-size: 12px;
        line-height: 14px;
    }

    .report-slider .reports-header .fs-18 {
        font-size: 14px;
        line-height: 18px;
    }

    .report-slider .reports-footer .fs-18 {
        font-size: 12px;
        line-height: 14px;
    }
    /* Footer */
    .top-footer {
        padding: 16px 0 0 0;
    }

    .all-policies-wrapper {
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
    }

        .all-policies-wrapper .all-policies-head {
            background-color: #1E2833;
            position: relative;
        }

    .all-policies-head::after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        right: calc(100% - 95%);
        width: 10px;
        height: 10px;
        background: url(./assets/images/footer/white-arrow.svg) no-repeat center;
    }

    .all-policies-wrapper.active .all-policies-head {
        background-color: #f8f9fa;
    }

        .all-policies-wrapper.active .all-policies-head::after {
            background: url(./assets/images/footer/black-arrow.svg) no-repeat center;
        }

    .all-policies-wrapper.active .all-policies-data {
        background-color: #1E2833;
    }

    .all-policies-data > li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .all-policies-data > li > ul li a {
        color: #D5D5D5;
        font-size: 12px;
        line-height: 30px;
    }

    .all-policies-data > li > ul li {
        position: relative;
        padding-right: 6px;
        margin-right: 6px;
    }

        .all-policies-data > li > ul li:last-of-type {
            padding-right: 0;
            margin-right: 0;
        }

        .all-policies-data > li > ul li:not(:last-of-type):after {
            content: '';
            width: 0.5px;
            height: 20px;
            position: absolute;
            top: 3px;
            right: 0;
            background-color: #626262;
        }

    .footer-main-links {
        width: 100%;
    }

        .footer-main-links > li {
            width: 100%;
            padding-bottom: 2px;
            margin: 0 0 16px 0;
            position: relative;
        }

            .footer-main-links > li:last-of-type {
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .footer-main-links > li:not(:last-of-type)::after,
            .mobile-footer .connect-us::after,
            .mobile-footer .container > p.fs-12::after {
                content: '';
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #d8d8d8;
            }

        .footer-main-links li > span {
            font-size: 16px !important;
            line-height: 20px;
            margin-bottom: 13px;
        }

        .footer-main-links li .links > ul {
            width: 48%;
        }

            .footer-main-links li .links > ul:first-of-type {
                margin-right: 20px;
            }

    .footer-main .bg-gray p.fs-14 {
        font-size: 10px !important;
        line-height: 14px;
        max-width: 90%;
        margin: 0 auto;
    }

    .mobile-footer .social-media-icons li:not(:last-of-type) {
        margin-right: 16px;
    }

    .mobile-footer .social-media-icons li img {
        width: 32px;
    }

    .mobile-footer .subscribr-newsletter form input,
    .mobile-footer .subscribr-newsletter form .form-control:focus {
        background: #fff;
        color: #707070;
    }

    .mobile-footer .subscribr-newsletter form button {
        top: calc(50% - 15px);
    }

    .mobile-footer .download-app a img {
        max-height: 40px;
    }

    .mobile-footer .address-details {
        line-height: 20px;
    }
    /* Header */
    header {
        width: 100%;
        background: #FFFF;
        max-width: inherit;
        border-radius: 0;
        transition: .5s;
        overflow: hidden;
        /* position: absolute; top: 0; left: 0; z-index: 10; */
    }

        header.active {
            overflow: auto;
            height: 100vh;
        }

        header .navbar {
            padding: 0;
        }

    .home-sidenav-main div.bg-light-gray {
        padding: 8px 16px;
    }

    header .navbar .navbar-brand {
        max-width: 125px;
        margin-right: auto;
    }

    .home-sidenav-main .navbar-toggler {
        padding: 7px 0;
        outline: none;
        width: auto;
        height: auto;
    }

    .home-sidenav-main span.navbar-toggler-icon {
        margin: 0;
        width: 17px;
        height: 13px;
        border-top: none;
        border-bottom: none;
        background: 0 0;
        position: relative;
        line-height: normal;
        display: block;
    }

        .home-sidenav-main span.navbar-toggler-icon::before,
        .home-sidenav-main span.navbar-toggler-icon::after {
            content: '';
            position: absolute;
            top: calc(50% - .5px);
            left: 2px;
            width: 100%;
            height: 1px;
            background: #303030;
            transform-origin: center;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .home-sidenav-main span.navbar-toggler-icon::before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .home-sidenav-main span.navbar-toggler-icon::after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

    .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon {
        border-top: 1px solid #303030;
        border-bottom: 1px solid #303030;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

        .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon::before,
        .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon::after {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }

    .home-sidenav-main .navbar-collapse {
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        font-size: 0;
        background: #FFF;
        padding-bottom: 16px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    header.active .navbar-collapse {
        animation: .35s slideDown linear;
        -webkit-animation: .35s slideDown linear;
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-2%);
            -webkit-transform: translateY(-2%);
            -moz-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
            -o-transform: translateY(-2%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    @-webkit-keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-2%);
            -webkit-transform: translateY(-2%);
            -moz-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
            -o-transform: translateY(-2%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    .home-sidenav-main .navbar-collapse.show {
        flex-wrap: wrap;
        /* height: calc(100vh - 60px); */
        overflow: auto;
    }

    .home-sidenav-main .login-in-premium {
        padding: 14px 16px 28px 16px;
        background: linear-gradient(90deg, #E0EAFC 0%, #CFDEF3 100%);
    }

        .home-sidenav-main .login-in-premium > h6 {
            max-width: 90%;
            text-align: left;
            line-height: 22px;
        }

        .home-sidenav-main .login-in-premium ul li {
            position: relative;
        }

            .home-sidenav-main .login-in-premium ul li:first-of-type {
                padding-right: 20px;
                margin-right: 20px;
            }

                .home-sidenav-main .login-in-premium ul li:first-of-type::after,
                .nav-bottom li:first-of-type::after {
                    content: '';
                    width: 1px;
                    height: 40px;
                    background-color: #B5D0FA;
                    position: absolute;
                    top: 3px;
                    right: 0;
                }

            .home-sidenav-main .login-in-premium ul li span {
                text-decoration: underline;
            }

    .home-sidenav-main .nav-list-details {
        padding: 0 16px;
    }

        .home-sidenav-main .nav-list-details a.main-menu,
        .nav-list-details .main-menu .panel-title .btn {
            color: #3E3E3E;
            font-weight: 600;
            font-family: 'montserrat-bolder';
            font-size: 14px;
            line-height: 17px;
        }

    .nav-list-details .btn-link.focus,
    .nav-list-details .btn-link:focus {
        text-decoration: none;
    }

    .nav-list-details > li {
        padding: 20px 0;
        position: relative;
    }

    .nav-list-details .main-menu .card {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .nav-list-details .main-menu .panel-title .btn,
    .nav-list-details .main-menu .card-body,
    .nav-list-details .main-menu .card-header {
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .home-sidenav-main .nav-list-details .sub-menu .submenu-list a:not(.explore-plans) {
        font-size: 12px;
        line-height: 32px;
        color: #75757C;
        font-weight: 400;
        font-family: 'montserrat-medium';
    }

    .nav-list-details .sub-menu .card {
        position: relative;
        padding: 20px 0;
    }

    .nav-list-details .sub-menu .pmfby-list .card {
        padding-bottom: 0;
    }

        .nav-list-details .sub-menu .pmfby-list .card::after {
            display: none;
        }

    .nav-list-details .sub-menu .submenu-list {
        padding-left: 26px;
    }

    .menus .card .panel-heading .panel-title .btn,
    .products-menu .sub-menu .card .panel-heading .category-heading {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .menus .main-menu .card .panel-heading .panel-title .btn::after,
    .menus .sub-menu .card .panel-heading .category-heading::after {
        content: '';
        position: absolute;
        right: 0px;
        top: calc(100% - 20px);
        width: 24px;
        height: 24px;
        background: url('./assets/images/icons/faq-icon.svg') no-repeat;
        background-size: 100% !important;
        transform-origin: center;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .menus .main-menu.panel.panel-open .panel-title .btn::after,
    .menus .sub-menu .panel.panel-open .panel-title .category-heading::after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .goverment-list .card .panel-heading .category-heading::after,
    .pmfby-list .card .panel-heading .category-heading::after {
        display: none;
    }

    .claims-menu .submenu-list li {
        padding: 15px 0;
    }

        .claims-menu .submenu-list li:last-of-type {
            padding-bottom: 0;
        }

    .nav-list-details .goverment-list .panel-body,
    .nav-list-details .pmfby-list .panel-body {
        display: none;
    }

    .nav-bottom {
        width: 100%;
        margin-top: 60px;
    }

        .nav-bottom li {
            position: relative;
        }

            .nav-bottom li:first-of-type {
                margin-right: 16px;
                padding-right: 16px;
            }

                .nav-bottom li:first-of-type::after {
                    top: -5px;
                    height: 24px;
                    background-color: #d8d8d8;
                }

    .view-all-map #map,
    .view-all-map #map1,
    .view-all-map #map2 {
        position: static !important;
        height: 350px;
    }

    .plan-box-wrapper .plan-box-header {
        height: auto;
    }

    .plan-box > h6 {
        font-size: 16px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .plan-box-wrapper .plan-box-shortDescription,
    .plan-box-wrapper .plan-box-shortDescription1 {
        min-height: auto;
    }

    .cms-covered-policy {
        margin-top: 20px;
    }

        .cms-covered-policy .policy-cards .card .card-body {
            padding: 35px 12px 20px 12px;
        }

        .cms-covered-policy .policy-cards .policy-card-icon {
            width: 48px;
            height: 48px;
            top: -25px;
        }

        .cms-covered-policy .policy-cards .card img {
            width: 36px;
        }

    .policy-cards .card .card-body p.plan-box-shortDescription,
    .policy-cards .card .card-body p.plan-box-shortDescription1 {
        height: 76px;
    }

    .medical-infra-popup .popup-body {
        padding: 0 16px 16px 16px;
    }

    .medical-infra-popup .faq-tab-inner .basic-details li {
        width: 100%;
        margin-top: 14px !important;
    }

    .medical-infra-popup .basic-details li span.border {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .medical-infra-popup .basic-details li p {
        max-width: 100%;
        line-height: 17px !important;
    }

    .medical-infra-popup .details > div:first-of-type img {
        width: 32px;
        height: 32px;
    }

    .medical-infra-popup .details > div:first-of-type h6 {
        padding: 0;
    }

    .medical-infra-popup .content-height {
        max-height: calc(100vh - 80px);
        height: auto;
    }

    .scenario-main-section > .container {
        padding: 0;
    }

    .showAllDataBtn {
        display: none !important;
    }

    .policy-cards .slide.d-md-none.showmob {
        display: block !important;
    }
}

@media (max-width: 575px) and (min-width: 320px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    h3, .h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    h6 {
        font-size: 12px;
    }

    .panel-group a {
        font-size: 12px;
        color: #707070;
    }

    .page-header {
        padding: 20px 0;
    }

        .page-header h1 {
            font-size: 16px;
        }

    .form-control {
        font-size: 14px;
        max-height: 40px;
        margin-bottom: 40px;
    }

    .labeldText {
        border: none;
        cursor: not-allowed;
        background-color: #ffffff;
        font-size: 17px;
        font-weight: 900;
    }

    .USGILogo {
        width: 100%;
    }

    .IBLogo {
        width: 65% !important;
    }

    .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .mw-350 {
        max-width: 350px;
    }

    .main-banner .container {
        padding: 0 14px;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        border: none;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        max-width: 1360px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .policy-status-tabs .tabs-main > .nav-tabs {
        padding: 15px 16px 22px 16px;
        background: transparent;
        box-shadow: none;
        margin-bottom: 7px !important;
        width: 100% !important;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

        .policy-status-tabs .tabs-main > .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .policy-status-tabs .tabs-main > .nav-tabs li {
            margin: 0 20px 0 0;
            min-width: auto;
        }

            .policy-status-tabs .tabs-main > .nav-tabs li:last-of-type {
                margin: 0;
            }

        .policy-status-tabs .tabs-main > .nav-tabs .nav-link {
            border: 1px solid #CC0022;
            padding: 9px 20px 9px 20px;
            border-radius: 44px !important;
            -webkit-border-radius: 44px !important;
            -moz-border-radius: 44px !important;
            -ms-border-radius: 44px !important;
            -o-border-radius: 44px !important;
            white-space: nowrap;
        }

    .policy-status-form .tabs-main > .nav-tabs .nav-item .nav-link::before {
        left: 24px;
        width: 24px;
        height: 24px;
        top: 10px;
        background-repeat: no-repeat !important;
    }

    .policy-status-tabs .tabs-main > .nav-tabs .nav-link.active {
        border: 1px solid transparent;
    }

    .policy-status-tabs .tabs-main > .nav-tabs .nav-item .nav-link::after,
    .tabs-main > .nav-tabs .nav-item .nav-link::after {
        content: none !important;
    }

    .banner-info-main span.fs-12 {
        line-height: 20px;
        font-size: 8px;
    }

    .main-banner-left h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-banner-left h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-banner-left h5 {
        font-size: 12px;
        line-height: 15px;
    }

    .tabs-main > .nav-tabs {
        margin-bottom: 25px;
    }

        .tabs-main > .nav-tabs .nav-link {
            font-size: 14px;
            line-height: 17px;
            min-width: 150px;
        }

        .tabs-main > .nav-tabs li {
            width: auto;
            min-width: inherit;
        }

    .form-control::placeholder,
    .select-control .ngx-select .ngx-select__placeholder {
        font-size: 13.5px;
    }

    .form-group {
        width: 100%;
    }

    .select-control .ngx-select .ngx-select__selected-single {
        font-size: 14px;
        font-family: "montserrat-medium";
    }

    .select-control .ngx-select .ngx-select__placeholder {
        line-height: 20px;
    }

    .btn {
        font-size: 16px;
        line-height: 20px;
        padding: 9px 20px;
        white-space: nowrap;
    }

    .intl-tel-number {
        padding: 9.5px ​20px;
    }

    .carousel .slick-prev,
    .carousel .slick-next {
        display: none !important;
    }

    .carousel .slick-dots li button:before {
        width: 8px;
        height: 8px;
        top: calc(50% - 4px);
        left: calc(50% - 4px);
    }

    .carousel .slick-dots li,
    .carousel .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .ngx-select__item {
        font-size: 14px;
    }

    .iti__country-list .iti__flag-box,
    .iti__country-list .iti__country-name,
    .iti__dial-code {
        font-size: 14px;
    }

    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-flag,
    .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag,
    .iti.separate-dial-code {
        width: 100%;
        font-size: 14px;
    }

        .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 input,
        .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 input,
        .iti.separate-dial-code input,
        .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
            padding-left: 50px !important;
            font-size: 14px;
        }

    .iti .selected-dial-code {
        display: none;
    }

    input[type="checkbox"] + label::before {
        width: 20px;
        height: 20px;
    }

    input[type="checkbox"]:checked + label::after {
        width: 20px;
        height: 20px;
        background-size: 10px;
        background-position: center;
        top: 0px;
    }

    input[type="checkbox"] + label {
        font-size: 12px;
    }

    .radio-data label {
        font-size: 12px;
        line-height: 15px;
    }

    .radio-data .checkmark {
        width: 20px;
        height: 20px;
    }

    .checkmark:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
    }

    .breadcrumb ul li:first-child,
    .breadcrumb ul li:nth-child(3) {
        display: none;
    }

    .breadcrumb ul li {
        margin: 0;
        padding-right: 0;
        padding-left: 20px;
    }

        .breadcrumb ul li::before {
            right: auto;
            left: 0;
            transform-origin: center;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

        .breadcrumb ul li a {
            font-weight: 600;
            font-size: 12px;
        }

    .main-banner-wrapper .main-banner-left .breadcrumb {
        display: none;
    }

    .quick-view-main {
        flex-wrap: wrap;
    }

    .quick-view-section .achievements-bg {
        padding: 10px 16px !important;
    }

    .quick-view-main li {
        width: 50%;
        margin: 15px 0 20px;
    }

        .quick-view-main li img {
            width: 36px;
            margin-bottom: 7px !important;
        }

        .quick-view-main li h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .quick-view-main li p {
            font-size: 10px;
            line-height: 16px;
        }

    .policy-coverage-tabs-main .nav-tabs {
        margin-bottom: 20px !important;
    }

    .carousel.plan-box-wrapper {
        padding-bottom: 0;
    }

    .plan-box-wrapper .plan-box {
        margin: 15px 8px 20px;
        box-shadow: 0px 0px 18px rgba(71, 71, 71, 0.1);
        width: auto;
    }

    .plan-box-wrapper .plan-image-box img {
        max-width: 80%;
        top: 61%;
    }

    .policy-coverage-tabs-main .view-all-link {
        position: absolute;
        top: 100%;
        left: calc(50% - 47.5px);
        bottom: 0px;
        right: auto;
    }

    .trust-us-bg {
        background: url("./assets/images/trust-us-bg.png") repeat-x, url("./assets/images/trust-us-bg.png") repeat-x;
        background-color: #f5f5f5;
        background-position: center top, center bottom;
        background-size: contain;
        margin: 30px 0 0 0;
    }

    .trust-us-main {
        flex-wrap: wrap;
        justify-content: space-between !important;
        position: relative;
        height: 350px;
        max-width: 380px;
        margin: auto;
    }

    .trust-us-box {
        width: 132px;
        height: 110px;
        margin: 0 !important;
    }

        .trust-us-box:nth-child(1),
        .trust-us-box:nth-child(2) {
            margin-bottom: 110px !important;
        }

        .trust-us-box:nth-child(3) {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto !important;
            top: 125px;
        }

        .trust-us-box img {
            width: 36px;
        }

        .trust-us-box h5 {
            font-size: 20px;
        }

        .trust-us-box p {
            font-size: 12px !important;
            font-weight: 500 !important;
            line-height: 12px;
        }

    .what-is-insurance-section {
        flex-wrap: wrap;
        background: #fcf8f5;
        padding: 15px 13px 20px 13px !important;
    }

        .what-is-insurance-section::before {
            content: none;
        }

    .what-is-insurance-left > h2 {
        text-align: center;
    }

    .what-is-insurance-section .what-is-insurance-left {
        margin: 0 0 30px 0;
    }

        .what-is-insurance-section .what-is-insurance-left p {
            text-align: center;
            font-size: 12px;
            line-height: 15px;
        }

        .what-is-insurance-section .what-is-insurance-left li {
            width: 50% !important;
            margin-right: 0 !important;
            font-size: 14px;
            font-family: "montserrat-medium";
        }

            .what-is-insurance-section .what-is-insurance-left li img {
                width: 32px;
                margin-right: 8px !important;
            }

    .what-is-insurance-video-main {
        padding: 12px;
    }

        .what-is-insurance-video-main::before {
            z-index: 0;
        }

        .what-is-insurance-video-main .what-is-insurance-video {
            height: 210px;
        }

    .scenario-main-section {
        padding: 0 !important;
        margin-top: 40px;
    }

    .scenario-tab-main {
        margin-top: 0 !important;
        padding: 0px !important;
        background: #f8f8f8;
        padding-bottom: 30px !important;
    }

    .scenario-tabs {
        flex-wrap: wrap;
    }

        .scenario-tabs .nav-tabs {
            width: 100%;
            margin: 0;
            flex-direction: row !important;
            flex-wrap: unset;
        }

        .scenario-tabs > .container,
        .scenario-main-section > .container {
            padding: 0;
        }

        .scenario-tabs > .nav-tabs {
            max-width: 1360px;
            overflow-x: auto;
            flex-wrap: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .scenario-tabs > .nav-tabs {
            padding: 15px 16px 22px 16px;
            background: transparent;
            box-shadow: none;
        }

            .scenario-tabs > .nav-tabs::-webkit-scrollbar {
                display: none;
            }

        .scenario-tabs .nav-tabs .nav-item {
            margin-right: 15px;
            white-space: nowrap;
        }

            .scenario-tabs .nav-tabs .nav-item .nav-link {
                padding: 6px 40px !important;
                background: #ffffff;
                border: 1px solid #cc0022;
                box-sizing: border-box;
                border-radius: 42px;
                color: #828282;
                font-size: 12px;
            }

                .scenario-tabs .nav-tabs .nav-item .nav-link span + span {
                    white-space: nowrap;
                    margin: 0;
                    font-size: 14px;
                    line-height: 18px;
                }

                .scenario-tabs .nav-tabs .nav-item .nav-link.active {
                    background: #ffdcd8;
                    border-color: #ffdcd8;
                }

        .scenario-tabs .tab-content {
            padding: 0 10px;
        }

            .scenario-tabs .tab-content h4 {
                line-height: 25px;
                text-align: center;
            }

            .scenario-tabs .tab-content .d-flex {
                flex-wrap: wrap;
                justify-content: center;
            }

    .scenario-left-contnet {
        margin: 0 auto 25px auto !important;
    }

    .scenario-right-contnet {
        padding: 0 10px !important;
    }

    .scenario-tabs .scenario-right-contnet ol li:last-child {
        margin-bottom: 0px !important;
    }

    .scenario-main-section .explore-plan-btn {
        position: relative;
        left: auto;
        top: 0;
        margin: 15px auto 0px auto;
        display: table;
    }

    .modal.show .modal-dialog {
        min-height: calc(100% - (0.55rem * 2));
    }

    .hightlight-popup .popup-head {
        padding: 30px 30px 20px 30px;
    }

        .hightlight-popup .popup-head .close {
            width: 22px;
            right: 10px;
            top: 10px;
        }

        .hightlight-popup .popup-head h5 {
            font-size: 16px;
            line-height: 20px;
        }

    .hightlight-popup .popup-body {
        padding: 0 20px 0 0px;
        flex-wrap: wrap;
        max-height: 68vh;
    }

    .hightlight-popup-left-main {
        flex: 1;
        margin-right: 0;
    }

    .hightlight-popup .hightlight-popup-tabs-main .nav-tabs {
        margin-bottom: 15px;
        min-width: 100%;
        max-width: 100%;
        justify-content: center;
    }

        .hightlight-popup .hightlight-popup-tabs-main .nav-tabs li {
            margin-right: 0px;
        }

    .hightlight-popup-hightlight-box {
        margin: 30px 7px 0px 7px;
    }

    .hightlight-popup .popup-body h6 {
        padding: 0 15px;
    }

    .hightlight-claim-process {
        padding-left: 15px;
    }

        .hightlight-claim-process li:last-child {
            padding-bottom: 10px;
        }

    .thankyou-popup-main {
        padding: 30px 15px 30px 15px !important;
    }

        .thankyou-popup-main h2 {
            font-size: 22px !important;
        }

        .thankyou-popup-main p {
            font-size: 16px !important;
            margin-bottom: 15px !important;
        }

        .thankyou-popup-main .close {
            font-size: 16px !important;
        }

    .share-location-popup .popup-body {
        padding: 40px 20px 25px 20px;
    }

        .share-location-popup .popup-body .close {
            width: 25px;
            right: 10px;
            top: 10px;
        }

        .share-location-popup .popup-body h6 {
            padding: 0;
        }

    .policy-number-tooltip {
        left: -105px;
    }

    .custome-tooltip-main:hover .policy-number-tooltip {
        width: 160px;
    }

    .faq-section > .container {
        padding: 0;
    }

    .faq-tab-main > .nav-tabs {
        max-width: 1360px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 20px;
        padding: 0 16px 5px 16px;
        justify-content: flex-start;
    }

        .faq-tab-main > .nav-tabs::-webkit-scrollbar {
            display: none;
        }

    .faq-tab-inner .accordion-main .card-header {
        padding: 12px 14px 12px 16px;
    }

    .faq-tab-inner .accordion-main .panel-title .btn-link {
        font-size: 14px;
        text-align: left;
        padding: 0 25px 0 15px;
    }

        .faq-tab-inner .accordion-main .panel-title .btn-link::before {
            width: 4px;
            height: 4px;
            top: calc(50% - 2px);
        }

        .faq-tab-inner .accordion-main .panel-title .btn-link::after {
            width: 20px;
            height: 20px;
        }

    .faq-tab-inner .accordion-main .panel-body p {
        font-size: 12px;
        line-height: 162.6%;
    }

    .faq-tab-inner .accordion-main .panel-body {
        padding: 0 16px 15px 33px;
    }

    .faq-tab-main .nav-tabs .nav-item:not(:last-of-type) {
        margin-right: 15px;
    }

    .faq-tab-main .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 17px;
        padding: 11.5px 20px;
        white-space: nowrap;
        margin: 0;
    }

    .faq-tab-main .tab-content {
        padding: 0 16px;
    }

    .faq-tab-inner .accordion-main .panel.panel-open .btn-link {
        font-weight: 600;
    }

    .buy-now-plan-highlight-main {
        padding: 0;
    }

    .buy-now-plan-highlight {
        padding: 10px 20px 34px 20px;
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 0 0 30px 30px;
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        -ms-border-radius: 0 0 30px 30px;
        -o-border-radius: 0 0 30px 30px;
    }

        .buy-now-plan-highlight h6 {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
            margin-top: 10px;
            font-size: 16px;
        }

        .buy-now-plan-highlight ul {
            order: 3;
            margin: 30px 0 18px 0;
            display: none;
        }

        .buy-now-plan-highlight .plan-preview {
            border: 1px solid #cc0022;
            border-radius: 40px;
            padding: 10px 10px 10px 26px;
            display: flex;
            align-items: center;
            font-size: 10px !important;
            margin: 0 !important;
            background-size: 14px;
            background-position: 8px center;
        }

        .buy-now-plan-highlight .view-all-link {
            font-size: 14px;
            top: auto;
            right: auto;
            position: relative;
            order: 4;
            display: none;
            margin: 0 auto;
        }

        .buy-now-plan-highlight .slide-down {
            position: absolute;
            top: auto;
            right: 0;
            left: 0;
            bottom: 5px;
            width: 22px;
            z-index: 5;
            display: table;
            margin: 0 auto;
            padding: 5px;
            transform-origin: center;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transition: 0.2s;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
        }

        .buy-now-plan-highlight li {
            line-height: 20px;
            font-size: 14px !important;
            padding-left: 25px !important;
            margin-bottom: 14px !important;
        }

            .buy-now-plan-highlight li::before {
                top: 3px;
                background-size: 18px !important;
                width: 18px;
                height: 18px;
            }

            .buy-now-plan-highlight li:last-child {
                margin-bottom: 0 !important;
            }

        .buy-now-plan-highlight ul.active,
        .buy-now-plan-highlight ul.active ~ .view-all-link {
            display: block;
        }

            .buy-now-plan-highlight ul.active ~ .slide-down {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                -o-transition: 0.2s;
            }

    .healthcare-ins-main {
        width: 100%;
    }

        .healthcare-ins-main > div {
            max-width: initial;
        }

            .healthcare-ins-main > div img {
                margin-bottom: 10px !important;
            }

        .healthcare-ins-main img.w-20 {
            width: 20px;
            margin-bottom: 0 !important;
        }

        .healthcare-ins-main > div h3 {
            font-size: 24px;
            line-height: 29px;
        }

        .healthcare-ins-main > div p {
            font-size: 10px !important;
            line-height: 16px;
        }

    .policy-claim-tabs.tabs-main > .nav-tabs .nav-item .nav-link {
        min-width: 160px;
    }

    .policy-claim-steps-section {
        margin: 40px 0;
    }

    .cashless-steps-main {
        background: none;
    }

        .cashless-steps-main .col-12 {
            text-align: center;
        }

    .policy-steps .card {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
    }

        .policy-steps .card .card-body {
            padding-left: 5px !important;
        }

        .policy-steps .card img {
            width: 150px;
            margin: 0 10px 0 0;
        }

        .policy-steps .card .step-number {
            width: 20px;
            height: 20px;
            font-size: 12px;
        }

        .policy-steps .card span:nth-of-type(2) {
            font-size: 16px;
            line-height: 20px;
        }

        .policy-steps .card p {
            font-size: 12px;
            line-height: 18px;
            overflow-wrap: anywhere;
        }

    .policy-claim-tabs .nav-tabs .nav-item {
        width: auto;
        min-width: auto;
    }

    .cashless-steps-main,
    .reimbursement-steps-main {
        background: url("./assets/images/policy-claim-steps/renew-policy-steps-mob.png") no-repeat, url("./assets/images/policy-claim-steps/.brand-partner-section-mob.png") no-repeat;
        background-position: 50px 27%, 50px 68%;
    }

    .section-links-wrapper {
        background: #ffffff;
    }

        .section-links-wrapper .container {
            padding: 0;
        }

        .section-links-wrapper .sections-link {
            max-width: 1360px;
            padding: 0;
            overflow-x: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

            .section-links-wrapper .sections-link::-webkit-scrollbar {
                display: none;
            }

    .sections-link {
        padding: 0 16px;
    }

        .sections-link li {
            padding: 13px 20px;
            white-space: nowrap;
            margin: 0 8px !important;
        }

            .sections-link li a {
                font-size: 14px;
            }

    .cover-heightlight {
        background-color: #f4f4f4;
        padding: 16px 0 40px 0px;
        margin: 27px 0;
    }

        .cover-heightlight > .container {
            padding: 0;
        }

        .cover-heightlight .bg-gray {
            background-color: unset;
            padding: 0 !important;
        }

    .cover-heightlight-main li {
        margin: 0 16px;
    }

        .cover-heightlight-main li img {
            width: 35px !important;
        }

        .cover-heightlight-main li p {
            font-size: 12px;
            line-height: 18px;
        }

    .know-more .bg-light-pink {
        width: 100%;
        padding: 16px 16px 27px 16px !important;
        text-align: center;
    }

    .know-more .know-more-heading {
        width: 100%;
    }

    .know-more .know-more-download {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }

        .know-more .know-more-download li {
            width: auto;
            margin: 0 auto 16px auto;
        }

            .know-more .know-more-download li:last-of-type {
                margin: 0 auto !important;
            }

            .know-more .know-more-download li a {
                padding: 10px 25px;
                font-size: 14px;
                line-height: 17px;
            }

    .know-more-heading h6 {
        padding: 0;
        line-height: 15px;
        margin-bottom: 16px;
    }

    .know-more-sec2 .know-more-download li {
        width: 230px;
    }

    .know-more-sec2 .bg-light-pink {
        padding: 25px 40px 35px 40px !important;
    }

    .policy-coverage-section {
        margin: 35px 0 30px 0 !important;
    }

        .policy-coverage-section > .container {
            padding: 0;
        }

    .policy-coverage-tabs .nav-tabs .nav-item {
        width: auto;
        min-width: auto;
    }

    .policy-coverage-tabs .nav-tabs {
        margin-bottom: 0;
    }

    .offers-policy-main {
        margin-top: 20px;
    }

    .covered-policy-cards .slick-track,
    .policy-cards .slick-track,
    .motor-covered-policy-cards .slick-track {
        display: flex;
        justify-content: flex-start;
    }

        .covered-policy-cards .slick-track .slide,
        .policy-cards .slide {
            float: none;
            height: auto;
            padding-top: 30px;
            padding-bottom: 10px;
        }

            .covered-policy-cards .slick-track .card .slide,
            .policy-cards .slide .card,
            .motor-covered-policy-cards .slide .card {
                margin: 0;
            }

    .policy-cards .card .card-body span {
        font-size: 16px;
        line-height: 19px;
    }

    .policy-cards .card .card-body p {
        font-size: 12px;
        line-height: 20px;
    }

    .policy-cards .card {
        min-height: 220px;
        /* padding-bottom: 10px; */
        margin: 30px 0 10px 0;
        box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
    }

    .policy-cards .slick-dotted.slick-slider {
        margin-bottom: 60px;
        padding: 0 16px 0 16px;
    }

    .policy-cards .carousel .slick-dots {
        bottom: -35px;
    }

    .policy-coverage-tabs .tab-content .tab-pane.active {
        overflow: hidden;
    }

    .accept-tnc {
        position: relative;
        bottom: auto;
        margin-top: 20px !important;
    }

    .know-more .bg-light-pink {
        box-shadow: 7px 7px 0px #ffe9d4;
    }

    .what-iob-main {
        padding-bottom: 25px;
    }

        .what-iob-main p {
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 0.02em;
            max-width: 100%;
            text-align: justify !important;
        }

    .hospital-location-section {
        padding-bottom: 20px !important;
    }

    .hospital-location-main .form-group label {
        font-size: 12px;
    }

    .hospital-location-main .form-group a {
        text-decoration: underline !important;
    }

    .hospital-location-main .select-city .ngx-select {
        width: 100%;
    }

    .hospital-location-main .btn-control .btn {
        font-size: 16px;
    }

    .hospital-location-section.view-all {
        overflow-y: auto;
        padding-bottom: 0px;
    }

        .hospital-location-section.view-all .view-all-head-main {
            padding: 0 50px 0 16px;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 3;
            background: #ffffff;
        }

            .hospital-location-section.view-all .view-all-head-main .close {
                width: 25px;
                height: 25px;
                top: 10px;
                right: 10px;
            }

            .hospital-location-section.view-all .view-all-head-main .hospital-location-main {
                padding: 15px 0 !important;
            }

                .hospital-location-section.view-all .view-all-head-main .hospital-location-main .view-all-head {
                    display: none;
                }

        .hospital-location-section.view-all .nearest-hospital-section .card .view-all-map {
            position: fixed;
            height: 67vh;
            top: 0;
            z-index: 1;
            pointer-events: none;
        }

        .hospital-location-section.view-all .view-all-list {
            margin-top: 50vh;
            background: #ffffff;
            border-radius: 30px 30px 0 0;
            padding: 40px 0 0 0 !important;
            position: relative;
            z-index: 2;
        }

            .hospital-location-section.view-all .view-all-list .multi-hospital .d-flex {
                justify-content: center !important;
            }

            .hospital-location-section.view-all .view-all-list::before {
                content: "";
                position: absolute;
                width: 40px;
                height: 4px;
                background: #cccccc;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                top: 20px;
                left: 0;
                right: 0;
                margin: auto;
            }

        .hospital-location-section.view-all .hospitals-data {
            height: auto;
            width: auto;
            flex-direction: column;
            padding: 0;
        }

            .hospital-location-section.view-all .hospitals-data .slick-dotted.slick-slider {
                margin: 0 !important;
            }

                .hospital-location-section.view-all .hospitals-data .slick-dotted.slick-slider .slick-list,
                .hospital-location-section.view-all .hospitals-data .slick-dotted.slick-slider .slick-list .slick-track {
                    max-width: 100%;
                    transform: translate3d(0, 0, 0) !important;
                    -webkit-transform: translate3d(0, 0, 0) !important;
                    -moz-transform: translate3d(0, 0, 0) !important;
                    -ms-transform: translate3d(0, 0, 0) !important;
                    -o-transform: translate3d(0, 0, 0) !important;
                    -webkit-user-select: none !important;
                    user-select: none !important;
                    touch-action: unset !important;
                }

            .hospital-location-section.view-all .hospitals-data li {
                max-width: 100%;
                width: 100% !important;
                margin: 0;
                padding: 15px 20px;
                border-radius: 0;
                box-shadow: none;
                border-bottom: 0.5px solid #d8d8d8 !important;
            }

        .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex {
            justify-content: flex-start !important;
        }

            .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data li .d-flex .share {
                margin-left: auto !important;
            }

        .hospital-location-section.view-all .view-all-list .multi-hospital .hospitals-data .slick-dots {
            display: none;
        }

    .nearest-hospital-section > .container {
        padding: 0;
    }

        .nearest-hospital-section > .container > .card .row {
            margin: 0 !important;
        }

    .nearest-hospital-section .map {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: 325px;
    }

    .nearest-hospital-section .card {
        box-shadow: unset;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .hospitals-data {
        height: auto;
        display: flex;
        width: max-content;
    }

        .hospitals-data li.slide {
            border-bottom: none !important;
            max-width: 300px;
            padding: 16px;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            border-radius: 24px;
            margin: 10px 16px;
            width: 300px;
            flex: 1 0 1%;
            height: auto;
        }

            .hospitals-data li.slide > div {
                width: 100%;
            }

    .multi-hospital > div > a {
        font-size: 12px;
    }

    .hospitals-data li.slide h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .hospitals-data li.slide span.fs-16,
    .hospitals-data li.slide span.fs-14 {
        font-size: 12px !important;
        line-height: 15px;
    }

    .hospitals-data li span.dot {
        display: none;
    }

    .hospitals-data li.slide p {
        font-size: 12px;
        line-height: 16px;
        overflow: auto !important;
    }

    .hospitals-data .slick-dotted.slick-slider {
        margin-bottom: 40px !important;
    }

    .hospitals-data .carousel .slick-dots {
        bottom: -35px;
    }

    .main-banner-left {
        position: relative;
    }

    .back-btn {
        position: absolute;
        top: auto;
        left: 0;
    }

    .super-healthcare-popup {
        background: #fff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        position: relative;
    }

        .super-healthcare-popup .popup-head {
            padding: 10px 16px 12px 16px;
            text-align: left;
        }

            .super-healthcare-popup .popup-head h5 {
                font-size: 12px;
                line-height: 20px;
                padding-right: 35px;
            }

        .super-healthcare-popup .popup-body {
            max-height: inherit;
            padding-right: 0;
        }

        .super-healthcare-popup .hightlight-popup-hightlight-box {
            padding: 10px 16px 0 16px;
            margin: 0;
            border: 0;
            width: 100%;
            max-width: 100%;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            background: #F4F4F4;
        }

            .super-healthcare-popup .hightlight-popup-hightlight-box p.fs-16 {
                font-size: 14px;
                line-height: 17px;
            }

            .super-healthcare-popup .hightlight-popup-hightlight-box .text-underline {
                text-decoration: underline;
                color: #16A7DB;
            }

    .hightlight-box-download li a {
        background: #DADCDC;
    }

    .super-healthcare-popup .hightlight-popup-hightlight-box .hightlight-box-head {
        padding-bottom: 0;
        border-bottom: none;
    }

    .super-healthcare-popup .popup-body .data {
        width: 100%;
    }

        .super-healthcare-popup .popup-body .data:nth-of-type(3),
        .super-healthcare-popup .popup-body .data:nth-of-type(4) {
            width: 100%;
        }

        .super-healthcare-popup .popup-body .data p {
            font-size: 12px;
        }

            .super-healthcare-popup .popup-body .data p img.rating {
                width: 14px;
            }

    .super-healthcare-popup .hightlight-popup-left-main {
        flex: auto;
        margin: 0 auto;
        width: 100%;
        padding: 0 16px 20px 16px;
    }

    .super-healthcare-popup .hightlight-popup .popup-body .tab-pane h6 {
        margin: 0 0 16px 0 !important;
    }

    .hightlight-popup .hightlight-popup-tabs-main .card .panel-heading .btn::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .hightlight-popup .hightlight-popup-tabs-main .panel.panel-open .panel-title .btn::after {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    .super-healthcare-popup .hightlight-popup-tabs-main p.fs-16,
    .super-healthcare-popup .hightlight-popup-tabs-main .nav-tabs li a,
    .super-healthcare-popup .hightlight-popup-left-main p {
        font-size: 12px;
    }

    .super-healthcare-popup .hightlight-popup-tabs-main p.fs-14 {
        font-size: 12px;
        line-height: 20px;
    }

    .super-healthcare-popup .hightlight-popup-tabs-main .card .panel-heading .btn {
        padding: 10px 15px 10px 30px;
    }

    .hightlight-popup .content-height {
        max-height: calc(100vh - 80px);
        height: auto;
    }

    .super-healthcare-popup .hightlight-claim-process li {
        padding-bottom: 25px;
    }

    .super-healthcare-popup li span.count {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px !important;
    }

    .super-healthcare-popup .scroll-container > .ps.ps--active-y > .ps__rail-y {
        right: 2px !important;
    }

    .super-healthcare-popup .scroll-container .ps__thumb-y {
        width: 3px;
    }

    .mob-fix-col {
        width: 150px;
        position: sticky;
        position: -webkit-sticky;
        top: auto;
        left: 0;
        background-color: #fff;
        z-index: 1;
    }

    th.mob-fix-col {
        background-color: #fff6ed;
    }

    .table thead tr,
    .table thead th:first-child,
    .table thead th:last-child {
        border-radius: 0;
    }

    .table tbody td.mob-fix-col {
        box-shadow: inset -1px 0 0px 0 #d8d8d8;
    }

    .table-horizontal .table-main {
        margin-bottom: 20px;
    }

    .modal-fullpage {
        overflow-y: scroll;
    }

    .policy-number-tooltip {
        left: 0;
    }

    .custome-tooltip-main:hover .policy-number-tooltip {
        width: 180px;
    }

    .plan-box-wrapper .plan-box h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .scenario-tabs .scenario-right-contnet {
        flex: initial;
    }

    .resources-faq .faq-tab-main > .nav-tabs {
        justify-content: flex-start;
    }

        .resources-faq .faq-tab-main > .nav-tabs li:not(:last-of-type) {
            margin-right: 15px !important;
        }

    .activities-images-slider {
        max-width: 100%;
        width: 100%;
    }

        .activities-images-slider h5 {
            font-size: 10px;
            line-height: 12px;
        }

        .activities-images-slider .card {
            margin: 0 10px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            height: auto;
        }

    .activiti-img {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .activities-images-slider .carousel {
        box-shadow: none !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .activiti .lable {
        font-size: 10px;
    }

    .activities-images-slider .carousel .slick-dots {
        bottom: -35px;
    }

    .awareness-activities .container {
        padding-right: 0;
    }

    .downloads-tabs-main .nav-tabs {
        justify-content: start;
    }

        .downloads-tabs-main .nav-tabs li:not(:last-of-type) {
            margin-right: 15px;
        }

    .downloads-main .container {
        padding: 0;
    }

    .downloads-tables-main p.fs-12 {
        font-size: 10px;
        line-height: 18px;
    }

    .downloads-tabs-main .tab-content {
        padding: 0;
    }

    .downloads-tables .table-main {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .downloads-tables .table-main tbody th:first-of-type,
        .downloads-tables .table-main tbody td:first-of-type {
            width: auto;
        }

        .downloads-tables .table-main tbody td {
            padding: 6.5px 16px;
            white-space: nowrap;
        }

        .downloads-tables .table-main thead th {
            padding: 15px 16px;
        }

        .downloads-tables .table-main thead th {
            white-space: nowrap;
        }

            .downloads-tables .table-main thead th:first-child {
                border-top-left-radius: 0;
            }

            .downloads-tables .table-main thead th:last-child {
                border-top-right-radius: 0;
            }

    .hightlight-popup .hightlight-popup-tabs-main .nav-tabs {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 15px;
        justify-content: start;
    }

        .hightlight-popup .hightlight-popup-tabs-main .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .hightlight-popup .hightlight-popup-tabs-main .nav-tabs .nav-link {
            padding: 10px;
            font-size: 14px;
            line-height: 18px;
            margin-right: 20px;
            white-space: nowrap;
        }

    .product-card .hightlight-popup-tabs-main .nav-tabs li a,
    .product-card .hightlight-popup-tabs-main .nav-tabs li.active a {
        font-size: 14px;
    }

    .product-card .hightlight-popup-tabs-main .nav-tabs li:not(:last-of-type) {
        margin-right: 15px;
    }
    /* scrolling-tabs */
    .scrolling-tabs-main {
        margin-bottom: 30px;
    }

    .scrolling-tabs-nav {
        padding: 5px 10px;
    }

        .scrolling-tabs-nav::before,
        .scrolling-tabs-nav::after {
            width: 30px;
            background: none;
        }

        .scrolling-tabs-nav::after {
            background: none;
        }

        .scrolling-tabs-nav .slick-arrow {
            display: none !important;
        }

        .scrolling-tabs-nav .slick-track {
            display: flex;
            align-items: center;
        }

    .scrolling-tabs-content {
        padding: 0 16px;
    }

    .scrolling-tabs-main li.scrolling-tabs {
        font-size: 14px;
        line-height: 17px;
        max-width: 250px;
        text-align: center;
        padding: 10px 20px;
    }
    /* custom-pills-tab-main */
    .custom-pills-tab-main .nav-tabs {
        max-width: 1360px;
        padding: 1px 0;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

        .custom-pills-tab-main .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .custom-pills-tab-main .nav-tabs .nav-item,
        .custom-pills-tab-main .nav-tabs .nav-item:last-child {
            white-space: nowrap;
            margin: 0 8px;
        }

        .custom-pills-tab-main .nav-tabs .nav-link {
            font-size: 14px;
            line-height: 17px;
            padding: 11px 20px;
            white-space: nowrap;
        }

    .custom-pills-tab-main .tab-content {
        padding: 0 16px;
    }
    /* slick-layered-slider */
    .slick-layered-slider {
        width: 100%;
    }

        .slick-layered-slider .slick-slide:not(.slick-center) {
            left: auto;
            transform: scale(0.9);
        }

        .slick-layered-slider .slick-active.slick-center + .slick-slide,
        .slick-layered-slider .slick-center + .slick-cloned {
            left: auto;
        }
    /* report-slider */
    .report-slider .annual-reports {
        width: 100%;
    }

    .report-slider .reports-text h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .report-slider .reports-text .fs-14 {
        font-size: 12px;
        line-height: 14px;
    }

    .report-slider .reports-header .fs-18 {
        font-size: 14px;
        line-height: 18px;
    }

    .report-slider .reports-footer .fs-18 {
        font-size: 12px;
        line-height: 14px;
    }
    /* Footer */
    .top-footer {
        padding: 16px 0 0 0;
    }

    .all-policies-wrapper {
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
    }

        .all-policies-wrapper .all-policies-head {
            background-color: #1E2833;
            position: relative;
        }

    .all-policies-head::after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        right: calc(100% - 95%);
        width: 10px;
        height: 10px;
        background: url(./assets/images/footer/white-arrow.svg) no-repeat center;
    }
    /* .all-policies-wrapper.active .all-policies-head { background-color: #f8f9fa; } */
    .all-policies-wrapper.active .all-policies-head {
        background-color: #1E2833;
    }

        .all-policies-wrapper.active .all-policies-head::after {
            /* background: url(./assets/images/footer/black-arrow.svg) no-repeat center; */
            transform: rotate(180deg);
        }

    .all-policies-wrapper.active .all-policies-data {
        background-color: #1E2833;
    }

    .all-policies-data > li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .all-policies-data > li > ul li a {
        color: #D5D5D5;
        font-size: 12px;
        line-height: 30px;
    }

    .all-policies-data > li > ul li {
        position: relative;
        padding-right: 6px;
        margin-right: 6px;
    }

        .all-policies-data > li > ul li:last-of-type {
            padding-right: 0;
            margin-right: 0;
        }

        .all-policies-data > li > ul li:not(:last-of-type):after {
            content: '';
            width: 0.5px;
            height: 20px;
            position: absolute;
            top: 3px;
            right: 0;
            background-color: #626262;
        }

    .footer-main-links {
        width: 100%;
    }

        .footer-main-links > li {
            width: 100%;
            padding-bottom: 2px;
            margin: 0 0 16px 0;
            position: relative;
        }

            .footer-main-links > li:last-of-type {
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .footer-main-links > li:not(:last-of-type)::after,
            .mobile-footer .connect-us::after,
            .mobile-footer .container > p.fs-12::after,
            .nav-list-details > li::after,
            .nav-list-details .sub-menu .card::after {
                content: '';
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #d8d8d8;
            }

        .footer-main-links li > span {
            font-size: 16px !important;
            line-height: 20px;
            margin-bottom: 13px;
        }

        .footer-main-links li .links > ul {
            width: 48%;
        }

            .footer-main-links li .links > ul:first-of-type {
                margin-right: 20px;
            }

    .footer-main .bg-gray p.fs-14 {
        font-size: 10px !important;
        line-height: 14px;
        max-width: 90%;
        margin: 0 auto;
    }

    .mobile-footer .social-media-icons li:not(:last-of-type) {
        margin-right: 16px;
    }

    .mobile-footer .social-media-icons li img {
        width: 32px;
    }

    .mobile-footer .subscribr-newsletter form input,
    .mobile-footer .subscribr-newsletter form .form-control:focus {
        background: #fff;
        color: #707070;
    }

    .mobile-footer .subscribr-newsletter form button {
        top: calc(50% - 15px);
    }

    .mobile-footer .download-app a img {
        max-height: 40px;
    }

    .mobile-footer .address-details {
        line-height: 20px;
    }
    /* Header */
    header {
        width: 100%;
        background: #FFFF;
        max-width: inherit;
        border-radius: 0;
        transition: .5s;
        overflow: hidden;
        /* position: absolute; top: 0; left: 0; z-index: 10; */
    }

        header.active {
            overflow: auto;
            height: 100vh;
        }

        header .navbar {
            padding: 0;
        }

    .home-sidenav-main div.bg-light-gray {
        padding: 8px 16px;
    }

    header .navbar .navbar-brand {
        max-width: 125px;
        margin-right: auto;
    }

    .home-sidenav-main .navbar-toggler {
        padding: 7px 0;
        outline: none;
        width: auto;
        height: auto;
    }

    .home-sidenav-main span.navbar-toggler-icon {
        margin: 0;
        width: 17px;
        height: 13px;
        border-top: none;
        border-bottom: none;
        background: 0 0;
        position: relative;
        line-height: normal;
        display: block;
    }

        .home-sidenav-main span.navbar-toggler-icon::before,
        .home-sidenav-main span.navbar-toggler-icon::after {
            content: '';
            position: absolute;
            top: calc(50% - .5px);
            left: 2px;
            width: 100%;
            height: 1px;
            background: #303030;
            transform-origin: center;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .home-sidenav-main span.navbar-toggler-icon::before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .home-sidenav-main span.navbar-toggler-icon::after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

    .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon {
        border-top: 1px solid #303030;
        border-bottom: 1px solid #303030;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

        .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon::before,
        .home-sidenav-main .navbar-toggler.collapsed span.navbar-toggler-icon::after {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }

    .home-sidenav-main .navbar-collapse {
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        font-size: 0;
        background: #FFF;
        padding-bottom: 16px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    header.active .navbar-collapse {
        animation: .35s slideDown linear;
        -webkit-animation: .35s slideDown linear;
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-2%);
            -webkit-transform: translateY(-2%);
            -moz-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
            -o-transform: translateY(-2%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    @-webkit-keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-2%);
            -webkit-transform: translateY(-2%);
            -moz-transform: translateY(-2%);
            -ms-transform: translateY(-2%);
            -o-transform: translateY(-2%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    .home-sidenav-main .navbar-collapse.show {
        flex-wrap: wrap;
        /* height: calc(100vh - 60px); */
        overflow: auto;
    }

    .home-sidenav-main .login-in-premium {
        padding: 14px 16px 28px 16px;
        background: linear-gradient(90deg, #E0EAFC 0%, #CFDEF3 100%);
    }

        .home-sidenav-main .login-in-premium > h6 {
            max-width: 90%;
            text-align: left;
            line-height: 22px;
        }

        .home-sidenav-main .login-in-premium ul li {
            position: relative;
        }

            .home-sidenav-main .login-in-premium ul li:first-of-type {
                padding-right: 20px;
                margin-right: 20px;
            }

                .home-sidenav-main .login-in-premium ul li:first-of-type::after,
                .nav-bottom li:first-of-type::after {
                    content: '';
                    width: 1px;
                    height: 40px;
                    background-color: #B5D0FA;
                    position: absolute;
                    top: 3px;
                    right: 0;
                }

            .home-sidenav-main .login-in-premium ul li span {
                text-decoration: underline;
            }

    .home-sidenav-main .nav-list-details {
        padding: 0 16px;
    }

        .home-sidenav-main .nav-list-details a.main-menu,
        .nav-list-details .main-menu .panel-title .btn {
            color: #3E3E3E;
            font-weight: 600;
            font-family: 'montserrat-bolder';
            font-size: 14px;
            line-height: 17px;
        }

    .nav-list-details .btn-link.focus,
    .nav-list-details .btn-link:focus {
        text-decoration: none;
    }

    .nav-list-details > li {
        padding: 20px 0;
        position: relative;
    }

    .nav-list-details .main-menu .card {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .nav-list-details .main-menu .panel-title .btn,
    .nav-list-details .main-menu .card-body,
    .nav-list-details .main-menu .card-header {
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .home-sidenav-main .nav-list-details .sub-menu .submenu-list a:not(.explore-plans) {
        font-size: 12px;
        line-height: 32px;
        color: #75757C;
        font-weight: 400;
        font-family: 'montserrat-medium';
    }

    .nav-list-details .sub-menu .card {
        position: relative;
        padding: 20px 0;
    }

    .nav-list-details .sub-menu .pmfby-list .card {
        padding-bottom: 0;
    }

        .nav-list-details .sub-menu .pmfby-list .card::after {
            display: none;
        }

    .nav-list-details .sub-menu .submenu-list {
        padding-left: 26px;
    }

    .menus .card .panel-heading .panel-title .btn,
    .products-menu .sub-menu .card .panel-heading .category-heading {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .menus .main-menu .card .panel-heading .panel-title .btn::after,
    .menus .sub-menu .card .panel-heading .category-heading::after {
        content: '';
        position: absolute;
        right: 0px;
        top: calc(100% - 20px);
        width: 24px;
        height: 24px;
        background: url('./assets/images/icons/faq-icon.svg') no-repeat;
        background-size: 100% !important;
        transform-origin: center;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .menus .main-menu.panel.panel-open .panel-title .btn::after,
    .menus .sub-menu .panel.panel-open .panel-title .category-heading::after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .goverment-list .card .panel-heading .category-heading::after,
    .pmfby-list .card .panel-heading .category-heading::after {
        display: none;
    }

    .claims-menu .submenu-list li {
        padding: 15px 0;
    }

        .claims-menu .submenu-list li:last-of-type {
            padding-bottom: 0;
        }

    .nav-list-details .goverment-list .panel-body,
    .nav-list-details .pmfby-list .panel-body {
        display: none;
    }

    .nav-bottom {
        width: 100%;
        margin-top: 60px;
    }

        .nav-bottom li {
            position: relative;
        }

            .nav-bottom li:first-of-type {
                margin-right: 16px;
                padding-right: 16px;
            }

                .nav-bottom li:first-of-type::after {
                    top: -5px;
                    height: 24px;
                    background-color: #d8d8d8;
                }

    .view-all-map #map,
    .view-all-map #map1,
    .view-all-map #map2 {
        position: static !important;
        height: 350px;
    }

    .plan-box-wrapper .plan-box-header {
        height: auto;
    }

    .plan-box > h6 {
        font-size: 16px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .plan-box-wrapper .plan-box-shortDescription,
    .plan-box-wrapper .plan-box-shortDescription1 {
        min-height: auto;
    }

    .policy-cards .card .card-body p.plan-box-shortDescription,
    .policy-cards .card .card-body p.plan-box-shortDescription1 {
        height: 95px;
    }

    .medical-infra-popup .popup-body {
        padding: 0 16px 16px 16px;
    }

    .medical-infra-popup .faq-tab-inner .basic-details li {
        width: 100%;
        margin-top: 14px !important;
    }

    .medical-infra-popup .basic-details li span.border {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .medical-infra-popup .basic-details li p {
        max-width: 100%;
        line-height: 17px !important;
    }

    .medical-infra-popup .details > div:first-of-type img {
        width: 32px;
        height: 32px;
    }

    .medical-infra-popup .details > div:first-of-type h6 {
        padding: 0;
    }

    .medical-infra-popup .content-height {
        max-height: calc(100vh - 80px);
        height: auto;
    }

    .showAllDataBtn {
        display: none !important;
    }
}

/* Extra CSS */
.call-me-btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    font-family: "montserrat-bold";
}

.callme-popup {
    max-width: 1190px;
}

.active-link {
    color: #E52D27 !important;
    font-weight: 600 !important;
}

.mobile-footer .download-app a img {
    height: 40px;
}

.form-group.form-group-error small.err-txt {
    display: block;
}

.form-group.form-group-error .form-control,
.form-group.form-group-error input.contact-number {
    border-color: #cc0022 !important;
}
