﻿@font-face {
    font-family: AllianzNeo-Regular;
    src: url(../Fonts/AllianzNeoW04-Regular.ttf);
}

@font-face {
    font-family: AllianzNeo-Light;
    src: url(../Fonts/AllianzNeoW01-Light.ttf);
}

@font-face {
    font-family: AllianzNeo-SemiBold;
    src: url(../Fonts/AllianzNeoW01-SemiBold.ttf);
}

@font-face {
    font-family: AllianzNeo-Bold;
    src: url(../Fonts/AllianzNeoW01-Bold.ttf);
}


@font-face {
    font-family: oneweb-controls;
    src: url(../Fonts/oneweb-controls/oneweb-controls.ttf);
}

@font-face {
    font-family: oneweb-allianz;
    src: url(../Fonts/oneweb-allianz/oneweb-allianz.ttf);
}


body {
}

html, body {
    /*background-image: linear-gradient(white, #0c8cbd87) ;*/
    background-color: #f5f6f6;
    /*background:#656565;*/
}


.clear20 {
    width: 100%;
    height: 20px;
}

.clear10 {
    width: 100%;
    height: 10px;
}

.padding0 {
    padding: 0 !important;
}

.rightAndLeftpadding3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}


.left_input {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.right_input {
    padding-left: 7px !important;
    padding-right: 10px !important;
}

.pull-right {
    float: right;
}

.tpl-home-tab .tab .nav-tabs {
    height: 60px;
    padding-left: 0px;
    border-bottom: 0px solid #692f6c;
}

    .tpl-home-tab .tab .nav-tabs li.tpl-tab.active {
        margin-top: -2px;
    }

    .tpl-home-tab .tab .nav-tabs li.tpl-tab {
        background: #113388 !important;
        margin-top: 10px !important;
        transition: all .1s ease !important;
    }

    .tpl-home-tab .tab .nav-tabs li {
        position: relative !important;
        padding: 0px !important;
    }

.nav-tabs > li {
    float: left !important;
    margin-bottom: -1px !important;
}


.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

a, .uk-link {
    color: #0077dd;
    text-decoration: none;
    cursor: pointer;
}

a {
    background: transparent;
    color: #575a5b;
    cursor: pointer;
    outline: none;
}



.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

ul, ol, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.tpl-home-tab .tab .nav-tabs li.tpl-tab a {
    background: #0E5A8E;
    padding-right: 50px;
}

.tpl-home-tab .tab .nav-tabs li.active a, .tab .nav-tabs li.active a:hover, .tab .nav-tabs li.active a:focus {
    color: #fff;
    border: 0;
    border-radius: 0;
}


.tpl-home-tab .tab .nav-tabs li.active a {
    opacity: 1;
    z-index: 2;
}

.tpl-home-tab .tab .nav-tabs li a {
    color: #fff;
    padding: 0px 30px;
    margin-right: 0px;
    text-shadow: 1px 1px 2px #000;
    border: 0;
    border-radius: 0;
    opacity: 1;
    position: relative;
    transition: all .3s ease 0s;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tpl-home-tab .tab .nav-tabs li.tpl-tab.active i {
    background-color: #0E5A8E;
    height: 60px;
}

.tpl-home-tab .tab .nav-tabs li.active a i {
    transform: translateY(-30%);
    left: 0px;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px -7px 8px -3px rgba(0,0,0,0.3);
    top: 0px;
    background-position: center center;
}

.tpl-home-tab .tab .nav-tabs li a i, .tab .nav-tabs li.active a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    text-shadow: none;
}

.tpl-home-tab .tpl-logo-icon {
    background: url('../Images/TPL.png') center center no-repeat;
    height: 60px;
    width: 60px;
    background-size: 40px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -5px;
    transition: ease all 0.5s;
}

.tpl-home-tab .tab .nav-tabs li a:hover span, .tab .nav-tabs li.active a span {
    letter-spacing: 1px;
    opacity: 1;
    transition: all .3s ease 0s;
    display: inline-block;
}

.tpl-home-tab .tab .nav-tabs li a span {
    display: inline-block;
    font-size: 20px;
    opacity: 1;
    transition: all .3s ease 0s;
    text-transform: uppercase;
}

.tpl-home-tab .tpl-logo-text {
    background-size: 100px;
    position: relative;
    top: -20px;
    left: auto;
    width: 135px;
    height: 40px;
    right: 0px;
    margin-left: 15px;
}

.tpl-home-tab .tab .tab-content {
    padding: 0px;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
    position: relative;
    margin-top: 15px;
}

.tpl-home-tab .allianz-tpl-bg {
    background: #0E5A8E;
    padding: 30px;
    position: relative;
}

.tpl-title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    margin-right: 20px;
}

.label-box {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 36px;
}

.dtHijri {
    font-family: Tahoma;
    font-size: 8pt;
    width: 100% !important;
    border: solid 1px #000;
}

.dtGregorian {
    font-family: Tahoma;
    font-size: 8pt;
    width: 100% !important;
    border: solid 1px #000;
}

.calendar {
    width: 100% !important;
    border: none;
    padding: 0px;
}

.orange-btn {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px 10px;
    border: 0px;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #e35205;
    color: #fff;
}

.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
    height: 25px !important;
    /*margin-top: 10px!important;*/
}

html body .RadInput .riTextBox, html body .RadInputMgr {
    border-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-style: solid;
    padding: 0px;
    vertical-align: middle;
}

.RadPicker {
    vertical-align: middle !important;
    margin-bottom: -10px !important;
    margin-top: -9px !important;
}

.RadPicker_Bootstrap .rcCalPopup {
    height: 42px !important;
    background-position: 0px 7px !important;
    border: none !important;
    background-image: url("../Images/calendarWhite.png") !important;
    background-size: 32px !important;
    padding-top: 10px;
}

.RadPicker_Bootstrap .rcTimePopup {
    height: 42px !important;
    background-position: -10px -4252px !important;
    border: solid 0px none !important;
}

#footer {
    position: relative;
    /* negative value of footer height */
    height: 30px;
    clear: both;
    background-color: #0E5A8E;
}

.RadButton_Bootstrap.rbRadioButton .rbText, .RadButton_Bootstrap.rbToggleButton .rbText {
    color: #fff !important;
}


.RadButton_Bootstrap .rbToggleCheckboxChecked, .RadButton_Bootstrap .rbToggleCheckboxFilled, .RadButton_Bootstrap .rbToggleRadioChecked {
    color: #e35205 !important;
}

#rdoIdentitytype .RadButton_Bootstrap.rbRadioButton .rbText, .RadButton_Bootstrap.rbToggleButton .rbText {
    color: #000 !important;
}


#rdoIdentitytype .RadButton_Bootstrap .rbToggleCheckboxChecked, .RadButton_Bootstrap .rbToggleCheckboxFilled, .RadButton_Bootstrap .rbToggleRadioChecked {
    color: #e35205 !important;
}

.OTPText {
    color: #414141 !important;
    font-size: 24px !important;
    line-height: 16px !important;
    font-family: AllianzNeo-Light !important;
    font-weight: normal !important;
}

.RadWindow_MetroTouch td.rwWindowContent {
    background-color: #fff !important;
}

.ErrorMsg {
    padding: 0px 0px;
    color: #e60000;
    font-size: 10px;
    font-weight: 700;
    margin: 8px 0px 2px 0;
    border-radius: 3px;
    display: grid;
}

.WizardBackgroundColor {
    padding-right: 0px;
    padding-left: 0px;
}




.label-Wizard-Bold {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: .3px;
    font-weight: 300;
    margin: 0 0 50px;
}


.label-Wizard-Heading {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: .3px;
}

.rwzContent {
    overflow: hidden !important;
}

.RadWizard_Bootstrap .rwzButton {
    padding: 0px !important;
    border-radius: 4px !important;
    border-color: #00a9e0 !important;
    font-size: 20px !important;
    height: 39px !important;
    text-transform: uppercase !important;
    background-color: #00a9e0 !important;
    width: 150px !important;
    color: #fff !important;
    font-family: AllianzNeo-SemiBold !important;
}

.RadComboBox_Bootstrap table {
    height: 30px !important;
}


fieldset.scheduler-border {
    border: 1px groove #EEEEEE !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}


.RadInput_Bootstrap .riTextBox.riEmpty, html body .RadInput_Empty_Bootstrap {
    color: #414141 !important;
    font-weight: normal !important;
    font-style: normal !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Light !important;
    vertical-align: bottom;
}

.placeholderText {
    color: #414141 !important;
    font-weight: normal !important;
    font-style: normal !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Light !important;
    vertical-align: bottom;
}

html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    border-bottom-color: #514e4e !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    color: #414141 !important;
    background-color: #fff;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: bolder !important;
    font-family: AllianzNeo-Light !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.075) inset !important;
}


.RadComboBox_Bootstrap table {
    border-collapse: separate !important;
    *border-collapse: collapse !important;
    padding: 0;
    border-spacing: 0;
    border: 0px solid !important;
    border-top-style: none !important;
    overflow: hidden;
}

.RadComboBox_Bootstrap {
    color: #414141 !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Light !important;
    font-weight: bolder !important;
    margin-bottom: -2px !important;
    margin-top: -2px !important;
}

    .RadComboBox_Bootstrap .rcbInputCell {
        border-color: #514e4e !important;
        background-color: #fff;
        border-radius: 0 0 0 0 !important;
        box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
    }

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
    opacity: 1 !important;
    color: #414141 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Light !important;
}



.RadComboBox .rcbInput {
    font: unset !important;
    padding: 0px 0px 0px !important;
}

.RadComboBox_Bootstrap table td.rcbInputCell, .RadComboBox_Bootstrap table td.rcbArrowCell {
    border-width: 0px !important;
    border-bottom-width: 1px !important;
}

.RadComboBox_Bootstrap .rcbArrowCell {
    border-color: #ccc !important;
    color: #333 !important;
    background-color: #fff !important;
    width: 32px !important;
    border-radius: 0 0 0 0 !important;
}

    .RadComboBox_Bootstrap .rcbArrowCell a {
        width: 14px !important;
        height: 30px !important;
        background-image: url("../Images/DownArrow.png") !important;
        background-position: -9px -59px !important;
    }

.RadComboBox_Bootstrap .rcbFocused .rcbArrowCell {
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
}

/*font-family: oneweb-controls;
    content: '\e013';*/

/*switch toggle*/
.onoffswitch2 {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 5px;
}

.onoffswitch2-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch2-inner:before, .onoffswitch2-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch2-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #4CAF50;
        color: #FFFFFF;
    }

    .onoffswitch2-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #d8d8d8;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch2-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    border: 0px solid #999999;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 68px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 50px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    /*-ms-border-radius: 60px;
    -o-border-radius: 60px;*/
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 22px;
        background-color: #dddddd;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: #27A1CA;
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 45px;
        background-color: #27A1CA;
    }

/*************************************************/
.driver-question-box {
    background: #3f8792;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    z-index: 8;
}

    .driver-question-box .question-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        color: #fff;
    }

.driver-switchcontent-box {
    background-color: rgba(152,213,222,0.5);
    border-radius: 0px 0px 3px 3px;
    padding: 15px 40px 15px;
    margin-top: -5px;
    position: relative;
    z-index: 9;
}

.question-text {
    color: #414141 !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Light !important;
}



.additional-driver-question-box {
    margin-left: 3px;
    margin-right: 3px;
}


    .additional-driver-question-box .driver-question-box {
        padding: 5px 15px;
        height: 40px;
        /*background: #bb757c ! important;*/
    }

    .additional-driver-question-box .question-text {
        font-size: 14px;
    }

.form-row {
    padding-bottom: 25px !important;
}

.finishDriver-buttons {
    text-align: right;
    margin-top: 20px;
}


    .finishDriver-buttons button.add-driver-btn {
        display: inline-block;
        width: auto;
        padding: 0px 30px;
        margin-left: 10px;
    }

.add-driver-btn {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    border-radius: 3px;
    width: 150px;
    text-align: center;
    margin: 0px;
    padding: 0px 10px;
    border: 0px;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #00a9e0;
    color: #fff;
}


.adddriver-data-box {
    /*background: #fff;
    padding: 15px;
    margin-top: 20px;*/
    background-color: #fff;
    border-radius: 0px 0px 3px 3px;
    padding: 15px 40px 15px;
    margin-top: 15px;
}

    .adddriver-data-box .driver-listbox {
        margin: 0px;
    }

.driver-info-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #222;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.RadButton_Bootstrap.rbCheckBox .rbText {
    color: #414141 !important;
    font-family: AllianzNeo-Regular !important;
    font-size: 14px;
}

.StartButton {
    float: right;
}

.blackText {
    color: #414242 !important;
    font-style: normal !important;
    font-size: 20px !important;
    font-family: AllianzNeo-SemiBold !important;
}

.blackText_OnlineClaims {
    color: #414242 !important;
    font-style: normal !important;
    font-size: 20px !important;
    font-family: AllianzNeo-SemiBold !important;
}

.blueSmallText {
    color: #00a9e0 !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Regular !important;
}

.label-Wizard {
    color: #414141 !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    margin-top: 10px;
}

.blue-btn {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin: 4px;
    padding: 0px;
    border: 0px;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #00a9e0;
    color: #fff;
    font-family: AllianzNeo-SemiBold !important;
}



    .blue-btn:disabled {
        opacity: 0.65;
    }

.alert-blue-btn {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    margin: 4px;
    padding: 0px;
    border: 0px;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #00a9e0;
    color: #fff;
    font-family: AllianzNeo-SemiBold !important;
}


.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    color: #fff !important;
    background-color: #fff !important;
}


.subHeader {
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    color: #414141 !important;
    font-weight: normal;
}

@media screen and (min-width: 576px) {

    .subHeader {
        font-size: 12px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {

    .subHeader {
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}


@media screen and (min-width: 992px) {

    .subHeader {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}


@media screen and (min-width: 1200px) {

    .subHeader {
        font-size: 20px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}




.pageHeader {
    font-size: 22px !important;
    font-family: AllianzNeo-Light !important;
    color: #414141 !important;
    font-weight: normal;
}

@media screen and (min-width: 576px) {
    .pageHeader {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    .pageHeader {
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 992px) {
    .pageHeader {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 1200px) {
    .pageHeader {
        font-size: 30px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}





.phdPageHeader {
    font-size: 22px !important;
    font-family: AllianzNeo-Light !important;
    color: #414141 !important;
    font-weight: normal;
}


@media screen and (min-width: 576px) {
    .phdPageHeader {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    .phdPageHeader {
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 992px) {
    .phdPageHeader {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 1200px) {
    .phdPageHeader {
        font-size: 30px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}



.addPageHeader {
    font-size: 15px !important;
    font-family: AllianzNeo-Light !important;
    color: #414141 !important;
    font-weight: normal;
}


@media screen and (min-width: 576px) {
    .addPageHeader {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    .addPageHeader {
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 992px) {
    .addPageHeader {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 1200px) {
    .addPageHeader {
        font-size: 30px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}




.DriverPageHeader {
    font-size: 15px !important;
    font-family: AllianzNeo-Light !important;
    color: #414141 !important;
    font-weight: normal;
}


@media screen and (min-width: 576px) {
    .DriverPageHeader {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    .DriverPageHeader {
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 992px) {
    .DriverPageHeader {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 1200px) {
    .DriverPageHeader {
        font-size: 30px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}



.QuotePageHeader {
    font-size: 15px !important;
    font-family: AllianzNeo-Light !important;
    color: #414141 !important;
    font-weight: normal;
}


@media screen and (min-width: 576px) {
    .QuotePageHeader {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    .QuotePageHeader {
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 992px) {
    .QuotePageHeader {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}

@media screen and (min-width: 1200px) {
    .QuotePageHeader {
        font-size: 30px !important;
        font-family: AllianzNeo-Light !important;
        color: #414141 !important;
        font-weight: normal;
    }
}


.imgPadding {
    margin-top: -55px;
    margin-bottom: -110px;
    width: 150px;
    height: 300px;
}


@media screen and (min-width: 576px) {
    .imgPadding {
        margin-top: -49px;
        margin-bottom: -92px;
        width: 120px;
        height: 250px;
    }
}


.leftCol {
    display: none !important;
}

@media screen and (min-width: 992px) {

    .leftCol {
        display: block !important;
    }
}



.rightColumn {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .rightColumn {
        display: block !important;
    }
}




@media screen and (min-width: 576px) {
    .radioDiv {
        height: 50px;
        border: solid 0px red;
        padding-top: 1px;
    }
}

.radioDiv {
    height: auto !important;
    border: solid 0px red;
    padding-top: 1px;
}




.bannerColor {
    background-color: #00a9e0;
}

.greenBannerColor {
    background-color: #3fb24a;
}

.greyBannerColor {
    background-color: #808080;
}

.RedBannerColor {
    background-color: #b81e40;
}

.bannerTopMargin {
    margin-top: -64px;
}

.rcorners1 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-color: transparent;
    border-bottom-color: #00a9e0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-left-color: #00a9e0;
    border-left-width: 2px;
    border-left-style: solid;
    border-right-color: #00a9e0;
    border-right-width: 2px;
    border-right-style: solid;
    /*border-: 2px solid #73AD21;*/
}

.rGreencorners1 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-color: transparent;
    border-bottom-color: #3fb24a;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-left-color: #3fb24a;
    border-left-width: 2px;
    border-left-style: solid;
    border-right-color: #3fb24a;
    border-right-width: 2px;
    border-right-style: solid;
    /*border-: 2px solid #73AD21;*/
}

.rGreycorners1 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-color: transparent;
    border-bottom-color: #808080;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-left-color: #808080;
    border-left-width: 2px;
    border-left-style: solid;
    border-right-color: #808080;
    border-right-width: 2px;
    border-right-style: solid;
    /*border-: 2px solid #73AD21;*/
}


.row {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.RadWizard {
    margin-top: -20px !important;
}

    .RadWizard .rwzHeader, .RadWizard .rwzContent, .RadWizard .rwzFooter {
        padding: 0px !important;
    }

    .RadWizard .RadWizard_Bootstrap .rwzHorizontal {
        margin-top: 0px !important;
    }


.phdImgPadding {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 300px;
    height: 140px;
}

.VehicleImgPadding {
    margin-top: 30px;
    margin-bottom: 0px;
    width: 240px;
    height: 95px;
}

.DriverImgPadding {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 150px;
    height: 190px;
}

.QuoteImgPadding {
    margin-top: 0px;
    margin-bottom: -27px;
    width: 300px;
    height: 150px;
}

@media screen and (min-width: 576px) {
    .QuoteImgPadding {
        margin-top: 0px;
        margin-bottom: -29px;
        width: 400px;
        height: 220px;
    }
}

.phdBannerTopMargin {
    margin-top: -24px;
}

.driverBannerTopMargin {
    margin-top: -24px;
}

.QuoteBannerTopMargin {
    margin-top: 0px;
}


.ControlContainer {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

@media screen and (min-width: 992px) {
    .ControlContainer {
        margin-right: 250px !important;
        margin-left: 250px !important;
    }
}




@media screen and (max-width: 768px) {
    .rowHeight {
        border: solid 0px red;
        height: 50px;
    }
}


.rowHeight {
    border: solid 0px red;
    height: auto;
}


#ctl00_ContentPlaceHolder1_txtEnglishFullName {
    font-weight: bold !important;
    font-size: 16px !important;
}

#ctl00_ContentPlaceHolder1_txtArabicFullName {
    font-weight: bold !important;
    font-size: 16px !important;
}


.RadWizard .rwzNav {
    text-align: center !important;
    width: 100%;
}



    .RadWizard .rwzNav .rwzRight {
        float: none !important;
        margin-right: 0;
        margin-left: .38461538em;
    }


    .RadWizard .rwzNav .rwzLI {
        float: none !important;
        margin-right: .76923077em;
    }

    .RadWizard .rwzNav .rwzHidden {
        float: none !important;
        margin-right: .76923077em;
    }

#ctl00_ContentPlaceHolder1_cmbVehicleUniqueType_Input {
    font-weight: bold !important;
    font-size: 16px !important;
}




#radioBtnOwnerType .notActive {
    color: #00a9e0 !important;
    background-color: #fff !important;
    border-color: #00a9e0 !important;
    font-size: 20px;
    font-family: AllianzNeo-SemiBold !important;
}

#radioBtnOwnerType .active {
    color: #fff !important;
    background-color: #00a9e0 !important;
    border-color: #00a9e0 !important;
    font-size: 20px;
    font-family: AllianzNeo-SemiBold !important;
}

.navHeaderText {
    font-size: 10px;
    color: #fff;
    font-family: AllianzNeo-SemiBold !important;
}

@media screen and (min-width:576px) {
    .navHeaderText {
        font-size: 12px;
        color: #fff;
        font-family: AllianzNeo-SemiBold !important;
    }
}


.sideHeader {
    font-size: 16px !important;
    font-family: AllianzNeo-SemiBold !important;
    color: #414141 !important;
}

#lblQLPolicyTaxableAmount {
    text-align: right;
}

#lblQLVATAmount {
    text-align: right;
}

#lblQLPolicyAmount {
    text-align: right;
}

.purchaseSuccessMsg {
    font-size: 28px !important;
    font-family: AllianzNeo-Light !important;
    color: #808080 !important;
    font-weight: normal;
}

@media screen and (min-width: 576px) {

    .purchaseSuccessMsg {
        font-size: 43px !important;
        font-family: AllianzNeo-Light !important;
        color: #808080 !important;
        font-weight: normal;
    }
}


.purchaseBlueText {
    color: #00a9e0 !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-family: AllianzNeo-Light !important;
}

@media screen and (min-width: 576px) {
    .purchaseBlueText {
        color: #00a9e0 !important;
        font-style: normal !important;
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
    }
}


.blackSmallText {
    color: #414141 !important;
    font-size: 14px !important;
    font-family: AllianzNeo-Regular !important;
}





/* Main Classes */
.myinput[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 0px solid #808080;
    content: "";
    background: #fff;
    /*background-image:url('../Images/Checkbox_False.png')*/
}

.myinput[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 25px;
    height: 25px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);*/
    background-image: url('../Images/Checkbox_False.png');
    background-repeat: no-repeat;
    background-position: center;
}

.myinput[type="checkbox"]:checked:after {
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);*/
    background-color: #00a9e0;
}

.myinput[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}

.myinput[type="checkbox"]:not(:disabled):checked:hover:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
}

.myinput[type="checkbox"]:not(:disabled):hover:after {
    /*background-image: linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);*/
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
}

.myinput[type="checkbox"]:not(:disabled):hover:before {
    border-color: #3D7591;
}

/* Large checkboxes */
.myinput.large {
    height: 25px;
    width: 25px;
}

    .myinput.large[type="checkbox"]:before {
        width: 25px;
        height: 25px;
    }

    .myinput.large[type="checkbox"]:after {
        top: -22px;
        left: -1px;
        width: 25px;
        height: 27px;
    }

    /* Custom checkbox */
    .myinput.large.custom[type="checkbox"]:checked:after {
        /*background-image: url('data:image/png;base64,ivborw0kggoaaaansuheugaaabaaaaaqcayaaaaf8/9haaaaghrfwhrbdxrob3iabwluzwnyywz0aw5mby5jb23fzidlaaaak0leqvq4y2p4//8/ayuywcad+ozn/omwshjrboa0gr8+dcbihhblaeyz+qzz/7wpryhnagtnmoxpjvo/w0/up0kgggwgazbrkgftgnlc/0nyagidbey2bcrgdcdcna2ygeyvog0aae5mv4c7gzk6crqabdm2w/eaqegzxgpqnu2sactyjnmaym3gaqcxnum0gfwmapukd8xybvdcaaaaaelftksuqmcc'), linear-gradient(135deg, #b1b6be 0%, #fff 100%);*/
        background-image: url('../Images/Checkbox_True.png');
    }

    .myinput.large.custom[type="checkbox"]:not(:disabled):checked:hover:after {
        /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);*/
        background-image: url('../Images/Checkbox_True.png');
    }


/*Round toggle check box button*/

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        z-index: 2;
        content: "";
        height: 28px;
        width: 28px;
        left: 1px;
        bottom: 1px;
        background-color: #fff;
        background-image: url('../Images/no.png');
        background-position-y: center;
        background-position-x: center;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        -webkit-transition: .4s;
        transition: all 0.4s ease-in-out;
    }

    .slider:after {
        position: absolute;
        left: 0;
        z-index: 1;
        content: "YES";
        font-size: 12px;
        text-align: left !important;
        line-height: 32px;
        padding-left: 0;
        width: 70px;
        color: #fff;
        height: 30px;
        border-radius: 50px;
        background-color: #4CAF50;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
        transition: all 0.4s ease-in-out;
    }

input:checked + .slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*width: 235px;*/
    padding-left: 10px;
}



input:checked + .slider:before {
    background-color: #fff;
    background-image: url('../Images/yes.png');
}

input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

    .slider.round:before {
        border-radius: 100%;
    }

.absolute-no {
    position: absolute;
    left: 0;
    color: darkslategrey;
    text-align: right !important;
    font-size: 12px;
    width: calc(100% - 10px);
    height: 30px;
    line-height: 32px;
    cursor: pointer;
}



.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper {
    background-color: #00a9e0 !important;
}

    .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
        color: #fff !important;
    }

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font: 12px/1.42857143 AllianzNeo-Regular !important;
}

.RadGrid_Bootstrap {
    border-color: #00a9e0 !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    border-radius: 0px !important;
}

    .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper, .RadGrid_Bootstrap .rgMultiHeaderRow th.rgHeader {
        border-bottom: 1px solid #00a9e0 !important;
        border-left: 1px solid #00a9e0 !important;
        border-top: 1px solid #00a9e0 !important;
        border-right: 1px solid #00a9e0 !important;
    }

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}


.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgEditRow > td {
    padding: 9px 7px !important;
    border-width: 0px 2px 1px 2px !important;
    border-style: solid !important;
    border-color: #00a9e0 !important;
}

    .RadGrid_Bootstrap .rgRow > td:first-child, .RadGrid_Bootstrap .rgAltRow > td:first-child {
        border-left-width: 1px !important;
        padding-left: 8px !important;
    }

#lblQLPolicyEffectiveDate {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#lblQLSequenceNumber {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#lblQLPolicyHolderID {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#lblQLVehicleMake {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#lblQLName {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#lblQLPlateNumber {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}


#lblQLNationalAddress {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#lblQLMakeYear {
    height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.QLDriverDetailsGridHeader {
    background-color: #00a9e0 !important;
    border: 1px solid #00a9e0 !important;
}

.QLDriverDetailsGridHeadercol {
    background-color: #00a9e0 !important;
    border: 1px solid #00a9e0 !important;
}

.QLDriverDetailsGridHeader .label-Wizard {
    color: #fff !important;
    font-size: 13px !important;
    font-family: AllianzNeo-Regular !important;
    line-height: 36px !important;
}

.QLDriverDetailsGridHeadercol .label-Wizard {
    color: #fff !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Regular !important;
    line-height: 10px !important;
}

@media screen and (min-width:576px) {
    .QLDriverDetailsGridHeadercol .label-Wizard {
        color: #fff !important;
        font-size: 13px !important;
        font-family: AllianzNeo-Regular !important;
        line-height: 36px !important;
    }
}


.QLDriverDetailsGridCol {
    border-width: 1px 1px 1px 1px !important;
    border-style: solid !important;
    border-color: #00a9e0 !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Regular !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
}

.QLDriverDetailsGridHeader .label-Wizard-Bold {
    text-align: left !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    font-family: AllianzNeo-SemiBold !important;
    color: #fff !important;
    line-height: 36px !important;
}

.QLDriverDetailsGridCol .label-Wizard-Bold {
    text-align: left !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    font-family: AllianzNeo-SemiBold !important;
    color: #00a9e0 !important;
    line-height: 36px !important;
}

.QLDriverDetailsGridCol .label-Wizard {
    text-align: left !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Regular !important;
    color: #00a9e0 !important;
    line-height: 36px !important;
}

.IbanDivPadding {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

@media screen and (min-width: 576px) {
    .IbanDivPadding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.txtIBANStyle {
    width: 100%;
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    font-weight: bold;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    padding: 5px;
    height: 30px;
    margin-top:10px!important;
}

@media screen and (min-width:576px) {
    .txtIBANStyle {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 13px !important;
        font-family: AllianzNeo-Light !important;
        font-weight: bolder;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
        width: 93%;
        text-transform: uppercase;
        padding: 5px;
        height: 30px;
        margin-top:10px!important;
    }
}

@media screen and (min-width:768px) {
    .txtIBANStyle {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        font-weight: bolder;
        letter-spacing: 10px !important;
        border-radius: 4px !important;
        width: 93%;
        text-transform: uppercase;
        padding: 5px;
        height: 30px;
        margin-top:10px!important;
    }
}

@media screen and (min-width:992px) {
    .txtIBANStyle {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        font-weight: bolder;
        letter-spacing: 10px !important;
        border-radius: 4px !important;
        width: 93%;
        text-transform: uppercase;
        padding: 5px;
        height: 30px;
        margin-top:10px!important;
    }
}

@media screen and (min-width:1200px) {
    .txtIBANStyle {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        font-weight: bolder;
        letter-spacing: 10px !important;
        border-radius: 4px !important;
        width: 93%;
        text-transform: uppercase;
        padding: 5px;
        height: 30px;
        margin-top:10px!important;
    }
}



#txtIBAN1 {
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
}

@media screen and (min-width:576px) {
    #txtIBAN1 {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
    }
}

#txtIBAN2 {
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
}

@media screen and (min-width:576px) {
    #txtIBAN2 {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
    }
}

#txtIBAN3 {
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
}

@media screen and (min-width:576px) {
    #txtIBAN3 {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
    }
}

#txtIBAN4 {
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
}

@media screen and (min-width:576px) {
    #txtIBAN4 {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
    }
}

#txtIBAN5 {
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
}

@media screen and (min-width:576px) {
    #txtIBAN5 {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
    }
}


#txtIBAN6 {
    border-color: #00a9e0 !important;
    border-width: 1.5px;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-top-style: solid !important;
    color: #00a9e0 !important;
    background-color: #f3fbfe !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    letter-spacing: 4px !important;
    border-radius: 4px !important;
}

@media screen and (min-width:576px) {
    #txtIBAN6 {
        border-color: #00a9e0 !important;
        border-width: 1.5px;
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-top-style: solid !important;
        color: #00a9e0 !important;
        background-color: #f3fbfe !important;
        font-size: 16px !important;
        font-family: AllianzNeo-Light !important;
        letter-spacing: 8px !important;
        border-radius: 4px !important;
    }
}


.lnk {
    font-family: AllianzNeo-Regular !important;
    font-size: 22px;
    color: #007ab3;
}

.Quotationlnk {
    font-family: AllianzNeo-Regular !important;
    font-size: 14px;
    color: #007ab3;
}

.homeButton a {
    display: inline-block;
    vertical-align: top; /* Adjust if multi-line text */
    margin: 10px;
    padding: 5px;
    width: 120px;
    color: #007ab3;
    text-align: center;
    text-decoration: none;
}

    .homeButton a img {
        display: block;
        margin: auto;
        border: 0;
    }

    .homeButton a span {
        display: block;
    }
/*.homeButton a:hover {
    background: rgba(0,0,0,.3);
}*/


.OopsText {
    color: #003781 !important;
    font-size: 28px !important;
    font-family: AllianzNeo-Regular !important;
}

@media screen and (min-width:576px) {
    .OopsText {
        color: #003781 !important;
        font-size: 40px !important;
        font-family: AllianzNeo-Regular !important;
    }
}

.SpMessageDiv {
    padding-right: 1px;
    padding-left: 1px;
}



@media screen and (min-width:1200px) {
    .SpMessageDiv {
        padding-right: 260px;
        padding-left: 260px;
    }
}

.paymentFailureTxt {
    font-size: 16px !important;
    font-family: AllianzNeo-Regular !important;
    color: #9eaab1 !important;
}

@media screen and (min-width:576px) {
    .paymentFailureTxt {
        font-size: 20px !important;
        font-family: AllianzNeo-Regular !important;
        color: #9eaab1 !important;
    }
}

.RadCheckBoxList .RadCheckBoxList_Bootstrap .rbHorizontalList {
    float: left !important;
}

    .RadCheckBoxList .RadCheckBoxList_Bootstrap .rbHorizontalList .RadCheckBoxList_Rtl {
        float: right !important;
    }

#rdoRegistrationCard {
    text-align: left;
}

/*@media screen and (min-width: 992px) {
    #rdoRegistrationCard {
        text-align: right;
    }
}

         #rdoCustomCard {
                text-align: left;
            }

        @media screen and (min-width: 992px) {
            #rdoCustomCard {
                text-align: left;
            }
        }*/

.imgPurchaseStatus {
    width: 75px;
    height: 75px;
}

@media screen and (min-width: 576px) {
    .imgPurchaseStatus {
        width: 100px;
        height: 100px;
    }
}

.MotorCertificateLink {
    float: none !important;
}

@media screen and (min-width:992px) {
    .MotorCertificateLink {
        float: left !important;
    }
}


.icon-small {
    height: 18px !important;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 22px;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .RadWizard .rwzFooter .rwzLI {
        width: auto !important;
        margin-right: 2%;
    }
}


.floatAddDetail {
    float: left;
}

@media screen and (min-width:576px) {
    .floatAddDetail {
        float: none;
    }
}

.DownloadArrow {
    content: url(../Images/Navigation_Right.png);
}

.lanNavSel {
    height: 18px;
    font-size: 14px;
    vertical-align: middle;
}

.module-metabar_15-component .division.single_right {
    text-align: right !important;
    padding-left: 25px !important;
    padding-right: 75px !important;
}



.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}


/* This is the default state */
.custom-radio .custom-control-label::before {
    background-color: white; /* orange */
}

/* This is the checked state */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #00a9e0; /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E);
    border-radius: 50%;
}

/* active state i.e. displayed while the mouse is being pressed down */
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #00a9e0; /* red */
}

/* the shadow; displayed while the element is in focus */
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25); /* pink, 25% opacity */
}

.module-footer_menu-component {
    color: #fff !important;
    /*padding: 10px 15px 5px;*/
    text-align: left !important;
}

.termsAlign {
    text-align: left !important;
}



.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid #00a9e0;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75 !important;
}

.loader-txt {
    width: 300px;
}

    .loader-txt p {
        font-size: 13px;
        color: #666;
    }

        .loader-txt p small {
            font-size: 11.5px;
            color: #999;
        }

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(40% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: #fff;
        border: none;
    }

.MADA-VISA-MASTERCARD-img {
    background-image: url('../images/CC.png') !important;
    width: 150px !important;
    height: 34px !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    margin-top: 8px !important;
}

.popupWindowAlignCenter {
    top: 350px !important;
}

.SessionPopupbtn {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin: 4px;
    padding: 0px;
    border: 0px;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #00a9e0;
    color: #fff;
    font-family: AllianzNeo-SemiBold !important;
}

.imgPurchaseStatus {
    width: 75px;
    height: 75px;
}

.imgOopsStatus {
    width: 75px;
    height: 75px;
}

@media screen and (min-width: 576px) {
    .imgPurchaseStatus {
        width: 100px;
        height: 100px;
    }

    .imgOopsStatus {
        width: 100px;
        height: 100px;
    }
}

.purchaseRedText {
    color: red !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-family: AllianzNeo-Light !important;
}

@media screen and (min-width: 576px) {
    .purchaseRedText {
        color: red !important;
        font-style: normal !important;
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
    }
}



/*#region Visit Visa */


.documentListClass{
    font-size:20px !important;
     font-family: AllianzNeo-Regular !important;
        color: #007ab4 !important;
}

.lblUploadInfo{
     font-size: 20px !important;
        font-family: AllianzNeo-Regular !important;
        color: #424242 !important;
}


 .error_msg_content {
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

 .error_msg_heading {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }



.txt_travel_insurance{
     font-family: AllianzNeo-Regular !important;
    color:#414242 !important;
    font-size:14px !important;
}


.lblDetails{
    font-family: AllianzNeo-Light !important;
    color:#424242 !important;
    font-size:14px !important;

}


.round_button_link{
    text-decoration:none !important;
}

#DivTxtAlnzVstVisaInsurance {
    position: absolute !important;
    top: 40px !important;
    width: 100% !important;
    border: solid 0px red !important;
    text-align: center !important;
}








.txtAlnzVstVisaInsurance {
    font-family: AllianzNeo-Light !important;
    font-size: 22.5px !important;
    
    color: #ffffff !important;
}

@media (min-width: 576px) {
    .txtAlnzVstVisaInsurance {
        font-family: AllianzNeo-Light !important;
        font-size: 22.5px !important;
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .txtAlnzVstVisaInsurance {
        font-family: AllianzNeo-Light !important;
        font-size: 27.5px !important;
        color: #ffffff !important;
    }
}

@media (min-width: 1200px) {
    .txtAlnzVstVisaInsurance {
        font-family: AllianzNeo-Light !important;
        font-size: 27.5px !important;
        color: #ffffff !important;
    }
}


.DivExplore {
    position: absolute !important;
    top: 70px !important;
    width: 100% !important;
    border: solid 0px red !important;
    text-align: center !important ;
    display: block !important;
}





.txtsize-46 {
    color: #ffffff !important;
    font-family: AllianzNeo-Light !important;
    font-size: 36px !important;
}

.DivThird {
    position: absolute !important;
    top: 110px !important;
    width: 100% !important;
    border: solid 0px red;
    text-align: center !important;
    display: block !important;
}


     

.txtsize-14 {
    color: #ffffff !important;
    font-family: AllianzNeo-Light !important;
    font-size: 14px !important;
}

.txtsize-10 {
    color: #ffffff !important;
    font-family: AllianzNeo-Light !important;
    font-size: 10px !important;
}


.home_button_Div
{
     position: absolute !important;
    top: 190px !important;
    width: 100% !important;
    border: solid 0px red !important; 
    text-align: center !important; 
}




.darkBlue-btn {
   font-size: 17px !important;
   height:40px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin: 4px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    border: 0px !important;
    outline: none !important;
    text-transform: uppercase !important;
    background: #3479ae !important;
    color: #fff !important;
    font-family: AllianzNeo-SemiBold !important;
}

.ImageLinkRow {
    position: absolute !important;
    top: 255px !important;
    width: 100% !important;
    border: solid 0px red !important;
    text-align: center !important;
}

       

.InsideWhiteCircle {
    width: 45px !important;
    height: 45px !important;
    /*margin: 8px;*/
}


.QuestionWhyAllianz {
    color: #414242 !important;
    font-family: AllianzNeo-Light !important;
    font-size: 24px !important;
}

.StrongAdvantageText {
    color: #414242 !important;
    font-family: AllianzNeo-Light !important;
    font-size: 20px !important;
}

.AnswerWhyAllianz {
    color: #414242 !important;
    font-family: AllianzNeo-Light !important;
    font-size: 18px !important;
}


.homePageImage {
    width: 32px !important;
    height: 38px !important;
    margin-top: 10px !important;
}

.homePageImageSingleLine {
    color: #434142 !important;
    font-family: AllianzNeo-SemiBold !important;
    font-size: 16px !important;
}

.homePageImagePara {
    color: #414242 !important;
    font-family: AllianzNeo-Regular !important;
    font-size: 12px !important;
}

.ActivationTitle {
    color: #414242 !important;
    font-family: AllianzNeo-Regular !important;
    font-size: 18px !important;
}



.labelText {
    color: #414141 !important;
    font-size: 12px !important;
    font-family: AllianzNeo-Light !important;
    margin-top: 10px !important;
}


.vv_purchaseSuccessMsg {
    font-size: 26px !important;
    font-family: AllianzNeo-Light !important;
    color: #939597 !important;
    
}

.vv_txcancelFirstConfirmation {
    font-size: 26px !important;
    font-family: AllianzNeo-Light !important;
    color: #939597 !important;
    
}


.vv_purchaseBlueText {
    color: #02a9e0 !important;
    font-size: 16px !important;
    font-family: AllianzNeo-Light !important;
}

.vv_lnk {
    font-family: AllianzNeo-Light !important;
    font-size: 18px !important;
    color: #077bb4 !important;
}


.HomePagelnkText {
    color: #ffffff !important;
    font-family: AllianzNeo-Regular !important;
    font-size: 10px !important;
    text-decoration-line: none !important;
}



.txtFewStep {
    color: #ffffff !important;
    font-family: AllianzNeo-Light !important;
    font-size: 13.5px !important;
}


.txtExplore {
    color: #ffffff !important;
    font-family: AllianzNeo-Light !important;
    font-size: 22px !important;
}


.vv_blue-btn {
    font-size: 18px !important;
    line-height: 42px !important;
    height: 42px !important;
    border-radius: 3px !important;
    width: 100% !important;
    text-align: center !important;
    margin: 4px !important;
    padding: 0px !important;
    border: 0px !important;
    outline: none !important;
    
    text-transform: uppercase !important;
    background: #00a9e0 !important;
    color: #fff !important;
    font-family: AllianzNeo-Regular !important;
}



.blackText-12 {
    color: #434142 !important;
    font-family: AllianzNeo-SemiBold !important;
    font-size: 12px !important;
}

.blackText-18 {
    color: #434142 !important;
    font-family: AllianzNeo-SemiBold !important;
    font-size: 18px !important;
}

.blackText-10 {
    color: #434142 !important;
    font-family: AllianzNeo-SemiBold !important;
    font-size: 10px !important;
    font-weight: bolder;
}

.btnPayPremium {
    font-size: 14px !important;
    height: 35px !important;
    border-radius: 3px !important;
    width: auto !important;
    text-align: center !important;
    padding: 5px 15px 5px 15px !important; 
    border: 0px !important;
    outline: none !important;
    text-transform: uppercase !important;
    background: #0276b1 !important;
    color: #fff !important;
    font-family: AllianzNeo-SemiBold !important;
}



.btnActivatePolicy {
    font-size: 14px !important;
    height: 35px !important;
    border-radius: 3px !important;
    width: 100% !important;
    text-align: center !important;
    padding: 5px !important;
    border: 0px !important;
    outline: none !important;
    text-transform: uppercase !important;
    background: #0276b1 !important;
    color: #fff !important;
    font-family: AllianzNeo-SemiBold !important;
}


.btnOuterLine {
    font-size: 14px !important;
    height: 35px !important;
    border-radius: 3px !important;
    width: 100% !important;
    text-align: center !important;
    padding: 5px !important;
    border: 2px solid #0276b1 !important;
    outline: none !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: #0276b1 !important;
    font-family: AllianzNeo-SemiBold !important;
}

.accordion_header_down_arrow_direction {
    float: right !important;
}

.chk-btn-primary:not(:disabled):not(.disabled):active, .chk-btn-primary:not(:disabled):not(.disabled).active, .show > .chk-btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0276b1 !important;
    border-color: #0276b1 !important;
    font-family: AllianzNeo-Regular !important;
     font-size:11px !important;
    padding:0.25rem 0.5rem !important;
}

.chk-btn-primary {
    color: #0062cc !important;
    
    border-color: #0276b1 !important;
    font-family: AllianzNeo-Regular !important;
     font-size:11px !important;
    padding:0.25rem 0.5rem !important;
}








@media (min-width: 576px) {


    .error_msg_content {
        font-size: 22px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .error_msg_heading {
        font-size: 28px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }


    .txt_travel_insurance {
        font-family: AllianzNeo-Regular !important;
        color: #414242 !important;
        font-size: 16px !important;
    }



    .lblDetails {
        font-family: AllianzNeo-Light !important;
        color: #424242 !important;
        font-size: 14px !important;
    }

    .AnswerWhyAllianz {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 18px !important;
    }

    .StrongAdvantageText {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 20px !important;
    }

    .home_button_Div {
        position: absolute !important;
        top: 160px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
    }

    .DivThird {
        position: absolute !important;
        top: 110px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
        display: block !important;
    }

    .txtExplore {
        color: #ffffff !important;
        font-family: AllianzNeo-Light !important;
        font-size: 22px !important;
    }


    .txtFewStep {
        color: #ffffff !important;
        font-family: AllianzNeo-Light !important;
        font-size: 14px !important;
    }

    .HomePagelnkText {
        color: #ffffff !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 10px !important;
        text-decoration: none;
    }

    .QuestionWhyAllianz {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 26px !important;
    }

    #DivTxtAlnzVstVisaInsurance {
        position: absolute !important;
        top: 40px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
    }

    .homePageImage {
        width: 32px !important;
        height: 38px !important;
    }


    .homePageImageSingleLine {
        color: #414242 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 18px !important;
    }

    .homePageImagePara {
        color: #414242 !important;
        font-family: AllianzNeo-SemiBold !important;
        font-size: 12px !important;
    }

    .ActivationTitle {
        color: #414242 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 18px !important;
    }

    .labelText {
        color: #414141 !important;
        font-size: 12px !important;
        font-family: AllianzNeo-Light !important;
        margin-top: 10px !important;
    }


    .vv_purchaseSuccessMsg {
        font-size: 26px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .vv_txcancelFirstConfirmation {
    font-size: 26px !important;
    font-family: AllianzNeo-Light !important;
    color: #939597 !important;
    
}


    .vv_purchaseBlueText {
        color: #02a9e0 !important;
        font-size: 18px !important;
        font-family: AllianzNeo-Light !important;
    }

    .vv_lnk {
        font-family: AllianzNeo-Light !important;
        font-size: 20px !important;
        color: #077bb4 !important;
    }
}

@media (min-width: 992px) {

    .error_msg_content {
        font-size: 32px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .error_msg_heading {
        font-size: 50px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .txt_travel_insurance {
        font-family: AllianzNeo-Regular !important;
        color: #414242 !important;
        font-size: 25px !important;
    }

    .lblDetails {
        font-family: AllianzNeo-Light !important;
        color: #424242 !important;
        font-size: 18px !important;
    }

    .AnswerWhyAllianz {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 36px !important;
    }

    .StrongAdvantageText {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 32px !important;
    }

    .home_button_Div {
        position: absolute !important;
        top: 190px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
    }


    .DivThird {
        position: absolute !important;
        top: 150px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
        display: block !important;
    }

    .txtExplore {
        color: #ffffff !important;
        font-family: AllianzNeo-Light !important;
        font-size: 54px !important;
    }

    .txtFewStep {
        color: #ffffff !important;
        font-family: AllianzNeo-Light !important;
        font-size: 17px !important;
    }

    .HomePagelnkText {
        color: #ffffff !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 15px !important;
        text-decoration: none !important;
    }

    .QuestionWhyAllianz {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 54px !important;
    }

    #DivTxtAlnzVstVisaInsurance {
        position: absolute !important;
        top: 40px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
    }

    .homePageImage {
        width: 32px !important;
        height: 38px !important;
    }

    .homePageImageSingleLine {
        color: #414242 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 22px !important;
    }

    .homePageImagePara {
        color: #434142 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 16px !important;
    }

    .ActivationTitle {
        color: #414242 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 38px !important;
    }

    .labelText {
        color: #414141 !important;
        font-size: 14px !important;
        font-family: AllianzNeo-Light !important;
        margin-top: 10px !important;
    }


    .vv_purchaseSuccessMsg {
        font-size: 50px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .vv_txcancelFirstConfirmation {
    font-size: 44px !important;
    font-family: AllianzNeo-Light !important;
    color: #939597 !important;
    
}



    .vv_purchaseBlueText {
        color: #02a9e0 !important;
        font-size: 34px !important;
        font-family: AllianzNeo-Light !important;
    }

    .vv_lnk {
        font-family: AllianzNeo-Light !important;
        font-size: 34px !important;
        color: #007ab3 !important;
    }
}


@media (min-width: 1200px) {

    .error_msg_content {
        font-size: 36px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .error_msg_heading {
        font-size: 55px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }

    .txt_travel_insurance {
        font-family: AllianzNeo-Regular !important;
        color: #414242 !important;
        font-size: 27px !important;
    }

    .lblDetails {
        font-family: AllianzNeo-Light !important;
        color: #424242 !important;
        font-size: 20px !important;
    }

    .AnswerWhyAllianz {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 39px !important;
    }

    .StrongAdvantageText {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 32px !important;
    }

    .home_button_Div {
        position: absolute !important;
        top: 190px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
    }


    .DivThird {
        position: absolute !important;
        top: 150px !important;
        width: 100% !important;
        border: solid 0px red !important;
        text-align: center !important;
        display: block !important;
    }

    .txtExplore {
        color: #ffffff !important;
        font-family: AllianzNeo-Light !important;
        font-size: 54px !important;
    }


    .txtFewStep {
        color: #ffffff !important;
        font-family: AllianzNeo-Light !important;
        font-size: 17px !important;
    }

    .HomePagelnkText {
        color: #ffffff !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 15px !important;
        text-decoration: none !important;
    }

    .QuestionWhyAllianz {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 54px !important;
    }

    #DivTxtAlnzVstVisaInsurance {
        position: absolute !important;
        top: 40px !important;
        width: 100% !;
        border: solid 0px red !important;
        text-align: center !important;
    }

    .homePageImage {
        width: 32px !important;
        height: 38px !important;
    }

    .homePageImageSingleLine {
        color: #424141 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 25px !important;
    }

    .homePageImagePara {
        color: #414242 !important;
        font-family: AllianzNeo-Regular !important;
        font-size: 16px !important;
    }

    .ActivationTitle {
        color: #414242 !important;
        font-family: AllianzNeo-Light !important;
        font-size: 39px !important;
    }


    .labelText {
        color: #414242 !important;
        font-size: 20px !important;
        font-family: AllianzNeo-Light !important;
        margin-top: 10px !important;
    }

    .vv_purchaseSuccessMsg {
        font-size: 55px !important;
        font-family: AllianzNeo-Light !important;
        color: #939597 !important;
    }


    .vv_txcancelFirstConfirmation {
    font-size: 44px !important;
    font-family: AllianzNeo-Light !important;
    color: #939597 !important;
    
}


    .vv_purchaseBlueText {
        color: #02a9e0 !important;
        font-size: 36px !important;
        font-family: AllianzNeo-Light !important;
    }

    .vv_lnk {
        font-family: AllianzNeo-Light !important;
        font-size: 36px !important;
        color: #077bb4 !important;
    }
}
       


     
     











      
/*#endregion */
