@charset "UTF-8";
/*!
 * Dorothy version 1.2 (All)
 * Copyright 2023 
 * Licensed under PK
 */
@font-face{font-family:Prompt;font-display:swap;font-style:normal;font-weight:400;src:url('/quoteV2/fonts/prompt-v4-thai_latin-regular.eot');src:local('Prompt'),local('Prompt-Regular'),url('/quoteV2/fonts/prompt-v4-thai_latin-regular.woff2') format('woff2'),url('/quoteV2/fonts/prompt-v4-thai_latin-regular.woff') format('woff'),url('/quoteV2/fonts/prompt-v4-thai_latin-regular.ttf') format('truetype'),url('/quoteV2/fonts/prompt-v4-thai_latin-regular.svg#Prompt') format('svg')}
@font-face{font-family:Prompt;font-display:swap;font-style:normal;font-weight:500;src:url('/quoteV2/fonts/prompt-v4-thai_latin-500.eot');src:local('Prompt Medium'),local('Prompt-Medium'),url('/quoteV2/fonts/prompt-v4-thai_latin-500.woff2') format('woff2'),url('/quoteV2/fonts/prompt-v4-thai_latin-500.woff') format('woff'),url('/quoteV2/fonts/prompt-v4-thai_latin-500.ttf') format('truetype'),url('/quoteV2/fonts/prompt-v4-thai_latin-500.svg#Prompt') format('svg')}
@font-face{font-family:fallback;font-weight:400;ascent-override:106%;descent-override:25%;line-gap-override:normal;advance-override:10;src:local(Tahoma),local(Arial),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
@font-face{font-family:fallback;font-weight:500;ascent-override:106%;descent-override:25%;line-gap-override:normal;advance-override:10;src:local(Tahoma),local(Arial),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
:root {
    --bs-blue: #0071D9;
    --bs-indigo: #003b71;
    --bs-l-indigo: #015CAF;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #ff5011;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #EFF8FF;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #003b71;
    --bs-secondary: #819EBF;
    --bs-success: #198754;
    --bs-info: #EFF8FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-card: #F8AE94;
    --bs-bg-bar: #EFF8FF;
    --bs-card-active: #3B86FF;
    --bs-dd-hover: #FFE1D6;
    --bs-dd-active: #EFF8FF;
    --bs-primary-rgb: 00,59,113;
    --bs-secondary-rgb: 25,107,182;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-font-sans-serif: Prompt,fallback,sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: Prompt,fallback,sans-serif,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

html{
    font-family:Prompt,fallback,sans-serif;
    line-height:1.4;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family:Prompt,fallback,sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}

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

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-indigo);
}

.tooltip {
    --bs-tooltip-max-width:380px;
}

.tooltip-inner  {
    text-align:left;
    min-width: auto;
    padding: 10px;
}

@-webkit-keyframes color {
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes color {
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes appear2error {
    from {
        opacity: 0;
        transform: scaleX(0.5);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes appear2error {
    from {
        opacity: 0;
        transform: scaleX(0.5);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #ccc;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
	top: 36px;
	left: 36px;
	width: 0;
	height: 0;
	opacity: 0;
	}
	4.9% {
	top: 36px;
	left: 36px;
	width: 0;
	height: 0;
	opacity: 0;
	}
	5% {
	top: 36px;
	left: 36px;
	width: 0;
	height: 0;
	opacity: 1;
	}
	100% {
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
	opacity: 0;
	}
}

.form-control-lg, .form-control-lg:focus{
	padding-top: 0.82rem;
	padding-bottom: 0.82rem;
	color: var(--bs-blue);
}
 .form-control-lg.active {
	 border: 1px solid var(--bs-orange);
	 color: var(--bs-orange);
}
 .form-control-lg:hover {
	 transition: box-shadow 0.15s ease-in-out;
	 -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, .175) inset;
	 box-shadow: 0 -3px 6px rgba(0, 0, 0, .175) inset;
}
 .form-control-lg::placeholder {
	 color: var(--bs-gray);
	 text-align: center;
}
 .btn {
	 border: 1px solid var(--bs-border-color);
	 color: var(--bs-blue);
	 border-radius: 8px;
	 -webkit-box-shadow: inset 1px 1px 6px 1px #ff501100;
    box-shadow: 1px 1px 6px 1px #ff501100;
}
 .btn h4 {
	 color: var(--bs-gray);
	 font-weight: 500;
	 display: inline-block;
	 margin: 8px auto;
	 font-size: 80%;
}
 @media (min-width: 412px) {
	 .btn h4 {
		 font-size: 90%;
	}
}
 @media (min-width: 450px) {
	 .btn h4 {
		 font-size: 100%;
	}
}
 .btn svg {
	 fill: var(--bs-blue);
}
 .btn.active {
	 border: 1px solid var(--bs-orange);
}
 .btn.active h4 {
	 color: var(--bs-orange);
}
 .btn.active svg {
	 fill: var(--bs-orange);
}
 .btn.choosed {
	 border: 1px solid var(--bs-blue);
	 background-color: var(--bs-blue);
}
 .btn.choosed h4 {
	 color: var(--bs-white);
}
 .btn:hover {
	 transition: box-shadow 0.15s ease-in-out;
	 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 .btn.next2btn {
	 border: 1px solid var(--bs-border-color);
	 border-radius: 8px;
	-webkit-box-shadow: inset 1px 1px 6px 1px #ff501100;
    box-shadow: 1px 1px 6px 1px #ff501100;
	 background-image: none;
	 background-color: var(--bs-white);
	 font-weight: 500;
	 display: inline-block;
	 margin: 24px auto 8px;
	 display: block;
	 --bs-btn-padding-x: 1.5rem;
	 -webkit-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
 .btn.next2btn h4 {
	 color: var(--bs-gray);
	 font-weight: 500;
	 display: inline-block;
	 margin: 8px auto;
	 font-size: 80%;
}
 @media (min-width: 412px) {
	 .btn.next2btn h4 {
		 font-size: 90%;
	}
}
 @media (min-width: 450px) {
	 .btn.next2btn h4 {
		 font-size: 100%;
	}
}
 .btn.next2btn.active {
	 border: 1px solid var(--bs-orange);
	 background-color: var(--bs-orange);
	 margin: 8px auto;
}
 .btn.next2btn.active h4 {
	 color: var(--bs-white);
}
 .btn.btn-super {
	 --bs-btn-padding-y: 1rem;
	 --bs-btn-padding-x: 1.5rem;
	 --bs-btn-font-size: 1.5rem;
	 --bs-btn-border-radius: var(--bs-border-radius-lg);
}
 .btn.btn-super.completed {
	 color: var(--bs-white);
	 background-color: var(--bs-orange);
	 border: 1px solid var(--bs-orange);
}
 .btn.back2qip {
	 border: 0;
}
 .btn.back2qip:hover {
	 -webkit-box-shadow: none;
	 box-shadow: none;
}

.btn.disabled, 
.btn:disabled{
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn.drt-top2btn{
	text-align: center;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(188, 224, 255);
    display: inline-block;
    position: relative;
    z-index: auto;
    font-size: 14px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    margin: 0px;
    padding: 0px;
}

 header .dorothy-head {
	 padding: 1rem 1rem;
}
 @media (min-width: 412px) {
	 header .dorothy-head {
		 padding: 1.5rem 1rem;
	}
}
 header .dorothy-head .logo img {
	 max-height: 40px;
}
 @media (min-width: 450px) {
	 header .dorothy-head .logo img {
		 max-height: 42px;
	}
}
 @media (min-width: 768px) {
	 header .dorothy-head .logo img {
		 max-height: 60px;
	}
}
 @media (min-width: 1200px) {
	 header .dorothy-head .logo img {
		 max-height: 75px;
	}
}
 header .dorothy-head .logo img:first-child {
	 max-width: 54px;
	 aspect-ratio: 1.3333333333;
}
 @media (min-width: 768px) {
	 header .dorothy-head .logo img:first-child {
		 max-width: 80px;
	}
}
 @media (min-width: 1200px) {
	 header .dorothy-head .logo img:first-child {
		 max-width: 100px;
	}
}
 header .dorothy-head .btn-language {
	 border: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 padding: 0;
}
 header .dorothy-head .btn-language:hover {
	 -webkit-box-shadow: none !important;
	 box-shadow: none !important;
}
 header .dorothy-head .dropdown-toggle::after {
	 display: none;
}
 header .dorothy-head .dropdown-item a {
	 text-decoration: none;
}
 header .border-nav {
	 height: 1px;
	 border-bottom: 1px solid var(--bs-secondary-bg);
}
 .drt2dropdown .btn {
	 border: 1px solid #ffe1d6;
	 color: var(--bs-blue);
	 border-radius: 8px;
	 -webkit-box-shadow: inset 1px 1px 6px 1px #ff501100;
    box-shadow: 1px 1px 6px 1px #ff501100;
	 background-image: none;
	 background-color: #fff;
	 white-space: normal;
}
 .drt2dropdown .btn h4 {
	 width: 90%;
     color: var(--bs-blue);
}
.drt2dropdown .btn.active {
	 border: 1px solid var(--bs-orange);
}

.drt2dropdown .btn.active h4{
    color: var(--bs-orange);
}

 .drt2dropdown .btn:hover {
	 transition: box-shadow 0.15s ease-in-out;
	 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 .drt2dropdown .dropdown-toggle::after {
	 display: none;
}
 .drt2dropdown .dropdown-menu {
	 width: 100%;
	 max-height: 60vh;
	 overflow-y: auto;
	 overflow-x: hidden;
	 padding: 5px 0;
	 height: auto;
	 min-height: 370px;
	 border-radius: 8px;
	 border: 1px solid #ffa07e;
}
 .drt2dropdown .dropdown-menu .dropdown-header {
	 border-color: rgba(234, 237, 240, .5) !important;
}
 .drt2dropdown .dropdown-menu .dropdown-item {
	 cursor: pointer;
	 --bs-dropdown-item-padding-x: 1rem;
	 --bs-dropdown-item-padding-y: 0.5rem;
}
 .drt2dropdown .dropdown-menu .dropdown-item.active {
	 --bs-dropdown-link-active-bg: #ff5011;
}
 .drt2dropdown.qrp {
	 margin: 0 auto;
}
 .drt2dropdown.qrp .dropdown-menu {
	 border-radius: 8px;
	 font-size: 16px;
	 border: 1px solid var(--bs-orange);
	 padding: 0;
}
 .drt2dropdown.qrp .dropdown-menu li {
	 border-bottom: 1px solid var(--bs-white);
}
 .drt2dropdown.qrp .dropdown-menu li a {
	 padding: 15px;
	 display: flex;
	 background-color: var(--bs-light);
	 min-height: 88px;
	 border-radius: 8px;
}
 .drt2dropdown.qrp .dropdown-menu li a.active, .drt2dropdown.qrp .dropdown-menu li a.active:hover {
	 background-color: var(--bs-dd-active);
}
 .drt2dropdown.qrp .dropdown-menu li a:hover {
	 background-color: var(--bs-dd-hover);
}
 .drt2dropdown.qrp .dropdown-menu li a .left-dd-item {
	 padding-right: 5px;
	 float: left;
	 width: 80%;
	 opacity: 1;
}
 .pk2error {
	 border-radius: 0 8px 8px 8px;
}
 .pk2error svg {
	 fill: var(--bs-danger);
}
 .pk2error svg.er2blink {
	 animation: color 2s ease-in-out infinite;
}
 .a2round {
	 padding: 0;
	 margin: 0;
	 width: 20px;
	 min-width: 20px;
	 height: 20px;
	 background-color: #fff;
	 color: var(--bs-blue);
	 display: inline-block;
	 border-radius: 50%;
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
	 border: 1px solid #bce0ff;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 cursor: pointer;
	 text-align: center;
	 text-decoration: none;
	 line-height: 1;
}

#consent2body {
    margin: 1rem 0 0 0;
    padding: 10px 25px;
    background-color: var(--bs-white)8F5;
    border-radius: 8px;
    width: 100%;
    max-height: 220px;
    overflow-y: scroll;
	font-size: 12px; line-height: 18px;
	
}

#consent2body li {
	margin-bottom:15px;
}

#consent2body2 {
    margin: 1rem 0 0 0;
    padding: 10px 25px;
    background-color: var(--bs-white)8F5;
    border-radius: 8px;
    width: 100%;
    max-height: 220px;
    overflow-y: scroll;
	font-size: 12px; line-height: 18px;
}

#consent2body2 li {
	margin-bottom:15px;
}

 .qotation-no {
	 font-size: 75%;
	 color: var(--bs-secondary);
}
 .text-orange {
	 color: #f14a11 !important;
}
 .modal {
	 --bs-modal-border-radius: 1rem;
}
 .fadeinUp {
	 -webkit-animation: fadeInUp 300ms ease-in-out;
	/* Chrome, Safari, Opera */
	 animation: fadeInUp 300ms ease-in-out;
}
 .fadeoutUp {
	 -webkit-animation: fadeOutUp 300ms ease-in-out;
	/* Chrome, Safari, Opera */
	 animation: fadeOutUp 300ms ease-in-out;
}
 .colorIn {
	 -webkit-animation: colorIn 300ms ease-in-out;
	/* Chrome, Safari, Opera */
	 animation: colorIn300ms ease-in-out;
}
 .animated2fast {
	 -webkit-animation-duration: 2s;
	 animation-duration: 2s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
	 -webkit-animation-timing-function: linear;
	 animation-timing-function: linear;
	 animation-iteration-count: infinite;
	 -webkit-animation-iteration-count: infinite;
}
 .bounce2fast {
	 -webkit-animation-name: drtbounce2fast;
	 animation-name: drtbounce2fast;
}
 @-webkit-keyframes fadeInUp {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateY(20px);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateY(0);
	}
}
 @keyframes fadeInUp {
	 0% {
		 opacity: 0;
		 transform: translateY(20px);
	}
	 100% {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 @-webkit-keyframes fadeOutUp {
	 0% {
		 opacity: 1;
		 -webkit-transform: translateY(20px);
	}
	 100% {
		 opacity: 0;
		 -webkit-transform: translateY(0);
	}
}
 @keyframes fadeOutUp {
	 0% {
		 opacity: 1;
		 transform: translateY(20px);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(0);
	}
}
 @-webkit-keyframes colorIn {
	 from {
		 background-color: var(--bs-white);
	}
	 to {
		 background-color: var(--bs-blue);
	}
}
 @keyframes colorIn {
	 from {
		 background-color: var(--bs-white);
	}
	 to {
		 background-color: var(--bs-blue);
	}
}
 @-webkit-keyframes drtbounce2fast {
	 0%, 20%, 40%, 60%, 80%, to {
		 -webkit-transform: translateY(0);
	}
	 50% {
		 -webkit-transform: translateY(-5px);
	}
}
 @keyframes drtbounce2fast {
	 0%, 20%, 40%, 60%, 80%, to {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
	 50% {
		 -webkit-transform: translateY(-7px);
		 transform: translateY(-7px);
	}
}

 
 .thb, .suffix {
	 opacity: 0.6;
	 font-size: 70%;
	 font-weight: 400;
}
 .text-coverlist, .text-coverage, .text-quest {
	 color: var(--bs-l-indigo);
	 font-weight: 400;
}
 .text-coveragelight {
	 color: var(--bs-blue);
	 font-weight: 400;
}
 .text-sub2review {
	 font-size: 14px;
	 line-height: 21px;
	 color: var(--bs-gray-dark);
	 font-weight: 400;
}
 .text-recommended {
	 color: var(--bs-l-indigo);
	 font-weight: 400;
	 font-size: 12px;
	 line-height: 12px;
}
 .coverage2text {
	 line-height: 26px;
	 margin: 0 10px;
}
 .inactive {
	 color: var(--bs-gray) !important;
}
 h4.text-coverage {
	 font-size: 16px;
	 margin: 0 0 25px 0;
}
 h2.text-addgroup {
	 color: var(--bs-l-indigo);
	 font-weight: 400;
	 font-size: 20px;
	 line-height: 30px;
	 margin: 30px 15px;
}
 .btn-more {
	 color: var(--bs-blue);
	 border: 1px solid var(--bs-blue);
	 border-radius: 18px;
	 background-color: var(--bs-white);
	 height: 36px;
	 margin: 20px auto 0px;
	 text-align: center;
}
 .btn-more:hover {
	 border: 1px solid var(--bs-blue);
	 background-color: var(--bs-blue);
	 height: 36px;
	 color: var(--bs-white);
}

.drt2modal {
    --bs-modal-border-radius: 1.5rem!important;
}

.drt2modal .modal-content {
    border-radius: 1.5rem;
    background-color: var(--bs-modal-bg);
}

.drt2modal .btn-close {
    --bs-btn-close-color: #ff5011;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff5011'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.drt2modal .modal-title {
    margin-bottom: 1rem;
    text-align: center;
    color: var(--bs-indigo);
}

 .start2box {
	 background-color: #003b71;
	 background: linear-gradient(45deg, #015caf -10%, #003b71 110%);
	 background: -webkit-linear-gradient(45deg, #015caf -10%, #003b71 110%);
	 background: -moz-linear-gradient(left top, #015caf -10%, #003b71 110%);
	 border-radius: 8px 32px 32px 32px;
	 padding: 30px 15px 30px;
	 color: #fff;
	 margin: 15px auto 30px;
	 background-repeat: no-repeat;
	 background-position: right bottom;
	 transition: all 0.3s ease-out;
}
 @media (min-width: 768px) {
	 .start2box {
		 padding: 30px 15px 60px;
		 margin: 30px auto;
	}
}
 @media (min-width: 992px) {
	 .start2box {
		 padding: 30px 15px 60px;
		 margin: 15px auto 30px;
	}
}
 .start2box .pay2stage {
	 min-height: auto;
	 margin: 0px auto;
	 text-align: center;
	 display: block;
	 width: 100%;
}
 .start2box .pay2stage .paymentOptions-switch {
	 text-align: center;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin: 0 auto;
	 max-width: 360px;
}
 .start2box .pay2stage .paymentOptions-switch .colp1 {
	 width: 40%;
	 min-width: 90px;
	 padding-top: 5px;
}
 .start2box .pay2stage .paymentOptions-switch .option {
	 color: #819ebf;
	 font-size: 16px;
	 cursor: pointer;
}
 .start2box .pay2stage .paymentOptions-switch .option.active {
	 color: #ff5011 !important;
}
 .start2box .pay2stage .paymentOptions-switch .switch {
	 width: 50px;
	 height: 25px;
	 text-align: center;
	 max-width: 50px;
	 margin: 0 auto;
}
 .start2box .pay2stage .paymentOptions-switch .switch .form-check-input {
	 --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff5011'/%3e%3c/svg%3e");
	 background-image: var(--bs-form-switch-bg);
	 width: 50px;
	 border-radius: 25px;
	 height: 27px;
	 cursor: pointer;
	 background-color: #ffe1d6;
	 border-color: #ffe1d6;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 -webkit-box-shadow: 0 1px 2px 0 #000, 0 2px 6px 2px #000;
	 box-shadow: 0 1px 2px 0 #000, 0 2px 6px 2px #000;
	 outline: none;
}
 .start2box .pay2stage .paymentOptions-switch .switch .form-check-input:checked {
	 --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff5011'/%3e%3c/svg%3e");
}
 .start2box h2.head-price {
	 font-weight: 400;
	 font-size: 36px;
	 line-height: 36px;
	 color: #fff;
}
 .start2box .box2info {
	 color: #fff;
}
 .start2box .instalment2info {
	 border-radius: 16px 8px 16px 16px;
	 background-color: rgba(58, 113, 164, 0.25);
	 padding: 15px;
}
 .start2box .start2plan {
	 font-weight: normal;
}
 .start2box .start2plan .first2box {
	 margin-bottom: 1rem;
}
 .start2box .start2plan .first2box .bypass2box {
	 white-space: nowrap;
}
 .start2box .start2plan .first2box .bypass2box .btn-bypass {
	 background-color: var(--bs-white);
	 border: 1px solid var(--bs-white);
	 color: var(--bs-orange);
	 border-radius: 16px 16px 16px 8px;
	 padding: 10px 15px;
	 font-size: 16px;
}
 @media (min-width: 768px) {
	 .start2box .start2plan .first2box .bypass2box .btn-bypass {
		 font-size: 20px;
	}
}
 .start2box .start2plan .first2box .garage2box {
	 margin-left: 10px;
}
 .start2box .start2plan .box2option {
	 background-color: rgba(58, 113, 164, 0.25);
	 border-radius: 16px 16px 8px 16px;
	 padding: 15px 10px;
	 font-size: 16px;
	 margin: 0px auto 5px;
	 white-space: normal;
}
 .start2box .start2plan .box2option .item {
	 margin-bottom: 0px;
}
 .start2box .start2plan .item {
	 margin-bottom: 15px;
	 color: #fff;
}
 .start2box .start2plan .a2round {
	 color: var(--bs-orange);
	 border: 1px solid var(--bs-orange);
}
 .item-list {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .item-list .item {
	 display: flex;
	 flex-direction: row;
	 margin: 0 0 10px 0;
	 padding: 0 0 0 0px;
	 position: relative;
}
 .item-list .item .check2cover {
	 display: flex;
	 width: 16px;
	 margin-right: 5px;
}
 .item-list .item .check2cover .check2list {
	 margin-top: 0px;
}
 .item-list .item .check2cover .uncheck2list {
	 margin-top: 0px;
}
 .item-list .item.inactive {
	 color: #9a9a9a !important;
}
 .item-set {
	 list-style-type: none;
	 margin: 0 0 30px 0;
	 padding: 0;
}
 .item-set .item {
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 0;
	 padding: 0 0 0 0px;
	 position: relative;
}
 .item-set .item .check2cover {
	 display: flex;
	 width: 16px;
	 margin-right: 5px;
}
 .item-set .item .check2cover .check2list {
	 margin-top: 0px;
}
 .item-set .sub-text {
	 margin: 5px 0px 5px 20px;
}
 .item-set .text-coverage {
	 margin: 5px 0 5px 20px;
}
 .item-set .text-coveragelight {
	 margin: 5px 0 5px 20px;
}
 .group2stage {
	 padding: 30px 0 0;
}
 .core2stage {
	 padding: 30px 0 30px;
}
 .core2stage .coreitem2stage {
	 padding: 30px 0 30px;
}
 .core2stage .coreitem2stage.disable2 {
	 position: relative;
}
 .option2stage {
	 padding: 30px 0 0;
}
 .option2stage .option2area {
	 margin: 30px 15px 30px calc(var(--bs-gutter-x) * -.5);
	 min-height: 185px;
	 border: 1px solid #f5f5f5;
	 background-color: var(--bs-white);
	 border-radius: 0 16px 16px 0;
	 padding: 30px 15px;
	 background-position: bottom 10px right 10px;
	 background-repeat: no-repeat;
}
 @media (min-width: 450px) {
	 .option2stage .option2area {
		 margin: 30px 15px 30px 0px;
	}
}
 .option2stage .option2area .top {
	 text-align: right;
	 width: 100%;
	 margin: 0 0 15px;
}
 .option2stage .option2area .body {
	 width: 100%;
	 margin: 0;
}
 .option2stage .option2area .body .btn-add2check {
	 width: auto;
	 min-width: 180px;
	 margin: 0 0 15px 0;
	 background-color: rgba(255, 255, 255, 0);
	 border: 0px solid var(--bs-white);
	 text-align: left;
	 padding: 0 10px 0 0;
}
 .option2stage .option2area .body .btn-add2check .checkbox2area {
	 width: 28px;
	 height: auto;
	 float: left;
	 display: block;
	 margin: 0 15px 0 0;
	 min-height: 28px;
}
 .option2stage .option2area .body .btn-add2check .label2area {
	 width: auto;
	 height: auto;
	 float: left;
}
 .option2stage .option2area .body .btn-add2check .label2area .name4prod {
	 color: var(--bs-secondary);
	 font-size: 16px;
}
 .option2stage .option2area .body .btn-add2check .label2area .name4prod:hover {
	 color: var(--bs-l-indigo) !important;
}
 .option2stage .option2area .body .btn-add2check .label2area .price4prod {
	 color: var(--bs-secondary);
	 font-size: 16px;
}
 .option2stage .option2area .more {
	 width: 100%;
	 margin: 0;
}
 .option2stage .option2area .more .coverage2text {
	 line-height: 26px;
	 margin: 0 0px;
}
 .option2stage .option2area .more .coverage2text .item-list.inactive .text-coverlist, .option2stage .option2area .more .coverage2text .item-list.inactive .sub2item4list, .option2stage .option2area .more .coverage2text .item-list.inactive .text-coverage {
	 color: #819ebf !important;
}
 .option2stage .option2area.active {
	 border: 1px solid var(--bs-bg-bar);
	 background-color: var(--bs-bg-bar);
}
 .option2stage .option2area.active .name4prod {
	 color: var(--bs-l-indigo) !important;
	 font-weight: 400;
}
 .option2stage .option2area.active .price4prod {
	 color: var(--bs-l-indigo) !important;
}
 .option2stage .option2area .item-list .text-coverage {
	 padding-left: 21px;
	 margin: 0 0 15px;
}
 .bar4section {
	 margin: 0px 15px 30px calc(var(--bs-gutter-x) * -.5);
	 background-color: var(--bs-bg-bar);
	 border-radius: 0 16px 16px 0;
	 padding: 15px 30px 15px 15px;
	 min-height: 90px;
	 display: flex;
	 flex-direction: row;
	 align-content: center;
	 align-items: center;
	 background-position: center right;
	 background-repeat: no-repeat;
}
 @media (min-width: 450px) {
	 .bar4section {
		 margin: 0px 0px 30px 0px;
		 border-radius: 16px 16px 16px 0px;
		 padding: 15px 30px 15px 15px;
	}
}
 .bar4section h3 {
	 font-size: 16px;
	 color: var(--bs-l-indigo);
	 font-weight: 400;
	 display: block;
	 line-height: 28px;
	 max-width: 240px;
	 margin: 0;
}
 @media (min-width: 450px) {
	 .bar4section h3 {
		 max-width: 320px;
		 font-size: 16px;
	}
}
 @media (min-width: 768px) {
	 .bar4section h3 {
		 max-width: 330px;
		 font-size: 18px;
	}
}
 .banner4section {
	 background-color: var(--bs-bg-bar);
	 border-radius: 16px 0 0 16px;
	 padding: 15px 15px 15px 30px;
	 min-height: 90px;
	 display: flex;
	 flex-direction: row;
	 align-content: center;
	 align-items: center;
	 margin: 30px calc(var(--bs-gutter-x) * -.5) 0px 15px;
	 background-position: bottom right;
	 background-repeat: no-repeat;
}
 @media (min-width: 450px) {
	 .banner4section {
		 border-radius: 16px 0 16px 16px;
		 padding: 15px 15px 15px 30px;
		 margin: 30px 0px 0px 30px;
	}
}
 .banner4section .text-coverlist {
	 max-width: 245px;
	 width: 80%;
}
 @media (min-width: 450px) {
	 .banner4section .text-coverlist {
		 max-width: 275px;
		 width: 80%;
	}
}
 @media (min-width: 768px) {
	 .banner4section .text-coverlist {
		 max-width: 300px;
		 width: 80%;
	}
}
 .card4area {
	 height: auto;
	 margin: 8px auto;
	 width: 100%;
	 overflow: hidden;
	 display: flex;
	 padding: 8px 0;
}
 .card4area4 {
	 height: auto;
	 margin: 15px auto;
	 width: 100%;
	 overflow-x: scroll;
	 overflow-y: hidden;
	 display: flex;
	 padding: 0 0 15px 0;
}
 @media (min-width: 768px) {
	 .card4area4 {
		 overflow-x: visible;
		 overflow-y: hidden;
	}
}
 .card-selection {
	 background-color: var(--bs-white);
	 border: 1px solid var(--bs-card);
	 color: var(--bs-secondary);
	 border-radius: 8px;
	 text-align: center;
	 margin: 0 0 0 5px;
	 text-decoration: none;
}
 .card-selection:first-child {
	 margin: 0;
}
 .card-selection:hover, .card-selection:focus {
	 border: 1px solid var(--bs-orange);
	 text-decoration: none;
	 transition: box-shadow 0.15s ease-in-out;
	 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
	 box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}
 .card-selection.card1 {
	 max-width: 100%;
	 min-height: 155px;
	 width: 100%;
	 padding: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 overflow-y: visible;
}
 .card-selection.card2 {
	 min-height: 155px;
	 padding: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 overflow-y: visible;
}
 .card-selection.card2 .price {
	 font-size: 12px;
	 margin: 0 auto;
	 line-height: 18px;
	 height: 40%;
	 align-items: start;
	 display: flex;
}
 .card-selection.card2 .package {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 24px;
	 height: 60%;
	 align-items: start;
	 padding: 0 15px;
	 display: flex;
}
 @media (max-width: 350px) {
	 .card-selection.card2 .package {
		 font-size: 14px;
	}
}
 .card-selection.card3 {
	 min-height: 155px;
	 padding: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 min-width: 30%;
}
 .card-selection.card3d {
	 max-width: 165px;
	 min-height: 175px;
	 width: 33%;
	 padding: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 min-width: 30%;
}
 .card-selection.card3d .price {
	 font-size: 12px;
	 margin: 0 auto;
	 line-height: 18px;
	 height: 40%;
	 align-items: start;
	 display: flex;
	 padding: 0 10px;
}
 .card-selection.card3d .package {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 24px;
	 height: 60%;
	 align-items: start;
	 display: flex;
}
 .card-selection.card4d {
	 min-height: 175px;
	 padding: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 min-width: 30%;
}
 .card-selection.card4d .price {
	 font-size: 12px;
	 margin: 0 auto;
	 line-height: 18px;
	 height: 40%;
	 align-items: start;
	 display: flex;
	 padding: 0 10px;
}
 .card-selection.card4d .package {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 24px;
	 height: 60%;
	 align-items: start;
	 display: flex;
}
 @media (max-width: 350px) {
	 .card-selection.card4d .package {
		 font-size: 14px;
	}
}
 .card-selection.card4e {
	 min-height: 155px;
	 padding: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 min-width: 30%;
}
 @media (min-width: 768px) {
	 .card-selection.card4e {
		 min-width: 24%;
	}
}
 .card-selection.card4e .price {
	 font-size: 12px;
	 margin: 0 auto;
	 line-height: 18px;
	 height: 30%;
	 align-items: start;
	 display: flex;
}
 .card-selection.card4e .package {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 21px;
	 height: 35%;
	 align-items: start;
	 display: flex;
}
 @media (max-width: 350px) {
	 .card-selection.card4e .package {
		 font-size: 14px;
	}
}
 .card-selection.card4e .cheer {
	 font-size: 12px;
	 line-height: 18px;
	 height: 35%;
	 align-items: end;
	 display: flex;
	 word-break: break-word;
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 hyphens: auto;
	 margin: 5px auto 0;
}
 .card-selection .card2lock .lock-down {
	 position: relative;
	 width: 100%;
	 text-align: right;
}
 .card-selection .price {
	 font-size: 12px;
	 margin: 0 auto;
	 line-height: 18px;
	 height: 30%;
	 align-items: start;
	 display: flex;
}
 .card-selection .price .choosed2card {
	 display: none;
	 transition: all 0.3s ease-out;
}
 .card-selection .price .price2show {
	 display: block;
	 transition: all 0.3s ease-out;
}
 .card-selection .package {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 24px;
	 height: 35%;
	 align-items: center;
	 display: flex;
}
 .card-selection .cheer {
	 font-size: 12px;
	 line-height: 18px;
	 height: 35%;
	 align-items: end;
	 display: flex;
}
 .card-selection.active {
	 background-color: var(--bs-blue);
	 border: 1px solid var(--bs-card-active);
	 color: var(--bs-white);
	 -webkit-animation: colorIn 300ms ease-in-out;
	 animation: colorIn 300ms ease-in-out;
	 background-image: linear-gradient(180deg, var(--bs-blue), var(--bs-indigo) 75%, var(--bs-indigo));
}
 .card-selection.active .price .choosed2card {
	 display: block;
	 transition: all 0.3s ease-out;
}
 .card-selection.active .price .price2show {
	 display: none;
	 transition: all 0.3s ease-out;
}
 .nav-card {
	 display: flex;
	 flex-flow: row;
	 margin: 15px auto 30px;
	 align-items: center;
}
 @media (min-width: 768px) {
	 .nav-card {
		 display: none;
	}
}
 .nav-card .control {
	 display: block;
	 width: 40px;
	 height: 40px;
	 padding: 0;
	 margin: 0;
}
 .nav-card .control .btn {
	 background-color: rgba(255, 255, 255, 0);
	 color: var(--bs-l-indigo);
	 width: 40px;
	 height: 40px;
	 opacity: 0.25;
	 display: block;
	 padding: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 border: none;
}
 .nav-card .control .btn.active {
	 opacity: 1;
}
 .nav-card .indicators {
	 margin: 0 auto;
	 display: flex;
	 align-self: center;
	 width: calc(100% - 80px);
	 align-items: center;
	 justify-content: center;
}
 .nav-card .indicators .liner {
	 display: block;
	 margin: 0 5px;
	 max-width: 42px;
	 height: 3px;
	 border-radius: 3px;
	 background-color: rgba(0, 113, 217, 0.25);
	 width: auto;
	 min-width: 20px;
}
 .nav-card .indicators .liner .active {
	 background-color: rgba(0, 113, 217, 1);
}
 .btn-modal {
	 color: var(--bs-blue);
	 border: 1px solid var(--bs-blue);
	 border-radius: 18px;
	 background-color: var(--bs-white);
	 height: 36px;
	 margin: 20px auto 0px;
	 text-align: center;
}
 .btn-modal:hover {
	 border: 1px solid var(--bs-blue);
	 background-color: var(--bs-blue);
	 height: 36px;
	 color: var(--bs-white);
}
 h2.text-slidegroup {
	 color: var(--bs-l-indigo);
	 font-weight: 400;
	 font-size: 20px;
	 line-height: 30px;
	 margin: 0px auto 30px;
}
 @media (min-width: 768px) {
	 h2.text-slidegroup {
		 font-size: 22px;
		 margin: 15px auto 30px;
		 text-align: center;
	}
}
 .slide2stage {
	 margin: 60px calc(var(--bs-gutter-x) * -.5) 0px;
	 padding: 30px 15px;
	 background-color: var(--bs-bg-bar);
	 display: block;
	 background-image: -webkit-linear-gradient(90deg, var(--bs-white) 0, var(--bs-bg-bar) 5%, var(--bs-bg-bar) 95%, var(--bs-white) 100%);
	 background-image: -moz-linear-gradient(left, var(--bs-white) 0, var(--bs-bg-bar) 5%, var(--bs-bg-bar) 95%, var(--bs-white) 100%);
	 background-image: linear-gradient(90deg, var(--bs-white) 0, var(--bs-bg-bar) 5%, var(--bs-bg-bar) 95%, var(--bs-white) 100%);
}
 @media (min-width: 450px) {
	 .slide2stage {
		 margin: 60px 0px 0px;
		 padding: 30px 15px;
		 width: 100%;
	}
}
 @media (min-width: 992px) {
	 .slide2stage {
		 padding: 30px 15px;
		 margin: 30px auto;
		 display: block;
	}
}
 .slide2stage .slide4area2display {
	 width: 100%;
	 display: flex;
	 overflow-y: hidden;
	 overflow-x: auto;
	 flex-wrap: nowrap;
}
 @media (min-width: 992px) {
	 .slide2stage .slide4area2display {
		 width: 100%;
		 max-width: 768px;
		 min-width: 768px;
		 display: flex;
		 overflow-y: hidden;
		 overflow-x: visible;
		 margin: 0 auto;
		 flex-wrap: wrap;
		 justify-content: center;
	}
}
 @media (min-width: 1200px) {
	 .slide2stage .slide4area2display {
		 width: 100%;
		 max-width: 992px;
		 min-width: 992px;
		 display: flex;
		 overflow-y: hidden;
		 overflow-x: visible;
		 margin: 0 auto;
		 flex-wrap: wrap;
		 justify-content: center;
	}
}
 .slide2stage .slide4area2display .display2card {
	 width: 220px;
	 min-height: 285px;
	 background-color: var(--bs-white);
	 border-radius: 16px;
	 margin: 0 0 0 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding: 10px;
	 min-width: 220px;
	 max-width: 220px;
	 height: auto;
}
 @media (min-width: 992px) {
	 .slide2stage .slide4area2display .display2card {
		 margin: 5px 5px 5px 5px;
		 display: block;
		 float: left;
		 width: 200px;
		 min-width: 200px;
		 max-width: 200px;
	}
}
 @media (min-width: 1200px) {
	 .slide2stage .slide4area2display .display2card {
		 margin: 5px 5px 5px 5px;
		 display: block;
		 float: left;
		 width: 200px;
		 min-width: 200px;
		 max-width: 200px;
	}
}
 .slide2stage .slide4area2display .display2card:first-child {
	 margin: 0;
}
 .slide2stage .slide4area2display .display2card.state1 {
	 min-height: 200px;
}
 .slide2stage .slide4area2display .display2card .quest2item {
	 font-size: 14px;
	 line-height: 21px;
	 color: var(--bs-gray-dark);
	 font-weight: 400;
	 text-align: left;
	 display: block;
	 padding: 10px 5px 0px;
	 width: 100%;
}
 .slide2stage .slide4area2display .display2card .answer2item {
	 color: var(--bs-blue);
	 font-weight: 400;
	 line-height: 24px;
	 font-size: 16px;
	 text-align: left;
	 height: auto;
	 width: 100%;
	 padding: 5px 5px 15px;
}
 .slide2stage .slide4area2display .display2card .media2item {
	 text-align: left;
	 width: 100%;
	 height: auto;
	 margin: 5px;
}
 .slide2stage .slide4area2display .display2card .media2item img {
	 margin: 0;
}
 .slide2stage .slide4area2display .display2card .media2item .btn2area {
	 width: 100%;
}
 .slide2stage .slide4area2display .display2card .media2item .btn2area button {
	 margin: 5px 0 0 0;
}
 .sum2stage {
	 margin: 0px calc(var(--bs-gutter-x) * -.5) 0px;
	 padding: 90px 15px 60px;
}
 .sum2stage .sum-body {
	 margin: 0px auto;
	 width: 100%;
	 max-width: 440px;
}
 .sum2stage .sum-body .text-car4sum {
	 color: var(--bs-l-indigo);
	 font-weight: 400;
	 font-size: 12px;
	 line-height: 12px;
}
 .sum2stage .sum-body .item-pack {
	 list-style-type: none;
	 margin: 0;
	 padding: 0 0 15px 0;
}
 .sum2stage .sum-body .item-pack .item {
	 display: block;
	 width: 100%;
	 height: auto;
	 clear: both;
	 margin: 0 0 10px 0;
}
 .sum2stage .sum-body .item-pack .item .check2cover {
	 width: 16px;
	 margin-right: 5px;
	 display: block;
	 float: left;
	 height: 28px;
}
 .sum2stage .sum-body .item-pack .item .list2show {
	 width: auto;
	 display: inline-block;
	 max-width: 90%;
}
 .sumb2cta {
	 margin: 15px auto;
}
 .sumb2cta .btn-drt-cta {
	 padding: 15px 16px;
	 border-radius: 8px;
	 color: var(--bs-white);
	 background-color: var(--bs-orange);
	 border: 1px solid var(--bs-orange);
}
 .sumb2cta .btn-drt-cta:hover {
	 transition: box-shadow 0.15s ease-in-out;
	 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 .sumb2cta .btn-drt-secondary {
	 padding: 15px 16px;
	 border-radius: 8px;
	 color: var(--bs-orange);
	 background-color: var(--bs-white);
	 border: 1px solid var(--bs-orange);
}
 .sumb2cta .btn-drt-secondary:hover {
	 transition: box-shadow 0.15s ease-in-out;
	 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 @media (min-width: 768px) {
	 .dorothy2modal .modal-dialog, .modal2driver .modal-dialog {
		 max-width: 500px;
	}
}
 .dorothy2modal .modal-dialog .modal-content, .modal2driver .modal-dialog .modal-content {
	 background: #fff;
	 height: auto;
	 border-radius: var(--bs-modal-border-radius);
}
 .dorothy2modal .modal-dialog .modal-content .modal-header, .modal2driver .modal-dialog .modal-content .modal-header {
	 border-bottom: 0;
	 padding: 15px 15px;
	 color: #015caf;
	 font-size: 16px;
	 font-weight: 400;
}
 @media (min-width: 450px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-header, .modal2driver .modal-dialog .modal-content .modal-header {
		 padding: 15px;
	}
}
 @media (min-width: 768px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-header, .modal2driver .modal-dialog .modal-content .modal-header {
		 padding: 30px 30px;
	}
}
 .dorothy2modal .modal-dialog .modal-content .modal-header .btn-close, .modal2driver .modal-dialog .modal-content .modal-header .btn-close {
	 --bs-btn-close-color: #ff5011;
	 --bs-btn-close-opacity: 1;
	 --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff5011'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
 .dorothy2modal .modal-dialog .modal-content .modal-body, .modal2driver .modal-dialog .modal-content .modal-body {
	 position: relative;
	 padding: 15px 15px;
	 color: #015caf;
	 font-size: 16px;
	 line-height: 28px;
}
 @media (min-width: 450px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-body, .modal2driver .modal-dialog .modal-content .modal-body {
		 padding: 0px;
	}
}
 .dorothy2modal .modal-dialog .modal-content .modal-body section, .modal2driver .modal-dialog .modal-content .modal-body section {
	 padding: 0px;
}
 @media (min-width: 450px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-body section, .modal2driver .modal-dialog .modal-content .modal-body section {
		 padding: 15px;
	}
}
 @media (min-width: 768px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-body section, .modal2driver .modal-dialog .modal-content .modal-body section {
		 padding: 0px 30px;
	}
}
 .dorothy2modal .modal-dialog .modal-content .modal-body section .named4box, .modal2driver .modal-dialog .modal-content .modal-body section .named4box {
	 text-align: left;
	 margin: 0 auto 0;
}
 .dorothy2modal .modal-dialog .modal-content .modal-body section .named4box .named2label, .modal2driver .modal-dialog .modal-content .modal-body section .named4box .named2label {
	 font-size: 14px;
	 line-height: 14px;
	 color: #6486ac;
	 margin: 10px 0;
}
 .dorothy2modal .modal-dialog .modal-content .modal-body section .named4box .named2display, .modal2driver .modal-dialog .modal-content .modal-body section .named4box .named2display {
	 font-size: 16px;
	 line-height: 30px;
	 max-width: 75%;
}
 .dorothy2modal .modal-dialog .modal-content .modal-footer, .modal2driver .modal-dialog .modal-content .modal-footer {
	 border-top: none;
	 display: grid;
	 padding: 0;
	 justify-content: normal;
}
 @media (min-width: 450px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-footer, .modal2driver .modal-dialog .modal-content .modal-footer {
		 padding: 15px 15px 30px 15px;
	}
}
 @media (min-width: 768px) {
	 .dorothy2modal .modal-dialog .modal-content .modal-footer, .modal2driver .modal-dialog .modal-content .modal-footer {
		 padding: 30px;
	}
}
 .dorothy2modal .modal-dialog .modal-content .modal-footer .btn.btn2extra, .modal2driver .modal-dialog .modal-content .modal-footer .btn.btn2extra {
	 color: #003b71;
	 border: 1px solid #ccc;
	 padding: 10px 10px;
	 font-size: 18px;
	 line-height: 30px;
}

 @-webkit-keyframes rubberBand {
  from,
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  30% {
      -webkit-transform: scale3d(1.25, .75, 1);
      transform: scale3d(1.25, .75, 1)
  }
  40% {
      -webkit-transform: scale3d(.75, 1.25, 1);
      transform: scale3d(.75, 1.25, 1)
  }
  50% {
      -webkit-transform: scale3d(1.15, .85, 1);
      transform: scale3d(1.15, .85, 1)
  }
  65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1)
  }
  75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1)
  }
}

@keyframes rubberBand {
  from,
  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  30% {
      -webkit-transform: scale3d(1.25, .75, 1);
      transform: scale3d(1.25, .75, 1)
  }
  40% {
      -webkit-transform: scale3d(.75, 1.25, 1);
      transform: scale3d(.75, 1.25, 1)
  }
  50% {
      -webkit-transform: scale3d(1.15, .85, 1);
      transform: scale3d(1.15, .85, 1)
  }
  65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1)
  }
  75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1)
  }
}
.rubberBand {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
 