@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
:root {
    /* --primary: #f87000; */
    --primary: #0a7bb1;
    --secondary: #0080ff;
    /* --primary-hover: #ca6009; */
    --primary-hover: #09638e;
    --light-primary: #edf9fe;
    --black: #1d1e1a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    background: #00000000;
}

::-webkit-scrollbar {
    width: 10px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: #3366ff;
    background-image: -webkit-linear-gradient( 90deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
    border-radius: 100px;
}

html {
    overflow-x: hidden !important;
}

body {
    /* font-family: "Alata", sans-serif !important; */
    font-family: 'Open Sans' !important;
    color: var(--black) !important;
    overflow-x: hidden !important;
    font-size: 18px !important;
}

a {
    color: #484848 !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.btn-primary {
    background: var(--primary) !important;
    border: 0px !important;
}

.btn-primary:hover {
    background: var(--primary-hover) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f105' !important;
    font-weight: 600 !important;
    margin-left: 3px;
    margin-right: 3px;
}

.lite-txt {
    font-weight: 100 !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.custom-d {
    display: flex !important;
    justify-content: space-between !important;
}

.navbar-collapse {
    flex-grow: unset !important;
}


/* By James  */

.header-searchbox {
    padding: 6px 20px;
    width: 0px;
    border-radius: 1000px;
    border: 1px solid #23232470;
    outline: none;
    transition: all 0.3s;
}

.nav-search {
    position: relative;
}

.nav-search img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.header-searchbox:focus-visible {
    border: 1px solid #f8700060;
    width: 160px;
    padding: 6px 40px 6px 20px;
}

.zipval {
    /* border: 1px solid #f8700040 !important; */
    border-radius: 100px !important;
    box-shadow: none !important;
    padding: 10px 16px 10px 42px !important;
    transition: all 0.3s;
}

.zip-label:before {
    content: ' ';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    opacity: 0.5;
    background-image: url('/assets/landing/img/icons/zipcode.webp');
}

#navZipBtn {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0.8;
}

.zipval:focus-visible {
    border: 1px solid #f87000a0 !important;
}


/* By James  */

.search-icon,
.call-icon {
    border-radius: 30px;
}

.search-icon {
    color: var(--primary);
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 5px 8px;
}

.call-icon {
    background-color: var(--primary);
    color: #fff;
    padding: 7px 10px;
}

.navigate {
    color: #040404 !important;
    border: var(--primary);
    font-weight: 700;
}

.navigate:hover {
    border-bottom: 1px solidvar(--primary);
}

.hero-wrap {
    width: 100%;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1000;
}

.hero-txt {
    color: #fff;
}

.button-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.btn-main {
    color: #fff !important;
    width: 8rem;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    transition: all 0.3s;
}

.btn-main:hover {
    color: #fff;
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    text-decoration: none !important;
}

.other:hover {
    color: #040404 !important;
    border: 1px solidvar(--primary) !important;
    background: #fff !important;
}

.reduce {
    height: 78px;
}

.adjust {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    margin-right: 0px;
}

.right-place-wrap {
    background: var(--light-primary);
    padding: 2rem 0;
}

.cunt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.right-h,
.right-p {
    text-align: center;
}

.hash-tags {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 1rem 0;
}

.impress .number {
    font-family: calibri;
    font-weight: 900;
    color: #bfe8fb;
    font-size: 4rem;
    text-align: end;
}

.bg-alt {
    position: absolute;
    right: 6rem;
    top: 22rem;
    width: 300px !important;
}

.food-txt {
    width: 15rem;
    position: absolute;
    right: 6rem;
    top: 24rem;
    color: #fff;
    padding-right: 1.5rem;
}

.food-txt h3 {
    font-size: 1.3rem;
    text-align: end;
}

.food-txt p {
    font-size: 15px;
    text-align: right;
}

@media (max-width: 767px) {
    .impress .number {
        font-size: 22px !important;
    }
    .food-txt h3 {
        font-size: 18px !important;
    }
    .food-txt p {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {
    .button-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 1.5rem;
    }
    .btn-main {
        margin-bottom: 1rem;
    }
}

.wdh {
    margin-top: 2rem;
    text-align: center;
}

.wdp {
    text-align: center;
    margin: 1.5rem 0;
}

.solution {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 1rem;
}

#doors {
    text-transform: uppercase !important;
    height: 3rem;
    background-color: var(--primary);
    color: #fff;
    border-radius: 5px;
    border: 1px solidvar(--primary);
    padding-left: 0.5rem;
}

#windows {
    height: 3rem;
    background-color: #fff9f4;
    color: var(--black) 000;
    border-radius: 5px;
    border: 1px solidvar(--primary);
    text-transform: uppercase !important;
    padding-left: 0.5rem;
    margin-right: 25px;
}

.next {
    padding-right: 10rem;
    display: block;
    color: var(--primary) !important;
}

.dropdown-wrap {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}

.grey {
    position: absolute;
    width: 16rem;
    height: 17rem;
    top: 24rem;
    left: 4rem;
}

.right {
    width: 100%;
    height: auto;
    background: #fff9f4;
    padding: 0.5rem 0 2rem;
}

.solution-txt {
    width: 13rem;
    position: absolute;
    top: 27rem;
    color: #fff;
    left: 5.5rem;
}

.solution-txt p {
    font-size: 0.8rem;
}

.solution-txt h5 {
    font-size: 1.5rem;
}

.door-idea-pic {
    width: 100%;
}

.door {
    margin-bottom: 2rem;
}

.inspiration-wrap {
    padding-top: 2rem;
}

.bg-img-white {
    position: relative;
}

.bg-img-white:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('/assets/landing//img/light_background_pattern.webp');
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.inspiration-wrap .container {
    position: relative;
}

.with-brush-back {
    position: relative;
}

.with-brush-back:before {
    display: block;
    content: ' ';
    width: 400px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-15%);
    z-index: -1;
    opacity: 0.5;
    background-image: url('/assets/landing//img/heading-background/brush_back.webp');
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.with-brush-back {
    font-weight: 900;
}

.with-brush-back.project-heading:before {
    width: 550px;
    height: 100px;
    transform: translateX(-50%) translateY(-25%);
}

.inspiration-wrap h2 {
    text-align: center;
    font-weight: 900;
}

.rat {
    text-align: center;
    margin-bottom: 2rem;
}

.calendar-section {
    display: flex;
}

.date {
    background: var(--primary);
    width: 3.4rem;
    height: 4rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 18px;
    position: absolute;
    left: 15px;
}

.date p {
    margin-bottom: unset;
}

.trends {
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    /* min-height: 100px; */
    padding-left: 10px;
    margin-bottom: 1rem;
}

.trends p,
.trends h5 {
    margin-bottom: unset;
}

.trends p,
.reduce {
    font-weight: lighter !important;
    font-size: 13px !important;
}

.trends h5 {
    font-size: 1.1rem;
}

.arrow {
    color: #040404;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    position: absolute;
    top: 428px;
    left: 245px;
}

.arrow:hover {
    color: var(--primary);
}

.condition {
    width: 80% !important;
}

.caret {
    margin-left: 10px;
}

.clicks {
    padding: 6rem 0;
}

.click-btn {
    width: 9rem;
    font-weight: 700 !important
}

.fit,
.fit-pic {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.fit {
    flex-direction: column;
}

.fit h2,
.fit p,
.fit a {
    margin-bottom: 1rem;
}

.fit-pic {
    position: relative;
}

.fit-pic i {
    position: absolute;
    top: 8rem;
    color: var(--primary);
    width: 5rem;
    background: rgba(0, 0, 0, 0.644);
    height: 5rem;
    border-radius: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.shop-section {
    background: url('./assets/shop.png') no-repeat center;
    margin: 1rem 0 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    height: 7rem;
}

.pic-grid {
    width: 100%;
    height: auto;
}

.space {
    margin-bottom: 1rem;
}

.media {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media p {
    margin-bottom: unset;
}

.net {
    margin-bottom: 3rem;
}

.ig,
.facebook {
    width: 1.3rem;
    height: 1.3rem !important;
}

.list {
    padding-left: 1rem;
}

.footer-wrap {
    /* background: var(--black); */
    background: #01151f !important;
    padding: 2rem 0;
    width: 100%;
    color: #fff;
}

.footer-wrap .newsletter input {
    background: #4d4e4f;
    color: #fff;
    border: 0px;
}

.icons {
    display: flex;
    justify-content: space-around;
    position: relative;
    left: -20px;
}

.social-links {
    width: 2.3rem;
    height: 2.3rem;
    color: #fff;
    border-radius: 20px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
}

.social-links:hover {
    background: var(--primary);
    border: 1px solidvar(--primary);
    color: #fff;
}

small {
    display: block;
    text-align: center;
    color: #7d7d7d;
}

.feet {
    margin-bottom: 2rem;
}

.fnd-ina {
    display: block;
    margin: auto;
    margin-top: 3px;
}

footer a {
    color: #fff !important;
    opacity: 0.7;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline !important;
}


/* Search Style */

.search-pop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    font-family: 'Open Sans' !important;
}

.search-pop.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999999999 !important;
    display: block;
}

.search-pop input[type='search'] {
    position: absolute;
    top: 13%;
    width: 50%;
    color: var(--black);
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    border-bottom: 2px solid var(--primary);
    margin: 0px auto;
    margin-top: -51px;
    outline: none;
    left: 25%;
    z-index: 999999999999999999999999 !important;
}

.search-pop .result {
    width: 60%;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20vh;
}

.search-pop .result img {
    width: 100px !important;
}

@media (max-width: 600px) {
    .search-pop .result {
        width: 100%;
    }
    .search-pop .result img {
        width: 85px !important;
    }
    .search-pop input[type='search'] {
        left: 10%;
        width: 80%;
    }
}

.search-pop .btn {
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    padding-right: 30px;
    padding-left: 30px;
    border: 0px;
}

.search-pop .btn:hover {
    background-color: var(--primary-hover);
}

.search-pop .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 33px;
    color: var(--secondary);
}

.search-pop .close:hover {
    color: var(--primary);
    cursor: pointer;
}

@media (max-width: 600px) {
    .fnd-ina {
        display: block;
        margin: auto;
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .grey {
        top: 20rem;
        width: 12rem;
        height: 14rem;
    }
    .solution-txt {
        width: 10rem;
        top: 23rem;
    }
    .solution-txt p {
        font-size: 0.6rem;
    }
    .solution-txt h5 {
        font-size: 1.1rem;
    }
    .bg-alt {
        right: 2rem;
        top: 18rem;
        width: 14rem;
        height: 15rem;
    }
    .food-txt {
        width: 13rem;
        right: 2rem;
        top: 20rem;
    }
    .food-txt p {
        font-size: 13px;
    }
    .hash-tags {
        width: 100%;
        font-size: 14px;
    }
    .trends h5 {
        font-size: 0.9rem;
    }
    .trends p {
        font-size: 14px;
    }
    .fit-pic i {
        font-size: 1rem;
        top: 5rem;
        width: 4rem;
        height: 4rem;
    }
    .shop-section h5 {
        font-size: 1rem;
    }
    .btn-main {}
    .net {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    .space h5 {
        font-size: 1rem;
    }
    .last {
        top: 6rem !important;
    }
    .feet h3 {
        font-size: 1.3rem;
    }
    .feet p {
        font-size: 0.9rem;
    }
    .small {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .search-pop input[type='search'] {
        font-size: 25px;
    }
    .grey {
        display: none;
    }
    .solution-txt {
        display: none;
    }
    #doors,
    #windows {
        font-size: 0.9rem;
        height: 2.5rem;
    }
    #windows {
        margin-right: 15px;
    }
    .bg-alt {
        width: 211px !important;
        height: 162px !important;
        top: 120px !important;
    }
    .food-txt {
        top: 8rem;
    }
    .food-txt h2 {
        font-size: 15px;
    }
    .hash-tags {
        font-size: 9px;
    }
    .fit {
        align-items: center;
    }
    .fit p {
        text-align: center;
    }
    .shop-btn {
        font-size: 12px !important;
    }
    .shop-section h5 {
        font-size: 0.8rem;
    }
}

.gx-bounce {
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}

.card:hover .gx-bounce-right {
    animation: bounce-right 3s infinite;
    -webkit-animation: bounce-right 3s infinite;
    -moz-animation: bounce-right 3s infinite;
    -o-animation: bounce-right 3s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-4px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-8px);
    }
    60% {
        -moz-transform: translateY(-4px);
    }
}


/* by james */

@-webkit-keyframes bounce-right {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-8px);
    }
    60% {
        -webkit-transform: translateX(-4px);
    }
}

@-moz-keyframes bounce-right {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-8px);
    }
    60% {
        -moz-transform: translateX(-4px);
    }
}


/* widget_post_cards_alpha */

.widget_post_cards_alpha {
    margin-bottom: 6vh;
}

.widget_post_cards_alpha .square:hover {
    -webkit-transform: translate(20px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.widget_post_cards_alpha .square {
    width: 260px;
    height: 500px;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 20px 50px #d9dbdf;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    margin-right: 20px;
}

.widget_post_cards_alpha .mask {
    clip: rect(0px, 460px, 220px, 0px);
    border-radius: 4px;
    position: absolute;
}

.widget_post_cards_alpha img {
    width: 230px;
}

.widget_post_cards_alpha .h1 {
    margin: auto;
    text-align: left;
    margin-top: 240px;
    padding-left: 30px;
    font-family: 'Open Sans' !important;
    font-size: 24px;
}

.widget_post_cards_alpha p {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #414141;
    line-height: 18px;
}

.widget_post_cards_alpha .button {
    background-color: var(--primary);
    color: white !important;
    width: 120px;
    padding: 10px 18px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 70px;
    font-size: 12px;
    cursor: pointer;
}

.widget_post_cards_alpha .button:hover {
    background-color: var(--primary-hover) !important;
}

@media (max-width: 767px) {
    .widget_post_cards_alpha .square {
        width: 100%;
        margin-top: 50px;
        background: white;
        border-radius: 4px;
        box-shadow: 0px 20px 50px #d9dbdf;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .widget_post_cards_alpha img {
        width: 80%;
        margin-left: 5%;
    }
}

.vote_post .wrapper {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-family: 'open sans';
}

.vote_post .btn-el {
    width: 48px !important;
    height: 28px !important;
    background: #f8f8f8 !important;
    border: 1px solid #ccc !important;
    color: #2e2e2e !important;
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    margin-top: -3px;
    border-radius: 8px !important;
}

.vote_post .btn-el:active {
    background: #efefef !important;
}

.vote_post .icon-1 {
    right: 8px;
    position: relative;
    font-size: 27px;
    color: var(--secondary);
}

.state_link_list {}

.state_link_list .map-wrap {
    position: relative;
    bottom: 280px;
    z-index: -99999999999999999999;
    opacity: 16%;
    margin-bottom: -20%;
}

.state_link_list a {
    font-family: 'open sans';
    font-weight: 600;
}

.state_link_list a:hover {
    text-decoration: underline !important;
}

@media (max-width: 600px) {
    .state_link_list .map-wrap {
        display: none !important;
    }
}

.cg_contractor_wrapper {
    width: 90%;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 23px;
}

@media (max-width: 767px) {
    .cg_contractor_wrapper {
        width: 100%;
        padding-bottom: 10px;
        margin-left: 0px;
    }
}

.spin-icon {
    display: inline-block !important;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rnd-hero-container,
.cg-hero-container,
.faq-hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: var(--secondary); */
    background-image: url("/assets/landing/img/faq-bg-1.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
}

.faq-hero-container {
    background-image: url("/assets/landing/img/faq-bg-1.jpg") !important;
}

.form-landscape {
    position: relative;
    display: flex;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-bottom: 0%;
}

.form-landscape .zipform-wrapper .select-wrap {
    display: block !important;
}

.form-landscape .zipform-wrapper .zipinput-wrap {
    display: block !important;
    margin-top: -10px;
}

.form-landscape .zipform-wrapper .submit-wrap {
    display: block !important;
    margin-top: 10px;
}

.form-landscape .zipform-wrapper input,
.form-landscape .zipform-wrapper select {
    border: var(--primary) 1px solid;
    border-radius: 6px;
    /* background: transparent; */
    padding: 11px 6px 11px 6px;
    font-size: 20px;
    width: 370px;
    text-indent: 2rem !important;
}

.form-landscape .zipform-wrapper select option {
    text-indent: 2rem !important;
}

.form-landscape .zipform-wrapper input::placeholder {
    margin-left: 2rem !important;
    position: relative !important;
}

.form-landscape .zipform-wrapper select {
    width: 370px;
    text-indent: 2rem !important;
}

@-moz-document url-prefix() {
    .form-landscape .zipform-wrapper select {
        width: 370px;
        text-indent: 1.8rem !important;
    }
    .form-landscape .zipform-wrapper input {
        text-indent: 3.8rem !important;
        position: relative !important;
    }
    .form-landscape .icon2 {
        position: relative;
        display: block;
        top: 37px;
        right: 10.5rem;
        font-size: 19px;
        z-index: 9999;
    }
}

.form-landscape .icon {
    color: #3b95c1;
    width: 20px;
}

.form-landscape .icon1 {
    position: relative;
    display: block;
    top: 36px;
    right: 10.5rem;
    font-size: 19px;
    /* width: 20px; */
}

.form-landscape .icon2 {
    position: relative;
    display: block;
    top: 37px;
    right: 10.5rem;
    font-size: 19px;
}

.form-landscape .zipform-wrapper .submit-btn {
    background-color: var(--primary);
    border: var(--primary) 1px solid;
    border-radius: 6px;
    padding: 11px 6px 11px 6px;
    font-size: 20px;
    color: #fff;
    margin-left: -13px;
}

.form-landscape .zipform-wrapper .marker {
    position: absolute;
    top: 47%;
    right: 48%;
    font-size: 130%;
}

@media (max-width: 600px) {
    .form-landscape .icon1 {
        position: relative;
        display: block;
        top: 23px;
        right: 63px;
        font-size: 13px;
    }
    .form-landscape .icon2 {
        position: relative;
        display: block;
        top: 23px;
        right: 63px;
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .form-landscape {
        height: 30vh;
        display: flex;
        margin-bottom: 0%;
    }
    .form-landscape h1 {
        color: var(--black);
        font-size: 23px;
    }
    .form-landscape .zipform-wrapper input,
    .form-landscape .zipform-wrapper select {
        border: var(--primary) 1px solid;
        border-radius: 6px;
        background: transparent;
        padding: 5px 3px 5px 3px;
        font-size: 14px;
        width: 152px;
    }
    .form-landscape .zipform-wrapper select {
        /* width: 85%; */
        width: 200px;
    }
    .form-landscape .zipform-wrapper select.fnd_ct {
        /* width: 85%; */
        width: 152px !important;
    }
    .form-landscape .zipform-wrapper .submit-btn {
        background-color: var(--primary);
        border: var(--primary) 1px solid;
        border-radius: 6px;
        padding: 5px 3px 5px 3px;
        font-size: 14px;
        color: #fff;
        margin-left: -13px;
        width: 110px !important;
    }
}

.pro-hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    background: url('/assets/landing/img/neighbourhood1.jpg') 200px;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.vertical-hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    background: #000000;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hwitwk-modal {
    font-size: 13px;
    top: -20px;
}

.hwitwk-modal .icon {
    font-size: 70px !important;
    color: var(--secondary) !important;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.do-not-sell .info {
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.do-not-sell .info i {
    font-size: 20px;
    color: #1bac91;
    float: left;
    width: 44px;
    height: 44px;
    background: #e1f0ee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.do-not-sell .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #21413c;
}

.do-not-sell .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #43857a;
}

.do-not-sell .info .email p {
    padding-top: 5px;
}

.do-not-sell .info .social-links {
    padding-left: 60px;
}

.do-not-sell .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.do-not-sell .info .social-links a:hover {
    background: #1bac91;
    color: #fff;
}

.do-not-sell .info .email:hover i,
.do-not-sell .info .address:hover i,
.do-not-sell .info .phone:hover i {
    background: #1bac91;
    color: #fff;
}

.do-not-sell .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.do-not-sell .php-email-form .form-group {
    padding-bottom: 8px;
}

.do-not-sell .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.do-not-sell .php-email-form .error-message br+br {
    margin-top: 25px;
}

.do-not-sell .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.do-not-sell .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.do-not-sell .php-email-form .loading:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.do-not-sell .php-email-form input,
.do-not-sell .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.do-not-sell .php-email-form input {
    height: 44px;
}

.do-not-sell .php-email-form textarea {
    padding: 10px 12px;
}

.do-not-sell .php-email-form button[type='submit'] {
    background: #1bac91;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.do-not-sell .php-email-form button[type='submit']:hover {
    background: #22d8b6;
}

.essay {
    font-family: 'Open Sans' !important;
}

.find-contractor-hero {
    background: url('/assets/landing/img/find-contractor-2.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 600px) {
    .find-contractor-hero {
        background-size: 250%;
    }
}

.nav-form input {
    width: 200px;
    margin-right: 5px;
    font-weight: 700 !important;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 25%);
}

.nav-form span.txt {
    margin-right: 20px;
    font-weight: 600;
}

@media (max-width: 600px) {
    .nav-form span.txt {
        margin-right: 0px;
    }
}

.fixedNav {
    opacity: 0;
    transition: 0.3s;
    position: fixed;
    background: #fff !important;
    z-index: 999999999;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.displayNav {
    top: 0px;
    transition: 0.3s;
    opacity: 1;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

#nav-v-list-modal .item {
    cursor: pointer !important;
    font-weight: 700 !important;
    transition: 0.5s !important;
}

#nav-v-list-modal .item img {
    width: 80px;
    height: 80px;
}

#nav-v-list-modal .head {
    margin-top: 4vh;
}

@media (max-width: 600px) {
    #nav-v-list-modal .head {
        margin-top: 12.5vh;
    }
}

.bg-light-primary {
    background: var(--light-primary);
}

.thumb-primary {
    color: var(--primary);
    margin: 6px;
}

.thumb-pro {
    color: #269846;
    margin: 6px;
}

.thumb-con {
    color: #e53e30;
    margin: 6px;
}


/* Newsletter */

.newsletter-comp {
    padding: 80px 0;
    background: #f2f2f2;
}

.newsletter-comp .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter-comp .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter-comp .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.newsletter-comp .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter-comp .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}

.newsletter-comp input {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

#how-it-works-modal {
    top: 112px !important;
}

.cgl-link-wrap {
    display: block;
}

@media (max-width: 767px) {
    .cgl-link-wrap {
        margin: auto !important
    }
}

.hm-cg-h {
    font-weight: 700;
    color: #000
}

@media (max-width: 767px) {
    .hm-cg-h {
        display: block !important;
        text-align: center !important;
    }
}

.hwdsbtn {
    background: none;
    border: 0px;
    font-size: 27px;
    position: relative;
    left: 48% !important;
}

.hideonmobile {
    display: block;
}

@media (max-width: 767px) {
    .hwdsbtn {
        left: 44% !important;
    }
    .hideonmobile {
        display: none;
    }
}

.footer-logo {
    position: relative;
    left: -17px !important;
}

.fchwtk-wrap {
    display: block;
}

.btn-df-w-1 {
    width: 200px !important;
}

.btn-df-w-2 {
    width: 160px !important;
}

.nwsi {
    position: relative;
    left: -10px;
}

@-moz-document url-prefix() {
    select {
        font-family: Arial, sans-serif !important;
    }
    input {
        font-weight: 700 !important;
    }
    .fchwtk-wrap {
        /* position: relative;
        top: 50%;
        left: 8%; */
    }
}

.xzstep-map-main {
    margin: 50px 0 51px;
}

.xzstep-map-main .xzstep-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;
}

@media (max-width: 991px) {
    .xzstep-map-main .xzstep-map-wrapper {
        margin-bottom: 25px;
        height: auto;
        display: block;
    }
}

.xzstep-map-main .xzstep-map-wrapper::before {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

.xzstep-map-main .xzstep-map-wrapper::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

.xzstep-map-main .xzstep-map-wrapper .xzstep-map-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #064f73;
    border-right-color: #064f73;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .xzstep-map-main .xzstep-map-wrapper .xzstep-map-circle {
        position: unset;
        border: 25px solid #064f73;
    }
}

.xzstep-map-main .xzstep-map-wrapper .xzstep-map-circle .xzstep-map-circle-text {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #45bcf5;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: 0px 0px 10px 5px #00000021;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.xzstep-map-main .xzstep-map-wrapper .xzstep-map-card {
    width: 35%;
    background: #064f73;
    padding: 20px 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    border-radius: 5px;
}

.xzstep-map-main .xzstep-map-wrapper .xzstep-map-card::before {
    content: "";
    width: 25%;
    height: 20px;
    background: #064f73;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23%;
    z-index: -1;
}

@media (max-width: 991px) {
    .xzstep-map-main .xzstep-map-wrapper .xzstep-map-card {
        width: 100%;
        margin-top: 30px;
        position: unset;
    }
    .xzstep-map-main .xzstep-map-wrapper .xzstep-map-card::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 425px) {
    .xzstep-map-main .xzstep-map-wrapper .xzstep-map-card {
        top: 45%;
    }
}

.xzstep-map-main .xzstep-map-wrapper .xzstep-map-card .card-head {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff;
}

.xzstep-map-main .xzstep-map-wrapper .xzstep-map-card .card-text {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .xzstep-map-main .xzstep-map-wrapper .xzstep-map-card .card-text {
        -webkit-line-clamp: 4;
    }
}

.xzstep-map-main .xzstep-map-wrapper:nth-of-type(even) .xzstep-map-circle {
    border-bottom-color: #064f73;
    border-left-color: #064f73;
    border-top-color: transparent;
    border-right-color: transparent;
}

@media (max-width: 991px) {
    .xzstep-map-main .xzstep-map-wrapper:nth-of-type(even) .xzstep-map-circle {
        border-color: #064f73;
    }
}

.xzstep-map-main .xzstep-map-wrapper:nth-of-type(even) .xzstep-map-card {
    left: 0;
}

.xzstep-map-main .xzstep-map-wrapper:nth-of-type(even) .xzstep-map-card::before {
    right: -23%;
    left: unset;
}

@media (max-width: 991px) {
    .xzstep-map-main .xzstep-map-wrapper:nth-of-type(even) .xzstep-map-card::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 425px) {
    .xzstep-map-main .xzstep-map-wrapper:nth-of-type(even) .xzstep-map-card::before {
        top: 45%;
    }
}

.footer2 {
    background-color: #151515;
    padding: 80px 0px 10px;
    color: #fcfcfc;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.footer2 ul {
    list-style: none;
    padding-left: 0px;
}

.footer2-col {
    /* width: 25%;
	padding: 0 15px; */
    display: block;
}

.footer2-col h4 {
    font-size: 18px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer2-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #3b95c1;
    width: 50px;
    height: 2px;
}

.footer2-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer2-col ul li a {
    color: #DDD;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer2-col ul li a:hover {
    color: #FFF;
    padding-left: 7px;
}

.footer2-col .social-links a {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px 10px 0;
    line-height: 40px;
    transition: all 0.5s ease;
}

.footer2-col .social-links a:hover {
    color: #151515;
    background-color: #FFF;
}

@media(max-width: 767px) {
    .footer2-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer2-col {
        width: 100%;
    }
}

.hwdxbtn-wrap {
    position: relative;
    left: 23rem;
}

@media(max-width: 767px) {
    .hwdxbtn-wrap {
        position: relative;
        left: 9rem;
    }
}

._backlinks_wrap {
    background: #edf9fe !important;
    padding: 30px 0px;
}

._backlinks_cmp {
    display: block;
    text-align: center;
}

._backlinks_cmp .head {
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 700;
}

._backlinks_cmp .link_wrap {
    font-size: 1rem !important;
    font-weight: 700;
    font-size: 25px !important;
}

._backlinks_cmp .link_wrap a {
    color: var(--primary) !important;
}