/*Main Css */
::-moz-selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #2AF 0%, #1AD882 100%);
}

::-webkit-scrollbar-thumb:horizontal {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #2AF 0%, #1AD882 100%);
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

body {
  font-family: "SF Pro Display";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #e00000;
  text-decoration: none;
}

p,
a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

p {
  line-height: 26px;
  display: block;
}

span {
  display: inline-block;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button::before,
.slick-dots li button::after {
  display: none;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

span.arrows {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #f7f7f7;
  color: #696969;
}

span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "SF Pro Display";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

.fg-33 {
  color: #333 !important;
}

.bg-e75 {
  background: #E7F5FF !important;
}

.bg-f34 {
  background: #FFF3F4 !important;
}

.w-150 {
  width: 150% !important;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

.btnGroup {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.mn-btn a, .mn-btn .btn0 {
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 90px;
  background-color: #1AD882;
  border: 1px solid transparent;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
.mn-btn a:hover, .mn-btn .btn0:hover {
  transform: scale(1.05);
}
.mn-btn a.btn1, .mn-btn .btn0.btn1 {
  background-color: #fff;
}
.mn-btn a.btn1 .icon svg, .mn-btn .btn0.btn1 .icon svg {
  max-height: 1em;
  width: auto;
}
.mn-btn a.btn2, .mn-btn .btn0.btn2 {
  color: #fff;
  padding: 20px 30px;
  background: linear-gradient(90deg, #2AF 0%, #1AD882 100%);
}
.mn-btn a.btn3, .mn-btn .btn0.btn3 {
  padding: 5px 31px;
  border-color: #000;
  background-color: #fff;
}
.mn-btn a.btn4, .mn-btn .btn0.btn4 {
  color: #fff;
  padding: 20px 70px;
  background: linear-gradient(90deg, #2AF 0%, #1AD882 100%);
}

.mn-hd p {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
.mn-hd p.fs20 {
  font-size: 20px;
}
.mn-hd p.fs22 {
  font-size: 22px;
}
.mn-hd p.fs24 {
  font-size: 24px;
}

.mn-tagGroup {
  display: flex;
  align-items: center;
  gap: 13px;
}

.mn-tag {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.fs-sm {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.88px;
}

.fs-sm1 {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.96px;
}

.fs-md {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
}

.fs-md1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.13;
}

.fs-lg {
  color: #1E1E1E;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.05;
}

.sec-pad {
  padding-top: 95px;
  padding-bottom: 95px;
}

.sec-padT {
  padding-top: 95px;
}

.sec-padB {
  padding-bottom: 95px;
}

.sec-pad-full {
  padding-top: 95px;
  padding-bottom: 95px;
}

.sec-padT-full {
  padding-top: 95px;
}

.sec-padB-full {
  padding-bottom: 95px;
}

.sec-mar {
  margin-top: 95px;
  margin-bottom: 95px;
}

.sec-marT {
  margin-top: 95px;
}

.sec-marB {
  margin-bottom: 95px;
}

.hd-pad {
  padding-bottom: 60px;
}

.padX5 {
  padding-right: 5%;
  padding-left: 5%;
}

.padX8 {
  padding-right: 8%;
  padding-left: 8%;
}

.padX8 {
  padding-right: 8%;
  padding-left: 8%;
}

.padX10 {
  padding-right: 10%;
  padding-left: 10%;
}

.padX12 {
  padding-right: 12%;
  padding-left: 12%;
}

.padX15 {
  padding-right: 15%;
  padding-left: 15%;
}

.padX18 {
  padding-right: 18%;
  padding-left: 18%;
}

.padX20 {
  padding-right: 20%;
  padding-left: 20%;
}

.padX22 {
  padding-right: 22%;
  padding-left: 22%;
}

.padX25 {
  padding-right: 25%;
  padding-left: 25%;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt45 {
  padding-top: 45px;
}

/* header CSS */
header {
  transition: all 0.4s ease-In-out;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.top-header {
  background-color: #fff;
  padding: 17px 0;
  text-align: center;
}
.top-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.top-header p a {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header p a i {
  font-size: 1.1em;
  line-height: 1;
  color: #fd4c16;
}
.top-header p a:hover {
  color: #fd4c16;
  gap: 5px;
}

.main-header {
  max-width: 2250px;
  margin: auto;
  padding: 10px 40px;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.menu li {
  margin-top: 20px;
  padding-bottom: 20px;
}
.menu li > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.menu li a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.menu li:hover a, .menu li.active a {
  color: #1887c5;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 30px;
    opacity: 1;
  }
}
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 350px;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: left;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #fff;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

.header-action ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-action .headerTel a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.header-action .headerTel a .fas {
  transform: rotate(90deg);
}
.header-action .headerTel a:hover {
  color: #2AF;
}
.header-action .headerBtn a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 21px;
  border-radius: 90px;
  background: #FFF;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; /* 120% */
  letter-spacing: 0.8px;
}
.header-action .headerBtn a:hover {
  transform: scale(1.05);
}

@media (max-width: 1660px) {
  .header-action ul {
    gap: 15px;
  }
  .header-action .headerTel a {
    gap: 8px;
    font-size: 18px;
  }
  .header-action .headerBtn a {
    gap: 8px;
    padding: 12px 15px;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1399px) {
  .header-action ul {
    gap: 10px;
  }
  .header-action .headerTel a {
    gap: 8px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-header {
    display: none;
  }
  .main-header .row {
    flex-direction: column-reverse;
    row-gap: 3px;
  }
  .header-action ul {
    justify-content: flex-start !important;
  }
  .main-header .col-md-2.text-left {
    text-align: center !important;
    padding-top: 5px;
  }
  header .logo img {
    width: 150px;
  }
  .menu-Bar {
    display: block;
    top: 14px;
    bottom: auto;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, #2af 0%, #1ad882 100%);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
    padding: 50px 20px 20px 20px;
  }
  ul.menu li {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
  }
  .container {
    position: relative;
  }
  header .header-top {
    display: none;
  }
  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }
  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .menu {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    flex-direction: column;
    width: 100%;
  }
  .menu li > span {
    width: 100%;
    justify-content: space-between;
  }
  ul.dropdown {
    position: relative;
    width: 100%;
    background: rgba(64, 38, 38, 0);
    padding: 5px 0 5px 10px;
    text-align: left;
    border-radius: 2px;
    box-shadow: none;
    opacity: 1;
    animation: none !important;
    display: none;
    border-left: 1px solid #fff;
  }
  ul.dropdown li {
    padding-bottom: 10px;
  }
  ul.dropdown li.last {
    padding-bottom: 0;
  }
  ul.dropdown li a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
  }
}
footer {
  padding-top: 85px;
  padding-bottom: 40px;
  background-color: #000000;
  color: #FFF;
}
footer .footerMainMenu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footerMainMenu li h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}
footer .footerMainMenu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
footer .footerMainMenu li a:hover {
  color: #12A463;
}
footer .footer-left-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 55px;
  padding-right: 30px;
}
footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 10px;
}
footer .footer-bottom .footer-centerCont {
  text-align: center;
}
footer .footer-bottom .footer-centerCont h6 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
footer .footer-bottom .footer-cta {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-bottom .footer-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
footer .footer-bottom .footer-cta a:hover {
  color: #12A463;
}
footer .footer-bottom .footer-cta a span {
  width: 50px;
}
footer .footer-bottom .footer-cta a em {
  font-weight: 400;
}

.copyright {
  background-color: #2a2b2c;
  padding: 15px 0;
}
.copyright .copyright-cont {
  text-align: center;
}
.copyright .copyright-cont p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.copyright .copyright-cont p a {
  color: #999;
  font-size: 1em;
  font-weight: 700;
  line-height: inherit;
}
.copyright .copyright-cont p a:hover {
  color: #fff;
}
.copyright .copyright-cont p a.udLine {
  text-decoration: underline;
}
.copyright .copyright-socail ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.copyright .copyright-socail ul li a {
  color: #a5a5a5;
}
.copyright .copyright-socail ul li a:hover {
  color: #fff;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 250px 0 100px;
}
.mainBanner.seoBanner .mainBanner-cont {
  margin-bottom: 0;
}
.mainBanner .mainBanner-cont {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 2px solid #fff;
}
.mainBanner .mainBanner-cont h1 {
  color: #fff;
  font-size: 66px;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 25px;
}
.mainBanner .mainBanner-cont h1 b {
  font-weight: 700;
}
.mainBanner .mainBanner-cont h1 span {
  font-weight: 700;
  background: linear-gradient(90deg, #1ad882 0%, #2af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainBanner .mainBanner-cont p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
.mainBanner .mainBanner-cont p.fs20 {
  font-size: 20px;
}
.mainBanner .mainBanner-cont ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 0;
}
.mainBanner .mainBanner-cont ul li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.mainBanner .mn-btn a {
  padding: 20px 45px;
}
.mainBanner .mainBanner-right {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainBanner .mainBanner-right .mbr-card {
  width: 290px;
  height: 290px;
  position: absolute;
  display: inline-flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  border-radius: 50%;
  background: linear-gradient(45deg, #207de9 17.76%, #57a5ff 79.46%);
  margin: auto;
  text-align: center;
}
.mainBanner .mainBanner-right .mbr-card.v1 {
  top: -50px;
}
.mainBanner .mainBanner-right .mbr-card.v2 {
  top: 80px;
  right: 20px;
  width: 330px;
  height: 330px;
  background: none;
  background-color: #fff;
}
.mainBanner .mainBanner-right .mbr-card.v2 h3 {
  background: linear-gradient(90deg, #1ad882 0%, #2af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainBanner .mainBanner-right .mbr-card.v2 span {
  color: #000;
}
.mainBanner .mainBanner-right .mbr-card.v3 {
  width: 260px;
  height: 260px;
  top: 70%;
  left: -20px;
  background: var(--Brand-Color, linear-gradient(90deg, #2af 0%, #1ad882 100%));
}
.mainBanner .mainBanner-right .mbr-card h3 {
  color: #fff;
  font-size: 88px;
  font-weight: 700;
  line-height: 0.8;
}
.mainBanner .mainBanner-right .mbr-card p {
  font-weight: 400;
  color: #000;
  text-shadow: 0px 1px 2.9px rgba(255, 255, 255, 0.25);
  font-size: 30px;
  line-height: 1.2;
}
.mainBanner .mainBanner-right .mbr-card span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.mainBanner .mainBanner-bottom {
  padding-top: 55px;
}
.mainBanner .mainBanner-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.mainBanner .mainBanner-bottom ul li img {
  max-width: 100%;
}
.mainBanner .mainBanner-rating {
  padding-top: 30px;
  padding-right: 60px;
}

.topSection {
  background-color: #f4f4f4;
  padding: 25px 0;
}
.topSection .topSec-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topSection .topSec-card .icon {
  flex-shrink: 0;
}
.topSection .topSec-card .cont p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

.hsec1-cont {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hsec2-card {
  border: 1px solid #838383;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hsec2-card .cont {
  display: flex;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  border-radius: 30px;
  text-align: center;
}
.hsec2-card .cont .fs-lg {
  padding-bottom: 30px;
}
.hsec2-card .img {
  font-size: 0;
  margin-bottom: -5px;
}

.hsec2-bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 55px;
  justify-content: center;
}

.homeSection3 {
  background-image: url(../images/hsec3/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hsec3-cont {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-right: 60px;
}

.hsec3-right {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.hsec3-card {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0 12.5px;
  flex: 0 0 33.33%;
}
.hsec3-card .hsec3-bar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hsec3-card .hsec3-bar span {
  width: 100%;
  position: relative;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hsec3-card .hsec3-bar span em {
  width: 80%;
  height: 5px;
  background-color: #1ad882;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.hsec3-card .hsec3-cardCont p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.hsec3-card .hsec3-cardCont p u {
  text-decoration: underline;
  text-decoration-line: underline;
}

.hsec4-main .row {
  row-gap: 30px;
}

.hsec4-card {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 33px;
  align-self: stretch;
  background: #fff;
  box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.15);
}
.hsec4-card .hsec4-cardTop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hsec4-card .hsec4-cardTop .icon {
  flex-shrink: 0;
}
.hsec4-card .hsec4-cardFoot ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin: 0 -15px;
}
.hsec4-card .hsec4-cardFoot ul li {
  flex: 0 0 50%;
  padding: 0 15px;
  display: flex;
  gap: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.hsec4-card .hsec4-cardFoot ul li i {
  color: #1ad882;
}

.supportSec-nav ul {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
  width: 100%;
}
.supportSec-nav ul li {
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.supportSec-nav ul li.current span {
  background-color: #1ad882;
  color: #fff;
}
.supportSec-nav ul li span {
  border-radius: 5px;
  background: #ebebeb;
  padding: 18px;
  gap: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.supportSec-main ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}
.supportSec-main ul li {
  padding: 0 15px;
  flex: 0 0 20%;
}
.supportSec-main ul li .supportSec-card {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
  flex-shrink: 0;
  padding: 20px 0;
}
.supportSec-main ul li .supportSec-card span {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.hsec5-main .row {
  row-gap: 55px;
}

.hsec5-cont {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.hsec5-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.homeSection6 {
  background-image: url(../images/hsec6/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0;
}
.homeSection6 .hsec6-cont {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.caseSec-main .row {
  row-gap: 32px;
}

.caseSec-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 40px;
}
.caseSec-card .img {
  flex-shrink: 0;
  height: 360px;
  position: relative;
}
.caseSec-card .img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.caseSec-card .img .mn-tagGroup {
  position: absolute;
  right: 35px;
  bottom: 45px;
}
.caseSec-card .cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.caseSec-cardFull {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.caseSec-cardFull .cont {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.caseSec-cardFull .cont .mn-tag {
  background-color: #d3d3d3;
  color: #000;
}
.caseSec-cardFull .cont .fs-lg span {
  font-size: 0.8em;
}
.caseSec-cardFull .img {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding-left: 24px;
}

.trustedSection {
  position: relative;
}
.trustedSection .trustedSec-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}
.trustedSection .trustedSec-cont .btnGroup {
  padding-top: 15px;
}

.testiSec-main .row {
  row-gap: 24px;
}

.testimonialSection {
  background-color: #f5f4f4;
}

.testiSec-card {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  border-radius: 15px;
  background: #fff;
}
.testiSec-card .testiSec-cardHead {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.testiSec-card .testiSec-cardHead h6 {
  padding-bottom: 24px;
  border-bottom: 1px solid #c1c1c1;
}
.testiSec-card .testiSec-cardFoot {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testiSec-card .testiSec-cardFoot .profile {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.testiSec-card .testiSec-cardFoot .cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.testiSec-card .testiSec-cardFoot .cont h6 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.testiSec-card .testiSec-cardFoot .cont span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.testiSec-card .testiSec-cardFoot .cont span b {
  font-weight: 700;
}

.faqSec-hd p {
  line-height: 1.2;
  padding-top: 24px;
}
.faqSec-hd p a {
  font-size: 1em;
  background: linear-gradient(90deg, #2af 0%, #1ad882 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  position: relative;
}
.faqSec-hd p a::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, #2af 0%, #1ad882 100%);
  transition: all 0.4s ease-in-out;
}
.faqSec-hd p a:hover::after {
  width: 100%;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion li {
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding: 10px 0;
}
.accordion li.active .acc_title {
  background-color: #fff;
}
.accordion li.active i {
  transform: rotate(180deg);
}
.accordion li.active i:before {
  content: "\f068";
}
.accordion li .acc_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  color: #303a42;
  padding-right: 30px;
  background-color: #f4f4f4;
  padding: 20px 30px 24px 30px;
}
.accordion li .acc_title i {
  color: #000;
  font-size: 1em;
  transition: 0.35s ease-out;
  font-weight: 100;
}
.accordion li .acc_desc {
  padding: 0 30px 10px;
}
.accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
  color: #303a42;
}
.accordion li .acc_desc p b {
  font-weight: 700;
}
.accordion li .acc_desc ul li {
  background-color: #fff;
  border-bottom: 0px solid transparent;
  color: #a3a3a3;
  border-top: 0px solid transparent;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  padding-left: 15px;
}

.contactSec-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactSec-left ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
.contactSec-left ul li {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
}
.contactSec-left ul li.last::after {
  display: none;
}
.contactSec-left ul li:after {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: calc(100% + 15px);
  left: 30px;
}
.contactSec-left ul li .count {
  flex-shrink: 0;
}
.contactSec-left ul li .count span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 20px;
  font-weight: 510;
  line-height: 1.2; /* 250% */
}
.contactSec-left ul li p {
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.contactSec-left ol {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contactSec-right {
  background: #f4f4f4;
  padding: 34px;
}
.contactSec-right .fs-md1 {
  padding-right: 80px;
  padding-bottom: 35px;
}
.contactSec-right .contactSec-formFeild {
  padding-bottom: 45px;
}
.contactSec-right .contactSec-formFeild input,
.contactSec-right .contactSec-formFeild select,
.contactSec-right .contactSec-formFeild textarea {
  border-bottom: 1px solid #333;
  padding: 0px 10px 20px 0;
  width: 100%;
}
.contactSec-right .contactSec-formattachBtn {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 35px;
}
.contactSec-right .contactSec-formattachBtn .attachBtn {
  flex-shrink: 0;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 13px;
  border-radius: 5px;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.contactSec-right .contactSec-formattachBtn .attachBtn:hover {
  transform: scale(1.05);
}
.contactSec-right .contactSec-formattachBtn p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.contactSec-right .contactSec-formBtn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contactSec-right .contactSec-formBtn p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.contactSec-right .contactSec-formBtn p a {
  font-size: 1em;
  text-decoration: underline;
  color: inherit;
  line-height: inherit;
}
.contactSec-right .contactSec-formBtn p a:hover {
  color: #1e1e1e;
}
.contactSec-right .contactSec-formBtn button,
.contactSec-right .contactSec-formBtn input {
  flex-shrink: 0;
  flex-grow: 0;
  transition: all 0.4s ease-in-out;
  flex-wrap: 0;
  text-wrap: nowrap;
  padding: 18px 30px;
}

.hsec2-main .row {
  row-gap: 20px;
}

.hsec2-card2 {
  border: 1px solid #e8e8e8;
  background: #fff;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.hsec2-card2.v2 .hsec2-card2Head {
  padding: 0;
  gap: 0;
}
.hsec2-card2.v2 .hsec2-card2Head .img {
  width: 100%;
}
.hsec2-card2.v2 .hsec2-card2Head .img img {
  width: 100%;
}
.hsec2-card2.v2 .hsec2-card2Head .cont {
  padding: 20px;
}
.hsec2-card2Head {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  border-bottom: 1px solid #ebebeb;
  height: 100%;
}
.hsec2-card2Head .fs-sm1 {
  line-height: 1.1;
}
.hsec2-card2Head p {
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 10px;
}
.hsec2-card2Foot {
  padding: 25px;
  background: #fffdf6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hsec2-card2Foot span {
  padding: 7px 10px;
  border-radius: 31px;
  border: 1px solid #556170;
  background: #fff;
  color: #213147;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; /* 0% */
}

.innerSection1 {
  background-color: #f5f4f4;
}

.innerSec1-card {
  background: #fff;
  box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
  height: 100%;
}
.innerSec1-card .innerSec1-cardHead {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.innerSec1-card .innerSec1-cardBody ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.innerSec1-card .innerSec1-cardBody ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.innerSec1-card .innerSec1-cardBody ul li .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  padding-top: 2px;
}
.innerSec1-card .innerSec1-cardBody ul li .icon svg {
  width: 100%;
  height: auto;
}

.testimonialInnerSection .testiSec-card {
  border-radius: 15px;
  border: 1px solid #c1c1c1;
  background: #fff;
}

.innerSection2 {
  background-color: #020303;
}
.innerSection2 .innerSec2-main .row {
  row-gap: 24px;
}
.innerSection2 .innerSec2-card {
  width: 100%;
}
.innerSection2 .innerSec2-card a {
  width: 100%;
}
.innerSection2 .innerSec2-card a img {
  width: 100%;
}

.homeSection5 {
  background-color: #f5f4f4;
}

/* Custom CSS Styling */
@media (max-width: 1399px) {
  .mainBanner .mainBanner-cont h1 {
    font-size: 50px;
    padding-bottom: 15px;
  }
  .mainBanner .mainBanner-cont p {
    font-size: 22px;
    letter-spacing: 0;
  }
  .mainBanner .mainBanner-cont {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .btnGroup {
    gap: 15px;
  }
  .mainBanner .mn-btn a {
    padding: 15px 25px;
  }
  .mn-btn a,
  .mn-btn .btn0 {
    padding: 15px;
    gap: 8px;
    font-size: 16px;
  }
  .mn-btn a .icon img,
  .mn-btn .btn0 .icon img {
    height: 2.5em;
  }
  .hsec1-cont {
    padding-right: 0px;
    gap: 20px;
  }
  .fs-lg {
    font-size: 45px;
  }
  .sec-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-padT {
    padding-top: 50px;
  }
  .sec-padB {
    padding-bottom: 50px;
  }
  .sec-pad-full {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-padT-full {
    padding-top: 50px;
  }
  .sec-padB-full {
    padding-bottom: 50px;
  }
  .sec-mar {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sec-marT {
    margin-top: 50px;
  }
  .sec-marB {
    margin-bottom: 50px;
  }
  .hd-pad {
    padding-bottom: 40px;
  }
  .hsec2-card .cont .fs-lg {
    padding-bottom: 15px;
  }
  .hsec2-card .cont {
    padding: 30px 20px;
    gap: 20px;
    border-radius: 0px;
  }
  .hsec2-card {
    border-radius: 10px;
  }
  .hsec3-cont {
    gap: 30px;
    padding-right: 10px;
  }
  .fs-sm1 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .hsec3-card {
    gap: 20px;
    padding: 0 10px;
    flex: 0 0 33.33%;
  }
  .hsec3-card .hsec3-cardCont p {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  .mn-btn a.btn4,
  .mn-btn .btn0.btn4 {
    padding: 15px 40px;
  }
  .hsec4-card {
    padding: 20px 25px;
    gap: 20px;
  }
  .mn-hd p {
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 16px;
  }
  .mn-hd p.fs20 {
    font-size: 18px;
  }
  .mn-hd p.fs22 {
    font-size: 20px;
  }
  .mn-hd p.fs24 {
    font-size: 22px;
  }
  .fs-md {
    font-size: 24px;
    line-height: 1.1;
  }
  .hsec4-card .hsec4-cardFoot ul {
    margin: 0 -12px;
  }
  .hsec4-card .hsec4-cardFoot ul li {
    padding: 0 12px;
    gap: 10px;
    font-size: 16px;
  }
  .hsec4-card .hsec4-cardTop .icon {
    width: 50px;
    margin-left: 10px;
  }
  .supportSec-nav ul {
    margin: 0 -10px;
    justify-content: center;
  }
  .supportSec-nav ul li {
    padding: 0 10px;
  }
  .supportSec-nav ul li span {
    padding: 10px;
    gap: 10px;
    font-size: 16px;
  }
  .supportSec-main ul li .supportSec-card {
    gap: 20px;
    padding: 15px;
  }
  .hsec5-cont {
    gap: 20px;
  }
  .hsec5-card {
    gap: 12px;
  }
  .hsec5-main .row {
    row-gap: 35px;
  }
  .homeSection6 .hsec6-cont {
    gap: 20px;
  }
  .padX15 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .homeSection6 {
    padding: 120px 0;
  }
  .caseSec-card {
    gap: 25px;
  }
  .caseSec-card .cont {
    gap: 12px;
  }
  .mn-tag {
    padding: 8px 15px;
    gap: 10px;
    font-size: 12px;
  }
  .mn-tagGroup {
    gap: 10px;
  }
  .caseSec-card .img .mn-tagGroup {
    right: 20px;
    bottom: 20px;
  }
  .testiSec-card .testiSec-cardHead h6 {
    padding-bottom: 20px;
  }
  .testiSec-card .testiSec-cardHead {
    gap: 15px;
  }
  .testiSec-card {
    padding: 20px;
    gap: 15px;
    border-radius: 10px;
  }
  .fs-md1 {
    font-size: 32px;
  }
  .contactSec-left ul {
    gap: 40px;
  }
  .contactSec-left ul li:after {
    height: 25px;
    top: calc(100% + 10px);
    left: 20px;
  }
  .contactSec-left ul li .count span {
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
  }
  .mainBanner .mainBanner-right .mbr-card {
    width: 200px;
    height: 200px;
    padding: 30px;
  }
  .mainBanner .mainBanner-right .mbr-card h3 {
    font-size: 45px;
  }
  .mainBanner .mainBanner-right .mbr-card p {
    font-size: 20px;
  }
  .mainBanner .mainBanner-right .mbr-card span {
    font-size: 14px;
  }
  .mainBanner .mainBanner-right .mbr-card.v3 {
    width: 210px;
    height: 210px;
    top: 50%;
  }
  .mainBanner .mainBanner-right .mbr-card.v2 {
    top: 50px;
    right: 110px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .main-header {
    padding: 10px 0px;
  }
  .mainBanner {
    padding: 180px 0 60px;
  }
  .top-header {
    padding: 10px 0;
  }
  .top-header p {
    gap: 20px;
    font-size: 14px;
  }
  .header-action ul {
    justify-content: flex-end;
  }
  .header-action .last,
  .header-action .searchBtn {
    display: none;
  }
  .menu {
    gap: 12px;
  }
  .menu li > span {
    gap: 0px;
  }
  .header-action .headerBtn a {
    padding: 10px 15px;
  }
  .topSection .topSec-card .cont p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .topSection .topSec-card {
    gap: 10px;
  }
  .mn-btn a.btn2,
  .mn-btn .btn0.btn2 {
    padding: 15px 20px;
  }
  .btnGroup {
    gap: 10px;
  }
  .mn-btn a.btn3,
  .mn-btn .btn0.btn3 {
    padding: 5px 20px;
  }
  .mn-btn a .icon img,
  .mn-btn .btn0 .icon img {
    height: 2em;
  }
  .sec-pad {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sec-padT {
    padding-top: 35px;
  }
  .sec-padB {
    padding-bottom: 35px;
  }
  .sec-pad-full {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sec-padT-full {
    padding-top: 35px;
  }
  .sec-padB-full {
    padding-bottom: 35px;
  }
  .sec-mar {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sec-marT {
    margin-top: 35px;
  }
  .sec-marB {
    margin-bottom: 35px;
  }
  .hd-pad {
    padding-bottom: 25px;
  }
  .mn-hd p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .mn-hd p.fs20 {
    font-size: 16px;
  }
  .mn-hd p.fs22 {
    font-size: 17px;
  }
  .mn-hd p.fs24 {
    font-size: 18px;
  }
  .fs-sm {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .fs-sm1 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  .fs-md {
    font-size: 22px;
    line-height: 1.1;
  }
  .fs-md1 {
    font-size: 26px;
    line-height: 1.1;
  }
  .fs-lg {
    font-size: 32px;
    line-height: 1;
  }
  .mn-btn a,
  .mn-btn .btn0 {
    gap: 7px;
    font-size: 14px;
  }
  .supportSec-nav ul li span {
    font-size: 14px;
  }
  footer .footerMainMenu li h6 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  footer .footerMainMenu li a {
    font-size: 14px;
    line-height: 1;
  }
  footer .footer-bottom .footer-centerCont h6 {
    font-size: 22px;
  }
  .mainBanner .mainBanner-right .mbr-card.v2 {
    right: 0px;
  }
  .mainBanner .mainBanner-right .mbr-card.v1 {
    top: -30px;
    left: 10px;
  }
  .mainBanner .mainBanner-right .mbr-card.v3 {
    top: 48%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .menu li a {
    font-size: 12px;
    line-height: 1.2;
  }
  .menu li {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .header-action .headerTel a {
    gap: 5px;
    font-size: 12px;
  }
  .header-action .headerBtn a {
    padding: 5px 12px;
    font-size: 14px;
    gap: 5px;
  }
  .header-action .headerBtn a .icon svg {
    width: 0.5em;
    height: 0.6em;
    margin-top: -2px;
  }
  .mainBanner {
    padding: 150px 0 40px;
  }
  .mainBanner .mainBanner-cont h1 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .mainBanner .mainBanner-cont p {
    font-size: 16px;
  }
  .mainBanner .mainBanner-cont {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .topSection .topSec-card {
    gap: 2px;
    flex-direction: column;
    text-align: center;
  }
  .mn-btn a,
  .mn-btn .btn0 {
    padding: 10px;
    gap: 10px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
  .mn-btn a.btn1 .icon svg,
  .mn-btn .btn0.btn1 .icon svg {
    max-height: 1em;
    width: auto;
  }
  .mn-btn a.btn2,
  .mn-btn .btn0.btn2 {
    padding: 10px 10px;
  }
  .mn-btn a.btn3,
  .mn-btn .btn0.btn3 {
    padding: 3px 10px;
  }
  .mn-btn a.btn4,
  .mn-btn .btn0.btn4 {
    padding: 10px 20px;
  }
  .hsec2-bottom ul {
    gap: 15px 25px;
  }
  .hsec3-cont {
    gap: 15px;
    padding-right: 0px;
  }
  .hsec3-card {
    gap: 10px;
    padding: 0 0px;
    flex: 0 0 100%;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  br {
    display: none;
  }
  .hsec3-card .hsec3-bar {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .hsec4-card .hsec4-cardFoot ul li {
    padding: 0 0px;
    gap: 10px;
    font-size: 14px;
    flex: 0 0 100%;
  }
  .hsec4-card .hsec4-cardFoot ul {
    margin: 0 0px;
    row-gap: 8px;
  }
  .hsec4-card {
    padding: 15px 15px;
    gap: 10px;
  }
  .hsec4-main .row {
    row-gap: 24px;
  }
  .supportSec-main ul li {
    padding: 0px 5px;
    flex: 0 0 20%;
  }
  .supportSec-main ul {
    margin: 0 -5px;
  }
  .supportSec-main ul li .supportSec-card {
    gap: 5px;
    padding: 10px;
  }
  .supportSec-main ul li .supportSec-card span {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
  .supportSec-nav ul li span {
    font-size: 12px;
    padding: 6px;
  }
  .supportSec-nav ul li {
    padding: 0 2px;
  }
  .supportSec-nav ul {
    margin: 0 -2px;
  }
  .caseSec-card .img {
    height: 150px;
  }
  .caseSec-card {
    gap: 10px;
  }
  .caseSec-card .cont .icon img {
    width: 60px;
    height: auto;
  }
  .testiSec-card .testiSec-cardFoot .profile {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .testiSec-card .testiSec-cardFoot {
    gap: 5px;
  }
  .testiSec-card .testiSec-cardFoot .cont h6 {
    font-size: 14px;
  }
  .testiSec-card .testiSec-cardFoot .cont span {
    font-size: 10px;
    line-height: 1.1;
  }
  .testiSec-card {
    padding: 10px;
    gap: 10px;
    border-radius: 5px;
  }
  .accordion li .acc_title {
    gap: 5px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
  }
  .accordion li .acc_desc {
    padding: 0 10px 0px;
  }
  .accordion li {
    padding: 5px 0;
  }
  .accordion li .acc_desc p {
    font-size: 14px;
    line-height: 1.4;
  }
  .contactSec-left {
    gap: 10px;
  }
  .contactSec-left ul {
    gap: 15px;
  }
  .contactSec-left ul li .count span {
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
  }
  .contactSec-left ul li {
    align-items: flex-start;
    gap: 10px;
  }
  .contactSec-left ul li:after {
    height: 20px;
    top: calc(100% - 10px);
    left: 12px;
  }
  .contactSec-right {
    padding: 15px;
  }
  .contactSec-right .fs-md1 {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .contactSec-right .contactSec-formFeild {
    padding-bottom: 15px;
  }
  .contactSec-right .contactSec-formFeild input,
  .contactSec-right .contactSec-formFeild select,
  .contactSec-right .contactSec-formFeild textarea {
    padding: 0px 10px 10px 0;
  }
  .contactSec-right .contactSec-formattachBtn {
    gap: 10px;
    padding-bottom: 15px;
  }
  .contactSec-right .contactSec-formBtn {
    gap: 10px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  footer .footerMainMenu li h6 {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 500;
  }
  footer .footerMainMenu {
    gap: 5px;
  }
  footer .footerMainMenu li a {
    font-size: 10px;
    line-height: 1;
  }
  footer .footer-left-images {
    gap: 5px;
    padding-top: 20px;
    padding-right: 0px;
  }
  footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  footer .footer-bottom .footer-centerCont h6 {
    font-size: 18px;
  }
  footer .footer-bottom .footer-cta a {
    gap: 0px;
    font-size: 12px;
  }
  footer .footer-bottom .footer-cta a span {
    width: 40px;
  }
  .copyright {
    padding: 10px 0;
  }
  .copyright .copyright-cont p {
    font-size: 10px;
    line-height: 1.3;
  }
  .contactSec-right .contactSec-formattachBtn .attachBtn {
    padding: 10px 10px;
    gap: 5px;
    border-radius: 3px;
    font-size: 12px;
  }
  .contactSec-left ul li p.fs24 {
    font-size: 14px;
  }
  .contactSec-left ul li:after {
    height: 15px;
    top: calc(100% - 3px);
    left: 12px;
  }
  .contactSec-left ol {
    gap: 20px;
  }
  footer .footer-bottom .footer-cta {
    gap: 8px;
  }
  .innerSection2 .innerSec2-main .row {
    row-gap: 10px;
  }
  .mainBanner .mainBanner-right .mbr-card {
    width: 180px;
    height: 180px;
    padding: 20px;
  }
  .mainBanner .mainBanner-right .mbr-card.v3 {
    width: 170px;
    height: 170px;
    top: 58%;
    left: -20px;
  }
  .mainBanner .mainBanner-right .mbr-card.v2 {
    top: 100px;
    right: -20px;
    width: 200px;
    height: 200px;
  }
  .mainBanner .mainBanner-right .mbr-card p {
    font-size: 18px;
  }
  .hsec2-card2Foot {
    padding: 15px;
    gap: 5px;
  }
  .hsec2-card2Foot span {
    padding: 5px 6px;
    font-size: 12px;
  }
  .hsec2-card2Head {
    padding: 15px;
    gap: 10px;
  }
  .hsec2-card2Head p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .innerSec1-card {
    padding: 15px 15px;
    gap: 15px;
  }
  .innerSec1-card .innerSec1-cardHead {
    height: 40px;
  }
  .innerSec1-card .innerSec1-cardHead img {
    max-height: 100%;
  }
  .innerSec1-card .innerSec1-cardBody ul {
    gap: 15px;
  }
  .innerSec1-card .innerSec1-cardBody ul li {
    gap: 10px;
    font-size: 16px;
  }
  .innerSec1-card .innerSec1-cardBody ul li .icon svg {
    width: 16px;
    height: auto;
  }
  .innerSec1-main .row {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .padX5 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX8 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX8 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX10 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX12 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX15 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX18 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX20 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX22 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX25 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .top-header p {
    gap: 12px;
    font-size: 10px;
  }
  .top-header p a {
    gap: 5px;
  }
  .header-action ul {
    justify-content: center;
  }
  header .logo img {
    width: 120px;
  }
  .mainBanner {
    padding: 120px 0 30px;
  }
  .mainBanner .mn-btn a {
    padding: 10px 15px;
  }
  .topSection {
    padding: 15px 0;
  }
  .topSection .row {
    gap: 10px;
  }
  .hsec1-cont {
    padding-right: 0px;
    gap: 10px;
    padding-bottom: 15px;
  }
  .fs-lg {
    font-size: 28px;
    line-height: 1;
  }
  .hsec3-right {
    margin: 0;
    padding-top: 15px;
  }
  .hsec2-bottom ul {
    gap: 6px 10px;
  }
  .supportSec-nav ul {
    margin: 0 -5px;
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .supportSec-nav ul::-webkit-scrollbar {
    height: 5px;
  }
  .supportSec-nav ul {
    justify-content: center;
  }
  .supportSec-nav ul li span {
    font-size: 14px;
    padding: 5px 10px;
    text-wrap: nowrap;
  }
  .supportSec-main ul li {
    padding: 5px 5px;
    flex: 0 0 33.33%;
    flex-shrink: 0;
  }
  .hsec5-cont {
    gap: 10px;
    padding-bottom: 15px;
  }
  .hsec5-main .row {
    row-gap: 15px;
  }
  .hsec5-card {
    gap: 5px;
  }
  .homeSection6 {
    padding: 40px 0;
  }
  .caseSec-main .row {
    row-gap: 24px;
  }
  .caseSec-cardFull .img {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 0px;
  }
  .caseSec-cardFull .cont {
    flex: 0 0 60%;
    max-width: 60%;
    gap: 10px;
  }
  .caseSec-cardFull .cont .icon img {
    width: 80px;
  }
  .faqSec-hd p {
    padding-top: 10px;
  }
  .contactSec-left {
    padding-bottom: 15px;
  }
  ul.footerMainMenu {
    padding-top: 15px;
  }
  footer {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .footer-logo {
    padding-bottom: 10px;
  }
  .footer-logo img {
    width: 150px;
  }
  .copyright-img {
    text-align: center;
    padding-top: 10px;
  }
  .copyright .copyright-socail ul {
    gap: 10px;
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-centerCont {
    text-align: left;
    padding-bottom: 10px;
  }
  .mainBanner .mainBanner-cont p.fs20 {
    font-size: 14px;
  }
  .mainBanner .mainBanner-cont ul {
    gap: 5px;
    padding: 12px 0;
  }
  .mainBanner .mainBanner-cont h1 {
    font-size: 28px;
  }
  .mainBanner .mainBanner-cont ul li {
    gap: 5px;
  }
  .mainBanner .mainBanner-cont ul li .icon svg {
    height: auto;
    width: 16px;
  }
  .mainBanner .mainBanner-bottom {
    padding-top: 25px;
  }
  .mainBanner .mainBanner-bottom ul {
    gap: 10px;
  }
  .accordion li .acc_title {
    font-size: 14px;
  }
  .testiSec-main .row {
    row-gap: 15px;
  }
  .contactSec-left ol {
    gap: 10px;
    padding-right: 90px;
  }
  .mainBanner .mainBanner-right {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .mainBanner .mainBanner-right .mbr-card.v1 {
    top: 0px;
    left: 10px;
  }
  .mainBanner .mainBanner-right .mbr-card.v3 {
    top: calc(100% - 210px);
    left: -5px;
  }
  .mainBanner .mainBanner-right .mbr-card.v2 {
    top: 110px;
    right: 0px;
  }
  .caseSec-cardFull {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .caseSec-cardFull .cont,
  .caseSec-cardFull .img {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .w-150 {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */