@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;700&family=Outfit:wght@300;400;500;600;700&display=swap");

* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}

:root {

    --dark_blue: #00030D;

    --heading: #333333;

    --outfit: "Outfit", sans-serif;

}

body {

    display: unset;

    color: #555555;

    font-size: 16px;

    font-family: var(--outfit);

    font-weight: 400;

    font-style: normal;

    line-height: 1.6;

}

.dry-pd.pt40 {
    padding-top: 40px;
}

.bg-grey {
    background: #f1f1f1;
}

.ptb60 {

    padding-top: 60px;

    padding-bottom: 60px;

}

.pt60 {

    padding-top: 60px;

}

.pt20 {

    padding-top: 20px !important;

}

.pt0 {

    padding-top: 0px !important;

}

.pb60 {

    padding-bottom: 60px;

}

.mt24 {

    margin-top: 24px;

}

.mt20 {

    margin-top: 20px;

}

.mt32, #eb .eb-entry-article h2.mt32{

    margin-top: 32px;

}

.mt40 {

    margin-top: 40px;

}

.mt56 {

    margin-top: 56px;

}

h1,

h2,

h3,

h4,

h5 {

    color: #333;

}

h1 {

    font-size: 58px;

    line-height: 1.2;

    font-weight: 600;

}

h2 {
    font-size: 38px;
    line-height: 120%;
    font-weight: 600;
}

h3 {

    font-size: 32px;

    font-weight: 600;

}

h4 {

    font-size: 24px;

    line-height: 32px;

    font-weight: 600;

}

h5 {

    font-size: 20px;

    line-height: 24px;

    font-weight: 600;

}

.m-auto.con-bg-img a.btn {
    min-width: 265px;
    display: flex;
    justify-content: center;
}

p.txw-100 {
    color: #fff;
}

a {

    text-decoration: none;
    color: #551aa5;
    font-weight: 500;

}

.pb10 {

    padding-bottom: 10px;

}

.pt10 {

    padding-top: 10px;

}

.pt20 {

    padding-top: 20px;

}

.flex {

    display: flex;

}

.flex .col {

    flex: 1 50%;

    max-width: 50%;

}

.wrap {

    flex-wrap: wrap;

}

.gap40 {

    gap: 40px;

}

.gap60 {

    gap: 60px;

}

.gap100 {

    gap: 100px;

}

.t-center {

    text-align: center;

}

.spc_btw {

    justify-content: space-between;

}

.alg_cnt {

    align-items: center;

}

.btn {

    background-color: #D22026;

    color: #fff;

    padding: 14px 32px;

    font-weight: bold;

    border-radius: 8px;

    display: block;

    width: max-content;

}

.mx-1440 {

    max-width: 1440px;

}

.mx-1080 {

    max-width: 1080px;

}

.mx-900 {

    max-width: 900px !important;

}

.mx-757 {

    max-width: 757px !important;

}

.mx-800 {

    max-width: 800px !important;

}

.mx-840 {

    max-width: 840px !important;

}

.mx-550 {

    max-width: 550px !important;

}

.mx-511 {

    max-width: 511px !important;

}

.mx-597 {

    max-width: 597px !important;

}

.mx-571 {

    max-width: 571px !important;

}

.mx-610 {

    max-width: 610px !important;

}

.mx-567 {

    max-width: 567px !important;

}

.mx-686 {

    max-width: 686px !important;

}

.m-auto {

    margin-left: auto;

    margin-right: auto;

}

/* header */

.header {

    padding-top: 20px;

    padding-bottom: 20px;

}

header.header.full-width {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.icon {

    flex: 1;

    max-width: 40px;

    background: #D22026;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.info {
    flex: 1;
}

.icon img {

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(304deg) brightness(105%) contrast(101%);

    max-width: 18px;

}

.header .col {

    gap: 12px;

    align-items: center;

    flex: unset;

    max-width: unset;

}

.header .col span {

    display: block;

}

.header .col a {

    font-weight: bold;

    color: #000;

}

#main-header {

    border-top: 1px solid rgba(0, 0, 0, 0.2);

    padding-top: 20px;

    margin-top: 20px;

}

#main-header .flex {

    gap: 80px;

}

/* banner  */

.banner {

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(280deg, rgba(0, 0, 0, 0.00) 0.59%, rgba(0, 0, 0, 0.40) 99.51%), url(../../../../../images/home-banner.png) lightgray 50% / cover no-repeat;

    background-size: cover;

    background-position: center;

    position: relative;

    padding: 2rem 0;

    background-repeat: no-repeat;

}

.banner:after {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    z-index: -1;

}

.banner h1 {

    color: #fff;

    padding: 5px 0;

}

.subtxt {

    width: max-content;

    padding: 4px 3px;

    border-radius: 8px;

    /* border: 1px solid rgba(255, 255, 255, 0.50); */

    /* background: rgba(255, 255, 255, 0.20);

    backdrop-filter: blur(4px); */

    color: #fff;

    font-weight: 600;

}

.boxes .flex {

    gap: 20px;

}

.boxes .col {

    border-radius: 16px;

    border: 1px solid rgba(0, 0, 0, 0.20);

    padding: 20px;

    flex: 1 48%;

}

.boxes .col img {

    padding-bottom: 10px;

}

.boxes .col h5 {

    padding-bottom: 10px;

}

.grid {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-gap: 30px;

}

.g-col {

    border-radius: 12px;

    border: 1px solid rgba(255, 255, 255, 0.20);

    background: #191C25;

    padding: 6px
}

.g-col div {

    padding: 10px 18px 16px;

}

.drk-blu {

    background-color: #0D111D;

}

.drk-blu h2,

.drk-blu h4 {

    color: #fff;

}

.drk-blu p {

    color: #DADADA;

}

.colm .flex {

    gap: 20px;

    align-items: flex-start;

}

.rd-txt {

    color: #D22026 !important;

    font-size: 20px;

    font-weight: 600;

    line-height: normal;

}

.rev-sec .col:first-child {

    flex: 1 30%;

    max-width: 30%;

}

.rev-sec .col:last-child {

    flex: 1 60%;

    max-width: 60%;

}

.rev-sec .btn {

    display: flex;

    gap: 8px;

    align-items: center;

}

.c-info {
    border-radius: 8px;
    margin-bottom: 16px;
    gap: 12px;
    align-items: center;
}

.cta .col:first-child {

    padding-right: 17rem;

}

.info a {

    color: #333;

    font-weight: 700;

    font-size: 18px;

}

.frm {

    border-radius: 16px;

    background: #F0F0F0;

    padding: 40px;

}

.frm label {

    display: none;

}

.frm input,

.frm textarea,
.frm select {

    border-radius: 8px;

    border: 1px solid rgba(0, 0, 0, 0.10);

    background: #FFF;

    width: 100%;

    padding: 14px;

    margin-top: 15px;

    font-weight: 400;

    color: #555;

    font-family: 'Outfit';

    font-size: 16px;

    line-height: 120%;
    resize: none;

}

.frm input::placeholder,

.frm textarea::placeholder {
    color: #555;

    font-weight: 400;

    font-family: 'Outfit';

    font-size: 16px;

    line-height: 120%;
}

label#Property_Type-grouplbl {

    display: block;

    font-weight: 700;

    margin-top: 15px;

}

.rsform-type-radiogroup label#Property_Type0-lbl,
.rsform-type-radiogroup label#Property_Type1-lbl {
    display: flex;
    gap: 8px;
}

.rsform-type-radiogroup input {

    width: max-content;

    margin-top: 0;

}

.form-check {

    display: flex;

    gap: 6px;

    align-items: center;

    width: max-content;

}

.rsform-type-radiogroup .formControls .formBody {
    display: flex;
    gap: 30px;
    padding-top: 10px;
}

button#Submit {
    width: 100%;
    border: 0;
    font-weight: 700;
    font-family: outfit;
    margin-top: 30px;
    font-size: 16px;
    color: #FFF;
    line-height: 100%;
    border-radius: 8px;
    background: #D22026;
    PADDING: 16px 32px;
}

footer p,
footer a,
footer h5 {

    color: #DADADA;

}

footer p,
footer a {
    font-weight: 400;
}

footer h5 {
    font-weight: 400;
    padding-bottom: 20px;

}

footer .flex {

    gap: 60px
}

footer .flex>div:first-child {

    flex: 1 22%;

}

footer .flex>div:nth-child(2) {

    flex: 1 20%;

}

footer .flex>div:nth-child(3) {

    flex: 1 20%;

}

footer .flex>div:last-child {

    flex: 1 23%;

}

.bg-blue {
    background-color: #0D111D;
}

.cpyrgt.mx-wth1440 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.links a {

    display: block;

    padding-bottom: 12px;

}

.ftr-cnt img {

    max-width: 15px;

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(304deg) brightness(105%) contrast(101%);

}

.cpyrgt img {

    max-width: 18px;

    filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(7376%) hue-rotate(273deg) brightness(83%) contrast(97%);

}

.ftr-cnt .flex {

    gap: 12px;

    padding-bottom: 15px;

}

.cpyrgt {

    border-top: 1px solid rgba(255, 255, 255, 0.20);

    padding: 26px 0;

}

.cpyrgt .flex {

    justify-content: space-between;

}

.soc {

    gap: 20px;

}

.soc a {

    background: #DADADA;

    border-radius: 50%;

    width: 32px;

    height: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.cpyrgt a {

    color: #DADADA;

}

#subscribe {

    margin-top: 20px;

}

#subscribe label {

    display: none;

}

#subscribe input {
    background: unset;
    border: 0;
    color: #DADADA;
    font-family: Outfit;
    font-size: 16px;
    line-height: 120%;
}

#subscribe .formContainer>.row {

    display: flex;

    border-radius: 8px;

    border: 1px solid rgba(255, 255, 255, 0.20);

    padding: 12px;

}

#subscribe button#Submit {

    margin-top: 0;

}

/* inner banner */
.bg-D2 {
    background: #D22026;
}

.bn-pd {
    padding: 48px 0;
}

h1.inner-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

ul.mod-breadcrumbs.breadcrumb {
    display: flex;
    column-gap: 32px;
    row-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 12px;
    justify-content: center;
}

ul.mod-breadcrumbs li {
    line-height: normal;
    position: relative;
}

ul.mod-breadcrumbs li a,
ul.mod-breadcrumbs li span {
    color: #ffffff;
    font-weight: 400;
}

ul.mod-breadcrumbs li span.divider img {
    position: absolute;
    right: -26px;
    top: 2px;
}

ul.mod-breadcrumbs li.active span {
    font-weight: 700;
}

/* inner banner end */
/* inner page */
.txw {
    color: #ffffff;
}

.mt16 {
    margin-top: 16px;
}

.txw-90 {
    color: rgb(255 255 255 / 90%);
}

.mx-400 {
    max-width: 400px;
}

.con-map iframe {
    max-width: 100% !important;
    width: 100%;
}

.flx-btn {
    display: flex;
    gap: 16px;
    justify-content: center;
}

img.btn-mg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(304deg) brightness(105%) contrast(101%);
    max-width: 18px;
}

.flx-btn .btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.con-bg-img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(../../../../../images/contact-img.png) lightgray 50% / cover no-repeat;
    padding-top: 110px;
    padding-bottom: 110px;
}

.com-bg-img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(../../../../../images/Commercial-bg.jpg) lightgray 50% / cover no-repeat;
    padding-top: 110px;
    padding-bottom: 110px;
}

.max-wth570 {
    max-width: 570px;
}

.con-pg .info a {
    font-size: 16px;
}

.subcrb .formRow {
    display: flex;
    align-items: center;
    max-width: 312px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding-left: 16px;
    padding-right: 4px;
    height: 48px;
}

.subcrb .formRow .formSpan6:first-of-type {
    flex: 1 80%;
    width: 80%;
}

#subscribe input:focus-visible {
    outline: 0;
}

.subcrb .formRow .formSpan6:last-of-type {
    flex: 1 20%;
    max-width: 40px;
    padding: 4px 0;
    height: 100%;
}

#subscribe button#Submit {
    margin-top: 0;
    background: url(../../../../../images/subscrib.svg);
    background-size: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
}

.ca-flx {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.ca-flx .colm {
    flex: 1 30%;
    max-width: 32%;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 24px;
}

.mt12 {
    margin-top: 12px;
}

.mt8 {
    margin-top: 8px;
}

ul.box-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
}

ul.box-list li {
    padding: 8px 16px;
    padding-left: 42px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    color: #DADADA;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

ul.box-list li:after {
    content: "";
    background: url(../../../../../images/tick-solid.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.cp-flx {
    display: flex;
    gap: 24px;
    position: relative;
}

p.num {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    width: 48px;
    height: 48px;
    background-color: #D22026;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

hr.bg-line {
    position: absolute;
    width: 100%;
    height: 8px;
    border: 0;
    background: #F0E7E7;
    z-index: -1;
    top: 22px;
}

.grid.mb-flxbc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.drk-blu .col img {
    border-radius: 16px;
}

.cp-flx .colm {
    flex: 1;
}

.csfoam .colm {
    background: rgba(255, 255, 255, 0.10);
}

.ca-flx.sfcost .colm,
.ca-flx.asfinsulation .colm {
    flex: 1 47%;
    max-width: 48%;
}

.mtb16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

hr.sp-fom.mtb16 {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

/* inner page */
/* form 7 */
.form7container .formRow {
    display: flex;
    gap: 16px;
}

.form7container .formSpan12 {
    width: 100%;
}

.frm input:focus-visible,
.frm textarea:focus-visible,
.frm select:focus-visible {
    outline: 0;
}

/* form 7 end */
/* faq */
.accordion-item {
    padding: 24px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-top: 8px;
}

.page-sec .accordion-item {
    padding: 24px;
    padding-left: 0;
}

.accordion-item-header {
    padding-right: 50px;
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    margin: 20px 0px 8px;
    color: #555;
    line-height: 150%;
    padding-right: 62px;
}

ul.fqa-list li {
    margin-top: 16px;
}

.accordion-item-header:after {
    content: "";
    background-image: url(../../../../../images/faq+.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.accordion-item-header.active:after {
    background-image: url(../../../../../images/faq-.svg);
}

ul.fqa-list {
    list-style-type: disc;
    margin-left: 20px;
}

/* faq end */
.csfoam.abt-bk .colm {
    flex: 1;
}

.g-col img {
    border-radius: 8px;
}

h1 span.undr-line {
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    text-decoration-line: underline;
    text-underline-position: from-font;
}

.flex.gap52.alg_cnt.dir-row a {
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.flex.gap52.alg_cnt.dir-row {
    justify-content: center;
}

ul.box-list-flx li::marker {
    content: none !important;
}

ul.box-list-flx {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 80px;
    row-gap: 18px;
}

.igm-list.sup-insu ul.box-list-flx li.colm {
    padding-left: 34px;
    flex: 1 44%;
    max-width: 44%;
}

.igm-list.sup-insu ul.box-list-flx li.colm::before {
    top: 3px;
}

.cp-flx.gap60 {
    gap: 60px;
}

.mt52 {
    margin-top: 52px;
}

.mx-1064 {
    max-width: 1064px;
}

.mx-635 {
    max-width: 635px;
}

@media(max-width:1248px) {

    .boxes .col {

        flex: 1 40%;

    }

    .cta .col:first-child {

        padding-right: 5rem;

    }

}

@media(max-width:1092px) {
    .flex.gap52.alg_cnt.dir-row .col.flex {
        flex: none;
    }

    .site-width {

        padding-left: 50px;

        padding-right: 50px;

    }

    .flex {

        flex-direction: column;

    }

    .flex.rev-dir {

        flex-direction: column-reverse;

    }

    header .flex,

    .c-info,

    .cpyrgt .flex,

    .ftr-cnt .flex {

        flex-direction: row;

    }

    .cpyrgt>.flex {

        flex-direction: column !important;

    }

    .flex .col,

    .rev-sec .col:first-child,

    .rev-sec .col:last-child {

        flex: 1 100%;

        max-width: 100%;

    }

    h1 {

        font-size: 48px;

    }

    h2 {

        font-size: 36px;

        line-height: 42px;

    }

    .mt40 {

        margin-top: 20px;

    }

    .gap100 {

        gap: 32px;

    }

    .grid {

        grid-template-columns: 1fr;

    }

    .cta .col:first-child {

        padding-right: 0rem;

        padding-bottom: 3rem;

    }

    .cta {

        align-items: unset;

    }

    footer .flex {

        gap: 30px;

    }

    .colm {

        text-align: center;

    }

    .colm div {

        width: 100%;

    }

    .colm img {

        margin: auto;

    }

    .colm h4 {

        padding-bottom: 10px;

    }

    .mx-597 {
        max-width: 100% !important;
    }

    .mx-400.con-pg {
        margin: auto;
    }

    .tb-txt-cnter {
        text-align: center;
    }

    .con-bg-img,
    .com-bg-img {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .csfoam.abt-bk .colm {
        flex: 1 47%;
        max-width: 48%;
    }
}

@media (max-width: 991px) {
    div#mod-custom110 {
        display: none;
    }

    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    .col-mal {
        display: none;
    }

    #main-header .flex {
        justify-content: space-between;
        line-height: normal;
    }

    .con-bg-img,
    .com-bg-img {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main-header {
        padding-top: 10px;
        margin-top: 10px;
    }

    .site-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1.inner-title {
        font-size: 32px;
    }

    .bn-pd {
        padding: 34px 0;
    }

    .req-btn,
    hr.bg-line {
        display: none;
    }

    h1 {
        font-size: 36px;
    }

    .pb60 {
        padding-bottom: 40px;
    }

    .pt60 {
        padding-top: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 120%;
    }

    h4 {
        font-size: 18px;
        line-height: 120%;
    }

    h5 {
        font-size: 18px;
        line-height: 120%;
    }

    .g-col div {
        padding: 10px 16px 16px;
    }

    .frm {
        padding: 20px;
    }

    .con-bg-img .mx-757,
    .com-bg-img .mx-757,
    .con-bg-img .mx-800 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flx-btn {
        gap: 24px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer .flex {
        align-items: center;
        text-align: center;
    }

    .subcrb .formRow {
        margin: auto;
    }

    .cpyrgt .site-width>.flex {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .flex.soc {
        justify-content: center;
    }

    h3 {
        font-size: 24px;
        line-height: 120%;
        font-weight: 600;
    }

    .mt56,
    .colm.mt20 {
        margin-top: 32px;
    }

    .cp-flx {
        flex-wrap: wrap;
        gap: 40px;
    }

    .ca-flx .colm,
    .cp-flx .colm,
    .ca-flx.sfcost .colm,
    .ca-flx.asfinsulation .colm,
    .csfoam.abt-bk .colm {
        flex: 1 100%;
        max-width: 100%;
    }

    p.num {
        margin-left: auto;
        margin-right: auto;
    }

    .grid.mb-flxbc {
        grid-template-columns: 1fr;
    }

    .pt20.pb60 {
        padding-top: 0 !important;
    }

    .accordion-item-header {
        font-size: 18px;
        line-height: 120%;
    }

    .accordion-item-header:after {
        width: 32px;
        height: 32px;
    }

    .accordion-item-body-content {
        padding-right: 42px;
    }

    .ca-flx.insu-ser .colm.mx363 {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .d-n {
        display: none;
    }

    .subtxt {
        padding: 4px 8px;
    }

    .form7container .formRow {
        gap: 0px;
        flex-direction: column;
    }
}

.mx-887 {
    max-width: 887px;
}

.rsform-block.rsform-block-hcaptcha.rsform-type-hcaptcha {
    margin-top: 13px;
}

.formContainer button[type=submit][disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}

/*  */
.banner.Moisture {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(280deg, rgba(0, 0, 0, 0.00) 0.59%, rgba(0, 0, 0, 0.40) 99.51%), url(../../../../../images/Moisture.png) lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 4rem 0;
    background-repeat: no-repeat;
}

.banner.Residential {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(280deg, rgba(0, 0, 0, 0.00) 0.59%, rgba(0, 0, 0, 0.40) 99.51%), url(../../../../../images/Residential.png) lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

ul.box-list-n {
    display: flex;
    gap: 20px;
    list-style-type: none;
    flex-wrap: wrap;
}

ul.box-list-n li {
    flex: 1;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    padding: 16px;
    padding-left: 42px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    position: relative;
}

ul.box-list-n li:before {
    content: "";
    background: url(../../../../../images/tick-solid.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    top: 18px;
    left: 16px;
}

.igm-list p {
    margin-top: 8px;
}

p.nbers {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    background: #d22026;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.check-li {
    list-style: none;

}

ul.check-li li {
    position: relative;
    padding-left: 35px;
}

ul.check-li li::before {
    content: "";
    background-image: url(/images/check.svg) !important;
    background-color: #D22026;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    left: 0px;
    border-radius: 50px;
    padding: 10px;
    top: 6px;
}

.col>img {
    border-radius: 16px;
}

.logo img {
    width: 130px;
}

@media (max-width: 991px) {
    .d-n {
        display: none;
    }

    ul.box-list-n li {
        flex: 1 47%;
        max-width: 48%;
    }

    p.nbers {
        text-align: center;
        margin: auto;
    }

    .col.mx-567 {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {

    ul.box-list-n li {
        flex: 1 100%;
        max-width: 100%;
    }

}

/*rev sec */
.flx-rw {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
}

.rev-cl1 {
    flex: 1 40%;
    width: 40%;
}

.rev-cl2 {
    flex: 1 67%;
    width: 64%;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.rev-cl2 {
    margin: auto;
}

p.date {
    display: flex;
    gap: 5px;
    margin-bottom: 0;
}

.owl-carousel .flex {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.review .star {
    max-width: 130px;
    padding-top: 15px;
}

.review .rev-info {
    padding-top: 15px;
}

.review .pro-ico {
    max-width: 50px;
    margin-right: 15px;
}

.review .owl-item {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 24px;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #D22026;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev svg,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next svg {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 36px;
    position: absolute !important;
    top: -12px !important;
}

.owl-carousel button.owl-prev {
    position: absolute;
    top: 35%;
    left: -29px;
}

.owl-carousel button.owl-next {
    position: absolute;
    right: -28px;
    top: 35%;
}

.owl-carousel h4 {
    color: #fff;
    font-family: var(--outfit);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.owl-carousel .date img.goggle-ic {
    width: 49px !important;
}

p.cl-g.text-center a {
    color: #cf1f25;
}

p.rev-pera {
    color: #D22026;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.owl-item {
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.10) !important;
}

@media (max-width: 991px) {
    .rev-cl2 {
        flex: 1 91%;
        width: 91%;
    }

    .flx-rw {
        flex-direction: column;
    }

    .rev-cl1 {
        flex: 1 100%;
        width: 100%;
        text-align: center;
        margin: auto;
    }
}

/*rev sec */
.mb38 {
    margin-bottom: 38px;
}

/* start blog-by pt awt dt 20122024 */
/* css for blog layout by gopal */
/* b-post-listing.is-row.has-divider,#eb .eb-post-listing__item 
remove css from these classes*/
.blglistflx {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.listing-bg-im {
    flex: 0 35%;
    width: 35%;
}

body.com_easyblog.view-latest.no-layout.no-task.itemid-145 #eb .eb-post-thumb .eb-post-image-cover,
body.com_easyblog.layout-listings.no-task.itemid-145 #eb .eb-post-thumb .eb-post-image-cover,
.com_easyblog.view-search.no-layout.no-task.itemid-145 .eb-post-thumb .eb-post-image-cover {
    height: 160px !important;
    width: 300px !important;
}

.listing-bg-cont.video-pst {
    max-width: 695px;
}

.cat-flx {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.esyb-wrap #eb .video-pst .eb-post-title a {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1.3;
    margin-bottom: 3px;
}

.p-none,
.eb-post-simple__category {
    display: none !important;
}

.video-pst .cat-flx-cl {
    font-size: 14px;
    line-height: 16px;
    color: #565f76 !important;
    font-family: "Inter", sans-serif !important;
}

.cat-flx-cl {
    display: flex;
}

#eb .comma-seperator.p-none {
    display: none;
}

span.cat-div {
    padding-right: 8px;
}

.com_easyblog .t-mb--lg,
#eb .eb-tag {
    margin-top: -10px;
}

#eb .eb-post-title {
    font-size: 20px;
    line-height: 22px;
}

.listing-bg-cont.video-pst p {
    font-size: 14px;
    padding-bottom: 10px;
}

#eb a.tag-nm {
    color: #565f76 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    padding-left: 5px;
}

.com_easyblog.view-entry .eb-container__main .max70 {
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}

#eb .eb-post-title {
    margin: 10px 0 10px !important;
}

img.vid-cat-ic {
    padding-right: 8px;
}

@media (max-width:1100px) {

    body.com_easyblog.view-latest.no-layout.no-task.itemid-145 #eb .eb-post-thumb .eb-post-image-cover,
    body.com_easyblog.layout-listings.no-task.itemid-145 #eb .eb-post-thumb .eb-post-image-cover,
    .com_easyblog.view-search.no-layout.no-task.itemid-145 .eb-post-thumb .eb-post-image-cover {
        height: 170px !important;
    }
}

@media (max-width:991px) {
    .com_easyblog.view-entry .eb-container__main .max70 {
        max-width: 100%;
    }

    .row-fluidx.row-container.main-width.esyb-wrap.hp-sectiontb {
        padding-top: 0 !important;
    }
}

@media (max-width:768px) {
    .blglistflx {
        gap: 0px;
        flex-direction: column;
    }

    .listing-bg-im {
        flex: 0 100%;
        height: 230px;
        width: 100%;
    }

    body.com_easyblog.view-latest.no-layout.no-task.itemid-145 #eb .eb-post-thumb .eb-post-image-cover,
    body.com_easyblog.layout-listings.no-task.itemid-145 #eb .eb-post-thumb .eb-post-image-cover,
    .com_easyblog.view-search.no-layout.no-task.itemid-145 .eb-post-thumb .eb-post-image-cover {
        height: 230px !important;
        width: 100% !important;
    }

    .cat-flx {
        flex-direction: column;
    }

    span.cat-div {
        display: none;
    }

    .rd-bg .flex {
        padding-left: 20px;
        padding-right: 20px;

    }

    .btn,
    .wht {
        font-size: 16px;
    }
}

/* css for blog layout by gopal end */

h3.sub-hed-blg.flx-hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.blg-lst.lst1 li {
    display: inherit !important;
}

.flx-hd img {
    width: 26px !important;
    margin: 0 !important;
}

.small-h {
    font-size: 32px !important;
}

#eb .eb-authors-bio dt {
    display: none;
}

#eb .eb-tag {
    margin-bottom: 30px !important;
}

.mgb60 {
    margin-bottom: 60px;
}

.blg-lst li span {
    font-family: 'Inter';
    line-height: 1.5;
}

.com_easyblog.view-entry .eb-entry-article.clearfix {
    margin-top: 60px;
}

h2.blg-hed.mrt0 {
    margin-top: 0 !important;
}

/*  */
.main-width,
.com_easyblog #eb .eb-post-listing,
.com_easyblog #eb .eb-tag {
    max-width: 1440px;
    padding: 0 135px;
    margin: auto;
}

@media (max-width: 1320px) {

    .main-width,
    .com_easyblog #eb .eb-post-listing,
    .com_easyblog #eb .eb-tag {
        padding: 0px 80px;
    }
}

@media (max-width: 768px) {

    .main-width,
    .com_easyblog #eb .eb-post-listing,
    .com_easyblog #eb .eb-tag {
        padding: 0px 20px;
    }

    button#Submit,
    button#Submit1,
    button#Submit2 {
        font-size: 14px !important;

    }
}

.com_easyblog #eb .t-mb--lg,
#eb .eb-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.com_easyblog #eb .eb-share {
    display: none;
}

ol.mod-breadcrumbs.breadcrumb.px-3.py-2 {
    list-style: none;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

li.mod-breadcrumbs__item.breadcrumb-item {
    display: inline-block;
}

li.mod-breadcrumbs__item.breadcrumb-item span.divider {
    padding: 0 8px;
}

/*  */
li.mod-breadcrumbs__divider.float-start {
    display: none;
}

ol.mod-breadcrumbs li,
ol.mod-breadcrumbs li span {
    Color: #ffffff;
}

.eb-headers {
    display: none;
}

#eb .reset-heading {
    font-size: 40px;
    line-height: 58px;
}

h2.blg-hed {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400 !important;
    font-family: "Anton", sans-serif;
    margin-bottom: 15px;
    margin-top: 40px !important;
}

h3.blg-h3 {
    font-size: 22px;
    margin-top: 20px !important;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-family: "Anton", sans-serif;
}

.blg-img {
    margin: 30px 0;
}

ul.blg-lst {
    padding-left: 20px;
}

ul.blg-lst li {}

ul.blg-lst li {
    margin-bottom: 10px !important;
    line-height: 30px;
}

.row-fluidx.row-container.main-width.esyb-wrap.hp-sectiontb {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: -webkit-fill-available;
}

.page-header.mrb,
div#fd {
    margin-bottom: 50px;
}

.eb-post-category span a,
a.phn-no {
    color: #e90a29;
}

.eb-view-entry p {
    padding-top: 0 !important;
    margin-bottom: 16px;
}

.blg-btn-flx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

p.pt10.blg-cnt-txt {
    margin-top: 16px;
    margin-bottom: 25px;
}

.redbg.blg-cnt-sec .pt100.pb100.t-center {
    padding: 50px 0 60px !important;
}

p.pt10.blg-cnt-txt {
    font-size: 20px !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.blg-btn-flx p.pt10 {
    margin: 0 !important;
}

.redbg.blg-cnt-sec h2 {
    font-size: 40px;
    line-height: 50px;
}

h4.blg-h4 {
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 10px;
    padding: 0px;
    font-weight: 400 !important;
    font-family: "Anton", sans-serif;
}

@media (max-width:991px) {
    .faq-sec.home-scc .accordion-item.mb-pt0 {
        padding-top: 0;
    }

    .con-map iframe {
        height: 450px;
    }

    .h-col img {
        max-width: 165px;
    }

    #eb .reset-heading {
        font-size: 36px;
        line-height: 48px;
    }

    h2.blg-hed {
        font-size: 26px;
        line-height: 30px;

    }

    h2.eb-post-title.reset-heading {
        text-align: left;
    }

    .listing-bg-cont.video-pst p {
        text-align: left;
    }

    h2.blg-hed {
        text-align: left;
    }

    #eb p {
        font-size: 16px;
        text-align: left;
    }
}

/* end blog-by pt awt dt 20122024 */
.list-wrap {
    display: flex;
    gap: 40px;
}

.list-wrap ul.check-li li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.list-wrap ul.check-li li a {
    color: #555;
}

@media (max-width:768px) {
    .list-wrap {
        display: flex;
        gap: 40px;
        flex-direction: column;
        gap: 0;
    }

    .list-wrap .check-li:last-child {
        padding-top: 0px !important;
    }

    .subtxt {
        width: initial !important;
    }

    .site-width.mb-wht {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.fs18 {
    font-size: 20px !important;
}

/* new figma by GSL */
/* header css  */
.header {
    padding-top: 0;
    padding-bottom: 0;
}

.site-width.haed-pdd {
    padding: 12px 80px;
}

.div.br-top {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.mega-menu-con {
    display: flex;
    justify-content: center;
    padding: 4px 0;
}

.mb-numb-head {
    padding: 10px 24px;
    background: #D22026;
}

.col.top-phn,
.col.top-mal {
    gap: 10px;
}

.gap52 {
    gap: 52px;
}

.top-phn a.icon,
.top-mal .icon {
    width: auto;
    height: auto;
}

/* header css  */
.site-width {

    max-width: 1440px;

    padding-left: 80px;

    padding-right: 80px;

    margin-left: auto;

    margin-right: auto;

}

.site-width1 {

    padding-left: 100px;

    padding-right: 100px;

}

.banner.banr-mgg {
    padding: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(../../../../../images/home-banner.png) lightgray 50% / cover no-repeat;
}

.bnr-pdd {
    padding: 162px 0;
}

.subtxt.fs24 {
    font-size: 24px;
    line-height: 110%;
}

.mx-624 {
    max-width: 624px;
}

.mt18 {
    margin-top: 18px;
}

.banner.banr-mgg h1 {
    color: #FFF;
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    font-size: 52px;
    font-weight: 600;
    line-height: 110%;
}

.btn {
    padding: 16px 32px;
    font-weight: 700;
    display: block;
    width: max-content;
    color: #FFF;
    line-height: 100%;
    border-radius: 8px;
    background: #D22026;
}

.dry-pd {
    padding: 80px 0;
}

.col.mx571,
.mx571 {
    max-width: 571px;
}

.col.mx567,
.mx567 {
    max-width: 567px;
}

.col.mx-446,
.mx-446 {
    max-width: 446px;
}

.col.mx-664,
.mx-664 {
    max-width: 664px;
}

.col.mx-409,
.mx-409 {
    max-width: 409px;
}

.col.mx-640,
.mx-640 {
    max-width: 640px;
}

h2.pro-hed {
    font-size: 38px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.42px;
}

.faq-sec.home-scc .accordion-item {
    padding: 20px 12px;
    margin: 0;
}

.home-scc .accordion-item-header.d-red {
    color: #D22026;
    font-size: 18px;
    line-height: 130%;
}

.gap139 {
    gap: 139px;
}

.mt12 {
    margin-top: 12px;
}

.home-scc .accordion-item-header:after {
    background-image: url(../../../../../images/pro/svg/add.svg);
    width: 24px;
    height: 24px;
}

.gap80 {
    gap: 80px;
}

.home-scc .accordion-item-header.active:after {
    background-image: url(../../../../../images/pro/svg/minus.svg);
}

.home-scc .accordion-item-body-content {
    margin: 8px 0px 0px;
    color: #555;
    line-height: 150%;
    padding-right: 20px;
}

.ca-flx.insu-ser {
    justify-content: unset;
}

.ca-flx.insu-ser .colm {
    border: 0;
    border-radius: 0;
    padding: 0;
    max-width: 436px;
}

.ca-flx.insu-ser .colm.mx363 {
    max-width: 363px;
}

.ser-cont {
    padding: 0 34px 24px;
}

img {
    max-width: 100%;
}

.igm-list.sup-insu .colm {
    position: relative;
    padding-left: 32px;
}

.igm-list.sup-insu .colm:before {
    content: "";
    background-image: url(/images/check.svg) !important;
    background-color: #D22026;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    left: 0px;
    border-radius: 50px;
    padding: 10px;
    top: 6px;
}

.sup-insu h4 {
    font-size: 18px;
    line-height: 130%;
}

.flx-rw {
    gap: 72px;
    justify-content: space-between;
}

.rev-cl1 {
    flex: 1 40%;
    width: 40%;
    max-width: 418px;
}

.rev-cl2 {
    flex: 1 60%;
    width: 60%;
    max-width: 790px;
}

.rev-all .btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px 16px 32px;
}

.rev-sec .owl-carousel.owl-drag .owl-item {
    border-radius: 16px !important;
    border: 1px solid rgba(51, 51, 51, 0.10) !important;
    background: rgba(255, 255, 255, 0.10) !important;
    padding: 24px !important;
}

.owl-carousel .owl-item img.pro-ico {
    max-width: 56px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.owl-carousel .owl-item h4 {
    color: #333;
    font-family: Outfit;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

p.date {
    margin-bottom: 0;
    color: #333;
    line-height: 20px;
}

.review .star {
    padding-top: 24px;
}

.review .rev-info {
    padding-top: 16px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none !important;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev.disabled,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next.disabled {
    border-radius: 100px;
    border: 1px solid #474951;
    background: #00030D;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next {
    width: 48px;
    height: 48px;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev:before {
    content: "";
    background: url(/images/pro/svg/rev-left.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next:before {
    content: "";
    background: url(/images/pro/svg/rev-rgt.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.cta .col:first-child {
    padding-right: 0 !important;
}

.flex.cta {
    gap: 145px;
    justify-content: space-between;
}

.con-info.flex {
    gap: 12px;
}

.con-info .info p {
    color: #555;
    line-height: 120%;
}

.con-info .info a {
    font-size: 16px;
    line-height: 120%;
    margin-top: 8px;
    display: inline-block;
}

.frm {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: transparent;
}

.frm h4 {
    line-height: 120%;
}

.frm p.pt10.pb10 {
    line-height: 150%;
}

label#Property_Type-grouplbl {
    color: #333;
    line-height: 120%;
}

.rsform-block-property-type input[type="radio"]+label {
    color: #red !important;
}

/* Style the actual radio input */
.rsform-block-property-type input[type="radio"] {
    accent-color: #D22026 !important;
    /* Modern browsers */
}

/* Hover/Focus state */
.rsform-block-property-type input[type="radio"]:hover+label,
.rsform-block-property-type input[type="radio"]:focus+label {
    color: #555 !important;
}

/* Checked (active/selected) state */
.mb-3.rsform-block.rsform-block-property-type.rsform-type-radiogroup input[type="radio"]:checked+label {
    color: ##555555 !important;
}

.mb-3.rsform-block.rsform-block-property-type.rsform-type-radiogroup .formControls {
    display: flex;
    gap: 24px;
    margin-top: 8px;
}

.rsform-block-property-type input[type="radio"] {
    accent-color: #0073e6;
}

.mb-3.rsform-block.rsform-block-property-type.rsform-type-radiogroup .form-check {
    display: flex;
    gap: 6px;
    align-items: center;
    width: max-content;
}

.rsform-block-property-type input[type="radio"] {
    accent-color: #0073e6;
}

.form7container .formRow .formSpan6,
.form7container .formRow .formSpan4 {
    flex: 1;
}

@media(min-width:1500px) {
    .bnr-pdd {
        padding: 162px 0;
    }
}

@media(max-width: 1280px) {
    .dry-pd {
        padding: 50px 0;
    }

    .dry-pd.pt40 {
        padding-top: 0px;
    }

    .gap139 {
        gap: 100px;
    }
}

@media(max-width: 1100px) {

    .gap139,
    .gap80 {
        gap: 70px;
    }
}

@media (max-width: 1092px) {

    .mx-567,
    .mx-511,
    .max-wth570,
    .col.mx-571 {
        max-width: 100% !important;
    }

    .igm-list.sup-insu .colm {
        text-align: left;
    }

    .con-info.flex {
        flex-direction: row;
    }

    .cta .col:first-child {
        padding-right: 0rem;
        padding-bottom: 0rem;
    }

    .flex.cta {
        gap: 32px;
    }

    .site-width.haed-pdd {
        padding: 12px 60px;
    }
}

@media (max-width: 991px) {
    .mbmt0 {
        margin-top: 0;
    }

    .rev-cl2.cl-6 {
        max-width: 100%;
    }

    .max-wth570,
    .mx-567 {
        max-width: 100%;
    }

    .gap52 {
        gap: 32px;
    }

    .gap139,
    .gap80 {
        gap: 32px;
    }

    .col.mx571,
    .mx571,
    .col.mx567,
    .mx567,
    .col.mx-446,
    .mx-446,
    .rev-cl1,
    .col.mx-409,
    .mx-409,
    .col.mx-640,
    .mx-640 {
        flex: 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .rev-cl2 {
        flex: 1 100%;
        width: 100%;
        max-width: 91%;
    }

    .flx-rw {
        gap: 42px;
    }

    div#mod-custom125 .dry-pd.pt40 {
        padding-bottom: 0;
    }

    .mt40.rev-all {
        display: flex;
        justify-content: center;
    }

    .bnr-pdd {
        padding: 80px 0px;
    }

    .site-width.haed-pdd {
        padding: 12px 40px;
    }

    .banner.banr-mgg h1 {
        font-size: 40px;
    }

    .dry-pd {
        padding: 60px 0;
    }

    h2.pro-hed {
        font-size: 28px;
        letter-spacing: -0.24px;
    }

    .banner h1 {
        padding: 0px 0;
    }

    .banner.banr-mgg .mt40 {
        margin-top: 32px;
    }

    .gap40 {
        gap: 32px;
    }

    .colm h4 {
        padding-bottom: 0;
    }

    .flex.gap52.alg_cnt.dir-row {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    div#mod-custom127 .pt60.pt0 {
        margin-top: 80px;
    }

    .process-sec .colm {
        display: flex;
        gap: 12px;
    }

    .cp-flx.gap60.process-sec {
        gap: 32px;
    }

    .process-sec hr.bg-line {
        display: block;
        left: 20px;
        top: 0;
    }

    .process-sec p.num {
        margin-left: 0;
    }

    .process-sec p.num {
        margin-left: 0;
        margin-bottom: 0;
    }

    .process-sec .colm {
        text-align: left;
    }

    hr.bg-line {
        position: absolute;
        width: 8px;
        height: 100%;
        border: 0;
        background: #F0E7E7;
        z-index: -1;
        top: 22px;
    }

    .igm-list.sup-insu ul.box-list-flx li.colm {
        flex: 1 100%;
        max-width: 100%;
    }

    .site-width.haed-pdd {
        padding: 12px 24px;
    }

    h5.subtxt.fs24 {
        max-width: 249px;
        font-size: 18px;
    }

    .banner.banr-mgg h1 {
        font-size: 32px;
    }

    .dry-pd {
        padding: 40px 0;
    }

    .site-width {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .gap100 {
        gap: 32px;
    }

    h2.pro-hed {
        font-size: 24px;
        letter-spacing: -0.24px;
    }

    .flx-btn .btn {
        justify-content: center;
        width: max-content;
    }

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

    .home-scc .accordion-item-header.d-red {
        font-size: 16px;
    }

    div#mod-custom158 h2.pro-hed,
    div#mod-custom127 h2.pro-hed {
        font-size: 32px;
    }

    .ser-cont {
        padding: 0px 0px 24px;
    }

    .sup-insu h4 {
        font-size: 16px;
    }

    .rev-cl1 {
        width: 100%;
        text-align: left;
    }

    .mt40.rev-all {
        margin-top: 40px;
    }

    .rev-all .btn {
        justify-content: center;
    }

    .flx-rw {
        gap: 32px;
    }

    .rev-cl2 {
        width: 100%;
    }

    #mod-custom117 p.pt20 {
        padding-top: 16px !important;
    }

    .con-info.flex {
        flex-direction: row;
    }

    .frm {
        padding: 24px;
    }

    footer .flex {
        align-items: flex-start;
        text-align: left;
    }

    .drk-blu p {
        line-height: normal;
    }

    .bnr-pdd h5.subtxt.fs24 {
        padding: 0;
    }

    .owl-carousel button.owl-prev {
        top: auto;
        left: 32%;
    }

    .owl-carousel button.owl-next {
        right: 32%;
        top: auto;
    }

    .banner.banr-mgg a.btn {
        width: max-content;
    }

    .ca-flx.insu-ser .colm.mx363 {
        max-width: 100%;
    }

    .gp-mb0 {
        gap: 0;
    }
}

@media (max-width: 500px) {
    .subcrb .formRow {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }
}

/* 25-03-2025 added css  */
.ft18 {
    font-size: 18px;
}

/*  */

label#By_providing_your_phone_number0-lbl {
    display: block;
    font-size: 14px;
}

.form-check.form-check-inline {
    width: initial;
    align-items: flex-start;
}

input#By_providing_your_phone_number0 {
    width: initial;
    margin-top: 5px;
}

div#rsform_3_page_0 input#By_providing_your_phone_number0 {
    margin-right: 5px;
}

/*---- image GP ---*/
.col.pro-img-gp1-flx {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.pro-img-gp-cl {
    flex: 1 50%;
    max-width: 54.4%;
}

.pro-img-gp-cl.pro-img-gp1-1-flx {
    flex: 1 50%;
    max-width: 37.5%;
}

.pro-img-gp-cl.pro-img-gp1-1-flx {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pro-img-gp-cl img {
    border-radius: 16px;
}

/*---- image GP ---*/


/* 07-05-2025 added css  */
.owl-dots {
    display: none;
}

/* added css yk  */
a.anker-cl {
    color: #D22026;
}


/* added css by ak */

#eb .eb-entry-article .mt16 {
    margin-top: 16px !important;
}
#eb .eb-entry-article .mb16 {
    margin-bottom: 16px !important;
}
#eb .eb-entry-article .mb0 {
  margin-bottom: 0 !important;
}
#eb .eb-entry-article a {
   text-decoration: none;
/* color: #000 !important; */
 font-weight: 500 !important;
}

.com_easyblog.wrapper-static.view-entry #eb .eb-entry h2 {
    margin-top: 32px;
	margin-bottom: 20px;
    font-size: 32px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry h3 {
    margin-top: 24px;
	margin-bottom: 12px;
    font-size: 24px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry h4{
    margin-top: 16px;
	margin-bottom: 8px;
    font-size: 20px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry h5{
    margin-top: 16px;
	margin-bottom: 8px;
    font-size: 18px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry h2.mt0, .com_easyblog.wrapper-static.view-entry #eb .eb-entry h3.mt0, .com_easyblog.wrapper-static.view-entry #eb .eb-entry h4.mt0, .com_easyblog.wrapper-static.view-entry #eb .eb-entry h5.mt0 {
    margin-top: 0;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry p {
	margin-bottom: 16px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry p.pdb0 {
	margin-bottom: 0px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry p.mt24 {
	margin-top: 24px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry img{
	margin-top: 24px;
	margin-bottom: 24px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry ul.box-list-flx li.colm {
    padding-left: 34px;
    flex: 1 100%;
    max-width: 100%;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry ul.box-list-flx {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 18px;
	    margin-bottom: 24px;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry ul.box-list-flx.lst-wrap {
    flex-direction: column;
}
.com_easyblog.wrapper-static.view-entry #eb .eb-entry ul.box-list-flx.lst-wrap li.colm {
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
}
.col.frm.mx-640.mt60 {
    margin-top: 60px;
}
#eb .col.frm.mx-640.mt60.blg-cta {
    /* max-width: 750px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 32px 24px;
    background-color: #d22026;
}
#eb .col.frm.mx-640.mt60.blg-cta h2, #eb .col.frm.mx-640.mt60.blg-cta p, #eb .col.frm.mx-640.mt60.blg-cta a {
	color:#fff!important;
	    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.com_easyblog.wrapper-static.view-latest #eb .eb-post-listing {
    margin-top: 80px;
}
@media (max-width: 991px) {
	.com_easyblog.wrapper-static.view-entry #eb .eb-entry .igm-list.sup-insu ul.box-list-flx li.colm {
    padding-left: 34px;
    flex: 1 100%;
    max-width: 100%;
}
}


/* 11-09-2025 added css by Vijay on dev  */
.areas-served ul.check-li li::before {
  top: 4px;
}
.areas-served ul.check-li li {
  text-align: left;
  margin-bottom: 8px;
}
/* .areas-served ul.check-li li:last-child {
    margin-bottom: 0;
} */

/* added on 09-09-2025 */

.areas-served .num {
  background-color: #d22026;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.areas-served .num > img {
  height: 85%;
  width: 85%;
  padding: 10%;
}
.process.cp-flx {
    display: flex;
    gap: 24px;
    position: relative;
    flex-wrap: wrap;
}
.process .mob-flx p {
    text-align: left !important;
}

/* .mbmt0 .colm:first-of-type h4 {
    margin-top: 24px;
} */

@media (max-width: 991px) {
  .areas-served .cp-flx.process  .colm {
    flex: 1 45%;
  }

}
@media (max-width: 768px) {
  .areas-served .cp-flx.process .colm {
    flex: 1 100%;
  }
  .areas-served .process-sec .home-icon {
    flex-direction: column;
  }
  .process.cp-flx {
    display: flex;
    gap: 24px;
    position: relative;
    flex-wrap: wrap;
}
.process .mob-flx p {
    text-align: left !important;
}
.areas-served .num {
  margin-left: 0 ;
}
  .mbmt0 .colm:first-of-type h4 {
    margin-top: 24px;
}

}
/* Add css YK */
.txt-clr-white {
    color: #fff;
}
 .txt-clr-red  {
    color:#d22026;
  
}

/* 11-11-2025 added css  */
video {
    border-radius: 16px;
}