@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sf-pro-display-bold-webfont.woff2') format("woff2"), url('../fonts/sf-pro-display-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sfprodisplaymedium-webfont.woff2') format("woff2"), url('../fonts/sfprodisplaymedium-webfont.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-text-color: #676666;
  --heading-text-color: #191919;
  --white: white;
  --light-bg-2: #f4f3f6;
  --light-blue-bg: #d3e9f9;
  --light-bg-1: #ecf3f8;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body-text-color);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--heading-text-color);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sf Pro Display, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--heading-text-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sf Pro Display, Verdana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--heading-text-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

a {
  text-decoration: underline;
  transition: all .3s ease-in-out;
}

.main_header {
  z-index: 100;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav_bar {
  background-color: #ddd0;
}

.nav_lstng {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.menu_part {
  width: calc(50% - 50px);
}

.menu_part.lft_menu_part {
  padding-right: 20px;
}

.menu_part.rght_menu_part {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.navbar_brand {
  width: 100px;
  min-width: 100px;
}

.nav_lstng_outr {
  float: none;
  margin-right: auto;
}

.nav_item {
  margin-left: 12px;
  margin-right: 12px;
  list-style-type: none;
}

.nav_item.frst_item {
  margin-left: 0;
}

.nav_item.last_item {
  margin-right: 0;
}

.title_h1 {
  color: var(--heading-text-color);
  margin-bottom: 15px;
  font-family: Sf Pro Display, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.title_h2 {
  color: var(--heading-text-color);
  margin-bottom: 15px;
  font-family: Sf Pro Display, Verdana, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}

.title_h2.bnnr_info_ttle {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 700;
}

.title_h3 {
  color: var(--heading-text-color);
  margin-bottom: 10px;
  font-family: Sf Pro Display, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.container {
  width: 100%;
  max-width: 1164px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav_lnk {
  color: var(--white);
  padding: 0;
}

.nav_lnk:hover {
  color: #fff9;
}

.basic_bttn {
  background-color: var(--white);
  color: var(--heading-text-color);
  text-align: center;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  min-width: 210px;
  min-height: 55px;
  padding: 7px 27px 7px 7px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 1px 1px 31px #1019340f;
}

.basic_bttn:hover {
  background-color: var(--body-text-color);
  color: var(--white);
}

.basic_bttn.hdr_bttn {
  box-shadow: none;
  min-width: auto;
  padding-right: 23px;
}

.basic_bttn.hdr_bttn.cal-rgt {
  min-width: 210px;
  margin-left: 5px;
}

.basic_bttn.sbmt_bttn {
  width: 100%;
  min-width: auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease-in-out;
  display: block;
}

.bttn_icon_crcle {
  background-color: var(--heading-text-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  display: inline-flex;
}

.bttn_icon {
  object-fit: contain;
  max-width: 22px;
  max-height: 20px;
}

.link-block {
  transition: all .3s ease-in-out;
}

.bnnr_section {
  z-index: 1;
  background-image: url('../images/md_bnnr.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  height: 100vh;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bnnr_section.extra {
  min-height: 100vh;
}

.hder_inner {
  justify-content: space-between;
  align-items: center;
  transition: padding .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.bnnr_ovrly_top {
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(#0000 30.07%, #00000080);
  position: absolute;
  inset: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.bnnr_ovrly_top.bnnr_ovrly_bot {
  z-index: -1;
  transform: none;
}

.bnrr_shpe_hldr {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.vertcl_shpe {
  pointer-events: none;
  border: 0 #ffffff4d;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  position: absolute;
  inset: 0 10px;
}

.hrzntl_shpe {
  z-index: -1;
  pointer-events: none;
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  position: absolute;
  inset: 120px 0 30px;
}

.bnnr_txt {
  color: var(--white);
}

.bnnr_txt.extra {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.bnnr_txt_top {
  margin-bottom: 130px;
  font-size: 21px;
}

.bnnr_txt_top.extra {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bnnr_ttle {
  color: var(--white);
}

.bnnr_txt_bot.extra {
  margin-top: auto;
}

.bnnr_info_txt_box {
  max-width: 640px;
  margin-left: auto;
}

.row {
  flex-flow: wrap;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.row.input_row {
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
}

.col {
  flex: none;
  padding-left: 12px;
  padding-right: 12px;
}

.col.col-6.prprtn_col_rght {
  align-self: center;
}

.col-6 {
  width: 50%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.info_row {
  flex-flow: wrap;
  display: flex;
}

.bnnr_info_col {
  border-right: 1px solid #ffffff80;
  width: calc(50% - 27.5px);
  margin-right: 55px;
  padding-right: 55px;
}

.bnnr_info_col.last_col {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.prprtn_sec {
  z-index: 1;
  background-color: var(--light-bg-2);
  position: relative;
  overflow: hidden;
}

.cmn_gap {
  padding-top: 110px;
  padding-bottom: 110px;
}

.dot_shpae {
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.prprtn_img_box {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.prprtn_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page_hdng {
  margin-bottom: 40px;
}

.page_hdng.max_1071 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page_hdng.mx_630 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.text_center {
  text-align: center;
}

.pge_hdng_wrppr {
  margin-bottom: 45px;
}

.bttn_hlder {
  text-align: center;
}

.accrd_item {
  background-color: var(--white);
  margin-top: 20px;
  box-shadow: 1px 1px 31px #1019340f;
}

.accrd_button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 20px 35px 18px 15px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.accrd_pnl_inner {
  padding-bottom: 30px;
  padding-left: 68px;
  padding-right: 35px;
}

.accrdn_ttle {
  margin-bottom: 0;
  padding-right: 10px;
}

.accrdn_ttle_icon {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--heading-text-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--heading-text-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--heading-text-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--heading-text-color);
  border-radius: 100%;
  flex-flow: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  display: inline-flex;
}

.faq_icon {
  object-fit: contain;
  max-width: 21px;
  max-height: 21px;
}

.faq_arrw_icon {
  flex-shrink: 0;
  width: 17px;
  height: 10px;
  margin-left: auto;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

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

.vlue_box {
  background-color: var(--white);
  border-radius: 10px;
  height: 100%;
  padding: 20px 18px;
}

.value_icon_box {
  background-color: var(--light-blue-bg);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: inline-flex;
}

.vlue_icon {
  object-fit: contain;
  max-width: 43px;
  max-height: 43px;
}

.vlue_ttle {
  margin-bottom: 0;
}

.rqust_cll_section {
  z-index: 1;
  background-color: var(--light-bg-1);
  position: relative;
}

.rqst_bg_img {
  z-index: -1;
  opacity: .5;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.rqst_ovrly {
  z-index: -1;
  pointer-events: none;
  background-color: #000c;
  position: absolute;
  inset: 0;
}

.wh_txt {
  color: var(--white);
}

.rqst_frm_box {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.lst_rqst {
  flex-flow: wrap;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.rqst_item {
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rqst_item.align-right {
  justify-content: flex-end;
  align-items: center;
}

.rqst_info_box {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.rqst_icon_box {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.rqst_txt {
  padding-left: 13px;
}

.rqst_icon {
  max-width: 18px;
  max-height: 12px;
}

.rqst_ttle.wh_txt {
  margin-bottom: 3px;
}

.wh_lnk {
  color: var(--white);
  text-decoration: none;
}

.wh_lnk:hover {
  color: #fff9;
}

.rqst_frm_block {
  margin-bottom: 0;
}

.frm_input {
  border: 1px solid var(--body-text-color);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 10px;
  height: 65px;
  margin-bottom: 0;
  padding: 4px 22px;
  font-size: 16px;
}

.frm_input::placeholder {
  color: var(--white);
}

.frm_input.mssg_input {
  resize: none;
  height: 154px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.input_col {
  width: 100%;
  margin-top: 20px;
}

.footr_top {
  padding-bottom: 125px;
}

.footer_bot {
  border-top: 1px solid #67666633;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cpyrght_txt {
  text-align: center;
  margin-bottom: 0;
}

.cpyrght_lnk {
  color: var(--body-text-color);
  text-decoration: none;
}

.cpyrght_lnk:hover {
  color: var(--heading-text-color);
}

.main_footer {
  padding-top: 65px;
}

.col-2 {
  width: 16.6667%;
}

.footer_logo {
  width: 150px;
  min-width: 150px;
}

.abut_box {
  max-width: 424px;
  padding-left: 30px;
}

.footr_lnk_lstng {
  column-count: 2;
  column-gap: 100px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.2;
  list-style-type: none;
}

.list-item {
  column-count: 2;
}

.footr_lnk_item {
  break-inside: avoid;
  margin-bottom: 10px;
}

.footr_lnk {
  color: var(--body-text-color);
  text-decoration: none;
}

.footr_lnk:hover {
  color: var(--black);
}

.hidden, .now-btn, .mb-menu {
  display: none;
}

.scss_mssg_outr {
  background-color: var(--light-blue-bg);
  color: var(--heading-text-color);
  border-radius: 10px;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }

  .bnnr_section {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 19px;
  }

  h1 {
    font-size: 70px;
  }

  .menu_part {
    width: calc(50% - 61.5px);
  }

  .navbar_brand {
    width: 123px;
    min-width: 123px;
  }

  .nav_item {
    margin-left: 27px;
    margin-right: 27px;
  }

  .title_h1 {
    font-size: 70px;
  }

  .container {
    max-width: 1324px;
  }

  .bnnr_txt_top {
    margin-bottom: 215px;
  }

  .page_hdng.max_1071 {
    max-width: 1071px;
  }

  .vlue_box {
    padding: 25px;
  }

  .frm_input {
    height: 70px;
    font-size: 19px;
  }

  .footer_logo {
    width: 207px;
    min-width: 207px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 81px;
  }

  h2 {
    font-size: 41px;
  }

  .title_h1 {
    font-size: 81px;
  }

  .heading {
    font-size: 80px;
  }

  .title_h2 {
    font-size: 41px;
  }

  .bnnr_section {
    padding-bottom: 130px;
  }

  .vertcl_shpe {
    left: 90px;
    right: 90px;
  }

  .hrzntl_shpe {
    bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 50px;
  }

  .main_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_lstng {
    flex-flow: wrap;
    width: 100%;
  }

  .menu_part {
    width: auto;
    margin-left: auto;
  }

  .menu_part.lft_menu_part {
    z-index: 100;
    visibility: hidden;
    order: 2;
    width: 0;
    margin-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    right: 0;
  }

  .menu_part.rght_menu_part {
    padding-left: 0;
  }

  .navbar_brand {
    order: 0;
  }

  .nav_lstng_outr {
    background-color: var(--heading-text-color);
    visibility: visible;
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding: 0;
    position: fixed;
  }

  .nav_item {
    border-bottom: 1px #ffffff4d;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .title_h1 {
    font-size: 50px;
  }

  .nav_lnk {
    border-bottom: 1px solid #7a7a7a;
    padding: 22px 43px 22px 27px;
    font-size: 19px;
    font-weight: 500;
  }

  .basic_bttn {
    color: var(--white);
    background-color: #0006;
    min-width: 180px;
  }

  .basic_bttn.hdr_bttn {
    padding-right: 18px;
  }

  .basic_bttn.hdr_bttn.cal-rgt {
    min-width: 180px;
  }

  .basic_bttn.sbmt_bttn {
    background-color: var(--white);
    color: var(--heading-text-color);
  }

  .basic_bttn.sbmt_bttn:hover {
    background-color: var(--body-text-color);
    color: var(--white);
  }

  .bttn_icon_crcle {
    background-color: var(--white);
  }

  .bttn_icon, .logo {
    filter: invert();
  }

  .bnnr_section {
    height: 100vh;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .hder_inner {
    background-color: #fff9;
    border-radius: 50px;
    padding: 20px 30px;
  }

  .bnnr_ovrly_top {
    background-image: linear-gradient(#0000 10%, #000000a6);
  }

  .vertcl_shpe {
    left: 5px;
    right: 5px;
  }

  .hrzntl_shpe {
    bottom: 60px;
  }

  .bnnr_txt {
    text-align: center;
  }

  .bnnr_txt_top {
    font-size: 17px;
  }

  .bnnr_info_txt_box {
    max-width: 100%;
  }

  .row.prprtn_row, .row.footer_top_row {
    margin-top: -24px;
  }

  .col.col-6.prprtn_col_rght, .col.col-6.prprtn_col_lft {
    width: 100%;
    margin-top: 24px;
  }

  .col.col-6.faq_col {
    width: 100%;
  }

  .col.col-6.footer_col_scnd {
    margin-top: 24px;
  }

  .col.col-3.vlue_col {
    width: 50%;
    margin-top: 24px;
  }

  .col.col-2.footer_col_frst {
    width: 100%;
    margin-top: 24px;
  }

  .col.col-4.footer_col_last {
    width: 50%;
    margin-top: 24px;
  }

  .cmn_gap {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .accrd_pnl_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footr_top {
    padding-bottom: 80px;
  }

  .main_footer {
    padding-top: 60px;
  }

  .footer_logo {
    width: 130px;
    min-width: 130px;
  }

  .abut_box {
    padding-left: 0;
  }

  .ham_bttn {
    text-align: center;
    width: 30px;
    margin-left: 17px;
    padding: 0;
    line-height: 1;
  }

  .ham_bttn.w--open {
    background-color: #c8c8c800;
  }

  .ham_icon {
    width: 100%;
  }

  .close_icon {
    max-width: 20px;
  }

  .mb-menu {
    border-bottom: 1px solid #7a7a7a;
    justify-content: space-between;
    padding: 22px 27px;
    display: flex;
  }

  .mbmenutxt {
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

  .main_header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar_brand {
    width: 65px;
    min-width: 65px;
    padding-left: 0;
  }

  .title_h1 {
    font-size: 40px;
  }

  .title_h2 {
    font-size: 30px;
  }

  .title_h3 {
    font-size: 18px;
  }

  .basic_bttn {
    min-width: 150px;
    min-height: 40px;
    padding: 5px 20px 5px 5px;
    font-size: 14px;
  }

  .basic_bttn.hdr_bttn {
    min-width: auto;
    font-size: 0;
  }

  .basic_bttn.hdr_bttn.cal-rgt {
    min-width: 150px;
    display: inline-flex;
  }

  .bttn_icon_crcle {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }

  .bttn_icon {
    max-width: 18px;
    max-height: 16px;
  }

  .only_mob_txt {
    font-size: 14px;
  }

  .bnnr_section {
    background-position: 50%;
  }

  .hder_inner {
    padding: 15px 20px;
  }

  .bnnr_txt_top {
    font-size: 16px;
  }

  .row.accrdn_row, .row.input_row {
    margin-top: -15px;
  }

  .col.col-6.faq_col {
    margin-top: 15px;
  }

  .col.col-6.footer_col_scnd, .col.col-4.footer_col_last {
    width: 100%;
  }

  .bnnr_info_col {
    width: calc(50% - 10px);
    margin-right: 20px;
    padding-right: 20px;
  }

  .prprtn_sec.value_sec.cmn_gap {
    display: block;
  }

  .cmn_gap {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .page_hdng {
    margin-bottom: 30px;
  }

  .bttn_hlder {
    display: none;
  }

  .accrd_item {
    border-bottom: 1px solid var(--body-text-color);
    box-shadow: none;
    background-color: #fff0;
    margin-top: 15px;
  }

  .accrd_button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 16px;
  }

  .accrd_pnl_inner {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accrdn_item_lstng {
    margin-top: -15px;
  }

  .value_icon_box {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }

  .vlue_icon {
    max-width: 36px;
    max-height: 36px;
  }

  .lst_rqst {
    margin-top: -12px;
    margin-left: 0;
    margin-right: 0;
  }

  .rqst_item {
    border-right: 1px #f7f7f780;
    width: 100%;
    margin-top: 12px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rqst_item.last_item {
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
  }

  .rqst_item.align-right {
    justify-content: flex-start;
    align-items: center;
  }

  .rqst_info_box {
    max-width: 100%;
  }

  .frm_input {
    height: 60px;
  }

  .frm_input.mssg_input {
    height: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .input_col {
    margin-top: 15px;
  }

  .footr_top {
    padding-bottom: 50px;
  }

  .footer_bot {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main_footer {
    padding-top: 40px;
  }

  .footer_logo {
    width: 110px;
    min-width: 110px;
  }

  .footr_lnk_lstng {
    column-gap: 70px;
  }

  .main_layout {
    flex-flow: column;
    display: flex;
  }

  .ham_bttn {
    width: 35px;
  }

  .page_subpara {
    display: none;
  }

  .now-btn {
    padding-left: 2px;
    font-size: 14px;
    display: inline-block;
  }

  .text-block-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  .navbar_brand {
    width: 47px;
    min-width: 47px;
  }

  .nav_lstng_outr {
    padding-top: 0;
  }

  .title_h1 {
    font-size: 30px;
  }

  .nav_lnk:hover {
    background-color: #474747;
  }

  .basic_bttn {
    min-width: 140px;
    min-height: 40px;
  }

  .basic_bttn.hdr_bttn {
    min-height: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 11px;
  }

  .basic_bttn.hdr_bttn.cal-rgt {
    min-width: auto;
    padding-right: 5px;
  }

  .bttn_icon_crcle {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .bttn_icon_crcle.hdr_bttn_icon {
    width: 28px;
    height: 28px;
    margin-right: 3px;
  }

  .bttn_icon_crcle.hdr_bttn_icon.mr-0 {
    margin-right: 0;
  }

  .bttn_icon {
    max-width: 15px;
    max-height: 14px;
  }

  .only_mob_txt {
    font-size: 12px;
  }

  .only_mob_txt.none {
    display: none;
  }

  .bnnr_section {
    height: 85vh;
  }

  .hder_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bnnr_txt_top {
    font-size: 14px;
  }

  .col.col-3.vlue_col {
    width: 100%;
  }

  .cmn_gap {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .vlue_box {
    padding: 15px;
    display: flex;
  }

  .value_icon_box {
    margin-bottom: 0;
    margin-right: 18px;
  }

  .vlue_ttle {
    align-self: center;
  }

  .rqst_icon_box {
    width: 27px;
    height: 27px;
  }

  .rqst_txt {
    padding-left: 8px;
  }

  .rqst_icon {
    max-width: 13px;
  }

  .rqst_ttle {
    margin-bottom: 4px;
  }

  .frm_input.mssg_input {
    height: 120px;
  }

  .footr_top {
    padding-bottom: 20px;
  }

  .footer_logo {
    width: 87px;
    min-width: 87px;
  }

  .footr_lnk_lstng {
    column-count: 1;
  }

  .ham_bttn {
    width: 20px;
    margin-left: 5px;
  }

  .now-btn {
    font-size: 12px;
    display: none;
  }
}


@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sf-pro-display-bold-webfont.woff2') format('woff2'), url('../fonts/sf-pro-display-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sfprodisplaymedium-webfont.woff2') format('woff2'), url('../fonts/sfprodisplaymedium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}