/* css by gopal */
/* form css */
/* css template  */

fieldset#rsform_3_page_0 label, fieldset#rsform_4_page_0 label {
    display: none;
}

fieldset#rsform_3_page_0, fieldset#rsform_4_page_0 {
    border: 0;
    padding: 0;
}

.c-form form {
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 32px;
    border-radius: 20px !important;
}


.c-form form h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}
.frm-blk {
    padding: 24px;
}
.frm-blk .ser-title.lh40 {
    display: block !important;
}
fieldset#rsform_3_page_0 input,
fieldset#rsform_3_page_0 textarea,
fieldset#rsform_3_page_0 select,
fieldset#rsform_4_page_0 input,
fieldset#rsform_4_page_0 textarea,
fieldset#rsform_4_page_0 select {
    border: 1px solid rgba(86, 95, 118, 0.10) !important;
    padding: 18px 15px;
    margin-bottom: 20px;
    width: 100%;
}

fieldset#rsform_3_page_0 .formControls,
fieldset#rsform_3_page_0 .col-md-12,
fieldset#rsform_3_page_0 .row,
fieldset#rsform_4_page_0 .formControls,
fieldset#rsform_4_page_0 .col-md-12,
fieldset#rsform_4_page_0 .row {
    width: 100%;
}

fieldset#rsform_3_page_0 .row, 
fieldset#rsform_4_page_0 .row {
    gap: 20px;
    flex-wrap: unset;
}

fieldset#rsform_3_page_0 .col-md-6,
fieldset#rsform_4_page_0 .col-md-6 {
    width: 50%;
}

fieldset#rsform_3_page_0 input:focus-visible ,
fieldset#rsform_3_page_0 select:focus-visible,
fieldset#rsform_3_page_0 textarea:focus-visible,
fieldset#rsform_4_page_0 input:focus-visible ,
fieldset#rsform_4_page_0 select:focus-visible,
fieldset#rsform_4_page_0 textarea:focus-visible  {
    outline: none;
}

fieldset#rsform_3_page_0 input::placeholder,
fieldset#rsform_3_page_0 textarea::placeholder,
fieldset#rsform_3_page_0 select,
fieldset#rsform_4_page_0 input::placeholder,
fieldset#rsform_4_page_0 textarea::placeholder,
fieldset#rsform_4_page_0 select {
    font-size: 16px;
    font-family: 'Outfit';
    color: #000;
    opacity: .7;
}

fieldset#rsform_3_page_0 button#Submit,
fieldset#rsform_4_page_0 button#Submit {
    background: #aa262b;
    color: #fff;
    border: 0;
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Outfit';
    margin-top: 10px;

}

fieldset#rsform_3_page_0 button#Submit:after,
fieldset#rsform_4_page_0 button#Submit:after {
    padding-left: 10px;
    content: url(../../../../../images/svg/btn-arrow.svg);
}
.frm-tt {
    padding: 0 0 10px 5px;
}
/* form css end */
.blog-page-inner.pr {
    flex: 1;
}

#eb h2.blog-titl {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 38px;
    color: #0A0908;
    margin-top: 25px ;
    margin-bottom: 10px;
}
.mrt75 {
    margin-top: 75px !important;
}

#eb .eb-post-simple__meta-date,
.eb-mod1 .mod-fit {
    padding: 10px 8px !important;
    background-color: #AA262B !important;
    color: #ffffff !important;
    font-size: 12px !important;
    border-radius: 4px !important;
}

#eb .eb-post-simple__meta-date,
.eb-mod1 .mod-fit {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    font-weight: 400;
    padding-left: 20px;
    text-align: center;
}

.blogs-divder .blog-para strong {
    color: rgba(10, 9, 8, 1);
}

.page-header.bakimg-lines {
    /* content: ""; */
    background-image: url(../../../../../images/figma/banner-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* position: absolute;
    width: 1440px;
    height: 305px;
    max-height: 100%;
    left: 50%;
    z-index: -1;
    top: 0;
    transform: translate(-50%, 0); */
}

.page-header-inner.union-img.text-center {
    padding: 70px 0 75px;
}

.com_easyblog.view-entry h1.head-title-in {
    font-size: 50px;
}

ul.r-check.indnt.numbr {
    list-style-type: number;
}

#eb span.by-adm .eb-tags span a,
.eb-post-date time.eb-meta-date {
    color: rgba(10, 9, 8, 0.7);
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 500;
}

.eb-post-date time.eb-meta-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* end css by gopal */
.site-wrap {
    max-width: 1440px;
    margin: auto;
    padding-left: 135px;
    padding-right: 135px;
    box-sizing: border-box;
}

body.site.com_content {
    margin: 0;
}

p {
    margin-bottom: 0;
}

.site-wrap.header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
}

a.btn-btn.abtbtn,
.pr {
    position: relative;
    z-index: 0;
}

.global-btn a {
    color: #fff;
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #BA2B33;
    border: 2px solid #BA2B33;
    line-height: 16px;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #0A0908;
}

p.phn-at a {
    color: #0A0908;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.site-wrap.header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-wrap.header-inner {
    padding-left: 70px;
    padding-right: 70px;
}

.flx.cnt-btns {
    display: flex;
    gap: 50px;
}

.cnt-us {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    line-height: 16px;
}

.cnt-us p.phn-at {
    margin: 0;
}

body {
    color: rgba(10, 9, 8, 0.80);
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    /* 175% */
}

header#navHead {
    position: sticky;
    top: -1px;
    z-index: 99;
    background-color: #ffffff;
}


h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #0A0908;
}

p.sub-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

h1.hpb-title {
    /* font-size: 60px; */
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* line-height: 70px; */
}

.flx-rw.gap30 {
    gap: 30px;
}

.flx-rw.gap75 {
    gap: 75px;
}

.flx-rw.gap65 {
    gap: 65px;
}

.flx-rw {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
}

.fl-cl {
    flex: 1 50%;
    width: 50%
}

.flx-rw,
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

ul.check.fg.list-btm {
    margin-bottom: 6px;
}

ul.check {
    padding-left: 0px;
    margin-top: 25px;
}

ul.check li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 0 26px;
    color: rgba(10, 9, 8, 0.80);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

ul.check li::before {
    content: "";
    background: url(../../../../../images/svg/icon-park-solid_check-one.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.text-center {
    text-align: center;
}

.global-btn {
    width: fit-content;
    margin-top: 32px;
    position: relative;
}

/* .global-btn:hover {
    background-color: transparent;
    cursor: pointer;
	/* filter: brightness(0) saturate(100%) invert(22%) sepia(47%) saturate(5719%) hue-rotate(345deg) brightness(87%) contrast(87%); */
/* }  */
/* .global-btn:hover a {
    color: #BA2B33;
    background-color: transparent;
} */
/* .global-btn:hover a img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(47%) saturate(5719%) hue-rotate(345deg) brightness(87%) contrast(87%);
} */
.header-btn .global-btn {
    margin-top: 0;
}

.fl-cl.hm-rgt-sec {
    text-align: right;
}

img.vic-lt.pa {
    left: -14px;
    top: -38px;
    z-index: -1;
}

.mrt90 {
    margin-top: 90px;
}

.mrt70 {
    margin-top: 70px;
}

.mrt64 {
    margin-top: 64px;
}

.mrt60 {
    margin-top: 60px;
}

.mrt50 {
    margin-top: 50px;
}

.mrt32 {
    margin-top: 32px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt20 {
    margin-top: 30px;
}

.ser-hl-box {
    border-radius: 4px;
    background: #FFF;
    padding: 32px;
}

.ser-ul-flx {
    display: flex;
    gap: 86px;
}

ul.check.ul-cl {
    flex: 1;
    margin-top: 0px;
}

.ser-assu-price-flx {
    display: flex;
    gap: 30px;
}

.ser-hl-box.ser-assu-price-cl,
.ser-assu-price-cl {
    flex: 1;
}

h2.ser-title {
    color: rgba(10, 9, 8, 1);
    font-family: Outfit;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 32px;
}

h2.ser-title.lh40 {
    line-height: 40px;
}

ul.check.fg.list-btm {
    margin-bottom: 0;
}

.global-btn.text-center {
    width: auto;
}

.pad-top65 {
    padding-top: 65px;
}

.pad-top30 {
    padding-top: 30px !important;
}

.pad-top0 {
    padding-top: 0 !important;
}

.hp-sections {
    padding: 75px 0;
}

.view-article #mod-custom134 .hp-sections.nr-sec.pad-top0 {
    padding-top: 75px !important;
}

.mr-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-wth1440 {
    max-width: 1440px;
}

.max-wth741 {
    max-width: 741px;
}

.max-wth519 {
    max-width: 519px;
}

.max-wth530 {
    max-width: 530px;
}

.max-wth970 {
    max-width: 970px;
}

.max-wth470 {
    max-width: 470px;
}

.max-wth448 {
    max-width: 448px;
}

.max-wth375 {
    max-width: 375px;
}

.div-part.flx.flx-wrp.flx-gap {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: stretch;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.flx-col.col1.txt-ctr.clrr {
    border-radius: 4px;
    border: 1px solid #E1E0E0;
    padding: 24px 16px;
    text-align: center;
    flex: 1 270px;
    box-sizing: border-box;
    max-width: 270px;
}

.flx-col.col1.txt-ctr.clrr:hover {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    padding: 24px 16px;
    cursor: pointer;
}

.flx-col.col1.txt-ctr.clrr img.hvr {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.smp {
    display: none;
}

.flx-col.col1.txt-ctr.clrr:hover img.smp {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flx-col.col1.txt-ctr.clrr:hover img.hvr {
    display: none;
}

h3.hph3-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.mgt {
    margin-top: 24px;
}

.flx-col.col1.txt-ctr.clrr:hover a {
    filter: brightness(0) saturate(100%) invert(22%) sepia(47%) saturate(5719%) hue-rotate(345deg) brightness(87%) contrast(87%);
}

p.cr-nbr.pa {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background-color: #0B589E;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7px;
    left: 0;
}

.bg-cl-grey {
    background: #F9F9F9;
}

.test-im-flx h3.hph3-title.mgt {
    margin: 0;
}

.rev-blk .flx-col.col1.txt-ctr.clrr {
    text-align: left;
    flex: 1 31%;
    /* max-width: revert-layer; */
    max-width: 32%;
}

h3.hph3-title.mgt span {
    color: #495057;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.div-part.flx.flx-wrp.flx-gap.mrt64.rev-blk {
    align-items: stretch;
}

img.test-im {
    margin: 50px 0 0px 0;
}

.rev-blk .flx-col.col1.txt-ctr.clrr:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.test-im-flx {
    display: flex;
    gap: 12px;
    align-items: center;
}

.test-im-flx img {
    border-radius: 50px;
}

.textmonial-sec h2.ser-title {
    margin-bottom: 16px;
}

.frm-blk {
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    border-radius: 20px !important;
}

.frm-blk.pink-bak {
    /* background: rgba(170, 38, 43, 0.10); */
    box-shadow: none;
    border-radius: 20px !important;
}

.blk-cl.cnt-lt {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 20px;
    margin-bottom: 20px;
    max-width: 401px;
    border: 1px solid rgba(86, 95, 118, 0.10);
}

.blk-cl-txt {
    display: flex;
    gap: 12px;
    align-items: center;
}

.cont-txt h3.hph3-title.mgt {
    margin-top: 0;
    margin-bottom: 12px;
}

.cont-txt p.seo-sub-titlle {
    margin-bottom: 0;
    line-height: 16px;
}

p.hpdsc.mxwth512 {
    max-width: 512px;
    margin-bottom: 32px;
}

.container-footer {
    padding: 75px 0 24px;
    background: #0A0908;
}

.footer-inner.mr-auto {
    /*max-width: 834px;*/
}

.footer-inner.mr-auto p,
.footer-inner.mr-auto a {
    color: #fff;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 0;
}

ul.ftr-link2.ad {
    padding-left: 0;
    margin-top: 32px;
}

ul.ftr-link2.ad li {
    list-style: none;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

h3.ftw-title.wht {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.footer-col {
    flex: 1;
}

hr.ftr-hr {
    opacity: 0.15;
    background: #FFF;
    margin-bottom: 20px;
}

ul.check li span {
    color: #BA2B33;
    font-weight: 700;
}

.cprgt-lnk {
    text-align: center;
}

.cprgt-lnk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.ftr-link2.ad li a,
p.ftw-txt,
ul.prv li a,
ul.trmc li a {
    font-weight: 500;
    line-height: 24px;
    color: rgb(255 255 255 / 80%) !important;
}

.cprgt-lnk p {
    margin-bottom: 0;
}

img.ft-logo {
    margin-bottom: 16px;
}

.obcs .flx-col.col1.txt-ctr.clrr {
    border: none;
}

.obcs .flx-col.col1.txt-ctr.clrr:hover {
    background-color: transparent;
}

.ser-hl-box.ser-assu-price-cl ul.check li {
    line-height: 28px;
    max-width: 414px;
}

.ser-hl-box.ser-assu-price-cl ul.check li::before {
    top: 5px;
}

p.sub-txt,
p.inr-tx,
.cont-txt p.seo-sub-titlle a {
    color: rgba(10, 9, 8, .7);
}

p.inr-tx {
    line-height: 28px;
}

.obcs .flx-col.col1.txt-ctr.clrr {
    border: none;
    flex: 1 31.333%;
    max-width: 31.333%;
}

#mod-custom113 .obcs .br50.bgr.pr {
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
}

.obcs .br50.bgr.pr {
    max-width: 244px;
    margin-left: auto;
    margin-right: auto;
}

.wid-max {
    max-width: max-content;
    margin: auto;
}

img.desk-dsp.drcton1.pa {
    top: 20%;
    left: 77%;
}

img.desk-dsp.drcton2.pa {
    top: 10%;
    left: 77%;
}

.div-part.flx.flx-wrp.flx-gap.mrt64.obcs {
    gap: 0;
    justify-content: center;
}

.mrt100 {
    margin-top: 100px;
}

.gap50 {
    gap: 50px;
}

img.vic-lt-top.pa {
    right: -36px;
    top: -36px;
    z-index: -1;
    display: none;
}

img.vic-lt-top.vic-left.pa {
    right: auto;
    left: -36px;
    display: none;
}

img.vic-lt-btm.pa {
    left: -24px;
    bottom: -24px;
    z-index: -1;
    display: none;
}

img.vic-center.pa {
    top: 40%;
    left: 40%;
    display: none;
}

.quote-sec.pr {
    border-radius: 4px;
    background: rgba(186, 43, 51, 0.10);
    padding: 36px 24px 24px 32px;
}

p.quote-txt {
    color: var(--Text-Color, #0A0908);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

img.vic-quote.pa {
    top: 8px;
    left: 8px;
}

a.im-ankr {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fl-cl h2.ser-title,
h2.ser-title.text-center {
    margin-bottom: 16px;
}

.cl-w p.sub-title,
.cl-w h2.ser-title {
    color: #fff;
}

.cl-w p.sub-txt {
    color: rgb(255 255 255 / 70%);
}

.hp-sections.bg-cl-blu {
    background: var(--Liner, linear-gradient(68deg, #0B589E 36.8%, rgba(8, 18, 45, 0.86) 164.47%));
}

.bg-cl-blu.cl-w .global-btn:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

ul.check.fg.mcd-list {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.check.fg.mcd-list li {
    background: #FFF;
    padding: 18px 60px 18px 16px;
    border-radius: 4px;
}

ul.check.fg.mcd-list li:hover {
    background: #BA2B33;
    color: #fff;
}

ul.check.fg.mcd-list li {
    color: #0A0908;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

ul.check.fg.mcd-list li::before {
    display: none;
}

ul.check.fg.mcd-list li::after {
    content: "";
    background: url(../../../../../images/svg/cir-arrow-cl.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 8px;
    right: 16px;
    width: 40px;
    height: 40px;
}

ul.check.fg.mcd-list li:hover::after {
    content: "";
    background: url(../../../../../images/svg/cir-arrow-wt.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 8px;
    right: 16px;
    width: 40px;
    height: 40px;
}

.flx-rw.gap32 {
    gap: 32px;
}

.fl-cl.fin-lft.pr {
    flex: 1 470px;
    padding: 54px 58px;
    border-radius: 4px;
    background: #F0F0F0;
    width: 470px;
    box-sizing: border-box;
}

img.img-bdr-rd.im-mr {
    margin: 12px 0 18px;
}

p.op8 {
    color: rgba(73, 80, 87, .8) !important;
}

.max-wth610 {
    max-width: 610px;
}

p.in-per {
    color: rgba(10, 9, 8, 0.70);
}

.cr-blk p.seo-sub-titlle {
    color: rgb(10 9 8 / 70%);
    line-height: 28px;
}

.ser-hl-box h2.ser-title {
    margin-bottom: 32px;
}

img.img-bdr-rd,
.im-w,
.fl-cl.hm-rgt-sec img,
.hp-sections.nr-sec.pad-top65.bg-cl-grey img.img-bdr-rd.im-mr.im-w.im-desk-dsp,
.frm-blk img.mbdsk-no,
.flx-rw.gap50.mrt100 img.img-bdr-rd.im-w {
    border-radius: 4px;
}

.fl-cl p.sub-title {
    margin-top: 0px;
}

p {
    margin-top: 0;
}

/* .leadforms-step-title {
    display: none;
}  */

/*--- start rev ---*/
.testimonial {
    margin: 0px 15px 0px;
    position: relative;
}

.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
}

.testimonial .description {
    font-size: 14px;
    color: #777;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0.9;
}

.testimonial .testimonial-content {
    width: 100%;
    left: 0;
    position: absolute;
}

.testimonial .pic {
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #016d9b;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .name {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.testimonial .title {
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}

.owl-controls {
    margin-top: 20px;
}

.owl-pagination {
    display: flex;
    justify-content: center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #BA2B33 !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #F3E4E5 !important;
    opacity: 1 !important;
}

.owl-page {
    height: 10px;
    width: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
    margin-left: 10px;
}

/*--- end rev ---*/
.frm-blk #leadforms-submit-button,
.leadforms-back-button__2TXB1.leadforms-fade-in__1foT5.center__2non6.bottom__oiNZa {
    max-width: 170px !important;
    color: #fff;
    /* display: inline-flex; */
    padding: 16px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #BA2B33 !important;
    border: 2px solid #BA2B33 !important;
    line-height: 18px;
    font-weight: 700 !important;
    font-family: Outfit !important;
    font-size: 18px !important;
    letter-spacing: 0;
    margin-left: 0;
}

.view-featured .frm-blk #leadforms-submit-button {
    max-width: 160px !important;
}

/* .frm-blk #leadforms-submit-button:hover, .leadforms-back-button__2TXB1.leadforms-fade-in__1foT5.center__2non6.bottom__oiNZa {
    color: #BA2B33!important;
    background: transparent!important;
	border: 2px solid #BA2B33!important;
} */
img {
    max-width: 100%;
}

p.sub-txt {
    font-size: 18px;
}

.max-wth803 {
    max-width: 803px;
}

.max-wth900 {
    max-width: 900px;
}

.max-wth661 {
    max-width: 661px;
}

ul.check.fg.lh28 li {
    line-height: 28px;
}

h3.ser-title {
    font-size: 32px;
    line-height: 38px;
}

p.hpdsc.mxwt512 {
    max-width: 512px;
}

ul.check.fg.lh28 li::before {
    top: 5px;
}

.faqbox {
    padding: 24px 16px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e1e3e8;
    margin-bottom: 20px;
    line-height: 20px;
}

.faqbox:hover {
    cursor: pointer;
}

#faq .accordion {
    padding: 0 40px 0 0 !important;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
    text-align: left;
}

div.panel {
    max-height: 0;
    overflow: hidden;
    transition: .4s ease-in-out;
    opacity: 0;
}

.panel.show p {
    margin-bottom: 0;
    line-height: 26px;
    margin-left: 7px;
    margin-top: 0px;
    color: rgba(10, 9, 8, 0.70);
    padding-right: 10px;
}

.accordion {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: .4s;
    cursor: pointer;
    color: #0A0908;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    position: relative;
    padding-right: 5px;
    padding-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid rgba(86, 95, 118, 0.10);
    /*  */
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

button.accordion.active {
    border-bottom: 0;
}

.accordion:after {
    content: "";
    background: url(../../../../../images/figma/svg/sharp-plus.svg) 0 0/cover no-repeat;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
}

.accordion.active:after {
    content: "";
    background: url(../../../../../images/figma/svg/sharp-minus.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 24px;
    height: 24px;
}

p.ftw-txt {
    text-align: center;

}

.cprgt-lnk {
    justify-content: center;
}

@media (max-width:1350px) {
    img.vic-lt.pa {
        left: -30px;
        top: -38px;
        z-index: -1;
    }

    .site-wrap {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width:1280px) {

    h2.ser-title {
        font-size: 36px;
        line-height: 44px;
    }

    .frm-blk img {
        width: auto;
    }

    .blk-cl.cnt-lt.cont.cr-sec {
        padding: 20px 16px 20px 112px;
    }

    .site-wrap {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (max-width:1100px) {
    ul.check li::before {
        content: "";
        background: url(../../../../../images/svg/icon-park-solid_check-one.svg) 0 0/cover no-repeat;
        position: absolute;
        top: 5px;
        left: 0px;
        width: 20px;
        height: 20px;
    }

    ul.check li {
        line-height: 28px;
    }

    img.desk-dsp.drcton1.pa,
    img.desk-dsp.drcton2.pa {
        width: 60%;
    }

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

    .fl-cl.hm-rgt-sec img.vic-lt.pa {
        width: auto;
    }

    img.vic-lt.pa {
        left: -38px;
        top: -38px;
        z-index: -1;
    }
}

@media (min-width:991px) {

    ul.check li:last-child {
        margin-bottom: 0;
    }

    img.ph-icn.mb-dsp,
    .mb-dsp {
        display: none;
    }
}

@media (max-width:991px) {
    .fl-cl.hm-rgt-sec {
        text-align: center;
    }

    div#mod-custom121 .blk-cl.cnt-lt.cont.cr-sec,
    p.hpdsc.mxwth512,
    .blk-cl.cnt-lt {
        margin-left: auto;
        margin-right: auto;
    }

    .rev-blk .flx-col.col1.txt-ctr.clrr {
        text-align: left;
        max-width: 100%;
    }

    .mrt100 {
        margin-top: 60px;
    }

    img.vic-lt-top.pa {
        left: -18px;
        top: -24px;
    }

    .global-btn.text-center.algn-center {
        text-align: center;
    }

    ul.check li {
        margin-bottom: 16px;
    }

    .ser-ul-flx {
        gap: 0px;
    }

    .desk-dsp {
        display: none;
    }

    h2.ser-title.lh40 {
        line-height: 32px;
    }

    .cprgt-lnk {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .cprgt-lnk p {
        margin-bottom: 16px;
    }

    ul.check li::before {
        top: 4px;
    }

    ul.check li {
        line-height: 28px;
    }

    .flx.cnt-btns {
        display: flex;
        gap: 16px;
    }

    .fl-cl.hm-rgt-sec img {
        text-align: center;
        height: auto;
    }

    img.ph-icn.dsk-dsp {
        display: none;
    }

    .container-footer {
        text-align: center;
    }

    p.seo-sub-titlle.mail-txt-mb a {
        font-size: 14px;
        line-height: 14px;
    }

    .mobile-center {
        text-align: center;
    }

    .hp-sections {
        padding: 40px 0;
    }

    .view-article #mod-custom134 .hp-sections.nr-sec.pad-top0 {
        padding-top: 40px !important;
    }

    .rev-blk .flx-col.col1.txt-ctr.clrr {
        flex: 1 100%;
    }

    .mrt64 {
        margin-top: 40px;
    }

    h1.hpb-title {
        font-size: 40px;
        line-height: 48px;
    }

    .header-btn,
    .cnt-us p.phn-at {
        display: none;
    }

    .fl-cl {
        flex: 1 100%;
        width: 100%;
    }

    .flx-rw,
    .ser-ul-flx,
    .ser-assu-price-flx {
        flex-direction: column;
    }

    .site-wrap {
        padding-left: 40px;

    }

    .mb-center {
        text-align: center;
    }

    .footer-wrap {
        gap: 20px;
        flex-wrap: wrap;
        /* flex-direction: column; */
    }

    .ser-hl-box h2.ser-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
        text-align: left;
    }

    h2.ser-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .ser-hl-box {
        padding: 32px 20px;
    }

    .ser-assu-price-flx {
        gap: 24px;
    }

    .global-btn.text-center {
        text-align: left;
    }

    .div-part.flx.flx-wrp.flx-gap.mrt64.obcs {
        gap: 0;
    }

    img.vic-lt.pa,
    img.vic-lt-top.pa,
    img.vic-lt-btm.pa {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fl-cl.fin-lft.pr {
        width: 100%;
    }

    ul.check.fg.mcd-list {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    ul.check.fg.mcd-list li {
        flex: 1 36%;
        width: 36%;
    }

    .blk-cl.cnt-lt {
        margin-left: auto;
        margin-right: auto;
    }

    img.vic-lt.pa,
    img.vic-lt-top.pa {
        display: none;
    }

    .frm-blk img,
    .fl-cl.pr img.im-w,
    img.img-bdr-rd.im-mr.im-w.im-desk-dsp {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: flex;
    }

    .fl-cl.fin-lft.pr {
        flex: 1 100%;
        padding: 54px 58px;
        width: 100%;
        box-sizing: border-box;
    }

    ul.check.fg.mcd-list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .fl-cl.fin-lft.pr {
        padding: 54px 30px;
    }
}

@media (max-width:768px) {

    .blk-cl.cnt-lt {
        max-width: 100%;
    }

    .fl-cl.fin-lft.pr {
        flex: 1 100%;
        width: 100%;
        padding: 16px 16px;
    }

    .obcs .flx-col.col1.txt-ctr.clrr {
        border: none;
        flex: 1 100%;
        max-width: 100%;
    }

    .frm-blk img {
        width: 100%;
    }

    img.vic-lt.pa {
        width: auto;
        left: -17px;
        top: -20px;
    }

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

@media (max-width:500px) {

    img.vic-lt.pa,
    img.vic-lt-top.pa {
        display: block;
    }
}

@media (min-width:414px) {
    .im-mobl-dsp {
        display: none !important;
    }

}

@media (max-width:414px) {
    div#mod-custom119 a.btn-btn.abtbtn {
        line-height: 24px;
    }

    .im-desk-dsp,
    img.img-bdr-rd.im-mr.im-w.im-desk-dsp {
        display: none !important;
    }

    img.img-bdr-rd.im-mr.im-w.im-mobl-dsp,
    img.img.img-bdr-rd.im-mr.im-w.im-desk-dsp {
        width: 100%;
    }
}

@media (max-width:401px) {
    .blk-cl-txt {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-direction: column;
        align-content: center;
        text-align: center;
    }
}

/* new figma home */
.back-blk {
    background: #0A0908;
}

.top-sec .soc-icns a {
    padding: 15px 0;
    box-sizing: border-box;
    display: inline-block;
}

.flx-rw.top-sec {
    justify-content: space-between;
}

.soc-icns {
    display: flex;
    gap: 12px;
}

.top-sec p.phn-tp a {
    color: #FFF;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.usr-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.max-width-630 {
    max-width: 630px;
}

.main-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.wht {
    color: #ffffff !important;
}

p.ftr-per {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

img.star-mge {
    padding: 0px 16px;
}

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

.global-btn.bt2 a {
    background: rgba(255, 255, 255, 0.10);
    border: 2px solid rgba(255, 255, 255, 0.05);
}

.global-btn.bt2:hover {
    cursor: pointer;
}

.global-btn.bt2:hover a {
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid #BA2B33;
}

.footer-col.footer-col1 {
    flex: 30%;
    max-width: 319px;
}

.footer-col.footer-col2 {
    flex: 23%;
    max-width: 229px;
}

.footer-col.footer-col3 {
    flex: 20%;
    max-width: 139px;
}

.footer-col.footer-col4 {
    flex: 27%;
    max-width: 280px;
}

p.ftr-txt-p,
p.hpdsc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(255 255 255 / 80%) !important;
}

.soc-icns.ftr-soc-icns {
    margin-top: 24px;
}

.soc-icns.ftr-soc-icns img:hover {
    filter: brightness(0) saturate(100%) invert(21%) sepia(28%) saturate(5723%) hue-rotate(336deg) brightness(97%) contrast(97%);
}

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

ul.prv {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.prv li {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

ul.prv li:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.page-header.page_header_hm {
    /* background: url(../../../../../images/figma/global-bnanner-image-.jpg); */
    background: url(../../../../../images/figma/new-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1440px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.page_header_hm .page-header-inner {
    /* padding: 182px 0;
    background: linear-gradient(70deg, rgba(11, 10, 9, 0.65) 21.83%, rgba(11, 10, 9, 0.00) 74.88%); */
    padding: 100px 0;
}

.sub-title span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -2px;
}

.page-header .btn-flx {
    justify-content: flex-start;
    gap: 20px;
}

.global-btn.bn-bt1 a {
    background: #FFF;
    border: 2px solid #ffffff;
    color: #BA2B33;
}

.global-btn.bn-bt1 a img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(47%) saturate(5719%) hue-rotate(345deg) brightness(87%) contrast(87%);
}

.global-btn.bn-bt2 a {
    border: 1px solid #FFF;
    background: transparent;
}

.page-header p.sub-title {
    margin-bottom: 16px;
}

.logos-flx {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.back-FAFAFA {
    background: #FAFAFA;
}

.mgt-20 {
    margin-top: 20px;
}

.mgb-0 {
    margin-bottom: 0px !important;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-13 {
    margin-bottom: 13px;
}

.hp-sections p.sub-title {
    color: #AA262B;
}

p.inr-tx-bold {
    color: #0A0908;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

a.lrn-mr {
    color: #0A0908;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.ser-contnr {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 32px;
}

.ser-contnr.pr.back-flrr:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/service-back-Union.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1055px;
    left: 50%;
    top: 50%;
    height: 844px;
    transform: translate(-50%, -50%);
}

ul.tabs.flx-rw.lnks {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 32px;
    list-style: none;
    justify-content: space-around;
}

li.tab.colls {
    border-radius: 25px;
    background: var(--Hover, rgba(170, 38, 43, 0.10));
    padding: 12px 24px;
}

li.tab.colls:hover,
li.tab.colls.active {
    background: #AA262B;
}

li.tab.colls span {
    color: #0A0908;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

li.tab.colls:hover span,
li.tab.colls.active span {
    color: #ffffff;
}

ul.plane-chk {
    padding: 0;
    list-style: none;
}

ul.plane-chk li {
    position: relative;
    padding-left: 35px;
    color: #0A0908;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

ul.plane-chk li:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/red-check.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -3px;
    left: 0;
}

.active[data-tab-content] {
    display: block;
}

.tab-content>.active {
    display: block;
}

[data-tab-content] {
    display: none;
}

.box-4flx {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.box1 {
    flex: 1 48%;
    max-width: 270px;
    border-radius: 4px;
    border: 1px solid rgba(86, 95, 118, 0.10);
    padding: 24px 16px;
}

.hvr1:hover {
    background: #AA262B;
}

.hvr1:hover h3.hph3-title {
    color: #ffffff;
}

.hvr1:hover p.inr-tx {
    color: rgb(255 255 255 / 70%);
}

.max-wth870 {
    max-width: 870px;
}

.max-wth857 {
    max-width: 857px;
}

.inr-abs-img img.vic-lt-top,
.inr-abs-img img.vic-lt-btm.pa {
    width: 100px;
}

.inr-abs-img img.vic-lt-top {
    right: -16px;
    top: -16px;
}

.inr-abs-img img.vic-lt-btm.pa {
    left: -16px;
    bottom: -16px;
}

.inr-abs-img img.vic-lt-top.vic-lt-top-lft {
    right: auto;
    left: -16px;
}

.inr-abs-img img.vic-lt-btm.vic-lt-btm-rgt {
    left: auto;
    right: -16px;
}

.line-mg1:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/path140left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 74px;
    height: 114px;
    right: -66px;
    rotate: 11deg;
    bottom: -98px;
}

.line-mg2:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/path140right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 74px;
    height: 88px;
    left: -67px;
    bottom: -76px;
    rotate: -16deg;
}

.fl-cl.faq-txt-cl {
    flex: 40%;
    max-width: 435px;
    width: 100%;
}

.flx-cl.faq-cl {
    flex: 1 60%;
}

.alt-un {
    align-items: unset;
}

/* .blk-cl.cnt-lt.mail, .blk-cl.cnt-lt.fax {
    box-shadow: none;
    background: transparent;
} */
.blk-cl.cnt-lt.mail:hover,
.blk-cl.cnt-lt.fax:hover {
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

/* .blk-cl.cnt-lt.cont:hover {
    box-shadow: none;
    background: transparent;
} */
ul.trmc {
    padding: 0;
    margin: 0;
    list-style: none;
}

p.hpdsc {
    max-width: 520px;
}

.gap30 {
    gap: 30px;
}

.flx-aprch {
    display: flex;
    flex-wrap: wrap;
}

.flx-aprch .flx-col {
    flex: 1 31%;
    max-width: 33%;
}

.flx-aprch .col1 {
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid rgba(86, 95, 118, 0.1);
}

.flx-aprch .col1.col2 {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.apr-txt {
    padding: 24px 26px 66px;
}

.flx-aprch a.lrn-mr {
    justify-content: left;
    position: absolute;
    bottom: 24px;
}

.apr-hvr:hover {
    background: #AA262B;
}

.apr-hvr:hover h3.hph3-title,
.apr-hvr:hover p.inr-tx,
.apr-hvr:hover a.lrn-mr {
    color: #ffffff;
}

.apr-hvr:hover p.inr-tx {
    opacity: .7;
}

.apr-hvr:hover a.lrn-mr img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(97deg) brightness(102%) contrast(105%);
}

.apr-hvr:hover img.smp {
    display: initial;
}

.apr-hvr:hover img.hvr {
    display: none;
}

.flx-col-cr {
    flex: 1;
}

.flx-aprch .col1.flx-col-cr {
    border-radius: 4px;
    border: 0;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
}

.paddi {
    padding: 24px 16px;
}

.ab-img {
    display: flex;
    max-width: 329px;
    margin-top: 30px;
    justify-content: space-between;
}

.bef-img h3.hph3-title,
.aft-img h3.hph3-title {
    margin-top: 14px;
    margin-bottom: 0;
    text-align: center;
}

.quate.pr {
    padding: 36px 32px 24px;
    border-radius: 4px;
    background: rgba(170, 38, 43, 0.10);
}

img.qute-buss {
    top: 8px;
    left: 8px;
}

p.bod {
    color: #0A0908;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.price .apr-txt {
    padding: 32px 24px;
    overflow: hidden;
}

.price .flx-col.aprr-hvr:hover {
    background-color: rgba(170, 38, 43, 0.10);
}

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

.ft28 {
    font-size: 28px !important;
}

.head-pp p {
    color: rgb(10 9 8 / 70%);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

hr.lght-hr {
    border: 1px solid rgba(86, 95, 118, 0.1);
    margin: 20px 0;
}

p.prce-rate {
    color: rgb(10 9 8 / 70%);
}

.price .global-btn {
    margin-top: 24px;
    /* margin-bottom: 24px; */
    width: 100%;
}

.price .global-btn a {
    width: 100%;
}

ul.check-gr {
    margin: 24px 0 32px;
    padding: 0;
    list-style-type: none;
}

ul.check-gr li {
    color: rgb(10 9 8 / 70%);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    text-align: left;
}

.afd-prc ul.check-gr li {
    color: rgb(10 9 8 / 80%);
}

ul.check-gr li:last-of-type {
    margin-bottom: 0;
}

ul.check-gr li.gr:before,
ul.check-gr li.gry:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/solid_check-red.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}

ul.check-gr li.gry:before {
    background-image: url(../../../../../images/figma/svg/grey-check.svg);
}

p.in-txt-sm {
    color: rgb(10 9 8 / 70%);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 16px;
}

a.red-lnk {
    color: #AA262B;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
}

.faq-pg div#att.mrt20 {
    margin-top: 20px;
}

.faq-pg button.accordion {
    padding: 24px;
    border: 0;
    border-radius: 4px;
    border-bottom: 1px solid rgba(86, 95, 118, 0.10);
}

.faq-pg .accordion:after,
.faq-pg .accordion.active:after {
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}

/* .faq-pg button.accordion.active, .faq-pg div.panel.show {
    background: #AA262B;
    color: #ffffff;
} */
.faq-pg button.accordion.active {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.faq-pg .panel.show {
    border-radius: 0 0 4px 4px;
}

.faq-pg .panel.show p {
    /* padding-left: 24px; */
    padding-right: 24px;
    padding-bottom: 24px;
    margin-left: 0;
    /* color: rgb(255 255 255 / 80%) */
}

/* .faq-pg .accordion.active:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7432%) hue-rotate(127deg) brightness(127%) contrast(114%);
} */
#eb .eb-blog-grids {
    padding: 75px 0;
}

.eb-headers {
    display: none;
}

#eb .eb-post-listing.is-column {
    gap: 30px !important;
}

#eb .eb-post-listing__item {
    border-radius: 4px !important;
    border: 1px solid rgba(86, 95, 118, 0.10) !important;
    padding-bottom: 70px;
}

/* #eb .eb-post-listing__item:hover {
    background-color: rgba(170, 38, 43, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
} */
#eb .eb-post-thumb .eb-post-image-cover {
    width: 100% !important;
    height: 280px !important;
    border: 0 !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;

}

#eb .eb-post-thumb {
    margin-bottom: 0 !important;
}

.bg-padd {
    padding: 32px 24px 26px;
}

/* .eb-post-simple__meta.eb-post-simple__meta--text {
    position: absolute !important;
    right: 90px !important ;
    top: 206px !important;
} */
#eb .eb-post-simple span.by-adm a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(10, 9, 8, 0.7) !important;
}

#eb .eb-post-simple__title a,
#eb .eb-mod1 .eb-mod-media-title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
    color: #0A0908 !important;
}

#eb .eb-blog-grid__body {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: rgba(10, 9, 8, 0.7) !important;
    display: none;
}

#eb .eb-post-listing__item .eb-post-more {
    position: absolute;
    bottom: 40px;
}

#eb .eb-post-listing__item a.btn-n.btn-default1 {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-transform: capitalize;
    background: #AA262B !important;
    color: #fff;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #AA262B;
}

#eb .eb-post-simple__body {
    display: none !important;
}

a.btn-n.btn-default1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(101%) contrast(103%);
}

/* #eb .eb-post-listing__item:hover a.btn-n.btn-default1 {
    color: #ffffff !important;
    background: #AA262B;
}
#eb .eb-post-listing__item:hover a.btn-n.btn-default1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(101%) contrast(103%);
} */

.com_easyblog.view-entry div#row-fluidx.hp-sectiontb {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: -webkit-fill-available;
}

/* .eb-entry-head {
    display: none;
} */
.blog-page-inner .ebd-block[data-type="image"] {
    display: none !important;
}

.blog-page-inner .ebd-block {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.eb-entry-head.pa {
    /* left: 210px; */
    top: 455px;
}

span.by-adm:last-of-type {
    padding-left: 45px;
}

p.blog-para,
ul.r-check.indnt li {
    line-height: 28px !important;
    color: rgba(10, 9, 8, .7) !important;
    margin-bottom: 10px !important;
}

.blog-page-inner .quate.pr {
    padding: 20px 24px;
}

ul.r-check.indnt {
    padding: 0px;
    padding-left: 17px;
}

ul.r-check.indnt li strong {
    color: rgba(10, 9, 8, 1);
}

h3.nf-blog-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 40px;
    margin-top: 25px !important;
    color: rgba(10, 9, 8, 1);
}

.o-pagination-wrapper {
    margin-top: 50px !important;
}

#fd .inline-flex {
    gap: 8px !important;
}

#fd .text-gray-300,
#fd .text-gray-500 {
    border: 1px solid rgba(86, 95, 118, 0.1);
    border-radius: 7px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fd .text-gray-300 i {
    color: #AA262B !important;
    font-size: 20px;
    font-weight: 600 !important;
}

#fd .text-gray-500 {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600;
    color: rgba(10, 9, 8, 1) !important;
}

#fd .bg-gray-100 {
    background-color: #AA262B !important;
    color: #ffffff !important;
}

/* #fd .hover\:text-gray-300:hover {
    background-color: #AA262B !important;
} */
/* #fd .hover\:text-gray-300:hover i {
    color: #ffffff !important;
} */
.flx-rw.gap30.thre-div {
    flex-wrap: wrap;
    align-items: unset;
}

.in-col.wd100 {
    flex: 1 100%;
    max-width: 100%;
}

.in-col {
    flex: 1 48%;
    max-width: 50%;
}

.in-col-pad {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 35px;
}

.fl-cl.left-list ul.check-gr,
.fl-cl.right-list ul.check-gr {
    text-align: left;
    margin-bottom: 15px;
}

.im-w {
    border-radius: 20px;
}

h2.bn-ser-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.form-bnnr {
    background: #FFFFFF;
    border: 1px solid rgba(86, 95, 118, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 26px;
}

.frm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bn-col.name {
    flex: 1 47%;
    max-width: 50%;
}

.bn-col {
    flex: 1 100%;
    max-width: 100%;
}

.bn-col {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: rgba(10, 9, 8, 0.5);
    border: 1px solid rgba(86, 95, 118, 0.1);
    border-radius: 4px;
    padding: 15px;
}

.bn-col.st-btn {
    padding: 0;
}

.bn-col.st-btn .global-btn {
    margin-top: 0;
    width: 100%;
}

.bn-col.st-btn .global-btn a {
    width: 100%;
}

img.divder {
    position: absolute;
    bottom: 0;
}

.hiw.flx-aprch .col1 {
    border-radius: 20px;
}

p.hd-mun {
    font-size: 120px;
    color: rgba(170, 38, 43, 1);
    line-height: 120px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hiw .apr-txt {
    padding: 24px;
}

.hiw.flx-aprch .col1.col2 {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}

.flx-col.hiw-hvr:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}

.flx-col.left-armg.pr:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/Vector36.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 25px;
    left: -42px;
    top: 3rem;
}

.flx-col.left-armgd:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/Vector37.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 45px;
    height: 25px;
    top: 3rem;
    left: -43px;
}

.back-red {
    background-color: rgba(170, 38, 43, 1);
}

.back-wh {
    background-color: rgba(255, 255, 255, 1);
}

.prc-pad {
    padding: 50px;
    border-radius: 20px;
}

.h4-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.prce-rate span {
    font-size: 44px;
    color: rgba(170, 38, 43, 1);
    font-weight: 600;
    line-height: 44px;
}

.afd-prc {
    padding: 34px;
    background-color: rgba(170, 38, 43, 0.1);
    border-radius: 20px;
}

span.red-price {
    color: rgba(170, 38, 43, 1);
    font-weight: 700;
}

.afd-prc ul.check-gr {
    margin: 24px 0;
}

.ser-contnr ul.check-gr {
    margin-bottom: 0;
}

.tab-desk-on {
    display: none;
}

.procs .blk-cl {
    flex: 1 47.5%;
    max-width: 50%;
}

.procs .blk-cl.cnt-lt {
    display: flex;
    gap: 20px;
    background: #FFF;
    border: 1px solid rgba(86, 95, 118, 0.1);
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
}

/* .procs .blk-cl.cnt-lt.cr-blk.cr1 {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
} */

.procs .cr-blk {
    padding: 24px;
}

.procs .cr-blk .img-bx {
    min-width: 80px;
}

/* .procs .blk-cl.cnt-lt.cr-hvr:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
} */
.fixed-wd .fl-cl.left-list {
    max-width: 206px;
}

.price .apr-txt .ser-title {
    margin-bottom: 5px;
}

.price .apr-txt ul.check-gr {
    margin-top: 10px;
}

.mst-p {
    right: -142px;
    top: -6px;
    background-color: rgba(160, 47, 54, 1);
    width: 100%;
    rotate: 42.8deg;
}

p.red-pplr {
    padding: 7px 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.dsp-hidn {
    visibility: hidden;
}

.wht-op7 {
    color: rgb(255 255 255 / 70%) !important;
}

.bk-wh a.btn-btn {
    background-color: #ffffff;
    color: #BA2B33;
}

.bk-wh a.btn-btn img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(31%) saturate(5749%) hue-rotate(340deg) brightness(85%) contrast(93%);
}

.bsns-pr .flx-col-cr {
    flex: 1 22%;
    max-width: 25%;
}

.mgb0-ul ul.check-gr li {
    line-height: 24px;
}

.mgb0-ul ul.check-gr li::before {
    top: 3px;
}

.mgb0-ul ul.check-gr {
    margin: 24px 0 20px;
}

.price .apr-txt ul.check-gr li.gr {
    color: rgba(10, 9, 8, 1);
}

.blogs-divder {
    padding: 50px 0;
}

.ser-tg {
    flex: 1 25%;
    max-width: 370px;
}


h4.h4-headigs {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.srch.mod .input-group {
    border: 1px solid rgba(86, 95, 118, 0.1);
    border-radius: 4px;
}

.srch.mod .form-control {
    height: auto !important;
    padding: 16px !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.srch.mod .form-control:focus {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.srch.mod .input-group-btn>.btn {
    height: auto !important;
}

#eb .btn-default.serch-btn {
    background-color: rgba(var(--fd-white), 1) !important;
    border-color: transparent !important;
    padding: 16px !important;
}

#eb .srch.mod .btn-default.serch-btn:hover,
#eb .srch.mod .btn-default.serch-btn:focus,
#eb .srch.mod .btn-default.serch-btn:active,
#eb .srch.mod .btn-default.serch-btn.active,
#eb .btn-default.serch-btn:focus-visible {
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0 !important;
}

.ser-tg .h4-headigs {
    border-left: 3px solid rgba(170, 38, 43, 1);
    padding-left: 4px;
}

.tag-pad {
    margin-top: 40px;
    padding: 24px;
    background-color: rgba(170, 38, 43, 0.1);
    border-radius: 4px;
}

div#eb.mod-easyblogtagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

div#eb.mod-easyblogtagcloud a.tag-cloud {
    padding: 8px 14px;
    border: 1px solid rgba(86, 95, 118, 0.1);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #0A0908;
}

div#eb.mod-easyblogtagcloud a.tag-cloud[style="font-size: 30px;"] {
    background-color: rgba(170, 38, 43, 1);
    color: #ffffff;
}

.cat-auth,
.eb-post-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#eb span.by-adm .eb-tags {
    margin: 0px 0 0;
}

#eb span.by-adm .eb-tags .cell-label {
    display: none !important;
}

#eb span.by-adm .eb-tags .col-cell+.col-cell {
    padding: 0 0px;
}

#eb span.by-adm .eb-tags span a:before {
    content: "";
    background-image: url(../../../../../images/figma/svg/blog-tag.svg);
    background-size: 100%;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 20px;
    top: -2px;
}

#eb .eb-post-date span.by-adm .eb-tags span a:before {
    background-image: url(../../../../../images/figma/svg/tag-blg-inr.svg);
}

.ser-tg {
    flex: 1 25%;
    max-width: 370px;
}

.ebd-block h2.ser-title {
    margin-bottom: 15px;
}

#eb .eb-post-simple {
    position: unset !important;
}

.frm-blk .ser-title.lh40 {
    /* display: none; */
}

.leadforms-step-title {
    text-align: left;
    color: rgba(10, 9, 8, 1) !important;
    font-family: Outfit;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    margin-bottom: 0px !important;
}

.leadforms-step-wrapper {
    padding-bottom: 0 !important;
}

form.leadforms-form-step {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.leadforms-step-instruction.css-9ayzsd6sd6 {
    margin: 0 !important;
}

div[class*=leadforms-props],
form.leadforms-form-step div:first-child {
    width: 100%;
}

.react-tel-input .selected-flag {
    width: 38px !important;
}

.react-tel-input .selected-flag .flag {
    width: 16px !important;
}

.leadforms-props:nth-of-type(2),
.leadforms-props:nth-of-type(3) {
    flex: 47%;
}

.leadforms-props .leadforms-input-text-inner {
    min-height: 50px !important;
    height: 50px !important;
    padding-left: 10px !important;
    box-shadow: none !important;
    border: 1px solid rgba(86, 95, 118, 0.10) !important;
    color: rgba(10, 9, 8, 1) !important;
    padding-top: 0 !important;
}

.leadforms-props .leadforms-input-text-inner[placeholder="State"],
.leadforms-props .leadforms-input-text-inner[placeholder="Rate Your Credit"] {
    color: rgba(10, 9, 8, 0.6) !important;
}

.leadforms-props .leadforms-input-textarea-inner.textarea {
    min-height: 50px !important;
    box-shadow: none !important;
}

.leadforms-props .leadforms-input-textarea-inner.textarea:placeholder,
.leadforms-props .leadforms-input-text-inner:placeholder {
    color: rgba(10, 9, 8, 0.7) !important;
}

.eMoKco.eMoKco .form-control {
    padding-top: 5px !important;
}

.leadforms-props .form-control-placeholder-2 {
    top: 14px !important;
    left: 63px !important;
}

.form-bnnr .leadforms-form-body-wrapper .leadforms-form-body {
    padding: 0 !important;
}

.form-bnnr .leadforms-step-title {
    font-size: 32px !important;
}

.form-bnnr form.leadforms-form-step {
    row-gap: 10px !important;
}

.form-bnnr .leadforms-submit-button,
.form-bnnr button.leadforms-submit-button,
.form-bnnr input[type=submit].leadforms-submit-button,
.form-bnnr button[type=submit].leadforms-submit-button {
    margin-top: 10px !important;
    background-color: rgba(170, 38, 43, 1) !important;
    font-size: 18px !important;
    font-family: Outfit;
    line-height: 18px;
    position: relative;
    border-color: rgba(170, 38, 43, 1) !important;
}

button#leadforms-submit-button:after {
    padding-left: 10px;
    content: url(../../../../../images/svg/btn-arrow.svg);
}

/* .frm-blk button#leadforms-submit-button:hover:after {
    filter: brightness(0) saturate(100%) invert(22%) sepia(47%) saturate(5719%) hue-rotate(345deg) brightness(87%) contrast(87%) !important;
} */
.mortg .blk-cl.cnt-lt {
    border-radius: 20px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

.mortg .blk-cl.cnt-lt h2.bn-ser-title {
    margin-bottom: 16px;
}

.hiw-morg .apr-txt {
    padding: 32px 16px;
}

.hiw-morg.flx-aprch .col1 {
    border-radius: 20px;
    border: 1px solid rgba(86, 95, 118, 0.10);
    box-shadow: none;
}

.hiw-morg.flx-aprch .flx-col {
    flex: 1 22%;
    max-width: 25%;
}

.lnh28 {
    line-height: 28px !important;
}

.lnh42 {
    line-height: 42px !important;
}

ul.check-gr.ext-bt li.gr:before {
    top: 4px;
}

ul.check-gr.ext-bt li strong {
    color: #0A0908;
}

.blk-cl.cnt-lt.cr-blk.dbt1 {
    box-shadow: none !important;
}

.blk-cl.cnt-lt.cr-blk.dbt1.cr-hvr:hover {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

h2.bn-ser-title.lnh42,
.thre-div h2.ser-title {
    margin-bottom: 16px;
}

.frm-blk.pink-bak .leadforms-props:nth-of-type(2),
.frm-blk.pink-bak .leadforms-props:nth-of-type(3) {
    flex: 100%;
}

.leadforms-form-body-bg-color {
    border-radius: 4px;
}

.frm-blk.pink-bak .leadforms-form-body-bg-color {
    background-color: transparent !important;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 20px !important;
}

.frm-blk.pink-bak .leadforms-input-text-wrapper,
.frm-blk.pink-bak .leadforms-input-textarea-wrapper {
    background: transparent !important;
    position: relative;
    border-radius: 4px !important;
}

.frm-blk.pink-bak .eMoKco.eMoKco .form-control,
.frm-blk.pink-bak .leadforms-input-textarea-inner {
    background: transparent !important;
    border: 1px solid rgba(86, 95, 118, 0.10) !important;
    color: rgba(10, 9, 8, 1) !important;
}

.frm-blk.pink-bak .react-tel-input .selected-flag {
    border-radius: 4px 0px 0px 4px !important;
    background: rgba(86, 95, 118, 0.10);
}

.frm-blk.pink-bak .react-tel-input .flag-dropdown {
    background-color: transparent !important;
    border: 1px solid rgba(86, 95, 118, 0.10) !important;
    border-radius: 4px 0 0 4px !important;
}

.rat-bar {
    margin: 50px auto 24px;
}

.bar-up.pr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.rat {
    flex: 1 20%;
    text-align: center;
}

.rat-clr {
    margin-top: 24px;
    height: 40px;
}

.rat-clr.rclr1 {
    border-radius: 4px 0px 0px 4px;
    background: #AA262B;
}

.rat-clr.rclr2 {
    background: #F2A83B;
}

.rat-clr.rclr3 {
    background: #F6DF60;
}

.rat-clr.rclr4 {
    background: #90BB39;
}

.rat-clr.rclr5 {
    border-radius: 0px 4px 4px 0px;
    background: #528014;
}

.bar-val {
    display: flex;
    justify-content: space-between;
    max-width: 1002px;
    margin-left: auto;
    margin-right: auto;
}

.blr {
    width: 16px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #367BB5;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    top: -8px;
    right: 4px;
}

.leadforms-props input.form-control,
.leadforms-props .react-tel-input .flag-dropdown {
    border: 1px solid rgba(86, 95, 118, 0.10) !important;
}


/* inner banner */
h1.head-title-in {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    color: #ffffff;
}

.page-header.bakimg-lines {
    overflow: hidden;
}


.page-header.bgcolor-hdr {
    background-color: rgba(10, 9, 8, 0.7);
}

li.mod-breadcrumbs__divider {
    display: none;
}

ul.mod-breadcrumbs.breadcrumb {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 24px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 16px;
}

li.mod-breadcrumbs__item.breadcrumb-item {
    position: relative;
}

li.mod-breadcrumbs__item.breadcrumb-item a,
li.mod-breadcrumbs__item.breadcrumb-item span,
li.mod-breadcrumbs__item.breadcrumb-item {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

li.mod-breadcrumbs__item.breadcrumb-item.active span,
li.mod-breadcrumbs__item.breadcrumb-item.active {
    font-weight: 700;
}

li.mod-breadcrumbs__item.breadcrumb-item.active::after {
    content: none;
}

li.mod-breadcrumbs__item.breadcrumb-item:after {
    content: "";
    background-image: url(../../../../../images/figma/svg/bred-wh-arr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    top: 2px;
    height: 16px;
    right: -28px;
}

/* inner banner end */
/* more rersource */
.eb-mod.eb-mod1,
#eb .eb-post-listing.is-row {
    margin: 0 !important;
    margin-top: 40px !important;
    display: flex !important;
    gap: 30px !important;
}

.eb-mod.eb-mod1::before,
.eb-mod.eb-mod1::after,
#eb .eb-mod1 .eb-mod-thumb .eb-mod-image-cover:before {
    content: none !important;
}

#eb .eb-mod-thumb .eb-mod-image-cover {
    border: none !important;
    border-radius: 0 !important;
}

#eb .eb-mod-thumb {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#eb .eb-mod1.mod-items-grid>.mod-grid {
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 5px;
    border: 1px solid rgba(86, 95, 118, 0.10);
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 0 !important;
}

#eb .eb-mod1.mod-items-grid>.mod-grid:hover {
    background: rgba(170, 38, 43, 0.10);
    /* Shadow */
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);

}

.eb-mod1 .eb-mod-head {
    max-width: 65px;
    position: absolute;
    right: 24px;
    top: 240px;
    z-index: 1;
}

.mr-con {
    padding: 32px 24px;
}

.eb-mod1 .eb-mod-body {
    color: rgba(10, 9, 8, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
}

.eb-mod1 .eb-mod-foot.mod-muted {
    position: absolute;
    left: 24px;
    bottom: 24px;
}

.eb-mod1 .eb-mod-foot.mod-muted a {
    color: #0A0908;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    position: relative;
}

.eb-mod1 .eb-mod-foot.mod-muted a:after {
    content: "";
    background-image: url(../../../../../images/figma/svg/ArrowUpRight-bl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    top: 2px;
    height: 20px;
    right: -24px;
}

#eb .eb-mod1.mod-items-grid>.mod-grid:hover .eb-mod-foot.mod-muted a {
    filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(6803%) hue-rotate(346deg) brightness(84%) contrast(86%);
}

.view-grid div#eb.mod_easybloglatestblogs {
    display: none;
}

div#eb.mod_easybloglatestblogs {
    padding: 30px 0 60px;
}

#eb .eb-mod1.mod-items-grid>.mod-grid {
    width: auto !important;
    flex: 1 31%;
    max-width: 33%;
}

/* more rersource end */
@media (min-width:991px) and (max-width:1350px) {
    .site-wrap.header-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width:1155px) and (max-width:1305px) {
    .usr-btn .global-btn a {
        padding: 13px;
    }

    a.brand img {
        width: 175px;
    }

    .gap28 {
        gap: 15px !important;
    }

    span.product-menu-header-text {
        font-size: 15px !important;
    }
}

@media (min-width:991px) and (max-width:1155px) {
    .usr-btn .global-btn a {
        display: none;
    }

    a.brand img {
        width: 160px;
    }

    .gap28 {
        gap: 12px !important;
    }

    span.product-menu-header-text {
        font-size: 15px !important;
    }
}

@media (min-width:991px) and (max-width:1400px) {
    .fl-clbn {
        flex: 63%;
        width: 64%;
    }

    .fl-clbn2 {
        flex: 1 30%;
    }

    h1.head-title-in {
        font-size: 48px;
        line-height: 50px;
    }

    .com_easyblog.view-entry h1.head-title-in {
        font-size: 45px;
    }
}

@media (max-width:991px) {
    #eb h2.blog-titl {
        line-height: 38px;
    }

    .page_header_hm .page-header-inner {
        padding: 80px 0;
    }

    .flx-rw.top-sec {
        justify-content: space-between;
        flex-direction: row;
    }

    .page-header .btn-flx {
        justify-content: center;
    }

    .tab-mgat {
        margin-right: auto;
        margin-left: auto;
    }

    .obcs .flx-col.col1.txt-ctr.clrr {
        flex: 1 47.333%;
        max-width: 48.333%;
    }

    ul.tabs.flx-rw.lnks {
        gap: 20px;
    }

    ul.plane-chk {
        text-align: left;
    }

    .box-4flx {
        justify-content: center;
    }

    .line-mg1:before,
    .line-mg2:before {
        content: none;
    }

    .flrw-rve {
        flex-direction: column-reverse;
    }

    .tab-gap30,
    .flx-rw.tab-gap30 {
        gap: 30px;
    }

    .tab-gap0,
    .flx-rw.tab-gap0 {
        gap: 0px;
    }

    .tab-mrt30 {
        margin-top: 50px;
    }

    .fl-cl.faq-txt-cl,
    .fl-clbn {
        flex: 100%;
        max-width: 100%;
    }

    .footer-wrap {
        row-gap: 45px;
    }

    .footer-col.footer-col1,
    .footer-col.footer-col2,
    .footer-col.footer-col3,
    .footer-col.footer-col4 {
        flex: 1 48%;
        max-width: 50%;
    }

    ul.ftr-link2.ad li,
    .soc-icns {
        justify-content: center;
    }

    .cprgt-sec {
        gap: 20px;
        flex-direction: column;
    }

    .flxul-jst-ctr {
        display: flex;
        justify-content: center;
    }

    p.hpdsc {
        max-width: 100%;
    }

    .flx-aprch .flx-col {
        flex: 1 30%;
        max-width: 33%;
    }

    .page-header-inner.union-img.text-center {
        padding: 50px 0;
    }

    h1.head-title-in,
    .com_easyblog.view-entry h1.head-title-in {
        font-size: 42px;
        line-height: 44px;
    }

    .ab-img {
        margin-left: auto;
        margin-right: auto;
    }

    .flx-dir-rv {
        flex-direction: column-reverse;
    }

    .flx-rw.gap50.fl-list {
        gap: 0;
    }

    .in-col {
        flex: 1 100%;
        max-width: 100%;
    }

    .in-col-pad {
        padding: 24px;
        text-align: center;
    }

    .tab-desk-non {
        display: none;
    }

    .tab-desk-on {
        display: flex;
    }

    .busins ul.check-gr {
        margin: 24px 0 0px;
    }

    .mgb0-ul ul.check-gr {
        margin: 0px 0 20px;
    }

    .bsns-pr .flx-col-cr {
        flex: 1 47.5%;
        max-width: 50%;
    }

    .hiw-morg.flx-aprch .flx-col {
        flex: 1 47%;
        max-width: 50%;
    }

    .main-title {
        font-size: 32px;
        line-height: 38px;
    }

    #eb .eb-post-listing.is-column,
    .eb-mod.eb-mod1 {
        display: flex !important;
        flex-direction: column;
        max-width: 370px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #eb .eb-mod1.mod-items-grid>.mod-grid {
        flex: 100%;
        max-width: 100% !important;
        width: 100% !important;
    }

    div#eb.mod_easybloglatestblogs {
        padding: 30px 0 30px;
    }

    .flx-rw.blogs-divder {
        align-items: center;
    }
}

@media (max-width:768px) {
    .page_header_hm .page-header-inner {
        padding: 60px 0;
    }

    img.vic-lt-top.pa {
        left: -16px;
        top: -16px;
        width: 100px;
    }

    img.vic-lt-top.vic-left.pa {
        right: auto;
        left: -16px;
    }

    .obcs .flx-col.col1.txt-ctr.clrr,
    .procs .blk-cl,
    .bsns-pr .flx-col-cr,
    .flx-aprch .flx-col,
    .hiw-morg.flx-aprch .flx-col {
        flex: 1 100%;
        max-width: 100%;
    }

    .container-footer {
        padding: 40px 0 24px;
    }

    .footer-col.footer-col1,
    .footer-col.footer-col2,
    .footer-col.footer-col3,
    .footer-col.footer-col4 {
        flex: 1 100%;
        max-width: 100%;
    }

    .footer-wrap {
        row-gap: 35px;
        padding-bottom: 10px;
    }

    .logos-flx {
        flex-direction: column;
        align-items: center;
    }

    .log-imag:nth-of-type(1) img {
        width: 100px;
    }

    .log-imag:nth-of-type(2) img {
        width: 110px;
    }

    .log-imag:nth-of-type(4) img {
        width: 225px;
    }

    p.ftr-per {
        display: flex;
        flex-direction: column;
    }

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

    .global-btn.bt2,
    .global-btn.bn-bt2 {
        margin-top: 0;
    }

    .cprgt-sec p.ftw-txt {
        line-height: 24px;
    }

    .flx-aprch .apr-imgg img {
        width: 100%;
    }

    .page-header-inner.union-img.text-center {
        padding: 35px 0;
    }

    h1.head-title-in,
    .com_easyblog.view-entry h1.head-title-in {
        font-size: 32px;
        line-height: 36px;
    }

    .page-header-inner.union-img:before {
        content: none;
    }

    li.mod-breadcrumbs__item.breadcrumb-item a,
    li.mod-breadcrumbs__item.breadcrumb-item span {
        font-size: 16px;
        line-height: 16px;
    }

    li.mod-breadcrumbs__item.breadcrumb-item:nth-of-type(2):after {
        background-size: contain;
        width: 16px;
        height: 16px;
        right: -24px;
    }

    .flx-aprch.cr-pr .flx-col-cr {
        flex: 1 100%;
    }

    .flx-col.left-armg.pr:before,
    .flx-col.left-armgd:before {
        content: none;
    }

    .prc-pad {
        padding: 24px;
        border-radius: 20px;
    }

    .fixed-wd .fl-cl.left-list {
        max-width: 100%;
    }

    ul.check-gr li {
        line-height: 24px;
    }

    .site-wrap.header-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mb-lnh40 {
        line-height: 40px !important;
    }

    .rat-bar {
        margin: 24px auto 16px;
    }

    .rat-clr {
        margin-top: 16px;
        height: 30px;
    }

    .blr {
        width: 12px;
        height: 44px;
        top: -6px;
    }

    .faq-pg button.accordion {
        font-size: 16px;
    }

    .faq-pg .accordion:after,
    .faq-pg .accordion.active:after {
        top: 24px;
        transform: none;
    }

    h3.nf-blog-title {

        line-height: 30px;
    }
}

@media (max-width:500px) {
    .procs .blk-cl.cnt-lt {
        display: flex;
        gap: 20px;
        background: #FFF;
        border: 1px solid rgba(86, 95, 118, 0.1);
        border-radius: 4px;
        box-shadow: none;
        margin: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .leadforms-props:nth-of-type(2),
    .leadforms-props:nth-of-type(3) {
        flex: 100%;
    }

    .mortg .blk-cl.cnt-lt {
        padding: 24px;
    }

    .ser-contnr {
        padding: 24px 24px;
    }

    .leadforms-form-body-wrapper .leadforms-form-body {
        padding: 24px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .h4-title {
        line-height: 28px;
    }

    .afd-prc h2.ser-title {
        text-align: center;
        font-size: 29px;
    }
}

@media (max-width:430px) {
    .bn-col.name {
        flex: 1 100%;
        max-width: 100%;
    }
}

@media (max-width:850px) {
    .eb-entry-head.pa {
        /* left: 210px; */
        top: -50px;
    }

    .blog-page-inner {
        margin-top: 30px;
    }

    #eb h2.blog-titl {
        margin-top: 35px !important;
    }
}

/*  */
ul.check-gr {
    margin: 24px 0 32px;
    padding: 0;
}

ul.check-grr li {
    color: rgb(10 9 8 / 70%);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

h3.ser-title3 {
    font-size: 32px;
    padding-top: 10px;
}

p.in-tx {
    padding-top: 12px;
    padding-bottom: 4px;
}

.bx-mg0 ul.check-gr.mgb-0 {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

@media (max-width:991px) {
    .bx-mg0 .flxul-jst-ctr {
        display: initial !important;
    }

}

/* faq */

.main_faq {
    display: flex;
    gap: 25px;
}

.faq-bx {
    flex: 0 50%;
}

.faq-pg button.accordion {
    padding-left: 0;
}

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

    .faq-bx {
        flex: 100%;
    }

    .main_faq .faq-pg button.accordion {
        padding-left: 24px;
    }

    .main_faq .faq-pg .panel.show p {
        margin-left: 24px;
    }
}

/*  */
.lstchk-rmv ul.check-gr li.gr:before {
    content: "";
    background: none;
}

.lstchk-rmv ul.check-gr li {
    padding-left: 5px;
}

.bx-mg0 .flx-rw {
    align-items: initial;
}

.lstchk-rmv ul.check-gr li {
    margin-bottom: 10px;
}

.itemid-121 form.leadforms-form-step {
    gap: 0;
}

@media (max-width:768px) {
    .lstchk-rmv ul.check-gr.mgb-0 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

body.site.com_easyblog {
    margin: 0;
}


/* css template  */
/* start css tootltip popup  */
.tooltip-btn {
    position: relative;
    background-color: transparent;
    color: #000;
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.tooltip-text {
    visibility: hidden;
    width: max-content;
    background-color: #BA2B33;
    color: #fff!important;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position the tooltip above the button */
    left: 50%;
    margin-left: -80px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
	padding: 10px 20px;
}
span.tooltip-text a {
    color: #fff;
}
span.tooltip-btn.ftr {
    background-color: transparent;
    color: #fff;
    padding-top: 5px;
}
.tooltip-btn:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
p.phn-tp {
    display: flex;
    gap: 8px;
    align-items: center;
}
p.phn-tp span.tooltip-text {
    bottom: -8px;
    left: -72px;
}
/* end css contact popup  */