@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}
/* header section start */
.txtbox img {
    width: 100%;
}

.txtbox {
    text-align: center;
    padding: 20px;
}

.logo img {
    width: 110px;
}

.icon { 
height: 120px;
opacity: 0.6;}

h2.quote_tittle {
    font-size: 64px;
    color: white;
    line-height: 96px;
    text-align: center;
}
h3.features_tittle {
    font-size: 32px;
    color: white;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 25px;
    font-weight: bold;
}
.features img {
    width: 200px;
}

.row.feature_row {
    justify-content: center;
    padding: 35px 100px;
    align-items: center;
}
.content-separator {
    background-color: #fdb402;
    height: 1.75rem;
    width: 100%;
}
.logo {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.features {
    text-align: center;
}
section.logo_sec {
    background: #0077d1;
}
.row.headerrow {
    align-items: center;
}

.col.rounded-xl p {
    font-size: 23px;
}
.tittle h1 {
    text-align: center;
    color: #0077d1;
}

.tittle {
    padding: 20px 0px;
}
section.header {
    padding: 50px 0px;
}
/*header section end  */
/* second section start */
.img_div {
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: whitesmoke;
}

.img_div img {
    width: 47%;
    text-align: center;
}
h3.first_tittle {
    font-size: 17px;
    font-weight: 700;
    color: #212529;
}

.firstcontentbox {
    text-align: center;
    padding: 10px;
}
.img_content {
    padding-bottom: 25px;
    margin-top: 2px;
}
section.four_step {
    padding: 70px 0px;
}
/* second section end */

/* form start */
.form-selection-box {
    border: 1px solid #f2f2f2;
    border-radius: 0.5rem;
    cursor: pointer;
    display: block;
    height: 15rem;
    padding: 0;
    position: relative;
    width: 100%;
}

.form-selection-box input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
}

.form-selection-box .form-selection-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    inset: 0;
    margin: 0;
    padding: 1rem 0;
    position: absolute;
    text-align: center;
    transition: background-color 0.1s ease-out;
}

.form-selection-box .form-selection-check {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s ease-out;
    width: 45px;
    z-index: 100;
}

.form-selection-box .form-selection-icon {
    margin: 0 auto;
    width: 140px;
}

.form-selection-box .form-selection-icon.selected {
    display: none;
}

.form-selection-box input:checked + .form-selection-inner {
    background-color: #f2f2f2;
}

.form-selection-box input:checked + .form-selection-inner .form-selection-check {
    opacity: 1;
}

.form-selection-box input:checked + .form-selection-inner .form-selection-icon {
    display: none;
}

.form-selection-box input:checked + .form-selection-inner .form-selection-icon.selected {
    display: block;
}

.form-selection-text {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}

.form-control,
.form-select {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    border-radius: 9999px;
    box-shadow: none !important;
    color: #777;
    font-size: 1.25rem;
    font-weight: 500;
    outline: 0 !important;
    padding: 1rem 1.75rem;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #aaa;
}

.form-label {
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 1rem;
}

.form-subtext {
    align-items: center;
    color: #3d3d3d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1.75rem 0 0;
}

.form-subtext img {
    width: 30px;
}

.form-continue {
    margin: 1rem 0 0;
    width: 100%;
}

.form-continue a {
    display: block;
    text-align: center;
}

.form-continue a,
.form-continue button {
    background-color: #fdb402;
    border-width: 0;
    border-radius: 0.5rem;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.85rem;
    font-weight: 500;
    outline: 0 !important;
    padding: 0.5rem 0;
    width: 100%;
    text-transform: uppercase;
}

.form-continue a:disabled,
.form-continue button:disabled {
    background-color: #f2f2f2;
    color: #777;
}

.form-captcha {
    color: #777;
    font-size: 0.8rem;
    margin: 1rem 0 0;
    text-align: center;
}

.form-captcha a {
    text-decoration: underline;
}

.form-back {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: 500;
}

.form-browse {
    background-color: #fdb402;
    border-width: 0;
    border-radius: 0.5rem;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.85rem;
    font-weight: 500;
    outline: 0 !important;
    padding: 1rem 2rem;
    width: 100%;
    text-decoration: none;
}

.error {
    border: 0;
    background-color: #ca000a !important;
    color: #fff;
}

.checked {
    background-color: #00639b11 !important;
}

.inline-error {
    padding: 5px 0 0 0;
    color: red;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}
.text-md {
    font-size: 16px;
}
.text-gray {
    color: #69625a;
}
.text-xl {
    font-size: 60px;
}
.loading {
    opacity: 0.5;
    pointer-events: none;
}

.inp {
    padding: 15px 25px;
    border-radius: 8px;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    border: 0px solid #4f4f4f;
    color: #69625a;
}
.inp:focus {
    outline: 1px solid #69625a33;
    box-shadow: none;
    color: #000;
}

.vibrate {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes idle {
    100% {
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
input::-webkit-input-placeholder {
    color: #69625a;
}
/* input:focus::-webkit-input-placeholder {
    color: #000;
} */

.rounded-xl {
    border-radius: 1rem !important;
}

.next-btn {
    background: #c97a03;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    background-color: #fdb402;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.rounded-circle {
    border: none !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.cursor-pointer {
    cursor: pointer;
}
a.link-white {
    color: #fff;
}
.homeowner-radio {
    border: 1px solid #00639b11;
}
.font-medium {
    font-weight: 600;
}
.bg-green {
    background-color: #7ac943;
}

.form-container {
    background-color: #fffdfd;
    max-width: 600px;
    box-shadow: 0px 0px 4px 0px #00000047;
}
/* form end */
/* footer start */
.btn-box {
    text-align: right;
}
footer.footer {
    background: #fdb402;
    padding: 7px 0px;
}

.text-box p {
    color: white;
    padding: 0;
    margin: 0;
}
.btn-box a {
    text-decoration: none;
    color: white;
}
/*footer end  */
.next-btn.w-100.fs-2.p-2.font-medium.text-center.cursor-pointer {
    font-size: 25px !important;
}
section.four_sponser {
    background: #0077d1;
}
section.third_section {
    background: #0077d1;
}
.firstcontentbox {
    background: #fffdfd;
    border-radius: 5px;
    border: 1px solid #fdb402;
}

.firstcontentbox p {
    font-size: 15px;
}
.text-box p {
    font-size: 13px;
}

.btn-box {
    font-size: 15px !important;
}
