/* BLUE SHADES */


/* GRAY SHADES */


/* BLACK/WHITE SHADES */


/* Other Colors */


/* Font Family's */


/* MOUSE Varibles */

.titledescription {
    width: 100% !important;
    float: left !important ;
    position: relative !important;
}

.newinsurancepolicytabs {
    width: 100% !important;
    float: left !important ;
    position: relative !important;
}
    
@font-face {
    font-family: 'Rubik-Bold';
    src: url("../../../../../../../content/dam/revampbagic/fonts/Rubik-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url("../../../../../../../content/dam/revampbagic/fonts/Rubik-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}

@font-face {
    font-family: 'Rubik-Light';
    src: url("../../../../../../../content/dam/revampbagic/fonts/Rubik-Light.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}



/* Assign Font Properties - START */

body,
p,
input,
button,
textarea {
    font-family: "Rubik-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "Rubik-Regular";
}

a {
    color: white;
}

p,
input,
textarea,
button,
a,
li,
label {
    font-size: 1.8rem;
    line-height: 1.4;
}


/* Assign Font Properties - END */

html {
    font-size: 62.5%;
}

body {
    font-family: "Rubik-Regular";
    color: #005596;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    outline: none;
    color: #005596;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    border: none;
}

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

p,
.ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3.3rem;
}

h3 {
    font-size: 3rem;
    font-family: "Rubik-Bold";
}

h4 {
    font-size: 2.2rem;
    font-family: "Rubik-Bold";
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    text-decoration: underline;
}

table,
table tr td,
table tr th {
    border: none;
}

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

input,
textarea {
    outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
summary,
mark {
    float: left;
    width: 100%;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

input[type=submit],
input[type=button],
button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1440px;
    /*padding:0 82px;
max-width:1345px;*/
}



.addOnWrap {
    padding: 100px 0 50px 0;
    position: relative;
    background: #f9f9f9;
    text-align: center;
}

.addOnWrap .container {
    max-width: 1440px;
}

/*Claims product tabbing*/

.registerYourClaimFRMwrp.terms-tabbing-wrap {
    background: #f9f9f9;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap {
    background: #fff;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container {
    top: auto;
}


.registerYourClaimFRMwrp.terms-tabbing-wrap .otherInsWrap h2 {
    max-width: 100%;
}

.tabbing-content-wrap .claim-process-container.container {
    max-width: 1110px;
}

.tabs-claim-wrap .claim-process-list ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    float: left;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul {
    position: relative;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li {
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.active:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    background: #ff9b41;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.active {
    border-bottom: none;
    border-right: none;
}
/* sanket 10 dec 2024 */
/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p { */
    .terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 {
    font-family: 'Rubik-Regular';
    font-size: 2rem;
    color: #4f4f4f !important;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding: 17px 34px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li p.active {
    color: #0071bb;
    font-family: 'Rubik-Bold';
}

/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p.active:before { */
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 67px;
    background: url("clientlib/images/sprite.png") no-repeat 0px -50px;
    left: -70px;
    top: 0;
}

/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p.active:after { */
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 67px;
    background: url("clientlib/images/sprite.png") no-repeat -90px -50px;
    right: -70px;
    top: 0;
}

/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p.active .down-arrow { */
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active .down-arrow {
    display: block;
}

/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p .down-arrow { */
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 .down-arrow {
    width: 26px;
    height: 26px;
    bottom: -26px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
    display: none;
}

/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p .down-arrow:before { */
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3 .down-arrow:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #00a499;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item {
    display: none;
}

/* sanket commented on 15 Nov 2024 */
/* .terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item p {
    display: none;
} */

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item:last-child {
    border-bottom: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item.active .tab-accord-item-heads p {
    color: #005596;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads {
    position: relative;
    padding: 0 0 10px 0px;
    cursor: none;
    z-index: 1;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads p {
    font-family: 'Rubik-Bold';
    font-size: 2.5rem;
    color: #005596;
    padding-bottom: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #00a499;
    left: 0;
    top: 22px;
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-heads:after {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    background: url(clientlib/images/sprite.png) -299px -386px no-repeat;
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p {
    font-family: 'Rubik-Regular';
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 0;
}

/* .terms-tabbing-wrap .tabbing-container .tabbing-links ul li p.active:after,
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li p.active:before { */
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:after,
.terms-tabbing-wrap .tabbing-container .tabbing-links ul li h3.active:before {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.ext-link p {
    padding: 0;
}

.terms-tabbing-wrap .tabbing-container .tabbing-links ul li.ext-link p a {
    padding: 13px 34px;
    display: inline-block;
    text-decoration: none;
    color: #4f4f4f;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.ext-device-link p:before {
    display: none;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.ext-device-link p a {
    text-decoration: none;
}

.headOfficeDetailsList li {
    padding-bottom: 10px;
}

.headOfficeDetailsList li .headOfficeDetailsHeads {
    width: 10%;
    float: left;
}

.headOfficeDetailsList li .headOfficeDetailsTxt {
    width: 90%;
    float: left;
}

.headOfficeDetailsList li .headOfficeDetailsTxt a:hover {
    text-decoration: underline;
}

.claimIntroShown,
.claimIntroHidden {
    width: 100%;
    float: left;
}

.claimIntroWrap {
    max-width: 1110px;
    margin: 0 auto 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.claimIntroWrap p {
    font-size: 1.8rem;
    color: #5e5e5e;
    text-align: center;
}

.claimIntroWrap p a.claimIntroReadLink {
    color: #0071bb;
    text-decoration: underline;
}

.claimIntroHidden,
.claimIntroWrap p a.claimIntroReadLink.claimIntroActive {
    display: none;
}

.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active {
    display: block;
}

.claims-normal-cont {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p,
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p {
    float: left;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 20px;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p a,
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p a {
    font-size: 1.6rem;
    text-decoration: underline;
}

.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details .claims-normal-cont p:last-child,
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p:last-child {
    padding-bottom: 0px;
}

.tabs-claim-wrap ul.claims-normal-bull {
    padding: 0;
}

.backgroundColor-grey {
    background: #f9f9f9;
}

.simplifyInsurance.backgroundColor-grey .simplifyAccordWrap .simplifyAccordInner .simplifyAccordMain.active p {
    border-bottom: 1px solid #cccccc;
}

.claimProcessTabSec .imgIconWrap {
    display: none;
}

/*Terms of Use Tabbing styling end*/


.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p.sub-Title {
    clear: both;
    float: none;
    font-family: "Rubik-Bold";
}

.leftAlign {
    text-align: left;
}

.tabHeading {
    font-family: "Rubik-Bold";
    font-weight: normal;
    color: #ff9b41;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.listingDetails {
    margin: 0 auto;
}

.listingDetails ul li {
    font-family: "Rubik-Regular";
    color: #0072bc;
    font-weight: normal;
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 15px;
}

.listingDetails ul li span {
    padding-left: 20px;
    position: relative;
    text-align: left;
    display: block;
}

.listingDetails .details {
    padding-left: 20px;
}

.listingDetails ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #ff9b41;
}

.highlight {
    color: #ff9b41;
    text-decoration: underline;
    cursor: pointer;
}

.terms-tabbing-wrap .tabheading {
    font-size: 3rem;
    color: #ff9b41;
     margin-top:-46px; /* amruta */
}

.terms-tabbing-wrap .tabparagraph {
    font-size: 1.8rem;
    color: #5e5e5e;
}

/* sanket 24 dec start */
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details h4{
    text-align: center;
    font-family: AllianzSans;
    font-weight: normal;
    font-size: 1.6rem;
}
/* sanket 24 dec end */
/***********Media Query Start**************/

@media only screen and (max-width: 1023px) {
    .tabbing-links {
        overflow-x: auto;
    }

    .terms-tabbing-wrap .tabbing-container .tabbing-links ul {
        width: 1300px;
        overflow-x: auto;
        text-align: left;
        padding-left: 10px;
    }

}


@media only screen and (max-width: 767px) {
    .listingDetails ul li {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .highlight {
        font-size: 1.5rem;
    }

    .tabHeading {
        font-size: 2.5rem;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p {
        padding-bottom: 10px;
        font-size: 1.5rem;
    }
    /* sanket 24 dec start */
.registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details h4{
    font-size: 1.5rem;
}
/* sanket 24 dec end */

    .registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item.active .tab-accord-wrap {
        display: block !important;
    }
}

/***********Media Query End**************/

.travelProduct .registerYourClaimFRMwrp.terms-tabbing-wrap .tabbing-container .tabbing-content-wrap .tabbing-content-item .tab-accord-wrap .tab-accord-item .tab-accord-item-details p {
    float: none;
}


