/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{
	font-weight: 400;
	font-size: 16px;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

a{
	text-decoration: none;
}

ul{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

.modal-dialog {
    margin: 10.75rem auto !important;
}

.frm_style_formidable-style.with_frm_style .frm_error{
    color: red !important;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: #cf9810;
}
#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active{
	color: #000;
}
#wa_bl0 h3 a:hover{
	color: #cf9810;
}
#wa_bl0 .read_more{
	font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}
#wa_bl0 .read_more:hover{
	color: #cf9810;
}
#wa_bl0 .wa_bl0_blog{
	font-size: 1.3em
}
#wa_bl0 .wa_bl0_twit{
	border: solid 2px #c7c7c7;
    border-radius: 5px;
}
.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}
.wa_bl0_categ{
	height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
	background-size: cover;
}
.wa_bl0_name{
	position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
	border-top: solid 1px #fff;
}
.wa_bl0_categ:hover .wa_bl0_name{
	transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}
#wa_bl0 .wa_brcr{
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 
.art_img{
	border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social_ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 30px;
}
.social_ul li{
 	display: inline-block;
	margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
	font-size: 14px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
/*-- BL0 END ---------------------------------------*/

/*-- A0064 ---------------------------------------*/
#a0064 {
    padding: 20px 0px;
    position: sticky;
}

#masthead{
    position: sticky;
    top: 0px;
    background: #fff !important;
    z-index: 10000;
}

#a0064 img {
    margin: auto;
    display: block;
    max-width: 143px;
}
.a0064-grid{
    display: grid !important;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    grid-gap: 25px;
}
.a0064-grid input{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
    margin-bottom: 15px;
}
.a0064-icons{
    display: flex;
    margin-bottom: 15px;
}
.a0064-icons img{
    display: block;
    width: 28px;
    height: 28px;
    margin: 0px 4px !important;
}
.a0064-line-border {
    width: 100%;
    border-bottom: 1px solid #e1dcdc;
}
.a0064-call {
    background: rgb(92, 151, 213);
    border-radius: 12px;
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 11px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.a0064-grid-mobile{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#mega-menu-wrap-menu-1 {
    border-radius: 0;
    padding-top: 10px;
}
.a0064-grid-mobile input{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
}
.a0064-tel a {
    font-family: Inter, Arial, sans-serif;
    line-height: 1.5;
    color: rgb(72, 126, 200);
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    margin: 0px;
}

@media (max-width: 1200px) {
    .a0064-grid {
        grid-gap: 10px;
    }
    .a0064-grid input{
        width: 80px;
    }
}
@media (max-width: 992px) {
    .a0064-call {
        width: 155px;
        margin-bottom: 0px;
        height: 100%;
        padding: 5px 20px;
    }
    .a0064-grid-mobile input{
        width: 155px;
    }
    .a0064-icons {
        display: flex;
        margin-bottom: 0px;
        justify-content: center;
        margin-top: 15px;
    }
    #a0064 img {
        height: 65px;
    }
}
@media (max-width: 768px) {
    .a0064-call {
        width: 100%;
        margin-bottom: 0px;
        height: 100%;
    }
    .a0064-grid-mobile input{
        width: 100%;
    }
}

@media(max-width: 576px) {
    .a0064-grid {
        grid-template-columns: auto 1fr;
    }
}
/*-- A0064 END---------------------------------------*/

/*-- a0231 -------------------------------------------*/
#a0231 {
    position: relative;
    margin-top: 26px;
    padding: 25px 0px;
}
.a0231-img{

}

.a0231-mail{
    font-family: Inter, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.4375em !important;
    color: rgba(0, 0, 0, 0.87) !important;
    display: inline-flex !important;
    width: 100% !important;
    position: relative !important;
    padding: 17.5px 14px 17.5px 15px !important;
    border-color: #e5e7eb !important;
    border-radius: 20px !important;
}

#a0231 label{
    color: rgba(0, 0, 0, 0.6);
    font-family: Inter, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4375em;
    display: block;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 1000;
    background: #fff;
    left: 19px;
    top: -8px;
    padding: 0px 10px;
}

.a0231-grd h3 {
    font-size: 20px;
    padding: 15px 0;
    font-family: Inter;
    font-weight: 500;
}
.a0231-grd {
    display: grid
;
    grid-template-columns: 2fr 1fr;
    grid-gap: 22px;
    align-items: flex-start;
}
.a0231-grd h2 {
    font-family: Inter;
    font-size: 64px;
    font-weight: 700;
    line-height: 83px;
    text-align: left;

}



.a0231-btn {
    text-align: center;
    border: 2px solid #E7E7C0;
    width: 300px !important;
    z-index: 150;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Inter, Arial, sans-serif;
    line-height: 1.75;
    min-width: 64px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    --variant-textColor: #1976d2;
    --variant-outlinedColor: #1976d2;
    --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #1976d2;
    height: 48px;
    font-weight: 600;
    text-transform: none;
    background-color: rgb(92, 151, 213);
    color: white !important;
    font-size: 14px;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: background-color 250mscubic-bezier(0.4, 0, 0.2, 1), box-shadow 250mscubic-bezier(0.4, 0, 0.2, 1), border-color 250mscubic-bezier(0.4, 0, 0.2, 1), color 250mscubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px;
    border-radius: 12px;
    margin-top: 25px;
}

.a0231-btn svg{
    width: 24px;
    padding-left: 10px;
}


@media (max-width: 1200px) {
    .a0231-grd h2 {
        font-family: Inter;
        font-size: 49px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
    }
}

@media (max-width: 992px) {
    .a0231-grd {
        display: flex
    ;
        grid-template-columns: 1fr;
        grid-gap: 22px;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .a0231-img {
        max-width: 375px;
        margin: auto;
        display: block;
    }

    .a0064-grid {
        grid-gap: 10px;
        display: grid !important
    ;
        grid-template-columns: auto 1fr;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 0 !important;
    }

    .a0064-3{
        display: none;
    }

    .a0064-4{
        display: none;
    }
}

@media (max-width: 768px) {
    .a0231-grd h2 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
    }

    .a0231-img {
        max-width: 100%;
        margin: auto;
        display: block;
    }
}
/*-- a0231 END ---------------------------------------*/


path {
    stroke: white;
    fill:paleturquoise !important;

    transition: fill .4s ease;
    transform-origin: center center;
}

path:hover {
    fill: orange !important;
    cursor: pointer;
    transform: scale(1.005, 1.005);
}

/* #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

#us-map {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#details-box {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
    opacity: 0%;
    padding: 5px;
    border-radius: 8px;
    font-size: 16px;
    position: fixed;
    color: white;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    background-color: black;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4sease;
    z-index: 1;
}

/*-- for_residential_flood ---------------------------------------*/

#for_residential_flood{
    background: rgb(110 171 220 / var(--tw-bg-opacity, 1));
    padding-top: 46px;
    padding-bottom: 46px;
}

.for_residential_flood-text{
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

#for_residential_flood h2{
    font-size: 32px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 800;
}

.for_residential_flood-text a{
    color: #fff !important;
}

@media (max-width: 768px) {
    #for_residential_flood h2 {
        font-size: 26px;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        color: #fff;
        font-weight: 700;
        line-height: 120%;
    }

    #for_residential_flood {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*-- for_residential_flood END ---------------------------------------*/

/*-- simplifying_low_cost ---------------------------------------*/
#simplifying_low_cost{
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(228 242 254 / var(--tw-bg-opacity, 1));
}

#simplifying_low_cost h4 {
    color: rgb(72 126 200 / var(--tw-text-opacity, 1));
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: rgb(92 151 213 / var(--tw-border-opacity, 1));
    border-width: 1.5px;
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    width: 140px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-size: 16px;
    border-style: solid;
}

#simplifying_low_cost h2 {
    font-size: 36px;
    margin-top: 15px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 120%;
}

.simplifying_low_cost-item{
    max-width: 384px;
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 20px;
    padding: 30px;
}

.simplifying_low_cost-item-active{
    background: rgb(92 151 213 / var(--tw-bg-opacity, 1))
}

.simplifying_low_cost-grd{
    display: flex
;
    grid-gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}


.simplifying_low_cost-item h3{
    font-size: 44px;
    padding-bottom: 30px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: rgb(72 126 200 / var(--tw-text-opacity, 1));
}

.simplifying_low_cost-item-active h3{
    color: #fff;
}

.simplifying_low_cost-item h5{
    color: rgb(72 126 200 / var(--tw-text-opacity, 1));
    font-size: 16px;
    margin-bottom: 8px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
}

.simplifying_low_cost-item-active h5{
    color: #fff;
}

.simplifying_low_cost-item p{
    margin: 0px;
    padding: 0px;
}

.simplifying_low_cost-item .simplifying_low_cost-item-text{
    font-weight: 400;
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: rgb(140 138 148 / var(--tw-text-opacity, 1));
    line-height: 150%;
}

.simplifying_low_cost-item-active .simplifying_low_cost-item-text{
    color: #fff;
}

.simplifying_low_cost-btn{
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    line-height: 1.75;
    min-width: 64px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    --variant-textColor: #1976d2;
    --variant-outlinedColor: #1976d2;
    --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #1976d2;
    height: auto;
    width: fit-content;
    font-weight: 600;
    text-transform: none;
    background-color: rgb(92, 151, 213);
    color: white !important;
    font-size: 16px;
    font-family: inherit;
    outline: 0px;
    text-decoration: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: background-color 250mscubic-bezier(0.4, 0, 0.2, 1), box-shadow 250mscubic-bezier(0.4, 0, 0.2, 1), border-color 250mscubic-bezier(0.4, 0, 0.2, 1), color 250mscubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px;
    border-radius: 12px;
    margin: auto;
}

@media (max-width: 1400px) {
    .simplifying_low_cost-grd {
        display: flex
    ;
        grid-gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .simplifying_low_cost-item {
        max-width: 350px;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    #simplifying_low_cost {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #simplifying_low_cost h2 {
        font-size: 28px;
        margin-top: 15px;
    }

    .simplifying_low_cost-item h3 {
        font-size: 44px;
        padding-bottom: 0px;
    }

    .simplifying_low_cost-grd {
        display: flex
    ;
        grid-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .simplifying_low_cost-item {
        max-width: 100%;
    }

    .simplifying_low_cost-item h3 {
        font-size: 30px;
        padding-bottom: 0px;
    }
}

/*-- simplifying_low_cost END ---------------------------------------*/

/* A0035 Start --------------------*/
.a0035 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.a0035 h2 {
    font-style: normal;
    text-align: center;
    font-size: 36px;
    margin-top: 0px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 120%;
    margin-bottom: 20px;
}

.a0035 h2 span{
    color: rgb(92 151 213 / var(--tw-text-opacity, 1));
}
.a0035 img{
    display: block;
    margin: auto;
}
.a0035 h5 {
    color: rgb(140 138 148 / var(--tw-text-opacity, 1));
    max-width: 700px;
    width: 100%;
    display: block;
    margin: auto;
    font-family: Inter, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 150%;
}
.a0035-text {
    font-style: normal;
    font-weight: normal;
    color: rgb(140 138 148 / var(--tw-text-opacity, 1));
    max-width: 700px;
    width: 100%;
    display: block;
    margin: auto;
    font-family: Inter, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 150%;
}
.a0035 h4{
    background: #00549D;
    border: 1px solid #00549D;
    box-sizing: border-box;
    border-radius: 40px;
    width: fit-content;
    padding: 5px 20px;
    display: block;
    margin: auto;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.a0035-grd {
    padding-top: 58px;
    padding-bottom: 58px;
    display: flex
;
    flex-flow: wrap;
    grid-gap: 100px;
    justify-content: center;
}

.a0035-grd h3{
    font-size: 16px;
    margin-bottom: 8px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
}

.a0035-item{
    max-width: 318px;
    text-align: center;
}

.a0035-btn{
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    line-height: 1.75;
    min-width: 64px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    --variant-textColor: #1976d2;
    --variant-outlinedColor: #1976d2;
    --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #1976d2;
    height: auto;
    width: fit-content;
    font-weight: 600;
    text-transform: none;
    background-color: rgb(92, 151, 213);
    color: white !important;
    font-size: 16px;
    font-family: inherit;
    outline: 0px;
    text-decoration: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: background-color 250mscubic -bezier(0.4, 0, 0.2, 1), box-shadow 250mscubic -bezier(0.4, 0, 0.2, 1), border-color 250mscubic -bezier(0.4, 0, 0.2, 1), color 250mscubic -bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px;
    border-radius: 12px;
    margin: auto;
}

@media (max-width: 1400px) {
    .a0035-grd {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex
    ;
        flex-flow: wrap;
        grid-gap: 40px;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .a0035 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .a0035 h2{
        font-size: 28px;
        margin-top: 15px;
    }

    .a0035-grd {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex
    ;
        flex-flow: wrap;
        grid-gap: 20px;
        justify-content: center;
    }
}
/* A0035 END --------------------*/

/* goodfooter --------------------*/
#goodfooter{
    background-color: rgb(242, 247, 252);
    padding: 10px 0px;
}

.goodfooter-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}

.goodfooter-menu-grd a{
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #8c8a94 !important;
}

.goodfooter-menu-grd {
    display: flex
;
    grid-gap: 30px;
    justify-content: center;
}

.goodfooter-social-grd{
    display: flex
;
    grid-gap: 15px;
    justify-content: end;
}

@media (max-width: 992px) {
    .goodfooter-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .goodfooter-grd img{
    max-width: 100px;
    display: block;
    margin: auto;
    }

    .goodfooter-social-grd {
        display: flex
    ;
        grid-gap: 15px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .goodfooter-menu-grd {
        display: grid
    ;
        grid-gap: 0px;
        justify-content: center;
        flex-flow: wrap;
    }
}
/* goodfooter END --------------------*/

#content h1{
    font-size: 44px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 700;
    margin-bottom: 40px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

#main{
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: rgb(73 70 86 / var(--tw-text-opacity, 1));
}

#main p{
margin-bottom: 10px !important;
}

#content .post-thumbnail{
    display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: rgb(35, 44, 101) !important;
    font-weight: 500;
}

#frm_form_3_container{
    margin: 80px 0px;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    display: block;
    float: none;
    width: auto;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.with_frm_style .frm-edit-page-btn, .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {
    -webkit-appearance: none;
    cursor: pointer;
    background: rgb(92, 151, 213) !important;
    border-radius: 12px !important;
    display: block;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 11px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px !important;
    border: 0px !important;
    min-width: 100px;
}

.horizontal_radio .frm_checkbox.frm_image_option, .horizontal_radio .frm_radio.frm_image_option {
    padding-left: 0;
    min-width: 230px;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block;
    width: 100%;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

#frm_form_3_container h2{
    text-align: left;
    font-size: 32px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 600;
    font-family: 'Inter' !important;
}

#frm_form_3_container p{
    color: rgb(73 70 86 / var(--tw-text-opacity, 1));
    font-size: 20px;
    line-height: 150%;
    font-family: 'Inter' !important;
}

@media (max-width: 992px) {
    #content h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0px;
        margin-bottom: 20px;
    }

    #frm_form_3_container {
        margin: 20px 0px;
    }
}

@media (max-width: 768px) {
    #content h1 {
        font-size: 26px;
        color: rgb(35 44 101 / var(--tw-text-opacity, 1));
        font-weight: 700;
        margin-bottom: 80px;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        margin: 0px;
        margin-bottom: 20px;
    }
}


/*-- pagination ----------------------------- */
.pagination-with-dots {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    max-width: 400px;
    float: right;
    padding-right: 20px;
    grid-gap: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.nav-ar {
    background: #232c65;
    color: #fff !important;
    width: 30px;
    display: flex
;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.nav-ar-active{
    background: #111820;
}
.nav-ar-num {
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    color: #fff !important;
    width: 30px;
    display: flex
;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.nav-ar-active-number {

}
/*-- pagination end ------------------------- */
/* A0133-not-in-acf END -----------------------------------*/
.a0133-not-box-item {
    max-width: 384px;
    width: 100%;
    border-style: solid;
    border-color: #e5e7eb;
    border-width: 1.5px;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    font-size: 14px;
    text-overflow: ellipsis;
    color: #8c8a94;
    line-height: 22px;
    font-weight: 400;
    font-family: Inter, Arial, sans-serif;
}

.a0133-not-grd-posts{
    display: flex
;
    flex-wrap: wrap;
    grid-gap: 20px 40px;
    justify-content: center;
}

.a0133-not-grd-posts h5{
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 10px;
    padding: 5px 10px;
    background: rgb(92 151 213 / var(--tw-bg-opacity, 1));
    border-radius: 20px;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    margin: 0px;
}

.a0133-not-box-item h4{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d1b26 !important;
    font-weight: 400;
    font-family: Inter, Arial, sans-serif;
    margin-top: 15px;
}

.a0133-not-box-item-first h4{
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d1b26 !important;
    font-weight: 600;
    font-family: Inter, Arial, sans-serif;
}

.a0133-not-grd-posts {
    display: flex
;
    flex-wrap: wrap;
    grid-gap: 20px 40px;
    justify-content: left;
}

.a0133-not-box-item-first {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    display: grid
;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 25px;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    color: #8c8a94;
    line-height: 22px;
    font-family: Inter, Arial, sans-serif;
}

.a0133-not-box-item .a0133-not-box-img {
    width: 100%;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-position: center;
    background-size: cover;
}

.a0133-not-box-item-first .a0133-not-box-img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-position: center;
    background-size: cover;
}

.a0133-not-btn{
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Inter, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.75;
    min-width: 64px;
    --variant-textColor: #1976d2;
    --variant-outlinedColor: #1976d2;
    --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #1976d2;
    height: 40px;
    width: fit-content;
    font-weight: 600;
    text-transform: none;
    background-color: rgb(92, 151, 213);
    color: white !important;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: background-color 250mscubic-bezier(0.4, 0, 0.2, 1), box-shadow 250mscubic-bezier(0.4, 0, 0.2, 1), border-color 250mscubic-bezier(0.4, 0, 0.2, 1), color 250mscubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px;
    border-radius: 12px;
    text-wrap: nowrap;
    margin-top: 20px;
}
/* A0133-not-in-acf END -----------------------------------*/


/*-- ACCA -- Start ------------------------------*/
.acca {
    border-bottom: 3px solid #F4AB01;
}

.acca .help_title {
    align-items: center;
    font-style: normal;
    font-size: 28px;
    margin-top: 0px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 120%;
    margin-bottom: 20px;
}
.acca .faq-heading {
    padding-top: 0px;
}
.acca .wa_header {
    border-radius: 5px !important;
    margin-bottom: 10px;
    position: relative;
    background: rgb(92, 151, 213);
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border: 0px !important;
}
.acca .fa-angle-down {
    float: right;
    position: absolute;
    right: 20px;
    top: 30%;
}
.acca .wa_tittext {
    text-decoration: none;
    padding: 9px 0px;
    padding-right: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
}
.acca a {
    text-decoration: none;
}
.acca .md-accordion .card .wa_bodybody {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 20px 15px 20px;
    color: #484848;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.acca .collapse {
    background: #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-radius: 5px;
}
.acca .card {
    border: 0px solid rgba(0,0,0,.125);
    background: #fff;
}
.fa-angle-down{
    float: right;
}

@media (max-width: 992px) {
    .acca .help_title {
        align-items: center;
        font-style: normal;
        font-size: 22px;
        margin-top: 0px;
        color: rgb(35 44 101 / var(--tw-text-opacity, 1));
        font-weight: 700;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        line-height: 120%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .acca .faq-heading {
        padding-top: 0px;
    }
}
/*-- ACCA -- END ------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}