/* Error modal start*/
#errorModal .modal-body {
    background-color: #102b4e !important;
    color: #fff !important;
    padding: 14px 20px !important;
    font-family: 'Antenna-Light';
}

#errorModal .modal-body #poperrmsg {
    font-size: 22px !important;
}

#errorModal .modal-body .close {
    color: #fff !important;
    font-size: 24px !important;
    float: none !important;
    margin-bottom: 20px !important;
    opacity: 0.8 !important;
}

#errorModal .btn-close {
  filter: invert(1) grayscale(200%) brightness(200%) !important;
  opacity: 1 !important;
  width: 20px;
}

/* Error modal end*/

.innerpage-mainsec .row,
.inner-modal .row {
    margin-right: -15px;
    margin-left: -15px;
}

.error-msg,
#customer_form label.error {
    font-size: 12px;
    color: red;
    padding: 0;
    margin: 0;
}

.innerpage-mainsec {
    padding: 15px 15px 30px;
    margin: auto;
    max-width: 590px;
    color: #4d4d4d !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Antenna-Light';
}

.ff-sb,
.labelfield-sec .value {
    font-family: 'Antenna-Semibold';
    color: #4d4d4d;
}

.labelfield-sec .value,
.labelfield-sec .label {
    font-size: 14px;
}

.disclaim-text,
.static-text,
.innerpage-mainsec .input-label {
    font-size: 9px;
    font-family: 'Antenna-Light';
    color: #4d4d4d
}

.disclaim-text a{
    color: #2761a4 !important;
}

.static-text {
    font-size: 14px;
}

.dynamic-text,
.sub-heading {
    font-size: 14px;
    font-family: 'Antenna-Semibold';
    color: #4d4d4d !important;
}

.fs-17 {
    font-size: 17px;
}

.fs-14 {
    font-size: 14px;
    line-height: normal;
}

.fs-16 {
    font-size: 16px;
    line-height: normal;
}

.fs-24 {
    font-size: 24px;
    line-height: normal;
}

.flow-status-image img {
    max-width: 280px;
    display: block;
    margin: 0 auto 25px;
}

.heading {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'Antenna-Semibold';
    color: #4d4d4d !important;
}

.custom-card {
    border: 3px solid #102b4e !important;
    box-shadow: 0 10px 13px 1px rgba(0, 0, 0, .2) !important;
    border-radius: 25px !important;
    margin-bottom: 24px !important;
}

.custom-card .card-header {
    background-color: #102b4e !important;
    padding: 11px 16px !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 20px 20px 0px 0px !important;
    font-family: 'Antenna-Semibold'
}

.regnumber {
    display: flex;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Antenna-Semibold';
    line-height: initial;
}

.regnumber span:nth-child(1) {
    display: inline-block;
    color: #fff;
    background-color: #102b4e;
    padding: 8px 8px;
    border-radius: 8px 0 0px 8px;
    border: 2px solid #102b4e;
}

.regnumber span:nth-child(2) {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #102b4e;
    border-radius: 0px 8px 8px 0px;
}

.innerpage-mainsec .input-label {
    font-size: 14px;
    margin: 0;
    line-height: normal;
    font-weight: 400
}

.innerpage-mainsec .inputtext-field {
    border: 2px solid #102b4e !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    padding: 12px !important;
    color: #4d4d4d !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: 'Antenna-Semibold'
}

.customer-info input,
.customer-info select,
.customer-info input:focus,
.customer-info select:focus {
    background-color: rgba(77, 77, 77, 0.1) !important;
    font-size: 14px !important;
    border-color: rgba(77, 77, 77, 0.1) !important;
    height: 35px !important;
    padding: 0 12px !important;
    color: #4d4d4d !important;
    font-family: 'Antenna-Semibold';
    border-radius: 0px !important;
}

.customer-info .form-group label,
#questions .static-text {
    font-size: 14px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.customer-info input::placeholder {
    font-family: 'Antenna-Light'
}

.custom-select-ddl {
    position: relative;
}

.custom-select-ddl select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.innerpage-mainsec .form-control:disabled,
.innerpage-mainsec .form-control[readonly],
.innerpage-mainsec .dateField:disabled {
    background-color: rgba(77, 77, 77, 0.3) !important;
    border-color: rgba(77, 77, 77, 0.3);
    opacity: 1;
}

.custom-select-ddl::after {
    font-family: FontAwesome;
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    border-radius: 50px;
    padding: 3.29px 2px;
    line-height: 7px !important;
    font-size: 15px !important;
    content: "\f107";
    border: 1px solid #102b4e
}

.custom-radio-btn input,
.quetions input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-btn label,
.quetions label {
    border: 1px solid #102b4e;
    border-radius: 4px;
    color: #4d4d4d;
    font-size: 24px;
    padding: 4px 40px;
    cursor: pointer;
    font-family: 'Antenna-Semibold';
}

.custom-radio-btn [type="radio"]:checked+label,
.quetions [type="radio"]:checked+label {
    background-color: #2861a4;
    color: #fff;
    border: 1px solid #2861a4;
}

.quetions {
    min-width: 70px;
    display: inline-block;
}

.quetions label {
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 50px;
    width: 100%;
    text-align: center;
}

.pricing-sec select {
    border: 1px solid #2861a4;
    font-size: 18px;
    max-width: 250px;
    max-width: 120px;
    text-align: center;
    margin: auto;
}

.coverage-links p {
    margin-bottom: 0px;
    font-size: 12px;
}

.blue-bg-btn,
.darkblue-bg-btn {
    border-radius: 50px !important;
    padding: 5px 15px !important;
    font-size: 17px !important;
    color: #fff !important;
    min-width: 105px !important;
}

.darkblue-bg-btn {
    background-color: #102b4e !important;
    border: 1px solid #102b4e !important;
}

.darkblue-bg-btn:hover {
    background-color: #ffffff !important;
    color: #102b4e !important;
    border: 1px solid #102b4e !important;
}

.blue-bg-btn {
    background-color: #2761a4 !important;
    border: 1px solid #2761a4 !important;
}

.blue-bg-btn:hover {
    background-color: #ffffff !important;
    color: #2761a4 !important;
    border: 1px solid #2761a4 !important;
}

.btn-outline {
    color: #102b4e !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 3px solid #102b4e !important;
    border-radius: 20px !important;
    padding: 12px 15px !important;
    font-size: 20px !important;
    box-shadow: 0 6px 10px -1px rgba(0, 0, 0, .2) !important;
}

.btn-outline:hover {
    color: #fff !important;
    border: 3px solid #1700f4 !important;
    background-color: #1700f4 !important;
}

.pricing-ddl .dropdown-toggle {
    position: relative;
    min-width: 140px;
    padding: 6px 24px 6px 12px;
    font-family: 'Antenna-Semibold'
}

.pricing-ddl .nav-ddl-arrow {
    position: absolute;
    right: 6px;
    top: 9px;
    border: 1px solid #fff;
}

.pricing-ddl button::after {
    display: none
}

.coverage-table th,
.coverage-table td {
    vertical-align: middle;
}

/* .coverage-table tbody td{text-emphasis: center;} */
.info-icon img {
    width: 16px;
    cursor: pointer;
}



.inner-modal .modal-body {
    max-height: initial;
}

#polStartDate:disabled+i {
    display: none;
}


@media (max-width: 400px) {
    /* .regnumber{display: block}
    .regnumber span{border-radius: 0 !important;padding: 5px 8px;}
    
    .regnumber span:nth-child(2){display: block} */
}

.custom-radio-btn [type="radio"]:checked+label,
.quetions [type="radio"]:checked+label,
.custom-radio-btn [type="checkbox"]:checked+label {
    background-color: #2761a4;
    color: #ffffff;
    border: 1px solid #2761a4;
}

#cookiemodel .btn-primary {
    background-color: #2096cd !important;
    border-color: #007bff !important;
    font-family: 'Antenna-Regular', Arial, Helvetica, sans-serif !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
    font-size: 14px !important;
}

#cookiemodel .modal-footer .btn-primary {
    margin: 5px;
}

/* Owl Carousel Consolidated Styles */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel Theme v2.3.4
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#billingInfo{
    .col-12{
        padding: 0px 16px !important;
    }
}


		/* ============================================================
		   Payment Failure Summary – page-specific styles
		   ============================================================ */

		/* ---- Billing Information section ---- */
		.billing-section-header {
			background-color: #102b4e;
			color: #fff;
			font-family: 'Antenna-Semibold';
			font-size: 15px;
			padding: 12px 20px;
			border-radius: 6px 6px 0 0;
			margin-bottom: 0;
			cursor: pointer;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.billing-section-header .toggle-icon {
			font-size: 18px;
			transition: transform 0.3s ease;
		}

		.billing-section-header.collapsed .toggle-icon {
			transform: rotate(-90deg);
		}

		.billing-divider {
			border-left: 1px solid #dee2e6;
		}

		/* ---- Payment Confirmation Modal ---- */
		#paymentConfirmModal .modal-header {
			background-color: #102b4e;
			color: #fff;
			padding: 12px 20px;
			border-radius: 4px 4px 0 0;
		}

		#paymentConfirmModal .modal-title {
			font-family: 'Antenna-Semibold';
			font-size: 17px;
			color: #fff;
		}

		#paymentConfirmModal .modal-body {
			padding: 24px 28px;
			font-family: 'Antenna-Light';
			font-size: 15px;
			color: #4d4d4d;
		}

		#paymentConfirmModal .modal-body p {
			margin-bottom: 20px;
		}

		.confirm-btn-no {
			border: 2px solid #102b4e;
			color: #102b4e;
			background: #fff;
			font-family: 'Antenna-Semibold';
			font-size: 16px;
			border-radius: 50px;
			padding: 8px 40px;
			cursor: pointer;
			transition: all 0.2s ease;
			min-width: 110px;
		}

		.confirm-btn-no:hover {
			background-color: #102b4e;
			color: #fff;
		}

		.confirm-btn-yes {
			border: 2px solid #102b4e;
			color: #fff;
			background: #102b4e;
			font-family: 'Antenna-Semibold';
			font-size: 16px;
			border-radius: 50px;
			padding: 8px 40px;
			cursor: pointer;
			transition: all 0.2s ease;
			min-width: 110px;
		}

		.confirm-btn-yes:hover {
			background-color: #2761a4;
			border-color: #2761a4;
			color: #fff;
		}

		/* ---- Validation error ---- */
		.save-choice-error {
			color: red;
			font-size: 13px;
			font-family: 'Antenna-Light';
			text-align: center;
			display: none;
			margin-top: 6px;
		}

		/* ---- Loading / Error containers (shared pattern) ---- */
		.loading-container {
			display: none;
			position: fixed;
			top: 0; left: 0;
			width: 100%; height: 100%;
			z-index: 9999;
			/* background: rgba(255,255,255,0.7); */
			align-items: center;
			justify-content: center;
		}

		.loading-container.active {
			display: flex;
		}

		.error-container {
			display: none;
		}

		/* ---- Responsive ---- */
		@media (max-width: 767px) {
			.billing-divider {
				border-left: none;
				border-top: 1px solid #dee2e6;
				padding-top: 16px;
				margin-top: 16px;
			}
		}