@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --primary-blue-1: #1b71b8;
  --primary-blue-2: #1865a7;
  --blue-color-3: #244367;
  --blue-color-4: #0d385d;
  --grey-color-5: #344054;
  --grey-color-6: #667085;
  --grey-color-7: #475467;
  --grey-color-8: #657b94;
  --white: #fff;
  --dark-Blue-1: #244367;
  --dark-Blue-2: #1c3654;
  --bright-Blue-1: #1b71b8;
  --beige: #ddd8ce;
  --black: #000;
}

section {
  height: 100vh;
}
.btn {
  padding: 15px 25px;
  border-radius: 10px;
  cursor: pointer;
}
.btn-primary {
  background-color: #1b71b8;
  color: #fff;
}

.dflex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}

.col-l {
  width: 50%;
  padding: 0 100px;
}
.col-r {
  width: 50%;
  padding: 0 100px;
}
.corpInnerWrap .col-l {
  max-width: 835px;
  padding-left: 0;
}
.corpInnerWrap .col-r,
.abtInnerWrap .col-r {
  max-width: 840px;
}
.abtInnerWrap .col-l {
  max-width: 840px;
  padding-left: 0;
}
.col-l img,
.col-r img {
  width: 100%;
}
.blk1 {
  background: #244367;
  height: 100%;
}
.blk1 .banner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.quartring {
  margin: 0 0 0 0;
  width: 26%;
  position: absolute;
  top: 77px;
  left: 0;
  z-index: 0;
}
.quartring img {
  width: 100%;
}

.banner h2 {
  color: #fff;
  margin: 30% 0 20px 0;
  letter-spacing: -2px;
}
.redStarick {
  color: red;
}
.banner a {
  border: 1px solid #fff;
  background: #fff;
  color: #344054;
  display: inline-block;
  margin: 30px 0 0 0;
  font-weight: 600;
  text-decoration: none;
}
.banner .col-l {
  padding: 0 50px 0 150px;
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner .col-r {
  padding: 0;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.banner .col-r img {
  width: 90%;
}
.blk2 {
  height: 100%;
}
.blk2t {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px auto;
}
.blk2t h2 {
  color: #244367;
}
.blk2t h4 {
  text-align: center;
  width: 70%;
  margin: 10px auto 0 auto;
}
.blk3 {
  background-image: url(../../../assets/images/v2/landing/building.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.home_chinese .blk3 {
  background-image: url(../../../assets/images/v2/landing/building-chinese.jpg);
}
.blk4 {
  height: 100%;
}
.blk5 {
  background: #1b71b8;
  height: 100%;
  background-image: url(../../../assets/images/v2/landing/circleLeft.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.blk5t h2,
.blk6t h2 {
  margin: 0 0 20px 0;
  font-weight: 600;
  /*  letter-spacing: -2px;*/
  font-size: 32px;
}
.blk5c,
.blk6c {
  gap: 25px;
}
.blk5c div {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  width: 33.333%;
}
.blk5c div img.blk6c div img {
  margin: 0 0 10px 0;
}
.blk5c div h3,
.blk6c div h3 {
  margin: 10px 0 0 0;
  color: #244367;
  font-weight: 600;
}
.blk5c div p,
.blk6c div p {
  line-height: 18px;
  padding: 10px 0 0 0;
  color: #475467;
  font-weight: 400;
  font-size: 15px;
}
.blk6 {
  background: #00bf96;
  height: 100%;
  background-image: url(../../../assets/images/v2/landing/circleRight.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.blk6c {
  flex-wrap: wrap;
}
.blk6c li {
  width: 50%;
}
.blk6c li div {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.blk6c {
  gap: 0;
}
.blk6c li:nth-child(1),
.blk6c li:nth-child(3) {
  padding-right: 20px;
}
.blk6c li:nth-child(1),
.blk6c li:nth-child(2) {
  padding-bottom: 20px;
}
.blk6f {
  text-align: right;
  margin: 10px 0 0 0;
  font-weight: 400;
}
.blk6f p {
  color: #fff;
  margin: 0 0px 0 0;
}
.blk7 {
  background: #1b71b8;
  height: 100%;
  background-image: url(../../../assets/images/v2/landing/ring.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.blk8 {
  background: #244367;
  height: 100%;
}
.footer .country ul {
  margin-top: -42px !important;
  width: 150px !important;
}
.footer .lang ul {
  margin-top: -95px !important;
  width: 150px !important;
  right: 0 !important;
  left: auto !important;
}
.footer .tutorial ul li {
  border: 1px solid #26364d !important;
}
.footer .tutorial ul li ul li {
  border: none !important;
}
.mainhead {
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
}

.col-l ul li,
.col-r ul li {
  padding: 15px 0 5px 35px;
  position: relative;
}
.blk2 .col-l ul li,
.blk4 .col-r ul li {
  padding: 15px 0 15px 35px;
  position: relative;
}
.blk2 .col-r ul li::before,
.blk4 .col-l ul li::before {
  content: "";
  background-image: url(../../../assets/images/v2/landing/tick.svg);
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;
  top: 17px;
}
.blk2 .col-r {
  padding-left: 0;
}
#section1 .col-l {
  width: 50%;
  padding: 0 100px 0 130px;
}
.blk4 .col-l,
.blk2 .col-r {
  padding: 0;
}
.blk4 .col-r {
  padding: 0 0 0 100px;
}
.blk4 .col-l {
  padding: 0 100px 0 0;
}
.blk3t {
  margin: 0 auto;
  text-align: center;
}
.blk3t h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -2px;
}
.blk7 .col-l h2 {
  color: #fff;
  margin: 0 0 30px 0;
}
.blk7 .col-l p {
  color: #fff;
  font-size: 22px;
  margin: 0 0 25px 0;
}
.blk7 .col-l {
  width: 55%;
  padding: 0 100px 0 0;
}
.blk7 .col-r {
  width: 45%;
  padding: 0;
}
.copGet h1.resSuccess {
  letter-spacing: 0;
  height: 57vh;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.copGet .resSuccess {
  color: #244367;
  margin-bottom: 10px;
}
.cus-form {
  background: #fff;
  border-radius: 16px;
  padding: 48px;
}
.cus-form-inner h4 {
  text-align: center;
  font-size: 30px;
  padding: 0 0 48px 0;
  color: #244367;
  font-weight: 600;
}
.cus-form-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cus-form-field .form-group {
  width: calc(50% - 12px);
  margin: 0 0 16px 0;
}
.cus-form-field .form-group label {
  font-size: 13px;
  display: block;
  margin: 0 0 8px 0;
  color: #344054;
  font-weight: 500;
}
.cus-form-field .form-group label.error {
  color: red;
  margin: 5px 0 0 0;
}
.cus-form-field .form-group.connum label.error {
  position: absolute;
}
.cus-form-field .form-group input,
.cus-form-field .form-group select {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 11px 15px;
  width: 100%;
}
.cus-form-field .form-group.comSize select {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/v2/landing/angle-small-down.svg");
  background-position: calc(100% - 13px) center;
  background-color: transparent;
  background-size: 10px;
}
.cus-form-field .form-group input:focus-visible,
.cus-form-field .form-group select:focus-visible {
  outline: none;
}
.connum .iti.iti--inline-dropdown {
  width: 100%;
}
.cfc {
  margin: 20px 0 0 0;
}
.cfc h4 {
  font-size: 15px;
  text-align: left;
  padding: 0 0 5px 0;
  color: #344054;
  font-weight: 500;
}

.cfc ul li {
  padding: 3px 0 !important;
  color: #111111;
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
}
.cff {
  padding: 20px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.cff a,
.cff button {
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
}
.cff a img,
.cff button img {
  margin-left: 10px;
}
.home_chinese .cff button img {
  width: 21px;
}

.blk8 {
  padding: 100px 0 20px 0;
}

.f-col h3 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 15px 0;
}

.f-col ul li a {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.fcol1 {
  width: 40%;
  padding: 0 50px 0 0;
}
.fcol1 h3 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 15px 0 0 0;
}
.fcol2 {
  width: 20%;
  padding: 0 20px 0 0;
}
.fcol3 {
  width: 20%;
  padding: 0 20px 0 0;
}
.fcol4 {
  width: 20%;
}
.fcol5 {
  width: 20%;
}

.fcol5 ul li a img {
  height: 15px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 35px;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section1,
#section3 {
  background: #fff;
}
#myContainer {
  z-index: 10000000;
}

/*menu*/

.tutorial .slider {
  width: 100%;
  height: 300px;
  background-color: #f03861;
}
.tutorial .information {
  width: 100%;
  padding: 20px 50px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.tutorial .information h1 {
  color: #333;
  font-size: 1.5rem;
  padding: 0px 10px;
  border-left: 3px solid #f03861;
}
.tutorial .information h3 {
  color: #e0e0e0;
  font-size: 1rem;
  font-weight: 300;
  padding: 0px 10px;
  border-left: 3px solid #f03861;
}
.tutorial .information p {
  padding: 10px 0px;
}
.tutorial ul {
  font-size: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tutorial ul li {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  display: inline-flex;
  padding: 10px 15px;
  position: relative;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 11px;
}
.tutorial ul li img {
  height: 20px;
}
.tutorial ul li ul {
  display: none;
}
.tutorial ul li:hover {
  cursor: pointer;
  /*  background-color: #f2f2f2;*/
}
.tutorial ul li:hover ul {
  display: block;
  margin-top: 42px;
  width: 160px;
  left: 0;
  position: absolute;
  background: #fff;
  border-radius: 13px;
  top: 0 !important;
}
/*.footer .tutorial ul li:hover ul {
    display: block;
    margin-bottom: 41px!important;
    margin-top: auto;
    width: 150px;
    left: 0;
    position: absolute;
    background: #fff;
    border-radius: 13px;
    bottom: 0!important;
}*/
.lang:hover ul {
  display: block;
  margin-top: 144px;
}
.tutorial ul li ul li {
  color: #3b3b3b;
}
.tutorial ul li ul li a {
  display: flex;
  align-items: center;
}
.tutorial ul li ul li a img {
  margin: 0 10px 0 0;
  width: 20px !important;
  box-shadow: 0px 1px 3px #00000036;
  border-radius: 2px;
}
.tutorial ul li:hover ul li {
  display: block;
  /*  background-color: #e7e7e7;*/
}
.tutorial ul li:hover ul li span {
  float: right;
  /*  color: #f9f9f9;
  background-color: #f03861;*/
  padding: 2px 5px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 3px;
}

.hmr {
  display: flex;
  align-items: center;
}
.country img {
  margin: 0 10px 0 0;
  height: 20px;
}
.tutorial {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #ffffffd6;
}
.lang img {
  margin: 0 0 0 10px;
  height: 20px;
}

.fcol5 a {
  color: #fff;
  border: 1px solid #1c3654;
  border-radius: 10px;
  display: flex;
  padding: 15px 20px;
  margin: 0 0 15px 0;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.fcol5 a:hover {
  background: #1b71b8;
}
.fcol5 a img {
  margin: 0 10px 0 0;
  height: 15px;
}
.f-btm {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #1a2f48;
  padding: 22px 0 0 0;
}
.fbtml p {
  color: #ffffff5c;
  font-weight: 400;
}
.fbtmr .tutorial {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.connum {
  position: relative;
}
.connum select {
  background: #fff;
}
.input-phone {
  position: absolute;
  width: 100px;
  top: 22px;
  left: 1px;
  background: transparent;
}
#btn-country {
  padding: 12px 11px;
  border: none;
  background: transparent;
}
.connum .col-r ul li {
  padding: 0;
  position: relative;
}
.connum .col-r ul li a {
  display: block;
  padding: 9px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.phoneNumber {
  display: none;
}
#mobile_code {
  padding-left: 100px;
}
/* checkbox */

.checkbox-input,
.radio-input {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.checkbox-input input[type="checkbox"],
.radio-input input[type="radio"] {
  display: none;
}
.checkbox-input label,
.radio-input label {
  font-size: 14px;
  margin: 0;
  line-height: 17px;
  color: #344054;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-input label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #fff;
  border: solid 1px #b5b5b5;
  border-radius: 3px;
  transition: all 0.5s;
}

.checkbox-input input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  border-color: #969696;
}

.checkbox-input input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-left-color: #242424;
  border-bottom-color: #242424;
  transform: rotate(-45deg);
  border-radius: 2px;
}

/*********************************************/
.radio-input input[type="radio"]:checked + label:before {
  border-color: #8528ff;
}
.radio-input label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 2px #ddd;
}
.radio-input input[type="radio"] + label:after {
  background-color: #e222fc;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  transition: all 0.2s;
}

/* checkbox */

/*.ccb{
    border-radius: 5px;
    border: 1px solid #D0D5DD;
    padding: 10px 15px;
    width: 100%;
}
.ccb input{
    border: none !important;
    padding: 0 0 0 0 !important;
    width: auto !important;
    position: relative;
    z-index: 10;
    background: transparent;
    margin: 0 0 0 100px;
}
.ccb input:focus{
  outline: none;
}
*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.blk3t {
  width: 768px;
}
.corpInnerWrap,
.abtInnerWrap {
  width: 100%;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: transparent !important;
  height: 37px;
}
.col-r .iti__flag-container .iti__country {
  font-size: initial;
  padding: 8px;
}
@media only screen and (min-width: 1200px) {
  #section1 .col-l h2,
  #section3 .col-r h2 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1799px) {
  .blk2t {
    width: 1280px;
  }

  .blk2 .col-r ul li::before,
  .blk4 .col-l ul li::before {
    top: 20px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .copAbImg {
    height: calc(100vh - 290px);
    object-fit: cover;
    border-radius: 38px;
  }
  .cus-form-inner h4 {
    padding: 0 0 24px 0;
  }
  .cus-form {
    padding: 26px;
  }
  .col-r h2,
  .col-l h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  .container {
    padding: 55px 25px;
  }
  .banner .col-l {
    padding: 0 50px 0 50px;
  }
  .blk8 {
    padding: 0;
  }
  .copAbImg {
    height: calc(100vh - 290px);
    object-fit: cover;
    border-radius: 38px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .blk2t {
    width: 90%;
  }
  .banner .col-l {
    padding: 0 50px 0 50px;
  }
  .col-l img,
  .col-r img {
    width: 100%;
  }
  .cfc ul li {
    padding: 5px 0 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    padding: 5px 0 5px 0 !important;
  }
  #section0 .container {
    padding: 0 70px;
  }
  .container {
    padding: 55px 25px;
  }
  .banner .col-l,
  .banner .col-r,
  .blk2 .col-l,
  .blk2 .col-r,
  .blk4 .col-l,
  .blk4 .col-r,
  .blk7 .col-l,
  .blk7 .col-r {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
  .blk7 .col-l {
    width: 100% !important;
    padding: 0 59px 0 0 !important;
  }
  .fcol1 {
    padding-right: 40px !important;
  }
  .fcol1,
  .fcol2,
  .fcol3,
  .fcol4,
  .fcol5 {
    width: 100%;
    padding: 0 0 0 0;
  }
  .cff a {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
  }
  .cff a img {
    margin-left: 10px;
  }
  .blk5c div p,
  .blk6c div p {
    font-size: 15px;
    line-height: 16px;
  }
  .blk5c div h3,
  .blk6c div h3 {
    margin: 10px 0 5px 0;
    color: #475467;
    font-size: 16px;
  }
  .blk5c div img,
  .blk6c div img {
    height: 40px;
  }
  .cus-form-field .form-group,
  .f-col,
  .blk5c div,
  .blk6c div {
    width: 48%;
  }

  .cff {
    padding: 10px 0 0 0;
  }
  .cfc {
    margin: 13px 0 0 0;
  }
  .blk7 .col-l p {
    font-size: 17px;
    margin: 30px 0 0 0;
    line-height: 21px;
    letter-spacing: 0.3px;
  }
  .blk6f p {
    font-size: 12px;
  }
  .blk5t h2,
  .blk6t h2 {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  .blk3t {
    width: 100%;
  }
  .blk3t h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .blk2t {
    width: 100%;
  }
  .blk2t h2 {
    padding: 0;
  }

  .cus-form-inner h4 {
    text-align: center;
    font-size: 21px;
    padding: 0 0 16px 0;
  }
  .blk5t h2,
  .blk6t h2 {
    margin: 0 0 17px 0;
    font-size: 30px;
  }
  .blk2t p {
    font-size: 15px;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .col-l ul li,
  .col-r ul li {
    padding: 10px 0 10px 35px;
  }
  .cus-form-field .form-group label {
    font-size: 12px;
    display: block;
    color: #000000;
  }
  .cus-form-inner {
    padding: 30px 30px;
  }
  #btn-country {
    padding: 10px 9px;
  }
  .checkbox-input label,
  .radio-input label {
    font-size: 13px;
    margin: 0;
    line-height: 17px;
    color: #000000;
    display: block;
    font-weight: normal;
    cursor: pointer;
  }
  .cfc h4 {
    font-size: 13px;
    text-align: left;
    padding: 5px 0 10px 0;
  }
  .col-l h2,
  .col-r h2 {
    margin: 0 0 0 0;
  }
  .blk2t {
    margin: 0 auto 30px auto;
  }
  .blk8 {
    padding: 0;
  }
  .f-col {
    padding: 0 0 50px 0;
  }
  .f-col1 {
    padding: 0 30px 50px 0;
  }
  .fcol5 {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    flex-direction: column;
  }

  .banner h2 {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .f-btm {
    margin: 30px 0 0 0;
  }
  .banner p {
    font-size: 15px;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  /*.banner .col-r img{
  display: none;
}*/
  .quartring {
    display: none;
  }
  .blk4 .col-l {
    margin-bottom: 50px;
  }
  .menu-inner ul li a {
    font-size: 20px;
  }
  .header {
    padding: 20px 15px;
  }
  .banner {
    padding: 0 0 0 0;
  }
  .banner .col-r img {
    width: 95%;
  }
  /*.banner .dflex {
  flex-direction: column;
}*/
  .logo a img {
    height: 40px;
  }
  .hamburger_menu {
    width: 25px;
  }
  section {
    /* height: auto!important;*/
    height: auto;
  }
  .f-col ul li a {
    font-size: 13px;
  }
  .fcol5 a {
    font-size: 13px;
  }
  .blk2 .col-l {
    padding-right: 60px !important;
  }
  .blk4 .col-r {
    padding-left: 60px !important;
  }
  .blk6c div {
    width: 49%;
  }

  .fcol1 h3 {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 21px;
  }
  .banner-mob-cont {
    display: none;
    margin: 100px 0 0 0;
    background-image: url("../../../assets/images/v2/landing/banner-mob-ring.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 130px 0;
  }
  .banner-mob-cont ul li {
    padding: 12px 15px;
    background: #1b71b8;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin: 15px;
  }

  .banner-mob-cont ul li:first-child {
    background: #00bf96;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1850px) and (max-width: 1925px) {
  .copAbImg {
    height: calc(100vh - 320px);
    object-fit: cover;
    border-radius: 50px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .banner .col-l {
    padding: 0 50px 0 50px;
  }
  .blk7 .dflex {
    flex-direction: column;
  }
  .blk7 .col-l,
  .blk7 .col-r {
    width: 100% !important;
  }
  #section2 .container {
    padding: 200px 25px;
  }
  .blk7 {
    background-image: none;
  }
  .container {
    padding: 70px 25px;
  }
  .banner .col-l,
  .banner .col-r,
  .blk2 .col-l,
  .blk2 .col-r,
  .blk4 .col-l,
  .blk4 .col-r,
  .blk7 .col-l,
  .blk7 .col-r {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
  .fcol1,
  .fcol2,
  .fcol3,
  .fcol4,
  .fcol5 {
    width: 100%;
    padding: 0 0 0 0;
  }
  .blk5c div p,
  .blk6c div p {
    line-height: 23px;
    font-size: 14px;
  }
  .blk5c div h3,
  .blk6c div h3 {
    margin: 15px 0 0 0;
    color: #475467;
    font-size: 15px;
  }
  .blk5c div img,
  .blk6c div img {
    height: 40px;
  }
  .cus-form-field .form-group,
  .f-col,
  .blk5c div,
  .blk6c div {
    width: 48%;
  }

  .blk7 .col-l p {
    font-size: 19px;
    margin: 0 0 20px 0;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  .blk6f p {
    font-size: 12px;
  }
  .blk5t h2,
  .blk6t h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .blk3t {
    width: 100%;
  }
  .blk3t h2 {
    font-size: 46px;
    line-height: 57px;
  }
  .blk2t {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .blk2t h4 {
    margin: 10px auto 0 auto;
  }
  .blk2t p {
    font-size: 15px;
    width: 90%;
  }
  .col-l ul li,
  .col-r ul li {
    padding: 10px 0 5px 35px;
  }
  .col-l h2 {
    margin: 35px 0 10px 0;
  }
  .blk8 {
    padding: 0;
  }
  .f-col {
    padding: 0 0 50px 0;
  }
  .fcol5 {
    display: flex;
    gap: 10px;
  }
  .header .tutorial {
    display: none;
  }
  .banner .col-l {
    text-align: center;
    align-items: center;
    height: auto;
    padding: 0 0 !important;
  }
  .banner .col-r {
    height: auto;
    padding: 0 0 !important;
  }

  .banner p {
    font-size: 15px;
    line-height: 25px;
  }
  .banner .col-r img {
    display: none;
  }
  .quartring {
    display: none;
  }
  .blk4 .col-l {
    margin-bottom: 50px;
  }
  .menu-inner ul li a {
    font-size: 20px;
  }
  .header {
    padding: 20px 15px;
  }
  .banner .dflex {
    flex-direction: column;
  }
  .logo a img {
    height: 40px;
  }
  .hamburger_menu {
    width: 25px;
  }
  .section {
    /*height: auto!important;*/
    height: auto !important;
  }
  .f-col ul li a {
    font-size: 14px;
  }
  .fcol5 a {
    font-size: 14px;
  }
  .blk2 .col-l {
    padding-right: 60px !important;
  }
  .blk4 .col-r {
    padding-left: 60px !important;
  }
  .blk6c div {
    width: 48%;
  }
  .blk8 .dflex {
    flex-direction: column;
  }

  .banner-mob-cont {
    display: block !important;
    margin: 20px 0 0 0;
    padding: 130px 0;
    width: 100%;
  }
  .banner-mob-cont ul li {
    padding: 12px 15px;
    background: #1b71b8;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin: 15px;
  }

  .banner-mob-cont ul li:first-child {
    background: #00bf96;
    font-size: 19px;
  }

  .f-btm {
    /*    flex-direction: column-reverse!important;*/
    margin: 0 0 0 0 !important;
    align-items: flex-start;
  }
  .fbtmr {
    margin: 30px 0 0 0 !important;
  }
}
@media only screen and (max-width: 1699px) {
  .blk5c div h3,
  .blk6c div h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .blk5c div p,
  .blk6c div p {
    line-height: 22px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1399px) {
  .cus-form-inner h4 {
    padding: 0 0 22px 0;
  }
  .cus-form {
    padding: 30px;
  }
  .cfc {
    margin: 12px 0 0 0;
  }
  .blk2t {
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 1180px) {
  .corpInnerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .abtInnerWrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .bringSeam {
    padding: 200px 64px;
  }
  .copPartMed,
  .copGet {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .copHero {
    background-image: url(../../../assets/images/v2/landing/banner-mob-ring.png);
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .blk3t h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .copHero {
    padding-top: 120px;
  }

  .bringSeam {
    padding: 64px;
  }
  .copPartMed,
  .copGet {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .blk2 .dflex.compl-sec {
    flex-direction: column-reverse;
  }
  .cus-form {
    padding: 48px 24px;
  }
  .cus-form-field .form-group.connum label.error {
    position: relative;
  }
  .banner .col-l {
    padding: 0 50px 0 50px;
  }
  #section2 .container {
    padding: 100px 25px;
  }
  .blk3t {
    width: 100%;
  }
  .blk6c li {
    width: 100%;
    padding-bottom: 20px;
  }
  .blk6c li:nth-child(1),
  .blk6c li:nth-child(3) {
    padding-right: 0;
  }

  .blk5,
  .blk6 {
    height: 100%;
    background-image: url(../../../assets/images/v2/landing/ring1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .f-btm {
    /*    flex-direction: column-reverse!important;*/
    margin: 0 0 0 0 !important;
    align-items: flex-start;
  }
  .fbtmr {
    margin: 30px 0 0 0 !important;
  }
  .fp-section.fp-table,
  .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .banner .dflex,
  .blk2 .dflex,
  .blk4 .dflex,
  .blk5 .dflex,
  .blk6 .dflex,
  .blk7 .dflex,
  .footer .dflex {
    flex-direction: column;
  }
  .banner .col-l {
    height: auto;
  }
  #section0 .container {
    padding: 70px 0 30px 0;
  }
  .container {
    padding: 70px 10px;
  }
  .banner .col-l,
  .banner .col-r,
  .blk2 .col-l,
  .blk2 .col-r,
  .blk4 .col-l,
  .blk4 .col-r,
  .blk7 .col-l,
  .blk7 .col-r {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
  .blk7 .col-r {
    width: 100% !important;
    padding: 15px 0 0 0 !important;
  }
  .fcol1,
  .fcol2,
  .fcol3,
  .fcol4,
  .fcol5 {
    width: 100%;
    padding: 0 0 0 0;
  }
  .blk5c div p,
  .blk6c div p {
    line-height: 23px;
    font-size: 17px;
  }
  .blk5c div h3,
  .blk6c div h3 {
    margin: 15px 0 0 0;
    color: #244367;
    font-size: 19px;
  }
  .blk5c div img,
  .blk6c div img {
    height: 45px;
  }
  .cus-form-field .form-group,
  .f-col,
  .blk5c div,
  .blk6c div {
    width: 100%;
  }
  .blk5c {
    gap: 0;
  }
  .blk5c div {
    margin-bottom: 20px;
  }

  .blk7 .col-l p {
    font-size: 17px;
    margin: 0px 0 10px 0;
    line-height: 25px;
  }
  .blk7 .col-l h2 {
    margin: 0 0 20px 0;
  }

  .blk6f p {
    font-size: 15px;
    text-align: center;
  }
  .blk5t h2,
  .blk6t h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
  }
  .blk3t {
    width: 100%;
  }
  .blk3t h2 {
    font-size: 46px;
    line-height: 57px;
  }
  .blk2t {
    width: 100%;
  }

  .blk2t h4 {
    width: 95%;
  }
  .col-l ul li,
  .col-r ul li {
    padding: 15px 0 5px 35px;
  }
  .col-l h2 {
    margin: 0 0 10px 0;
  }
  .blk8 {
    padding: 0;
  }
  .f-col {
    padding: 0 0 50px 0;
  }
  .fcol5 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .fbtml p {
    font-size: 14px;
  }
  .header .tutorial {
    display: none;
  }

  .banner .col-l {
    text-align: center;
    align-items: center;
    height: auto;
    padding: 50px 10px 20px 10px !important;
  }
  .banner .col-r {
    height: auto;
    padding: 0 0 !important;
  }

  .banner p {
    font-size: 17px;
    line-height: 28px;
  }
  .banner .col-r img {
    display: none;
  }
  .quartring {
    display: none;
  }
  .blk2 .col-r {
    margin-top: 50px;
  }
  .blk2 .compl-sec .col-r {
    margin-top: 0;
  }
  .blk4 .col-l {
    margin-bottom: 50px;
  }
  .blk2 .compl-sec {
    padding-bottom: 48px;
  }
  .menu-inner ul li a {
    font-size: 20px;
  }
  .header {
    padding: 20px 15px;
  }
  .logo a img {
    height: 40px;
  }
  section {
    height: auto;
  }
  .bringSeam {
    padding: 30px;
  }
  .f-col ul li a {
    font-size: 14px;
  }
  .fcol5 a {
    font-size: 14px;
  }
  .banner-mob-cont {
    display: block !important;
    margin: 0 0 0 0;
    padding: 130px 0;
    width: 100%;
  }
  .banner-mob-cont ul li {
    padding: 12px 15px;
    background: #1b71b8;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    margin: 15px;
  }

  .banner-mob-cont ul li:first-child {
    background: #00bf96;
    font-size: 19px;
  }
  .col-l img,
  .col-r img {
    width: 100%;
  }
  .blk7 {
    background-image: none;
  }
}
@media only screen and (min-width: 1700px) {
  .blk5c div h3,
  .blk6c div h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .blk5c div p,
  .blk6c div p {
    line-height: 24px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1980px) {
  .copHero .banner h2 {
    margin: 0 0 1vw 0;
  }
  .banner .col-l {
    justify-content: flex-end;
    padding: 0 0 5vw 0;
  }
}
