body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

:root {
    --light-blue-purple: #08455B;
    --red: #FF0707;
    --light-grey: #707070;
    --light-skyblue: #00597921;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Atkinson Hyperlegible;
    src: local("AtkinsonHyperlegible-Bold.ttf");
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Atkinson Hyperlegible;
}

p, span, a, ul li, label {
    font-family: 'Poppins', sans-serif;
}

.custom-pd {
    padding: 0px 170px;
}
/*toggle css*/
.bar1, .bar2, .bar3 {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.toggle-btn {
    padding: 0px !important;
    background-color: transparent;
    border: 1px solid transparent;
}

    .toggle-btn:focus {
        border: none !important;
        outline: none !important;
    }
/*toggle css*/
.navbar {
    background-color: var(--light-blue-purple);
    padding: 0px 20px;
}

    .navbar ul li a {
        color: #fff;
    }

    .navbar ul li:hover a {
        color: #e3f2fd;
    }

    .navbar ul li {
        padding: 0px 20px;
    }

        .navbar ul li:last-child {
            padding-right: 0px;
        }
/*checkbox css*/
/* The container */
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: var(--light-blue-purple);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*checkbox css*/
.term-text {
    background-color: #fff;
    box-shadow: 3px 3px 6px #eee,-3px -3px 6px #eee;
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
}
/*scrollbar css*/
/* width */
/*.term-text::-webkit-scrollbar {
  width: 10px;
}*/

/* Track */
/*.term-text::-webkit-scrollbar-track {
  border-radius: 10px 50px 50px 10px;
  border:1px solid var(--light-grey);
}*/

/* Handle */
/*.term-text::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px 20px 20px 10px;
}*/

/* Handle on hover */
/*.term-text::-webkit-scrollbar-thumb:hover {
  background:red; 
}*/
/*scrollbar css*/
.term-head {
    padding: 50px 20px;
    min-height: calc(100vh - 110px);
}

.heading {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 30px;
    text-align: center;
}

.checkbox-head {
    margin: 20px 0px;
}

.footer {
    background-color: var(--light-blue-purple);
    color: #fff;
    padding: 14px 20px;
}

    .footer p {
        margin-bottom: 0px;
        text-align: center;
    }

.modal-content {
    border-radius: 20px !important;
}

.modal-header {
    background-color: var(--light-blue-purple);
    color: #fff;
    padding: 10px 20px !important;
}

    .modal-header .btn-close {
        background-image: url(../images/cross.svg);
        font-size: 16px;
        opacity: 1;
    }

.modal-body {
    text-align: center;
}

.modal-button-withoutbg {
    border: 2px solid var(--light-blue-purple);
    background-color: transparent;
    color: #000;
    border-radius: 20px;
    padding: 2px 20px;
    margin-right: 10px;
    text-decoration: none;
}

    .modal-button-withoutbg:hover, .modal-button-withbg:hover {
        border: 2px solid var(--light-skyblue);
        background-color: var(--light-skyblue);
        color: #000;
    }

.modal-button-withbg {
    border: 2px solid var(--light-blue-purple);
    background-color: var(--light-blue-purple);
    color: #fff;
    border-radius: 20px;
    padding: 3px 35px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: -2px;
}

.small-btn {
    border-radius: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.3s ease;
}

.small-iconbtn-withoutbg:hover, .small-iconbtn-withbg:hover {
    border: 2px solid var(--light-skyblue);
    background-color: var(--light-skyblue);
    color: var(--light-blue-purple);
}

.small-btn i {
    font-size: 18px;
}

.small-iconbtn-withoutbg {
    border: 2px solid var(--light-blue-purple);
    background-color: transparent;
    color: var(--light-blue-purple);
}

.small-iconbtn-withbg {
    border: 2px solid var(--light-blue-purple);
    background-color: var(--light-blue-purple);
    color: #fff;
}

.wrapper {
    text-align: center;
}

    .wrapper img {
        display: block;
        margin: auto;
        max-width: 600px;
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper span {
        background-color: var(--light-skyblue);
        box-shadow: 3px 3px 2px #00597985, -2px -2px 2px #3c7da63b;
        padding: 10px 30px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 40px;
    }

.circle i {
    font-size: 65px;
    color: #008004;
    margin-bottom: 15px;
}

#cameraModal {
    background: rgba(0,0,0,0.66);
}

.body-dark {
    background: #000;
}

.center-camera {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .center-camera i {
        font-size: 50px;
        color: #eee;
    }

.camera-bg-head {
    display: block;
    margin: 20px auto;
    position: relative;
}

#canvash {
    width: 100%;
    /*height: 500px;*/
}

.camera-bg {
    background-image: url(../images/scanner.gif);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-top: 70px;
}

.btn-close:focus {
    box-shadow: none !important;
}

.wrapper .top-head {
    border: 1px solid var(--light-skyblue);
    padding: 5px;
    width: 250px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 3px 3px 2px #00597985, -2px -2px 2px #3c7da63b;
    margin: 0px auto 45px;
}

.wrapper .inner-head {
    border: 1px solid var(--light-skyblue);
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 2px #00597985, -2px -2px 2px #3c7da63b;
}

.wrapper .id-scan-head img {
    border: 1px solid var(--light-skyblue);
    padding: 5px;
    width: 300px;
    height: auto;
    box-shadow: 3px 3px 2px #00597985, -2px -2px 2px #3c7da63b;
    margin: 0px auto 45px;
}

.plus {
    transform: rotate(45deg);
}

.verified {
    max-width: 450px;
    width: 100%;
    box-shadow: 3px 3px 2px #00597985, -2px -2px 2px #3c7da63b;
    display: block;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

    .verified i {
        font-size: 100px;
        margin-bottom: 10px;
        color: #008004;
    }

    .verified h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

.bottom-div {
    border: 1px dashed var(--light-blue-purple);
    background-color: var(--light-skyblue);
    border-radius: 50px;
    padding: 10px 25px;
    margin-bottom: 10px;
}

    .bottom-div p {
        margin-bottom: 0px;
        font-size: 15px;
    }

.tooltiptext {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000;
    line-height: 1;
    border-radius: 0px !important;
    padding: 0px !important;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.tooltiptext1 {
    position: relative;
    top: -10px;
    font-size: 11px;
}

@media screen and (min-width:280px) and (max-width:912px) {
    .custom-pd {
        padding: 0px;
    }
}

.submit-block {
    width: 200px;
}

.text-box {
    padding: 6px;
}

.customize-modal .modal-content {
    border-radius: 5px !important;
}

.btn-lt {
    background: #e9e9e9 !important;
    border: 1px solid #dddddd !important;
    color: #03232e !important;
}

.drp-height .select2-container--default .select2-selection--single {
    height: 37px;
    border-color: #d7d7d7;
    display: flex;
    align-items: center;
    background: url(https://www.iconpacks.net/icons/2/free-arrow-down-icon-3101-thumb.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
}

    .drp-height .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    }

.drp-height .select2-container {
    width: 100% !important;
}


.modal-content.modal-body.float-left {
    text-align: left;
}

button.tooltips {
    text-decoration: none;
}

    button.tooltips:hover {
        position: relative;
    }

    button.tooltips span {
        display: none;
    }

    button.tooltips:hover span {
        border: #666 2px dotted;
        padding: 5px 20px 5px 5px;
        display: block;
        z-index: 100;
        background: #e3e3e3;
        left: 0px;
        margin: 15px;
        width: 400px;
        position: absolute;
        top: 25px;
        text-decoration: none;
        font-size: 12px;
        text-align: left;
    }

.elem {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

button#btnltd {
    background-color: #08455B;
    border-color: #08455B;
    width: 35%;
    font-size: 13px;
    padding: 8px 8px 8px 8px;
}

@media screen and (min-width:400px) and (max-width:912px) {
    button#btnltd {
        width: 60%;
        font-size: 11px;
        padding: 8px 10px 8px 10px;
    }
}

button#btnPhone {
    background-color: #08455B;
    border-color: #08455B;
    width: 35%;
    font-size: 13px;
    padding: 8px 10px 8px 10px;
}

@media screen and (min-width:280px) and (max-width:912px) {
    button#btnPhone {
        background-color: #08455B;
        border-color: #08455B;
        width: 60%;
        font-size: 11px;
        padding: 8px 10px 8px 10px;
    }
}


.smallTex {
    font-size: 10px;
}

#btnltd:hover, #btnPhone:hover{
    border: 2px solid var(--light-skyblue);
    background-color: var(--light-skyblue);
    color: #000;
}
button#startRecordcheck:hover, button#stopRecordingContinue:hover,
button#stopreRecording:hover {
    border: 1px solid var(--light-skyblue);
    background-color: var(--light-skyblue);
    color: #000;
}

@media screen and (max-width:768px) {
    .insurance-card button#btnltd {
        background-color: #08455B;
        border-color: #08455B;
        width: 100%;
        font-size: 11px;
        text-align: center;
        padding: 8px;
        white-space: nowrap;
    }
    button#btnPhone {
        background-color: #08455B;
        border-color: #08455B;
        width: 100%;
        font-size: 11px;
        padding: 8px 10px 8px 10px;
    }
    .row {
        padding-right: calc(var(--bs-gutter-x) * .0);
        padding-left: calc(var(--bs-gutter-x) * .0);
    }
    .group-btn{
        display : block;
    }
        .group-btn button {
            margin: 10px 0;
        }
}
@media screen and (min-width:768px) {
.group-btn {
    display:flex;
}
.group-btn button{
    margin:10px 10px 10px 0;
}
}
@media screen and (max-width:400px){
    .insurance-card button#btnltd {
        font-size: 10px;
    }
    .insurance-card button#btnPhone {
        font-size: 10px;
    }
}