@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Temp CSS Start */

.cm_calculator_wrp select {
    width: 100%;
    margin-top: 15px;
}

.logo_wrap .logos img {
    width: auto !important;
}

/* Temp CSS End */

.cond_btn{
  gap: 10px;
}

.ftr_sec_cont{
  z-index: 11 !important;
}

.cntrd {
    align-items: center;
}

.gold_col sup {
    margin-left: -4px;
}

.top_ftrs {
    color: #00356b;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 15px;
}

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

.container {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding: 0px !important;
}

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

p, ul{
  color: #00356B;
}

p:nth-last-child(1){
  margin-bottom: 0px !important;
}

ul.ftr_social_links {
  padding: 0px !important;
  margin: 0px;
}

/* .pad_lr {
padding-left: 20px;
padding-right: 20px;
} */

.pad_lr {
  padding-left: 80px;
  padding-right: 80px;
}

@font-face {
  font-family: 'Sofia Pro Reg';
  src: url('https://23149698.fs1.hubspotusercontent-na1.net/hubfs/23149698/custom/fonts/sofiapro/sofia-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro Med';
  src: url('https://23149698.fs1.hubspotusercontent-na1.net/hubfs/23149698/custom/fonts/sofiapro/sofia-med.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}



/* Global Font */

p, .copy_rit_txt, .bnr_content {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p.bold {
  font-weight: 600;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Sofia Pro Reg", sans-serif;
  font-weight: 400;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

h1 {
  font-size: 56px;
  line-height: 66px;
  letter-spacing: -3px;
}

h2 {
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -3px;
}

h3 {
  font-family: "Sofia Pro Med", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

span.bnr_clrd_hdng {
  color: #F4760C;
}

/* Global Colors */

.wit_clr, .wit_clr p {
  color: #ffffff !important;
}

/*  */

/* Global Styles */

.fc {
  display: flex;
  flex-direction: column;
}

.fr {
  display: flex;
  flex-direction: row;
}

.fhw {
  width: 50%;
}
 
img {
    width: inherit !important;
}

/* Global Buttons */

a.cstm_round_btn img.btn_arw {
  width: 32px;
  height: 32px;
  transform: rotate(0deg);
  transition: 0.3s ease;
  position: relative;
  z-index: 9;
}

a.cstm_round_btn:hover img.btn_arw {
  transform: rotate(45deg);
  transition: 0.3s ease;
}

a.cstm_round_btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  padding: 6px 6px 6px 22px;
  border: 1px solid;
  border-radius: 333px;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.ftr_cta_sec * , .ftr_links *, .ftr_btm_bar *{ color:#fff!important; }
a.cstm_round_btn:before {
  content: ' ';
  width: 0%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

a.cstm_round_btn:before {
  background-color: #F4760C;
}

.copy_rit_txt {
  letter-spacing: 1.1px;
}

a.cstm_round_btn:hover:before {
  width: 100%;
  transition: 0.3s ease-in-out;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00356b;
  opacity: 1;
}

/* Simple Button Style */

.new_simp_btn {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #F4760C;
  text-decoration: none;
}

.new_simp_btn>img {
  width: 16px;
}

a.new_simp_btn {
  gap: 6px;
  align-items: center;
  width: fit-content;
}



.btn_txt {
  position: relative;
  z-index: 9;
}

.wit-btn {
  color: #ffffff;
  border-color: #ffffff;
  transition: color 0.3s ease;
}

.wit-btn:hover {
  border-color: #F4760C;
  transition: color 0.3s ease;
}

.blk-btn {
  color: #00356b;
  border-color: #00356b;
  transition: color 0.3s ease;
}

.blk-btn:hover {
  color: #ffffff !important;
  border-color: #F4760C !important;
  transition: color 0.3s ease;
}


/* Banner Css */

.cstm_home_bnr {
  height: 100vh;
  justify-content: end;
  align-items: end;
  position: relative;
  z-index: 9 !important;
}

.bnr_contnr {
  height: 100%;
}
/* 
section.cstm_home_bnr::before {
content: ' ';
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 34.01%, rgba(0, 0, 0, 0.2) 100%);
opacity: 1;
} */

.home_bnr_inr_contr {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  height: 100%;
  padding-bottom: 30px;
}



.cstm_home_bnr:before {
  width: 100%;
  height: 100%;
  background-color: #00000042;
  position: absolute;
  top: 0px;
  left: 0px;
  content: ' ';
  z-index: 99999;
}

h2.marq_hdng, h2.blog_sec_hdng {
  color: #00356B;
}

.rc_fbtn:hover a {
  color: #f4760c !important;
}

.home_bnr_rcol a.cstm_round_btn.wit-btn.fr {
  gap: 30px !important;
}

.home_bnr_lcol {
  max-width: 520px;
  width: 100%;
}

.home_bnr_rcol {
  max-width: 370px;
  width: 100%;
  gap: 33px;
  padding-left: 20px;
  border-left: 2px solid #F4760C;
}

.cstm_home_bnr > .container{
  z-index: 666665 !important;
}
/* Service Section */
.cstm_srv_sec {
  background-color: #00356B;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.serv_hdng {
  text-align: center;
}

.serv_sec_col {
  padding: 15px;
  background-color: rgb(255 255 255 / 6%);
  backdrop-filter: blur(30px);
  border: 2px solid rgb(255 255 255 / 30%);
  border-radius: 0px 30px 0px 30px;
  gap: 25px;
  width: 100%;
}

.cstm_srv_sec:before {
  background-image: url(https://buddyins.com/hubfs/srv_sec_shap.svg);
  background-position: top;
  content: " ";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 361px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}

.serv_img {
/*   background: linear-gradient(180deg, #286EB6 0%, #123050 83.61%); */
  padding: 15px;
  border-radius: 0px 30px;
  justify-content: center;
  width: 45%;
}

.serv_cont_col {
  justify-content: center;
  gap: 30px;
  width: 55%;
  padding: 19px 0px;
}

.sing_bx .serv_img {
  width: 40%;
}

.sing_bx .serv_cont_col {
  justify-content: center;
  gap: 30px;
  width: 43%;
}

.sing_bx {
  justify-content: space-between;
}

.serv_cont {
  gap: 5px;
}

.serv_sec_row,
.serv_grd {
  gap: 25px;
}

.srv_sec_inr {
  gap: 30px;
}

.sing_bx .serv_img {
  background: linear-gradient(180deg, #F4760C 0%, #123050 83.61%);
}

.img_spcr_srv {
  border: none;
  height: 100%;
  width: 50%;
}

.srv_bg_img_col {
/*   background-image: url(/assets/img_srv.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cstm_srv_im_lt{
/*   background-image: url('https://23149698.fs1.hubspotusercontent-na1.net/hubfs/23149698/img_srv-1.jpg') !important; */
}

.bg_img img.inr_pgs_bnr_imag {
  height: 330px !important;
  object-fit: cover;
}

/* Marquee Section */

.marquee_main_section {
  text-align: center;
  padding-top: 90px;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  gap: 72px;
  animation: scroll-left 20s linear infinite;
}

.marquee-track.ltr {
  animation: scroll-right 20s linear infinite;
}

.logo img {
  width: 180px !important;
  max-width: 180px !important;
  height: 93px !important;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
}

.marquee_inr {
  gap: 30px;
}

hr.marque_dvdr {
  border: 0px !important;
  height: 1px;
  width: 100%;
  background-color: #000000;
  opacity: 0.2;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Video Section */

img.vd_pc {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 0px 30px;
}

.video_col {
  width: 50%;
  position: relative;
}

h2.vds_headng {
  width: 50%;
  color: #00356B;
}

.owner_vd_inr {
  gap: 50px;
}

.owner_video_sec {
  background-image: url('https://buddyins.com/hs-fs/hubfs/flvr_bg.png');
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

img.pop_video_play {
  position: absolute;
  width: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Modal Background */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease forwards;
}
/* Modal Inner Content */
.video-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 10% auto;
  background: #000;
  border-radius: 12px;
  transform: translateY(-50px);
  opacity: 0;
  animation: slideDown 0.4s ease forwards;
}
/* Close Button */
.close-btn {
  color: #fff;
  cursor: pointer;
  font-family: Lato;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: -40px;
  border: 1px solid #ffffff;
  line-height: 10px;
  padding: 8px;
  width: 30px;
  height: 30px;
  border-radius: 333px;
}

/* Animations */
@keyframes fadeIn {
  0% { background: rgba(0, 0, 0, 0); }
  100% { background: rgba(0, 0, 0, 0.8); }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Icons Section */

.cstm_icon_content_sec {
  background-color: #00356B;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}


.cstm_icon_content_sec:before {
  background-image: url(https://buddyins.com/hubfs/icn_sec_shps.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 132px;
  position: absolute;
  left: 0;
  top: 0;
  width: 316px;
  z-index: 9;
}

.cstm_icon_content_sec:after {
  background-image: url(https://buddyins.com/hubfs/icn_sec_shps.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 132px;
  position: absolute;
  right: 0;
  top: 0;
  width: 316px;
  z-index: 9;
}

.icon_sec_main_hdng {
  text-align: center;
}

.inr_main {
  gap: 30px;
}

img.icns_siz {
  max-width: 80px !important;
  width: 100%;
}

.icon_sec_col {
  gap: 10px;
  text-align: right;
  align-items: end;
}

.cstm_icons_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 120px;
  row-gap: 40px;
}

.icon_sec_col:nth-child(even) {
  text-align: start;
  align-items: flex-start;
}

/* Testimonials Css */

.testimonials_sldr {
  padding-top: 90px;
}

.swiper {
  width: 100%;
  max-width: 1440px;
  height: auto;
  overflow: hidden;
}

.quote_img {
  max-width: 60px;
  width: 100%;
}

.tstm_slr_inr_contnr {
  width: 100%;
  max-width: 822px;
  margin: auto;
  padding: 30px;
  border: 1px solid #2A365D;
  border-radius: 0px 30px;
}

.clnt_nam {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #00356B;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  transition: 0.3 ease-in-out;
}

span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 333px;
  background-color: #000000;
  opacity: 0.3;
  transition: 0.3 ease-in-out;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
  width: 50px;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 22px;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 47px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0px !important;
}

.testm_sec_hdng {
  color: #00356B;
  text-align: center;
}

h2.testm_sec_hdng {
  margin-bottom: 30px !important;
}

.tstm_sldr_inr {
  gap: 30px;
}

/* Blogs Style */

.blogs_sec_inr {
  gap: 30px;
}

.blog_sec_top {
  justify-content: space-between;
  align-items: center;
}

.new_blogs_sec_menu {
  padding-top: 90px;
  padding-bottom: 90px;
}

img.blog_featured_img {
  width: 100%;
  height: 236px;
  object-position: center;
  object-fit: cover;
  border-radius: 0px 24px;
  padding: 7px 7px 0px 7px;
}

.blog_sec_col {
  backdrop-filter: blur(30px);
  background: #286eb60f;
  border: 2px solid #1414144d;
  border-radius: 0 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_meta_det {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #F4760C;
}

.blog_title {
  color: #00356B;
}

.blog_content {
  color: #141414;
}

.blog_cont_inr {
  padding: 20px 20px 27px;
}

.blog_link {
  padding: 0px 20px 20px;
}

.blog_cont_inr {
  gap: 10px;
}

.blogs_grd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


/* Footer Section */
.new_cstm_footer_sec {
  background-color: #00356B;
}

/* .ftr_sec_cont {
padding: 50px 80px 0px 221px;
} */

h3.ftr_cta_hdng {
  max-width: 666px;
  width: 100%;
}

.ftr_cta_sec {
  gap: 20px;
}

img.ftr_site_logo {
  max-width: 204px !important;
  width: 100%;
}

.ftr_cont_sec_col {
  gap: 20px;
}

ul.ftr_links {
  gap: 12px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ftr_othr_links {
  gap: 41px;
  list-style: none;
  margin: 0px;
  padding: 0px !important;
}

.ftr_othr_links li, ul.ftr_links li {
  line-height: 20px !important;
}

.ftr_hdngs {
  color: #F4760C;
}

a.ftr_anch {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.ftr_main_sec_grd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 42px 0px 82px;
  margin-top: 20px;
}

.ftr_btm_bar {
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0px;
}

.ftr_soc {
  display: block;
}

.ftr_soc img {
  width: 32px;
}

ul.ftr_social_links {
  list-style: none;
  gap: 8px;
  padding-top: 15px;
}

a.ftr_soc {
  width: 29px;
  height: 29px;
  object-fit: contain;
  padding: 6px 4px;
  background-color: #ffffff;
  border-radius: 6px;
}

a.ftr_soc svg {
  height: 16px;
  object-fit: contain;
  width: 20px!important;
  color: #00356b !important;
  fill: #00356b !important;
}

h3.ftr_hdngs {
  margin: 0px;
}

.ftr_form_cta .hsfc-Step__Content {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
  align-items: center;
}

.ftr_form_cta .hsfc-Step__Content {
  padding: 0px !important;
}

.ftr_form_cta input, .ftr_form_cta{
  font-family: "Lato", sans-serif;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 18px !important;
  line-height: 22px;
  color: #ffffff !important;
  background-color: #00000000 !important;
  border: none !important;
}

.ftr_form_cta input::placeholder {
  color: #ffffff !important;
}

.ftr_form_cta input:focus, .ftr_form_cta input:hover:focus {
  box-shadow: none !important;
}

.ftr_form_cta .hsfc-Row {
  max-width: 100%;
  margin: 0px !important;
}

.ftr_form_cta .footer_anm_btn {
    background-color: #00000000!important;
    border: 1px solid #fff!important;
    border-radius: 333px!important;
    font-family: Lato,sans-serif!important;
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 19px!important;
    padding: 12.5px 22px!important;
    position: relative;
    text-align: start!important;
    width: 190px!important;
    z-index: 99!important;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
}

.ftr_form_cta .footer_anm_btn:after {
  background-image: url(https://buddyins.com/hubfs/arrw.svg);
  content: " ";
  height: 32px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(0deg);
  transition: ease 0.3s;
  z-index: 99 !important;
}

.ftr_form_cta .ftr_top_btn {
    border-radius: 333px!important;
    overflow: hidden!important;
    position: relative;
    width: fit-content;
}

.ftr_form_cta .ftr_top_btn:before {
  content: ' ';
  width: 0%;
  height: 100%;
  background-color: #f4760c;
  right: 0;
  top: 0;
  position: absolute;
  transition: ease 0.3s;
}

.ftr_form_cta .ftr_top_btn:hover:before {
  width: 100%;
  transition: ease 0.3s;
  transform: translateY(0px) !important;
}

.ftr_form_cta .footer_anm_btn:hover:after {
  transform: rotate(45deg);
  transition: ease 0.3s;
}

.ftr_form_cta .footer_anm_btn:hover{
  transform: translateY(0px) !important;
}

.ftr_form_cta .hsfc-NavigationRow {
  margin: 0px !important;
}

.ftr_form_cta .hsfc-FieldLabel {
  display: none !important;
}

.ftr_form_cta .hsfc-NavigationRow__Alerts {
  display: none;
}

.hsfc-ErrorAlert {
  font-size: 14px !important;
  line-height: 20px !important;
}

.new_cstm_footer_sec {
  position: relative;
}

.new_cstm_footer_sec:after {
  width: 159px;
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  content: ' ';
  background-image: url('https://buddyins.com/hubfs/footer_bg_shape.svg');
  background-position: top;
  background-size: contain;
}


/* Inner Pages Css */


/* Global */

h1, h2, h3, h4, h5, h6{
  color: #00356B;
}

.pad_top{
  padding-top: 90px;
}

.pad_bottom{
  padding-bottom: 90px;
}

ul.list_cstm {
  padding-left: 20px;
}

/* Group Page Css */

.inr_bg_banner{
  position: relative;
}

.inr_bg_banner{
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 530px;
}
.inr_bg_banner {
  background-color: #00356B;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 530px;
  align-items: center;
  justify-content: center;
}

.bg_img {
  background-image: url(https://buddyins.com/hubfs/bnr_inr_pg.webp);
  background-size: 50%;
  background-repeat: no-repeat;
  height: 100%;
  background-position: right;
}

/* .inr_bg_banner.clrd_bg{
background-color: #00356B;
} */

a.othr_btn_simp {
  display: block;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  padding: 14px 30px;
  background-color: #F4750B;
  border: 1px solid #F4750B;
  border-radius: 5px;
  text-decoration: none;
  width: fit-content;
}

a.othr_btn_simp:hover {
  color: #F4750B;
  background-color: #ffffff;
}

.bnr_top_content {
  gap: 13px;
}

.bnr_content_col {
  gap: 30px;
}

.bnr_content_col{
  width: 40%;
}

.bnr_imag_col{
  width: 55%;
}

.bnr_contnr_main{
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.inr_pgs_bnr_imag{
  width: 100%;
  height: auto;
}

.inr_bg_banner:before {
  content: ' ';
  width: 370px;
  height: 100%;
  background-image: url(https://buddyins.com/hubfs/inr_bnr_bg_shape.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.inr_bg_banner:after {
  content: ' ';
  width: 100%;
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 53, 107, 1) 50%, rgba(0, 0, 0, 0) 60% 100%);
  z-index: 1;
}

/* Group Solution Section */

.grp_sol_top_sec{
  gap: 12px;
  text-align: center;
  max-width: 820px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.grp_sol_inr_main{
  gap: 42px;
}

/* .grps_soltns_sec {
padding-top: 90px;
padding-bottom: 90px;
} */

.grp_sol_icons_grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.grp_sol_icons_col_inr {
  gap: 15px;
  align-items: center;
  text-align: center;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px 80px;
}

img.grp_sol_icn {
  width: 100px;
}

.grp_sol_icons_col {
  padding: 8px;
  background-image: linear-gradient(180deg, rgba(0, 53, 107, 0.6) 0%, rgba(0, 53, 107, 0.06) 100%);
  border-radius: 20px;
}

/* Product Filters Section */

.fltrs_main_hdng{
  max-width: 580px;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 15px;
}

/* Process Section */

.prcs_inr_main {
  /*     padding-top: 90px;
  padding-bottom: 90px; */
  gap: 30px;
  text-align: center;
  justify-content: center;
}

img.step_nm {
  width: 106px;
  height: fit-content;
}

.prcs_grid_main{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.prcs_content{
  gap: 7px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.prcs_grd_col {
  gap: 20px;
  align-items: center;
  position: relative;
}

img.prcs_arrow {
  max-width: 140px;
  width: 100%;
  position: absolute;
  top: 41px;
  right: -70px;
}

.btm_anchr_prcs {
  width: auto;
  margin: auto;
  padding-top: 20px;
}

/* Simple Icons Section */
.simp_icns_col {
  padding: 45px 20px;
  border: 2px solid #00356B33;
  border-radius: 20px;
  gap: 25px;
}

.simp_sec_cont_main{
  gap: 13px;
}

img.simpl_icn {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.simp_icns_grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.simp_icn_top_sec {
  margin: 0 auto;
  max-width: 990px;
  width: 100%;
  text-align: center;
  gap: 12px;
}

.smp_icns_contnr_main{
  gap: 45px;
}


/* Start CSS - MD */

/* Global */

h4{
  font-size: 20px;
  line-height: 24px;
  color: #00326D;
  font-weight: 500;
}
.medium_font{
  color: #00356B;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}


/* cst_btn css */
.cst_round_btn{
  color: #FFF;
  background: #F4750B;
  font-family: Lato;
  font-size: 18px;
  width: fit-content;
  padding: 10px 29px;
  border-radius: 0px 18px;
  position: absolute;
  top: -2px;
  right: -2px;
}

/* .cst_btn{
color: #FFF;
text-align: center;
text-decoration: none;
font-family: Lato;
font-size: 18px;
font-weight: 400;
line-height: 27px;
padding: 14px 30px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid #E86900;
background: #F4750B;
width: fit-content;
transition: .5s;
}

.cst_btn:hover{
color: #F4750B;
background-color: transparent;
} */

.cst_expirence_content{
  text-align: center;
  gap: 12px;
}

.cst_main_com_extend{
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
}

.cst_main_member{
  display: flex;
  gap: 40px;
}

h3.gold_col {
    display: inline-flex;
}

p.spr_txt {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Sofia Pro Med' !important;
    color: #f4750b;
    padding: 0px 9px 0px 2px;
}

.cst_splt {
  position: relative;
}

.cst_community,
.cst_splt{
  width: 50%;
  gap: 42px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid rgba(0, 53, 107, 0.20);
  background: #FFF;
  justify-content: space-between;
  position: relative;
}

.com_content{
  gap: 13px;
}

.cst_splt{
  width: 50%;
}

ol.or_list{
  padding-left: 20px;
}

ol.or_list li{
  color: #00356b !important;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.gold_col{
  color: #F4750B;
}

.compare_btn_main{
  text-align: center;
  margin: 30px 0px 0px 0px;
}

button.compare_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #00326D;
  text-align: center;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  background-color: transparent;
  border: 0px;
  outline: none;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
}

.cst_extend_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 30px;
}

.splt_extned_content,
.comm_exted_content{
  max-width: 50%;
  width: 100%;
  gap: 30px;
}
.com_inner_content h3.cl_blue{
  margin-bottom: 30px;
}

.cst_tick::before {
  content: '';
  background-image: url('assets/tick.webp');
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.cst_cross::before {
  content: '';
  background-image: url('assets/cross.webp');
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.cst_main_list {
  list-style: none;
  padding-left: 0;
  gap: 11px;
}
.cst_main_list li{
  color: #00356b !important;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.cst_extend_btn a.cst_btn {
  margin: auto;
}
.cst_main_list .cst_inner_list {
  padding-left: 45px;
}

.com_inner_content {
  padding: 30px;
  border: 2px solid rgba(0, 53, 107, 0.20);
  border-radius: 20px;
}

.cst_extend_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  /* padding: 20px; */
}

/* Show state */
.cst_extend_content.show {
  max-height: 100%;
  opacity: 1;
}

/* Logos Grid */

.logos_grd_main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}

h2.logos_sec_hdng {
  text-align: center;
}

/* Section 2 */ /* Grid Image content section */ 
.frr{
  display: flex;
  flex-direction: row-reverse;
}
/* .section_2{
padding-top: 90px;
padding-bottom: 90px;
} */
.cst_para{
  max-width: 1208px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cst_row_main{
  gap: 92px;
}
.cst_row_left{
  width: 45%;
  gap: 28px;
}
.cst_row_right{
  width: 55%;
}
.cst_title_para{
  gap: 14px;
}
.cst_ov_all_main{
  gap: 80px;
}

.lr_cont_main{
  gap: 50px;
}

.col_sec_cont ul {
  padding-left: 15px;
  font-size: 16px;
  font-family: 'Lato';
  display: flex;
  flex-direction: column;
  gap: 10px;
}

p.col_sb_hdng {
  margin-bottom: -10px !important;
  color: #F4760C;
}


/* Other Icons Section */

.othrs_spcs_icns_sec {
  background-color: #00356B;
  position: relative;
}

.othrs_top_sec{
  text-align: center;
}

.othrs_spcs_contnr{
  gap: 30px;
}

.othrs_icn{
  width: 60px;
  height: 60px;
}

.othrs_icns_col {
  gap: 20px;
  color: #ffffff;
  text-align: center;
  align-items: center;
}

.othrs_icns_grd_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 110px;
}


section.othrs_spcs_icns_sec:before {
  width: 316px;
  height: 132px;
  content: ' ';
  background-image: url(https://buddyins.com/hubfs/why_shapes.png);
  position: absolute;
  left: 0;
  top: 0;
}

section.othrs_spcs_icns_sec:after {
  width: 316px;
  height: 132px;
  content: ' ';
  background-image: url(https://buddyins.com/hubfs/why_shapes.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.othrs_icn_hdng {
  font-size: 30px;
  line-height: 38px;
}

/* Other Css */

.top_content {
  margin: auto;
}

.top_content h2 {
  text-align: center;
}

.top_content {
  margin: auto;
  margin-bottom: 30px!important;f
  text-align: center!important;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

ul {
  font-family: Lato,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* .section_3{
padding: 90px 0px;
} */
.cst_faq_heading{
  text-align: center;
  margin-bottom: 30px;
}

.faq-section {
  max-width: 1012px;
  width: 100%;
  margin: auto;
  font-family: Arial, sans-serif;
}
.cst_faq_main{
  gap: 12px;
}
.faq-item {
  border-radius: 10px;
  border: 2px solid rgba(0, 53, 107, 0.20);
  background: #FFF;
  padding: 13px;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .icon {
  transition: transform 0.3s;
  font-size: 33px;
  font-weight: 500;
  color: #00356B;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust if answer is longer */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  content: "-";
  transform: rotate(180deg);
}


/* CTA Section */
.section_4 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 166px;
  padding-bottom: 166px;
}
.cst_cta{
  text-align: center;
}
.cst_cta .cst_btn{
  margin: 0 auto;
}
.cst_cta p{
  max-width: 811px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 32px !important;
}
.cst_cta .cst_btn:hover{
  color: #fff;
  border: 1px solid #fff;
}
.cst_cta.fc {
  max-width: 900px;
  width: 100%;
  margin: auto;
  gap: 20px;
  align-items: center;
}
.desciptn_cta {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.top_content p {
  text-align: center !important;
}


/* ------ Responsive Screens ------ */

/* desktops (1280px - 1920px) */

@media (min-width: 1441px) {


  section.new_cstm_footer_sec {
    padding-top: 50px;
  }

  .container.ftr_sec_cont{
    padding-left: 0px !important;
  }

}

@media (max-width: 1440px) {

  .new_cstm_footer_sec{
    padding: 50px 80px 0px 222px !important;
  }

  .cst_ov_all_main{
    gap: 60px;
  }

}

@media (min-width: 991px) {

  .hide_sec{
    display: none;
  }

}

/* tablets (601px - 1280px) */

@media (max-width: 990px) {
  .inr_bg_banner.bg_img {
    background-size: 0 !important;
  }

  .cstm_srv_sec:before {
    width: 201px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  p, .copy_rit_txt, .bnr_content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
  }

  .pad_lr {
    padding-left: 30px;
    padding-right: 30px;
  }

  .new_simp_btn {
    font-size: 14px;
    line-height: 20px;
  }

  .new_simp_btn>img {
    width: 14px;
  }

  h3 {
    font-size: 20px;
    line-height: 27px;
  }

  a.ftr_anch, a.cstm_round_btn {
    font-size: 14px;
    line-height: 20px;
  }

  .fr {
    flex-direction: column;
  }

  .cstm_icons_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 40px;
  }

  .home_bnr_inr_contr,
  .cstm_round_btn,
  .blog_sec_top,
  .new_simp_btn,
  ul.ftr_social_links,
  .ftr_btm_bar,
  .ftr_othr_links {
    flex-direction: row;
  }

  img.vd_pc {
    width: 100%;
    height: 410px;
  }

  .video_col{
    width: 100%;
  }

  h2.vds_headng {
    width: 100%;
  }

  .blog_sec_col:nth-child(3) {
    display: none;
  }

  .blogs_grd {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo img {
    width: 120px;
    height: 60px;
  }



  /* General Ends Here */

  /* Banner */

  /* Services Section */
  .serv_cont_col,
  .serv_img,
  .sing_bx .serv_cont_col,
  .sing_bx .serv_img {
    width: 100%;
  }

  .srv_bg_img_col {
    height: 280px;
  }


  .new_cstm_footer_sec{
    padding: 50px 30px 0px 110px !important;
  }


  .new_cstm_footer_sec:after {
    width: 70px;
  }

  .cstm_srv_sec {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .marquee_main_section {
    padding-top: 60px;
  }

  .owner_video_sec {
    padding-bottom: 60px;
    padding-top: 60px;
  } 

  .cstm_icon_content_sec {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
  }


  .testimonials_sldr {
    padding-top: 60px;
  }

  .new_blogs_sec_menu {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .cstm_icon_content_sec:before {
    height: 110px;
    width: 250px;
  }

  .cstm_icon_content_sec:after {
    height: 110px;
    width: 250px;
  }

  .owner_vd_inr {
    gap: 30px;
  }
  /* Temp Css */

  /*     .ftr_sec_cont {
  padding: 20px;
} */

  .cst_ov_all_main{
    gap: 50px;
  }

  .lr_cont_main{
    gap: 30px;
  }

  /*  Full-Width Section In Responsive  */
  .bnr_content_col, .bnr_imag_col {
    width: 100%;
  }

  .pad_top {
    padding-top: 70px;
  }

  .pad_bottom {
    padding-bottom: 70px;
  }

  .inr_bg_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grp_sol_inr_main {
    gap: 30px;
  } 

  .grp_sol_icons_grid {
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
  }

  img.grp_sol_icn {
    width: 70px;
  }

  .grp_sol_icons_col_inr {
    padding: 30px 20px 30px;
  }

  .cst_row_left {
    gap: 20px;
    width: 100%;
  }

  .cst_row_right {
    width: 100%;
  }

  .cst_row_main {
    gap: 60px;
  }

  .othrs_icns_grd_main {
    gap: 40px;
  }

  .othrs_icn_hdng {
    font-size: 20px;
    line-height: 29px;
  }

  section.othrs_spcs_icns_sec:after, section.othrs_spcs_icns_sec:before {
    height: 66px;
    width: 211px;
  }

  .prcs_grid_main {
    gap: 20px;
  }

  img.prcs_arrow {
    max-width: 80px;
    right: -50px;
  }

  .othrs_icns_grd_main {
    gap: 30px;
    grid-template-columns: repeat(1,1fr);
  }

  .inr_bg_banner:before {
    width: 280px;
  }

  .section_4 {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .smp_icns_contnr_main {
    gap: 30px;
  }

  .simp_icns_grd {
    gap: 20px;
  }

  .cst_main_member, .simp_icns_grd {
    gap: 20px !important;
  }

  .cst_extend_content {
    gap: 20px !important;
  }


}


/* mobile (360px - 414px) */

@media (max-width: 767px) {
  
  .cst_round_btn {
    padding: 10px 20px;
    font-size: 16px;
}

  .cst_extend_content {
    flex-direction: column;
  }

  .cst_community, .cst_splt{
    width: 100% !important;
  }

  .comm_exted_content, .splt_extned_content{
    max-width: 100% !important;
  }

  .cst_main_member {
    flex-direction: column;
  }

  .swiper-button-next img, .swiper-button-prev img {
    width: 34px;
  }

  h1 {
    font-size: 36px;
    line-height: 45px;
  }

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

  h3 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .home_bnr_inr_contr {
    justify-content: end;
  }

  .home_bnr_inr_contr,
  .blog_sec_top,
  .ftr_btm_bar,
  .ftr_othr_links {
    flex-direction: column;
  }

  .ftr_othr_links {
    gap: 10px;
  }

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

  .ftr_main_sec_grd {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0px 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  ul.ftr_social_links {
    align-items: center;
    justify-content: center;
  }

  img.ftr_site_logo {
    margin: auto;
  }

  .blogs_grd {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog_sec_col:nth-child(2) {
    display: none;
  }

  .cstm_icons_grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }

  .icon_sec_col {
    text-align: center !important;
    align-items: center !important;
  }

  .owner_vd_inr {
    gap: 30px;
  }

  img.vd_pc {
    height: 300px;
  }

  h2.vds_headng {
    text-align: center;
  }

  .blog_sec_top {
    gap: 20px;
  }

  .serv_sec_col {
    gap: 20px;
  }

  .serv_cont_col {
    padding: 0px;
    gap: 15px;
  }

  .ftr_form_cta .hsfc-Step__Content {
    align-items: center !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .ftr_form_cta, .ftr_form_cta input {
    font-size: 16px !important;
    line-height: 20px;
    text-align: center !important;
  }
  .pad_lr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .new_cstm_footer_sec{
    padding: 50px 20px 0px 20px !important;
  }

  .new_cstm_footer_sec:after {
    left: -20px;
    width: 25px;
  }

  .new_cstm_footer_sec:before {
    background-image: url(https://buddyins.com/hubfs/footer_bg_shape.svg);
    background-position: top;
    background-size: contain;
    content: " ";
    height: 100%;
    right: 0px;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 9;
  }

  .marquee_main_section, .testimonials_sldr {
    padding-top: 50px;
  }

  .owner_video_sec, .cstm_icon_content_sec, .new_blogs_sec_menu {
    padding-bottom: 50px;
    padding-top: 50px;
  } 

  .cstm_srv_sec:before {
    width: 110px;
  }

  .cstm_icon_content_sec:before {
    height: 90px;
    width: 190px;
  }

  .cstm_icon_content_sec:after {
    height: 110px;
    width: 250px;
    display: none !important;
  }

  .cst_ov_all_main{
    gap: 40px;
  }

  .pad_top {
    padding-top: 50px;
  }

  .pad_bottom {
    padding-bottom: 50px;
  }

  .grp_sol_icons_grid {
    gap: 20px;
    grid-template-columns: repeat(1,1fr);
  }

  .cst_row_main {
    gap: 40px;
  }

  .prcs_grid_main {
    grid-template-columns: repeat(1,1fr);
    gap: 110px;
  }

  img.prcs_arrow {
    max-width: 50px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    top: auto;
    bottom: -60px;
  }

  .btm_anchr_prcs {
    padding-top: 0;
  }

  .prcs_content {
    max-width: 100%;
  }

  .inr_bg_banner:before {
    width: 146px;
  }

  .section_4 {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  h4 {
    font-size: 18px;
  }

  .simp_icns_grd {
    gap: 20px;
    grid-template-columns: repeat(1,1fr);
  }

  .simp_icns_col {
    gap: 20px;
    padding: 20px 20px;
  }

  img.simpl_icn {
    height: 70px;
    width: 70px;
  }

}