/*
Theme Name: iCrowdnewswire
Author: ICN Technical Team
Version: 1.0
Text Domain: icrowdnewswire
Description: New Theme with New Design and Full Responsive
*/

html {
  overflow-x: hidden;
}

body {
  color: #7b7b7b !important;
  line-height: 1.7 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  transition: color 150ms ease-in-out;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:focus {
  outline: none !important;
  text-decoration: none !important;
}

p {
  margin-bottom: 8px;
}

p:last-child {
  margin-bottom: 0;
}

.theme-bg {
  background-color: #29387e !important;
}

.title-color {
  color: #303030 !important;
}

.title-color:hover {
  color: #062e6c !important;
}

/* ------- sticky side buttons ------- */

.social {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  transform: translate(82px, 0px);
  z-index: 80;
}

.social .call-cta {
  color: #3a8bca;
  background: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 5px;
  padding: 12px 15px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
  transition-property: transform;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  line-height: 132px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.social a:hover {
  transform: translate(-15px, 0px);
  background: #27387f !important;
  color: #fff;
  border-radius: 7px;
}

.dropdown-toggle::after {
  margin-top: 5px;
  margin-left: -4px !important;
}

.sticky-custom-dropdown a {
  color: #27387f;
  border-bottom: 1px solid #0000002b;
  padding: 9px 14px;
  font-size: 14px !important;
}

.sticky-custom-dropdown {
  background-color: #ffffff;
  border-radius: 7px;
}

.pr-ctas {
  margin-right: 15px;
  font-size: 18px;
  margin-bottom: 5px;
}

.cta-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* ------Translations btns------ */

.translation-wrapper {
  display: flex;
  justify-content: flex-start;
}

.translations {
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  border-radius: 0 8px 8px 0;
}

.translations a {
  margin-left: 5px;
  transition-property: transform;
  transition: 0.4s;
  margin-top: 05px;
}

.translations a:hover {
  transform: translate(13px, 0px);
}

.translations__toggler {
  display: none;
  background: white;
  padding: 12px;
  border-radius: 0 8px 8px 0;
  margin: 4px 0;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.translations__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  float: left;
  transform: translateX(0);
  padding: 12px;
  top: 50%;
  border-radius: 0 8px 8px 0;
  transition: transform 0.3s;
}
.translations__items--show {
  transform: translateX(0) !important;
}

.custm-container {
  max-width: 1200px !important;
}

.header-social-link a:first-child {
  margin-left: 0;
}

.header-social-link a {
  color: #fff;
  margin-left: 26px;
  font-size: 13px;
}

.header-social-link a {
  color: #fff;
}

.demo {
  position: relative;
  color: #fff;
}

.demo a {
  padding: 10px 12px;
  color: #27387f;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}

.pl-30 {
  padding-left: 30px;
}

.sign-up a {
  padding: 10px 12px;
  color: #27387f;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}

img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.demo a:hover {
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
}

.demo:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.sign-up a:hover {
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
}
.sign-up:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

section.hero-slide > .container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(500px, max-content));
  padding-left: 48px !important;
  padding-right: 48px !important;
  z-index: -1;
  max-width: 1350px !important;
  place-items: center;
}

/*------- header top style start -------*/

.header-top {
  padding: 15px 20px;
}

.header-top-left {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.header-top-left a {
  color: #fff;
}

.header-top-left a:hover {
  color: #151515;
}

@media only screen and (max-width: 575.98px) {
  .login-register {
    padding-bottom: 6px;
  }
  .m3 {
    margin-top: 20px;
  }
}

.login-register a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.login-register a:hover {
  color: #151515;
}

.header-social-link a:hover {
  color: #151515;
}

.header-social-link a:first-child {
  margin-left: 0;
}

/*------- header top style end -------*/

/*------ main menu start ------*/

.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a i {
  font-size: 14px;
  padding: 0 3px;
}

.main-menu ul li:last-child a {
  padding-right: 0;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: #29387e;
}

.main-menu ul li ul {
  top: 100%;
  left: 0;
  width: 230px;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  border: 1px solid #efefef;
}

.main-menu ul li ul li {
  margin-right: 0;
  border-right: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.main-menu ul li ul li a {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #efefef;
  z-index: 1;
}
.main-menu ul li ul li a:hover {
  background: #29387e;
  color: #fff;
}

.main-menu ul li ul li a i {
  float: right;
  padding-top: 5px;
}
.main-menu ul li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.main-menu ul li ul li:last-child a {
  border-bottom: 0;
}

.main-menu ul li ul li ul {
  top: 100%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translate(0, 21px) !important;
  -ms-transform: translate(0, 21px) !important;
  transform: translate(0, 21px) !important;
}
/*------ main menu end ------*/

.mobile-top-dropdown {
  padding: 20px;
}

.mobile-top-dropdown > a {
  color: #fff;
}

.mobile-top-dropdown .dropdown-toggle:after {
  display: none;
}

/*----- language style end -----*/

/*------ sticky menu style start ------*/

.sticky.is-sticky {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  /*z-index: 9;*/
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal
    none 1 running fadeInDown;
  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1
    running fadeInDown;
}

.sticky.is-sticky.main-menu-wrapper {
  padding: 10px 0;
}

.sticky.is-sticky.main-menu-wrapper .brand-logo {
  max-width: 100%;
}

/*------ sticky menu style end ------*/

/*----- mobile menu start -----*/

.mobile-header {
  padding: 15px 0;
  z-index: 999;
  position: relative;
}

.mobile-logo {
  max-width: 100%;
}

.mobile-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
  margin-left: 25px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #151515;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.mobile-main-header
  .mobile-menu-toggler
  .mobile-menu-btn
  span:nth-child(2),
.mobile-main-header
  .mobile-menu-toggler
  .mobile-menu-btn
  span:nth-child(3) {
  margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
  background-color: #29387e;
}

.mobile-main-header
  .mobile-menu-toggler
  .mobile-menu-btn:hover
  span:nth-child(1),
.mobile-main-header
  .mobile-menu-toggler
  .mobile-menu-btn:hover
  span:nth-child(3) {
  width: 20px;
}

.mobile-navigation {
  overflow: hidden;
  min-height: 410px;
  padding: 20px;
}

.mobile-navigation nav {
  height: 100%;
}

.mobile-menu {
  margin-top: 30px;
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
}

@media only screen and (max-width: 479.98px) {
  .mobile-menu {
    margin-top: 15px;
  }
}

.mobile-menu li > a {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.mobile-menu li > a:hover {
  color: #ffffffa1;
}

.mobile-menu li ul li {
  border: none;
}

.mobile-menu li ul li a {
  font-size: 14px;
  padding: 10px 0 8px;
}

.mobile-menu li.menu-item-has-children {
  display: block;
  position: relative;
}

.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}

.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu
  li.menu-item-has-children.active
  > .menu-expand
  i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.main-menu-wrapper.header-transparent {
  padding: 5px 32px;
  box-shadow: 0 9px 11px rgba(0, 0, 0, 0.15);
  z-index: 999;
  background-color: #fff;
}

.main-menu-wrapper {
  padding: 20px 0;
}

.brand-logo {
  max-width: 100%;
}

.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-menu ul li {
  position: relative;
}

ul li {
  list-style: none;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: #29387e;
}

.main-menu ul li a {
  color: #191919;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.main-menu ul li a:hover {
  color: #29387e;
}

.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.main-menu ul li ul li {
  margin-right: 0;
  border-right: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.main-menu ul li ul li a {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #efefef;
  z-index: 1;
}

/* .main-menu ul li ul li:hover > a {
  color: #fff;
  background-color: #29387e;
} */

/*----- mobile menu end -----*/

/*------ offcanvas widget area start ------*/

.offcanvas-widget-area {
  margin-top: auto;
  padding: 20px;
}

.off-canvas-contact-widget li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.off-canvas-contact-widget li i {
  width: 20px;
}

.off-canvas-contact-widget li a {
  color: #fff;
}

.off-canvas-contact-widget li a:hover {
  color: #151515;
}

.off-canvas-social-widget {
  margin-top: 20px;
}

.off-canvas-social-widget a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.off-canvas-social-widget a:hover {
  color: #151515;
}

/*------ offcanvas widget area end ------*/

.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  cursor: url("assets/images/icon/cancel.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #29387e;
  width: 300px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
  -ms-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 270px;
  }
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: #29387e !important;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 60px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  height: 100%;
}

.search-box-offcanvas form {
  position: relative;
}

.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 40px 0 10px;
  background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 62px;
  font-size: 20px;
  color: #29387e !important;
  border: none;
  position: absolute;
}

.search-box-offcanvas form .search-btn:hover {
  color: #29387e;
}

/*------- mobile top bar settings start -------*/

.mobile-settings {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e1e1e1;
}

.mobile-settings li {
  margin-bottom: 5px;
}

.mobile-settings .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
  font-size: 14px;
  color: #151515;
  cursor: pointer;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
  color: #29387e;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
  display: none;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
  padding: 0;
  border-color: #e1e1e1;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-settings
  .nav
  .mobile-top-dropdown
  .dropdown-menu
  .dropdown-item {
  font-size: 13px;
  color: #151515;
  padding: 6px 15px;
}

.btn,
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

/*------- mobile top bar settings end -------*/

/* -------- Hero slide Area -------- */

.hero-slide {
  background-image: url("assets/images/hero-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* height: 700px; */
  padding: 100px 0;
  transition: filter 0.3s;
}

.m-title h2 {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.xl-title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
}

.row.brand-line p {
  color: #27387f;
  font-size: 20px;
  line-height: 30px;
}

.down-arrow a {
  border: 1px solid #29387e;
  border-radius: 100%;
  height: 50px;
  line-height: 46px;
  text-align: center;
  width: 50px;
  display: block;
  color: #29387e;
}

.down-arrow a:hover {
  border: 1px solid#29387e;
  background: #29387e;
  color: #fff;
}

.u-btn-header {
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%) 0% 0% no-repeat
    padding-box;
  border-radius: 5px;
  font-weight: 600;
  color: #29387e !important;
  border: none;
  padding: 12px 20px;
  text-align: center;
}
.u-btn-header:hover {
  transition: all 0.3s;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2);
}
.u-btn-header:focus {
  transition: all 0.3s;
  box-shadow: none;
}
.u-btn-header__secondary {
  background: #0f2852;
  color: #fff !important;
}
.u-btn-header__tertiary {
  background: #1074bb;
  color: #fff !important;
  width: 203px;
}
/* ============ Our Brands Section ========== */

/*------ service section start ------*/

.servivce-middle-thumb {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px) {
  .servivce-middle-thumb {
    margin-top: 60px;
  }
}

.service-item {
  width: 218px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-item {
    float: left;
  }
}

/* ---------------- Media Query for Small Mobiles ----------- */

@media only screen and (max-device-width: 480px) {
  .service-detail.card-back {
    min-height: 395px;
  }
}

/* ----------- Media Query for Mobiles ----------- ------- */

@media only screen and (max-width: 767.98px) {
  .service-item {
    width: 100%;
  }
  .flip-card {
    margin: 20px;
    min-height: 369px !important;
  }
  div#arrow-down {
    display: none;
  }
  .pro-box {
    border-bottom: 1px solid #ffffff63;
    padding: 20px;
  }
  .pro-box:last-child {
    border-bottom: 0;
  }
  .pmda-box:hover .pmda-box-back {
    display: none !important;
    top: 0px !important;
    right: 0 !important;
    box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1) !important;
    width: 0px !important;
    height: 0px !important;
  }
  .pmda-box {
    width: 100% !important;
  }
  .pmda-box h4 {
    line-height: 30px !important;
    font-size: 20px !important;
    color: #434040 !important;
    padding: 10px 0px !important;
  }
  .mb-sm-5 {
    margin-bottom: 50px;
  }
  .heading h2 {
    font-size: 40px !important;
    padding: 10px 0 10px 0 !important;
    color: #565656 !important;
    font-weight: 400 !important;
  }
  p.para {
    font-size: 17px !important;
    line-height: 32px !important;
    width: 100% !important;
    margin: 0px auto !important;
    color: #505050 !important;
  }
  .icons-head > h3 {
    display: inline-block !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    padding: 10px 0px 0px 0px !important;
    line-height: 38px !important;
    color: #434040 !important;
  }
  p.services-dscp {
    font-size: 18px !important;
    line-height: 34px !important;
    padding-bottom: 10px !important;
    width: 90% !important;
  }
  .spacer {
    min-height: 10px !important;
  }
  .geo-wrapper {
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .geo-wrapper h5 {
    font-size: 30px !important;
    display: block !important;
    line-height: 38px !important;
    padding: 9px 10px !important;
  }
  .geo-wrapper .cta-wrapper {
    justify-content: center !important;
  }
  .trans-icons a {
    margin-left: 20px !important;
    line-height: 50px;
  }
  .plv-5 {
    padding-left: 0px !important;
  }
  .Pub-icon {
    margin: 15px 0px 0px 18px;
  }
  .FS-btns .fake-btn {
    font-size: 16px !important;
  }
  .FS-upload h2 {
    font-size: 24px !important;
  }
  .testimonial_para {
    width: 100% !important;
    margin: 0 auto;
  }
  .testimonial-title h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .reports-top {
    margin-top: -50px !important;
  }
  .reports-wrapper {
    margin-bottom: 25px;
    margin-bottom: 45px;
    border-top: 1px solid #00000042;
    padding-top: 20px;
  }
  #border-right {
    border-right: none !important;
  }
  .my-text-left,
  .my-text-right {
    text-align: center !important;
  }
  .checkmark_fs {
    left: 16% !important;
  }
  .pricing-sub-title h4 {
    font-size: 22px !important;
    line-height: 40px !important;
    font-weight: 400;
  }
  /*------------------------- packages tab1 ----------------*/
  .tab_packages .nav-tabs .nav-link {
    padding: 8px 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  /* .tab_packages .tab-content {
        padding: 0 !important;
    } */
  .tab_packages .package_one1 h2 {
    font-size: 26px !important;
  }
  .tab_packages .basic_buy {
    padding: 5px 13px !important;
    width: 100% !important;
  }
  .tab_packages .logo_info li {
    display: inline-block;
    margin: 20px auto !important;
    width: 46% !important;
    border: none !important;
  }
  .tab_packages .legal_buy {
    padding: 5px 10px !important;
    width: 100% !important;
  }
  .tab_packages .package_one1 tbody tr td img {
    margin: auto !important;
    display: block !important;
    max-width: 100% !important;
  }
  .tab_packages {
    padding: 0 !important;
  }
  .logo_info li {
    width: 90% !important;
  }
  .pree_release_info {
    line-height: 34px;
  }
  .slider_detail .slick-next.slick-arrow,
  .slider_detail .slick-prev.slick-arrow {
    background-size: 42% !important;
  }
}

.service-item:hover .service-icon img {
  -webkit-transform: scale(0.95) translateX(10px);
  -ms-transform: scale(0.95) translateX(10px);
  transform: scale(0.95) translateX(10px);
}

.service-title {
  font-weight: 700;
  padding: 18px 0 10px;
}

.service-title a {
  color: #151515;
}

.service-title a:hover {
  color: #0172d0;
}

.service-item span.latin-powered_txt {
  font-size: 10px;
}
.latin_back-card img {
  padding: 20px 20px 0px 20px !important;
}
.service-list-left .service-item:nth-child(1),
.service-list-left .service-item:nth-child(3) {
  margin-left: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
  only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px) {
  .service-list-left .service-item:nth-child(1),
  .service-list-left .service-item:nth-child(3) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-list-left .service-item {
    margin-right: 30px;
  }
  .service-list-left .service-item:last-child {
    margin-right: 0;
  }
}

.service-list-left .service-item:last-child {
  margin-bottom: 0;
}

.service-list-right .service-item:nth-child(2) {
  margin-left: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
  only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px) {
  .service-list-right .service-item:nth-child(2) {
    margin-left: 0;
  }
}

.service-list-right .service-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-list-right .service-item {
    margin-right: 30px;
  }
  .service-list-right .service-item:last-child {
    margin-right: 0;
  }
}

.service-wrapper .section-title {
  text-align: center;
}

/* ===================== Media Query for i-pad =========== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flip-card {
    min-height: 470px !important;
  }
  .service-title {
    font-weight: 700;
    padding: 55px 10px;
  }
  .pmda-box:hover .pmda-box-back {
    display: block !important;
    top: 24px !important;
    right: 15px !important;
    box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1) !important;
    width: 260px !important;
    height: 570px !important;
  }
  .geo-wrapper {
    text-align: center !important;
    display: block;
    margin: 0 auto;
  }
  .geo-wrapper h5 {
    font-size: 26px !important;
    display: block !important;
    line-height: 40px !important;
    padding: 9px 10px !important;
  }
  .spacer {
    min-height: 46px !important;
  }
  .geo-wrapper .cta-wrapper {
    justify-content: center !important;
  }
  .plv-5 {
    padding-left: 0 !important;
  }
  .reports-top {
    margin-top: -45px !important;
  }
  .my-text-right {
    text-align: left !important;
  }
  #border-right {
    border-right: none !important;
  }
  .reports-wrapper {
    margin-bottom: 25px;
  }
  /*------------------- package one -----------------*/
  .tab_packages .nav-tabs .nav-link {
    width: 30% !important;
    text-align: center !important;
    padding: 8px !important;
  }
  .tab_packages {
    padding: 0 !important;
  }
  .logo_info li {
    width: 90% !important;
  }
}

/* ===================== Media Query for i-pad-pro =========== */

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .main-menu ul li a {
    font-size: 14px;
  }
  .btn-upload {
    padding: 10px 15px !important;
    background: #29387e !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 2px !important;
  }
  .main-ctas .btn-qoute {
    padding: 10px 15px;
    border: 1px solid#29387e;
    color: #29387e !important;
    font-size: 16px;
    border-radius: 2px;
    margin-left: 8px;
  }
  .geo-wrapper {
    margin-left: 10px !important;
  }
  .geo-wrapper h5 {
    font-size: 18px !important;
    display: block !important;
    line-height: 27px !important;
    padding: 4px 5px !important;
    font-weight: 600 !important;
  }
  .pmda-box:hover .pmda-box-back {
    display: block !important;
    top: 24px !important;
    right: 19px !important;
    box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1) !important;
    width: 388px !important;
    height: 477px !important;
  }
  #border-right {
    border-right: 2px solid #ddd !important;
  }
  .my-text-right {
    text-align: right !important;
  }
  .main-menu-wrapper.header-transparent {
    padding: 5px 25px !important;
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
  /*---------------------- package_one ------------------*/
  .tab_packages .nav-tabs .nav-link {
    text-align: center !important;
    /* margin: 0 auto 30px !important; */
  }
}

.service-wrapper .service-item {
  padding: 20px;
  border-radius: 14px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 6px 10px RGBA(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-wrapper .service-item {
    width: 100%;
  }
}

/* ------ Laptop Screen --------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .reports-top {
    margin-top: 25px !important;
  }
}

.u-title--secondary {
  font-size: 42px;
  text-align: center;
  color: #191919;
  font-weight: 600;
}

.flip-card {
  min-height: 350px;
}

.service-item.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.card-front {
  padding: 10px;
  z-index: -1;
}

.card-back {
  background-color: #ffffff;
  color: white;
  transform: rotateY(180deg);
}
.card-back img {
  margin-top: 20px;
}
.service-detail img {
  padding: 20px;
}

.service-detail img {
  padding: 20px;
}

p.product-details {
  font-size: 14px;
  width: 88%;
  margin: 20px auto;
  color: #000;
}

p.products-para {
  color: #191919;
  font-size: 16px;
  line-height: 32px;
  max-width: 810px;
  margin: 0 auto !important;
  font-weight: 500;
  /* text-align: justify !important; */
}

/*------ service section end ------*/

/* ----------- Progress-bar - start --------- */

.progress-bar {
  background: #223480 !important;
  border-radius: 24px;
}

.text-medium {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-top: 10px;
}

p.nos {
  font-size: 26px;
  font-weight: 600;
}

/* ----------- Progress-bar - ENDS --------- */

/* ----------------------------------------------------------------------------- */

/* ----------------------------- What We Do Section Start ---------------------- */

.WWD-top-wrapper {
  background-color: #f6f6f6;
}

.w100 {
  width: 100%;
}

.heading h2 {
  font-size: 50px;
  padding: 10px 0 10px 0;
  color: #565656;
  font-weight: 400;
}

p.para {
  font-size: 19px;
  line-height: 34px;
  width: 80%;
  margin: 10px auto;
  color: #505050;
}

.icons-head > h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  padding: 10px 0px 0px 17px;
  line-height: 44px;
  color: #434040;
}

p.services-dscp {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
  width: 90%;
}

.services-btn {
  font-size: 18px !important;
  background: #29387e !important;
  padding: 10px 20px !important;
  color: #fff !important;
}

.services-btn:hover {
  background: #27387f !important;
  color: #fff !important;
  margin-left: 10px;
}

.medium {
  font-weight: 500;
}

.pmda-box {
  text-align: center;
  padding: 20px;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
  background: #fff;
  z-index: 9;
}

.pmda-box h4 {
  line-height: 34px;
  font-size: 24px;
  color: #434040;
  padding: 20px 0px;
}

p.pmda-para {
  font-size: 14px;
  line-height: 31px;
  padding: 0 20px 10px 20px;
}

.pmda-box a {
  color: #27387f;
  font-weight: 600;
  font-size: 14px;
}

.pmda-box-back {
  position: absolute;
  width: 450px;
  height: 430px;
  border: 4px solid #27387f;
  top: 0;
  right: 60px;
  z-index: -12;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s ease-out;
}

.pmda-box:hover .pmda-box-back {
  display: block !important;
  top: 24px;
  right: 29px;
  box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1);
}

.pmda-box:hover {
  box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1);
}

.pmda-box a:hover {
  border: 1px solid #29387e;
  padding: 7px 18px;
}

.targeting-wrapper h4 {
  font-size: 40px;
  color: #434040;
  padding: 10px 0px;
}

.targeting-wrapper p {
  font-weight: 500;
}

.geo-wrapper h5 {
  font-size: 24px;
  display: inline-block;
  line-height: 34px;
  padding: 9px 10px;
}

.spacer {
  min-height: 168px;
}

.geo-wrapper .cta-wrapper {
  justify-content: flex-end;
}

a.cta {
  border: 1px solid #29387e;
  padding: 10px 15px;
}

a.cta.btn:hover {
  background: #29387e;
  color: #fff;
}

.trans-bg {
  background-image: url(assets/images/trans.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 464px;
}

.trans-wrapper h3,
.vdas-wrapper h3 {
  font-size: 40px;
  color: #434040;
  padding: 10px 0 30px 0;
}
@media only screen and (max-width: 400px) {
  .trans-wrapper h3 {
    font-size: 27px !important;
  }
}
.trans-wrapper .sub-title {
  font-size: 18px;
  padding: 10px 0px;
}

.trans-wrapper p:nth-child(3) {
  font-size: 18px;
  padding: 10px 0px;
}

.trans-wrapper p:nth-child(4) {
  font-size: 20px;
  padding: 10px 0px;
  font-weight: 500;
  color: #29387e;
}

.trans-icons a {
  margin-left: 20px;
}

.moving-vertical {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.vdas-wrapper p:nth-child(4) {
  font-size: 18px;
  padding: 20px 0px;
  font-weight: 400;
}

.plv-5 {
  padding-left: 120px;
}

.vdas-bg {
  background-image: url(assets/images/vda.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 464px;
}

.Pub-icon :nth-child(2) {
  font-size: 30px;
  color: #434040;
  padding: 10px 0px;
  line-height: 36px;
}

.g-a-thumb {
  text-align: end;
}

.reports-bg {
  background-image: url("assets/images/reports-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 430px;
}

.reports-top {
  margin-top: 85px;
}

.reports-top img {
  margin: 0 auto;
}

#border-right {
  border-right: 2px solid #ddd;
}

.reports-wrapper :nth-child(1) {
  font-size: 19px;
  line-height: 34px;
}
@media screen and (max-width: 375px) {
  .reports-wrapper .secondary-btn {
    padding: 5px 5px !important;
  }
}

.reports-wrapper :nth-child(2) {
  font-size: 15px;
}

.my-text-left {
  text-align: left;
}

.my-text-right {
  text-align: right;
}

/* -------------------- Reports-page-styles------------- */

h3.reports-hdng {
  font-size: 26px;
  color: #434040;
  font-weight: 500;
  border-left: 15px solid #29387e;
  padding-left: 20px;
}

.reports-cards {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 16rem;
  padding: 5px;
  display: inline-block;
  margin: 10px auto;
}

.reports-cards img {
  width: 100%;
}

.report-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 10px;
  min-height: 200px;
}

.viewReport {
  text-align: center;
  margin-bottom: 2rem;
}

.viewReport a.btn.btn-report {
  background-color: #fff;
  color: #27387f;
  padding: 5px 30px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #27387f7a;
}

.viewReport a.btn.btn-report:hover {
  background-color: #29387e;
  color: #fff;
  border: none;
}

.viewReport a.btn.btn-report:focus {
  box-shadow: 0 0 0 0.2rem rgb(41 56 126 / 25%);
}

/* ---------------------------- ends reports page --------- */

.WLR-wrapper h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.news-title h2 {
  font-size: 36px;
  color: #434040;
  margin-bottom: 20px;
}

.news-title p {
  line-height: 34px;
}

.news-card {
  border: 1px solid #dbdee3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}

.news-card .pr-img img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  min-height: 120px;
  padding: 20px;
}

.news-card:hover {
  box-shadow: 5px 0px 10px 2px #e6e6e6;
}

.news-card:hover .pr-title a {
  color: #29387e;
}

.pr-title a {
  /* padding: 10px 10px; */
  color: #29387e;
}

.pr-title a {
  font-size: 14px;
  color: #434040;
  font-weight: 600;
}

.news-categories {
  font-size: 11px;
  display: block;
  padding: 10px 2px;
}

.news-categories .category {
  padding: 3px 8px;
  display: inline-block;
  color: #838d97;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #c8d0db;
  margin-right: 15px;
  background: #f9f9f9;
}

.pr-description {
  border-top: 1px solid #0000004d;
  padding: 10px;
  font-size: 14px;
}

.pr-title {
  padding: 10px 10px;
}

.pr-description p,
.pr-description p a {
  word-break: break-word;
}

.pr-description a.read_more {
  font-size: 12px;
  float: right;
  padding: 10px;
  color: #27387f;
  font-weight: 600;
}

.news-btn a:hover {
  background-color: #29387e;
  color: #fff;
}

@media (min-width: 992px) {
  .news-card.col-lg-3 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24% !important;
  }
}

@media (min-width: 768px) {
  .news-card.col-md-4 {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }
}

.news-btn a {
  font-size: 20px;
  border: 1px solid #29387e;
  padding: 10px 30px;
  border-radius: 5px;
  color: #27387f;
}

.testimonials {
  background: #f9f9f9;
  position: relative;
}

.testimonials .text-white {
  color: #382323 !important;
}

.testimonial_para {
  width: 60%;
  margin: 0 auto;
}

.testimonial_subtitle {
  color: #0aaa7a;
  font-size: 12px;
}

.testimonial_btn {
  background-color: #373d4b !important;
  color: #fff !important;
}

.carousel-content {
  padding: 50px 0px;
}

.carousel-content h3 span {
  font-size: 17px;
  font-weight: normal;
  color: #e8e8e8;
  text-transform: uppercase;
}

#testimonial {
  text-align: center;
  padding: 40px 0px;
  color: #fff;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
  font-size: 36px;
}

#testimonial h2 {
  font-size: 40px;
  font-style: italic;
  border-bottom: 1px solid #7fbdff;
  padding-bottom: 20px;
}

.details .name {
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}

.card.testimonials-single {
  background: transparent;
  border: none;
}

.border-right {
  border-right: 2px solid #0000002b;
}

.customer-logos .slick-track {
  margin: 0 auto;
}

.FS-upload input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.files {
  position: relative;
}

.FS-upload h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 15px;
}

.full-services {
  outline: 2px dashed #ffffff67;
  outline-offset: -10px;
  text-align: center;
}

.full-services-wrapper {
  background: #29387e;
  padding: 10px 5px;
}

.FS-upload .upload_wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

.FS-btns .fake-btn {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 13px;
  margin: 15px auto 10px;
  font-size: 26px;
  text-transform: capitalize;
  color: #515151;
  display: block;
  border-radius: 9px;
  background-image: linear-gradient(to bottom, #ecedea, #dcdbd8);
  width: 100%;
}

.FS-btns .upload_btn_icon {
  margin-right: 10px;
}

.FS-btns .file-msg {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.fake-btn p {
  font-size: 14px !important;
}

/* ---- about us page styles --------------- */

.about_container {
  background: url(assets/images/about_us/about_bg.png) no-repeat;
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 15px 50px;
  background-size: cover;
}

.about_left h1 {
  text-align: left;
  color: #434040;
  margin-bottom: 50px;
}
.about_left h2 {
  text-align: left;
  color: #434040;
  margin-bottom: 50px;
}

.about_left p {
  text-align: left;
  color: #434040;
}

.about_us {
  border-left: 5px solid #e3eff7;
}

.about_left {
  position: relative;
}

.round_icon {
  width: 25px;
  height: 25px;
  background: #29387e;
  display: block;
  border-radius: 50%;
  border: 5px solid #b0d1ea;
  position: absolute;
  left: -63px;
  top: 7px;
}

.about_pressimg img {
  width: 56%;
  margin: 140px 0 0;
}

.second_rowabout {
  margin-top: 100px !important;
}

.about_info {
  display: flex;
  justify-content: flex-end;
  margin: -70px 0 0;
}

/*-------------------------------  why section ----------------------*/

.why_container {
  background: url("assets/images/about_us/vector_imgbg.png") no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 0 80px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.why_container h3 {
  color: #434040;
}

.why_container p {
  color: #808080;
  font-size: 14px;
}

.border_line {
  border: 1px solid #e3eff7;
  display: block;
  height: 100px;
  width: 10px;
  background: #e3eff7;
  position: absolute;
  margin: auto;
  text-align: center;
  left: 50%;
  top: 110px;
}

/*------------------------  distribution channels   --------------*/

.distribution_container {
  background: #ebf3fa;
  padding: 50px 0 30px;
  text-align: center;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

.carousel-indicators {
  top: 0;
  position: relative;
}

.carousel-indicators li {
  background-color: #29387e;
}

.carousel-item ul li {
  display: inline-block;
  margin: 0 18px;
}

.view_more {
  color: #434040;
  border: 1px solid #434040;
  padding: 5px 15px;
  background: transparent;
  transition: all 0.3s;
}

.view_more:hover {
  color: #ffffff;
  border: 1px solid #434040;
  padding: 5px 15px;
  background: #434040;
  transition: all 0.3s;
}

/* ------------------------- slider ----------------*/

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-slider {
  padding: 40px 0;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.distribution_container .row {
  margin: 0;
}
.customer-logos.slick-initialized .slick-slide {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  box-shadow: 0 0 12px 0 #e6e6e6;
  transition: all 0.3s;
}

/*------------------------- infoemation detail   ---------------------------*/

.box_information {
  border: 1px solid #cccccc;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  margin: 80px 80px 0;
  background: #ffffff;
}

.box_information h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}

.left_point {
  border-right: 8px solid #e3eff7;
}

.right_point .round_icon {
  left: -17px !important;
  top: 99px;
}

.right_point .border_shap {
  width: 100%;
  display: block;
  background: #e3eff7;
  height: 10px;
  position: absolute;
  left: -125px;
  z-index: -99999999999;
}

.left_point .border_shap {
  width: 100%;
  display: block;
  height: 10px;
  background: #e3eff7;
  position: absolute;
  z-index: -9;
  right: -90px;
}

/*-------------------------- button section --------------------*/
.btn_containers {
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 9px 7px 10px 0 #e6e6e6;
}

.btn_containers .partner_detail .col-md-6 {
  float: left;
}

/*------------------- partner information --------------------*/

.partner_containers {
  position: relative;
  padding: 100px 0 50px;
}

.partner_containers .border_line {
  top: 0;
  left: 49%;
}

.partner_containers h3 {
  display: block;
  text-align: center;
  width: 100%;
  margin: 15px 0;
}

.partner_containers .information_detail {
  width: 100%;
}

.partner_containers .information_detail .right_point {
  border-left: 8px solid #e3eff7;
  /*height: 130px;*/
}

.partner_containers .box_information {
  border: none !important;
}

.partner_containers .right_point .round_icon {
  left: -17px !important;
  top: 50px;
}

.partner_containers .right_point img {
  padding: 35px 0 0 120px;
}

.partner_containers .right_point p {
  padding: 10px 0 0 120px;
}

.partner_containers strong {
  display: block;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.partner_containers .border_shap {
  width: 95px;
  left: 0;
  top: 58px;
}

.logo_information {
  display: block;
  width: 100%;
  position: relative;
}

.logo_information .partner_images {
  padding: 80px 0 0;
  text-align: center;
  display: block;
}

.logo_information .partner_images li {
  display: inline-block;
  margin: 0 20px;
}

.logo_information .border_line {
  top: 45px;
  left: 48.7%;
  height: 62px;
}

/*-------------------------------  icn release ----------------------*/

.release_containers {
  background: #fafafa;
  padding: 50px 0;
}

.pr-img a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.release_detail h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 15px;
  color: #000000;
  display: block;
}

.release_detail p {
  text-align: center;
  margin-bottom: 50px;
}

.release_right {
  background: #ffffff;
  padding: 15px;
}

.release_right h1 {
  font-size: 18px;
  line-height: 30px;
}

.release_imgwrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.release_infodetail p {
  font-size: 14px;
  text-align: left;
  margin: 0;
}

.release_right span {
  font-size: 12px;
  margin: 20px 0;
  display: block;
}

.information_releasedetail1 {
  margin: 0 15px 25px 0;
  background: #fff;
  box-shadow: 1px -1px 10px 0 #e6e6e6;
}

.release_containers {
  margin-bottom: 50px;
}

.partner_containers .right_point .border_line {
  display: none;
}

.release_responsiveborder {
  display: none;
}

@media (max-width: 479px) {
  .about_left {
    margin: 20px 0 0;
  }
  .about_left h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about_left {
    margin: 60px 0 0;
  }
  .second_rowabout {
    margin-top: 70px !important;
  }
  .about_left h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .about_pressimg img {
    width: 100%;
  }
  .right_point .box_information {
    margin: 80px 0 0 40px;
  }
  .right_point .border_shap {
    width: 95%;
    left: -100px;
  }
  .left_point .box_information {
    margin: 80px 40px 0 20px;
  }
  .left_point .border_shap {
    width: 60%;
    right: -62px;
  }
  .team_btn {
    margin-right: 0;
  }
  .right_point .border_shap {
    width: 120px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .round_icon {
    display: none;
  }
  .about_us {
    border-left: none;
  }
  .about_us .pl-5 {
    padding-left: 15px !important;
  }
  .left_point {
    border-right: none;
    padding: 0;
  }
  .right_point .box_information {
    margin: 0;
  }
  .left_point .border_shap {
    display: none;
  }
  .right_point {
    border-right: none;
    padding: 0 !important;
    margin: 20px 0 0;
  }
  .left_point .box_information {
    margin: 40px 0 0;
  }
  .about_pressimg img {
    width: 60%;
    margin: 30px 0 0;
  }
  .partner_detail {
    text-align: center !important;
  }
  .team_btn {
    margin: 0 auto 20px;
    float: none;
  }
  .btn_containers .partner_detail {
    float: none;
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 0 !important;
  }
  .btn_containers {
    padding: 30px 0;
  }
  .partner_containers .right_point .round_icon {
    display: none;
  }
  .right_point .border_shap {
    display: none;
  }
  .partner_containers .right_point {
    position: relative;
  }
  .partner_containers .right_point .border_line {
    display: block !important;
  }
  .partner_containers .box_information {
    display: none;
  }
  .partner_containers .right_point .border_line {
    display: block !important;
    left: 51%;
    top: -20px;
    height: 50px;
  }
  .partner_containers .right_point img {
    padding: 30px 0 0;
    margin: auto;
    text-align: center;
    display: block;
  }
  .partner_containers .right_point p {
    padding: 10px 0 0;
    text-align: center;
  }
  .release_responsiveborder {
    display: block !important;
  }
  .release_responsiveborder {
    top: 120px !important;
  }
  .partner_containers strong {
    margin: 40px 0 0;
  }
  .logo_information .border_line {
    top: 73px;
    left: 48.7%;
    height: 51px;
  }
  .logo_information .partner_images li {
    display: block;
    margin: 30px 20px;
  }
  .right_point {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .left_point {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .partner_images li:first-child {
    margin-top: 0;
  }
  .partner_detail .pl-5 {
    padding: 0 !important;
  }
}

/* ------------------------------ newsletter ----------------------------*/

.newsletter_containers {
  background: url(assets/images/about_us/newsletter_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 145px;
  display: block;
  padding: 40px 0;
}

.newsletter_containers h3 {
  color: #27387f;
  font-weight: 600;
  font-size: 24px;
}

.check_newletter {
  /* display: block; */
  /* width: 100%; */
  margin: 14px 0 22px 18px;
  cursor: pointer;
}

.email_field {
  border: 1px solid #3b8acb;
  padding: 5px 10px;
  border-radius: 31px;
  width: 100%;
}

.submit_btn {
  background: #1479c0;
  width: 100%;
  margin-left: 3%;
  padding: 5px 0;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  border: none;
}
.submit_btn:hover {
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgb(0 123 255 / 34%);
  transition: all 0.3s ease-in-out;
}

.subscribe_form input[type="email"] {
  border: 1px solid #3b8acb;
  padding: 5px 10px;
  border-radius: 31px;
  width: 100%;
}

@media (max-width: 767px) {
  .newsletter_field {
    margin: 30px 0;
  }
  .newsletter_containers {
    background: #ffffff;
    /* padding: 40px 0; */
  }
  .email_field {
    /* margin-bottom: 20px; */
    width: 100%;
  }
  .submit_btn {
    width: 43%;
  }
  .subscribe_conditions {
    order: 1;
    margin: 5px 0;
  }
  .subscribe_btn {
    order: 2;
    margin: 5px 0;
  }
}

.subscribe_form input[type="checkbox"] {
  width: 25px;
  height: 18px;
  vertical-align: middle;
}

.subscribe_form a {
  font-size: 13px;
  padding: 0 0 0 6px;
  color: #7b7b7b;
}

.submit_icon {
  background: url(assets/images/about_us/submit_icon.png) no-repeat;
  width: 30px;
  height: 23px;
  display: inline-block;
  background-position: 8px 9px;
  background-size: 72% !important;
  position: absolute;
  top: 2px;
  right: 17%;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .submit_icon {
    position: absolute;
    top: 2px;
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .submit_icon {
    position: absolute;
    left: 35%;
  }
}

/* ---- Team page styling start --------------- */

.team_wrapper {
  padding-left: 30px;
  padding-bottom: 5%;
}

.team_right_area {
  position: absolute !important;
  right: 0;
}

.team_left_text {
  padding-top: 12%;
}

.team_left_text h2 {
  font-size: 36px;
  line-height: 3.5rem;
}

.team_left_text p {
  font-size: 20px;
}

.team_right_image_area {
  position: absolute;
  right: 0;
  max-width: 100%;
  top: -20px;
}

.team_wrapper_content {
  margin-top: 12%;
}

.blockmenu {
  width: 100%;
  border: 1px solid #f9f9f3;
  border-radius: 4px;
  float: left;
}

.blockmenu .menutitle {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  border-bottom: 1px solid #cecece;
  text-align: center;
  background-color: #398bcb;
  padding: 7px;
}

.blockmenu ul {
  list-style-type: none;
  display: block;
}

.blockmenu ul li a {
  color: #4c4c4c;
  font-size: 18px;
  height: 50px;
  cursor: pointer;
}

.departments .tab-pane .row {
  width: 100% !important;
}

.team_nav-tabs .nav-item a > i {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}

.team_nav-tabs {
  border-bottom: 0;
}

.team_nav-tabs .nav-item {
  margin-bottom: -1px !important;
}

.team_nav-tabs .nav-link {
  border-color: #f4f5fb #f9fbf7 #f9f9f3;
  padding-left: 6px;
  padding-top: 10px;
}

.departments .tab-content > .active {
  display: flex;
}

.member_sec .name {
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
}

.member_sec .work {
  font-size: 15px;
  color: #767676;
  text-align: center;
  line-height: 1.5rem;
}

.member_sec img {
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 75px;
}

.blockPhoto {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #fff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blockPhoto img {
  object-fit: cover;
  object-position: top;
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blockPhoto img:hover,
.blockPhoto:hover img {
  opacity: 0.5;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.active_pane {
  display: flex !important;
  opacity: 1 !important;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
  overflow: hidden;
}

/* Team section Menu styling start*/

.mang > a > i,
.nav-tabs .mang .nav-link.active,
.nav-tabs .mang .nav-link:hover {
  color: #fff !important;
  background-color: #b3b3b3;
}

.hr > a > i,
.nav-tabs .hr .nav-link.active,
.nav-tabs .hr .nav-link:hover {
  color: #fff !important;
  background-color: #29aae3;
}
.finance > a > i,
.nav-tabs .finance .nav-link.active,
.nav-tabs .finance .nav-link:hover {
  color: #fff !important;
  background-color: #23b574;
}

.sal > a > i,
.nav-tabs .sal .nav-link.active,
.nav-tabs .sal .nav-link:hover {
  color: #fff !important;
  background-color: #9dbf72;
}

.dev > a > i,
.nav-tabs .dev .nav-link.active,
.nav-tabs .dev .nav-link:hover {
  color: #fff !important;
  background-color: #1b1464;
}

.market > a > i,
.nav-tabs .market .nav-link.active,
.nav-tabs .market .nav-link:hover {
  color: #fff !important;
  background-color: #29aae3;
}

.des > a > i,
.nav-tabs .des .nav-link.active,
.nav-tabs .des .nav-link:hover {
  color: #fff !important;
  background-color: #23b574;
}

.cont > a > i,
.nav-tabs .cont .nav-link.active,
.nav-tabs .cont .nav-link:hover {
  color: #fff !important;
  background-color: #808080;
}

.seo > a > i,
.nav-tabs .seo .nav-link.active,
.nav-tabs .seo .nav-link:hover {
  color: #fff !important;
  background-color: #fbd69f;
}

.edit > a > i,
.nav-tabs .edit .nav-link.active,
.nav-tabs .edit .nav-link:hover {
  color: #fff !important;
  background-color: #c7b199;
}

.res > a > i,
.nav-tabs .res .nav-link.active,
.nav-tabs .res .nav-link:hover {
  color: #fff !important;
  background-color: #2e3192;
}

.secu > a > i,
.nav-tabs .secu .nav-link.active,
.nav-tabs .secu .nav-link:hover {
  color: #fff !important;
  background-color: #ff0000;
}

.admin_team > a > i,
.nav-tabs .admin_team .nav-link.active,
.nav-tabs .admin_team .nav-link:hover {
  color: #fff !important;
  background-color: #808080;
}

.adv > a > i,
.nav-tabs .adv .nav-link.active,
.nav-tabs .adv .nav-link:hover {
  color: #fff !important;
  background-color: #a058ae;
}

.nav-tabs .all .nav-link.active,
.nav-tabs .all .nav-link:hover {
  background-color: #398bcb;
  color: #fff !important;
}

/* Team section styling End*/

/* Team wise members images hovering colors start*/

.mangement .blockPhoto:hover {
  background-color: #b3b3b3;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hr-team .blockPhoto:hover {
  background-color: #29aae3;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.finance-team .blockPhoto:hover {
  background-color: #23b574;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.sale .blockPhoto:hover {
  background-color: #9dbf72;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.development .blockPhoto:hover {
  background-color: #1b1464;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.market .blockPhoto:hover {
  background-color: #29aae3;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.design .blockPhoto:hover {
  background-color: #23b574;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.content .blockPhoto:hover {
  background-color: #808080;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.seo .blockPhoto:hover {
  background-color: #fbd69f;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.editorial .blockPhoto:hover {
  background-color: #c7b199;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.researcher .blockPhoto:hover {
  background-color: #2e3192;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.security .blockPhoto:hover {
  background-color: #ff0000;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.adminTeam .blockPhoto:hover {
  background-color: #808080;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.advisor .blockPhoto:hover {
  background-color: #a058ae;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

/* Team wise members images hovering colors End*/

/* Team content image hovering icons Start*/

.blockPhoto .custom-linkdin {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 32%;
  right: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  background-color: #0e76a8;
  color: #fff;
}

.blockPhoto:hover .custom-linkdin {
  display: block !important;
}

.blockPhoto .custom-skype {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 35%;
  right: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  background-color: #00aff0;
  color: #fff;
}

.advisor .blockPhoto .custom-linkdin {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 23%;
  right: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  background-color: #00aff0;
  color: #fff;
}

.security .blockPhoto .custom-skype {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 28%;
  right: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  background-color: #00aff0;
  color: #fff;
}

.design .blockPhoto .custom-skype {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 31%;
  right: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  background-color: #00aff0;
  color: #fff;
}

.blockPhoto:hover .custom-skype {
  display: block !important;
}

.departments .member_sec {
  min-height: 20vh;
  margin-bottom: 25px;
}

/* Team image hovering icons End*/

/* All media queries of team page */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blockPhoto .custom-skype,
  .blockPhoto .custom-linkdin {
    position: absolute;
    right: 35%;
    top: 29%;
  }
  .advisor .blockPhoto .custom-linkdin {
    position: absolute;
    top: 23%;
    right: 37%;
  }
  .development .blockPhoto .custom-skype {
    position: absolute;
    top: 36%;
    right: 35%;
  }
}

@media screen and (max-width: 767px) and (min-width: 540px) {
  .blockPhoto .custom-skype,
  .blockPhoto .custom-linkdin {
    position: absolute;
    right: 44% !important;
    top: 35% !important;
  }
  .advisor .blockPhoto .custom-linkdin {
    position: absolute;
    top: 32% !important;
    right: 42% !important;
  }
}

@media screen and (max-width: 539px) and (min-width: 280px) {
  .blockPhoto .custom-skype,
  .blockPhoto .custom-linkdin {
    position: absolute;
    right: 42% !important;
    top: 35% !important;
  }
  .advisor .blockPhoto .custom-linkdin {
    position: absolute;
    top: 32% !important;
    right: 42% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .team_menu {
    padding-right: 0px;
  }
  .blockmenu ul li a {
    font-size: 16px;
  }
  .advisor .blockPhoto .custom-linkdin {
    position: absolute;
    top: 19% !important;
    right: 36% !important;
  }
  .security .blockPhoto .custom-skype {
    position: absolute;
    top: 26%;
    right: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .team_wrapper {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .team_right_image_area {
    position: initial;
    text-align: right;
  }
  .team_right_area {
    position: initial !important;
  }
  .team_wrapper_content .tab-content {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 290px) {
  .blockmenu ul li a {
    font-size: 16px;
  }
}

/* ---- Team page styling End --------------- */

/* --- Footer styling ------- */

.footer {
  background-color: #2a2a2a;
}

.social-media li {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
}

.social-media li a {
  color: rgba(255, 255, 255, 0.555);
}

.social-media li a:hover {
  color: #fff;
}

.Resources span,
.Products span,
.Contact span {
  color: #cecece;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
}

.icn-wrapper p {
  font-size: 18px;
  padding: 10px 10px !important;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .icn-wrapper p {
    font-size: 14px;
  }
}
.icn-resources ul li a,
.icn-products ul li a {
  font-size: 12px;
  color: #ffffffa6;
  line-height: 38px;
}

ul.Contact li {
  font-size: 12px;
  line-height: 34px;
}

ul.Contact li a {
  color: inherit;
}

ul.Contact li a:hover {
  color: #fff;
  padding-left: 10px;
}

.footer-bottom {
  border-top: 1px solid #ffffff2e;
  padding: 0;
  margin: 0;
}

p.copyright {
  font-size: 12px;
}

ul.footer-extra {
  width: 100%;
}

ul.footer-extra li {
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
}

.icn-resources ul li a:hover,
.icn-products ul li a:hover {
  color: #fff;
  padding-left: 10px;
}

ul.footer-extra li a {
  color: inherit;
}

ul.footer-extra li a:hover {
  color: #fff;
}

.file-input:hover .fake-btn {
  box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.6);
  background: #fff;
}

.file-input:hover {
  background: #27387f;
  color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}

/* -------- Sign Up / Sign-In Style Starts Here ----------- */

.register_form_1 button {
  padding: 10px 30px;
  border-radius: 24px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

/* .modal-dialog {
    max-width: 850px !important;

} */

.close {
  background: none;
  position: absolute;
  right: -10px;
  opacity: 1;
  text-shadow: none;
  color: #ffffff !important;
  top: -20px;
}

.form_content {
  background: none;
  border: none;
  box-shadow: none;
}

/* ----------------------------- sugup_form1 ------------------*/

.register_form_1 {
  border: 1px solid #2178bd;
  min-height: 747px;
}

.register_form_1 .top_border {
  width: 8px;
  display: block;
  height: 50px;
  background: #ffffff;
  margin: auto;
}

.register_form_1 .sign_up_area {
  text-align: center;
  padding: 7px 20px 20px;
}

.register_form_1 .ic_icon_top {
  margin: 0px auto 82px;
  display: block;
}

.register_form_1 .icn_whitelogo {
  margin-bottom: 30px;
}

.register_form_1 h1 {
  font-size: 32px;
  margin: 0 0 30px;
  color: #ffffff;
  font-weight: 600;
}

.register_form_1 p {
  font-size: 16px;
  margin: 0 0 40px;
  color: #ffffff;
  line-height: 26px;
  padding: 0 28px;
}

.register_form_1 .sign_up {
  background: #2178bd;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #ffffff;
  margin-bottom: 50px;
}

.register_form_1 .sign_up:hover {
  background: #ffffff;
  color: #2178bd;
  transition: all 0.3s;
  border: 1px solid #2178bd;
}

.account-btn {
  background: #2178bd;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}

/* -------------------------- sign in side ---------------------------- */

.modal-open .modal {
  padding: 0;
}

.register_form_1 .sign_inarea {
  padding: 120px 40px 0 !important;
  text-align: center;
  background: #ffffff;
}

.register_form_1 .sign_inarea h1 {
  color: #2178bd;
  font-size: 26px;
}

.register_form_1 .sign_inarea input {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 7px !important;
  height: 40px;
  padding: 10px;
}

.register_form_1 .sign_inarea a {
  display: block;
  color: #191919;
  margin: 25px 0 100px;
  font-size: 16px;
}

.register_form_1 .sign_in {
  border: 1px solid #2178bd;
  color: #2178bd;
  background: #ffffff;
  display: block;
  margin: auto;
}

.second_form .sign_inarea {
  padding: 60px 40px 40px !important;
}

.register_form_1 .sign_in:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s;
  background: #2178bd;
}

a.forgot:hover {
  color: #2178bd;
  transition: all 0.3s;
}

.robot_check {
  background: #e6e6e6;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
  margin: 15px auto;
}

.robot_check .robot_box {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ffffff;
  margin-right: 10px;
}

.create_form .sign_inarea {
  padding: 24px 40px;
  overflow: hidden;
}

.create_form .sign_up_area {
  overflow: hidden;
}

.rebot_check {
  vertical-align: super;
}

.robot_check .custom_checkbox {
  margin: 0;
}

.term_link {
  color: #2178bd !important;
  font-weight: 600;
  margin: 0 !important;
  display: inline-block !important;
}

/*-------------------- custom check box -------------------*/

.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */

.custom_checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

/* When the checkbox is checked, add a blue background */

.custom_checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.custom_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsive_tabs {
  display: none;
}

/*---------------------------------- responsive view -------------------------*/

.resposive_view_mobile {
  display: none;
}

/*--------------------------------- forget password --------------------------------*/

.forget_password img {
  width: 35%;
}

.mail_resend {
  height: 100vh;
  width: 100vh;
  display: table;
}

.mail_resend .mail_confirmation {
  display: table-row !important;
}

.forget_password {
  display: table-cell;
  vertical-align: middle;
}

.forgot_body {
  width: 70%;
  text-align: center;
  border: 1px solid #f8f8f8;
  margin: 30px auto;
  padding: 30px 60px;
  background: #fdfdfd;
}

.forget_password h1 {
  font-size: 26px;
  margin: 30px 0;
}

.forget_password p {
  font-size: 16px;
  margin: 36px 20px;
}

.forget_password .sent_btn {
  border: 1px solid #2178bd;
  color: #ffffff;
  background: #2178bd;
  display: block;
  margin: 20px auto;
  padding: 10px 60px;
  transition: all 0.3s;
}

.forget_password .sent_btn:hover {
  border: 1px solid #2178bd;
  color: #2178bd;
  background: #ffffff;
  transition: all 0.3s;
}

/* ------------------------------------- confirm-password ------------------*/

.password_rest {
  height: 100vh;
  width: 100vh;
  display: table;
}

.password_rest .password_set_confirm {
  display: table-row !important;
}

.confirm_password {
  min-height: auto;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  border: none;
}

.confirm_password .col-md-6 {
  display: inline-block;
  float: left;
  border: 1px solid #2178bd;
  min-height: 460px;
}

@media (max-width: 991px) {
  .modal-dialog {
    max-width: 90% !important;
    margin: 40px auto;
  }
  .close {
    right: 1px;
    top: -33px;
  }
}

@media (max-width: 767px) {
  .signup_body input {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
  }
  .form_header {
    background: #2178bd;
    padding: 33px 20px;
    border-radius: 10px 10px 0 0;
    height: auto;
    display: block;
    text-align: center;
  }
  .register_form_1 .sign_inarea {
    padding: 50px 40px 50px !important;
  }
  .register_form_1 .sign_inarea a {
    margin: 25px 0 50px;
  }
  .register_form_1 .checkmark {
    left: 0;
  }
  .register_form_1 {
    width: 90%;
    margin: auto;
  }
  .mail_resend {
    height: auto;
    width: 80%;
    margin: 50px auto !important;
  }
  .forgot_body {
    width: 100%;
  }
  /*------------------------- confirm password ---------------------*/
  .password_rest {
    height: auto;
    width: 80%;
    margin: 50px auto !important;
  }
  .confirm_password .col-md-6 {
    min-height: auto;
  }
  .confirm_password .sign_inarea {
    padding: 60px !important;
  }
}

@media (max-width: 575px) {
  .form_header img {
    width: 200px;
  }
  .signup_body {
    padding: 40px 20px 15px;
  }
  .signin_body {
    padding: 40px 20px 15px;
  }
}

@media (max-width: 479px) {
  .robot_check {
    padding: 20px;
  }
  .confirm_password .sign_inarea {
    padding: 40px 20px !important;
  }
  .forgot_body {
    padding: 30px 20px;
  }
}

/* -------- Sign Up / Sign-In Style Ends Here ----------- */

/*  ---------- Demo Popup ---------- */

.quote h3 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
}

.close {
  background: none;
  position: absolute;
  right: -10px;
  opacity: 1;
  text-shadow: none;
  color: #ffffff !important;
  top: -20px;
}

.form_body .demo_margin,
.quote_margin {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px !important;
  height: 40px !important;
}

.quote_form textarea {
  height: 138px !important;
}

.main_body {
  background: #ffffff;
  border-radius: 25px;
}

.modal-dialog {
  max-width: 537px;
  margin: 1.75rem auto !important;
}

.demo_form h2 {
  margin: 64px 0 20px;
  font-size: 34px;
  font-weight: 700;
}

.head_modal_demo {
  background: url("assets/images/top_img-blue.png") no-repeat;
  width: 100%;
  height: 107px;
  display: block;
  position: absolute;
  top: 0;
  background-size: 100%;
  left: 0;
}

.demo_form h2,
.demo_form h3,
.demo_form p {
  text-align: center;
}

.form_body {
  padding: 20px 50px 0px;
}

.request_demo {
  background: #388ac9;
  border: 1px solid #388ac9;
  color: #ffffff;
  width: 240px;
  height: 50px;
  border-radius: 5px;
  display: block;
  margin: 30px auto 0;
}
@media (max-width: 400px) {
  .pr-date {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .demo_form .request_demo {
    width: 100%;
  }
}

.demo_form img {
  margin: 20px 0 0;
}

.modal-content {
  border-radius: 25px !important;
  border: 0 !important;
}

@media (max-width: 695px) {
}

@media (max-width: 680px) {
  .demo_form img {
    margin: 20px 0 0;
    display: block;
    width: 100%;
  }
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto !important;
  }
  .form_body {
    padding: 20px 33px 50px;
  }
}

@media (max-width: 479px) {
  .form_body {
    padding: 20px 15px 0px;
  }
  .modal-dialog {
    max-width: 90%;
    margin-top: 60px;
  }
  .modal {
    padding: 0 15px !important;
  }
  .close {
    right: 0;
    top: -25px;
  }
  .demo_form h2 {
    font-size: 26px;
  }
  .form_body h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

/* ------ Demo Popup Ends -------------- */

/* ------- Full Service Popup Modle starts ------------- */

.service_body {
  position: absolute;
}

.services_package_demo ul li {
  width: 33%;
  float: left;
  border-right: 1px solid #ffffff;
}

.services_package_demo h5 {
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 20px;
}

.services_package_demo {
  margin: 0 0 30px;
}

.services_package_demo ul li:last-child {
  border-right: none;
}

.services_package_demo ul {
  position: relative;
}

.services_package_demo ul .radio-button {
  width: 100%;
}

.services_package_demo ul .radio-button__custom-indicator {
  left: 12px;
}

.package_demo_btn {
  background: #ffffff;
  padding: 2px 20px;
  border-radius: 5px;
  color: #1a366e !important;
  display: inline-block !important;
}

.services_package_demo
  ul
  .radio-button__custom-indicator
  .radio-button__input::after {
  content: "350$";
  display: block;
  color: #0066cc;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 25px;
  margin-top: 10px;
  border: 1px solid #0066cc;
}

.services_package_demo ul .radio_info strong {
  font-size: 12px;
  margin: 0 0 5px;
}

.services_package_demo ul .radio-button__custom-indicator {
  height: 20px;
  left: 0;
  position: initial !important;
  top: 0;
  width: 20px;
  margin: auto;
}

.services_package_demo ul .radio-button__custom-indicator::after {
  height: 14px;
  left: 0;
  position: inherit;
  top: 0;
  width: 14px;
  margin: 2px 2px 0;
}

.services_package_demo ul input#package_service3 {
  width: 33%;
  height: 20px;
}

.services_package_demo ul input#package_service2 {
  height: 20px;
  width: 20px;
}

.services_package_demo ul input#package_service1 {
  height: 20px;
  width: 20px;
}

#package_panel {
  display: none;
}

.services_package_demo ul input[type="radio"] {
  position: absolute;
}

.services_package_demo ul label {
  display: block;
  padding: 40px 0 10px;
  cursor: pointer;
  margin: 0;
}

.services_package_demo ul .blank-label {
  display: none;
}

.services_package_demo ul input[type="radio"] {
  position: absolute;
  top: 12px;
  display: block;
  margin: auto;
  text-align: center;
  width: 33%;
}

.services_package_demo ul input[type="radio"]:checked + label {
  background: #ffffff;
}

.services_package_demo ul input[type="radio"]:checked + label strong {
  color: #192b61;
}

.close {
  background: none;
  position: absolute;
  right: -10px;
  opacity: 1;
  text-shadow: none;
  color: #ffffff !important;
  top: -20px;
}

.text_info input,
.text_info select {
  display: block;
  width: 100%;
  margin: 20 0 0;
  font-size: 14px !important;
  height: 45px !important;
  border: 1px solid #e6e6e6;
  border-radius: 10px !important;
  padding: 10px;
}

.text_info textarea {
  display: block;
  width: 100%;
  margin: 20 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px !important;
  padding: 10px;
}

/*-------------------- custom check box -------------------*/

.custom_checkbox-FS {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

/* Hide the browser's default checkbox */

.custom_checkbox-FS input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark_fs {
  position: absolute;
  top: 0;
  left: 28%;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */

.custom_checkbox-FS:hover input ~ .checkmark_fs {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

/* When the checkbox is checked, add a blue background */

.custom_checkbox-FS input:checked ~ .checkmark_fs {
  background-color: #2196f3;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark_fs:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom_checkbox-FS input:checked ~ .checkmark_fs:after {
  display: block;
}

/* Style the checkmark/indicator */

.custom_checkbox-FS .checkmark_fs:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.submit_demo {
  padding: 12px 64px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 46px;
  height: 50px;
  width: 200px;
  display: inline-block;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.submit_demo:hover {
  transition: all 0.3s;
  background: #ffffff;
  color: #171748;
  border: 1px solid #ffffff;
}

.modal-dialog {
  max-width: 600px;
}

.main_body {
  background: #ffffff;
  border-radius: 25px;
}

.modal-dialog {
  max-width: 537px;
  margin: 1.75rem auto !important;
}

.demo_form h2 {
  margin: 64px 0 20px;
}

.head_modal_image {
  background: url("assets/images/top_img_white.png") no-repeat;
  width: 100%;
  height: 145px;
  display: block;
  position: absolute;
  top: 0;
  background-size: 100%;
  left: 0;
}

.service_body h2,
.service_body h3,
.service_body p {
  text-align: center;
}

.form_body {
  padding: 20px 50px 15px;
}

.request_demo {
  background: #388ac9;
  border: 1px solid #388ac9;
  color: #ffffff;
  width: 240px;
  height: 50px;
  border-radius: 5px;
  display: block;
  margin: 30px auto 0;
}

.service_body h2 {
  color: #ffffff;
  font-size: 23px;
  margin: 50px auto 30px;
  text-align: center;
  font-weight: 600;
}

.modal-content {
  border-radius: 25px !important;
  border: 0 !important;
}

.service_body {
  background-image: linear-gradient(#2178bd, #160f3f);
  text-align: center;
}

.text_info {
  padding: 0 70px;
}

.service_body p {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #d8d8d8;
}

.service_body .para_one {
  margin: 30px 0;
}

.service_body h2 {
  color: #ffffff;
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.service_body .para_two {
  margin: 0 0 30px;
}

.choose_addition {
  position: relative;
  border-top: 3px solid #ffffff;
  margin: 60px 0 20px;
}

.addition_heading {
  position: inherit;
  top: -16px;
  width: auto;
  text-align: center;
  background: #1b417b;
  left: 0;
  display: inline-block;
  margin: 0 auto 0;
  color: #ffffff;
  font-size: 22px;
  padding: 0 26px;
}

.term_link {
  color: #ffffff !important;
  font-weight: 400;
  margin: 0 !important;
  display: inline-block !important;
  transition: all 0.3s;
  font-size: 14px;
}

.term_link:hover {
  color: #388ac9 !important;
  transition: all 0.3s;
}

.selection_addition .standard_labels {
  float: left;
  width: 50%;
}

.selection_addition {
  padding: 0 40px;
}

.radio_info strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin: 15px 0 7px;
}

.radio_info p {
  display: block;
}

.radio_info_1 img {
  width: 23%;
}

.radio_info_2 img {
  width: 32%;
}

.radio_info {
  text-align: center;
  padding: 0 10px;
}

.selection_addition input[type="radio"] {
  padding: 0;
  width: 20px;
  float: left;
}

.selection_addition {
  padding: 0 15px;
}

.service_icon {
  height: 65px;
  display: block;
  overflow: hidden;
}

.radio-button {
  margin-bottom: 1rem;
  float: left;
  width: 50%;
}

.radio-button__label-wrapper {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding-left: 0;
  position: relative;
  top: 0.25rem;
}

.radio-button__label-wrapper:hover
  .radio-button__input
  ~ .radio-button__custom-indicator {
  border-color: black;
}

.radio-button__label-title {
  margin-bottom: 0.25rem;
}

.radio-button__label-subtext {
  display: block;
  font-size: 0.85rem;
  font-style: italic;
}

.radio-button__custom-indicator {
  background-color: white;
  border: 1px solid #999;
  border-radius: 50%;
  height: 20px;
  left: 28px;
  position: absolute;
  top: 15px;
  width: 20px;
}

.radio-button__custom-indicator::after {
  background-color: #388ac9;
  border-radius: 50%;
  content: "";
  display: none;
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.radio-button__input:focus ~ .radio-button__custom-indicator {
  border-color: black;
}

.radio-button__input:checked
  ~ .radio-button__custom-indicator::after {
  display: block;
}

.radio-button__input:disabled ~ .radio-button__custom-indicator {
  opacity: 0.6;
  pointer-events: none;
}

/*-------------------------------- grad drop --------------------*/

.file-drop-area {
  position: relative;
  align-items: center;
  width: 95%;
  padding: 25px;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto 30px;
  background: #ffffff;
  height: 192px;
  border: 2px dashed #388ac9;
}

.file-drop-area.is-active {
  background: #ffffff;
}

.fake-btn {
  flex-shrink: 0;
  background-color: #388ac9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  margin: 15px auto 10px;
  font-size: 12px;
  text-transform: capitalize;
  width: 320px;
  color: #ffffff;
  display: block;
  border-radius: 26px;
}

.upload_wrapper {
  position: relative;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.upload_btn_icon {
  margin-right: 10px;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input:focus {
  outline: none;
}

.file_images i img {
  width: 12%;
}

.file_images i {
  margin: 0 10px;
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .text_info {
    padding: 0 35px;
  }
  .service_body h2 {
    font-size: 22px;
    margin: 36px auto 15px;
  }
  .fake-btn {
    width: 100%;
  }
  .icons {
    margin-right: 7px;
  }
}

@media (max-width: 680px) {
  .demo_form img {
    margin: 20px 0 0;
    display: block;
    width: 100%;
  }
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
  .form_body {
    padding: 20px 33px 50px;
  }
  .addition_heading {
    top: -13px;
    font-size: 18px;
    padding: 0 20px;
  }
  .radio-button__custom-indicator {
    left: 0;
  }
  .radio_info i img {
    width: 36%;
  }
  .radio_info i {
    height: 65px;
    display: block;
  }
  .fake-btn {
    width: 90%;
  }
  .checkmark {
    left: 16%;
  }
}

@media (max-width: 479px) {
  .form_body {
    padding: 20px 15px 0px;
  }
  .modal-dialog {
    max-width: 90%;
    margin-top: 60px;
  }
  .modal {
    padding: 0 15px !important;
  }
  .close {
    right: 0;
    top: -25px;
  }
  .demo_form h2 {
    font-size: 26px;
  }
  .form_body h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

/* -------- Full Service Popup model Ends ----------- */

/** ------------------------------------- packages-Stylings Starts Here ------------------------------ *!*/
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em !important;
}

/** ------------------------------------- packages-tab ------------------------------ *!*/

.main_body-pricing {
  margin: 60px 0 0;
}
.u-table-pricing {
  background: #f6f6f6;
}
.u-table-pricing tbody tr:last-of-type > td {
  padding-bottom: 44px;
}

.tab_packages .nav-tabs .nav-link.active {
  border: 1px solid #29387e;
  background: #29387e;
  color: #ffffff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
}

.tab_packages.nav-tabs {
  border-bottom: none;
}

.tab_packages .nav-tabs .nav-link {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 8px 20px;
  background: #ffffff;
  font-size: 14px;
  color: #949494;
  box-shadow: 0 3px 6px 0 #dcdcdc;
}

.tab_packages .tab-content {
  padding: 50px 0;
}

.tab_packages .package_one1 h2 {
  display: block;
  text-align: center;
  margin: 30px 0;
  color: #191919;
}

.tab_packages .super_premium {
  position: relative;
}

.tab_packages .star_icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

.tab_packages .tab-content ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
  padding-left: 0;
  text-align: center;
}

.tab_packages .tab-content li {
  list-style: none;
  flex: 1;
}

.tab_packages .tab-content li:last-child {
  border-right: 1px solid #ddd;
}

.tab_packages table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}

.tab_packages th {
  background: #f5f5f5;
  display: none;
}
.default.column.premium > .basic_td,
.default.column.premium > .basic_para {
  color: #fff !important;
}
.default.premium {
  color: #fff !important;
}

.tab_packages td,
.tab_packages th {
  height: 53px;
}

.tab_packages td,
.tab_packages th {
  border: 1px solid #ddd;
  padding: 10px;
  empty-cells: show;
}

.tab_packages td,
.tab_packages th {
  text-align: left;
}

.tab_packages td + td,
.tab_packages th + th {
  text-align: center;
  display: none;
}

.tab_packages td.default {
  display: table-cell;
}

.tab_packages .sep {
  background: #f5f5f5;
  font-weight: bold;
}

.tab_packages .txt-l {
  font-size: 28px;
  font-weight: bold;
}

.tab_packages .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

.tab_packages .tick {
  font-size: 18px;
  color: #2ca01c;
}

.tab_packages .cross {
  font-size: 18px;
  color: #ff0404;
}

.tab_packages .hide {
  border: 0;
  background: none;
}

.tab_packages .package_one1 thead tr th h3 {
  font-size: 20px;
}

.tab_packages .basic_td {
  font-size: 27px;
  font-weight: 600;
  color: #191919;
  margin: 0 0 10px;
  display: block;
}

.tab_packages .basic_para {
  border-top: 1px solid #e6e6e6;
  display: block;
  padding-top: 15px;
  color: #191919;
  font-size: 12px;
}

.tab_packages .package_one1 tbody tr td img {
  margin: auto;
  display: block;
  max-width: 100% !important;
}

.tab_packages #releaselive .package_one1 tbody tr td.u-premium {
  background: #27397e;
}

.tab_packages #releaselive td,
.tab_packages #releaselive th {
  border: 2px solid #fff !important;
}
.tab_packages #releaselive td,
.tab_packages #releaselive th,
.tab_packages #releaselive .feature_dist {
  color: #191919 !important;
}

.tab_packages .sep {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.tab_packages .feature_dist {
  font-size: 16px;
}

#releaselive .feature_dist {
  font-weight: 500;
}

.action_header {
  display: block !important;
  background: #29387e !important;
}

.action_wirepackage {
  width: 70% !important;
  margin: auto;
}

.legal_footer strong {
  color: #ffffff;
  text-align: center;
  float: none;
  font-size: 26px;
  padding: 8px;
  display: block;
}

.tab_packages button {
  font-size: 20px;
}

@media (max-width: 650px) {
  .action_wirepackage {
    width: 100% !important;
    margin: auto;
  }
  .tab_packages button {
    font-size: 16px;
  }
  .action_wirepackage .legal_row {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .legal_row .col-sm-6 {
    margin: 0 !important;
  }
}
/*---------------------- legal newswire table start ---------------------*/

.logo_info {
  display: block !important;
}

.logo_info li {
  display: inline-block;
  margin: 0 10px 20px;
  width: 20%;
  border: none;
}

.legal_row p {
  text-align: left !important;
}

.package_legalnewswire h2 {
  text-align: center;
  margin: 20px 0 60px;
  color: #191919;
}

.legalbasic_info h3,
.bulk_info h3,
.legal_premium h3 {
  font-size: 22px;
  text-align: center;
}

.legal_premium .star_icon {
  opacity: 0.7;
  top: 9px;
  font-size: 20px;
}

.legal_buy {
  background: #398bcb !important;
  color: #ffffff !important;
  border: 1px solid #398bcb;
  float: right;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  transition: all 0.3s;
  height: 45px;
  /* width: 120px; */
  margin-right: 20px;
}

.legal_buy:hover {
  background: #ffffff !important;
  color: #398bcb !important;
  transition: all 0.3s;
}

.legal_contact {
  background: #ffffff;
  color: #191919;
  transition: all 0.3s;
  border: 1px solid #191919;
  float: right;
  height: 45px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.legal_contact:hover {
  background: #191919;
  color: #ffffff;
  transition: all 0.3s;
}

.legal_footer {
  background: #184275;
  vertical-align: middle;
}

.legal_footer strong {
  color: #ffffff;
  text-align: left;
  float: left;
  font-size: 26px;
  padding-left: 8px;
}

.legal_tr td {
  border-bottom: none;
  border-top: none;
}

.super_legalinfo {
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
}

.tab_packages .nav-tabs {
  border-bottom: none;
}

.time_logo img {
  max-width: 100%;
}

/*---------------------- legal newswire table end ---------------------*/

.tab_packages .tick_table {
  color: #00a651;
}

.tab_packages .tab-content li:last-child {
  border: none !important;
}

@media (min-width: 640px) {
  .tab_packages .tab-content ul {
    display: none;
  }
  .tab_packages td,
  .tab_packages th {
    display: table-cell !important;
  }
  .tab_packages td,
  .tab_packages th {
    width: 34%;
  }
  .u-pricing-names {
    display: none;
  }
}

#releaselive .u-table-pricing th.bg-blue.super_premium {
  background: #27397e;
  color: #ffffff;
  border-top-right-radius: 48px;
  border-top-left-radius: 48px;
  position: relative;
  z-index: 10;
  height: 100px;
}

/*---------------------------- Pricing Styling Ends Here ------------------------------- */

/* ===================== Sample PR Page ====================== */

.section_team1 {
  background: url("assets/images/team-page/team-page.png") no-repeat;
  background-position: center right;
  display: block;
  height: 624px;
}

.content_txt {
  margin: 20% 0;
  padding: 0 15px;
}

.content_txt h3 {
  color: #191919;
}

.content_txt span {
  font-size: 14px;
  color: #191919;
  font-weight: 600;
}

.content_txt p {
  color: #191919;
}

.advanced_section {
  text-align: center;
  padding: 50px 0;
}

.team_left_area {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .team_left_text .content_padding {
    padding-left: 1rem !important;
  }
  .blog_details_row .blog_details_margin {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.section_team2 {
  background: url("assets/images/team-page/team_page2.png") no-repeat;
  background-position: center left;
  display: block;
  height: 624px;
}

.submit_samp_btn {
  background: #398bcb;
  color: #ffffff;
  border: 1px solid #398bcb;
  height: 40px;
  border-radius: 50px;
  padding: 0 20px;
  /* width: 250px; */
  margin: auto;
  display: inline-block;
  transition: all 0.3s;
  margin-left: 12px;
}

.submit_samp_btn:hover {
  background: #ffffff;
  color: #398bcb;
  transition: all 0.3s;
}

.video_btn {
  background: #ffffff;
  color: #191919;
  border: 1px solid #19dfcd;
  height: 42px;
  border-radius: 50px;
  padding: 5px 25px 5px 5px;
  display: inline-block;
  margin: 0 10px 20px 0;
  transition: all 0.3s;
  vertical-align: inherit;
}

.video_btn:hover {
  background: #19dfcd;
  color: #ffffff;
  border: 1px solid #19dfcd;
  transition: all 0.3s;
}

.video_icon {
  background: #19dfcd;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  padding: 4px;
  margin-right: 10px;
}

.video_icon .caret_icon {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .content_txt {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .content_txt {
    margin: 29% auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 21px;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .video_btn {
    margin: 0 auto 20px;
    display: block;
  }
  .submit_samp_btn {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 479px) {
  .content_txt {
    margin: 37% auto;
    max-width: 94%;
    flex: 0 0 98%;
  }
}

/* ----------------- ICN Newsroom Page Starts ----------------------------- */

.pressreleases-wrapper {
  box-shadow: 3px 3px 15px #00000029;
  border-radius: 7px;
}

.pressreleases-wrapper:hover {
  box-shadow: 5px 0px 10px 2px #e6e6e6;
}

.pr-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pr-titless h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.pr-description a:hover {
  margin-right: -5px;
}

.pr-sub-title p {
  font-size: 20px;
}

.pr-sub-title p span {
  display: block;
}

.search_prbar input[type="text"] {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  padding: 20px 40px;
}

.search_prbar .input-group {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
  border-radius: 4px;
}

@media screen and (min-width: 991px) {
  .search_prbar input[type="text"] {
    width: 320px;
  }
  .search_prbar .input-group {
    width: 60% !important;
    margin: 0 auto;
  }
}

/* ----------------- ICN Newsroom Page Ends ----------------------------- */

/* -------------------------- Single Page Style Starts --------------------------  */

.main_body-single {
  margin: 60px 0 0;
}
.main_body-single p,
.main_body-single a,
.main_body-single .legal_categories .business_strong {
  word-break: break-word;
}
.main_body-single figure {
  max-width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .main_body-single iframe {
    max-width: 100%;
    height: auto;
  }
}
.release_ul .business_strong a {
  color: #29387e;
  font-size: 14px;
  font-weight: 500;
}

.legal_detailinfo h1 {
  color: #191919;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 44px;
}

.press_span {
  padding: 5px 10px;
  display: inline-block;
  color: #838d97;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #c8d0db;
  margin-right: 15px;
  background: #f9f9f9;
}

.icrowd_strong {
  margin-right: 15px;
}

.icrowd_strong ul {
  display: inline-flex;
}

.crowd_logo {
  display: inline-block;
  margin: 40px 0;
  border: 1px solid #e6e6e6;
  padding: 8px;
  border-radius: 5px;
}

.crowd_logo img {
  max-width: 200px;
  max-height: 200px;
}

.legal_detailinfo h2 {
  font-size: 20px;
  color: #191919;
  margin: 40px 0;
}

.release_ul {
  margin: 15px;
}

.release_ul .icrowd_strong {
  color: #29387e;
}

.release_ul .business_strong {
  color: #29387e;
}

.legal_categories .row {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px 0;
  padding: 20px 0;
}

.slider_detail {
  position: relative;
}

.slider_detail h3 {
  font-size: 18px;
  color: #191919;
  line-height: 25px;
  margin: 20px 0;
}

.back_data {
  border-right: 2px solid #e6e6e6;
  width: 90%;
  float: right;
}

.next_data {
  text-align: right;
  width: 90%;
}

.slider_detail .slick-prev.slick-arrow {
  position: absolute;
  left: 0;
  width: 50px;
  height: 62px;
  top: 45%;
  border: none;
  background: url("assets/images/legal-assets/back_icon.png")
    no-repeat;
  z-index: 1091;
  font-size: 0;
}

.next_data {
  text-align: right;
}

.next_data strong {
  display: block;
}

.next_data h3 {
  width: 90%;
  float: right;
}

.pr-title a:hover {
  color: #3b8acb;
}

.paragraph_one {
  margin: 30px 0;
}

.slider_detail .slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: 45%;
  width: 50px;
  height: 62px;
  border: none;
  background: url("assets/images/legal-assets/next_icon.png")
    no-repeat;
  font-size: 0;
}

.social_iconsdetail {
  background: url("assets/images/legal-assets/share_icon.png")
    no-repeat;
  width: 64px;
  height: 163px;
  display: inline-block;
  top: 200px;
  right: 70px;
  position: fixed;
  z-index: 99;
}

.detail_icons li {
  border: none;
  display: block !important;
  margin: 10px 0;
}

.facebook_icon {
  background-image: linear-gradient(to right, #325fa1, #7babf1);
  padding: 10px 20px;
  border-radius: 0 20px 20px 0;
}

.twitter_icon {
  background-image: linear-gradient(to right, #3c9fee, #acd9fe);
  padding: 10px 20px;
  border-radius: 0 20px 20px 0;
}

.linkedin_icon {
  background-image: linear-gradient(to right, #047bbb, #43bbfa);
  padding: 10px 20px;
  border-radius: 0 20px 20px 0;
}

.detail_icons {
  display: block;
}

.detail_icons li {
  border: none;
  display: block !important;
  margin: 18px 0;
  height: 31px;
  overflow: hidden;
}

/* -------------------------- end legal_dtails --------------------------  */

@media (max-width: 767px) {
  /*------------------- detail_page ---------------*/
  .back_data {
    border-right: none;
    width: 90%;
  }
  .next_data {
    width: 90%;
  }
  .social_iconsdetail {
    right: 45px;
  }
  .legal_buy {
    margin-right: 0;
  }
  .image_wrapdetail {
    text-align: center;
  }
  /*--------------------- bootstrap classes for detail [pages -------------*/
  .col-sm-8,
  .col-sm-6 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0;
  }
}

.detail_table_information h3 {
  font-size: 14px;
  margin: 0;
  background: url("assets/images/legal-assets/li_icon.png") no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 40px;
}

.detail_table_information table {
  border: 1px solid #e6e6e6;
}

.detail_table_information table tbody tr:hover {
  background-color: #e6e6e6;
}

/* -------------------------- Single Page Style Ends --------------------------  */

/* ----------------------------- blog css start -------------------------- */

.blog_section {
  margin: 50px 0;
}

.blog_section .blog_heading {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}

.blog_section .blog_headborder {
  width: 20px;
  height: 3px;
  border-radius: 50px;
  background: #000000;
  display: inline-block;
  margin: 0 2px;
}

.blog_row1 {
  text-align: center;
  margin-bottom: 60px;
}

.blog_detail_para {
  margin-bottom: 30px;
}

.blog_detail_para h3 {
  line-height: 24px;
}

.blog_detail_para h3 a {
  font-size: 18px;
  color: #191919;
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: 600;
  transition: all 0.3s;
  display: block;
}

.blog_detail_para h3 a:hover {
  color: #29387e;
  transition: all 0.3s;
}

.blog_detail_para p {
  font-size: 14px;
  color: #191919;
}

.blog_readmore {
  color: #191919;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  transition: all 0.3s;
}

.blog_readmore {
  font-size: 16px;
  transition: all 0.3s;
}

.blogsub_data p {
  font-size: 12px;
  text-transform: capitalize;
  margin: 20px 0 0;
  color: #191919;
  font-weight: 400;
}

.blogsub_data p span {
  color: #29387e;
}

.related_news_aside {
  font-size: 12px;
  line-height: 2.33;
  position: relative;
  border: 2px solid #f0f0f0;
  padding: 30px 10px 18px;
  margin-bottom: 30px;
}

.related_news_aside:before {
  width: 68px;
  height: 4px;
  z-index: 1;
  margin: 0 0 0 30px;
}

.related_news_aside::before {
  background-color: #388bca;
}

.related_news_aside:before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: auto;
  left: 0;
  right: auto;
}

.related-head h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.related_allnewsblog li:before {
  float: none;
  margin: 0 5px 0 0;
  counter-increment: item;
  content: counters(item, ".", decimal) ".";
  color: #2a2d34;
  display: block;
  font-weight: 600;
}

.related_allnewsblog li h4 {
  color: #2a2d34;
  line-height: 16px;
}

.related_allnewsblog {
  counter-reset: item;
}

.related_allnewsblog h4 a {
  color: #2a2d34;
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  line-height: 22px;
}

.related_allnewsblog h4 a:hover {
  color: #29387e;
  transition: all 0.3s;
}

.related_allnewsblog .post-tag {
  display: block;
  text-transform: uppercase;
}

.related_allnewsblog time {
  color: #a3a3a3;
  margin: 0 9px 0 0;
  font: 700 11px/1.2 "biko";
  display: inline-block;
  vertical-align: middle;
}

.related_allnewsblog li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.related_allnewsblog li:last-child {
  border-bottom: none;
}

.blog_imgbanner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.blog_imgbanner img:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.active_pagnation a {
  background: #388bca;
  color: #ffffff;
  opacity: 1;
}

.pagination li a {
  padding: 8px 15px !important;
}

/*-------------------------------- blog_detail css ------------------------------*/

/* 
.detailblog_body {
    margin: 50px 0;
} */

.blogdetail_pagesinfo {
  background: #f5f5f5 !important;
  margin-top: 13px;
}
.blog_detailstory p,
.blog_detailstory a {
  word-break: break-word;
}
@media only screen and (max-width: 767.98px) {
  .blog_detailstory iframe {
    max-width: 100%;
    height: auto;
  }
}

.detailblod_info {
  background: #ffffff;
  padding: 30px 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
}

.blog_touch_aside {
  background: #ffffff;
  /* padding: 30px 0; */
  padding: 30px 0 6px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.06);
}

.blog_details_row {
  justify-content: space-between;
}

.blog_details_margin {
  margin-top: 35px;
}

.double_bloginfo {
  justify-content: space-between;
}

.double_bloginfo .blog_imgbanner {
  background: #ffffff;
  margin-bottom: 30px;
}

.detailblod_info h1 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #434040;
  line-height: 32px;
}

.detailblod_info img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 30px;
}

.detailblod_info p {
  margin-bottom: 30px;
}

.detailblod_info p:last-child {
  margin-bottom: 0;
}

.detailblod_info strong {
  display: block;
  color: #434040;
}

.name_blogfield {
  font-size: 12px !important;
  /* margin-top: 20px; */
  background: #f8f8f8 !important;
}

.touch_message label {
  color: #434040;
  font-size: 14px;
  margin-bottom: 0;
}

.blogdetail_send {
  display: block;
  border: 1px solid #29387e;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  background: #29387e;
  transition: all 1s;
}

.blog_touch_aside {
  margin-bottom: 50px;
}

.postblog_detail h5 a {
  font-size: 14px;
  color: #191919;
  transition: 0.3s;
}

.postblog_detail h5 a:hover {
  color: #29387e;
  transition: 0.3s;
}

.postblog_detail {
  padding-top: 10px;
}

.post_blogdetail {
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post_blogdetail:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media (max-width: 590px) {
  .blog_pagination {
    margin-bottom: 50px;
  }
  .blog_row1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog_section {
    margin: 20px 0;
  }
}

.release_icon a {
  font-size: 20px;
  margin-right: 12px;
  color: #29387e;
}

/* ----------------------------- blog css end -------------------------- */

/* ------------------------------------------ creative add start ---------------------------------*/

.creative_main_body {
  margin: 70px 0 0;
}

.stacked-cards h2 {
  text-align: center;
  position: relative;
  top: -20px;
}

.heading_ads {
  font-size: 24px;
}

.stacked-cards-slide {
  max-width: 80%;
  margin: 0 auto;
}

.stacked-cards-slide {
  max-width: 35%;
  margin: 0 auto;
}

.stacked-cards h2 {
  text-align: center;
  position: relative;
  top: -20px;
}

.stacked-cards {
  padding-top: 40px;
  padding-bottom: 15px;
}

.stacked-cards-fanOut {
  padding-bottom: 40px;
}

.stacked-cards-fanOut li img {
  max-height: 200px;
}

.stacked-cards li {
  height: 500px;
  width: 500px;
  display: block;
}

@media (max-width: 767px) {
  .stacked-cards li {
    height: 180px;
  }
}

.source {
  margin: 25px auto;
}

.creative_main_body .header {
  margin: 0 auto;
  padding: 25px 5px;
  background-color: #fff;
}

.creative_main_body .header img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  height: auto;
}

.stacked-cards {
  position: relative;
}

.stacked-cards ul {
  position: relative;
  max-width: 100%;
  margin: 0 auto 60px;
  padding-left: 0;
  height: 480px !important;
}

.stacked-cards li {
  margin-top: 5px;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 #333;
  list-style: none;
  position: absolute;
  background: #ffffff;
  left: 50%;
  /*width: 85% !important;*/
  transition: 0.5s ease transform;
}

.stacked-cards li img {
  opacity: 0.8;
}

.stacked-cards li a {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0 0 0;
  font-size: 24px;
  color: #4c91c8;
  cursor: pointer;
  text-decoration: underline;
}

.stacked-cards li:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.stacked-cards li.active:after {
  display: none;
}

.stacked-cards li img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 4;
}

.stacked-cards li.active {
  cursor: default;
  box-shadow: 0 5px 10px 0 #333;
  opacity: 1;
  transition: 0.5s ease transform;
}

.stacked-cards li.active img {
  opacity: 1 !important;
}

.heading_ads .block_icon {
  background: #29387e;
  padding: 5px 12px;
  border-radius: 2px;
  margin-right: 25px;
}

.sub_head {
  font-weight: 200;
  margin-left: 5px;
}

.creative_main_body img {
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
}

.google_first_section {
  margin: 40px 0 20px;
}

.large_images li {
  display: inline-block;
}

.large_images {
  padding: 0;
}

.second_section {
  margin-bottom: 20px;
}

.square_images {
  padding: 0;
}

.square_images li {
  padding: 6px;
  display: inline-block;
  list-style-type: none;
  width: 24%;
}

.image_mainwrap img {
  display: block;
  margin: 15px auto 0;
  height: 100%;
  width: auto;
}

.creative_modal .modal-content.first_image {
  background: transparent;
  box-shadow: none;
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0 15px;
  border: none;
}

.creative_modal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.creative_modal .modal-header {
  border-bottom: none;
  padding: 20px 0 0;
}

.creative_modal .modal-dialog {
  width: auto;
  margin: 0;
}

.creative_modal {
  padding: 0 !important;
}

.creative_modal .modal-content.first_image .close {
  opacity: 1;
  color: #ffffff;
  font-size: 33px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 3px 10px;
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 99;
}
@media only screen and (min-width: 1201px) {
  .creative_modal .modal-content.first_image .close {
    position: absolute;
    right: 30%;
  }
}
.footer_images a {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
.footer_images span {
  text-align: center;
  display: block;
  margin: 5px 0 0;
}
.footer_images a:hover {
  color: #223480;
}
.banner_img2,
.fourth_section,
.fifth_section {
  margin-bottom: 20px;
}

.sixth_section .col-sm-3 {
  margin-bottom: 20px;
}

a {
  cursor: pointer;
}

.section_sixth {
  margin-bottom: 60px;
  margin-top: 100px;
  display: block;
}

.creative_ad-img1 img {
  width: 40.5% !important;
  margin: auto;
}

.creative_ad-img3 img {
  width: 75% !important;
  margin: auto;
}

.large_images li {
  background: #f8f8f8;
  width: 19.4%;
  margin-right: 3.2px;
  display: inline-block;
}

.large_images li img {
  margin: auto !important;
  display: block;
}

.large_images li:last-child {
  margin-right: 0;
}

.creative_modal .modal-dialog {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.img_wrap img {
  margin: auto !important;
  display: block;
}

.stacked_slider_card {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .image_mainwrap img {
    width: auto;
  }
  .stacked-cards ul {
    height: 440px !important;
  }
  .large_images li {
    width: 19.3%;
  }
  .square_images li {
    width: 23.8%;
  }
  .container-fixed {
    max-width: 46%;
  }
  .image_mainwrap img {
    width: 100%;
  }
  .creative_main_body {
    margin: 25px 0 25px 0;
    overflow: hidden;
  }
  .stacked-cards li a {
    padding: 5px 0 0;
  }
  .stacked-cards li {
    height: 450px;
    width: 450px;
  }
}

@media (max-width: 1023px) {
  .stacked-cards li {
    height: 280px;
    width: 460px;
  }
}

@media (max-width: 991px) {
  .stacked-cards li {
    box-shadow: none !important;
  }
  .stacked-cards ul {
    height: 420px !important;
  }
  .large_images li {
    width: 19.1%;
  }
  .image_mainwrap img {
    width: auto;
  }
  .square_images li {
    width: 23.4%;
  }
  .image_23 img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .stacked-cards ul {
    height: 325px !important;
  }
  .stacked-cards li {
    width: 340px;
    height: 130px;
  }
  .heading_ads {
    font-size: 18px;
  }
  .heading_ads .block_icon {
    margin-right: 16px;
  }
  .google_first_section .col-sm-6 {
    padding: 0 15px !important;
    margin-bottom: 15px;
  }
  .large_images li {
    width: 47%;
    margin-bottom: 15px;
  }
  .square_images li {
    width: 47%;
  }
  .section_sixth {
    margin-top: 60px;
  }
  .row.sixth_section .col-sm-3 {
    width: 50%;
    float: left;
  }
  .banner_img2 .col-sm-6 {
    margin-bottom: 15px;
  }
  .banner_img2,
  .fourth_section,
  .fifth_section {
    margin-bottom: 0;
  }
  .fourth_section .col-sm-3,
  .fifth_section .col-sm-3 {
    width: 49%;
    float: left;
    margin-bottom: 15px;
  }
  .image_mainwrap img {
    width: 100%;
  }
  .image_3 img,
  .image_5 img,
  .image_4 img {
    width: auto;
  }
  .footer_images a {
    font-size: 20px;
  }
  .stacked-cards li a {
    padding: 5px 0 0;
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .stacked-cards ul {
    height: 270px !important;
  }
  .stacked-cards li {
    width: 320px;
  }
  .stacked-cards li a {
    padding: 0;
    font-size: 18px;
    margin: 0;
  }
}

@media (max-width: 479px) {
  .row.sixth_section .col-sm-3 {
    width: 100%;
  }
  .fourth_section .col-sm-3,
  .fifth_section .col-sm-3 {
    width: 100%;
  }
  .square_images li {
    width: 100%;
    margin-bottom: 15px;
  }
  .large_images li {
    width: 100%;
    margin-bottom: 15px;
  }
  .heading_ads {
    margin: 0;
  }
  .creative_main_body {
    margin: 25px 0 25px 0;
  }
  .container-fixed {
    max-width: 100%;
  }
  .stacked-cards ul {
    height: 270px !important;
  }
  .second_section {
    margin-bottom: 0;
  }
  .creative_modal .modal-content {
    width: 100% !important;
  }

  .image_1 img {
    width: 100%;
  }

  .third_section {
    margin: 0 0 30px;
  }
  .sixth_section {
    margin: 30px -15px 0;
  }
  .heading_ads .block_icon {
    display: none;
  }
  .stacked-cards li {
    width: 270px;
    display: block;
    height: auto;
  }
  .stacked-cards li a {
    margin: 2px 0 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  #myModal-whitelabel .image_mainwrap img {
    width: 40% !important;
  }
}

/* ------------------------------------------ creative add ends -----------------------------------*/

/* / ----------------------------- terms_condition css end -------------------------- / */

.terms_page {
  background: #f2f2f2;
}

.terms_condition {
  margin: 50px 0;
}

.terms_condition h1 {
  font-size: 32px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
}

.title-blue {
  color: #398bcb;
  text-transform: capitalize;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.row.detail_terms ul {
  margin-left: 50px;
  margin-bottom: 20px;
}

.detail_terms ul li {
  list-style-type: revert !important;
}

.row.detail_terms li p {
  margin-bottom: 10px;
}

.website_title {
  background: #ffffff;
  padding: 20px 0;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 30px;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
}

.detail_terms {
  background: #ffffff;
  padding: 20px 0 10px;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
}

.detail_terms p {
  margin-bottom: 20px;
  font-size: 14px;
}

.referance_title {
  color: #398bcb;
}

@media (max-width: 991px) {
  .terms_condition {
    margin: 50px 30px;
  }
}

/* / ----------------------------- terms_condition  css end -------------------------- / */

/* / ----------------------------- Pagination Styling Start here -------------------------- / */

.wp-pagenavi {
  clear: both;
  box-shadow: 0px 3px 6px #00000029;
  width: max-content;
  margin: auto;
  margin-top: 125px;
  padding: 16px 32px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  padding: 2px 10px !important;
  margin: 0px !important;
  display: inline-block;
  border-radius: 3px;
  border: none !important;
  color: #949494;
}
.wp-pagenavi a:not(:last-of-type) {
  margin-right: 28px !important;
}

.wp-pagenavi a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.wp-pagenavi span.current {
  z-index: 1;
  color: #fff;
  background-color: #1178bf;
  border-color: #1178bf;
  font-weight: normal;
}

/* / ----------------------------- Pagination Styling Ends here -------------------------- / */

/* / --------------- Forms validation styling start  ------------------ / */

.DemoForm .wpcf7-not-valid {
  border: 1px solid #b94a48 !important;
}

/* / --------------- Forms validation styling End  ------------------ / */

/* / --------------- 404 and Search page styling  ------------------ / */

.search_page .not-found,
.site-main .error-404 {
  min-height: 30vh;
}
@media only screen and (max-width: 575px) {
  .search_page .not-found,
  .site-main .error-404 {
    padding: 0 10%;
  }
}

/*CSS form Full service for New starts*/

.AdditionalService .wpcf7-list-item-label {
  font-size: 17px;
  display: block;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}
.AdditionalService input[type="radio"] {
  background-color: white;
  border: 1px solid #999;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.wpcf7-form-control-wrap {
  color: #fff;
  /* display: block !important; */
}

.AdditionalService .first span.wpcf7-list-item-label::after {
  content: "Publishing within 4 hours";
  font-size: 11px;
  font-weight: normal !important;
  display: block;
}

.AdditionalService .last span.wpcf7-list-item-label::after {
  content: "Publishing within 30 min. This includes additional $100";
  font-size: 11px;
  font-weight: normal !important;
  display: block;
}

.AdditionalService .first span.wpcf7-list-item-label {
  margin-top: 38%;
}

.AdditionalService .last span.wpcf7-list-item-label {
  margin-top: 20%;
}
.wpcf7-form-control-wrap.AdditionalService {
  margin: auto;
}

.AdditionalService .first,
.AdditionalService .last {
  position: relative;
}

.AdditionalService .first::after {
  content: url("assets/images/standard_icon.png");
  position: absolute;
  top: 0;
  left: 100px;
}

.AdditionalService .last::after {
  content: url("assets/images/rush_icon.png");
  position: absolute;
  top: 0;
  right: 70px;
}
@media screen and (max-width: 543px) {
  .AdditionalService .first::after {
    left: 20%;
  }
  .AdditionalService .last::after {
    right: 42%;
  }
  .AdditionalService .wpcf7-list-item.first {
    display: -ms-inline-grid;
    display: inline-grid !important;
  }
}
@media screen and (max-width: 543px) and (min-width: 360px) {
  .AdditionalService .wpcf7-list-item.last input[type="radio"] {
    display: block;
    margin: 0 23%;
  }
}
@media screen and (max-width: 359px) and (min-width: 320px) {
  .AdditionalService .wpcf7-list-item.last input[type="radio"] {
    display: block;
    margin: 0 21%;
  }
}
@media screen and (max-width: 319px) {
  .AdditionalService .wpcf7-list-item.last input[type="radio"] {
    display: block;
    margin: 0 16%;
  }
}
@media screen and (max-width: 560px) and (min-width: 545px) {
  .AdditionalService span.wpcf7-list-item {
    display: table-cell;
  }
}
/*************** packages start ****************/

#packages span.wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 700;
}
#packages
  span.wpcf7-list-item.first
  span.wpcf7-list-item-label::after {
  content: "$250";
  font-size: 12px;
  font-weight: normal !important;
  display: block;
  color: #1a366e;
  background-color: #ffffff;
  padding: 2px 20px;
  border-radius: 5px;
  margin-top: 10px;
}

#packages span.wpcf7-list-item span.wpcf7-list-item-label::after {
  content: "$350";
  font-size: 12px;
  font-weight: normal !important;
  display: block;
  color: #1a366e;
  background-color: #ffffff;
  padding: 2px 20px;
  border-radius: 5px;
  margin-top: 10px;
}

#packages
  span.wpcf7-list-item.last
  span.wpcf7-list-item-label::after {
  content: "$500";
  font-size: 12px;
  font-weight: normal !important;
  display: block;
  color: #1a366e;
  background-color: #ffffff;
  padding: 2px 20px;
  border-radius: 5px;
  margin-top: 10px;
}
#packages span.wpcf7-list-item input[type="radio"] {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.services_package_demo {
  display: none;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.radio_style {
  background: #ffffff;
  color: #000;
}
#packages span.wpcf7-list-item.first,
#packages span.wpcf7-list-item {
  border-right: 1px solid #ffffff;
}
#packages span.wpcf7-list-item.last {
  border-right: none;
}
#fullserviceModal .wpcf7-response-output {
  color: #ffffff;
}
#packages span.wpcf7-list-item {
  padding: 16px 43px !important;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) and (min-width: 544px) {
  #packages span.wpcf7-list-item {
    padding: 16px 39px !important;
    margin: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 543px) and (min-width: 366px) {
  #packages span.wpcf7-list-item {
    padding: 16px 12px !important;
  }
}
@media screen and (max-width: 374px) {
  #packages span.wpcf7-list-item.first,
  #packages span.wpcf7-list-item {
    border-right: none !important;
  }
}
/*************** packages styling end ***************/

/************* CSS form Full service for New Ends **********/

/*=============new room Categories button starts here ===============*/
.distribution_channels {
  text-align: center;
}

.distribution_channels .all_channel.active {
  border: 1px solid #3b8acb;
  background: #3b8acb;
  color: #ffffff;
  /* padding: 8px 20px; */
  border-radius: 5px;
}

.distribution_channels .all_channel {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0 auto;
  padding: 8px 17px;
  background: #ffffff;
  font-size: 14px;
  color: #949494;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px 0 #dcdcdc;
  display: block;
}
/*=============new room distribution button end ===============*/

/* ----------i pad pro ------------------ */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /*=============new room distribution button start ===============*/
  .distribution_channels .all_channel {
    padding: 8px 15px;
    font-size: 14px;
  }
  /*=============new room distribution button end ===============*/
}

/* ----------i pad ------------------ */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*=============new room distribution button start ===============*/
  .distribution_channels .all_channel {
    padding: 8px 0;
    font-size: 10px;
  }
  /*=============new room distribution button end ===============*/
}
@media only screen and (max-width: 767.98px) {
  /*=============new room distribution button start ===============*/
  .distribution_channels .all_channel {
    font-size: 14px;
  }
  /*=============new room distribution button end ===============*/
}

/* ============== Home info-box modal styling start================*/
.media_modal_campaigns {
  width: 60% !important;
  max-width: 60%;
}
.media_modal_campaigns .main_body {
  padding: 20px 10px;
}
.media_modal_campaigns .main_body li {
  font-size: 16px;
}
.media_modal_campaigns .media_check {
  color: #339900;
  margin-right: 5px;
}
.media_modal_campaigns h2 {
  font-size: 30px;
  margin: 30px 0;
}

.media_camp_modal {
  overflow: hidden;
}

/* ----------i pad ------------------ */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*==============media_Campaigns modal start================*/
  .media_modal_campaigns {
    width: 80% !important;
    max-width: 80%;
  }
  .media_modal_campaigns h2 {
    font-size: 26px;
  }

  /* ==============media_Campaigns modal end================*/
}
@media only screen and (max-width: 767.98px) {
  /*==============media_Campaigns modal start================*/
  .media_modal_campaigns {
    width: 90% !important;
    max-width: 90%;
  }
  .media_modal_campaigns h2 {
    font-size: 22px;
  }
  /*==============info-box  modal end================*/
}

/* ============== Home info-box modal styling End================*/

/*======= watch video in Home Page==============*/

.watch_video .play_icon {
  color: #ffffff;
  background: #56c3bc;
  padding: 10px;
  font-size: 27px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: absolute;
  top: 3px;
  left: 2px;
}
.video_homebtn .watch_video {
  border: 1px solid #56c3bc;
  color: #191919;
  border-radius: 40px;
  display: block;
  font-size: 12px;
  line-height: 0;
  text-transform: uppercase;
  padding: 18px 40px;
  position: relative;
}

/*Responsiveness Styling*/
.pressrelease .pr-description p {
  word-break: break-word;
}
@media only screen and (max-width: 767.98px) {
  .pr-section {
    padding: 1rem;
  }
  .btns.banner_video_btn {
    margin-top: 1rem !important;
  }
}
@media only screen and (max-width: 319.98px) {
  .video_homebtn .watch_video {
    font-size: 8px;
  }
}

/*/ ---- ThankYou Page CSS --------- /*/
.thankyou-page {
  height: 80vh;
  display: table;
}
.thank_you img {
  width: 15%;
  margin: auto;
  display: block;
}
.thank_you {
  text-align: center;
}
.thank_you h1 {
  margin: 30px 0;
  text-transform: capitalize;
  color: #2178bd;
  font-weight: 600;
}
.thank_you {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 767px) {
  .thank_you img {
    width: 20%;
  }
  .password_rest {
    margin: 120px auto 0 !important;
  }
}
@media (max-width: 479px) {
  .thank_you img {
    width: 30%;
  }
  .thank_you p {
    margin: 40px 0 0;
  }
}

/*/ ---- ThankYou Page CSS  Ends --------- /*/

div#invoice_page {
  margin: 6% auto 0 auto;
  max-width: 100%;
  width: 50%;
}

/* =========== Generic Classes for Buttons Start ===================*/

/* Primary Button */
.primary-btn {
  color: #fff;
  background-color: #1479c0;
  border: 2px solid #1479c0;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  display: inline-block;
}
.primary-btn:hover {
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgb(0 123 255 / 34%);
  transition: all 0.3s ease-in-out;
}
/* Secondary Button */
.secondary-btn {
  border: 2px solid #1479c0 !important;
  color: #1479c0 !important;
  border-radius: 5px !important;
  padding: 0.375rem 0.75rem !important;
  display: inline-block;
}
.secondary-btn:hover {
  background-color: #1479c0 !important;
  color: #ffffff !important;
}
/* Tertiary Button */
.tertiary-btn {
  color: #1479c0;
  font-size: 16px !important;
  font-weight: 600;
}
.tertiary-btn:hover {
  color: #102563;
}

/*============== Sizes of Buttons ==============*/

/* Large Button */
.lg-btn {
  padding: 10px 24px !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
/* Medium Button */
.md-btn {
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
/* Small Button */
.sm-btn {
  padding: 5px 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

/*============== Rounded Buttons ==============*/
.rounded-btn {
  border-radius: 50px !important;
}

/* =========== Generic Classes for Buttons End ===================*/

.single-post .main_body-single ul {
  padding: revert;
}
.single-post .main_body-single ul li {
  list-style: inherit;
}
.single-post .main_body-single .legal_categories .business_strong {
  word-break: break-all;
}
.main_body-single figure {
  max-width: 100% !important;
  height: auto !important;
}

.main_body-single .aligncenter {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .single-post iframe {
    max-width: 100%;
    height: auto;
  }
  .wpi_left_col,
  .wpi_right_col {
    width: auto;
  }
  div#invoice_page {
    margin: initial;
    max-width: 100%;
    width: auto;
    padding: 8%;
  }
}
#wp_invoice_itemized_table .cost_column {
  display: block !important;
}
#wp_invoice_itemized_table .wpi_money {
  display: block !important;
}
.demo_popup {
  padding-top: 3%;
  background: rgb(0, 0, 0, 0.5);
  overflow-y: auto !important;
  padding-right: 17px;
}
@media screen and (max-width: 479px) {
  .demo_popup .modal-dialog {
    margin: 4.75rem auto !important;
  }
}

/* Set the header in iPad Pro in portrait mode  */
@media (min-width: 1174px) {
  #Desktop_header {
    display: block !important;
  }
  #Mobile_header {
    display: none !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .demo a {
    padding: 10px 10px !important;
  }
  .sign-up a {
    padding: 10px 10px !important;
  }
}
/* Set the header in iPad in Landscape mode  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #Desktop_header {
    display: none !important;
  }
  #Mobile_header {
    display: block !important;
  }
  .CardLatinLogo {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .release_livesection {
    min-height: 720px;
  }
  .banner_information {
    top: 90px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  a.news-btn.btn {
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .CardLatinLogo {
    margin-top: 25px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  a.news-btn.btn {
    margin-top: 0px;
    padding: 10px 15px;
  }
  .icr_wrap h1 {
    font-size: 25px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  a.news-btn.btn {
    margin-left: 5px;
    padding: 10px 10px;
  }
  .icr_wrap h1 {
    font-size: 26px;
  }
}

/* SEO Competitor analysis page styling start */

/*Distribution*/
.distribution-intro__title {
  font-size: 42px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 83px;
}
.distribution-intro__body {
  padding: 21px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.distribution-intro__paragraph {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
  line-height: 2.1;
}
/*Distribution Feature*/
.distribution-main {
  margin-top: 4rem;
}
.distribution-main > :not(:first-child) {
  margin-top: 40px;
}
.distribution-feature > :nth-child(2) {
  margin-top: 20px;
}
.distribution-feature__header {
  width: 100%;
}
.distribution-feature__title {
  background-color: rgba(57, 140, 203, 0.08);
  position: relative;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 77px;
}
.distribution-feature__title::before {
  content: "";
  width: 45px;
  height: 100%;
  display: inline-block;
  background: #398bcb;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.distribution-feature__sub-title {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 14px;
}
.distribution-feature__paragraph {
  font-size: 16px;
  line-height: 1.8;
}
.distribution-feature__list {
  list-style: none;
}
.distribution-feature__body > * {
  margin-top: 14px;
  margin-top: 20px;
}
.distribution-feature__note {
  display: inline-block;
  margin-top: 20px;
}
.distribution-feature__list-big {
  margin-left: -25px;
  list-style: none;
}
.distribution-feature__list-big > * {
  margin-top: 50px;
}
.distribution-feature__list-title {
  font-size: 24px;
  font-weight: 600;
  color: #303030;
  display: inline-block;
  text-transform: capitalize;
}
.distribution-feature__list-big .distribution-feature__paragraph {
  margin-top: 20px;
}
.distribution-feature__border-box {
  border: 1px solid #398bcb;
  padding: 0 45px;
}
.feature-list {
  margin-left: 20px;
}
.feature-list__item {
  list-style: disc;
  line-height: 2.2;
}

.distribution-disclaimer {
  font-size: 18px;
  font-style: italic;
  color: #303030;
  font-weight: 600;
  background: #e2e2e2;
  padding: 20px 34px;
}
/*Advantages&Disadvantages*/
.blue-border {
  height: 11px;
  background-color: #398bcb;
}
.table-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}
.distribution-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.distribution-table__data {
  padding: 8px;
  vertical-align: top;
  background: #398ccb08;
}

.distribution-table__heading {
  background: #398ccb08;
  font-size: 20px !important;
  text-align: center;
}
.distribution-feature__title {
  font-size: 28px;
}
.distribution-table__head {
  background: #398ccb08;
  text-align: center;
}
.distribution-table__list {
  line-height: 2.2;
}

.pricing-table-container .distribution-table__heading {
  padding: 10px;
  font-size: 14px !important;
  font-weight: 700;
}
.pricing-table-container .distribution-table__data {
  text-align: center;
  vertical-align: middle;
}
.distribution-table__body .distribution-table__heading {
  text-align: left;
}
@media (max-width: 600px) {
  .distribution-addisvantages .distribution-table__data {
    min-width: 300px;
  }
  .pricing-table-container .distribution-table__data {
    min-width: 150px;
  }
  .distribution-feature__title {
    font-size: 23px;
  }
  .distribution-addisvantages .distribution-table__head {
    text-align: left;
  }
  .distribution-table__head > tr > th {
    padding: 10px;
  }
  .distribution-feature__list-title {
    font-size: 20px !important;
  }
  .distribution-feature__list-big .distribution-feature__paragraph {
    margin-top: 14px;
  }
}

/*Table Of Content*/

.table-of-content {
  box-shadow: 0 6px 6px rgba(61, 61, 61, 0.16);
  align-self: stretch;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 14px;
  max-height: 70vh;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 120px;
}

.table-of-content__body {
  padding: 0 25px 25px 25px;
}
.table-of-content::-webkit-scrollbar {
  display: none;
}
.table-of-content__header {
  position: sticky;
  top: -5px;
  width: 100%;
  background: #fff;
  padding: 25px;
  z-index: 100;
}
.table-of-content__heading {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
}
.table-of-content__heading-secondary {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.table-of-content__list-primary {
  list-style: none;
  margin-left: -25px;
}

.table-of-content__link {
  line-height: 2.2;
  color: #303030;
  font-size: 14px;
}
.table-of-content__link:focus {
  text-decoration: underline;
  color: #0066cc;
}
.distribution-services__sub-item:before {
  font-weight: 700;
  color: #303030;
}

.end-white-plate {
  position: sticky;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 100%;
  background-color: white;
}
.distribution-list {
  margin-left: -25px;
}
.distribution-list__item {
  line-height: 2;
}
.distribution-list__link {
  font-weight: 600;
  color: #303030;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
.underline-link {
  text-decoration: underline !important;
  color: #398bcb !important;
}

.distribution-services__heading {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.distribution-services__heading-link {
  text-decoration: none;
  color: #303030;
  font-size: 16px;
  line-height: 1.9;
}
.distribution-services__list {
  margin-left: -25px;
}
.distribution-services__link {
  text-decoration: none;
  color: #303030;
  font-weight: 600;
  font-size: 14px;
}

.distribution-services__sub-list {
  margin-left: -36px;
  list-style: none;
}
.distribution-services__sub-link {
  color: #303030;
  font-weight: 500;
  line-height: 2.2;
  font-size: 14px;
}

/*Numeric list style*/
.item-numeric {
  counter-increment: chapter;
}
.item-numeric:before {
  content: counter(chapter, numeric) ")";
}
.item-numeric-main {
  counter-increment: chapter;
}
.item-numeric-main:before {
  content: counter(chapter, numeric) ".";
  font-size: 28px;
  font-weight: 500;
  color: #303030;
}
/*Utils classes*/
.u-m-left {
  margin-left: -20px;
}
.u-d-block {
  display: block;
}
.u-list-circle > * {
  list-style: disc;
}
.u-list-line-height > * {
  list-style: disc;
  line-height: 2.2;
}
.u-list-numeric > * {
  list-style: decimal;
}
.u-margin-dist-list {
  margin: 14px 0;
}
.u-font-bold {
  font-weight: 600;
}
.u-border-blue {
  border: 1px solid #398ccb8c;
}
.u-padding-left {
  padding-left: 30px;
}
.u-margin-top {
  margin-top: 35px;
}
.u-mg-top-sm {
  margin-top: 20px;
}
.u-color-default {
  color: #303030;
}
.distribution-feature__title.u-content-1::before {
  content: "1";
}
.distribution-feature__title.u-content-2::before {
  content: "2";
}
.distribution-feature__title.u-content-3::before {
  content: "3";
}
.distribution-feature__title.u-content-4::before {
  content: "4";
}
.distribution-feature__title.u-content-5::before {
  content: "5";
}
.distribution-feature__title.u-content-6::before {
  content: "6";
}
.distribution-feature__title.u-content-7::before {
  content: "7";
}
.distribution-feature__title.u-content-8::before {
  content: "8";
}
.distribution-feature__title.u-content-9::before {
  content: "9";
}
.distribution-feature__title.u-content-10::before {
  content: "10";
}
.distribution-feature__title.u-content-11::before {
  content: "11";
}
.distribution-feature__title.u-content-1-1::before {
  content: "1.1";
}
.distribution-feature__title.u-content-1-2::before {
  content: "1.2";
}
.distribution-feature__title.u-content-1-3::before {
  content: "1.3";
}
.distribution-feature__title.u-content-1-4::before {
  content: "1.4";
}
.distribution-feature__title.u-content-1-5::before {
  content: "1.5";
}
.distribution-feature__title.u-content-1-6::before {
  content: "1.6";
}
.distribution-feature__title.u-content-1-a::before {
  content: "a)";
}
.distribution-feature__title.u-content-1-b::before {
  content: "b)";
}
.distribution-feature__title.u-content-1-c::before {
  content: "c)";
}

[class*="u-content-"]::before {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
[class*="u-content-1-"]::before {
  font-size: 16px;
}
/*Back to top Button*/
#button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */
#to-top {
  display: inline-block;
  background-color: #398bcb;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color 0.3s, transform 0.3s, opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#to-top::before {
  content: "↑";
  font-size: 42px;
  line-height: 40px;
  color: #fff;
  display: block;
  cursor: pointer;
  -webkit-animation: infinite up-to-down-arrow 0.6s;
  animation: infinite up-to-down-arrow 0.6s;
}
@keyframes up-to-down-arrow {
  0% {
    transform: translateY(-10%);
    opacity: 1;
  }
  100% {
    transform: translateY(10%);
    opacity: 0.5;
  }
}

#to-top:hover {
  transform: rotate(-8deg);
}
#to-top.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px) {
  .distribution-intro__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .distribution-feature__title {
    font-size: 22px;
    padding-left: 55px;
  }
  .distribution-feature__sub-title {
    font-size: 20px;
  }
  .distribution-feature__list-title {
    font-size: 23px;
  }
  .item-numeric-main:before {
    content: counter(chapter, numeric) ".";
    font-size: 18px;
    font-weight: 500;
    color: #303030;
  }
  .distribution-main > :not(:first-child) {
    margin-top: 30px;
  }
  .distribution-feature > :nth-child(2) {
    margin-top: 20px;
  }
  .u-padding-left {
    padding-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .distribution-intro {
    margin-top: 50px;
  }
  .distribution-intro__title {
    font-size: 22px;
    margin-bottom: 34px;
  }
  .table-of-content__header {
    padding: 15px 20px;
  }
  .table-of-content__body {
    padding: 0 20px 20px 20px;
  }
  html {
    scroll-padding-top: 220px;
  }
}

/* SEO Competitor analysis page styling End */

/* Nexis PR modal Styling Start*/
.nn-popup__photo {
  width: 100%;
  height: 100%;
}

.nn-popup__body {
  text-align: left;
  position: relative;
  background-color: #052b43;
  background-image: url("assets/images/Twitter-Creatives.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  height: 90vh;
}

.nn-popup__header {
  position: relative;
  height: 146px;
}
.nn-popup__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nn-popup__footer {
  width: 100%;
  padding: 20px 30px;
}

.close--button {
  align-self: flex-start;
  right: 0px;
  top: -10px;
}
.close--button > span {
  font-size: 40px;
  color: #fff;
}

.close--button:focus {
  outline: none;
}
img.reg {
  margin-top: -16px;
}
.nn-popup__button {
  border: none;
  outline: none;
  background: #3a88c8;
  padding: 7px 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.nn-popup__button:focus {
  outline: none;
}

.nn-popup__text {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  max-width: 520px;
  text-align: left;
  line-height: 1.8;
}

.u-modal-header {
  background: transparent !important;
  border: none !important;
  padding: 0;
}

.nn-logo {
  border-radius: 100%;
  width: 100%;
  max-width: 140px;

  position: absolute;
  top: 53%;
  left: 70%;
  transform: translate(-50%, -50%);
}
/* ===================== Media Query for i-pad-pro =========== */

@media (min-height: 720px) {
  .nn-popup__body {
    max-height: 720px;
  }
}

@media only screen and (min-height: 600px) and (max-height: 850px) {
  .nn-popup__body {
    min-height: 700px;
  }
}

/* ===================== Media Query for i-pad =========== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .nn-popup__body {
    min-height: 570px;
  }
}

/* ----------- Media Query for Mobiles ----------- ------- */

@media only screen and (max-width: 767.98px) {
  .nn-popup__body {
    min-height: 665px;
    background-size: cover;
  }
  .nn-popup__bottom {
    flex-direction: column;
    align-items: baseline;
  }
  img.reg {
    margin-top: -11px;
    width: 2%;
  }
  .margin-fix {
    margin-top: 10px;
  }
  .nn-popup__text {
    max-width: 100%;
  }

  .close--button {
    outline: none;
  }
  .close--button:focus {
    outline: none;
  }

  .u-modal-header {
    background: transparent;
    border: none;
    padding: 0;
  }

  .nn-popup__text {
    font-size: 18px;
  }
  .nn-popup__button {
    padding: 5px 16px;
    font-size: 18px;
    margin-top: 20px;
  }

  .nn-popup__footer {
    width: 100%;
    padding: 20px 10px 0px;
  }
  .nn-logo {
    width: 100%;
    max-width: 137px;
    position: absolute;
    top: 50%;
    left: 76%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 374px) and (max-width: 700px) {
  .nn-logo {
    top: 52.3%;
  }
}

@media only screen and (width: 812px) and (height: 375px) {
  .nn-logo {
    top: 40.3%;
  }
}

@media (max-width: 320px) {
  .nn-popup__text {
    font-size: 18px;
    line-height: 26px;
  }
  .nn-logo {
    width: 100%;
    max-width: 95px;
    position: absolute;
    top: 53%;
    left: 78%;
    transform: translate(-50%, -50%);
  }
}

/* Nexis PR modal Styling End*/
/* new header of product-pages styling */

:root {
  /*General*/
  --color-white: #fff;
  --color-border-list: #efefef;
  /*Class Action Marketing Colors*/
  --color-bg-ca-navigation: #191d40;
  --color-bg-demo-ca: #4056b5;
  --color-bg-dropdown-own: #458bcb;

  /*iCrowd Marketing Colors*/
  --color-bg-icm-navigation: #191d40;
  --color-bg-demo-icm: #458bcb;
  --color-bg-icm-dropdown-own-icm: #458bcb;

  /*iCrowd Reasearch Variables*/
  --color-bg-ics-navigation-ics: #000000;
  --color-bg-demo-ics: #877bba;
  --color-bg-ics-dropdown-own-ics: #458bcb;

  /*colors Latin America*/
  --color-bg-navigation-latin: #e8e9e6;
  --color-link-latin: #515151;
  --color-bg-demo-latin: #515151;
  --color-bg-la-dropdown-own-latin: #458bcb;

  /*Legal Newswire*/
  --color-bg-navigation-ln: #000000;
  --color-bg-demo-ln: #cba860;
  --color-white: #fff;
  --color-bg-dropdown-own-ln: #458bcb;

  /*Real Estate Colors*/
  --color-bg-rs-navigation: #fff;
  --color-link-rs: #000;
  --color-bg-demo-rs: #000;
  --color-bg-rs-dropdown-own: #458bcb;
}

.u-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7px 40px;
  z-index: 999;
}
/*Logo*/
.logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  z-index: 400;
}

.logo__photo {
  width: 100%;
  max-width: 76px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*Buttons*/
.button {
  text-transform: capitalize;
  padding: 10px 26px;
  font-size: 17px;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}
[class*="button"] {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

[class^="button"] {
  padding: 10px 20px !important;
  border-radius: 5px;
  font-weight: 600;
}

/*Class Action*/
.ca-button--demo {
  background: var(--color-bg-demo-ca);
  color: var(--color-white);
}
.ca-button--demo:hover {
  background: var(--color-white);
  color: var(--color-bg-demo-ca);
}

.button--ca-navigation {
  display: block;
  border: 2px solid var(--color-bg-demo-ca);
}
.button--ca-navigation:hover {
  background: var(--color-bg-demo-ca);
}
/*iCrowd Marketing*/
.icm-button--demo {
  background: var(--color-bg-demo-icm);
  color: var(--color-white);
}
.icm-button--demo:hover {
  background: var(--color-white);
  color: var(--color-bg-demo-icm);
}

.icm-button--navigation {
  display: block;
  border: 2px solid var(--color-bg-demo-icm);
}
.icm-button--navigation:hover {
  background: var(--color-bg-demo-icm);
}
/*iCrowd Research*/

.ics-button--demo {
  background: var(--color-bg-demo-ics);
  color: var(--color-white);
}
.ics-button--demo:hover {
  -webkit-box-shadow: 0px 2px 8px 8px #123865;
  box-shadow: 0px 2px 8px 8px #123865;
  color: #0056b3 !important;
}

.ics-header .custom_navigation_ul li:last-child a {
  display: block;
  border: 2px solid var(--color-bg-demo-ics);
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
}
.ics-header .custom_navigation_ul li:last-child a:hover {
  background: var(--color-bg-demo-ics);
  color: #0056b3 !important;
}

/*Legal News*/
.ln-button--demo {
  background: var(--color-bg-demo-ln);
  color: var(--color-white);

  border: 3px solid var(--color-bg-demo-ln);
  padding: 7px 24px;
}
.ln-button--demo:hover {
  background: transparent;
  color: var(--color-bg-demo-ln) !important;
  border: 3px solid var(--color-bg-demo-ln);
}

.ln-header .custom_navigation_ul li:last-child a {
  display: block;
  border: 2px solid var(--color-bg-demo-ln);
  padding: 7px 18px !important;
  border-bottom: 2px solid var(--color-bg-demo-ln) !important;
  border-radius: 5px;
}
.ln-header .custom_navigation_ul .sub-menu li:last-child a {
  border-bottom: unset !important;
}

.ln-header .custom_navigation_ul li:last-child a:hover {
  background: var(--color-bg-demo-ln);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
}

/*Latin+Real America*/
.la-button--navigation:hover,
.la-button--demo:hover,
.rs-button--navigation:hover,
.rs-button--quote > [class*="rs-navigation__link"],
.rs-button--demo > [class*="rs-navigation__link"] {
  opacity: 1 !important;
}
.rs-button,
.la-button {
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

/*Links*/
.navigation__link {
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ca-navigation__link:hover,
.icm-navigation__link:hover {
  color: #398bcb;
}
.ca-navigation__link[class*="button--ca-navigation"]:hover,
.icm-navigation__link[class*="icm-button--navigation"]:hover {
  color: var(--color-white);
}

.ics-navigation__link:hover {
  opacity: 0.7;
}
.ics-navigation__link[class*="ics-button--navigation"]:hover,
.ics-navigation__link[class*="ics-button--demo"]:hover {
  opacity: 1;
}
.ln-header .custom_navigation_ul li a:hover {
  color: #cba860 !important;
  transition: inherit;
}
.ln-navigation__link[class*="ln-button--navigation"]:hover {
  background: #cba860;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.ln-navigation__link[class*="ln-button--demo"]:hover {
  color: #cba860;
  background: 0 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.la-navigation__link,
.rs-navigation__link {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.la-navigation__link:hover,
.rs-navigation__link:hover {
  color: currentColor;
  opacity: 0.7;
}

/*Class Action marketing*/
.ca-header {
  background: var(--color-bg-ca-navigation);
}
/*Navigation*/
.navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navigation__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}

.navigation__icon {
  width: 60px;
  display: none;
  position: relative;
  z-index: 300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.navigation__icon > span {
  background: var(--color-white);
  border-radius: 10px;
  height: 5px;
  margin: 5px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navigation__icon > span:nth-of-type(1) {
  width: 50%;
}
.navigation__icon > span:nth-of-type(2) {
  width: 100%;
}

.navigation__icon > span:nth-of-type(3) {
  width: 75%;
}

.navigation__icon-drop {
  width: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.line-1.animate {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(8px, 0px);
  -ms-transform: rotate(45deg) translate(8px, 0px);
  transform: rotatez(45deg) translate(8px, 0px);
}

.line-2.animate {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotatez(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotatez(-45deg);
}

.line-3.animate {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  width: 50%;
  -webkit-transform: translate(11.5px, -11.5px) rotatez(45deg);
  -ms-transform: translate(11.5px, -11.5px) rotate(45deg);
  transform: translate(11.5px, -11.5px) rotatez(45deg);
}

/*Dropdown-own*/
.custom_navigation_ul .sub-menu {
  position: absolute;
  background: transparent;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  min-width: 200px;
  z-index: 8888;
}

.custom_navigation_ul .sub-menu {
  background: var(--color-white);
  list-style: none;
  border: 1px solid var(--color-border-list);
}

.custom_navigation_ul .sub-menu li a {
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 20px;
  display: block;
}

.custom_navigation_ul .sub-menu li a:hover {
  background: var(--color-bg-dropdown-own);
  color: var(--color-white) !important;
  transition: inherit;
}

.custom_navigation_ul .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}

.custom_navigation_ul .sub-menu li a:hover {
  color: black;
  text-decoration: none;
}
.custom_navigation_ul li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-arrow {
  width: 14px;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*Media Queries*/
@media screen and (min-width: 900px) {
  .custom_navigation_ul li:first-child a:hover + .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .custom_navigation_ul .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .custom_navigation_ul li:first-child a:hover > .drop-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.rotate-drop-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.show-dropdown-own {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

/*iCrowd Marketing*/
.icm-header {
  background: var(--color-bg-icm-navigation);
}

/*Custom Dropdown*/
.custom-dropdown {
  position: fixed;
  top: 91px;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.custom-dropdown > .navigation__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-dropdown > .navigation__list > :nth-child(even) {
  -webkit-animation: even-animate 0.4s;
  animation: even-animate 0.4s;
}
.custom-dropdown > .navigation__list > :nth-child(odd) {
  -webkit-animation: odd-animate 0.4s;
  animation: odd-animate 0.4s;
}

.custom-dropdown > .navigation__list > * {
  margin: 0;
  margin-bottom: 20px;
}

.custom-dropdown-list > :last-of-type {
  margin-bottom: 0;
}
@-webkit-keyframes even-animate {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes even-animate {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes odd-animate {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes odd-animate {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/*Latin America Styles*/
.la-header {
  background: var(--color-bg-navigation-latin);
}

.la-button {
  color: #fff;
}

.la-button--demo {
  background: var(--color-bg-demo-latin);
  color: var(--color-white);
}
.la-button--demo:hover {
  background: var(--color-white);
  color: var(--color-bg-demo-latin) !important;
  border: 1px solid var(--color-link-latin);
}

.la-button--navigation {
  display: block;
  border: 2px solid var(--color-bg-demo-latin);
}
.la-button--navigation:hover {
  background: var(--color-white) !important;
}

.logo__photo {
  width: 80px;
}

.logo__photo {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 80px;
}

.la-navigation__link {
  cursor: pointer;
  color: var(--color-link-latin);
  text-decoration: none;
  text-transform: capitalize;
}

.navigation__icon > span {
  background: var(--color-bg-demo-latin);
  border-radius: 10px;
  height: 5px;
  margin: 5px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.drop-black {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}

/*Real Estate Style*/
.rs-header {
  background: var(--color-bg-rs-navigation);
}

.rs-button {
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.rs-button--demo .rs-navigation__link {
  color: var(--color-white);
}
@media screen and (min-width: 1000px) {
  .rs-button:not(:first-of-type) {
    padding: 10px;
  }
}
.rs-button--demo {
  background: var(--color-bg-demo-rs);
  color: var(--color-white);
  text-transform: capitalize;
  padding: 10px;
  font-size: 17px;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--color-bg-demo-rs);
}
.rs-button--demo:hover {
  background: transparent;
  color: var(--color-bg-demo-rs);
  border: 1px solid var(--color-bg-demo-rs);
}

.rs-button--quote {
  background: var(--color-white);
  color: #000;
}
.rs-button--quote > .rs-navigation__link {
  color: #000;
}
.rs-button--quote:hover .rs-navigation__link {
  color: var(--color-white) !important;
}
.rs-button--quote:hover:hover {
  background-color: #000;
}
.rs-button--navigation {
  display: block;
  border: 1px solid var(--color-bg-demo-rs);
}
.rs-button--navigation:hover {
  background: var(--color-bg-demo-rs);
  color: var(--color-white);
}
.rs-button--demo:hover > .rs-navigation__link {
  color: #000;
}

.demo-rs-buttons > :first-child {
  margin-right: 20px;
}

.ca-button--demo.u-block,
.icm-button--demo.u-block,
.ics-button--demo.u-block,
.la-button--demo.u-block,
.ln-button--demo.u-block {
  display: block;
}

.rs-navigation__link {
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
}

.navigation__icon > span {
  background: #000;
  border-radius: 10px;
  height: 5px;
  margin: 5px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
/*Headers*/
.ics-header {
  background: var(--color-bg-ics-navigation-ics);
}
/*Legal Newswire*/
.ln-header {
  background: var(--color-bg-navigation-ln);
}
/*Media Queries*/
@media screen and (min-width: 1000px) {
  .u-header:not(:first-of-type) {
    padding: 7px 20px;
  }
}

@media screen and (max-width: 899px) {
  .icm-button--demo {
    display: none;
  }
  .ics-button--demo {
    display: none;
  }
  .la-button--demo {
    display: none;
  }
  .ln-button--demo {
    display: none;
  }
  .ca-button--demo {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .custom-dropdown > .navigation__list.list-show {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  nav ul li a {
    font-size: 14px;
  }
  .drop-arrow {
    width: 10px;
  }
}

@media screen and (max-width: 899px) {
  .custom-dropdown.custom-dropdown-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 899px) {
  .custom-dropdown > .navigation__list.list-show {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .custom_navigation_ul li:not(:first-of-type) {
    margin-left: 40px;
  }
  .custom_navigation_ul li:last-of-type {
    margin-left: 60px;
  }
}

@media screen and (min-width: 1000px) {
  .custom_navigation_ul li:not(:first-of-type) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 899px) {
  .navigation__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 899px) {
  .demo-rs-buttons {
    display: none;
  }
  .demo-rs-buttons > :first-child {
    margin-right: 0;
  }
  .demo-rs-buttons > * {
    width: 90vw !important;
  }
}

@media screen and (max-width: 899px) {
  .custom-dropdown.custom-dropdown-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 899px) {
  .custom-dropdown > .navigation__list.list-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  nav ul li a {
    font-size: 12px;
  }
  .drop-arrow {
    width: 10px !important;
  }
}

@media screen and (min-width: 900px) {
  .navigation__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 899px) {
  .navigation__list {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .custom_navigation_ul li:not(:first-of-type) {
    margin-left: 20px;
  }
  .custom_navigation_ul li:last-of-type {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .custom_navigation_ul li:not(:first-of-type) {
    margin-left: 40px;
  }
}

/*Latest Changes*/
[class*="dropdown"] > [class*="navigation__list"] > * {
  margin-bottom: 30px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.226);
  padding: 10px 0;
  min-width: 100%;
}

[class*="dropdown"] [class*="navigation__link"] {
  font-size: 18px !important;
}

[class*="dropdown"] [class*="navigation__list"].list-show {
  width: 100%;
  padding: 0 20px;
}

[class*="dropdown"] [class$=".custom_navigation_ul li"] {
  margin: 10px;
}

@media screen and (max-width: 899px) {
  [class*="dropdown"] [class*="button"] {
    padding: 7px 18px;
  }
  [class*="dropdown"] [class*="button"]:last-of-type {
    margin-left: -3px !important;
  }
  [class*="dropdown"] > [class*="navigation__list"] > * {
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.226);
    padding: 10px 0;
    min-width: 100%;
  }
  .u-header {
    padding: 7px 20px;
  }
}
/*Utils classes*/
.u-dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.u-ml {
  margin-left: 20px;
}

.u-invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.u-bg-black {
  background: #000;
}

.u-bg-latin {
  background: #e8e9e6;
}

.u-color-white {
  color: #fff !important;
}
.u-display-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.u-display-block > * {
  width: 100% !important;
}
.u-display-block > :first-child {
  margin-bottom: 30px;
}
.u-bg-primary {
  background-color: #191d40 !important;
}
.u-bg-white {
  background: #fff;
}

a:hover {
  text-decoration: none !important;
}

/*Transition Remover*/

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.customhead-dropdown > ul > li .navigation__link {
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: unset !important;
  border-bottom: 0 !important;
}
.icm-header .customhead-dropdown .navigation__link {
  color: var(--color-white);
  border-bottom: 2px solid var(--color-bg-demo-icm);
}
.custom_navigation_ul li a {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.customhead-dropdown > ul > li .custom_navigation_ul li a {
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: unset !important;
  border-bottom: 0 !important;
}
.customhead-dropdown .custom_navigation_ul li a {
  color: var(--color-white);
  border-bottom: 2px solid var(--color-bg-demo-icm);
}
.ca-navigation__link:hover,
.custom_navigation_ul li a:hover {
  color: #398bcb;
}
.ca-navigation__link[class*="button--ca-navigation"]:hover,
.custom_navigation_ul li a[class*="icm-button--navigation"]:hover {
  color: var(--color-white);
}
.icm-header .custom_navigation_ul li:last-child a {
  display: block;
  border: 2px solid var(--color-bg-demo-icm);
  display: block;
  border: 2px solid var(--color-bg-demo-icm);
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
}
.custom_navigation_ul li:last-child a:hover {
  background: var(--color-bg-demo-icm);
  color: var(--color-white);
  transition: all 0.3s;
}
.custom_navigation_ul .sub-menu li:last-child a {
  border: inherit;
  padding: 11px 20px;
  border-radius: 0;
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
}
.custom_navigation_ul .sub-menu li:last-child a:hover {
  background: var(--color-bg-dropdown-own);
  color: var(--color-white) !important;
  transition: all 0.3s;
}
.custom_navigation_ul .sub-menu li:not(:first-of-type) {
  margin-left: auto;
  display: block;
}
/* for mobile custom */
.customhead-dropdown ul {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 899px) {
  .customhead-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.customhead-dropdown ul li a {
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: unset !important;
  border-bottom: 0 !important;
}
.show-dropdown-own {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px);
  transform: translateY(20px) !important;
  width: auto !important;
}
.customhead-dropdown .sub-menu li a {
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 20px !important;
  display: block;
}
.customhead-dropdown ul.sub-menu {
  display: block !important;
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
}
.icm-header
  .customhead-dropdown
  .custom_navigation_ul
  li:last-child
  a {
  padding: 7px 18px !important;
  border-bottom: 2px solid var(--color-bg-demo-icm) !important;
}
.customhead-dropdown .custom_navigation_ul li:last-child {
  display: flex !important;
}
@media screen and (max-width: 899px) {
  .customhead-dropdown ul li a {
    font-size: 18px !important;
  }
  .customhead-dropdown .sub-menu li:last-child a {
    border-bottom: 0px !important;
  }
  .customhead-dropdown .mobdemo {
    position: absolute;
    left: 150px;
    top: 316px;
    display: block !important;
  }
  .customhead-dropdown .navigation__list {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  .customhead-dropdown .custom_navigation_ul li:last-child a {
    width: 84px;
  }
  .customhead-dropdown .mobdemo {
    width: 104px;
  }
}
.ics-header
  .customhead-dropdown
  .custom_navigation_ul
  li:last-child
  a {
  border-bottom: 2px solid var(--color-bg-demo-ics) !important;
  padding: 7px 18px !important;
}
.ics-header
  .customhead-dropdown
  .custom_navigation_ul
  .sub-menu
  li:last-child
  a {
  border-bottom: inherit !important;
}
.rs-header .custom_navigation_ul li a {
  cursor: pointer;
  color: var(--color-link-rs);
  text-decoration: none;
  text-transform: capitalize;
}
.rs-header .custom_navigation_ul li a:hover {
  color: currentColor;
  opacity: 0.7;
}
.rs-header .custom_navigation_ul .sub-menu li a:hover {
  opacity: 1;
}
.rs-header .custom_navigation_ul li:last-child a {
  display: block;
  border: 1px solid var(--color-bg-demo-rs);
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.rs-header .custom_navigation_ul li:last-child a:hover {
  background: var(--color-bg-demo-rs);
  color: var(--color-white);
}
.rs-header .custom_navigation_ul .sub-menu li:last-child a {
  border: inherit;
  padding: 11px 20px;
  border-radius: 0;
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
}
.rs-header .custom_navigation_ul .sub-menu li:last-child a:hover {
  background: var(--color-bg-dropdown-own);
  color: var(--color-white) !important;
  transition: all 0.3s;
}
.rs-header [class*="dropdown"] [class*="navigation__list"].list-show {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 899px) {
  .rs-header .custom-dropdown-show > .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.rs-header
  .customhead-dropdown
  .custom_navigation_ul
  li:last-child
  a {
  padding: 7px 18px !important;
  border: 1px solid var(--color-bg-demo-rs);
  border-bottom: 1px solid var(--color-bg-demo-rs) !important;
}
.rs-header
  .customhead-dropdown
  .custom_navigation_ul
  .sub-menu
  li:last-child
  a {
  border: unset;
  border-bottom: unset !important;
}
.ca-header .custom_navigation_ul li:last-child a {
  display: block;
  border: 2px solid var(--color-bg-demo-ca);
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
}
.ca-header .custom_navigation_ul li:last-child a:hover {
  background: var(--color-bg-demo-ca);
}
.ca-header .custom_navigation_ul .sub-menu li:last-child a {
  border: unset;
  font-size: inherit;
  font-weight: unset;
  padding: 11px 20px;
  display: block;
  border-radius: inherit;
}
.ca-header .custom_navigation_ul .sub-menu li:last-child a:hover {
  background: var(--color-bg-dropdown-own);
  color: var(--color-white) !important;
}
.ca-header
  .customhead-dropdown
  .custom_navigation_ul
  li:last-child
  a {
  padding: 7px 18px !important;
  border-bottom: 2px solid var(--color-bg-demo-ca) !important;
}
@media screen and (max-width: 899px) {
  .ca-header
    .customhead-dropdown
    .custom_navigation_ul
    .sub-menu
    li:last-child
    a {
    border-bottom: 0px !important;
  }
  .icm-header
    .customhead-dropdown
    .custom_navigation_ul
    .sub-menu
    li:last-child
    a {
    border: unset;
    border-bottom: unset !important;
  }
  .la-header
    .customhead-dropdown
    .custom_navigation_ul
    .sub-menu
    li:last-child
    a {
    border: unset;
    border-bottom: unset !important;
  }
}
.la-header .custom_navigation_ul li a {
  cursor: pointer;
  color: var(--color-link-latin);
  text-decoration: none;
  text-transform: capitalize;
}
.la-header .custom_navigation_ul li a:hover {
  color: currentColor;
  opacity: 0.7;
}
.la-header .custom_navigation_ul li:last-child a {
  display: block;
  border: 2px solid var(--color-bg-demo-latin);
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  color: var(--color-link-latin);
}
.la-header .custom_navigation_ul li:last-child a:hover {
  background: var(--color-white);
}
.la-header .custom_navigation_ul .sub-menu li:last-child a {
  border: unset;
  border-radius: inherit;
  font-weight: 400;
  font-size: inherit;
  padding: 11px 20px;
}
.la-header .custom_navigation_ul .sub-menu li a:hover {
  opacity: 1;
  background: var(--color-bg-dropdown-own);
}
.la-header
  .customhead-dropdown
  .custom_navigation_ul
  li:last-child
  a {
  padding: 7px 18px !important;
  border-bottom: 2px solid var(--color-bg-demo-latin) !important;
}
/* dropdown menu css  */
@media screen and (min-width: 900px) {
  .custom_navigation_ul li:first-child a::after {
    display: inline-block;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .custom_navigation_ul .sub-menu li a::after {
    content: "";
    background-image: unset;
    display: flex;
    background-repeat: inherit;
    width: inherit;
    height: inherit;
    margin: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .custom_navigation_ul li:first-child a:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 0px;
  }
}
@media screen and (max-width: 899px) {
  .custom_navigation_ul li:first-child a::after {
    display: inline-block;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    margin-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .custom_navigation_ul .sub-menu li a::after {
    content: "";
    background-image: unset;
    display: flex;
    background-repeat: inherit;
    width: inherit;
    height: inherit;
    margin: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .mobile-arrow::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 0px;
  }
}
.icm-header .custom_navigation_ul li:first-child a::after {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}
.ln-header .custom_navigation_ul li:first-child a::after {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}
.ics-header .custom_navigation_ul li:first-child a::after {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}
.ca-header .custom_navigation_ul li:first-child a::after {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}
/* dropdown menu css  ended*/
.smoothscroll {
  scroll-behavior: smooth;
}
/* new header of product-pages styling --ended */

/* Competitor Landing page styling start */

/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
  margin-top: auto;
  padding: 20px;
}

.off-canvas-contact-widget li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.off-canvas-contact-widget li i {
  width: 20px;
}

.off-canvas-contact-widget li a {
  color: #fff;
}

.off-canvas-contact-widget li a:hover {
  color: #151515;
}

.off-canvas-social-widget {
  margin-top: 20px;
}

.off-canvas-social-widget a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.off-canvas-social-widget a:hover {
  color: #151515;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
  transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #29387e;
  width: 300px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 270px;
  }
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: #29387e;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 60px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  height: 100%;
}

.search-box-offcanvas form {
  position: relative;
}

.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 40px 0 10px;
  background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 62px;
  font-size: 20px;
  color: #29387e;
  border: none;
  position: absolute;
}

.search-box-offcanvas form .search-btn:hover {
  color: #29387e;
}

/* .btn, */
.mobile-menu-btn {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.bprds-title h2 {
  font-size: 38px;
  line-height: 46px;
  color: #434040;
}

.readmore {
  font-size: 12px;
  float: right;
  padding: 10px;
  color: #27387f;
  font-weight: 600;
}

/*Feature Tab Slider*/
.feature-wrapper {
  padding: 70px 20px;
}

.feature__header h4 {
  font-size: 22px;
  color: #434040;
  font-weight: 500;
  font-family: "Montserrat";
}

h4#feature-title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
}

.feature-details,
.section-features {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1024px) {
  .feature-details {
    display: block;
  }
}

.feature-details__title {
  text-transform: capitalize;
  text-align: center;
  font-size: 38px;
  line-height: 46px;
  color: #434040;
  padding: 20px 0;
}

.heading_three {
  font-size: 16px;
  padding: 10px;
}

.heading_three .feature_para {
  white-space: nowrap;
}

@media only screen and (max-width: 1439.98px) {
  .heading_three .feature_para {
    white-space: normal;
  }
}

@media (max-width: 1024px) {
  .feature-details__title {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .feature-details__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .feature-details__title {
    margin-bottom: 40px;
  }
}

.content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 100px 50px;
}

@media (height: 1024px) and (width: 1366px) {
  .content {
    -ms-grid-columns: (minmax(500px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}

.feature {
  text-align: center;
}

.feature__header {
  margin-bottom: 30px;
}

.feature__icon {
  max-width: 100%;
}

@media (max-width: 600px) {
  .feature__icon {
    max-width: 50%;
  }
}

.feature__title {
  text-transform: capitalize;
  font-size: 15px;
}

@media (min-width: 768px) {
  .feature__body {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 880px) {
  .feature__body {
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 880px) and (max-width: 1515px) {
  .feature__header {
    margin-bottom: 0;
    height: 250px;
  }
}

.feature__paragraph {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .feature__paragraph {
    font-size: 14px;
  }
  .table-analysis-c--sub-header td {
    font-size: 14px;
  }
  .table-analysis-c th {
    min-width: 316px !important;
  }
}

.feature__button {
  margin-top: 20px;
  padding: 7px 20px;
  background: #29387e;
  cursor: pointer;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  border: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.feature__button:hover {
  -webkit-transform: scaleX(110%);
  transform: scaleX(110%);
}

.slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  grid-gap: 40px;
  max-width: 1000px;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .slide {
    -ms-grid-rows: auto [2];
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slide > :first-child {
    margin-right: 0;
  }
  .slide > :last-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide > :last-child > * {
    font-size: 14px;
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .slide > :last-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 30px;
  }
  .slide > :last-child > * {
    font-size: 14px;
    margin-top: 0 !important;
  }
}

.slider {
  width: 100%;
  position: relative;
  z-index: 15;
}

.slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.slider__header .feature__title {
  -webkit-animation: slider-header-anime 0.4s;
  animation: slider-header-anime 0.4s;
}

.slider__header > :first-child {
  margin-right: 30px;
}

@media (max-width: 600px) {
  .slider__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .slider__header > :first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.slider__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.slider__header-text > :first-child {
  margin-right: 30px;
}

@media (max-width: 600px) {
  .slider__header-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .slider__header-text > :first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.slider__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-animation: slider-icon-anime 0.4s;
  animation: slider-icon-anime 0.4s;
}

.slider__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #2e2850;
  color: #fff;
  padding: 30px 30px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .slider__left {
    padding: 30px 15px;
  }
}

.slider__list {
  list-style: none;
  margin-top: 30px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.733);
}

.slider__icon {
  max-width: 60px;
  -webkit-animation: slider-icon-anime 0.4s;
  animation: slider-icon-anime 0.4s;
}

.slider__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 270px;
  color: #f7f9fc;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 3px;
}

.slider__navigator:not(:last-of-type) {
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%);
}

.slider__navigator:last-of-type {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.slider__navigator:not(:first-of-type) {
  margin-top: 40px;
}

.slider__navigator > :first-child {
  margin-right: 20px;
}

.slider__navigator {
  cursor: pointer;
}

.slider__navigator:hover {
  background: #ffffff61;
  border-radius: 5px;
}

.slider__header .feature__title {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .slider__navigator {
    -webkit-transition: all none;
    transition: all none;
  }
  .slider__navigator:not(:last-of-type) {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .slider__navigator:last-of-type {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.slider__paragraph {
  border-radius: 5px;
  line-height: 1.8;
}

.slider [class*="slider__paragraph--"] {
  padding: 20px;
  margin-top: 30px;
  background: #fff;
  color: #434040;
  border-radius: 5px;
}

.slider__subtitle {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.slider__buttons {
  margin-left: auto;
}

.slider__btn {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 25px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  line-height: 1;
}

.slider__btn:hover {
  background: #fff;
  color: #000;
}

.slider__btn--right {
  -webkit-transform: translateX(65px);
  transform: translateX(65px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.move-back {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.move-back:not(:last-of-type) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.move-back:last-of-type {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.u-font {
  font-size: 20px;
}

.u-mt {
  margin-top: 20px;
}

.u-mt-3 {
  margin-top: 30px;
}

@-webkit-keyframes slider-icon-anime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slider-icon-anime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slider-header-anime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slider-header-anime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slide--active {
  display: -ms-grid;
  display: grid;
}

.active-slide {
  -webkit-animation: scale-animation 0.4s;
  animation: scale-animation 0.4s;
}

.slider-paragraph-active {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.transform-button {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: visible;
}

.transform-button-2 {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translateX(65px);
  transform: translateX(65px);
  z-index: 100;
  background: #fff;
  color: #000;
}

.u-display-block {
  display: block;
}

.u-display-none {
  display: none;
}

/*New CSS */

.feature-slider-modal {
  background: rgb(0, 0, 0, 0.6) !important;
}

.close.feature-modal-closer {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  opacity: 1 !important;
  cursor: pointer;
  padding: 1.5rem !important;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.feature-modal-closer:hover {
  outline: none;
  color: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none !important;
}

.feature-modal-content {
  background-color: transparent !important;
  border: none !important;
}

@media (min-width: 576px) {
  .feature-modal-dialog {
    max-width: 1030px;
    margin: 17.5px auto;
  }
}

/*Table*/
:root {
  --color-green: #757575;
  --color-green-tick: #228b22;
  --color-grey: #e4e4e4;
  --color-white: #fff;
  --color-header-th: #495057;
  --color-header-th-bg: #757575;
  --color-even-row: #f0f0f19a;
  --color-row-hover: #f0f0f1;
  --var-color-border-row: #ddd;
}

.analysis-c-header {
  padding: 20px;
  background-color: #27387f;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.analysis-c-header__title {
  font-weight: 400;
  color: var(--color-white);
  font-size: 38px;
}

.pb-3.bprds-title {
  margin-top: 80px;
}

.container-table-analysis-c {
  overflow: scroll;
  max-width: 98%;
  margin: 60px auto;
  max-height: calc(100vh - -50px);
}

.table-analysis-c {
  width: 100%;
  position: relative;
  z-index: -1;
}

.table-analysis-c thead tr {
  background-color: var(--color-header-th-bg);
  color: var(--color-white);
}

.table-analysis-c th {
  min-width: 320px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-color: #dee2e6;
}

.table-analysis-c--sub-header td {
  text-align: left;
}

.table-analysis-c th,
td {
  padding: 12px 15px;
  text-align: left;
}

.table-analysis-c tbody tr {
  border-bottom: 1px solid var(--color-border-row);
  padding: 80px;
}

.table-analysis-c tbody td {
  padding: 20px 15px;
}

@media (max-width: 768px) {
  .table-analysis-c th {
    min-width: 220px;
  }
  .table-analysis-c tbody td {
    padding: 16px 10px;
  }
}

.table-analysis-c tbody tr:nth-child(even) {
  background-color: var(--color-even-row);
}

.table-analysis-c tbody tr:hover {
  background-color: var(--color-row-hover);
}

.table-analysis-c__heading-span {
  font-size: 14px;
  font-weight: 400;
}

.table-analysis-c__company-name {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 40;
  background-color: #29387e;
}

.table-analysis-c thead th {
  vertical-align: top !important;
  border-bottom: 2px solid #dee2e6;
  border-top: 2px !important;
}

.table-analysis-c--sub-header {
  background-color: var(--color-grey) !important;
  height: 40px !important;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  color: #000 !important;
  z-index: 50;
}

.table-analysis-c-clients {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 44px;
  z-index: 50;
}

.table-analysis-c svg {
  fill: var(--color-green-tick);
}

.svg-close {
  fill: #e74c3c !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 13px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a8a9aa;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.u-bg-price {
  background-color: #29387e !important;
  font-size: 18px;
  color: #fff !important;
}

@media (min-width: 992px) {
  .ultered-1 {
    -webkit-box-flex: 14% !important;
    -ms-flex: 14% !important;
    flex: 14% !important;
    max-width: 15%;
  }
}

@media (min-width: 992px) {
  .ultered-2 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    max-width: 100% !important;
  }
}

@media (min-width: 600px) {
  .ultered-2 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 668px) {
  .table-analysis-c thead th {
    font-size: 11px;
  }
  .table-analysis-c td,
  .table-analysis-c th {
    padding: 7px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 11px;
  }
  .table-analysis-c--sub-header {
    top: 78px;
  }
  .table-analysis-c-clients {
    top: 30px;
  }
}

.modal-backdrop.opac-80 {
  opacity: 80%;
}

.formerly {
  font-size: 8px;
}

@media (max-width: 600px) {
  .u-mob-padding {
    padding: 0;
  }
  .analysis-c-header__title {
    font-size: 32px;
  }
  .u-padding-top-c {
    padding-top: 10px !important;
  }
  .bprds-title h2 {
    font-size: 35px;
  }
  .feature-details__title {
    font-size: 35px;
  }
}

.u-padding-0 {
  padding: 0 !important;
}
/* Competitor Landing page styling Ended */
@media only screen and (min-width: 768px) {
  .SevenProductCard {
    margin-left: 15%;
  }
}
.icn-news-categories {
  font-size: 11px;
  display: block;
}
.icn-news-categories .category {
  padding: 3px 8px;
  display: inline-block;
  color: #838d97;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #c8d0db;
  margin-right: 15px;
  background: #f9f9f9;
}
/* Contact us page styling start  */

.c-contact-form {
  margin: 60px auto;
  font-size: 10px;
  background: #ffffff;
  -webkit-box-shadow: -1px -1px 3px rgba(98, 101, 104, 0.25),
    4px 4px 15px rgba(98, 101, 104, 0.25);
  box-shadow: -1px -1px 3px rgba(98, 101, 104, 0.25),
    4px 4px 15px rgba(98, 101, 104, 0.25);
}

.c-contact-form__button {
  padding: 0.6em 0;
  text-align: center;
  background-color: #fff;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: 1.6em;
  color: #29387e;
  margin-top: 3em;
  border-radius: 0.1em;
  text-transform: capitalize;
  cursor: pointer;
}

.c-contact-form__button:focus {
  outline: none;
}

.c-contact-form__button--manager {
  color: #fff;
  background-color: #29387e;
  margin-top: 1.6em;
}

.c-contact-form__heading-primary {
  font-weight: 600;
  font-size: 3.6em;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 1.5em;
}

@media (max-width: 600px) {
  .c-contact-form__heading-primary {
    margin-bottom: 1em;
  }
}

.c-contact-form__heading-secondary {
  font-style: normal;
  font-weight: normal;
  font-size: 2.8em;
  color: #29387e;
}

.c-contact-form__input {
  width: 100%;
  font-size: 1.3em;
  line-height: 1.6em;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0.7em 0;
  outline: none;
}

.c-contact-form__input::-webkit-input-placeholder {
  color: #fff;
}

.c-contact-form__input:-ms-input-placeholder {
  color: #fff;
}

.c-contact-form__input::-ms-input-placeholder {
  color: #fff;
}

.c-contact-form__input::placeholder {
  color: #fff;
}

.c-contact-form__input-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-contact-form__left {
  background-color: #29387e;
  padding: 3em 5em 1em;
}

@media (max-width: 992px) {
  .c-contact-form__left {
    padding: 3em;
  }
}

.c-contact-form__loaction {
  width: 300px;
  background-color: red;
  height: 300px;
}

.c-contact-form__location-address {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  color: #000000;
}

.c-contact-form__right {
  height: 100%;
  padding: 3em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .c-contact-form__right {
    padding: 3em;
  }
}

.c-contact-form__textarea {
  width: 100%;
  text-transform: capitalize;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
  padding: 1.1em 1.3em;
  outline: none;
  font-size: 1.3em;
  line-height: 1.6em;
  height: 13.4em;
}

.c-contact-form__textarea::-webkit-input-placeholder {
  color: #fff;
}

.c-contact-form__textarea:-ms-input-placeholder {
  color: #fff;
}

.c-contact-form__textarea::-ms-input-placeholder {
  color: #fff;
}

.c-contact-form__textarea::placeholder {
  color: #fff;
}

.c-contact-form__address-frame {
  margin-top: 5.9em;
}

@media (max-width: 600px) {
  .c-contact-form__address-frame {
    margin-top: 3.9em;
  }
}

.c-contact-form__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contact-form__address:not(:last-of-type) {
  margin-bottom: 2.2em;
}

.c-contact-form__address-label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.6;
  color: #485460;
  text-transform: capitalize;
}

.c-contact-form__address-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #485460;
}

.c-contact-form__c-manager {
  margin-top: 6em;
  margin-top: 3.5em;
}

.c-contact-form__c-manager-label {
  font-weight: normal;
  font-size: 1.8em;
  color: #485460;
}

.c-contact-form-p0 {
  padding: 0 !important;
}

.c-contact-form__left .wpcf7-response-output {
  color: #fff !important;
  font-size: 14px !important;
}
.c-contact-form .wpcf7-not-valid-tip {
  font-size: 13px;
}
.c-contact-form__form .ajax-loader {
  display: block;
  margin: 0 auto;
}
.c-contact-form__left .wpcf7-not-valid {
  border-bottom: 1px solid #b94a48 !important;
}

/* Contact us page styling end  */

/* 404 page design styling start */
.u-page-404__error {
  margin-bottom: 20px;
}

.u-page-404__label {
  font-weight: 500;
  font-size: 37px;
  color: #458bca;
  text-transform: uppercase;
}

.u-page-404__status {
  font-style: normal;
  font-weight: 700;
  font-size: 116px;
  color: #e39116;
}

.u-page-404__desc {
  font-size: 22px;
  line-height: 36px;
  color: #494444;
  max-width: 456px;
  margin-bottom: 60px;
}

.u-page-404__back-arrow {
  margin-right: 8px;
  max-width: 26px;
}

.u-page-404__button {
  font-weight: 500;
  font-size: 22px;
  padding: 0 0 7px 20px;
  color: #458bca;
  border-bottom: 2px solid #458bca;
}

.u-page-404__button:hover {
  text-decoration: none;
  padding: 0 0 7px 10px;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  color: #458bca;
}

.u-page-404__button:not(:hover) {
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-m-auto {
  margin: auto;
}

/* Ipad Media Query */

@media (max-width: 991px) {
  .u-page-404__left,
  .u-page-404__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .u-page-404__error {
    margin-bottom: 30px;
  }

  .u-page-404__desc {
    display: none;
  }

  .u-page-404__button {
    display: none;
  }

  .u-page-404__button.d-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 40px;
  }
}

/* Mobile Media Query */
@media (max-width: 600px) {
  .u-page-404__label {
    font-size: 17px;
  }

  .u-page-404__status {
    font-size: 70px;
  }

  .u-page-404__button.d-none {
    font-size: 19px;
  }

  .u-page-404__photo {
    max-width: 200px;
  }
}
/* 404 page design styling end */

.esg_card_content {
  margin-top: 35px !important;
}
.esg_card_content span {
  font-weight: 700;
  font-size: 18px;
}

/* ESG Pricing table */

:root {
  /* Color Variables */
  --esg-color-primary: #268abc;
  --esg-color-grey-3: #333333;
  --esg-color-grey-5: #707070;
  --color-white: #fff;
  /* Font Size Variables */
  --esg-fs-500: clamp(1rem, 0.64rem + 0.61vw, 1.38rem);
}

.section-pricing-table {
  font-family: "Montserrat", sans-serif;
  color: var(--esg-color-grey-5);
}

/* Components */
.esg-btn {
  background: transparent;
  border-radius: 40px;
  border: none;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  color: var(--color-white);
  font-size: var(--esg-fs-500);
  font-family: inherit;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.esg-btn:hover {
  -webkit-filter: contrast(1.4);
  filter: contrast(1.4);
  -webkit-transform: translateX(4%);
  transform: translateX(4%);
  color: #fff;
}

.esg-btn--buy {
  background: var(--esg-color-primary);
  width: 100%;
  padding: 16px 10px;
  max-width: 340px;
}

/* Main Container */
.esg-container {
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 var(--esg-pd-container);
}

/* Section Pricing Table */
.section-pricing-table {
  padding: 0 0 clamp(1.88rem, 1.6rem + 1.59vw, 3.5rem) 0;
}

/* Pricing Table */

.esg-pricing-table {
  -webkit-box-shadow: 6px 3px 14px #00000033;
  box-shadow: 6px 3px 14px #00000033;
  border-radius: 10px;
  padding: clamp(1.25rem, 0.75rem + 2.87vw, 4.19rem)
    clamp(1rem, 0.79rem + 1.22vw, 2.25rem);
}
.esg-pricing-table__sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}
.esg-pricing-table__hr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  height: 1px;
  background: var(--esg-color-grey-5);
}
.esg-pricing-table__name {
  font-size: clamp(0.94rem, 0.48rem + 0.95vw, 1.63rem);
  font-weight: 400;
  letter-spacing: 0.24px;
  color: var(--esg-color-grey-4);
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.text-black {
  color: #000;
}
.esg-pricing-table__price {
  color: var(--esg-color-grey-3);
  font-size: clamp(1rem, 0rem + 2.08vw, 2.5rem);
  -webkit-box-flex: 0;
  flex: 0 0 60px;
  text-align: right;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  font-weight: 600;
}
.esg-pricing-table__header {
  background: var(--esg-color-primary);
  padding: 28px;
  border-radius: 12px;
  margin-bottom: clamp(1.88rem, 1.66rem + 1.22vw, 3.13rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.esg-pricing-table__logo {
  max-width: 100%;
}

#esg-pricing-table__list--2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.88rem, 1.66rem + 1.22vw, 3.13rem);
  padding: 0;
  text-align: left;
}

@media (max-width: 600px) {
  #esg-pricing-table__list--2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

@media (min-width: 1094px) {
  #esg-pricing-table__list--2.esg-pricing-table__list
    > :nth-child(18),
  #esg-pricing-table__list--2.esg-pricing-table__list
    > :nth-child(19) {
    order: 1;
  }
}

#esg-pricing-table__list--2 > .esg-pricing-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: clamp(1rem, 0.83rem + 0.35vw, 1.25rem);
  font-weight: 400;
}
.esg-pricing-table__icon {
  width: clamp(1.56rem, 1.48rem + 0.49vw, 2.06rem);
  margin-right: clamp(0.75rem, 0.61rem + 0.79vw, 1.56rem);
}

/* ESG Distribution popup starts  */
.u-modal-content {
  width: auto !important;
  margin: auto !important;
}
.esg-launch {
  font-family: "Rubik", sans-serif;
  margin: auto;
  border-radius: clamp(0.63rem, 0.52rem + 0.61vw, 1.25rem);
  position: relative;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: clamp(13.19rem, calc(8.95rem + 21.19vw), 34.38rem);
  height: clamp(13.19rem, calc(8.95rem + 21.19vw), 34.38rem);
  background-size: 100%;
  background-repeat: no-repeat;
  color: var(--color-white);
}
.esg-launc__logo--photo {
  position: absolute;
  top: 6%;
  left: clamp(1rem, 0.77rem + 1.34vw, 2.38rem);
  width: clamp(4.38rem, 3.63rem + 4.27vw, 8.75rem);
}
.esg-launch__icon {
  position: absolute;
  cursor: pointer;
  width: clamp(1.25rem, 1.08rem + 0.98vw, 2.25rem);
  top: -4%;
  right: -2%;
}
.esg-launch__body {
  padding: clamp(1rem, 0.77rem + 1.34vw, 2.38rem)
    clamp(1rem, 0.77rem + 1.34vw, 2.38rem) 0
    clamp(1rem, 0.77rem + 1.34vw, 2.38rem);
}
.esg-launch__text {
  /* max-width: clamp(10rem, 8.51rem + 8.54vw, 18.75rem); */
  line-height: 1.4;
}

.esg-launch__title {
  max-width: clamp(10rem, 8.51rem + 8.54vw, 18.75rem);
  letter-spacing: 0.26px;
  font-size: clamp(0.81rem, 0.67rem + 0.79vw, 1.63rem);
  font-weight: 500;
  margin-bottom: clamp(0.38rem, -0.18rem + 3.17vw, 3.63rem);
}

.esg-launch__sub-title {
  font-size: clamp(0.75rem, 0.64rem + 0.61vw, 1.38rem);
  font-weight: 400;
  background: linear-gradient(45deg, #081017, transparent);
  padding: 8px;
}

.esg-launch__footer {
  padding: clamp(0.88rem, 0.7rem + 0.98vw, 1.88rem);
  background: transparent
    radial-gradient(closest-side at 50% 50%, #3387b1 0%, #00435e 100%)
    0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 0 0 clamp(0.63rem, 0.52rem + 0.61vw, 1.25rem)
    clamp(0.63rem, 0.52rem + 0.61vw, 1.25rem);
}

.esg-launch__link {
  font-family: "Cabin", sans-serif;
  font-size: clamp(0.88rem, 0.83rem + 0.24vw, 1.13rem);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: var(--color-white);
}
.esg-launch__link:hover {
  color: #fff;
  text-decoration: underline !important;
}

.esg-hide-popup {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
/* ESG Distribution popup ends */

/* ESG landing page POP starts */
:root {
  --esg-popup-bg: transparent
    linear-gradient(0deg, #00435e 0%, #3387b1 100%) 0% 0% no-repeat;
}
.esg-popup {
  font-family: "Montserrat", sans-serif;
  margin: clamp(1rem, 0.58rem + 2.38vw, 3.44rem) auto;
  max-width: clamp(14.38rem, 9.68rem + 26.83vw, 41.88rem);
  text-align: center;
  color: var(--color-white);
  background: transparent;
  padding: clamp(2.5rem, 2.29rem + 1.22vw, 3.75rem)
    clamp(1.75rem, 1.62rem + 0.73vw, 2.5rem);
  border-radius: clamp(0.75rem, 0.62rem + 0.73vw, 1.5rem);
  font-family: "Cabin", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(1.25rem, 1.14rem + 0.61vw, 1.88rem);
  position: relative;
}

.esg-popup::before,
.esg-popup::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.esg-popup::before {
  background: var(--esg-popup-bg);
  border-radius: inherit;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: -1;
}

.esg-popup::after {
  background: #ffffff;
  -webkit-box-shadow: 9px 10px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 9px 10px 30px rgba(0, 0, 0, 0.25);
  z-index: -2;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.esg-popup__close {
  position: absolute;
  top: 0;
  right: clamp(1.63rem, 1.45rem + 0.98vw, 2.63rem);
  cursor: pointer;
}

.esg-popup__logo {
  max-width: 100%;
  margin-bottom: clamp(1.25rem, 1.14rem + 0.61vw, 1.88rem);
}

.esg-popup__title {
  font-size: clamp(1rem, 0.96rem + 0.24vw, 1.25rem);
  font-weight: 700;
}

.esg-popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.esg-popup__input {
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 100px !important;
  padding: clamp(0.63rem, 0.58rem + 0.24vw, 0.88rem);
  text-align: center;
  background: var(--color-white);
  width: 100%;
  max-width: 400px;
  margin-bottom: clamp(1.25rem, 1.14rem + 0.61vw, 1.88rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.esg-popup__input:hover {
  -webkit-box-shadow: 6px 6px 12px rgba(49, 132, 174, 0.19);
  box-shadow: 6px 6px 12px rgba(49, 132, 174, 0.19);
}

.esg-popup__btn {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  border: 1px solid var(--color-white);
  background: transparent;
  padding: 8px 20px;
  border-radius: 100px;
  color: var(--color-white);
  cursor: pointer;
  padding: clamp(0.38rem, 0.35rem + 0.12vw, 0.5rem)
    clamp(1.35rem, 1.31rem + 0.21vw, 1.56rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.esg-popup__btn:hover {
  -webkit-filter: contrast(1.4);
  filter: contrast(1.4);
  -webkit-transform: translateX(4%);
  transform: translateX(4%);
  color: #054966;
  font-weight: bold;
  background: var(--color-white);
}

.esg-hide-popup {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
/* specific for contact form in this modal */
#esg_landing_popup .wpcf7 {
  width: 100%;
}
#esg_landing_popup .wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto;
}
/* ESG landing page popup ends here */

/* Newsroom CSS Starts */
.section-newsroom {
  padding: 80px 0;
}
.newsroom__heading {
  font-size: 36px;
  color: #434040;
  margin-bottom: 20px;
}

.newsroom {
  padding: 0 5px;
  background-color: #fff;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  background: #ffffff;
  box-shadow: 3px 3px 15px #00000029;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}

.newsroom:hover {
  box-shadow: 5px 0px 10px 2px #e6e6e6;
}
.newsroom--logo {
  padding: 16px;
}
.newsroom--photo {
  max-width: 100%;
}
.newsroom--date {
  font-size: 12px;
  font-weight: 500;
  color: #676464;
}
.newsroom--details {
  font-size: 14px;
  padding: 20px 25px;
}
.u-news-border {
  border-right: 2px solid #ddd;
  padding-right: 20px !important;
}
.newsroom--title > a {
  color: #434040;
  /* word-break: break-word; */
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.newsroom--title > a:hover {
  color: #3b8acb;
}
.newsroom--category {
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  color: #303030;
  font-weight: 600;
  margin-right: 14px;
  background: transparent
    linear-gradient(180deg, #ffe9e9 0%, #e8e8e8 100%) 0% 0% no-repeat
    padding-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.newsroom--text,
.newsroom--text + p {
  font-size: 16px;
  line-height: 32px;
  color: #707070;
  /* word-break: break-word; */
  text-align: justify;
}

.newsroom__btn {
  font-size: 16px !important;
}

.u-mt50 {
  margin-top: 50px;
}

.read_more {
  font-size: 14px;
  color: #062e6c;
  font-weight: 600;
  float: right;
}

/* Newsroom CSS Closed */

/* icrowdresearch pricing styles */
div#ultimate {
  box-shadow: 0 7px 30px -10px rgb(54 59 62 / 50%);
}

.ultimate_heading {
  background-color: #fff;
  font-size: 24px;
  color: #aad211;
  padding-top: 20px;
  padding-left: 25px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.12);
}

.price_banner {
  margin-top: 30px;
  width: auto;
  position: relative;
  height: auto;
  text-align: left;
  min-height: 87% !important;
}

.price_value {
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.package_desc {
  margin-top: 30px;
  width: auto;
  position: relative;
  height: auto;
  background-color: #fff;
  text-align: left;
}

.package_desc > ol {
  line-height: 2.1em;
  margin-left: 35px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2.4;
}

.package_desc > ol > li {
  list-style-type: disc !important;
}

.buy_btn {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

.btn.btn-lg.btn-success.inner-btn {
  padding: 6px 40px !important;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff !important;
  background-color: #28a745 !important;
  width: auto !important;
}

.add-customization--adt {
  background: #2c2e49 !important;
}

.esg-pricing-table__header--adt {
  background: #2c2e49 !important;
}
.u-bg-adt {
  background: #2d2e48 !important;
}

#nav-tab.nav-tabs.u-nav-tab {
  display: flex;
  gap: 20px;
  justify-content: center;
}

#nav-tab.nav-tabs.u-nav-tab > * {
  flex: 0 0 max-content;
  padding: 8px 24px !important;
}

.sixth_section .col-sm-5 {
  margin-bottom: 20px;
}

/* ICN Revamp 3 */
.section-product-cards {
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}
.section-product-cards > .tab-content {
  align-self: stretch;
}
.u-product-cards {
  border: none !important;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-self: flex-start;
  background: url("./assets/images/img_bg_prodcard.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-product-card {
  width: calc(50% - 40px);
  height: calc(
    clamp(6.25rem, calc(3.12rem + 15.65vw), 15.25rem) - 20px
  );
  box-shadow: 8px 8px 24px #090e1466;
  border-radius: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none !important;
  padding: 0 !important;
}
.u-product-card::before,
.u-product-card.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: #0f2852;
  border-radius: 12px 12px 0px 0px;
  z-index: 2;
  transition: all 0.3s;
}
.u-product-card.active::before {
  height: 100%;
}
.u-product-card__photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  width: 100%;
  max-width: 200px;
  padding: 8px;
}
.u-product-card__photo--white {
  opacity: 0;
}
.u-product-card.active > .u-product-card__photo--blue {
  opacity: 0;
}
.u-product-card.active > .u-product-card__photo--white {
  opacity: 1;
}

.u-product-description {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: -6px 10px 21px #00000026;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
}
.u-product-description__logo {
  width: 280px;
  margin-bottom: 30px;
}
.u-product-description__text {
  text-align: left;
  font: normal normal medium 18px/42px;
  color: #071e48;
  opacity: 0.87;
  text-align: justify;
}
.u-partners-logos {
  background: #ffffff;
  box-shadow: 0px 4px 7px #00000030;
  padding: 66px 20px;
}
.u-btn-partner {
  background: #062e6c !important;
  border-radius: 34px !important;
  text-align: center;
  font: 20px;
  color: #ffffff !important;
  margin-top: 60px;
  padding: 12px 32px !important;
}
.btn--card {
  background-color: #062e6c !important;
  color: #fff !important;
  padding: 6px 20px;
  border-radius: 4px;
  display: inline-block;
}
.btn--card:hover,
.u-btn-partner:hover {
  transition: all 0.3s;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2);
}
.btn--card:active,
.u-btn-partner:active {
  transition: all 0.3s;
  box-shadow: none;
}
.u-btn-demo {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  border: 2px solid transparent;
  font-weight: bold;
  background-color: #fff !important;
  color: #062e6c !important;
}
.u-btn-demo.u-btn-demo--outlined {
  border: 2px solid #3a8bca;
  color: #fff !important;
  background-color: transparent !important;
}
.u-sub-header {
  gap: 32px;
  flex-wrap: nowrap !important;
}
.u-sub-header > :last-child {
  flex: 0 0 max-content;
  align-self: flex-end;
}
.u-btn-pricing {
  box-shadow: 1px 4px 8px #0000003d;
  padding: 12px clamp(1.13rem, calc(-3.78rem + 10.23vw), 4.5rem) !important;
  font-size: clamp(0.88rem, calc(0.69rem + 0.38vw), 1rem) !important;
}
.u-btn-pricing--outlined {
  background: #27397e !important;
  border-color: #27397e !important;
  color: #fff !important;
}
.u-btn-pricing:hover {
  transition: all 0.3s;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2);
}
.u-btn-pricing:focus {
  transition: all 0.3s;
  box-shadow: none;
}
.u-feature_text {
  font-weight: 500;
  font-size: clamp(
    0.88rem,
    calc(0.51rem + 0.76vw),
    1.13rem
  ) !important;
  color: #191d40;
}
.u-feature-td {
  padding: clamp(0.5rem, calc(-1.68rem + 4.55vw), 2rem) !important;
  border-top-left-radius: 48px;
}
.u-table-pricing {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}

#releaselive th.bg-blue.super_premium::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -46px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -26;
  background: #27397e;
  border-top-right-radius: 48px;
  border-top-left-radius: 48px;
  box-shadow: -3px -7px 31px #00000029;
}
td.default.premium.u-premium.u-after {
  position: relative;
}
td.default.premium.u-premium.u-after::after {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  background: #27397e;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  box-shadow: 3px 7px 31px #00000029;
}
.u-pricing_title-main {
  font-size: clamp(
    0.81rem,
    calc(-0.19rem + 2.08vw),
    1.5rem
  ) !important;
  font-weight: 700;
  color: #191919;
}
.u-pricing_title-main + .column > .basic_td {
  font-size: clamp(
    1.13rem,
    calc(0.58rem + 1.14vw),
    1.5rem
  ) !important;
}
.u-b-none {
  border: none !important;
}
/* Parner Page */
.partner-hero {
  padding-top: clamp(3.75rem, calc(2.52rem + 6.15vw), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(2.52rem + 6.15vw), 7.5rem);
  background: #1074bb;
  position: relative;
  background: url("./assets/images/ESG_assets/esg-header-bg.png");
  background-size: cover;
  background-position: left;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.ir3-partner__bg {
  background-color: #f9f9f9;
  background-image: linear-gradient(
    to bottom right,
    #20397e,
    #008ac8
  );
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.ir3-partner .partner-container {
  position: relative;
  max-width: 1920px !important;
  padding: 0 42px;
}
.ir3-partner .partner-title {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
}
.ir3-partner .partner-text {
  font-size: 22px;
  color: #ffffff;
  text-align: justify;
}
.ir3-partner .partner-photo-frame {
  height: 360px;
}
.ir3-partner .partner-photo-frame .partner-photo {
  height: 440px;
}
.ir3-partner .partner-title-secondary {
  font-size: 38px;
  font-weight: 700;
  color: #303031;
}
.ir3-partner .custom-campaign-title {
  font-size: 28px;
  color: #303031;
  font-weight: 700;
}
.ir3-partner .partner-title-icon {
  width: 44px;
}
.ir3-partner .partner-single-report__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  color: #ffffff;
  text-align: justify;
}
.ir3-partner .partner-single-report__text a {
  /* color: #17213c ;  */
}
.ir3-partner .partner-single-report__text a:hover {
  color: #3492f7;
}
.ir3-partner .partner-single-report {
  background: url(./assets/images/img_partner_card_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  padding-bottom: 32px;
  overflow: hidden;
}
.ir3-partner .btn-reports {
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 24px;
  color: #29387e;
  font-weight: 600;
}
.ir3-partner .partner-report-box:not(:last-of-type) {
  margin-bottom: 72px;
}
.ir3-report-content {
  margin-left: 24px;
}
.partner-form input,
.partner-form #c-selector,
.partner-form textarea {
  font-family: "Lato", sans-serif;
}
.partner-form-section {
  margin-top: 120px;
}
.partner-form .wpcf7-response-output {
  display: none;
}
.partner-form p {
  position: relative;
}
.partner-form span.ajax-loader {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: 37%;
  left: 42%;
}
.ir3-partner-sidebar {
  background-color: #29387e;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* Form Starte Here */
.partner-form {
  width: 100% !important;
  max-width: 650px;
  box-shadow: 0px 10px 15px #00000024;
  border-radius: 12px;
  overflow: hidden;
}
.partner-form__header {
  background: transparent
    linear-gradient(270deg, #1074bb 0%, #083a5e 100%) 0% 0% no-repeat;
  border-radius: 12px 12px 0px 0px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.partner-form-line {
  height: 2px;
  flex: 1;
  background: #fff;
  opacity: 0.3;
}
.partner-form__body {
  padding: 24px;
  background: #fff;
}
.partner-form__body--morales {
  background: #ececec;
}
.partner-form__body label {
  font-weight: 500;
  color: #2e2e2e;
}
.partner-form__title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.partner-form-btn {
  background: #062e6c;
  border-radius: 7px;
  padding: 12px 32px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0s;
}
.partner-form .error {
  width: 100%;
  color: #dc3545;
}
/* Form Ends Here */
/* Testimonial Starts */
.ir3-testimonial {
  background: url("./assets/images/img_testimonials_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 80px;
  padding-top: 60px;
}
.ir3-testimonial .testimonial-item {
  position: relative;
}
.ir3-testinomial__review {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -18px);
  z-index: 2;
}
.ir3-testimonial .testimonial__logo {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7px;
  padding: 8px 24px;
}

.ir3-testimonial .carousel-inner {
  max-width: 660px;
  margin: auto;
  border-radius: 14px;
  padding: 32px 0 0 0;
}
.ir3-testimonial .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: #ffff;
  box-shadow: 7px 17px 28px #00000026;
  padding: 0 32px 32px 32px;
  border-radius: 14px;
}
.ir3-testimonial .testimonial-message {
  font-size: 14px;
  color: #303030;
  text-align: center;
  margin-top: 48px;
}
.ir3-testimonial .testimonial-name {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  text-align: center;
}

.ir3-testimonial .carousel-control-prev,
.ir3-testimonial .carousel-control-next {
  background: #fff;
  box-shadow: 2px 5px 8px #00000029;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  padding: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ir3-testimonial .carousel-control-prev-icon,
.ir3-testimonial .carousel-control-next-icon {
  filter: invert();
}
#testimonialCarousel {
  display: block !important;
}
/* Testimonial Ends */
/* Newsroom Starts */
.ir3-section-newsroom_header {
  background: url("./assets/images/img_newsroom_bg.png");
  background-size: cover;
  background-position: left;
  padding: 80px 0;
}
.ir3-section-newsroom_header .products-para {
  font-weight: 600;
}
.ir3-newsroom_searchbar {
  padding: 4px 4px 4px 16px;
  border: 1px solid #70707082;
  border-radius: 40px;
  align-items: center !important;
  background: #fff;
}

.ir3-newsroom_searchbar--focus {
  border-radius: 40px;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ir3-newsroom_searchbar .form-control {
  border: none;
  background: transparent;
}
.ir3-newsroom_searchbar .form-control::placeholder {
  color: #c1c1c1;
}
.ir3-newsroom_searchbar .form-control:focus {
  box-shadow: none !important;
}
.ir3-newsroom_searchbar .input-group-text {
  border: none;
  background: transparent;
}
.ir3-newsroom_btn {
  padding: 12px 40px;
  border-radius: 40px;
  font-size: 16px;
  background: #062e6c;
  color: #fff;
}
/* Newsroom Ends */
/* Utils */
.u-gap-4 {
  gap: 16px;
}
.u-text-black {
  color: #000 !important;
}
.u-bg-blue {
  background: #27397e;
}
.u-mt-200 {
  margin-top: 200px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}

/* Digital Mrketing Starts */
:root {
  --lnw-color-primary-light: #0133b3;
  --lnw-color-primary-dark: #223480;
  --lnw-color-grey-100: #ffffff;
  --lnw-color-grey-200: #f9f9f9;
  --lnw-color-grey-300: #e4e4e4;
  --lnw-color-grey-400: #9d9fa1;
  --lnw-color-grey-500: #707070;
  --lnw-color-grey-600: #434343;
  --lnw-color-grey-700: #000104;
  --lnw-color-grey-800: #000000;
  --lnw-heading-xxl: bold 38px/150% "Figtree-Bold", sans-serif;
  --lnw-heading-lg: 300 29px/150% "Figtree-Bold", sans-serif;
  --lnw-heading-md: bold 27px/150% "Figtree-Bold", sans-serif;
  --lnw-heading-sm: bold 20px/150% "Figtree-Bold", sans-serif;
  --lnw-body-xl: 400 18px/150% "Figtree-Regular", sans-serif;
  --lnw-body-lg: 400 16px/26px "Figtree-Regular", sans-serif;
  --lnw-body-sm: 400 14px/150% "Figtree-Regular", sans-serif;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}
.lnw-header {
  background: var(--lnw-color-primary-light);
}
.lnw-logo {
  max-width: 260px;
}
.lnw-heading__primary {
  text-align: left;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  max-width: 600px;
  line-height: 1.5;
}
.lnw-heading__primary--morales {
  font-size: 49px;
  font-weight: normal;
}
.lnw-heading__tertiary {
  font: var(--lnw-heading-md);
}
.lnw-text__regular {
  color: #ffffff;
  max-width: 516px;
  font-family: "Lato", sans-serif;
}
.lnw-text__regular--morales {
  font-size: 24px;
  max-width: 646px;
}
.lnw-text__subtitle {
  font-size: 20px;
  color: #fff;
}
.ir3-mb-10 {
  margin-bottom: 10rem !important;
}
.lnw-hero {
  padding-bottom: 52px;
}
.lnw-hero__morales {
  padding-bottom: 0 !important;
}
.ir3-digital-form-container {
  position: relative;
  max-width: 1280px !important;
}
.ir3-digital-form-container--morales {
  max-width: 1380px !important;
}
.lnw-hero__text {
  text-align: justify;
  max-width: clamp(40rem, calc(33.99rem + 9.7vw), 45.63rem);
}
.u-lnw-bg-photo {
  background-image: url(./assets/images/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: clamp(1.25rem, calc(0.13rem + 5.63vw), 6.88rem);
  margin-top: -1px;
}
.u-lnw-bg-photo-dlw {
  background-image: url(./assets/images/dlw-bg-img.png);
}
.u-lnw-bg-photo--morales {
  min-height: 100vh;
}
.ir3-partner .u-lnw-bg-photo {
  padding-top: 0;
}
.ir3-partner_header {
  padding: 12px 0;
}
.ir3-partner_header__hr {
  height: 1px;
  width: calc(100% - 20px);
  margin: auto;
  background: #fff;
  margin-bottom: 56px;
}
.lnw-list {
  display: grid;
  grid-template-columns: repeat(2, 192px);
  gap: 48px;
}
.lnw-list__item {
  background: #ffffff;
  box-shadow: 0px 1px 7px #0000001a;
  border-radius: 5px;
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lnw-list_title {
  color: #2b2b2b;
  font-size: 34px;
  margin-bottom: 34px !important;
  font-weight: 600;
}
.lnw-form-parent {
  position: absolute;
  right: 0;
  top: 152px;
  z-index: 200;
  width: 100%;
  max-width: clamp(24.38rem, calc(12.35rem + 19.4vw), 35.63rem);
}
.lnw-form-parent--dlw {
  top: 16px;
}
.lnw-form-parent--morales {
  top: 22px;
}
.lnw-form-container {
  margin-top: -120px;
}
.lnw-form {
  /* box-shadow: 4px 4px 15px #090e1466; */
  border-radius: 7px;
  overflow: hidden;
  /* background: var(--lnw-color-primary-dark); */
  width: clamp(18.75rem, calc(14.74rem + 6.47vw), 22.5rem);
}
.lnw-form__header {
  padding: 24px;
  color: var(--lnw-color-grey-100);
  text-align: center;
  border-radius: 7px 7px 0 0;
}
.lnw-form__body {
  padding: clamp(1.5rem, calc(1.26rem + 1.04vw), 2.5rem)
    clamp(2.5rem, calc(2.26rem + 1.04vw), 3.5rem);
  background: var(--lnw-color-grey-100);
}
.lnw-form__label {
  font: var(--lnw-body-sm);
  color: var(--lnw-color-grey-600);
}
.lnw-form__input {
  background: var(--lnw-color-grey-200) 0 0 no-repeat padding-box;
  border: 1px solid var(--lnw-color-grey-500);
}
.lnw-form__textarea {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}
.btn-lnw_primary {
  font: var(--lnw-heading-sm);
  background: var(--lnw-color-grey-100);
  color: var(--lnw-color-primary-dark);
  padding: 8px 24px;
  margin-bottom: 10rem;
}
#lnw-btn-get {
  cursor: default !important;
}
.btn--lnw {
  background: var(--lnw-color-primary-light);
  color: var(--lnw-color-grey-100);
}
.btn--lnw:hover {
  color: var(--lnw-color-grey-100);
  background: var(--lnw-color-primary-dark);
}
.btn-lnw_primary:hover {
  color: var(--lnw-color-primary-dark);
  background-color: var(--lnw-color-grey-300);
}

span.validation_errors p {
  color: #721c24;
  background: #f8d7da;
  padding: 1%;
  border-radius: 6px;
  margin-bottom: 2px !important;
  padding: 10px;
}
.fade:not(.show).u-lnw-opac {
  opacity: 1 !important;
  margin-bottom: 6px;
  margin-top: -28px;
  text-align: center;
}
@media (max-width: 991px) {
  .lnw-form {
    width: 100%;
  }
  .lnw-list {
    margin-top: 20px;
  }
  .lnw-hero__text {
    max-width: 100%;
  }
}

.lnw-form-pos {
  position: fixed;
  top: 0;
  right: 0;
}

#lnw-form__textarea.is-valid {
  background-image: none !important;
  border: 1px solid var(--lnw-color-grey-500) !important;
}

#lnw-form__textarea.is-invalid {
  background-position: top calc(0.1875rem) right calc(1.4rem) !important;
}

/* Digital Marketing Ends */

/* ReleaseLive Starts */
.ir3-upload-btn {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #29387e;
  display: inline-flex;
  align-items: center;
  padding: 8px 28px;
}
.ir3-upload-btn-sm-text {
  font-size: 15px;
  color: #9f9a9a;
}
.ir3-rl-title-sm {
  font-size: 26px !important;
  color: #ffffff !important;
  margin: 30px 0 !important;
  text-align: left !important;
}
.u-release_tm {
  color: #7ba6cc;
  font-weight: bold;
  line-height: 46px;
  font-size: 45px;
  letter-spacing: 1.8px;
  line-height: 1.5;
  text-align: left !important;
}
.ir3-rl_w-text {
  width: 100% !important;
  max-width: 810px !important;
  margin: auto !important;
}
.ir3-section-features {
  background: #f6f6f6;
  padding: 80px 0;
}
.ir3-rl_section-py {
  padding: 40px 0;
}
.rl-tab-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  place-items: center;
  border: none !important;
}
.ir3-card__text {
  color: #ffff;
  background: #1074bb;
  padding: 32px;
  position: relative;
  z-index: 2;
  grid-row: 2/-1;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.ir3-card {
  position: relative;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: repeat(2, 140px);
  place-items: center;
  align-items: self-end;
  gap: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #1074bb !important;
  background: transparent !important;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 280px;
}
.ir3-card img {
  position: relative;
  z-index: 3;
  /* transition: all ; */
}
.ir3-card::after {
  position: absolute;
  top: 100%;
  z-index: 1;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #1074bb;
  transition: all 0.3s;
}
.ir3-card:hover:after {
  top: 0;
}
.ir3-card:hover img {
  filter: brightness(40);
}

.ir3-features-container__outer {
  background: #ffffff;
  box-shadow: 0px -1px 12px #00a5fe63;
  border: 1px solid #062e6c;
  height: 100%;
  border-radius: 32px;
  max-height: 636px;
  overflow: hidden;
}
.ir3-features-container {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ir3-features-container.active {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.ir3-card.active::after {
  background: #223480 !important;
  top: 0 !important;
}
.ir3-card.active img {
  filter: brightness(40);
}
.ir3-card.active > .ir3-card__text {
  background: #223480 !important;
}
.ir3-features-list {
  padding: 32px;
  padding-left: 64px;
}

.ir3-features-list__item {
  list-style-image: url("./assets/images/icon_feature_list.svg");
  font-size: 17px;
  font-weight: 500;
  color: #191919;
}
.ir3-features-list-media__item {
  list-style-image: url("./assets/images/icon_feature_list.svg");
}
.ir3-features-list__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.ir3-features-card__photo {
  background: url("./assets/images/img_rl_feature_card_innovativ.png");
  background-size: cover;
  background-position: right;
  padding: 32px;
  padding-bottom: 12px;
}
.ir3-features-card__issist {
  display: flex;
  gap: 16px;
}
.ir3-features-flags {
  display: flex;
  gap: 4px;
  /* margin-top: 36px; */
}
.ir3-features-list-media {
  padding: 32px;
  padding-left: 64px;
  /* max-height: 660px; */
}
.ir3-features-list-media--order {
  padding: 48px 32px;
}
.u-bg-order-feature {
  background: #f9f9f9;
}
.ir3-features-list-media--order .ir3-features-list-media__right {
  border-bottom: none;
}
.ir3-features-list-media__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.ir3-features-list-media__number {
  color: gainsboro;
  font-weight: 600;
  font-size: 24px;
}
.ir3-features-list-media__header {
  display: flex;
  gap: 20px;
}
.ir3-features-list-media__right {
  border-bottom: 1px solid gainsboro;
}
.ir3-features-list-media__title {
  font-size: 20px;
  font-weight: 600;
  color: #191919;
}
.ir3-features-list-media__text {
  font-size: 16px;
  color: #505050;
  margin-top: 8px !important;
}
.ir3-features-list-media__vicon {
  margin-left: 32px;
  object-fit: contain;
}
.ir3-features-list-media__wvideo {
  font-size: 20px;
  font-weight: 600;
  color: #1074bb;
}
.ir3-features-list-media__s-photo {
  margin-top: 32px;
}
.ir3-btnsample {
  background: #1479c0 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
}
.ir3-btnsample:hover {
  color: #fff;
  opacity: 0.8;
}
.ir3-pricing-subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #303030;
}
.ir3-section-features .fade:not(.show),
.section-product-cards .fade:not(.show) {
  opacity: 0 !important;
}

.ir3-list-pricing {
  display: none;
  margin-bottom: 32px;
}
.ir3-list-pricing li.ir3-list-pricing__item.active {
  background: #27397e !important;
  border: 1px solid #27397e !important;
}
.ir3-list-pricing li.ir3-list-pricing__item.active button {
  color: #fff !important;
}
.ir3-list-pricing__item {
  width: 100%;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #f1f1f1;
  font-size: 15px;
  font-weight: 700;
  min-height: 58px;
  color: #999;
  border: 1px solid #27397e !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ir3-pricing-tr-bg {
  background: #d2d2d2 !important;
  text-align: center !important;
  border: none !important;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.u-ir3-pricing-font {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
/* Our Clients Starts */
.ir3-client-logos {
  display: flex;
  gap: 20px;
}
.ir3-client_logo_container {
  background: #ffffff;
  width: 148px;
  height: 82px;
  padding: 8px;
  /* box-shadow: 0px 3px 19px #00000029; */
  border: 5px solid #8f85850a;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ir3-client_logo {
  height: 80px;
  max-width: 100%;
}
.rl_pricing_logo {
  width: 100%;
  max-width: 240px;
}
.ir3-pricing-form__title {
  font-size: 36px;
  font-weight: 600;
  color: #303030;
  text-align: center;
}
.ir3-pricing-form__text {
  font-size: 22px;
  color: #303030;
  text-align: center;
  max-width: 860px;
  margin: auto !important;
}
.u-table-pricing tr > td {
  padding-left: 20px !important;
}
.ir3-arrow-after::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-30%);
  background-image: url(./assets/images/icon_down_main_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  transition: transform 0.3s;
}

.ir3-arrow-after:hover::after {
  transform: rotate(180deg);
}

.ir3-main-menu__sub-menu > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 360px;
  grid-column-gap: 20px;
}
.ir3-main-menu__link > a {
  height: 72px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 2px !important;
}
.ir3-main-menu__link > a::after {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(./assets/images/img_main_menu_rl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ir3-main-menu__link:nth-of-type(2) > a::after {
  background-image: url(./assets/images/pcard_adtargeting_logo.png);
}
.ir3-main-menu__link:nth-of-type(3) > a::after {
  background-image: url(./assets/images/pcard_esg_logo.png);
}
.ir3-main-menu__link:nth-of-type(4) > a::after {
  background-image: url(./assets/images/pcard_legal_logo.png);
}
.ir3-main-menu__sub-menu:hover body {
  filter: blur(10px);
}
.ir3-main-menu__sub-menu > .sub-menu::before {
  content: "";
  height: 24px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: -26px;
}
.ir3-main-menu__link > a {
  text-indent: -9999px;
}
.u-hero-slider-blur {
  filter: blur(12px);
  backdrop-filter: blur(12px);
}
.u-font-med {
  font-weight: 600;
}
#releaselive .u-font-med.text-white {
  color: #fff !important;
}
.ir3-pricing-text {
  font-size: 28px;
  font-weight: 500;
  color: #303030;
  line-height: 44px;
  max-width: 570px;
  margin: auto !important;
}
.ir3-main-menu__about-menu > .sub-menu::before {
  content: "";
  height: 24px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: -26px;
}
/* Our Clients Ends */
.u-trans-round a {
  border-radius: 100%;
  overflow: hidden;
}
.u-trans-round a img {
  border-radius: 100%;
}
.tab_packages .nav-tabs .nav-link {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 21px;
}

/* CF7 Styling */
.partner-form .wpcf7-form .input-group p {
  flex: 1;
}
.partner-form .wpcf7-form .input-group-text {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.partner-form .wpcf7-form .input-group-prepend {
  height: 38px;
}
.partner-form .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.partner-form .wpcf7-form-control-wrap.company {
  display: block;
}
.partner-form .wpcf7-form-control-wrap.message .wpcf7-not-valid-tip {
  margin-left: 0;
}
.partner-form .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form textarea.form-control {
  resize: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3545;
  color: #dc3545;
}
.u-nav-tabs-wlabel {
  border-bottom: none !important;
  margin-bottom: 40px;
  gap: 28px;
}

.u-nav-link-wlabel {
  background: #f0f0f0 !important;
  padding: 14px 22px !important;
  border-radius: 9px !important;
  border: 2px solid #cfd1df !important;
  counter-reset: none !important;
  width: 220px;
}
.u-nav-link-wlabel.active {
  background: #29387e !important;
}

.u-nav-link-wlabel-nexis,
.u-nav-link-wlabel-legal,
.u-nav-link-wlabel-medianet,
.u-nav-link-wlabel-pamedianet,
.u-nav-link-wlabel-thenewswire,
.u-nav-link-wlabel-newsvoir,
.u-nav-link-wlabel-MM,
.u-nav-link-wlabel-info {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.u-nav-link-wlabel-nexis {
  background-image: url("./assets/images/img_lexis_women.png");
}
.u-nav-link-wlabel-legal {
  background-image: url("./assets/images/img_legal_partner.png");
}

.u-nav-link-wlabel.active > .u-nav-link-wlabel-nexis {
  background-image: url("./assets/images/img_lexisnexis_white.png");
}
.u-nav-link-wlabel.active > .u-nav-link-wlabel-legal {
  background-image: url("./assets/images/pcard_legal_white.png");
}

.u-nav-link-wlabel-medianet {
  background-image: url("./assets/images/img_medianet_part.png");
}
.u-nav-link-wlabel-pamedianet {
  background-image: url("./assets/images/img_pamedianet_tab.png");
}
.u-nav-link-wlabel-thenewswire {
  background-image: url("./assets/images/img_newswire_tab.png");
}
.u-nav-link-wlabel-newsvoir {
  background-image: url("./assets/images/p_logo_newsvoir.png");
}
.u-nav-link-wlabel-MM {
  background-image: url("./assets/images/mm_logo_highres_btn_black.png");
}
.u-nav-link-wlabel-info {
  background-image: url("./assets/images/infomedia_logo_prt_sm.png");
}

.u-nav-link-wlabel.active > .u-nav-link-wlabel-medianet {
  background-image: url("./assets/images/img_medianet_tab_white.png");
}
.u-nav-link-wlabel.active > .u-nav-link-wlabel-pamedianet {
  background-image: url("./assets/images/img_pamedianet_tab_white.png");
}
.u-nav-link-wlabel.active > .u-nav-link-wlabel-thenewswire {
  background-image: url("./assets/images/img_newswire_tab_white.png");
}
.u-nav-link-wlabel.active > .u-nav-link-wlabel-newsvoir {
  background-image: url("./assets/images/p_logo_newsvoir.png");
}
.u-nav-link-wlabel.active > .u-nav-link-wlabel-MM {
  background-image: url("./assets/images/mm_logo_highres_btn.png");
}
.u-nav-link-wlabel.active > .u-nav-link-wlabel-info {
  background-image: url("./assets/images/infomedia_logo_prt_sm_white.png");
}

.with-margin {
  margin-top: 250px;
}
.u-bg-legal {
  background: #29387e !important;
}
.u-legal-btn-pr {
  margin-top: 48px;
  background: #29387e !important;
}
.u-text-ir3-primarly {
  color: #132a43 !important;
}
.ir3-release-banner {
  margin-top: clamp(3rem, calc(2.1rem + 4.5vw), 7.5rem);
}
.esg-heading__para {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  max-width: 740px;
  text-align: justify !important;
}
.u-table-logo-img {
  width: 100px !important;
  margin-left: 0 !important;
}
.u-mxw-280 {
  max-width: 280px !important;
}
.u-ir3-photo-paid {
  width: auto;
  height: 250px;
  object-fit: contain;
  object-position: right;
}
.ir3-features-container::-webkit-scrollbar {
  width: 0.5em;
}

.ir3-features-container::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.ir3-features-container {
  scrollbar-width: thin;
}

.ir3-features-container::-webkit-scrollbar {
  width: 0.5em;
}

.ir3-features-container::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.ir3-features-container::-moz-scrollbar-thumb {
  background-color: #c1c1c1;
}
.u-products-para {
  max-width: 915px !important;
  text-align: justify !important;
}
@media (max-width: 1241px) {
  .u-nav-tabs-wlabel--adt {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .ir3-list-pricing {
    display: block;
  }
  .rl-tab-cards {
    grid-template-columns: 1fr;
  }
  .ir3-testinomial__review {
    top: 12px;
  }
  .ir3-testinomial__review img {
    width: 20px;
  }
  .u-nav-tabs-wlabel {
    justify-content: center;
  }
}

@media (min-width: 1140px) {
  .u-product-description {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .ir3-testimonial .carousel-control-prev {
    left: -30px !important;
  }
  .ir3-testimonial .carousel-control-next {
    right: -30px !important;
  }
}
@media (max-width: 767px) {
  .u-release_tm {
    font-size: 32px;
  }
  .u-legal-btn-pr {
    margin-top: 36px;
  }
  .ir3-partner .partner-container {
    padding: 0 24px;
  }
  .esg-pricing-table__header {
    padding: 20px;
    border-radius: 6px;
  }
  .ir3-partner .partner-title-secondary {
    font-size: 28px;
  }
  .trustedby-photo {
    max-width: 110px;
  }
  .u-news-border {
    border: none;
    padding-bottom: 20px;
  }
  .u-mt50 {
    margin-top: 0px;
  }
  .newsroom--text {
    border-top: 1px solid #0000004d;
  }
  .lnw-heading__primary,
  .lnw-heading__primary--morales {
    font-size: 28px;
  }

  .translations {
    top: 112px;
    transform: translate(-50%, 0);
  }
  .translations__toggler {
    display: flex;
  }
  .translations__items {
    transform: translateX(-112%);
  }
  section.hero-slide > .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    grid-gap: 10px;
  }
  .hero-slide {
    background-image: url("assets/images/hero-bg_mob.jpg");
  }
}
@media (max-width: 574px) {
  .ir3-btns-header {
    grid-template-columns: repeat(1, max-content) !important;
  }

  section.hero-slide > .container {
    grid-template-columns: 1fr;
  }
  .hero-slide {
    padding: 50px 0 !important;
  }
  .xl-title h1 {
    font-size: 32px;
  }

  .u-btn-header[data-target="#fullserviceModal"] {
    font-size: 14px;
  }
  .ir3-testimonial .carousel-control-prev {
    left: 0 !important;
  }
  .ir3-testimonial .carousel-control-next {
    right: 0 !important;
  }
  .ir3-newsroom_btn {
    padding: 6px 16px;
  }
  .ir3-newsroom_searchbar {
    padding: 4px;
  }
  .ir3-newsroom_searchbar input {
    font-size: 15px;
    padding-left: 0;
  }
}
@media (max-width: 490px) {
  .lnw-list {
    grid-template-columns: repeat(1, 192px);
    justify-content: center;
    gap: 24px;
  }
  .lnw-list_title {
    font-size: 24px;
  }
}
@media (max-width: 412px) {
  .ir3-testimonial .carousel-control-prev {
    left: 0 !important;
  }
  .ir3-testimonial .carousel-control-next {
    right: 0 !important;
  }
  .partner-form__title {
    font-size: 16px;
  }
}
.u-bg-purple-blue {
  background: #280050 !important;
}
.ir3-u-link-partner {
  color: #f1d500 !important;
}
label#c-selector__input-error {
  margin-left: -10px;
  margin-top: 10px;
}
.u-opac {
  opacity: 0;
}
.u-cursor-pevent-none {
  cursor: auto !important;
  pointer-events: none;
}
.ir3-btns-header {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 32px;
}
.u-mxw-600 {
  max-width: 600px;
}

#cf7Modal .modal-dialog {
  max-width: 400px !important;
}
.smo-modal {
  padding: 20px;
  background-color: #d4fbd8 !important;
  border-radius: 2px;
  color: #085d54;
  width: 100%;
  border-radius: 2px !important;
}
.smo-modal--danger {
  background-color: #fee7db !important;
  color: #700e2e;
}

.smo-modal__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 !important;
}
.smo-modal__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 !important;
}
.smo-modal__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.smo-modal__title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 !important;
}

.smo-modal__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Target all mobile devices */
@media only screen and (min-width: 767px) {
  .u-product-card:hover::before {
    height: 100%;
  }
  .u-product-card:hover > .u-product-card__photo--blue {
    opacity: 0;
  }
  .u-product-card:hover > .u-product-card__photo--white {
    opacity: 1;
  }
}

/* Morales Page Starts */
.morales-header {
  padding: 15px;
  background-image: url("./assets/images/header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.morales-main {
  background-image: url("./assets/images/morales_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 83px);
}

.morales-title {
  font-weight: bold;
  font-size: clamp(2.38rem, calc(-2.73rem + 5.98vw), 3.25rem);
  color: #f9f5f5;
  margin-top: clamp(6rem, calc(5.54rem + 2.29vw), 7.5rem);
}
.morales-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: medium;
  font-size: clamp(1.31rem, calc(0.22rem + 1.28vw), 1.5rem);
  color: #f9f5f5;
  text-align: justify;
  max-width: 576px;
}
.morales-form {
  max-width: 598px;
  margin: auto;
}
.morales-form form {
  margin-bottom: 0 !important;
}
.morales-form form .partner-form__title {
  font-size: 24px;
}
.morales-form input::placeholder,
.morales-form textarea::placeholder,
.morales-form form #c-selector .label {
  color: #8a8a8a !important;
  font-size: 13px !important;
}
.morales-form label {
  font-size: 13px !important;
  margin-bottom: 13px !important;
}
.morales-form label + p,
.webinar-form label + p {
  margin-bottom: 0 !important;
}
.webinar-form label {
  font-size: 16px !important;
  margin-bottom: 9px !important;
  font-weight: 500 !important;
  margin-top: 8px !important;
}
.morales-form .form-group {
  margin-bottom: 24px !important;
}

@media (min-width: 1600px) {
  .morales-container {
    max-width: 1368px !important;
  }
}
@media (min-width: 992px) {
  .u-logos-pr {
    padding-right: 5rem !important;
  }
}

@media (max-width: 767px) {
  .morales-title {
    font-size: 28px;
  }
  .morales-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .morales-form form .partner-form__title {
    font-size: 16px;
  }
}
.dlw-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #eee;
  height: 100%;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
}
.dlw-loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #5f6162;
}
.dlw-loader:before,
.dlw-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
.dlw-loader:after {
  color: #007bff;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {
  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

.dlw-bg-mob {
  display: none;
}
.dlw-bg-photo-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
}

.ddl-modal-photo {
  margin-top: 62px;
}
.dlw-bg-photo-banner {
  display: none;
}

@media (max-width: 1024px) {
  .morales-main {
    background-image: none;
  }
  .dlw-bg-mob {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("./assets/images/morales_bg_tab.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .dlw-bg-mob {
    background-image: url("./assets/images/morales_bg_mob.png");
    background-size: 100%;
    background-position-y: 51px;
  }
  .dlw-bg-photo-banner {
    display: block;
  }
}

/* FTD Page Starts */
.u-pr-badge {
  position: absolute;
  top: clamp(10.75rem, calc(8.93rem + 2.72vw), 12.19rem);
  right: 26px;
}
/* FL Hero Styles */
.fl_hero {
  background-image: url("assets/images/bg_florida.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: clamp(2.5rem, 2.197rem + 1.5152vw, 3.75rem);
  padding-bottom: 60px;
}

.fl_hero .fl_hero_title {
  font-size: clamp(2.5rem, calc(-0.38rem + 4.64vw), 4.75rem);
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.fl_hero .fl_hero__form-title,
.fl_hero .fl_hero__address {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  line-height: clamp(1.88rem, calc(1.08rem + 1.29vw), 2.5rem);
  font-weight: 600;
  max-width: 606px;
  margin: auto;
}
.fl_hero .fl_hero__address {
  max-width: 100%;
  text-align: left;
  margin-top: 76px;
}

/* Form Styles */
.fl_hero .fl_form {
  max-width: 546px;
  margin: auto;
}

.fl_hero .fl_form__input {
  border: 2px solid #a4a5a6;
  border-radius: 7px;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff !important;
  padding: 24px;
  background: transparent;
  outline: none;
  width: 100%;
  transition: border 0.3s;
  height: 58px;
  font-weight: 500 !important;
}
#fl_phone:placeholder-shown {
  font-size: 14px;
  font-weight: 600;
}
.fl_hero #fl_email {
  text-transform: lowercase;
  max-width: 100%;
}
.fl_hero #fl_phone {
  max-width: 100%;
}
.fl_hero .fl_form__input:hover,
.fl_hero .fl_form__input:focus {
  border: 2px solid #e2be2b !important;
}
.fl_hero .d-flex.flex-column.w-100 {
  position: relative;
}

.fl_hero .fl_form__input:focus {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
  border: 2px solid #a4a5a6;
}

.fl_hero .fl_form_btn {
  text-align: center;
  font: normal normal bold 21px/35px "Lato";
  color: #b3b0a8;
  border: 6px solid #e2be2b;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  text-transform: capitalize;
  background: transparent;
  margin-top: 30px;
  transition: all 0.3s;
}
.fl_hero .fl_form_btn.fl_submit {
  background: #fbc900;
  color: #fff;
  border-radius: 6px;
  border: 6px solid #fbc900;
}
.fl_hero .fl_form_btn.fl_submit:hover {
  background: #d9b10e;
  border: 6px solid #d9b10e;
}
.fl_hero .fl_form_btn:hover {
  border: 6px solid #fff;
}

.fl_hero .fl_form_progressbar {
  height: 13px;
  background: #514c22 0% 0% no-repeat padding-box;
  border-radius: 50px;
  margin-top: 34px;
  overflow: hidden;
}

.fl_hero .fl_form_progress {
  background: #ffd900 0% 0% no-repeat padding-box;
  border-radius: 50px 0px 0px 50px;
  width: 25%;
  height: 100%;
  transition: all 0.4s;
  border-radius: 50px 0px 0px 50px;
}

/* FL Header Styles */
.fl_header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url("assets/images/fl_header_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Buttons and Links */
.fl_container .fl_header__phone {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}

.fl_container .fl_btn_join,
.fl_hero .fl_btn_visit {
  font-size: 20px;
  line-height: 24px;
  border-radius: 32px;
  text-transform: uppercase;
  padding: 24px 36px;
  border: none;
  outline: none;
  text-align: center;
}
.fl_hero .fl_btn_visit {
  width: 290px;
  display: inline-block;
  height: 82px;
  font-weight: 700;
}
.fl_container .fl_btn_join {
  width: 228px;
  display: inline-block;
  height: 88px;
}
.fl_btn_visit:hover {
  color: #272727;
}

.fl_container .fl_btn_join {
  border: 8px solid #fbc900;
  color: #ffffff;
}

.fl_container .fl_btn_join:hover,
.fl_hero .fl_header__phone:hover {
  color: #a7a7a7;
  text-decoration: none;
}

.fl_hero .fl_btn_visit {
  padding: 24px 40px;
  background: #fbc900 0% 0% no-repeat padding-box;
  color: #000000;
}

/* Container Styles */
.fl_hero .fl_gap {
  gap: 24px;
}
.fl_hero #fl_phone-error {
  /* margin-left: 30px; */
}
.container.fl_container {
  max-width: 1768px !important;
  padding-left: 64px;
  padding-right: 64px;
}

/* Form Validation Error Messages */
.fl_hero #fl_firstname-error,
.fl_hero #fl_lastname-error,
.fl_hero #fl_email-error,
.fl_hero #fl_phone-error,
.fl_hero #fl_message-error {
  color: #fff;
  font-size: 14px;
  display: flex;
  /* position: absolute; */
  /* bottom: -40px; */
  margin-top: 8px;
}

.fl_hero #fl_firstname-error::before,
.fl_hero #fl_lastname-error::before,
.fl_hero #fl_email-error::before,
.fl_hero #fl_phone-error::before,
.fl_hero #fl_message-error::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjA0NCAxMi41NTcgOS40NzcgMS4xNDdDOC45ODUuMjk4IDcuNy4yNyA3LjIwNiAxLjE0N0wuNjQgMTIuNTU3Yy0uNDkzLjg0OC4xMzcgMS45NDMgMS4xNDkgMS45NDNoMTMuMTA3YTEuMzAyIDEuMzAyIDAgMCAwIDEuMTUtMS45NDNabS03LjY4OS0yLjM4Yy42ODQgMCAxLjI2LjU3NCAxLjI2IDEuMjU4IDAgLjcxMi0uNTc2IDEuMjU5LTEuMjYgMS4yNTlhMS4yMzggMS4yMzggMCAwIDEtMS4yNTgtMS4yNTljMC0uNjg0LjU0Ny0xLjI1OCAxLjI1OC0xLjI1OFpNNy4xNTEgNS42NjJjLS4wMjctLjE5Mi4xMzctLjM1Ni4zMjktLjM1NmgxLjcyNGMuMTkxIDAgLjM1NS4xNjQuMzI4LjM1Nkw5LjM0IDkuMzgzYy0uMDI3LjE5Mi0uMTY0LjMwMS0uMzI4LjMwMWgtMS4zNGMtLjE2NSAwLS4zMDItLjExLS4zMy0uMzAxbC0uMTktMy43MjFaIiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjA0NCAxMi41NTcgOS40NzcgMS4xNDdDOC45ODUuMjk4IDcuNy4yNyA3LjIwNiAxLjE0N0wuNjQgMTIuNTU3Yy0uNDkzLjg0OC4xMzcgMS45NDMgMS4xNDkgMS45NDNoMTMuMTA3YTEuMzAyIDEuMzAyIDAgMCAwIDEuMTUtMS45NDNabS03LjY4OS0yLjM4Yy42ODQgMCAxLjI2LjU3NCAxLjI2IDEuMjU4IDAgLjcxMi0uNTc2IDEuMjU5LTEuMjYgMS4yNTlhMS4yMzggMS4yMzggMCAwIDEtMS4yNTgtMS4yNTljMC0uNjg0LjU0Ny0xLjI1OCAxLjI1OC0xLjI1OFpNNy4xNTEgNS42NjJjLS4wMjctLjE5Mi4xMzctLjM1Ni4zMjktLjM1NmgxLjcyNGMuMTkxIDAgLjM1NS4xNjQuMzI4LjM1Nkw5LjM0IDkuMzgzYy0uMDI3LjE5Mi0uMTY0LjMwMS0uMzI4LjMwMWgtMS4zNGMtLjE2NSAwLS4zMDItLjExLS4zMy0uMzAxbC0uMTktMy43MjFaIiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  background-color: #fff;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/* Utility Classes */
.fl_hero .u-dnone {
  display: none !important;
}

/* Grid Styles */
.fl_hero .fl_grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
  gap: 35px; /* Gap between columns */
}
.fl_hero .fl_grid_2 img {
  width: 100%;
}

/* Media Query for Medium Screens */
@media (min-width: 992px) {
  .fl_map {
    max-width: 560px !important;
    margin: auto;
  }
  .fl_container .fl_btn_join {
    margin-left: 84px !important;
  }
}
@media (max-width: 991px) {
  .fl_hero .fl_hero_title {
    font-size: clamp(2.5rem, calc(0.59rem + 5.3vw), 3.88rem);
  }
  .fl_hero .fl_hero__form-title,
  .fl_hero .fl_hero__address {
    font-size: 24px;
    line-height: 40px;
  }
  .fl_hero .fl_hero__address {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .fl_hero .fl_grid_2 {
    grid-template-columns: 1fr; /* One column on medium screens */
  }
  .fl_hero .fl_btn_join {
    padding: 16px 24px;
  }
  .fl_hero .fl_header {
    padding-bottom: 28px;
  }
  .fl_container .fl_header__phone {
    font-size: 24px;
    line-height: 32px;
  }
  .u-pr-badge {
    top: 124px !important;
    right: 16px !important;
  }
  .fl_hero .fl_gap {
    gap: 0;
  }
}
@media (max-width: 576px) {
  .fl_hero .fl_hero_title {
    font-size: 32px;
  }
  .fl_hero .fl_hero__form-title,
  .fl_hero .fl_hero__address {
    font-size: 18px;
    line-height: 29px;
  }
  .container.fl_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.fl_hero .fl_form .iti {
  width: 100%;
}
.fl_form__input.intl-tel-input {
  padding-left: 0 !important;
}

.page-template-page-fdt-php .header-area,
.page-template-page-fdt-php .footer {
  display: none !important;
}
@media (max-width: 1173px) {
  .u-pr-badge {
    top: 148px;
  }
}

.fl_hero .iti__selected-flag {
  height: 60px !important;
}
.fl_hero .fl_message {
  max-width: 100% !important;
  padding: 12px !important;
  line-height: 1.6;
}

.page-template-page-fdt .iti--allow-dropdown input,
.page-template-page-fdt .iti--allow-dropdown input[type="tel"],
.page-template-page-fdt .iti--allow-dropdown input[type="text"],
.page-template-page-fdt .iti--separate-dial-code input,
.page-template-page-fdt .iti--separate-dial-code input[type="tel"],
.page-template-page-fdt .iti--separate-dial-code input[type="text"] {
  padding-left: 52px !important;
}
.u-terms-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

/* Webinar Styles Start */
.webinar-page {
  background-image: url("assets/images/hero-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  min-height: 100vh;
}
.webinar-header {
  padding: 12px 0;
}
.webinar-header__hr {
  height: 1px;
  width: calc(100% - 20px);
  margin: auto;
  background: #fff;
  margin-bottom: 40px;
}
.webinar__title {
  max-width: 926px;
  font-size: clamp(1.625rem, 1.1644rem + 1.9653vw, 2.6875rem);
  text-align: center;
  font-weight: 700;
  line-height: clamp(2.5625rem, 2.129rem + 1.8497vw, 3.5625rem);
}
.webinar__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  max-width: 782px;
  margin-top: 18px;
}
.webinar__text--italic {
  font-style: italic;
  font-weight: 600;
  margin-top: 23px;
}
.webinar-schedule {
  gap: 34px;
  margin-top: 30px;
}
.webinar-schedule__left,
.webinar-schedule__right {
  gap: 20px;
}
.webinar-schedule__title {
  font-size: 24px;
  font-weight: 700;
  /* line-height: 46px; */
  letter-spacing: 0.96px;
}
.webinar-schedule__time {
  font-size: 13px;
  font-weight: 500;
}
.webinar-schedule__bar {
  width: 1px;
  height: 63px;
  background: #fff;
}
.webinar-button {
  font-size: clamp(0.8125rem, 0.4874rem + 1.3873vw, 1.5625rem);
  line-height: 30px;
  font-weight: 700;
  color: #313c7b;
  background: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  margin: 44px 0 30px 0;
  transition: background color 0.3s;
  display: flex;
  align-items: center;
}
.webinar-button:hover {
  background: #008adb;
  color: #fff;
}
.webinar-arrow-white {
  display: none;
}
.webinar-button:hover .webinar-arrow-blue {
  display: none;
}
.webinar-button:hover .webinar-arrow-white {
  display: block;
}
.webinar-officials {
  gap: 78px;
}
.webinar-nav-tabs {
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: auto;
}
.webinar-partners {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 78px; /* Adjust the gap as needed */
  margin-top: 78px;
}
.nav-tabs-webinar {
  gap: 78px;
}
.webinar-tab-officials {
  gap: 78px;
}
.webinar-tab::-webkit-scrollbar {
  width: 0;
}

.webinar-tab::-webkit-scrollbar-thumb {
  background: transparent;
}

.webinar-tab::-webkit-scrollbar-track {
  background: transparent;
}

.webinar-tab .nav-item {
  min-width: max-content;
}
.webinar-tab__profile {
  gap: 8px;
}
.webinar-tab__photo {
  width: 98px;
  height: 98px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 100%;
  transition: box-shadow 0.3s;
}
.webinar-tab__photo:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
/* .webinar-tab__profile.active .webinar-tab__photo {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} */
.webinar-tab__name,
.webinar-tab__prof {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.webinar-tab__prof {
  font-weight: 400;
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 18px;
}

.webinar-tab-content {
  margin-top: 45px;
}
.webinar-bio {
  color: #000000;
  background: #fff;
  padding: 18px 34px;
  border-radius: 10px;
  margin-bottom: 34px;
}
.webinar-bio__header {
  gap: 24px;
}
.webinar-bio__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}
.webinar-bio__prof {
  font-weight: 500;
  margin-bottom: 0;
}
.webinar-bio__details {
  margin-top: 28px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  min-height: 168px;
  max-height: 168px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-template-page-webinar-php .zsiq-newtheme.zsiq_size2[embedtheme],
.page-template-page-webinar-php .zsiq-newtheme.zsiq_size3[embedtheme],
.page-template-page-webinar-php
  body
  .zsiq-mobhgt[embedtheme].zsiq-newtheme {
  position: fixed;
  left: 200vw;
  background-color: red;
  display: none;
}

@media (max-width: 1140px) {
  .webinar-page .container {
    max-width: 1240px;
  }
  .webinar-partners {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .webinar-nav-tabs {
    justify-content: start !important;
    align-items: start !important;
  }
}

@media (max-width: 767px) {
  .webinar-officials,
  .webinar-partners {
    gap: 40px;
  }
  .webinar-schedule {
    gap: 16px;
  }
  .webinar-schedule__bar {
    height: 34px;
  }
  .webinar-schedule {
    flex-direction: column;
  }
  .webinar-partners {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin-top: 40px;
  }
  .webinar-button {
    padding: 8px 12px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.5);
  }
}
.u-webinar-txt-700{
  max-width: 700px;
}
.u-product-logos{
  text-align: center;
}

/* Blogs list reversion */
.single-post .main_body-single ol {
  padding: revert;
}
.single-post .main_body-single ol li {
  list-style: revert;
}
.single-post .main_body-single ul {
  list-style: revert;
  padding: revert;
}
