@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
  transition: .3s;
}
h1 {
  font-size: 50px
}
h2 {
  font-size: 32px
}
h3 {
  font-size: 24px
}
h4 {
  font-size: 18px
}

.banner_bg {
  background-size: cover;
  min-height: 780px;
  background-repeat: no-repeat;
  background-position: 40% 100%;
  overflow-x: hidden;
  color: #FAFAFA;
}
.banner_bg_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 129px 0 72px;
}
.banner_bg_container .banner_left {
  width: 45%;
}
.banner_first {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.banner_first a {
  border-radius: 8px;
  background: #FB8110;
  padding: 8px 16px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 30px;
}
.banner_second h1 {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 25px;
}
.banner_second img+p {
  margin-top: 40px;
  color: #FAFAFA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  opacity: 0.800000011920929;
  margin-bottom: 45px;
}
.banner_second p {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #FAFAFA;
  opacity: 0.800000011920929;
}
.banner_btn_group {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.banner_btn_group a {
  border-radius: 15px;
  background: #FB8110;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
.banner_btn_group a:hover {
  background: #fff;
  color: #FB8110;
}
.banner_second p a {
  opacity: 0.800000011920929;
  color: #FAFAFA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
}
.banner_right {
  padding: 50px;
  border-radius: 50px;
  background: #EBEBEB;
  color: rgba(2, 2, 2, 0.75);
  width: 38%;
}
.banner_right h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  color: rgba(2, 2, 2, 0.75);
  margin-bottom: 15px;
}
.banner_right p {
  font-size: 16px;
  line-height: 140%;
  color: #020202;
  margin-bottom: 34px;
}
.banner_right .hs-form-field>label {
  display: none;
}
.banner_right .hs-form-field .input .hs-input {
  width: 100%;
  border: 1px solid;
  padding: 17px 16px;
  font-size: 12px;
  color: #878787;
  border-radius: 8px;
  background-color: #fff;
  border-color: #14213C;
  margin: 0px 0px 30px;
  font-family: 'Montserrat',sans-serif;
  box-sizing: border-box;
}
.banner_right .hs-button.primary {
  border-radius: 16px;
  border: 1px solid #FB8110;
  background: #FFF;
  margin-top: 24px;
  color: #FB8110;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 11px 43px;
}
.banner_right .hs-button.primary:hover {
  border: 1px solid #FFF;
  color: #FFF;
  background: #FB8110;
}
/* three col layout */
.three_col_layout {
  background-color: #FDFBFF;
  padding: 193px 0;
}
.three_col_layout_cnt {
  max-width: 1200px;
  margin: 0 auto;
}
.three_col_layout_cnt  ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 64px;
}
.three_col_layout_cnt  ul li {
  background-color: #fff;
  padding: 24px 32px 65px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  width: 31.33%;
  margin-right: 1%;
  box-sizing: border-box;
}
.three_col_layout_cnt  ul li:nth-child(3n) {
  margin-right: 0;
}
.two_col_bg_img {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  margin-bottom: 40px;
}
.three_col_layout_cnt h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}
.three_col_layout_cnt h3 {
  color: #14213C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}
.three_col_layout_cnt p {
  color: #020202;
  font-size: 16px;
  line-height: 140%;
}

/* two column with image */
.two_col_img {
  padding: 64px 0;
  background: #FDFBFF;
}
.two_col_img_cnt {
  max-width: 1170px;
  margin: 0 auto;
}
.two_col_img_cnt h2 {
  margin-bottom: 72px;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
}
.two_col_img_cnt ul li {
  display: flex;
  margin-bottom: 64px;
  justify-content: space-between;
}
.two_col_img_cnt ul li:last-child {
  margin-bottom: 0;
}
.two_col_img_cnt figure {
  width: 47.5%;
}
.two_col_img_cnt div {
  width: 47.5%;
}
.two_col_img_cnt h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 5px;
}
.two_col_img_cnt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

/* four col * layout */
.four_col_layout {
  background: #FDFBFF;
  padding: 165px 0 190px;
}
.four_col_layout_cnt {
  max-width: 1170px;
  margin: 0 auto;
}
.four_col_layout h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px; /* 150% */
  position: relative;
  z-index: 2;
}
.four_col_layout h2 svg {
  position: absolute;
  right: 308px;
  top: -20px;
  z-index: -1;
}
.four_col_layout h2+p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px; /* 150% */
  padding: 0 70px;
}
.four_col_layout_cnt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 72px;
}
.four_col_layout_cnt ul li {
  width: 18%;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.03);
  padding: 24px 24px 35px;
  text-align: center;
}
.four_col_layout_cnt ul li h3 {
  margin: 6px 0;
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px; /* 150% */
}
.four_col_layout_cnt ul li h3+p {
  color: #525252;
  text-align: center;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 118.75% */
  opacity: 0.800000011920929;
}

/* faq */
.two_col_faq {
  background: #FDFBFF;
  padding: 105px 0 168px;
}
.two_col_faq_cnt {
  margin: 0 auto;
  max-width: 1265px;
  display: flex;
  justify-content: space-between
}
.two_col_faq_cnt .faq_left {
  width: 35%;
}
.two_col_faq_cnt .faq_right {
  width: 45%;
}
.two_col_faq_cnt .faq_left  h2 {
  color: #14213C;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 61.6px */
  text-transform: capitalize;
  margin-bottom: 40px;
}
.two_col_faq_cnt .faq_left  h2+p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
}
.two_col_faq_cnt .accordion_group {
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #B9BCC5;
  padding: 12px 16px;
  cursor: pointer;
}
.two_col_faq_cnt h4 {
  color: #14213C;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.two_col_faq_cnt p {
  color: #14213C;
  font-size: 16px;
  line-height: 175%;
}
.two_col_faq .fa-solid {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
  top: 3px;
  font-size: 20px;
}
.two_col_faq .accordion_group.expanded h4 i::before {
  content: "\f077";
}

/* four col simple steps */

.four_col_steps {
  background: #FDFBFF;
  padding: 83px 0 168px;
}
.four_col_steps_cnt {
  width: 1170px;
  margin: 0 auto;
}
.four_col_steps_cnt h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
  z-index: 2;
}
.four_col_steps_cnt h2 svg {
  position: absolute;
  right: 315px;
  top: -20px;
  z-index: -1;
}
.four_col_steps_cnt h2 span {
  color: #FB8110;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
}
.four_col_steps_cnt h2+p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px; /* 150% */
  padding: 0 70px;
}
.four_col_steps_cnt ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-top: 72px;
  justify-content: space-between;
}
.four_col_steps_cnt ul li {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 20px 80px 0 rgba(0,0,0,.03);
  padding: 24px 24px 35px;
  text-align: center;
  width: 18%;
  position: relative;
}
.four_col_steps_cnt ul li h3 {
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  margin: 16px 0;
}
.four_col_steps_cnt ul li h3+p {
  color: #525252;
  text-align: center;
  font-size: 16px;
  opacity: 0.800000011920929;
  line-height: 19px; /* 118.75% */
}
.four_col_steps_cnt ul li+svg+li+svg+li+svg+li+svg {
  display: none;
}

/* one col with text */
.one_col_text_cnt {
  padding: 104px 0;
  text-align: center;
}
.one_col_text_cnt h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}
.one_col_text_cnt p {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  margin: 32px 0 41px;
}
.one_col_text_cnt a {
  border-radius: 8px;
  background: #FB8110;
  padding: 8px 45px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #FB8110;
}
.one_col_text_cnt a:hover {
  background: #FFF;
  color: #FB8110;
}
/* package */
.two_col_package {
  padding: 169px 0 169px;
  background: #FDFBFF;
}
.two_col_package_cnt {
  width: 1200px;
  margin: 0 auto;
}
.two_col_package_cnt h2 {
  color: rgba(2, 2, 2, 0.75);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
  text-transform: capitalize;
  margin-bottom: 10px;
}
.two_col_package_cnt h2+p {
  color:#020202;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  opacity: 0.800000011920929;
}
.two_col_cnt_title {
  max-width: 632px;
  margin: 0 auto;
  border-radius: 26px;
  border: 2px solid #CDCDCD;
  padding: 4px;
  background: #fff;
  margin-top: 72px;
  margin-bottom: 40px;
}

.two_col_cnt_title button {
  padding: 12px 34px;
  border-radius: 24px;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  width: 49%;
  border: none;
  cursor: pointer;
}
.two_col_cnt_title button.active {
  padding: 12px 34px;
  border-radius: 24px;
  background: #14213D;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  width: 49%;
}
.two_col_cnt_desc>ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.two_col_cnt_desc>ul.local_content {
  width: 786px;
  margin: 0 auto;
}
.two_col_cnt_desc>ul>li {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 17.675676345825195px 70.70270538330078px 0 rgba(0,0,0,.03);
  padding: 48px 38px 33px 36px;
  width: 45%;
  box-sizing: border-box;
}
.two_col_cnt_desc>ul.foreign_content>li {
  width: 31%;
}
.two_col_cnt_desc>ul>li h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: rgba(2, 2, 2, 0.75);
}
.two_col_cnt_desc>ul>li h4 {
  color: #FB8110;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  margin: 23px 0 18px;
}
.two_col_cnt_desc>ul>li h4+p {
  border-bottom: 1px solid #000;
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.two_col_cnt_desc>ul>li>ul>li {
  list-style: none !important;
}
.two_col_cnt_desc>ul>li ul li, .two_col_cnt_desc>ul>li ul li h4, .two_col_cnt_desc>ul>li ul li li {
  list-style: disc;
  list-style-position: inside;
  color:  #020202;
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.two_col_cnt_desc>ul>li ul li h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.two_col_cnt_desc>ul>li a {
  border-radius: 16px;
  border: 1px solid #FB8110;
  padding: 12px 24px;
  color: #FB8110;
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}
.two_col_cnt_desc>ul>li a:hover {
  border: 1px solid #FFF;
  color: #FFF;
  background-color: #FB8110;
}

/* one col with blue bg */
.blue_bg_one_col {
  background: #14213D;
  padding: 82px 0 62px;
}
.blue_bg_one_col_cont {
  margin: 0 auto;
  max-width: 838px;
  text-align: center;
}
.blue_bg_one_col_cont h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}
.blue_bg_one_col_cont p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin: 32px 0 41px;
}
.blue_bg_one_col_cont a {
  background: #fb8110;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 8px 45px;
  text-align: center;
  text-decoration: none;
}
.blue_bg_one_col_cont a:hover {
  background: #fff;
  color: #fb8110;
}

/* testimonial */

.two_col_testimonial {
  background: #FDFBFF;
  padding: 130px 0;
}
.two_col_testimonial_cnt {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.two_col_testimonial_cnt h2 {
  color: rgba(2, 2, 2, 0.75);
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}
.two_col_testimonial_cnt h2+img {
  margin: 75px 0 70px;
}
button.slick-arrow {
  display: block; 
  width: 50px; 
  height: 50px; 
  border-radius: 25px; 
  transition: background-color 300ms ease-in-out; 
  font-size: 0px; 
  border: 0px; 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  left: -25px; 
  z-index: 1; 
  cursor: pointer;
  background: transparent;
}
button.slick-next.slick-arrow { 
  left: auto; 
  right: -25px; 
}
button.slick-prev.slick-arrow:before {
  content: ""; 
  color: #fff; 
  border: solid #FB8110; 
  border-width: 0 3px 3px 0; 
  display: inline-block; 
  padding: 7px; 
  transform: rotate( 135deg); 
  -webkit-transform: rotate( 135deg); 
  margin-left: 6px; 
}
button.slick-next.slick-arrow:before {
  content: ""; 
  color: #fff;
  border: solid #FB8110; 
  border-width: 0 3px 3px 0; 
  display: inline-block; 
  padding: 7px; 
  transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  margin-right: 6px; 
}
.slick-slide {
  border-radius: 24px;
  background: #FFF;
  padding: 30px 40px 45px;
  text-align: left;
  margin-left: 40px;
}
.two_col_testimonial_cnt figure {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.two_col_testimonial_cnt figcaption {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-left: 40px;
}
.two_col_testimonial_cnt figcaption span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.two_col_testimonial_cnt p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

/* blog list */
.blog_list {
  background: #FDFBFF;
  padding-bottom: 150px;
}
.blog_list_cnt {
  max-width: 1170px;
  margin: 0 auto;
}
.blog_list_cnt  ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 64px;
  flex-wrap: wrap;
}
.blog_list_cnt  ul li {
  background-color: #fff;
  padding: 24px 32px 16px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  width: 31.33%;
  margin-right: 1%;
  box-sizing: border-box;
}
.blog_list_cnt  ul li:nth-child(3n) {
  margin-right: 0;
}
.blog_article_img {
  height: 180px;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 40px;
}
.blog_list_cnt h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}
.blog_list_cnt h2+p {
  font-size: 16px;
  font-weight: 400;
  line-height:40px;
  text-align: center;
}
.blog_list_cnt h3 {
  color: #14213C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}
.blog_list_cnt p {
  color: #020202;
  font-size: 16px;
  line-height: 140%;
}
.blog_list_cnt a {
  color: #FB8110;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 50px;
  display: inline-block;
  text-decoration: none;
}
.blog_list_cnt a:hover {
  opacity: 0.8;
}
/* footer */

.footer_bg {
  background: #14213C;
  padding: 20px;
  text-align: center;
}
.footer_bg >div {
  max-width: 830px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}


/* logo */
.logo_repeater_module  {
  background: #FDFBFF;
  padding: 150px 0 0;
}
.logo_repeater_module .section_inner_wrapper {display: flex; align-items: center; max-width: 1000px; margin: 0 auto; }
.logo_repeater_module .section_inner_wrapper .wrapper{width:25%;text-align: center; padding: 0px 40px;}
.logo_repeater_module .section_inner_wrapper img {opacity: .8; }
@media screen and (max-width: 980px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .banner_bg_container {
    margin: 0 auto;
    max-width: 92%;
    padding: 40px 0;
    flex-direction: column;
    text-align: center;
  }
  .banner_bg_container .banner_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner_right {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .banner_second h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .banner_btn_group {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .banner_right h2 {
    line-height: 1.2em;
    font-size: 24px;
  }
  /* three col layout */

  .three_col_layout {
    padding: 60px 0;
  }
  .three_col_layout_cnt {
    margin: 0 auto;
    max-width: 92%;
  }
  .three_col_layout_cnt ul {
    flex-direction: column;
    margin-top: 30px;
  }
  .three_col_layout_cnt ul li {
    width: 100%;
    padding: 24px 32px 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  .three_col_layout_cnt h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* two column with image */
  .two_col_img_cnt {
    margin: 0 auto;
    max-width: 92%;
  }
  .two_col_img_cnt h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
  }
  .two_col_img_cnt h3 {
    color: #000;
    font-size: 24px;mobile
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .two_col_img_cnt p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  .two_col_img_cnt ul li {
    flex-direction: column!important;
    text-align: center;
    margin-bottom: 3px;
  }
  .two_col_img_cnt div, .two_col_img_cnt figure {
    width: 100%;
  }
  /* four col layout */

  .four_col_layout {
    background: #fdfbff;
    padding: 60px 0 60px;
  }
  .four_col_layout_cnt {
    margin: 0 auto;
    max-width: 92%;
  }
  .four_col_layout h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .four_col_layout h2+p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0px;
    text-align: center;
  }
  .four_col_layout_cnt ul {
    flex-direction: column;
  }
  .four_col_layout_cnt ul li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px;
  }
  .four_col_layout h2 svg {
    display: none;
  }
  /* faq */
  .two_col_faq_cnt {
    max-width: 92%;
    flex-direction: column;
  }
  .two_col_faq {
    padding: 40px 0;
  }
  .two_col_faq_cnt .faq_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .two_col_faq_cnt .faq_right {
    width: 100%;
  }
  .two_col_faq_cnt .faq_left h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
  }
  .two_col_faq_cnt .faq_left h2+p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }
  /* four col simple steps */
  .four_col_steps {
    padding: 40px 0;
  }
  .four_col_steps_cnt {
    max-width: 92%;
  } 
  .four_col_steps_cnt h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
  }
  .four_col_steps_cnt h2+p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 0px;
  }
  .four_col_steps_cnt ul {
    flex-direction: column;
  }
  .four_col_steps_cnt ul li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .four_col_steps_cnt ul svg {
    display: none;
  }
  .four_col_steps_cnt h2 svg {
    display: none;
  }
  .four_col_steps_cnt h2+p {
    text-align: center;
    font-size: 18px;
  }

  /* one col with text */
  .one_col_text_cnt h2 {
    font-size: 32px;
    line-height: 1.3;
  } 
  .one_col_text_cnt {
    padding: 40px 0;
    max-width: 92%;
    margin: 0 auto;
  }
  .one_col_text_cnt p {
    font-size: 18px;
    line-height: 30px;

  }
  /* package */

  .two_col_package {
    padding: 40px 0;
  }
  .two_col_package_cnt {
    max-width: 92%;
  }
  .two_col_package_cnt h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .two_col_package_cnt h2+p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }
  .two_col_cnt_title button, .two_col_cnt_title button.active {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 56px;
    text-align: center;
    width: 49%;
    box-sizing: border-box;
  }
  .two_col_cnt_desc>ul {
    flex-direction: column;
  }
  .two_col_cnt_desc>ul.local_content {
    width: 92%;
  }
  .two_col_cnt_desc>ul>li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
  }
  .two_col_cnt_desc>ul.foreign_content>li {
    width: 100%;
  }
  .two_col_cnt_desc>ul>li h3 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .two_col_cnt_desc>ul>li h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 23px 0 18px;
  }
  .two_col_cnt_desc>ul>li ul li {
    font-size: 18px;
  }
  /* one col with blue bg */
  .blue_bg_one_col_cont {
    max-width: 92%;
  }
  .blue_bg_one_col_cont h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .blue_bg_one_col_cont p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }
  /* testimonial */
  .two_col_testimonial {
    padding: 40px 0;
  }
  .two_col_testimonial_cnt {
    max-width: 92%;
  }
  .two_col_testimonial_cnt h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .two_col_testimonial_cnt figure {
    flex-direction: column;
    text-align: center;
  }
  .two_col_testimonial_cnt figcaption {
    margin-left: 0;
    margin-top: 15px;
  }
  .slick-slide {
    background: #fff;
    border-radius: 24px;
    margin-left: 0px;
    padding: 20px 0px 20px;
    text-align: left;
  }
  .two_col_testimonial_cnt p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }
  button.slick-arrow {
    left: 0;
  }
  button.slick-next.slick-arrow {
    left: auto;
    right: 0;
  }
  .slick-list {
    padding: 0 0 !important;
  }
  /* blog list */
  .blog_list {
    padding-bottom: 40px;
  }
  .blog_list_cnt {
    max-width: 92%;
  }
  .blog_list_cnt h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .blog_list_cnt h2+p {
    font-size: 18px;
    line-height: 30px;
  }
  .blog_list_cnt ul {
    flex-direction: column;
  }
  .blog_list_cnt ul li {
    width: 100%;
    margin-bottom: 30px;
    padding: 24px 32px 25px;
  }
  /* footer */
  .footer_bg>div {
    max-width: 92%;
  }
  .footer_bg>div {
    font-size: 18px;
    line-height: 30px;
  }

  .logo_repeater_module .section_inner_wrapper img {height: 80px; object-fit: contain;}
}
@media(max-width:600px){  
  .two_col_cnt_title button, .two_col_cnt_title button.active {
    font-size: 19px;
    padding: 12px 12px;
  }
}
@media(max-width:767px){ 
  .logo_repeater_module .section_inner_wrapper {flex-wrap: wrap;}
  .logo_repeater_module .section_inner_wrapper .wrapper {width: 100%;margin-bottom: 40px;flex: 0 0 100%;box-sizing:border-box;}
  .logo_repeater_module .section_inner_wrapper .wrapper:last-child {margin-bottom: 0px;}
  .two_col_bg_img {
    height: 110px;
    margin-bottom: 0;
  }
  .two_col_img_cnt figure {
    max-width: 200px;
    margin: 0 auto;
  }
  .two_col_img_cnt h3 {
    margin-bottom: 0px;
  }
  .three_col_layout_cnt h3 {
    margin-bottom: 5px;
  }
  .two_col_img_cnt ul li {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1280px) {
  .two_col_cnt_desc>ul>li {
    width: 45%;
  }
  .two_col_cnt_desc>ul {
    flex-direction: row;
  }
  .four_col_steps_cnt ul {
    flex-direction: row;
  }
  .four_col_steps_cnt ul li {
    width: 47%;
  }
  .blog_list_cnt ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog_list_cnt ul li {
    width: 47%;
  }
  .three_col_layout_cnt, .two_col_img_cnt, .four_col_layout_cnt, .two_col_faq_cnt {
    max-width: 92%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 981px) and (max-width: 1415px) { 
  .banner_bg_container,.four_col_steps_cnt {
    max-width: 92%;
  }
  .four_col_steps_cnt ul {
    flex-direction: row;
    justify-content: space-between;
  }
  .four_col_steps_cnt ul li {
    width: 44%;
    margin-bottom: 35px;
  }
  .four_col_steps_cnt ul svg {
    display: none;
  }
}
/* standarise the gap */

.gr-2025 {
    --gap: 60px;

    .banner_bg_container {
        margin-bottom: var(--gap);
    }

    .blog_list {
        padding-top: var(--gap);
        padding-bottom: calc(var(--gap) * 2);
    }

    .blog_list_cnt ul {
        margin-top: calc(var(--gap) / 2);
    }
.two_col_package,
    .two_col_testimonial,
    .two_col_faq,
    .four_col_layout,
  .four_col_steps,
    .three_col_layout {
        padding: var(--gap) 0;
    }
}