/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

::-webkit-scrollbar { width: 5px; border-radius:90px ; }
::-webkit-scrollbar-track { background-color: rgb(0 0 0 / 29%); border-radius:90px  }
::-webkit-scrollbar-thumb { background-color: #000000; border-radius:90px  }

*{ box-sizing: border-box; }
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body { max-width:100vw; margin:0px; font-family: 'DM Sans', sans-serif; color: #2B2B2B; font-size: 18px; font-weight: 400;  line-height: 28px; overflow-x: hidden;}
ul{ margin:0px; padding:0px; }

a { transition: ease 0.5s; text-decoration:none; color: #343434; }
p {  padding: 0;  margin: 0 0 25px; }
p:last-child { margin-bottom: 0; }

::-webkit-input-placeholder{opacity:1; color: rgb(14 30 39 / 40%); }
::-moz-placeholder{opacity:1; color: rgb(14 30 39 / 40%); } 
:-ms-input-placeholder{opacity:1; color: rgb(14 30 39 / 40%); }
:-moz-placeholder{opacity:1; color: rgb(14 30 39 / 40%); }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family: 'DM Sans', sans-serif ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]::-moz-focus-inner{border: 0;}
textarea{resize:none;}

h1,h2,h3,h4,h5,h6{ margin-top:0px; margin-bottom:20px; line-height: normal; font-weight:900; color: #000; font-family: 'DM Sans', sans-serif; } 
h1 { font-size: 48px; line-height: 55px; }
h2 { font-size: 32px; line-height: 40px; }
h3 { font-size: 28px; line-height: 34px; }
h4 { font-size: 24px; line-height: 30px; } 
h5 { font-size: 18px; line-height: 24px; } 
h6 { font-size: 14px; line-height: 18px; margin-bottom: 15px; color: #C26D16; letter-spacing: 0.1em; }

.text_white { color: #fff; }
.text_white h3 , .text_white h4 , .text_white h2 , .text_white h1 , .text_white h5 , .text_white h6 { color: #fff; }
.mt-140{margin-top: 140px;}
.mb-140{margin-bottom: 140px;}

ul , li { list-style: none; }
span { color: #C26D16; }
.row {  margin: 0 -15px; }

.title_section { width: 100%; max-width: 780px; margin-bottom: 50px; }
.title_section h2 { margin-bottom: 10px; }
.title_section .sub_title { margin-bottom: 20px; }
.title_section.text_center { margin-left: auto; margin-right: auto; margin-bottom: 40px; }
.title_line h5 { margin-bottom: 34px; }
.title_line:after { content: ""; width: 100px; height: 2px; background: #C26D16; display: table;  margin-bottom: 20px; }
.body_size { font-size: 14px; line-height: 26px; }

.text_center { text-align: center; }
.text_left{text-align: left;}
.text_right{text-align: right;}
.text_justify { text-align: justify; }

.padding-right-container { padding-right: calc((100%  - 1300px) / 2); } 
.padding-left-container { padding-left: calc((100%  - 1300px) / 2); }

.container { float:none; width:100%; max-width: 1300px; padding: 0 15px; margin:0 auto; }
.container:before , .container:after {clear:both; content: ""; display:table;}

.container_right { padding-right: calc((100%  - 1170px) / 2); } 
.container_left { padding-left: calc((100%  - 1170px) / 2); }

.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
/*  flex top */
.flextop { -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: start; -ms-flex-align: start ; align-items: start; align-items: flex-start; }
/*  flex center */
.flexcenter { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
/*  flex bottom */
.flexbottom { -webkit-box-align: end ; -moz-box-align: end ; -webkit-align-items: end; -ms-flex-align: end ; align-items: end ; align-items: flex-end ; } 
.reverse{ flex-direction: row-reverse; }
.justify_left{ justify-content: flex-start; }
.justify_right{ justify-content: flex-end; }
.justify_center{ justify-content: center; }
.flex_row { flex-wrap: wrap; }
.bglink { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 6 }


.fl100 { width: 100%; float: left; }
.set_img { background-size: cover; background-repeat: no-repeat; background-position: center; }
.bg_overlay { position: relative; z-index: 1; }
.bg_overlay:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; top: 0; z-index: -1; background: rgba(0, 40, 87, 0.4); }

.btn a { border: 1px solid #FFFFFF; border-radius: 4px; color: #fff; padding: 9px 25px; display: inline-block; font-weight: 700; }
.btn a[href*="tel"] { text-decoration: underline; }
.btn2 a { background: #0FBA55; border-color: #0FBA55; }
.btn3 a { background: #2026FF; border-color: #2026FF; }
.btn a:hover {  background: #fff; color: #0FBA55;  text-decoration: none; border-color:#fff; }


header { background: #0D1793; border-bottom: 1px solid #CFD1EA; padding: 24px 0;}
header .container { display: flex; }
header .color-primary { fill: #fff; }
header .logo { width: 122px; line-height: 0; }
header .header-right { width: calc(100% - 122px); text-align: right; align-items: center; display: flex; justify-content: right; }
header .header-right .btn { margin-left: 15px; }
header .logo svg { width: 100%; height: auto; }

.hero-sec { background: #0D1793; color: #fff; padding-top: 50px; position: relative; z-index: 1; padding-bottom: 40px; overflow: hidden; }
.hero-sec h1 { color: #fff; }
.hero-img { position: absolute; left: 0; bottom: 0; z-index: -1; width: 100%; right: 0; line-height: 0; }
.hero-img img { width: calc(50% + 90px); }
.hero-left { width: calc(100% - 582px); padding-right: 150px; }
.hero-wrap { display: flex; }
.form-box { width: 582px; }
.form-style { background: #fff; border-radius: 20px; padding: 80px 66px; min-height: auto; width: 100%; }
.hero-left .hero-text { width: 100%; max-width: 540px; font-size: 24px; line-height: 34px; }
.form-box h3 { font-size: 30px; }

.tp-widget-stars ul { display: flex; align-items: center; justify-content: center; padding-top: 50px; padding-left: 30px; }
.tp-widget-stars ul li { margin: 0 5px; line-height: normal; }
.tp-widget-stars svg { width: 90px; }
.tp-widget-stars ul li strong.bold-underline { color: #fff; }
path.tp-logo__text { fill: #fff; }
path.tp-star__canvas { fill: #0FBA55; }
path.tp-star__canvas--half { fill: #0FBA55; }
.tp-star:last-child path.tp-star__canvas { fill: rgb(220, 220, 230); }
.tp-widget-stars svg[aria-labelledby="starRating-tqdbmwsk3k"] { margin-top: 7px; }

.hero-ptn { position: absolute; bottom: 0; }
.hero-ptn1 { left: 160px; bottom: 160px; }
.hero-ptn2 { right: 0; line-height: 0; z-index: -1; }
.clicking-text { color: #353C41; font-size: 16px; text-align: center; margin-top: 20px; }

.how-work-sec { text-align: center; padding: 90px 0; }
.how-work-caption { background: #0C1693; color: #fff; padding: 60px; border-radius: 20px; }
.how-work-caption h2 { font-size: 48px; line-height: 55px; color: #fff; margin-bottom: 60px; }
.how-work-row { display: flex; justify-content: center; flex-wrap: wrap; }
.how-work-item { width: calc(100% / 3 - 30px); margin: 0 15px 50px; padding: 0 33px; position: relative;  z-index: 1; }
.how-work-num { width: 70px; height: 70px; background: #3DE380; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 30px; line-height: normal; font-weight: 700; border-radius: 10px; }
.how-work-item h3 { color: #fff; font-size: 30px; }
.how-work-text { font-size: 22px; line-height: normal; }
.how-work-caption .btn { margin-top: 30px; }
.how-work-item:before { content: ""; height: 5px;  background: #CFD1EA;  position: absolute;  width: calc(100% - 70px);  left: calc(50% - -50px);  top: 33px;  z-index: -1; }
.how-work-item:last-child:before, .how-work-item:nth-child(3n):before {display: none;}

.customers-say-sec { background: #3DE380; padding: 110px 0; position: relative; z-index: 1; overflow: hidden; }
.customers-say-sec .container { display: flex; }
.customers-say-left { padding-right: 30px; width: 35%; padding-top: 30px; }
.customers-say-right { width: 65%; }
.customers-say-row { display: flex; flex-wrap: wrap; padding-top: 30px; overflow: auto; max-height: 700px; }
.customers-say-item { width: calc(50% - 16px); margin: 0 8px 28px; background: #F2F5FF; border-radius: 10px; padding: 30px; }
.customers-say-text { margin-bottom: 15px; }
.customers-say-wrap { display: flex; align-items: center; margin-bottom: 15px; }
.customers-say-wrap .customers-say-img { line-height: 0; }
.customers-say-name { padding-left: 20px; color: #2B2B2B; font-weight: 700; line-height: normal; }
.link a { color: #0D1794; font-weight: 700; font-size: 16px;  display: flex;  align-items: center; }
.link a i.fa { margin-left: 8px; }
.customers-say-item:nth-child(2n) { margin-top: -30px; margin-bottom: 60px; }
.customers-say-img img { width: 80px; height: 80px !important;   border-radius: 100%; }
.customers-say-name { width: calc(100% - 80px); }
.customers-say-left h2 { font-size: 40px;  line-height: 45px; }

.customers-ptn { position: absolute; z-index: -1; width: 100%; max-width: 520px; }
.customers-ptn1 { right: -40px; top: -90px; }
.customers-ptn img { width: 100%; }
.customers-ptn2 { left: -40px; bottom: -90px; transform: scale(-1); }
.top-footer { padding: 30px 0; color: #868A8D; font-size: 16px; line-height: 24px; }
.bottom-footer .container { display: flex; justify-content: space-between; align-items: center; }
.footer-logo { display: inline-block; width: 20%; }
.footer-logo path.color-primary { fill: #2026FF; }
.footer-logo img { width: 122px; height: auto; }
.bottom-footer { border-top: 1px solid #868A8D; padding: 30px 0; }
.footer-capyright { font-size: 16px; text-align: center; width: 76%; line-height: normal; }
.footer-capyright a { color: #2F22A1; display: block; text-decoration: underline; }
.footer-social-media { width: 20%; text-align: right; }
.footer-social-media li { display: inline-block; vertical-align: middle; margin-left: 10px; }
.footer-social-media li a { width: 31px; height: 31px; display: flex; justify-content: center; align-items: center; background: #3A559F; border-radius: 100%; color: #fff; line-height: 0; }

.footer-social-media li a svg { width: 25px;  height: 16px;  fill: #fff; }
.footer-social-media li:nth-child(2) a { background: #55ACEE; }
.footer-social-media li:nth-child(3) a {  background: #007AB9; }

.footer-social-media li a:hover {  background: #000; }
.form-style .hs-form-field {  margin-bottom: 0px; }
.form-style .hs-form-field > label span {  color: #000; }
.form-style .hs-form-field input.hs-input {  border: 1px solid #868A8D; border-radius: 10px; height: 48px; }
.form-style .hs-form-field > label {  display: block;  margin-bottom: 5px; }
.form-style input.hs-button { border: 1px solid #0fba55;border-radius: 4px; color: #fff;  display: inline-block; font-weight: 700;  padding: 9px 25px;  background: #0fba55; border-color: #0fba55; height: 48px;  width: 100%;  margin-top: 30px;   cursor: pointer;   font-family: DM Sans,sans-serif;   transition: all 0.5s; }
.form-box h3 {  margin-bottom: 30px; }
.form-style input.hs-button:hover {  background: transparent; color: #0fba55; }

.thank-you-hero { min-height: 910px; }
.thank-you-hero .thank-hero-text {  color: #2B2B2B; font-size: 22px;  margin-bottom: 30px; }
.thank-you-hero .btn a {  width: 100%;  text-align: center; background:#0D1793; border-color:#0D1793; }
.thank-you-hero .footer-social-media {  width: 100%; text-align: center; margin-top: 50px; }
.thank-you-hero h5 {  color: #fff;  font-size: 22px; line-height: normal; }
.thank-you-hero .btn a:hover {border-color: #0fba55;     background: transparent; }
.form-style .submitted-message { text-align: center; }

.submitted-message { color: #000; }

.hero-sec { min-height: 910px; }
.submitted-message .btn { padding-top: 40px; } 
.submitted-message .btn a:hover { border-color: #0fba55; }

@media(max-width:1300px){
.hero-left { padding-right: 50px; }
.hero-ptn1 { left: 70px; }
.form-style { min-height: 655px; }
.tp-widget-stars ul { padding-left: 90px; }
.how-work-item { padding: 0 10px; }    

}

@media(max-width:1199px){
    .hero-ptn1 { z-index: -1; bottom: -20px; left: 20px; }
    .form-box { width: 100%; }
    .hero-left { width: 100%; padding-bottom: 50px; }
    .tp-widget-stars ul { padding-left: 0; }
    .hero-wrap { flex-wrap: wrap; }
    .form-box h3 { text-align: center; }
    .form-style { min-height: auto; }
    .hero-ptn img { width: 100%; max-width: 830px; }
    .hero-ptn.hero-ptn1 img { max-width: 120px; }
    .how-work-sec { padding: 60px 0; }
    .how-work-caption { padding: 60px 10px; }
    .how-work-text { font-size: 17px; }
    .customers-say-sec { padding: 50px 0; }
    .customers-say-name { font-size: 14px; }

}

@media(max-width:991px){
    .how-work-item { padding: 0; }
    .how-work-item h3 { font-size: 22px; line-height: normal; margin-bottom: 10px; }
    .how-work-row { margin: 0 -15px; }
    .customers-say-sec .container { flex-wrap: wrap; }
    .customers-say-left { width: 100%; padding: 0 0 30px; }
    .customers-say-right { width: 100%; }
    .footer-social-media { width: 25%; }
    .footer-capyright { width: 82%; }

}

@media(max-width:767px){
    .btn a { font-size: 16px; line-height: normal; padding: 7px 15px; }
    header .logo { width: 102px; margin-bottom: 20px; }
    header .header-right { width: 100%; text-align: center; justify-content: center;     flex-wrap: wrap; }
    header .container { flex-wrap: wrap; justify-content: center; }
    header .header-right .btn { margin: 5px 3px; }
/*     header .header-right .btn a {  } */
    .hero-sec h1 { font-size: 30px; line-height: normal; }
    .hero-left .hero-text { font-size: 18px; line-height: normal; }
    .hero-sec { padding-top: 30px; }
    .form-style { padding: 30px 15px; }
    .clicking-text { line-height: normal; }
    .form-box h3 { font-size: 24px; line-height: normal; }
    .tp-widget-stars ul { flex-wrap: wrap; padding: 0 0 20px; }
    .form-box { display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column-reverse; }
    .hero-left { width: 100%; text-align: center; padding: 0 0 20px; }
    .how-work-sec { padding: 30px 0; }
    .how-work-caption h2 { font-size: 30px; line-height: normal; margin-bottom: 30px; }
    .how-work-caption { padding: 40px 15px; }
    .how-work-item { width: 100%; margin-bottom: 40px; }
    .how-work-caption .btn { margin-top: 0; }
    .customers-say-left { width: 100%; text-align: center; padding-bottom: 40px; }
    .customers-ptn img { width: 60%; }
    .customers-ptn.customers-ptn1 { text-align: right; }
    .customers-say-item { width: calc(100% - 16px); margin-top: 0 !important; margin-bottom: 15px !important; }
    .customers-say-row { padding-top: 0; }
    .bottom-footer .container { flex-wrap: wrap; }
    .footer-logo { width: 100%; text-align: center; }
    .footer-capyright { width: 100%; text-align: center; margin: 20px 0; }
    .footer-social-media { width: 100%; text-align: center; }
    .footer-social-media li { margin: 0 5px; }

    .how-work-item:before { display: none; }

    .customers-say-left h2 {  font-size: 28px; line-height: 34px; }
  
  .hero-left {
    text-align: left;
}

.form-box {
    flex-direction: inherit;
    padding-top: 260px;
}

.hero-img {
    top: 250px;
}

.hero-img img {
    width: calc(100% + 160px);
    max-width: none !important;
    margin-left: -120px;
}

.hero-sec h1 {
    font-size: 35px;
}

.form-style {
}

.tp-widget-stars ul {
    margin: 30px 0 0;
}

.how-work-item {text-align: left;padding-left: 70px;}

.how-work-num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 0;
    top: 0;
    position: absolute;
}

.how-work-item:before {
    display: block;
    left: 0;
    width: 5px;
    height: 100%;
    left: 23px;
}

.customers-say-left {
    text-align: left;
}

.hero-ptn1 {
    z-index: 2;
    top: 270px;
    max-width: 130px;
}


}

#accordion2{

 height: auto !important;

}



.hero_main{

z-index; 10 !important;
}

#hs_cos_wrapper_widget_1708722372630{

 margin-left:150px !important;
 margin-right:150px !important;
 border-radius: 20px;
 background: #F6F7FF !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
 
}

#hs_cos_wrapper_widget_1709333549830{

 margin-left:150px !important;
 margin-right:150px !important;
  margin-top:0px !important;
 border-radius: 20px;
 background: #F6F7FF !important;
      padding-top: 10px;
      padding-bottom: 10px;
  margin-bottom: 50px !important;

 
}


#hs_cos_wrapper_widget_1709333575301{

 margin-left:150px !important;
 margin-right:150px !important;
 border-radius: 20px; 

}



#hs_cos_wrapper_widget_1708722399484{

 margin-left:150px !important;
 margin-right:150px !important;
 border-radius: 20px; 
 margin-bottom: 0px !important;
  margin-top: 50px !important;
 

}

#hs_cos_wrapper_widget_1708722372630 > div > a {
    background: none !important;
    color: blue !important;
    text-decoration: underline !important;
    text-align-last: start;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#hs_cos_wrapper_widget_1708722399484 > div > a {
    background: none !important;
    color: blue !important;
    text-decoration: underline !important;
    text-align-last: start;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#hs_cos_wrapper_widget_1708793223823{

    display: flex !important;
    padding-left: 5px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    margin: 0 auto !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;

}


#hs_cos_wrapper_widget_1708796812936 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top:30px;
}

.top-footer{

 display:none;


}




#hs_cos_wrapper_widget_1708730910285 {
    display: block !important;
    padding-bottom: 50px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 50px !important;
  
}



#bl_column2_Table > tbody > tr > td:nth-child(1) > h2 {
    color: #111312 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 32px !important;
    
}


.span12.widget-span.widget-type-widget_container.blog_stories {
    padding-top: 50px;
    padding-bottom: 50px;
}
  

#hs_cos_wrapper_widget_1708732482082 > div > div > div {
    padding-top: 5px;
    padding-bottom: 5px;
}


#hs_cos_wrapper_widget_1708782673622 {
    display: block !important;
    margin-top: -26px !important;
    padding-top: 0px !important;
}


#hs_cos_wrapper_widget_1708732482082 > div > div > div > div {
    display: flex;
}

#hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(1) > div{
  height: 95vh !important;

}

#hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(2) > div{
 height: 95vh !important;


}

#hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(3) > div{
 height: 95vh !important;

}

#hs_cos_wrapper_widget_1708722372630 > div > h2 > object {
    margin-right: 10px;
}

#hs_cos_wrapper_widget_1708722399484 > div > h2 > object{

  margin-right: 10px;
}


#bl_column2_Table > tbody > tr > td:nth-child(2) > p:nth-child(2){

 
    padding: 0;
    margin: 0px 0 10px;



}

#bl_column2_Table > tbody > tr > td:nth-child(2) > img {
    width: 80%;
      margin-left: 100px;
      margin-top:50px;

}



@media screen and (max-width: 500px) {
  
  
  
  #hs_cos_wrapper_widget_1709333549830{

 margin-left:35px !important;
 margin-right:35px !important;
  margin-top:0px !important;
 border-radius: 20px;
 background: #F6F7FF !important;
      padding-top: 10px;
      padding-bottom: 10px;
 

 
}


#hs_cos_wrapper_widget_1709333575301{

 margin-left:35px !important;
 margin-right:35px !important;
 border-radius: 20px; 

}
  
  
  
  #accordion1, #accordion2, #accordion3, #accordion4, #accordion5, #accordion6, #accordion7, #accordion8, #accordion9, #accordion10, #accordion11 {
  
   height: auto !important;
  
  
  }
  
  
  
  #hs_cos_wrapper_widget_1708722399484 > div > h2 {
    visibility: hidden;
  }

  /* Display new content using ::before pseudo-element */
  #hs_cos_wrapper_widget_1708722399484 > div > h2::after {
     content: "FAQ's";
    visibility: visible; /* Show the new content */
     /* Style the new content */
   
    font-size: 22px;
    font-weight: 700;
    
  }
  
  
  #hs_cos_wrapper_widget_1709333575301 > div > h2{
  
   visibility: hidden;
  }
  
  
  #hs_cos_wrapper_widget_1709333575301 > div > h2::before {
     content: "FAQ's";
    visibility: visible; /* Show the new content */
     /* Style the new content */
   
    font-size: 22px;
    font-weight: 700;
    
  }
  
  
  
  
  #hs_cos_wrapper_widget_1708722372630 > div > p:nth-child(5) {
    text-align: center;
}
  
  
  
  
  #hs_cos_wrapper_widget_1708722372630 > div > h2:nth-child(3){
  
        word-break: break-word;
  
  
  }
  
  
 
  
  #hs_cos_wrapper_widget_1708782673622 > div > div:nth-child(4) > div:nth-child(1) > p > a{
    
    padding-top: 0px !important;
    
  }
  
  
  #hs_cos_wrapper_widget_1708782673622 > div > div:nth-child(4) > div:nth-child(2){
  
     text-align: left;
  
  }
   
  .menu .mobile-menu-button{
  
    margin-left: 9em;
  
  
  }
  
  header{
  
   padding: 0px !important;
 
  }
  
  header .container {
    display: flex;
    padding: 10px 15px;
}
  
     table#bl_column2_Table tr {
        display: block;
        width: 100%;
        margin-bottom: 20px; /* Adjust spacing between rows */
    }
    table#bl_column2_Table td {
        display: block;
        width: 100%;
        padding: 0;
    }
    table#bl_column2_Table img {
        width: 100%;
    }
  
  
  
  #hs_cos_wrapper_widget_1708730910285 {
    display: block !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 0px !important;
    text-align: center;
}
  
  #bl_column2_Table > tbody > tr > td:nth-child(2) > img {
    width: 95%;
    margin-left: 0;
    margin-top: 0;
}
  
  
  
  #hs_cos_wrapper_widget_1708722372630 {
    margin-left: 30px !important;
    margin-right: 30px !important;
    border-radius: 20px;
    margin-bottom: 0px !important;
    
}
  
  
  #hs_cos_wrapper_widget_1708722399484 {
    margin-left: 30px !important;
    margin-right: 30px !important;
    border-radius: 20px;
    margin-top: 0px !important;
}
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div {
    display: flex;
    flex-direction: column;
}
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(1) > div {
    height: 50vh !important;
}
  
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(2) > div {
    height: 30vh !important;
}
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(1) > div > div{
  
  text-align: center !important;
  
  }
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(2) > div > div{
  
    height: fit-content !important;
  }
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(3) > div {
    height: 84vh !important;
}
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(3) > div > div > div > h3 > span {
    
    display: inline-block;
    max-width: min-content;
    margin-left: 30px;
}
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(3) > div > div > div{
  
      justify-content: left !important;
  }
  
  #hs_cos_wrapper_widget_1708732482082 > div > div > div > div > div:nth-child(3) > div > div > ul {
  
  margin-top: 10px !important;
  
  }
  
  
  #hs_cos_wrapper_widget_1708782673622 > div > div:nth-child(4) {
    padding: 31px !important;
    padding-top: 125px !important;
    background-image: url(https://2241623.fs1.hubspotusercontent-na1.net/hubfs/2241623/ForaFinancial_Microsite/refer2.webp) !important;
}
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) {
    display: flex !important;
    align-content: center;
    margin: 0 autp !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) > div:nth-child(2) > div > img
  {
  
    max-width: 300px !important;
   
  
  }
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) > div:nth-child(2) {
  
    margin-left: 0px !important;
  
  
  }
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) > div:nth-child(1) {
    padding-bottom: 30px;
}
  
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) > div:nth-child(1) > div > h2 {
    text-align: center !important;
    font-size: 26px;
}
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) > div:nth-child(1) > div > p {
    text-align: center !important;
}
  
  #hs_cos_wrapper_widget_1708793223823 > div > div:nth-child(4) > div:nth-child(1) > div > div {
    text-align: center !important;
}
  
  .span12.widget-span.widget-type-widget_container.blog_stories {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.4;
    font-size: small;
    /* -webkit-text-stroke-width: thin; */
}
  
  #hs_cos_wrapper_widget_1708796812936 > div > div:nth-child(4) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-direction: column-reverse;
}
  
  #hs_cos_wrapper_widget_1708796812936 > div > div:nth-child(4) > div:nth-child(2) * {
    text-align: center !important;
}
  
  #hs_cos_wrapper_widget_1708796812936 > div > div:nth-child(4) > div:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}
  #hs_cos_wrapper_widget_1708722399484 {
  
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
  
  }
  
  .span12.widget-span.widget-type-widget_container {
    padding-bottom: 30px;
}
  
  
 
  
  #hs_cos_wrapper_widget_1708796812936 > div > div:nth-child(4) > div:nth-child(1) > div > img {
    content: url('https://2241623.fs1.hubspotusercontent-na1.net/hubfs/2241623/ForaFinancial_Microsite/commercial_storage.png') !important; /* Replace 'new-image-url.jpg' with the URL of the new image */
}

  #hs_cos_wrapper_widget_1708796812936 > div > div:nth-child(4) > div:nth-child(1){
  
  margin-right: 0px !important;
  
  
  }
  
  
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-4 > div > div {
    background-image: url('https://2241623.fs1.hubspotusercontent-na1.net/hubfs/2241623/ForaFinancial_Microsite/mobile_5.jpg') !important;
    height: 100vh !important;
    
    
}
  
  
  
  
}