@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import "all.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
}

p {
  font-size: 15px;
}

:root, [data-bs-theme=light] {
  --bs-body-color: #3d3d3d;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.topbar {
  background-color: #0C489E;
  padding: 8px 0px;
}
.topbar a {
  text-decoration: none;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  padding-right: 30px;
}
.topbar a:hover {
  opacity: 0.7;
}
.topbar a .fa-envelope {
  margin-right: 4px;
}
.topbar select.form-select {
  letter-spacing: 2px;
}
.topbar ul.top-social-icons {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.topbar ul.top-social-icons li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.topbar ul.top-social-icons li a {
  text-align: right;
  padding-right: 0px;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar ul.top-social-icons li a object {
  width: 22px;
  height: 22px;
}

.top-logo {
  position: relative;
  margin-left: 0px;
}

header .navbar {
  float: right;
}
header .nav-link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #0C489E;
  font-size: 14px;
}
header .navbar-nav .nav-link.active {
  color: #00ACDB;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-item {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 200px;
  background-color: #0C489E;
  border-color: #0C489E;
  border: 1px solid #fff;
  z-index: 999;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #2c5b9e;
  font-size: 13px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #00ACDB;
}

.navbar-nav .nav-item.dropdown .dropdown-menu li:last-child a.dropdown-item {
  border-bottom: none;
}

.container {
  max-width: 1200px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 11px;
  padding-right: 11px;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child {
  padding-right: 20px;
}

a.top-btn-login {
  background-color: #0C489E;
  border-radius: 6px;
  color: #fff;
  padding: 10px 40px;
  font-size: 13px;
  margin-left: 10px;
  border: 2px solid #0C489E;
  padding-left: 15px !important;
  padding-right: 20px !important;
}
a.top-btn-login:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0;
  border-left: 0.3em solid transparent !important;
  position: relative;
  top: 2px;
  right: -7px !important;
}
a.top-btn-login:hover {
  background-color: #00ACDB;
  color: #fff;
  border: 2px solid #00ACDB;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #00ACDB;
}

.menusticky {
  width: 100%;
  margin: 0px auto;
  z-index: 999;
  background-color: #fff;
  position: relative;
}

.menufixed {
  position: fixed;
  top: 0px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg .navbar-nav .dropdown-menu.servicemenu {
  width: 320px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.servicemenu .dropdown-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
}

.language .form-select {
  background-color: #0C489E !important;
  height: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: inherit;
  position: relative;
  background-image: url("../images/caret-down2.svg");
  background-repeat: no-repeat;
  background-size: 9px 12px;
  font-size: 13px;
}
.language .form-select:focus {
  box-shadow: inherit;
}

a.btn-signup {
  background-color: #fff;
  border-radius: 6px;
  color: #0C489E;
  padding: 10px 30px;
  font-size: 13px;
  margin-left: 10px;
  border: 2px solid #0C489E;
  white-space: nowrap;
  text-decoration: none;
  width: 86px;
  text-align: center;
  padding-right: 10px !important;
}
a.btn-signup:after {
  display: none !important;
}
a.btn-signup:hover {
  background-color: #0C489E;
  color: #fff;
}

.side-left, .right {
  position: fixed;
  top: 10%;
  right: -40px;
  transform: translateY(125%);
  z-index: 9;
  border-radius: 10px;
}

.side-left {
  background: #1756B0;
  display: inline-block;
  white-space: nowrap;
  width: 40px;
  transition: width 0.5s;
  z-index: 9999;
}

.side-left .sticky-arrow {
  background: #1756b0;
  padding: 9px 40px 10px 10px;
  border-radius: 100%;
  position: absolute;
  left: -24px;
  top: 37%;
  width: 45px;
  height: 45px;
  z-index: 0;
  cursor: pointer;
}

.side-left hr {
  border-top: 1px solid white;
  margin: 0 5px;
  width: 28px;
}

.side-left .item {
  height: 40px;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}

.side-left .item:hover {
  opacity: 0.6;
}

.side-left .item img {
  margin: 10px;
  width: auto;
  height: 17px;
}

.side-left .fas {
  margin: 10px;
  width: 30px;
  font-size: 20px;
  color: #fff;
}

.side-left:hover {
  width: 76px;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
  .side-left, .right {
    top: 5%;
    right: 10px;
    transform: none;
  }
  .side-left {
    width: 60px;
  }
  .side-left:hover {
    width: 100px;
  }
  .side-left .sticky-arrow {
    left: -15px;
  }
  .side-left .item {
    height: auto;
    padding: 5px 0;
  }
  .side-left .item img {
    margin: 5px;
    height: 15px;
  }
  .side-left .fas {
    margin: 5px;
    width: 20px;
    font-size: 18px;
  }
}
.sticky-arrow {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-60%);
  background-color: #0c489e;
  padding: 8px 8px 10px;
  cursor: pointer;
  z-index: 1000;
  transition: right 0.3s;
  border-radius: 100px 0 0 100px;
}

.sticky-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.sticky-social-icons {
  position: fixed;
  top: 60%;
  right: -100px;
  transform: translateY(-50%);
  background-color: #0c489e;
  transition: right 0.3s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
}

.sticky-social-icons a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 0px 6px;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.sticky-social-icons a:last-child {
  border-bottom: 0;
}

.sticky-social-icons a:hover {
  background-color: #00acdb;
}

.sticky-social-icons a img {
  height: 18px;
}

.show-icons {
  right: 0;
}

.arrow-move {
  right: 40px; /* Adjust this value based on the width of your social icons container */
}

.arrow-left {
  transform: rotate(180deg);
}

.arrow-right {
  transform: rotate(0deg);
}

.text-justify p {
  text-align: justify;
}

.maxxwill-highlight {
  color: #0C489E;
  font-weight: 700 !important;
}

#sidebarmainMenu {
  height: 100vh !important;
}

body.offcanvas-open {
  overflow: hidden;
  height: 100vh;
}

.text-container {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  position: relative;
}

.swiper.mainsliderSwiper {
  width: 100%;
  height: 600px;
  background: #000;
  margin-bottom: 100px;
}
.swiper.mainsliderSwiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif !important;
}
.swiper.mainsliderSwiper .swiper-slide:before {
  content: "";
  position: absolute;
  background: rgb(12, 72, 158);
  background: linear-gradient(240deg, rgba(217, 217, 217, 0) 0%, rgba(95, 131, 182, 0.29) 62%, rgb(12, 72, 158) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.swiper.mainsliderSwiper .swiper-slide h6 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.swiper.mainsliderSwiper .swiper-slide h6 span {
  padding-left: 15px;
}
.swiper.mainsliderSwiper .swiper-slide h6 span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;
  right: 8px;
}
.swiper.mainsliderSwiper .swiper-slide h2 {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 45px;
  line-height: 53px;
  font-weight: 600;
  text-transform: capitalize;
}
.swiper.mainsliderSwiper .swiper-pagination {
  width: 200px;
  position: absolute;
  right: -67px;
  top: 50%;
  height: 30px;
  rotate: 90deg;
  left: auto;
  z-index: 9999;
}
.swiper.mainsliderSwiper a.btn-book-an-appointment {
  background-color: #fff;
  color: #0C489E;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.swiper.mainsliderSwiper a.btn-book-an-appointment:hover {
  background-color: #00ACDB;
  color: #fff;
}
.swiper.mainsliderSwiper .container {
  padding-top: 10%;
}
.swiper.mainsliderSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper.mainsliderSwiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  transform: scale(1.4);
  opacity: 1;
}

.about-block {
  border-bottom: 3px solid #0c489e;
  padding-bottom: 0 !important;
}

.about-block h5, .faq-block h5 {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  color: #0c489e;
  background-color: #E9FAFF;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  display: inline;
  padding: 8px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-block h2, .faq-block h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
}
.about-block .accordion-item, .faq-block .accordion-item {
  margin-bottom: 18px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.about-block .accordion-item .accordion-body, .faq-block .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}
.about-block .accordion-item .accordion-button, .faq-block .accordion-item .accordion-button {
  border-radius: 6px;
  border-color: #d9d9d9;
  font-weight: 600;
  color: #3d3d3d;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  display: block;
}
@media (max-width: 992px) {
  .about-block .accordion-item .accordion-button, .faq-block .accordion-item .accordion-button {
    display: block;
  }
}
.about-block .accordion-item .accordion-button:focus, .faq-block .accordion-item .accordion-button:focus {
  box-shadow: inherit !important;
}
.about-block .accordion-item .accordion-button:after, .faq-block .accordion-item .accordion-button:after {
  width: 20px;
  background-image: url(../images/caret-down3.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  content: "";
  font-weight: 900;
  color: #0c489e;
  height: 12px;
  width: 12px !important;
}
.about-block .accordion-item .accordion-button.collapsed:after, .faq-block .accordion-item .accordion-button.collapsed:after {
  width: 15px;
}
.about-block .accordion-item .accordion-button:not(.collapsed), .faq-block .accordion-item .accordion-button:not(.collapsed) {
  background-color: inherit !important;
  box-shadow: inherit !important;
}
.about-block .accordion-item p, .faq-block .accordion-item p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 24px;
}

.about-block h2.accordion-header {
  padding: 5px 0px;
}

.faq-block h2.accordion-header {
  padding: 5px 0px;
}

.faq-block {
  background-size: 42% !important;
  width: 100%;
  min-height: 940px; /* Ensures a minimum height */
  background-position: top left;
  margin-bottom: -72px;
  z-index: -1;
  padding-top: 0px;
  display: flex; /* Allows content to expand the section */
  flex-direction: column; /* Ensures vertical stacking */
  padding-bottom: 0px;
  margin-top: 60px;
}
.faq-block .faq-container {
  width: 100%;
}
.faq-block .faq-container .tab-content {
  margin-bottom: 80px;
}
.faq-block h2.page-title-30 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.faq-block p.search-text {
  color: #3d3d3d;
  margin-bottom: 30px;
}
.faq-block p.search-text span {
  font-size: 18px;
  color: #0C489E;
  font-weight: 600;
}

.faq-block h2 span {
  font-weight: 400;
  padding: 0 5px;
}

.faq-block .accordion {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.advantagebox {
  width: 100%;
  height: 840px;
  background-position: center right;
  position: relative;
  margin-top: 0px;
}
.advantagebox .advantagebox-img {
  position: absolute;
  right: 0px;
  z-index: 0;
  bottom: 0;
  width: 52%;
}
.advantagebox .mx-advtbox {
  margin-top: 20%;
  position: relative;
  margin-right: -50px;
  padding-left: 0px;
  z-index: 1;
}
.advantagebox .mx-advtbox h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
}
.advantagebox .mx-advtbox .advtshbox {
  border-radius: 15px;
  padding: 35px 15px 20px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 10px 0px 30px 0px;
  text-align: center;
  transition: 0.3s;
}
.advantagebox .mx-advtbox .advtshbox:hover {
  transform: scale(1.1);
}
.advantagebox .mx-advtbox .advtshbox p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #3d3d3d;
  font-size: 15px;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advantagebox .mx-advtbox .advtshbox .circle {
  width: 92px;
  height: 92px;
  background-color: #0C489E;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-top: 23px;
}
.advantagebox .mx-advtbox .advtshbox .circle object {
  width: 45px;
  height: 45px;
}
.advantagebox .mx-advtbox .row .col:nth-child(even) .advtshbox .circle {
  background-color: #00ACDB;
}

.home-services-list .row {
  margin-left: -20px;
  margin-right: -20px;
}
.home-services-list .row .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.mx-advtbox .row {
  margin-left: -6px;
  margin-right: -6px;
}
.mx-advtbox .row .col {
  padding-left: 20px;
  padding-right: 20px;
}

.ourservices {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 40px;
}
.ourservices h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.ourservices p {
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
  font-weight: 400;
}
.ourservices .servicebox {
  background-color: #fff;
  background-position: 100% 0;
  background-size: 200% 100%;
  box-shadow: 0px 17px 16px rgba(0, 0, 0, 0.05);
  padding: 30px 35px 40px 35px;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  transition: transform ease 800ms;
  overflow: hidden;
}
.ourservices .servicebox:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  background: #0C489E;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out;
}
.ourservices .servicebox .normal-icon {
  display: block;
}
.ourservices .servicebox .hover-icon {
  display: none;
}
.ourservices .servicebox:hover .normal-icon {
  display: none;
}
.ourservices .servicebox:hover .hover-icon {
  display: block;
}
.ourservices .servicebox .icon object {
  width: 55px;
  height: 50px;
  position: relative;
  top: -4px;
}
.ourservices .servicebox h4 {
  padding: 0px 0px 10px 10px;
  font-weight: 600;
  color: #0C489E;
  text-transform: capitalize;
  font-size: 17px;
  text-align: left;
}
.ourservices .servicebox p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  height: 66px;
  margin-bottom: 12px;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.ourservices .servicebox a {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  color: #0C489E;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.ourservices .servicebox:before {
  display: block;
  content: "";
  border: 8px solid rgba(12, 73, 158, 0.1921568627);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}
.ourservices .servicebox:hover {
  transform: translate(0, -10px);
  background-position: 0 0;
}
.ourservices .servicebox:hover span {
  color: white;
}
.ourservices .servicebox:hover:hover:after {
  transform: scale(30);
}
.ourservices .servicebox:hover h4, .ourservices .servicebox:hover p, .ourservices .servicebox:hover a {
  color: #fff;
}

.btn-more-services {
  display: block;
  padding: 13px 30px;
  text-align: center;
  background-color: #0C489E;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0px 15px;
  font-size: 18px;
}
.btn-more-services:hover {
  background-color: #00ACDB;
}

.whatregisterbox, .generaterewardbox {
  background-color: #00ACDB;
  padding: 60px 40px;
  border-radius: 6px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.whatregisterbox h3, .generaterewardbox h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
}
.whatregisterbox h3 span, .generaterewardbox h3 span {
  font-weight: 400;
  font-size: 27.5px;
}
.whatregisterbox .btn-whregister, .generaterewardbox .btn-whregister {
  display: block;
  padding: 18px 40px;
  text-align: center;
  background-color: #0C489E;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin: 0px 15px;
  border: 1px solid transparent;
  font-size: 22px;
  width: 260px;
}
.whatregisterbox .btn-whregister:hover, .generaterewardbox .btn-whregister:hover {
  background-color: #00ACDB;
  border: 1px solid #fff;
}

.generaterewardbox {
  background-color: #0C489E;
  position: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.generaterewardbox h3 {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
}
.generaterewardbox .btn-whregister {
  background-color: #00ACDB;
  font-size: 22px;
  font-weight: 600;
}
.generaterewardbox .btn-whregister:hover {
  background-color: #0C489E;
}

.funfact-counter {
  width: 100%;
  height: 100%;
  background: url("../images/factsbg.jpg") no-repeat;
  background-size: 100% 440px;
  padding: 100px 0px;
  position: relative;
  margin-bottom: 60px;
}
.funfact-counter:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.funfact-counter .container {
  position: relative;
}
.funfact-counter .container .facticonbox {
  text-align: center;
  color: #fff;
}
.funfact-counter .container .facticonbox .circle {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-top: 36px;
}
.funfact-counter .container .facticonbox .circle object {
  width: 55px;
  height: 55px;
}
.funfact-counter .container .facticonbox h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-transform: capitalize;
}
.funfact-counter .container .facticonbox h2 {
  font-weight: 600;
  font-size: 50px;
  font-family: "Poppins", sans-serif !important;
}

.counterstep.plus:after {
  content: "+";
}

.subscriptionbox {
  padding-bottom: 100px;
}
.subscriptionbox h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.subscriptionbox .nav .nav-item {
  background-color: #EEEEEE;
}
.subscriptionbox .nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  padding: 14px 50px;
  color: #0C489E;
}
.subscriptionbox .nav .nav-item .nav-link.active {
  background-color: #0C489E;
  color: #fff;
}
.subscriptionbox .nav .nav-item:first-child {
  border-radius: 6px 0px 0px 6px;
}
.subscriptionbox .nav .nav-item:last-child {
  border-radius: 0px 6px 6px 0px;
}
.subscriptionbox .planbox {
  background-color: #fff;
  box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  border-radius: 15px;
  border: 1px solid #eee;
  margin: 50px 10px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  height: auto !important;
}
.subscriptionbox .planbox ul li.cross:after {
  content: "\f00d";
}
.subscriptionbox .planbox:hover {
  background-color: #0C489E;
  color: #fff;
}
.subscriptionbox .planbox:hover span {
  color: white;
}
.subscriptionbox .planbox:hover h3, .subscriptionbox .planbox:hover p, .subscriptionbox .planbox:hover ul li {
  color: #fff;
}
.subscriptionbox .planbox:hover ul li.cross:after {
  color: #fff;
  content: "\f00d";
}
.subscriptionbox .planbox:hover ul li:after {
  color: #fff;
}
.subscriptionbox .planbox h3 {
  font-size: 30px;
  color: #0C489E;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #BBBBBB;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.5;
}
.subscriptionbox .planbox h3 small {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -18px;
}
.subscriptionbox .planbox p {
  text-align: center;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  padding-bottom: 5px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #3d3d3d;
}
.subscriptionbox .planbox ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.subscriptionbox .planbox ul li {
  padding: 18px 50px 18px 0px;
  font-weight: 500;
  color: #3d3d3d;
  font-size: 16px;
  border-bottom: 2px dashed #BBBBBB;
  position: relative;
  text-transform: capitalize;
  height: auto;
}
.subscriptionbox .planbox ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0C489E;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.subscriptionbox .planbox ul li:last-child {
  border-bottom: 0px;
}
.subscriptionbox .planbox ul li small {
  font-weight: 400;
}

.planbox.bluebox {
  background-color: #0C489E;
  color: #fff;
}
.planbox.bluebox h3, .planbox.bluebox p, .planbox.bluebox ul li {
  color: #fff;
}

@keyframes load89234 {
  100% {
    background-position: -100% 0;
  }
}
@keyframes ripple-out {
  0% {
    opacity: 1;
  }
  100% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0;
  }
}
.subscriptionbox .planbox.bluebox ul li:after {
  color: #fff;
}

.subscriptionbox .planbox.bluebox ul li.cross:after {
  color: #fff;
  content: "\f00d";
}

.subscr a.bot-btn-subscribe {
  margin: 0px auto;
  padding: 14px 40px;
  text-align: center;
  background-color: #0C489E;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  top: 15px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.subscr a.bot-btn-subscribe:hover {
  background-color: #00ACDB;
}

.maxxwelltrust {
  width: 100%;
  height: 100%;
  background: url("../images/trustbg.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 0px 150px 0px;
}
.maxxwelltrust object {
  width: 60px;
  height: 52px;
}
.maxxwelltrust p {
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
  font-size: 25px;
  padding-top: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.maxxwelltrust p span {
  font-weight: 600;
  font-size: 25px;
}
.maxxwelltrust .btn-watchvideo {
  background-color: #fff;
  padding: 16px 44px;
  text-decoration: none;
  border-radius: 6px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-align: center;
  color: #0C489E;
  font-size: 18px;
  text-transform: uppercase;
}
.maxxwelltrust .btn-watchvideo img {
  position: relative;
  top: -2px;
  right: -8px;
}
.maxxwelltrust .btn-watchvideo i {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.maxxwelltrust .btn-watchvideo:hover {
  background-color: #00ACDB;
  color: #fff;
}
.maxxwelltrust .btn-watchvideo:hover img {
  filter: brightness(1) contrast(1);
}

.businesspartners {
  padding: 40px 0px 0px 0px;
}
.businesspartners h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  padding-bottom: 0px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.businesspartners-container {
  width: 100%;
  margin: 0px auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .businesspartners-container {
    width: 90%;
  }
}
.businesspartners-container .swiper-button-next, .businesspartners-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.businesspartners-container .swiper-button-next:after, .businesspartners-container .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 45px;
  color: #3d3d3d;
  font-weight: bold;
}
.businesspartners-container .swiper-button-prev {
  left: -50px;
}
.businesspartners-container .swiper-button-next {
  right: -50px;
}

.partnersSwiper {
  position: relative;
  padding: 0 10px !important;
  margin: 0 -10px !important;
}
.partnersSwiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 0px;
  height: 83px;
  border-radius: 8px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnersSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.partnersSwiper .swiper-button-next, .partnersSwiper .swiper-button-prev {
  background-color: inherit !important;
}

.related-blob {
  position: relative;
  padding: 0 20px !important;
  margin: 0 -20px !important;
}

.news-eventsblock {
  padding: 20px 0px 20px 0px;
}
.news-eventsblock h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
.news-eventsblock .newseventbox {
  position: relative;
}
.news-eventsblock .newseventbox .category-tag {
  background-color: rgba(0, 64, 134, 0.7607843137);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 30px;
}
.news-eventsblock .newseventbox .category-tag:hover {
  background-color: #00ACDB;
}
.news-eventsblock .newseventbox img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-eventsblock .newseventbox img:hover {
  opacity: 0.8;
}
.news-eventsblock .newseventbox .newscontentbox {
  padding: 15px 40px 40px 40px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 0px 0px 15px 15px;
}
.news-eventsblock .newseventbox .newscontentbox .dtblock {
  font-size: 13px;
  color: #6B7385;
  padding-bottom: 15px;
}
.news-eventsblock .newseventbox .newscontentbox .dtblock span {
  padding-right: 30px;
}
.news-eventsblock .newseventbox .newscontentbox .dtblock i {
  font-size: 16px;
}
.news-eventsblock .newseventbox .newscontentbox h4 {
  font-weight: 600;
  font-size: 18px;
  color: #3d3d3d;
  padding-bottom: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  height: 58px;
}
.news-eventsblock .newseventbox .newscontentbox h4 a {
  color: #3d3d3d;
  text-decoration: none;
  text-transform: capitalize;
}
.news-eventsblock .newseventbox .newscontentbox h4 a:hover {
  color: #00ACDB;
}
.news-eventsblock .newseventbox .newscontentbox p {
  font-size: 15px;
  color: #6D6D6D;
  padding-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-eventsblock .newseventbox .newscontentbox .btn-readmore {
  background-color: #0C489E;
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.news-eventsblock .newseventbox .newscontentbox .btn-readmore:hover {
  background-color: #00ACDB;
}

.referouter {
  padding: 0px 0px 50px 0px;
  position: relative;
}

.referblock {
  width: 100%;
  height: 447px;
  background: url("../images/referafriend.png") no-repeat;
  background-size: 100% 100%;
}
.referblock .content {
  padding: 98px 50px 70px 50px;
  color: #000000;
}
.referblock .content h4 {
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.referblock .content h4 span {
  font-weight: 700;
}
.referblock .content h5 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
}
.referblock .content .btn-click {
  background-color: #0C489E;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  margin-bottom: 5px;
  position: relative;
  top: 12px;
  transition: all 0.2s ease;
}
.referblock .content .btn-click:hover {
  background-color: #00ACDB;
}

.subscribebox {
  background-color: #00ACDB;
  padding: 40px 0px;
}
.subscribebox h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.subscribebox h2 span {
  font-weight: 300;
}
.subscribebox input[type=email] {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px 10px 5px 20px;
  height: 55px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: 10px 0px;
}
.subscribebox input[type=email]:focus {
  outline: 0;
}
.subscribebox input[type=email]::-moz-placeholder {
  color: #fff;
  font-weight: 600;
}
.subscribebox input[type=email]::placeholder {
  color: #fff;
  font-weight: 600;
}
.subscribebox .btn-subscribe {
  background-color: #0C489E;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  border: 0;
  padding: 0px 30px;
  height: 40px;
  display: block;
  transition: all 0.2s ease;
}
.subscribebox .btn-subscribe:hover {
  color: #00acdb;
  background: white;
}

.abt-btn-readmore {
  background-color: #1F3C88;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 16px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  position: relative;
  top: 6px;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .abt-btn-readmore {
    top: 30px;
  }
}
.abt-btn-readmore:hover {
  background-color: #00ACDB;
}

.swiper.testimonialvideoSwiper {
  width: 100%;
  height: 564px;
  background: #000;
  margin-bottom: 20px;
}
.swiper.testimonialvideoSwiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif !important;
}
.swiper.testimonialvideoSwiper .swiper-slide h6 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.swiper.testimonialvideoSwiper .swiper-slide h6 span {
  padding-left: 15px;
}
.swiper.testimonialvideoSwiper .swiper-slide h6 span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;
  right: 8px;
}
.swiper.testimonialvideoSwiper .swiper-slide h2 {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-transform: capitalize;
}
.swiper.testimonialvideoSwiper .swiper-pagination {
  width: 200px;
  position: absolute;
  right: -67px;
  top: 50%;
  height: 30px;
  rotate: 90deg;
  left: auto;
  z-index: 9999;
}
.swiper.testimonialvideoSwiper a.btn-book-an-appointment {
  background-color: #fff;
  color: #0C489E;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 6px;
}
.swiper.testimonialvideoSwiper a.btn-book-an-appointment:hover {
  background-color: #00ACDB;
  color: #fff;
}
.swiper.testimonialvideoSwiper .container {
  padding-top: 10%;
}
.swiper.testimonialvideoSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper.testimonialvideoSwiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  transform: scale(1.4);
  opacity: 1;
}

.testimonialbox {
  padding: 0px 0px 45px 0px;
}
.testimonialbox h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 25px;
  font-weight: 600;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.texttestimonialbox .testim-content.expanded p {
  display: block; /* Show full text when expanded */
  -webkit-line-clamp: unset;
  overflow: visible;
}

.texttestimonialbox {
  margin-bottom: 50px;
  text-align: center;
}
.texttestimonialbox img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.texttestimonialbox .testim-content {
  text-align: center;
  border-style: solid;
  border-width: 3px;
  -o-border-image: linear-gradient(to top, #B3CEF4, #fff) 1;
     border-image: linear-gradient(to top, #B3CEF4, #fff) 1;
  border-top: transparent;
  padding-bottom: 30px;
}
.texttestimonialbox .testim-content .rating {
  padding-bottom: 10px;
}
.texttestimonialbox .testim-content .rating i {
  color: #0C489E;
  font-size: 12px;
}
.texttestimonialbox .testim-content h4 {
  text-align: center;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 16px;
  padding: 0px;
  padding-bottom: 0px;
}
.texttestimonialbox .testim-content p {
  margin: 0px;
  padding: 0px 50px;
  text-align: center;
  font-size: 15px;
  color: #3E3E3E;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* Ensures only 4 lines are displayed */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}
.texttestimonialbox .testim-content p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 50px;
  color: #D9D9D9;
  font-size: 30px;
}
.texttestimonialbox .testim-content p:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -10px;
  right: 50px;
  color: #D9D9D9;
  font-size: 30px;
}
.texttestimonialbox .testim-content .read-more {
  display: block;
  text-align: center;
  color: #0C489E;
  cursor: pointer;
  margin-top: 5px;
  font-weight: 400;
}

.sectiontestimonial {
  width: 100%;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
.sectiontestimonial .swiper-pagination-bullet-active {
  background-color: #00ACDB;
}

.updatenewsfull {
  width: 100%;
  margin: 0px auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .updatenewsfull {
    width: 90%;
  }
}
.updatenewsfull .swiper-button-next, .updatenewsfull .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.updatenewsfull .swiper-button-next:after, .updatenewsfull .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 45px;
  color: #3d3d3d;
  font-weight: bold;
}
.updatenewsfull .swiper-button-prev {
  left: -50px;
}
.updatenewsfull .swiper-button-next {
  right: -50px;
}

.updatenewsbox {
  padding: 60px 0px 90px 0px;
  background: #f7f7f7;
}
.updatenewsbox h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
}

.updatenewstSwiper .swiper-slide, .updatenewstSwiper .medianewsblock, .newsnewupdate .swiper-slide, .newsnewupdate .medianewsblock {
  border: 2px solid #E9E9E9;
  border-radius: 10px;
  padding: 30px 20px;
  min-height: 300px;
  position: relative;
  text-transform: capitalize;
  background: white;
}
.updatenewstSwiper .swiper-slide p, .updatenewstSwiper .medianewsblock p, .newsnewupdate .swiper-slide p, .newsnewupdate .medianewsblock p {
  font-weight: 600;
  color: #3D3D3D;
  font-size: 16px;
  margin: 0px;
  padding: 0px 30px 10px 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
  margin-bottom: 10px;
}
.updatenewstSwiper .swiper-slide .icon, .updatenewstSwiper .medianewsblock .icon, .newsnewupdate .swiper-slide .icon, .newsnewupdate .medianewsblock .icon {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
.updatenewstSwiper .swiper-slide .icon object svg, .updatenewstSwiper .medianewsblock .icon object svg, .newsnewupdate .swiper-slide .icon object svg, .newsnewupdate .medianewsblock .icon object svg {
  width: 50px;
  height: 50px;
}
.updatenewstSwiper .swiper-slide-active, .newsnewupdate .swiper-slide-active {
  border-color: #0C489E;
}
.updatenewstSwiper .swiper-slide-active p, .newsnewupdate .swiper-slide-active p {
  color: #0C489E;
}
.updatenewstSwiper .date, .updatenewstSwiper .share, .newsnewupdate .date, .newsnewupdate .share {
  color: #6B7385;
  font-size: 12px;
  padding-right: 20px;
  text-decoration: none;
}
.updatenewstSwiper a.share, .newsnewupdate a.share {
  text-decoration: none;
}
.updatenewstSwiper a.share:hover, .newsnewupdate a.share:hover {
  color: #00ACDB;
}

.medianewsblock:hover {
  border-color: #0C489E;
}
.medianewsblock:hover p {
  color: #0C489E;
}

.medianewsblock {
  margin-bottom: 40px;
}
.medianewsblock p {
  padding-right: 50px !important;
}

.linkknow, .downloadtxt {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.linkknow object, .downloadtxt object {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}
.linkknow a, .downloadtxt a {
  font-weight: 600;
  color: #0C489E;
  text-decoration: underline;
  font-size: 15px;
  text-decoration: none;
}
.linkknow a:hover, .downloadtxt a:hover {
  text-decoration: none;
  color: #3d3d3d;
}

.downloadtxt {
  left: inherit;
  right: 20px;
}
.downloadtxt object {
  position: relative;
  top: 0px;
}

a.btn-exploremore {
  margin: 0px auto;
  padding: 13px 30px;
  text-align: center;
  background-color: #0C489E;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.2s ease;
}
a.btn-exploremore:hover {
  background-color: #00ACDB;
}

.faq-block .nav .nav-item, .tabsnews .nav .nav-item, .pagefaqs .nav .nav-item {
  background-color: #eee;
}
.faq-block .nav .nav-item .nav-link, .tabsnews .nav .nav-item .nav-link, .pagefaqs .nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  padding: 13px 30px;
  color: #0C489E;
}
.faq-block .nav .nav-item .nav-link.active, .tabsnews .nav .nav-item .nav-link.active, .pagefaqs .nav .nav-item .nav-link.active {
  background-color: #0C489E;
  color: #fff;
}
.faq-block .nav .nav-item:first-child, .tabsnews .nav .nav-item:first-child, .pagefaqs .nav .nav-item:first-child {
  border-radius: 6px 0px 0px 6px;
}
.faq-block .nav .nav-item:last-child, .tabsnews .nav .nav-item:last-child, .pagefaqs .nav .nav-item:last-child {
  border-radius: 0px 6px 6px 0px;
}

.appsection {
  padding-bottom: 70px !important;
  padding-top: 60px !important;
}
.appsection h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .appsection h4 {
    margin-top: 50px;
  }
}
.appsection p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #3d3d3d;
  font-size: 19px;
}
.appsection .enquiry-form {
  background: #EDF5FF;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #B2D0FF;
  padding-top: 45px;
}
.appsection .enquiry-form .form-floating {
  text-align: left;
}
.appsection .enquiry-form .form-floating .error-message {
  position: relative;
  top: 0px;
}
.appsection .enquiry-form h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 30px;
}
.appsection .enquiry-form p {
  font-size: 15px;
}
.appsection .enquiry-form .form-control {
  margin-bottom: 15px;
  border: 0;
  padding-left: 28px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
}
.appsection .enquiry-form textarea::before {
  content: "";
  background: white;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.appsection .enquiry-form .form-floating > label {
  padding-left: 30px;
  font-size: 15px;
  color: #0C489E;
  width: 116%;
}
.appsection .enquiry-form .form-floating > label:after {
  content: "";
  height: 1.8em;
  top: 7px;
  width: 100%;
  left: 0px;
}
@media (max-width: 992px) {
  .appsection .enquiry-form .form-floating > label {
    white-space: break-spaces;
  }
}
.appsection .enquiry-form textarea {
  height: auto;
}
.appsection .enquiry-form button {
  color: white;
  background: #0C489E;
  padding: 13px 70px;
  margin: 0 auto;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.2s ease;
  margin-top: 30px;
  margin-bottom: 15px;
}
.appsection .enquiry-form button:hover {
  background-color: #00ACDB;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #3d3d3d;
}

.sec-icon-box {
  width: 100%;
  background-position: center right;
  position: relative;
  background: #EDF5FF;
  padding: 60px 0;
}
.sec-icon-box .mx-advtbox {
  position: relative;
}
.sec-icon-box .mx-advtbox h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
}
.sec-icon-box .mx-advtbox p {
  font-size: 16px;
}
.sec-icon-box .mx-advtbox .col {
  margin-bottom: 40px;
}
.sec-icon-box .mx-advtbox .advtshbox {
  border-radius: 15px;
  padding: 25px 10px 10px 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 10px 0px 0px 0px;
  text-align: center;
  transition: 0.1s;
  border: 3px solid rgba(12, 72, 158, 0);
  height: 100%;
}
.sec-icon-box .mx-advtbox .advtshbox:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border: 3px solid #0C489E;
}
.sec-icon-box .mx-advtbox .advtshbox .dropdown button {
  border: 0px;
  color: var(--thm-drk-blue);
  background: transparent;
  background-color: transparent;
}
.sec-icon-box .mx-advtbox .advtshbox .dropdown button:after {
  display: none;
}
.sec-icon-box .mx-advtbox .advtshbox .dropdown:hover > .dropdown-menu {
  display: flex;
  width: 200px !important;
  top: 26px !important;
  left: -150px !important;
  padding: 10px 20px !important;
}
.sec-icon-box .mx-advtbox .advtshbox .dropdown:hover > .dropdown-menu p {
  font-size: 12px !important;
  line-height: 1 !important;
}
.sec-icon-box .mx-advtbox .advtshbox p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #3d3d3d;
  font-size: 16px;
  text-transform: capitalize;
  height: 40px;
  text-align: center !important;
  white-space: pre-wrap !important;
}
.sec-icon-box .mx-advtbox .advtshbox .circle {
  width: 92px;
  height: 92px;
  background-color: #0C489E;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-top: 23px;
}
.sec-icon-box .mx-advtbox .advtshbox .circle object {
  width: 45px;
  height: 45px;
}
.sec-icon-box .mx-advtbox .row .col:nth-child(even) .advtshbox .circle {
  background-color: #00ACDB;
}

.sec-icon-box .mx-advtbox .row .col:nth-child(5) .advtshbox .circle {
  background-color: #00ACDB !important;
}

.sec-icon-box .mx-advtbox .row .col:nth-child(6) .advtshbox .circle {
  background-color: #0C489E !important;
}

.sec-icon-box .mx-advtbox .row .col:nth-child(7) .advtshbox .circle {
  background-color: #00ACDB !important;
}

.sec-icon-box .mx-advtbox .row .col:nth-child(8) .advtshbox .circle {
  background-color: #0C489E !important;
}

.service-include .mx-advtbox .row .col:nth-child(5) .advtshbox .circle {
  background-color: #0C489E !important;
}

.newsnewupdate .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.bg-blue-circle {
  background: #0C489E !important;
}

.news-eventsblock .newseventbox .newscontentbox p {
  color: #3d3d3d;
}

.news-eventsblock .newseventbox .newscontentbox .dtblock {
  color: #3d3d3d;
}

.home-faq-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  z-index: 2;
  position: sticky;
  top: 80px;
  margin-left: -100px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .home-faq-img {
    margin-bottom: -140px;
  }
}

.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
  touch-action: manipulation;
  outline: 0;
}

.a2a_default_style:not(.a2a_flex_style) a {
  float: left;
  line-height: 16px;
  padding: 0 2px;
}

.a2a_kit a {
  cursor: pointer;
  transition: none;
}

.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg {
  float: left;
}

.a2a_svg svg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}

.a2a_label {
  position: absolute !important;
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.updates-social-icons {
  position: relative;
  top: -5px;
}

.updates-social-icons a {
  text-decoration: none !important;
  color: #0C489E !important;
  font-size: 14px !important;
  padding: 0 4px;
}

.updates-social-icons a:hover {
  color: #00ACDB !important;
}

footer {
  background: #0C489E;
  padding: 40px 0px 0px 0px;
}
footer p {
  color: #fff;
  font-size: 14px;
  padding: 10px 0px;
  line-height: 22px;
  font-weight: 300;
}
footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
footer .footer-ref-img {
  width: 174px;
  height: auto;
  margin-top: 20px;
}
footer .refer-frnd-buton {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 20px;
}
footer .refer-frnd-buton .btn-text {
  position: absolute;
  right: 12px;
  top: 13px;
  transition: transform 0.3s ease;
}
footer .refer-frnd-buton .btn-icon {
  position: absolute;
  left: 12px;
  top: 10px;
  transition: transform 0.3s ease;
  animation: mover1 1s infinite alternate;
  transform: scaleX(1);
}
footer .refer-frnd-buton:hover .btn-text {
  transform: scale(0.9) rotate(0deg);
}
footer .refer-frnd-buton:hover .btn-icon {
  transform: scale(1.2) rotate(5deg);
}
footer ul.quicklinks {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  letter-spacing: -0.4px;
}
footer ul.quicklinks li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
}
footer ul.quicklinks li a:hover {
  opacity: 1;
  color: #00acdb;
}
footer ul.quicklinks li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  font-size: 5px;
  position: relative;
  top: -2px;
  left: -10px;
}

.footlogo {
  position: relative;
  margin-left: 0px;
  background: transparent;
  width: 239px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

ul.footer-social {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.footer-social li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
ul.footer-social li a {
  text-align: right;
  padding-right: 0px;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  line-height: 30px;
  border-radius: 100%;
  margin-right: 5px;
}
ul.footer-social li a i {
  font-size: 14px;
}
ul.footer-social li a:hover {
  background-color: #0C489E;
  border-color: #0C489E;
}

.copyright {
  text-align: center;
  font-size: 10px;
  padding: 15px 0px;
  background-color: #00132d;
  color: #ffffff;
  margin-top: 40px;
}
.copyright p {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.copyright p a {
  text-decoration: none;
  color: #00ACDB;
  font-weight: 700;
}
.copyright p a:hover {
  color: #1756B0;
}

.chatcomment {
  width: 56px;
  height: 56px;
  background-color: #0C489E;
  color: #fff;
  text-align: center;
  line-height: 56px;
  color: #fff;
  border-radius: 100%;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 30px;
  display: none;
}
.chatcomment a {
  font-size: 24px;
  color: #fff;
}
.chatcomment a img {
  width: 24px;
  height: 38px;
}
.chatcomment:hover {
  background-color: #00ACDB;
}

.gototop {
  width: 56px;
  height: 56px;
  background-color: #0C489E;
  color: #fff;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 95px;
}
@media (max-width: 992px) {
  .gototop {
    bottom: 150px;
  }
}
.gototop a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
.gototop a i {
  font-size: 20px;
  display: block;
  position: relative;
  top: 10px;
}
.gototop:hover {
  background-color: #00ACDB;
}

h5.followtxt {
  font-weight: 500 !important;
  color: #fff;
  text-align: left;
  font-family: "Georama", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px 6px 0px;
}

.callbtns {
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  padding: 11px 0px;
  margin-bottom: 18px;
  margin-top: 12px;
  width: 100%;
}
.callbtns:hover {
  border-color: #1756B0;
  background-color: #1756B0;
}
.callbtns img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactfooterleft {
  padding-right: 50px;
  text-align: center;
  color: #fff;
}
.contactfooterleft h4 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 600;
}
.contactfooterleft p {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  font-weight: 300;
}
.contactfooterleft p.fz-16 {
  font-size: 16.5px;
}
.contactfooterleft p a {
  color: #fff;
  font-weight: 500;
}
.contactfooterleft p a:hover {
  text-decoration: none;
}

.whborder {
  height: 100%;
  width: 2px;
  background-color: #fff;
  margin-left: 40px;
}

.contactfooterright {
  padding-left: 50px;
  position: relative;
}
.contactfooterright:before {
  content: "";
  background: white;
  width: 2px;
  height: 180px;
  position: absolute;
  left: 0;
  top: -5px;
}
.contactfooterright .btn-subscribe {
  background-color: #0C489E;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  border: 0;
  padding: 13px 30px;
  height: auto;
  display: block;
  margin-top: 10px;
}
.contactfooterright input[type=email] {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px 10px 5px 20px;
  height: 66px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin: 10px 0px;
  font-weight: 300;
}

.mobiles-two {
  animation: mover 1s infinite alternate;
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
}

.mobile-div {
  position: relative;
  padding: 0 40px;
  margin-top: 30px;
}

.mobiles-mover {
  width: 80%;
  position: absolute;
  top: 10px;
  margin: auto;
  left: 10%;
}

.mt--30 {
  margin-top: -30px;
}

.mover-up-down {
  animation: mover 1s infinite alternate;
}

.position-rel {
  position: relative;
}

#mobiletilt1 {
  display: block;
  height: 550px;
  width: 280px;
  margin: 0 auto;
  transition: box-shadow 0.1s, transform 0.1s;
  background-image: url(../images/mobile1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 50px;
}

.mobiles-div {
  position: relative;
}

#mobiletilt1:hover {
  cursor: pointer;
}

#mobiletilt2 {
  display: block;
  height: 550px;
  width: 280px;
  margin: 0 auto;
  transition: box-shadow 0.1s, transform 0.1s;
  background-image: url(../images/mobile2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 50px;
}

#mobiletilt2:hover {
  cursor: pointer;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.font-bold {
  font-weight: 600;
}

#commonbg {
  width: 100%;
  height: 890px;
  background-size: cover;
}
#commonbg.ind-login {
  height: 750px;
}
#commonbg .login-banner-icons {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#commonbg .login-banner-icons .icon-item {
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
#commonbg .login-banner-icons .icon-item img {
  width: 92px;
  height: 92px;
  margin-bottom: 8px;
}
#commonbg .ind-login-icons {
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  left: -45px;
  padding: 0 10px;
}
#commonbg .ind-login-icons .ind-icon {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
#commonbg .ind-login-icons .ind-icon img {
  width: 92px;
  height: 92px;
  margin-bottom: 8px;
}
#commonbg .login-otp-icons {
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  left: -45px;
  padding: 0 10px;
}
#commonbg .login-otp-icons .otp-icons {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
#commonbg .login-otp-icons .otp-icons:nth-child(2) {
  position: relative;
  top: -80px;
}
#commonbg .login-otp-icons .otp-icons img {
  width: 92px;
  height: 92px;
  margin-bottom: 8px;
}

.login-outer {
  align-items: center;
  padding-top: 38%;
  text-align: center;
}
.login-outer p {
  padding: 20px 0px;
  text-align: right;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
}
.login-outer p a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.login-outer p a:hover {
  text-decoration: none;
}

.loginbox {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.0035);
  padding: 65px 40px 30px 40px;
  margin-top: 50px;
  position: relative;
}
.loginbox h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #0C489E;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.loginbox label {
  font-weight: 600;
  font-size: 16px;
  text-align: left !important;
  display: block;
  color: #6D6D6D;
  padding-bottom: 5px;
}
.loginbox .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #0C489E;
  border: 5px solid #fff;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 40%;
  line-height: 85px;
}
.loginbox .otp-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #0C489E;
  border: 5px solid #fff;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 40%;
  padding-left: 12px;
  margin: 0 auto;
  padding-top: 16px;
}
.loginbox .relative-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #0C489E;
  border: 5px solid #fff;
  text-align: center;
  position: relative;
  top: -10px;
  left: 0%;
  padding-left: 12px;
  margin: 0 auto;
  padding: 14px 14px 14px 18px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.loginbox .security-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #0C489E;
  border: 5px solid #fff;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 40%;
  line-height: 130px;
}
.loginbox .login-input, .loginbox .otp-input {
  background-color: #F4F4F4;
  border-radius: 6px;
  border: 0;
  height: 50px;
  padding: 5px 20px;
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.loginbox .login-input:focus, .loginbox .otp-input:focus {
  outline: 0;
  box-shadow: inherit;
}
.loginbox .login-input::-moz-placeholder, .loginbox .otp-input::-moz-placeholder {
  font-weight: 400;
  color: #000000;
}
.loginbox .login-input::placeholder, .loginbox .otp-input::placeholder {
  font-weight: 400;
  color: #000000;
}
.loginbox .otp-input {
  font-size: 30px;
  height: 58px;
  text-align: center;
  font-weight: 600;
}
.loginbox .btn-login {
  background-color: #0C489E;
  border: 0px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 5px 0px;
  font-size: 18px;
  display: block;
  width: 100%;
  border-radius: 6px;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize;
}
.loginbox .btn-login:hover {
  background-color: #00ACDB;
}
.loginbox p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.loginbox p span {
  font-weight: 700;
  color: #0C489E;
}

.txt-resend {
  text-align: center !important;
  color: #fff;
  padding: 10px 0px;
  font-family: "Poppins", sans-serif !important;
}
.txt-resend a {
  color: #fff;
}
.txt-resend a:hover {
  text-decoration: none;
}

p.anstxt {
  color: #6d6d6d;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.actions ul {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 0 !important;
}
.actions ul li {
  width: 100%;
  margin: 0 0 0 !important;
}
.actions ul li a {
  background-color: #0C489E;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}
.actions ul li:first-child {
  display: none;
}

#security-question .wizard > .actions a {
  background-color: #0C489E !important;
  height: 48px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

#security-question .steps ul {
  position: relative;
}
#security-question .steps ul li {
  z-index: 99;
  position: relative;
}
#security-question .steps ul:after {
  content: "";
  background-color: #00ACDB;
  width: 74%;
  height: 3px;
  position: absolute;
  top: 28px;
  left: 34px;
  z-index: 9;
}

.step-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.step-tab .step {
  width: 54px;
  height: 54px;
  background-color: #00ACDB;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}
.step-tab .step.active {
  background-color: #0056b3;
}
.step-tab .step.completed {
  background-color: #0056b3;
}
@media (max-width: 992px) {
  .step-tab .step {
    width: 50px;
    height: 50px;
    background-color: #00ACDB;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
  }
}
.step-tab .progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00ACDB;
  z-index: 0;
  transform: translateY(-50%);
}
.step-tab .progress-bar-fill {
  width: 0;
  height: 100%;
  background-color: #0056b3;
  transition: width 0.4s ease;
}

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.form-step .form-group label {
  font-size: 16px;
  color: #6D6D6D;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.form-step .form-group input {
  background: #F4F4F4;
  height: 58px;
  border-radius: 6px;
  padding: 10px 20px;
  border: 0px;
  margin-bottom: 15px;
  font-size: 16px;
}
.form-step button.btn-login {
  text-transform: uppercase;
  font-weight: 600;
}

.negpad1 {
  padding-top: 28%;
}

.otpbox p {
  color: #3d3d3d;
}

.lb-padd-less {
  padding: 30px 40px 30px 40px;
  margin-top: 0px;
}

.col-pad-sm-r {
  padding-right: 8px;
}

.col-pad-sm-l {
  padding-left: 8px;
}

.col-pad-sm {
  padding-right: 8px;
  padding-left: 8px;
}

#commonbg .login-banner-icons {
  margin-top: 120px;
}

.pt-4 {
  padding-top: 40px !important;
}

.font-open {
  font-family: "Poppins", sans-serif !important;
}

.br-light-blue {
  border: 1px solid #E4EFFF;
}

.br-light-blue1 {
  border: 1px solid #b0d0ff;
}

.mb-sm {
  margin-bottom: 22px !important;
}

.subpagebox {
  background-color: #0c489e;
  padding: 50px 0px;
  text-align: center;
}
.subpagebox h2 {
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .subpagebox h2 {
    text-align: center !important;
  }
}
.subpagebox p {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .subpagebox p {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
}

.additinalblock {
  background: url(../images/addlperson1.webp) no-repeat;
  width: 100%;
  height: auto;
  background-position: left center;
  margin-top: 50px;
  background-size: contain;
}
.additinalblock .steps-heading {
  color: #0c489e;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 25px;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .additinalblock .steps-heading {
    font-size: 20px;
  }
}
.additinalblock .infoblock {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.08);
  margin: 0px;
  padding: 10px 35px 28px 35px;
  margin-bottom: 30px;
  display: flex;
  border: 1px solid #E4EFFF;
}
.additinalblock .infoblock .form-group a {
  color: #0C489E;
}
.additinalblock .infoblock .form-group input[type=checkbox]:checked {
  background-color: #0C489E !important;
  border-color: #0C489E !important;
}
.additinalblock .infoblock .icon {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  top: 6px;
}
.additinalblock .infoblock .icon object {
  width: 60px;
}
.additinalblock .infoblock .content {
  padding-left: 30px;
  padding-right: 50px;
}
.additinalblock .infoblock .content h4 {
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  color: #0C489E;
  padding-bottom: 10px;
}
.additinalblock .infoblock .content p {
  font-size: 16px;
}
@media (max-width: 992px) {
  .additinalblock .infoblock .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.additinalblock .infoblock .rdbutton {
  align-self: center;
}
.additinalblock .infoblock .rdbutton input[type=radio] {
  width: 54px;
  height: 54px;
  position: relative;
  top: -7px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 14px solid #D9D9D9;
  border-radius: 100%;
}
.additinalblock .infoblock .rdbutton input[type=radio]:checked {
  background-color: #ffffff;
  border: 14px solid #00ACDB;
}
.additinalblock .infoblock .de-active {
  display: none;
}
.additinalblock .infoblock .loginbox.otpbox {
  padding-bottom: 0;
}
.additinalblock .infoblock .loginbox.otpbox .otp-icon object {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}
.additinalblock .infoblock .loginbox.otpbox .otp-icon img {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}
.additinalblock .infoblock .design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.additinalblock .infoblock .design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 16px 30px 30px 30px;
}
.additinalblock .infoblock .design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
.additinalblock .infoblock .design-process-content h3 {
  margin-bottom: 16px;
}
.additinalblock .infoblock .design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.additinalblock .infoblock .process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 600px;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
}
.additinalblock .infoblock .process-model li.active::after {
  background: #57b87b !important;
  z-index: -1;
}
.additinalblock .infoblock .process-model li.active, .additinalblock .infoblock .process-model li.visited {
  color: #57b87b !important;
}
.additinalblock .infoblock .process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: 0px;
  top: 33px;
  width: 85%;
  z-index: -2;
}
.additinalblock .infoblock .process-model li.visited::after {
  background: #57b87b;
}
.additinalblock .infoblock .process-model li:last-child::after {
  width: 0;
}
.additinalblock .infoblock .process-model li {
  display: inline-block;
  width: 18%;
  text-align: center;
  float: none;
}
.additinalblock .infoblock .nav-tabs.process-model > li.active > a, .additinalblock .infoblock .nav-tabs.process-model > li.active > a:hover, .additinalblock .infoblock .nav-tabs.process-model > li.active > a:focus, .additinalblock .infoblock .process-model li a:hover, .additinalblock .infoblock .process-model li a:focus {
  border: none;
  background: transparent;
}
.additinalblock .infoblock .process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}
.additinalblock .infoblock .process-model li.active,
.additinalblock .infoblock .process-model li.visited {
  color: #57b87b;
}
.additinalblock .infoblock .process-model li.active a,
.additinalblock .infoblock .process-model li.active a:hover,
.additinalblock .infoblock .process-model li.active a:focus,
.additinalblock .infoblock .process-model li.visited a,
.additinalblock .infoblock .process-model li.visited a:hover,
.additinalblock .infoblock .process-model li.visited a:focus {
  color: #57b87b;
}
.additinalblock .infoblock .process-model li.active p,
.additinalblock .infoblock .process-model li.visited p {
  font-weight: 600;
}
.additinalblock .infoblock .process-model li i {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
}
.additinalblock .infoblock .process-model li.active i, .additinalblock .infoblock .process-model li.visited i {
  background: #fff;
  border-color: #57b87b;
}
.additinalblock .infoblock .process-model li p {
  font-size: 14px;
  margin-top: 11px;
}
.additinalblock .infoblock .process-model.contact-us-tab li.visited a, .additinalblock .infoblock .process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}
.additinalblock .infoblock .process-model.contact-us-tab li::after {
  display: none;
}
.additinalblock .infoblock .process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}
.additinalblock .infoblock .p-0 {
  padding: 0 0 0 0;
}
@media screen and (max-width: 560px) {
  .additinalblock .infoblock .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .additinalblock .infoblock .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .additinalblock .infoblock .process-model.more-icon-preocess li {
    width: 16%;
  }
  .additinalblock .infoblock .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .additinalblock .infoblock .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .additinalblock .infoblock .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .additinalblock .infoblock .process-model.more-icon-preocess {
    text-align: center;
  }
}
.additinalblock .infoblock.active {
  background-color: #0c489e;
}
.additinalblock .infoblock.active .in-active {
  display: none;
}
.additinalblock .infoblock.active .de-active {
  display: block;
}
.additinalblock .infoblock.active .content h4 {
  color: white;
}
.additinalblock .infoblock.active .content p {
  color: white;
}

#addlinfo {
  padding-left: 30px;
  padding-top: 50px;
}
#addlinfo.wizard > .actions {
  width: 30%;
  margin: 0px auto;
}
#addlinfo.wizard > .actions a {
  background-color: #0C489E;
}
#addlinfo.wizard > .actions a:hover {
  background-color: #00ACDB;
}
#addlinfo.wizard > .steps {
  position: relative;
  left: 34px;
}
#addlinfo.wizard > .steps a {
  margin: 0px auto;
  text-align: center;
}
#addlinfo.wizard > .steps > ul > li {
  text-align: center;
}
#addlinfo.wizard > .steps > ul > li, #addlinfo.wizard > .actions > ul > li {
  display: inline-block;
  float: none;
}

#addlinfo.wizard > .content {
  min-height: 25em !important;
  background-color: transparent;
}
#addlinfo.wizard > .content .body {
  width: 100%;
}

#addlinfo.wizard > .actions > ul > li:first-child {
  display: none;
}

#addlinfo.wizard > .steps > ul > li {
  width: 30%;
}

#addlinfo .steps ul li:nth-child(1)::before {
  content: "Step 1";
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #0C489E;
}

#addlinfo .steps ul li:nth-child(1)::after {
  content: "Select the Option";
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: #0C489E;
  white-space: wrap;
  text-align: center;
  position: relative;
}

#addlinfo .steps ul li:nth-child(2)::before {
  content: "Step 2";
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #0C489E;
}

#addlinfo .steps ul li:nth-child(2)::after {
  content: "Personal Information";
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: #0C489E;
  white-space: wrap;
  text-align: center;
  position: relative;
}

#addlinfo .steps ul li:nth-child(3)::before {
  content: "Step 3";
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #0C489E;
}

#addlinfo .steps ul li:nth-child(3)::after {
  content: "Success Message";
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: #0C489E;
  white-space: wrap;
  text-align: center;
  position: relative;
}

.blogsection {
  padding: 50px 0px;
}

.trendarticlebox {
  padding-bottom: 20px;
}

.articlesection .blog-item .blog-content {
  padding-left: 40px;
  padding-right: 40px;
}

.blog-item {
  position: relative;
  padding-right: 20px;
}
.blog-item img {
  width: 100%;
  height: 408px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.blog-item .blogsubbox {
  padding-left: 40px;
  padding-right: 40px;
}
.blog-item .blog-content {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 0px 10px 0px;
  border-radius: 0px 0px 6px 6px;
  margin-bottom: 66px;
}
.blog-item .blog-content h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #0C489E;
}
.blog-item .blog-content h4 a {
  text-decoration: none;
  color: #0C489E;
}
.blog-item .blog-content h4 a:hover {
  color: #00ACDB;
}
.blog-item .blog-content a.btn-readmore {
  color: #0C489E;
  font-size: 28px;
}
.blog-item .blog-content a.btn-readmore:hover i {
  color: #00ACDB;
}
.blog-item .blog-content img {
  border-radius: 0px;
}
.blog-item .blog-content p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.blog-item .blog-content .blog-meta {
  color: #3d3d3d;
  padding-bottom: 0px;
}
.blog-item .blog-content .blog-meta span {
  padding-right: 20px;
  font-size: 13px;
}
.blog-item .blog-content .blog-meta i {
  font-size: 16px;
}
.blog-item .category-tag {
  background-color: rgba(0, 64, 134, 0.82);
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 30px;
  line-height: 1;
  height: 39px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif !important;
}
.blog-item .category-tag:hover {
  background-color: #00ACDB;
}

.blog-item.video a.play-btn, .aboutimg a.play-btn {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 30%;
  left: 45%;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  color: #00BFFC;
  z-index: 99;
}

.aboutimg a.play-btn {
  top: 40%;
}

.blog-item.no-img .blog-content {
  padding-top: 80px;
}

.blog-pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.blog-pagination ul li {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-left: 10px;
}
.blog-pagination ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C489E;
  border-radius: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #0C489E;
}
.blog-pagination ul li a:hover {
  background-color: #0C489E;
  color: #fff;
}
.blog-pagination ul li.active a {
  background-color: #0C489E;
  color: #fff;
}

.blogwidget h4 {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #0C489E;
  border-bottom: 1px dotted #000;
  margin-bottom: 0px;
}

.trendarticlebox {
  padding-left: 20px;
}
.trendarticlebox .post-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.trendarticlebox .post-item img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trendarticlebox .post-item .post-content {
  padding-left: 20px;
}
.trendarticlebox .post-item .post-content h5 {
  font-size: 16px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 600;
}
.trendarticlebox .post-item .post-content h5 a {
  color: #0C489E;
  text-decoration: none;
}
.trendarticlebox .post-item .post-content h5 a:hover {
  color: #00ACDB;
}
.trendarticlebox .post-item .post-content p {
  margin: 0px;
  padding: 0px;
  color: #878A99;
  font-size: 12px;
  font-weight: 500;
}

.blogcategories {
  padding-left: 20px;
}
.blogcategories ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blogcategories ul li {
  padding: 7px 0px;
  border-bottom: 1px dotted #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
  position: relative;
}
.blogcategories ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #0C489E;
  padding-right: 10px;
}
.blogcategories ul li a {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none;
}
.blogcategories ul li a span {
  font-weight: 600;
  float: right;
  position: absolute;
  right: 10px;
  top: 13px;
  color: #00ACDB;
}
.blogcategories ul li a:hover {
  color: #0C489E;
}

.blog-item.blog-view p {
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 22px;
}
.blog-item.blog-view h5 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}
.blog-item.blog-view img {
  margin: 5px 0 25px 0px;
}
.blog-item.blog-view ul {
  margin: 0px;
  padding: 0px 0px 10px 20px;
}
.blog-item.blog-view ul li {
  font-size: 16px;
  padding-bottom: 3px;
}

.btn-bookfreeasset {
  display: block;
  padding: 13px 10px;
  white-space: nowrap;
  text-align: center;
  background-color: #00ACDB;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0px 15px;
  border: 1px solid transparent;
  font-size: 22px;
  text-transform: uppercase;
}
.btn-bookfreeasset:hover {
  background-color: #0C489E;
  border: 1px solid #fff;
}

.aboutimg {
  position: relative;
}

.aboutclip {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.abtcontent h3 {
  padding-bottom: 20px;
  font-size: 30px;
  text-align: left;
  color: #0C489E;
  font-weight: bold;
}
.abtcontent p {
  font-size: 15px;
  line-height: 24px;
}

.appsite {
  width: 100%;
  padding-top: 70px;
}
.appsite h2 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 40px;
  text-align: center;
  color: #3d3d3d;
  font-weight: 900;
}
.appsite h2 span {
  color: #0C489E;
}
.appsite h4 {
  padding-bottom: 10px;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 700;
  text-align: center;
}
.appsite p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding-bottom: 15px;
}

.appbtns a img {
  margin: 0px 10px;
  width: 209px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutvision {
  padding: 70px 0px 20px 0px;
}

.visionblock, .missionblock {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 50px 40px;
  margin-bottom: 50px;
}
.visionblock h3, .missionblock h3 {
  padding: 10px 0px 10px 0px;
  color: #0C489E;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.visionblock p, .missionblock p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 15px;
}
.visionblock ul, .missionblock ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.visionblock ul li, .missionblock ul li {
  font-size: 15px;
}
.visionblock ul li span, .missionblock ul li span {
  font-size: 15px;
  font-weight: 600;
}

.visionblock p {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}
.visionblock ul li {
  padding-left: 25px;
  position: relative;
}
.visionblock ul li:before {
  content: "\f00c";
  color: #00ACDB;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
}

.about-philop {
  padding: 60px 0px !important;
}
.about-philop img {
  border-radius: 0px;
}
.about-philop p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 15px;
  line-height: 24px;
  color: #3d3d3d;
}
.about-philop h4 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-weight: 600;
  font-size: 30px !important;
  margin-bottom: 10px;
}

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

.steps-h6 {
  font-size: 23px;
  color: #0C489E;
  font-weight: 700;
  margin-bottom: 6px;
}

@media (max-width: 992px) {
  .steps-h6 {
    font-size: 16px;
  }
}
.addldsteps {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  position: relative;
  gap: 6px;
}
.addldsteps:after {
  content: "";
  width: 113%;
  height: 4px;
  background-color: #00ACDB;
  position: absolute;
  top: 23px;
  left: 0px;
  z-index: -2;
}
.addldsteps .newstep {
  text-align: center;
}
.addldsteps .newstep:last-child::after {
  display: none;
}
.addldsteps .newstep p {
  margin-left: -3px;
}
.addldsteps .newstep a {
  text-decoration: none;
}
.addldsteps .newstep a:hover .number {
  background-color: #0C489E;
}
.addldsteps .newstep a:hover h4, .addldsteps .newstep a:hover p {
  color: #0C489E;
}
.addldsteps .newstep.active {
  position: relative;
}
.addldsteps .newstep.active p {
  padding-left: 6px;
  margin-left: 0px;
}
.addldsteps .newstep.active a .number {
  height: 50px;
  width: 50px;
  position: relative;
  top: 0px;
  margin: 0px 0;
  background-color: #0C489E;
}
.addldsteps .newstep.active a .number span {
  display: none;
}
.addldsteps .newstep.active a .number img {
  width: 23px;
  height: 23px;
  position: relative;
  top: -2px;
}
.addldsteps .newstep.active a h4, .addldsteps .newstep.active a p {
  color: #0C489E;
}
.addldsteps .newstep.active:after {
  content: "";
  width: 80%;
  height: 4px;
  background-color: #0C489E;
  position: absolute;
  top: 23px;
  left: 50px;
  z-index: -1;
}
.addldsteps .newstep.active.none:after {
  display: none;
}
.addldsteps .newstep h4 {
  font-weight: 900;
  font-size: 20px;
  color: #00ACDB;
  padding-bottom: 5px;
}
.addldsteps .newstep p {
  padding-top: 10px;
  font-weight: 500;
  white-space: wrap;
  white-space-collapse: initial;
  text-wrap: wrap;
  color: #00ACDB;
  width: 124px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  position: relative;
  left: -5px;
}
@media (max-width: 992px) {
  .addldsteps .newstep p {
    width: auto;
  }
}
.addldsteps .newstep .number {
  width: 30px;
  height: 30px;
  background-color: #00ACDB;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  font-size: 24px;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  margin: 0px auto;
  position: relative;
  margin: 10px 0;
}
.addldsteps .newstep .number span {
  background: white;
  height: 13px;
  width: 13px;
  border-radius: 100px;
  position: relative;
  display: block;
  top: 8.5px;
  left: 8.5px;
}

@media (max-width: 992px) {
  .addldsteps:after {
    width: 95%;
  }
}
.btn-nextstep {
  background-color: #0C489E;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 55px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  margin: 0px 0px 20px 0px;
  transition: all 0.2s ease;
  border: 0;
}
.btn-nextstep:hover {
  background-color: #00ACDB;
}

.btn-prevstep {
  background-color: #00ACDB;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 55px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  margin: 0px 0px 20px 0px;
  transition: all 0.2s ease;
  border: 0;
}
.btn-prevstep:hover {
  background-color: #0C489E;
}

.infoblock.formstep label {
  font-weight: 500;
  font-size: 15px;
  padding: 0px 8px;
  background-color: #fff;
  position: relative;
  top: 12px;
  left: 20px;
  z-index: 1;
}
.infoblock.formstep input[type=text], .infoblock.formstep input[type=tel] {
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 5px;
}
.infoblock.formstep input[type=text]:focus, .infoblock.formstep input[type=tel]:focus {
  box-shadow: inherit;
  outline: 0;
}
.infoblock.formstep select {
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 5px;
}
.infoblock.formstep select:focus {
  box-shadow: inherit;
  outline: 0;
}
.infoblock.formstep .select-input {
  position: relative;
}
.infoblock.formstep .select-input:before {
  content: "";
  background: url(../images/down-arrow-black.svg), #ffffff;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 44px;
  left: 52px;
  z-index: 9;
  background-repeat: no-repeat;
}
.infoblock.formstep .select-input select {
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  height: 51px;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 5px;
  margin-top: 23px;
  position: relative;
  font-weight: 500;
}
.infoblock.formstep .select-input select:focus {
  box-shadow: inherit;
  outline: 0;
}
.infoblock.formstep textarea {
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  height: 120px;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 5px;
  box-sizing: border-box; /* Ensures padding is included within the total height */
  line-height: 1.5; /* Adjusts line height for better spacing */
  overflow: auto; /* Allows scrolling */
  resize: vertical;
}
.infoblock.formstep textarea:focus {
  box-shadow: inherit;
  outline: 0;
}

.thankssuccess {
  text-align: center;
}
.thankssuccess object {
  padding-top: 40px;
  padding-bottom: 10px;
}
.thankssuccess h3 {
  font-size: 44px;
  font-weight: 700;
  color: #0C489E;
  padding-bottom: 10px;
}
.thankssuccess p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
.thankssuccess p span {
  color: #0C489E;
  font-weight: 600;
}
.thankssuccess p.link a {
  color: 1756B0;
  font-size: 16px;
  color: #0C489E;
  text-decoration: underline;
}
.thankssuccess p.link a span {
  font-weight: 500;
}
@media (max-width: 992px) {
  .thankssuccess h3 {
    font-size: 30px;
    font-weight: 600;
    color: #0C489E;
    padding-bottom: 10px;
  }
  .thankssuccess p {
    font-size: 16px;
  }
}

.eventsblock img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
.eventsblock img:hover {
  opacity: 0.8;
}
.eventsblock .newscontentbox {
  padding: 15px 30px 20px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  border-radius: 0px 0px 6px 6px;
}
.eventsblock .newscontentbox .dtblock {
  font-size: 13px;
  color: #3d3d3d;
  padding-bottom: 5px;
}
.eventsblock .newscontentbox .dtblock span {
  padding-right: 30px;
}
.eventsblock .newscontentbox .dtblock i {
  font-size: 14px;
  color: #00BFFC;
}
.eventsblock .newscontentbox h4 {
  font-weight: 700;
  font-size: 18px;
  color: #3d3d3d;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventsblock .newscontentbox h4 a {
  color: #3d3d3d;
  text-decoration: none;
}
.eventsblock .newscontentbox h4 a:hover {
  color: #00ACDB;
}
.eventsblock .newscontentbox p {
  font-size: 14px;
  color: #6D6D6D;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventsblock.view img {
  height: 522px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.eventsblock.view h4 {
  font-weight: 600;
  font-size: 24px;
  color: #3d3d3d;
  padding-bottom: 10px;
}
.eventsblock.view h4 a {
  color: #3d3d3d;
  text-decoration: none;
}
.eventsblock.view .newscontentbox {
  padding: 0px;
  box-shadow: inherit;
}
.eventsblock.view .btborder {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.eventsblock.view p {
  color: #3D3D3D;
  font-size: 14px;
  padding-bottom: 15px;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: hidden;
}

.contactblock {
  padding: 50px 0px 70px 0px;
}
.contactblock h3 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  font-size: 30px;
}
.contactblock p {
  text-align: center;
  font-size: 15px;
  color: #3D3D3D;
  padding-bottom: 20px;
}
.contactblock iframe {
  border-radius: 10px;
}
.contactblock .addinfoblock {
  background-color: #f7f7f7;
  padding: 15px 40px;
  border-radius: 10px;
  display: flex;
  align-self: center;
  align-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contactblock .addinfoblock {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.contactblock .addinfoblock .icon {
  flex: 0 0 80px;
  height: 80px;
  width: 80px;
  max-width: 80px;
  display: block;
  line-height: 80px;
  color: #fff;
  background-color: #0C489E;
  border-radius: 100%;
  text-align: center;
  align-self: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .contactblock .addinfoblock .icon {
    margin-bottom: 10px;
    align-self: start;
  }
}
.contactblock .addinfoblock .txtcon {
  padding-left: 15px;
  align-self: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contactblock .addinfoblock .txtcon {
    width: 100%;
  }
}
.contactblock .addinfoblock .txtcon h4 {
  font-size: 18px;
  text-align: left;
  color: #3d3d3d;
  font-weight: 700;
  padding-bottom: 10px;
}
.contactblock .addinfoblock .txtcon p {
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #3D3D3D;
}
.contactblock .addinfoblock .txtcon p a {
  color: #3D3D3D;
  text-decoration: none;
}
.contactblock .addinfoblock .txtcon p a:hover {
  color: #00ACDB;
}
.contactblock .btn-nextstep {
  margin-top: 5px;
  border: none;
}
.contactblock .btn-nextstep:focus {
  outline: none;
  border: none;
}

.contformtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #0C489E;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contformtitle {
    font-size: 20px;
  }
}

.subscriptionbox .planbox .mxplancontent h3 {
  font-size: 18px;
  text-align: center;
  color: #3d3d3d;
  font-weight: 600;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.subscriptionbox .planbox .mxplancontent h4.price {
  font-weight: 900;
  color: #0C489E;
  font-size: 70px;
  text-align: center;
}
.subscriptionbox .planbox .mxplancontent h4.price i {
  font-weight: 900;
  font-size: 45px;
  position: relative;
  top: -10px;
}
.subscriptionbox .planbox .mxplancontent p {
  margin: 0px;
  padding: 0px;
}
.subscriptionbox .planbox .mxplancontent p.fz-14 {
  font-size: 13px;
  border-top: 1px dashed #bbb;
  padding-top: 20px;
  margin-top: 20px;
}

.annumprice {
  text-align: center;
}
.annumprice p {
  margin: 0px;
  padding: 0px 0px 3px;
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600;
}
.annumprice h5 {
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
}
.annumprice h5 i {
  font-weight: 900;
  font-size: 15px;
}

.willmangerequire {
  background-color: #3A69AC;
  position: relative;
  margin-bottom: 20px;
  padding: 70px 0px;
}
.willmangerequire:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 50%;
  background-color: #00ACDB;
  z-index: 9;
}

.container {
  position: relative;
  z-index: 99;
}

.contentblock h3 {
  padding-bottom: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.contentblock p {
  font-size: 14px;
  color: #fff;
  padding-right: 50px;
  line-height: 24px;
}
.contentblock ul {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  list-style: none;
}
.contentblock ul li {
  font-size: 15px;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
  padding-left: 40px;
}
.contentblock ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
}
.contentblock a.btn-bookfreeass {
  background-color: #00ACDB;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.contentblock a.btn-bookfreeass:hover {
  background-color: transparent;
  border-color: #fff;
}

.btn-moreservcies {
  background-color: #0C489E;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 25px;
}
.btn-moreservcies:hover {
  background-color: #00ACDB;
}

#disclaimerExample .accordion-item {
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #0C489E;
}
#disclaimerExample .accordion-button {
  border-radius: 6px;
  border-color: #0C489E;
  font-weight: 700;
  color: #0C489E;
  font-size: 20px;
  height: 70px;
  font-family: "Poppins", sans-serif !important;
}
#disclaimerExample .accordion-button:focus {
  box-shadow: inherit !important;
}
#disclaimerExample .accordion-button:after {
  width: 34px;
  height: 34px;
  background: none;
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  top: 1px !important;
  position: relative;
  right: 1px;
}
#disclaimerExample .accordion-button.collapsed:after {
  width: 20px;
  transform: rotate(0deg) !important;
  top: -5px !important;
  position: relative;
  right: 10px;
}
#disclaimerExample .accordion-button:not(.collapsed) {
  background-color: inherit !important;
  box-shadow: inherit !important;
}

.appsection .enquiry-form .select-box-div {
  position: relative;
}
.appsection .enquiry-form .select-box-div:before {
  background-image: url(../images/caret-down3.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  content: "";
  font-weight: 900;
  color: #0c489e;
  height: 12px;
  width: 12px !important;
  z-index: 2;
  position: absolute;
  top: 23px;
  right: 14px;
}
.appsection .enquiry-form .select-box-div:after {
  content: "";
  background: white;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 9px;
}
.appsection .enquiry-form .select-box-div select {
  color: #0c489e;
  padding-top: 10px !important;
}

.swiper.blogsliderSwiper {
  width: 100%;
  height: 500px;
  background: #000;
  margin-bottom: 10px;
}
.swiper.blogsliderSwiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif !important;
}
.swiper.blogsliderSwiper .swiper-slide h3 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
  text-transform: capitalize;
}
.swiper.blogsliderSwiper .swiper-slide h3 span {
  padding-left: 15px;
}
.swiper.blogsliderSwiper .swiper-slide h3 span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;
  right: 8px;
}
.swiper.blogsliderSwiper .swiper-slide h2 {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-transform: capitalize;
}
.swiper.blogsliderSwiper .swiper-slide p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-right: 100px;
  padding-bottom: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.swiper.blogsliderSwiper .swiper-slide .date {
  font-size: 13px;
  padding-right: 25px;
}
.swiper.blogsliderSwiper .swiper-slide .pt-120 {
  padding-top: 20px;
}
.swiper.blogsliderSwiper .swiper-slide button {
  color: white;
  background: #0C489E;
  padding: 13px 30px;
  margin: 0 auto;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
}
.swiper.blogsliderSwiper .swiper-slide button:hover {
  background: #00ACDB;
}
.swiper.blogsliderSwiper .swiper-pagination {
  height: 30px;
  z-index: 9999;
}
.swiper.blogsliderSwiper a.btn-readmore {
  background-color: #0C489E;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 6px;
}
.swiper.blogsliderSwiper a.btn-readmore:hover {
  background-color: #00ACDB;
  color: #fff;
}
.swiper.blogsliderSwiper .container {
  padding-top: 10%;
}
.swiper.blogsliderSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper.blogsliderSwiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  transform: scale(1.4);
  opacity: 1;
}
.swiper.blogsliderSwiper .swiper-button-next, .swiper.blogsliderSwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.swiper.blogsliderSwiper .swiper-button-next:after, .swiper.blogsliderSwiper .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
}

#blogviewbg {
  width: 100%;
  height: 529px !important;
}

#subpageviewbg {
  width: 100%;
  height: 436px !important;
  background-repeat: no-repeat;
  background-size: 100% 436px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#subpageviewbg h3 {
  margin: 0px;
  padding: 30% 0 1% 0;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
}
#subpageviewbg p {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

.blogviewimgbox {
  background-repeat: no-repeat;
  background-size: 100% 529px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.blogviewimgbox .category-tag {
  background-color: rgba(0, 64, 134, 0.75);
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  top: 30px;
  right: 10px;
  line-height: 1;
  height: 39px;
  display: flex;
  align-items: center;
}
.blogviewimgbox .category-tag:hover {
  background-color: #00ACDB;
}

.blogviewcontentnew {
  padding-top: 360px;
}
.blogviewcontentnew h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
}
.blogviewcontentnew h3 span {
  padding-left: 15px;
}
.blogviewcontentnew h3 span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;
  right: 8px;
}
.blogviewcontentnew p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.blogviewcontentnew .date {
  font-size: 13px;
  padding-right: 25px;
  color: #fff;
}

.video-ply-btn {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100%;
  color: #00BFFC;
  line-height: 90px;
  text-align: center;
  display: block;
  font-size: 28px;
  position: absolute;
  bottom: 20px;
  right: 0px;
}
.video-ply-btn:hover {
  background-color: #00BFFC;
  color: #fff;
}

.service-blue-strip {
  background: #0C489E;
  color: #FFFFFF;
  padding: 35px 0;
}
.service-blue-strip h3 {
  font-weight: 600;
  font-size: 32px;
}
.service-blue-strip .icon {
  margin-right: 20px;
  height: 57px;
  position: relative;
  top: 8px;
}
.service-blue-strip p {
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.db-key .icon-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.db-key .icon-info .circle {
  margin-right: 20px;
  width: 85px;
  height: 85px;
  background: #00acdb;
  margin-right: 20px;
  min-width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.db-key .icon-info .circle object {
  width: 40px;
  height: 40px;
  margin-right: 0;
}
.db-key .icon-info:nth-child(odd) .circle {
  background: #0c489e;
}

.service-details {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-details {
    padding: 40px 0;
  }
}
.service-details .key-feature-img {
  position: absolute;
  width: 49%;
}
.service-details h3 {
  color: #0c489e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .service-details img {
    margin-bottom: 30px;
  }
}
.service-details .icon-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.service-details .icon-info .circle {
  margin-right: 20px;
  width: 85px;
  height: 85px;
  background: #00acdb;
  margin-right: 20px;
  min-width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.service-details .icon-info .circle object {
  width: 40px;
  height: 40px;
  margin-right: 0;
}
.service-details .icon-info h4 {
  color: #0c489e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-details .icon-info p {
  font-size: 15px;
}

.will-trust-types {
  padding: 60px 0 60px;
  color: white;
  background: #0C489E;
}
.will-trust-types .container .row .col-md-12 h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.will-trust-types .container .row .padd-l-sm {
  padding-left: 30px;
}
.will-trust-types .container .row .padd-r-sm {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .will-trust-types .container .row .padd-l-sm {
    padding-left: 12px;
  }
  .will-trust-types .container .row .padd-r-sm {
    padding-right: 12px;
  }
}
.will-trust-types .container .row .col-md-6 .will-trust-icon-box {
  display: flex;
}
.will-trust-types .container .row .col-md-6 .will-trust-icon-box object {
  margin-right: 20px;
  width: 91.5px;
  height: 91.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.will-trust-types .container .row .col-md-6 .will-trust-icon-box img {
  margin-right: 20px;
  width: 82.99px;
  height: 82.99px;
}
.will-trust-types .container .row .col-md-6 .will-trust-icon-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.will-trust-types .container .row .col-md-6 .will-trust-icon-box p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  -moz-text-align-last: left;
       text-align-last: left;
  word-spacing: -0.5px;
}

.liability-types {
  padding: 60px 0 60px;
  color: white;
  background: #0C489E;
}
.liability-types .padd-l-sm {
  padding-left: 30px;
}
.liability-types .padd-r-sm {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .liability-types .padd-l-sm {
    padding-left: 12px;
  }
  .liability-types .padd-r-sm {
    padding-right: 12px;
  }
}
.liability-types h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.liability-types .liability-icon-box {
  display: flex;
}
.liability-types .liability-icon-box .circle {
  width: 84px;
  height: 84px;
  background: #00acdb;
  margin-right: 20px;
  min-width: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.liability-types .liability-icon-box .circle object {
  width: 45px;
  height: 45px;
  margin-right: 0;
}
.liability-types .liability-icon-box img {
  margin-right: 20px;
  width: 82.99px;
  height: 82.99px;
}
.liability-types .liability-icon-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.liability-types .liability-icon-box p {
  font-size: 16px;
  margin-bottom: 0;
}

.liability-management {
  padding: 45px 0;
  color: white;
  background: #0C489E;
}
.liability-management h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.liability-management .liability-icon-box {
  display: flex;
}
.liability-management .liability-icon-box object {
  margin-right: 20px;
}
.liability-management .liability-icon-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.liability-management .liability-icon-box p {
  font-size: 15px;
  margin-bottom: 0;
}
.liability-management .col {
  margin-bottom: 30px;
}
.liability-management .col .advtshbox {
  border-radius: 15px;
  padding: 25px 15px 0px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 10px 10px 0px 10px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.liability-management .col .advtshbox:hover {
  transform: scale(1.1);
}
.liability-management .col .advtshbox .circle {
  width: 100px;
  height: 100px;
  background-color: #00ACDB;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-top: 24px;
}
.liability-management .col .advtshbox p {
  font-weight: 600;
  color: #3d3d3d;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.liability-management .col:nth-child(odd) .advtshbox {
  border-radius: 15px;
  padding: 25px 15px 10px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 10px 10px 20px 10px;
  text-align: center;
}
.liability-management .col:nth-child(odd) .advtshbox .circle {
  width: 100px;
  height: 100px;
  background-color: #0c489e;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-top: 30px;
}
.liability-management .col:nth-child(odd) .advtshbox .circle object {
  width: 45px;
  height: 45px;
}
.liability-management .col:nth-child(odd) .advtshbox .circle object svg {
  width: 30px;
}

.h-data .col-md-6:first-child img {
  padding-right: 50px;
}
.h-data .col-md-6:nth-child(2) img {
  padding-left: 50px;
}
.h-data p {
  margin-bottom: 0;
}
.h-data .text-blue p {
  font-weight: 500;
  font-size: 16px;
}

.text-mb p {
  margin-bottom: 15px;
}
.text-mb p:last-child {
  margin-bottom: 0;
}

.service-about {
  padding: 60px 0;
}
.service-about .content-img img {
  padding-right: 60px;
}
.service-about h3 {
  color: #0C489E;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1;
}
.service-about h4 {
  color: #0C489E;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}
.service-about h5 {
  color: #0C489E;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-about p {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: justify;
}
.service-about p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .service-about img {
    margin-bottom: 30px;
  }
}
.service-about .check-ul ul {
  margin-left: -20px;
}
.service-about .check-ul ul li {
  position: relative;
  padding: 0 30px;
  list-style: none;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}
.service-about .check-ul ul li:before {
  content: "";
  background: url(../images/check-icon2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 6px;
  height: 12px;
  width: 14px;
}

.border-light-blue {
  border: 1px solid #E4EFFF;
}

.subscribe-now {
  background: #0C489E;
  padding: 60px 0;
  position: relative;
  z-index: 99;
}
.subscribe-now h3 {
  font-size: 32px;
  color: white;
}
.subscribe-now button {
  height: 62px;
  background: #00acdb;
  font-size: 22px;
  color: white;
  border-radius: 6px;
  padding: 8px 36px;
  text-transform: uppercase;
  border: 0;
  float: right;
  font-weight: 600;
  transition: all 0.2s ease;
}
.subscribe-now button:hover {
  color: #00acdb;
  background: white;
}
@media (max-width: 992px) {
  .subscribe-now h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .subscribe-now button {
    margin: 0 0;
    float: none;
  }
}

.service-bg-blue {
  background: #EDF5FF;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .service-bg-blue {
    padding-bottom: 30px;
  }
}
.service-bg-blue .row {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-bg-blue .row {
    margin-bottom: 0;
  }
}
.service-bg-blue .row .icon-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.service-bg-blue .row .icon-info object {
  margin-right: 20px;
}
.service-bg-blue .row .icon-info h4 {
  color: #0C489E;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-bg-blue .row .icon-info p {
  font-size: 15px;
}
.service-bg-blue h3 {
  color: #0C489E;
  font-size: 30px;
  font-weight: 600;
}
.service-bg-blue h5 {
  font-size: 24px;
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-bg-blue p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .service-bg-blue img {
    margin-bottom: 30px;
  }
  .service-bg-blue p:last-child {
    margin-bottom: 30px;
  }
}

.taxation-types {
  background: #0C489E;
  padding: 60px 0;
}
.taxation-types h3 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.taxation-types p {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.taxation-types .taxation-type-box {
  background: white;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  min-height: 100%;
}
@media screen and (max-width: 992px) {
  .taxation-types .taxation-type-box {
    margin-bottom: 15px;
    height: auto;
  }
}
.taxation-types .taxation-type-box h5 {
  font-size: 18px;
  color: #0C489E;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.taxation-types .taxation-type-box h5 object {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.taxation-types .taxation-type-box p {
  color: black;
  text-align: left;
  margin-bottom: 0;
}

.taxation-tables {
  padding: 60px 0;
}
.taxation-tables h3 {
  font-size: 30px;
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
}
.taxation-tables .table-responsive {
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 0;
}
.taxation-tables .table-responsive table {
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 0px #666; /* this draws the table border  */
  margin-bottom: 0;
}
.taxation-tables .table-responsive table thead .text-blue-head, .taxation-tables .table-responsive table tbody .text-blue-head {
  color: #0C489E;
  font-size: 24px;
}
.taxation-tables .table-responsive table thead tr:first-child th:first-child, .taxation-tables .table-responsive table tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.taxation-tables .table-responsive table thead tr:first-child th:last-child, .taxation-tables .table-responsive table tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.taxation-tables .table-responsive table thead tr:last-child td:first-child, .taxation-tables .table-responsive table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.taxation-tables .table-responsive table thead tr:last-child td:last-child, .taxation-tables .table-responsive table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.taxation-tables .table-responsive table thead tr th, .taxation-tables .table-responsive table tbody tr th {
  font-weight: 600;
  padding: 22px 30px;
  font-size: 21px;
  color: #3D3D3D;
}
.taxation-tables .table-responsive table thead tr td, .taxation-tables .table-responsive table tbody tr td {
  padding: 15px 30px;
  text-transform: capitalize;
  font-size: 15px;
}
.taxation-tables .table-responsive table thead tr.table-secondary, .taxation-tables .table-responsive table tbody tr.table-secondary {
  background: #F4F4F4;
}

.user-tax {
  position: relative;
  padding: 0;
  background: #F9F9F9;
}
.user-tax:before {
  background: url(../images/taxation-img5.webp);
  background-size: cover;
  background-position: right top;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.user-tax h4 {
  font-weight: 600 !important;
}
.user-tax .user-tax-content {
  padding: 50px 70px 50px 0;
}
.user-tax img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.capitalize {
  text-transform: capitalize;
}

.accounting-work .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.accounting-work h4 {
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.accounting-work .accounting-work-box {
  margin-top: 30px;
  background: white;
  box-shadow: 0px 16px 17px 0 rgba(0, 0, 0, 0.062745098);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.accounting-work .accounting-work-box h4 {
  font-size: 19px;
  width: 60%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.accounting-work .accounting-work-box h4 object {
  width: 49px;
  height: 49px;
  margin-right: 15px;
}

.share-footer {
  width: 100%;
  display: block;
  text-align: center;
  border-top: 3px solid #F0F0F0;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.share-footer .shricon {
  padding-right: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #000000;
}
.share-footer .shricon img {
  width: 16px;
  height: auto;
  margin: 0px 0 0px 0px;
  margin-right: 4px;
}

.business-promotion {
  background: #0C489E;
  padding: 60px 0px;
}
.business-promotion .bp-title {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.business-promotion .bp-title span {
  font-style: italic;
  font-weight: 400;
}
.business-promotion p {
  color: white;
  font-size: 15px;
  margin-bottom: 30px;
}
.business-promotion .conclusion-text {
  font-size: 16px;
}
.business-promotion .bp-icon-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 20px 0;
}
.business-promotion .bp-icon-section .business-promotion-card {
  margin-bottom: 30px;
  margin-top: 50px;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  height: 100%;
  justify-content: flex-start;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0C489E;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
  position: absolute;
  top: -42px;
  border: 5px solid #ffffff;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box .icon object {
  width: 55px;
  height: 55px;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box .icon object svg {
  width: 45px;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box .bp-icon-title {
  color: #0C489E;
  font-weight: 600;
  padding: 0 0px;
  font-size: 18px !important;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box p {
  color: #3d3d3d;
  font-size: 15px;
  text-align: justify;
  line-height: 24px;
}
.business-promotion .bp-icon-section .business-promotion-card .bp-icon-box p:last-child {
  margin-bottom: 0;
}
.business-promotion .bp-icon-section .business-promotion-card:nth-child(even) .bp-icon-box .icon {
  background: #04B4E3;
}

.team-building {
  padding: 60px 0;
}
.team-building .tb-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0C489E;
  margin-bottom: 15px;
}
.team-building .tb-title span {
  font-style: italic;
  font-weight: 400;
}
.team-building p {
  color: #000000;
  margin-bottom: 40px;
}
.team-building .container .tb-content-row {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.team-building .container .tb-content-row:nth-child(even) {
  display: flex;
  flex-direction: row;
}
.team-building .container .tb-content-row .col-lg-5 .tb-content-box {
  background: #ffffff;
  border: 1px solid #B3CEF4;
  border-radius: 10px;
  padding: 20px;
}
.team-building .container .tb-content-row .col-lg-5 .tb-content-box h5 {
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-building .container .tb-content-row .col-lg-5 .tb-content-box p {
  margin-bottom: 0px;
  font-size: 15px;
  text-align: justify;
}
.team-building .container .tb-content-row .col-md-2 {
  display: flex;
  justify-content: center;
  position: relative;
}
.team-building .container .tb-content-row .col-md-2::after {
  content: "";
  background: #0C489E;
  height: 130%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 49%;
  z-index: -1;
}
.team-building .container .tb-content-row .col-md-2 .tb-icon {
  width: 125px;
  height: 125px;
  background: #0C489E;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-building .container .tb-content-row .col-md-2 .tb-icon object {
  width: 60px;
  height: auto;
}
.team-building .container .tb-content-row:last-child .col-md-2::after {
  display: none;
}

.virtual-team-building {
  padding: 60px 0;
  background: #EDF5FF;
}
.virtual-team-building .tb-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0C489E;
  margin-bottom: 15px;
}
.virtual-team-building .tb-title span {
  font-style: italic;
  font-weight: 400;
}
.virtual-team-building p {
  font-size: 15px;
  text-align: justify;
}
.virtual-team-building .vtb-content {
  margin-top: 20px;
}
.virtual-team-building .vtb-content .vtb-content-row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 2.3rem;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 {
  margin-bottom: 40px;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box {
  height: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.0823529412);
  padding: 35px;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title h3 {
  font-size: 19px;
  color: #0C489E;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title .vtb-icon {
  background: #0C489E;
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title .vtb-icon object {
  width: 38px;
  height: auto;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box p {
  font-size: 15px;
  text-align: justify;
  margin-top: 20px;
}
.virtual-team-building .vtb-content .vtb-content-row .col-lg-4:nth-child(even) .vtb-content-box .vtb-icon {
  background: #04B4E3;
}

a.pagelink {
  color: #0C489E;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
a.pagelink:hover {
  color: #00ACDB;
}

.pgnav [class*=col]:last-child a.pagelink {
  padding-right: 26px;
}

.faq-block.bg-none {
  background: none;
  height: inherit;
  padding-bottom: 30px;
}

.text-blue {
  color: #0C489E !important;
}

.fw-7 {
  font-weight: 500;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-grey1 {
  background: #f7f7f7;
}

.mb-30 {
  margin-bottom: 40px;
}

.font-20-ul {
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 40px;
  text-align: left !important;
}

.pr-desktop {
  padding-right: 60px;
}

.pl-desktop {
  padding-left: 60px;
}

.a2a_kit .a2a_svg {
  width: 36px !important;
  height: 36px !important;
}

.hr2 {
  margin-top: 0;
  height: 3px;
  border-top: 3px solid #F0F0F0;
  opacity: 1;
}

.plr-30 {
  padding: 0 30px !important;
}

.related-blob-btn.swiper-button-next:after, .related-blob-btn.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #0C489E !important;
}

.related-blob-btn.swiper-button-next, .related-blob-btn.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -20px);
  left: auto;
}

.related-blob-btn.swiper-button-prev, .related-blob-btn.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -20px);
  right: auto;
}

.font-30 {
  font-size: 30px !important;
}

.py-50 {
  padding: 50px 0;
}
.py-50 .check-ul {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.no-padd {
  padding: 0;
}

.img-r-gap img {
  padding-right: 40px;
}

.img-r-gap h5 {
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .subscribe-now {
    text-align: center;
  }
  .pl-desktop {
    padding-left: 15px;
  }
  .pr-desktop {
    padding-right: 15px;
  }
  .user-tax .user-tax-content {
    padding: 280px 15px 50px 15px;
  }
  .user-tax:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 250px;
  }
  .accounting-work .col-md-4 {
    margin-bottom: 30px;
  }
}
.full-img {
  position: relative;
  padding: 0;
}
.full-img .padd-content {
  padding: 80px 40px 80px 15px;
}
.full-img img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
}

.will-manage-tables-check-points {
  padding: 60px 0 70px;
}
.will-manage-tables-check-points h3 {
  font-size: 30px;
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: 50px;
  margin-bottom: 25px !important;
}
.will-manage-tables-check-points p {
  font-size: 18px;
  margin-bottom: 20px !important;
}
.will-manage-tables-check-points ul {
  -moz-column-count: 2;
       column-count: 2;
  margin: 0 auto;
  width: 90%;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .will-manage-tables-check-points ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.will-manage-tables-check-points ul li {
  position: relative;
  list-style: none;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .will-manage-tables-check-points ul li {
    margin-bottom: 15px;
  }
}
.will-manage-tables-check-points ul li:before {
  content: "";
  background: url(../images/check-icon2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 6px;
  height: 12px;
  width: 14px;
}
.will-manage-tables-check-points .table-responsive {
  border-radius: 10px;
  border: 1px solid #93BFFF;
  padding: 0;
}
.will-manage-tables-check-points .table-responsive table {
  --bs-table-border-color: #93BFFF;
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 0px #93BFFF; /* this draws the table border  */
  margin-bottom: 0;
}
.will-manage-tables-check-points .table-responsive table thead .text-blue-head, .will-manage-tables-check-points .table-responsive table tbody .text-blue-head {
  color: #0C489E;
  font-size: 24px;
}
.will-manage-tables-check-points .table-responsive table thead tr:first-child th:first-child, .will-manage-tables-check-points .table-responsive table tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
  border-bottom: 1px solid #93BFFF;
  border-right: 1px solid #93BFFF;
}
.will-manage-tables-check-points .table-responsive table thead tr:first-child th:last-child, .will-manage-tables-check-points .table-responsive table tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
  border-bottom: 1px solid #93BFFF;
  border-left: 1px solid #93BFFF;
}
.will-manage-tables-check-points .table-responsive table thead tr:last-child td:first-child, .will-manage-tables-check-points .table-responsive table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.will-manage-tables-check-points .table-responsive table thead tr:last-child td:last-child, .will-manage-tables-check-points .table-responsive table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.will-manage-tables-check-points .table-responsive table thead tr th, .will-manage-tables-check-points .table-responsive table tbody tr th {
  font-weight: 600;
  padding: 22px 30px;
  font-size: 20px;
  color: #1756B0;
  background: #EDF5FF;
}
.will-manage-tables-check-points .table-responsive table thead tr td, .will-manage-tables-check-points .table-responsive table tbody tr td {
  padding: 15px 30px;
  font-size: 15px;
}
.will-manage-tables-check-points .table-responsive table thead tr.table-secondary, .will-manage-tables-check-points .table-responsive table tbody tr.table-secondary {
  background: #93BFFF;
}

.tb-why-choose {
  padding: 80px 0;
  position: relative;
}
.tb-why-choose .key-feature-img {
  position: absolute;
  width: 49%;
  bottom: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  padding-top: 30px;
  top: 20px;
}
.tb-why-choose h3 {
  color: #0c489e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .tb-why-choose img {
    margin-bottom: 30px;
  }
}
.tb-why-choose .icon-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.tb-why-choose .icon-info .circle {
  width: 100px;
  height: 100px;
  background: #0c489e;
  margin-right: 20px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.tb-why-choose .icon-info .circle object {
  width: 55px;
  height: 55px;
  margin-right: 0;
}
.tb-why-choose .icon-info h4 {
  color: #0c489e;
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.tb-why-choose .icon-info p {
  font-size: 15px;
}

.accounting-payroll {
  padding: 40px 0;
}
.accounting-payroll h4 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-weight: 600;
  font-size: 30px;
}
.accounting-payroll .list-box-design {
  border-radius: 10px;
  border: 1px solid #B3CEF4;
  padding: 30px;
  margin-top: 40px;
}
.accounting-payroll .list-box-design .text-blue {
  font-size: 18px;
}
.accounting-payroll .list-box-design ul {
  -moz-column-count: 2;
       column-count: 2;
  margin: 0 auto;
  width: 100%;
  gap: 50px;
  margin-top: 20px;
  margin-left: -23px;
}
.accounting-payroll .list-box-design ul li {
  position: relative;
  list-style: none;
  margin-bottom: 13px;
  font-size: 15px;
  margin-left: -30px;
  padding-left: 60px;
}
.accounting-payroll .list-box-design ul li:before {
  content: "";
  display: flex;
  background: url(../images/check-icon3.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 10px;
  min-width: 15px;
  min-height: 10px;
  margin-right: 8px;
  position: absolute;
  top: 6px;
  z-index: 1;
  left: 30px;
}

.liability-icons .mx-advtbox .advtshbox p {
  color: #0c489e;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.accounting-how-it-works {
  padding: 80px 0;
}
.accounting-how-it-works h3 {
  color: #0C489E;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.accounting-how-it-works img {
  padding-right: 40px;
}
.accounting-how-it-works ul {
  -moz-column-count: 1;
  column-count: 1;
  margin: 0 auto;
  width: 100%;
  gap: 50px;
  margin-top: 20px;
}
.accounting-how-it-works ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.accounting-how-it-works ul li:before {
  content: "";
  background: url(../images/check-icon3.svg);
  width: 15px;
  height: 10px;
  position: absolute;
  left: -24px;
  top: 6px;
}

.aphrm-why-choose {
  padding: 80px 0;
  position: relative;
}
.aphrm-why-choose .key-feature-img {
  position: absolute;
  width: 49%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.aphrm-why-choose h3 {
  color: #0c489e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .aphrm-why-choose img {
    margin-bottom: 30px;
    position: relative !important;
    width: 100% !important;
    padding-top: 0 !important;
  }
}
.aphrm-why-choose .why-padd-l-40 {
  padding-left: 40px;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .aphrm-why-choose .why-padd-l-40 {
    padding-left: 10px;
    min-height: auto;
  }
}
.aphrm-why-choose .icon-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.aphrm-why-choose .icon-info object {
  margin-right: 20px;
}
.aphrm-why-choose .icon-info .circle {
  width: 100px;
  height: 100px;
  background: #0c489e;
  margin-right: 20px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.aphrm-why-choose .icon-info .circle object {
  width: 50px;
  height: 50px;
  margin-right: 0;
}
.aphrm-why-choose .icon-info h4 {
  color: #0c489e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.aphrm-why-choose .icon-info p {
  font-size: 15px;
  text-align: justify;
}
.aphrm-why-choose .why-choose.icon-info .obj-circle {
  background: #0c489e;
  height: 100px;
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 100%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aphrm-why-choose .why-choose.icon-info .obj-circle object {
  margin-right: 0;
}

.help-advantages {
  padding: 80px 0;
  position: relative;
  background: #EDF4FF;
}
.help-advantages:before {
  background: #F5F9FF;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  position: absolute;
}
.help-advantages .container .row .col-lg-6:first-child {
  padding-left: 15px;
  padding-right: 50px;
}
.help-advantages .container .row .col-lg-6:nth-child(2) {
  padding-right: 15px;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .help-advantages .container .row .col-lg-6:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .help-advantages .container .row .col-lg-6:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
  }
}
.help-advantages h3 {
  color: #0c489e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .help-advantages img {
    margin-bottom: 30px;
  }
}
.help-advantages .icon-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.help-advantages .icon-info .circle {
  width: 111px;
  height: 111px;
  background: #0c489e;
  margin-right: 20px;
  min-width: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.help-advantages .icon-info .circle object {
  width: 50px;
  height: 50px;
  margin-right: 0;
}
.help-advantages .icon-info h4 {
  color: #0c489e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.help-advantages .icon-info p {
  font-size: 15px;
}

.pm-ym h4 {
  font-size: 22px !important;
}
.pm-ym .pm-ym-data .pm-ym-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pm-ym .pm-ym-data .pm-ym-box:nth-child(even) .pm-ym-icon {
  background: #00ACDB;
}
.pm-ym .pm-ym-data .pm-ym-box .pm-ym-icon {
  background: #0C489E;
  height: 75px;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-right: 15px;
}
.pm-ym .pm-ym-data .pm-ym-box .pm-ym-icon object {
  width: 40px;
}
.pm-ym .pm-ym-data .pm-ym-box .pm-ym-content {
  border: 1px solid #B3CEF4;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 15px;
}
.pm-ym .pm-ym-data .pm-ym-box .pm-ym-content h5 {
  color: #0C489E;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pm-ym .pm-ym-data .pm-ym-box .pm-ym-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .pm-ym .pm-ym-data .pm-ym-box .pm-ym-content {
    width: 100%;
  }
}

.service-include .mx-advtbox p {
  padding: 0 70px;
}
@media screen and (max-width: 992px) {
  .service-include .mx-advtbox p {
    padding: 0 15px;
  }
}
.service-include .mx-advtbox .row .col .advtshbox {
  padding: 40px 30px;
}
.service-include .mx-advtbox .row .col .advtshbox .circle {
  background-color: #0C489E !important;
}
.service-include .mx-advtbox .row .col .advtshbox p {
  color: #0C489E;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  white-space: inherit !important;
}
.service-include .mx-advtbox .row .col :nth-child(even) .advtshbox .circle {
  background-color: #0C489E !important;
}
.service-include .mx-advtbox .row .col :nth-child(even) .advtshbox p {
  color: #0C489E;
}

.check-points-v3 h3 {
  font-size: 30px;
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 20px;
}
.check-points-v3 ul {
  -moz-column-count: 2;
       column-count: 2;
  margin: 0 auto;
  width: 90%;
  gap: 50px;
  margin-top: 20px;
}
.check-points-v3 ul li {
  position: relative;
  list-style: none;
  text-align: left;
  margin-bottom: 13px;
  font-size: 15px;
  padding-left: 20px;
}
.check-points-v3 ul li:before {
  content: "";
  background: url(../images/check-icon2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 6px;
  height: 12px;
  width: 14px;
}
@media (max-width: 992px) {
  .check-points-v3 ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.pms-importance {
  padding: 60px 0;
  background: #ffffff;
}
.pms-importance .tb-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0C489E;
  margin-bottom: 40px;
  text-align: center;
}
.pms-importance .tb-title span {
  font-style: italic;
  font-weight: 400;
}
.pms-importance .vtb-content .vtb-content-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box {
  height: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.0823529412);
  padding: 20px 30px 30px;
  border: 1px solid #E4EFFF;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title h3 {
  font-size: 19px;
  color: #0C489E;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title .vtb-icon {
  height: 58px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title .vtb-icon object {
  width: 40px;
  height: auto;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box p {
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.pms-importance .vtb-content .vtb-content-row .col-lg-4:nth-child(even) .vtb-content-box .vtb-icon {
  background: rgba(4, 180, 227, 0);
}

.demat-components {
  padding: 60px 0;
  background: #ffffff;
}
.demat-components .tb-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0C489E;
  margin-bottom: 40px;
  text-align: center;
}
.demat-components .tb-title span {
  font-style: italic;
  font-weight: 400;
}
.demat-components .vtb-content .vtb-content-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box {
  height: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.0823529412);
  padding: 20px 30px 30px;
  border: 1px solid #E4EFFF;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title h3 {
  font-size: 18px;
  color: #0C489E;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 50px;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title .vtb-icon {
  height: 58px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box .vtb-content-box-title .vtb-icon object {
  width: 40px;
  height: auto;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box p {
  font-size: 15px;
  margin-bottom: 0;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box p span {
  color: #00ACDB;
  font-weight: 500;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4 .vtb-content-box p:nth-child(odd) {
  margin-bottom: 15px;
}
.demat-components .vtb-content .vtb-content-row .col-lg-4:nth-child(even) .vtb-content-box .vtb-icon {
  background: rgba(4, 180, 227, 0);
}

.p-pb-0 p {
  padding-bottom: 0;
}

.light-blue-bg {
  background: #EDF5FF;
}

.what-is-cm {
  background: #EDF5FF;
  padding: 60px 0 !important;
}
.what-is-cm h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0C489E;
  margin-bottom: 20px;
}
.what-is-cm .icm-key-components .icm-component {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.what-is-cm .icm-key-components .icm-component:last-child {
  margin-bottom: 0;
}
.what-is-cm .icm-key-components .icm-component:last-child .circle:after {
  display: none;
}
.what-is-cm .icm-key-components .icm-component .circle {
  background: #0C489E;
  height: 130px;
  width: 130px;
  min-width: 130px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.what-is-cm .icm-key-components .icm-component .circle:after {
  content: "";
  background: #0C489E;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -130px;
}
.what-is-cm .icm-key-components .icm-component .circle object {
  width: auto;
  height: 60px;
}
.what-is-cm .icm-key-components .icm-component h5 {
  color: #1756B0;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 992px) {
  .what-is-cm .icm-component {
    display: flex;
    justify-content: center !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
  }
  .what-is-cm .icm-component .circle {
    min-width: 80px !important;
    width: 80px !important;
    height: 80px !important;
  }
  .what-is-cm .icm-component .circle:after {
    display: none !important;
  }
  .what-is-cm .icm-component .circle object {
    width: 40px !important;
    height: 40px !important;
  }
}

.bcm-components {
  padding: 60px 0;
  background: #ffffff;
}
.bcm-components .tb-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0C489E;
  margin-bottom: 20px !important;
}
.bcm-components .tb-title span {
  font-style: italic;
  font-weight: 400;
}
.bcm-components .vtb-content .vtb-content-row {
  display: flex;
  flex-wrap: wrap;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 {
  margin-bottom: 50px;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box {
  height: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.0823529412);
  padding: 20px 30px 30px;
  border: 1px solid #E4EFFF;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.0823529412);
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box .vtb-content-box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box .vtb-content-box-title h3 {
  font-size: 18px;
  color: #0C489E;
  margin-left: 20px;
  margin-right: 0px;
  font-weight: 600;
  text-align: left;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box .vtb-content-box-title .vtb-icon {
  height: 58px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box .vtb-content-box-title .vtb-icon object {
  width: 40px;
  height: auto;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-3 .vtb-content-box p {
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.bcm-components .vtb-content .vtb-content-row .col-lg-4:nth-child(even) .vtb-content-box .vtb-icon {
  background: rgba(4, 180, 227, 0);
}

.basic-strategies {
  padding: 60px 0;
}
.basic-strategies h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.basic-strategies p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.basic-strategies .col-lg-4 {
  position: relative;
}
.basic-strategies .col-lg-4 .bs-cm-box {
  height: 100%;
  background: white;
  box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.1176470588);
  border-radius: 0 0 10px 10px;
}
.basic-strategies .col-lg-4 .bs-cm-box img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.basic-strategies .col-lg-4 .bs-cm-box .bs-cmb-content {
  padding: 30px 30px;
  height: 100%;
}
.basic-strategies .col-lg-4 .bs-cm-box .bs-cmb-content h5 {
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 19px;
}
.basic-strategies .col-lg-4 .bs-cm-box .bs-cmb-content p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.business-network {
  padding: 60px 0;
}
.business-network h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.business-network p {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 15px;
}
.business-network .what-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.business-network .col-lg-6 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.business-network .col-lg-6 .bs-cm-box {
  height: 100%;
  background: white;
  box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.1176470588);
  border-radius: 10px 10px 10px 10px;
  text-align: left;
}
.business-network .col-lg-6 .bs-cm-box img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.business-network .col-lg-6 .bs-cm-box .bs-cmb-content {
  padding: 30px 30px;
  height: 100%;
  text-align: left;
}
.business-network .col-lg-6 .bs-cm-box .bs-cmb-content h5 {
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.business-network .col-lg-6 .bs-cm-box .bs-cmb-content p {
  margin-bottom: 0;
  text-align: justify;
}
.business-network .bn-benefits {
  margin-bottom: 0px;
}
.business-network .bn-benefits h3 {
  text-align: left;
  margin-bottom: 40px;
  text-align: center;
}
.business-network .bn-benefits .benefit {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.business-network .bn-benefits .benefit:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .business-network .bn-benefits .benefit {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    align-items: start;
  }
  .business-network .bn-benefits .benefit:nth-child(odd) {
    display: flex;
    flex-direction: row;
  }
}
.business-network .bn-benefits .benefit .circle {
  background: #0C489E;
  height: 130px;
  min-width: 130px;
  width: 130px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .business-network .bn-benefits .benefit .circle {
    height: 90px;
    min-width: 90px;
    width: 90px;
  }
  .business-network .bn-benefits .benefit .circle object {
    width: 40px;
    height: auto;
  }
}
.business-network .bn-benefits .benefit .benefit-content h5 {
  color: #0C489E;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.business-network .bn-benefits .benefit .benefit-content p {
  margin-bottom: 0;
}

.bn-head h3 {
  text-align: left;
}
.bn-head p {
  text-align: left;
}

.iti__country-container {
  height: 50px;
}

.bn-benefits-sec {
  background: #EDF5FF;
  padding: 60px 0;
}
.bn-benefits-sec .bn-offers-head {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bn-benefits-sec .bn-offers-head {
    width: 100%;
  }
}
.bn-benefits-sec .bn-offers-head h3 {
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  color: #0C489E;
  font-size: 30px;
}
.bn-benefits-sec .bn-offers-head p {
  text-align: center;
}
.bn-benefits-sec .icm-key-components .icm-component {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.bn-benefits-sec .icm-key-components .icm-component:last-child {
  margin-bottom: 0;
}
.bn-benefits-sec .icm-key-components .icm-component:last-child .circle:after {
  display: none;
}
.bn-benefits-sec .icm-key-components .icm-component .circle {
  background: #0C489E;
  height: 130px;
  width: 130px;
  min-width: 130px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.bn-benefits-sec .icm-key-components .icm-component .circle:after {
  content: "";
  background: #0C489E;
  width: 5px;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: -100px;
}
.bn-benefits-sec .icm-key-components .icm-component .circle object {
  width: auto;
  height: 53px;
}
.bn-benefits-sec .icm-key-components .icm-component h5 {
  color: #1756B0;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}
.bn-benefits-sec .icm-key-components .icm-component p {
  margin-bottom: 0 !important;
  text-align: justify;
}
@media (max-width: 992px) {
  .bn-benefits-sec .icm-component {
    display: flex;
    justify-content: center !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
  }
  .bn-benefits-sec .icm-component .circle {
    min-width: 80px !important;
    width: 80px !important;
    height: 80px !important;
  }
  .bn-benefits-sec .icm-component .circle:after {
    display: none !important;
  }
  .bn-benefits-sec .icm-component .circle object {
    width: 40px !important;
    height: 40px !important;
  }
}

.lsm-sec1 {
  padding: 60px 0;
}
.lsm-sec1 p {
  text-align: left;
  color: #1756B0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}

.lsm-service-title {
  text-align: center;
  margin-bottom: 30px;
}
.lsm-service-title h3 {
  font-size: 30px;
}

.h-105 {
  height: 105% !important;
}

.mb-0 {
  margin-bottom: 0;
}

.cap-services {
  background: #EDF5FF;
  padding: 60px 0;
}
.cap-services .row {
  margin-left: -15px;
  margin-right: -15px;
}
.cap-services .row .col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cap-services .row .col-sm-6 {
    margin-bottom: 30px;
  }
}
.cap-services h3 {
  font-size: 30px;
  color: #0C489E;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.cap-services p {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.cap-services .taxation-type-box {
  background: white;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 15px;
  box-shadow: 0px 16px 17px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}
.cap-services .taxation-type-box h5 {
  font-size: 20px;
  color: #0C489E;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.cap-services .taxation-type-box h5 .circle {
  width: 76px;
  height: 76px;
  background: #0c489e;
  margin-right: 10px;
  min-width: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.cap-services .taxation-type-box h5 .circle object {
  width: 36px;
  height: 36px;
  margin-right: 0;
}
.cap-services .taxation-type-box p {
  color: black;
  text-align: left;
  margin-bottom: 0;
}

.types-of-ca {
  padding: 60px 0;
}
.types-of-ca h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 26px;
}
.types-of-ca .check-ul {
  margin-left: -20px;
}
.types-of-ca .check-ul li {
  position: relative;
  padding: 0 30px;
  list-style: none;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}
.types-of-ca .check-ul li span {
  color: #0C489E;
  font-weight: 500;
  display: block;
  font-size: 18px;
}
.types-of-ca .check-ul li:before {
  content: "";
  background: url(../images/check-icon2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 6px;
  height: 12px;
  width: 14px;
}

.cas-benefits {
  padding: 0 0 60px;
}
.cas-benefits h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.cas-benefits .bp-icon-section {
  display: flex;
  flex-wrap: wrap;
}
.cas-benefits .bp-icon-section .col-lg-3 {
  margin-bottom: 30px;
  margin-top: 50px;
}
.cas-benefits .bp-icon-section .col-lg-3 .bp-icon-box {
  background: #0C489E;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  height: 100%;
  justify-content: flex-start;
}
.cas-benefits .bp-icon-section .col-lg-3 .bp-icon-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin: 0 auto;
  position: absolute;
  top: -57px;
  border: 5px solid #0C489E;
}
.cas-benefits .bp-icon-section .col-lg-3 .bp-icon-box .icon object {
  width: 60px;
  height: 60px;
}
.cas-benefits .bp-icon-section .col-lg-3 .bp-icon-box .bp-icon-title {
  color: #ffffff;
  font-weight: 600;
  padding: 0 30px;
  margin-top: 26px;
  font-size: 20px;
  text-align: center;
}
.cas-benefits .bp-icon-section .col-lg-3 .bp-icon-box p {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cas-benefits .bp-icon-section .col-lg-3:nth-child(even) .bp-icon-box {
  background: #04B4E3;
}
.cas-benefits .bp-icon-section .col-lg-3:nth-child(even) .bp-icon-box .icon {
  background: #ffffff;
  border: 5px solid #04B4E3;
}

.plans-sec .subscr .bot-btn-subscribe {
  padding: 10px 50px;
}

.demat-key-features {
  padding: 60px 0;
}
.demat-key-features h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 26px;
  text-align: left;
}
.demat-key-features .bp-icon-section {
  display: flex;
  flex-wrap: wrap;
}
.demat-key-features .bp-icon-section .col-lg-3 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.demat-key-features .bp-icon-section .col-lg-3 .bp-icon-box {
  background: #0C489E;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  height: 100%;
  justify-content: flex-start;
}
.demat-key-features .bp-icon-section .col-lg-3 .bp-icon-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin: 0 auto;
  position: absolute;
  top: -57px;
  border: 5px solid #0C489E;
}
.demat-key-features .bp-icon-section .col-lg-3 .bp-icon-box .icon object {
  width: 56px;
  height: 56px;
}
.demat-key-features .bp-icon-section .col-lg-3 .bp-icon-box .bp-icon-title {
  color: #ffffff;
  font-weight: 500;
  padding: 0 0px;
  margin-top: 38px;
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.demat-key-features .bp-icon-section .col-lg-3 .bp-icon-box p {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.demat-key-features .bp-icon-section .col-lg-3 .bp-icon-box p b {
  font-weight: 600;
}
.demat-key-features .bp-icon-section .col-lg-3:nth-child(even) .bp-icon-box {
  background: #04B4E3;
}
.demat-key-features .bp-icon-section .col-lg-3:nth-child(even) .bp-icon-box .icon {
  background: #ffffff;
  border: 5px solid #04B4E3;
}

.offerings-basic-depository {
  padding: 60px 0 !important;
}
.offerings-basic-depository h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 26px;
  margin-bottom: 20px;
}
.offerings-basic-depository p {
  margin-bottom: 20px;
}
.offerings-basic-depository .check-ul {
  margin-left: -20px;
}
.offerings-basic-depository .check-ul li {
  position: relative;
  padding: 0 30px;
  list-style: none;
  margin-bottom: 10px;
}
.offerings-basic-depository .check-ul li span {
  color: #0C489E;
  font-weight: 700;
}
.offerings-basic-depository .check-ul li p {
  margin-bottom: 0;
}
.offerings-basic-depository .check-ul li:before {
  content: "";
  background: url(../images/check-icon2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 6px;
  height: 12px;
  width: 14px;
}

.dematerialization-management {
  padding: 0px 0 !important;
}
.dematerialization-management ol li {
  font-size: 15px;
  margin-bottom: 8px;
}
.dematerialization-management h3 {
  color: #0C489E;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 26px;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 36px;
}
.dematerialization-management p {
  margin-bottom: 20px;
}
.dematerialization-management h5 {
  color: #0C489E;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 26px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.dematerialization-management .process-demat {
  margin-bottom: 30px;
  margin-top: 30px;
}
.dematerialization-management .process-demat .col .process-demat-box {
  background: #0C489E;
  border-radius: 10px;
  height: 100%;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .dematerialization-management .process-demat .col .process-demat-box {
    padding: 25px 15px;
  }
}
.dematerialization-management .process-demat .col .process-demat-box h3 {
  color: white;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup .info-icon {
  display: flex;
  align-items: center;
  margin-left: 15px;
  background: transparent;
  border: transparent;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup .info-icon:after {
  display: none;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup:hover .dropdown-menu {
  display: block;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup .dropdown-menu {
  width: 220px;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 70px !important;
  top: 50px !important;
  /* border: 0px; */
  background: #F9F9F9;
  box-shadow: 0 17px 10px 0 rgba(0, 0, 0, 0.1803921569);
  left: -110px !important;
  width: 180px !important;
  left: -100px !important;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup .dropdown-menu p {
  color: #000000;
  font-size: 12px;
  line-height: 1.5 !important;
  margin-bottom: 10px;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup .dropdown-menu p:last-child {
  margin-bottom: 0;
}
.dematerialization-management .process-demat .col .process-demat-box h3 .dropup .dropdown-menu:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.6em solid transparent;
  border-top: 0.6em solid #F9F9F9;
  border-left: 0.6em solid transparent;
  position: absolute;
  bottom: -7px;
  left: 3px;
  display: none;
}
.dematerialization-management .process-demat .col .process-demat-box p {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: left !important;
}
.dematerialization-management .process-demat-two {
  margin-bottom: 30px;
  margin-top: 30px;
}
.dematerialization-management .process-demat-two .col .process-demat-box {
  background: #0C489E;
  border-radius: 10px;
  height: 100%;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .dematerialization-management .process-demat-two .col .process-demat-box {
    padding: 25px 15px;
  }
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 {
  color: white;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 .dropup .info-icon {
  display: flex;
  align-items: center;
  margin-left: 15px;
  background: transparent;
  border: transparent;
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 .dropup .info-icon:after {
  display: none;
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 .dropup .dropdown-menu {
  width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 70px !important;
  border: 0px;
  background: #F9F9F9;
  box-shadow: 0 17px 10px 0 rgba(0, 0, 0, 0.1803921569);
  left: -120px !important;
  padding: 15px !important;
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 .dropup .dropdown-menu p {
  color: #000000;
  font-size: 10px;
  margin-bottom: 10px;
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 .dropup .dropdown-menu p:last-child {
  margin-bottom: 0;
}
.dematerialization-management .process-demat-two .col .process-demat-box h3 .dropup .dropdown-menu:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.6em solid transparent;
  border-top: 0.6em solid #F9F9F9;
  border-left: 0.6em solid transparent;
  position: absolute;
  bottom: -7px;
  left: 3px;
  display: none;
}
.dematerialization-management .process-demat-two .col .process-demat-box p {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: left !important;
}
.dematerialization-management .table tr td, .dematerialization-management .table tr th {
  padding: 22px 20px;
  text-align: center;
  border-width: 2px;
  font-size: 15px;
}

.img-padd-l-40 {
  padding-left: 60px;
}

.img-padd-r-40 {
  padding-right: 60px;
}

.font-31 {
  font-size: 30px !important;
}

.h-6 {
  height: 60px !important;
}

.text-left {
  text-align: left !important;
}

.font-open {
  font-family: "Poppins", sans-serif !important;
}

.font-roboto {
  font-family: "Poppins", sans-serif !important;
}

.fw-8 {
  font-weight: 700;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.information h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.info-head {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  height: 180px !important;
}
.info-head h3 {
  padding: 10% 0 1% 0 !important;
  margin: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.info-head p {
  color: #fff;
  font-size: 16px;
}

.information p {
  font-size: 14px;
}

.sitemap-items ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sitemap-items ul li {
  background: rgb(237, 250, 254);
  border: 1px solid rgb(186, 237, 252);
  padding: 6px 20px;
  margin: 0 15px 15px 0;
  border-radius: 4px;
  font-size: 14px;
}
.sitemap-items ul li:hover {
  background: #00ACDB;
}
.sitemap-items ul li:hover a {
  color: #ffffff;
}
.sitemap-items ul li a {
  color: #0C489E;
  text-decoration: none;
}

.will-legal {
  width: 100%;
  background-position: center right;
  position: relative;
  background: #EDF5FF;
  padding: 60px 0;
}
.will-legal .mx-advtbox {
  position: relative;
}
.will-legal .mx-advtbox .row .col {
  margin-bottom: 30px;
}
.will-legal .mx-advtbox h2 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 30px;
  color: #0C489E;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
}
.will-legal .mx-advtbox p {
  font-size: 16px;
}
.will-legal .mx-advtbox .advtshbox {
  border-radius: 15px;
  padding: 25px 15px 10px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 10px 0px 0px 0px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.will-legal .mx-advtbox .advtshbox:hover {
  transform: scale(1.1);
}
.will-legal .mx-advtbox .advtshbox p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #0C489E;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center !important;
  line-height: 1.5;
}
.will-legal .mx-advtbox .advtshbox .circle {
  width: 92px;
  height: 92px;
  background-color: #0C489E !important;
  border-radius: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-top: 23px;
}
.will-legal .mx-advtbox .advtshbox .circle object {
  width: 45px;
  height: 45px;
}
.will-legal .mx-advtbox .row .col:nth-child(even) .advtshbox .circle {
  background-color: #00ACDB !important;
}

.font-weight-6 {
  font-weight: bold;
}

.conclusion-text {
  font-size: 16px !important;
}

.conclusion-text p {
  font-size: 16px !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.br-b-no {
  border-bottom: 0;
}

.text-justify-p p {
  text-align: justify !important;
  line-height: 24px;
}

.font-p-15 p {
  font-size: 15px !important;
  line-height: 24px;
}

.text-blue p {
  color: #0C489E;
  line-height: 24px;
}

.bg-blue-circle {
  background: #0C489E !important;
}

.maxxwill-text {
  color: #0C489E;
  font-weight: 700 !important;
}

.hover-effect {
  transition: all 2s ease;
}
.hover-effect:hover {
  border-top: 5px solid #0C489E;
}

.default-btn {
  background-color: #1F3C88;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 26px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  position: relative;
  top: 15px;
  transition: all 0.2s ease;
  border: 0;
}
.default-btn:hover {
  background-color: #00ACDB;
}

.mt-xs {
  margin-top: 6px;
}

.font-md {
  font-size: 26px !important;
  font-weight: 600 !important;
}

.doc-required p:last-child {
  margin-bottom: 20px;
}

.heading-30 {
  font-size: 30px;
  font-weight: 600 !important;
  color: #1F3C88;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.mt-md {
  margin-top: 33px !important;
}

.none-text-transform {
  text-transform: none !important;
}

.heading-30 {
  font-weight: 600;
}

.text-3d {
  color: #3d3d3d;
}

.mb-15px {
  margin-bottom: 20px;
  margin-top: -5px;
}

.about-block h5, .faq-block h5 {
  font-size: 14px;
}

.abtcontent p, .about-block p, .about-philop p {
  text-align: justify;
}

.pt-0 {
  padding-top: 0 !important;
}

.careers-sec {
  background: #e5f9ff;
  padding: 80px 0;
  text-align: left;
  position: relative;
}
.careers-sec h3 {
  font-weight: 600;
  text-align: left !important;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .careers-sec h3 {
    margin-top: 50px;
  }
}
.careers-sec button {
  background-color: #0C489E;
  color: white;
  border-radius: 6px;
  font-size: 18px;
  padding: 13px 35px;
  font-weight: 500;
  border: 0;
}
.careers-sec button:hover {
  background-color: #00ACDB;
}
.careers-sec:before {
  content: "";
  background: url(../images/career-lines.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0.1;
}

.faq-search input {
  height: 50px;
  font-size: 14px;
}
.faq-search button {
  height: 50px;
  font-size: 14px;
  background-color: #0C489E;
  border: 1px solid #0C489E;
  width: 70px;
}

.container .searchInput {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  margin-bottom: 50px;
}

.searchInput input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  border: 1px solid #cccccc;
}

.searchInput.active input {
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  border-top: 0;
}

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  font-size: 12px;
}

.searchInput.active .resultBox li {
  display: block;
}

.resultBox li:hover {
  background: #efefef;
}

.searchInput .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #0C489E;
  cursor: pointer;
}

.blogsliderSwiper .swiper-slide:before, #subpageviewbg:before, .info-head:before {
  content: "";
  position: absolute;
  background: rgb(12, 72, 158);
  background: linear-gradient(240deg, rgba(217, 217, 217, 0) 0%, rgba(95, 131, 182, 0.29) 62%, rgb(12, 72, 158) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(0.5);
}

table {
  margin: auto;
  padding: 20px;
  border-collapse: separate;
  border-spacing: 0;
}

td, th {
  padding: 10px 30px;
  color: #FFF;
}

tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

thead tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}

thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

thead tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.br-btn {
  border: 1px solid #0C489E;
  background: transparent;
  color: #0C489E;
  padding: 10px 30px;
}

.br-btn:hover {
  border: 1px solid #00ACDB;
  background: transparent;
  color: #00ACDB;
}

.about-breadcrumb::before {
  background: rgb(12, 72, 158) !important;
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(95, 131, 182, 0.29) 0%, rgb(12, 72, 158) 100%) !important;
}

.menu-container {
  background: white;
  border-radius: 100px;
  padding: 6px;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.menu-container a {
  text-decoration: none;
  color: black;
  padding: 9px 20px;
  border-radius: 100px;
  position: relative;
  overflow: hidden; /* Ensure the background doesn't overflow */
  z-index: 1; /* Keep the text above the background */
  transition: color 0.3s ease;
}

.menu-container a:hover,
.menu-container a:focus {
  color: white; /* Change text color on hover */
}

/* Pseudo-element for sliding background */
.menu-container a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Start completely off-screen to the left */
  width: 100%;
  height: 100%;
  background: #0C489E;
  z-index: -1; /* Place background behind the text */
  transition: left 0.6s ease; /* Smooth sliding effect */
}

.menu-container a.active {
  background: #0C489E;
  color: white;
}

/* On hover, slide the background from left to right */
.menu-container a:hover::before,
.menu-container a:focus::before {
  left: 0; /* Moves the background to fully cover the element */
}

.dropup .info-icon {
  border: 0 !important;
  background: transparent !important;
  color: #0C489E !important;
}
.dropup .info-icon:after {
  display: none !important;
}
.dropup .dropdown-menu {
  width: 230px;
  left: -120px;
}

.dropup .dropdown-menu p {
  font-size: 12px !important;
  height: auto !important;
}

.title-info1 {
  min-height: 80px;
}
.title-info1 p {
  display: inline !important;
}

.texttestimonialbox {
  margin-bottom: 50px;
  text-align: center;
}
.texttestimonialbox img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.texttestimonialbox .testim-content {
  text-align: center;
  border-style: solid;
  border-width: 3px;
  -o-border-image: linear-gradient(to top, #B3CEF4, #fff) 1;
     border-image: linear-gradient(to top, #B3CEF4, #fff) 1;
  border-top: transparent;
  padding-bottom: 30px;
}
.texttestimonialbox .testim-content .rating {
  padding-bottom: 10px;
}
.texttestimonialbox .testim-content .rating i {
  color: #0C489E;
  font-size: 12px;
}
.texttestimonialbox .testim-content h4 {
  text-align: center;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 16px;
  padding: 0px;
  padding-bottom: 0px;
}
.texttestimonialbox .testim-content p {
  margin: 0px;
  padding: 0px 50px;
  text-align: center;
  font-size: 15px;
  color: #3E3E3E;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* Ensures only 4 lines are displayed */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}
.texttestimonialbox .testim-content p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 50px;
  color: #D9D9D9;
  font-size: 30px;
}
.texttestimonialbox .testim-content p:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -10px;
  right: 50px;
  color: #D9D9D9;
  font-size: 30px;
}
.texttestimonialbox .testim-content .read-more {
  display: block;
  text-align: center;
  color: #0C489E;
  cursor: pointer;
  margin-top: 5px;
  font-weight: 400;
}
.texttestimonialbox .testim-content .read-more1 {
  display: block;
  text-align: center;
  color: #0C489E;
  cursor: pointer;
  margin-top: 5px;
  font-weight: 400;
}

.texttestimonialbox .testim-content.expanded p {
  display: block; /* Show full text when expanded */
  -webkit-line-clamp: unset;
  overflow: visible;
}

.texttestimonialbox .testim-content.expanded1 p {
  display: block; /* Show full text when expanded */
  -webkit-line-clamp: unset;
  overflow: visible;
}

#about-text-content {
  position: relative;
}

#about-text-content.expanded2 {
  display: block; /* Show full text when expanded */
}

iframe#googleMap {
  width: 100%;
  height: 500px;
  min-height: 500px;
  border: 0;
  display: block; /* Fix for Safari */
  position: relative;
}

.fancybox-container {
  height: 100vh !important;
}

.fancybox-active {
  height: 100vh !important;
  overflow: hidden !important;
}

textarea {
  scroll-behavior: smooth;
}

textarea {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

textarea::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.textarea-wrapper {
  position: relative;
  padding: 14px 10px;
  background: white;
  border-radius: 6px;
  border: 1px solid #C6C6C6;
  background: #ffffff;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px !important;
}
.textarea-wrapper textarea {
  border-radius: 0px;
  border: 0px solid #C6C6C6 !important;
  background: #ffffff !important;
  width: 100%;
  padding: 0px 0px !important;
  margin-bottom: 0 !important;
  height: 100px !important;
  size-adjust: none;
  outline: 0;
  resize: none !important;
}
.textarea-wrapper .error {
  position: absolute;
  top: 118px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(255, 255, 255) !important;
}

.service-mobile-div {
  margin-bottom: 15px;
}
.service-mobile-div .iti__dropdown-content {
  background: white !important;
  position: absolute !important;
  z-index: 3 !important;
  outline: 0 !important;
}
.service-mobile-div .iti__selected-country {
  background: transparent !important;
  font-size: 16px !important;
  color: #3d3d3d !important;
  font-weight: 400 !important;
  padding: 13px 20px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 58px !important;
}
.service-mobile-div .iti__tel-input {
  height: 60px;
  padding-left: 222px;
  margin-bottom: 15px !important;
}

.sticky-image-container {
  position: relative;
}
.sticky-image-container .sticky-image {
  position: sticky;
  top: 80px; /* Adjust based on header height */
  max-width: 100%;
}
@media (max-width: 991px) {
  .sticky-image-container .sticky-image {
    position: static; /* Disable sticky on smaller screens */
  }
}

.sticky-image-container1 {
  position: relative;
}
.sticky-image-container1 .sticky-image1 {
  position: sticky;
  top: 0px; /* Adjust based on header height */
  max-width: 100%;
  margin-bottom: -30px;
}
@media (max-width: 991px) {
  .sticky-image-container1 .sticky-image1 {
    position: static; /* Disable sticky on smaller screens */
  }
}

strong {
  font-weight: 600;
}

ol li {
  font-size: 15px;
  margin-bottom: 8px;
}

.key-feature-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  z-index: 2;
  position: sticky;
  top: 80px;
  margin-left: -100px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .key-feature-img2 {
    margin-bottom: 0px !important;
    margin-left: 0px;
    width: 100%;
  }
}

.key-feature-text {
  margin-bottom: 100px;
}

.why-choose-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  z-index: 2;
  position: sticky;
  top: 80px;
  margin-left: -100px;
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  .why-choose-img2 {
    margin-bottom: 0px !important;
    margin-left: 0px;
    width: 100%;
  }
}

.why-choose-text {
  margin-bottom: 100px;
}

.contact-building {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}

.form-floating input:-webkit-autofill { /* Or any background color */
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important; /* Optional: Change text color */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* Hack to delay Chrome's style */
}

.fancybox-button--play, .fancybox-button--thumbs {
  display: none !important;
}

.dropdown-menu.p-4.text-body-secondary {
  padding: 10px 20px !important;
  width: 200px !important;
  top: 26px !important;
  left: -150px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
}
.dropdown-menu.p-4.text-body-secondary p {
  font-size: 12px !important;
  line-height: 1 !important;
}

#answersList {
  padding-left: 0;
  margin-bottom: 0;
}
#answersList div {
  border: 0px solid #e9e9e9;
  border-top: 3px solid #0C489E;
  border-radius: 4px 4px 0 0;
  border-bottom: 0px;
  padding: 10px 20px;
  padding-bottom: 0;
  margin-bottom: 0px;
  font-size: 14px;
  background: #edf4ff;
  position: relative;
  padding-left: 80px;
}
#answersList div span {
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  top: 4px;
  left: 20px;
  z-index: 9;
  color: #0C489E;
}
#answersList div:nth-child(odd) {
  color: #00ACDB;
  padding-left: 80px;
  font-weight: 500;
}
#answersList div:nth-child(even) {
  border-top: 0px;
  border-radius: 0 0 4px 4px;
  padding: 10px 20px;
  padding-top: 0;
  margin-bottom: 10px;
  border-bottom: 0px solid #e9e9e9;
  padding-left: 80px;
}
#answersList div:last-child {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 3200px) {
  body {
    zoom: 218%;
  }
}
@media only screen and (max-width: 2600px) {
  body {
    zoom: 158%;
  }
}
@media only screen and (max-width: 2200px) {
  body {
    zoom: 138%;
  }
}
@media only screen and (max-width: 1800px) {
  body {
    zoom: 123%;
  }
}
@media only screen and (max-width: 1700px) {
  body {
    zoom: 110%;
  }
}
@media only screen and (max-width: 1600px) {
  body {
    zoom: 110%;
  }
}
@media only screen and (max-width: 1400px) {
  body {
    zoom: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  body {
    zoom: 88%;
  }
}
@media only screen and (max-width: 1024px) {
  html, body {
    zoom: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 992px) {
  html, body {
    transform: scale(100%);
    overflow-x: hidden;
  }
}
#sidebarmainMenu {
  background-color: #0C489E;
  color: #fff;
  z-index: 9999;
  padding-bottom: 100px;
}
#sidebarmainMenu .offcanvas-header {
  background-color: #0c428f;
}
#sidebarmainMenu .offcanvas-header h5.offcanvas-title {
  color: #fff;
}
#sidebarmainMenu .offcanvas-header .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
}
#sidebarmainMenu .offcanvas-body {
  padding: 0px;
}
#sidebarmainMenu ul {
  padding-left: 0;
}
#sidebarmainMenu ul#metismenu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0rem !important;
}
#sidebarmainMenu ul#metismenu li {
  list-style: none;
}
#sidebarmainMenu ul#metismenu li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid rgb(23, 86, 176);
}
@media only screen and (max-width: 767px) {
  #sidebarmainMenu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
  }
}
#sidebarmainMenu .mm-collapse {
  background-color: #00ACDB;
}
#sidebarmainMenu .mm-collapse li a {
  border-bottom: 1px solid #00ACDB !important;
}
#sidebarmainMenu .mm-collapse li a:hover {
  background-color: rgba(33, 37, 41, 0.22);
}

.mobile-fixed {
  display: none;
}

.metismenu .has-arrow::after {
  transform: rotate(135deg) translate(0, -50%) !important;
}

.metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(-135deg) translate(0, -50%) !important;
}

@media (max-width: 1199px) {
  .addldsteps .newstep.active:after {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 992px) {
  .swiper.blogsliderSwiper .container {
    padding: 0 47px;
  }
  .swiper.blogsliderSwiper .swiper-slide p {
    padding-right: 0;
  }
  .mobile-div {
    position: relative;
    padding: 0 40px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .mobiles-mover {
    left: 6%;
    width: 70%;
  }
  .mobiles-mover.mt--30 {
    margin-top: 30px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .mobiles-mover.mt--30 {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  #commonbg {
    width: 100%;
    height: 790px;
    background-size: cover;
  }
  .funfact-counter .container .facticonbox h2 {
    font-weight: 700;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
  }
  .funfact-counter .container .facticonbox h4 {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  .loginbox .otp-icon {
    left: 38%;
  }
  .tb-why-choose .key-feature-img {
    position: relative;
    width: 100%;
  }
  .blogviewimgbox {
    background-size: cover;
  }
  #blogviewbg {
    width: 100%;
    height: auto !important;
  }
  .blogviewcontentnew {
    padding-top: 160px;
  }
  .blogviewcontentnew h3 {
    font-size: 25px;
  }
  .video-ply-btn {
    bottom: 100px;
    right: 20px;
  }
  #commonbg .login-otp-icons {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    left: 0;
    padding: 0 10px;
  }
  #commonbg .login-otp-icons .otp-icons:nth-child(2) {
    position: relative;
    top: 0px;
  }
  #commonbg .ind-login-icons {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    left: 0;
    padding: 0 10px;
  }
  .login-outer {
    align-items: center;
    padding-top: 8%;
    text-align: center;
  }
  #commonbg .login-banner-icons {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  #commonbg .login-banner-icons .icon-item {
    color: #ffffff;
  }
  .dematerialization-management .process-demat .col {
    margin-bottom: 30px;
  }
  .dematerialization-management .process-demat .col .process-demat-box p {
    font-size: 14px;
  }
  .sticky-arrow {
    position: fixed;
    top: 400px;
  }
  .sticky-social-icons {
    position: fixed;
    top: 400px;
  }
  .subscriptionbox .planbox ul li {
    padding-right: 40px;
  }
  .img-padd-l-40 {
    padding-left: 10px;
  }
  .img-padd-r-40 {
    padding-right: 10px;
  }
  .help-advantages:before {
    background: #F5F9FF;
    content: "";
    width: 100%;
    height: 50%;
    right: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    top: 50%;
  }
  .accounting-how-it-works img {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .accounting-payroll .list-box-design ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  .h-data .col-md-6:nth-child(2) img {
    padding-left: 0px;
  }
  .team-building .container .tb-content-row .col-md-2 .tb-icon {
    width: 60px;
    height: 60px;
    background: #0C489E;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-building .container .tb-content-row .col-md-2 .tb-icon object {
    width: 30px;
    height: auto;
  }
  .team-building .container .tb-content-row .col-md-2::after {
    display: none;
  }
  .team-building .container .tb-content-row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  .service-details .key-feature-img {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .medianewsblock p {
    padding-right: 20px !important;
  }
  .advantagebox .mx-advtbox {
    margin-right: 0px;
    margin-top: 10%;
  }
  .lb-padd-less {
    padding: 30px 0px 30px 0px !important;
    margin-top: 0px;
  }
  .advantagebox {
    height: 650px;
  }
  .advantagebox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .ourservices .servicebox h4 {
    font-size: 17px;
  }
  .news-eventsblock .newseventbox .newscontentbox h4 {
    padding-bottom: 3px;
  }
  .news-eventsblock .newseventbox .newscontentbox p {
    padding-bottom: 3px;
    padding-top: 10px;
    font-size: 13px;
  }
  .referblock .content h4 {
    font-size: 18px;
  }
  .referblock .content h5 {
    font-size: 16px;
  }
  ul.footer-social {
    padding-bottom: 20px;
  }
  .generaterewardbox h3 br {
    display: none;
  }
  .addinfoblock.h-100 {
    height: inherit !important;
  }
  .trendarticlebox .post-item .post-content h5 {
    font-size: 12px;
  }
  .trendarticlebox .post-item .post-content p {
    font-size: 12px;
  }
  .additinalblock {
    position: relative;
    height: auto;
    background-size: cover;
    padding-bottom: 50px;
  }
  .additinalblock:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #subpageviewbg {
    height: 268px !important;
  }
  #subpageviewbg {
    height: 268px !important;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 860px) {
  .ourservices .servicebox p {
    padding-bottom: 0px;
  }
  .ourservices .servicebox {
    height: 220px;
  }
  .subscribebox h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .subscriptionbox .planbox {
    height: auto !important;
  }
  .whatregisterbox .btn-whregister, .generaterewardbox .btn-whregister {
    display: block;
    padding: 18px 20px;
  }
  .referblock img {
    height: 60px !important;
  }
  #mobiletilt1 {
    display: block;
    height: 500px;
    width: 320px;
    top: 180px;
    left: 90px;
  }
  #mobiletilt2 {
    display: block;
    height: 500px;
    width: 320px;
    top: 70px;
    right: 90px;
  }
  .full-img img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .contactfooterright:before {
    content: "";
    background: white;
    width: 2px;
    height: 180px;
    position: absolute;
    left: 0;
    top: -10px;
    display: none;
  }
  .subscriptionbox .nav .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    padding: 14px 25px;
    color: #0C489E;
  }
  .contactfooterleft {
    padding-right: 15px;
  }
  .contactfooterright {
    padding-left: 15px;
    padding-top: 50px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }
  .swiper.testimonialvideoSwiper {
    width: 100%;
    height: 450px;
    background: #000;
    margin-bottom: 20px;
  }
  .topbar ul.top-social-icons li a {
    padding-left: 10px;
  }
  .advantagebox {
    height: auto;
    margin-top: -50px;
  }
  .referblock {
    width: 100%;
    height: auto;
    background: url(../images/referafriend.webp) no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-position: left;
    margin-top: 50px;
  }
  .faq-block {
    background-size: 35%;
    margin-bottom: 0;
    height: auto;
  }
  .faq-block .nav .nav-item .nav-link, .tabsnews .nav .nav-item .nav-link, .pagefaqs .nav .nav-item .nav-link {
    font-size: 14px;
  }
  .advantagebox .advantagebox-img {
    display: none;
  }
  .whatregisterbox h3 {
    text-align: center;
    padding-bottom: 18px;
    font-size: 27px;
    font-weight: 700;
  }
  .funfact-counter {
    background-size: cover;
    padding: 50px 0px;
  }
  .funfact-counter .container .facticonbox {
    padding-bottom: 20px;
  }
  .generaterewardbox h3 {
    text-align: center;
    padding-bottom: 20px;
  }
  .referblock .content {
    padding: 40px 50px;
    margin-top: 50px;
  }
  .subscribebox h2 {
    padding-bottom: 20px;
    text-align: center;
  }
  .subscribebox h2 br {
    display: none;
  }
  footer ul.quicklinks {
    padding-bottom: 20px;
  }
  #commonbg {
    position: relative;
  }
  #commonbg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .willmangerequire:before {
    display: none;
  }
  .contentblock.ps-5 {
    padding-left: 0 !important;
  }
  .service-about .col-lg-6 img {
    height: 300px;
    margin-bottom: 50px !important;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (max-width: 640px) {
  .topbar ul.top-social-icons {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #mobiletilt1 {
    display: block;
    height: 350px;
    width: 180px;
    top: 100px;
    left: 30px;
  }
  #mobiletilt2 {
    display: block;
    height: 350px;
    width: 180px;
    top: 30px;
    right: 30px;
  }
  .about-block {
    border-bottom: 3px solid #0c489e;
    padding-bottom: 3rem !important;
  }
  .swiper.mainsliderSwiper {
    margin-bottom: 40px;
  }
  .loginbox .otp-icon {
    left: 0%;
  }
  .step {
    width: 34px !important;
    height: 34px !important;
    background-color: #00ACDB;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 12px !important;
    font-weight: 600;
  }
  .advantagebox {
    height: inherit;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .advantagebox .advantagebox-img {
    position: relative;
    right: 0;
    z-index: 0;
    bottom: 0;
    width: 100%;
    bottom: -50px;
  }
  .updatenewsfull .swiper-button-next {
    right: -20px;
  }
  .updatenewsfull .swiper-button-prev {
    left: -20px;
  }
  .updatenewsfull .swiper-button-next, .updatenewsfull .swiper-button-prev {
    width: 20px;
  }
  .appbtns a img {
    margin: 0px 10px;
    width: 150px;
    height: auto;
  }
  .faq-block .nav .nav-item .nav-link, .tabsnews .nav .nav-item .nav-link, .pagefaqs .nav .nav-item .nav-link {
    padding: 11px 20px;
  }
  .faq-block {
    background: none;
    width: 100%;
    height: auto;
    background-position: bottom left;
    margin-bottom: 0;
    z-index: -1;
  }
  .ourservices .servicebox {
    height: inherit;
  }
  .subscribebox input[type=email] {
    margin-bottom: 10px;
  }
  .swiper.mainsliderSwiper {
    height: 350px;
  }
  .advantagebox .mx-advtbox {
    padding-left: 15px;
  }
  .referblock {
    background-size: cover;
    border-radius: 10px;
    height: auto;
    left: 0;
  }
  .swiper.mainsliderSwiper .swiper-slide h2 {
    font-size: 32px;
  }
  footer {
    padding-bottom: 40px;
  }
  .topbar {
    text-align: center;
  }
  .mobile-fixed {
    display: block;
  }
  .mobile-fixed .mobile-login-btns {
    display: flex;
    width: 100%;
    background-color: #0C489E;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    z-index: 99999;
  }
  .mobile-fixed .mobile-login-btns a {
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-fixed .mobile-login-btns a:hover {
    background-color: #00ACDB;
  }
  .mobile-fixed .mobile-login-btns a:nth-child(2) {
    background-color: #00ACDB;
  }
  .top-logo {
    margin-left: 0px;
    top: 5px;
    max-width: 140px;
  }
  header .navbar {
    padding-right: 10px;
  }
  .businesspartners-container {
    width: 75%;
  }
  #security-question.wizard > .steps .disabled a, #security-question.wizard > .steps .done a {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 15px;
  }
  #security-question.wizard > .steps .current a, #security-question .wizard > .steps .current a:hover, #security-question .wizard > .steps .current a:active {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 15px;
  }
  #security-question .steps ul:after {
    top: 24px;
  }
  .loginbox {
    padding: 65px 20px 30px 20px;
  }
  .loginbox .otp-input {
    padding: 5px 5px;
  }
  .referblock {
    background-size: cover;
    border-radius: 10px;
  }
  .chatcomment {
    bottom: 75px;
  }
  .subpagebox h2 {
    font-size: 20px;
  }
  footer .refer-frnd-buton {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  #mobiletilt1 {
    display: block;
    height: 350px;
    width: 140px;
    top: 100px;
    left: 60px;
  }
  #mobiletilt2 {
    display: block;
    height: 350px;
    width: 140px;
    top: 30px;
    right: 70px;
  }
  .topbar a {
    font-size: 12px;
    padding-right: 10px;
  }
  .top-logo {
    top: 0px;
  }
  .advantagebox .mx-advtbox .advtshbox {
    padding: 25px 10px 10px 10px;
  }
  .advantagebox .mx-advtbox .advtshbox p {
    font-size: 13px;
  }
}
body.offcanvas-open {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed !important;
  width: 100% !important;
  touch-action: none !important;
}/*# sourceMappingURL=styles.css.map */