/* css start */
html,
body {
    margin: 0px;
    padding: 0px;
}

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

html {
    height: auto;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /* text-align: left; */
    /* background-color: #fff; */
    background: #f3f3f3;
    overflow: auto;
}
.cdk-overlay-container {
    z-index: 100000;
}

.main-body {
    /* Was `overflow-y: auto` + a fixed `height: calc(105vh - 104px)`. That
    104px never matched the real 68px .fixed-header height, and a vh-based
    height doesn't track the page's actual (fixed-px) content height - so on
    shorter/small-laptop viewports the real content became taller than this
    box while also being shorter than the page itself, giving two separate
    scroll containers (this box's own overflow-y, plus the normal page
    scrollbar) at once, and an inconsistent amount of leftover space below
    the content depending on viewport height. `min-height` (using the real
    header height) with no `overflow-y` lets this just grow with its content
    and leaves scrolling to the single page-level scrollbar everywhere. */
    min-height: calc(100vh - 68px);
    margin-top: 70px;
}

.color-primary {
    /* color: #005e9e; */
    color: #0061a2;
}

.color-secondary {
    /* color: #ed1c24; */
    color: #d51c22;
}
.start-button {
    /* height: 54px; */
    /* width: 303px; */
    display: inline;
    width: 100%;
    border-radius: 25px !important;
    margin-top: 20px;
    justify-self: center;
    font-size: 18px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    padding: 9px 15px 12px;
    /* background-color: #005e9e; */
    background-color: #d51d25;
    /* transition: background-color .2s; */
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    line-height: 1.7;
    border-radius: 0;
}

/* common css */

.company-logo {
    float: left;
    /* height: 50px; */
    height: 60px;
    width: auto;
    margin: 5px 10px;
}

.application-heading {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

.application-description {
    font-size: 14px;
    /* padding: 0 20px 30px; */
    font-weight: 400;
    color: #5c5c5c;
    text-align: center;
    margin: 10px auto;
    width: 75%;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #e0e0e0;
    z-index: 99;
}

.policy-container {
    width: calc(100% - 80px);
}

.policy-number-text,
.phone-number-text {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: block;
}

.policy-number,
.phone-number {
    font-size: 22px;
    font-weight: 600;
    /* line-height: 1; */
    /* letter-spacing: 3px; */
    color: #333333;
    /* display: inherit; */
}
.blink-message {
    margin: 50px auto;
    font-size: 20px;
    color: #d51d25;
    font-weight: 400;
}



.main-section .main-container {
    /* padding: 30px 15px; */
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 6px 25px -4px #10182829;
    padding: 20px;
    /* text-align: center; */
}

.main-section {
    /* background: #eaf7fd; */
    margin: 15px;
}

.start-video-button {
    border: 1px solid #d51c22;
    color: #d51c22;
    border-radius: 0px;
}

.start-video-button img {
    width: 26px;
    height: 26px;
}

.start-video-button span {
    position: relative;
    top: 1px;
    padding-left: 8px;
    color: #d51c22 !important;
}

video {
    object-fit: cover;
    background: rgb(123, 121, 121);
    background: radial-gradient(circle, rgba(123, 121, 121, 1) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    margin: 0;
    padding: 0;
}

.padding-24 {
    padding: 24px;
}

.camera-overlay {
    /* position: absolute;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    margin: 0 auto;
    overflow: hidden;
    top: 24px;
    left: 24px; */
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* display: none; */
}
.camera-overlay:after {
    /* content:'';
    position: absolute;
    left: 5%;
    top: 5%;
    border-radius: 100%;
    width: 90%;
    height: 90%;
    box-shadow: 0px 0px 0px 2000px #181817d6; */
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    border-radius: 100%;
    width: 90%;
    height: 88%;
    box-shadow: 0px 0px 0px 2000px #18181763;
}

.camera-overlay span {
    position: absolute;
    z-index: 10;
}

.camera-overlay .top-image {
    top: 5%;
}

.camera-overlay .bottom-image {
    bottom: 5%;
}

.camera-overlay .left-image {
    left: 4%;
}

.camera-overlay .right-image {
    right: 4%;
}

.camera-overlay .middle-image {
    top: 49%;
}

.camera-overlay .progressbar {
    position: absolute;
    bottom: 2.5%;
    background: #ffffff;
    height: 8px;
    width: 40%;
    left: 30%;
    z-index: 10;
}

.camera-overlay .progressbar > div {
    /* background-color: #0061a2; */
    background-color: #0492f1ed;
    width: 0;
    height: 8px;
    z-index: 14;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #eeeeee;
    position: relative;
    display: inline-block;
}

/* .circle img {

} */

.close-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    background: #fff;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.text-align-right {
    text-align: right;
}

.identity-verification-heading {
    color: #515860;
    font-size: 24px;
    border-bottom: 1px solid #bfc4c966;
    padding: 8px 15px;
    /* margin: 0px -15px; */
}

.policy-select-heading {
    color: #515860;
    font-size: 24px;
    /* border-bottom: 1px solid #bfc4c966; */
    padding: 8px 15px;
    /* margin: 0px -15px; */
}

.camera-wrapper {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.camera-msg {
    position: absolute;
    top: 50%;
    color: #ffffff;
    left: 31%;
    font-size: 14px;
    word-spacing: 2px;
}

.key-points {
    font-size: 17px;
    color: #515860;
    font-weight: 500;
    /* padding: inherit; */
}

.key-points-mobile {
    max-height: 48vh;
    overflow-y: scroll;
}

.key-points span {
    color: #a0a7b0;
    /* white-space: nowrap */
}

ul li {
    padding: 5px 0;
}

.light-grey {
    background-color: #fafafa;
}

.policy-list {
    background-color: white;
    border-radius: 18px;
}

.heading-section {
    padding: 25px 0px;
}

.policy-number input,
.phone-number input {
    border: 0px;
    border-bottom: 0.5px solid #eeeeee;
    outline: 0;
    width: 13rem;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #eeeeee;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eeeeee;
}

::placeholder {
    color: #eeeeee;
}

.policy-number input.input-error,
.phone-number input.input-error {
    border-bottom-color: #d51c22;
}

.policy-number div#error-msg,
.phone-number div#error-msg {
    height: 15px;
    color: red;
    font-weight: 400;
    font-size: 16px;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: lightgrey;
    font-size: 12px;
}

p {
    margin: 0px;
}

a {
    color: #212529;
}

.video-section {
    top: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 104px);
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.loading-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, rgb(62, 58, 58) 0%, rgba(0,0,0,1) 100%); */
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(252, 252, 252, 0.93) 100%);
}

.loading-container div {
    position: absolute;
    color: #d51c22;
    top: 40%;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
}
/* added by rakshita  */
.loading-container1 {
    /* position: absolute; */
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: white !important;
    /* background: radial-gradient(circle, rgb(62, 58, 58) 0%, rgba(0,0,0,1) 100%); */
    /* background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(252, 252, 252, 0.93) 100%); */
}

.loading-container1 div {
    position: absolute;
    color: #d51c22;
    top: 40%;
    right: 35%;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

/*
************** Result Section related classes below **************
*/

.result-section {
    /* display: inline-block; */
    /* top: 100px; */
    position: relative;
    /* top: 70px; */
    /* overflow: auto;
    padding-bottom: 15%; */
}

.result-section .success-result-row {
    /* display: none; */
}

.result-section .failure-result-row {
    /* display: none; */
}

/* .result-section .result-icon .result-image {
    width: 100px;
    height: auto;
} */

.result-section .result-icon h4.result-heading {
    color: #1b67a2;
    font-weight: 600;
}

.failed-blink-count {
    display: none;
}

.result-section .result-icon p.blink-count {
    font-weight: 600;
}

/* .result-section .success-result-row .button-div {
     padding-top: 20px;
} */
.result-section .failure-result-row .button-div {
    padding-top: 25px;
}

/* .result-section .success-result-row .reload-image,
.result-section .failure-result-row .reload-image {
    width: 30px;
    height: auto;
    padding-right: 5px
} */

.result-section .success-result-row .retry-button {
    width: 100%;
    border: 1px solid #41ad49;
    color: #41ad49;
    border-radius: 0px;
}

.result-section .success-result-row .retry-button img {
    width: 24px;
    height: 25px;
}

.result-section .result-icon img.result-image {
    width: 100px;
    height: auto;
}

.result-section .success-result-row img.reload-image,
.result-section .failure-result-row img.reload-image {
    width: 30px;
    height: auto;
    padding-right: 5px;
}

.result-section .failure-result-row .retry-button {
    /* font-size: 18px;
    font-weight: 500;
    background-color: #d51d25;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    line-height: 1.7;
    border-radius: 0;
     */
    width: 100%;
    border: 1px solid #d51c22;
    color: #d51c22;
    border-radius: 0px;
}

.result-section .failure-result-row .retry-options,
.result-section .success-result-row .retry-options {
    padding-left: 2%;
    padding-right: 2%;
}

.result-section .failure-result-row .notes-box {
    border: 1px dashed #d51c22;
    padding: 8px;
    margin-top: 15px;
}

.result-section .failure-result-row .notes-box h5 {
    font-weight: 600;
}

.result-section .failure-result-row .notes-box li {
    font-size: 14px;
}
.resulttext {
    text-align: left;
}

/*
************** Result Section related classes above **************
*/

/*
************** Desktop video section related classes below **************
*/
section.video-section .container.video-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: #ddd 0 0 12px;
}

/*
************** Desktop video section related classes above **************
*/

.livelinessMsg {
    font-size: 1.45rem;
    font-weight: 600;
    color: #606265;
}

.livelinessFailedMsg {
    font-size: 1.1rem;
    color: #7b8188;
}

/* image css */

.bg-logo {
    width: 300px;
    height: 195px;
    background: url("../images/css_sprites.png") -1426px -700px no-repeat;
    /* zoom: 0.3; */
    /* transform:  scale(0.3);
    transform-origin: 0 0;
    -moz-transform:scale(0.3);
    -moz-transform-origin: 0 0; */

    -webkit-transform: scale(0.3); /* WebKit */
    -moz-transform: scale(0.3); /* Mozilla */
    -o-transform: scale(0.3); /* Opera */
    -ms-transform: scale(0.3); /* Internet Explorer */
    transform: scale(0.3); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /* background-size: 100% 100%; */
}

.bg-insurance {
    width: 512px;
    height: 512px;
    background: url("../images/css_sprites.png") -690px -10px;
    position: absolute;
    left: 30%;
    top: 22%;
    /* zoom: 0.08; */
    /* transform:  scale(0.08);  */
    /* -moz-transform:scale(0.1);
    -moz-transform-origin: 0 0; */

    -webkit-transform: scale(0.1); /* WebKit */
    -moz-transform: scale(0.1); /* Mozilla */
    -o-transform: scale(0.1); /* Opera */
    -ms-transform: scale(0.1); /* Internet Explorer */
    transform: scale(0.1); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bg-right_arrow {
    width: 33px;
    height: 15px;
    background: url("../images/css_sprites.png") -1306px -542px;
    display: inline-block;
    margin-bottom: -1px;
}

.bg-top_left {
    width: 20px;
    height: 21px;
    background: url("../images/css_sprites.png") -1346px -577px;
}

.bg-top_right {
    width: 20px;
    height: 21px;
    background: url("../images/css_sprites.png") -1386px -577px;
}

.bg-mid {
    width: 6px;
    height: 21px;
    background: url("../images/css_sprites.png") -1466px -577px;
}

.bg-bottom_left {
    width: 20px;
    height: 21px;
    background: url("../images/css_sprites.png") -1426px -577px;
}

.bg-bottom_right {
    width: 20px;
    height: 21px;
    background: url("../images/css_sprites.png") -1306px -577px;
}

.bg-i_2 {
    width: 332px;
    height: 332px;
    background: url(../images/css_sprites.png) -1074px -700px;
    display: inline-block;
    /* zoom: 0.28; */
    /* transform:  scale(0.28);  */
    /* -moz-transform:scale(0.28);
    -moz-transform-origin: 0 0; */
    -webkit-transform: scale(0.28); /* WebKit */
    -moz-transform: scale(0.28); /* Mozilla */
    -o-transform: scale(0.28); /* Opera */
    -ms-transform: scale(0.28); /* Internet Explorer */
    transform: scale(0.28); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bg-reload_circular_arrow_symbol {
    width: 512px;
    height: 512px;
    background: url("../images/css_sprites.png") -542px -700px;
    display: inline-block;
    /* zoom: 0.06;
    /* transform:  scale(0.06);  */
    /* -moz-transform:scale(0.06);
    -moz-transform-origin: 0 0; */

    -webkit-transform: scale(0.06); /* WebKit */
    -moz-transform: scale(0.06); /* Mozilla */
    -o-transform: scale(0.06); /* Opera */
    -ms-transform: scale(0.06); /* Internet Explorer */
    transform: scale(0.06); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;

    margin-bottom: -4%;
}

.bg-play_button {
    width: 512px;
    height: 512px;
    background: url("../images/css_sprites.png") -10px -700px;
    display: inline-block;
    /* zoom: 0.06; */
    /* transform:  scale(0.06);  */
    /* -moz-transform:scale(0.06);
    -moz-transform-origin: 0 0; */
    -webkit-transform: scale(0.06); /* WebKit */
    -moz-transform: scale(0.06); /* Mozilla */
    -o-transform: scale(0.06); /* Opera */
    -ms-transform: scale(0.06); /* Internet Explorer */
    transform: scale(0.06); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;

    margin-bottom: -150px;
}

.bg-831 {
    width: 64px;
    height: 64px;
    background: url("../images/css_sprites.png") -1222px -542px;
    display: block;
}

.bg-cross {
    width: 512px;
    height: 512px;
    background: url("../images/css_sprites.png") -1222px -10px;
    position: absolute;
    left: 30%;
    top: 26%;
    /* zoom: 0.025; */
    /* transform:  scale(0.025);  */
    /* -moz-transform:scale(0.025);
    -moz-transform-origin: 0 0; */

    -webkit-transform: scale(0.025); /* WebKit */
    -moz-transform: scale(0.025); /* Mozilla */
    -o-transform: scale(0.025); /* Opera */
    -ms-transform: scale(0.025); /* Internet Explorer */
    transform: scale(0.025); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bg-tick {
    width: 332px;
    height: 332px;
    background: url("../images/css_sprites.png") -10px -1232px;
    display: inline-block;
    /* zoom: 0.28; */
    /* transform:  scale(0.28);  */
    /* -moz-transform:scale(0.28);
    -moz-transform-origin: 0 0; */
    -webkit-transform: scale(0.28); /* WebKit */
    -moz-transform: scale(0.28); /* Mozilla */
    -o-transform: scale(0.28); /* Opera */
    -ms-transform: scale(0.28); /* Internet Explorer */
    transform: scale(0.28); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bg-mob_old {
    width: 660px;
    height: 670px;
    background: url(../images/css_sprites.png) -10px -10px;
    display: inline-block;
    /* zoom: 0.3; */
    /* transform:  scale(0.3);  */
    /* -moz-transform:scale(0.3);
    -moz-transform-origin: 0 0; */
    -webkit-transform: scale(0.3); /* WebKit */
    -moz-transform: scale(0.3); /* Mozilla */
    -o-transform: scale(0.3); /* Opera */
    -ms-transform: scale(0.3); /* Internet Explorer */
    transform: scale(0.3); /* CSS3 */

    -webkit-transform-origin: 0 0; /* WebKit */
    -moz-transform-origin: 0 0; /* Mozilla */
    -o-transform-origin: 0 0; /* Opera */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.old-icon {
    height: 150px;
}

canvas {
    /* transform: rotateY(180deg); */
    /* object-fit: cover; */
    display: none;
    /* width: 100vw;
    height: 100vh; */
}

.authenticate-message {
    font-size: 16px;
    color: #d51c22;
    font-weight: 600;
    height: 30px;
}

.session-message {
    position: absolute;
    top: calc(50% - 85px);
    width: calc(100% - 30px);
    margin: 15px;
    background: #ffffff;
    font-size: 14px;
}

.session-section {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10000;
    background: #000000a3;
}
.ok-button {
    background: #d51d25;
    color: #fff;
    width: 50%;
    border-radius: 0px;
}

.font-size-12 {
    font-size: 12px;
}

.font-weight-800 {
    font-weight: 800;
}

.session-message img {
    width: 80px;
}

.oops-msg {
    font-size: 2.1em;
    font-weight: 900;
}

.exception-msg {
    font-size: 1.1em;
    font-weight: 700;
}

.error-section {
    /* background: #eaf7fd; */
    margin: 20px 0px;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
}

.system-down-img {
    height: calc(100vh - 250px);
}

.error-section .retry-button {
    border: 1px solid #d51c22;
    background: #d51c22;
    color: white;
    border-radius: 0px;
    padding: 5px 25px;
    /* font-weight: 600; */
}

.browser-error-section {
    top: 40%;
    /* bottom: 0; */
    left: 35%;
    /* right: 0; */
    /* overflow: hidden; */
    position: absolute;
    color: whitesmoke;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.black_bg {
    background: black;
}

.browser-error-section img {
    width: 120px;
}

.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
    /* pointer-events: none; */
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.black_bg {
    background: black;
}

.browser-error-section img {
    width: 120px;
}
@media (min-width: 768px){
.d-md-flex {
    display: flex!important;
    margin-left: 3rem;
}}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
    margin-left: 0rem;
    margin-right: -4rem;
}
.start-video-button:hover {
    border: 1px solid #d51c22;
    color: #d51c22;
    border-radius: 0px;
}

@media only screen and (min-width: 530px) and (max-width: 550px) {
    .dropImg {
        height: 28rem;
        width: 16rem;
        margin-top: 2rem;
        margin-left: -3rem;
    }
    .col-11 {
        flex: 0 0 auto;
        width: 89.666667%;
    }
    .captcha-image {
        margin-left: -35%;
    }
    .btns {
        height: 17px;
        /* margin-right: -10px; */
        cursor: pointer;
        margin-left: 9.5rem;
        margin-top: -86px;
    }
    /* input {
        outline: 0;
        border-width: 0 0 2px;
        border-color: lightgray;
        width: 66%;
        height: 32px;
        background-color: #f8f9fa !important;
    }  */
    /* .submit-button{
        width: 59%;
    }
    .captcha-image{
        margin-left: 10px;
    } */
}

@media only screen and (min-width: 230px) and (max-width: 380px) {
    /* #policy_id{
        width: 88%;
    } */
    .policy-number input.input-error,
    .phone-number input.input-error {
        width: 100%;
        border-bottom-color: #d51c22;
    }
    .policy-container {
        width: 100%;
    }
    .policy-number input,
.phone-number input {
    border: 0px;
    border-bottom: 0.5px solid #eeeeee;
    outline: 0;
    width: 9rem !important};
}
@media (min-width: 760px) {
    .col-md-9 {
        flex: 0 0 auto;
        width: 85%;
    }
    .phone-number input {
        border: 0px;
        border-bottom: 0.5px solid #eeeeee;
        outline: 0;
        width: 9.5rem !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
@media only screen and (max-width: 640px) and (min-width: 550px) {
    .col-11 {
        flex: 0 0 auto;
        width: 90.666667%;
    }
    .captcha-image {
        width: 90% !important;
        padding: 37px;
        position: relative;
        top: -35px;
    }
    /* .start-button {
            height: 47px;
            width: 179px;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: 1px;
            padding: 7px 6px 15px;
            background-color: #005e9e;
            background-color: #d51d25;
            transition: background-color .2s;
            box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
            line-height: 1.7;
            border-radius: 0;
            margin-left: 29%;
        } */
    .policyNumberError {
        font-size: 12px;
        display: block;
        margin: 0px 10px 0px 0px;
        color: #d51c22;
    }
    .notify-message {
        position: absolute;
        /* height: 300px; */
        top: calc(40% - 150px);
        width: calc(100% - 30px);
        margin: 15px;
        background: #ffffff;
    }
}

@media only screen and (min-height: 350px) and (max-height: 370px) {
    .submit-button {
        width: 30vw !important;
        margin-left: 12px;
    }

    .row {
        --bs-gutter-x: 0.5rem;
    }
    .key-points {
        font-size: 10px;
        color: #515860;
        font-weight: 500;
        /* padding: inherit; */
    }
    .notify-message {
        position: absolute;
        /* height: 300px; */
        top: calc(48% - 128px);
        width: calc(100% - 30px);
        margin: 15px;
        background: #ffffff;
    }
    ul li {
        padding: 2px 0;
    }
}
