* {
  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-"],
.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; }

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
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: auto !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 {
      font-size: 18px; }
    .header-main #slide-out li a .fa-shopping-cart {
      font-size: 18px; }
    .header-main #slide-out li a .fa-female {
      font-size: 25px; }
    .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 .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: 217px;
        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: 217px;
        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 {
  margin-top: 90px; }
  .section-howworks .maintitle-cont .stitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f56e3; }
  .section-howworks .maintitle-cont .mtitle {
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px; }
  .section-howworks .stepsrow {
    margin-top: 60px; }
    .section-howworks .stepsrow .steps-card .d-flex .logo img {
      width: 90px; }
    .section-howworks .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 {
      padding-left: 20px; }
  .section-howworks .btnrow .btnbn-cont {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 60px; }
    .section-howworks .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 {
        padding-left: 10px; }
    .section-howworks .btnrow .btnbn-cont .btn:hover {
      background-color: #96b6f3; }

.section-benefits {
  margin-top: 90px; }
  .section-benefits .maintitle-cont .stitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f56e3; }
  .section-benefits .maintitle-cont .mtitle {
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px; }
  .section-benefits .stepsrow {
    margin-top: 60px; }
    .section-benefits .stepsrow .steps-card .d-flex .logo img {
      width: 90px; }
    .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-benefits .stepsrow .steps-card .d-flex .step-cont .step-det {
      padding-left: 20px; }
  .section-benefits .btnrow .btnbn-cont {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 60px; }
    .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-benefits .btnrow .btnbn-cont .btn .d-flex .icon {
        padding-left: 10px; }
    .section-benefits .btnrow .btnbn-cont .btn:hover {
      background-color: #96b6f3; }

.section-choose {
  background-color: #e3d0d86e;
  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 .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; }
      .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: #e3d0d86e;
  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]),
.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),
.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,
.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 .title-main {
    text-align: center;
    font-size: 48px;
    line-height: 58.09px;
    font-weight: 700; }
  .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 .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 .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 .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: #ffffff1f;
    border-radius: 10px;
    padding: 20px; }
    .section-homebluebx .bluebxcard .icon {
      margin-bottom: 10px; }
    .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 .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 .des {
        padding-left: 20px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding-bottom: 30px; }

.section-compare {
  margin-top: 120px; }
  .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 {
  margin-top: 60px; }

.section-price {
  margin-top: 120px; }
  .section-price .mntitle {
    text-align: center;
    font-size: 48px;
    line-height: 58.09px;
    font-weight: 700;
    margin-bottom: 20px; }
  .section-price .des {
    width: 70%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%); }
  .section-price .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eef0f2;
    transition: all 0.3s ease;
    text-align: left;
    height: 100%; }
    .section-price .pricing-card .header {
      text-align: left;
      background-color: #e7eefc;
      padding: 20px;
      border-radius: 10px 10px 0 0; }
      .section-price .pricing-card .header h5 {
        font-size: 16px;
        font-weight: 500;
        color: #040a14;
        margin: 0;
        line-height: 15.73px; }
      .section-price .pricing-card .header h2 {
        font-size: 24px;
        font-weight: 600;
        margin: 10px 0;
        color: #040a14; }
      .section-price .pricing-card .header .old-price {
        font-size: 16px;
        text-decoration: line-through;
        color: #778399;
        margin-left: 5px;
        font-weight: 400; }
      .section-price .pricing-card .header p {
        font-size: 12px;
        color: #778399;
        font-weight: 400;
        margin-bottom: 0; }
    .section-price .pricing-card .body {
      flex-grow: 1;
      padding: 20px; }
      .section-price .pricing-card .body h6 {
        font-size: 12px;
        text-transform: uppercase;
        color: #55647f;
        font-weight: 600; }
      .section-price .pricing-card .body ul {
        padding-left: 0;
        list-style: none; }
        .section-price .pricing-card .body ul li {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 16px;
          padding: 5px 0;
          color: #040a14; }
          .section-price .pricing-card .body ul li i {
            color: #0b9c56;
            font-size: 18px; }
    .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 {
        color: #fff; }
      .section-price .pricing-card.highlighted .header h2 {
        color: #fff; }
      .section-price .pricing-card.highlighted .header .old-price {
        color: #fff;
        opacity: 0.6; }
      .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 .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 {
      border-right: 2px solid #0f56e3; }
    .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 {
      border-bottom: 0; }
    .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 #ffffff1a;
      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 .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 .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; }

.section-blog {
  margin-top: 60px; }
  .section-blog .container .blog-grid-list {
    row-gap: 24px;
  }
  .section-blog .pagination li.active {
    background-color: #0f56e3 !important; }
  .section-blog h3 {
    font-size: 18px; }
  .section-blog hr {
    padding-bottom: 30px; }
  .section-blog .blog-card .image {
    margin-bottom: 16px; }
    .section-blog .blog-card .image img {
      height: 270px;
      border-radius: 10px; }
  .section-blog .blog-card .date {
    font-weight: 400;
    font-size: 14px;
    color: #55647f;
    margin-bottom: 8px; }
  .section-blog .blog-card .btitle {
    font-weight: 700;
    font-size: 18px; }
    .section-blog .blog-card .btitle a {
      text-decoration: none;
      color: #040a14; }
  .section-blog .mntitle {
    padding-left: 20px;
    text-align: center;
    padding: 12px 0;
    background: #f6f6f6;
    margin-bottom: 30px; }
  .section-blog .post-wrapper .post-card {
    margin-bottom: 20px; }
    .section-blog .post-wrapper .post-card .d-flex .image img {
      width: 120px; }
    .section-blog .post-wrapper .post-card .d-flex .title {
      padding-left: 10px; }
      .section-blog .post-wrapper .post-card .d-flex .title a {
        text-decoration: none;
        color: #000000; }

.section-breadcrumbs {
  margin-top: 20px; }
  .section-breadcrumbs .breadcrumbs {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #ebebeb; }
  .section-breadcrumbs .breadcrumbs ul li {
    display: inline-block;
    margin-right: 17px; }
  .section-breadcrumbs .breadcrumbs ul li.active a {
    color: #b9b4c7; }
  .section-breadcrumbs .breadcrumbs ul li i {
    margin-right: 17px; }
  .section-breadcrumbs .breadcrumbs ul li a {
    color: #51545f; }

.section-breadcrumbsn {
  margin-top: 20px; }
  .section-breadcrumbsn .breadcrumbs {
    width: 100%; }
  .section-breadcrumbsn .breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400; }
  .section-breadcrumbsn .breadcrumbs ul li.active a {
    color: #b9b4c7; }
  .section-breadcrumbsn .breadcrumbs ul li i {
    margin-right: 5px; }
  .section-breadcrumbsn .breadcrumbs ul li a {
    color: #51545f; }

.section-blogdet {
  margin-top: 20px; }
  .section-blogdet .pagination li.active {
    background-color: #0f56e3 !important; }
  .section-blogdet h2 {
    font-size: 22px !important; }
  .section-blogdet h3 {
    font-size: 18px; }
  .section-blogdet hr {
    padding-bottom: 30px; }
  .section-blogdet .blog-card {
    margin-bottom: 30px; }
    .section-blogdet .blog-card .date {
      font-weight: 400;
      font-size: 14px;
      color: #040a14;
      margin-bottom: 32px; }
    .section-blogdet .blog-card h1 {
      text-align: left;
      font-size: 48px;
      font-weight: 700;
      color: #0f56e3;
      margin-bottom: 12px;
      margin-top: 0; }
    .section-blogdet .blog-card .image img {
      border-radius: 10px;
      font-size: 14px; }
    .section-blogdet .blog-card .link {
      text-align: center; }
      .section-blogdet .blog-card .link a {
        color: #0f56e3;
        font-weight: 500;
        text-decoration: underline; }
    .section-blogdet .blog-card .des {
      font-size: 20px;
      line-height: 34px;
      font-weight: 400;
      margin-top: 36px; }
    .section-blogdet .blog-card .des ul {
      list-style-type: unset;
      padding-left: 1.5em; }
    .section-blogdet .blog-card .des li {
      list-style-type: unset; }
  .section-blogdet .social-card {
    margin-top: 36px;
    background: #55647f0a;
    padding: 16px;
    border-radius: 10px; }
    .section-blogdet .social-card .social-title {
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 5px; }
    .section-blogdet .social-card ul {
      margin-bottom: 0; }
  .section-blogdet .blue-card {
    background-color: #051e4f;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    border-radius: 10px;
    margin-top: 30px; }
    .section-blogdet .blue-card .text {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 20px; }
    .section-blogdet .blue-card .btn-cont {
      padding-bottom: 20px;
      margin-top: 20px; }
      .section-blogdet .blue-card .btn-cont .btn {
        background-color: #0f56e3 !important;
        text-transform: capitalize !important;
        border-radius: 6px !important;
        width: auto !important;
        height: 44px !important;
        line-height: 44px !important; }
      .section-blogdet .blue-card .btn-cont .btn:hover {
        background-color: #0a3b9b !important;
        color: #fff !important; }
  .section-blogdet .mntitle {
    padding-left: 20px;
    text-align: center;
    padding: 12px 0;
    background: #f6f6f6;
    margin-bottom: 30px; }
  .section-blogdet .post-wrapper .post-card {
    margin-bottom: 20px; }
    .section-blogdet .post-wrapper .post-card .d-flex .image img {
      width: 120px; }
    .section-blogdet .post-wrapper .post-card .d-flex .title {
      padding-left: 10px; }
      .section-blogdet .post-wrapper .post-card .d-flex .title a {
        text-decoration: none;
        color: #000000; }

.section-popularblog {
  margin-top: 60px; }
  .section-popularblog .container .popular-blog-grid-list {
    row-gap: 24px; }
  .section-popularblog .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px; }
  .section-popularblog .blog-card .image {
    margin-bottom: 16px; }
    .section-popularblog .blog-card .image img {
      border-radius: 10px;
      height: 270px; }
  .section-popularblog .blog-card .date {
    font-weight: 400;
    font-size: 14px;
    color: #55647f;
    margin-bottom: 8px; }
  .section-popularblog .blog-card .btitle {
    font-weight: 700;
    font-size: 18px; }
    .section-popularblog .blog-card .btitle a {
      text-decoration: none;
      color: #040a14; }

@media only screen and (max-width: 768px) {
  .section-popularblog {
    margin-top: 30px; }
    .section-popularblog .blog-card {
      margin-bottom: 30px; }
  .section-blogdet .blog-card h1 {
    font-size: 38px; }
  .section-breadcrumbs .col {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .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 .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 {
      font-size: 14px;
      padding: 10px; }
    .section-comparepg tbody td {
      font-size: 14px;
      padding: 10px; }
  .section-fttop {
    margin-top: 60px; }
    .section-fttop .mntitle {
      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 {
    font-size: 14px;
    padding: 10px; }
  .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 .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 {
      width: 207px;
      height: 48px;
      line-height: 48px; }
    .section-banner .image {
      margin-top: 20px;
      padding: 0; }
    .section-banner .tld-tech {
      bottom: 90px; }
    .section-banner .tld-co-in {
      bottom: 170px; }
    .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 {
      font-size: 35px;
      line-height: 40px; }
    .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 {
      bottom: 170px; }
    .section-allbanner .tld-com {
      bottom: 170px; }
    .section-allbanner .tld-net {
      bottom: 90px; }
  .section-homefeatures {
    margin-top: 60px; }
    .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 .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 .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 {
      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 {
      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 {
      font-size: 28px; }
    .section-testi .des {
      width: 96%;
      font-size: 18px; }
  .section-price {
    margin-top: 60px; }
    .section-price .mntitle {
      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,
  #header-main nav .nav-wrapper i,
  #header-main nav a.sidenav-trigger,
  #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; } }
