/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap'); */

@font-face {
  font-family: "ITCAvantGardeGothicProMedium";
  src: url("/assets/fonts/ITCAvantGardeGothicProMedium/font.woff2")
      format("woff2"),
    url("/assets/fonts/webFonts/ITCAvantGardeGothicProMedium/font.woff")
      format("woff");
}
@font-face {
  font-family: "ITCAvantGardeGothicProBold";
  src: url("/assets/fonts/ITCAvantGardeGothicProBold/font.woff2")
      format("woff2"),
    url("/assets/fonts/ITCAvantGardeGothicProBold/font.woff") format("woff");
}

@font-face {
  font-family: "Segoe Script";
  src: url("/assets/fonts/SegoeScript.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  padding: 0;
  margin: 0;
  font-family: "ITCAvantGardeGothicProMedium";
}

p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5.h6 {
  font-family: "ITCAvantGardeGothicProBold";
}

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

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

.pb-120 {
  padding-bottom: 120px;
}

.py-120 {
  padding: 120px 0;
}

.banner-title {
  color: #000;
  font-size: 70px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 35px;
}

.banner-title span {
  font-style: italic;
  /* color: #122E56; */
  font-weight: 400;
}

.banner-title .banner-highlight {
  font-family: "Segoe Script";
  color: #ae2573;
  font-style: normal;
  font-weight: 600;
}

.sub-title-term-condition {
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 60px;
  color: #000;
  font-weight: 800;
  line-height: normal;
}

.page-btn {
  font-size: 15px;
  color: #fff;
  padding: 16px 48px;
  text-decoration: none;
  background: #122e56;
  display: inline-block;
  border: 0;
  border: 1px solid #122e56;
  transition: all 0.5s;
}

.page-btn:hover {
  color: #122e56;
  background: none;
  transition: all 0.5s;
}

.main-title {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
  font-family: "ITCAvantGardeGothicProBold";
}

.title-caption {
  font-size: 18px;
  padding: 5px 24px;
  background: #edf1fb;
  color: #122e56;
  margin-bottom: 25px;
  width: fit-content;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image .title-caption {
  background: #fff;
}

/* ---------- Header css ------------ */

.main-header .navbar {
  padding: 0px 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.login-btn {
  font-size: 15px;
  color: #fff;
  padding: 12px 60px;
  text-decoration: none;
  background: #122e56;
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #122e56;
  transition: all 0.5s;
}

.login-btn:hover {
  color: #122e56;
  background: none;
  transition: all 0.5s;
}

.main-header .nav-link {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #0e2a4a;
  font-family: "ITCAvantGardeGothicProMedium";
  transition: all 0.5s;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
  color: #0e2a4a;
  transition: all 0.5s;
}

.main-header .nav-link:hover {
  color: #122e56;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 32px 20px;
}

.fixed-header .navbar {
  background: #fff;
  box-shadow: 0px 1px 1px #cccccc;
}

.fixed-header {
  transform: translateY(40px);
  transition: transform 0.3s;
  background-color: #fff;
}

.fixed-header {
  position: fixed;
  top: -40px;
  padding-top: 0px;
  z-index: 99;
  width: 100%;
  margin: 0;
}

.barnd-logo {
  height: 33px;
  object-fit: contain;
  width: 100%;
}

.footer-logo .barnd-logo {
  width: 224px;
}

.mega-menu {
  position: static;
}

.mega-menu .dropdown-menu {
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0px;
  border: 0;
  display: unset;
  visibility: hidden;
  background: none;
  padding-top: 15px;
}

.hover-mega-menu {
  padding: 35px;
  background: #fff;
}

.mega-menu .dropdown-menu li a {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-header .navbar-toggler {
  padding: 0;
}

.mega-menu:hover .dropdown-menu {
  visibility: visible;
}

.mega-menu:hover .nav-link::after {
  opacity: 1;
}

.close-btn {
  width: 100%;
  text-align: end;
}

.close-btn i {
  font-size: 24px;
  font-weight: 400;
}

.mobile-login {
  display: none;
}

.mobile-login i {
  font-size: 16px;
  color: #000;
}

.mobile-toggle-wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mega-menu-hovered::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000007a;
}

/* .mega-menu-hovered {
    overflow: hidden;
} */

/* ----------- Hero Banner ------------ */

.hero-banner-content .page-btn {
  margin-top: 20px;
}

.hero-banner-img img {
  object-fit: cover;
  height: 100%;
  width: auto;
}

.hero-banner {
  width: 100%;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0px;
  overflow: hidden;
}
.hero-conent-wrp {
  display: flex;
  align-items: center;
  padding: 100px 0;
  height: 710px;
}
.hero-banner-content p {
  max-width: 600px;
}

.shop-pass {
  position: absolute;
  top: 52px;
  right: 15px;
}

.shop-current-pass {
  position: absolute;
  top: 52px;
  right: 15px;
}

.ripple-img {
  position: relative;
  object-fit: contain;
}
.ripple-img img {
  object-fit: contain;
}
.ripple-img .banner-person-img {
  position: absolute;
  object-fit: contain;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
/* -------------- Features Section -------------- */

.feature-head {
  margin-bottom: 55px;
}

.feature-head .title-caption {
  margin-left: auto;
  margin-right: auto;
}

.features-box img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  background: #fff;
}

.features-box {
  height: 100%;
  background: #f9f9f9;
}

.features-content {
  padding: 25px;
}

.inner-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.features-content a {
  color: #122e56;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  transition: all 0.5s;
}

.features-content a:hover {
  color: #0d6efd;
}

.features-content p {
  color: #6a6a6a;
  /* word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
  overflow: hidden;
  display: inline;
}

/* ----------- About Section ------------ */
.about-section .about-image-box {
  position: relative;
}

.about-image-box img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.image-about-box {
  display: flex;
  gap: 12px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 280px;
  position: absolute;
  right: -89px;
  bottom: 100px;
  padding: 15px;
}

.image-about-box img {
  height: 63px;
  width: 63px;
  object-fit: cover;
}

.image-about-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.image-about-box p {
  color: #6a6a6a;
}

.about-section .about-content .page-btn {
  margin-top: 40px;
}

.about-section.bg-image .title-caption {
  background: #fff;
}

.about-section.about-prosper .image-about-box {
  left: -95px;
}

.about-section.about-prosper .about-content {
  padding-right: 100px;
  padding-left: 0;
}

.about-section .about-content {
  padding-left: 100px;
}

/* ---------- Partners Section ------------ */
.partners-image {
  background: #fff;
}

.partners-image img {
  width: 100%;
  object-fit: contain;
  height: 120px !important;
}

.product-partners .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  background: #d9d9d9;
}

.product-partners .owl-theme .owl-dots .owl-dot.active span {
  width: 17px;
  background: #122e56;
}

.product-partners .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 55px;
}

/* ------------ Testimonials ------------ */

.testimonial-item {
  display: flex;
  gap: 80px;
}

.testimonial-profile-image img {
  width: 424px !important;
  height: 386px;
  object-fit: cover;
}

.testimonial-conetnt-bottom {
  border-top: 1px solid #d9d9d9;
  padding-top: 35px;
  margin-top: 40px;
}

.testimonial-conetnt-bottom .inner-title {
  margin-bottom: 10px;
}

.testimonial-content .main-title p {
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
  font-family: "ITCAvantGardeGothicProMedium";
}

.testimonial-conetnt-bottom p {
  color: #303030;
}

.testimonials .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0px;
  margin-top: 0 !important;
}

.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: inherit;
}

.testimonials .owl-theme .owl-nav button {
  color: #122e56 !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 20px;
  font-size: 35px !important;
}

.testimonials .owl-theme .owl-nav button.disabled {
  color: #d9d9d9 !important;
  opacity: 1;
}

/* ---------- Newsletter ---------- */
.newsletter-form {
  padding-top: 30px;
  max-width: 426px;
  margin: auto;
}

.newsletter-form .page-btn {
  padding: 15px 46px;
}

.newsletter-form input {
  background-color: #fff;
  border: 0;
  padding: 15px 25px;
  outline: 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  width: 100%;
}

/* --------- Footer ---------- */

.footer-box a {
  font-size: 15px;
  color: #adadad;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.5s;
  word-break: break-all;
}

.footer-box a:hover {
  transition: all 0.5s;
  color: #fff;
}

.footer-box ul li {
  padding-bottom: 5px;
}

.main-footer p {
  color: #adadad;
}

.footer-box h2 {
  font-size: 15px;
  font-weight: 700;
  font-family: "ITCAvantGardeGothicProBold";
  color: #fff;
  margin-bottom: 10px;
}

.main-footer {
  position: relative;
  background: #0e2a4a;
  padding-top: 70px;
}

/* .main-footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002458d9;
} */

.footer-content {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.main-footer {
  color: #fff;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.social-list li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
}

.social-list li a:hover {
  background-color: #fff;
}

.social-list li a:hover svg path {
  fill: #122e56;
}

.footer-contact a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo-desc {
  margin-top: 25px;
}

.footer-logo-desc p {
  color: #adadad;
}

.footer-copyright {
  background: #073255;
  padding: 15px 0;
}

.copyright-content-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-add {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.footer-copyright .copyright-content {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 30px;
}

.copyright-content a:hover {
  opacity: 0.8;
}

.copyright-content .dropdown-toggle {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
}
.cloudflare-logo img {
  height: 30px;
  object-fit: contain;
}
.cloudflare-logo {
  margin-top: 30px;
}
.footer-company ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-top: 1px solid #ffffff26;
  padding: 40px 0;
  margin-top: 0px;
}

.footer-company ul li a {
  padding: 14px 10px;
  background-color: #ffffff;
  border-radius: 5px;
  min-width: 125px;
  text-align: center;
  display: inline-block;
}

.footer-company ul li img {
  width: 100%;
  height: 15px;
  object-fit: contain;
}
.copyright-links ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.copyright-links ul li {
  position: relative;
  padding: 0 5px;
}
.copyright-links ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 5px;
  text-decoration: none;
}
.copyright-links ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #fff;
  margin-right: -5px;
}
.copyright-links ul li:last-child::after {
  padding: 0;
  background: 0;
}

/* ------ mega menu ---------- */
/* .megamenu-item {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-item ul {
    width: 50%;
} */
.megamenu-item .inner-title {
  min-height: 50px;
}
.megamenu-item ul {
  display: flex;
  flex-wrap: wrap;
}

.megamenu-item p {
  color: #6a6a6a;
}

.megamenu-item {
  color: #6a6a6a;
}

/* .megamenu-item:last-child {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
} */

.megamenu-item li {
  margin-top: 20px;
  width: 50%;
  padding-right: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.megamenu-item li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.megamenu-item p {
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.megamenu-item li a {
  font-family: "ITCAvantGardeGothicProMedium";
}

.mega-menu .dropdown-menu li a:hover {
  color: #122e56;
  font-weight: 700;
  text-decoration: underline;
}

.mega-img img {
  width: 100%;
  object-fit: cover;
}

.dropdown.mega-menu:hover .nav-link::after {
  visibility: visible;
}

.dropdown.mega-menu .nav-link {
  position: relative;
}

.dropdown.mega-menu .nav-link::after {
  position: absolute;
  content: "";
  left: 37px;
  top: 91px;
  width: 37.566px;
  height: 37.566px;
  transform: rotate(-45deg);
  background-color: #ffffff;
  visibility: hidden;
}

/* ---------- About page ---------- */
.about-page-wrp .about-counter-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.about-banner .bg-image {
  padding: 60px 0 0;
  height: 690px;
  background-image: url("/assets/images/about-bg.png");
  margin-bottom: 100px;
}

.about-banner-img {
  width: 100%;
  object-fit: cover;
  margin-top: 50px;
  max-width: 100%;
  height: auto;
}

.counter-content p {
  margin-top: 15px;
}

.counter-content ul h2 {
  color: #122e56;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

.counter-content ul p {
  font-size: 22px;
  color: #6a6a6a;
  font-family: "ITCAvantGardeGothicProMedium";
  margin-top: 0;
}

.counter-content {
  padding-right: 30px;
}

.counter-content ul {
  margin-top: 85px;
  column-count: 3;
  column-rule: 1px solid #d9d9d9;
  column-gap: 20px;
  margin-bottom: 0;
}

.counter-content ul li {
  padding-left: 20px;
}

.counter-content ul li:first-child {
  padding-left: 0;
}

.counter-content .main-title {
  margin-bottom: 40px;
}

.fit-img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.about-team-content {
  background-color: #122e56;
  padding: 50px 40px;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-team-content h2,
.about-team-content p {
  color: #fff;
}

.about-team-content p {
  margin-top: 15px;
}

.about-team img {
  height: 100%;
}

.about-team .container {
  padding-inline-start: calc((100vw - 1320px) / 2);
  max-width: 100%;
}

.about-team .container:last-child {
  padding-inline-end: calc((100vw - 1320px) / 2);
  padding-inline-start: 0;
}

.about-team {
  height: 100%;
}

/* --------- Solution Page ---------- */
section.solution-feature {
  background-image: url(/assets/images/about-bg.png);
}
.solution {
  padding-top: 50px;
  margin-bottom: 50px;
}

.solution .solution-content {
  padding-bottom: 70px;
}

.solution .solution-text {
  margin-bottom: 30px;
}

.solution .solution-text p {
  color: #6a6a6a;
}

.solution-about .about-content {
  padding-right: 60px;
}

.solution .solution-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: -50px;
  max-width: 100%;
}

.solution-content-sub p {
  color: #6a6a6a;
  margin-bottom: 10px;
}

.solution-content-sub p:last-child {
  margin-bottom: 0;
}

.denison-model .denison-model-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

.solution-feature .about-content {
  margin-bottom: 50px;
}

.solution-feature .about-content .title-caption {
  margin: auto auto 25px;
  width: fit-content;
}

.solution-feature .about-content p {
  width: 75%;
  margin: auto;
}

.solution-feature-box {
  background: #f9f9f9;
  text-align: center;
  padding: 45px;
}

.solution-feature.bg-image .solution-feature-box {
  background: #fff;
}

.solution-feature-box .box-image {
  margin: auto auto 50px;
  width: 150px;
  height: 150px;
}

.solution-feature-box .box-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.solution-feature-box p {
  color: #6a6a6a;
}

/* --------- Contact us Page ---------- */

.contact-us {
  padding: 50px 0 120px;
}

.contact-us .solution-text p {
  color: #6a6a6a;
}

.contact-info-box {
  margin-top: -60px;
}

.contact-info .contact-info-box a {
  text-decoration: none;
}

.contact-info .contact-info-box .contact-info-image {
  width: 112px;
  height: 112px;
  background: #fff;
  box-shadow: 0px 1px 7.4px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 35px;
}

.contact-info .contact-info-box .contact-info-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-info .contact-info-box .inner-title {
  margin-bottom: 0;
}

.contact-form label {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-form input {
  margin-bottom: 5px;
  height: 56px;
  border-radius: 0;
}

.input-box {
  margin-bottom: 20px;
}

.input-box .error-msg {
  margin: 0 !important;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #d9d9d9;
}

.contact-form textarea.form-control {
  border-radius: 0;
}

.success-msg {
  margin-left: 0 !important;
  margin-top: 5px;
}

.contact-form .page-btn {
  border-radius: 0;
  box-shadow: none;
}

/**************  login page **************** */

.login-section {
  height: 100vh;
  padding: 97px 0 0;
  display: flex;
  align-items: center;
}

.login-section .login-content {
  margin: auto;
}

.login-section .login-content .logo {
  width: 100%;
  height: 33px;
  margin-bottom: 50px;
}

.login-section .login-content .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-section .login-content .main-title {
  margin-bottom: 40px;
  text-align: center;
}

.login-section .login-form {
  background: #fff;
  box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.5px);
  padding: 30px;
  width: 435px;
  height: auto;
  margin: auto;
}

.login-section .login-form a {
  text-decoration: none;
}

.login-section .login-form p {
  color: #6a6a6a;
}

.login-section .login-form .page-btn {
  width: 100%;
  margin-top: 15px;
}

.login-img-box {
  position: relative;
}

.login-section .image-about-box {
  left: 0;
  bottom: unset;
  top: 50%;
  transform: translate(0%, -80%);
}

.login-img-box .fit-img {
  height: 100%;
}

.login-img-box .inner-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

/* servay page */
.servay-section .highlight-desc {
  color: #122e56;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  font-family: "ITCAvantGardeGothicProMedium";
  margin-top: 20px;
}

.servay-section .table th,
.servay-section .table td {
  /* background-color: #fff !important; */
  background-color: #0e2a4a38 !important;
  padding: 25px 20px;
  font-size: 15px;
  color: #000;
  font-family: "ITCAvantGardeGothicProMedium";
  font-weight: 400;
  border-right: 1px solid #efefef;
  margin-bottom: 10px;
  vertical-align: middle;
  min-width: 130px;
  border-bottom: 0;
}

.servay-section .table {
  vertical-align: middle;
  border-spacing: 0px 10px;
  border-collapse: inherit;
  margin-bottom: 0px;
}

.servay-section .table th {
  text-align: center;
}

.servay-section .table td {
  color: #6a6a6a;
}

.servay-section .main-title {
  font-weight: 700;
}

.servay-section .main-title span {
  color: #122e56;
  font-weight: 600;
}

.servay-section .feature-head {
  margin-bottom: 30px;
}

.servay-section .page-btn {
  padding: 10px 48px;
  margin-top: 30px;
}

.servay-section .form-check-input {
  height: 30px;
  width: 30px;
  border: 1px solid #dadada;
  margin: 0;
  box-shadow: unset;
}

.servay-section {
  padding: 50px 0;
}

.form-check-input:checked {
  background-color: #122e56;
}

.servay-section tr td:last-child {
  border: 0;
}

.servay-section tr td:first-child {
  min-width: 375px;
}

/* 
.navbar-nav .nav-item .nav-link {
      transition: color 0.3s ease-in-out;
    }
   */

/* Blog Page */

.blog-banner {
  padding: 50px 0 150px;
}

.blog-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-img {
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 307px;
}

.blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0 20px;
}

.blog-date-text {
  font-size: 15px;
  color: #6a6a6a;
  font-family: "ITCAvantGardeGothicProMedium";
}

.blog-box p {
  /* margin-top: 20px; */
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-tags ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.blog-tags ul li {
  border: 1px solid #d9d9d9;
  padding: 8px 18px;
  color: #6a6a6a;
  font-size: 15px;
  text-align: center;
}

.no-tags {
  border: 1px solid #d9d9d9;
  padding: 8px 15px;
  color: #6a6a6a;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

.no-tags-detail {
  border: 1px solid #d9d9d9;
  padding: 8px 15px;
  color: #6a6a6a;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

.blog-category {
  margin-bottom: 25px;
}

.blog-listing {
  margin-top: -150px;
}

.blog-box {
  margin-bottom: 40px;
}

.blog-detail-page .blog-tags.blog-detail-tag ul {
  margin-top: 50px;
  margin-bottom: 30px;
}

.blog-detail-desc p {
  margin-top: 15px;
  color: #6a6a6a;
}

.blog-benner-content {
  margin-bottom: 50px;
  text-align: center;
}

.blog-detail-page .blog-banner .blog-date-text {
  margin-bottom: 20px;
}

.description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  height: 43px;
}

.description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.success-color {
  color: green;
}

.highlight-msg {
  padding: 60px 30px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.highlight-msg .logo-box {
  margin-bottom: 100px;
  display: inline-block;
}

.highlight-msg .logo-box img {
  object-fit: contain;
  height: 45px;
  margin: auto;
  width: 100%;
}

.highlight-msg .text {
  max-width: 750px;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.highlight-msg .text h1 {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
}

.highlight-msg .text p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.page-reset-btn {
  font-size: 15px;
  color: #fff;
  padding: 12px 48px;
  text-decoration: none;
  background: #122e56;
  display: inline-block;
  border: 0;
  margin-top: 30px;
}

.page-reset-btn:hover {
  color: #fff;
}

/* Add these styles to your existing stylesheet or create a new one */
.user-profile {
  display: flex;
  align-items: center;
}

.profile-image {
  width: 40px;
  /* Adjust the size as needed */
  height: 40px;
  /* Adjust the size as needed */
  border-radius: 50%;
  margin-right: 10px;
  /* Adjust the margin as needed */
}

.profile-info {
  display: flex;
  flex-direction: column;
}

/* Dashboard Css */
.after-login-header {
  border-bottom: 1px solid #dddddd;
}

.after-login-header .container {
  max-width: 100%;
  padding: 0px 30px;
}

.dashboard-header .navbar {
  padding: 25px 25px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.dashboard-header .navbar-brand {
  padding: 0;
}

.dash-header-profile img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.dash-profile-btn .nav-link {
  border: 1px solid #849ecfdb;
  padding: 7px 15px !important;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  color: #000;
}

.dash-profile-btn .dropdown-menu {
  padding: 0;
  border: 0;
  margin: 0;
}

.dash-profile-btn .dropdown-item {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  border-top: 1px solid #d9d8d8;
}

.dash-profile-btn .nav-link.show {
  border: 1px solid #dbdbdbdb;
  border-radius: 8px 8px 0px 0px;
}

.dash-profile-btn .dropdown-menu.show {
  border: 1px solid #dbdbdbdb;
  border-top: 0;
  border-radius: 0px 0px 8px 8px;
}

.dash-profile-btn :first-child .dropdown-item {
  border: 0;
}

.dash-profile-btn .dropdown-item:hover {
  color: #122e56;
  background: none;
}

.sidebar-menu {
  margin-bottom: 80px;
}

.dashboard-main {
  display: flex;
}

.dash-sidebar a {
  font-size: 16px;
  color: #424242;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #dddddd;
  padding: 30px;
}

.dash-sidebar {
  border-right: 1px solid #dddddd;
  background-color: #fff;
  left: 0;
  min-width: 263px;
  min-height: calc(100vh - 87px);
  top: 0;
  height: 100%;
  overflow: auto;
  width: 263px;
  position: relative;
}

.dashboard-main-content {
  padding: 30px 100px;
  min-height: calc(100vh - 87px);
  display: flex;
  /* align-items: center; */
  height: 100%;
  width: 100%;
}

.survey-count ul {
  display: flex;
  gap: 70px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.survey-count li {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-family: "ITCAvantGardeGothicProMedium";
}

.survey-count li strong {
  font-size: 26px;
  font-weight: 600;
  color: #122e56;
}

.survey-count li:first-child {
  border-right: 1px solid #d9d9d9;
  padding-right: 70px;
}

.dash-title {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  font-family: "ITCAvantGardeGothicProMedium";
  margin-bottom: 30px;
}

.dashboard-box {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: #7eaaff40 0px 7px 29px 0px;
  padding: 30px;
}

.survey-box {
  border: 1px solid #d9d8d8;
}

.survey-box .table-responsive table {
  margin-bottom: 0;
}

.survey-box .table-responsive {
  border: 1px solid #d9d8d8;
  border-radius: 10px !important;
  margin-top: 20px;
}

.survey-box .table-responsive table td {
  border: 0;
}

.survey-box table th {
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "ITCAvantGardeGothicProMedium";
  border-color: #d9d8d8 !important;
}

.survey-box table td {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "ITCAvantGardeGothicProMedium";
  vertical-align: middle;
}

.survey-box tr:nth-child(even) {
  background-color: #e5e6e940;
}

.survey-box .action-text {
  font-weight: 600;
  color: #122e56;
}

.logout-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #fff;
}

.dash-sidebar .logout-btn a {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  color: #122e56;
  justify-content: center;
  gap: 10px;
}

.dash-edit-profile {
  text-align: center;
}

.edit-profile-pic {
  height: 218px;
  width: 218px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.edit-profile-pic img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.dash-edit-profile .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.dash-edit-profile .file-input__label {
  font-weight: 600;
  color: #122e56;
  font-size: 20px;
  padding: 10px 12px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 7px;
  cursor: pointer;
}

.profile-edit-form .form-group label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: "ITCAvantGardeGothicProMedium";
  margin-bottom: 8px;
}

.profile-edit-form .form-group {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.profile-edit-form .form-button-group {
  margin-top: 0;
}

.profile-edit-form .form-group .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  min-height: 56px;
  padding: 15px;
  box-shadow: unset;
}

.dash-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10px 48px;
  text-decoration: none;
  background: #122e56;
  display: inline-block;
  border: 0;
  font-family: "ITCAvantGardeGothicProMedium";
  border-radius: 10px;
}

.dash-cancel-btn {
  background: #eeeeee;
  color: #000000;
}

.dash-cancel-btn:hover {
  color: #000;
}

.form-button-group {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.change-pass-box {
  padding: 30px;
}

header.dashboard-header {
  display: none;
}

/* Add these styles in your CSS or inline styles */
.toast.success {
  background-color: green;
  color: white;
  /* Adjust text color as needed */
}

.toast.error {
  background-color: #ff6666;
  color: white;
  /* Adjust text color as needed */
}

.custom-toast {
  background-color: green !important;
}

.custom-toast .p-toast-message-text,
.custom-toast .p-toast-icon-close,
.custom-toast .p-toast-icon-check::before,
.custom-toast .p-toast-icon-check::after,
.custom-toast .p-toast-icon-check.p-toast-message .pi {
  color: white !important;
}

.p-toast
  .p-toast-message
  .p-toast-message-content
  .p-toast-message-icon.p-icon {
  color: white !important;
}

.custom-toast-error {
  background-color: red !important;
}

.custom-toast-error .p-toast-message-text,
.custom-toast-error .p-toast-icon-close,
.custom-toast-error .p-toast-icon-check::before,
.custom-toast-error .p-toast-icon-check::after,
.custom-toast-error .p-toast-icon-check.p-toast-message .pi {
  color: white !important;
}

.p-toast
  .p-toast-message
  .p-toast-message-content
  .p-toast-message-icon.p-icon {
  color: white !important;
}

.p-toast-message-content {
  align-items: center;
}

.testimonial-slide-box {
  background: #fff;
  border: 1px solid #70707036;
  padding: 40px;
  border-radius: 5px;
}

.testimonial-profile-pic {
  margin-bottom: 25px;
}
.testimonial-profile-pic img {
  height: 90px;
  width: 90px !important;
  object-fit: cover;
  border-radius: 50%;
}
.tesmnl-desc {
  margin-bottom: 20px;
}
.testimonial-with-video .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 12px;
  margin: 0px 6px;
}
.testimonial-with-video .owl-theme .owl-dots .owl-dot.active span,
.testimonial-with-video .owl-theme .owl-dots .owl-dot:hover span {
  background: #122e56;
}
.testimonial-with-video .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.features-section .features-box .inner-title {
  min-height: 48px;
}

/*Contact us style 1*/

/* $Id: $ */
/* @charset "UTF-8"; */

.zf-flLeft {
  float: left;
}

.zf-flRight {
  float: right;
}

.zf-clearBoth {
  clear: both;
}

ol,
ul {
  list-style: none outside none;
}

.zf-normalText {
  font-size: 13px;
  line-height: 1.5;
}

.zf-smallText {
  font-size: 0.9em;
  font-weight: normal;
}

.zf-smallHeading {
  font-size: 18px;
}

.zf-heading {
  font-size: 2em;
}

.zf-subHeading {
  font-size: 1.5em;
}

.zf-boldText,
.zf-boldText a {
  font-weight: bold;
  text-decoration: none;
}

.zf-italicText {
  font-style: italic;
}

.zf-heading a {
  text-decoration: underline;
}

.zf-heading a:hover {
  text-decoration: none;
}

.zf-blodText {
  font-weight: bold;
}

.zf-overAuto {
  overflow: auto;
}

.zf-split {
  color: #8b9193;
  padding: 0 3px;
}

.zf-backgroundBg {
  background: #f5f5f5;
}

.zf-templateWidth {
  margin: 1% auto;
}

.zf-templateWidth {
  width: 800px;
}

.zf-templateWrapper {
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0px 3px #e1e1e1;
  -moz-box-shadow: 0 0px 3px #e1e1e1;
  box-shadow: 0 0px 3px #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.zf-tempContDiv input[type="text"],
.zf-tempContDiv textarea,
.zf-tempContDiv .zf-pdfTextArea {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  font-size: 13px;
}

.zf-tempContDiv input[type="text"]:hover,
.zf-tempContDiv textarea:hover {
  border: 1px solid rgba(157, 157, 157, 0.75) !important;
}

.zf-tempContDiv input[type="text"]:focus,
.zf-tempContDiv textarea:focus {
  border: 1px solid rgba(121, 187, 238, 0.75) !important;
  -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
}

.zf-tempContDiv textarea {
  height: 75px;
}

.arrangeAddress .zf-addrCont span.zf-addtwo {
  width: 99% !important;
  float: none !important;
}

/**********Error Message***********/
.zf-errorMessage {
  font: 12px Arial, Helvetica, sans-serif;
  color: #ff0000;
  padding-top: 5px;
}

/**********Mandatory Message***********/
.zf-important {
  color: #ff0000 !important;
  font-weight: normal;
  margin-left: 0px;
  padding: 0;
  font-size: 13px !important;
}

/**********instruction Message***********/
.zf-instruction {
  color: #939393;
  font-style: italic;
  margin-top: 3px;
  font-size: 12px;
  overflow: visible !important;
  word-break: break-all;
  margin-bottom: 3px;
}

.zf-symbols {
  padding: 0 5px;
}

.zf-overflow {
  overflow: hidden;
}

/*****************template Header Starts Here****************/

.zf-tempHeadBdr {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.zf-tempHeadContBdr {
  background: #494949;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.zf-tempHeadContBdr .zf-frmTitle {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

.zf-tempHeadContBdr .zf-frmDesc {
  color: #dddddd;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/****************template Header Ends Here****************/

.zf-subContWrap {
  padding: 0;
  margin: 10px;
  margin-bottom: 0;
}

.zf-tempFrmWrapper {
  padding: 10px 15px;
  margin: 1px 0;
}

.zf-tempFrmWrapper .zf-tempContDiv {
  margin: 0;
  padding: 0;
}

.zf-tempFrmWrapper .zf-labelName {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}

.zf-form-sBox {
  padding: 4px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

.zf-name .zf-tempContDiv span,
.zf-phone .zf-tempContDiv span,
.zf-time .zf-tempContDiv span {
  float: left;
  display: block;
}

.zf-name .zf-tempContDiv span {
  margin-bottom: 5px;
  margin-left: 4%;
}

.zf-name .zf-tempContDiv span.last {
  margin-right: 0;
}

.zf-name .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-name .zf-tempContDiv input[type="text"] {
  width: 100%;
}

.zf-phone .zf-tempContDiv span label,
.zf-date .zf-tempContDiv span label,
.zf-time .zf-tempContDiv span label,
.zf-address .zf-tempContDiv span label,
.zf-geolocation .zf-tempContDiv span label,
.zf-name .zf-tempContDiv span label {
  font-size: 11px;
  padding-top: 3px;
}

.zf-phone .zf-tempContDiv label,
.zf-date .zf-tempContDiv label,
.zf-time .zf-tempContDiv label,
.zf-address .zf-tempContDiv label,
.zf-name .zf-tempContDiv span label {
  color: #888888;
}

.zf-phone .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: center;
}

.zf-phone .zf-tempContDiv .zf-symbols {
  padding-top: 5px;
}

.zf-currency .zf-tempContDiv span {
  display: inline-block;
}

.zf-currency .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-currency .zf-tempContDiv .zf-symbol {
  font-size: 14px;
  margin-left: 5px;
  margin-top: 4px;
  width: auto;
  font-weight: bold;
}

.zf-decesion .zf-tempContDiv {
  width: 100% !important;
  margin-top: 4px;
}

.zf-decesion input[type="checkbox"] {
  display: block;
  height: 13px;
  margin: 0;
  padding: 0;
  width: 13px;
  float: left;
  margin-top: 4px;
}

.zf-decesion label {
  display: block;
  line-height: 21px;
  margin: 0px 0 0 25px !important;
  padding-bottom: 0 !important;
  width: 95% !important;
  float: none !important;
  line-height: 21px !important;
  text-align: left !important;
}

.zf-tempContDiv input[type="file"] {
  outline: none;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px;
  width: auto;
}

.zf-address .zf-tempContDiv span,
.zf-geolocation .zf-tempContDiv span {
  display: block;
  padding-bottom: 15px;
  margin-right: 2%;
}

.zf-address .zf-tempContDiv span label,
.zf-geolocation .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-address .zf-tempContDiv .zf-addOne,
.zf-geolocation .zf-tempContDiv .zf-addOne {
  float: none;
  padding-bottom: 15px;
  margin-right: 0;
}

.zf-address .zf-tempContDiv .zf-addOne input,
.zf-geolocation .zf-tempContDiv .zf-addOne input {
  width: 98%;
}

.zf-address .zf-tempContDiv span.zf-addtwo,
.zf-geolocation .zf-tempContDiv span.zf-addtwo {
  width: 48%;
}

.zf-address .zf-tempContDiv span.zf-addtwo input,
.zf-geolocation .zf-tempContDiv span.zf-addtwo input {
  width: 99%;
}

.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox {
  width: 100%;
}

.zf-signContainer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.zf-signContainer canvas {
  cursor: crosshair;
  border: 1px solid #ccc;
  background: #fff;
}

.zf-signContainer a {
  font-size: 11px;
  text-decoration: underline;
  display: block;
}

.zf-section h2 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: "Open Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.zf-section p {
  color: #847f7f;
  margin-top: 10px;
}

.zf-note .zf-labelName {
  padding-top: 7px;
}

.zf-templateWrapper .zf-note {
  overflow: hidden;
}

.zf-date .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: left;
}

.zf-subDate {
  margin-right: 10px;
}

.zf-subDate label {
  text-align: left !important;
}

.zf-time .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: center;
}

.zf-time .zf-tempContDiv .zf-form-sBox {
  min-width: 58px;
}

.zf-time .zf-tempContDiv .zf-symbols {
  padding-top: 5px;
}

.zf-tempContDiv input[type="checkbox"],
.zf-tempContDiv input[type="radio"] {
  display: block;
  height: 13px;
  margin: 4px 0 0;
  padding: 0;
  width: 13px;
}

.zf-radio .zf-overflow,
.zf-checkbox .zf-overflow {
  padding-left: 2px !important;
}

.zf-sideBySide .zf-tempContDiv span {
  margin: 0 15px 5px 0;
  padding: 0;
  width: auto;
  float: left;
  display: block;
}

.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-sideBySide .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-oneColumns .zf-tempContDiv span {
  margin: 0 0 13px 0;
  padding: 0;
  width: 100%;
  display: block;
  clear: both;
}

.zf-oneColumns .zf-tempContDiv span:last-child {
  margin-bottom: 0;
}

.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-oneColumns .zf-tempContDiv span label {
  line-height: 19px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 13px;
}

.zf-twoColumns .zf-tempContDiv span {
  margin: 0 5px 13px 0;
  width: 48%;
  float: left;
  display: block;
}

.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-twoColumns .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-threeColumns .zf-tempContDiv span {
  margin: 0 5px 13px 0;
  width: 30%;
  float: left;
}

.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-threeColumns .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-mSelect select {
  font-size: 13px;
}

.zf-fmFooter {
  margin: 0;
  padding: 25px;
  text-align: center;
}

.zf-fmFooter .zf-submitColor {
  font-size: 14px;
  padding: 4px 10px;
}

.zf-submitColor {
  color: #fff;
  border: 1px solid;
  border-color: #2f9eec #1988d6 #1988d6;
  background: #2596e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2f9eec),
    to(#1988d6)
  );
  background: -moz-linear-gradient(top, #2f9eec, #1988d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.zf-submitColor:hover {
  background: #1988d6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1988d6),
    to(#1988d6)
  );
  background: -moz-linear-gradient(top, #1988d6, #1988d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
}

/****************Field Small/Medium/Large Starts Here****************/

.zf-small .zf-tempContDiv input[type="text"],
.zf-small .zf-tempContDiv textarea,
.zf-small .zf-mSelect select,
.zf-small .zf-tempContDiv .zf-sliderCont,
.zf-small .zf-tempContDiv .zf-pdfTextArea,
.zf-small .zf-signContainer {
  width: 50%;
}

.zf-medium .zf-tempContDiv input[type="text"],
.zf-medium .zf-tempContDiv textarea,
.zf-medium .zf-mSelect select,
.zf-medium .zf-tempContDiv .zf-sliderCont,
.zf-medium .zf-tempContDiv .zf-pdfTextArea,
.zf-medium .zf-signContainer {
  width: 75%;
}

.zf-large .zf-tempContDiv input[type="text"],
.zf-large .zf-tempContDiv textarea,
.zf-large .zf-mSelect select,
.zf-large .zf-tempContDiv .zf-sliderCont,
.zf-large .zf-tempContDiv .zf-pdfTextArea,
.zf-large .zf-signContainer {
  width: 100%;
}

.signContainer canvas {
  width: 100%;
}

.zf-small .zf-tempContDiv .zf-form-sBox {
  width: 50%;
}

.zf-medium .zf-tempContDiv .zf-form-sBox {
  width: 75%;
}

.zf-large .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-name .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-namesmall .zf-nameWrapper {
  width: 50%;
}

.zf-namesmall .zf-tempContDiv span {
  width: 48%;
}

.zf-namesmall .zf-oneType .zf-salutationWrapper span {
  width: 63%;
}

.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 33%;
}

.zf-namesmall .zf-twoType .zf-salutationWrapper span {
  width: 34%;
  margin-left: 3%;
}

.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 26%;
}

.zf-namesmall .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namesmall .zf-threeType .zf-salutationWrapper span {
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-left: 0;
}

.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 50%;
}

.zf-namesmall .zf-tempContDiv span:first-child {
  margin-left: 0;
}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span,
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span {
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-left: 0;
}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation,
.zf-rightAlign
  .zf-namesmall
  .zf-threeType
  .zf-salutationWrapper
  .zf-salutation {
  width: 50%;
}

.zf-namemedium .zf-nameWrapper {
  width: 75%;
}

.zf-namemedium .zf-tempContDiv span {
  width: 49%;
  margin-left: 2%;
}

.zf-namemedium .zf-oneType .zf-salutationWrapper span {
  width: 73%;
}

.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 25%;
}

.zf-namemedium .zf-twoType .zf-salutationWrapper span {
  width: 38%;
  margin-left: 2%;
}

.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 20%;
}

.zf-namemedium .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namemedium .zf-threeType .zf-salutationWrapper span {
  width: 25%;
  margin-left: 2%;
}

.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 19%;
}

.zf-namemedium .zf-tempContDiv span:first-child {
  margin-left: 0;
}

.zf-namelarge .zf-tempContDiv span {
  width: 23.5%;
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 0;
}

.zf-namelarge .zf-twoType .zf-nameWrapper span {
  width: 49%;
  margin-left: 2%;
}

.zf-namelarge .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namelarge .zf-twoType .zf-salutationWrapper span {
  width: 40%;
  margin-left: 2%;
}

.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 16%;
}

.zf-namelarge .zf-threeType .zf-salutationWrapper span {
  width: 26%;
  margin-left: 2%;
}

.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 16%;
}

.zf-namelarge .zf-oneType .zf-salutationWrapper span {
  width: 73%;
  margin-left: 2%;
}

.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 25%;
}

.zf-namelarge .zf-tempContDiv span:first-child {
  margin-left: 0 !important;
}

.zf-csmall .zf-tempContDiv input[type="text"] {
  width: 43%;
}

.zf-cmedium .zf-tempContDiv input[type="text"] {
  width: 67%;
}

.zf-clarge .zf-tempContDiv input[type="text"] {
  width: 91%;
}

.zf-nsmall .zf-tempContDiv input[type="text"] {
  width: 50%;
}

.zf-nmedium .zf-tempContDiv input[type="text"] {
  width: 75%;
}

.zf-nlarge .zf-tempContDiv input[type="text"] {
  width: 100%;
}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 49%;
}

.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 60%;
}

.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 74%;
}

.zf-addrsmall .zf-tempContDiv .zf-addrCont {
  width: 50%;
}

.zf-addrmedium .zf-tempContDiv .zf-addrCont {
  width: 75%;
}

.zf-addrlarge .zf-tempContDiv .zf-addrCont {
  width: 100%;
}

/****************Field Small/Medium/Large Ends Here****************/

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  padding-bottom: 8px;
  display: block;
}

.zf-topAlign .zf-threeColumns .zf-labelName,
.zf-topAlign .zf-twoColumns .zf-labelName,
.zf-topAlign .zf-oneColumns .zf-labelName,
.zf-topAlign .zf-sideBySide .zf-labelName {
  padding-bottom: 8px;
}

.zf-leftAlign {
  display: block;
}

.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
  float: left;
  width: 30%;
  line-height: 20px;
  margin-right: 15px;
}

.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
  margin-left: 35%;
}

.zf-leftAlign .zf-slider .zf-tempContDiv {
  margin-top: 6px;
}

.zf-leftAlign .zf-decesion .zf-tempContDiv,
.zf-rightAlign .zf-decesion .zf-tempContDiv {
  margin-left: 0 !important;
}

.zf-rightAlign {
  display: block;
}

.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
  float: left;
  width: 30%;
  line-height: 20px;
  text-align: right;
  margin-right: 15px;
}

.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
  margin-left: 35%;
}

.zf-matrixTable {
  font-size: 13px;
  overflow-x: scroll;
  padding-bottom: 15px !important;
}

.zf-matrixTable table th,
.zf-matrixTable table td {
  padding: 10px;
}

.zf-matrixTable thead th,
.zf-matrixTable table td {
  text-align: center;
}

.zf-matrixTable table td input[type="radio"],
.zf-matrixTable table td input[type="checkbox"] {
  display: inline-block;
}

.zf-matrixTable tbody th {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

.zf-matrixTable thead th {
  font-weight: 600;
  font-size: 13px;
}

/****************Form Top Align Starts Here****************/

.zf-termsContainer {
  margin: 0;
  padding: 0;
}

.zf-termsContainer .zf-termsMsg {
  border: 1px solid #e1e1e1;
  max-height: 250px;
  min-height: 70px;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 6px;
}

.zf-termsContainer .zf-termScrollRemove {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-bottom: 6px;
}

.zf-termsAccept {
  margin-top: 2px !important;
}

.zf-termsAccept input[type="checkbox"] {
  margin-top: 2px !important;
  float: left;
}

.zf-termsAccept label {
  margin-left: 20px;
  font-size: 13px;
  float: none;
  display: block;
}

.zf-termsWrapper .zf-tempContDiv {
  margin-left: 0 !important;
}

.zf-termsWrapper .zf-labelName {
  width: 100% !important;
  text-align: left !important;
  padding-bottom: 8px !important;
}

.zf-medium .zf-phwrapper {
  width: 75%;
}

.zf-phwrapper.zf-phNumber span {
  width: 100% !important;
}

.zf-phwrapper span:first-child {
  margin-left: 0;
  width: 22%;
}

.zf-phwrapper label {
  display: block;
  color: #888888;
  font-size: 11px;
  margin-top: 2px;
}

.zf-medium .zf-phonefld input[type="text"],
.zf-small .zf-phonefld input[type="text"] {
  width: 100%;
}

.zf-small .zf-phwrapper {
  width: 50%;
}

.zf-tempFrmWrapper.zf-phone span {
  width: auto;
  margin: inherit;
}

.zf-phwrapper span {
  margin-bottom: 10px;
  float: left;
  width: 76%;
  margin-left: 2%;
}

.zf-descFld a {
  text-decoration: underline;
}

.zf-descFld em {
  font-style: italic;
}

.zf-descFld b {
  font-weight: bold;
}

.zf-descFld i {
  font-style: italic;
}

.zf-descFld u {
  text-decoration: underline;
}

.zf-descFld ul {
  margin: auto;
}

.zf-descFld ul {
  list-style: disc;
}

.zf-descFld ol {
  list-style: decimal;
}

.zf-descFld ul,
.zf-descFld ol {
  margin: 10px 0;
  padding-left: 20px;
}

.zf-descFld ol.code {
  list-style-position: outside;
  list-style-type: decimal;
  padding: 0 30px;
}

.zf-descFld ol.code li {
  background-color: #f5f5f5;
  border-left: 2px solid #cccccc;
  margin: 1px 0;
  padding: 2px;
}

.zf-descFld blockquote.zquote {
  border-left: 3px solid #efefef;
  padding-left: 35px;
}

.zf-descFld blockquote.zquote span.txt {
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  -moz-user-select: none;
  color: #058bc2;
  float: left;
  font: bold 50px Arial, Helvetica, sans-serif;
  margin: -10px 0 0 -30px;
}

.zf-descFld blockquote.block_quote {
  background: url("../images/newQuote.gif") no-repeat scroll 12px 10px
    rgba(0, 0, 0, 0);
  border-left: 3px solid #efefef;
  font: 13px/20px georgia, Arial, verdana, Helvetica, sans-serif;
  margin: 15px 3px 15px 15px;
  padding: 10px 10px 10px 40px;
}

.zf-descFld body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 8px;
}

.note .noteCont {
  overflow: hidden;
}

.note .zf-descFld {
  overflow: hidden;
  font-size: 13px;
}

/*contact us form */

.chat-with-us .zf-templateWrapper {
  border: 0 !important;
  box-shadow: none !important;
}

.chat-with-us .zf-namemedium .zf-nameWrapper {
  width: 100%;
}

.chat-with-us .zf-small .zf-tempContDiv input[type="text"] {
  width: 100%;
}

.chat-with-us .zf-templateWrapper .form-control {
  height: 50px;
  margin-top: 0 !important;
  transition: unset;
  font-size: 16px;
  border-radius: 10px;
  /* color: #8D8D8D; */
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #dedede;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
}

.chat-with-us .form-detail.form-check {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-with-us .form-detail .form-select,
.chat-with-us .zf-form-sBox {
  color: #0b0b0b;
  font-size: 16px !important;
  font-weight: 400;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #dedede;
  border-radius: 10px;
  height: 50px;
  margin-top: 0;
  transition: unset;
  padding: 8px 12px !important;
  font-family: "Inter", sans-serif;
}

.chat-with-us .zf-tempContDiv input[type="text"]:hover {
  border: 1px solid #dedede !important    ;
}

.chat-with-us .zf-medium .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.chat-with-us .zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  padding-bottom: 0 !important;
}

.chat-with-us .select-service-part {
  margin-top: 26px;
}

.chat-with-us .zf-sideBySide .zf-tempContDiv span label {
  font-size: 16px;
  line-height: 15px;
}

.chat-with-us .zf-large .zf-tempContDiv textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 12px 15px;
  height: 85px;
  outline: unset;
  margin-top: 0 !important;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.chat-with-us .zf-fmFooter .zf-submitColor.main-btn {
  background: #062b49;
  border-radius: 10px;
  padding: 13px 25px !important;
  font-size: 16px !important;
  font-weight: 500;
  color: #fff;
  border: 1px solid #062b49;
  font-family: "Inter", sans-serif;
}

.chat-with-us .zf-fmFooter .zf-submitColor.main-btn:hover {
  color: #082b49 !important;
  border: 1px solid #082b49;
  background: transparent;
}

.chat-with-us .zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.message-notice-fullDivspan {
  padding: 0 15px !important;
}

.message-notice-Divspan {
  font-family: "Inter", sans-serif;
}

.chat-with-us .form-detail .form-check-input {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  float: unset;
}

.chat-with-us .zf-templateWrapper .zf-labelName {
  font-size: 16px;
  font-weight: 400;
  color: #0b0b0b;
  margin-bottom: 7px;
  font-family: "Inter", sans-serif;
}

.chat-with-us .zf-templateWrapper .form-control::placeholder,
.chat-with-us .zf-large .zf-tempContDiv textarea::placeholder {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
}

.chat-with-us .zf-templateWrapper .form-control:focus,
.chat-with-us .zf-large .zf-tempContDiv textarea:focus {
  box-shadow: unset !important;
  outline: 0 !important;
  border: 1px solid #dedede !important;
}

.chat-with-us .zf-name .zf-tempContDiv span label {
  color: #8d8d8d;
}

.chat-with-us .zf-templateWrapper textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 12px 15px;
  height: 85px;
  outline: unset;
  margin-top: 0 !important;
}

.chat-with-us .verification-box {
  margin-bottom: 0;
}

.chat-with-us .verification-box label {
  margin-bottom: 0 !important;
}

.cookies-body::before {
  content: "";
  background: #0000009c;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111;
  width: 100%;
  /*  height: 100%;  */
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #122e56;
  color: #f5f6fa;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  z-index: 9999999999999999;
  transition: 400ms;
}

.cookie-container.active {
  bottom: 0;
  padding: 18px 0;
}

.cookie-container p {
  margin-bottom: 0;
  color: #fff;
}

.cookie-container a {
  color: #f5f6fa;
}

.cookie-btn {
  background: white;
  border: 0;
  color: #122e56;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  cursor: pointer;
  margin-left: 10px;
  border: 1px solid #122e56;
  transition: all 0.3s;
}

.cookie-btn:hover {
  background: #122e56;
  border: 1px solid #122e56;
  color: #fff;
}

/* new contact form css */

/* <style> */

.title-contact {
  color: #fff;
  margin-bottom: 40px;
  padding: 10px 25px;
  font-size: 25px;
  text-align: center;
  background-color: #000;
}

#crmWebToEntityForm.zcwf_lblLeft {
  width: 100%;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
#crmWebToEntityForm.zcwf_lblLeft * {
  box-sizing: border-box;
}
#crmWebToEntityForm {
  text-align: left;
}

.zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight: bold;
}
.zcwf_lblLeft.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}
.zcwf_lblLeft .zcwf_col_fld input[type="text"],
.zcwf_lblLeft .zcwf_col_fld input[type="password"],
.zcwf_lblLeft .zcwf_col_fld textarea,
.zcwf_lblLeft .zcwf_col_fld_slt {
  width: 100%;
  border: 1px solid #c0c6cc !important;
  resize: vertical;
  border-radius: 2px;
  float: left;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zcwf_lblLeft .zcwf_col_lab {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.zcwf_lblLeft .zcwf_privacy {
  padding: 6px;
}
.zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.dIB {
  display: inline-block;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
  content: "";
  display: table;
  clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
  float: right;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {
  margin: 15px 0px;
}
.zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: var(--baseColor);
  font-size: 12px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  color: var(--baseColor);
  padding-top: 2px;
  margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
  font-size: 16px;
  color: #fff;
  padding: 8px 30px;
  text-decoration: none;
  background: #122e56;
  display: inline-block;
  border: 0;
  border: 1px solid #122e56;
  transition: all 0.5s;
}
.zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: var(--baseColor);
  z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox {
  float: left;
}
.zcwf_lblLeft .zcwf_file {
  width: 55%;
  box-sizing: border-box;
  float: left;
}
.clearB:after {
  content: "";
  display: block;

  clear: both;
}
.scoll-label {
  display: none;
}
@media all and (max-width: 800px) {
  .zcwf_lblLeft .zcwf_col_lab,
  .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }
  .zcwf_lblLeft .zcwf_col_help {
    width: 40%;
  }
}
/* </style> */
.static-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.static-page h1 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.static-page h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.static-page h3,
.static-page h4,
.static-page h5 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.static-page p,
.static-page ul li {
  margin-bottom: 1rem;
}
.static-page ul {
  padding-left: 1rem;
}
.static-page ul li {
  list-style: disc;
}
