@font-face {
    font-family: Quicksand;
    src: url('../fonts/Quicksand-Regular.ttf');
}


:root {
    --callPrimary: #ffff;
    --yellow: #f1a13f;
    --nav: #161c25db;
    --blue: #2f836f;
    --indigo: #2f836f;
    --purple: #2f836f;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --green: #177104;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #2f836f;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    height: 100%;
    font-family: 'Quicksand', sans-serif;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
}

table.dataTable {
    border-collapse: collapse !important;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    width: 100%;
    border: none;
}

.error {
    display: inherit;
    text-align: left;
    margin-left: 75px;
    margin-top: -15px;
}

.border-success {
    border: 1px solid var(--green) !important;
}

.border-danger {
    border: 1px solid var(--danger) !important;
}

.labels-success {
    color: var(--green) !important;
}

.labels-danger {
    color: var(--danger) !important;
}

#fname_popup,
#lname_popup,
#phone_number_popup,
#email_popup,
#street_name_popup {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.modal-footer {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    background-color: rgb(24, 24, 24);
    border-radius: 0;
    border-bottom: 1px solid rgb(24, 24, 24);
}

.formdiv {
    border: 1px solid #d8d8d8;
    padding: 20px 47px 25px;
    min-height: 550px;
    height: auto;
    margin-top: 2%;
    background-color: var(--white);
    border-radius: 38px;
}

.zipcodeTitle {
    margin-bottom: 16%;
    font-size: 38px;
    text-align: center;
    margin-top: 3%;
    text-transform: capitalize;
    font-weight: bold;
}

.zipcodeParagraph {
    font-size: 16px;
    color: #000;
}

.numOfWindows {
    margin-bottom: 11%;
    font-weight: bold;
    margin-top: 3%;
}

.proNatureh,
.ttp,
.ownp {
    margin-bottom: 20%;
    margin-top: 3%;
    font-weight: bold;
}

.flname {
    margin-bottom: 15%;
    margin-top: 3%;
    font-weight: bold;
}

.footer {
    border-top: 1px solid white;
    /* background-color: #2f836f; */
    height: auto;
}

.footerPara {
    color: var(--white);
    padding-top: 6px;
    font-size: 13px;
    margin-top: 3%;
}

.footer a {
    margin-right: 5px;
    color: var(--white);
    font-size: 13px;
}

.cif {
    margin-bottom: 3%;
    margin-top: 3%;
    font-weight: bold;
    padding-bottom: 6%;
}

.stad {
    margin-bottom: 8%;
    margin-top: 3%;
    font-weight: bold;
}

.linksdiv {
    padding-top: 6px;
    text-align: center;
    margin-top: 1.5%;
}

.fname,
.lname,
.phone_number,
.email,
.street_name,
.phone_verify {
    border: 1px solid #e0e0e0;
    width: 80%;
    margin-bottom: 20px;
}

.verifyTextAv {
    margin-top: 14%;
}

.formcontent1,
.formcontent2,
.formcontent3,
.formcontent4,
.formcontent5,
.formcontent6,
.formcontent7,
.formcontent8 {
    min-height: 550px;
    height: auto;
    margin-top: 2%;
    background-color: var(--white);
    border-radius: 38px;
}

.formcontent7 .tcpa {
    margin-bottom: 0;
    font-size: 10px;
    text-align: justify;
    padding-inline: 10%;
    font-weight: bold;
}

.trusted-form {
    width: 20%;
    margin-top: 1%;
    float: right;
}

.link-inactive {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.title {
    font-size: 28px;
    position: relative;
    top: 6px;
    font-weight: 700;
    color: #0a5ea5;
}

.input-icon {
    background: var(--yellow);
    width: 6.5%;
}

.icon-img {
    width: 35px;
    height: auto;
}

@media (max-width: 600px) {
    .custom_zip_phone {
        width: 95vw;
        margin-bottom: 1rem;
        text-align: center;

    }
}

@media (max-width: 767px) {
    .icon-img {
        width: 30px;
    }

    .image-section {
        margin-top: -75px !important;
    }
}

.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}

.zipCodeSection {
    background-size: cover;
    background-position: center;
}

.input-icon,
.input-with-icon {
    padding: 10px;
}

.fa-map-marker {
    font-size: 23px;
    position: relative;
    left: 5px;
    color: var(--white);
}

#zipcode {
    border-radius: 0;
    height: 48px;
}

.btn-light:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #ededed;
}

.entry-content .cf ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
    color: black;
}

.topimg {
    background-size: cover;
    background-position: center center;
    /* background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 48%)), url(../images/topimg.webp); */
    color: var(--white);
    background-repeat: no-repeat;
}

.entry-content.cf ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    color: black;
}

.Privacy-Policy h1 {
    font-weight: bold;
    font-size: 25px;
}

.Privacy-Policy h2 {
    font-weight: bold;
    font-size: 25px;
}

.opPage h1,
.hero h1 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 3%;
}

.hero {
    padding: 3%;
}

.Privacy-Policy p {
    font-size: 17px;
}

.fieldsti {
    padding: 180px 0 220px;
    background-color: #0000003d;
}

.fbt {
    width: 35%;
    margin: 0 auto;
}

.fields1 {
    padding: 3%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.fields1 h2 {
    font-weight: bold;
}

.fields1 p {
    margin-bottom: 25px;
    font-size: 16px;
}

.ca {
    background-color: rgba(87, 124, 177, 0.1);
    padding: 20px;
}

.ca img {
    width: 60px;
    margin-bottom: 10px;
}

.imgd {
    margin-bottom: 10px;
}

.hdr {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
}

.textd {
    font-size: 18px;
    font-weight: 100;
}

.msec {
    background-color: rgba(87, 124, 177, 0.1);
    padding: 5% 1%;
    font-size: 16px;
}

.msec h2 {
    font-weight: bold;
}

.msec img {
    display: flex;
    justify-content: center;
    margin: 9% auto 6%;
}

.middivs {
    padding: 50px 14px;
    font-size: 16px;
}

.middivs h2 {
    margin-bottom: 30px;
    font-weight: bold;
}

.middivs h6 {
    font-weight: bold;
    font-size: 15px;
}

.middivs img {
    width: 70px;
    margin-bottom: 15px;
}

.middivs a {
    margin-top: 22px;
}

.umiddivs {
    background-color: rgba(87, 124, 177, 0.1);
    padding: 50px 14px;
    font-size: 16px;
}

.umiddivs h2 {
    font-weight: bold;
    margin-bottom: 4%;
}

.umiddivs h3 {
    font-weight: bold;
}

.umiddivs .bdt {
    padding: 30px;
}

.umiddivs img {
    width: 90px !important;
    margin-bottom: 10px;
}

.btsec {
    /* background-image: url("../images/413.webp"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fileds22 {
    background-color: #00000069;
    padding: 120px 0;
    font-size: 17px;
}

.btsec h5 {
    font-weight: bold;
    color: var(--white);
    font-size: 25px;
}

.btsec p {
    color: var(--white);
}

.btsec2 {
    padding: 4% 1%;
    font-size: 15px;
    font-weight: 500;
}

.btsec2 h2 {
    font-weight: bold;
}

.lastsec {
    /* background-image: url(../images/3.webp); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fields33 {
    background-color: #00000069;
    padding: 180px 0;
}

.lastsec h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: var(--white);
}

.entry-content.cf ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.LogoImage {
    width: 59%;
    margin-top: 0;
}

.thankyouHeadimg {
    /* background-image:  url("../images/FiredEarth.jpg"); */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1900' height='1500' preserveAspectRatio='none' viewBox='0 0 1900 1500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2018%26quot%3b)' fill='none'%3e%3crect width='936' height='936' clip-path='url(%26quot%3b%23SvgjsClipPath2019%26quot%3b)' x='1151.37' y='-46.53' fill='url(%26quot%3b%23SvgjsPattern2020%26quot%3b)' transform='rotate(222.47%2c 1619.37%2c 421.47)'%3e%3c/rect%3e%3crect width='871.68' height='871.68' clip-path='url(%26quot%3b%23SvgjsClipPath2021%26quot%3b)' x='974.05' y='1054.54' fill='url(%26quot%3b%23SvgjsPattern2022%26quot%3b)' transform='rotate(242.56%2c 1409.89%2c 1490.38)'%3e%3c/rect%3e%3cpath d='M1229.1 105.94L1219.12 97.91 1224.76 86.41 1214.79 78.39 1220.43 66.89 1210.45 58.86 1216.09 47.37M1236.91 104.2L1226.93 96.18 1232.57 84.68 1222.59 76.65 1228.23 65.15 1218.26 57.13 1223.9 45.63' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.21' stroke-dasharray='3%2c 3'%3e%3c/path%3e%3crect width='672' height='672' clip-path='url(%26quot%3b%23SvgjsClipPath2023%26quot%3b)' x='382.73' y='424.34' fill='url(%26quot%3b%23SvgjsPattern2024%26quot%3b)' transform='rotate(186.89%2c 718.73%2c 760.34)'%3e%3c/rect%3e%3cpath d='M1273.01 1259.71L1284.4 1265.58 1281.17 1277.97 1292.56 1283.84 1289.33 1296.23 1300.72 1302.1 1297.49 1314.49M1265.71 1262.98L1277.09 1268.84 1273.87 1281.24 1285.25 1287.1 1282.03 1299.5 1293.41 1305.36 1290.19 1317.76M1258.4 1266.24L1269.79 1272.11 1266.56 1284.5 1277.95 1290.37 1274.72 1302.76 1286.11 1308.63 1282.88 1321.02' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.34' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3cpath d='M176.36 1253.1399999999999 L425.58000000000004 1160.17L118.28709571540313 1023.972095715403z' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='1.97' stroke-dasharray='4%2c 4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2018'%3e%3crect width='1900' height='1500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2020'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='1.19'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2019'%3e%3ccircle r='234' cx='1619.37' cy='421.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.62' height='13.62' patternUnits='userSpaceOnUse' id='SvgjsPattern2022'%3e%3cpath d='M6.81 1L6.81 12.62M1 6.81L12.62 6.81' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='5.12'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2021'%3e%3ccircle r='217.92' cx='1409.89' cy='1490.38'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2024'%3e%3cpath d='M0 6L3 0L6 6' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2023'%3e%3ccircle r='168' cx='718.73' cy='760.34'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1900' height='1500' preserveAspectRatio='none' viewBox='0 0 1900 1500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2018%26quot%3b)' fill='none'%3e%3crect width='936' height='936' clip-path='url(%26quot%3b%23SvgjsClipPath2019%26quot%3b)' x='1151.37' y='-46.53' fill='url(%26quot%3b%23SvgjsPattern2020%26quot%3b)' transform='rotate(222.47%2c 1619.37%2c 421.47)'%3e%3c/rect%3e%3crect width='871.68' height='871.68' clip-path='url(%26quot%3b%23SvgjsClipPath2021%26quot%3b)' x='974.05' y='1054.54' fill='url(%26quot%3b%23SvgjsPattern2022%26quot%3b)' transform='rotate(242.56%2c 1409.89%2c 1490.38)'%3e%3c/rect%3e%3cpath d='M1229.1 105.94L1219.12 97.91 1224.76 86.41 1214.79 78.39 1220.43 66.89 1210.45 58.86 1216.09 47.37M1236.91 104.2L1226.93 96.18 1232.57 84.68 1222.59 76.65 1228.23 65.15 1218.26 57.13 1223.9 45.63' stroke='%23198754' stroke-width='2.21' stroke-dasharray='3%2c 3'%3e%3c/path%3e%3crect width='672' height='672' clip-path='url(%26quot%3b%23SvgjsClipPath2023%26quot%3b)' x='382.73' y='424.34' fill='url(%26quot%3b%23SvgjsPattern2024%26quot%3b)' transform='rotate(186.89%2c 718.73%2c 760.34)'%3e%3c/rect%3e%3cpath d='M1273.01 1259.71L1284.4 1265.58 1281.17 1277.97 1292.56 1283.84 1289.33 1296.23 1300.72 1302.1 1297.49 1314.49M1265.71 1262.98L1277.09 1268.84 1273.87 1281.24 1285.25 1287.1 1282.03 1299.5 1293.41 1305.36 1290.19 1317.76M1258.4 1266.24L1269.79 1272.11 1266.56 1284.5 1277.95 1290.37 1274.72 1302.76 1286.11 1308.63 1282.88 1321.02' stroke='%23198754' stroke-width='2.34' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3cpath d='M176.36 1253.1399999999999 L425.58000000000004 1160.17L118.28709571540313 1023.972095715403z' stroke='%23198754' stroke-width='1.97' stroke-dasharray='4%2c 4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2018'%3e%3crect width='1900' height='1500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2020'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='%23198754' fill='none' stroke-width='1.19'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2019'%3e%3ccircle r='234' cx='1619.37' cy='421.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.62' height='13.62' patternUnits='userSpaceOnUse' id='SvgjsPattern2022'%3e%3cpath d='M6.81 1L6.81 12.62M1 6.81L12.62 6.81' stroke='%23198754' fill='none' stroke-width='5.12'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2021'%3e%3ccircle r='217.92' cx='1409.89' cy='1490.38'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2024'%3e%3cpath d='M0 6L3 0L6 6' stroke='%23198754' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2023'%3e%3ccircle r='168' cx='718.73' cy='760.34'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    background-size: cover;
    min-height: 87vh;
    height: auto;
    background-repeat: no-repeat;
}

.fieldsthnk {
    background-color: rgba(9, 9, 9, 0.5);
    padding-bottom: 2%;
    min-height: 90vh;
    height: auto;
}

.serv1,
.serv2 {
    background-color: #0000007a;
    margin-top: 30px;
    padding: 28px;
    color: var(--white);
    min-height: 80%;
    height: auto;
}

.thank-title {
    margin-top: 6%;
    color: var(--white);
}

.thank-title h2 {
    color: var(--white);
    font-weight: bold;
    font-size: 50px;
}

.thank-title p {
    font-size: 35px;
}

.firstrow {
    margin-left: 1%;
}

.our-services {
    font-size: 27px;
    color: var(--white);
}

.terms-p {
    font-size: 18px;
}

.page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(4 3 2 / 53%)), url(../images/empty-room-with-glass-window-min-min.webp); */
    min-height: 89vh;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
}

.street_name_label {
    margin-top: 5%;
}

.secondServicePage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1900' height='1500' preserveAspectRatio='none' viewBox='0 0 1900 1500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2018%26quot%3b)' fill='none'%3e%3crect width='936' height='936' clip-path='url(%26quot%3b%23SvgjsClipPath2019%26quot%3b)' x='1151.37' y='-46.53' fill='url(%26quot%3b%23SvgjsPattern2020%26quot%3b)' transform='rotate(222.47%2c 1619.37%2c 421.47)'%3e%3c/rect%3e%3crect width='871.68' height='871.68' clip-path='url(%26quot%3b%23SvgjsClipPath2021%26quot%3b)' x='974.05' y='1054.54' fill='url(%26quot%3b%23SvgjsPattern2022%26quot%3b)' transform='rotate(242.56%2c 1409.89%2c 1490.38)'%3e%3c/rect%3e%3cpath d='M1229.1 105.94L1219.12 97.91 1224.76 86.41 1214.79 78.39 1220.43 66.89 1210.45 58.86 1216.09 47.37M1236.91 104.2L1226.93 96.18 1232.57 84.68 1222.59 76.65 1228.23 65.15 1218.26 57.13 1223.9 45.63' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.21' stroke-dasharray='3%2c 3'%3e%3c/path%3e%3crect width='672' height='672' clip-path='url(%26quot%3b%23SvgjsClipPath2023%26quot%3b)' x='382.73' y='424.34' fill='url(%26quot%3b%23SvgjsPattern2024%26quot%3b)' transform='rotate(186.89%2c 718.73%2c 760.34)'%3e%3c/rect%3e%3cpath d='M1273.01 1259.71L1284.4 1265.58 1281.17 1277.97 1292.56 1283.84 1289.33 1296.23 1300.72 1302.1 1297.49 1314.49M1265.71 1262.98L1277.09 1268.84 1273.87 1281.24 1285.25 1287.1 1282.03 1299.5 1293.41 1305.36 1290.19 1317.76M1258.4 1266.24L1269.79 1272.11 1266.56 1284.5 1277.95 1290.37 1274.72 1302.76 1286.11 1308.63 1282.88 1321.02' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.34' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3cpath d='M176.36 1253.1399999999999 L425.58000000000004 1160.17L118.28709571540313 1023.972095715403z' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='1.97' stroke-dasharray='4%2c 4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2018'%3e%3crect width='1900' height='1500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2020'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='1.19'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2019'%3e%3ccircle r='234' cx='1619.37' cy='421.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.62' height='13.62' patternUnits='userSpaceOnUse' id='SvgjsPattern2022'%3e%3cpath d='M6.81 1L6.81 12.62M1 6.81L12.62 6.81' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='5.12'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2021'%3e%3ccircle r='217.92' cx='1409.89' cy='1490.38'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2024'%3e%3cpath d='M0 6L3 0L6 6' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2023'%3e%3ccircle r='168' cx='718.73' cy='760.34'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    min-height: 70%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}

.secondServicePage {
    color: #2f836f;
}

/* second service card */
.secondservicesCont {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.radio button {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 0;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #c9c9c92e;
    border-radius: 4px;
    width: 80%;
    margin-bottom: 10px;
    height: 44px;
    color: #000;
    font-weight: 500;
}

.radio button:hover {
    color: var(--white);
    background-color: var(--yellow);
}

#backpop {
    display: block;
    margin-top: 5%;
}

.mdlbgc {
    background-color: #f8f8f8;
}

.mdltitle {
    color: #f1a13f;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
}

.flnamepop,
.cifpop,
.stadpop,
.zcodepop,
.fnamehpop,
.lnamehpop,
.emailhpop {
    font-size: 15px;
    font-weight: bold;
}

.simc {
    width: 80%;
    margin: 0 auto;
}

.firstsec label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 1%;
}

.secondsec label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 1%;
}

.error {
    color: red;
}

#state_city_labeal {
    width: 80%;
    margin: 0 auto;
    color: #000;
}

.buttonload {
    width: 80%;
    margin-left: 10%;
    background-color: var(--yellow);
    border-color: var(--yellow);
    outline: none;
}

#divPopUp {
    height: 15px;
    position: fixed;
    background-color: #ff000000;
    width: 100%;
    top: 0;
    z-index: 999;
}

button .buttonloadpop {
    display: none;
}

.error-fname,
.error-zipcode,
.error-lname,
.error-phone_number,
.error-email,
.error-street_name,
.error-zipcode_popup,
.error-fname_popup,
.error-lname_popup,
.error-phone_number_popup,
.error-email_popup,
.error-street_name_popup {
    display: none;
    color: var(--danger);
    font-size: 12px;
    font-weight: 600;
}

.zipcode-error {
    border: 1px solid var(--danger);
}

.zipcode-error:focus {
    border: 1px solid var(--danger);
}

.lname-error {
    border: 2px solid var(--danger) !important;
}

.fnameinput-error:focus {
    border: 2px solid red;
}

.lnameinput-error {
    border: 2px solid var(--danger);
    margin-bottom: 0;
}

.lnameinput-error:focus {
    border: 2px solid var(--danger);
}

.inputs-error {
    border: 2px solid var(--danger);
    margin-bottom: 3px;
}

.inputs-error:focus {
    border: 2px solid var(--danger);
}

.inputicon-error {
    background-color: var(--danger);
    border: 1px solid var(--danger);
}

.fa-error {
    color: var(--white);
}

.validationspan {
    margin-left: 10%;
}

.marginclassforinput {
    margin-bottom: 3px;
}

.back {
    border-color: #b9b4b4;
    color: #000;
    width: 20%;
    font-size: 14px;
    box-shadow: none !important;
    background-color: unset !important;
}

.back:hover {
    background-color: unset !important;
}

.roofingAdFirstQues,
.flooringAdFirstQues,
.sidingAdFirstQues,
.securityAdFirstQues,
.kitchenAdFirstQues,
.bathroomAdFirstQues,
.bolierAdFirstQues,
.furnaceAdFirstQues,
.solarAdFirstQues,
.walkintubsAdFirstQues,
.stairliftsAdFirstQues,
.cabinetsAdFirstQues,
.plumbingAdFirstQues,
.bathtubsAdFirstQues,
.sunroomsAdFirstQues,
.handymanAdFirstQues,
.countertopsAdFirstQues,
.doorsAdFirstQues,
.windowsAdFirstQues,
.centralACAdFirstQues,
.cabinetsAdFirstQues,
.projectnatureGutterSecSer,
.guttersAdFirstQues,
.autoInsuranceAdFirstQues {
    display: none;
}

.secondservicesCont {
    background-color: var(--white);
    padding: 1% 2%;
    border-radius: 12px;
    width: 60%;
    margin-left: 19%;
    min-height: 70%;
    height: auto;
}

.custom-checkbox {
    background-color: #FFFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 3px 10px;
    margin-left: 0 !important;
    margin-bottom: 2%;
    line-height: inherit;
    background-image: none;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 9px 5px 6px #c8c8c8;
}

.custom-checkbox input {
    position: absolute;
    right: 10px;
    top: 14px;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 11px;
    right: 10px;
    height: 22px;
    width: 24px;
    left: auto;
    margin: 0;
    color: var(--white);
    border: solid 1px #ccc;
    border-radius: 2px;
    text-align: center;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}

.tcpacont {
    padding: 4%;
}

.secondserviceTCPA {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding-inline: 1%;
}

.secondserviceTCPA a {
    color: #4ea5ff;
}

.information {
    margin: 5% 0 2%;
}

.information label {
    text-align: left !important;
    font-weight: 600;
}

.information input {
    width: 100%;
}

.noThankYouButton {
    border: 1px solid #80808047;
    width: 90%;
    margin: 4% 3%;
    background-color: unset !important;
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.noThankYouButton:hover {
    background-color: unset !important;
}

.submitSecSer {
    width: 90%;
    margin: 4% 3%;
}

.roofingAdFirstQues,
.flooringAdFirstQues,
.sidingAdFirstQues,
.securityAdFirstQues,
.kitchenAdFirstQues,
.bathroomAdFirstQues,
.bolierAdFirstQues,
.furnaceAdFirstQues,
.solarAdFirstQues,
.walkintubsAdFirstQues,
.stairliftsAdFirstQues,
.cabinetsAdFirstQues,
.plumbingAdFirstQues,
.bathtubsAdFirstQues,
.sunroomsAdFirstQues,
.handymanAdFirstQues,
.countertopsAdFirstQues,
.doorsAdFirstQues,
.windowsAdFirstQues,
.centralACAdFirstQues,
.projectnatureGutterSecSer,
.guttersAdFirstQues,
.autoInsuranceAdFirstQues {
    background-color: #ddeeff;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 8px;
}

.autoInsuranceadd .custom-checkbox {
    padding: 1.5%;
}

.srvsimg {
    width: 6%
}

.newSecHeader h2 {
    font-size: 20px;
    font-weight: bold;
}

.servicesQuestionsContainer p {
    font-weight: bold;
}

.secondservicesCont::-webkit-scrollbar {
    width: 6px;
}

.secondservicesCont::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.secondservicesCont::-webkit-scrollbar-thumb {
    background: #888;
}

.secondservicesCont::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.CaliPrivacyCCPA li {
    font-weight: 700;
    font-size: 19px;
}

.updatedP {
    font-weight: 700;
    font-size: 19px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.join-ush3 {
    font-weight: bold;
}

.Privacy-Policy,
.pp {
    min-height: 90vh;
}

.progress-barrcont {
    float: left;
    margin-top: 6%;
    width: 100%;
    height: 1vh;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    text-align: center;
    background-color: var(--white);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-barr {
    float: left;
    display: inline-block;
    width: 1%;
    height: 100%;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    text-align: center;
    background-color: var(--yellow);
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0s ease;
    -o-transition: width 0s ease;
    transition: width 0s ease;
}

.leftProgress {
    color: var(--white);
    float: left;
}

.rightProgress {
    color: var(--white);
    float: right;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #3B71CA;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 113, 202, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(59, 113, 202, 0.25);
}

.thankYouButtons {
    margin-bottom: 4%;
}

#next5,
#next6,
#submitform,
.buttonload,
.buttonloadname,
.buttonloadcontact,
.buttonloadsubmit,
#nextVerify,
.buttonloadverify {
    width: 80%;
    margin: 0 10%;
}

.didntGetCode {
    font-weight: bold;
    margin-top: 2%;
}

.didntGetCode a {
    cursor: pointer;
    text-decoration: none;
    color: #289fa5;
}

.pEvNone {
    pointer-events: none;
    color: #878787 !important;
}

.resendICon {
    width: 4.5%;
}

.buttonloadzcode {
    width: 100%;
}

input[type=text]:focus,
input[type=tel]:focus input[type=email]:focus {
    border-color: #F3A950;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(241 161 63 / 65%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(241 161 63 / 65%);
}

button,
input {
    outline: none !important;
}

button {
    box-shadow: -1px 3px 1px 0px #bfab3d00, -1px 2px 5px 0px #0000002e, 0 8px 10px -5px rgb(191 186 179 / 10%);
}

.Privacy-Policy,
.opPage {
    padding: 3%;
}

.colorBold {
    font-weight: bold;
}

.greenBg {
    background-color: #00ad0078;
    text-align: center;
}

.pellaArticle,
.pellaVsAnd,
.perksar,
.vynl,
.reviews,
.deals,
.replacement,
.infoWindow {
    padding: 2%;
    text-align: justify;
}

.pellaArticle h2,
.pellaVsAnd h2,
.perksar h2,
.vynl h2,
.reviews h2,
.deals h2,
.replacement h2,
.infoWindow h2 {
    font-weight: bold;
}

.pellaArticle p,
.pellaVsAnd p,
.perksar p,
.vynl p,
.reviews p,
.deals p,
.replacement p,
.infoWindow p {
    font-size: 17px;
}

.pellaArticle li,
.pellaVsAnd li,
.perksar li,
.vynl li,
.reviews li,
.deals li,
.replacement li,
.infoWindow li {
    font-size: 16px;
}

.pellaArticle h2,
.pellaVsAnd h2,
.perksar h2,
.vynl h2,
.infoWindow h2,
.reviews h2,
.deals h2,
.replacement h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 5%;
}

.articleHeads,
.articleHeads2 {
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 30px !important;
    ;
    text-align: center;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 1%;
    font-size: 14px;
    text-align: left;
}

table {
    margin: 2% 0;
}

.infoTable {
    width: 100%;
    text-align: center;
}

#popsubmit {
    margin-bottom: 2%;
    margin-top: 4%;
    width: 100%;
    font-size: 15px;
}

.thankYouButtons {
    margin-bottom: 2%;
    margin-right: 2%;
}

.linksdiv {
    margin-bottom: 3%;
}

.buttonloadpop {
    margin-bottom: 4%;
    margin-top: 3%;
}

#contact .select2,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    width: 100% !important;
    text-align: left;
}

.select2-selection {
    height: 35px !important;
    padding: 3px 5px;
}

.secondServicePage .select2 {
    text-align: left;
    display: block;
}

.disclaimerContain {
    background-color: #383838;
    border-bottom: 2px solid #4c4b4b;
    padding: 0.5%;
}

.disclaimerContain h2 {
    font-weight: bold;
    color: #fff;
    margin: 1%;
    font-size: 23px;
}

.disclaimerText {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.riskImgBody {
    display: flex;
    justify-content: center;
    margin: 9% auto 0;
}

.tcpa {
    margin-bottom: 0;
    font-size: 10px;
    text-align: justify;
    padding-inline: 8%;
}

.secondsec .tcpa {
    margin-bottom: 0;
    font-size: 12px !important;
    text-align: justify;
    padding-inline: 5%;
}

.secondsec .form-group {
    margin-bottom: 2%;
}

.footerPopupf {
    justify-content: flex-start;
}

.LogoImagePRowin,
.LogoImageTodayd,
.LogoImageWindEs,
.LogoImageWin4u,
.LogoImageWinPros,
.LogoImageFlorid,
.LogoImageReplcm {
    margin-top: 0;
}

.LogoImageWin4u {
    margin-top: 2%;
}

.LogoImageWindEs {
    margin-top: 1%;
}

.LogoImageFlorid {
    margin-top: 1%;
}

.LogoImageReplcm {
    margin-top: 1%;
}

.LogoImageTodayd {
    margin-top: 1.5%;
}

.LogoImagePRowin {
    margin-top: 1.5%;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fdfdfd;
    border-color: #d3d9df;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
}

.msec .fbt {
    color: #007bff !important;
}

.msec .fbt:hover {
    cursor: pointer;
}

.hero label {
    font-weight: bold;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.meet {
    display: none !important;
}

.Privacy-Policy p {
    font-size: 17px;
}

.Privacy-Policy h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 3%;
}

.opPage h1,
.hero h1 {
    font-weight: bold;
    margin-bottom: 3%;
}

.opPage h1 {
    font-size: 30px;
}

.hero h1 {
    font-size: 25px;
}

.Privacy-Policy .bigger {
    font-size: 19px;
    margin-bottom: -1%;
    font-weight: 700;
}

.Privacy-Policy .bigger2 {
    font-size: 18px;
    margin-bottom: -1%;
    font-weight: 700;
}

.terms-ul li {
    font-size: 17px;
    margin-bottom: 2%;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

#appointmentModal {
    background-color: #0000008f;
}

#appointmentModal .modal-dialog {
    max-width: 50%;
}

#appointmentModal .simc {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 50%);
    margin-left: 0;
}

#fnameAppointment,
#lnameAppointment,
#phoneAppointment,
#emailAppointment {
    background-color: #ebebeb !important;
    opacity: 1;
}

.bookAppointment,
.apptBooked {
    margin-top: 4%;
}

.mdlbgcAppt {
    background-color: #008eff0d;
}

.xdsoft_datetimepicker {
    width: 47.75% !important;
}

.xdsoft_datepicker {
    width: 70% !important;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 48% !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin-left: 43% !important;
}

.xdsoft_timepicker {
    width: 26% !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #007eff !important;
    box-shadow: none !important;
}

.fieldsthnknew {
    background-color: rgb(255 255 255);
    border-radius: 24px;
    padding: 5%;
    height: auto;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;

}

.thankyouHeadimgnew {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1900' height='1500' preserveAspectRatio='none' viewBox='0 0 1900 1500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2018%26quot%3b)' fill='none'%3e%3crect width='936' height='936' clip-path='url(%26quot%3b%23SvgjsClipPath2019%26quot%3b)' x='1151.37' y='-46.53' fill='url(%26quot%3b%23SvgjsPattern2020%26quot%3b)' transform='rotate(222.47%2c 1619.37%2c 421.47)'%3e%3c/rect%3e%3crect width='871.68' height='871.68' clip-path='url(%26quot%3b%23SvgjsClipPath2021%26quot%3b)' x='974.05' y='1054.54' fill='url(%26quot%3b%23SvgjsPattern2022%26quot%3b)' transform='rotate(242.56%2c 1409.89%2c 1490.38)'%3e%3c/rect%3e%3cpath d='M1229.1 105.94L1219.12 97.91 1224.76 86.41 1214.79 78.39 1220.43 66.89 1210.45 58.86 1216.09 47.37M1236.91 104.2L1226.93 96.18 1232.57 84.68 1222.59 76.65 1228.23 65.15 1218.26 57.13 1223.9 45.63' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.21' stroke-dasharray='3%2c 3'%3e%3c/path%3e%3crect width='672' height='672' clip-path='url(%26quot%3b%23SvgjsClipPath2023%26quot%3b)' x='382.73' y='424.34' fill='url(%26quot%3b%23SvgjsPattern2024%26quot%3b)' transform='rotate(186.89%2c 718.73%2c 760.34)'%3e%3c/rect%3e%3cpath d='M1273.01 1259.71L1284.4 1265.58 1281.17 1277.97 1292.56 1283.84 1289.33 1296.23 1300.72 1302.1 1297.49 1314.49M1265.71 1262.98L1277.09 1268.84 1273.87 1281.24 1285.25 1287.1 1282.03 1299.5 1293.41 1305.36 1290.19 1317.76M1258.4 1266.24L1269.79 1272.11 1266.56 1284.5 1277.95 1290.37 1274.72 1302.76 1286.11 1308.63 1282.88 1321.02' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.34' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3cpath d='M176.36 1253.1399999999999 L425.58000000000004 1160.17L118.28709571540313 1023.972095715403z' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='1.97' stroke-dasharray='4%2c 4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2018'%3e%3crect width='1900' height='1500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2020'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='1.19'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2019'%3e%3ccircle r='234' cx='1619.37' cy='421.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.62' height='13.62' patternUnits='userSpaceOnUse' id='SvgjsPattern2022'%3e%3cpath d='M6.81 1L6.81 12.62M1 6.81L12.62 6.81' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='5.12'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2021'%3e%3ccircle r='217.92' cx='1409.89' cy='1490.38'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2024'%3e%3cpath d='M0 6L3 0L6 6' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2023'%3e%3ccircle r='168' cx='718.73' cy='760.34'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1900' height='1500' preserveAspectRatio='none' viewBox='0 0 1900 1500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2018%26quot%3b)' fill='none'%3e%3crect width='936' height='936' clip-path='url(%26quot%3b%23SvgjsClipPath2019%26quot%3b)' x='1151.37' y='-46.53' fill='url(%26quot%3b%23SvgjsPattern2020%26quot%3b)' transform='rotate(222.47%2c 1619.37%2c 421.47)'%3e%3c/rect%3e%3crect width='871.68' height='871.68' clip-path='url(%26quot%3b%23SvgjsClipPath2021%26quot%3b)' x='974.05' y='1054.54' fill='url(%26quot%3b%23SvgjsPattern2022%26quot%3b)' transform='rotate(242.56%2c 1409.89%2c 1490.38)'%3e%3c/rect%3e%3cpath d='M1229.1 105.94L1219.12 97.91 1224.76 86.41 1214.79 78.39 1220.43 66.89 1210.45 58.86 1216.09 47.37M1236.91 104.2L1226.93 96.18 1232.57 84.68 1222.59 76.65 1228.23 65.15 1218.26 57.13 1223.9 45.63' stroke='%23198754' stroke-width='2.21' stroke-dasharray='3%2c 3'%3e%3c/path%3e%3crect width='672' height='672' clip-path='url(%26quot%3b%23SvgjsClipPath2023%26quot%3b)' x='382.73' y='424.34' fill='url(%26quot%3b%23SvgjsPattern2024%26quot%3b)' transform='rotate(186.89%2c 718.73%2c 760.34)'%3e%3c/rect%3e%3cpath d='M1273.01 1259.71L1284.4 1265.58 1281.17 1277.97 1292.56 1283.84 1289.33 1296.23 1300.72 1302.1 1297.49 1314.49M1265.71 1262.98L1277.09 1268.84 1273.87 1281.24 1285.25 1287.1 1282.03 1299.5 1293.41 1305.36 1290.19 1317.76M1258.4 1266.24L1269.79 1272.11 1266.56 1284.5 1277.95 1290.37 1274.72 1302.76 1286.11 1308.63 1282.88 1321.02' stroke='%23198754' stroke-width='2.34' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3cpath d='M176.36 1253.1399999999999 L425.58000000000004 1160.17L118.28709571540313 1023.972095715403z' stroke='%23198754' stroke-width='1.97' stroke-dasharray='4%2c 4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2018'%3e%3crect width='1900' height='1500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2020'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='%23198754' fill='none' stroke-width='1.19'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2019'%3e%3ccircle r='234' cx='1619.37' cy='421.47'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.62' height='13.62' patternUnits='userSpaceOnUse' id='SvgjsPattern2022'%3e%3cpath d='M6.81 1L6.81 12.62M1 6.81L12.62 6.81' stroke='%23198754' fill='none' stroke-width='5.12'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2021'%3e%3ccircle r='217.92' cx='1409.89' cy='1490.38'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern2024'%3e%3cpath d='M0 6L3 0L6 6' stroke='%23198754' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath2023'%3e%3ccircle r='168' cx='718.73' cy='760.34'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    min-height: 87vh;
    padding: 2.5%;
    height: auto;
}

.serv1ee {
    background-color: #0000008f;
    margin-top: 30px;
    padding: 10px;
    border-radius: 19px;
    color: var(--white);
    height: auto;
}

.apptH {
    font-weight: 500;
    margin-top: 3%;
    font-size: 27px;
}

.ppApptButtst {
    width: 85%;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    margin-top: 3%;
    border-color: #4e4e4e85 !important;
    box-shadow: -1px 3px 1px 0 #bfab3d00, -1px 2px 5px 0 #0000002e, 0 8px 10px -5px rgb(191 186 179 / 10%);
}

.ppApptButtst:hover,
.ppApptButtst:focus,
.ppApptButtst:active,
.ppApptButtst:focus:active {
    background-color: #4E4E4E !important;
    color: #fff !important;
    border-color: #4E4E4E !important;
}

.g3cm_holder {
    padding: 3%;
    margin-top: 2%;
    width: 35%;
    box-shadow: -1px 3px 1px 0 #bfab3d00, -1px 2px 5px 0 #0000002e, 0 8px 10px -5px rgb(191 186 179 / 10%);
    border: 1px solid #9e9e9e;
    border-radius: 15px;
}

.newOldWebs {
    border: 1px solid #9e9e9e;
    border-radius: 15px;
    padding: 5%;
    margin-top: 5%;
    box-shadow: -1px 3px 1px 0 #bfab3d00, -1px 2px 5px 0 #0000002e, 0 8px 10px -5px rgb(191 186 179 / 10%);
    height: auto;
}

.cm-v1-btn,
.cm-v1-btn:hover {
    color: #000 !important;
}

.LogoImageinstallWinPros {
    width: 62%;
    margin-top: 1%;
}

.grecaptcha-badge {
    z-index: 99999 !important;
    display: block !important;
}

.text-danger {
    font-weight: 700;
}

.callpage {
    background-color: #f2f3f5;
}

.top {
    background-color: inherit;
    margin-bottom: 10%;
}

.callbtn,
.submitCallBtn {
    transition: all .2s linear;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: var(--callPrimary);
    background-color: var(--callPrimary);
    border-radius: 50px;
    padding: 3% 2% 6%;
    font-size: 16px;
    line-height: 1em;
    margin-top: 2%;
    width: 45%;
    font-weight: 700;
    color: black;
}

.submitCallBtn {
    padding: 4% 2% 9%;
    width: 49%;
    margin-bottom: 14px;
    background-color: white;
    color: black;
    border: 1px solid #00000059;
    box-shadow: none;
    border-radius: 14px;
}

.callbtn {
    font-weight: 700;
    font-size: 17px;
}

.firstSection {
    /* background-image: url(../images/topimg2.webp); */
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #ffffff;
    height: auto;
    min-height: 50rem;
    position: relative;
}

.overlay {
    background-color: rgb(31, 39, 58);
    ;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.firstSection h1 {
    font-size: 50px;
    font-weight: 700;
}

.firstSection .p1 {
    padding-top: 4%;
    width: 91%;
}

.firstSection .p2 {
    padding-top: 2%;
}

.firstSection h5 {
    font-size: 29px;
    padding-top: 6%;
    font-weight: 700;
}

.devider {
    display: flex;
}

.topspan {
    border-top: 4px solid #f2f3f5;
    width: 19%;
}

#callform {
    background-color: #ffffff;
    padding: 30px 35px 10px 35px;
    height: auto;
}

#callform h5 {
    color: #212930;
    font-size: 18px;
    margin-bottom: 0;
}

#callform p {
    color: #212930;
}

#callform input,
#callform textarea {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    margin-bottom: 6%;
}

#callform textarea {
    height: 120px;
}

.telephone {
    border-radius: 50px;
    padding: 0 40px;
    background-color: var(--callPrimary);
    border-color: var(--callPrimary);
    min-height: 9%;
    height: auto;
    font-size: 36px;
    color: black;
}

.telephone:hover,
.telephone:focus,
.telephone:focus-visible,
.telephone:active,
.callbtn:hover,
.callbtn:focus,
.callbtn:focus-visible,
.callbtn:active,
.submitCallBtn:hover,
.submitCallBtn:focus,
.submitCallBtn:focus-visible,
.submitCallBtn:active {
    background-color: var(--callPrimary) !important;
    color: black !important;
    border-color: var(--callPrimary) !important;
}

.submitCallBtn:hover,
.submitCallBtn:focus,
.submitCallBtn:focus-visible,
.submitCallBtn:active {
    border-color: #00000059 !important;
}

.telephonea,
.formFooter a {
    color: #f2f3f5;
    text-decoration: none;
    font-size: 36px;
}

.telephone2 {
    padding: 9px 40px 69px;
    font-size: 37px;
}

.formFooter a {
    font-weight: 700;
    color: black;
}

.formFooter {
    background-color: #f9fafc;
    padding: 30px 35px 10px 35px;
    height: auto;
    color: black;
}

.formFooter .para1 {
    line-height: 1;
}

.formFooter .para2 {
    font-size: 20px;
    font-weight: 700;
}

.SecSection {
    padding: 80px 0 100px 0;
    font-weight: 700;
    background-color: #f2f3f5;
}

.SecSection h2 {
    font-size: 40px;
    margin-bottom: 4%;
    font-weight: 700;
}

.SecSection i {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 60px;
    text-align: center
}

.SecSection img {
    margin-top: 15%;
}

.SecSection span {
    font-size: 26px;
    padding-left: 2%;
    position: absolute;
    display: inline-block;
    margin: 1% auto;
    font-weight: 700;
}

.SecSection p {
    padding-left: 10%;
    line-height: 2;
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 500;
}

.thirdSec {
    padding: 70px 0 100px 0;
}

.ProcessSteps {
    font-size: 42px;
    margin: 10px 0;
    font-weight: 700;
    padding-bottom: 7%;
}

.thirdSec .box {
    box-shadow: 0 0 15px 0 rgb(64 78 92 / 15%);
    margin: 12px;
    border-radius: 15px;
    text-align: left;
    line-height: 1.8;
    height: 95%;
}

.thirdSec .box img {
    border-radius: 15px 15px 0 0;
    width: 100%;
}

.thirdSec .box .desc {
    padding: 30px;
}

.thirdSec .box h5,
.LAstSec h3,
.LAstSec p {
    font-weight: 700;
}

.LAstSec {
    padding: 5% 0;
}

.LAstSec h3 {
    font-size: 42px;
}

.LAstSec p {
    font-size: 20px;
}

.rightfooter {
    text-align: end;
}

.logoPro,
.logoWind,
.logoToday,
.logoProWin {
    margin-top: 3% !important;
}

.logo {
    width: 70%;
}

.HomeOwnerPage {
    color: #000000;
}

.titleTop {
    font-size: 14px;
    margin-top: 1%;
    line-height: 1.375rem;
}

.H1Prices {
    line-height: 3.5rem;
    text-decoration: underline;
}

.HomeOwnerPage .firstImage {
    margin: 4% 0 2% 0;
}

.H4Prices {
    margin-bottom: 3%;
}

.HomeOwnerPage .P2 {
    font-size: 22px;
    margin-bottom: 3%;
}

.HomeOwnerPage li {
    font-size: 22px;
}

.HomeOwnerPage ul {
    margin-bottom: 3%;
}

.HomeOwnerPage h2,
.H1Prices,
.H4Prices,
.HomeOwnerPage li {
    font-weight: 700;
}

.HomeOwnerPage h2 {
    margin-top: 7%;
    margin-bottom: 2%;
}

.HomeOwnerPage .step {
    font-size: 18px;
    margin-bottom: 2%;
}

.HomeOwnerPage .State {
    color: black;
    margin-bottom: 3%;
}

.getquotebtn {
    border: 2px solid #000000;
    color: #FFFFFF;
    font-size: 1.548rem;
    font-weight: 700;
    border-radius: 11px;
    max-height: 54px;
    width: 100%;
    background-color: #f27f4f !important;
}

.HomeOwnerPage .Div {
    margin: 5% 0 10%;
}

@media (min-width:1600px) {
    .page {
        padding: 2%;
    }

    .secondServicePage {
        padding: 4%;
    }
}

@media(max-width:1080px) {
    .custom-checkbox {
        padding: 9px 10px;
    }

    .titleTop {
        padding-right: 0;
    }
}

@media(max-width:1024px) {
    .HomeOwnerPage {
        padding-left: 0;
    }

    .H1Prices br {
        display: none;
    }

    .titleTop {
        padding-right: 0;
        text-align: right;
    }

    .firstSection h1 {
        font-size: 57px;
    }

    .firstSection .p1 {
        width: 100%;
        font-size: 18px;
    }

    .firstSection {
        text-align: center;
    }

    .telephonea,
    .formFooter a {
        font-size: 43px;
    }

    #callform {
        margin: 9% auto 0;
        text-align: left;
    }

    .formFooter {
        text-align: left;
        padding-bottom: 7%
    }

    .submitCallBtn {
        padding: 2% 2% 4%;
        width: 22%;
    }

    .telephone {
        min-height: 14%;
    }

    .SecSection {
        padding: 80px 0 60px
    }

    .thirdSec img {
        width: 100%;
    }

    .LAstSec {
        padding: 5% 0 13%;
    }

    .telephone2 {
        padding: 4px 40px 66px;
    }

    .SecSection span {
        font-size: 21px;
    }

    .logo4u {
        margin-top: 3%;
    }

    #divPopUp {
        display: none;
    }

    .terms-ul li {
        margin-bottom: 5% !important;
    }

    .trusted-form {
        width: 26%;
        margin-top: 1%;
        float: right;
    }

    .LogoImage {
        width: 70%;
    }

    .LogoImageReplcm {
        margin-top: 1.5%;
    }

    .LogoImageinstallWinPros {
        width: 78%;
    }
}

@media(max-width: 800px) {
    .H1Prices {
        line-height: 2rem;
        font-size: 29px;
    }

    .LogoImage {
        width: 70%;
    }

    .LogoImageReplcm {
        margin-top: 0;
    }

    .LogoImageFlorid {
        width: 76%;
    }

    .LogoImageWindEs {
        margin-top: 0.5%;
        width: 85%;
    }

    .LogoImageWin4u {
        margin-top: 1%;
        width: 89%;
    }

    .LogoImagePRowin {
        margin-top: 1%;
        width: 89%;
    }

    .LogoImageTodayd {
        margin-top: 1%;
        width: 89%;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .input-icon {
        width: 8%;
    }

    .page,
    .fieldsthnk,
    .secondServicePage,
    .Privacy-Policy,
    .pp {
        min-height: 93vh;
    }

    .secondservicesCont {
        min-height: 41%;
    }

    .callbtn {
        padding: 3% 2% 7%;
        margin-top: 4%;
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .firstSection h1 {
        font-size: 42px;
    }

    .callbtn {
        margin-top: 6%;
        width: 70%;
        padding: 5% 2% 10%;
    }

    .telephone {
        min-height: 11%;
    }

    .telephonea {
        font-size: 31px;
    }

    .submitCallBtn {
        padding: 2% 0 5%;
        width: 35%;
    }

    .formFooter {
        padding: 20px 24px 30px 26px;
        text-align: left;
    }

    .SecSection h2 {
        font-size: 30px;
        margin-bottom: 8%;
    }

    .SecSection span {
        font-size: 20px;
    }

    .SecSection img {
        display: none;
    }

    .SecSection i {
        font-size: 50px;
    }

    .telephone2 {
        padding: 8px 37px 65px;
    }

    .callbtn {
        margin-top: 6%;
        width: 61%;
    }

    .ProcessSteps {
        font-size: 32px
    }

    .logoInstall,
    .logoFlo,
    .logo4u,
    .logoWind,
    .logoToday,
    .logoProWin {
        width: 90%;
    }

    .logo {
        width: 100%;
    }

    .logoPro,
    .logoRep,
    .logoInstall,
    .logoFlo,
    .logo4u,
    .logoWind,
    .logoToday,
    .logoProWinm {
        margin-top: 6% !important;
    }

    .input-icon {
        width: 7%;
    }

    .ca {
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {
    .secondservicesCont {
        background-color: var(--white);
        padding: 3% 2%;
        border-radius: 12px;
        width: 96%;
        margin-left: 2%;
        min-height: 90%;
        height: auto;
    }

    .custom-checkbox {
        background-color: #fcfdfe;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 16px;
        display: block;
        position: relative;
        padding: 9px 10px;
        margin-left: 0 !important;
        margin-bottom: 2%;
        line-height: inherit;
        background-image: none;
        cursor: pointer;
        box-shadow: 9px 5px 6px #c8c8c8;
    }

    .secondserviceTCPA {
        font-size: 12px;
    }

    .Privacy-Policy p {
        font-size: 15px;
    }

    .Privacy-Policy .bigger2 {
        font-size: 17px;
    }

    .Privacy-Policy .bigger {
        font-size: 18px;
    }

    .Privacy-Policy h1,
    .opPage h1 {
        font-size: 30px;
        margin: 3% 0;
    }

    .CaliPrivacyCCPA li {
        font-size: 16px;
    }

    .LogoImage {
        width: 100%;
    }

    .LogoImagePRowin,
    .LogoImageTodayd,
    .LogoImageWindEs,
    .LogoImageWin4u,
    .LogoImageWinPros,
    .LogoImageFlorid,
    .LogoImageReplcm {
        width: 100%;
    }

    .LogoImagePRowin,
    .LogoImageTodayd {
        margin-top: 3%;
    }

    .LogoImageWin4u {
        margin-top: 4%;
    }

    .LogoImageFlorid,
    .LogoImageWindEs {
        margin-top: 2%;
    }

    .LogoImageReplcm {
        margin-top: 2%;
    }

    .btn-Join {
        width: 100%;
        margin-bottom: 5%;
    }

    .formdiv {
        padding: 20px 25px 25px;
        min-height: 500px;
    }

    .formdiv,
    .formcontent1,
    .formcontent2,
    .formcontent3,
    .formcontent4,
    .formcontent5,
    .formcontent6,
    .formcontent8 {
        min-height: 475px;
        margin-top: 7%;
    }

    .lead {
        margin-bottom: 0;
        font-size: 12px;
        text-align: left;
        padding-inline: 5%;
    }

    .entry-content.cf ul li {
        display: table !important;
        width: 100% !important;
        text-align: left !important;
    }

    .tcpa {
        font-size: 8px;
    }

    .serv1,
    .serv2 {
        width: 98%;
    }

    .thank-title h2 {
        font-size: 35px;
    }

    .thank-title p {
        font-size: 24px;
    }

    .ca {
        margin-bottom: 3%;
    }

    .fbt {
        width: 80%;
        margin: 0 auto;
    }

    .input-icon {
        width: 7%;
    }

    .page {
        min-height: 89vh;
        height: auto;
    }

    .secondServicePage {
        min-height: 80%;
        height: auto;
    }

    .pellaArticle,
    .pellaVsAnd,
    .perksar,
    .vynl,
    .reviews,
    .deals,
    .replacement,
    .infoWindow {
        text-align: left;
    }

    .formcontent7 {
        min-height: 590px;
        margin-top: 7%;
    }

    .trusted-form {
        width: 33%;
        margin-top: 2%;
        float: right;
    }

    .proNatureh,
    .ttp,
    .ownp {
        margin-bottom: 14%;
    }

    .LogoImageinstallWinPros {
        width: 74%;
        margin: 3% auto 0;
        display: block;
    }

    .callbtn {
        width: 64%;
    }

    .logoInstall {
        width: 90%;
        margin-top: 5%;
    }

    .H1Prices {
        text-align: center;
    }

    .getquotebtn {
        width: 100% !important;
        font-size: 17px;
        margin-top: 5%;
    }

    .verifyTextAv {
        margin-top: 23%;
    }
}

@media(max-width: 767px) {
    .hmeWarranty {
        width: 81%;
        display: block;
        margin: 3% auto;
    }

    .trusted-form {
        display: none;
    }

    .LogoImage {
        display: block;
        margin: 0 auto;
    }

    .ttp,
    .ownp {
        margin-bottom: 20%;
    }

    .firstSection h1 {
        font-size: 30px;
    }

    .firstSection h5 {
        font-size: 22px;
    }

    .telephone,
    .formFooter a {
        font-size: 25px;
    }

    #callform {
        margin: 18% auto 0;
        text-align: left;
    }

    .submitCallBtn {
        padding: 3% 2% 7%;
        width: 45%;
    }

    .telephone {
        min-height: 12%;
    }

    .SecSection {
        text-align: center;
    }

    .SecSection h2 {
        margin-bottom: 14%;
    }

    .SecSection i,
    .SecSection span {
        display: block;
    }

    .SecSection p {
        font-size: 17px;
        margin: 0 0 18% 0;
        text-align: center;
        width: 97%;
        padding-left: 0;
    }

    .SecSection span {
        font-size: 20px;
        padding-left: 0;
        position: relative;
        text-align: center;
    }

    .SecSection img {
        margin-top: 2%;
    }

    .thirdSec {
        padding: 0;
    }

    .LAstSec h3 {
        font-size: 42px;
    }

    .LAstSec p br,
    .ProcessSteps br {
        display: none;
    }

    .LAstSec p {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .titleTop {
        display: none;
    }

    .H1Prices {
        text-decoration: underline;
        font-size: 23px;
        margin-top: 3%;
        line-height: 2.15rem;
    }

    .H4Prices {
        font-size: 19px;
    }

    .HomeOwnerPage .P2,
    .HomeOwnerPage h2 {
        font-size: 17px;
        margin-bottom: 6%;
    }

    .HomeOwnerPage li {
        font-size: 17px
    }

    .input-icon {
        width: 9%;
    }

    .LogoImagePRowin,
    .LogoImageTodayd,
    .LogoImageWindEs,
    .LogoImageWin4u,
    .LogoImageWinPros,
    .LogoImage,
    .LogoImageFlorid,
    .LogoImageReplcm {
        width: 100%;
        display: inherit;
        height: 100%;
        margin: 0;
    }

    .pellaArticle p,
    .pellaVsAnd p,
    .perksar p,
    .vynl p,
    .reviews p,
    .deals p,
    .replacement p,
    .infoWindow p {
        font-size: 15px;
    }

    .pellaArticle h2,
    .pellaVsAnd h2,
    .perksar h2,
    .vynl h2,
    .infoWindow h2,
    .reviews h2,
    .deals h2,
    .replacement h2 {
        font-size: 22px;
    }

    .articleHeads2 {
        font-size: 25px !important;
        ;
    }

    .LogoImageinstallWinPros {
        width: 95%;
    }

    .SecSection h2,
    .ProcessSteps {
        font-size: 34px;
    }

    .SecSection h2 {
        margin-bottom: 10%;
    }

    .telephone2 {
        padding: 8px 40px 50px;
    }

    .navcall {
        display: none;
    }

    .logo4u {
        margin-top: 3%;
    }
}

@media (max-width: 500px) {
    .input-icon {
        width: 12%;
    }

    .error {
        margin-left: 40px !important;
    }

    .formcontent7 .tcpa {
        font-size: 9px;
        font-weight: bold;
    }

    .umiddivs img {
        width: 60px !important;
    }

    .middivs img {
        width: 60px;
        margin-bottom: 15px;
    }

    .zipcodeTitle,
    .page form h2 {
        font-size: 25px;
    }

    #No_But {
        height: 90%;
    }

    .srvsimg {
        width: 10%;
    }

    .secondservicesCont {
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .newSecHeader h2 {
        font-size: 16px;
    }

    .servicesQuestionsContainer p {
        font-weight: bold;
        font-size: 15px;
    }

    .topimg h1 {
        font-size: 22px;
    }

    .fields1 h2,
    .middivs h2,
    .btsec2 h2,
    .msec h2,
    .lastsec h2,
    .umiddivs h2 {
        font-size: 22px;
    }

    .umiddivs h3 {
        font-size: 19px;
    }

    .Privacy-Policy h1,
    .opPage h1 {
        font-size: 22px;
        margin-bottom: 8%;
    }

    .terms-ul li {
        margin-bottom: 10% !important;
    }

    .LogoImagePRowin,
    .LogoImageTodayd,
    .LogoImageWindEs,
    .LogoImageWin4u,
    .LogoImageWinPros,
    .LogoImage,
    .LogoImageFlorid,
    .LogoImageReplcm {
        width: 100%;
        display: inherit;
        margin: 0;
        height: 100%;
    }

    .flname,
    .stad {
        padding-bottom: 8%;
    }

    .formcontent7 {
        min-height: 570px;
    }

    .numOfWindows,
    .proNatureh,
    .ttp,
    .ownp,
    .flname,
    .stad,
    .cif {
        margin-top: 6%;
    }

    .telephone {
        min-height: 10%;
    }

    .submitCallBtn {
        padding: 4% 2% 5%;
        width: 64%;
    }

    .SecSection h2,
    .ProcessSteps {
        font-size: 25px;
    }

    .LAstSec h3 {
        font-size: 30px;
        margin-top: 10%;
    }

    .firstSection h2 {
        font-size: 22px;
    }

    .SecSection i {
        font-size: 50px;
    }

    .logoRep,
    .logoFlo,
    .logo4u {
        margin-top: 3% !important;
    }
}

@media(max-width:400px) {
    .input-icon {
        width: 15%;
    }
}

@media (max-width: 350px) {
    .input-icon {
        width: 21%;
    }

    .formcontent7 .tcpa {
        font-size: 8px;
    }

    .submitCallBtn {
        padding: 4% 2% 8%;
        width: 60%;
    }
}

@media(max-width: 300px) {
    .formcontent7 {
        min-height: 524px;
    }
}

@media (max-width: 992px) {
    .fieldsthnknew h2 {
        font-size: 27px;
    }

    .apptH {
        margin-top: 2%;
        font-size: 20px;
    }

    .g3cm_holder {
        margin-top: 3%;
        width: 60%;
    }

    .xdsoft_datetimepicker {
        width: 46.5% !important;
    }

    .xdsoft_datepicker {
        width: 96% !important;
    }

    .xdsoft_timepicker {
        width: 96% !important;
    }
}

@media(max-width: 576px) {
    .ppApptButtst {
        width: 100%;
    }

    .g3cm_holder {
        margin-top: 3%;
        width: 100%;
    }

    .fieldsthnknew h2 {
        font-size: 22px;
    }

    .apptH {
        margin-top: 2%;
        font-size: 16px;
    }

    .newOldWebs h3 {
        font-size: 20px;
    }

    .newOldWebs p {
        font-size: 14px;
    }

    #appointmentModal .simc {
        position: absolute;
        left: 23%;
        margin-right: 0;
        margin-top: 25%;
        transform: translate(0%, 0%);
    }

    .xdsoft_datetimepicker {
        width: 62.75% !important;
    }

    .bookAppointment {
        margin: 4% auto;
        display: block;
        width: 100%;
    }

    #appointmentModal .modal-dialog {
        max-width: 70%;
    }
}

@media(min-width:1024px) and (min-height:1200px) {
    #callform {
        margin: 10% 0 0;
    }

    .telephonea,
    .formFooter a {
        font-size: 42px;
    }

    .telephone {
        min-height: 14%;
    }

    .submitCallBtn {
        padding: 2% 2% 4%;
        width: 33%;
    }

    .thirdSec img {
        width: 100%;
    }

    .SecSection span {
        font-size: 21px;
    }

    .callbtn,
    .submitCallBtn {
        padding: 4% 5% 8%;
        width: 51%;
        font-size: 16px;
    }

    .logo {
        width: 80%;
    }
}


.navbar-replacement {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    background-color: #2f836f;
}

.logo {
    height: 50px;
    max-width: 300px;
}

.numberCall {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 2px solid transparent;
}

.numberCall:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.phone-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    stroke: currentColor;
}

.numberCall:not(.phone-icon):hover {
    stroke: black;
}


.t-primary {
    color: #2f836f;
}

.custom-zip-shadow {
    box-shadow: rgba(3, 52, 110, 0.3) 0 0 0 3px;
    border-radius: 15px
}


@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.custom-image-section {
    /* animation: float 3s ease-in-out infinite !important; */
}


.btn-primary {
    background-color: #2f836f;
    border-color: white;
    color: #fff;
    min-height: 34px;
    font-size: 15px
}



.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #2f836f !important;
    border-color: #2f836f !important
}


.btn-primary:hover {
    color: white;
    background-color: #2f836f;
    border-color: #2f836f
}

.header-custome .colored,
.text-color {
    color: #2f836f
}

.btn-primary:active {
    color: #2f836f;
    background-color: white;
    border-color: #2f836f;
    box-shadow: none;
}

.btn-primary:focus {
    color: white;
    background-color: #2f836f;
    border-color: #2f836f;
    box-shadow: none;
}

.btn-outline-primary {
    color: #2f836f;
    border-color: #2f836f;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #2f836f;
    border-color: #2f836f;
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #2f836f;
    border-color: #2f836f;
}

.btn-outline-primary:focus {
    color: #fff;
    background-color: #2f836f;
    border-color: #2f836f;
}

/* .btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: var(--white);
    background-color: #2f836f;
    background-image: none;
    border-color: #2f836f
} */

/* .btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: var(--white);
    background-color: #2f836f;
    background-image: none;
    border-color: #2f836f
} */

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f836f;
    border-color: #2f836f
}


@media (min-width: 1201px) and (max-width: 1400px) {
    .navbar-replacement {
        justify-content: space-between;
    }



    .logo {
        margin-left: 15%;
        /* margin-top: -40px; */
        margin-bottom: 50px;
    }

    .numberCall {
        margin-top: 15px;
        margin-right: 20%;
        margin-bottom: 20px;
    }

    .section_one {

        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-1 {
        /* background-image: url('../images/fh2.svg'); */
        background-size: cover;
        height: 850px;
        /* padding-top: 15px; */
        /* padding-bottom: 30px; */
        color: #F2EED7;
    }

    .safe-secure {
        color: #2f836f !important;
    }

    .custom-zip-section {
        margin-top: -100px;
    }
}




@media (min-width: 1200px) {
    .navbar-replacement {
        justify-content: space-between;
    }

    .logo {
        margin-left: 15%;
        /* margin-top: -40px; */
        margin-bottom: 50px;
    }

    .numberCall {
        margin-top: 15px;
        margin-right: 20%;
        margin-bottom: 20px;
    }

    .section_one {

        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-1 {
        /* background-image: url('../images/fh2.svg'); */
        background-size: cover;
        height: 850px;
        /* padding-top: 15px; */
        /* padding-bottom: 30px; */
        color: #F2EED7;
    }

    /* .safe-secure
    {
        color: #2f836f !important;
    } */

    .custom-zip-section {
        margin-top: -100px;
    }
}


@media (min-width: 990px) and (max-width: 1199px) {
    .logo {
        margin-left: 15%;
        /* margin-top: -40px; */
        margin-bottom: 50px;
    }

    .section-1 {
        /* background-image: url('../images/fh2.svg'); */
        background-size: cover;
        height: 830px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #F2EED7;
    }

    .safe-secure {
        color: #2f836f !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {

    .logo {
        margin-left: 15%;
        /* margin-top: -40px; */
        margin-bottom: 50px;
    }

    .section-1 {
        /* background-image: url('../images/fh3.svg'); */
        background-size: cover;
        height: 830px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #F2EED7;
    }

    .safe-secure {
        color: #2f836f !important;
    }

}

@media (min-width: 1600px) and (max-width: 1899px) {
    .navbar-replacement {
        justify-content: space-between;
    }

    .logo {
        margin-left: 15%;
        /* margin-top: -40px; */
        margin-bottom: 50px;
    }

    .numberCall {
        margin-top: 15px;
        margin-right: 20%;
        margin-bottom: 10px;
    }

    .section_one {

        margin-top: 20px;
        margin-bottom: 20px;

    }

    .section-1 {
        /* background-image: url('../images/ph36.svg'); */
        background-size: cover;
        height: 1000px;
        padding-top: -10px;
        padding-bottom: 10px;
        color: #F2EED7;
    }

    .custom-image-section {
        width: 100%;
        max-width: 600px;
        height: auto;
        object-fit: contain;
        margin-right: -50px;
    }
}

/* big screens */
@media (min-width:1900px) {
    .navbar-replacement {
        justify-content: space-between;
    }

    .logo {
        margin-left: 15%;
        /* margin-top: -40px; */
        margin-bottom: 50px;
    }

    .numberCall {
        margin-top: 15px;
        margin-right: 20%;
        margin-bottom: 10px;
    }

    .section_one {

        margin-top: 80px;
        margin-bottom: 80px;

    }

    .section-1 {
        /* background-image: url('../images/fh1.svg'); */
        background-size: cover;
        height: 1000px;
        padding-top: -10px;
        padding-bottom: 10px;
        color: #F2EED7;
    }

    .custom-image-section {
        width: 100%;
        max-width: 600px;
        height: auto;
        object-fit: contain;

        margin-right: -50px;
    }

}

/* Phone view */
@media (max-width: 768px) {
    .navbar-replacement {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .logo {
        max-width: 199px;
        margin-bottom: 10px;
        margin-top: -40px;
        margin-left: 0;
    }

    .numberCall {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-1 {
        /* background-image: url('../images/ph33.svg'); */
        background-size: cover;
        height: 1200px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #F2EED7;
        text-align: center;
        /* Ensure the text in this section is centered */
    }

    .custom-image-section {
        margin-top: 20px;
    }

    .section_two {
        margin-top: -50px;
    }
}


@media (min-width: 543px) and (max-width: 575px) {
    .navbar-replacement {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .logo {
        max-width: 199px;
        margin-bottom: 10px;
        margin-top: -40px;
        margin-left: 0;
    }

    .numberCall {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-1 {
        /* background-image: url('../images/p38.svg'); */
        background-size: cover;
        height: 1200px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #F2EED7;
        text-align: center;
        /* Ensure the text in this section is centered */
    }

    .custom-image-section {
        margin-top: 100px;
    }
}


@media (min-width: 338px) and (max-width: 542px) {
    .navbar-replacement {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .logo {
        max-width: 199px;
        margin-bottom: 10px;
        margin-top: -40px;
        margin-left: 0;
    }

    .numberCall {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-1 {
        /* background-image: url('../images/p41.svg'); */
        background-size: cover;
        height: 1200px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #F2EED7;
        text-align: center;
    }

    .section-1 .custom-image-section {
        margin-top: 100px;
    }

    .section_two {
        margin-top: -110px;
    }
}

@media (max-width: 337px) {
    .navbar-replacement {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .logo {
        max-width: 199px;
        margin-bottom: 10px;
        margin-top: -40px;
        margin-left: 0;
    }

    .numberCall {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-1 {
        /* background-image: url('../images/p48.svg'); */
        background-size: cover;
        height: 1200px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #F2EED7;
        text-align: center;
    }

    .section-1 .custom-image-section {
        margin-top: 50px;
    }

    .section_two {
        margin-top: -110px;
    }
}

.section_two {
    background-color: #2f836f;
}


.text-font {
    font-family: Quicksand;
    src: url('../fonts/Quicksand-Regular.ttf');
}

.section_for {
    color: #FAF7F0;
    background-color: #2f836f;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.section-icon {
    max-width: 4rem;
    max-height: 4rem;
    width: 64px;
    height: 64px
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.ttf');
}

text {
    font-family: 'Quicksand', sans-serif;
}




.boder-primary {
    border: 16px outset #2f836f;
    border-radius: 100px;
    background-color: #f5f5f5;

}

.content-border {

    /* border: 9px ridge #2f836f;
        border-radius: 100px; */
    /* border: 5px dotted #2f836f;
        border-radius: 98px; */
    border: 5px inset #2f836f;
    border-radius: 98px;
    background-color: #f5f5f5;
}

/* .cus-background
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1600' height='1100' preserveAspectRatio='none' viewBox='0 0 1600 1100'%3e%3cg mask='url(%26quot%3b%23SvgjsMask12987%26quot%3b)' fill='none'%3e%3cpath d='M1483.91 720.04a5.6 5.6 0 1 0-5.31-9.86 5.6 5.6 0 1 0 5.31 9.86zM1476.32 705.95a5.6 5.6 0 1 0-5.31-9.85 5.6 5.6 0 1 0 5.31 9.85zM1468.73 691.87a5.6 5.6 0 1 0-5.32-9.86 5.6 5.6 0 1 0 5.32 9.86zM1461.14 677.79a5.6 5.6 0 1 0-5.32-9.86 5.6 5.6 0 1 0 5.32 9.86z' fill='rgba(3%2c 52%2c 110%2c 1)'%3e%3c/path%3e%3cpath d='M1197.09 417.21 L1253.65 742.8L1398.5723346131263 406.80266538687357z' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='1' stroke-dasharray='3%2c 2'%3e%3c/path%3e%3crect width='680' height='680' clip-path='url(%26quot%3b%23SvgjsClipPath12988%26quot%3b)' x='591.42' y='676.33' fill='url(%26quot%3b%23SvgjsPattern12989%26quot%3b)' transform='rotate(28.7%2c 931.42%2c 1016.33)'%3e%3c/rect%3e%3cpath d='M858.67 138.68L845.94 140.15 841.71 128.06 828.99 129.54 824.76 117.45 812.04 118.92 807.81 106.84M862.91 131.89L850.19 133.37 845.96 121.28 833.24 122.76 829.01 110.67 816.29 112.14 812.06 100.06M867.16 125.11L854.44 126.59 850.2 114.5 837.48 115.97 833.25 103.89 820.53 105.36 816.3 93.27' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='1.71' stroke-dasharray='3%2c 2'%3e%3c/path%3e%3cpath d='M271.3 892.7a5.6 5.6 0 1 0 7.95 7.89 5.6 5.6 0 1 0-7.95-7.89zM282.66 903.97a5.6 5.6 0 1 0 7.95 7.89 5.6 5.6 0 1 0-7.95-7.89zM294.01 915.24a5.6 5.6 0 1 0 7.95 7.89 5.6 5.6 0 1 0-7.95-7.89zM305.37 926.51a5.6 5.6 0 1 0 7.95 7.89 5.6 5.6 0 1 0-7.95-7.89z' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='2.48'%3e%3c/path%3e%3cpath d='M1109.03 7.34a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1124.91 9.28a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1140.79 11.22a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1156.67 13.16a5.6 5.6 0 1 0 11.12 1.35 5.6 5.6 0 1 0-11.12-1.35zM1075.32 19.35a5.6 5.6 0 1 0 11.12 1.35 5.6 5.6 0 1 0-11.12-1.35zM1091.21 21.28a5.6 5.6 0 1 0 11.11 1.36 5.6 5.6 0 1 0-11.11-1.36zM1107.09 23.22a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1122.97 25.16a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1041.62 31.35a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1057.5 33.29a5.6 5.6 0 1 0 11.12 1.36 5.6 5.6 0 1 0-11.12-1.36zM1073.39 35.23a5.6 5.6 0 1 0 11.11 1.35 5.6 5.6 0 1 0-11.11-1.35zM1089.27 37.17a5.6 5.6 0 1 0 11.12 1.35 5.6 5.6 0 1 0-11.12-1.35z' stroke='rgba(3%2c 52%2c 110%2c 1)' stroke-width='1' stroke-dasharray='3%2c 2'%3e%3c/path%3e%3crect width='92.2' height='92.2' clip-path='url(%26quot%3b%23SvgjsClipPath12990%26quot%3b)' x='999.98' y='59.05' fill='url(%26quot%3b%23SvgjsPattern12991%26quot%3b)' transform='rotate(139.73%2c 1046.08%2c 105.15)'%3e%3c/rect%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask12987'%3e%3crect width='1600' height='1100' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='680' height='10' patternUnits='userSpaceOnUse' id='SvgjsPattern12989'%3e%3crect width='680' height='5' x='0' y='0' fill='rgba(3%2c 52%2c 110%2c 1)'%3e%3c/rect%3e%3crect width='680' height='5' x='0' y='5' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath12988'%3e%3ccircle r='170' cx='931.42' cy='1016.33'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='9.22' height='9.22' patternUnits='userSpaceOnUse' id='SvgjsPattern12991'%3e%3cpath d='M4.61 1L4.61 8.22M1 4.61L8.22 4.61' stroke='rgba(3%2c 52%2c 110%2c 1)' fill='none' stroke-width='3.15'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath12990'%3e%3ccircle r='23.05' cx='1046.08' cy='105.15'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
} */

.bac-primary {
    background-color: #2f836f;
}


/* ======================== */

/* .btn-outline-answer {
    color: #2f836f;
    border-color: #2f836f
}

.btn-outline-answer:active,
.btn-outline-answer:focus,
.btn-outline-answer:hover,
.btn-answer,
.btn-answer:active,
.btn-answer:focus,
.btn-answer:hover {
    background-color: #2f836f !important;
    border-color: #2f836f !important;
    color: #fff !important;

} */
/*
.btn-outline-answer:active
{
        background-color: #2f836f;
        border-color: #2f836f;
        color:#FAF7F0;
} */


.body,
.modal-header,
.modal-body {
    background-color: #FAF7F0;
}

.custom-zip-shadow input,
.custom-zip-shadow {
    background-color: #FAF7F0;
}

.custom-zip-shadow input {
    border-color: #2f836f;
}

.custom-zip-shadow input:focus {
    background-color: #FAF7F0;
    color: black;
}

.modal-body input:focus {
    background-color: #FAF7F0;
    color: black;
}

.modal-body input {
    background-color: #FAF7F0;
    border-color: #2f836f;
    color: black;
}


.progress {
    background-color: #FAF7F0;
    border-radius: 5px;
    height: 25px;
}

.custom-progress {
    background-color: #2f836f;
    /* Progress bar color */
    color: #FAF7F0 !important;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    /* Center text vertically */
    border-radius: 5px;
}


.input-group-text {
    background-color: #2f836f !important;
    color: #F2EED7 !important;
}


#scrollToZip {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: opacity .3s ease-in-out
}

#scrollToZip.show {
    display: block;
    opacity: 1;
    transform: scale(1)
}

#scrollToZip.hide {
    opacity: 0;
    transform: scale(.5)
}


/* available campaigns style */

.card {
    background-color: #FAF7F0;
}

.larger-checkbox {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
}

.larger-label {
    font-size: 1.2rem;
    vertical-align: middle;
}

.modern-checkbox-wrapper {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
}

.modern-checkbox {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #2f836f !important;
    border-radius: 6px !important;
    outline: none !important;
    margin-right: 12px !important;
    position: relative !important;
    cursor: pointer !important;
    background-color: white !important;
    transition: all 0.3s ease !important;
}

.modern-checkbox::before {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.modern-checkbox:checked {
    background-color: #2f836f !important;
    border-color: #2f836f !important;
}

.modern-checkbox:checked::before {
    opacity: 1 !important;
}

.modern-checkbox-label {
    font-size: 1.1rem !important;
    color: #333 !important;
    user-select: none !important;
    cursor: pointer !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.modern-checkbox:hover {
    opacity: 0.8 !important;
}

.modern-checkbox:focus {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3) !important;
    outline: none !important;
}

.card {
    background-color: #FAF7F0;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100% !important;
}

.card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* available campaigns style */
/* [Previous base styles remain the same until buyers-card] */

/* Enhanced Card Styles */
.buyers-card {
    background-color: #FAF7F0;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 2rem !important;
}

/* Decorative Elements */
.decorative-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(146, 187, 248, 0.1);
    z-index: 0;
}

.decorative-circle-top {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.decorative-circle-bottom {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

/* Updated Scrollable Container */
.buyers-scroll-container {
    max-height: 280px;
    /* Height for 2 rows of buyers */
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

/* Remove grid layout and keep original Bootstrap columns */
#buyers-list-container {
    margin: 0 -0.5rem;
    /* Compensate for column padding */
}

/* Scrollbar Styles */
.buyers-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.buyers-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.buyers-scroll-container::-webkit-scrollbar-thumb {
    background-color: #4A90E2;
    border-radius: 3px;
}

.buyers-scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #357abd;
}

/* Enhanced Checkbox Container */
.modern-checkbox-container {
    position: relative;
    height: 120px;
    margin-bottom: 1rem;
}

/* Enhanced Checkbox Wrapper */
.modern-checkbox-wrapper {
    background-color: rgb(248, 250, 252);
    border-radius: 12px;
    padding: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.modern-checkbox-wrapper:hover {
    background-color: rgba(146, 187, 248, 0.1);
    transform: translateY(-2px);
}

/* Logo Container */
.logo-container {
    position: relative;
    margin-right: 1rem;
    transition: transform 0.3s ease;
}

.buyer-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modern-checkbox-wrapper:hover .logo-container {
    transform: scale(1.1);
}

/* Buyer Name */
.buyer-name {
    font-size: 1rem;
    font-weight: 500;
    color: #2C3E50;
    transition: color 0.3s ease;
}

.modern-checkbox-wrapper:hover .buyer-name {
    color: #4A90E2;
}

/* Selection Indicator */
.selection-indicator {
    position: absolute;
    inset: 0;
    border: 2px solid #4A90E2;
    border-radius: 12px;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
    z-index: 1;
}

/* Enhanced Heading */
.buyers-card h3 {
    font-size: 1.5rem;
    color: #263f57;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.custom_shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .buyers-card {
        padding: 1.5rem !important;
    }

    .buyers-scroll-container {
        max-height: 400px;
    }

    .modern-checkbox-container {
        height: 100px;
    }

    .buyers-card h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .modern-checkbox-wrapper {
        padding: 0.75rem;
    }

    .buyer-logo {
        width: 40px;
        height: 40px;
    }
}


.tcpa-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
}


@media (max-width: 768px) {
    .tcpa-content {
        max-width: 100%;
        padding: 0.5rem;
    }
}


.buyers-list-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.single-buyer-container {
    max-width: 450px;
    margin: 0 auto;
}


.multi-buyer-container {
    max-width: 100%;
}

/* survey  */
/* Slide animations */
.slide-in-right {
    animation: slideInRight 0.5s forwards;
}

.slide-out-left {
    animation: slideOutLeft 0.5s forwards;
}

.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

.slide-out-right {
    animation: slideOutRight 0.5s forwards;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Bounce animation for answer buttons */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.answer-button.bounce {
    animation: bounce 1s;
}

/* Progress bar animation */
.progress-bar {
    transition: width 0.5s ease-in-out;
}

.modal-fullscreen .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100vh;
    border-radius: 0;
}

.answer-button .answer-image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .answer-button {
        width: 120px !important;
        height: 120px !important;
    }

    .answer-button .answer-image {
        width: 60px !important;
        height: 60px !important;
    }

    .btn {
        font-size: 1rem;
    }
}


.question input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.75);
    border: 2px solid rgba(0, 123, 255, 0.75);
}


input.is-invalid {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.75);
    border: 2px solid rgba(220, 53, 69, 0.75);
}


input.is-valid {
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.75);
    border: 2px solid rgba(40, 167, 69, 0.75);
}

/* survey  */


.btn-success {
    background-color: #2f836f;
    border-color: #2f836f;
}