@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: 'Inter';
  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;
}

.d-none {
  display: none;
}

/*=====MAIN CSS START=====*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


/*====header====*/
.top-fix-bar {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}

.header {
  float: left;
  width: 100%;
  height: 65px;
  margin-top: -65px;
  top: 65px;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.fixed-nav .header {
  position: fixed;
  z-index: 11;
  background: #fff;
  -webkit-transition: margin .3s ease-out;
  transition: margin .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);
}

.logo {
  float: left;
  width: 166px;
  margin-top: 4px;
}

.header-btn-box {
  float: right;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  column-gap: 10px;
  align-items: center;
  margin-top: 13px;
}

.header-btn-left {
  width: 38px;
  flex-shrink: 0;
}

.header-ph-icn {
  display: block;
  margin: 0 auto;
  width: 38px;
  max-width: 100%;
}

.header-btn-right {
  text-align: left;
}

.header-btn-text1 {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
}

.header-btn-text2 {
  font-size: 22px;
  line-height: 24px;
  color: #122546;
  font-weight: 800;
}

/*=====banner-section=====*/
.banner-section {
  float: left;
  width: 100%;
  padding: 50px 0 65px;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/banner-bg.webp) no-repeat center top;
  background-size: cover;
  min-height: 760px;
}

.banner-left {
  float: left;
  width: 60%;
  text-align: left;
}

.banner-heading {
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -1.5px;
  color: #fff;
  font-weight: 700;
  font-family: 'DM Sans';
}

.banner-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

.banner-list li {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.banner-list li:first-child {
  padding-left: 0;
}

.banner-list li:last-child {
  border-right: none;
  padding-right: 0;
}

.banner-fld-outer {
  float: left;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.banner-fld-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 10px 10px;
  border-radius: 10px;
}

.banner-fld {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 7px 10px;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border-radius: 5px;
}

.banner-fld-icn {
  width: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  flex-shrink: 0;
}

.location-icn {
  display: block;
  margin: 0 auto;
  width: 24px;
}

.banner-input-fld {
  float: left;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  font-family: 'Inter';
  border: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
  font-size: 20px;
  font-weight: bold;
}

.banner-input-fld::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.work-box .banner-input-fld::placeholder {
  font-size: 14px;
}

.bnr-submit {
  float: right;
  width: 100%;
  height: 65px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 65px;
  letter-spacing: 0.3px;
  font-weight: 800;
  background: #13b74a;
  font-family: 'Inter';
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  margin-top: 8px;
}

.bnr-submit img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: -4px 0 0 10px;
}

.banner-call-text {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 18px;
}

.banner-call-text a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.banner-call-text img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: -2px 8px 0 0;
}

/*====section====*/
.section1 {
  float: left;
  width: 100%;
  background: #f5f8fc;
  padding: 35px 0 65px;
}

.s1-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.s1-left {
  width: 41%;
}

.s1-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s1-right {
  width: 55%;
  text-align: left;
  padding-top: 35px;
}

.s1-text1 {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #a0a8b5;
  border-bottom: 1px solid #a0a8b5;
  margin-top: 20px;
  padding: 18px 0 15px;
  position: relative;
}

.s1-text1:before {
  content: "";
  position: absolute;
  left: 38px;
  top: -9px;
  width: 16px;
  height: 16px;
  background: #f5f8fc;
  border-right: 1px solid #a0a8b5;
  border-bottom: 1px solid #a0a8b5;
  transform: rotate(45deg);
}

.s1-signature-img {
  display: block;
  width: 200px;
  margin-top: 35px;
}

.s1-sign-text {
  font-size: 12px;
  line-height: 16px;
  color: #797979;
  font-family: 'DM Sans';
  margin-top: 8px;
}

.s1-sub-heading {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/*======COMMON-CSS======*/
.sub-heading {
  font-size: 20px;
  line-height: 26px;
  color: #192a44;
  font-weight: 500;
  font-family: 'DM Sans';
  margin-bottom: 25px;
}

.common-heading {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #192a44;
  font-weight: 700;
  font-family: 'DM Sans';
}

.common-text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

.s1-sub-hd-icn {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  margin: -2px 10px 0 0;
}

.button-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 400px;
  margin-top: 35px;
}

.common-button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  background: #13b74a;
  border-radius: 7px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
}

.common-button img {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin: -4px 0 0 12px;
}

/*====section2====*/
.section2 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0 70px;
}

.s2-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/s2-box-bg.webp) no-repeat center top;
  background-size: cover;
  border-radius: 15px;
  padding: 45px 35px 45px 45px;
  min-height: 427px;
}

.s2-left-box {
  float: left;
  width: 60%;
  text-align: left;
}

.s2-box .common-heading {
  line-height: 65px;
}

.s2-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 38px;
  margin: 38px auto 0;
}

.s2-col {
  width: 31.5%;
  text-align: center;
  box-shadow: 0 8px 15px 0 rgba(238, 238, 238, 0.8);
  border-radius: 10px;
  padding: 0 12px 20px;
}

.s2-col-icn {
  display: block;
  margin: -20px auto 0;
  width: 42px;
}

.s2-col-text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.s2-text1 {
  font-size: 24px;
  line-height: 32px;
  color: #192a44;
  font-weight: 700;
  font-family: 'DM Sans';
  margin-top: 50px;
}

/*====section3====*/
.section3 {
  float: left;
  width: 100%;
  background: #f3f8ff;
  padding: 60px 0 65px;
}

.work-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 45px 0 15px;
}

.work-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 0 25px 65px;
  text-align: left;
}

.work-row:last-child {
  padding-bottom: 0;
}

.work-row:before {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 1px solid #959595;
  top: 10px;
  bottom: 0;
  margin-left: -0.5px;
}

.work-img-box {
  width: 42.5%;
}

.work-img {
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  max-width: 100%;
}

.work-no-text {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #959595;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0;
}

.work-no-text.active {
  background: #13b74a;
  border: none;
  color: #fff;
}

.work-content {
  width: 44%;
  text-align: left;
}

.work-content-text1 {
  font-size: 22px;
  line-height: 28px;
  color: #192a44;
  font-weight: 700;
  font-family: 'DM Sans';
}

.work-content-text2 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-top: 25px;
}

.work-box .banner-fld-box {
  border: 1px solid #d7d7d7;
  padding: 4px;
  background: #fff;
}

.work-box .banner-fld {
  width: 61%;
  padding: 0 0 0 40px;
}

.work-box .banner-input-fld {
  font-size: 16px;
  height: 45px;
  padding-left: 0;
}

.work-box .location-icn {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  width: 17px;
}

.work-box .bnr-submit {
  width: 39%;
  height: 45px;
  font-size: 16px;
  line-height: 44px;
  margin-top: 0;
}

.work-row:last-child:after {
  content: "";
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/green-arrow.webp) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 13px;
  bottom: 0;
}


/*====section4====*/
.section4 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0 65px;
}

.s4-top-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.s4-top-row-left {
  width: 53%;
  text-align: left;
}

.s4-top-row-right {
  width: 42%;
  text-align: left;
  padding-bottom: 10px;
}

.s4-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #89cbee;
  background-size: cover;
  border-radius: 30px;
  padding: 70px 35px 0 0;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}

.s4-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 846px;
  height: 100%;
  object-fit: cover;
}

.s4-box-right {
  float: right;
  width: 100%;
  max-width: 530px;
  background: #fff;
  border-radius: 25px 25px 0 0;
  padding: 10px 30px 25px;
  position: relative;
  z-index: 1;
}

.s4-content-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.s4-content-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  column-gap: 20px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
  margin-top: 20px;
}

.s4-content-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.s4-content-left {
  width: 38px;
  flex-shrink: 0;
  padding-top: 5px;
}

.s4-icn {
  max-width: 100%;
}

.work-img {
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  max-width: 100%;
}

.s4-content-right {
  text-align: left;
  align-content: center;
}

.s4-content-text1 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.s4-text1 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  margin-top: 50px;
}

/*====section5====*/
.section5 {
  float: left;
  width: 100%;
  background: #f3f8ff;
  padding: 60px 0 65px;
}

.s5-hand-img {
  display: block;
  margin: -45px auto 0;
  width: 1171px;
}

.s5-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px auto 40px;
}

.s5-col {
  width: 33.33%;
  border-right: 1px solid #bcbec1;
  padding: 0 20px;
  text-align: left;
}

.s5-col:last-child {
  border-right: none;
}

.s5-col-header {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 12px;
  align-items: center;
  padding: 0 30px;
}

.s5-col-header-icn {
  width: 25px;
  flex-shrink: 0;
}

.s5-col-header-icn img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s5-col-heading {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 800;
}

.s5-col-text1 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  border-top: 1px solid #bcbec1;
  border-bottom: 1px solid #bcbec1;
  padding: 10px 32px;
}

.s5-col-text2 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-top: 15px;
  padding: 0 0 0 32px;
}

.s5-col:first-child .s5-col-header {
  padding-left: 0;
}

.s5-col:first-child .s5-col-text1 {
  padding-left: 0;
}

.s5-col:first-child .s5-col-text2 {
  padding-left: 0;
}

/*====section6====*/
.section6 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0 75px;
  overflow: hidden;
}

.testi-row-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1980px;
}

.testi-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
  margin: 30px auto 0;
  position: relative;
}

.testi-col {
  width: 370px !important;
  height: 100%;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 25px 25px;
  display: flex !important;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.testi-col-content {
  float: left;
  width: 100%;
  text-align: left;
}

.testi-col-text1 {
  font-size: 20px;
  line-height: 26px;
  color: #1e1e1e;
  font-weight: 700;
  font-family: 'DM Sans';
}

.testi-star {
  display: block;
  margin: 12px 0 0;
  width: 56px;
}

.testi-col-text2 {
  font-size: 16px;
  line-height: 23px;
  color: #1e1e1e;
  margin-top: 12px;
}

.testi-verify {
  float: left;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 25px auto 0;
}

.testi-verify-left {
  width: 42px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.testi-img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  max-width: 100%;
}

.testi-verify-right {
  text-align: left;
  padding-left: 15px;
}

.testi-verify-name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: 600;
}

.testi-verify-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #00b67a;
  margin-top: 2px;
}

.testi-verify-text img {
  display: inline-block !important;
  vertical-align: middle;
  width: 13px;
  margin: -2px 5px 0 0;
}


/*====section7====*/
.section7 {
  float: left;
  width: 100%;
  background: #f3f8ff;
  padding: 60px 0 0;
  overflow: hidden;
}

.s7-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 65px auto 0;
  position: relative;
}

.s7-arrow {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  top: -25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.s7-arrow img {
  width: 21px;
}

.s7-row-left {
  width: 50%;
  position: relative;
  padding: 155px 25px 80px 0;
}

.s7-row-left:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/s7-img1.webp) no-repeat right top;
  background-size: 100%;
  width: 998px;
  height: 1003px;
}

.s7-row-right {
  width: 50%;
  position: relative;
  padding: 155px 0 80px 25px;
}

.s7-row-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/s7-img2.webp) no-repeat left top;
  background-size: 100%;
  width: 1013px;
  height: 1003px;
}

.s7-col {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 40px 35px 40px;
  border-radius: 10px;
  text-align: left;
  position: relative;
}

.s7-col-heading {
  font-size: 40px;
  line-height: 47px;
  color: #ff0402;
  font-weight: 700;
  font-family: 'DM Sans';
  text-align: center;
}

.s7-col-list {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.s7-col-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  border-bottom: 1px solid #c2c2c2;
  column-gap: 15px;
  padding: 10px 5px 10px 0;
}

.s7-col-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.s7-col-list-icn {
  width: 30px;
  flex-shrink: 0;
}

.s7-list-icn {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s7-col-list-content {
  text-align: left;
  align-content: center;
}

.s7-col-list-text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.s7-col-2 .s7-col-heading {
  color: #08b23e;
}

/*====section8====*/
.section8 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0 65px;
}

.faq-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 770px;
  margin: 20px 0 20px;
}

.faq-row {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  text-align: left;
  border-radius: 15px;
  box-shadow: 0 5px 5px 0 rgba(238, 238, 238, 0.8);
  padding: 0 35px;
}

.faq-row.active {
  background: #f5f9fc;
  box-shadow: 0 5px 5px 0 rgba(238, 238, 238, 1);
}

.faq-row.active .accordion {
  font-weight: 700;
}

.accordion {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  font-family: 'DM Sans';
  padding: 20px 35px 20px 0;
  cursor: pointer;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/plus.webp) no-repeat right center;
  background-size: 13px;
}

.acdn-heading.accordion-open {
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/minus.webp) no-repeat right center;
  background-size: 13px;
}

.acdn-content {
  float: left;
  width: 100%;
  padding: 18px 0 5px;
  border-top: 2px solid #e5e6e6;
}

.acdn-content p {
  font-size: 18px;
  line-height: 25px;
  color: #181819;
  margin-bottom: 20px;
}

.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
  margin-bottom: 0.5rem;
}

.terms p {
  margin-bottom: 0.75rem;
}

.terms ol li {
    list-style: decimal;
}

/*====Footer====*/
.footer {
  float: left;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 40px 0 50px;
}

.ftr-logo {
  display: block;
  margin: 0 auto 25px;
  width: 166px;
}

.footer-txt1 {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

.footer-txt1 a {
  padding: 0 5px;
}



.reverse {
  flex-direction: row-reverse;
}

.white {
  color: #fff;
}

.semi-bold {
  font-weight: 600;
}

.margin-top0 {
  margin-top: 0;
}


.fordesk {
  display: block;
}

.fortab,
.formob {
  display: none;
}

/*=====Media-Querry=====*/


@media only screen and (max-width:1200px) {
  .container {
    width: 1004px;
  }

  .banner-heading {
    font-size: 52px;
    line-height: 58px;
  }


  .common-heading {
    font-size: 48px;
    line-height: 53px;
  }

  .s2-box .common-heading {
    line-height: 58px;
  }

  .s5-hand-img {
    max-width: 100%;
  }

  .s7-row-left {
    padding: 130px 25px 70px 0;
  }

  .s7-row-right {
    padding: 130px 0 70px 25px;
  }

  .s7-col {
    padding: 40px 30px 40px;
  }

  .s7-col-heading {
    font-size: 38px;
    line-height: 45px;
  }


  .work-box .bnr-submit {
    width: 37%;
    font-size: 14px;
  }
}


@media only screen and (max-width:1021px) {
  .container {
    width: 750px;
  }

  .fordesk {
    display: none;
  }

  .fortab {
    display: block;
  }

  .banner-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .banner-list li {
    font-size: 17px;
    line-height: 19px;
  }

  .banner-fld {
    width: 100%;
  }

  .bnr-submit {
    width: 100%;
  }

  .common-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .common-text {
    font-size: 17px;
    line-height: 25px;
  }


  .s2-box {
    min-height: 300px;
  }

  .s2-left-box {
    width: 66%;
  }

  .s2-box .common-heading {
    line-height: 48px;
  }

  .s2-col-text {
    font-size: 17px;
    line-height: 23px;
  }

  .s2-text1 {
    font-size: 22px;
    line-height: 30px;
  }

  .work-content-text2 {
    font-size: 17px;
    line-height: 24px;
  }

  .work-box .banner-fld {
    width: 100%;
  }

  .work-box .bnr-submit {
    width: 100%;
  }

  .s4-box-right {
    max-width: 480px;
  }

  .s4-content-text1 {
    font-size: 17px;
    line-height: 24px;
  }

  .s5-hand-img {
    margin: -15px auto 0;
  }

  .s5-col-header {
    padding: 0;
  }

  .s5-col-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .s5-col-text1 {
    font-size: 17px;
    line-height: 25px;
    padding: 10px 2px;
  }

  .s5-col-text2 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 12px;
    padding: 0 0 0 0;
  }

  .s6-border {
    width: 82%;
  }

  .s7-row-left {
    padding: 80px 25px 50px 0;
  }

  .s7-row-right {
    padding: 80px 0 50px 25px;
  }

  .s7-col {
    padding: 30px 30px 30px;
  }

  .s7-col-heading {
    font-size: 27px;
    line-height: 35px;
  }

  .s7-col-list-text {
    font-size: 17px;
    line-height: 24px;
  }

  .acdn-content p {
    font-size: 17px;
    line-height: 24px;
  }

  .margin-top0 {
    margin-top: 0;
  }
}


@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: 55px;
  }

  .header {
    height: 55px;
    top: 55px;
    margin-top: -55px;
  }

  .logo {
    width: 120px;
    margin-top: 5px;
  }

  .header-btn-box {
    column-gap: 4px;
    margin-top: 10px;
  }

  .header-ph-icn {
    width: 30px;
  }

  .header-btn-text1 {
    font-size: 11px;
  }

  .header-btn-text2 {
    font-size: 19px;
    line-height: 21px;
  }

  .banner-section {
    padding: 25px 0 35px;
    min-height: 500px;
    background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/banner-bg-mob.webp) no-repeat center bottom;
    background-size: cover;
  }

  .banner-left {
    width: 100%;
    text-align: center;
  }

  .banner-heading {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
  }

  .banner-list {
    margin-top: 15px;
    justify-content: center;
  }

  .banner-list li {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding: 0 8px;
  }

  .banner-fld-box {
    margin-top: 25px;
    padding: 8px 10px;
  }

  .banner-fld {
    width: 100%;
    padding: 7px 8px;
  }

  .banner-input-fld {
    height: 46px;
    font-size: 18px;
    padding-left: 15px;
  }

  .banner-input-fld::placeholder {
    font-size: 15px;
  }

  .work-box .banner-input-fld::placeholder {
    font-size: 14px;
  }

  .banner-fld-icn {
    width: 40px;
  }

  .location-icn {
    width: 19px;
  }

  .bnr-submit {
    height: 60px;
    font-size: 19px;
    line-height: 60px;
  }

  .bnr-submit img {
    width: 19px;
  }

  .banner-call-text {
    font-size: 13px;
    line-height: 19px;
    margin-top: 15px;
  }

  .banner-call-text a {
    font-size: 14px;
  }

  .section1 {
    padding: 25px 0 35px;
  }

  .s1-left {
    width: 100%;
  }

  .s1-right {
    width: 100%;
    padding-top: 0;
  }

  .s1-img {
    margin: 15px auto 0;
  }


  .sub-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .s1-sub-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .s1-sub-hd-icn {
    width: 25px;
  }

  .common-heading {
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .common-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .button-box {
    margin-top: 25px;
  }

  .common-button {
    height: 60px;
    font-size: 19px;
    line-height: 60px;
  }

  .s1-text1:before {
    top: -7px;
    width: 12px;
    height: 12px;
  }

  .s1-signature-img {
    width: 130px;
    margin-top: 25px;
  }

  .section2 {
    padding: 35px 0 35px;
  }

  .s2-box {
    padding: 25px 0 0;
    min-height: auto;
    background: #0c426d;
  }

  .s2-left-box {
    width: 100%;
    padding: 0 20px;
  }

  .s2-box .common-heading {
    line-height: 36px;
  }

  .s2-box-img-mob {
    width: 100%;
    margin: 20px auto 0;
    border-radius: 0 0 12px 12px;
  }

  .s2-row {
    padding: 0 10px;
    row-gap: 50px;
  }

  .s2-col {
    width: 100%;
    padding: 0 20px 20px;
  }

  .s2-col-text {
    font-size: 16px;
    line-height: 23px;
  }

  .s2-text1 {
    font-size: 19px;
    line-height: 26px;
    margin-top: 30px;
  }

  .section3 {
    padding: 30px 0 35px;
  }

  .work-box {
    margin: 25px 0 0;
  }

  .work-row {
    padding: 0 0 45px 45px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .work-row:before {
    left: 14px;
    margin-left: 0;
  }

  .work-img-box {
    width: 100%;
    margin-top: 20px;
  }

  .work-box .banner-fld-box {
    margin-top: 15px;
  }

  .work-img {
    border-radius: 15px;
  }

  .work-no-text {
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .work-content {
    width: 100%;
  }

  .work-content-text1 {
    font-size: 20px;
    line-height: 26px;
  }

  .work-content-text2 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
  }

  .work-row:last-child:after {
    left: 3px;
    margin-left: 0;
  }

  .section4 {
    padding: 30px 0 35px;
  }

  .s4-top-row-left {
    width: 100%;
  }

  .s4-top-row-right {
    width: 100%;
    margin-top: 15px;
  }

  .s4-box {
    background: #89cbee;
    border-radius: 15px;
    padding: 25px 15px 0;
    margin-top: 20px;
  }

  .s4-box-right {
    float: none;
    max-width: 100%;
    border-radius: 15px 15px;
    padding: 5px 15px 25px;
  }

  .s4-content-row {
    column-gap: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .s4-content-text1 {
    font-size: 16px;
    line-height: 23px;
  }

  .s4-img {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    height: auto;
  }

  .s4-text1 {
    font-size: 17px;
    line-height: 25px;
    margin-top: 30px;
  }

  .section5 {
    padding: 30px 0 35px;
  }

  .s5-hand-img {
    margin: 0 auto 0;
    max-width: none;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }

  .s5-row {
    margin: 25px auto 10px;
    row-gap: 35px;
  }

  .s5-col {
    width: 100%;
    border-right: none;
    padding: 0 0;
  }

  .s5-col-header {
    column-gap: 10px;
  }

  .s5-col-header-icn {
    width: 23px;
  }

  .s5-col-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .s5-col-text1 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 12px;
  }

  .s5-col-text2 {
    font-size: 16px;
    line-height: 23px;
  }

  .section6 {
    padding: 30px 0 45px;
  }

  .testi-row {
    margin: 10px auto 0;
    padding-left: 10px;
  }

  .testi-col {
    width: 320px !important;
    padding: 20px 20px;
    border-radius: 15px;
    margin: 0 10px;
  }

  .testi-col-text1 {
    font-size: 18px;
    line-height: 25px;
  }

  .testi-col-text2 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 12px;
  }

  .testi-verify {
    margin: 20px auto 0;
  }

  .s6-border {
    width: 75%;
    margin-top: 25px;
  }

  .section7 {
    padding: 35px 0 0;
  }

  .s7-row {
    width: calc(100% + 30px);
    margin: 25px 0 0 -15px;
  }

  .s7-row-left {
    width: 100%;
    padding: 150px 15px 35px;
    background: #000;
  }

  .s7-row-left:before {
    background-size: 100%;
    width: 100%;
    height: 845px;
  }

  .s7-row-left:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background: #fff url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/s7-arrow.webp) no-repeat center center;
    background-size: 15px;
    border-radius: 50%;
    z-index: 1;
    content: "";
  }

  .s7-row-right {
    width: 100%;
    padding: 150px 15px 35px;
    background: #000;
  }

  .s7-row-right:before {
    background-size: 100%;
    width: 100%;
    height: 845px;
  }

  .s7-arrow {
    margin-left: -18px;
    width: 36px;
    height: 36px;
    top: 50%;
    display: none;
  }

  .s7-arrow img {
    width: 15px;
  }

  .s7-col {
    padding: 20px 20px 25px;
  }

  .s7-col-heading {
    font-size: 24px;
    line-height: 31px;
  }

  .s7-col-list li {
    column-gap: 12px;
    padding: 10px 0 10px 0;
  }

  .s7-col-list-icn {
    width: 20px;
  }

  .s7-col-list-text {
    font-size: 16px;
    line-height: 23px;
  }

  .section8 {
    padding: 30px 0 35px;
  }

  .faq-box {
    margin: 5px 0 10px;
  }

  .faq-row {
    padding: 0 20px;
    margin-top: 15px;
  }

  .accordion {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 25px 15px 0;
    background-size: 11px;
  }

  .acdn-heading.accordion-open {
    background-size: 11px;
  }

  .acdn-content p {
    font-size: 16px;
    line-height: 23px;
  }

  .footer {
    padding: 25px 0 25px;
  }

  .ftr-logo {
    margin: 0 auto 20px;
    width: 120px;
  }

  .footer-txt1 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }

  .footer-txt1 a {
    padding: 0 3px;
  }

  .footer-txt2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .margin-top0 {
    margin-top: 0;
  }

  .margin-top15 {
    margin-top: 15px;
  }
}