/*
Theme Name: MYSYN WP
Author: Bigformula
Author URI: https://mysign.ai
Version: 1.0
Description: MYSYN
*/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?kzh6b6");
  src: url("assets/fonts/icomoon.eot?kzh6b6#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?kzh6b6") format("truetype"), url("assets/fonts/icomoon.woff?kzh6b6") format("woff"), url("assets/fonts/icomoon.svg?kzh6b6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tick::before {
  content: "\e900";
}

.icon-fingerprint::before {
  content: "\e901";
}

.icon-cost::before {
  content: "\e902";
}

.icon-time::before {
  content: "\e903";
}

.icon-access::before {
  content: "\e904";
}

.icon-security::before {
  content: "\e905";
}

.icon-facebook::before {
  content: "\e906";
}

.icon-linkedin::before {
  content: "\e907";
}

.icon-instagram::before {
  content: "\e908";
}

.icon-chevron-left::before {
  content: "\e909";
}

.icon-chevron-right::before {
  content: "\e90a";
}

.icon-upload::before {
  content: "\e90b";
}

.icon-camera::before {
  content: "\e90c";
}

.icon-sign::before {
  content: "\e90d";
}

.icon-globe::before {
  content: "\e90e";
}

.icon-briefcase::before {
  content: "\e90f";
}

.icon-bulb::before {
  content: "\e910";
}

.icon-rocket::before {
  content: "\e911";
}

.icon-audit::before {
  content: "\e912";
}

.icon-users::before {
  content: "\e913";
}

.icon-settings::before {
  content: "\e914";
}

.icon-zap::before {
  content: "\e915";
}

.icon-download::before {
  content: "\e916";
}

.icon-server::before {
  content: "\e917";
}

.icon-package::before {
  content: "\e918";
}

.icon-email::before {
  content: "\e919";
}

.icon-phone::before {
  content: "\e91a";
}

.icon-cancel::before {
  content: "\e91b";
}

.icon-signatories::before {
  content: "\e91c";
}

.icon-user::before {
  content: "\e91d";
}

.icon-unlimited::before {
  content: "\e91e";
}

.icon-dedicated::before {
  content: "\e91f";
}

.icon-caret-down::before {
  content: "\e920";
}

.icon-share::before {
  content: "\e921";
}

.icon-search::before {
  content: "\e922";
}

.icon-share-facebook::before {
  content: "\e923";
}

.icon-share-linkedin::before {
  content: "\e924";
}

.preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}
.preloader .spinner-border {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.scrolltotop {
  position: fixed;
  bottom: -50px;
  right: 21px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 1000;
  padding: 0px;
  border: none;
  font-size: 0.75rem;
}

.scrolltotop,
.scrolltotop i,
.scrolltotop i:before {
  height: 36px;
  width: 36px;
  line-height: 34px;
  display: block;
}

.show-to-top {
  opacity: 1;
  bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 !important;
}

@media (max-width: 1199.98px) {
  .show-to-top {
    bottom: 55px;
  }
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}

.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-border-color: #fff;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Archivo", sans-serif;
}

a,
.btn,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

a:focus,
.btn:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
}

.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control::-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control::placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

header {
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
}
header.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
header .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header .navbar-brand img {
  width: 117px;
}

.mainNav .nav-item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.mainNav .nav-item.active .nav-link {
  color: #e53065;
}
.mainNav .nav-item .nav-link {
  font-size: 0.875rem;
  color: #171a1f;
  font-weight: 400;
}
.mainNav .nav-item .nav-link:hover, .mainNav .nav-item .nav-link:focus, .mainNav .nav-item .nav-link.active {
  color: #e53065;
}

.extNav .nav-item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.extNav .nav-item:last-child {
  padding-right: 0;
}
.extNav .nav-item.login .btn {
  --bs-btn-border-color: #dee1e6;
  --bs-btn-hover-bg: #dee1e6;
  --bs-btn-hover-border-color: #dee1e6;
  --bs-btn-active-bg: #dee1e6;
  --bs-btn-active-border-color: #dee1e6;
  --bs-btn-disabled-color: #dee1e6;
  --bs-btn-disabled-border-color: #dee1e6;
  color: #171a1f;
}
.extNav .nav-item.login .btn:hover {
  color: #171a1f;
}
.extNav .nav-item .btn {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 1.125rem;
}

@media (max-width: 991.98px) {
  header .headLeft {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header .headRight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header .headMid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header .headMid .navbar-nav {
    padding-top: 1rem;
  }
  header .extNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .headLeftWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggler {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  header .extNav .nav-item .btn {
    padding: 0.5rem 0.75rem;
  }
}
.header .headRight .rightBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .headRight .rightBtns .lang {
  margin-bottom: 0;
  list-style: none;
}
.header .headRight .rightBtns .lang li .btn:hover {
  background: #dee1e6 !important;
  color: #000 !important;
}

.langNav .dropdown .dropdown-menu {
  position: absolute;
}

footer {
  background: #fff;
  position: relative;
}
footer:before {
  position: absolute;
  content: "";
  background: url("assets/images/border.png") repeat-x top left;
  height: 4px;
  width: 100%;
  left: 0;
  top: -4px;
}
footer .footerTop {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
footer .footerTop .footLeft .footerLogo {
  margin-bottom: 1rem;
  width: 117px;
}
footer .footerTop .footLeft .logo-sub {
  font-size: 0.875rem;
  font-weight: 400;
  color: #171a1f;
}
footer .footerTop .footLeft .footerSocial ul {
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerTop .footLeft .footerSocial ul li a {
  font-size: 1.125rem;
  color: #171a1f;
  display: block;
  text-decoration: none;
  line-height: 18px;
  padding: 0.25rem;
}
footer .footerTop .footLeft .footerSocial ul li a:hover {
  color: #e53065;
}
footer .footerTop .footLeft .footerSocial ul li a .icon {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
footer .footerTop .footLeft .footerSocial ul li:last-child {
  padding-right: 0;
}
footer .footerTop .footerMid .footerLinks {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
footer .footerTop .footerMid .footerLinks li {
  margin-bottom: 0.25rem;
}
footer .footerTop .footerMid .footerLinks li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b6c70;
  text-decoration: none;
  display: inline-block;
  padding: 0.125rem 0.5rem 0.125rem 0rem;
}
footer .footerTop .footerMid .footerLinks li a:hover {
  color: #171a1f;
}
footer .footerTop .footerRight ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
footer .footerTop .footerRight ul li {
  color: #747679;
  font-size: 0.875rem;
}
footer .footerTop .footerRight ul li label {
  font-weight: 600;
  color: #747679;
}
footer .footerTop .footerRight ul li span a {
  text-decoration: none;
  font-weight: 400;
  color: #747679;
}
footer .footerTop .footerRight ul li span a:hover {
  color: #171a1f;
}
footer .footerBottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
  padding-bottom: 2.625rem;
}
footer .footerBottom .copyright p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #45484c;
}
footer .footerBottom .privacyPolicy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
footer .footerBottom .privacyPolicy ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 400;
  color: #747679;
  padding: 0.25rem;
}
footer .footerBottom .privacyPolicy ul li a:hover {
  color: #171a1f;
}

@media (max-width: 767.98px) {
  footer .footerTop {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  footer .footerBottom {
    padding-bottom: 1.5rem;
  }
  footer .footerBottom .copyright {
    text-align: center;
  }
  footer .footerBottom .copyright p {
    margin-bottom: 0;
  }
  footer .footerBottom .privacyPolicy ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
.homeBanner {
  padding-top: 16.875rem;
  padding-bottom: 11.875rem;
  text-align: center;
  position: relative;
}
.homeBanner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* crop and cover properly */
  z-index: -1; /* video background ilaanu */
}
.homeBanner h1 {
  font-size: 2.75rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.homeBanner h1 b {
  font-weight: 700;
}
.homeBanner p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.homeBanner .btns {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeBanner .btns li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.homeBanner .btns li .btn {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.375rem 2.125rem;
}
@media (max-width: 1199.98px) {
  .homeBanner {
    padding-top: 13rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 991.98px) {
  .homeBanner {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .homeBanner h1 {
    font-size: 2.25rem;
  }
  .homeBanner p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .homeBanner {
    padding-top: 11rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 575.98px) {
  .homeBanner .btns li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .homeBanner .btns li .btn {
    padding: 0.375rem 1.5rem;
  }
}

.homeAbout {
  text-align: center;
  padding-top: 8.625rem;
  padding-bottom: 6.875rem;
}
.homeAbout h2 {
  font-size: 2.25rem;
  color: #0f165d;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.homeAbout h2:after {
  position: absolute;
  content: "";
  width: 194px;
  height: 7px;
  background: url("assets/images/line.png") no-repeat center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.homeAbout p {
  font-size: 1.125rem;
  color: #565d6d;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .homeAbout {
    padding-top: 6.625rem;
    padding-bottom: 4.875rem;
  }
}
@media (max-width: 991.98px) {
  .homeAbout {
    padding-top: 4.625rem;
    padding-bottom: 3.875rem;
  }
}
@media (max-width: 767.98px) {
  .homeAbout {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .homeAbout {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .homeAbout h2 {
    font-size: 2rem;
  }
}

.homeFeatures {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.homeFeatures h3 {
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  color: #0f165d;
  margin-bottom: 3rem;
}
.homeFeatures .tableFeatures .table colgroup col:nth-child(2) {
  background: #aa4160;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(170, 65, 96)), color-stop(50%, rgb(209, 74, 114)), to(rgb(231, 79, 124)));
  background: -webkit-linear-gradient(bottom, rgb(170, 65, 96) 0%, rgb(209, 74, 114) 50%, rgb(231, 79, 124) 100%);
  background: -moz-linear-gradient(bottom, rgb(170, 65, 96) 0%, rgb(209, 74, 114) 50%, rgb(231, 79, 124) 100%);
  background: -o-linear-gradient(bottom, rgb(170, 65, 96) 0%, rgb(209, 74, 114) 50%, rgb(231, 79, 124) 100%);
  background: linear-gradient(0deg, rgb(170, 65, 96) 0%, rgb(209, 74, 114) 50%, rgb(231, 79, 124) 100%);
}
.homeFeatures .tableFeatures .table thead tr th {
  font-size: 1rem;
  font-weight: 700;
  color: #0f165d;
  padding: 1rem 1.5rem;
}
.homeFeatures .tableFeatures .table tbody tr td {
  font-size: 0.875rem;
  font-weight: 500;
  color: #171A1F;
  padding: 0.5rem 1.5rem;
}
.homeFeatures .tableFeatures .table tbody tr td.tdMysyn {
  background: none;
  border-bottom: 1px solid #dee1e6;
  color: #fff;
}
.homeFeatures .tableFeatures .table tbody tr td .tdMid {
  position: relative;
  padding-left: 1.25rem;
  min-height: 42px;
}
.homeFeatures .tableFeatures .table tbody tr td .tdMid .icon {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 1199.98px) {
  .homeFeatures {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
}
@media (max-width: 991.98px) {
  .homeFeatures .tableFeatures .table colgroup col {
    width: auto !important;
  }
}
@media (max-width: 767.98px) {
  .homeFeatures {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
}
@media (max-width: 575.98px) {
  .homeFeatures h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.homeGetstart .getastrted {
  text-align: center;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.homeGetstart .getastrted h3 {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.875rem;
}
.homeGetstart .getastrted h3 b {
  font-weight: 600;
}
.homeGetstart .getastrted p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2.25rem;
}
.homeGetstart .getastrted .btn {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.375rem 2.125rem;
}
@media (max-width: 1199.98px) {
  .homeGetstart .getastrted {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
}
@media (max-width: 575.98px) {
  .homeGetstart .getastrted h3 {
    font-size: 2rem;
  }
}

.whyMysyn {
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
}
.whyMysyn .title {
  text-align: center;
  margin-bottom: 2.125rem;
}
.whyMysyn .title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f165d;
  margin-bottom: 0.75rem;
}
.whyMysyn .title p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #565d6d;
}
.whyMysyn .owlWrap {
  position: relative;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.whyMysyn .owlWrap .slider {
  margin-bottom: 2.125rem;
}
.whyMysyn .owlWrap .slider .item .icon {
  width: 78px;
  height: 78px;
  display: block;
  margin-bottom: 1rem;
}
.whyMysyn .owlWrap .slider .item h5 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f165d;
  margin-bottom: 0.5rem;
}
.whyMysyn .owlWrap .slider .item h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #565d6d;
  margin-bottom: 1rem;
}
.whyMysyn .owlWrap .slider .item p {
  font-size: 1rem;
  font-weight: 400;
  color: #171a1f;
}
.whyMysyn .owlWrap .owl-nav .btn {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  border: 0;
  background: #f3f4f6;
  color: #323742;
  font-size: 0.75rem;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.whyMysyn .owlWrap .owl-nav .btn .icon {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.whyMysyn .owlWrap .owl-nav .btn:hover {
  color: #000;
}
.whyMysyn .owlWrap .owl-nav .btn.owl-prev {
  left: 0;
}
.whyMysyn .owlWrap .owl-nav .btn.owl-next {
  right: 0;
}
.whyMysyn .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whyMysyn .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #e53065;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  transition: width 0.5s ease;
  margin: 0.5rem 0.25rem;
}
.whyMysyn .owl-dots .owl-dot.active span {
  background: #e53065;
  width: 24px;
}
@media (max-width: 1199.98px) {
  .whyMysyn {
    padding-top: 3.375rem;
    padding-bottom: 3.625rem;
  }
}
@media (max-width: 991.98px) {
  .whyMysyn .owlWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575.98px) {
  .whyMysyn {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .whyMysyn .title h2 {
    font-size: 2rem;
  }
}

.workFlows {
  background: #ecf4ff;
  padding-top: 6.125rem;
  padding-bottom: 7rem;
}
.workFlows .title {
  text-align: center;
  margin-bottom: 2.125rem;
}
.workFlows .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #0f165d;
}
.workFlows .title p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #565d6d;
  margin-bottom: 1rem;
}
.workFlows .flowCardRow {
  --bs-gutter-x: 2rem;
}
.workFlows .flowCardRow > * {
  margin-bottom: var(--bs-gutter-x);
}
@media (max-width: 1199.98px) {
  .workFlows .flowCardRow {
    --bs-gutter-x: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .workFlows .flowCardRow {
    --bs-gutter-x: 1rem;
  }
}
.workFlows .flowCard {
  background: #fff;
  padding: 1.5rem;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
  height: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(23, 26, 31, 0.2);
     -moz-box-shadow: 0px 1px 2px 0px rgba(23, 26, 31, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(23, 26, 31, 0.2);
}
.workFlows .flowCard .icon {
  margin-bottom: 1rem;
}
.workFlows .flowCard .icon img {
  width: 48px;
  height: 48px;
  display: block;
}
.workFlows .flowCard h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f165d;
  margin-bottom: 0.375rem;
}
.workFlows .flowCard p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #171a1f;
}
.workFlows .flowCard p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .workFlows {
    padding-top: 4.125rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 991.98px) {
  .workFlows {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.support {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.support .title {
  text-align: center;
  margin-bottom: 3rem;
}
.support .title h2 {
  font-size: 2.25rem;
  color: #0f165d;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.support .title h2:after {
  position: absolute;
  content: "";
  width: 194px;
  height: 7px;
  background: url("assets/images/line.png") no-repeat center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.support .title p {
  font-size: 1.125rem;
  color: #565d6d;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .support {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
}
@media (max-width: 991.98px) {
  .support {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .support .title h2 {
    font-size: 2rem;
  }
}
.stepsSection {
  background: #eff6ff;
  padding-top: 6.875rem;
  padding-bottom: 8.75rem;
}

.insights {
  padding-top: 2rem;
  padding-bottom: 7.75rem;
}
.insights h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #0f165d;
  text-align: center;
  margin-bottom: 3rem;
}
.insights .insightsRow .item {
  padding-bottom: 10px;
}
.insights .insightCard {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(23, 26, 31, 0.08);
     -moz-box-shadow: 0px 1px 2px 0px rgba(23, 26, 31, 0.08);
          box-shadow: 0px 1px 2px 0px rgba(23, 26, 31, 0.08);
  background: #fff;
  height: 100%;
}
.insights .insightCard img {
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
}
.insights .insightCard .insightBody {
  padding: 1.5rem;
}
.insights .insightCard h4 a {
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.insights .insightCard p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #565d6d;
  margin-bottom: 1.125rem;
}
.insights .insightCard .rMore a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.insights .owl-nav {
  text-align: center;
  padding-top: 1rem;
}
.insights .owl-nav .btn {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  border: 0;
  background: #f3f4f6;
  color: #323742;
  font-size: 0.75rem;
  padding: 0;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.insights .owl-nav .btn .icon {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.insights .owl-nav .btn:hover {
  color: #000;
}
@media (max-width: 1199.98px) {
  .insights {
    padding-top: 4.875rem;
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 992px) {
  .insights .owl-nav {
    display: none;
  }
}

.steps {
  background: #eef5ff;
  padding-top: 6.875rem;
  padding-bottom: 8.75rem;
}
.steps .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #0f165d;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .steps .title h2 {
    font-size: 2rem;
  }
}
.steps .innerSlider > div {
  display: none;
}
.steps .innerSlider .icon {
  font-size: 3.625rem;
  color: #e53065;
  display: block;
  text-align: center;
  margin-bottom: 1.25rem;
}
.steps .innerSlider h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #171a1f;
  margin-bottom: 0.25rem;
}
.steps .innerSlider p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #565d6d;
  margin-bottom: 1.5rem;
}
.steps .innerSlider .stepStart,
.steps .innerSlider .bgWhite,
.steps .innerSlider .bgPrimary {
  min-height: 330px;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
  padding: 2rem;
}
.steps .innerSlider .bgPrimary ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.steps .innerSlider .bgPrimary ul li {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 1rem;
}
.steps .innerSlider .bgPrimary ul li::before {
  font-family: "icomoon";
  content: "\e900";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.steps .innerSlider .bgPrimary ul li:before {
  position: absolute;
}
.steps .innerSlider .stepStart {
  background: #0f165d;
}
.steps .innerSlider .stepStart h4 {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.steps .simpleSteps {
  --bs-gutter-x: 4rem;
}
.steps .simpleSteps .item {
  position: relative;
}
@media (max-width: 767.98px) {
  .steps .simpleSteps .item {
    display: none;
  }
  .steps .simpleSteps .item.active {
    display: block;
  }
}
.steps .simpleSteps .item:before {
  font-size: 1.75rem;
  position: absolute;
  width: 62px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .steps .simpleSteps .item:before {
    display: none;
  }
}
.steps .simpleSteps .item:last-child:before {
  display: none;
}
.steps.en_steps .item::before {
  font-family: "icomoon";
  content: "\e90a";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.steps.en_steps .item:before {
  right: -1.875rem;
}
.steps.ar_steps .item::before {
  font-family: "icomoon";
  content: "\e909";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.steps.ar_steps .item:before {
  left: -1.875rem;
}
@media (max-width: 1199.98px) {
  .steps {
    padding-top: 4.875rem;
    padding-bottom: 6.75rem;
  }
}
@media (max-width: 991.98px) {
  .steps {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .steps .simpleSteps {
    --bs-gutter-x: 2rem;
  }
  .steps .simpleSteps .item:before {
    font-size: 1.25rem;
  }
  .steps .innerSlider .bgPrimary, .steps .innerSlider .bgWhite {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .steps .simpleSteps {
    --bs-gutter-x: 1.5rem;
  }
  .steps .simpleSteps .innerSlider .bgWhite, .steps .simpleSteps .innerSlider .bgPrimary {
    padding: 2rem;
  }
}

.bookdemo {
  padding-top: 6.25rem;
  padding-bottom: 7.375rem;
}
.bookdemo h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3rem;
}
.bookdemo h3 b {
  font-weight: 600;
}
.bookdemo .btns {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bookdemo .btns li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.bookdemo .btns li .btn {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.375rem 2.125rem;
}

.features {
  background: -webkit-linear-gradient(253deg, rgba(229, 48, 102, 0.11) 11.21%, rgba(19, 27, 116, 0.1) 60.15%);
  background: -moz-linear-gradient(253deg, rgba(229, 48, 102, 0.11) 11.21%, rgba(19, 27, 116, 0.1) 60.15%);
  background: -o-linear-gradient(253deg, rgba(229, 48, 102, 0.11) 11.21%, rgba(19, 27, 116, 0.1) 60.15%);
  background: linear-gradient(197deg, rgba(229, 48, 102, 0.11) 11.21%, rgba(19, 27, 116, 0.1) 60.15%);
  padding-top: 6.875rem;
  padding-bottom: 8.75rem;
}
.features h3 {
  color: #0f165d;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2.25rem;
}
@media (max-width: 575.98px) {
  .features h3 {
    font-size: 2rem;
  }
}
.features .table-features {
  max-width: 1093px;
  margin: auto;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background-color: #fff;
  padding: 30px 30px 0 30px;
}
.features .table-features table {
  -webkit-border-radius: 30px !important;
     -moz-border-radius: 30px !important;
          border-radius: 30px !important;
}
.features .table-features table colgroup .col-1 {
  width: 30%;
}
.features .table-features table colgroup .col-2 {
  width: 40%;
}
.features .table-features table colgroup .col-3 {
  width: 30%;
}
.features .table-features table tr {
  border: 0 !important;
}
.features .table-features table tr th {
  border: none !important;
  padding: 1.875rem 0.875rem 0 0.875rem;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  color: #e53065;
}
@media (max-width: 767.98px) {
  .features .table-features table tr th {
    white-space: nowrap;
  }
}
.features .table-features table tr td {
  border: none !important;
  border-bottom: 1px solid rgba(229, 45, 100, 0.2) !important;
  padding: 1.875rem 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #4b4f67;
}
.features .table-features table tr td.td-1 {
  font-weight: 600;
  color: #3a3f56;
}
.features .table-features table tr td.td-2 {
  font-weight: 500;
  color: #3a3f56;
}
.features .table-features table tr td .tdlast {
  position: relative;
}
@media (max-width: 767.98px) {
  .features .table-features table tr td .tdlast {
    width: 200px;
  }
}
.features .table-features table tr td .tdlast .icon {
  position: absolute;
  top: 0.188rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: #0f165d;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5rem;
  -webkit-border-radius: 1.5rem;
     -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
}
.features .table-features table tr:nth-last-child(1) td {
  border-bottom: 0 !important;
}
@media (max-width: 1199.98px) {
  .features {
    padding-top: 4.875rem;
    padding-bottom: 6.75rem;
  }
}
@media (max-width: 991.98px) {
  .features {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .features .table-features table tr th {
    font-size: 16px;
    padding: 16px 15px 0 15px;
  }
  .features .table-features table tr td {
    font-size: 14px;
    padding: 15px;
  }
}
.whyMysyn .owlWrap .owl-nav.arNav .btn.owl-prev {
  left: auto;
  right: 0;
}
.whyMysyn .owlWrap .owl-nav.arNav .btn.owl-next {
  right: auto;
  left: 0;
}
.whyMysyn .owlWrap .owl-nav.arNav .btn .icon-chevron-left::before {
  font-family: "icomoon";
  content: "\e90a";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.whyMysyn .owlWrap .owl-nav.arNav .btn .icon-chevron-right::before {
  font-family: "icomoon";
  content: "\e909";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pricingBanner {
  padding-top: 13.75rem;
  padding-bottom: 10rem;
}
.pricingBanner .priceTitle .h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.375rem;
}
.pricingBanner .priceTitle p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.875rem;
}
.pricingBanner .docPeriod .monthAnnual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-x: 0.625rem;
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-bottom: 1.5rem;
}
.pricingBanner .docPeriod .form-check {
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 0;
}
.pricingBanner .docPeriod .form-check .form-check-input {
  display: none;
}
.pricingBanner .docPeriod .form-check .form-check-input:checked + .form-check-label {
  background: #e53065;
  border: 1px solid #e53065;
  color: #fff;
}
.pricingBanner .docPeriod .form-check .form-check-label {
  font-weight: 500;
  color: #646579;
  font-size: 0.875rem;
  border: 1px solid #646579;
  padding: 0.5rem 1.563rem;
}
.pricingBanner .docPeriod .formGroup .form-select {
  width: 278px;
  font-weight: 400;
  color: #19191f;
  font-size: 0.875rem;
  padding: 0.5rem 0.875rem;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
}
@media (max-width: 1199.98px) {
  .pricingBanner {
    padding-top: 11.75rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 991.98px) {
  .pricingBanner {
    padding-top: 9.75rem;
    padding-bottom: 6rem;
  }
  .pricingBanner .priceTitle .h2 {
    font-size: 2.5rem;
  }
  .pricingBanner .priceTitle p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .pricingBanner {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .pricingBanner {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}

.mysynPlan {
  background: #ecf4ff;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
@media (max-width: 1199.98px) {
  .mysynPlan .plansWrapper {
    --bs-gutter-x: 0.75rem;
  }
}
.mysynPlan .plansWrapper .planCol {
  padding-top: 1.125rem;
}
@media (min-width: 768px) {
  .mysynPlan .plansWrapper .planCol.planProfessional {
    padding-top: 0;
  }
}
.mysynPlan .plansWrapper .planColInn {
  --bs-gutter-x: 0;
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(23, 26, 31, 0.08);
     -moz-box-shadow: 1px 1px 2px 0px rgba(23, 26, 31, 0.08);
          box-shadow: 1px 1px 2px 0px rgba(23, 26, 31, 0.08);
  padding: 2rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .mysynPlan .plansWrapper .planColInn {
    padding: 2rem 1rem;
  }
}
.mysynPlan .plansWrapper .planColInn .planTitle {
  border-bottom: 1px solid #b9b1b5;
  margin-bottom: 1.5rem;
}
.mysynPlan .plansWrapper .planColInn .recommend {
  position: absolute;
  background: #343e9f;
  font-weight: 600;
  color: #fff;
  padding: 0.25rem 1rem;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
}
.mysynPlan .plansWrapper .planColInn .plan-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #171a1f;
  margin-bottom: 0.375rem;
}
.mysynPlan .plansWrapper .planColInn .plan-text {
  font-weight: 400;
  font-size: 0.875rem;
  color: #565d6d;
  margin-bottom: 1.125rem;
}
.mysynPlan .plansWrapper .planColInn .price .price {
  font-weight: 700;
  font-size: 3rem;
  color: #19191f;
  margin-bottom: 1rem;
}
.mysynPlan .plansWrapper .planColInn .price .yearMonth {
  font-weight: 400;
  font-size: 1.25rem;
  color: #47444A;
}
.mysynPlan .plansWrapper .planColInn .plan-user {
  font-weight: 400;
  font-size: 0.875rem;
  color: #47444A;
}
.mysynPlan .plansWrapper .planColInn .planFeatures {
  padding-left: 0;
  list-style: none;
  margin-bottom: 2rem;
}
.mysynPlan .plansWrapper .planColInn .planFeatures li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.875rem;
}
.mysynPlan .plansWrapper .planColInn .planFeatures li .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30px;
  font-size: 1.125rem;
  color: #19191f;
}
.mysynPlan .plansWrapper .planColInn .planFeatures li .featureText {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  font-size: 0.875rem;
  color: #19191f;
}
.mysynPlan .plansWrapper .planColInn .btn {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  padding: 0.5rem 1.25rem;
}
.mysynPlan .plansWrapper .planColInn .btn.btnDefault {
  color: #171a1f;
  border: 1px solid #dee1e6;
}
.mysynPlan .plansWrapper .planColInn .btn.btnDefault:hover, .mysynPlan .plansWrapper .planColInn .btn.btnDefault:focus {
  background: #0f165d;
  color: #fff;
}
.mysynPlan .plansWrapper .planProfessional .planColInn {
  background: #fdf2f5;
  border: 1px solid #e53065;
}
@media (max-width: 1199.98px) {
  .mysynPlan {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
}
@media (max-width: 991.98px) {
  .mysynPlan {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mysynPlan .plansWrapper {
    --bs-gutter-x: 1rem;
  }
  .mysynPlan .plansWrapper .planColInn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .mysynPlan .plansWrapper .planColInn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.planComparison {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.planComparison h2 {
  font-size: 2.25rem;
  color: #0f165d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.625rem;
}
.planComparison .table thead tr th {
  font-size: 1rem;
  font-weight: 700;
  color: #0f165d;
  background: #eef5ff;
  padding: 1rem 1.5rem;
  border: 0;
}
.planComparison .table thead tr th:first-child {
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
}
.planComparison .table thead tr th:last-child {
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
}
.planComparison .table tbody tr td {
  font-size: 0.875rem;
  font-weight: 400;
  color: #171a1f;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee1e6;
}
.planComparison .table tbody tr td.planFeatTitle {
  font-size: 1.125rem;
  font-weight: 600;
  background: #0f165d;
  color: #fff;
  border: 0;
  padding: 1rem 1.5rem;
}
.planComparison .table tbody tr td.planFeatTitle:first-child {
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
}
.planComparison .table tbody tr td.planFeatTitle:last-child {
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
}
.planComparison .table tbody tr td .icon-tick {
  font-size: 1rem;
  color: #e53065;
}
.planComparison .table tbody tr td .icon-cancel {
  font-size: 0.875rem;
  color: #0f165d;
}
@media (max-width: 1199.98px) {
  .planComparison {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .planComparison {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .planComparison h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .planComparison {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.importantNotes .notes {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(23, 26, 31, 0.08);
     -moz-box-shadow: 0px 0px 3px 0px rgba(23, 26, 31, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(23, 26, 31, 0.08);
  padding: 2.5rem 2rem;
}
.importantNotes h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #171a1f;
  margin-bottom: 1.125rem;
}
.importantNotes p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #565d6d;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .importantNotes .notes {
    padding: 1.5rem 1.25rem;
  }
}

.faq {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.faq .faqWrap {
  max-width: 1100px;
  margin: 0 auto;
}
.faq .title {
  text-align: center;
  margin-bottom: 4rem;
}
.faq .title h2 {
  font-size: 2.25rem;
  color: #0f165d;
  font-weight: 600;
  margin-bottom: 1rem;
}
.faq .title p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #565D6D;
}
.faq .accordion .accordion-item {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  background: none;
  border-top: 1px solid #d3d3d3;
}
.faq .accordion .accordion-item:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: #0f165d;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 1.25rem 0.375rem;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::before {
  font-family: "icomoon";
  content: "\e920";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:before {
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  background: #f2f2f2;
  color: #222;
  font-size: 0.875rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  top: 0.875rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0rem 0.375rem 1.25rem;
}
.faq .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
  color: #565d6d;
}
@media (max-width: 1199.98px) {
  .faq {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
}
@media (max-width: 991.98px) {
  .faq {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
}
.blogPage {
  padding-top: 3.75rem;
}
.blogPage .blogBanner {
  padding-top: 4.875rem;
  padding-bottom: 4rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .blogPage .blogBanner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.blogPage .blogBanner .h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.blogPage .blogBanner p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.blogPage .blogTitle {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.blogPage .blogTitle .blogTitleLeft .h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #0f165d;
  margin-bottom: 0;
}
.blogPage .blogTitle .blogTitleLeft .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f165d;
  margin-bottom: 0.25rem;
}
.blogPage .blogTitle .blogTitleLeft .h4 span {
  font-weight: 100;
}
.blogPage .blogTitle .blogTitleLeft p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.blogPage .blogTitle .searchFormCol {
  max-width: 374px;
}
.blogPage .blogTitle .searchFormCol .searchform {
  border: 1px solid #dcdada;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  padding: 0.125rem;
}
.blogPage .blogTitle .searchFormCol .form-control {
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  border: 0;
}
.blogPage .blogTitle .searchFormCol .btn {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 2.625rem !important;
     -moz-border-radius: 2.625rem !important;
          border-radius: 2.625rem !important;
  padding: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
}
.blogPage .loadMore {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 0.5rem 0.625rem;
}

.postList .postItem {
  margin-bottom: 1rem;
}
.postList .postItem .card-img-custom img {
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.postList .postItem .card-body .h6 a {
  font-size: 1.125rem;
  color: #1b1b1d;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.postList .postItem .card-body .h6 a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  background: #000;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.postList .postItem .card-body .h6 a:hover, .postList .postItem .card-body .h6 a:focus {
  color: #0f165d;
}
.postList .postItem .card-body .h6 a:hover:before, .postList .postItem .card-body .h6 a:focus:before {
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.postList .postItem .card-body .auth p {
  font-size: 1rem;
  color: #7c7c7c;
  font-weight: 400;
  margin-bottom: 0;
}
.menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.menuList > li {
  position: relative;
}
.menuList > li.more {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menuList > li.more .more-dropdown {
  position: absolute;
  top: -webkit-calc(100% + 6px);
  top: -moz-calc(100% + 6px);
  top: calc(100% + 6px);
  left: auto;
  right: 0;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 180px;
  display: none;
  z-index: 1000;
  -webkit-border-radius: 0.375rem;
     -moz-border-radius: 0.375rem;
          border-radius: 0.375rem;
}
.menuList > li.more .more-dropdown > li {
  padding: 0;
  margin: 0;
}
.menuList > li.more .more-dropdown > li .filter-btn {
  display: block;
  white-space: nowrap;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: none;
}
.menuList > li.more .more-dropdown > li .filter-btn:hover, .menuList > li.more .more-dropdown > li .filter-btn.active {
  color: #fff;
  background: #131b74;
}
.menuList .filter-btn,
.menuList .more-toggle {
  display: block;
  border: none;
  padding: 0.375rem 1rem;
  -webkit-border-radius: 3rem;
     -moz-border-radius: 3rem;
          border-radius: 3rem;
  font-size: 1rem;
  font-weight: 400;
  background: #e7e8f1;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.menuList .filter-btn:hover, .menuList .filter-btn.active,
.menuList .more-toggle:hover,
.menuList .more-toggle.active {
  color: #fff;
  background: #131b74;
}

.contactBanner {
  padding-top: 17.5rem;
  padding-bottom: 13.125rem;
}
.contactBanner .h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}
.contactBanner p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .contactBanner {
    padding-top: 11rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 991.98px) {
  .contactBanner {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .contactBanner {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .contactBanner .h2 {
    font-size: 2.5rem;
  }
  .contactBanner p {
    font-size: 1.125rem;
  }
}
.connect {
  background: #f4f8ff;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.connect .h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f165d;
  text-align: center;
  margin-bottom: 2.5rem;
}
.connect .infoBox {
  background: #fff;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
  padding: 1.5rem;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(23, 26, 31, 0.08);
     -moz-box-shadow: 1px 1px 2px 0px rgba(23, 26, 31, 0.08);
          box-shadow: 1px 1px 2px 0px rgba(23, 26, 31, 0.08);
}
.connect .infoBox .infoBoxWrap {
  min-height: 142px;
  margin-bottom: 1rem;
}
.connect .infoBox .icon {
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 3rem;
     -moz-border-radius: 3rem;
          border-radius: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #e53065;
  display: block;
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.connect .infoBox h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #171a1f;
  margin-bottom: 0.5rem;
}
.connect .infoBox p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #171a1f;
  margin-bottom: 0;
}
.connect .infoBox .btn {
  font-size: 0.875rem;
  color: #171a1f;
  font-weight: 400;
  border: 1px solid #dee1e6;
  width: 100%;
}
.connect .infoBox .btn:hover, .connect .infoBox .btn:focus {
  background: #e53065;
  border: 1px solid #e53065;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .connect {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .connect {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .connect .h3 {
    font-size: 2rem;
  }
}
.contactForm {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.contactForm .title {
  margin-bottom: 2.75rem;
}
.contactForm .title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f165d;
  margin-bottom: 1.25rem;
}
.contactForm .title p {
  font-size: 1.125rem;
  color: #565d6d;
  font-weight: 400;
}
.contactForm .contactFormBox {
  max-width: 672px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(23, 26, 31, 0.1) 0px 0px 3px 0px;
     -moz-box-shadow: rgba(23, 26, 31, 0.1) 0px 0px 3px 0px;
          box-shadow: rgba(23, 26, 31, 0.1) 0px 0px 3px 0px;
  padding: 2rem 2rem 4rem;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.contactForm .contactFormBox .form-group {
  margin-bottom: 1rem;
}
.contactForm .contactFormBox .form-group.textareaComments .form-control {
  resize: none;
  height: 130px;
}
.contactForm .contactFormBox .form-control-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #171a1f;
  display: block;
  margin-bottom: 0.75rem;
}
.contactForm .contactFormBox .form-control,
.contactForm .contactFormBox .form-select {
  font-size: 0.875rem;
  font-weight: 500;
  color: #171a1f;
  border: 1px solid #dee1e6;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.5rem 1rem;
}
.contactForm .contactFormBox .form-control:focus,
.contactForm .contactFormBox .form-select:focus {
  border: 1px solid #ccc;
}
.contactForm .contactFormBox .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.contactForm .contactFormBox .wpcf7-response-output {
  font-size: 0.875rem;
  font-weight: 400;
}
.contactForm .contactFormBox .btn-submit {
  position: relative;
}
.contactForm .contactFormBox .btn-submit .btn {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.375rem 1.5rem;
  width: 100%;
}
.contactForm .contactFormBox .btn-submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  .contactForm {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .contactForm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .contactForm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contactForm .title h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 575.98px) {
  .contactForm .contactFormBox {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.blogDetails {
  padding-top: 3.75rem;
}
.blogDetails .blogBanner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
.blogDetails .blogBanner .ulCategories {
  margin-bottom: 0.75rem;
  list-style: none;
  padding-left: 0;
  --bs-gutter-x: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.blogDetails .blogBanner .ulCategories li {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.blogDetails .blogBanner .ulCategories li .btn {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 0.375rem 1rem;
}
.blogDetails .blogBanner .ulCategories li .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.blogDetails .blogBanner .title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}
.blogDetails .blogBanner .excerpt {
  margin-bottom: 1.5rem;
}
.blogDetails .blogBanner .excerpt p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
.blogDetails .blogBanner .authShare .authData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.blogDetails .blogBanner .authShare .authData .auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogDetails .blogBanner .authShare .authData .auth img {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 38px;
     -moz-border-radius: 38px;
          border-radius: 38px;
  padding: 2px;
  background: #63E1E1;
  background: -webkit-linear-gradient(180deg, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -moz-linear-gradient(180deg, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(99, 225, 225)), to(rgb(18, 150, 241)));
  background: -webkit-linear-gradient(top, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -moz-linear-gradient(top, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -o-linear-gradient(top, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: linear-gradient(180deg, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63E1E1", endColorstr="#1296F1", GradientType=0);
  margin-right: 0.875rem;
}
.blogDetails .blogBanner .authShare .authData .auth span {
  padding-right: 0.375rem;
}
.blogDetails .blogBanner .authShare .authData .dateTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.blogDetails .blogBanner .authShare .shareList {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogDetails .blogBanner .authShare .shareList li {
  padding-right: 0.25rem;
}
.blogDetails .blogBanner .authShare .shareList li .btn {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding: 0.375rem;
  border: 0;
}
.blogDetails .blogBanner .authShare .shareList li .share {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding: 0.375rem;
}

.authorData {
  background: #edf4ff;
  padding: 1.5rem;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
  margin-bottom: 2.5rem;
}
.authorData .authPic {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 66px;
     -moz-border-radius: 66px;
          border-radius: 66px;
  padding: 2px;
  background: #63E1E1;
  background: -webkit-linear-gradient(180deg, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -moz-linear-gradient(180deg, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(99, 225, 225)), to(rgb(18, 150, 241)));
  background: -webkit-linear-gradient(top, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -moz-linear-gradient(top, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: -o-linear-gradient(top, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  background: linear-gradient(180deg, rgb(99, 225, 225) 0%, rgb(18, 150, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63E1E1", endColorstr="#1296F1", GradientType=0);
}
.authorData .h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #3a3f56;
  margin-bottom: 0.5rem;
}
.authorData .text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3a3f56;
}
.authorData .smLinks {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-x: 0.5rem;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: -moz-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.authorData .smLinks li {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.authorData .smLinks li a {
  font-size: 1rem;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  padding: 0.125rem;
}
.authorData .smLinks li a:hover {
  color: #e53065;
}
.authorData .authorBio p {
  font-size: 1rem;
  font-weight: 300;
  color: #3a3f56;
}

.relatedPost .h2 {
  font-size: 1.5rem;
  color: #3a3f56;
  font-weight: 500;
  margin-bottom: 1rem;
}

.overview {
  border-left: 1px solid #ebecee;
  padding-left: 1.25rem;
  margin-bottom: 2.75rem;
}
.overview h5 {
  font-size: 1.5rem;
  color: #3a3f56;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.overview ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.overview ul li {
  padding-bottom: 0.5rem;
}
.overview ul li a {
  font-size: 0.875rem;
  color: #3a3f56;
  font-weight: 300;
  text-decoration: none;
  padding: 0.25rem 0rem;
  display: inline-block;
}
.overview ul li a.active, .overview ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.newsletter {
  background: #f3f4f8;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 1rem;
  margin-bottom: 2.5rem;
}
.newsletter h6 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3a3f56;
  margin-bottom: 0.375rem;
}
.newsletter .newsletter-subtitle {
  font-size: 0.875rem;
  color: #707070;
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.newsletter .newsletter-form .input-group {
  display: block;
}
.newsletter .newsletter-form .form-control {
  font-size: 0.875rem;
  color: #707070;
  font-weight: 300;
  border: 0;
  line-height: 2.2;
}
.newsletter .newsletter-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
}
.newsletter .newsletter-form .submitBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
}
.newsletter .newsletter-form .submitBtn .btn {
  font-size: 0.875rem;
  font-weight: 500;
}
.newsletter .newsletter-form .submitBtn .wpcf7-spinner {
  margin: 0 0.75rem;
}
.newsletter .wpcf7 form .wpcf7-response-output {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 10px 0 0;
  border-width: 1px;
}

.topics {
  padding-bottom: 2.5rem;
}
.topics h5 {
  font-size: 1.25rem;
  color: #3a3f56;
  font-weight: 500;
  margin-bottom: 1rem;
}
.topics .taglist {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  --bs-gutter-x: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.topics .taglist li {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin-bottom: 0.75rem;
}
.topics .taglist li .btn {
  font-size: 1rem;
  font-weight: 400;
  color: #3a3f56;
  padding: 0.375rem 1.125rem;
  background: #fff2fa;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.topics .taglist li .btn:hover, .topics .taglist li .btn:focus {
  background: #ffe5f6;
}
.topics p {
  font-size: 1rem;
  font-weight: 400;
  color: #3a3f56;
}

.contentArea {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.5rem;
}
.contentArea .post-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3a3f56;
  margin-bottom: 1.125rem;
}
.contentArea .post-text p {
  font-size: 1rem;
  color: #3a3f56;
  font-weight: 300;
}
.contentArea .post-text p b {
  font-weight: 600;
}
.contentArea .post-text ul li, .contentArea .post-text ol li {
  font-size: 1rem;
  color: #3a3f56;
  font-weight: 300;
}
.contentArea .post-text ul li b, .contentArea .post-text ol li b {
  font-weight: 600;
}

.sticyContainer {
  position: relative;
}
.sticyContainer .stickyWrap {
  position: relative;
  height: 100%;
}
.sticyContainer .stickyWrap .sticky-top {
  top: 70px;
}

@media (min-width: 1400px) {
  .single .blogDetails .container {
    max-width: 1000px;
  }
}
.contentArea .post-title {
  font-size: 1.75rem;
}
.contentArea h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3a3f56;
  margin-bottom: 1.125rem;
}

.privacyBanner {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .privacyBanner {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}
.privacyBanner .privacyTitle .h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.375rem;
}
.privacyBanner .privacyTitle p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.875rem;
}

.policyTerms {
  padding: 3rem 0 4rem;
}
@media (max-width: 767.98px) {
  .policyTerms {
    padding-top: 2rem;
  }
}
.policyTerms h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin-top: 2rem;
}
.policyTerms p {
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}
.policyTerms p b {
  font-weight: 700;
}
.policyTerms h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  margin-top: 2rem;
}
.policyTerms ul li {
  background-image: url("assets/images/list-style.svg");
  background-repeat: no-repeat;
  background-position: left top 6px;
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
  padding-left: 40px;
  list-style: none;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}
.policyTerms ul li b {
  font-weight: 700;
}
.policyTerms .ms-5 {
  margin-left: 20px;
}