/* Global Css */
/*Main Css */
::-moz-selection {
  background: #47BEB9;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #47BEB9;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

::-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);
  background-color: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #00FF84;
}

.mn-btn a {
  border: 1px solid #00FF84;
  background: #00FF84;
  color: #002333;
  border-radius: 50px;
  padding: 15px 70px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mn-btn a span {
  line-height: 0;
  padding-left: 10px;
}
.mn-btn a span svg {
  margin: 0 3px;
}
.mn-btn a:hover {
  background-color: transparent;
  color: #00FF84;
}
.mn-btn a:hover path {
  fill: #00FF84;
}
.mn-btn a.theam-dark-btn {
  border-color: #002333;
  background-color: #002333;
  color: #FFFFFF;
}
.mn-btn a.theam-dark-btn:hover {
  border-color: #002333;
  background: transparent;
  color: #002333;
}
.mn-btn a.theam-dark-btn:hover path {
  fill: #002333;
}
.mn-btn a.theam-light-btn {
  border-color: #ffffff;
  background-color: #002333;
  color: #FFFFFF;
}
.mn-btn a.theam-light-btn:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #002333;
}
.mn-btn a.theam-light-btn:hover path {
  fill: #002333;
}
.mn-btn a.theam-btn-outline {
  border-color: #00FF84;
  background: transparent;
  color: #002333;
}
.mn-btn a.theam-btn-outline:hover {
  background-color: #00FF84;
}
.mn-btn a.theam-btn-outline:hover path {
  fill: #002333;
}
.mn-btn a.theam-dark-btn-outline {
  border-color: #002333;
  background: transparent;
  color: #002333;
}
.mn-btn a.theam-dark-btn-outline:hover {
  background-color: #FDC800;
  color: #ffffff;
  border-color: #FDC800;
}
.mn-btn a.theam-dark-btn-outline:hover path {
  fill: #ffffff;
}

/* Heading Classes */
.mn-hd h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 20px;
}
.mn-hd h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #000000;
}
.mn-hd h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
}
.mn-hd h4 {
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
}
.mn-hd h6 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  color: #000000;
}
.mn-hd p {
  font-size: 22px;
  line-height: 28px;
  color: #160647;
}
.mn-hd p b {
  font-weight: 700;
}
.mn-hd .para1 {
  font-size: 18px;
  line-height: 28px;
  color: #888888;
}
.mn-hd .para2 {
  font-size: 21px;
  line-height: 28px;
  color: #888888;
}

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

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

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

.sec-pad-bottom {
  padding-bottom: 85px;
}

.sec-pad-top {
  padding-top: 85px;
}

.sec-mar-top {
  margin-top: 85px;
}

.sec-mar-bottm {
  margin-bottom: 85px;
}

.padS {
  padding-left: 60px;
}

.padE {
  padding-right: 60px;
}

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

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

body {
  font-family: "Circular Std Book";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  font-family: "Circular Std";
}

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

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

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

a:hover {
  color: #e00000;
}

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

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

span {
  display: inline-block;
}

svg path {
  transition: all 0.4s ease-In-out;
}

/* 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:before {
  color: #FFF;
  opacity: 1;
  font-size: 20px;
}

.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: "Circular Std Book";
  font-weight: 500;
}

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

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

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

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

/* header CSS */
header {
  transition: all 0.4s ease-In-out;
}

.top-header {
  background-color: #002333;
  padding: 10px 0;
  text-align: center;
}
.top-header p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header a.text-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #93e2df;
  background: linear-gradient(93deg, #93e2df 85%, #DDCD86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 8px 0 10px;
  position: relative;
}
.top-header a.text-btn::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(93deg, #93e2df 85%, #DDCD86 100%);
  opacity: 0;
  transition: all 0.4s ease-In-out;
}
.top-header a.text-btn:hover::after {
  width: 100%;
  opacity: 1;
}
.top-header a.th-btn {
  padding: 8px 26.08px 8px 25px;
  border: 2px solid #00FF84;
  border-radius: 80px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin-left: 15px;
}
.top-header a.th-btn:hover {
  background-color: #00FF84;
  color: #002333;
}
.top-header span {
  font-weight: 400;
}

.top-header1 span {
  padding: 0 5px;
}
.top-header1 em {
  padding: 0 5px;
  background: linear-gradient(90deg, #DDCD86 90%, #47BEB9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-header1 a.th-btn {
  border-color: #47BEB9;
}
.top-header1 a.th-btn:hover {
  background-color: #47beb9;
}

.main-header {
  padding: 22px 0;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
  width: 80%;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu li {
  display: inline-block;
  vertical-align: middle;
}
.menu li.last {
  padding-right: 0;
}
.menu li a {
  display: block;
  font-size: 16px;
  color: #160647;
  padding: 15px 20px;
  border-radius: 2px;
}
.menu li a:hover {
  color: #FDC800;
  background-color: #FFFAE6;
}

.header-btn {
  text-align: right;
}
.header-btn ul li {
  display: inline-block;
}
.header-btn ul li.first {
  padding-right: 20px;
}
.header-btn ul li.last {
  padding-right: 0;
}
.header-btn ul li a {
  display: flex;
  align-items: center;
  color: #160647;
  font-size: 15px;
  line-height: 15px;
}
.header-btn ul li a:hover span svg path {
  fill: #00FF84;
}
.header-btn ul li a span {
  padding-right: 7px;
}
.header-btn ul li.call-btn a {
  background: #00FF84;
  border-radius: 50px;
  height: 55px;
  padding: 13px 30px 14px 30px;
  color: #002333;
  font-weight: 700;
  font-size: 18px;
}
.header-btn ul li.call-btn a:hover {
  background-color: #002333;
  color: #ffffff;
}
.header-btn ul li.call-btn a:hover span path {
  fill: #ffffff;
}

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

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

ul.dropdown {
  position: absolute;
  width: 100%;
  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;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 500;
  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: #002333;
  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;
}

/* Main Banner CSS */
.mainBanner {
  position: relative;
  padding: 35px 0 35px;
  background: #F7F7F7;
}
.mainBanner.innerBanner .mainBanner-cont h1 {
  font-size: 54px;
}
.mainBanner.innerBanner .mainBanner-cont p {
  width: 80%;
  font-size: 20px;
}
.mainBanner .container {
  position: relative;
}
.mainBanner .mainBanner-cont {
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mainBanner .mainBanner-cont h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.1;
  color: #160647;
  padding-bottom: 25px;
  letter-spacing: -0.4px;
}
.mainBanner .mainBanner-cont h1 em {
  display: inline;
  vertical-align: super;
  margin: 0px -20px 0px -30px;
  position: relative;
  top: -15px;
  line-height: 1.05;
}
.mainBanner .mainBanner-cont h1 span {
  display: inline;
  background: linear-gradient(89.99deg, #47BEB9 40.56%, #00FF84 86.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.05;
}
.mainBanner .mainBanner-cont p {
  width: 90%;
  font-size: 20px;
  line-height: 28px;
  color: #160647;
  padding-bottom: 25px;
}
.mainBanner .mainBanner-cont p b {
  font-weight: 700;
}
.mainBanner .mainBanner-cont ul {
  padding-bottom: 25px;
}
.mainBanner .mainBanner-cont ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  color: #002333;
}
.mainBanner .mainBanner-cont ul li.last {
  padding-bottom: 0;
}
.mainBanner .mainBanner-cont ul li::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEwSURBVHgBjZKxTsNADIa/i5qlEtAdJILEABs8AE/ByEBYGYDOBZUiJMbSvgBh4ElYEAvZyoBEB9gY2oWlwOHLtU2OHm1/6RLH8W//Z1tRhK5XoHQCwb58RENvKracrwaq0R2Fqpx0EQuhKVYFP3pyhHx6nRP1pVShyVzQMersVqGvIvh+mlIJ3j5hpVyoPFgL4Kc+k7R3D53+yCOx4bEQ9RbT0O7A7ipsLjlyhYhLzDPDzQs8fsDRxp9sKgq8sszbnPYz3O3gQ0nY3fHMTANM9sMH6A/gYB2Wyz5eau6YOK5YghdCO6gJieM7pspuS/hKsbPvInMxtAkmYcaxHcgaiaGqzi8jz08SqHOzerY5qpbIs2qz/Yue3ZpaK6O40s0WmYXIZjscU9a8ROS1rDqLX2bOW1WRn+j/AAAAAElFTkSuQmCC");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.mainBanner .mainBanner-cont .banner-btn {
  padding-bottom: 25px;
}
.mainBanner .mainBanner-cont .banner-btn a.theam-dark-btn {
  margin-left: 30px;
}
.mainBanner .mainBanner-cont .banner-award {
  display: flex;
  align-items: center;
}
.mainBanner .mainBanner-cont .banner-award span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #002333;
  padding-right: 15px;
}
.mainBanner .mainBanner-img {
  position: absolute;
  right: 0;
  top: -70px;
  bottom: 0;
  width: 820px;
  height: 780px;
}

.hSec1-hd {
  padding-bottom: 90px;
}
.hSec1-hd p {
  padding-bottom: 30px;
}
.hSec1-hd ul li {
  display: inline-block;
  padding-right: 20px;
}
.hSec1-hd ul li.last {
  padding-right: 0;
}
.hSec1-hd ul li a {
  padding: 10px 28px;
}
.hSec1-hd ul li.current a {
  border-color: #FDC800;
  background-color: #FDC800;
  color: #fff;
}

.hSec1-main h2 {
  padding-bottom: 10px;
}
.hSec1-main a.theam-btn-outline {
  margin-top: 20px;
}

.hSec1-main .col-md-4 {
  padding-bottom: 30px;
}

.hSec1-card {
  background: #FFFFFF;
  box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.03);
  padding: 55px 35px;
  height: 100%;
}
.hSec1-card .hSec1-cardIcon {
  padding-bottom: 30px;
}
.hSec1-card .hSec1-cardIcon span {
  background: #FFFAE6;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.hSec1-card h3 {
  padding-bottom: 20px;
}

.hSec1-seemore {
  background-size: cover;
  background-position: center;
  background-image: url(../images/hsec1-seemore_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .hSec1-seemore {
    background-image: url(../images/hsec1-seemore_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .hSec1-seemore {
    background-image: url(../images/hsec1-seemore_3x.webp);
  }
}
.hSec1-seemore p {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 80px;
  padding-bottom: 40px;
}
.hSec1-seemore a:hover {
  border-color: #002333;
  background-color: #002333;
  color: #ffffff;
}
.hSec1-seemore a:hover svg path {
  fill: transparent;
  stroke: #ffffff;
}

.hSec5-main {
  padding: 0 30px 0 50px;
}

.hSec2-card {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 13px;
  padding: 15px 11px 22px;
  text-align: center;
  margin-bottom: 30px;
}
.hSec2-card h6 {
  padding-bottom: 10px;
}
.hSec2-card .hSec2-cardImg {
  padding-bottom: 20px;
}
.hSec2-card .hSec2-cardImg img {
  width: 100%;
  transition: all 0.4s ease-In-out;
  filter: grayscale(100);
}
.hSec2-card a {
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
}
.hSec2-card a span {
  line-height: 0;
  padding-left: 5px;
}
.hSec2-card:hover .hSec2-cardImg img {
  filter: grayscale(0);
}

.hSec2-cont {
  padding-right: 60px;
}
.hSec2-cont h1 {
  padding-bottom: 30px;
}
.hSec2-cont p {
  padding-bottom: 35px;
}
.hSec2-cont a.theam-dark-btn {
  margin-left: 30px;
}

.hSec2-main {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.hSec2-main::after {
  content: "";
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.hSec2-main::before {
  content: "";
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.mainBanner-row {
  animation: fadeIn 100ms ease-in-out 10ms;
  animation-fill-mode: forwards;
}

.mainBanner-col-4 {
  transform: translateY(0%);
  animation: slideUp 80s linear infinite;
}
.mainBanner-col-4 div {
  padding: 0 rem(8);
}

/*
==============================================
slideUp
==============================================
*/
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  95% {
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(rem(0));
  }
  97% {
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(rem(0));
  }
  98% {
    opacity: 0.01;
    filter: blur(rem(5));
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
  }
  99% {
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  100% {
    opacity: 1;
    filter: blur(rem(0));
  }
}
.homeSection3 {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.homeSection3 .container {
  padding: 0 6%;
}
.homeSection3 .hSec3-main [class^=col-md-] {
  padding-bottom: 18px;
}
.homeSection3 .hSec3-card {
  padding: 55px 50px;
  background: #FFFFFF;
  box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.03);
  height: 100%;
}
.homeSection3 .hSec3-card .hSec3-cardHead {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.homeSection3 .hSec3-card .hSec3-cardHead span {
  width: 40px;
  flex: 0 0 40px;
  margin-right: 30px;
}
.homeSection3 .hSec3-btn {
  text-align: center;
  padding-top: 40px;
}
.homeSection3 .hSec3-profile {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.homeSection3 .hSec3-profile .hSec3-profileImg {
  text-align: center;
  flex: 0 0 100px;
}
.homeSection3 .hSec3-profile .hSec3-profileImg img {
  height: 50px;
  width: 50px;
}
.homeSection3 .hSec3-profile .hSec3-profileImg span, .homeSection3 .hSec3-profile .hSec3-profileImg em {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: #5F5A69;
}
.homeSection3 .hSec3-profile p {
  padding-left: 10px;
}

.homeSection4 .container {
  padding: 0 8%;
}
.homeSection4 .hSec4-hd {
  padding-bottom: 35px;
}
.homeSection4 .hSec4-list ul {
  padding-right: 30px;
}
.homeSection4 .hSec4-list ul li {
  padding-bottom: 20px;
}
.homeSection4 .hSec4-list ul li.last {
  padding-bottom: 0;
}
.homeSection4 .hSec4-list ul li a {
  width: 100%;
  padding: 15px 15px;
  justify-content: flex-start;
  font-size: 16px;
}
.homeSection4 .hSec4-list ul li a span{
  padding-left:0;
  padding-right: 10px;
}
.homeSection4 .hSec4-list ul li.current a {
  border-color: #FDC800;
  background-color: #FDC800;
  color: #ffffff;
}
.homeSection4 .hSec4-cont {
  position: relative;
  padding-left: 60px;
}
.homeSection4 .hSec4-cont .hSec4-contNum {
  font-size: 80px;
  line-height: 84px;
  color: #110F14;
  position: absolute;
  left: 0px;
  top: -10px;
  width: 60px;
  text-align: center;
}
.homeSection4 .hSec4-cont h4 {
  padding-bottom: 13px;
}
.homeSection4 .hSec4-cont p {
  padding-bottom: 45px;
}
.homeSection4 .hSec4-cont .hSec4-contImg {
  font-size: 0;
  text-align: center;
  position: relative;
}
.homeSection4 .hSec4-cont .hSec4-contImg::after {
  content: "";
  width: 100%;
  height: 80%;
  border-radius: 21px;
  opacity: 0.200000003;
  background: #00FF84;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.homeSection4 .hSec4-cont .hSec4-contImg img {
  position: relative;
  z-index: 2;
}

.homeSection5 {
  background-color: #002333;
  padding: 65px 0;
}
.homeSection5 .hSec5-cont h1 {
  padding-bottom: 17px;
  color: #ffffff;
}
.homeSection5 .hSec5-cont p {
  padding-bottom: 47px;
  color: #ffffff;
}
.homeSection5 .hSec5-cont .theam-light-btn {
  margin-left: 30px;
}

.hSec6-count {
  padding: 55px 0 30px;
}
.hSec6-count h6 {
  font-size: 108px;
  line-height: 1.2;
  letter-spacing: -2.4px;
  background: linear-gradient(56.94deg, #47BEB9 30.23%, #00FF84 90.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hSec6-logo {
  padding-bottom: 75px;
}
.hSec6-logo span {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  color: #160647;
  padding-bottom: 20px;
}

.hSec6-card {
  background: #F8FCFB;
  border-radius: 18px;
  padding: 35px 25px 40px;
 
}
.hSec6-card .hSec6-cardHead {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.hSec6-card .hSec6-cardHead img {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.hSec6-card .hSec6-cardHead .hSec6-cardHeadCont {
  padding-left: 15px;
}
.hSec6-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #160647;
}
.hSec6-card p em {
  color: #D1B01C;
}
.hSec6-card p i {
  color: #47BEB9;
}

.hSec6-main {
  margin-left: 12%;
  overflow: hidden;
  padding-right: 70px;
  position: relative;
  padding-top: 70px;
}
.hSec6-main .slick-slider {
  position: inherit;
}
.hSec6-main .slick-list {
  overflow: visible;
}

.hSec6-main .slick-arrow {
  z-index: 3;
  font-size: 0;
  cursor: pointer;
  top: -50px;
  left: auto;
  right: 200px;
  position: absolute;
  pointer-events: unset;
  z-index: 0;
  transition: all 0.4s ease-In-out;
}

.hSec6-main .slick-arrow::before {
  display: none;
}

.hSec6-main .slick-arrow:after {
  content: "\f30a";
  position: absolute;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: #002333;
  border: 1px solid #002333;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 6;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.4s ease-In-out;
}
.hSec6-main .slick-arrow.slick-prev {
  right: 200px;
}

.hSec6-main .slick-arrow.slick-next {
  right: 120px !important;
}
.hSec6-main .slick-next.slick-arrow:after {
  content: "\f30b";
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hSec6-main .slick-arrow:hover:after {
  background-color: #002333;
  color: #ffffff;
}

.faqSection .faqSec-hd {
  text-align: center;
  padding-bottom: 90px;
}
.faqSection .container {
  padding: 0 8%;
}

.innerFAQSec-accordion .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.innerFAQSec-accordion .accordion li {
  background-color: #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #dfdfdf;
  will-change: border;
  transition: all 0.4s ease-In-out;
}
.innerFAQSec-accordion .accordion li.last {
  border-bottom-color: transparent;
}
.innerFAQSec-accordion .accordion li.active i {
  transform: rotate(360deg);
}
.innerFAQSec-accordion .accordion li.active i:before {
  content: "\f068";
}
.innerFAQSec-accordion .accordion li .acc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
  padding: 30px 0 30px;
  transition: all 0.4s ease-In-out;
}
.innerFAQSec-accordion .accordion li .acc_title i {
  color: #002333;
  padding: 0;
  font-size: 18px;
  transition: 0.35s ease-out;
  width: 30px;
  height: 30px;
  border: 1px solid #002333;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 1px;
}
.innerFAQSec-accordion .accordion li .acc_desc {
  padding: 0px 85px 30px 0;
}
.innerFAQSec-accordion .accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  line-height: 1.6;
  color: #303A42;
  transition: all 0.4s ease-In-out;
}
.innerFAQSec-accordion .accordion li .acc_desc p b {
  font-weight: 700;
}
.innerFAQSec-accordion .accordion li .acc_desc ul li {
  background-color: #ffffff;
  border-top: 0px solid transparent;
  border-bottom: 0px solid #dfdfdf;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  padding-left: 15px;
  color: #303A42;
}

footer {
  background-color: #002333;
  padding: 55px 0 30px;
}
footer .footer-cta {
  background-color: #FDC800;
  padding: 50px 40px;
  margin-bottom: 40px;
}
footer .footer-cta .footerCta-call {
  display: flex;
  align-items: center;
}
footer .footer-cta .footerCta-call h5 {
  font-size: 42px;
  line-height: 1;
  color: #000000;
  padding-right: 10px;
}
footer .footer-cta .footerCta-call a {
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
}
footer .footer-cta .footerCta-call a:hover {
  color: #002333;
}
footer .footer-cta .footerCta-chat {
  display: flex;
  align-items: center;
}
footer .footer-cta .footerCta-chat h5 {
  font-size: 41px;
  line-height: 1;
  color: #000000;
  padding-right: 10px;
}
footer .widget h6 a{
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
footer .widget h6{
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
footer .widget h6 a:hover{
  color: #FDC800;
}
footer .widget ul {
  padding-bottom: 20px;
}
footer .widget ul li {
  padding-bottom: 8px;
}
footer .widget ul li.last {
  padding-bottom: 0;
}
footer .widget ul li a {
  font-size: 16px;
  line-height: 1.2;
  color: #ccc;
}
footer .widget ul li a:hover {
  color: #FDC800;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  margin-top: 60px;
}
footer .copyright p, footer .copyright a, footer .copyright span {
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}
footer .copyright a:hover {
  color: #FDC800;
}
footer .copyright span {
  padding: 0 10px;
}

.hSec1-cardCall {
  height: 100%;
  padding: 35px 55px 30px 35px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/hsec1-call-bg_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .hSec1-cardCall {
    background-image: url(../images/hsec1-call-bg_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .hSec1-cardCall {
    background-image: url(../images/hsec1-call-bg_3x.webp);
  }
}
.hSec1-cardCall h6 {
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.hSec1-cardCall a {
  border: none;
  background-color: transparent;
  align-items: center;
  padding: 0;
  color: transparent;
  background: linear-gradient(3.41deg, #47BEB9 0.52%, #00FF84 91.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.hSec1-cardCall a::before {
  content: "";
  background: linear-gradient(3.41deg, #47BEB9 0.52%, #00FF84 91.35%);
  width: 0%;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  transition: all 0.4s ease-In-out;
  opacity: 0;
}
.hSec1-cardCall a svg {
  margin-right: 10px;
}
.hSec1-cardCall a:hover::before {
  opacity: 1;
  width: 100%;
}
.hSec1-cardCall a:hover svg path {
  fill: url(#paint1_linear_17_884);
}

.hSec1-cardChat {
  height: 100%;
  padding: 15px 15px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-image: url(../images/hsec1-chat-bg_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .hSec1-cardChat {
    background-image: url(../images/hsec1-chat-bg_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .hSec1-cardChat {
    background-image: url(../images/hsec1-chat-bg_3x.webp);
  }
}

.packageSection1 .packageSec1-hd {
  padding-bottom: 85px;
}

.pricing-card1 {
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-card1 .pricing-cardHead {
  background: #F9F9F9;
  border-radius: 14px 14px 0px 0px;
  padding: 50px 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.pricing-card1 .pricing-cardHead h3 {
  color: #111111;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.1;
  padding-bottom: 15px;
}
.pricing-card1 .pricing-cardHead p {
  width: 80%;
  margin: auto;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #888888;
  padding-bottom: 30px;
}
.pricing-card1 .pricing-cardHead h6 {
  background: linear-gradient(69.71deg, #47BEB9 54.21%, #00FF84 112.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  line-height: 26px;
  line-height: 1.2;
}
.pricing-card1 .pricing-cardBody {
  padding: 20px 25px 0;
}
.pricing-card1 .pricing-cardBody a.pkgbtn {
  width: 100%;
  padding: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: -30px;
  text-align: center;
  background: #00FF84;
  border: 1px solid #00FF84;
  border-radius: 50px;
  color: #002333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card1 .pricing-cardBody a.pkgbtn svg {
  margin-right: 15px;
}
.pricing-card1 .pricing-cardBody a.pkgbtn svg path {
  fill: #002333;
  transition: all 0.4s ease-in-out;
}
.pricing-card1 .pricing-cardBody a.pkgbtn:hover {
  background-color: #04cf6d;
}
.pricing-card1 .pricing-cardBody h6 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: #002333;
  padding-bottom: 15px;
}
.pricing-card1 .pricing-cardBody h6 span {
  font-size: 13px;
}
.pricing-card1 .pricing-cardBody .separator {
  border-top: 1px solid #E1E1E1;
  margin: 25px 0;
}
.pricing-card1 .pricing-cardBody ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #666666;
  position: relative;
}
.pricing-card1 .pricing-cardBody ul li::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEwSURBVHgBjZKxTsNADIa/i5qlEtAdJILEABs8AE/ByEBYGYDOBZUiJMbSvgBh4ElYEAvZyoBEB9gY2oWlwOHLtU2OHm1/6RLH8W//Z1tRhK5XoHQCwb58RENvKracrwaq0R2Fqpx0EQuhKVYFP3pyhHx6nRP1pVShyVzQMersVqGvIvh+mlIJ3j5hpVyoPFgL4Kc+k7R3D53+yCOx4bEQ9RbT0O7A7ipsLjlyhYhLzDPDzQs8fsDRxp9sKgq8sszbnPYz3O3gQ0nY3fHMTANM9sMH6A/gYB2Wyz5eau6YOK5YghdCO6gJieM7pspuS/hKsbPvInMxtAkmYcaxHcgaiaGqzi8jz08SqHOzerY5qpbIs2qz/Yue3ZpaK6O40s0WmYXIZjscU9a8ROS1rDqLX2bOW1WRn+j/AAAAAElFTkSuQmCC);
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 1px;
}
.pricing-card1 .pricing-cardBody ul li.last {
  margin-bottom: 0;
}
.pricing-card1:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pricing-cardBody-input {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.pricing-cardBody-input label {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  flex: 0 0 110px;
}

.pricing-cardBody-label {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.pricing-cardBody-label label {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  flex: 0 0 200px;
}
.pricing-cardBody-label input {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  background-color: #ededed;
  padding: 6px 0;
  border-radius: 50px;
  font-weight: 500;
  color: #000000;
}
.pricing-cardBody-label input[type=number] {
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-weight: 500;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 18px;
}
.pricing-cardBody-label input[type=number]::-webkit-inner-spin-button, .pricing-cardBody-label input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  width: 100%;
  text-align: center;
  padding: 6px 0;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-weight: 500;
  color: #000000;
  display: inline-flex;
  justify-content: space-between;
}
.number-input input {
  font-size: 20px;
  text-align: center;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before, .number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  width: 9px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.grand_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.grand_total label {
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  font-weight: normal;
}
.grand_total span {
  font-size: 47px;
  line-height: 1.2;
  color: #000000;
}

.quoteSec-cont {
  padding: 90px 240px 80px 70px;
  background-size: cover;
  background-image: url(../images/quote-bg_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .quoteSec-cont {
    background-image: url(../images/quote-bg_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .quoteSec-cont {
    background-image: url(../images/quote-bg_3x.webp);
  }
}
.quoteSec-cont h6 {
  font-size: 60px;
  line-height: 1.15;
  color: #FFFFFF;
  padding-bottom: 28px;
}
.quoteSec-cont p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.quoteSec-cont span {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
  line-height: 1;
  padding-bottom: 5px;
}
.quoteSec-cont a {
  font-size: 30px;
  line-height: 1.2;
  color: #FFFFFF;
  letter-spacing: 0.4px;
}

.quoteSec-form {
  padding-left: 30px;
}
.quoteSec-form h6 {
  font-size: 35px;
  line-height: 1.2;
  color: #2A3546;
  padding-bottom: 25px;
}
.quoteSec-form .quoteSec-fFeild {
  padding-bottom: 30px;
}
.quoteSec-form .quoteSec-fFeild input, .quoteSec-form .quoteSec-fFeild select, .quoteSec-form .quoteSec-fFeild textarea {
  color: #a3a3a3;
  font-size: 20px;
  border-bottom: 1px solid #999999;
  width: 100%;
  height: 45px;
}
.quoteSec-form .quoteSec-fFeild textarea {
  padding: 0 0 15px 0;
  height: 80px;
  resize: none;
}
.quoteSec-form .quoteSec-fBtn button, .quoteSec-form .quoteSec-fBtn input[type=submit] {
  background: #00FF84;
  border-radius: 9999px;
  color: #002333;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding: 15px 70px;
  transition: all 0.4s ease-In-out;
}
.quoteSec-form .quoteSec-fBtn button:hover, .quoteSec-form .quoteSec-fBtn input[type=submit]:hover {
  background-color: #FDC800;
}

.mainBanner1 {
  padding-bottom: 30px;
}
.mainBanner1 .mainBanner1-card {
  padding-bottom: 20px;
}
.mainBanner1 .mainBanner1-card .mainBanner1-cardImg {
  padding-bottom: 17px;
}
.mainBanner1 .mainBanner1-card .mainBanner1-cardImg img {
  width: 100%;
}
.mainBanner1 .mainBanner1-card h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  padding-bottom: 10px;
}
.mainBanner1 .mainBanner1-card p {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  padding-bottom: 20px;
}
.mainBanner1 .mainBanner1-card a {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
  padding: 10px;
  margin-left: -15px;
}
.mainBanner1 .mainBanner1-card a svg.bdsvg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #00FF84;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 3s ease-in-out;
}
.mainBanner1 .mainBanner1-card a span {
  line-height: 0;
  padding-left: 25px;
}
.mainBanner1 .mainBanner1-card a:hover {
  transition: 1s ease-in-out;
  color: #00FF84;
  margin-left: 0;
}
.mainBanner1 .mainBanner1-card a:hover svg.bdsvg {
  stroke-dashoffset: -480;
}
.mainBanner1 .mainBanner1-card a:hover path {
  fill: #00FF84;
}
.mainBanner1 .mainBanner1-card:nth-child(2) {
  padding-bottom: 0;
}
.mainBanner1 .mainBanner1-centerCard {
  height: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 55px 40px;
  background-image: url(../images/banner2/bg_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .mainBanner1 .mainBanner1-centerCard {
    background-image: url(../images/banner2/bg_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .mainBanner1 .mainBanner1-centerCard {
    background-image: url(../images/banner2/bg_3x.webp);
  }
}
.mainBanner1 .mainBanner1-centerCard h2 {
  font-size: 54px;
  line-height: 1;
  color: #FFFFFF;
  padding-bottom: 50px;
  text-align: center;
}
.mainBanner1 .mainBanner1-centerCard h2 span {
  color: #FDC800;
}
.mainBanner1 .mainBanner1-centerCard p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 45px;
}
.mainBanner1 .mainBanner1-centerCard p a {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #47BEB9 0%, #DDCD86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild {
  padding-bottom: 25px;
}
.mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild input, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild select {
  background: #FFFFFF;
  border: 1.19363px solid #DBDBDB;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  height: 60px;
}
.mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton button, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton input[type=submit] {
  width: 100%;
  height: 74px;
  background: #00FF84;
  border-radius: 5px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  transition: all 0.4s ease-In-out;
}
.mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton button:hover, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton input[type=submit]:hover {
  background-color: #FDC800;
}
.mainBanner1 .mainBanner1-award {
  padding-top: 25px;
}

.aboutBanner {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(../images/banner/about_1x.webp);
}
.homeSection1 h3 {
  font-size: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .aboutBanner {
    background-image: url(../images/banner/about_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .aboutBanner {
    background-image: url(../images/banner/about_3x.webp);
  }
}
.aboutBanner.howBanner {
  background-image: url(../images/banner/how_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .aboutBanner.howBanner {
    background-image: url(../images/banner/how_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .aboutBanner.howBanner {
    background-image: url(../images/banner/how_3x.webp);
  }
}
.aboutBanner.faqBanner {
  background-image: url(../images/banner/faq_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .aboutBanner.faqBanner {
    background-image: url(../images/banner/faq_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .aboutBanner.faqBanner {
    background-image: url(../images/banner/faq_3x.webp);
  }
}
.aboutBanner.contactBanner {
  background-image: url(../images/banner/contact_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .aboutBanner.contactBanner {
    background-image: url(../images/banner/contact_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .aboutBanner.contactBanner {
    background-image: url(../images/banner/contact_3x.webp);
  }
}
.aboutBanner.reviewBanner {
  background-image: url(../images/banner/review_1x.webp);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .aboutBanner.reviewBanner {
    background-image: url(../images/banner/review_2x.webp);
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .aboutBanner.reviewBanner {
    background-image: url(../images/banner/review_3x.webp);
  }
}
.aboutBanner .mainBanner-cont {
  padding-right: 60px;
}
.aboutBanner .mainBanner-cont h1 {
  line-height: 1.2;
  padding-right: 60px;
}

.whychooseSection .container {
  padding-right: 6%;
  padding-left: 6%;
}
.whychooseSection .whySec-cont {
  padding-right: 30px;
}
.whychooseSection .whySec-cont h1 {
  padding-bottom: 28px;
}
.whychooseSection .whySec-cont p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 38px;
}
.whychooseSection .whySec-cont .whySec-btn .theam-btn {
  margin-right: 20px;
}

.innerSection7 {
  background-color: #002333;
}
.innerSection7 .innerSec7-cont1 {
  padding: 0 20px;
}
.innerSection7 .innerSec7-cont1 h3 {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
}
.innerSection7 .innerSec7-cont1 h4 {
  font-weight: 700;
  font-size: 24px;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 23px;
}
.innerSection7 .innerSec7-cont1 p {
  font-weight: 450;
  font-size: 24px;
  letter-spacing: -0.045em;
  color: #BCBCBC;
}

.modal-header button {
  background: transparent;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 0.469rem;
  right: 0.469rem;
}
.modal-header button:focus {
  outline: none;
}

.smmStepsForm .form-outer {
  width: 100%;
  overflow: hidden;
}
.smmStepsForm .form-outer .userInfo {
  text-align: center;
}
.smmStepsForm .form-outer .userInfo picture {
  height: 5.625rem;
  width: 5.625rem;
  display: inline-block;
}
.smmStepsForm .form-outer .userInfo h6 {
  font-size: 0.7rem;
  margin: 0.5rem;
}
.smmStepsForm .form-outer form {
  display: flex;
  width: 1000%;
}
.smmStepsForm .form-outer form.articleQuoteForm {
  width: 1100%;
}
.smmStepsForm .form-outer form.articleQuoteForm .page {
  width: 9.0909090909%;
}
.smmStepsForm .form-outer form.socialQuoteForm {
  width: 700%;
}
.smmStepsForm .form-outer form.socialQuoteForm .page {
  width: 14.2857142857%;
}
.smmStepsForm .form-outer form.printQuoteForm {
  width: 800%;
}
.smmStepsForm .form-outer form.printQuoteForm .page {
  width: 12.5%;
}
.smmStepsForm .form-outer form.bookQuoteForm {
  width: 900%;
}
.smmStepsForm .form-outer form.bookQuoteForm .page {
  width: 11.1111111111%;
}
.smmStepsForm .form-outer form.personalQuoteForm {
  width: 1100%;
}
.smmStepsForm .form-outer form.personalQuoteForm .page {
  width: 9.0909090909%;
}
.smmStepsForm .form-outer form.marketingQuoteForm {
  width: 1100%;
}
.smmStepsForm .form-outer form.marketingQuoteForm .page {
  width: 9.0909090909%;
}
.smmStepsForm .form-outer form.businessQuoteForm {
  width: 1100%;
}
.smmStepsForm .form-outer form.businessQuoteForm .page {
  width: 9.0909090909%;
}
.smmStepsForm .form-outer form.pressQuoteForm {
  width: 1100%;
}
.smmStepsForm .form-outer form.pressQuoteForm .page {
  width: 9.0909090909%;
}
.smmStepsForm .form-outer form .page {
  width: 10%;
  transition: margin-left 0.3s ease-in-out;
  margin: 1rem 0;
  position: relative;
}
.smmStepsForm .form-outer form .page .prev {
  position: absolute;
  top: -7.969rem;
  left: 0;
  background: transparent;
  border: none;
}
.smmStepsForm .form-outer form .page .prev:focus {
  outline: none;
}
.smmStepsForm .form-outer form .page .title {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 0;
  background: #eee;
  border-radius: 0.938rem;
  position: relative;
}
.smmStepsForm .form-outer form .page .title:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  border-top: 15px solid #eee;
  bottom: -30px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.smmStepsForm .form-outer form .page .fieldSet {
  margin: 1.5rem 0 0;
}
.smmStepsForm .form-outer form .page .field-2 label {
  font-size: 1rem;
  width: 100%;
  padding: 0.6rem 0 0.5rem;
  font-weight: 700;
  text-align: center;
}
.smmStepsForm .form-outer form .page .field-2 label.error {
  font-size: 0.6rem;
  position: absolute;
  left: 0px;
  bottom: -0.703rem;
  background: transparent;
  color: red;
  text-align: left;
}
.smmStepsForm .form-outer form .page .field-2 input.inputtext {
  margin: 10px 0;
  font-size: 0.9rem;
  transition: border-color 150ms ease;
  height: 46px;
  width: 100%;
  background: #fff;
  border: 1px solid #002333;
  margin-bottom: 1.8rem;
  border-radius: 0.703rem;
  padding: 0.8rem;
  text-align: center;
}
.smmStepsForm .form-outer form .page .field-2 input.inputtext.invalid-input {
  border-color: red;
}
.smmStepsForm .form-outer form .page .field {
  margin: 0.5rem 0;
  align-items: center;
  text-align: center;
  background: #00FF84;
  border-radius: 0.703rem;
  cursor: pointer;
  position: relative;
}
.smmStepsForm .form-outer form .page .field label {
  font-size: 0.8rem;
  width: 100%;
  cursor: pointer;
  padding: 0.8rem;
}
.smmStepsForm .form-outer form .page .field label.error {
  font-size: 0.6rem;
  position: absolute;
  left: 0px;
  bottom: -0.703rem;
  background: transparent;
  color: red;
  text-align: left;
}
.smmStepsForm .form-outer form .page .field label input[type=radio] {
  position: absolute;
  height: 0;
  width: 0;
}
.smmStepsForm .form-outer form .page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #00FF84;
  margin-top: -0.938rem;
  border-radius: 5px;
  color: #002333;
  cursor: pointer;
  font-size: 0.844rem;
  font-weight: 500;
  letter-spacing: 0.047rem;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.smmStepsForm .form-outer form .page .field button:hover {
  background: #002333;
  color: #ffffff;
}
.smmStepsForm .form-outer form .page .field button:focus {
  outline: none;
}
.smmStepsForm .form-outer form .page .field.btns {
  justify-content: space-between;
  margin-bottom: 0;
  height: 2rem;
  width: 95%;
  margin: auto;
}
.smmStepsForm .form-outer form .page .field.firstBtn {
  justify-content: end;
  margin-bottom: 0;
  height: 2rem;
  width: 100%;
  margin: auto;
}
.smmStepsForm .form-outer form .page .field.selected {
  background: #000333;
}
.smmStepsForm .form-outer form .page .field.selected label {
  color: #ffffff;
}
.smmStepsForm .form-outer form .page.lastPage .field {
  height: unset;
  margin: 1.5rem 0;
  background: transparent;
  padding: 0;
}
.smmStepsForm .form-outer form .page.lastPage .field input {
  width: 100%;
  font-size: 0.8rem;
  height: 2.813rem;
  padding-left: 1rem;
  border: 0.047rem solid rgb(230, 231, 236);
}
.smmStepsForm .form-outer form .page.lastPage .field input::-moz-placeholder {
  font-size: 0.8rem;
}
.smmStepsForm .form-outer form .page.lastPage .field input::placeholder {
  font-size: 0.8rem;
}
.smmStepsForm .form-outer form .page.lastPage .field.btns {
  height: 2rem;
  margin: 1.5rem auto;
}
.smmStepsForm .progressBar {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.smmStepsForm .progressBar .step {
  text-align: center;
  width: 100%;
  position: relative;
  height: 0.141rem;
}
.smmStepsForm .progressBar .step.active {
  background: #002333;
}

.contactSection1 .contactSec-cont .form-cta {
  padding-top: 30px;
}

.contactSection1 .contactSec-cont .form-cta ul li {
  display: inline-block;
  padding-right: 50px;
}

.contactSection1 .contactSec-cont .form-cta ul li.last {
  padding-right: 0;
}

.contactSection1 .contactSec-cont .form-cta ul li a {
  color: #000000;
  display: flex;
  align-items: center;
}

.contactSection1 .contactSec-cont .form-cta ul li a span {
  margin-right: 15px;
}

.contactSection1 .contactSec-cont .form-cta ul li a em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.contactSection1 .contactSec-cont .form-cta ul li a em h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

.contactSection1 .contactSec-cont .form-cta ul li a:hover {
  color: #00FF84;
}
.contactSection1 .contactSec-cont .form-cta ul li a:hover svg path {
  fill: #00FF84;
}

.contactSection1 .contactSec-map {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  position: relative;
}

.contactSection1 .contactSec-map iframe {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.form_style input,
.form_style textarea,
.form_style .select_arrow {
  width: 100%;
}

.form_style input,
.form_style textarea,
.form_style select {
  padding: 15px;
  border: 1px solid #E0E0E0;
  height: 50px;
}

.form_style textarea {
  height: 200px;
}

.form_style .input_group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.form_style .input_group label {
  position: absolute;
  left: 0;
  z-index: -1;
  padding: 15px 0;
  transition: 0.2s ease-out;
  background: #fff;
  font-weight: 400;
  color: #828282;
  transform: translate(15px, 0);
}

.form_style .input_group label span {
  color: #EB5757;
}

.form_style .input_group label.has_value {
  transform: translate(15px, -10px);
  font-size: 12px;
  z-index: 1;
  padding: 5px 0;
}

.form_style .input_group input,
.form_style .input_group textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  padding: 15px;
}

.form_style .input_group input:focus + label,
.form_style .input_group textarea:focus + label {
  transform: translate(15px, -10px);
  font-size: 12px;
  z-index: 1;
  padding: 5px 0;
}

.form_style button {
  padding: 15px 30px;
  background: #00FF84;
  color: #002333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 100%;
  letter-spacing: 0.6px;
  transition: all 0.4s ease-In-out;
}

.form_style button:hover {
  background-color: #FDC800;
}

.reviews-main .col-md-4 {
  padding-bottom: 30px;
}
.reviews-main .hSec6-card {
  height: 100%;
}

.bannerReview {
  font-size: 26px;
  color: #002333;
}

.reviews_logo {
  background: #002333;
  padding: 20px 0;
}

.reviews_logo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding-left: 15px;
}

.reviews_logo ul li {
  padding-right: 80px;
}

.reviews_progress {
  background: #F3F4F8;
  border: 1px solid #D5D5D5;
  border-radius: 20px 20px 0px 0px;
  margin-top: -240px;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 9;
}
.reviews_progress p {
  text-align: center;
  line-height: 1.5;
}
.reviews_progress p strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.reviews_progress p span {
  font-size: 25px;
  padding-bottom: 20px;
}
.reviews_progress ul {
  padding: 0 30px 15px 30px;
}
.reviews_progress ul li {
  display: flex;
  align-items: center;
  color: #888E95;
  margin-bottom: 20px;
  font-size: 22px;
}
.reviews_progress ul li strong {
  font-weight: normal;
}
.reviews_progress .progress-bar {
  transition: none !important;
  background: #00FF84;
  border-radius: 5px;
}
.reviews_progress .progress {
  flex: 1;
  margin: 0 10px;
  border-radius: 5px;
  height: 20px;
}
.reviews_progress a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00FF84;
  padding: 20px 15px;
  color: inherit;
  font-size: 26px;
}
.reviews_progress a:hover {
  background: #FDC800;
}

.termsSection .termsSec-cont ul {
  padding-left: 20px;
  list-style: disc;
}

.termsSection .termsSec-cont ol {
  padding-left: 20px;
  list-style: auto;
}

.openpopup {
  display: none;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.myPopup {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 29px 116px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  width: 1150px;
  height: auto;
  position: relative;
}
.myPopup .closePop {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  cursor: pointer;
  background: #ffffff;
  color: #002333;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding-top: 2px;
  display: grid;
  place-items: center;
  font-weight: 800;
  transition: all 0.1s ease;
  will-change: background-color;
}
.myPopup .closePop:hover {
  background-color: #002333;
  color: #ffffff;
}
.myPopup .modal-left {
  padding: 35px 40px 25px 40px;
}
.myPopup .modalFormField {
  position: relative;
  margin-bottom: 30px;
}
.myPopup .modalFormField input, .myPopup .modalFormField select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50px;
  border: 1.5px solid #000;
  height: 45px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 30px 0;
  transition: all 0.4s ease-In-out;
}
.myPopup .modalFormField input:hover, .myPopup .modalFormField select:hover {
  border-color: #00FF84;
}
.myPopup .modalFormField input:focus, .myPopup .modalFormField select:focus {
  border-color: #FDC800;
}
.myPopup .modalFormField label {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  top: -6px;
  left: 25px;
  padding: 0 6px;
}
.myPopup .modalFormCheck {
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.myPopup .modalFormCheck .container112 {
  position: relative;
  height: 23px;
  padding: 3px 30px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 50px;
}
.myPopup .modalFormCheck .container112 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.myPopup .modalFormCheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #FDC800;
}
.myPopup .modalFormCheck .container112:hover input ~ .checkmark {
  background-color: #FFFAE6;
}
.myPopup .modalFormCheck .container112 input:checked ~ .checkmark {
  background-color: #FDC800;
}
.myPopup .modalFormCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.myPopup .modalFormCheck .container112 input:checked ~ .checkmark:after {
  display: block;
}
.myPopup .modalFormCheck .container112 .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.myPopup .modalFormCheck span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.myPopup .modalFormBtn button, .myPopup .modalFormBtn input[type=button] {
  width: 100%;
  color: #262626;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #FFF;
  background: #00FF84;
  box-shadow: 0px 13px 31px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 0;
  transition: all 0.4s ease-In-out;
}
.myPopup .modalFormBtn button:hover, .myPopup .modalFormBtn input[type=button]:hover {
  background-color: #FDC800;
}
.myPopup .modalFormA a {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: center;
  color: #002333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
}
.myPopup .modalFormA a span {
  padding-right: 12px;
}
.myPopup .modalFormA a:hover {
  color: #FDC800;
}
.myPopup .modalFormA a:hover span svg path {
  fill: #FDC800;
}
.myPopup .modal-images {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/banner/modalBanner_1x.webp");
  width: 100%;
  height: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .myPopup .modal-images {
    background-image: url("../images/banner/modalBanner_2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .myPopup .modal-images {
    background-image: url("../images/banner/modalBanner_3x.webp");
  }
}

.modalCont h2 {
  color: #160647;
  text-align: center;
  font-size: 32px;
  font-family: "Circular Std";
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 10px;
}
.modalCont h2 span {
  background: linear-gradient(89.99deg, #47BEB9 40.56%, #00FF84 86.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modalCont p {
  color: #160647;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 30px 30px;
}

/* Custom CSS Styling */
@media (min-width: 1660px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1660px) {
  .menu li a {
    padding: 13px 15px;
  }
  .padX {
    padding-right: 8%;
    padding-left: 8%;
  }
  .mn-hd h1 {
    font-size: 40px;
  }
  .mn-hd h2 {
    font-size: 30px;
  }
  .mn-hd h3 {
    font-size: 25px;
  }
  .mn-hd h4 {
    font-size: 20px;
  }
  .mn-hd h6 {
    font-size: 18px;
  }
  .mn-hd .para1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .mn-hd .para2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .mn-btn a {
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
  }
  .hSec1-seemore p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hSec3-cardHead h4 br {
    display: none;
  }
  footer .footer-cta .footerCta-call h5, footer .footer-cta .footerCta-call a, footer .footer-cta .footerCta-chat h5 {
    font-size: 35px;
  }
  .hSec1-cardCall h6 {
    font-size: 30px;
  }
  .hSec1-cardCall a {
    padding: 0 !important;
  }
  .hSec1-cardCall {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .quoteSec-cont {
    padding: 60px 150px 60px 50px;
  }
  .quoteSec-cont h6 {
    font-size: 52px;
    padding-bottom: 28px;
  }
  .quoteSec-cont p {
    font-size: 18px;
    line-height: 1.6;
  }
  .aboutBanner {
    background-position: center;
  }
}
@media (max-width: 1440px) {
  .menu li a {
    padding: 10px 7px;
  }
  .header-btn ul li a {
    font-size: 14px;
    line-height: 1;
  }
  .header-btn ul li.call-btn a {
    height: 40px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
  }
  .mainBanner1 .mainBanner1-card h3 {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .mainBanner1 .mainBanner1-card p {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .mainBanner1 .mainBanner1-card a {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 10px;
  }
  .mainBanner1 .mainBanner1-centerCard {
    padding: 30px 25px;
  }
  .mainBanner1 .mainBanner1-centerCard h2 {
    font-size: 45px;
    padding-bottom: 30px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild input, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild select {
    padding: 0 20px;
    height: 50px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild {
    padding-bottom: 15px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton button, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton input[type=submit] {
    height: 50px;
    font-size: 20px;
  }
  .mainBanner1 .mainBanner1-centerCard p {
    font-size: 14px;
    padding-top: 25px;
  }
  .hSec1-hd ul li {
    display: inline-block;
    padding-right: 10px;
  }
  .hSec1-main a.theam-btn-outline {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 15px;
  }
  .hSec1-card {
    padding: 25px 20px;
  }
  .hSec1-seemore {
    background-position: right;
  }
  .homeSection3 .hSec3-profile {
    padding-right: 0px;
  }
  .innerFAQSec-accordion .accordion li .acc_title {
    font-size: 22px;
    line-height: 1.1;
    padding: 30px 0 30px;
  }
  .faqSection .container {
    padding: 0 4%;
  }
  footer .footer-cta .footerCta-call h5, footer .footer-cta .footerCta-call a, footer .footer-cta .footerCta-chat h5 {
    font-size: 28px;
  }
  .mainBanner .mainBanner-cont .banner-award span {
    font-size: 18px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .mainBanner.innerBanner .mainBanner-cont h1, .mainBanner .mainBanner-cont h1 {
    font-size: 42px;
  }
  .mainBanner.innerBanner .mainBanner-cont p, .mainBanner .mainBanner-cont p {
    width: 90%;
    font-size: 16px;
  }
  .mainBanner .mainBanner-cont p {
    padding-bottom: 15px;
  }
  .mainBanner .mainBanner-cont h1 {
    padding-bottom: 10px;
    letter-spacing: 0;
  }
  .banner-award img {
    width: 75%;
  }
  .quoteSec-cont {
    padding: 40px 100px 40px 40px;
  }
  .quoteSec-cont h6 {
    font-size: 44px;
    padding-bottom: 20px;
  }
  .whychooseSection .container {
    padding-right: 3%;
    padding-left: 3%;
  }
  .whychooseSection .whySec-cont p {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .hSec3-hd.mn-hd p {
    padding-bottom: 20px;
  }
  .homeSection3 .row {
    align-items: flex-end;
  }
  .hSec3-main .row {
    align-items: stretch;
  }
  .homeSection3 .hSec3-card {
    padding: 30px 30px;
  }
  .hSec3-cardHead svg {
    width: 40px;
  }
  .homeSection3 .hSec3-card .hSec3-cardHead span {
    margin-right: 10px;
  }
  .homeSection3 .hSec3-card .hSec3-cardHead {
    padding-bottom: 15px;
  }
  .innerSection7 .innerSec7-cont1 h3 {
    font-size: 20px;
  }
  .innerSection7 .innerSec7-cont1 h4 {
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 0;
  }
  .innerSec7-cont1 .col-md-3 {
    padding-left: 0;
    padding-right: 8px;
  }
  .innerSec7-cont1 .col-md-8 {
    padding-right: 0;
    padding-left: 8px;
  }
  .innerSec7-cont1 .row {
    align-items: center;
  }
  .innerSection7 .innerSec7-cont1 p {
    font-size: 18px;
    margin-left: -10px;
    padding-top: 10px;
    line-height: 1.1;
  }
  .hSec6-card {
    border-radius: 18px;
    padding: 20px;
  }
  .mn-hd p {
    font-size: 18px;
    line-height: 1.3;
    color: #160647;
  }
  .contactSection1 .contactSec-cont .form-cta {
    padding-top: 0px;
  }
  .contactSection1 .contactSec-cont .form-cta ul li {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
    bottom: 0;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #002333;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    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;
  }
  .logo img {
    display: block;
    width: 100%;
  }
  .main-header .col-md-7.text-center {
    order: 2;
  }
  .main-header .col-md-3.text-end {
    width: 75%;
    text-align: center !important;
  }
  .header-btn {
    text-align: center;
  }
  .mainBanner1 .mainBanner1-card h3 {
    font-size: 18px;
  }
  .mainBanner1 .mainBanner1-card p {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 0px;
  }
  .mainBanner1 .mainBanner1-card a {
    font-size: 14px;
    margin-left: -9px;
  }
  .mainBanner1 .mainBanner1-centerCard p a {
    font-size: 14px;
    line-height: 1.2;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild input, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild select {
    padding: 0 15px;
    height: 45px;
    font-size: 14px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton button, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton input[type=submit] {
    height: 40px;
    font-size: 18px;
  }
  .mainBanner1 .mainBanner1-centerCard h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .hSec1-hd ul li {
    padding-right: 5px;
  }
  .hSec1-hd ul li a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
  }
  .padX {
    padding-right: 6%;
    padding-left: 6%;
  }
  .hSec1-hd br {
    display: none;
  }
  .hSec1-hd p {
    padding: 0 60px 25px;
  }
  .mn-hd h1 {
    font-size: 35px;
  }
  .mn-hd h2 {
    font-size: 28px;
  }
  .mn-hd h3 {
    font-size: 22px;
  }
  .mn-hd h4 {
    font-size: 18px;
  }
  .mn-hd h6 {
    font-size: 16px;
  }
  .mn-hd .para1 {
    font-size: 14px;
  }
  .mn-hd .para2 {
    font-size: 16px;
  }
  .mn-btn a {
    padding: 15px 30px;
    font-size: 14px;
  }
  .hSec1-main a.theam-btn-outline svg {
    width: 20px;
  }
  .hSec1-main a.theam-btn-outline {
    font-size: 14px;
  }
  .hSec1-card .hSec1-cardIcon span {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .hSec1-card .hSec1-cardIcon span svg {
    width: 100%;
    height: auto;
  }
  .hSec1-card {
    padding: 15px;
  }
  .hSec1-card .hSec1-cardIcon {
    padding-bottom: 15px;
  }
  .hSec1-card h3 {
    padding-bottom: 8px;
  }
  .hSec1-card a svg {
    width: 10px;
  }
  .hSec2-cont {
    padding-right: 0px;
  }
  .hSec2-cont h1 {
    padding-bottom: 20px;
  }
  .hSec2-main {
    height: 400px;
  }
  .sec-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-mar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sec-pad-bottom {
    padding-bottom: 40px;
  }
  .sec-pad-top {
    padding-top: 40px;
  }
  .sec-mar-top {
    margin-top: 40px;
  }
  .sec-mar-bottm {
    margin-bottom: 40px;
  }
  .padS {
    padding-left: 30px;
  }
  .padE {
    padding-right: 30px;
  }
  .homeSection3 {
    padding: 50px 0;
    background-color: #F8F8F8;
  }
  .homeSection3 .hSec3-profile .hSec3-profileImg {
    flex: 0 0 80px;
  }
  .homeSection3 .hSec3-card {
    padding: 20px;
  }
  .homeSection4 .hSec4-list ul {
    padding-right: 0;
  }
  .homeSection4 .hSec4-list ul li a {
    padding: 15px 20px;
  }
  .hSec6-main {
    margin-left: 10%;
    padding-right: 0px;
  }
  .hSec6-hd.mn-hd.text-center {
    padding: 0 130px;
  }
  footer .footer-cta {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  footer .footer-cta .footerCta-call h5, footer .footer-cta .footerCta-call a, footer .footer-cta .footerCta-chat h5 {
    font-size: 24px;
  }
  footer .widget h6 {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 7px;
  }
  footer .widget ul li a {
    font-size: 12px;
  }
  .innerFAQSec-accordion .accordion li .acc_title {
    font-size: 20px;
    padding: 30px 0 30px;
  }
  .innerFAQSec-accordion .accordion li .acc_desc p {
    font-size: 16px;
  }
  .faqSection .faqSec-hd {
    padding-bottom: 30px;
  }
  .hSec6-count h6 {
    font-size: 75px;
  }
  .hSec6-count {
    padding: 25px 0 15px;
  }
  .top-header p {
    font-size: 14px;
  }
  .mainBanner .mainBanner-cont {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mainBanner.innerBanner .mainBanner-cont h1, .mainBanner .mainBanner-cont h1 {
    font-size: 36px;
  }
  .mainBanner .mainBanner-cont h1 {
    padding-bottom: 5px;
  }
  .mainBanner .mainBanner-cont .banner-btn a.theam-dark-btn {
    margin-left: 5px;
  }
  .mn-btn a {
    padding: 10px 30px;
    font-size: 14px;
  }
  .hSec1-hd, .packageSection1 .packageSec1-hd {
    padding-bottom: 40px;
  }
  .pricing-card1 .pricing-cardHead {
    padding: 25px 15px;
  }
  .pricing-card1 .pricing-cardHead h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .pricing-card1 .pricing-cardHead p {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 10px;
    width: 100%;
  }
  .pricing-card1 .pricing-cardHead h6 {
    font-size: 40px;
    line-height: 1.2;
  }
  .pricing-card1 .pricing-cardBody {
    padding: 20px 15px 0;
  }
  .pricing-cardBody-input label {
    font-size: 16px;
    flex: 0 0 90px;
  }
  .number-input {
    width: 100%;
    text-align: center;
    padding: 0px 0;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-weight: 500;
    color: #000000;
    display: inline-flex;
    justify-content: space-between;
  }
  .number-input input {
    font-size: 14px;
    text-align: center;
  }
  .number-input button:before, .number-input button:after {
    width: 5px;
  }
  .pricing-cardBody-label label {
    font-size: 16px;
    flex: 0 0 150px;
  }
  .pricing-cardBody-label input {
    font-size: 14px;
    padding: 5px 0;
  }
  .pricing-card1 .pricing-cardBody .separator {
    margin: 15px 0;
  }
  .pricing-card1 .pricing-cardBody h6 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .pricing-card1 .pricing-cardBody ul li {
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .grand_total label {
    font-size: 16px;
  }
  .grand_total span {
    font-size: 22px;
  }
  .pricing-card1 .pricing-cardBody a.pkgbtn {
    padding: 10px;
    font-size: 16px;
    margin-bottom: -20px;
  }
  .homeSection4 .container {
    padding: 0 3%;
  }
  .quoteSec-cont h6 {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .quoteSec-cont p {
    font-size: 16px;
    line-height: 1.4;
  }
  .quoteSec-cont span {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .quoteSec-cont a {
    font-size: 20px;
    letter-spacing: 0;
  }
  .quoteSec-form h6 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .quoteSec-form .quoteSec-fFeild input, .quoteSec-form .quoteSec-fFeild select, .quoteSec-form .quoteSec-fFeild textarea {
    height: 30px;
    font-size: 14px;
  }
  .quoteSec-form .quoteSec-fFeild textarea {
    height: 60px;
  }
  .quoteSec-form .quoteSec-fFeild {
    padding-bottom: 20px;
  }
  .quoteSec-form .quoteSec-fBtn button, .quoteSec-form .quoteSec-fBtn input[type=submit] {
    font-size: 16px;
    padding: 10px 30px;
  }
  .quoteSec-form {
    padding-left: 10px;
  }
  .contactSection1 .contactSec-cont .form-cta ul li {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .contactSection1 .contactSec-map {
    padding-left: 0;
  }
  .reviews_progress {
    margin-top: -200px;
    padding: 10px 0 0 0;
  }
  .reviews_progress ul {
    padding: 0 15px 15px 15px;
  }
  .reviews_progress a {
    padding: 15px 13px;
    font-size: 18px;
  }
  .reviews_progress p strong {
    font-size: 24px;
  }
  .reviews_progress p span {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .reviews_progress ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .reviews_progress ul li.last {
    margin-bottom: 0;
  }
  .myPopup {
    border-radius: 20px;
    width: 750px;
  }
  .modalCont h2 {
    font-size: 20px;
  }
  .modalCont p {
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0px 25px;
  }
  .modalForm .col-md-6 {
    padding: 0 5px;
  }
  .modalForm .col-md-12 {
    padding: 0 5px;
  }
  .myPopup .modalFormField input, .myPopup .modalFormField select {
    height: 35px;
    font-size: 12px;
    padding: 5px 15px 0;
  }
  .myPopup .modalFormField label {
    font-size: 11px;
    top: -6px;
    left: 10px;
  }
  .myPopup .modalFormField {
    margin-bottom: 20px;
  }
  .myPopup .modalFormCheck .container112 {
    height: 14px;
    padding: 0px 0px 0px 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }
  .myPopup .modalFormCheck .checkmark {
    height: 15px;
    width: 15px;
    border-width: 3px;
  }
  .myPopup .modalFormCheck .container112 .checkmark:after {
    left: 2px;
    top: -2px;
  }
  .myPopup .modalFormBtn button, .myPopup .modalFormBtn input[type=button] {
    font-size: 14px;
    padding: 10px 0;
  }
  .myPopup .modalFormA a {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .myPopup .modalFormA a span svg {
    width: 16px;
  }
  .myPopup .modal-left {
    padding: 20px 25px 20px 40px;
  }
  .myPopup .closePop {
    right: 10px;
    top: 10px;
    font-size: 10px;
    width: 20px;
    height: 20px;
  }
  header .main-header ul.menu > li a:hover {
    color: #FDC800 !important;
    background: transparent;
}
}
@media (max-width: 991px) {
  section.mainBanner1 .col-md-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .mainBanner1 .mainBanner1-card h3 {
    font-size: 14px;
  }
  .mainBanner1 .mainBanner1-card a span svg {
    width: 15px;
  }
  .mainBanner1 .mainBanner1-card a span {
    line-height: 0;
    padding-left: 10px;
  }
  .mainBanner1 .mainBanner1-centerCard {
    padding: 20px 10px;
  }
  .mainBanner1 .mainBanner1-centerCard p {
    font-size: 13px;
    padding-top: 15px;
    line-height: 1.2;
  }
  .mainBanner1 .mainBanner1-centerCard p br {
    display: none;
  }
  .mainBanner1 .mainBanner1-centerCard h2 {
    font-size: 24px;
    line-height: 1.1;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild input, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild select {
    padding: 0 6px;
    height: 35px;
    font-size: 12px;
  }
  .mainbanner1-form .col-md-6:nth-child(2n) {
    padding-left: 0;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton button, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton input[type=submit] {
    height: 35px;
    font-size: 16px;
  }
  .padX {
    padding-right: 3%;
    padding-left: 3%;
  }
  .hSec1-hd p {
    padding: 0 60px 25px;
  }
  .mn-hd h1 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .mn-hd h2 {
    font-size: 20px;
  }
  .mn-hd h3 {
    font-size: 16px;
  }
  .mn-hd h4 {
    font-size: 18px;
  }
  .mn-hd h6 {
    font-size: 16px;
  }
  .mn-hd .para1 {
    font-size: 14px;
  }
  .mn-hd .para2 {
    font-size: 16px;
  }
  .mn-btn a {
    padding: 10px 15px;
    font-size: 12px;
  }
  .mn-hd p {
    font-size: 16px;
  }
  .mn-hd .para2 {
    font-size: 14px;
  }
  .hSec1-main a.theam-btn-outline {
    font-size: 11px;
    padding: 8px 10px;
  }
  .hSec1-main a.theam-btn-outline svg {
    width: 10px;
  }
  .hSec1-seemore p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .hSec1-card {
    padding: 10px;
  }
  .hSec1-card.hSec1-seemore {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hSec2-cont a.theam-dark-btn {
    margin-left: 8px;
  }
  .homeSection3 .container {
    padding: 0 0%;
  }
  .homeSection4 .hSec4-list ul li a {
    padding: 15px 15px;
    justify-content: flex-start;
    font-size: 14px;
  }
  .homeSection4 .hSec4-cont .hSec4-contNum {
    font-size: 40px;
    line-height: 1.1;
    top: -5px;
  }
  .homeSection4 .hSec4-cont {
    padding-left: 45px;
  }
  .homeSection5 .hSec5-cont p {
    padding-bottom: 20px;
  }
  .homeSection5 .hSec5-cont h1 {
    padding-bottom: 10px;
  }
  .homeSection5 .hSec5-cont .theam-light-btn {
    margin-left: 5px;
  }
  .innerFAQSec-accordion .accordion li .acc_title i {
    flex: 0 0 20px;
    height: 20px;
    font-size: 12px;
    padding: 2px 0 0 0;
  }
  .innerFAQSec-accordion .accordion li .acc_title {
    font-size: 17px;
    padding: 20px 0 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
  }
  .innerFAQSec-accordion .accordion li .acc_desc {
    padding: 0px 25px 10px 0;
  }
  .innerFAQSec-accordion .accordion li .acc_desc p {
    font-size: 14px;
  }
  footer {
    background-color: #002333;
    padding: 30px 0 15px;
  }
  footer .footer-cta .footerCta-call h5, footer .footer-cta .footerCta-call a, footer .footer-cta .footerCta-chat h5 {
    font-size: 16px;
  }
  footer .footer-cta {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  footer .widget h6 {
    font-size: 12px;
  }
  footer .copyright {
    padding-top: 10px;
    margin-top: 20px;
  }
  footer .copyright p, footer .copyright a, footer .copyright span {
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
  }
  .mainBanner.innerBanner .mainBanner-cont h1, .mainBanner .mainBanner-cont h1 {
    font-size: 24px;
  }
  .mainBanner.innerBanner .mainBanner-cont p, .mainBanner .mainBanner-cont p {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  .mn-btn a span svg {
    width: 15px;
    height: auto;
    margin: 0 5px;
  }
  .mainBanner .mainBanner-cont .banner-btn {
    padding-bottom: 20px;
    display: flex;
  }
  .mainBanner .mainBanner-cont .banner-award span {
    font-size: 12px;
    padding-right: 10px;
  }
  .hSec1-cardCall {
    padding: 10px 10px 10px 10px;
  }
  .hSec1-cardCall h6 {
    padding-bottom: 20px;
  }
  .pricing-cardBody-input label {
    font-size: 14px;
    flex: 0 0 70px;
  }
  .pricing-cardBody-label label {
    font-size: 14px;
    flex: 0 0 120px;
  }
  .number-input button {
    width: 20px;
    height: 20px;
  }
  .hSec3-cardHead svg {
    width: 30px;
  }
  .homeSection3 .hSec3-card .hSec3-cardHead span {
    width: 30px;
    flex: 0 0 30px;
  }
  .whychooseSection .whySec-cont p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .whychooseSection .whySec-cont h1 {
    padding-bottom: 10px;
  }
  .whychooseSection .whySec-cont .whySec-btn .theam-btn {
    margin-right: 3px;
  }
  .innerSection7 .innerSec7-cont1 p {
    font-size: 14px;
    line-height: 1.2;
  }
  .innerSection7 .innerSec7-cont1 h3 {
    font-size: 14px;
  }
  .innerSection7 .innerSec7-cont1 h4 {
    font-size: 12px;
  }
  .innerSection7 .innerSec7-cont1 {
    padding: 0 0px;
  }
  .hSec6-hd.mn-hd.text-center {
    padding: 0 30px;
  }
  .quoteSec-cont {
    padding: 20px 70px 20px 15px;
    background-position: center;
  }
  .quoteSec-form .quoteSec-fBtn button, .quoteSec-form .quoteSec-fBtn input[type=submit] {
    font-size: 14px;
    padding: 9px 25px;
  }
  .quoteSec-cont h6 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .quoteSec-cont p {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  .quoteSec-cont span {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .quoteSec-form .quoteSec-fFeild {
    padding-bottom: 10px;
  }
  .quoteSec-form .quoteSec-fFeild input, .quoteSec-form .quoteSec-fFeild select, .quoteSec-form .quoteSec-fFeild textarea {
    font-size: 12px;
  }
  .hd-pad {
    padding-bottom: 20px;
  }
  .form_style input, .form_style textarea, .form_style select {
    height: 40px;
    font-size: 14px;
  }
  .form_style .input_group label {
    padding: 13.5px 0;
    font-size: 12px;
  }
  .form_style .input_group {
    margin-bottom: 10px;
  }
  .form_style button {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1;
  }
  .contactSection1 .contactSec-cont .form-cta ul li a em {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .contactSection1 .contactSec-cont .form-cta ul li a em h6 {
    font-size: 12px;
    padding-bottom: 0px;
  }
  .contactSection1 .contactSec-cont .form-cta ul li {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .reviews_progress p strong {
    font-size: 18px;
    line-height: 0.9;
  }
  .reviews_progress p span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .reviews_progress .progress {
    height: 10px;
  }
  .reviews_progress a {
    padding: 10px 13px;
    font-size: 14px;
  }
  .reviews_logo ul li {
    padding-right: 50px;
  }
  .bannerReview {
    font-size: 16px;
  }
  .hSec6-cardHeadImg {
    flex: 0 0 35px;
  }
  .hSec6-cardHeadCont h6, .hSec6-cardHeadCont h5 {
    font-size: 12px;
    line-height: 1.1;
  }
  .hSec6-card p {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-width: 145px;
  }
  /* // Home Page */
  .top-header p {
    font-size: 14px;
    display: block;
  }
  .top-header a.th-btn {
    padding: 8px 20px 8px 20px;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 5px;
  }
  .logo {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .header-btn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-btn ul li.call-btn a {
    height: 35px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
  }
  .mainBanner1 .mainBanner1-card h3 {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .mainBanner1 .mainBanner1-card p {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .mainBanner1 .mainBanner1-card a span {
    padding-left: 10px;
  }
  .mainBanner1 .mainBanner1-card a svg {
    width: 15px;
    height: 10px;
  }
  .mainBanner1 .mainBanner1-card {
    padding: 15px 0;
  }
  .mainBanner1 .mainBanner1-centerCard {
    padding: 240px 15px 15px;
    background-position: top center;
  }
  .mainBanner1 .mainBanner1-centerCard h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild input, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild select {
    border: 1px solid #DBDBDB;
    padding: 0 15px;
    height: 45px;
    font-size: 14px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton button, .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fButton input[type=submit] {
    height: 40px;
    font-size: 16px;
  }
  .mainBanner1 .mainBanner1-centerCard .mainbanner1-form .mainbanner1-fFeild {
    padding-bottom: 15px;
  }
  .mainBanner1 .mainBanner1-centerCard p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
  }
  .mainBanner1 .mainBanner1-centerCard p br {
    display: none;
  }
  .mainBanner1 .col-md-6 {
    order: -1;
  }
  .hSec1-hd ul {
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }
  .hSec1-hd ul li {
    padding-right: 8px;
  }
  .hSec1-hd ul li a {
    white-space: nowrap;
  }
  .hSec1-main .col-md-4 {
    padding: 15px;
  }
  .hSec1-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.03);
    padding: 20px;
    height: auto;
  }
  .hSec1-card .hSec1-cardIcon {
    padding-bottom: 15px;
  }
  .hSec1-card h3 {
    padding-bottom: 5px;
  }
  .hSec2-cont {
    padding-right: 0;
    padding-top: 20px;
  }
  .hSec2-cont p {
    padding-bottom: 20px;
  }
  .hSec2-btn {
    display: flex;
  }
  .hSec2-cont a.theam-dark-btn {
    margin-left: 10px;
  }
  .homeSection3 {
    padding: 30px 0;
  }
  .hSec3-hd {
    padding-bottom: 25px;
  }
  .homeSection3 .container {
    padding: 0 15px;
  }
  .homeSection3 .hSec3-card {
    padding: 20px;
    margin-bottom: 15px;
  }
  .homeSection3 .hSec3-card .hSec3-cardHead {
    padding-bottom: 15px;
  }
  .homeSection3 .hSec3-profile {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .homeSection4 .hSec4-hd {
    padding-bottom: 20px;
  }
  .homeSection4 .container {
    padding: 0 15px;
  }
  .homeSection4 .hSec4-list ul {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .homeSection4 .hSec4-cont {
    padding-left: 30px;
  }
  .homeSection4 .hSec4-cont .hSec4-contNum {
    font-size: 40px;
    line-height: 1.2;
    left: -15px;
    top: -10px;
  }
  .homeSection4 .hSec4-cont p {
    padding-bottom: 20px;
  }
  .homeSection5 {
    padding: 30px 0;
  }
  .homeSection5 .hSec5-cont h1 {
    padding-bottom: 10px;
  }
  .homeSection5 .hSec5-cont p {
    padding-bottom: 20px;
  }
  .hSec5-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homeSection5 .hSec5-cont .theam-light-btn {
    margin-left: 5px;
  }
  .hSec6-count {
    padding: 20px 0 0px;
  }
  .hSec6-count h6 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .hSec6-logo {
    padding-bottom: 25px;
  }
  .hSec6-main {
    margin-left: 0;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    padding-top: 40px;
  }
  .hSec6-main .slick-arrow {
    top: -20px;
    left: 20px;
  }
  .hSec6-main .slick-arrow:after {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .hSec6-main .slick-next.slick-arrow:after {
    left: 50px;
  }
  .innerFAQSec-accordion .accordion li .acc_title {
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
  }
  .innerFAQSec-accordion .accordion li .acc_desc {
    padding: 0px 25px 15px 0;
  }
  .innerFAQSec-accordion .accordion li .acc_desc p {
    font-size: 14px;
    line-height: 1.4;
  }
  .innerFAQSec-accordion .accordion li .acc_title i {
    padding: 0;
    font-size: 14px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    padding-left: 0px;
  }
  footer {
    padding: 30px 0 15px;
  }
  footer .footer-cta {
    padding: 20px;
    margin-bottom: 30px;
  }
  footer .footer-cta .footerCta-call {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
  }
  footer .footer-cta .footerCta-call h5 {
    font-size: 28px;
    line-height: 1;
    padding-right: 0;
    padding-bottom: 5px;
  }
  footer .footer-cta .footerCta-call a {
    font-size: 28px;
    line-height: 1;
  }
  footer .footer-cta .footerCta-chat {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  footer .footer-cta .footerCta-chat h5 {
    font-size: 28px;
    line-height: 1;
    padding-right: 0;
    padding-bottom: 8px;
  }
  footer .copyright {
    padding-top: 10px;
    margin-top: 15px;
  }
  footer .copyright p, footer .copyright a, footer .copyright span {
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
  }
  footer .copyright p {
    padding-bottom: 10px;
  }
  footer .col-md-6.text-end {
    text-align: center !important;
  }
  footer .widget h6 {
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    padding-bottom: 8px;
  }
  footer .widget ul li a {
    font-size: 14px;
    line-height: 1;
    color: #707070;
  }
  .faqSection .faqSec-hd {
    padding-bottom: 20px;
  }
  br {
    display: none;
  }
  .sec-pad {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-pad-top {
    padding-top: 30px;
  }
  .padX {
    padding-right: 0%;
    padding-left: 0%;
  }
  .sec-mar-bottm {
    margin-bottom: 30px;
  }
  .sec-mar-top {
    margin-top: 30px;
  }
  .mn-hd h1 {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .mn-hd h2 {
    font-size: 20px;
  }
  .mn-hd h3 {
    font-size: 18px;
  }
  .mn-hd h4 {
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
  }
  .mn-hd h6 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }
  .mn-hd p {
    font-size: 16px;
    line-height: 1.3;
    color: #160647;
  }
  .mn-hd .para1 {
    font-size: 15px;
    line-height: 1.6;
  }
  .mn-hd .para2 {
    font-size: 14px;
    line-height: 1.2;
  }
  .hSec1-hd {
    padding-bottom: 25px;
  }
  .mn-btn a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
  }
  .mn-btn a span {
    line-height: 0;
    padding: 0 8px;
  }
  .slick-list {
    margin: 0;
  }
  /* // INNER PAGE */
  .mainBanner {
    padding: 30px 0;
  }
  .mainBanner .mainBanner-cont {
    padding-left: 0;
  }
  .mainBanner .mainBanner-cont h1 {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .mainBanner .mainBanner-cont p {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .mainBanner .mainBanner-cont .banner-btn a.theam-dark-btn {
    margin-left: 8px;
  }
  .mainBanner .mainBanner-cont .banner-award {
    padding-bottom: 15px;
  }
  .mainBanner .mainBanner-cont .banner-award span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #002333;
    padding-right: 10px;
    white-space: nowrap;
  }
  .hSec1-hd p {
    padding-bottom: 15px;
  }
  .hSec1-cardCall a {
    padding: 0;
    display: inline-flex;
  }
  .hSec1-cardCall {
    border-radius: 5px;
    padding: 15px;
  }
  .hSec1-cardCall h6 {
    padding-bottom: 15px;
  }
  .hSec1-cardCall, .hSec1-cardChat {
    display: none;
  }
  .packageSection1 .packageSec1-hd {
    padding-bottom: 25px;
  }
  .pricing-card1 .pricing-cardHead {
    padding: 20px;
  }
  .pricing-card1 .pricing-cardHead h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .pricing-card1 .pricing-cardHead p {
    width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .pricing-card1 .pricing-cardHead h6 {
    font-size: 38px;
    line-height: 1.2;
  }
  .pricing-card1 .pricing-cardBody {
    padding: 20px 15px 0;
  }
  .pricing-cardBody-input label {
    font-size: 14px;
    flex: 0 0 80px;
  }
  .pricing-cardBody-input {
    padding-bottom: 10px;
  }
  .number-input input {
    font-size: 16px;
    text-align: center;
  }
  .number-input button {
    width: 25px;
    height: 25px;
  }
  .pricing-cardBody-label label {
    font-size: 14px;
    flex: 0 0 150px;
  }
  .pricing-cardBody-label input {
    font-size: 16px;
  }
  .pricing-card1 .pricing-cardBody .separator {
    margin: 15px 0;
  }
  .pricing-card1 .pricing-cardBody h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .pricing-card1 .pricing-cardBody ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .pricing-card1 .pricing-cardBody ul li::after {
    width: 10px;
    height: 10px;
  }
  .grand_total span {
    font-size: 30px;
  }
  .grand_total label {
    font-size: 18px;
    font-weight: 700;
  }
  .grand_total {
    padding-bottom: 15px;
  }
  .packageSection1 .col-md-4 {
    padding-bottom: 40px;
  }
  .pricing-card1 .pricing-cardBody a.pkgbtn {
    padding: 10px;
    font-size: 16px;
    margin-bottom: -20px;
  }
  .quoteSec-cont {
    padding: 15px;
    margin-bottom: 30px;
  }
  .quoteSec-cont h6 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .quoteSec-cont p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-bottom: 15px;
  }
  .quoteSec-cont span {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 0px;
  }
  .quoteSec-cont a {
    font-size: 25px;
    letter-spacing: 0;
  }
  .quoteSec-form {
    padding-left: 0;
  }
  .quoteSec-form h6 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .quoteSec-form .quoteSec-fFeild {
    padding-bottom: 15px;
  }
  .quoteSec-form .quoteSec-fFeild input, .quoteSec-form .quoteSec-fFeild select, .quoteSec-form .quoteSec-fFeild textarea {
    font-size: 16px;
    height: 35px;
  }
  .quoteSec-form .quoteSec-fFeild textarea {
    padding-top: 10px;
    height: 80px;
  }
  .quoteSec-form .quoteSec-fBtn button, .quoteSec-form .quoteSec-fBtn input[type=submit] {
    font-size: 16px;
    padding: 10px 50px;
  }
  /* ABout */
  .aboutBanner {
    background-position: revert;
  }
  .aboutBanner .mainBanner-cont {
    padding-right: 0px;
  }
  .whychooseSection .whySec-cont h1 {
    padding-bottom: 15px;
  }
  .whychooseSection .whySec-cont {
    padding-right: 0;
  }
  .whychooseSection .whySec-cont p {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .whychooseSection .whySec-cont .whySec-btn a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .innerSection7 .innerSec7-cont1 {
    padding: 0 0px;
    text-align: center;
    padding-bottom: 20px;
  }
  .innerSection7 .innerSec7-cont1 h3 {
    font-size: 22px;
    padding: 8px 0;
  }
  .innerSection7 .innerSec7-cont1 h4 {
    font-size: 20px;
    padding-bottom: 4px;
  }
  .innerSection7 .innerSec7-cont1 p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    width: 80%;
    margin: auto;
  }
  .padS {
    padding-left: 0;
  }
  .padE {
    padding-right: 0;
  }
  .sec-pad-bottom {
    padding-bottom: 30px;
  }
  .leftSide .row {
    flex-direction: column-reverse;
  }
  .proceSec-cont {
    padding-top: 20px;
  }
  .contactSection1 .contactSec-cont .form-cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contactSection1 .contactSec-cont .form-cta ul li {
    display: inline-block;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .contactSection1 .contactSec-map {
    height: 300px;
    padding-left: 0;
  }
  /* // REVIEW */
  .bannerReview {
    font-size: 18px;
  }
  .reviews_progress {
    border-radius: 5px 5px 0px 0px;
    margin-top: 0px;
    padding: 20px 0 0 0;
    margin-bottom: 25px;
  }
  .reviews_logo ul li {
    padding-right: 15px;
  }
  .reviews_logo ul li.last {
    padding-right: 0;
  }
  .reviews_progress p strong {
    font-size: 22px;
  }
  .reviews_progress p span {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .reviews_progress ul {
    padding: 0 15px 15px 15px;
  }
  .reviews_progress ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .reviews_progress a {
    background: #00FF84;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .main-header .col-md-3.text-end {
    width: 100%;
  }
  .menu-Bar {
    display: block;
    top: 10px;
    bottom: auto;
  }
  .mainbanner1-form .col-md-6:nth-child(2n) {
    padding-left: 12px;
  }
  .top-header p {
    font-size: 11px;
    display: block;
  }
  section.mainBanner1 .col-md-3 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .hSec1-main a.theam-btn-outline {
    font-size: 14px;
    padding: 10px 15px;
  }
  .hSec1-main a.theam-btn-outline svg {
    width: 20px;
  }
  .hSec1-main .col-md-4 {
    padding: 7.5px 15px;
  }
  .innerFAQSec-accordion .accordion li .acc_title i {
    padding: 0;
    font-size: 7px;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    padding-left: 0px;
  }
  .copyright .col-md-4.text-end {
    text-align: center !important;
  }
  .mainBanner {
    padding: 10px 0;
  }
  .myPopup {
    border-radius: 5px;
    width: 90%;
  }
  .modalForm .col-md-6 {
    padding: 0 15px;
  }
  .modalForm .col-md-12 {
    padding: 0 15px;
  }
  .myPopup .modal-left {
    padding: 30px 25px 20px 25px;
  }
  .modal-images {
    display: none;
  }
  .myPopup .closePop {
    right: 5px;
    top: 5px;
    font-size: 8px;
    width: 15px;
    height: 15px;
    padding: 1px 0 0 1px;
  }
}/*# sourceMappingURL=style.css.map */