@charset "utf-8";

/* CSS Document */

/*----------------

RESET CSS

-----------------*/

body {
  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  padding: 0;

  background: #fff;

  color: #000000;

  text-align: center;

  font-family: "Hanken Grotesk";

  font-weight: 400;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;

  font-size: 1px;

  line-height: 1px;

  height: 1px;
}

/*====Fonts====*/

@font-face {
  font-family: "Hanken Grotesk";

  src:
    url("HankenGrotesk-Regular.woff2") format("woff2"),
    url("HankenGrotesk-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";

  src:
    url("HankenGrotesk-Medium.woff2") format("woff2"),
    url("HankenGrotesk-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";

  src:
    url("HankenGrotesk-SemiBold.woff2") format("woff2"),
    url("HankenGrotesk-SemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";

  src:
    url("HankenGrotesk-Bold.woff2") format("woff2"),
    url("HankenGrotesk-Bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";

  src:
    url("HankenGrotesk-ExtraBold.woff2") format("woff2"),
    url("HankenGrotesk-ExtraBold.woff") format("woff");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";

  src:
    url("HankenGrotesk-Black.woff2") format("woff2"),
    url("HankenGrotesk-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/*=====MAIN CSS START=====*/

.container {
  width: 1170px;

  margin: 0 auto;

  padding: 0;

  position: relative;
}

/*====header====*/

.top-fix-bar {
  float: left;

  width: 100%;

  margin-bottom: 70px;
}

.header {
  float: left;

  width: 100%;

  height: 70px;

  margin-top: -70px;

  top: 70px;

  position: relative;

  background: #fff;

  padding: 8px 0;
}

.fixed-nav .header {
  position: fixed;

  z-index: 11;

  background: #fff;

  -webkit-transition: margin 0.3s ease-out;

  transition: margin 0.3s ease-out;

  margin-top: 0;

  top: 0;

  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.header_inner {
  width: 100%;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  margin: 0 auto;
}

.logo {
  float: left;

  width: 114px;
}

.header_call_info {
  display: flex;

  justify-content: space-between;

  align-items: center;

  box-shadow: 0 0 8px 5px rgba(39, 83, 173, 0.1);

  width: 220px;

  border-radius: 6px;

  overflow: hidden;

  background: #fff;

  padding: 7px 12px;

  text-align: left;
}

.header_call_info img {
  width: 26px;
}

.header_call_infbx {
  width: calc(100% - 35px);

  text-align: left;

  padding-left: 10px;

  border-left: 1px solid #d7d7d7;
}

.header_call_infbx p {
  font-size: 11px;

  line-height: 15px;

  color: #000;
}

.header_call_infbx h3 {
  font-size: 20px;

  line-height: 22px;

  font-weight: 800;

  color: #00bf5a;
}

/*====deadline_strip====*/

.deadline_strip {
  float: left;

  width: 100%;

  background: #ffa59f;

  padding: 10px 0;
}

.deadline_strip_text {
  font-size: 16px;

  line-height: 16px;

  color: #000;
}

.deadline_strip_text:before {
  content: "";

  display: inline-block;

  vertical-align: middle;

  background: #ff0000;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.3);

  margin: -2px 10px 0 0;

  animation: breath 1.3s infinite;
}

.deadline_strip_text span {
  font-weight: 800;
}

@keyframes breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*====section-1====*/

.banner {
  float: left;

  width: 100%;

  background: url(../images/banner.webp) center top no-repeat;

  padding: 30px 0 0;
}

.banner_row {
  width: 100%;

  margin: 0 auto;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.banner_left {
  width: 62%;

  text-align: left;
}

.banner_rev__text {
  display: inline-block;

  vertical-align: middle;

  font-size: 14px;

  line-height: 20px;

  color: #000;

  background: #fff;

  padding: 5px 10px;

  border-radius: 50px;
}

.banner_rev__text strong {
  font-weight: 600;
}

.banner_rev__text img {
  display: inline-block;

  vertical-align: middle;

  width: 72px;

  margin: -5px 6px 0 0;
}

.banner_heading {
  font-size: 59px;

  line-height: 60px;

  color: #041f15;

  font-weight: 900;

  letter-spacing: -2px;

  margin-top: 20px;
}

.banner_heading span {
  color: #053d7a;
}

.banner_text {
  font-size: 18px;

  line-height: 26px;

  color: #000;

  margin-top: 20px;
}

.banner_img {
  display: inline-block;

  vertical-align: middle;

  margin: -15px 0 0 0;
}

ul.banner_list {
  display: inline-block;

  vertical-align: middle;

  position: relative;

  width: 89%;
}

ul.banner_list li {
  position: absolute;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);

  text-align: center;

  width: 152px;

  padding: 0 8px 10px;
}

ul.banner_list li:nth-child(1) {
  top: 120px;
  left: 40px;
}

ul.banner_list li:nth-child(2) {
  top: 40px;
  right: 90px;
  left: auto;
}

ul.banner_list li:nth-child(3) {
  top: 165px;
  right: 0;
}

ul.banner_list li img {
  display: inline-block;

  vertical-align: middle;

  width: 40px;

  margin: -19px 0 0;
}

ul.banner_list li p {
  font-size: 15px;

  line-height: 18px;

  color: #000000;

  font-weight: 600;
}

.banner_right {
  width: 36%;
}

.form_box {
  background: #053d7a;

  border-radius: 15px;

  border: 4px solid #9dccff;

  overflow: hidden;

  position: relative;

  box-shadow: 0 7px 10px 5px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 7px 10px 5px rgba(0, 0, 0, 0.1);
}

.form_box_header {
  float: left;

  width: 100%;

  padding: 12px 10px 15px;
}

.form_box_heading {
  font-size: 34px;

  line-height: 38px;

  font-weight: 900;

  color: #fff;
}

.frm-sec {
  float: left;

  width: 100%;

  padding: 15px 18px 25px;
}

.form_strip {
  float: left;

  width: 100%;

  background: #9dccff;

  padding: 8px 10px 7px;

  position: relative;
}

.form_strip p {
  color: #000000;

  font-size: 16px;

  line-height: 21px;

  font-weight: 500;
}

.form_strip p img {
  width: 26px;

  display: inline-block;

  vertical-align: middle;

  margin: -3px 6px 0 0;
}

.frmfield {
  text-align: left;
}

.input-fld {
  width: 100%;

  height: 55px;

  color: #000;

  font-size: 17px;

  background: #fff;

  text-align: left;

  border-radius: 5px;

  font-family: "Hanken Grotesk";

  border: 1px solid #bdbdbd;

  padding: 5px 20px;

  outline: none;

  -webkit-appearance: none;

  margin-top: 8px;
}

.input-fld::placeholder {
  color: #2e2e2e;
}

.input-fld:focus {
  border: 1px solid #287cd6;

  transition: all ease 0.5s;

  box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.input-fld.half-fld {
  width: 48%;
}

.input-fld.margin-rgt {
  margin-right: 4%;
}

select.input-fld {
  background: url(../images/select-arw.png) no-repeat center right 10px #fff;
  padding-right: 25px;
}

.input-fld.amount-input {
  background: url(../images/dollar-icon.png) no-repeat center left 8px #fff;
  background-size: 26px;
  padding-left: 40px;
}

.form_button_box {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  margin-top: 25px;
}

.form_button {
  width: 100%;

  height: 58px;

  background: #a5241b;

  border-radius: 50px;

  font-size: 26px;

  line-height: 56px;

  color: #fff;

  text-align: center;

  font-weight: 800;

  padding: 8px;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  font-family: "Hanken Grotesk";

  outline: none;

  border: none;

  column-gap: 10px;

  cursor: pointer;
}

.btn_arrow {
  display: inline-block;

  vertical-align: middle;

  width: 25px;

  margin: 2px 0 0;
}

.form_button_text1 {
  color: #fff;

  font-size: 13px;

  line-height: 20px;

  margin-bottom: 7px;
}

.form_button_text2 {
  color: #fff;

  font-size: 13px;

  line-height: 20px;

  margin-top: 7px;

  font-weight: 700;
}

.form_buttom_link {
  color: #f9ff00;

  text-decoration: underline;
}

.form_text {
  color: #fefefe;

  font-size: 11px;

  line-height: 16px;

  text-align: left;

  letter-spacing: 0.3px;

  margin-top: 18px;
}

/*====Section1====*/

.section1 {
  float: left;

  width: 100%;

  padding: 55px 0 65px;
}

.common_heading {
  font-size: 50px;

  line-height: 56px;

  color: #041f15;

  font-weight: 800;
}

.common_paragraph {
  font-size: 18px;

  line-height: 25px;

  color: #000000;

  margin-top: 20px;
}

.common_paragraph.margin_top0 {
  margin-top: 0;
}

.section1_row {
  width: 100%;

  max-width: 1080px;

  margin: 40px auto 0;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;
}

.sec1_img_box {
  width: 49.3%;
}

.sec1_graph {
  display: block;

  margin: 0 auto;

  max-width: 100%;

  width: 532px;
}

.sec_content_box {
  width: 46%;

  text-align: left;
}

.s1_text2 {
  margin-top: 40px;
}

ul.sec1_list {
  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  row-gap: 12px;

  justify-content: space-between;

  flex-direction: column;

  width: 98%;

  margin: 30px 0 0;
}

ul.sec1_list li {
  display: -webkit-flex;

  display: flex;

  justify-content: start;

  align-items: center;

  background: #fff;

  border: 1px solid #f23d3d;

  border-radius: 8px;

  padding: 12px 12px;

  column-gap: 10px;
}

ul.sec1_list li img {
  width: 19px;
}

ul.sec1_list li p {
  font-size: 17px;

  line-height: 22px;

  color: #000;

  font-weight: 600;
}

/*====Section2====*/

.section2 {
  float: left;

  width: 100%;

  padding: 55px 0 10px;

  background: url(../images/section2.webp) no-repeat center top #f8f9fa;

  position: relative;
}

.section2:before {
  position: absolute;

  content: "";

  left: 0;

  right: 0;

  bottom: 0;

  height: 295px;

  background: #fff;
}

.section2_row {
  width: 100%;

  margin: 40px auto 0;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  flex-direction: row-reverse;
}

.section2_right {
  width: 38.22%;
}

.sec2_img {
  display: block;

  margin: 0 auto;

  max-width: 100%;

  border-radius: 25px;
}

.section2_left {
  width: 56%;

  text-align: left;
}

.section2_text1 {
  font-size: 24px;

  line-height: 28px;

  color: #041f15;

  font-weight: 700;

  margin-top: 25px;
}

ul.section2_list {
  width: 100%;

  margin: 25px 0 5px;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  flex-direction: column;

  row-gap: 25px;
}

ul.section2_list li {
  padding: 0 0 0 60px;

  text-align: left;

  width: 100%;

  position: relative;
}

ul.section2_list li img {
  left: 0;

  top: 3px;

  position: absolute;

  width: 46px;
}

ul.section2_list li h3 {
  font-size: 19px;

  line-height: 23px;

  color: #000;

  font-weight: 600;
}

ul.section2_list li p {
  font-size: 17px;

  line-height: 22px;

  color: #000;

  margin-top: 5px;
}

.button_box {
  display: inline-block;

  vertical-align: top;

  width: 100%;

  max-width: 330px;

  margin-top: 35px;
}

.common_button {
  width: 100%;

  height: 58px;

  background: #a5241b;

  border-radius: 50px;

  font-size: 24px;

  line-height: 58px;

  color: #fff;

  text-align: center;

  font-weight: 800;

  padding: 8px;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  column-gap: 10px;
}

.section2_box {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  margin-top: 70px;

  padding: 45px 50px 0;

  /* background: url(../images/section2_box_bg.webp) no-repeat center bottom */
    #0a3d2a;
background-color: #053d7a;


  background-size: cover;

  border-radius: 15px;
}

.section2_box_img {
  display: block;

  margin: 0 auto;

  max-width: 100%;

  width: 1054px;
}

/*====Section3====*/

.section3 {
  float: left;

  width: 100%;

  padding: 55px 0 65px;

  background: #fff;

  position: relative;
}

.section3_row {
  width: 100%;

  margin: 50px auto 10px;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.section3_box {
  width: 30.6%;

  background: #f6f9fc;

  border-radius: 12px;

  position: relative;

  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  flex-direction: column;
}

.sec3_box_number {
  width: 40px;

  height: 40px;

  border-radius: 50%;

  background: #053d7a;

  border: 5px solid #fff;

  font-size: 20px;

  line-height: 20px;

  color: #fff;

  font-weight: 500;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  position: absolute;

  left: 50%;

  margin-left: -20px;

  top: -20px;
}

.s3_box_content {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  padding: 35px 25px 5px;
}

.sec3_box_heading {
  font-size: 30px;

  line-height: 34px;

  color: #0e182a;

  font-weight: 700;
}

.sec3_box_text {
  margin-top: 15px;
}

.sec3_box_image_box {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  overflow: hidden;

  border-radius: 0 0 12px 12px;
}

.sec3_box_image {
  display: block;

  margin: 0 auto;

  max-width: 100%;

  width: 357px;
}

/*====Section4====*/

.section4 {
  float: left;

  width: 100%;

  padding: 55px 0 65px;

  background: url(../images/section2.webp) no-repeat center top #f4f8fc;
}

.section4_row {
  width: 100%;

  margin: 50px auto 10px;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.section4_col {
  width: 33.33%;

  padding: 0 45px 55px;

  position: relative;
}

.section4_col:after,
.section4_col:before {
  content: "";

  position: absolute;
}

.section4_col:after {
  top: 0;

  right: 0;

  bottom: 25px;

  width: 1px;

  background: #c8c8c8;
}

.section4_col:nth-child(n + 4):before {
  top: 0;

  right: 25px;

  left: 25px;

  height: 1px;

  background: #c8c8c8;
}

.section4_col:nth-child(n + 4) {
  padding-top: 55px;
  padding-bottom: 0;
}

.section4_col:nth-last-child(3n + 1):after {
  display: none;
}

.section4_col:nth-child(n + 4):after {
  top: 25px;
  bottom: 0;
}

.s4_icon {
  display: block;

  margin: 0 auto;

  width: 51px;
}

.section4_col h3 {
  font-size: 20px;

  line-height: 26px;

  color: #0a3d2a;

  font-weight: 700;

  margin-top: 15px;
}

.section4_col p {
  margin-top: 15px;

  color: #333;
}

/*====Section5====*/

.section5 {
  float: left;

  width: 100%;

  padding: 55px 0 25px;

  background: #fff;

  position: relative;
}

.section5_row {
  width: 100%;

  margin: 0 auto 0;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.section5_left {
  width: 42%;

  text-align: left;
}

.sec5_image {
  display: block;

  margin: 30px auto 0;

  max-width: 100%;
}

.section5_right {
  width: 56%;
}

.faq_section {
  display: inline-block;

  vertical-align: middle;

  width: 100%;
}

.faq_slide_row {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  background: #f7faff;

  margin-top: 15px;

  border-radius: 10px;
}

.faq_slide_row.last {
  border-bottom: none;
}

.accordion {
  float: left;

  width: 100%;

  text-align: left;

  background: url(../images/close.webp) no-repeat right 15px center;

  background-size: 16px;

  padding: 27px 30px 27px 25px;

  position: relative;

  cursor: pointer;

  font-size: 20px;

  line-height: 26px;

  color: #000;

  font-weight: 600;

  border-bottom: none;
}

.acdn_heading.accordion_open {
  background: url(../images/open.webp) no-repeat right 15px center;

  background-size: 16px;

  color: #000;
}

.faq_slide_row.active .accordion {
  color: #000;
}

.acdn_content {
  float: left;

  width: 100%;

  text-align: left;

  padding: 0 25px 15px 25px;
}

.accordion.last,
.acdn_content.last {
  border-bottom: none;
}

.acdn_para {
  float: left;

  width: 100%;

  font-size: 18px;

  line-height: 24px;

  color: #000;

  margin-bottom: 15px;

  letter-spacing: 0.3px;

  font-weight: 400;
}

.section5_box {
  background: #003374;

  width: 100%;

  margin: 50px auto 0;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  border-radius: 30px;

  padding: 55px 0 65px;

  position: relative;

  overflow: hidden;
}

.section5_box:before {
  position: absolute;

  content: "";

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: url(../images/section5_box.webp) no-repeat center top;

  background-size: cover;

  z-index: 1;
}

.section5_box_img {
  position: absolute;
}

.section5_box_img1 {
  left: 20px;
  bottom: 0;
}

.section5_box_img2 {
  right: 20px;
  bottom: 0;
}

.section5_box_inner {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  position: relative;

  max-width: 560px;

  z-index: 2;
}

/*====Footer====*/

.footer {
  float: left;

  width: 100%;

  background: #fff;

  padding: 60px 0 60px;
}

.footer_logo {
  display: block;

  margin: 0 auto 25px;

  width: 130px;
}

.footer_text1 {
  font-size: 14px;

  line-height: 20px;

  color: #000;

  font-weight: 500;

  margin-top: 15px;
}

.footer_text1 a {
  padding: 0 5px;
}

.footer_text2 {
  font-size: 12px;

  line-height: 20px;

  color: #333333;

  margin-top: 15px;

  padding: 0 145px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fortab,
.formob {
  display: none;
}

.font_w_600 {
  font-weight: 600;
}

.color_white {
  color: #ffffff;
}

/*=====Media-Querry=====*/

@media only screen and (max-width: 1200px) {
  .container {
    width: 1004px;
  }

  .banner_left {
    width: 63%;
  }

  .banner_heading {
    font-size: 52px;
    line-height: 56px;
  }

  ul.banner_list {
    width: 100%;
  }

  ul.banner_list li:nth-child(2) {
    right: 80px;
  }

  .banner_img {
    margin: 10px 0 0;
  }

  .form_box_heading {
    font-size: 32px;
    line-height: 36px;
  }

  ul.sec1_list {
    width: 100%;
  }

  .s1_text2 {
    margin-top: 30px;
  }

  .common_heading {
    font-size: 46px;
    line-height: 50px;
  }

  .section2_left {
    width: 60%;
  }

  .section2_box {
    padding: 45px 0 0;
  }

  .section3_box {
    width: 32.2%;
  }

  .s3_box_content {
    padding: 35px 20px 5px;
  }

  .section4_col {
    padding: 0 30px 55px;
  }

  .footer_text2 {
    padding: 0 65px;
  }
}

@media only screen and (max-width: 1021px) {
  .container {
    width: 750px;
  }

  .fordesk {
    display: none;
  }

  .fortab {
    display: block;
  }

  .banner_left {
    width: 51%;
  }

  .banner_heading {
    font-size: 44px;
    line-height: 46px;
    letter-spacing: 0;
  }

  .banner_text {
    font-size: 16px;
    line-height: 22px;
  }

  .banner_img {
    width: 550px;
    margin: 40px 0 0 -15px;
  }

  ul.banner_list li {
    width: 117px;
    padding: 0 6px 7px;
    border-radius: 6px;
  }

  ul.banner_list li:nth-child(1) {
    left: 0;
  }

  ul.banner_list li:nth-child(2) {
    top: 55px;
    right: 50px;
  }

  ul.banner_list li:nth-child(3) {
    top: 140px;
    right: -10px;
  }

  ul.banner_list li p {
    font-size: 11px;
    line-height: 14px;
  }

  .banner_right {
    width: 46.5%;
  }

  .form_box {
    border-width: 2px;
  }

  .form_box_header {
    padding: 8px 10px 11px;
  }

  .form_box_heading {
    font-size: 28px;
    line-height: 30px;
  }

  .form_strip {
    padding: 6px 10px 5px;
  }

  .form_strip p {
    font-size: 15px;
    line-height: 19px;
  }

  .frm-sec {
    padding: 8px 15px 20px;
  }

  .input-fld {
    height: 52px;
    font-size: 17px;
  }

  .form_text {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
    margin-top: 15px;
  }

  .common_heading {
    font-size: 38px;
    line-height: 42px;
  }

  .common_paragraph {
    font-size: 17px;
    line-height: 22px;
    margin-top: 15px;
  }

  .section1_row {
    max-width: 545px;
    row-gap: 40px;
  }

  .sec1_img_box {
    width: 100%;
  }

  .sec_content_box {
    width: 100%;
  }

  ul.sec1_list {
    width: 100%;
  }

  .section2_row {
    align-items: self-start;
  }

  ul.section2_list li p {
    font-size: 16px;
    line-height: 22px;
  }

  .section2_box {
    padding: 30px 30px 0;
  }

  .section3_box {
    width: 32.5%;
  }

  .s3_box_content {
    padding: 35px 15px 5px;
  }

  .sec3_box_heading {
    font-size: 22px;
    line-height: 26px;
  }

  .section4_col {
    padding: 0 15px 30px;
  }

  .section4_col h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .section4_col:nth-child(n + 4) {
    padding-top: 30px;
  }

  .section5_box {
    padding: 35px 0 50px;
  }

  .section5_box_img1 {
    left: 10px;
    width: 200px;
  }

  .section5_box_img2 {
    right: 10px;
    width: 200px;
  }

  .footer_text2 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }

  .fordesk {
    display: none;
  }

  .formob {
    display: block;
  }

  .hidemob {
    display: none;
  }

  .top-fix-bar {
    margin-bottom: 58px;
  }

  .header {
    height: 58px;
    margin-top: -58px;
    top: 58px;
  }

  .header_call_info {
    width: 163px;
    padding: 4px 6px;
  }

  .header_call_info img {
    width: 22px;
  }

  .header_call_infbx {
    width: calc(100% - 30px);
    padding-left: 8px;
  }

  .header_call_infbx p {
    font-size: 9px;
    line-height: 13px;
  }

  .header_call_infbx h3 {
    font-size: 17px;
    line-height: 18px;
  }

  .logo {
    width: 86px;
  }

  .deadline_strip {
    padding: 6px 0;
  }

  .deadline_strip_text {
    font-size: 14px;
    line-height: 16px;
  }

  .deadline_strip_text:before {
    margin: -2px 7px 0 0;
    width: 5px;
    height: 5px;
  }

  .banner {
    padding: 20px 0 0;
    background-size: cover;
    background: #ebf7fb;
  }

  .banner_left {
    width: 100%;
    text-align: center;
  }

  .banner_rev__text {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 10px 5px;
  }

  .banner_rev__text img {
    width: 60px;
    margin: -3px 6px 0 0;
  }

  .banner_heading {
    font-size: 29px;
    line-height: 31px;
    margin-top: 10px;
  }

  .banner_text {
    margin-top: 10px;
  }

  ul.banner_list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
    padding: 0 3px;
  }

  ul.banner_list li {
    position: static;
  }

  ul.banner_list li p {
    font-size: 12px;
    line-height: 16px;
  }

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

  .form_box {
    border-width: 3px;
  }

  .form_box_header {
    padding: 10px 10px 12px;
  }

  .form_strip {
    padding: 9px 10px 7px;
  }

  .form_strip p {
    font-size: 15px;
    line-height: 19px;
  }

  .frm-sec {
    padding: 10px 18px 20px;
  }

  .input-fld {
    height: 50px;
    font-size: 16px;
  }

  .form_button {
    font-size: 22px;
    line-height: 56px;
    height: 56px;
  }

  .form_text {
    font-size: 11px;
    line-height: 15px;
  }

  .banner_img {
    width: calc(100% + 30px);
    margin: 10px 0 0 -15px;
    vertical-align: middle;
  }

  .section1 {
    padding: 25px 0 30px;
  }

  .common_heading {
    font-size: 30px;
    line-height: 34px;
  }

  .common_paragraph {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .section1_row {
    margin: 20px auto 0;
    row-gap: 30px;
  }

  ul.sec1_list {
    width: 100%;
    flex-direction: row;
    margin: 25px auto 0;
  }

  ul.sec1_list li {
    padding: 14px 12px;
    width: 100%;
  }

  ul.sec1_list li p {
    font-size: 16px;
    line-height: 20px;
  }

  .s1_text2 {
    margin-top: 25px;
  }

  .section2 {
    padding: 30px 0 10px;
    background-size: cover;
  }

  .section2:before {
    height: 230px;
  }

  .section2_row {
    margin: 20px auto 0;
    row-gap: 25px;
  }

  .section2_right {
    width: 100%;
  }

  .sec2_img {
    border-radius: 15px;
  }

  .section2_left {
    width: 100%;
  }

  .section2_text1 {
    font-size: 21px;
    line-height: 25px;
    margin-top: 20px;
  }

  ul.section2_list {
    margin: 20px 0 0;
    row-gap: 20px;
  }

  ul.section2_list li {
    padding: 0 0 0 55px;
  }

  ul.section2_list li h3 {
    font-size: 17px;
    line-height: 22px;
  }

  ul.section2_list li p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 3px;
  }

  .button_box {
    margin: 25px auto 0;
  }

  .section2 .button_box {
    margin: 25px auto 0;
    display: block;
  }

  .section2_box {
    margin: 40px 0 0;
    padding: 25px 15px 0;
  }

  .section2_box_img {
    margin: 15px auto 0;
  }

  .section3 {
    padding: 30px 0 35px;
  }

  .section3_row {
    margin: 40px auto 0;
    row-gap: 35px;
    padding: 0 10px;
  }

  .section3_box {
    width: 100%;
  }

  .sec3_box_heading {
    font-size: 24px;
    line-height: 28px;
  }

  .section4 {
    padding: 30px 0 35px;
    background-size: cover;
  }

  .section4_row {
    margin: 10px auto 10px;
  }

  .section4_col {
    padding: 25px 30px 25px !important;
    width: 100%;
    border-top: 1px solid #d3d3d3;
  }

  .section4_col:first-child {
    border-top: none;
  }

  .section4_col:last-child {
    padding-bottom: 0 !important;
  }

  .section4_col:after,
  .section4_col:before {
    display: none;
  }

  .section4_col h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .section4_col p {
    margin-top: 10px;
  }

  .section5 {
    padding: 30px 0 10px;
  }

  .section5_left {
    width: 100%;
    text-align: center;
  }

  .sec5_image {
    max-width: 70%;
    margin: 25px auto 0;
  }

  .section5_right {
    width: 100%;
  }

  .accordion {
    padding: 15px 30px 15px 15px;
    font-size: 17px;
    line-height: 22px;
    background-size: 13px;
    background-position: right 10px center;
  }

  .acdn_heading.accordion_open {
    background-size: 13px;
    background-position: right 10px center;
  }

  .acdn_content {
    padding: 0 15px 10px;
  }

  .acdn_para {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .section5_box {
    margin: 35px auto 0;
    padding: 18px 18px 155px;
    border-radius: 15px;
  }

  .section5_box .common_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .section5_box .button_box {
    margin-top: 25px;
  }

  .section5_box_img1 {
    width: 140px;
  }

  .section5_box_img2 {
    width: 140px;
  }

  .footer {
    padding: 25px 0 30px;
  }

  .footer_logo {
    margin: 0 auto 10px;
    width: 90px;
  }

  .footer_text2 {
    padding: 0;
  }
}

@media only screen and (max-width: 375px) {
  .common_heading {
    font-size: 29px;
    line-height: 34px;
  }
}
