* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  padding: 0 32px !important;
}
.sidenav li > a > i, .sidenav li > a > [class^=mdi-] {
  float: right !important;
  margin: 0 -18px 0 0 !important;
}
.sidenav li > a li > a > [class*=mdi-], .sidenav li > a > i.material-icons {
  float: right !important;
  margin: 0 -18px 0 0 !important;
}
.sidenav .divider {
  margin: 0 !important;
}

.tooltip-inner {
  background-color: #051e4f !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 6px 10px;
}

.tooltip .tooltip-arrow::before {
  background-color: #051e4f !important;
}

.error {
  color: #ff0000;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  overflow-x: hidden;
}

.sticky-menu {
  position: fixed;
  bottom: 125px;
  right: 35px;
  z-index: 999;
}
.sticky-menu ul li {
  margin-bottom: 10px;
}
.sticky-menu ul li img {
  width: 40px;
}

.title-all {
  font-size: 30px;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  color: #0f56e3;
}

.row {
  margin-bottom: 0 !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.07);
}

.container {
  width: 90% !important;
}

.website-container {
  width: 100%;
  margin: 0 auto;
}

.app-primary-btn {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  background-color: #0F56E3;
  width: fit-content;
  text-decoration: unset;
}
.app-primary-btn:hover {
  background-color: #0f56e3;
  color: #fff;
  text-decoration: unset;
}

nav {
  height: 100px !important;
  line-height: 100px !important;
}
nav .nav-wrapper i {
  height: 100px !important;
  line-height: 100px !important;
}
nav a.sidenav-trigger {
  height: 100px !important;
  line-height: 100px !important;
}
nav a.sidenav-trigger i {
  height: 100px !important;
  line-height: 100px !important;
}

#scroll-top-button {
  text-align: center;
  position: fixed;
  bottom: 70px;
  right: 30px;
  background-color: rgba(0, 26, 114, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 100;
  color: #eee;
  font-size: 32px;
}
#scroll-top-button:hover {
  background-color: #0f56e3;
}

.heading {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.heading_gray {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.heading_white {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  z-index: 10;
  margin-bottom: 20px;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: -47px;
}
.owl-prev .bxs-chevron-left {
  font-size: 30px;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: -47px;
}
.owl-next .bxs-chevron-right {
  font-size: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #858585 !important;
}

.header-main {
  height: 70px;
}
.header-main .sidenav-icon {
  display: none;
}
.header-main .col {
  display: flex;
}
.header-main .head-logo {
  padding-top: 0;
  display: flex;
  align-items: center;
}
.header-main .head-logo .logo img {
  width: 146px;
}
.header-main .head-menu {
  padding-top: 20px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header-main .head-menu .nav-cont ul li {
  position: relative;
  /* Dropdown Styles */
}
.header-main .head-menu .nav-cont ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  color: #040a14;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.1s;
  cursor: pointer;
}
.header-main .head-menu .nav-cont ul li a:hover {
  color: #0f56e3;
}
.header-main .head-menu .nav-cont ul li.dropdown {
  position: relative;
}
.header-main .head-menu .nav-cont ul li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  width: 220px;
  padding: 10px 0;
  z-index: 999;
}
.header-main .head-menu .nav-cont ul li.dropdown:hover .dropdown-menu {
  display: block;
}
.header-main .head-menu .nav-cont ul li.dropdown .dropdown-menu li {
  display: flex;
  align-items: center;
}
.header-main .head-menu .nav-cont ul li.dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #040a14;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.header-main .head-menu .nav-cont ul li.dropdown .dropdown-menu a:hover {
  color: #0f56e3;
}
.header-main .head-menu .nav-cont ul li.dropdown .dropdown-menu img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.header-main .head-login {
  padding-top: 14px;
}
.header-main .head-login ul {
  margin-bottom: 0;
}
.header-main .head-login .lgmenu a {
  text-decoration: none;
  display: inline-block;
  color: #040a14;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.1s;
  background-color: #fff !important;
}
.header-main .head-login .lgmenu a:hover {
  background-color: #e7eefc !important;
  color: #040a14 !important;
}
.header-main .head-login .btn {
  background-color: #0f56e3 !important;
  text-transform: capitalize !important;
  border-radius: 6px !important;
  width: 110px !important;
  height: 44px !important;
  line-height: 44px !important;
}
.header-main .head-login .btn:hover {
  background-color: #0a3b9b !important;
  color: #fff !important;
}
.header-main .logo img {
  width: 270px;
}
.header-main .nav-cont {
  float: left;
}
.header-main .right-cont {
  float: right;
}
.header-main nav {
  background-color: #fff;
  height: 80px;
  padding-top: 30px;
}
.header-main nav .btn {
  color: #fff !important;
  background-color: #dbe6fb !important;
  border-radius: 100px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: #dbe6fb 1px solid !important;
}
.header-main nav .btn:hover {
  background-color: #96b6f3 !important;
}
.header-main nav .nav-wrapper ul {
  line-height: 80px !important;
}
.header-main nav .nav-wrapper .logo {
  line-height: 80px;
}
.header-main nav .nav-wrapper .logo a {
  line-height: 55px;
}
.header-main nav .nav-wrapper .logo a img {
  width: 190px;
  margin-top: 15px;
}
.header-main nav .nav-wrapper ul li a {
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
}
.header-main nav .nav-wrapper ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 2px;
  background: #dbe6fb !important;
  margin: auto;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.header-main nav .nav-wrapper ul li a:hover {
  background-color: transparent !important;
  color: #dbe6fb !important;
}
.header-main nav .nav-wrapper ul li .active:before {
  width: 80%;
}
.header-main #slide-out .user-view .logo img {
  width: 250px;
}
.header-main #slide-out li a {
  text-decoration: none;
}
.header-main #slide-out li a i {
  color: #000;
}
.header-main #slide-out li a .fa-home, .header-main #slide-out li a .fa-shopping-cart {
  font-size: 18px;
}
.header-main #slide-out li a .fa-female, .header-main #slide-out li a .fa-phone-volume {
  font-size: 25px;
}
.header-main .right-icon {
  display: none;
  right: 15px;
  position: absolute;
  float: right;
  line-height: 68px;
}
.header-main .right-icon a {
  text-decoration: none;
  color: #fff;
}
.header-main .right-icon a:hover {
  color: #0f56e3;
}

.section-banner {
  position: relative;
  overflow: hidden;
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, white 0%, #dbe6fb 100%, #9900c1 100%);
  margin-top: 104px;
}
.section-banner .btn {
  color: #fff !important;
  background-color: #dbe6fb !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: #dbe6fb 1px solid !important;
}
.section-banner .btn:hover {
  background-color: #96b6f3 !important;
}
.section-banner .banner-contents {
  text-align: center;
}
.section-banner .banner-contents .feature-txt {
  position: relative;
  background-color: #dbe6fb;
  font-size: 14px;
  border-radius: 40px;
  width: 299px;
  height: 26px;
  line-height: 26px;
  left: 50%;
  transform: translate(-50%);
}
.section-banner .banner-contents .feature-txt::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* Border thickness */
  border-radius: 40px;
  /* Same as parent */
  background: linear-gradient(180deg, #0f56e3 -144%, #dbe6fb 111.6%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section-banner .banner-contents h1 {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  margin-top: 24px;
  margin: 0;
}
.section-banner .banner-contents h1 span {
  display: block;
}
.section-banner .banner-contents .title {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  margin-top: 24px;
}
.section-banner .banner-contents .title span {
  display: block;
}
.section-banner .banner-contents .desc {
  margin-top: 16px;
  font-size: 20px;
  line-height: 34px;
  width: 60%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.section-banner .banner-contents .btn-cont {
  margin-top: 32px;
}
.section-banner .banner-contents .btn-cont .btn {
  background-color: #0f56e3 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  width: fit-content;
  height: 58px;
  line-height: 58px;
}
.section-banner .banner-contents .btn-cont .btn:hover {
  background-color: #0a3b9b !important;
  color: #fff !important;
}
.section-banner .banner-contents .bannner-img {
  margin-top: 75px;
}
.section-banner .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.section-banner .floating-elements span {
  position: absolute;
  animation: floatAnimation 6s infinite ease-in-out alternate;
}
.section-banner .floating-elements .e1-l {
  top: 10%;
  left: 5%;
}
.section-banner .floating-elements .e2-l {
  top: 40%;
  left: 2%;
}
.section-banner .floating-elements .e3-l {
  bottom: 15%;
  left: 6%;
}
.section-banner .floating-elements .e1-r {
  top: 10%;
  right: 5%;
}
.section-banner .floating-elements .e2-r {
  top: 40%;
  right: 2%;
}
.section-banner .floating-elements .e3-r {
  bottom: 15%;
  right: 6%;
}
.section-banner .floating-tlds {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
.section-banner .tld {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: floatAnimation 4s infinite ease-in-out alternate;
}
.section-banner .tld-org {
  bottom: 10px;
  left: -4%;
  transform: translateX(-50%);
}
.section-banner .tld-tech {
  bottom: 210px;
  left: -1%;
  transform: translateX(-50%);
}
.section-banner .tld-co-in {
  bottom: 380px;
  left: 4%;
  transform: translateX(-50%);
}
.section-banner .tld-store {
  bottom: 10px;
  right: -4%;
  transform: translateX(50%);
}
.section-banner .tld-net {
  bottom: 210px;
  right: -1%;
  transform: translateX(50%);
}
.section-banner .tld-com {
  bottom: 380px;
  right: 4%;
  transform: translateX(50%);
}

@keyframes floatAnimation {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(20px);
  }
}
.section-allbanner {
  position: relative;
  overflow: hidden;
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, white 0%, #dbe6fb 100%, #9900c1 100%);
  margin-top: 150px;
  padding-bottom: 124px;
}
.section-allbanner .btn {
  color: #fff !important;
  background-color: #dbe6fb !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: #dbe6fb 1px solid !important;
}
.section-allbanner .btn:hover {
  background-color: #96b6f3 !important;
}
.section-allbanner .banner-contents {
  text-align: center;
}
.section-allbanner .banner-contents h1 {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  margin: 0;
}
.section-allbanner .banner-contents h1 span {
  display: block;
}
.section-allbanner .banner-contents .title {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
}
.section-allbanner .banner-contents .title span {
  display: block;
}
.section-allbanner .banner-contents .desc {
  margin-top: 16px;
  font-size: 20px;
  line-height: 34px;
  width: 60%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.section-allbanner .banner-contents .desfeat {
  width: 76% !important;
}
.section-allbanner .banner-contents .btn-cont {
  margin-top: 32px;
}
.section-allbanner .banner-contents .btn-cont .btn {
  background-color: #0f56e3 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  width: fit-content;
  height: 58px;
  line-height: 58px;
}
.section-allbanner .banner-contents .btn-cont .btn:hover {
  background-color: #0a3b9b !important;
  color: #fff !important;
}
.section-allbanner .banner-contents .bannner-img {
  margin-top: 75px;
}
.section-allbanner .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.section-allbanner .floating-elements span {
  position: absolute;
  animation: floatAnimation 6s infinite ease-in-out alternate;
}
.section-allbanner .floating-elements .e1-l {
  top: 10%;
  left: 5%;
}
.section-allbanner .floating-elements .e2-l {
  top: 40%;
  left: 2%;
}
.section-allbanner .floating-elements .e3-l {
  bottom: 15%;
  left: 6%;
}
.section-allbanner .floating-elements .e1-r {
  top: 10%;
  right: 5%;
}
.section-allbanner .floating-elements .e2-r {
  top: 40%;
  right: 2%;
}
.section-allbanner .floating-elements .e3-r {
  bottom: 15%;
  right: 6%;
}
.section-allbanner .floating-tlds {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
.section-allbanner .tld {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: floatAnimation 4s infinite ease-in-out alternate;
}
.section-allbanner .tld-org {
  bottom: 10px;
  left: -4%;
  transform: translateX(-50%);
}
.section-allbanner .tld-tech {
  bottom: 210px;
  left: -1%;
  transform: translateX(-50%);
}
.section-allbanner .tld-co-in {
  bottom: 380px;
  left: 4%;
  transform: translateX(-50%);
}
.section-allbanner .tld-store {
  bottom: 10px;
  right: -4%;
  transform: translateX(50%);
}
.section-allbanner .tld-net {
  bottom: 210px;
  right: -1%;
  transform: translateX(50%);
}
.section-allbanner .tld-com {
  bottom: 380px;
  right: 4%;
  transform: translateX(50%);
}

@keyframes floatAnimation {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(20px);
  }
}
.section-howworks, .section-benefits {
  margin-top: 90px;
}
.section-howworks .maintitle-cont .stitle, .section-benefits .maintitle-cont .stitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0f56e3;
}
.section-howworks .maintitle-cont .mtitle, .section-benefits .maintitle-cont .mtitle {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-howworks .stepsrow, .section-benefits .stepsrow {
  margin-top: 60px;
}
.section-howworks .stepsrow .steps-card .d-flex .logo img, .section-benefits .stepsrow .steps-card .d-flex .logo img {
  width: 90px;
}
.section-howworks .stepsrow .steps-card .d-flex .step-cont .step-title, .section-benefits .stepsrow .steps-card .d-flex .step-cont .step-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.section-howworks .stepsrow .steps-card .d-flex .step-cont .step-det, .section-benefits .stepsrow .steps-card .d-flex .step-cont .step-det {
  padding-left: 20px;
}
.section-howworks .btnrow .btnbn-cont, .section-benefits .btnrow .btnbn-cont {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 60px;
}
.section-howworks .btnrow .btnbn-cont .btn, .section-benefits .btnrow .btnbn-cont .btn {
  background-color: #dbe6fb;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 45px;
  line-height: 45px;
}
.section-howworks .btnrow .btnbn-cont .btn .d-flex .icon, .section-benefits .btnrow .btnbn-cont .btn .d-flex .icon {
  padding-left: 10px;
}
.section-howworks .btnrow .btnbn-cont .btn:hover, .section-benefits .btnrow .btnbn-cont .btn:hover {
  background-color: #96b6f3;
}

.section-choose {
  background-color: rgba(227, 208, 216, 0.431372549);
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-choose .maintitle-cont {
  margin-bottom: 30px;
}
.section-choose .maintitle-cont .stitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0f56e3;
}
.section-choose .maintitle-cont .mtitle {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-choose .choose-card .image img {
  width: 90px;
  margin-bottom: 20px;
}
.section-choose .choose-card .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.section-testi {
  margin-top: 120px;
  background: #e7f5ee;
  padding: 60px 0;
}
.section-testi h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  margin: 0;
}
.section-testi .mntitle {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-testi .des {
  width: 80%;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 30px;
}
.section-testi .testi-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-testi .testi-cont .testi-card {
  padding: 30px;
  border-radius: 10px;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.section-testi .testi-cont .testi-card .profile-cont {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  .image {
    img {
      border-radius: 50%;
    }
  }
}
.section-testi .testi-cont .testi-card .testi-det .icon {
  margin-bottom: 20px;
}
.section-testi .testi-cont .testi-card .testi-det .icon img {
  width: 43px;
}
.section-testi .testi-cont .testi-card .testi-det .msg {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #040a14;
}
.section-testi .testi-cont .testi-card .testi-det .user {
  font-weight: 600;
  font-size: 18px;
  color: #040a14;
}
.section-testi .testi-cont .testi-card .testi-det .desig {
  font-weight: 400;
  font-size: 18px;
  color: #55647f;
}
.section-testi .testi-cont .testi-card .user-info {
  text-align: center;
  margin-bottom: 15px;
}
.section-testi .testi-cont .testi-card .user-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.section-testi .testi-cont .testi-card .qts {
  font-size: 40px;
  color: #5cb85c;
}
.section-testi .testi-cont .testi-card .des {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}
.section-testi .testi-cont .testi-card .user {
  font-weight: 700;
  font-size: 16px;
}
.section-testi .testi-cont .testi-card .desig {
  font-size: 14px;
  color: #777;
}
.section-testi .testi-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.section-testi .testi-nav button {
  width: 40px;
  height: 40px;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #5a5a5a;
}
.section-testi .testi-nav button:hover {
  background: #0f56e3;
  color: white;
  border-color: #0f56e3;
}
.section-testi .testi-nav button i {
  font-size: 18px;
}

.section-faq {
  margin-top: 90px;
  background-color: rgba(227, 208, 216, 0.431372549);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Montserrat", sans-serif;
  margin-top: 90px;
  margin-bottom: -90px;
}
.section-faq .maintitle-cont .stitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0f56e3;
}
.section-faq .maintitle-cont .mtitle {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-faq .btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  padding: 0 28px;
  font-family: "Montserrat";
  font-weight: 600;
}
.section-faq .btn-cont {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-faq .btn-cont .btn {
  background-color: #0f56e3 !important;
  color: #000;
}
.section-faq .btn-cont .btn:hover {
  background-color: #0a3b9b !important;
}
.section-faq .col-md-10 {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.section-faq .title-cont {
  text-align: center;
}
.section-faq .title-cont .sm-title {
  color: #dbe6fb;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.section-faq .title-cont .title {
  font-size: 46px;
  font-family: "EB Garamond";
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-faq .faq-accordion {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
}
.section-faq .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.section-faq .faq-accordion .accordion h2 {
  font-size: 17px !important;
  font-weight: 600;
}
.section-faq .faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.section-faq .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.section-faq .faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: 600;
}
.section-faq .faq-accordion .accordion .accordion-title i {
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #0f56e3;
  text-align: center;
  line-height: 40px;
}
.section-faq .faq-accordion .accordion .accordion-title.active i {
  transform: rotate(0deg);
  top: 15px;
  content: "\f068";
}
.section-faq .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.section-faq .faq-accordion .accordion .accordion-content p {
  color: #626262;
  line-height: 30px;
}
.section-faq .faq-accordion .accordion .accordion-content.show {
  display: block;
}

.footer-main {
  margin-top: 130px;
  background: linear-gradient(180deg, #ffffff 0%, #e7eefc 44.94%);
  color: #040a14;
}
.footer-main .full-width-divider {
  width: 100%;
  height: 1px;
  background-color: #dbe2e9;
}
.footer-main .footer-ctcont {
  padding-top: 80px;
  padding-bottom: 20px;
}
.footer-main .footer-ctcont .contact-cont {
  margin-top: 20px;
}
.footer-main .footer-ctcont .contact-cont .add-cont {
  padding-left: 5px;
}
.footer-main .footer-ctcont .contact-cont .add-cont p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.footer-main .footer-ctcont .contact-cont .add-cont .d-flex {
  margin-bottom: 10px;
}
.footer-main .footer-ctcont .contact-cont .add-cont .d-flex .icon {
  color: #040a14;
  padding-right: 10px;
}
.footer-main .footer-ctcont .contact-cont .add-cont .d-flex .text {
  font-size: 14px;
}
.footer-main .footer-ctcont .contact-cont .add-cont .d-flex .text a {
  text-decoration: none;
  color: #040a14;
}
.footer-main .footer-links {
  padding-top: 80px;
  padding-bottom: 30px;
}
.footer-main .footer-links .links-cont .title {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 17px;
  font-weight: 500;
  color: #55647f;
  text-transform: uppercase;
}
.footer-main .footer-links .links-cont ul li {
  margin-bottom: 5px;
}
.footer-main .footer-links .links-cont ul li a {
  text-decoration: none;
  color: #040a14;
  font-size: 14px;
}
.footer-main .footer-links .links-cont ul li a:hover {
  text-decoration: none;
  color: #0f56e3;
}
.footer-main .footer-social {
  padding-top: 80px;
}
.footer-main .footer-social .title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
}
.footer-main .footer-social ul li a {
  text-decoration: none;
  color: #fff;
}
.footer-main .footer-social ul li a i {
  font-size: 30px;
}
.footer-main .footer-social ul li a:hover {
  color: #0f56e3;
}
.footer-main .footer-copyrights {
  background: #edf3fd;
}
.footer-main .footer-copyrights .text {
  text-align: center;
  color: #778399;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
}
.footer-main .footer-copyrights .mobile-break {
  display: none;
}

.modalm1 input:not([type]):focus:not([readonly]), .modalm1 input[type=text]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=password]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=email]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=url]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=time]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=date]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=datetime]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=datetime-local]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=tel]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=number]:not(.browser-default):focus:not([readonly]), .modalm1 input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #dbe6fb !important;
  -webkit-box-shadow: 0 1px 0 0 #dbe6fb !important;
  box-shadow: 0 1px 0 0 #dbe6fb !important;
}
.modalm1 textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #dbe6fb !important;
  -webkit-box-shadow: 0 1px 0 0 #dbe6fb !important;
  box-shadow: 0 1px 0 0 #dbe6fb !important;
}
.modalm1 .container {
  padding: 0;
}
.modalm1 .modal-content input:not([type]), .modalm1 .modal-content input[type=text]:not(.browser-default), .modalm1 .modal-content input[type=password]:not(.browser-default), .modalm1 .modal-content input[type=email]:not(.browser-default), .modalm1 .modal-content input[type=url]:not(.browser-default), .modalm1 .modal-content input[type=time]:not(.browser-default), .modalm1 .modal-content input[type=date]:not(.browser-default), .modalm1 .modal-content input[type=datetime]:not(.browser-default), .modalm1 .modal-content input[type=datetime-local]:not(.browser-default), .modalm1 .modal-content input[type=tel]:not(.browser-default), .modalm1 .modal-content input[type=number]:not(.browser-default), .modalm1 .modal-content input[type=search]:not(.browser-default) {
  height: 20px !important;
}
.modalm1 .modal-content textarea.materialize-textarea {
  height: 20px !important;
}
.modalm1 .modal-content .btn-cont {
  margin-top: 20px;
}
.modalm1 .modal-content .btn-cont .btn {
  background-color: #dbe6fb !important;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
}
.modalm1 .modal-content .btn-cont .btn:hover {
  background-color: #96b6f3 !important;
  color: #000;
}
.modalm1 .modal-content .btn-cont .btnbrd {
  background-color: #fff !important;
  border-radius: 50px;
  color: #000;
  border-color: #ed7d3a;
}
.modalm1 .modal-content .left-bx {
  padding-left: 0;
}
.modalm1 .modal-content .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.modalm1 .modal-content .modal-header {
  padding-top: 10px;
}
.modalm1 .modal-content .modal-header h5 {
  font-size: 20px;
}
.modalm1 .modal-content .modal-body {
  padding-bottom: 30px;
}
.modalm1 .modal-content .modal-body h3 {
  font-size: 28px;
  margin-top: 10px;
}
.modalm1 .modal-content .image img {
  width: 350px;
}
.modalm1 .modal-dialog {
  max-width: 700px;
}
.modalm1 .modalm1 .modal-content .row {
  margin-bottom: 0;
}
.modalm1 .modalm1 .modal-content .left-bx {
  padding-left: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #dbe6fb !important;
  box-shadow: #789167 0 1px 3px 0 inset !important;
  color: #000 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #dbe6fb !important;
  box-shadow: #789167 0 1px 3px 0 inset !important;
  color: #000 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #dbe6fb !important;
  color: #000 !important;
}

.section-homefeatures {
  margin-top: 120px;
}
.section-homefeatures .website-container {
  max-width: 1064px;
}
.section-homefeatures .title-main {
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
}
.section-homefeatures h2 {
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  margin: 0 auto;

  /* max-width: 770px; */
}
.section-homefeatures .steps-menu {
  text-align: center;
  margin-top: 30px;
}
.section-homefeatures .steps-menu ul li {
  color: #55647f;
  padding-right: 30px;
}
.section-homefeatures .steps-menu ul li a {
  text-decoration: none;
  color: #55647f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.section-homefeatures .steps-menu ul li a:hover {
  color: #0f56e3;
}
.section-homefeatures .steps-menu ul li .d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-homefeatures .steps-menu ul li .d-flex .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-homefeatures .steps-menu ul li .d-flex .text {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.section-homefeatures .feature-row {
  margin-top: 90px;
  display: flex;
  align-items: center;
}
.section-homefeatures .feature-row .feature-cont {
  max-width: 500px;
  padding: 20px;
}
.section-homefeatures .feature-row .feature-cont h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #040a14;
  margin: 0;
}
.section-homefeatures .feature-row .feature-cont .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #040a14;
}
.section-homefeatures .feature-row .feature-cont .des {
  font-size: 18px;
  margin-top: 10px;
  color: #333;
  color: #040a14;
}
.section-homefeatures .feature-row .feature-cont .ftlists {
  font-size: 18px;
  margin-top: 15px;
}
.section-homefeatures .feature-row .feature-cont .ftlists ul {
  padding-left: 20px;
}
.section-homefeatures .feature-row .feature-cont .ftlists ul li {
  margin-bottom: 8px;
  list-style-type: disc;
  color: #040a14;
}
.section-homefeatures .feature-row .feature-cont .btn-cont {
  margin-top: 40px;
}
.section-homefeatures .feature-row .feature-cont .btn-cont .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background-color: #0f56e3;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  width: 157px;
  height: 44px;
  line-height: 44px;
  text-transform: capitalize;
}
.section-homefeatures .feature-row .feature-cont .btn-cont .btn:hover {
  background-color: #023dd0;
}

.section-homebluebx {
  margin-top: 120px;
}
.section-homebluebx .website-container {
  max-width: 1280px;
}
.section-homebluebx .col4row {
  padding-left: 50px;
  padding-right: 50px;
}
.section-homebluebx .mainrow {
  background-color: #093488;
  border-radius: 10px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-homebluebx .mtitle {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  color: #fff;
}
.section-homebluebx h2 {
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.section-homebluebx .des {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: Center;
  font-weight: 400;
  color: #fff;
}
.section-homebluebx .btn-cont {
  margin-bottom: 60px;
  margin-top: 20px;
  text-align: center;
}
.section-homebluebx .btn-cont .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background-color: #0f56e3;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  width: 157px;
  height: 44px;
  line-height: 44px;
  text-transform: capitalize;
}
.section-homebluebx .btn-cont .btn:hover {
  background-color: #023dd0;
}
.section-homebluebx .bluebxcard {
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 10px;
  padding: 20px;
}
.section-homebluebx .bluebxcard .icon {
  margin-bottom: 10px;
}
.section-homebluebx .bluebxcard h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  margin: 0;
}
.section-homebluebx .bluebxcard .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.section-homebluebx .bluebxcard .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #cacfd7;
}

.section-mrfeatures {
  margin-top: 120px;
}
.section-mrfeatures .website-container {
  max-width: 1064px;
}
.section-mrfeatures h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58.09px;
  margin: 0;
}
.section-mrfeatures .mtitle {
  font-size: 48px;
  font-weight: 600;
  line-height: 58.09px;
}
.section-mrfeatures .des {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.section-mrfeatures .mrfeatures-wrp {
  margin-top: 40px;
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ebf1fd;
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, white 0%, #dbe6fb 100%, #9900c1 100%);
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card .image {
  height: 200px;
  margin-bottom: 0;
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card .image img {
  position: absolute;
  right: 1px;
  z-index: 10;
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card .line {
  position: absolute;
  top: 0;
  z-index: 5;
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card .title {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card .title h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.section-mrfeatures .mrfeatures-wrp .mrfeatures-card .des {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 30px;
}

.section-skybox-features {
  margin-top: 120px;
}
.section-skybox-features .website-container {
  max-width: 1280px;
  border-radius: 10px;
  border: 1px solid #EBF1FD;
  background: linear-gradient(110deg, rgba(15, 86, 227, 0.05) 0%, rgba(38, 139, 235, 0.05) 46.15%, rgba(143, 38, 235, 0.05) 100%);
  /* Toaster shadow */
  box-shadow: 0px 2px 24px 0px rgba(37, 41, 49, 0.12);
  padding: 46px 16px;
}
.section-skybox-features .website-container .skybox-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.section-skybox-features .website-container .skybox-title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  max-width: 390px;
}
.section-skybox-features .website-container .skybox-desc {
  color: #040A14;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 32px;
  max-width: 396px;
}

.section-compare {
  margin-top: 120px;
}
.section-compare .website-container {
  max-width: 1064px;
}
.section-compare h2 {
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  margin-bottom: 20px;
  margin: 0;
}
.section-compare .mntitle {
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-compare .des {
  width: 70%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.section-compare .comparison-table {
  width: 100%;
  overflow-x: auto;
  margin-top: 60px;
  border-radius: 8px;
  background: #fff;
}
.section-compare .comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  border: 1px solid #ddd;
}
.section-compare .comparison-table table thead {
  text-align: left;
}
.section-compare .comparison-table table thead .thtitle {
  color: #55647f;
  font-size: 14px;
  font-weight: 600;
}
.section-compare .comparison-table table thead th {
  padding: 15px;
  font-weight: 600;
  border-right: 1px solid #e5e8ef;
}
.section-compare .comparison-table table thead th:first-child {
  text-align: left;
  padding-left: 20px;
  background-color: rgba(231, 238, 252, 0.4);
  border-right: 1px solid #cacfd7;
}
.section-compare .comparison-table table tbody .tdtitle {
  color: #040a14;
  font-weight: 400;
  font-size: 16px;
}
.section-compare .comparison-table table tbody td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e5e8ef;
  border-right: 1px solid #e5e8ef;
  padding-left: 20px;
}
.section-compare .comparison-table table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
  font-weight: 400;
  background-color: rgba(231, 238, 252, 0.4);
  border-right: 1px solid #e5e8ef;
}
.section-compare .comparison-table table tbody .yes {
  font-weight: 400;
  font-size: 16px;
  color: #040a14;
}
.section-compare .comparison-table table tbody .yes i {
  color: #28a745;
}
.section-compare .comparison-table table tbody .no {
  font-weight: 400;
  font-size: 16px;
  color: #040a14;
}
.section-compare .comparison-table table tbody .no i {
  color: #dc3545;
}

.price-wrp {
  row-gap: 24px;
  margin-top: 60px;
}

.section-price {
  margin-top: 120px;

  .website-container {
    max-width: 1312px;
  }

  .mntitle {
    text-align: center;
    font-size: 48px;
    line-height: 58.09px;
    font-weight: 700;
    margin-bottom: 20px;

    h2 {
      text-align: center;
      font-size: 48px;
      line-height: 58.09px;
      font-weight: 700;
      margin-bottom: 20px;
      margin: 0;
    }
  }

  .des {
    width: 70%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: #fff;
    border-radius: 8px;
    border: 1px solid #eef0f2;
    transition: all 0.3s ease;
    text-align: left;
    height: 100%;

    .header {
      text-align: left;
      background: #e7eefc;
      padding: 20px 16px;
      border-radius: 8px 8px 0 0;

      position: relative;

      p {
        font-size: 12px;
        color: #778399;
        font-weight: 400;
        margin-bottom: 0;
      }

      h5 {
        font-size: 13px;
        font-weight: 500;
        color: #040a14;
        margin: 0;
        text-transform: uppercase;
      }

      .prc {
        font-size: 24px;
        font-weight: 600;
        margin: 10px 0;
        color: #040a14;
      }

      .old-price {
        font-size: 16px;
        text-decoration: line-through;
        color: #778399;
        margin-left: 5px;
        font-weight: 400;
      }

      .pricing-badge {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 8px;
        background: rgba(4, 10, 20, 0.3);
        border-radius: 0px 8px 0 8px;

        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px; /* 114.286% */
      }
    }

    .body {
      flex-grow: 1;
      padding: 16px;

      .resources-container {
        min-height: 185px;
      }

      .price-header-label {
        font-size: 14px;
        text-transform: uppercase;
        color: #55647f;
        font-weight: 600;
        line-height: 16px;
        opacity: 0.8;

        &.everything-plan {
          color: #0F56E3;
        }
      }
    }

    ul {
      padding-left: 0;
      list-style: none;

      li {
        display: flex;
        gap: 8px;
        font-size: 16px;
        padding: 5px 0;
        color: #040a14;
      }

      i {
        color: #0b9c56;
        font-size: 18px;

        position: relative;
        top: 3px;
      }
    }

    &.highlighted {
      .header {
        background: #0f56e3;

        h5 {
          color: #fff;
        }

        .prc {
          color: #fff;
        }
      }
    }
  }
}

.section-price .pricing-card .footer {
  margin-top: 20px;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.section-price .pricing-card .footer .btn {
  background-color: #e7eefc;
  color: #0f56e3;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  height: 44px !important;
  width: 100% !important;
  line-height: 44px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: capitalize !important;
}
.section-price .pricing-card .footer .btn:hover {
  background-color: #0f56e3 !important;
  color: #fff !important;
}
.section-price .pricing-card.highlighted .header {
  background-color: #0f56e3 !important;
}
.section-price .pricing-card.highlighted .header h5, .section-price .pricing-card.highlighted .header h2 {
  color: #fff;
}
.section-price .pricing-card.highlighted .header .old-price, .section-price .pricing-card.highlighted .header p {
  color: #fff;
  opacity: 0.6;
}
.section-price .pricing-card.highlighted .footer .btn {
  background-color: #0f56e3;
  color: #ffffff;
}

.section-fttop {
  margin-top: 120px;
  padding-bottom: 60px;
}
.section-fttop h2 {
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  margin-bottom: 20px;
  margin: 0;
}
.section-fttop .mntitle {
  text-align: center;
  font-size: 48px;
  line-height: 58.09px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-fttop .des {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.section-fttop .btn-cont {
  margin-top: 32px;
}
.section-fttop .btn-cont .btnwrp {
  text-align: center;
}
.section-fttop .btn-cont .btnwrp .btn {
  background-color: #e7eefc;
  color: #0f56e3;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  height: 44px !important;
  width: fit-content !important;
  line-height: 44px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: capitalize !important;
}
.section-fttop .btn-cont .btnwrp .btn:hover {
  background-color: #0f56e3 !important;
  color: #fff !important;
}
.section-fttop .btn-cont .btnwrp .highlighted .btn {
  background-color: #0f56e3 !important;
  color: #fff !important;
}

.section-comparepg {
  margin-top: 130px;
}
.section-comparepg .bxs-check-circle {
  color: #28a745 !important;
}
.section-comparepg .dyncont {
  justify-content: center;
}
.section-comparepg .dyncont .brnd img {
  width: auto;
  height: 40px;
}
.section-comparepg .dyncont .text {
  font-weight: 600;
  padding-left: 10px;
  padding-top: 9px;
}
.section-comparepg h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.section-comparepg .title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 60px;
  margin-top: 20px;
}
.section-comparepg .feature-txt {
  position: relative;
  background-color: #dbe6fb;
  font-size: 14px;
  border-radius: 40px;
  width: 299px;
  height: 26px;
  line-height: 26px;
  left: 50%;
  transform: translate(-50%);
}
.section-comparepg .feature-txt .text {
  text-align: center;
}
.section-comparepg .feature-txt::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* Border thickness */
  border-radius: 40px;
  /* Same as parent */
  background: linear-gradient(180deg, #0f56e3 -144%, #dbe6fb 111.6%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section-comparepg .logo {
  margin-top: 21px;
}
.section-comparepg .logo img {
  width: 182px;
  margin-bottom: 24px;
}
.section-comparepg .price .amt {
  font-size: 32px;
  font-weight: 600;
  color: #040a14;
  margin-bottom: 24px;
}
.section-comparepg .price .mnt {
  font-size: 24px;
  font-weight: 400;
  margin-left: 5px;
}
.section-comparepg table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.section-comparepg table .thhead, .section-comparepg table .thhead1 {
  border-right: 2px solid #0f56e3;
}
.section-comparepg table .tdfst {
  border-top: 0 !important;
}
.section-comparepg table th, .section-comparepg table td {
  padding: 12px;
}
.section-comparepg table th {
  background: #f2f5f9;
  font-size: 14px;
  font-weight: bold;
}
.section-comparepg table td.text-center {
  text-align: center;
}
.section-comparepg table td:nth-child(2) {
  position: relative;
  border-left: 2px solid #0f56e3;
  border-right: 2px solid #0f56e3;
}
.section-comparepg table tr:first-child td:nth-child(2) {
  border-top: 2px solid #0f56e3;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section-comparepg table tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.section-comparepg table .rttab {
  vertical-align: top;
}
.section-comparepg table .yes {
  font-weight: 400;
  font-size: 16px;
  color: #040a14;
}
.section-comparepg table .yes i {
  color: #28a745;
}
.section-comparepg table .no {
  font-weight: 400;
  font-size: 16px;
  color: #040a14;
}
.section-comparepg table .no i {
  color: #dc3545;
}
.section-comparepg table .bxslast, .section-comparepg table .ftem {
  border-bottom: 0;
}
.section-comparepg table .ftempty {
  border-bottom: 2px solid #0f56e3;
  border-right: 2px solid #0f56e3;
  border-left: 2px solid #0f56e3;
  border-top: 0;
  height: 20px;
}
.section-comparepg table .footer .ftcenter {
  border-right: 2px solid #0f56e3;
  border-left: 2px solid #0f56e3;
  border-top: 0;
}
.section-comparepg table .footer .ft-title {
  font-size: 16px;
  font-weight: 400;
  color: #040a14;
}
.section-comparepg table .footer th {
  background-color: #e7f5ee;
}
.section-comparepg table tbody tr {
  border-bottom: 1px solid #eef0f2;
}
.section-comparepg table tbody .tdtxt {
  font-size: 16px;
  font-weight: 400;
  color: #040a14;
  width: 34%;
}
.section-comparepg table .btn-cont {
  margin-top: 24px;
  margin-bottom: 12px;
}
.section-comparepg table .btn-cont .btn {
  background-color: #0f56e3 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  width: 166px;
  height: 44px;
  line-height: 44px;
}
.section-comparepg table .btn-cont .btn:hover {
  background-color: #0a3b9b !important;
  color: #fff !important;
}

.section-homebluebxcm {
  position: relative;
  margin-top: 92px;
}
.section-homebluebxcm .dyncont {
  justify-content: left !important;
}
.section-homebluebxcm .dyncont .brnd img {
  width: auto;
  height: 40px;
}
.section-homebluebxcm .dyncont .text {
  font-weight: 600;
  padding-left: 10px;
  padding-top: 9px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.section-homebluebxcm .col4row .d-flex {
  justify-content: center;
}
.section-homebluebxcm .mainrow {
  background-color: #093488;
  border-radius: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-homebluebxcm .mtitle {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}
.section-homebluebxcm .des {
  width: 70%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 16px;
  font-size: 18px;
  line-height: 30px;
  text-align: Center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
}
.section-homebluebxcm .bluebxcard {
  background-color: #051e4f;
  border-radius: 10px;
  padding: 20px;
  width: 305px;
  height: 100%;
  margin-right: 20px;
}
.section-homebluebxcm .bluebxcard .icon {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-bottom: 20px;
}
.section-homebluebxcm .bluebxcard .title {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-homebluebxcm .bluebxcard .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #cacfd7;
}
.section-homebluebxcm .leftimg {
  position: absolute;
  top: 0;
  left: 120px;
}
.section-homebluebxcm .rightimg {
  position: absolute;
  bottom: 0;
  right: 80px;
}

.section-allfeature {
  margin-top: 130px;
}
.section-allfeature h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 60px;
  margin: 0;
}
.section-allfeature .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 60px;
}
.section-allfeature .allfeature-card .icon {
  margin-bottom: 20px;
}
.section-allfeature .allfeature-card .icon img {
  width: 60px;
  height: 60px;
}
.section-allfeature .allfeature-card h3, .section-allfeature .allfeature-card .tile {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #040a14;
}
.section-allfeature .allfeature-card .desc {
  font-size: 16px;
  font-weight: 400;
  color: #040a14;
  line-height: 25px;
}

.section-advantage {
  margin-top: 130px;
}
.section-advantage .mntitle {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #040a14;
  margin-bottom: 16px;
}
.section-advantage .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 79%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 60px;
}
.section-advantage .blbox {
  background-color: #e7eefc;
  border: 3px solid #cfddf9;
  border-radius: 10px;
  margin-bottom: 32px;
}
.section-advantage .blbox .d-flex .details-cont .titl {
  padding-top: 32px;
  padding-left: 32px;
  margin-bottom: 15px;
  color: #051e4f;
  font-size: 26px;
  font-weight: 600;
}
.section-advantage .blbox .d-flex .details-cont .desc {
  padding-left: 32px;
  padding-bottom: 23px;
  padding-right: 20px;
}
.section-advantage .grbox {
  background-color: #e7f5ee;
  border: 3px solid #bbe3d0;
  border-radius: 10px;
  position: relative;
}
.section-advantage .grbox .image img {
  width: 100%;
}
.section-advantage .grbox .details-contf .titl {
  padding-top: 0;
  padding-left: 32px;
  margin-bottom: 15px;
  color: #054224;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}
.section-advantage .grbox .details-contf .desc {
  padding-left: 32px;
  padding-bottom: 23px;
  padding-right: 32px;
}
.section-advantage .orbox {
  background-color: #fdf2e6;
  border: 3px solid #fae5cd;
  border-radius: 10px;
  height: 100%;
}
.section-advantage .orbox .image img {
  float: right;
  margin-bottom: 40px;
}
.section-advantage .orbox .details-cont {
  margin-top: 40px;
}
.section-advantage .orbox .details-cont .titl {
  padding-top: 32px;
  padding-left: 32px;
  margin-bottom: 15px;
  color: #000000;
  font-size: 26px;
  font-weight: 600;
}
.section-advantage .orbox .details-cont .desc {
  padding-left: 32px;
  padding-bottom: 23px;
  padding-right: 32px;
}

@media only screen and (max-width: 768px) {
  .section-advantage {
    margin-top: 60px;
  }
  .section-advantage .mntitle {
    font-size: 28px;
    line-height: 40px;
  }
  .section-advantage .des {
    width: 96%;
    width: 96%;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .section-advantage .blbox .d-flex {
    display: block !important;
  }
  .section-advantage .blbox .d-flex .details-cont .titl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-advantage .blbox .d-flex .image {
    text-align: right;
  }
  .section-advantage .grbox {
    margin-bottom: 32px;
  }
  .section-advantage .grbox .details-contf .titl {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .section-advantage .orbox .image img {
    margin-bottom: 20px;
  }
  .section-advantage .orbox .details-cont .titl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .allf2 {
    margin-top: 30px !important;
  }
  .section-allfeature {
    margin-top: 60px;
  }
  .section-allfeature h2, .section-allfeature .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .section-allfeature .allfeature-card {
    margin-bottom: 30px;
  }
  .section-homebluebxcm {
    margin-top: 50px;
  }
  .section-homebluebxcm .col4row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-homebluebxcm .col4row .d-flex {
    display: block !important;
  }
  .section-homebluebxcm .mainrow {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-homebluebxcm .mtitle {
    width: 96%;
    font-size: 28px;
    line-height: 40px;
  }
  .section-homebluebxcm .des {
    width: 96%;
    font-size: 18px;
    line-height: 25px;
  }
  .section-homebluebxcm .bluebxcard {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .section-homebluebxcm .leftimg {
    top: -10px;
    left: 70px;
  }
  .section-homebluebxcm .rightimg {
    bottom: -40px;
    right: 20px;
  }
  .section-comparepg {
    margin-top: 60px;
  }
  .section-comparepg .dyncont {
    display: inline-flex !important;
  }
  .section-comparepg .logo img {
    width: 132px;
    margin-bottom: 14px;
  }
  .section-comparepg .price .amt {
    font-size: 22px;
  }
  .section-comparepg .price .mnt {
    font-size: 14px;
  }
  .section-comparepg .price-table {
    overflow-x: auto;
  }
  .section-comparepg table {
    min-width: 100%;
    display: block;
    overflow-x: auto;
  }
  .section-comparepg table .btn-cont {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .section-comparepg thead th, .section-comparepg tbody td {
    font-size: 14px;
    padding: 10px;
  }
  .section-fttop {
    margin-top: 60px;
  }
  .section-fttop .mntitle, .section-fttop h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .section-fttop .des {
    width: 96%;
    width: 96%;
    font-size: 18px;
  }
  .container {
    width: 100% !important;
  }
  .section-compare .comparison-table {
    overflow-x: auto;
  }
  .section-compare table {
    min-width: 100%;
    display: block;
    overflow-x: auto;
  }
  .section-compare thead th, .section-compare tbody td {
    font-size: 14px;
    padding: 10px;
  }
  .header-main .hdmainrow {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-main .hdmainrow .sidenav-icon {
    order: 1;
  }
  .header-main .hdmainrow .head-logo {
    order: 2;
    flex-grow: 1;
    text-align: center;
  }
  .header-main .hdmainrow .head-login {
    order: 3;
  }
  .header-main .sidenav-icon {
    display: block;
    padding-top: 0;
    font-size: 25px;
    padding-right: 0;
    padding-left: 0px;
  }
  .header-main .sidenav-icon a {
    color: #0f56e3;
  }
  .header-main nav .sidenav-icon a:hover {
    color: #fff;
  }
  .header-main nav .sidenav-trigger {
    margin: 0;
    margin-left: -10px;
    margin-top: 10px;
  }
  .header-main nav .sidenav-trigger i {
    color: #dbe6fb;
  }
  .header-main nav .nav-wrapper .logo a {
    line-height: 50px;
  }
  .header-main nav .nav-wrapper .logo a img {
    width: 220px;
  }
  .header-main .right-icon {
    display: none;
  }
  .header-main .right-icon .icon {
    margin-top: 10px;
  }
  .header-main .right-icon .icon i {
    color: #dbe6fb;
  }
  .header-main .head-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;
  }
  .header-main .head-logo .logo img {
    width: 146px;
  }
  .header-main #slide-out .collapsible-header .icon-right {
    transition: transform 0.3s ease;
  }
  .header-main #slide-out .collapsible-header.active .icon-right {
    transform: rotate(90deg);
  }
  .header-main #slide-out .user-view .logo {
    margin-bottom: 20px;
  }
  .header-main #slide-out .user-view .logo img {
    width: 190px;
  }
  .section-banner {
    margin-top: 0;
  }
  .section-banner .banner-contents h1, .section-banner .banner-contents .title {
    font-size: 35px;
    line-height: 40px;
  }
  .section-banner .banner-contents .desc {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
  .section-banner .banner-contents .btn-cont .btn {
    height: 48px;
    line-height: 48px;
  }
  .section-banner .image {
    margin-top: 20px;
    padding: 0;
  }
  .section-banner .tld-tech {
    bottom: 90px;
  }
  .section-banner .tld-co-in, .section-banner .tld-com {
    bottom: 170px;
  }
  .section-banner .tld-net {
    bottom: 90px;
  }
  .section-allbanner {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .section-allbanner .banner-contents h1, .section-allbanner .banner-contents .title {
    font-size: 35px;
    line-height: 40px;
  }
  .section-allbanner .banner-contents .desc {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
  .section-allbanner .banner-contents .desfeat {
    width: 100% !important;
  }
  .section-allbanner .banner-contents .btn-cont .btn {
    width: 207px;
    height: 48px;
    line-height: 48px;
  }
  .section-allbanner .image {
    margin-top: 20px;
    padding: 0;
  }
  .section-allbanner .tld-tech {
    bottom: 90px;
  }
  .section-allbanner .tld-co-in, .section-allbanner .tld-com {
    bottom: 170px;
  }
  .section-allbanner .tld-net {
    bottom: 90px;
  }
  .section-homefeatures {
    margin-top: 60px;
  }
  .section-homefeatures h2, .section-homefeatures .title-main {
    font-size: 28px;
    line-height: 40px;
  }
  .section-homefeatures .steps-menu ul li {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .section-homefeatures .feature-row {
    margin-top: 10px;
  }
  .section-homefeatures .feature-row .feature-cont h3, .section-homefeatures .feature-row .feature-cont .title {
    font-size: 23px;
  }
  .section-homefeatures .feature-row .image {
    margin-top: 30px;
  }
  .section-homebluebx {
    margin-top: 50px;
  }
  .section-homebluebx .col4row {
    padding-left: 0;
    padding-right: 0;
  }
  .section-homebluebx .mainrow {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-homebluebx h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .section-homebluebx .mtitle {
    width: 96%;
    font-size: 28px;
    line-height: 40px;
  }
  .section-homebluebx .des {
    width: 96%;
    font-size: 18px;
    line-height: 25px;
  }
  .section-homebluebx .bluebxcard {
    margin-bottom: 30px;
  }
  .section-mrfeatures {
    margin-top: 60px;
  }
  .section-mrfeatures .mtitle, .section-mrfeatures h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .section-mrfeatures .mrfeatures-wrp {
    margin-top: 20px;
  }
  .section-mrfeatures .mrfeatures-wrp .mrfeatures-card {
    margin-bottom: 30px;
  }
  .section-compare {
    margin-top: 30px;
  }
  .section-compare .mntitle, .section-compare h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }
  .section-compare .des {
    width: 96%;
    font-size: 18px;
    line-height: 25px;
  }
  .section-compare .comparison-table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-testi {
    padding-bottom: 40px;
    margin-top: 40px;
    padding-top: 30px;
  }
  .section-testi .testi-nav {
    position: absolute;
    left: 2%;
    bottom: 40px;
    transform: translateY(50%);
  }
  .section-testi .maintitle-cont {
    margin-bottom: 20px;
  }
  .section-testi .maintitle-cont .mtitle {
    font-size: 25px;
  }
  .section-testi .testi-cont .testi-card {
    padding: 10px;
  }
  .section-testi .testi-cont .testi-card .profile-cont {
    margin-right: 30px;
  }
  .section-testi .testi-cont .testi-card .profile-cont .image img {
    width: 80px;
  }
  .section-testi .testi-cont .testi-card .testi-det .msg {
    font-size: 18px;
  }
  .section-testi .mntitle, .section-testi h2 {
    font-size: 28px;
  }
  .section-testi .des {
    width: 96%;
    font-size: 18px;
  }
  .section-price {
    margin-top: 60px;
  }
  .section-price .mntitle, .section-price h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .section-price .des {
    width: 96%;
    width: 96%;
    font-size: 18px;
  }
  .section-price .price-wrp {
    margin-top: 40px;
  }
  .section-price .col-md-4 {
    margin-bottom: 30px;
  }
  .title-all {
    font-size: 25px;
  }
  .section-homeabout {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-homeabout .about-mncont .abtmr-cont {
    margin-top: 30px;
  }
  .section-homeabout .about-mncont .colmd6-nxt {
    padding-left: 0;
  }
  .section-hmintro {
    margin-top: 30px;
  }
  #header-main nav {
    height: 80px !important;
    line-height: 80px !important;
  }
  #header-main nav .nav-wrapper i {
    height: 80px !important;
    line-height: 80px !important;
  }
  #header-main nav a.sidenav-trigger {
    height: 80px !important;
    line-height: 80px !important;
  }
  #header-main nav a.sidenav-trigger i {
    height: 80px !important;
    line-height: 80px !important;
  }
  #header-main nav .sidenav-icon .fa-bars {
    color: #0f56e3;
  }
  #header-main nav .sidenav-icon a:hover {
    color: #fff;
  }
  #header-main nav .sidenav-trigger {
    margin: 0;
    margin-left: -15px;
  }
  #header-main nav .nav-wrapper .logo a {
    line-height: 50px;
  }
  #header-main nav .nav-wrapper .logo a img {
    width: 205px;
  }
  #header-main .right-icon {
    display: block;
  }
  .homebanner {
    height: auto;
  }
  .homebanner .btnbn-cont .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .homebanner .image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homebanner .image img {
    position: relative;
    top: 30px;
    left: -33px;
    width: 350px;
  }
  .homebanner .caption-cont {
    width: 100%;
    padding-top: 30px;
  }
  .homebanner .caption-cont .mn-title {
    font-size: 35px;
    line-height: 45px;
  }
  #home-features {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #home-features .feature-cont {
    margin-bottom: 30px;
  }
  #feature-products {
    height: auto;
    background-position: right;
  }
  #feature-products .product-carousel .item .product-types {
    min-height: 340px;
  }
  .section-faq {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: -40px;
  }
  .section-faq .maintitle-cont {
    margin-bottom: 20px;
  }
  .section-faq .maintitle-cont .mtitle {
    font-size: 25px;
  }
  .section-faq .title-cont .title {
    font-size: 30px;
  }
  .section-faq .faq-accordion {
    margin-top: 30px;
  }
  .section-faq .faq-accordion .accordion .accordion-title {
    font-size: 17px;
  }
  .footer-main {
    margin-top: 30px;
    text-align: center;
  }
  .footer-main .footer-ctcont {
    padding-top: 60px;
  }
  .footer-main .footer-ctcont .contact-cont .add-cont .d-flex {
    display: inline-flex !important;
  }
  .footer-main .footer-links {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .footer-main .footer-links .links-cont .title {
    margin-bottom: 10px;
  }
  .footer-main .footer-social {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .footer-main .cpcol {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-main .footer-copyrights .text {
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 10px;
  }
  .footer-main .footer-copyrights mobile-break {
    display: inline;
  }
  .footer-main .footer-copyrights .mobile-break::after {
    content: "\a";
    white-space: pre;
  }
  .heading {
    font-size: 20px;
  }
  .heading_gray {
    font-size: 16px;
  }
  .heading_white {
    font-size: 20px;
  }
}

.legal-policy-container {
  width: 100%;
}

.legal-policy-container .legal-policy-header {
  width: 100%;
  background: linear-gradient(180deg, #FFF 9.25%, rgba(219, 230, 251, 0.30) 100%);

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 400px;
  position: relative;

  .legal-bg-img {
    z-index: 0;
    width: 95%;
    height: 100%;
    pointer-events: none;

    position: absolute;
    animation: floatAnimation 6s infinite ease-in-out alternate;
  }
}

.legal-policy-container .legal-policy-header .legal-policy-header-wrapper {
  width: 100%;
  max-width: 850px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  z-index: 1;
}

.legal-policy-container .legal-policy-header .legal-policy-header-wrapper h1 {
  background: linear-gradient(90deg, #0F56E3 0%, #093488 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;
  font-size: 48px;
  font-weight: 700;

  margin: 0;
}

.legal-policy-container .legal-policy-header .legal-policy-header-wrapper .legal-policy-header-description {
  color: #040A14;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; /* 170% */

  margin-top: 12px;
}

.legal-policy-container .legal-policy-header .legal-policy-header-wrapper .legal-effective-date {
  color: #040A14;
  text-align: center;
  font-size: 16px;
  font-weight: 700;

  margin: 0;
}

.legal-policy-container .legal-policy-header .legal-policy-header-wrapper .legal-policy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  margin: 0;
  margin-bottom: 20px;

  .legal-policy-separator {
    margin: 0 8px;
    color: #55647F;
    font-size: 16px;
  }

  .home-header-link {
    color: #55647F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

    &:hover {
      color: #040A14;
    }
  }

  .privacy-policy-text {
    margin: 0;

    color: #040A14;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.legal-policy-container .legal-policy-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 80px 16px;

  .legal-policy-content-container {
    width: 100%;
    max-width: 850px;

    .legal-policy-content-intro {
      margin-bottom: 60px;
    }

    h2 {
      color: #040A14;
      font-size: 24px;
      font-weight: 600;
    }

    h3 {
      color: var(--Body-Text, #040A14);
      font-size: 24px;
      font-weight: 600;
    }

    p, li {
      color: #040A14;
      font-size: 18px;
      font-weight: 400;
      line-height: 34px; /* 188.889% */
    }

    ul {
      list-style: unset;
      padding-left: 16px;

      li {
        list-style: unset;
      }
    }
  }
}

.contact-us-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-bottom: 32px;

  .contact-us-info-card {
    width: 100%;
    max-width: 448px;
    background: #FFFFFF;
    border-radius: 8px;

    padding: 12px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eef0f2;

    p {
      text-align: center;
    }
  }

  .contact-link {
    color: #0F56E3;
    font-size: 18px;
  }
}
