@charset "UTF-8";

*,
::after,
::before {
    box-sizing: border-box;
    /* font-family: Gilmer; */
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Bold.woff) format("woff");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Heavy.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Regular.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Gilmer;
    src: url(Gilmer-Medium.woff) format("woff");
    font-weight: 500;
    font-display: swap;
}

body {
    margin: 0;
    font-family: Gilmer;
    font-weight: 400;
    font-size: 16px;
    line-height: initial;
    color: #000;
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 7px 5px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 8px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev {
    right: 20px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    text-align: left
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border: 0;
    font-size: 14px;
    margin-right: 15px;
    min-width: 65px
}

.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse
}

.ui-datepicker th {
    padding: 5px;
    text-align: center;
    font-weight: 500;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
    text-align: left
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    z-index: 9 !important
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 0;
}


.ui-widget-content tr {
    border-top: 1px solid #b7b7b7
}

.ui-widget-content tr:first-child {
    border-top: 0
}

.ui-widget-content tr td {
    border-right: 1px solid #b7b7b7
}

.ui-widget-content tr td:last-child {
    border-right: 0
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: none;
    background: #fff;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: none;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ffc600;
    background: #ffc600;
    color: #fff
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/bundle/assets/images/common/ui-icons_555555_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/bundle/assets/images/common/ui-icons_555555_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.ui-datepicker-calendar thead {
    background: #ffc600
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1px 15px 0
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    /* font-family: sans-serif; */
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    padding-left: 10px
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 14px
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: 4px;
    padding: 5px
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 3px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    margin-bottom: 3px
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ffe480
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container {
    width: 100% !important;
    border: 0
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #febd11;
    border-radius: 10px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ffe480
}

@media (min-width:1200px) {
    .select2-container--open .select2-dropdown {
        top: 1px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin-top: 0;
    margin-bottom: 0
}

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

input:active,
input:focus {
    border: 0;
    outline: 0
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.p-0 {
    padding: 0 !important
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.d-flex {
    display: flex
}

.f-wrap {
    flex-wrap: wrap
}

.justify-content-between {
    justify-content: space-between
}

.align-item-center {
    align-items: center
}

.d-block {
    display: block
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end
}

.w-100 {
    width: 100%
}

.p-relative {
    position: relative
}

.mt-20 {
    margin-top: 20px
}

.mr-5 {
    margin-right: 5px
}

.m-0 {
    margin: 0 !important
}

.d-column {
    flex-direction: column
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1501px) {
    .container {
        max-width: 1240px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

.ml-10 {
    margin-left: 10px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

button {
    cursor: pointer
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.p-1 {
    padding: 15px
}

.m-0 {
    margin-top: 0
}

.mt-0 {
    margin-top: 0
}

.overall-padding {
    padding: 10px 0
}

.text-center {
    text-align: center
}

.transform {
    transform: rotate(180deg)
}

#navmenu {
    position: fixed;
    width: 100%;
    bottom: 15px
}

.nav-menu {
    padding: 10px 15px;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.nav-link {
    display: block
}

.nav-link svg {
    fill: #fff;
    width: 28px;
    height: 28px
}

.y-line {
    display: block;
    width: 35px;
    height: 3px;
    background: #ffebcd;
    margin-top: 0;
    position: absolute;
    bottom: 7px;
    border-radius: 5px;
    left: 12px
}

.nav-link.active:after {
    bottom: -3px;
    transition: all .3s linear
}

.tabhd-btn {
    background: 0 0;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #aaa9a9;
    width: 150px
}

.tabhd-btn.active {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.tabhd-btn.active .btn-icon {
    width: 40px;
    height: 30px;
    display: block;
    margin: auto;
    transform: scale(1.2);
    transition: all .2s linear
}

.tabhd-btn.active .btn-icon svg {
    fill: #000
}

.tab-head {
    padding-bottom: 5px;
    border-bottom: 1px solid #c2c2c2
}

.tab-cnt-box {
    display: none;
    padding: 20px 0 0
}

.tab-cnt-box:first-child {
    display: block
}

.active-line {
    display: block;
    position: absolute;
    width: 70px;
    height: 4px;
    background: #ffc107;
    bottom: -2px;
    border-radius: 30px;
    left: 40px
}

.btn-icon {
    width: 40px;
    height: 30px;
    display: block;
    margin: auto;
    transform: scale(1);
    transition: all .2s linear
}

.btn-icon svg {
    width: 100%;
    fill: #c2c2c2
}

#enter-city {
    display: none
}

.dnt-btn {
    background: no-repeat;
    border: 0;
    color: #001aff;
    font-size: 16px;
    text-decoration: underline;
    margin: 20px auto
}

.or-wrap p {
    font-size: 16px;
    font-weight: 500
}

.or-wrap p::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #f2f2f2
}

.or-wrap p::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #f2f2f2
}

.new-car-box {
    background: #fff5cd;
    padding: 8px 20px;
    border: 1px solid #fff5cd;
    border-radius: 6px;
    margin-top: 20px
}

.new-car-box .page-sub-hd {
    font-size: 18px;
    color: #000
}

.new-car-box .page-sub-p {
    color: #000
}

.new-car-right svg {
    width: 20px;
    height: 20px
}

.icon-box p {
    font-weight: 500;
    text-align: center
}

.icon-g img {
    width: auto;
    margin: 0 auto 6px;
    vertical-align: text-top;
    height: 25px
}

.ache-img {
    width: 45px !important;
    margin: 0 auto
}

@media (max-width:767px) {
    .active-line {
        width: 50px;
        height: 4px;
        left: 25px
    }

    .d-m-none {
        display: none !important
    }

    .t-m-center {
        text-align: center
    }

    .dnt-btn {
        font-size: 14px;
        margin: 15px auto
    }

    .new-car-box .page-sub-hd {
        font-size: 14px
    }

    .new-car-box .page-sub-p {
        font-size: 14px
    }

    .icon-box p {
        font-size: 10px
    }
}

.body-wrapper {
    padding: 60px 0;
}

.page-hd {
    font-size: 30px;
    margin-bottom: 16px;
}

p.page-p.t-m-center {
    margin-bottom: 16px;
}

.white-wrapper {
    border-radius: 6px;
    padding: 0;
}

.pt-20 {
    padding-top: 20px
}

.reg_date label {
    top: 5px
}

.d-back-g {
    position: absolute;
    left: 14px;
    top: -49px;
}

.st_bk_arrow {
    all: unset;
    cursor: pointer;
    margin-bottom: 5px
}

@media (max-width:767px) {
    .pt-mb-0 {
        padding-top: 0
    }

    .page-hd {
        font-size: 18px
    }

    .white-wrapper {
        box-shadow: none;
        border-radius: 0;
        padding: 25px 0 0
    }

    .body-wrapper {
        padding: 20px 0
    }
}

.modal {
    padding: 15px 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, .1607843137);
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: -1000px;
    background: #fff;
    max-height: max-content;
    width: 100%;
    z-index: 100000 !important;
    transition: all .3s linear
}

.modal.show {
    bottom: 10%;
    transition: all .3s linear
}

.modal-hd {
    font-size: 16px;
    font-weight: 500;
    color: #fea711;
    margin-bottom: 15px
}

.modal-hd img {
    margin-right: 12px
}

.terms-g-txt {
    color: #707070;
    font-size: 10px;
    margin-bottom: 5px
}

.modal-cnt ul {
    margin: 0;
    padding-left: 15px;
    margin-top: 5px
}

::marker {
    font-size: 14px
}

.overlay {
    background: rgba(0, 0, 0, .5803921569);
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999
}

.overflow {
    overflow: hidden
}

.modal-cnt {
    max-height: 430px;
    overflow-y: auto;
    margin-bottom: 15px;
    overflow-x: hidden
}

.modal-cnt p {
    font-size: 14px;
    color: #000
}

.modal-cnt a {
    font-size: 14px;
    color: #004ec3
}

.modal-sub-hd {
    font-size: 14px;
    margin-bottom: 15px
}

.modal-su-p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.primary-btn.disabled {
    background: #e9e9e9;
    pointer-events: none
}

@media (min-width:991.9px) {
    .modal-cnt {
        max-height: 460px
    }

    .modal.show {
        transform: scale(1);
        transition: all .2s linear
    }

    .modal {
        position: fixed;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        width: 100%;
        z-index: 2;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        border-radius: 10px;
        transform: scale(0);
        transition: all 0s linear
    }

    .max-h-modal {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    #idv {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.form-b {
    position: relative;
    margin-bottom: 25px
}

.form-b label {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    margin: 0;
    color: #808185;
    transition: all .3s linear;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%
}

.form-b.focused label {
    left: 15px;
    top: 5px;
    font-size: 11px;
    transition: all .3s linear;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%
}

.form-b .form-box {
    height: 50px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    width: 100%;
    padding: 15px 15px 0;
    font-weight: 500;
    font-size: 14px
}

.primary-btn {
    background-color: #febd11;
    padding: 10px 18px;
    border-radius: 6px;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    border: 0;
    height: 40px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.form-box:active,
.form-box:focus {
    border: 1px solid #febd11
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 28px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #febd11;
    border-radius: 3px;
    margin-top: 3px;
    position: absolute;
    left: 0
}

.styled-checkbox:checked+label:before {
    background: #febd11
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    background: #000;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
    transform: rotate(45deg)
}

.term-btn {
    color: #febd11;
    font-size: 14px;
    background: 0 0;
    border: 0;
    text-decoration: none;
    padding: 0
}

.err-msg {
    font-size: 12px;
    display: none;
    color: #ee505a
}

.form-b.disabled {
    pointer-events: none
}

.form-b.disabled input {
    background-color: #f8f8f8
}

.form-box.range-box {
    padding: 0 15px
}

.range-as {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0
}

.range-as .range-val {
    width: 97%;
    display: block;
    -webkit-appearance: none;
    background-color: transparent;
    margin: 0 auto
}

.pre_inspection_section {
    margin-top: 25px
}

.piKnowledgePage {
    cursor: pointer
}

input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid #ffcb09;
    -webkit-appearance: none;
    background: #fff;
    z-index: 99;
    position: relative;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    top: -10px
}

.range-line {
    display: block;
    width: 50%;
    background: #febd11;
    height: 3px;
    border-radius: 10px;
    max-width: 97%;
    margin-right: auto
}

select {
    background: url(/bundle/assets/images/product/four-wheeler/arrow.svg) !important;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 95% center !important
}

.common_button a {
    background-color: #febd11;
    padding: 10px 16px;
    border-radius: 6px;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.common_button a img {
    vertical-align: middle;
    padding-left: 7px;
    width: 20px
}

.common_button button {
    all: unset;
    background-color: #febd11;
    padding: 10px 16px;
    border-radius: 6px;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    align-items: center
}

.common_button button img {
    vertical-align: middle;
    padding-left: 7px;
    width: 20px
}

.common_button span {
    width: 20px;
    height: 18px
}

.right_arrow_btn a {
    background-color: #febd11;
    padding: 13px 18px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137)
}

.right_arrow_btn a img {
    vertical-align: middle
}

.right_arrow_disable a {
    background-color: #e9e9e9;
    padding: 13px 18px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137)
}

.right_arrow_disable a img {
    vertical-align: middle
}

.common_radio_button {
    display: flex
}

.common_radio_button .radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.common_radio_button .radio input:checked+label::after {
    opacity: 1
}

.common_radio_button .radio label {
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    line-height: 25px;
    padding-top: 1px;
    font-size: 11px;
    color: #5e5e5e
}

.common_radio_button .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 1px solid #707070;
    width: 14px;
    border-radius: 50%;
    aspect-ratio: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.common_radio_button .radio label::after {
    content: "";
    display: inline-block;
    width: 8px;
    aspect-ratio: 1;
    background: #ffc900;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s
}

.common_button.disabled {
    pointer-events: none
}

.common_button.disabled a {
    background-color: #e9e9e9;
    color: #ababab
}

.common_button.disabled a svg path {
    stroke: #ababab
}

.common_button a span {
    width: 20px;
    height: 18px
}

.common_button a span svg path {
    stroke: #000
}

@media (min-width:1200px) {
    .styled-checkbox+label {
        font-size: 16px
    }

    .term-btn {
        font-size: 16px
    }
}

.select-c {
    height: 50px;
    border: 1px solid #c2c2c2;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 15px 0 0;
    font-weight: 500;
    font-size: 14px;
    background: url(/bundle/assets/images/product/four-wheeler/arrow.svg) !important;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 95% center !important
}

.plus {
    background: green;
    color: #fff;
    display: flex;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.minues {
    background: red;
    color: #fff;
    display: flex;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.premium_breakup_bold {
    font-size: 19px;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .page-hd {
        font-size: 28px
    }

    .otp-entered {
        width: 42% !important
    }

    .cov-title p {
        font-size: 10px !important
    }

    .dark-list .label-txt,
    .page-p,
    .pp-info {
        font-size: 14px
    }

    .dark-list .label-value {
        text-align: right
    }

    .inside_res_flex p {
        font-size: 13px
    }

    #edit-claim {
        max-width: unset
    }
}

header {
    padding: 5px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .0901960784);
    height: 60px
}

header .head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-icon {
    width: 22px;
    height: 22px;
    text-align: center
}

.hed-text {
    font-size: 12px;
    color: #000;
    font-weight: 600
}

.right-side-logo a {
    display: flex;
    flex-direction: column
}

.s_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 10px
}

.s_flex p {
    font-size: 12px
}

.h_num {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 12px
}

.h_num a {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.h_num.num_flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.h_num.num_flex p {
    font-size: 14px;
    font-weight: 500
}

.h_num.num_flex input {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border: 0;
    width: 100px
}

.or_st {
    margin: 16px 0 12px;
    font-size: 14px;
    font-weight: 500
}

.m-1 {
    margin-top: 10px
}

.m-2 {
    margin-top: 20px
}

.back_button {
    margin-top: 10px
}

.back_button svg {
    transform: rotate(180deg)
}

.otp-page h5 {
    font-size: 24px
}

.otp-page .para_tag {
    font-size: 16px;
    font-weight: 400
}

.otp-page .otp-entered {
    margin-top: 20px
}

.otp-page .otp-entered .input_field {
    display: flex;
    justify-content: space-between
}

.otp-page .otp-entered .input_field input {
    width: 54px;
    height: 60px;
    border: 1.5px solid #c2c2c2;
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 500
}

.otp-page .otp-entered .input_field input:focus {
    border: 1.5px solid #febd11
}

.otp-page .resend_otp {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: 0 0;
    border: 0
}

.otp-page .resend_otp .seconds_timer {
    color: #0d3cab
}

.otp-page .otp_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px
}

.otp-page .otp_page .right_arrow_disable a {
    display: flex
}

.otp-page .otp_page .right_arrow_disable a svg path {
    stroke: #ababab
}

@media only screen and (min-width:768px) and (max-width:1920px) {
    .otp-entered {
        width: 30%;
        margin: 0 auto
    }
}

.step_g {
    margin-top: 20px
}

.sp_margin {
    margin-top: 18px
}

.page-sd {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    margin-bottom: 3px
}

.flex-end {
    display: flex;
    justify-content: end
}

.har-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
    position: absolute;
    right: 0
}

.har-step .f_step {
    background-color: #ddd;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transition: .5s
}

.har-step .f_step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 50px;
    height: 3px;
    background-color: #ddd;
    transition: .5s
}

.har-step .f_step p {
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

.har-step .f_step.active {
    background-color: #6ab804
}

.har-step .f_step.success {
    background-color: #6ab804
}

.har-step .f_step.act_line::after {
    background-color: #6ab804
}

.har-step .f_step:last-child::after {
    display: none
}

.y_dot {
    background-color: #febd11;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px
}

.s_table {
    margin-bottom: 10px
}

.s_table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px
}

.s_table table tbody tr td {
    font-size: 16px;
    padding-bottom: 10px
}

.s_table table tbody tr td.s_dynamic {
    font-weight: 500;
    text-align: right
}

.s_table table tbody tr td.s_dynamic button {
    all: unset;
    margin-left: 5px;
    cursor: pointer
}

.s_table table tbody tr td.s_dynamic .tog-switch label {
    justify-content: end
}

.s_table table tbody tr.t_total td {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px
}

.s_policy {
    text-align: right
}

.s_policy a {
    font-size: 15px;
    text-decoration: underline;
    color: #0057ec
}

.con_text {
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 15px
}

.con_text p {
    font-size: 14px;
    color: #000
}

.s_no_wrap .styled-checkbox+label {
    font-size: 14px
}

.s_no_wrap .styled-checkbox+label .term-btn {
    font-size: 14px
}

.s_hide {
    display: none
}

.vh_text {
    margin: 8px 0
}

.vh_text h4 {
    font-size: 18px
}

.vh_text h4 span {
    font-size: 14px;
    font-weight: 500
}

.vh_price {
    font-size: 22px;
    font-weight: 500
}

.vh_price small {
    font-size: 14px
}

.dw_auto {
    width: auto
}

.info-txt-g {
    font-size: 14px;
    margin-top: 15px
}

.inspec-sec {
    margin-top: 20px;
    margin-bottom: 20px
}

.inspec-sec .cov-price {
    font-size: 16px;
    color: #000
}

.inspec-sec .extra-cov-box {
    width: 180px;
    height: 120px;
    max-width: initial
}

.inspec-sec .cov-title .cov-icon {
    width: 85px;
    height: 80px
}

.extra-box.disabled {
    pointer-events: none;
    opacity: .3
}

#surv-in {
    background: 0 0;
    padding: 0;
    border: 0
}

.hide-in {
    display: none
}

.inside_res_flex label {
    font-size: 12px;
    margin-bottom: 0;
    color: #ababab
}

.inside_res_flex p {
    font-size: 15px;
    font-weight: 600
}

.inside_res_flex p button {
    all: unset
}

.r_gap_chng {
    row-gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px
}

.tog_btn_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.tog_btn_flex p {
    font-size: 14px;
    font-weight: 500
}

@media (max-width:767px) {
    .inspec-sec .cov-price {
        font-size: 14px;
        color: #000
    }

    .info-txt-g {
        font-size: 12px
    }

    .inspec-sec .extra-box {
        width: 50%
    }

    .inspec-sec .extra-cov-box {
        width: 100%;
        height: 120px;
        max-width: initial
    }

    .dark_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .dark_flex .page-hd {
        color: #fff;
        padding-top: 0;
        font-size: 16px
    }

    .dark_flex .vh_text {
        color: #fff;
        margin: 4px 0;
        margin-bottom: 0
    }

    .dark_flex .vh_text h4 {
        font-size: 12px;
        font-weight: 400
    }

    .dark_flex .vh_text h4 span {
        font-size: 10px;
        font-weight: 400
    }

    .dark_flex .vh_text h4 br {
        display: none
    }

    .dark_flex .vh_price {
        color: #fff;
        font-size: 12px;
        white-space: nowrap
    }

    .dark_flex .vh_price small {
        font-size: 12px
    }

    .har-step {
        justify-content: start;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .har-step .f_step {
        width: 20px;
        height: 20px;
        border: 1px solid #6ab804;
        background-color: transparent
    }

    .har-step .f_step p {
        font-size: 12px;
        color: #6ab804
    }

    .har-step .f_step::after {
        width: 0
    }

    .har-step .f_step.active {
        width: 30px;
        height: 30px
    }

    .har-step .f_step.active p {
        color: #fff
    }

    .har-step .f_step.success {
        background-color: #6ab804
    }

    .har-step .f_step.success p {
        color: #fff
    }

    .step_g {
        margin-top: 0
    }

    .step_g .page-sub-hd {
        font-size: 12px
    }

    .step_g .page-sub-p {
        font-size: 16px;
        font-weight: 500
    }

    .s_min-heit {
        position: relative
    }

    .har-step {
        position: absolute;
        right: 0;
        top: 0
    }

    .page-sd {
        font-size: 16px;
        color: #bbb;
        margin-bottom: 8px
    }

    .s_table table tbody tr td {
        font-size: 14px;
        padding-bottom: 8px
    }

    .s_table table tbody tr td.s_dynamic {
        display: flex;
        justify-content: end
    }

    .s_table table tbody tr td.s_dynamic button img {
        width: 12px
    }

    .s_table table tbody tr.t_total td {
        font-size: 14px
    }

    .pop_full_width {
        width: -webkit-fill-available
    }

    .s_policy a {
        font-size: 10px
    }

    .con_text p {
        font-size: 12px
    }

    .mob_changes {
        flex-direction: column;
        row-gap: 15px
    }

    .mob_changes .check-b {
        flex-direction: column;
        justify-content: start;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px
    }

    .mob_changes .common_button {
        display: flex;
        justify-content: end
    }

    .s_no_wrap .styled-checkbox+label {
        font-size: 11px
    }

    .s_no_wrap .styled-checkbox+label .term-btn {
        font-size: 11px
    }

    .inside_res_flex {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .inside_res_flex p {
        font-size: 14px
    }

    .tog_btn_flex {
        justify-content: space-between
    }

    .r_gap_chng {
        row-gap: 6px
    }
}

.pay-wro {
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.pay-wro .radio {
    width: 100%
}

.pay-wro.common_radio_button .radio label {
    padding-left: 0
}

.pay-wro.common_radio_button .radio label {
    margin: 0
}

.pay-wro.common_radio_button .radio label {
    margin: 0;
    display: flex;
    width: 100%
}

.pay-wro.common_radio_button .radio label::before {
    right: 0;
    left: auto
}

.pay-wro.common_radio_button .radio label::after {
    right: 3px;
    left: auto
}

.pay-wro .radio {
    height: 40px;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    padding-right: 30px
}

.payment-img {
    width: 90px;
    height: 30px
}

.white-wrapper-chng {
    position: relative
}

.pay-wro-chng {
    flex-direction: column
}

@media (max-width:767px) {
    .pay-wro {
        flex-direction: column;
        align-items: flex-start;
        padding: 0
    }

    .pay-wro .radio {
        height: 40px;
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 15px
    }

    .pay-wro.common_radio_button .radio label {
        width: 100vw;
        padding: 0
    }

    .pay-wro.common_radio_button .radio label::before {
        right: 15px;
        left: unset
    }

    .pay-wro.common_radio_button .radio label::after {
        right: 18px;
        left: unset
    }
}

@media (min-width:1200px) {
    .mt-d-20 {
        margin-top: 20px
    }

    .price-txt .indian-rupee,
    .vh_price span {
        font-size: 24px;
        line-height: 100%;
        font-weight: 500;
    }

    #payment {
        padding: 30px 20px
    }

    #payment .info-hd {
        margin-bottom: 10px
    }
}

.ml-5 {
    margin-left: 5px !important
}

.white-car {
    display: none
}

.dark-list h2 {
    margin-bottom: 15px;
    font-size: 24px
}

.dark-list .label-txt {
    margin: 0;
    margin-bottom: 8px
}

.dark-list .label-value {
    font-weight: 600
}

.prem-left h3 {
    font-size: 15px;
    font-weight: 500
}

.edit-btn {
    padding: 0;
    border: none;
    background: no-repeat;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline
}

.your-plan {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px
}

.premium-hd {
    font-size: 15px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 20px
}

.info-btn {
    border: 0;
    background: 0 0;
    margin-left: 10px;
    padding: 0;
    width: 18px;
    height: 18px;
    margin: 0 10px
}

.info-btn img,
.info-btn svg {
    width: 100%;
    height: 100%
}

.prem-card-box {
    background: #FFFFFF;
    padding: 7px 14px;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bundelePlan .prem-card-box:has(.pla-rd:checked) {
    background: #fffbf1;
    border: 2px solid #febd11;
}

.prem-card-hd h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.prem-card-hd p {
    color: #757575;
    margin: 0;
    font-size: 14px
}

.price-txt {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0
}

p.price-txt.price-value #curIDV {
    font-weight: 600;
}

.price-txt .year-txt {
    font-size: 16px;
    font-weight: 500
}

.extr-pro-label {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 0 6px 10px;
    margin-bottom: 20px;
    border-left: 6px solid #00a6a7;
    font-size: 14px;
    font-weight: 500;
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    min-height: 61px;
}

.price-valb .price-txt .indian-rupee {
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
}

.price-valb {
    text-align: center
}

.range-box {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 15px
}

.sub-v-txt {
    font-size: 12px;
    font-weight: 500
}

.range-hdtxt {
    font-size: 12px
}

.range-amttxt {
    font-size: 14px;
    font-weight: 500
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box;
    border-radius: 5px
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    border: 1.5px solid #000;
    height: 13px;
    width: 22px;
    border-radius: 5px;
    background: #febd11;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 6px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box;
    border-radius: 5px
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 1px solid #000;
    height: 13px;
    width: 22px;
    border-radius: 5px;
    background: #febd11;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 6px
}

input[type=range]::-ms-track {
    -webkit-appearance: none;
    width: 100%
}

input[type=range]::-ms-fill-lower {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box;
    border-radius: 5px
}

input[type=range]::-ms-fill-upper {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box;
    border-radius: 5px
}

input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 #000;
    border: 1px solid #000;
    height: 13px;
    width: 22px;
    border-radius: 5px;
    background: #febd11;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 6px
}

input[type=range]:focus::-ms-fill-lower {
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box
}

input[type=range]:focus::-ms-fill-upper {
    background: transparent linear-gradient(90deg, rgba(255, 0, 26, .6117647059) 0, rgba(0, 213, 14, .6) 100%) 0 0 no-repeat padding-box
}

.extra-cov-box {
    background: #fff;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0;
    max-width: 160px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.addon_bg {
    background-color: #febd11;
    border-radius: 4px;
    padding: 2px;
    padding: 3px 3px 1px;
    line-height: 1
}

.cov-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-grow: 1
}

.cov-title .cov-icon {
    width: 25px;
    -o-object-fit: cover;
    object-fit: cover
}

.cov-title p {
    font-size: 12px;
    font-weight: 500
}

.cov-title p.cov-price {
    text-align: center;
    font-size: 15px;
    font-weight: 600
}

.cov-title.cov-title-chg {
    justify-content: center
}

.extra-card-wrap {
    gap: 10px;
    display: flex;
    display: flex;
    flex-wrap: nowrap
}

.extr-pro-ww {
    display: flex
}

.extr-pro-ww .extra-box {
    flex: 1
}

.view-more-btn {
    font-size: 16px;
    width: 100%;
    background: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    height: 40px;
    margin: 20px 0;
    font-weight: 500;
    color: #000
}

.strike-txt {
    font-size: 14px
}

.text-strike {
    text-decoration: line-through;
    color: red
}

.exc-t {
    color: #656565;
    font-weight: 400;
    font-size: 11px;
    margin-left: 5px
}

.share-btn-g {
    background: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #febd11;
    border-radius: 8px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.share-btn-g svg path {
    stroke: #febd11
}

.d-h-m-s {
    display: none
}

.extra-box {
    cursor: pointer;
    flex: 1 0 23%;
    height: 100%
}

.check-box:checked+label {
    background: #fffbf1;
    border: 1px solid #febd11
}

.here-plan .modal-box {
    padding: 10px 30px
}

.info-p {
    font-size: 14px;
    color: #777;
    font-weight: 500
}

.color-black {
    color: #000
}

.cov-box img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.cov-box {
    margin-bottom: 15px
}

.cov-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left
}

.sub-red-hd {
    color: #e15454;
    font-size: 14px;
    font-weight: 500
}

.not-cov li {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    list-style-position: outside
}

.info-hd {
    font-size: 16px;
    font-weight: 600
}

.tog-circle {
    width: 36px;
    display: inline-block;
    height: 19px;
    box-shadow: 0 3px 6px rgba(185, 185, 185, .1607843137);
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #d6d6d6;
    position: relative
}

.top-dot {
    background: #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 2px;
    transition: left .2s linear
}

.tog-switch {
    margin-top: 10px;
    cursor: pointer
}

.tog-switch label {
    display: flex;
    align-items: center;
    gap: 5px
}

.tog-input:checked+label .tog-circle {
    box-shadow: 0 3px 6px rgba(185, 185, 185, .1607843137);
    border: 1px solid #f5ae02;
    background-color: #f5ae02
}

.tog-input:checked+label .top-dot {
    left: 17px;
    transition: left .2s linear
}

.radio-wr {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 6px 30px;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    min-width: 90px;
    text-align: center
}

.radio-sel-wrap {
    margin-top: 15px;
    gap: 20px
}

.radio-input:checked+label {
    border: 1px solid #f5ae02
}

#edit-claim {
    max-width: 560px
}

.x-icon {
    background: no-repeat;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: -15px;
    right: 30px
}

.x-icon svg {
    width: 15px;
    height: 20px
}

.exx-pro:checked+label {
    background: #fffbf1;
    border-right: 1px solid #febd11;
    border-top: 1px solid #febd11;
    border-bottom: 1px solid #febd11
}

.n_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.n_price p {
    font-size: 13px;
    font-weight: 500
}

.n_price p:nth-child(2) {
    font-size: 15px;
    font-weight: 600
}

.g_addon {
    margin-top: 15px
}

.sg_aon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.img_aon {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.img_aon p {
    font-weight: 500
}

img[src="/bundle/assets/images/Consumables.svg"] {
    width: 35px;
    height: 35px
}

img[src="/bundle/assets/images/Engine_protector.svg"] {
    width: 35px;
    height: 35px
}

.pr_aon {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.pr_aon p {
    font-weight: 600;
    color: #000
}

.pr_aon button {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(107, 107, 107, .1607843137)
}

.pr_aon button.r_text {
    color: #ab1818
}

.g_addon {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 20px
}

.d_hide {
    display: none
}

.prem_left_chg {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.prem_left_chg span {
    color: #ddd
}

.total-wrap-chg {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px
}

.vw-pbm-0 {
    padding-bottom: 0
}

@media (max-width:767px) {
    .d-h-m-s {
        display: inline-block
    }

    .mob_dark_mar {
        margin-top: 20px !important
    }

    .dark-hd {
        margin-top: 10px;
        background: #000;
        padding: 10px;
        border-radius: 10px
    }

    .dark-list h2 {
        margin-bottom: 10px;
        font-size: 18px;
        color: #fff
    }

    .white-car {
        display: block
    }

    .white-car svg {
        fill: #fff;
        width: 40px
    }

    .dark-list .label-txt {
        color: #fff;
        font-size: 12px;
        font-weight: 400
    }

    .dark-list .label-value {
        font-weight: 600;
        font-size: 12px;
        color: #fff
    }

    .prem-left {
        display: flex
    }

    .prem-left h3 {
        font-size: 14px
    }

    .prem-left h3:first-child {
        padding-right: 10px;
        border-right: 1px solid #ddd;
        margin-right: 10px
    }

    .prem-left h3 .radio-wr {
        min-width: 80px;
        padding: 6px 15px
    }

    .dark-hd {
        margin-top: 10px;
        background: #000;
        padding: 10px;
        border-radius: 10px
    }

    .dark-list h2 {
        margin-bottom: 10px;
        font-size: 18px;
        color: #fff
    }

    .white-car {
        display: block
    }

    .white-car svg {
        fill: #fff;
        width: 40px
    }

    .dark-list .label-txt {
        color: #fff;
        font-size: 12px;
        font-weight: 400
    }

    .dark-list .label-value {
        font-weight: 600;
        font-size: 12px;
        color: #fff
    }

    .prem-left {
        display: flex
    }

    .prem-left h3 {
        font-size: 12px
    }

    .prem-left h3:first-child {
        padding-right: 10px;
        border-right: 1px solid #ddd;
        margin-right: 10px
    }

    .your-plan {
        padding-top: 15px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .prem-hd {
        border-top: 1px solid #ddd;
        padding-top: 15px
    }

    .prem-card-box {
        width: 100%;
        max-width: 100%;
        /* background: transparent linear-gradient(76deg, #febd11 0, #fff5dc 100%) 0 0 no-repeat padding-box; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border: none */
    }



    .exx-pro:checked+label {
        background: transparent linear-gradient(76deg, #febd11 0, #fff 100%) 0 0 no-repeat padding-box
    }

    .prem-card-hd h2 {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 14px;
    }

    .prem-card-hd p {
        margin: 5px 0 0;
        font-size: 12px;
        line-height: 100%;
    }

    .price-txt {
        font-size: 18px;
        min-width: 150px;
        text-align: right
    }

    .price-txt .year-txt {
        font-size: 12px
    }

    .extra-protect .extra-card-wrap {
        display: flex
    }

    .extra-box {
        cursor: pointer;
        width: 33.33%
    }

    .extr-pro-label {
        font-size: 12px;
        text-align: center;
        margin-bottom: 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;

        line-height: 1.3
    }

    .price-value {
        text-align: center
    }

    .range-amttxt {
        font-size: 12px;
        font-weight: 600
    }

    .extra-cov-box {
        padding: 5px;
        min-height: auto
    }

    .cov-title .cov-icon {
        width: 25px;
        margin-right: 7px
    }

    .cov-title p {
        font-size: 10px;
        font-weight: 600;
        text-align: center
    }

    .cov-title {
        flex-direction: row;
        align-items: center
    }

    .extra-cover .extra-card-wrap .extra-box {
        cursor: pointer;
        width: 33.33%
    }

    .cov-price {
        font-size: 16px
    }

    .view-more-btn {
        margin: 15px 0
    }

    .total-amt .price-txt {
        text-align: left
    }

    .total-amt .strike-txt {
        font-size: 12px
    }

    .share-btn-g {
        margin-right: 8px
    }

    .exc-t {
        margin-left: 0
    }

    .check-box:checked+label {
        background: transparent linear-gradient(76deg, #febd11 0, #fff 100%) 0 0 no-repeat padding-box;
        border: none
    }

    .here-plan .modal-box {
        padding: 10px 0
    }

    .here-plan .modal-box .mt-20 {
        margin-top: 15px
    }

    .tog-def {
        font-size: 13px
    }

    .info-hd {
        font-size: 14px
    }

    .info-p,
    .modal-cnt p,
    .not-cov li {
        font-size: 14px;
        color: #000
    }

    .prem_left_chg {
        -moz-column-gap: 0;
        column-gap: 0
    }

    .prem_left_chg span {
        display: none
    }

    .edit-view {
        font-size: 12px
    }

    .extra-card-wrap {
        flex-wrap: wrap
    }

    .extra-box {
        flex: 1 0 26%
    }

    .cov-title p br {
        display: none
    }
}

.add_btn {
    position: relative
}

.add_btn label {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(107, 107, 107, .1607843137);
    min-width: 90px;
    height: 30px;
    text-align: center
}

.add_btn .add-cb {
    position: absolute;
    opacity: 0
}

.add_btn .r_text {
    color: #ab1818;
    display: none
}

.add-cb:checked+label .a_text {
    display: none
}

.add-cb:checked+label .r_text {
    display: block
}

.left-arrow {
    transform: rotate(180deg);
    margin-right: 10px
}

.card-detail_edit-bk {
    display: none
}

#hypothe {
    display: none
}

option:disabled {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.step_g .plan_details .start_date {
    margin-top: 0 !important
}

.card_details .right-page .anchor_click {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: start
}

.card_details .right-page .hed-text h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.card_details .right-page .hed-text .hy-creta {
    font-size: 24px
}

.card_details .right-page .hed-text p {
    color: #000;
    font-weight: 500;
    font-size: 18px
}

.card_details .right-page .edit_text {
    color: #000;
    font-size: 16px
}

.card_details .right-page .edit_text img {
    padding-right: 5px
}

.card_details .right-page .reg_under {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1607843137)
}

.card_details .right-page .reg_under .ind_card {
    display: flex;
    justify-content: space-between
}

.card_details .right-page .reg_under .ind_card h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px
}

.card_details .right-page .reg_under .ind_card p {
    font-size: 16px;
    font-weight: 500
}

.card_details .right-page .reg_under .ind_card p span {
    color: #5a5a5a
}

.card_details .right-page .previous_policy {
    padding: 30px 0
}

.card_details .right-page .previous_policy h5 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center
}

.card_details .right-page .common_radio_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.card_details .right-page .common_radio_button .radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: flex
}

.card_details .right-page .common_radio_button .radio input:checked+label {
    font-weight: 700
}

.card_details .right-page .common_radio_button .radio input:checked+label::after {
    opacity: 1
}

.card_details .right-page .common_radio_button .radio label {
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    line-height: 25px;
    padding-top: 1px;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400
}

.card_details .right-page .common_radio_button .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 1px solid #707070;
    width: 14px;
    border-radius: 50%;
    aspect-ratio: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.card_details .right-page .common_radio_button .radio label::after {
    content: "";
    display: inline-block;
    width: 8px;
    aspect-ratio: 1;
    background: #ffc900;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s
}

.card_details .right-page .get_card_details {
    display: flex;
    justify-content: end
}

.card_details .right-page .get_card_details a {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px
}

#comp,
#third {
    display: none;
    margin-top: 20px
}

#comp input[type=date],
#third input[type=date] {
    background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 97% 20px;
    cursor: pointer
}

#comp input[type=date]::-webkit-inner-spin-button,
#third input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 0;
    display: none
}

#comp input[type=date]::-webkit-calendar-picker-indicator,
#third input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0
}

#comp.expiry_date label,
#third.expiry_date label {
    top: 8px
}

#damage {
    display: none;
    margin-top: 20px
}

#damage p {
    color: #9a9a9a
}

#damage input[type=date] {
    background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 97% 20px;
    cursor: pointer
}

#damage input[type=date]::-webkit-inner-spin-button {
    margin-bottom: 5px;
    -webkit-appearance: none;
    opacity: 0
}

#damage input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0
}

#damage .expiry_date {
    margin-top: 10px
}

#damage .expiry_date label {
    top: 8px
}

.card_edit-layout #company {
    display: none
}

.card_edit-layout #company label {
    color: #afafaf
}

.card_edit-layout #gst {
    display: none
}

.card_edit-layout #gst label {
    color: #afafaf
}

.card_edit-layout .reg_under_mob {
    margin-bottom: 20px
}

.card_edit-layout .anchor_click {
    margin-bottom: 20px
}

.card_edit-layout .previous_text {
    font-size: 16px;
    margin-bottom: 5px
}

.card_edit-layout .reg_date input[type=date] {
    background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 97% 20px;
    cursor: pointer
}

.card_edit-layout .reg_date input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 0
}

.card_edit-layout .reg_date input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0
}

.card_edit-layout .reg_date label {
    top: 5px
}

.card_edit-layout .common_radio_button {
    margin-top: 0
}

.card_edit-layout .common_radio_button .radio {
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 0 11px
}

.card_edit-layout .card-edit-button {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.card_edit-layout .card-edit-button a {
    font-weight: 500
}

@media (max-width:767px) {
    .card-detail_edit-bk {
        display: block
    }

    .own_da_mob.dw_auto {
        width: 100%
    }

    .card_details .layout-left {
        text-align: center
    }

    .card_details .layout-left h2 {
        text-align: center;
        font-size: 18px
    }

    .card_details .layout-left p {
        text-align: center;
        font-size: 12px
    }

    .card_details .layout-left img {
        width: 50%
    }

    .card_details .right-page #damage p {
        font-size: 12px;
        margin-bottom: 5px
    }

    .card_details .right-page .anchor_click {
        justify-content: center
    }

    .card_details .right-page .anchor_click .edit-view {
        display: none
    }

    .card_details .right-page .anchor_click .hed-text h5 {
        font-size: 20px;
        text-align: center
    }

    .card_details .right-page .anchor_click .hed-text .hy-creta {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        margin-top: 5px
    }

    .card_details .right-page .anchor_click .hed-text p {
        font-size: 14px;
        text-align: center
    }

    .card_details .right-page .previous_policy {
        padding: 10px 0
    }

    .card_details .right-page .previous_policy h5 {
        font-size: 12px
    }

    .card_details .right-page .previous_policy .common_radio_button {
        margin-top: 10px;
        flex-wrap: wrap;
        row-gap: 10px
    }

    .card_details .right-page .previous_policy .common_radio_button .radio label {
        font-size: 11px
    }

    .card_details .right-page .previous_policy .get_card_details {
        justify-content: center
    }

    .card_details .right-page .previous_policy .get_card_details a {
        margin-top: 10px
    }

    .card_details .right-page .reg_under {
        border-bottom: 0
    }

    .card_details .right-page .reg_under .ind_card {
        border-bottom: 1px solid #e3e3e3;
        padding-top: 15px
    }

    .card_details .right-page .reg_under .ind_card h6 {
        font-size: 11px;
        font-weight: 600
    }

    .card_details .right-page .reg_under .ind_card p {
        font-size: 14px;
        font-weight: 600
    }

    .card_details .card_edit-layout.right-page .anchor_click {
        justify-content: space-between
    }

    .card_details .card_edit-layout.right-page .common_radio_button {
        justify-content: start;
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 15px
    }

    .card_details .card_edit-layout.right-page .common_radio_button .radio label {
        color: #5e5e5e !important;
        font-size: 12px
    }

    .card_edit-layout .reg_date label {
        font-size: 11px
    }

    .card_edit-layout .previous_text {
        font-size: 12px;
        font-weight: 500;
        color: #000;
        margin-bottom: 10px
    }
}

.b_table {
    margin-top: 10px;
    margin-bottom: 25px;
    overflow-x: auto
}

.b_table table {
    border-collapse: collapse;
    width: 100%
}

.b_table table thead tr th {
    background-color: rgba(0, 0, 0, .1607843137);
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ddd
}

.b_table table tbody tr td {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px
}

.pay-head {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    padding: 15px 0
}

.m-auto {
    margin: 0 auto;
    display: block
}

.tickimg {
    width: 65px
}

.w-40 {
    width: 40%
}

.g10 {
    gap: 10px
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-50 {
    width: 50%
}

.mb-0 {
    margin-bottom: 0
}

.paysub {
    font-size: 16px;
    padding-bottom: 0;
    color: #313131;
    font-weight: 400
}

.pay-main-head {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 10px 0
}

.pay-sub-head {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 10px 0
}

.prefixicon {
    position: absolute;
    right: 15px;
    top: 15px
}

.prefix-text {
    font-size: 14px;
    color: #2dc2f9;
    font-weight: 500
}

.invite-txt {
    font-size: 14px;
    font-weight: 500;
    color: #1daa3e;
    padding: 10px 0
}

.left-btn-icon {
    margin-right: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.rate {
    padding: 0;
    display: inline-block;
    margin: 0
}

.rate:not(:checked)>input {
    position: absolute;
    opacity: 0
}

.rate:not(:checked)>label {
    float: right;
    width: 1.1em;
    overflow: unset;
    white-space: nowrap;
    cursor: pointer;
    font-size: 65px;
    color: #ccc;
    margin-top: 30px
}

.rate:not(:checked)>label:before {
    content: "★"
}

.rate>input:checked~label {
    color: #ffc700;
    margin-top: 30px
}

.feed-wrapper {
    padding: 10px;
    margin: 5px 0
}

.feed-wrapper-pop {
    position: relative;
    z-index: 9999
}

#user-feedback {
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #c4c4c4
}

#user-feedback:focus-visible {
    outline: 1px solid #ffcb09;
    border: 1px solid #ffcb09
}

#feedbacksubmit {
    background-color: #febd11;
    padding: 10px 18px;
    border-radius: 6px;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    border: 0;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 50px auto 0
}

#user-feedback-error {
    display: inherit
}

.rate #rate-error {
    position: relative;
    top: 80px;
    left: 38%
}

@media (min-width:768px) and (max-width:1920px) {
    .rating-error:not(:checked)>label {
        font-size: 60px;
        right: 50px
    }
}

@media (min-width :351px) and (max-width:425px) {
    .rating-error:not(:checked)>label {
        font-size: 35px !important;
        width: 1em;
        right: 60px
    }

    .rate #rate-error {
        position: relative;
        top: 60px;
        left: 30%
    }

    #user-feedback {
        width: 100%
    }
}

@media (min-width :426px) and (max-width:767px) {
    .rating-error:not(:checked)>label {
        font-size: 50px !important;
        width: 1em;
        right: 60px
    }

    .rate #rate-error {
        position: relative;
        top: 60px;
        left: 34%
    }
}

@media(max-width:350px) {
    .rate:not(:checked)>label {
        font-size: 30px !important;
        right: 40px
    }
}

.rate-txt {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500
}

.rate-counter-txt {
    position: relative;
    z-index: 1;
    bottom: 68px;
    color: #000;
    font-size: 16px
}

.rate label {
    position: relative
}

.payaccord {
    background: #f9f9f9;
    padding: 10px
}

.successcard {
    padding: 10px;
    border-radius: 6px;
    background: #e1e1e1
}

.br-6 {
    border-radius: 6px
}

.f-600 {
    font-weight: 600
}

.mt-100 {
    margin-top: 100px
}

.pt-10 {
    padding-top: 10px
}

.black-txt {
    color: #000 !important
}

.active .successcard {
    border-radius: 6px 6px 0 0
}

.congratz-head {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 10px 0
}

.congratzsub {
    font-size: 14px;
    font-weight: 500
}

.btn-fixed {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    z-index: 9999
}

.copyrightstxt {
    font-size: 14px;
    text-align: center;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    z-index: 1;
    box-shadow: 0 1px 10px #f1f1f1
}

.mt-congratz {
    margin-top: 0;
    margin-bottom: 0
}

.card-congratz {
    max-width: 400px;
    margin: 20px auto;
    border: 1px solid #ddd;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.validtxt {
    font-size: 16px;
    font-weight: 600
}

.primary-btn-outline {
    background-color: #fff;
    padding: 10px 18px;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    border: 0;
    height: 40px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 6px
}

.share-btn {
    background: #fff;
    border-radius: 6px;
    width: 80px;
    min-height: 80px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center
}

.share-btn img {
    width: 35px
}

.share-btn p {
    font-size: 11px
}

.share-hd {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    padding: 2px 15px
}

.social-div {
    max-width: 400px;
    margin: 30px auto;
    gap: 20px;
    justify-content: center
}

.social-img-cnt {
    display: flex
}

.social-img-cnt img {
    width: 18px
}

.social-btn {
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.social-btn span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.fb-bg {
    background: #345ca7
}

.twitter-bg {
    background: #00aeef
}

.linked-bg {
    background: #0270ad
}

.congratz-main {
    position: relative
}

.con_lotti {
    position: absolute;
    top: 0;
    z-index: 1
}

@media (max-width:767px) {
    .rate:not(:checked)>label {
        font-size: 50px;
        width: 1em
    }

    .rate-counter-txt {
        bottom: 27px;
        font-size: 8px;
        font-weight: 500
    }

    .pay-head {
        padding: 5px 0
    }

    .tab-form p {
        text-align: right
    }

    .btn-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background: #fff;
        padding: 10px
    }

    .copyrightstxt {
        display: none
    }

    .social-div {
        max-width: 100%;
        margin: 15px auto;
        gap: 5px;
        justify-content: space-between
    }
}

@media (min-width:150px) and (max-width:320px) {
    .tab-form p {
        font-size: 12px
    }

    .primary-btn,
    .primary-btn-outline {
        font-size: 14px
    }

    .rate:not(:checked)>label {
        font-size: 45px
    }

    .rate-counter-txt {
        bottom: 26px
    }

    .social-btn span {
        font-size: 12px
    }

    .social-btn img {
        width: 18px
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .rate:not(:checked)>label {
        font-size: 60px
    }

    .rate-counter-txt {
        bottom: 53px;
        font-size: 14px
    }

    .modalshare {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }
}

@media (min-width:768px) {
    .btn-fixed {
        max-width: 720px;
        padding-top: 50px
    }
}

@media (min-width:1200px) {
    .desk-center-btn {
        width: 320px;
        margin: 0 auto
    }

    .congratz-head {
        font-size: 24px
    }

    .congratzsub {
        font-size: 16px
    }

    .pay-head {
        font-size: 18px
    }

    .rate-txt {
        font-size: 16px
    }

    .paysub {
        font-size: 14px
    }

    .modalshare {
        width: 30%;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }
}

.lottiecontainer {
    display: flex;
    margin-top: 6px;
    position: absolute;
    top: 30px
}

.lottiecontainer .lottiestar {
    width: 57px;
    height: 75px;
    visibility: hidden;
    z-index: 3;
    margin-top: -31px
}

@media (max-width:767px) {
    .lottiecontainer .lottiestar {
        width: 54px;
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .lottiecontainer .lottiestar {
        width: 70px;
        height: 78px
    }
}

@media (min-width:220px) and (max-width:320px) {
    .lottiecontainer .lottiestar {
        width: 48px;
        height: 51px
    }
}

.activestar {
    visibility: visible !important
}

.st1 {
    margin-left: -3px;
    margin-top: 2px
}

.st2 {
    margin-left: -3px;
    margin-top: 2px
}

.st3 {
    margin-left: -3px;
    margin-top: 2px
}

.st4 {
    margin-left: -3px;
    margin-top: 2px
}

.st5 {
    margin-left: -3px;
    margin-top: 2px
}

.bg-tr {
    color: transparent !important
}

.hide-e {
    display: none
}

.jcc {
    justify-content: center
}

span.error {
    font-size: 12px;
    color: #ee505a;
    font-weight: 400
}

.form-b span.error {
    position: absolute;
    bottom: -20px;
    left: 0
}

.extra-box,
.radio-bx {
    position: relative
}

.extra-box input[type=radio],
.radio-bx input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.extra-box input[type=checkbox],
.radio-bx input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

button:disabled,
button[disabled] {
    background-color: #e9e9e9 !important;
    color: #ababab !important;
    pointer-events: none
}

button:disabled svg path,
button[disabled] svg path {
    stroke: #ababab
}

.common_button.disabled {
    pointer-events: none
}

.common_button.disabled button {
    background-color: #e9e9e9;
    color: #ababab
}

.common_button.disabled button svg path {
    stroke: #ababab
}

input:disabled,
input[disabled],
select:disabled,
select[disabled] {
    background-color: #efefef !important
}

.get_card_details button {
    margin-top: 30px
}

.common_button button span {
    width: 20px;
    height: 18px
}

.gi-re-send-otp {
    font-size: 14px
}

.con_lotti {
    bottom: 0
}

.alert {
    padding: 8px 12px;
    margin: 20px 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

#errorMessage {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0
}

@media (max-width:576px) {
    #errorMessage {
        left: 0;
        transform: none;
        padding: 0 15px;
        right: 0
    }
}

.showError {
    z-index: 99999 !important;
    opacity: 1 !important
}

.showError .error-wrap {
    -webkit-animation: bounceIn .5s;
    animation: bounceIn .5s
}

#errorMessage .error-wrap {
    background-color: #febd11;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    width: 400px;
    max-width: 100%;
    border-radius: 3px
}

#errorMessage .error-wrap .errorText p {
    margin: 0;
    color: #000;
    margin-right: 30px;
    padding: 0;
    line-height: 1.3;
    font-size: 14px
}

#errorMessage .error-wrap .errorClose button {
    padding: 6px 11px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.cust-loader {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    align-items: center;
    justify-content: center
}

.cust-loader .loader-align {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.cust-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    height: 380px
}

.cust-loader .loader-align .load-circle {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffb100;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    border-radius: 100%;
    -webkit-animation: c-spinner-border .75s linear infinite;
    animation: c-spinner-border .75s linear infinite;
    margin: 0 auto
}

.cust-loader .loader-align .load-text {
    min-width: 70px;
    font-size: 16px;
    color: #e0e4f8;
    text-align: left;
    font-weight: 300;
    justify-content: center
}

.loading {
    -webkit-animation: extend 3s steps(3, end) infinite;
    animation: extend 3s steps(3, end) infinite;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom
}

.loading:before {
    content: "..."
}

@-webkit-keyframes extend {
    0% {
        width: .25em
    }

    100% {
        width: 1em
    }
}

@keyframes extend {
    0% {
        width: .25em
    }

    100% {
        width: 1em
    }
}

@-webkit-keyframes c-spinner-border {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes c-spinner-border {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.desk-center-btn,
.rate {
    position: relative;
    z-index: 2
}

.right_arrow_disable button {
    background-color: #febd11;
    pointer-events: all;
    padding: 12px 18px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    border: none
}

.right_arrow_disable button img {
    vertical-align: middle
}

.right_arrow_disable button[disabled] {
    background-color: #e9e9e9
}

.right_arrow_disable button[disabled] svg path {
    stroke: #ababab
}

.ncbWrap {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.pr-plane {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

.exc-t {
    margin-left: 0
}

.vh_price .previewpremium_amount {
    font-size: 22px;
    font-weight: 500
}

.ind_card p {
    text-transform: capitalize
}

.resend-disabled {
    color: #c9c9c9;
    pointer-events: none
}

.hasDatepicker {
    background-image: url(../../../bundle/assets/images/common/calendarFill.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor: pointer
}

.hasDatepicker::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 0;
    display: none
}

.hasDatepicker::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0
}

.viewPolicy_breakup {
    cursor: pointer
}

.dark-list .label-value {
    text-transform: capitalize
}

.previewvehicleMake {
    text-transform: capitalize
}

.previewpa_included,
.previewveh_fuel_type {
    text-transform: capitalize
}

.vh_text .previewvehicleMake {
    display: inline-block;
    padding-left: 6px
}

.ui-autocomplete.ui-widget-content {
    z-index: 999999 !important;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto
}

.ui-menu .ui-menu-item.ui-state-focus {
    background: #ffca03;
    border-radius: 0;
    color: #000
}

.previous_text {
    align-items: center
}

.edit_text {
    cursor: pointer
}

img.car-bg {
    margin: 35px auto 0;
    display: block;
    height: 290px
}

.reg_under_mob .previous_text {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 16px
}

.cust-loader lottie-player {
    height: 250px !important
}

@media (max-width:767px) {
    .dark-list {
        flex-wrap: wrap
    }

    .dark-list .label-txt {
        width: 50%;
        text-align: left
    }

    .label-value {
        width: 50%;
        text-align: right
    }

    .inside_res_flex label {
        width: 50%
    }

    .cust-loader lottie-player {
        height: 150px !important;
        display: block
    }

    .vh_text2 .vh_text {
        margin-top: 0
    }

    .vh_text2 .policyType {
        line-height: 1.3
    }

    .vh_text2 .mak-var {
        font-size: 10px !important
    }

    .cust-loader img {
        height: 240px
    }

    .login-ag-wrap {
        flex-wrap: wrap
    }

    .login-ag-wrap .common_button {
        width: 100%;
        justify-content: right;
        display: flex;
        margin-top: 10px
    }

    .common_button button {
        font-size: 14px
    }

    .otp-page .resend_otp {
        font-size: 14px;
        padding-left: 0
    }

    .car-prev p {
        font-size: 12px !important
    }

    .car-prev .car-bg {
        display: block;
        margin: 30px auto 20px;
        height: 43px;
        width: auto !important
    }

    .car-prev lottie-player {
        display: none !important
    }

    .d-back-g {
        position: absolute;
        left: 14px;
        top: -11px
    }

    .hed-text #prev_model {
        font-size: 12px;
        font-weight: 400
    }

    .hide-md {
        display: none
    }

    .hide-mb {
        display: none !important
    }

    .show-mb {
        display: block !important
    }

    .modal-cnt .info-hd {
        font-weight: 500
    }

    .info-btn {
        width: 16px;
        height: 16px
    }

    .premium-hd {
        font-size: 12px;
        font-weight: 500
    }

    .prem-card-box {
        padding: 14px 14px
    }

    #policyDetails .d-back-g {
        top: -30px
    }

    #policyDetails .dark-hd {
        text-align: left
    }

    #policyDetails .dark-hd h2 {
        text-align: left !important
    }

    .vh_price .previewpremium_amount {
        font-size: 16px;
        font-weight: 600
    }

    .ncbWrap {
        padding-top: 6px
    }

    .ncbWrap label {
        margin-bottom: 2px
    }

    .edit-view {
        text-decoration: underline
    }

    .cov-title p {
        text-align: left
    }

    .cov-title p br {
        display: block !important
    }

    .view-more-btn {
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #000
    }

    .exc-t {
        font-size: 10px
    }

    .pp-info {
        font-size: 11px
    }

    .previewveh_reg_number {
        font-size: 18px
    }

    .s_table table tbody tr td {
        font-size: 12px
    }

    .page-sd {
        font-size: 14px;
        color: #000;
        margin-bottom: 8px
    }

    .total-wrap {
        width: 100%
    }

    .edit-mob {
        align-items: center;
        justify-content: center
    }

    .edit-mob #prev_vegNum {
        margin-right: 6px
    }

    .inside_res_flex p {
        width: 50%;
        text-align: right;
        line-height: 1.2
    }

    .inside_res_flex label {
        width: 50%
    }
}

#yellow-info {
    font-size: 8px
}

.body-wrapper-landing {
    padding: 35px 0 0
}

.landing-left .lp-w {
    max-width: 420px;
    margin: 0 auto
}

.landing-left .langing-tit {
    text-align: center
}

.landing-left .langing-tit span {
    display: block
}

.landing-left .langing-tit .lt1 {
    font-size: 24px;
    font-weight: 500
}

.landing-left .langing-tit .lt2 {
    font-weight: 600
}

.landing-left .langing-tit .lt3 {
    font-size: 22px;
    line-height: 2;
    font-weight: 400
}

.landing-left .car-bg {
    margin: 20px auto 0;
    display: block;
    height: 285px;
    display: block !important
}

@media (max-width:767px) {
    .landing-left .car-bg {
        width: auto;
        height: 130px
    }
}

.landing-info {
    display: flex;
    margin: 30px -10px 0
}

.landing-info .info-bl {
    padding: 0 5px;
    width: 33.33%
}

.landing-info .info-bl img {
    width: 100%
}

.login-ag-wrap .check-b {
    margin: 30px 0
}

.login-ag-wrap .common_button button {
    width: 100%;
    justify-content: center;
    margin-top: 19px;
    padding: 14px 19px;
    box-sizing: border-box
}

.login-ag-wrap .common_button button span {
    height: 22px
}

.login-ag-wrap button:disabled svg path,
.login-ag-wrap button[disabled] svg path {
    stroke: none;
    fill: #ababab
}

#regform {
    margin-top: 3rem
}

@media (max-width:767px) {
    #regform {
        margin-top: 0
    }
}

#regform .form-b {
    margin-bottom: 30px
}

#flowBtn {
    color: #000
}

.dnt-btn {
    margin: 50px 0
}

.sgi-ot-op {
    display: flex;
    justify-content: center
}

.sgi-ot-op .sep {
    margin: 0 35px
}

.sgi-ot-op .sep .sep-line {
    height: 24px;
    width: 1px;
    background-color: #000;
    margin-top: 10px
}

.sgi-ot-op .look-opt {
    display: flex;
    align-items: center
}

.sgi-ot-op .look-opt img {
    height: 41px
}

.sgi-ot-op .look-opt p {
    text-decoration: underline;
    margin-left: 9px;
    font-size: 14px;
    color: #000
}

footer {
    padding: 0 15px;
    text-align: center;
    margin: 35px 0 10px
}

footer p {
    text-align: center;
    font-size: 14px
}

footer p a {
    color: #000;
    text-decoration: underline
}

.help-info {
    display: flex;
    align-items: center
}

.help-info .call-icon {
    margin-right: 10px
}

.help-info .call-icon img {
    vertical-align: middle;
    width: 32px
}

.help-info .toll-free {
    margin-right: 10px
}

.help-info .toll-free p {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500
}

.help-info .toll-number p {
    font-weight: 500;
    font-size: 14px
}

.help-info p {
    color: #000
}

@media (max-width:768px) {
    .login-ag-wrap .common_button button span {
        height: 18px
    }

    .sgi-ot-op .look-opt p {
        font-size: 12px
    }

    .sgi-ot-op .sep {
        margin: 0 23px
    }

    .sgi-ot-op .look-opt img {
        height: 34px
    }

    .sgi-ot-op .sep .sep-line {
        margin-top: 6px
    }

    .login-ag-wrap .check-b {
        margin: 15px 0 0
    }

    #regform .login-ag-wrap .common_button {
        margin-top: 5px
    }

    .dnt-btn {
        margin: 30px 0
    }

    footer p {
        text-align: center;
        font-size: 12px
    }

    footer {
        margin: 35px 0 20px
    }

    .landing-info {
        margin: 25px -10px 0
    }

    .help-info .call-icon img {
        width: 25px
    }

    .help-info .toll-free p {
        font-size: 10px
    }

    .help-info .toll-number p {
        font-size: 14px
    }

    .help-info .toll-free {
        margin-right: 5px
    }

    .help-info .call-icon {
        margin-right: 6px
    }
}

@media (max-width:1200px) {
    .sgi-ot-op .look-opt p br {
        display: none
    }
}

@media (max-width:370px) {
    .sgi-ot-op .sep {
        margin: 0 15px
    }

    .sgi-ot-op .look-opt p {
        font-size: 10px
    }

    footer p {
        text-align: center;
        font-size: 10px
    }
}

@media (min-width:767px) {
    #premiumPrevData .dark-list h2 {
        margin-bottom: 0
    }

    .make-st {
        margin-top: 15px
    }
}

.common_button a:hover,
button[type=submit]:hover {
    cursor: pointer
}

#policyInfoForm input[readonly] {
    background-color: #efefef !important
}

.epError {
    font-size: 12px;
    color: #ee505a;
    font-weight: 400
}

#c_damage p,
#damage p {
    margin: 5px 0 0 5px
}

@media (max-width:767px) {
    #more_cover .modal-cnt p {
        min-width: 42px
    }
}

.card_details .right-page .common_radio_button {
    justify-content: unset
}

.card_details .right-page .common_radio_button .radio {
    margin-right: 20px;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 0 11px
}

@media (max-width:767px) {
    .card_details .card_edit-layout.right-page .common_radio_button {
        -moz-column-gap: 0;
        column-gap: 0
    }
}

#viewPolicy_breakup,
.new-car-box,
.tog-circle {
    cursor: pointer
}

.hide {
    display: none
}

#pnds-info {
    display: flex
}

#pnds-info .info-content {
    background: #fff5e5;
    border-radius: 6px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 14px
}

#pnds-info .info-content .info-btn {
    border: 0;
    background: 0 0;
    margin-left: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.new-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px
}

@media (max-width:768px) {
    .new-design p {
        font-size: 14px
    }

    .new-design p br {
        display: none
    }
}

#g_addon .sg_aon .img_aon img {
    width: 29px
}

.upload-file {
    position: relative;
    display: flex;
    width: auto;
    line-height: 3;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    font-weight: 500;
    margin-bottom: 20px
}

.upload-file .file-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    padding: 15px 15px 0;
    flex: 1;
    cursor: pointer;
    font-size: 1em;
    opacity: 0;
    height: 50px
}

.upload-file .file-input:focus-visible {
    outline: 0
}

@media (max-width:992px) {
    .upload-file .file-input {
        width: 100%
    }
}

.upload-file .file-input-lbl {
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    opacity: .5;
    position: absolute;
    width: 100%;
    padding: 17px;
    cursor: pointer
}

.upload-file:after {
    content: "";
    background-image: url(../../../bundle/assets/images/product/four-wheeler/upload.svg);
    height: 22px;
    width: 26px;
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    background-repeat: no-repeat;
    background-position: center
}

.ckyc-left {
    text-align: justify;
    width: 327px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin: auto
}

.uploadError {
    font-size: 12px;
    color: #ee505a;
    font-weight: 400;
    position: absolute;
    top: 80%;
    left: 15px
}

.premium-breakup-btn {
    font-size: 15px;
    text-decoration: underline;
    color: #0057ec;
    cursor: pointer
}

.navBack {
    cursor: pointer
}

@media (max-width:480px) {
    .total-wrap .total-amt {
        width: 35%
    }
}

.share-wrap .common_button button .amt-price {
    width: auto;
    height: auto;
    margin-right: 20px
}

.amt-price abbr {
    display: block;
    font-size: 9px
}

.amt-price var {
    display: block;
    font-style: unset;
    font-size: 14px;
    font-weight: 700
}

.ui-autocomplete-input {
    background-image: url(../../../bundle/assets/images/common/arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor: pointer
}

.border-bottom {
    border-bottom: 1px solid gray;
    margin-top: 25px;
    width: 100%;
    margin-left: 15px
}

.ncb-toggle {
    margin-top: 32px
}

.ncb-toggle .row {
    flex-direction: row;
    justify-content: space-between
}

@media (max-width:768px) {
    .ncb-toggle .row {
        flex-direction: column;
        padding: 0 15px;
        margin-left: 0 !important
    }

    .border-bottom {
        margin: 15px;
        margin-top: 30px
    }
}

.ncb-toggle .row p {
    width: 50%
}

@media (max-width:768px) {
    .ncb-toggle .row p {
        width: 100%
    }

    .ncb-toggle {
        margin-top: 10px
    }
}

.ncb-toggle .row .clime-bonus {
    list-style: none;
    width: 50%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-top: 0
}

@media (max-width:768px) {
    .ncb-toggle .row .clime-bonus {
        width: 100%;
        justify-content: start;
        padding: 0;
        margin-top: 10px
    }

    .ontitle {
        margin-top: 10px
    }
}

.ncb-toggle .row .clime-bonus li {
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    padding: 7px 24px;
    text-align: center;
    min-width: 80px;
    cursor: pointer
}

.is_active {
    background-color: #f4c045;
    border: 1px solid #f4c045 !important
}

.adds-on-card {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.card-data {
    min-width: 124px;
    background: #fffbf3;
    border: 1px solid #f4c145;
    border-radius: 6px;
    padding: 11px
}

.card-data p {
    font-weight: 700;
    font-size: 12px;
    line-height: 10px
}

.card-data p span {
    display: block;
    padding-top: 5px
}

.card-data .covers {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-data .covers p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.onoff {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    margin: 0
}

.onoff label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #c4c4c4;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    text-indent: 27px
}

.onoff input[type=checkbox] {
    border: 0;
    display: none
}

.onoff label:after {
    content: "No";
    display: block;
    position: absolute;
    top: 1px;
    left: 15px;
    width: 100%;
    font-size: 12px;
    color: #000;
    z-index: 1
}

.onoff label:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 3px;
    display: block;
    transition: left .3s
}

.onoff input:checked+label {
    background: #f4c045
}

.onoff input:checked+label:after {
    content: "Yes";
    color: #091707;
    left: -13px;
    top: 2px;
    transition: left .3s
}

.onoff input:checked+label:before {
    left: 44px
}

.onoff input[type=checkbox]:checked {
    border: none;
    background-color: rgba(255, 75, 0, 0)
}

.ontitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left
}

.ncb-toggle .row {
    margin-left: 15px;
    margin-right: 0
}

.Click-here {
    cursor: pointer;
    color: #000;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .15s linear, z-index .15;
    -o-transition: opacity .15s linear, z-index .15;
    transition: opacity .15s linear, z-index .15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    margin: 30px auto;
    max-width: 97%
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, .6);
    z-index: 99
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.close-btn {
    position: absolute;
    right: 10px;
    top: -1px;
    cursor: pointer;
    z-index: 99;
    font-size: 36px;
    color: #000
}

.pre-ins {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center
}

.to-know {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px
}

.we-are {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.send-pre {
    background: #ffc22f;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 15px;
    border: none
}

.buttn-class {
    text-align: right
}

.sms {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 17px 0
}

.send-via {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0
}

.click-here {
    color: #004ec3;
    text-decoration: underline
}

.third-popup {
    display: flex;
    align-items: center;
    gap: 39px;
    justify-content: center
}

.dear-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
    color: #000
}

.list-conntent li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
    color: #000
}

ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: 0;
        height: 100%
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px
    }

    .sms {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin-top: 20px;
        gap: 20px
    }

    .mail-content img {
        width: 80%
    }

    .mail-content {
        text-align: center
    }

    .pre-ins {
        text-align: center
    }

    .custom-model-wrap {
        padding: 25px
    }

    .car-img img {
        width: 100%
    }

    .third-popup {
        gap: 30px;
        flex-direction: column
    }
}

.car-img img {
    min-width: 255px
}

.third-box {
    width: 820px
}

.select-the-mode-popup {
    width: 42%;
    padding: 30px 39px;
    border-radius: 20px !important
}

@media (max-width:991.9px) {
    .select-the-mode-popup {
        width: 100%;
        padding: 20px 25px
    }
}

.mail-content img {
    width: 60px;
    margin-top: 5px
}

.mail-content {
    text-align: center
}

.successMSGMail {
    padding: 20px 20px
}

.successMSGMail .mail-content img {
    width: 66px
}

.successMSGMail .mail-content P {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.pre-inspection-acknowledge {
    padding: 30px 35px
}

@media (max-width:1200px) {
    .third-popup {
        flex-wrap: wrap;
        gap: 20px
    }
}

body {
    margin: 0;
    font-family: Gilmer;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden
}

.pi-inspection .mt-30 {
    margin-top: 30px
}

.pi-inspection .mt-40 {
    margin-top: 40px
}

.pi-inspection .head-content {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    padding-top: 40px
}

.pi-inspection .hassle-free-camp h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 20px
}

.pi-inspection .hassle-free-camp p {
    font-size: 14px;
    line-height: 22px
}

.pi-inspection .second-sec {
    background-color: #f4f4ee;
    padding: 60px 0;
    margin-top: 80px
}

.pi-inspection .second-sec .app-store {
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
    max-width: 576px;
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 24px
}

.pi-inspection .second-sec .app-store .logo-images {
    width: 187px
}

.pi-inspection .second-sec .app-store p {
    padding: 0 140px;
    font-size: 14px;
    line-height: 22px
}

@media (max-width:1200px) {
    .pi-inspection .second-sec .app-store p {
        padding: 0 114px
    }
}

.pi-inspection .second-sec .app-store .app-stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

.pi-inspection .second-sec .do-pre-ins h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px
}

.pi-inspection .second-sec .do-pre-ins ul {
    display: grid;
    gap: 35px
}

.pi-inspection .second-sec .do-pre-ins ul li {
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    position: relative
}

.pi-inspection .second-sec .do-pre-ins ul li:before {
    content: "";
    background-color: #ffcb05;
    position: absolute;
    padding: 3px;
    border-radius: 100%;
    left: -16px;
    top: 9px
}

.pi-inspection .Prerequisite h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    padding: 40px 0
}

.pi-inspection .Prerequisite .insure {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e0dede;
    border-radius: 16px;
    max-width: 408px;
    padding: 10px 40px;
    margin-bottom: 20px
}

.pi-inspection .Prerequisite .insure p {
    margin: 0
}

.pi-inspection .pi-cards {
    position: relative;
    margin-top: 40px
}

.pi-inspection .pi-cards .pi-card-details {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    height: 200px
}

.pi-inspection .pi-cards .pi-card-details .card-img {
    width: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.pi-inspection .pi-cards .pi-card-details .card-content {
    width: 45%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 78px
}

.pi-inspection .pi-cards .pi-card-details .groups {
    width: 10%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.pi-inspection .pi-cards .pi-card-details .groups p {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #ffcb05;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.pi-inspection .pi-cards .pi-card-details .groups:before {
    content: "";
    border-left: 2px dashed #000;
    position: absolute;
    height: 95%;
    top: 65%;
    left: 50%
}

.pi-inspection .pi-cards :nth-child(even) .card-content {
    padding-right: 78px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pi-inspection .pi-cards :nth-child(even) .card-content h4 {
    text-align: right
}

.pi-inspection .pi-cards :nth-child(even) .card-content p {
    text-align: right
}

.pi-inspection .pi-cards :last-child .groups:before {
    content: unset
}

.pi-inspection .fotter {
    background: #545454;
    text-align: center;
    color: #fff;
    padding: 15px
}

.pi-inspection .fotter p {
    margin: 0;
    font-size: 10px;
    line-height: 12px
}

@media (max-width:767px) {
    .pi-inspection .head-content {
        text-align: left;
        font-size: 20px;
        line-height: 28px
    }

    .pi-inspection .mt-30 {
        flex-direction: column-reverse
    }

    .pi-inspection .right-sec img {
        margin-bottom: 40px;
        width: 100%
    }

    .pi-inspection .hassle-free-camp p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0
    }

    .pi-inspection .hassle-free-camp h3 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px
    }

    .pi-inspection .second-sec {
        margin-top: 40px;
        padding: 35px 0
    }

    .pi-inspection .second-sec .row-reverse {
        flex-direction: column-reverse
    }

    .pi-inspection .second-sec .row-reverse .do-pre-ins h3 {
        font-size: 20px;
        line-height: 28px
    }

    .pi-inspection .second-sec .row-reverse .do-pre-ins ul {
        padding-left: 20px;
        gap: 20px
    }

    .pi-inspection .second-sec .row-reverse .do-pre-ins ul li {
        font-size: 12px;
        line-height: 20px
    }

    .pi-inspection .second-sec .app-store {
        padding: 30px
    }

    .pi-inspection .second-sec .app-store p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        margin-top: 15px
    }

    .pi-inspection .second-sec .app-store img {
        width: auto
    }

    .pi-inspection .mt-40 {
        margin-top: 20px
    }

    .pi-inspection .Prerequisite h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        padding: 30px 0
    }

    .pi-inspection .Prerequisite .insure {
        margin: 12px auto;
        padding: 10px 20px
    }

    .pi-inspection .Prerequisite .insure p {
        font-size: 12px;
        line-height: 20px
    }

    .pi-inspection .Prerequisite .insure img {
        width: 32px
    }

    .pi-inspection .pi-cards .pi-card-details {
        flex-direction: column;
        height: unset;
        position: relative
    }

    .pi-inspection .pi-cards .pi-card-details .card-img {
        width: 100%;
        padding-left: 58px;
        justify-content: start
    }

    .pi-inspection .pi-cards .pi-card-details .card-img img {
        width: 30%
    }

    .pi-inspection .pi-cards .pi-card-details .card-img .center-img {
        width: auto;
        height: 110px
    }

    .pi-inspection .pi-cards .pi-card-details .card-content {
        width: 100%;
        padding-right: 0;
        padding-left: 60px
    }

    .pi-inspection .pi-cards .pi-card-details .card-content h4 {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px
    }

    .pi-inspection .pi-cards .pi-card-details .card-content p {
        font-size: 12px;
        line-height: 16px
    }

    .pi-inspection .pi-cards .pi-card-details .groups {
        top: 34px
    }

    .pi-inspection .pi-cards .pi-card-details .groups p {
        width: 40px;
        height: 40px;
        position: relative
    }

    .pi-inspection .pi-cards .pi-card-details .groups:before {
        content: unset
    }

    .pi-inspection .pi-cards .pi-card-details:before {
        content: "";
        border-left: 2px dashed #000;
        position: absolute;
        height: 145%;
        top: 65%;
        left: 5%
    }

    .pi-inspection .pi-cards :last-child:before {
        content: unset
    }

    .pi-inspection .pi-cards :nth-child(even) .card-content {
        padding-right: 0;
        padding-left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .pi-inspection .pi-cards :nth-child(even) .card-content h4 {
        text-align: left
    }

    .pi-inspection .pi-cards :nth-child(even) .card-content p {
        text-align: left
    }

    .groups {
        order: 2 !important
    }

    .card-content {
        order: 3 !important
    }

    .card-img {
        order: 1 !important
    }
}

.intimate_claim__step2_popup_contact .modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.intimate_claim__step2_popup_contact .modal.is-visible {
    visibility: visible;
    transform: scale(1);
    background: unset
}

.intimate_claim__step2_popup_contact .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0deg, 0%, 0%, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s
}

.intimate_claim__step2_popup_contact .modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.intimate_claim__step2_popup_contact .modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 570px;
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, .35)
}

@media (max-width:768px) {
    .intimate_claim__step2_popup_contact .modal-wrapper {
        width: 90%
    }
}

.intimate_claim__step2_popup_contact .modal-transition {
    transition: all .3s .12s;
    opacity: 0
}

.intimate_claim__step2_popup_contact .modal.is-visible .modal-transition {
    opacity: 1
}

.intimate_claim__step2_popup_contact .modal-content {
    padding: 40px 80px
}

@media (max-width:767px) {
    .intimate_claim__step2_popup_contact .modal-content {
        padding: 24px 32px
    }
}

.intimate_claim__step2_popup_contact .modal-content>:first-child {
    margin-top: 0
}

.intimate_claim__step2_popup_contact.modal-content>:last-child {
    margin-bottom: 0
}

.intimate_claim__step2_popup_contact .btn {
    margin-top: 40px;
    display: block
}

.intimate_claim__step2_popup_contact img {
    width: 100px;
    margin-bottom: 30px;
    height: 100%
}

.intimate_claim__step2_popup_contact form {
    display: flex;
    justify-content: center;
    margin-bottom: 25px
}

.intimate_claim__step2_popup_contact form input {
    max-width: 45px;
    margin: 10px;
    text-align: center
}

.intimate_claim__step2_popup_contact h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 16px
}

@media (max-width:768px) {
    .intimate_claim__step2_popup_contact h3 {
        font-size: 16px;
        line-height: 26px
    }
}

.intimate_claim__step2_popup_contact .modal-wrapper {
    top: 50%
}

.onHoldIcon {
    background: #febd11;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px
}

.onSuccessIcon {
    background: #149d54;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px
}

.onRejectIcon {
    background: #f71403;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px
}

#pre-inspection-details {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-right: 6px
}

label.pre_inspection_info_label {
    font-size: 14px;
    margin-bottom: 0;
    color: #000
}

.is_pre_inspection {
    margin-top: 10px
}

.pre_inspection_on_success_section {
    flex: 0 0 50%;
    max-width: 50%
}

.pre_inspection_on_success_section.form-b {
    margin-top: 24px
}

.communication_popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    text-align: center
}

.communication_popup .popup__content {
    width: 44%;
    overflow: auto;
    padding: 47px 51px;
    background: #fff;
    color: #000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 16px
}

.communication_popup .communication-mode h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px
}

.communication_popup .communication-mode .card-data {
    background: #f2f2f2;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 0;
    align-items: center;
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
    border-radius: 10px
}

.communication_popup .communication-mode .card-data .card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%
}

.communication_popup .communication-mode .card-data .card-wrapper img {
    width: 50px;
    height: 40px;
    margin-left: -32px
}

.communication_popup .communication-mode .card-data .card-wrapper label {
    text-align: left;
    gap: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 0;
    position: relative
}

.communication_popup .communication-mode .card-data .card-wrapper span {
    text-align: left;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    margin-top: 0;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 114px
}

.communication_popup .communication-mode button {
    width: 210px;
    padding: 12px 32px;
    border-radius: 8px;
    background: #ffcb09;
    border-radius: 8px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center
}

label {
    cursor: pointer
}

.input-radio {
    font-size: 3em;
    top: 1px;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    background-clip: border-box;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .3s, box-shadow .3s;
    border: 1px solid #000;
    position: absolute;
    left: -33px
}

.input-radio.off:checked {
    background-color: #000;
    border: 5px solid #ffcb09
}

@media (max-width:991.9px) {
    .communication_popup .popup__content {
        padding: 21px 25px;
        width: 57%
    }

    .communication_popup .popup__content .card-data {
        width: auto
    }
}

@media (max-width:767px) {
    .communication_popup .popup__content {
        width: 90%
    }

    body .communication_popup .communication-mode .card-data:nth-child(2) img {
        margin-left: -34px
    }

    body .communication_popup .communication-mode .card-data .card-wrapper img {
        margin-left: -24px !important
    }

    .communication_popup .communication-mode .card-data .card-wrapper label {
        margin-top: 8px
    }

    .communication_popup .popup__content .communication-mode .card-data {
        flex-wrap: wrap;
        gap: 25px;
        padding: 20px;
        flex-direction: column
    }
}

.pre_inspection_left_side_text_content {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #faebd7;
    border-radius: 7px;
    margin: 32px 0;
    padding: 10px 10px 10px 0
}

.pre_inspection_left_side_text_content .preInformContent {
    font-size: 14px;
    line-height: 22px
}

button.pre_inspection_info_icon {
    background: unset;
    margin: 0 6px;
    padding: 0 24px 0 8px;
    cursor: pointer;
    border: none;
    width: 20px;
    height: 20px
}

.communication_popup .communication-mode .card-data:nth-child(2) img {
    margin-left: -38px
}

.communication_popup .communication-mode .card-data:nth-child(1) img {
    margin-left: -32px
}

#ckycSuccessPopup .uploader {
    text-align: center
}

#ckycSuccessPopup .uploader img {
    width: 116px
}

#ckycSuccessPopup .uploader .kyc-para {
    margin: 10px 0
}

#ckycSuccessPopup .edid-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px
}

#ckycSuccessPopup .edid-btns button {
    min-width: 240px;
    background-color: #f4c045;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 67px;
    border-radius: 8px;
    color: #000;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 16px;
    font-weight: 500;
    border: none
}

#ckycSuccessPopup .edid-btns .editPan {
    background: #fff;
    border-radius: 8px
}

#ckycSuccessPopup .popup__content {
    padding: 65px 4px
}

@media (max-width:991.9px) {
    #ckycSuccessPopup {
        transition: all .3s linear;
        width: 90%;
        margin: 0 auto;
        left: 6%;
        border-radius: 10px
    }
}

.fetch-pop #ckycSuccessPopup .fetch-model {
    width: 25rem
}

.fetch-pop #ckycSuccessPopup .fetch-model .modal-content .modal-body img {
    width: 90px
}

.fetch-pop #ckycSuccessPopup .fetch-model .modal-content .modal-body {
    padding: 35px
}

.KYCverify .text-center {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: row
}

.KYCverify .primary-btn {
    width: 185px;
    margin: 0;
    border-radius: 8px
}

.KYCverify .primary-btn:first-child {
    width: 185px;
    margin: 0;
    border-radius: 8px;
    background: 0 0;
    border: 1px solid #cacaca
}

.KYCverify h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 20px
}

.KYCverify .modal .fetch-model .modal-content .modal-body p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.KYCverify .modal .fetch-model .modal-content .modal-body .name-fetch {
    background-color: #fef1f1;
    border: 1px solid #f17575;
    padding: 16px 30px;
    border-radius: 5px;
    margin: 0;
    display: inline-block;
    width: auto
}

.KYCverify .modal .fetch-model .modal-content .modal-body .name-fetch span {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.KYCverify #ckycSuccessPopup .fetch-model {
    width: 41%;
    min-width: 635px
}

@media (max-width:768px) {
    .KYCverify #ckycSuccessPopup .fetch-model {
        width: 90%;
        min-width: auto
    }

    .KYCverify .text-center {
        flex-wrap: wrap
    }
}

.KYCverify #ckycSuccessPopup .fetch-model .modal-content .modal-body img {
    width: 126px
}

.fetch-pop .modal .fetch-model {
    width: 200px;
    margin: 0 auto
}

.fetch-pop .modal .fetch-model .modal-content {
    padding: 0
}

.fetch-pop .modal .fetch-model .modal-content .modal-body {
    text-align: center
}

.fetch-pop .modal .fetch-model .modal-content .modal-body img {
    width: 100%
}

.fetch-pop .modal .fetch-model .modal-content .modal-body p {
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    margin: 0 auto
}

.fetch-pop .modal .fetch-model {
    width: 200px;
    margin: 0 auto
}

.fetch-pop .modal .fetch-model .modal-content {
    padding: 0
}

.fetch-pop .modal .fetch-model .modal-content .modal-body {
    text-align: center
}

.fetch-pop .modal .fetch-model .modal-content .modal-body img {
    width: 100%
}

.fetch-pop .modal .fetch-model .modal-content .modal-body p {
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    margin: 0 auto
}

.fetch-pop .modal .fetch-model .modal-content .modal-body .mb-4 {
    margin-bottom: 20px
}

.previewveh_chasis_number {
    word-break: break-all
}

.previewveh_engine_number {
    word-break: break-all
}

@media (min-width:991.9px) {
    .fetch-pop .modal {
        width: 45%
    }

    .previewveh_chasis_number {
        word-break: break-all
    }
}

.look {
    gap: 5px
}

#ginewcar {
    text-decoration: underline;
    margin-left: 9px;
    font-size: 14px;
    color: #000
}

#regformdiv .layout-right .tab-cnt-box .dont-know-wrap .dnt-btn {
    display: none
}

#regformdiv .layout-right .tab-cnt-box .sgi-ot-op {
    margin-top: 50px
}

#preInspectionError .primary-btn {
    max-width: 210px
}

.paymentControl {
    display: flex;
    gap: 12px;
    align-items: start;
    margin-top: 16px;
    flex-wrap: wrap
}

.payDrive {
    border: 1px solid #ddd;
    height: 100%;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    flex-basis: 50%
}

.payDrive.active {
    background: #fffbf1;
    border: 1px solid #febd11;
    flex-basis: 47%
}

@media(max-width:767px) {
    .paymentControl .payDrive {
        flex-basis: 100%;
        max-height: unset
    }
}

.payDrive .paymentDrive {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.payDrive .payment-title {
    display: flex;
    gap: 16px;
    align-items: center
}

.payDrive .payToadd {
    display: flex;
    gap: 4px;
    align-items: center
}

.payDrive .covertitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

.payDrive:active {
    background: #fffbf1;
    border: 1px solid #febd11
}

.oddMeter {
    border: 1px solid #ddd;
    border-radius: 8px;
    min-width: 250px;
    width: 100%;
    min-height: 48px;
    height: 100%;
    padding: 13px
}

.showDetails input:focus {
    border: 1px solid #ddd
}

.chooseRange select {
    border: 1px solid #ddd;
    border-radius: 8px;
    min-width: 238px;
    width: 100%;
    min-height: 48px;
    height: 100%;
    padding: 13px;
    background: url(/bundle/assets/images/product/four-wheeler/pay-select.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important
}

#pay-upload-notes {
    font-size: 12px;
    color: #1a6800;
    font-weight: 400;
    position: relative;
    bottom: 19px
}

#pay_driveDetails,
#rti_details {
    right: 14px;
    position: relative
}

.hide-e {
    display: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.payDrivediv {
    flex-basis: 47%
}

@media (max-width:767px) {
    .resumePopup .recent-model {
        right: 100px;
        min-width: 0;
        bottom: 16px
    }

    .resumePopup .recent-model .recent-quote .tag {
        left: 75px
    }

    .resumePopup .recent-model .recentModel {
        justify-content: center;
        gap: 30px;
        text-align: center
    }

    .payDrivediv {
        flex-basis: 100%
    }
}

@media (max-width:567px) {
    .resumePopup .recent-model .recentModel {
        flex-wrap: wrap
    }
}

@media (max-width:484px) {
    .carIcon {
        width: 120px
    }
}

@media (max-width:440px) {
    .resumePopup .recent-model {
        right: 50px
    }
}

@media (max-width:420px) {
    .reviewAvg {
        justify-content: flex-start
    }
}

@media(max-width:992px) {
    .resumePopup .recent-model .recentModel {
        flex-wrap: wrap
    }
}

.quotePopup {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999
}

.quotePopup .popups {
    width: 482px;
    max-height: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 48px 0 0
}

@media (max-width:484px) {
    .quotePopup .popups {
        top: 60px;
        max-height: 640px;
        width: 400px;
        right: 34px;
        padding: 24px 0 0
    }
}

@media (max-width:440px) {
    .quotePopup .popups {
        right: 18px
    }
}

@media (max-width:420px) {
    .quotePopup .popups {
        right: 54px;
        width: 320px
    }
}

@media (max-width:390px) {
    .quotePopup .popups {
        right: 40px
    }
}

@media (max-width:360px) {
    .quotePopup .popups {
        right: 25px
    }
}

@media (max-width:340px) {
    .quotePopup .popups {
        right: 8px
    }
}

@media (max-width:330px) {
    .quotePopup .popups {
        right: 5px
    }
}

@media (max-width:320px) {
    .quotePopup .popups {
        right: 0
    }
}

.quotePopup .popups .tag {
    width: 240px;
    height: 29px;
    left: 123.5px;
    padding: 4px 32px 4px 32px;
    border-radius: 0 0 16px 16px;
    background: #e6f4f9;
    border-bottom: 6px solid #c0d2e6;
    position: absolute;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-align: center
}

@media (max-width:484px) {
    .quotePopup .popups .tag {
        width: 200px;
        height: 28px;
        font-size: 12px;
        line-height: 16px;
        padding: 4px 16px;
        position: fixed;
        top: 60px;
        left: 136px
    }
}

@media (max-width:440px) {
    .quotePopup .popups .tag {
        left: 100px
    }
}

@media (max-width:420px) {
    .quotePopup .popups .tag {
        left: 95px
    }
}

@media (max-width:380px) {
    .quotePopup .popups .tag {
        left: 70px
    }
}

.quotePopup .popups .close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer
}

.quotePopup .popups .vehicleDetails {
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    width: 386px;
    height: 134px;
    align-items: stretch;
    justify-content: center;
    margin: 24px auto;
    gap: 24px;
    display: flex;
    padding: 16px
}

@media (max-width:484px) {
    .quotePopup .popups .vehicleDetails {
        width: 280px
    }
}

.quotePopup .popups .vehicleDetails .vehicleName {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.quotePopup .popups .vehicleDetails .vehicleName p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.quotePopup .popups .vehicleDetails .vehicleName p.ncb {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.quotePopup .popups .vehicleDetails .vehicleName span {
    background: rgba(242, 242, 242, .3);
    padding: 2px 12px 2px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center
}

.quotePopup .popups .benifitsCover {
    display: block;
    width: 386px;
    margin: 0 auto 32px
}

@media (max-width:484px) {
    .quotePopup .popups .benifitsCover {
        width: 280px
    }
}

.quotePopup .popups .benifitsCover h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    margin-bottom: 16px
}

.quotePopup .popups .benifitsCover .coverDetails {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.quotePopup .popups .benifitsCover .coverDetails .covers {
    display: flex;
    gap: 10px;
    align-items: center
}

.quotePopup .popups .benifitsCover .coverDetails .covers img {
    width: 20px;
    height: 20px
}

.quotePopup .popups .benifitsCover .coverDetails .covers p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500
}

.quotePopup .popups .premAmt {
    width: 386px;
    height: 112px;
    padding: 12px;
    border-radius: 12px;
    background-color: #fffaec;
    margin: 0 auto 24px
}

@media (max-width:420px) {
    .quotePopup .popups .premAmt {
        width: auto
    }
}

.quotePopup .popups .premAmt .premAmtCalc {
    border-radius: 12px;
    border: 1px solid #ffcb09;
    background: #fff;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center
}

@media (max-width:420px) {
    .quotePopup .popups .premAmt .premAmtCalc {
        gap: 20px
    }
}

.quotePopup .popups .premAmt .premAmtCalc p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.quotePopup .popups .premAmt .premAmtCalc .amount {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.quotePopup .popups .premAmt .premAmtCalc .amount span {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

.quotePopup .popups .premAmt .premAmtCalc .primaryBtn {
    min-width: 160px;
    height: 48px;
    padding: 12px;
    border-radius: 24px;
    margin-top: 0;
    width: auto
}

@media (max-width:420px) {
    .quotePopup .popups .premAmt .premAmtCalc .primaryBtn {
        min-width: 130px
    }
}

.quotePopup .popups .grayBox {
    background: #f2f2f2;
    padding: 24px 48px
}

@media (max-width:484px) {
    .quotePopup .popups .grayBox {
        padding: 16px 6px
    }
}

.quotePopup .popups .grayBox .getquote {
    background: #e6f4f9;
    border: 1px solid #276fbf;
    width: 386px;
    height: 56px;
    padding: 8px 12px 8px 8px;
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    gap: 10px
}

@media (max-width:420px) {
    .quotePopup .popups .grayBox .getquote {
        width: auto
    }
}

.quotePopup .popups .grayBox .getquote p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.quotePopup .popups .grayBox .getquote a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #276fbf;
    text-decoration: underline
}

@media (max-width:420px) {
    .quotePopup .popups .grayBox .getquote a {
        font-size: 12px;
        line-height: 16px
    }
}

.quotePopup .popups .grayBox .ratting {
    width: 386px;
    height: auto;
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    padding: 16px
}

.quotePopup .popups .grayBox .ratting .bestClaim {
    width: 354px;
    height: 72px;
    padding: 16px;
    border-radius: 12px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #fafafa
}

@media (max-width:420px) {
    .quotePopup .popups .grayBox .ratting .bestClaim {
        width: auto;
        justify-content: flex-start;
        gap: 6px
    }
}

.quotePopup .popups .grayBox .ratting .bestClaim p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.resumePopup .recent-model {
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    margin: 50px auto 20px
}

.resumePopup .recent-model .recent-quote {
    position: relative
}

.resumePopup .recent-model .recent-quote .tag {
    width: 170px;
    height: 24px;
    left: 24px;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #e6f4f9;
    position: absolute;
    top: -20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    box-shadow: rgba(39, 111, 191, .2) 0 3px 5px 0
}

.resumePopup .recent-model .recentModel {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-around
}

.resumePopup .recent-model .recentModel .modelList p:first-child {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500
}

.resumePopup.hide-e {
    display: none
}

.resumePopup .recent-model .recentModel .modelList p :last-child {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600
}

.resumePopup .recent-model .recentModel .primary-btn.outline {
    min-width: 120px
}

@media (max-width:991px) {
    .resumePopup .recent-model {
        min-width: 0;
        bottom: 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .resumePopup .recent-model {
        right: 100px;
        min-width: 0;
        width: 100%;
        left: 30px;
        bottom: -50px
    }

    .resumePopup .recent-model .recent-quote .tag {
        left: 75px
    }
}

@media (max-width:768px) {
    .resumePopup .recent-model .recentModel {
        flex-wrap: wrap
    }
}

@media (max-width:440px) {
    .resumePopup .recent-model {
        right: 50px;
        left: 14px
    }
}

.primaryBtn {
    font-size: 14px;
    padding: 14px 24px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
    background-color: #ffcb09;
    border: 1px solid #ffcb09;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #000;
    margin-right: 20px
}

.average {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.reviewAvg {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    column-gap: 8px;
    border-right-width: 0;
    border-right-style: initial;
    border-right-color: initial;
    padding-bottom: 24px;
    padding-right: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8
}

.quotePopup .popup .grayBox .ratting {
    width: 386px;
    height: auto;
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    padding: 16px
}

.quotePopup .popup .grayBox .ratting .bestClaim {
    width: 354px;
    height: 72px;
    padding: 16px;
    border-radius: 12px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #fafafa
}

@media (max-width:420px) {
    .quotePopup .popup .grayBox .ratting .bestClaim {
        width: auto;
        justify-content: flex-start;
        gap: 6px
    }
}

.quotePopup .popup .grayBox .ratting .bestClaim p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.reviewSlider {
    background-color: #f2f2f2;
    padding: 80px 0;
    margin: 80px 0
}

@media (max-width:992px) {
    .reviewSlider {
        padding: 40px 0;
        margin: 40px 0
    }
}

.reviewAvg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #e8e8e8
}

@media (max-width:992px) {
    .reviewAvg {
        padding-bottom: 24px;
        padding-right: 0;
        border-bottom: 1px solid #e8e8e8;
        border-right: 0
    }
}

@media (max-width:420px) {
    .reviewAvg {
        justify-content: flex-start
    }
}

.reviewAvg h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 26px;
    text-align: center
}

@media (max-width:992px) {
    .reviewAvg h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px
    }
}

.average_rating {
    font-size: 46px;
    font-weight: 600;
    line-height: 81.6px
}

@media (max-width:992px) {
    .average {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.average span {
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px
}

@media (max-width:992px) {
    .average span {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px
    }
}

.count {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px
}

@media (max-width:992px) {
    .count {
        font-size: 14px;
        font-weight: 500;
        line-height: 26px
    }
}

.rate {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

#review_form .rate {
    justify-content: center
}

@media (max-width:420px) {
    .rate {
        gap: 0
    }
}

.rate.subrate {
    height: 20px;
    justify-content: flex-end
}

.rate:not(:checked)>input {
    position: absolute;
    opacity: 0
}

.rate:not(:checked)>label {
    cursor: pointer;
    font-size: 40px;
    color: #ccc
}

.rate:not(:checked)>label.subStar {
    font-size: 25px
}

.rate:not(:checked)>label:before {
    content: "★ "
}

.rate.subrate:not(:checked)>label:before {
    position: relative;
    top: -10px
}

.rate>input:checked~label {
    color: #ffc700
}

@media(max-width:992px) {
    .modal.show {
        bottom: 0;
        top: 20px
    }
}

@media(max-width:767px) {
    .pre-inspection-modal.modal {
        max-height: 570px;
        overflow-y: auto
    }
}

.quotePopup .popups .benifitsCover .coverDetails {
    row-gap: 16px
}

.quotePopup .popups .benifitsCover .coverDetails .covers {
    flex-basis: 50%
}

.quotePopup .popups .benifitsCover .coverDetails .covers img {
    width: 24px;
    height: 24px
}

.quotePopup .popups .premAmt {
    padding: 16px
}

.quotePopup .popups .grayBox .ratting .bestClaim img {
    width: 40px
}

.quotePopup .popups .grayBox .ratting .bestClaim .bestClaim-wrapper {
    display: flex;
    gap: 12px
}

.quotePopup .popups .grayBox .ratting .bestClaim {
    height: auto;
    padding: 28px 16px
}

.reviewAvg {
    background: #fafafa;
    padding: 28px 16px;
    margin-top: 16px
}

.model-resume ul {
    margin: 32px 36px;
    display: flex;
    justify-content: space-between;
    background: #fafafa;
    padding: 16px 28px;
    border-radius: 16px
}

.model-resume ul li {
    list-style: none
}

.model-resume ul li p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.model-resume ul li .model-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left
}

.ratting .reviewAvg {
    border-bottom-width: 0
}

.quotePopup .popups .vehicleDetails {
    justify-content: start;
    gap: 24px;
    background-image: url(/bundle/assets/images/common/quote-model-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.resumePopup .recentModel .modelList .v-list-data p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.resumePopup .recentModel .modelList .v-list-data .v-number {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #cbcBCB99;
    padding: 2px 12px;
    border-radius: 4px;
    text-align: center
}

.resumePopup .recent-model .v-data-wrapper {
    display: flex;
    align-items: center;
    gap: 10px
}

.resumePopup .recent-model {
    right: 76px;
    bottom: 17px;
    min-width: 716px;
    width: 100%;
    position: relative
}

.resumePopup .recent-model .recentModel {
    justify-content: space-between
}

.resumePopup .recent-model .modelList .modelName,
.resumePopup .recent-model .modelList .ncb_dis,
.resumePopup .recent-model .modelList .premAmount {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.resumePopup .recent-model .modelList .premAmount span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px
}

.resumePopup .recent-model .recentModel .primary-btn.outline {
    background-color: #ffcb09;
    border: none;
    box-shadow: unset
}

@media (max-width:768px) {
    .model-resume ul {
        margin: 16px;
        border-radius: 16px
    }
}

@media (max-width:1320px) and (min-width:1200px) {
    .resumePopup .recent-model {
        min-width: 658px
    }

    .resumePopup .recent-model .recentModel {
        gap: 3px
    }

    .resumePopup .recent-model .v-data-wrapper {
        gap: 2px
    }
}

.resumePopup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    margin: 0;
    height: auto;
    padding: 0;
    z-index: 9999 !important;
    border-radius: unset
}

.resumePopup .recent-model {
    right: unset !important;
    max-width: 1000px !important;
    position: relative !important;
    box-shadow: unset !important;
    margin: 0 auto !important;
    width: 100%;
    bottom: 0 !important;
    left: unset !important;
    right: unset !important;
    min-width: unset !important
}

.resumePopup .recent-model .recent-quote .tag {
    left: 39% !important;
    white-space: nowrap !important
}

.resumePopup .recent-model .recentModel .primary-btn.outline {
    min-width: 210px !important;
    border-radius: 100px
}

.resumePopup .recent-model .recent-quote .tag {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    padding: 3px 15px !important;
    width: 168px !important;
    height: 36px !important;
    line-height: 26px !important;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom: 6px solid #c0d2e6 !important;
    top: 0 !important
}

.resumePopup .recent-model .recentModel {
    padding: 40px 16px 16px !important
}

@media (max-width:440px) {
    .quotePopup .popups {
        width: 99%;
        left: 0;
        margin: 0 auto;
        right: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }
}

@media (max-width:768px) {
    .resumePopup {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px
    }

    .resumePopup .recent-model .recentModel {
        gap: 0;
        row-gap: 12px;
        justify-content: flex-start
    }

    .resumePopup .recent-model {
        transform: 0 !important
    }

    .resumePopup .recent-model .v-data-wrapper {
        flex-basis: 50%
    }

    .resumePopup .recentModel .modelList .v-list-data .v-number {
        font-size: 10px;
        font-weight: 600;
        line-height: 18px
    }

    .resumePopup .recent-model .recentModel .modelList p:first-child {
        text-align: left
    }

    .resumePopup .recent-model .recentModel .modelList .modelName,
    .resumePopup .recent-model .recentModel .modelList .ncb_dis,
    .resumePopup .recent-model .recentModel .modelList .premAmount {
        text-align: left;
        font-size: 14px
    }

    .resumePopup .recent-model .recentModel .primary-btn.outline {
        margin: 0 auto;
        width: 100%;
        min-width: 320px !important;
        max-width: 320px;
        border-radius: 10px
    }

    .resumePopup .recent-model .v-data-wrapper img {
        display: none
    }

    .recentModel .modelList {
        flex-basis: 50%
    }

    .resumePopup .recent-model .recent-quote .tag {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        top: -9px !important;
        left: 28% !important;
        font-size: 12px;
        width: 127px !important;
        border-bottom: 3px solid #c0d2e6 !important;
        height: 32px !important;
        line-height: 24px !important
    }
}

@media (max-width:992px) {
    .resumePopup .recent-model {
        transform: unset !important
    }
}

.quotePopup .popups .grayBox .ratting {
    height: auto
}

@media (max-width:484px) {
    .quotePopup .popups .vehicleDetails {
        width: 90%;
        height: auto
    }

    .quotePopup .popups .vehicleDetails .vehicleName p {
        font-size: 12px !important;
        font-weight: 600;
        line-height: 20px !important
    }

    .model-resume ul {
        border-radius: 16px;
        padding: 16px;
        width: 90%
    }

    .quotePopup .popups .benifitsCover {
        WIDTH: 90%
    }

    .quotePopup .popups .grayBox .getquote {
        WIDTH: 90%
    }

    .quotePopup .popups .grayBox .ratting .bestClaim {
        WIDTH: 100%;
        PADDING: 0
    }

    .quotePopup .popups .grayBox .getquote a {
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap
    }

    .quotePopup .popups .grayBox {
        padding: 16px
    }

    .quotePopup .popups {
        top: 150px;
        max-height: 640px;
        width: 98%;
        right: 4px;
        padding: 24px 0 0;
        border-radius: 16px;
        margin: 0 auto
    }

    .quotePopup .popups .grayBox .ratting {
        width: 100%;
        margin: 0 auto;
        padding: 14px;
        height: 340px
    }
}

@media (max-width:768px) {
    .model-resume ul {
        margin: 16px auto;
        border-radius: 16px
    }
}

@media (max-width:420px) {
    .quotePopup .popups .premAmt {
        width: 96%;
        padding: 16px
    }

    .quotePopup .popups .grayBox .getquote {
        width: 98%
    }

    .resumePopup .recent-model .recentModel .primary-btn.outline {
        margin: 0 auto;
        width: 100%;
        min-width: 320px !important;
        max-width: 320px;
        border-radius: 10px
    }
}

.resumePopup .recent-model .v-data-wrapper .v-list-data p:first-child {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 28px !important
}

@media (max-width:768px) {
    .resumePopup .recent-model .v-data-wrapper .v-list-data p:first-child {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 24px !important
    }

    .resumePopup .recent-model .recentModel {
        flex-wrap: wrap !important
    }
}

@media (max-width:440px) {
    .upload-file .file-input-lbl {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 224px
    }

    #pay-upload-notes {
        font-size: 10px
    }
}

.resumePopup .recent-model .recentModel .modelList p:first-child {
    font-size: 14px;
    margin-bottom: 8px
}

.sub-d-g {
    margin-bottom: 20px
}

#pay_driveDetails .upload-file .file-input,
#rti_details .upload-file .file-input {
    z-index: 1
}

#pay_driveDetails .upload-file .file-input-lbl,
#rti_details .upload-file .file-input {
    z-index: 1
}

.resumePopup .recent-model .modelList .ncb_dis,
.resumePopup .recent-model .modelList .premAmount,
.resumePopup .recent-model .modelList .vehicleModel {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left
}

.resumePopup .recent-model .modelList .premAmount span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px
}

.average {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.quotePopup .popups .recent-quite .premAmt .premAmtCalc .primaryBtn {
    background-color: #ffcb09;
    font-weight: 600
}

.quotePopup .popups .recent-quite.vehicleDetails .vehicleName .ncb-discounts {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.quotePopup .popups .recent-quite .vehicleDetails .vehicleName .ncb-discounts span {
    background: unset;
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.quotePopup .popups .recent-quite {
    position: relative
}

.quotePopup .popups .recent-quite .tag {
    position: absolute;
    top: -71px
}

.quotePopup .popups .recent-quite .close-btn {
    top: -72px
}

.resumePopup .recentModel .modelList .v-list-data .v-number {
    font-weight: 500
}

@media (max-width:484px) {
    .quotePopup .popups .recent-quite .vehicleDetails .vehicleName .ncb-discounts span {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 20px !important
    }

    .quotePopup .popups {
        top: unset;
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .quotePopup .popups .recent-quite .tag {
        top: -47px
    }

    .quotePopup .popups .recent-quite .close-btn {
        top: -42px
    }

    .quotePopup .popups .recent-quite .grayBox .ratting {
        height: auto
    }

    .carIcon {
        width: 120px
    }
}

@media (max-width:768px) {
    .resumePopup .recentModel .modelList .v-list-data .v-number {
        text-align: center
    }
}

.resumePopup .recent-model .modelList .vehicleModel {
    max-width: 224px
}

.resumePopup .recent-model .recentModel {
    padding: 40px 16px 16px !important
}

@media (max-width:767px) {
    .resumePopup .recent-model .modelList .vehicleModel {
        min-width: 196px
    }

    .resumePopup .recentModel .modelList .v-list-data .v-number {
        background: hwb(0 80% 20% / .6) !important;
        padding: 2px 12px;
        border-radius: 4px;
        text-align: center
    }

    .resumePopup .recent-model .recentModel .modelList {
        flex-basis: 40% !important
    }

    .resumePopup .recent-model .modelList .vehicleModel {
        font-size: 14px !important;
        line-height: 24px !important
    }

    .resumePopup .recent-model .recentModel {
        padding: 40px 16px 16px 16px !important
    }
}

@media (max-width:359px) and (min-width:320px) {
    .resumePopup .recent-model .modelList .vehicleModel {
        min-width: 169px
    }
}

.resumePopup .recent-model {
    max-width: 1067px !important
}

@media (max-width:1024px) {
    .resumePopup .recent-model .recentModel {
        padding: 40px 16px 16px !important
    }
}

.rating-error:not(:checked)>label {
    right: 0;
}

#review_form .rate {
    flex-wrap: wrap;
}

.rate #rate-error {
    order: 2;
    top: unset;
    width: 100%;
    left: unset;
}

.social-scheme-file-section {
    overflow: unset;
    margin-bottom: 37px;
}

.social-scheme-file-section span.error {
    bottom: -31px;
    position: absolute;
}



.modal-backdrop {
    display: none;
}

.modal-close {
    position: absolute;
    top: 25px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

.countdownbtn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
    column-gap: 5px;
    font-weight: 500;
    margin-bottom: 10px;

}

.otpBtnGrp {
    display: block;
    flex-direction: column;
    align-items: center;
    gap: 16px;

}

.otpBtnGrpCustom {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.otpErrorAlert {
    margin: 0;
}


#otpCkycPopup .modal-content .modal-body input {
    padding: 14px 10px;
}

#otpCkycPopup .modal-content {
    margin: 10px;
}

#otpCkycPopup .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width:350px) {
    #otpCkycPopup .modal-content {
        margin: 0px;
    }
}

#otpCkycPopup .modal-header .btn-close {
    padding: 0.5rem 1.5rem;
}

#otpCkycPopup .modal-content .modal-body input {
    padding: 14px 10px;
}

#otpCkycPopup .modal-content {
    margin: 10px;
}

#otpCkycPopup .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width:350px) {
    #otpCkycPopup .modal-content {
        margin: 0px;
    }
}

#otpCkycPopup .modal-header .btn-close {
    padding: 0.5rem 1.5rem;
}

#otpVerifyForm .modal-content .modal-body input {
    padding: 14px 10px;
}

.modal-content .modal-body input {
    max-width: 45px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 8px;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(196, 196, 196);
    border-right-color: rgb(196, 196, 196);
    border-bottom-color: rgb(196, 196, 196);
    border-left-color: rgb(196, 196, 196);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

/* .numericonly.otp-check{
    width: 48px;
    height: 48px;
} */
.numericonly.otpCkyc-check {
    max-width: 45px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(196, 196, 196);
    border-right-color: rgb(196, 196, 196);
    border-bottom-color: rgb(196, 196, 196);
    border-left-color: rgb(196, 196, 196);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

#otpVerifyForm .modal-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 40px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

/* .modal-content{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
} */
div#otpVerifyForm {
    max-width: 570px;
    width: 100%;
}

#otpVerifyForm .modal-body {
    padding-bottom: 40px;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}

.otpErrorAlert {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.otpBtnGrpCustom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.otpBtnGrp {
    align-items: center;
    display: block;
    flex-direction: column;
    gap: 16px;
}

.btn .primary-btn {
    min-width: 210px;
    text-align: center;
}

.btn.otpBtnGrp.otpBtnGrpCustom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 16px;
}

.btn.otpBtnGrp h4 {
    text-align: center;
}

.modal-header {
    align-items: center;
    /* border-bottom: 1px solid #dee2e6; */
    /* border-top-left-radius: calc(.3rem - 1px); */
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}

.intimate_claim__step2_popup_policy .modal-wrapper .modal-body .modal-content p {
    line-height: 24px;
    font-weight: 0;
    font-size: 14px
}

.intimate_claim__step2_popup_otp .intimate_claim__step2_popup_otptimer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
    column-gap: 50px;
    font-weight: 500
}

#otpVerifyForm .modal-header {
    justify-content: center;
    padding-bottom: 0;
}

#otpVerifyForm .modal-body .mb-4 {
    margin-bottom: 16px;
}

.intimate_claim__step2_popup_otptimer {
    text-align: center;
}

@media (max-width: 992px) {
    #otpVerifyForm.modal.show {
        top: unset;
        max-width: 100%;
    }

    #otpVerifyForm .modal-content {
        padding: 16px;
    }

    .modal-content .modal-body input {
        margin-left: 0;
    }

    #otpVerifyForm .modal-body {
        padding-bottom: 0;
    }
}

#initErrorPopup {
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
}

@media(max-width:768px) {
    #initErrorPopup {
        margin: 0 16px;
        text-align: center;
    }
}

#initErrorFailedPopup {
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

@media(max-width:768px) {
    #initErrorFailedPopup {
        margin: 0 16px;
        text-align: center;
    }
}

.recoment-rib {
    position: absolute;
    top: -14px;
    font-size: 10px;
    padding: 0px 6px;
    border-radius: 7px;
    border: 1px solid #00A6A7;
    background: transparent linear-gradient(76deg, #FEBD11 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-left-width: 5px;
    left: -5px;
}

.pla-rd {
    position: absolute;
    opacity: 0;
}

/* 
    .bundelePlan .prem-card-box .pla-rd:checked + label{
    border: 1px solid #FEBD11;
    background: #FFFBF1;
    } */
/* .bundelePlan .prem-card-box label {
  
  padding: 7px 14px;
  border-radius: 4px;

} */

.bundelePlan .prem-card-box .prem-card-box label {

    padding-top: 20px;
    border: none;
}

/* .bundelePlan .prem-card-box label
{
display: block;
    position: relative;
    padding-inline: 7px;
    padding-top: 20px;
    margin: 0;
    background: white;
    border: 1px solid #DDDDDD;
} */
.bundelePlan .price-txt {
    display: flex;
    justify-content: flex-end;
}

.bundelePlan .recoment-rib {
    top: -14px;
    left: -7px;
}

#comp_Wrap .prem-card-hd h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.fd-al {
    position: absolute;
    right: 12px;
    margin: 0;
    bottom: 6px;
}

.bundelePlan .prem-card-box {
    flex-basis: 48%;
    padding: 0;
    border-radius: 8px;
}

.bundelePlan .prem-card-box label {
    padding: 24px 22px 0px;
    height: 100%;
}

.bundelePlan {
    margin-bottom: 24px;
    justify-content: start;
    gap: 16px;
}

.bundelePlan .prem-card-hd p {
    padding-bottom: 40px;
    line-height: 18px;
}

.oldVehicle .prem-card-box {
    background: #fffbf1;
    border: 2px solid #febd11;
}

@media(max-width:767px) {
    .bundelePlan .prem-card-box label {
        padding: 24px 6px 24px;
        margin-bottom: 0;

    }

    .bundelePlan .prem-card-hd p {
        padding-bottom: 16px;
    }

    #comp_Wrap .prem-card-hd h2 {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 14px;
    }

    .bk-plan .prem-card-box .fd-al {
        right: 6px;
        bottom: 8px;
    }

    .bundelePlan .prem-card-box {
        flex-basis: 46%;
    }
}

@media (max-width:359px) {
    .bundelePlan {
        flex-wrap: wrap;
    }

    .bundelePlan .prem-card-box {
        flex-basis: 100%;
    }
}

@media (max-width:768px) {
    .bundelePlan {
        gap: 6px;
    }
}

/*  */
p.price-txt.price-value #curIDV {
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    border: 1px solid  #c2c2c2;
    border-radius: 3px;
    max-width: 109px;
}
p.price-txt.price-value #curIDV:focus,
p.price-txt.price-value #curIDV:active {
    border: 1px solid #febd11
}

.price-valb .price-txt .indian-rupee {
    position: absolute;
    top: 13px;
    left: 9px;
}

p.price-txt.price-value {
    position: relative;
}

@media (max-width:768px) {
    p.price-txt.price-value #curIDV {
        padding: 8px;
        padding-left: 18px;
    }

    .price-valb .price-txt .indian-rupee {
        top: 10px;
        left: 6px;
       }
}

.errorIdv {
    display: block;
    text-align: left;
    color: #d72728;
    padding: 3px 0 7px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
input {
    font-family: 'Gilmer';
}
button{
   font-family: 'Gilmer'; 
} 
textarea{
font-family:'Gilmer';
}