/*
    Theme Name: Daman Health Insurance
    Theme URI: https://www.bluelogic.ae/wordpress/theme-url
    Description: This is a custom build theme for Wordpress by Bluelogic.
    Author: Habil M
    Author URI: https://www.linkedin.com/in/habil-m/
    Version: 3.6.6
    Tags: bluelogic
    Text Domain: text-daman
    Domain Path: /languages
*/

:root {
    --font-sans-serif:'Roboto Flex', sans-serif , Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 5px;
    min-height: 10px;
}

::-webkit-scrollbar {
    width: 5px; 
    height: 10px;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #010913;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

/* h1,
.h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 117.241%;
    margin: 0;
}
h2,
.h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 103.188%;
    margin: 0;
}
@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 42px;
        line-height: 114.286%;
    }
}
h3,
.h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 116.667%;
    margin: 0;
}
@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 36px;
        line-height: 116.667%;
    }
}
h4,
.h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.286%;
    margin: 0;
}

h5,
.h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
@media (min-width: 768px) {
    h5,
    .h5 {
        font-size: 21px;
        line-height: 123.81%;
    }
}

h6,
.h6 {
    font-size: 12px;
        line-height: 108.197%;
    font-weight: 600;
    margin: 0;
}
@media (min-width: 768px) {
    h6,
    .h6 {
    font-size: 16px;
    line-height: 137.5%;
    }
}
nav,
.navigation-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}
p,
.para {
    font-size: 16px;
    font-weight: 400;
    line-height: 137.5%;
    margin: 0;
}

p.b,
.para-bold {
    font-size: 12px;
    font-weight: 600;
    line-height: 183.333%;
    margin: 0;
}
@media (min-width: 768px) {
    p.b,
    .para-bold {
        font-size: 16px;
        line-height: 137.5%;
    }
}

.para-style-1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 116.667%;
    margin: 0;
}
/* @media (min-width: 768px) {
    .para-style-1 {
        font-size: 24px;
        line-height: 116.667%;
    }
} 

.para-style-2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333% ;
}
@media (min-width: 768px) {
    .para-style-2 {
        font-size: 18px;
        line-height: 133.333%;
    }
}

.para-style-4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.59px;
    text-transform: capitalize;
}
@media (min-width: 768px) {
    .para-style-4 {
        font-size: 62px;
        line-height: 64px;
    }
}

button,
.btn-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 131.25%;
    margin: 0;
}
@media (min-width: 768px) {
    button,
    .btn-text {
        font-size: 16px;
        line-height: 131.25%;
    }
}
a,
.link-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 208.333%;
    text-decoration: underline;
    margin: 0;
}
@media (min-width: 768px) {
    a,
    .link-text {
        font-size: 16px;
        line-height: 137.5%;
    }
}
input,
.input-label {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.small-text-bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 114.286%;
    margin: 0;
}
.breadcrumbs {
    font-size: 14px;
    font-weight: 600;
    line-height: 128.571%;
    margin: 0;
}
.kerning {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 3.2px;
    margin: 0;
} */

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

[class*='icon-']{
    vertical-align: text-top;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    /* color: #0a58ca; */
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--font-monospace);
    font-size: 1em;
    direction: ltr/* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    /* font-size: inherit; */
    line-height: inherit;
    border-style: solid;
}

button {
    border-radius: 0;
    border: none;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}
    
select {
    word-wrap: normal;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: #FFF;
    background-size: 18px;
    appearance: none;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

 ::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

 ::-webkit-datetime-edit-fields-wrapper,
 ::-webkit-datetime-edit-text,
 ::-webkit-datetime-edit-minute,
 ::-webkit-datetime-edit-hour-field,
 ::-webkit-datetime-edit-day-field,
 ::-webkit-datetime-edit-month-field,
 ::-webkit-datetime-edit-year-field {
    padding: 0;
}

 ::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

 ::-webkit-search-decoration {
    -webkit-appearance: none;
}

 ::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

 ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .main-slider .flotingsideicons {
        top: 70px;
        right: 44px;
    }
    .main-slider .slider-main {
        max-height: 670px;
    }
    .floating-icon-buy-banner .icon-buy-banner li {
        max-width: none;
    }
    .nested-tabs-component ul.nested-nav-main {
        display: flex;
        justify-content: start;
        align-items: stretch;
    }
    .nested-tabs-component ul.nested-nav-main li a h5 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
    }
    .nested-nav-sub {
        padding: 15px;
    }
    .nested-nav-sub ul.sub-tab-pane {
        padding-bottom: 0;
    }
    .nested-nav-sub ul.sub-tab-pane.active {
        padding-bottom: 0;
    }
    .nested-nav-sub ul.tab-pane-navigation {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 20px;
    }
    .nested-nav-sub ul.tab-pane-navigation li {
        max-width: none;
        flex-shrink: 1;
    }
    .nested-nav-sub ul.tab-pane-navigation li a svg {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    .nested-nav-sub ul.tab-pane-navigation .btn-nested-nav-sub {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }
    .nested-nav-sub ul.tab-pane-navigation li p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600px;
    }


    section.choose-daman {
        overflow: hidden;
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #FEFFFE;
    }
    .choose-daman__wrapper {
        gap: 195px;
    }
    .choose-daman--background-image {
        position: absolute;
        top: auto;
        inset-inline-start: auto;
        inset-inline-end: -130px;
        bottom: 0;
        width: 825px;
        height: auto;
        object-fit: contain;
        padding: 0;
    }
    .choose-daman__wrapper--top-content {
        gap: 15px;
    }
    .choose-daman__wrapper--top-content > h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 48px;
        letter-spacing: 0px;
    }
    .choose-daman__wrapper--top-content > p {
        font-family: 'Roboto Flex';
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #6C6F70;
        max-width: 328px;
        b {
            font-family: 'Roboto Flex';
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0px;
            color: #6C6F70;
        }
    }
    .choose-daman__wrapper--bottom-content {
        display: flex;
        justify-content: start;
        align-self: end;
        gap: 13px;
        flex-wrap: wrap;
        min-height: 0;
    }
    .content-expand-component {
        min-width: 193px;
        flex: 1 1 193px;
    }
    .content-expand-component.active {
        transform: scale(1);
    }
    .content-expand-component .content-expand-component__wrapper {
        padding: 18px;
        box-sizing: border-box;
        border-radius: 16px;
    }
    .content-expand-component--content {
        display: block  ;
        position: relative;
        padding-inline-end: 30px;
    }
    .content-expand-component--content > span {
        font-family: 'Roboto Flex';
        font-weight: 400;
        font-size: 10.78px;
        line-height: 14.38px;
        letter-spacing: 0px;
    }
    .content-expand-component--content > h3 {
        font-family: 'Roboto Flex';
        font-weight: 600;
        font-size: 28.75px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .content-expand-component .content-expand-component--content .btn-plus {
        position: absolute;
        top: auto;
        bottom: 0;
        inset-inline-start: auto;
        inset-inline-end: 0px;
        width: 26px;
        height: 26px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%23882345' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5V19' stroke='%23882345' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: 16px;
        background-position: center;
        background-repeat: no-repeat;
        &::after {
            display: none;
        }
    }
}

@media screen and (max-width: 1023px) {
    .main-slider .flotingsideicons {
        top: 70px;
        inset-inline-end: 24px;
        z-index: 50;
    }
    
    .main-slider .flotingsideicons .icon-buy-banner {
        padding: 0;
        overflow: hidden;
        margin: 0; 
    }
    .main-slider .flotingsideicons .icon-buy-banner li {
        max-width: none;
        width: 232px;
        box-sizing: border-box;
        border-radius: 20px;
        height: 40px;
        padding: 5px;
        padding-inline-start: 15px;
        background-color: #F6F7F9;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    .main-slider .flotingsideicons .icon-buy-banner li div {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }
    .main-slider .flotingsideicons .icon-buy-banner li div img {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: contain;
        object-position: center;
    }
    .main-slider .flotingsideicons .icon-buy-banner li div h6 {
        color: #003478;
        font-size: 10px;
        line-height: 14px;
        font-weight: 500;
    }
    .main-slider .flotingsideicons .icon-buy-banner .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background-color: #882345;
        color: white;
        font-size: 10px;
        line-height: 14px;
        font-weight: 500;
        width: 52px;
        padding: 5px;
        flex-shrink: 0;
    }
}
.cc-window.cc-banner {
    padding: 12px 40px;
    z-index: 15;
}
.cc-revoke, .cc-window {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    
}
.cc-message-container {
    flex: 1 1 0%;
    height: fit-content;
}
.cc-banner .cc-message {
    padding: 0;
    margin: 0;
}
.cc-banner .cc-compliance {
    gap: 12px;
    flex-shrink: 0;
    padding: 0;
}
.cc-banner.cc-theme-block .cc-compliance a {
    margin: 0;
}
 
 
#purplegrid-chat-frame {
    z-index: 10 !important;
}