* {
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding: 0px 80px;
}

.hide-on-desktop {
  display: none !important;
}
.navbar ul.navbar-nav li a {
  font-family: inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #18191f;
  letter-spacing: 0.5px;
}

a.nav-link.dropdown-toggle {
  cursor: pointer;
}

.menu-bar a.login {
  color: #1478f1 !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px;
}
.br-right:after {
  position: absolute;
  content: "";
  height: 24px;
  border: 1px solid #d1d1d1;
  right: -15px;
  top: 12px;
}
ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow {
  width: 250px;
  padding: 18px 24px 38px;
  margin-top: 20px;
  top: 125px;
  right: 375px;
  position: fixed !important;
}

/******* Start New Mega Menu  ******/
.newMega-menu .navbar_contact {
  display: flex;
  align-items: center;
  gap: 24px;
  transition-duration: 0.3s;
  animation-duration: 0.3s;
  padding: 8px 11.388px 11.388px 8px;
  border-radius: 5px;
  border: 1px solid rgba(20, 120, 241, 0.5);
  background: #fff;
  margin-left: 20px;
  position: relative;
}

.navbar.bg-light.newMega-menu {
      background: #fff !important;
    z-index: 999;
    position: sticky;
}

.newMega-menu .navbar_contact .navbar_item img {
  width: 24px;
}

.newMega-menu .contact_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 515px;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  background-color: #fff;
  margin-top: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #e4e4f6;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}

.newMega-menu .arrow {
  position: absolute;
  width: 32px;
  height: 28px;
  top: -22px;
  right: 50px;
  background-image: url("../img/arrow-icon.webp");
  cursor: pointer;
  transition: 0.3s;
}

.newMega-menu .space {
  position: absolute;
  width: 100%;
  height: 3rem;
  margin-top: -0.75rem;
  top: 3.5rem;
  left: 0;
  display: none;
  border-radius: 16px;
}

.newMega-menu .navbar_contact:hover .space {
  display: block;
}

.newMega-menu .navbar_contact:hover > .contact_dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.newMega-menu .navbar_contact:hover {
  border-color: #1478f1;
}

.newMega-menu .contact_dropdown-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-left: 1px solid #e5e7eb;
  flex: 1 1 0%;
}

.newMega-menu .contact_dropdown-item:first-child {
  border: 0;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_icon a {
  padding: 11.9px 13px;
  display: inline-block;
  border-radius: 10px;
  background: #ecf5ff;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_icon a img {
  width: 22px;
}

.newMega-menu .contact_dropdown-item:nth-child(2) .contact_dropdown_icon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(22%) saturate(3001%)
    hue-rotate(190deg) brightness(93%) contrast(88%);
}

.newMega-menu .contact_dropdown-item:nth-child(3) .contact_dropdown_icon img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(52%) saturate(583%)
    hue-rotate(62deg) brightness(103%) contrast(91%);
}

.newMega-menu .navbar_contact .navbar_item:nth-child(3) img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(52%) saturate(583%)
    hue-rotate(62deg) brightness(103%) contrast(91%);
}

.newMega-menu .navbar_contact .navbar_item:nth-child(2) img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(22%) saturate(3001%)
    hue-rotate(190deg) brightness(93%) contrast(88%);
}

.newMega-menu .contact_dropdown-item .contact_dropdown_text h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 6px;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_text p {
  color: rgba(32, 32, 32, 0.5);
  font-size: 13.7px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_link {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_link a {
  text-decoration: none;
  color: #0f2d7a !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

.newMega-menu .contact_dropdown-item .contact_dropdown_link i {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #034d82;
}

.newMega-menu .contact_dropdown-item:hover .contact_dropdown_link i {
  transform: translateX(6px);
}

.newMega-menu .dropdown-menu {
  border-radius: 16px !important;
  border: 1px solid #e4e4f6 !important;
  background: #fff !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25) !important;
  width: 350px !important;
}

.newMega-menu .dropdown-menu.regionMenu,
.newMega-menu .dropdown-menu.countryMenu {
  top: 112px !important;
  right: 210px !important;
}

.newMega-menu .dropdown-menu p {
  color: #6a7282;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.newMega-menu .backBtn p {
  color: #212121;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.newMega-menu .backBtn p i {
  font-size: 14px;
}

.newMega-menu .globe-shadow input.form-control.form-control-sm {
  border-radius: 32px;
  background: #f6f6f6;
  padding: 12px 8px;
  height: 45px;
  color: rgba(33, 33, 33, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
  padding-left: 45px;
  border: 0;
}

.newMega-menu .globe-search {
  position: relative;
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.newMega-menu .globe-search i {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 15px;
  color: #212121cc;
}

.newMega-menu .backBtn {
  margin-top: 22px;
  cursor: pointer;
}

.newMega-menu .globe-main {
  scrollbar-color: #8b8b8b #fcfcfc;
  max-height: 280px;
  overflow-y: auto;
}

.newMega-menu .globe-main::-webkit-scrollbar {
  width: 6px;
}

.newMega-menu .globe-main::-webkit-scrollbar-track {
  background: transparent;
}

.newMega-menu .globe-main::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
}

.newMega-menu .globe-main::-webkit-scrollbar-thumb:hover {
  background-color: #6b7280;
}

.newMega-menu .globe-main {
  border-radius: 0 0 16px 16px;
  background: #fff;
  padding-top: 5px;
}

.newMega-menu .globe-main ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.newMega-menu .form-control:focus {
  box-shadow: none;
  background: #f6f6f6 !important;
}

.newMega-menu .choose-region ul {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}

.newMega-menu .choose-region ul li {
  width: 100%;
}

.newMega-menu .choose-region li a {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  color: #212121 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  width: 100%;
}

.newMega-menu .choose-region li a span {
  border-radius: 8px;
  border: 1px solid #eaeaf0;
  background: #fff;
  padding: 9px 10px;
}

.newMega-menu .choose-region li a span img {
  width: 18px;
}

.newMega-menu .choose-region li a:hover {
  background: #f6f6f6;
  color: 212121;
}

.newMega-menu .choose-region li a:hover span img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(81%) saturate(989%)
    hue-rotate(185deg) brightness(91%) contrast(108%);
}

.newMega-menu .dropdown-menu.custom-dropdown {
  border-radius: 16px;
  border: 1px solid #e4e4f6;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  width: auto !important;
  margin-top: 14px;
}

.newMega-menu .custom-dropdown .dropdown-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.newMega-menu .dropdown-menu.custom-dropdown .dropdown-item {
  padding: 9px 15px !important;
  color: #212121;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.075px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding-right: 30px !important;
}

.newMega-menu .custom-dropdownItem li {
  flex: 1;
  width: 100%;
}

.newMega-menu .dropdown-menu.custom-dropdown .dropdown-item:hover {
  border-radius: 12px;
  background: #f3f9ff;
  color: #212121;
}

.newMega-menu .custom-dropdownItem {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.newMega-menu .navCity-wrapper .cityWise-info h3 {
  color: #2f2f2f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.newMega-menu .navCity-wrapper .cityWise-info p {
  color: #4f4f4f !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: start !important;
  margin-bottom: 0;
}

.newMega-menu .navCity-wrapper .cityWise-info a {
  border-radius: 8px;
  background: #1478f1;
  box-shadow: 0 4px 4px 0 rgba(20, 120, 241, 0.3);
  padding: 9px 16px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-top: 20px !important;
}

.newMega-menu .navCity-img {
  width: 265px;
  height: 175px;
  margin-bottom: 15px;
}

.newMega-menu .navCity-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 24px;
}

.newMega-menu .custom-dropdownItem.more-dropdownItem {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(4, auto); /* 4 rows */
  gap: 15px 25px; /* row-gap column-gap */
  overflow-y: auto;
  height: 205px;
  overflow-y: auto;
}

.newMega-menu .custom-dropdownItem.more-dropdownItem::-webkit-scrollbar {
  width: 8px;
}

.newMega-menu .custom-dropdownItem.more-dropdownItem::-webkit-scrollbar-track {
  background: #c7c7c7;
  border-radius: 10px;
  border: 2px solid transparent;
}

.newMega-menu .custom-dropdownItem.more-dropdownItem::-webkit-scrollbar-thumb {
  background: #1478f1;
  border-radius: 10px;
  border: 2px solid #c7c7c7;
}

.newMega-menu
  .custom-dropdownItem.more-dropdownItem::-webkit-scrollbar-thumb:hover {
  background: #0f63c7;
}

/***** End New Mega Menus *********/

.top-head {
  background: #0f2d7a;
  padding: 16px 0px;
}

.top-heading p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  margin-bottom: 0;
}

.secGap {
  padding: 60px 0px;
}

.pt-60 {
  padding-top: 60px;
}

.common-content h2 {
  color: #333;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.common-content h4 {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 20px;
  border: 1px solid #e7e7e8;
  background: #fff;
  display: inline-flex;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}

@keyframes sparkle {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.15);
    filter: brightness(1.6);
  }

  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

.common-content h4 img {
  margin-right: 8px;
  animation: sparkle 1.8s ease-in-out infinite;
}

.menuSec {
  filter: drop-shadow(0 15px 17px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
  background: #fff;
  padding: 16px 20px;
  align-items: center;
}

.navbar.bg-light.newMega-menu {
  box-shadow: none;
  border: 0;
}

.navbar.bg-light.newMega-menu .navbar-brand img {
  width: 173px !important;
  margin-right: 0px;
}

.navbar.bg-light.newMega-menu .navbar-brand {
  margin-right: 0;
}

.navbar.bg-light.newMega-menu {
  top: 0;
}

.bannerSec {
  padding: 60px 40px 50px 40px;
  position: relative;
  /*z-index: -9;*/
}

.bannerSec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner-bg.webp");
  background-repeat: repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -9;
}

.bannerSec-caption h4 {
  color: #1478f1;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.bannerSec-caption h4 img {
}

.bannerSec-caption h1 {
  color: #333;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.6px;
}

.bannerSec-caption h1 span {
  color: #1478f1;
}

.bannerSec-caption p {
  color: rgba(33, 33, 33, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0px 100px;
  margin-top: 30px;
}

.bannerSec-caption .defaultBtn {
  font-size: 14px;
  padding: 14px 25px;
  display: inline-block;
  margin-top: 40px;
}

.bannerSec-caption .borderBtn {
  padding: 14px 25px;
  font-size: 14px;
}

.bannerSec-review {
  margin-top: 30px;
}

.bannerSec-review img {
  width: 200px;
}

.company-img {
  width: 101px;
  height: 40px;
}

.company-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  filter: grayscale(1);
}

.bannerSec-logo {
  margin-top: 60px;
}

.bannerLog-silder {
  padding: 20px 0px;
}

.bannerSec-logo h2 {
  color: #667085;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.our-usp {
  background: #f2f8ff;
}

.uspBox-icon {
  border-radius: 24px;
  background: #f4f9ff;
  box-shadow: 0 0 2px -2px rgba(33, 33, 33, 0.4);
  display: inline-block;
  padding: 24.5px 25px;
  margin-bottom: 30px;
}

.uspBox-icon img {
  width: 70px;
  height: 71px;
}

.usp-box {
  border-radius: 30px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
  padding: 30px;
  height: 100%;

  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease,
    border 0.4s ease;
}

.usp-box:hover {
  background: linear-gradient(180deg, #1478f1 0%, #0c458b 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transform: translateY(-8px);
}

/* Text animation */
.uspBox-content h3,
.uspBox-content p {
  transition: color 0.3s ease;
}

.usp-box:hover .uspBox-content h3 {
  color: #fff;
}

.usp-box:hover .uspBox-content p {
  color: rgba(255, 255, 255, 0.9);
}

.uspBox-icon img {
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

.usp-box:hover .uspBox-icon img {
  transform: scale(1.1) rotate(3deg);
}

.uspBox-content h3 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.25px;
}

.uspBox-content p {
  color: rgba(33, 33, 33, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.defaultBtn {
  position: relative;
  border-radius: 5px;
  background: #1478f1;
  box-shadow:
    0 1px 3px 0 rgba(20, 120, 241, 0.4),
    0 9px 30px 1px rgba(20, 120, 241, 0.3);

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 42px 12px 42px;
  text-decoration: none;
  display: inline-block;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* Arrow */
.defaultBtn i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(-5px);
  opacity: 0;
  font-size: 18px;
  transition: all 0.35s ease;
}

/* Hover */
.defaultBtn:hover {
  background: linear-gradient(180deg, #1478f1 0%, #0c458b 100%);
  box-shadow: 0 10px 30px rgba(20, 120, 241, 0.45);
  transform: translateY(-3px);
  color: #fff;
}

.defaultBtn:hover i {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.borderBtn {
  color: #1478f1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #fff;
  box-shadow:
    0 1px 3px 0 rgba(20, 120, 241, 0.4),
    0 0 0 1px rgba(20, 120, 241, 0.6);
  padding: 12px 42px 12px 42px;
  text-decoration: none;
  display: inline-block;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.borderBtn:hover {
  box-shadow: 0 10px 30px rgba(20, 120, 241, 0.45);
  transform: translateY(-3px);
}

.secBtn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.globalCountry-about-caption p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 24px;
}

.globalCountry-aboutBox {
  border: 1px solid #e0e0e0;
  background: #ecf5ff;
  padding: 28px 40px;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}

.globalCountry-aboutBox:hover {
  background: #fff;
  border-color: #fff;
  box-shadow:
    0 38.5px 25.5px rgba(56, 56, 56, 0.06),
    0 20px 13px rgba(56, 56, 56, 0.05),
    0 8.1px 6.5px rgba(56, 56, 56, 0.04),
    0 1.8px 3.1px rgba(56, 56, 56, 0.02);
  transform: translateY(-6px);
}

.globalCountry-aboutBox h3 {
  color: #313131;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.globalCountry-aboutBox p {
  color: #61646b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-top: 10px;
  margin-left: 32px;
  margin-right: 32px;
}

.globalCountry-info {
  position: relative;
}

.globalCountry-info::after {
  position: absolute;
  content: "";
  background: #e0e0e0;
  height: 100%;
  width: 1px;
  top: 50%;
  right: -24%;
  transform: translateY(-50%);
}

.globalCountry-review {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 35px;
}

.videoSec-caption {
  padding: 32px;
  border-radius: 32px;
  background: #1478f1;
  width: 100%;
  max-width: 401px;
  height: 100%;
}

.videoSec-caption span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: inline-block;
}

.videoSec-caption h3 {
  color: #fff;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -6px;
}

.videoSec-caption h3 span {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -6px;
}

.videoSec-caption p {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.64px;
  margin-right: 3rem;
}

.videoSec-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.videoSec-info iframe {
  width: 100%;
  height: 430px;
  border-radius: 24.58px;
}

.whyUs-sec {
  background-image: url("../img/whyChoose-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.whyUs-caption p {
  color: rgba(33, 33, 33, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 20px;
  padding-bottom: 25px;
}

.whyUs-list li {
  position: relative;
  padding-left: 35px;
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 15px;
}

.whyUs-list li::before {
  content: "";
  background-image: url("../img/list-icon.webp");
  position: absolute;
  left: 0px;
  top: 2px;
  width: 24px;
  height: 24px;
}

.whyUs-img img {
  width: 579px;
}

/* @keyframes floatImg {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.whyUs-img img {
    animation: floatImg 3.2s ease-in-out infinite;
} */

/* Pricing Section Start */

.pricing_sec {
  padding: 40px 0 80px 0;
  background-image: url("../img/price-bg.webp");
  background-size: cover;
  background-position: center;
}

.pricing_cards_sec {
  padding: 80px 0 0 0;
}

.pricing_cards_sec .pricing_card {
  border-radius: 16px;
  border: 0.8px solid #e5e7eb;
  background: #fff;
  height: 100%;
  padding: 32.8px 32.8px 150px 32.8px;
  position: relative;
}

.pricing_cards_sec .pricing_card.active {
  margin-top: -20px;
  padding: 55px 32px 150px 32px;
  border-radius: 16px;
  border: 1px solid #1478f1;
  background: #fff;
  box-shadow: 0 25px 50px -12px #e9e9e9;
  height: calc(100% + 40px);
}

.recommended_card {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  gap: 8.4px;
  border-radius: 26843500px;
  background: linear-gradient(90deg, #1478f1 0%, #1447e6 100%);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.pricing_cards_sec .pricing_card .price_icon {
  border-radius: 14px;
  background: #eff6ff;
  display: flex;
  width: 48px;
  height: 48px;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.pricing_cards_sec .pricing_card.active .price_icon {
  background: #1478f1;
}

.pricing_cards_sec .pricing_card.active .price_icon img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(4902%)
    hue-rotate(171deg) brightness(116%) contrast(107%);
}

.pricing_cards_sec .pricing_card .price_icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pricing_cards_sec .pricing_card h3 {
  color: #101828;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 6px;
}

.pricing_cards_sec .pricing_card p {
  color: rgba(30, 30, 30, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.pricing_cards_sec .pricing_card .price_sec {
  padding: 32px 0;
  border-bottom: 0.8px solid #f3f4f6;
}

.pricing_cards_sec .pricing_card h4 {
  color: #1e1e1e;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 6px;
  font-family: Inter;
}

.pricing_cards_sec .pricing_card h4 span {
  color: #1e1e1e;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.pricing_cards_sec .pricing_card ul {
  margin: 32px 0;
  list-style: none;
  padding-left: 0;
}

.pricing_cards_sec .pricing_card ul li {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 18px;
}

.pricing_cards_sec .pricing_card ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/check-icon.webp);
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  background-position: center;
  background-size: contain;
}

.pricing_cards_sec .pricing_card ul li::after {
  background-color: rgba(0, 211, 79, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing_cards_sec .pricing_card.active ul li::before {
  filter: brightness(0) invert(1);
  z-index: 9;
}

.pricing_cards_sec .pricing_card.active ul li::after {
  background-color: #00d34f;
}

.pricing_btn {
  position: absolute;
  left: 33px;
  right: 33px;
  bottom: 33px;
}

.pricing_btn .price_whatsapp {
  margin-bottom: 24px;
}

.pricing_btn .price_whatsapp .price_whatsapp_btn {
  color: #364153;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.pricing_cards_sec
  .pricing_card.active
  .pricing_btn
  .price_whatsapp
  .price_whatsapp_btn {
  color: #007a2e;
}

.price_btn .price_plan_btn {
  border-radius: 10px;
  background: #1478f1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 20px;
  min-width: 100%;
  text-decoration: none;
}

.price_btn .price_plan_btn img {
  filter: brightness(0) invert(1);
}

.pricing_cards_sec .pricing_card.active .price_btn .price_plan_btn {
  box-shadow: 0 4px 6px -4px #b9b9b9;
}

/* Pricing Section End */

/* ================= Testimonial Style ================ */
.testimonialsSec {
  background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
}

.testimonial-wrapper-top span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.testimonial-wrapper-top .five-start i {
  color: #f8a401;
  font-size: 18px;
}

.testimonial-wrapper-top img {
  width: auto !important;
}

.five-start {
  display: flex;
  align-items: center;
  gap: 8px;
}

.client-icon {
  width: 72px;
  height: 72px;
}

.client-icon img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-wrapper {
  border-radius: 12px;
  border: 1px solid #333;
  background-image: url("../img/testimonial-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 0px;
  margin: 5px;
}

.testimonial-wrapper-top p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 0;
}

.testimonial-wrapper-top {
  padding: 30px 60px 0px 30px;
}

.wrapper-btm-text h3 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.wrapper-btm-text p {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.testimonial-wrapper-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}

.testimonialsSec-slider .owl-carousel .owl-stage-outer {
  padding-bottom: 25px;
  padding-top: 5px;
}

.testimonialsSec-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonialsSec-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #1478f1 !important;
  opacity: 1;
}

.testimonialsSec-slider .owl-theme .owl-dots .owl-dot span,
.testimonialsSec-slider .owl-theme .owl-dots .owl-dot span {
  background: rgba(33, 33, 33, 0.3) !important;
  opacity: 1;
  width: 10.695px;
  height: 10.695px;
}

.wrapper-btm-img img {
  border-radius: 12px;
  width: 130px !important;
}

/*------------------- Home FAQ Section -------------------*/
.faqSec {
  background: #fffdfc;
  position: relative;
  z-index: 1;
}

.faqSec .accordion-item {
  margin-bottom: 24px;
  border: 0;
}

.faqSec .accordion-button {
  border-radius: 4.911px !important;
  background: #fff !important;
  color: #212121 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 14px 5px;
  border-bottom: 1px solid #f1f1f1;
}

.faqSec .accordion-body {
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.135px;
  padding: 10px 0px 20px 0px;
}

.faqSec .accordion-button:not(.collapsed) {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.faqSec .accordion-button:focus {
  box-shadow: unset;
}

.faqSec .accordion-button {
  gap: 15px;
}

.faqCta {
  border-radius: 16px;
  background: #cee4ff;
  padding: 31.34px 41px 35.66px 41px;
  margin-top: 50px;
}

.faqCta-caption h3 {
  color: #0f2d7a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
}

.faqCta-caption p {
  color: #0f2d7a;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-bottom: 0;
}

.ctaSec-inner p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 24px;
}

.ctaSec-wrapper {
  border-radius: 36px;
  background: linear-gradient(261deg, #1478f1 11.36%, #0c458b 67.8%);
  position: relative;
}

.ctaSec-inner h2 {
  color: #fff;
  font-size: 43.555px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.5px;
}

.ctaSec-inner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  text-align: start;
}

.ctaSec .defaultBtn {
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: #fff;
  box-shadow: 0 30px 50px 0 rgba(3, 77, 130, 0.1);
  color: #1478f1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  padding: 12px 30px;
  margin-top: 40px;
  display: inline-block;
}

.ctaSec-inner {
  padding: 68px 0 69px 80px;
}

.ctaSec-img {
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 40px;
}

.ctaSec {
  margin-top: 60px;
}

.businessStructure-tab {
  border-radius: 48px;
  background: #1478f1;
  padding: 12px;
}

.businessStructure-tab .nav-pills .nav-link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 36px !important;
  padding: 15px 20px 15px 20px;
}

.businessStructure-tab .nav-pills .nav-link.active {
  background: #fff;
  color: #1478f1;
}

.businessStructure-tab #pills-tab {
  align-items: flex-start;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.businessStructure-tab #pills-tab li.nav-item {
  margin-left: 0px;
}

.businessStructure-box {
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background: #f7fbff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 28px 31px 27px 31px;
  position: relative;
}

.businessStructure-text h3 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.businessStructure-text p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.businessStructure-text a {
  border-radius: 5px;
  border: 0.8px solid #333;
  color: #212121;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 13.5px 7px 12.5px;
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
}

.businessStructure-text a:hover {
  border-radius: 8px;
  border-color: #1478f1;
  color: #1478f1;
  transition: all 0.35s ease;
}

.businessStructure-text a img {
  transform: rotate(45deg);
}

.businessStructure-text a:hover img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(74%) saturate(2279%)
    hue-rotate(200deg) brightness(97%) contrast(94%);
  transform: rotate(0deg);
  transition: all 0.35s ease;
}

.businessStructure-tabDetails {
  margin-left: 60px;
}

.businessStructure-icon {
  border-radius: 9px;
  background: #fff;
  box-shadow:
    0 4px 32px 0 rgba(0, 0, 0, 0.03),
    0 24px 32px -8px rgba(0, 0, 0, 0.07);
  padding: 12px;
  display: inline-block;
  margin-bottom: 24px;
}

.businessStructure-icon img {
  width: 32px;
}

.businessInner {
  border-radius: 30px;
  border: 0.5px solid rgba(51, 51, 51, 0.2);
  background: #fff;
  box-shadow: 0 24px 54px 0 rgba(20, 120, 241, 0.05);
  padding: 40px 30px 0px 30px;
}

.journey-caption a {
  color: #1478f1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.journey-caption h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: 12px;
}

.journey-caption p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.journey-caption {
  margin-right: 5.7rem;
}

.quickProcess {
  margin-left: 3rem;
}

.quickProcess.journey-caption p {
  margin-right: 9.9rem;
}

.folder-aboutUs {
  background-image: url("../img/folder-aboutUs-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutUs-inner-tab {
  border-radius: 10px;
  border: 1px solid rgba(15, 45, 122, 0.6);
  background: #fff;
  box-shadow: 0 24px 31.5px 0 rgba(20, 120, 241, 0.15);
  padding: 20px 15px;
  display: block;
  position: absolute;
  bottom: -47px;
  right: 85px;
}

.aboutUs-inner-tab .nav-pills .nav-link.active {
  border-radius: 6px;
  background: linear-gradient(90deg, #1478f1 0%, #0c458b 100%);
  width: 130%;
}

.aboutUs-inner-tab .nav-pills .nav-link.active img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.aboutUs-inner-tab .nav-pills .nav-link img {
  opacity: 0;
}

.aboutUs-inner-tab #pills-tab {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.aboutUs-inner-tab #pills-tab li.nav-item {
  margin-left: 0px;
  width: 100%;
}

.aboutUs-inner-caption p {
  color: rgba(51, 51, 51, 0.9);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.aboutUs-inner-img {
  position: relative;
}

.aboutUs-inner-tab .nav-pills .nav-link {
  border-radius: 11.607px;
  background: #97c6ff;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.348px;
  width: 100%;
  text-align: start;
}

.aboutUs-inner-list li {
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.36px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.aboutUs-inner-list {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.aboutUs-inner-list ul {
  flex: 1;
}

.aboutUs-inner-list {
  margin-top: 20px;
}

.aboutUs-inner-list li::before {
  content: "";
  background-image: url("../img/list-icon.webp");
  position: absolute;
  left: 0px;
  top: 2px;
  width: 24px;
  height: 24px;
}



/*----- Footer Css Start -----*/
footer {
  background: #f3f5f9;
  position: relative;
}

.back-to-top {
  position: absolute;
  right: 60px;
  top: -27px;
}

.footer-links {
  margin-top: 64px;
}

.footer-links h4 {
  color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}

.footer-links ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #212121;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.4px;
  text-decoration: none;
}
.footer-links ul li a:hover {
  font-weight: 500;
  color: #1478f1;
}
.contact-link {
  margin-top: 64px;
}

.contact-link h4 {
  font-family: inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #fff;
  margin-bottom: 30px;
}

.contact-link p a {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
}

.follow-us {
  position: relative;
  margin-top: 43px;
}

.follow-us:after {
  position: absolute;
  content: "";
  width: 199px;
  height: 1px;
  left: 0;
  top: -23px;
  background: rgba(217, 217, 217, 0.3);
}

.me-29 {
  margin-right: 40px;
}

.follow-us p {
  font-family: inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #212121;
}
.follow-us a img {
  filter: brightness(0);
}
.btn.check-all {
  width: 247px;
  height: 60px;
  border-radius: 2px;
  border: 1px solid rgba(250, 250, 250, 0.5);
  box-shadow: 8px 8px 56px 0px rgba(251, 199, 94, 0.1);
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
}
.btn.check-all:hover {
  background: #1478f1;
  border: none;
  color: white;
}
.social-icons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bottom-link-footer-new {
  padding: 0px 80px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #d9d9d9;
}

.bottom-link-footer-new p {
  margin-right: 30px;
  margin-bottom: 0px;
}
.bottom-link-footer-new p .fbr {
  position: relative;
}
.bottom-link-footer-new p .fbr:after {
  position: absolute;
  content: "";
  height: 13px;
  right: -15px;
  top: 8px;
  border-right: 1px solid #d1d5e2;
}
.bottom-link-footer-new p a {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 100.787% */
  text-decoration: none;
}
.bottom-link-footer-new p a:hover {
  font-weight: 500;
}
.bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 50px;
}

.copyright {
  padding: 26px 80px;
  /*height: 56px;*/
  position: relative;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  background: #0f2d7a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 159.375% */
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
.footer-content {
  background: #0f2d7a;
  padding: 0 80px;
  padding-bottom: 50px;
}
.footer-content h5 {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-top: 34px;
}
.footer-content p {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.payment {
  display: flex;
  align-items: center;
}
.calltoaction {
  display: none;
}

.calltoaction {
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .hide-on-mobile {
    display: none !important;
  }
  .calltoaction {
    display: block;
    text-align: center;
    -webkit-box-shadow: -2px 5px 15px -6px rgb(0 0 0/75%);
    -moz-box-shadow: -2px 5px 15px -6px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 5px 15px -6px rgb(0 0 0/75%);
    padding: 25px 0;
    width: 100%;
    position: fixed !important;
    visibility: visible !important;
    z-index: 999999;
    background: #fff;
    top: 0;
  }

  .calltoaction a:nth-child(1) {
    padding: 10px;
    background: #0c6;
    color: #fff;
    text-decoration: none;
  }

  .calltoaction a {
    margin: 15px;
    border-radius: 5px;
  }

  .calltoaction a:nth-child(2) {
    padding: 10px;
    background: #1478f1;
    color: #fff;
    text-decoration: none;
  }
}

.chat-pop-up-window {
  position: fixed;
  right: 10px;
  bottom: 28px;
  z-index: 99999;
}
.chat-pop-up-window button {
  border: none;
  background: 0 0;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.5);
}
.chat-pop-up-window button img {
  width: 65px;
}
.fixed-fullscreen-chat {
  position: fixed;
  width: 200px;
  height: 130px;
  bottom: 28px;
  background: #fff;
  z-index: 999;
  right: 100px;
  -webkit-box-shadow: 2px 1px 12px 0 rgb(0 0 0/75%);
  -moz-box-shadow: 2px 1px 12px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 2px 1px 12px 0 rgb(184 184 184/75%);
  border-radius: 20px;
}
/* New Quick Action Button For Mobile View */

.quick_action_wrapper {
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 992px) {
  .quick_action_wrapper {
    display: block;
  }
}

.quick_action {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*background-color: #007aff;*/
  z-index: 9;
}

.action_item {
  text-align: center;
  border-right: 1px solid #c0c0c0;
  flex: 1;
  line-height: normal !important;
}

.action_item a {
  padding: 15px 24px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.action_item .action_item_icon i {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}

.action_item_text p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.action_item:last-child i {
  font-size: 20px;
}

.action_item:last-child {
  border-right: 0;
  background: #17b251;
}
.action_item:first-child {
  background: #007aff;
}
.action_item:nth-child(2) {
  background: #122f7b;
}
/* ----- Footer Css End ----- */

/******* Responsive Style  ******/

@media only screen and (min-width: 300px) and (max-width: 767.98px) {
  .container-fluid {
    width: 100%;
    max-width: unset;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .hide-on-mobile {
    display: none !important;
  }
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar.bg-light.newMega-menu .navbar-brand img {
    width: 173px !important;
    margin-right: 10px;
  }
  .hide-on-desktop {
    display: block !important;
  }

  .navbar ul.navbar-nav li a {
    font-size: 14px;
  }
  .navbar.bg-light.newMega-menu {
    top: 0px;
  }

  .newMega-menu .navCity-wrapper {
    display: none;
  }

  .newMega-menu .dropdown-menu.custom-dropdown {
    padding: 10px 10px;
    width: 100% !important;
    margin-top: 0;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 25px;
    height: 39px;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success img {
    width: 20px;
    height: 20px !important;
    margin-right: 5px !important;
  }

  .newMega-menu .navbar_contact {
    display: none;
  }

  .newMega-menu .navbar_contact .navbar_item img {
    width: 18px;
  }

  .newMega-menu li.nav-item.icon-list {
    margin-top: 0px !important;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item {
    padding-right: 10px !important;
    padding: 8px 10px !important;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .newMega-menu .dropdown-menu p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item img {
    width: 20px;
  }

  .newMega-menu .custom-dropdownItem {
    gap: 8px;
    display: inline-block !important;
  }

  .newMega-menu ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow.regionMenu,
  .newMega-menu ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow.countryMenu {
    padding: 15px 15px 15px;
    margin-top: 20px;
    left: auto !important;
    top: 28px !important;
    right: 15px !important;
    width: 280px !important;
  }

  .newMega-menu .dropdown-menu.regionMenu p,
  .newMega-menu .dropdown-menu.countryMenu p {
    font-size: 15px !important;
  }

  .newMega-menu .countryMenu .globe-main {
    max-height: 260px;
  }

  .navbar.newMega-menu .region-link {
    display: flex !important;
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .newMega-menu .choose-region li a span img {
    width: 14px;
  }

  .newMega-menu .choose-region li a span {
    padding: 6px 9px;
  }

  .newMega-menu .choose-region ul {
    gap: 6px;
  }

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

  .bannerSec::before {
    background-position: top;
  }

  .bannerSec-caption h1 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 42px;
  }

  .bannerSec-caption .borderBtn {
    padding: 14px 20px;
  }

  .bannerSec-caption p {
    font-size: 15px;
    margin: 0px 0px;
  }

  .bannerSec-logo {
    margin-top: 50px;
  }

  .common-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .borderBtn {
    font-size: 14px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .secGap {
    padding: 30px 0px;
  }

  .defaultBtn {
    font-size: 14px;
  }

  .uspBox-icon {
    padding: 15px 16px;
    margin-bottom: 15px;
  }

  .uspBox-icon img {
    width: 45px;
    height: 46px;
  }

  .uspBox-content h3 {
    font-size: 20px;
  }

  .uspBox-content p {
    font-size: 14px;
    margin-top: 15px;
  }

  .usp-box {
    padding: 20px;
    margin-bottom: 24px;
  }

  .secBtn-wrapper {
    margin-top: 40px;
  }

  .businessInner {
    border-radius: 10px;
    padding: 15px 15px 0px 15px;
  }

  .businessStructure-tabDetails {
    margin-left: 0px;
    margin-top: 0px;
  }

  .businessStructure-icon img {
    width: 24px;
  }

  .businessStructure-icon {
    padding: 10px;
    margin-bottom: 16px;
  }

  .businessStructure-tab #pills-tab {
    gap: 0px;
    height: auto;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
  }

  .businessStructure-tab {
    padding: 0px 10px 0px 10px;
    position: static;
  }

  .businessStructure-tab #pills-tab li.nav-item {
    margin-bottom: 0px;
  }

  .businessStructure-tab .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .businessStructure-tab .nav-pills .nav-link {
    font-size: 14px;
    gap: 10px;
    padding: 8px 10px;
  }

  /* Scrollbar width */
  .businessStructure-tab #pills-tab::-webkit-scrollbar {
    width: 4px;
  }

  /* Scrollbar background (TRACK) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-track {
    background: #fff;
    /* light background */
    border-radius: 5px;
  }

  /* Scrollbar moving part (THUMB) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    /* blue thumb */
    border-radius: 5px;
  }

  /* Hover effect */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
  }

  .businessStructure-box {
    padding: 22px 20px;
  }

  .businessStructure-text h3 {
    font-size: 18px;
  }

  .businessStructure-text p {
    font-size: 14px;
  }

  .journey-caption {
    margin-right: 0rem;
  }

  .quickProcess {
    margin-left: 0rem;
  }

  .quickProcess.journey-caption p {
    margin-right: 0rem;
  }

  .journey-caption h3 {
    font-size: 18px;
  }

  .journey-caption p {
    font-size: 16px;
    line-height: 26px;
  }

  .journey-caption a {
    font-size: 16px;
  }

  .aboutUs-inner-list {
    display: block;
  }

  .journey-img {
    margin-bottom: 20px;
  }

  .aboutUs-inner-caption p {
    font-size: 15px;
    line-height: 26px;
  }

  .aboutUs-inner-list li {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 15px;
  }

  .aboutUs-inner-list li::before {
    top: 7px;
    background-size: 18px;
    background-repeat: no-repeat;
  }

  .videoSec-caption h3 {
    font-size: 50px;
    line-height: 70px;
  }

  .videoSec-caption h3 span {
    font-size: 32px;
    line-height: 40px;
  }

  .videoSec-caption p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 0rem;
  }

  .videoSec-caption {
    width: 100%;
    height: 200px;
    padding: 20px;
    border-radius: 24px;
  }

  .videoSec-info {
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .whyUs-img img {
    width: 342px;
  }

  .whyUs-caption p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .whyUs-list li {
    font-size: 15px;
    padding-left: 35px;
    line-height: 24px;
  }

  .whyUs-list li::before {
    top: 2px;
    background-size: 22px;
    background-repeat: no-repeat;
  }

  .pricing_cards_sec {
    padding: 40px 0 0 0;
  }

  .pricing_cards_sec .pricing_card {
    height: auto;
    padding: 30px 15px 20px 15px;
    margin-bottom: 55px;
  }

  .pricing_cards_sec .pricing_card .price_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .pricing_cards_sec .pricing_card .price_icon img {
    width: 20px;
    height: 20px;
  }

  .pricing_cards_sec .pricing_card h3 {
    font-size: 20px;
  }

  .pricing_cards_sec .pricing_card .price_sec {
    padding: 15px 0;
  }

  .pricing_cards_sec .pricing_card h4 {
    font-size: 18px;
  }

  .pricing_cards_sec .pricing_card h4 span {
    font-size: 28px;
  }

  .pricing_cards_sec .pricing_card ul {
    margin: 20px 0;
  }

  .pricing_btn .price_whatsapp i {
    font-size: 15px;
    padding: 5px 6px;
  }

  .pricing_btn .price_whatsapp .price_whatsapp_btn {
    font-size: 14px;
  }

  .price_btn .price_plan_btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .pricing_btn {
    position: unset;
    margin-top: 40px;
  }

  .recommended_card {
    font-size: 12px;
    padding: 8px 15px;
  }

  .pricing_cards_sec .pricing_card.active {
    margin-top: 0px;
    padding: 40px 15px 20px 15px;
    height: auto;
    margin-bottom: 30px;
  }

  .pricing_cards_sec .col-sm-12:last-child .pricing_card {
    margin-bottom: 0;
  }

  .pricing_sec {
    padding: 40px 0 40px 0;
  }

  .testimonial-wrapper-top {
    padding: 15px 0px 15px 15px;
  }

  .testimonial-wrapper {
    padding: 0px;
  }

  .testimonial-wrapper p {
    font-size: 15px;
    margin-top: 8px;
    line-height: 27px;
  }

  .testimonial-wrapper-btm {
    padding-left: 15px;
  }

  .wrapper-btm-img img {
    border-radius: 12px;
    width: 130px !important;
  }

  .wrapper-btm-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .testimonial-wrapper h3 {
    font-size: 18px;
  }

  .testimonial-wrapper-top span {
    font-size: 14px;
  }

  .testimonial-wrapper-top .five-start i {
    font-size: 14px;
  }

  .client-icon {
    width: 60px;
    height: 60px;
  }

  .faqSec .accordion-item {
    margin-bottom: 20px;
  }

  .faqSec .accordion-button {
    font-size: 15px;
  }

  .faqSec .accordion-body {
    font-size: 14px;
    padding: 10px 15px 20px 15px;
  }

  .ctaSec-wrapper {
    padding: 20px 15px;
  }

  .ctaSec {
    margin-top: 0px;
  }

  footer {
    margin-top: 0px;
  }

  .menuSec {
    align-items: flex-start;
    padding: 15px;
  }

  .ctaSec-inner p {
    font-size: 15px;
    margin-top: 20px;
  }

  .ctaSec .defaultBtn {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 25px;
    margin-top: 15px;
  }

  .copyright {
    margin-bottom: 4.5rem;
    padding: 22px 15px;
  }

  .copyright p {
    font-size: 13px;
  }

  .faqCta {
    padding: 20px 15px 20px 15px;
    text-align: center;
  }

  .faqCta-caption h3 {
    font-size: 20px;
  }

  .faqCta-btn {
    margin-top: 20px;
  }

  .ctaSec-img {
    display: none;
  }

  .ctaSec-inner {
    padding: 0px 0 0px 0px;
  }

  .aboutUs-inner-tab .nav-pills .nav-link {
    padding: 12px 14px;
    font-size: 15px;
    line-height: 24px;
  }

  .aboutUs-inner-tab #pills-tab li.nav-item {
    margin-bottom: 0;
  }

  .aboutUs-inner-tab .nav-pills .nav-link.active {
    width: 120%;
  }

  .aboutUs-inner-img {
    margin-bottom: 5.2rem;
  }

  .footer-links {
    margin-top: 0px;
  }
  footer {
    padding-top: 30px;
  }
  footer .row {
    display: block !important;
  }
  .social-icons {
    margin-bottom: 15px;
  }
  .bottom-inner {
    margin: 0px;
  }

  .footer-links h4{
    font-size: 16px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .footer-links ul {
    margin-top: 5px;
}
.follow-us {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid {
    width: 100%;
    max-width: unset;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .hide-on-mobile {
    display: none !important;
  }
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .hide-on-desktop {
    display: block !important;
  }

  .navbar.bg-light.newMega-menu {
    top: 0px;
  }

  .newMega-menu .navCity-wrapper {
    display: none;
  }

  .newMega-menu .dropdown-menu.custom-dropdown {
    padding: 10px 10px;
    width: 100% !important;
    margin-top: 0;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 25px;
    height: 39px;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success img {
    width: 20px;
    height: 20px !important;
    margin-right: 5px !important;
  }

  .newMega-menu .navbar_contact {
    display: none;
  }

  .newMega-menu .navbar_contact .navbar_item img {
    width: 18px;
  }

  .newMega-menu li.nav-item.icon-list {
    margin-top: 0px !important;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item {
    padding-right: 10px !important;
    padding: 8px 10px !important;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .newMega-menu .dropdown-menu p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item img {
    width: 20px;
  }

  .newMega-menu .custom-dropdownItem {
    gap: 8px !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .newMega-menu ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow.regionMenu,
  .newMega-menu ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow.countryMenu {
    padding: 15px 15px 15px;
    margin-top: 20px;
    left: auto !important;
    top: 28px !important;
    right: 15px !important;
    width: 280px !important;
  }

  .newMega-menu .dropdown-menu.regionMenu p,
  .newMega-menu .dropdown-menu.countryMenu p {
    font-size: 15px !important;
  }

  .newMega-menu .countryMenu .globe-main {
    max-height: 260px;
  }

  .navbar.newMega-menu .region-link {
    display: flex !important;
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .newMega-menu .choose-region li a span img {
    width: 14px;
  }

  .newMega-menu .choose-region li a span {
    padding: 6px 9px;
  }

  .newMega-menu .choose-region ul {
    gap: 6px;
  }

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

  .bannerSec::before {
    background-position: top;
  }

  .bannerSec-caption h1 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 42px;
  }

  .bannerSec-caption .borderBtn {
    padding: 14px 20px;
  }

  .bannerSec-caption p {
    font-size: 15px;
    margin: 0px 0px;
  }

  .bannerSec-logo {
    margin-top: 50px;
  }

  .common-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .borderBtn {
    font-size: 14px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .secGap {
    padding: 30px 0px;
  }

  .defaultBtn {
    font-size: 14px;
  }

  .uspBox-icon {
    padding: 15px 16px;
    margin-bottom: 15px;
  }

  .uspBox-icon img {
    width: 45px;
    height: 46px;
  }

  .uspBox-content h3 {
    font-size: 20px;
  }

  .uspBox-content p {
    font-size: 14px;
    margin-top: 15px;
  }

  .usp-box {
    padding: 20px;
    margin-bottom: 24px;
  }

  .secBtn-wrapper {
    margin-top: 40px;
  }

  .businessInner {
    border-radius: 10px;
    padding: 15px 15px 0px 15px;
  }

  .businessStructure-tabDetails {
    margin-left: 0px;
    margin-top: 0px;
  }

  .businessStructure-icon img {
    width: 24px;
  }

  .businessStructure-icon {
    padding: 10px;
    margin-bottom: 16px;
  }

  .businessStructure-tab #pills-tab {
    gap: 0px;
    height: auto;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
  }

  .businessStructure-tab {
    padding: 0px 10px 0px 10px;
    position: static;
  }

  .businessStructure-tab #pills-tab li.nav-item {
    margin-bottom: 0px;
    margin-right: 0;
  }

  .businessStructure-tab .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .businessStructure-tab .nav-pills .nav-link {
    font-size: 14px;
    gap: 10px;
    padding: 8px 10px;
  }

  /* Scrollbar width */
  .businessStructure-tab #pills-tab::-webkit-scrollbar {
    width: 4px;
  }

  /* Scrollbar background (TRACK) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-track {
    background: #fff;
    /* light background */
    border-radius: 5px;
  }

  /* Scrollbar moving part (THUMB) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    /* blue thumb */
    border-radius: 5px;
  }

  /* Hover effect */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
  }

  .businessStructure-box {
    padding: 22px 20px;
  }

  .businessStructure-text h3 {
    font-size: 18px;
  }

  .businessStructure-text p {
    font-size: 14px;
  }

  .journey-caption {
    margin-right: 0rem;
  }

  .quickProcess {
    margin-left: 0rem;
  }

  .quickProcess.journey-caption p {
    margin-right: 0rem;
  }

  .journey-caption h3 {
    font-size: 18px;
  }

  .journey-caption p {
    font-size: 16px;
    line-height: 26px;
  }

  .journey-caption a {
    font-size: 16px;
  }

  .aboutUs-inner-list {
    display: block;
  }

  .aboutUs-inner-list img {
    display: none;
  }

  .journey-img {
    margin-bottom: 20px;
  }

  .aboutUs-inner-caption p {
    font-size: 15px;
    line-height: 26px;
  }

  .aboutUs-inner-list li {
    font-size: 15px;
    padding-left: 35px;
    margin-bottom: 10px;
  }

  .aboutUs-inner-list li::before {
    top: 7px;
    background-size: 18px;
    background-repeat: no-repeat;
  }

  .videoSec-caption h3 {
    font-size: 50px;
    line-height: 70px;
  }

  .videoSec-caption h3 span {
    font-size: 32px;
    line-height: 40px;
  }

  .videoSec-caption p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 0rem;
  }

  .videoSec-caption {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 24px;
  }

  .whyUs-img img {
    width: 342px;
  }

  .whyUs-caption p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .whyUs-list li {
    font-size: 15px;
    padding-left: 35px;
    line-height: 24px;
  }

  .whyUs-list li::before {
    top: 2px;
    background-size: 22px;
    background-repeat: no-repeat;
  }

  .pricing_cards_sec {
    padding: 40px 0 0 0;
  }

  .pricing_cards_sec .pricing_card {
    height: auto;
    padding: 30px 15px 20px 15px;
    margin-bottom: 55px;
  }

  .pricing_cards_sec .pricing_card .price_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .pricing_cards_sec .pricing_card .price_icon img {
    width: 20px;
    height: 20px;
  }

  .pricing_cards_sec .pricing_card h3 {
    font-size: 20px;
  }

  .pricing_cards_sec .pricing_card .price_sec {
    padding: 15px 0;
  }

  .pricing_cards_sec .pricing_card h4 {
    font-size: 18px;
  }

  .pricing_cards_sec .pricing_card h4 span {
    font-size: 28px;
  }

  .pricing_cards_sec .pricing_card ul {
    margin: 20px 0;
  }

  .pricing_btn .price_whatsapp i {
    font-size: 15px;
    padding: 5px 6px;
  }

  .pricing_btn .price_whatsapp .price_whatsapp_btn {
    font-size: 14px;
  }

  .price_btn .price_plan_btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .pricing_btn {
    position: unset;
    margin-top: 40px;
  }

  .recommended_card {
    font-size: 12px;
    padding: 8px 15px;
  }

  .pricing_cards_sec .pricing_card.active {
    margin-top: 0px;
    padding: 40px 15px 20px 15px;
    height: auto;
    margin-bottom: 30px;
  }

  .pricing_cards_sec .col-sm-12:last-child .pricing_card {
    margin-bottom: 0;
  }

  .pricing_sec {
    padding: 40px 0 40px 0;
  }

  .testimonial-wrapper-top {
    padding: 15px 0px 15px 15px;
  }

  .testimonial-wrapper {
    padding: 0px;
  }

  .testimonial-wrapper p {
    font-size: 15px;
    margin-top: 8px;
    line-height: 27px;
  }

  .testimonial-wrapper-btm {
    padding-left: 15px;
  }

  .wrapper-btm-img img {
    border-radius: 12px;
    width: 130px !important;
  }

  .wrapper-btm-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .testimonial-wrapper h3 {
    font-size: 18px;
  }

  .testimonial-wrapper-top span {
    font-size: 14px;
  }

  .testimonial-wrapper-top .five-start i {
    font-size: 14px;
  }

  .client-icon {
    width: 60px;
    height: 60px;
  }

  .faqSec .accordion-item {
    margin-bottom: 20px;
  }

  .faqSec .accordion-button {
    font-size: 15px;
  }

  .faqSec .accordion-body {
    font-size: 14px;
    padding: 10px 15px 20px 15px;
  }

  .ctaSec-wrapper {
    padding: 20px 15px;
  }

  .ctaSec {
    margin-top: 50px;
  }

  footer {
    margin-top: 0px;
  }

  .menuSec {
    align-items: flex-start;
    padding: 15px;
  }

  .ctaSec-inner p {
    font-size: 15px;
    margin-top: 20px;
  }

  .ctaSec .defaultBtn {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 25px;
    margin-top: 15px;
  }

  .copyright {
    margin-bottom: 4rem;
  }

  .copyright p {
    font-size: 13px;
  }

  .faqCta {
    padding: 20px 15px 20px 15px;
  }

  .faqCta-caption h3 {
    font-size: 20px;
  }

  .faqCta-btn {
    margin-top: 20px;
  }

  .ctaSec-img {
    right: 0;
  }

  .ctaSec-img img {
    width: 295px;
  }

  .ctaSec-inner {
    padding: 0px 0 0px 0px;
  }

  .aboutUs-inner-tab .nav-pills .nav-link {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 24px;
  }

  .aboutUs-inner-tab #pills-tab li.nav-item {
    margin-bottom: 0;
  }

  .aboutUs-inner-tab .nav-pills .nav-link.active {
    width: 120%;
  }

  .aboutUs-inner-tab {
    padding: 20px 15px;
    bottom: -47px;
    right: 40px;
  }

  .footer-links {
    margin-top: 0px;
  }
  footer {
    padding-top: 30px;
  }
  footer .row {
    display: block !important;
  }
  .social-icons {
    margin-bottom: 15px;
  }
  .bottom-inner {
    margin: 0px;
  }
   .footer-links h4{
    font-size: 16px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .footer-links ul {
    margin-top: 5px;
}
.follow-us {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

@media (min-width: 992px) and (max-width: 1023px) {
  .container-fluid {
    width: 100%;
    max-width: unset;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .navbar.bg-light.newMega-menu {
    top: 0px;
  }

  .newMega-menu .navCity-wrapper {
    display: none;
  }

  .newMega-menu .dropdown-menu.custom-dropdown {
    padding: 10px 10px;
    width: 100% !important;
    margin-top: 0;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 25px;
    height: 39px;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success img {
    width: 20px;
    height: 20px !important;
    margin-right: 5px !important;
  }

  .newMega-menu .navbar_contact {
    display: none;
  }

  .newMega-menu .navbar_contact .navbar_item img {
    width: 18px;
  }

  .newMega-menu li.nav-item.icon-list {
    margin-top: 0px !important;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item {
    padding-right: 10px !important;
    padding: 8px 10px !important;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .newMega-menu .dropdown-menu p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item img {
    width: 20px;
  }

  .newMega-menu .custom-dropdownItem {
    gap: 8px;
    display: inline-block !important;
  }

  .newMega-menu ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow.regionMenu,
  .newMega-menu ul.dropdown-menu.dropdown-menu-lg-end.globe-shadow.countryMenu {
    padding: 15px 15px 15px;
    margin-top: 20px;
    left: auto !important;
    top: 28px !important;
    right: -55px !important;
    width: 280px !important;
  }

  .newMega-menu .dropdown-menu.regionMenu p,
  .newMega-menu .dropdown-menu.countryMenu p {
    font-size: 15px !important;
  }

  .newMega-menu .countryMenu .globe-main {
    max-height: 260px;
  }

  .navbar.newMega-menu .region-link {
    display: flex !important;
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .newMega-menu .choose-region li a span img {
    width: 14px;
  }

  .newMega-menu .choose-region li a span {
    padding: 6px 9px;
  }

  .newMega-menu .choose-region ul {
    gap: 6px;
  }

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

  .bannerSec::before {
    background-position: top;
  }

  .bannerSec-caption h1 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 42px;
  }

  .bannerSec-caption .borderBtn {
    padding: 14px 20px;
  }

  .bannerSec-caption p {
    font-size: 15px;
    margin: 0px 0px;
  }

  .bannerSec-logo {
    margin-top: 50px;
  }

  .common-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .borderBtn {
    font-size: 14px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .secGap {
    padding: 30px 0px;
  }

  .defaultBtn {
    font-size: 14px;
  }

  .uspBox-icon {
    padding: 15px 16px;
    margin-bottom: 15px;
  }

  .uspBox-icon img {
    width: 45px;
    height: 46px;
  }

  .uspBox-content h3 {
    font-size: 20px;
  }

  .uspBox-content p {
    font-size: 14px;
    margin-top: 15px;
  }

  .usp-box {
    padding: 20px;
    margin-bottom: 24px;
  }

  .secBtn-wrapper {
    margin-top: 40px;
  }

  .businessInner {
    border-radius: 10px;
    padding: 15px 15px 0px 15px;
  }

  .businessStructure-tabDetails {
    margin-left: 0px;
    margin-top: 0px;
  }

  .businessStructure-icon img {
    width: 24px;
  }

  .businessStructure-icon {
    padding: 10px;
    margin-bottom: 16px;
  }

  .businessStructure-tab #pills-tab {
    gap: 0px;
    height: auto;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
  }

  .businessStructure-tab {
    padding: 0px 10px 0px 10px;
    position: static;
  }

  .businessStructure-tab #pills-tab li.nav-item {
    margin-bottom: 0px;
    margin-right: 0;
  }

  .businessStructure-tab .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .businessStructure-tab .nav-pills .nav-link {
    font-size: 14px;
    gap: 10px;
    padding: 8px 10px;
  }

  /* Scrollbar width */
  .businessStructure-tab #pills-tab::-webkit-scrollbar {
    width: 4px;
  }

  /* Scrollbar background (TRACK) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-track {
    background: #fff;
    /* light background */
    border-radius: 5px;
  }

  /* Scrollbar moving part (THUMB) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    /* blue thumb */
    border-radius: 5px;
  }

  /* Hover effect */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
  }

  .businessStructure-box {
    padding: 22px 20px;
  }

  .businessStructure-text h3 {
    font-size: 18px;
  }

  .businessStructure-text p {
    font-size: 14px;
  }

  .journey-caption {
    margin-right: 0rem;
  }

  .quickProcess {
    margin-left: 0rem;
  }

  .quickProcess.journey-caption p {
    margin-right: 0rem;
  }

  .journey-caption h3 {
    font-size: 18px;
  }

  .journey-caption p {
    font-size: 16px;
    line-height: 26px;
  }

  .journey-caption a {
    font-size: 16px;
  }

  .aboutUs-inner-list {
    display: block;
  }

  .aboutUs-inner-list img {
    display: none;
  }

  .journey-img {
    margin-bottom: 20px;
  }

  .aboutUs-inner-caption p {
    font-size: 15px;
    line-height: 26px;
  }

  .aboutUs-inner-list li {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 15px;
  }

  .aboutUs-inner-list li::before {
    top: 7px;
    background-size: 18px;
    background-repeat: no-repeat;
  }

  .videoSec-caption h3 {
    font-size: 50px;
    line-height: 70px;
  }

  .videoSec-caption h3 span {
    font-size: 32px;
    line-height: 40px;
  }

  .videoSec-caption p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 0rem;
  }

  .videoSec-caption {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 24px;
  }

  .whyUs-img img {
    width: 342px;
  }

  .whyUs-caption p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .whyUs-list li {
    font-size: 15px;
    padding-left: 35px;
    line-height: 24px;
  }

  .whyUs-list li::before {
    top: 2px;
    background-size: 22px;
    background-repeat: no-repeat;
  }

  .pricing_cards_sec {
    padding: 40px 0 0 0;
  }

  .pricing_cards_sec .pricing_card {
    height: auto;
    padding: 30px 15px 20px 15px;
    margin-bottom: 55px;
  }

  .pricing_cards_sec .pricing_card .price_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .pricing_cards_sec .pricing_card .price_icon img {
    width: 20px;
    height: 20px;
  }

  .pricing_cards_sec .pricing_card h3 {
    font-size: 20px;
  }

  .pricing_cards_sec .pricing_card .price_sec {
    padding: 15px 0;
  }

  .pricing_cards_sec .pricing_card h4 {
    font-size: 18px;
  }

  .pricing_cards_sec .pricing_card h4 span {
    font-size: 28px;
  }

  .pricing_cards_sec .pricing_card ul {
    margin: 20px 0;
  }

  .pricing_btn .price_whatsapp i {
    font-size: 15px;
    padding: 5px 6px;
  }

  .pricing_btn .price_whatsapp .price_whatsapp_btn {
    font-size: 14px;
  }

  .price_btn .price_plan_btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .pricing_btn {
    position: unset;
    margin-top: 40px;
  }

  .recommended_card {
    font-size: 12px;
    padding: 8px 15px;
  }

  .pricing_cards_sec .pricing_card.active {
    margin-top: 0px;
    padding: 40px 15px 20px 15px;
    height: auto;
    margin-bottom: 30px;
  }

  .pricing_cards_sec .col-sm-12:last-child .pricing_card {
    margin-bottom: 0;
  }

  .pricing_sec {
    padding: 40px 0 40px 0;
  }

  .testimonial-wrapper-top {
    padding: 15px 0px 15px 15px;
  }

  .testimonial-wrapper {
    padding: 0px;
  }

  .testimonial-wrapper p {
    font-size: 15px;
    margin-top: 8px;
    line-height: 27px;
  }

  .testimonial-wrapper-btm {
    padding-left: 15px;
  }

  .wrapper-btm-img img {
    border-radius: 12px;
    width: 130px !important;
  }

  .wrapper-btm-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .testimonial-wrapper h3 {
    font-size: 18px;
  }

  .testimonial-wrapper-top span {
    font-size: 14px;
  }

  .testimonial-wrapper-top .five-start i {
    font-size: 14px;
  }

  .client-icon {
    width: 60px;
    height: 60px;
  }

  .faqSec .accordion-item {
    margin-bottom: 20px;
  }

  .faqSec .accordion-button {
    font-size: 15px;
  }

  .faqSec .accordion-body {
    font-size: 14px;
    padding: 10px 15px 20px 15px;
  }

  .ctaSec-wrapper {
    padding: 20px 15px;
  }

  .ctaSec {
    margin-top: 50px;
  }

  footer {
    margin-top: 0px;
  }

  .menuSec {
    align-items: flex-start;
    padding: 15px;
  }

  .ctaSec-inner p {
    font-size: 15px;
    margin-top: 20px;
  }

  .ctaSec .defaultBtn {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 25px;
    margin-top: 15px;
  }

  .copyright {
    margin-bottom: 4rem;
  }

  .copyright p {
    font-size: 13px;
  }

  .faqCta {
    padding: 20px 15px 20px 15px;
  }

  .faqCta-caption h3 {
    font-size: 20px;
  }

  .faqCta-btn {
    margin-top: 20px;
  }

  .ctaSec-img {
    right: 0;
  }

  .ctaSec-img img {
    width: 295px;
  }

  .ctaSec-inner {
    padding: 0px 0 0px 0px;
  }
   .footer-links h4{
    font-size: 16px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .footer-links ul {
    margin-top: 5px;
}
.follow-us {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1368px) {
  .container-fluid {
    width: 100%;
    max-width: unset;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .newMega-menu .dropdown-item img {
    width: 20px;
  }

  .newMega-menu .dropdown-menu p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  .newMega-menu .dropdown-menu.custom-dropdown {
    padding: 20px 15px;
  }

  .newMega-menu .custom-dropdown .dropdown-wrapper {
    gap: 20px;
  }

  .newMega-menu .custom-dropdownItem.more-dropdownItem {
    column-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: unset;
    height: 240px;
  }

  .newMega-menu .dropdown-menu.custom-dropdown .dropdown-item {
    font-size: 14px;
    padding-right: 20px !important;
    padding-left: 8px;
  }

  .newMega-menu .navCity-img {
    width: 200px;
    height: 135px;
  }

  .navbar.newMega-menu ul.navbar-nav li a {
    font-size: 14px !important;
    /* padding: 4px; */
  }

  .top-heading p {
    font-size: 14px;
  }

  .newMega-menu .navbar_contact .navbar_item img {
    width: 16px;
  }

  .newMega-menu .navbar_contact {
    gap: 15px;
    padding: 6px 9.388px 7.388px 8px;
  }

  .newMega-menu .br-right:after {
    position: absolute;
    content: "";
    height: 24px;
    border: 1px solid #d1d1d1;
    right: -15px;
    top: 7px;
  }

  .menuSec {
    padding: 10px 8px;
  }

  .navbar.bg-light.newMega-menu .navbar-brand img {
    margin-right: 10px;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 25px;
    height: 36px;
  }

  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success img {
    width: 16px;
    height: 16px !important;
    margin-right: 5px !important;
  }

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

  .bannerSec::before {
    background-position: top;
  }

  .bannerSec-caption h1 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 42px;
  }

  .bannerSec-caption .borderBtn {
    padding: 14px 20px;
  }

  .bannerSec-caption p {
    font-size: 15px;
    margin: 0px 0px;
  }

  .bannerSec-logo {
    margin-top: 50px;
  }

  .common-content h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .borderBtn {
    font-size: 14px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .secGap {
    padding: 30px 0px;
  }

  .defaultBtn {
    font-size: 14px;
  }

  .uspBox-icon {
    padding: 15px 16px;
    margin-bottom: 15px;
  }

  .uspBox-icon img {
    width: 45px;
    height: 46px;
  }

  .uspBox-content h3 {
    font-size: 20px;
  }

  .uspBox-content p {
    font-size: 14px;
    margin-top: 15px;
  }

  .usp-box {
    padding: 20px;
    margin-bottom: 24px;
  }

  .secBtn-wrapper {
    margin-top: 40px;
  }

  .businessInner {
    border-radius: 10px;
    padding: 15px 15px 0px 15px;
  }

  .businessStructure-tabDetails {
    margin-left: 0px;
    margin-top: 0px;
  }

  .businessStructure-icon img {
    width: 24px;
  }

  .businessStructure-icon {
    padding: 10px;
    margin-bottom: 16px;
  }

  .businessStructure-tab #pills-tab {
    gap: 0px;
    height: auto;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
  }

  .businessStructure-tab {
    padding: 0px 10px 0px 10px;
    position: static;
  }

  .businessStructure-tab #pills-tab li.nav-item {
    margin-bottom: 0px;
    margin-right: 0;
  }

  .businessStructure-tab .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .businessStructure-tab .nav-pills .nav-link {
    font-size: 14px;
    gap: 10px;
    padding: 8px 10px;
  }

  /* Scrollbar width */
  .businessStructure-tab #pills-tab::-webkit-scrollbar {
    width: 4px;
  }

  /* Scrollbar background (TRACK) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-track {
    background: #fff;
    /* light background */
    border-radius: 5px;
  }

  /* Scrollbar moving part (THUMB) */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    /* blue thumb */
    border-radius: 5px;
  }

  /* Hover effect */
  .businessStructure-tab #pills-tab::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
  }

  .businessStructure-box {
    padding: 22px 20px;
    height: 100%;
  }

  .businessStructure-text h3 {
    font-size: 18px;
  }

  .businessStructure-text p {
    font-size: 14px;
  }

  .journey-caption {
    margin-right: 0rem;
  }

  .quickProcess {
    margin-left: 0rem;
  }

  .quickProcess.journey-caption p {
    margin-right: 0rem;
  }

  .journey-caption h3 {
    font-size: 19px;
  }

  .journey-caption p {
    font-size: 16px;
    line-height: 26px;
  }

  .journey-caption a {
    font-size: 16px;
  }

  .aboutUs-inner-list {
    display: block;
  }

  .aboutUs-inner-list img {
    display: none;
  }

  .journey-img {
    margin-bottom: 20px;
  }

  .aboutUs-inner-caption p {
    font-size: 15px;
    line-height: 26px;
  }

  .aboutUs-inner-list li {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 15px;
  }

  .aboutUs-inner-list li::before {
    top: 7px;
    background-size: 18px;
    background-repeat: no-repeat;
  }

  .videoSec-caption h3 {
    font-size: 50px;
    line-height: 70px;
  }

  .videoSec-caption h3 span {
    font-size: 32px;
    line-height: 40px;
  }

  .videoSec-caption p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 0rem;
  }

  .videoSec-caption {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 24px;
  }

  .whyUs-img img {
    width: 342px;
  }

  .whyUs-caption p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .whyUs-list li {
    font-size: 15px;
    padding-left: 35px;
    line-height: 24px;
  }

  .whyUs-list li::before {
    top: 2px;
    background-size: 22px;
    background-repeat: no-repeat;
  }

  .pricing_cards_sec {
    padding: 40px 0 0 0;
  }

  .pricing_cards_sec .pricing_card {
    height: auto;
    padding: 30px 15px 20px 15px;
    margin-bottom: 55px;
  }

  .pricing_cards_sec .pricing_card .price_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .pricing_cards_sec .pricing_card .price_icon img {
    width: 20px;
    height: 20px;
  }

  .pricing_cards_sec .pricing_card h3 {
    font-size: 20px;
  }

  .pricing_cards_sec .pricing_card .price_sec {
    padding: 15px 0;
  }

  .pricing_cards_sec .pricing_card h4 {
    font-size: 18px;
  }

  .pricing_cards_sec .pricing_card h4 span {
    font-size: 28px;
  }

  .pricing_cards_sec .pricing_card ul {
    margin: 20px 0;
  }

  .pricing_btn .price_whatsapp i {
    font-size: 15px;
    padding: 5px 6px;
  }

  .pricing_btn .price_whatsapp .price_whatsapp_btn {
    font-size: 14px;
  }

  .price_btn .price_plan_btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .pricing_btn {
    position: unset;
    margin-top: 40px;
  }

  .recommended_card {
    font-size: 12px;
    padding: 8px 15px;
  }

  .pricing_cards_sec .pricing_card.active {
    margin-top: 0px;
    padding: 40px 15px 20px 15px;
    height: auto;
    margin-bottom: 30px;
  }

  .pricing_cards_sec .col-sm-12:last-child .pricing_card {
    margin-bottom: 0;
  }

  .pricing_sec {
    padding: 40px 0 40px 0;
  }

  .testimonial-wrapper-top {
    padding: 15px 0px 15px 15px;
  }

  .testimonial-wrapper {
    padding: 0px;
  }

  .testimonial-wrapper p {
    font-size: 15px;
    margin-top: 8px;
    line-height: 27px;
  }

  .testimonial-wrapper-btm {
    padding-left: 15px;
  }

  .wrapper-btm-img img {
    border-radius: 12px;
    width: 130px !important;
  }

  .wrapper-btm-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .testimonial-wrapper h3 {
    font-size: 18px;
  }

  .testimonial-wrapper-top span {
    font-size: 14px;
  }

  .testimonial-wrapper-top .five-start i {
    font-size: 14px;
  }

  .client-icon {
    width: 60px;
    height: 60px;
  }

  .faqSec .accordion-item {
    margin-bottom: 20px;
  }

  .faqSec .accordion-button {
    font-size: 15px;
  }

  .faqSec .accordion-body {
    font-size: 14px;
    padding: 10px 15px 20px 15px;
  }

  .ctaSec-wrapper {
    padding: 20px 15px;
  }

  .ctaSec {
    margin-top: 70px;
  }

  footer {
    margin-top: 0px;
  }

  .menuSec {
    align-items: center;
    padding: 10px;
  }

  .ctaSec-inner p {
    font-size: 15px;
    margin-top: 20px;
  }

  .ctaSec .defaultBtn {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 25px;
    margin-top: 15px;
  }

  .copyright {
    margin-bottom: 0rem;
  }

  .copyright p {
    font-size: 13px;
  }

  .faqCta {
    padding: 20px 15px 20px 15px;
  }

  .faqCta-caption h3 {
    font-size: 20px;
  }

  .faqCta-btn {
    margin-top: 20px;
  }

  .ctaSec-img {
    right: 40;
  }

  .ctaSec-img img {
    width: 360px;
  }

  .ctaSec-inner {
    padding: 30px 0 30px 30px;
  }
   .footer-links h4{
    font-size: 16px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .footer-links ul {
    margin-top: 5px;
}
.follow-us {
    margin-top: 20px;
    margin-bottom: 20px;
}
.me-29 {
    margin-right: 18px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .newMega-menu a.nav-link.dropdown-toggle.btn.btn-success {
    text-overflow: ellipsis;
    width: 100% !important;
    overflow: hidden;
  }
   .navbar.newMega-menu ul.navbar-nav li a {
    font-size: 13px !important;
    padding: 4px;
  }
    .navbar.bg-light.newMega-menu .navbar-brand img {
    width: 120px !important;
    margin-right: 10px;
  }

    .newMega-menu .navbar_contact .navbar_item img {
    width: 20px;
  }
 .newMega-menu .navbar_contact {
    gap: 15px;
    padding: 6px 9.388px 7.388px 8px;
  }
}
