@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700"); */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 0; }

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px; }

.filter .btn {
  padding: 6px 3px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Franklin Gothic Book';
  font-weight: 300;
  font-style: normal;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143; }

a:hover {
  text-decoration: none; }

b {
  font-weight: 600; }

strong {
  font-weight: 600; }

.pad5A {
  padding: 5px; }

.pad5TB {
  padding-top: 5px;
  padding-bottom: 5px; }

.pad15B {
  padding-bottom: 15px; }

.pad15R {
  padding-right: 15px; }

.top-section {
  background: #eaeaea;
  border-bottom: #eaeaea;
  display: block;
  padding: 10px; }
  .top-section .top-strip {
    display: flex;
    font-weight: bold; }
    .top-section .top-strip span {
      color: #999;
      font-size: 12px;
      padding-left: 15px; }
      .top-section .top-strip span i {
        color: #4ca4cc; }
      .top-section .top-strip span a {
        color: #999; }

.primary-navbar-section {
  background: #fff;
  border: 0;
  margin-bottom: 0px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.38);
  justify-content: space-between; }
  .primary-navbar-section .navbar-header .navbar-brand {
    padding: 0; }
  .primary-navbar-section #navbarSupportedContent {
    display: flex;
    align-items: baseline;
    justify-content: flex-end; }
    .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm {
      display: flex;
      align-items: baseline; }
      .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom {
        margin-bottom: 0;
        margin-right: 15px;
        min-width: 250px; }
        .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-feedback {
          padding-right: 0; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-feedback .input {
            display: flex;
            align-items: center;
            max-width: 250px;
            margin-right: 0; }
            .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-feedback .input input {
              min-width: 250px; }
        .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error {
          padding-right: 0; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .input {
            display: flex;
            align-items: center;
            max-width: 250px; }
            .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .input #UserPassword, .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .input #UserPassword {
              padding-right: 25px; }
            .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .input .fas.fa-times {
              color: #a94442;
              position: relative;
              right: 18px; }
            .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .input input {
              border: 1px solid #a94442;
              min-width: 250px; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .help-block {
            color: #a94442; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .form-control:focus {
            box-shadow: none;
            outline: 0;
            border: 1px solid #a94442; }
        .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success {
          padding-right: 0; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .input {
            display: flex;
            align-items: center;
            max-width: 250px; }
            .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .input #UserUsername, .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .input #UserPassword {
              padding-right: 25px; }
            .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .input .fas.fa-check {
              position: relative;
              right: 18px; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .help-block {
            color: #a94442; }
          .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .form-control:focus {
            box-shadow: none;
            outline: 0; }
      .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm button {
        background: #298bad;
        color: #fff;
        margin-right: 15px; }
      .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .checkbox .forgot-link {
        color: #999;
        white-space: nowrap; }
      .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm input, .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm button, .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .checkbox {
        font-size: 14px; }

.navbar-default .navbar-link.forgot-link {
  padding-left: 15px;
  color: #8b8a8a;
  white-space: nowrap; }

main {
  min-height: 500px;
  padding-top: 0;
  overflow: hidden; }

.error400 {
  background-color: #f3f3f3;
  display: inline-block;
  padding: 50px;
  width: auto;
  margin-top: 51px;
  min-width: 50%;
  border: 1px solid #eaeaea; }
  .error400 h1 {
    font-size: 100px;
    color: #337ab7; }
  .error400 h2 {
    font-size: 40px;
    color: #337ab7;
    margin-top: 0; }
  .error400 p {
    font-size: 20px; }

.home-banner-section {
  background-image: url(../images/blue_login_banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 470px;
  max-height: 100%;
  position: relative;
  display: flex;
  margin-left: 0;
  padding: 30px 80px;
  margin-bottom: 0;
  z-index: 1001; }
  .home-banner-section .banner-content {
    color: #fff;
    text-align: left;
    display: block;
    float: none;
    padding-top: 10%; }
    .home-banner-section .banner-content h1 {
      font-size: 54px;
      font-weight: 600;
      font-family: "Franklin Gothic Medium V2";
      letter-spacing: -1px;
      line-height: 1.2em;
      margin-bottom: 1rem; }
    .home-banner-section .banner-content .req_free_link .req_free_btn {
      background-color: #67BA69;
      border: 1px solid #549856;
      padding: 10px 15px;
      font-weight: 600;
      font-size: 14px;
      font-family: 'Franklin Gothic Medium V2'; }
    .home-banner-section .banner-content h3 {
      margin-top: 0;
      font-size: 28px;
      font-family: "Franklin Gothic Book";
      margin-bottom: 0; }
    .home-banner-section .banner-content > p {
      font-family: "Franklin Gothic Book";
      font-size: 22px;
      margin: 30px auto;
      width: 60%; }
    .home-banner-section .banner-content .donwload_app_section {
      margin-top: 10px;
      display: flex;
      align-items: baseline; }
    .home-banner-section .banner-content .login_page_list {
      max-width: 80%; }
      .home-banner-section .banner-content .login_page_list li {
        font-size: 16px;
        margin-bottom: -5px;
        font-weight: 400;
        font-family: "Franklin Gothic Book";
        margin-left: -25px; }
        .home-banner-section .banner-content .login_page_list li::marker {
          font-size: 30px; }
    .home-banner-section .banner-content .btn-section {
      margin-bottom: 3%;
      display: table;
      margin: auto; }
      .home-banner-section .banner-content .btn-section .request-free-btn {
        background: rgba(27, 152, 209, 0.6);
        color: #fff;
        border: 2px solid #419bc3 !important;
        margin: 0 10px;
        padding: 16px 24px !important;
        font-size: 18px; }
    .home-banner-section .banner-content .Alreadyuser {
      padding-top: 20px; }
    .home-banner-section .banner-content .btn {
      font-family: 'Franklin Gothic Book';
      font-size: 16px;
      padding: 15px 25px;
      color: #fff;
      margin: 0 5px; }
    .home-banner-section .banner-content button.btn-bg-none {
      border: 2px solid #fff;
      background: 0; }
      .home-banner-section .banner-content button.btn-bg-none:hover {
        background: 0;
        border: 2px solid #fff;
        color: #fff;
        outline: 0; }
      .home-banner-section .banner-content button.btn-bg-none:focus {
        background: 0;
        border: 2px solid #fff;
        color: #fff;
        outline: 0; }

.home-banner-section-sec {
  background-image: url(../images/top-banner2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 470px;
  max-height: 100%;
  position: relative;
  display: flex;
  padding: 30px;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 1001; }
  .home-banner-section-sec .banner-content {
    color: #fff;
    text-align: center;
    display: block;
    float: none;
    padding-top: 10%; }
    .home-banner-section-sec .banner-content h1 {
      font-size: 54px;
      font-weight: bold;
      font-family: "Franklin Gothic Book";
      letter-spacing: -1px;
      text-shadow: 2px 2px 6px #000;
      line-height: 1.1;
      margin-bottom: 1rem; }
    .home-banner-section-sec .banner-content h3 {
      margin-top: 0;
      font-size: 28px;
      font-family: "Franklin Gothic Book";
      text-shadow: 2px 3px 5px #000; }
    .home-banner-section-sec .banner-content > p {
      font-family: "Franklin Gothic Book";
      font-size: 18px;
      margin: 30px auto;
      width: 60%; }
    .home-banner-section-sec .banner-content .donwload_app_section {
      margin-top: 10px;
      display: flex; }
    .home-banner-section-sec .banner-content .btn-section {
      margin-bottom: 3%;
      display: table;
      margin: auto; }
      .home-banner-section-sec .banner-content .btn-section .request-free-btn {
        background: rgba(27, 152, 209, 0.6);
        color: #fff;
        border: 2px solid #419bc3 !important;
        margin: 0 10px;
        padding: 16px 24px !important;
        font-size: 18px; }
    .home-banner-section-sec .banner-content .Alreadyuser {
      padding-top: 20px; }
    .home-banner-section-sec .banner-content .btn {
      font-family: 'Franklin Gothic Book';
      font-size: 16px;
      padding: 15px 25px;
      color: #fff;
      margin: 0 5px; }
    .home-banner-section-sec .banner-content button.btn-bg-none {
      border: 2px solid #fff;
      background: 0; }
      .home-banner-section-sec .banner-content button.btn-bg-none:hover {
        background: 0;
        border: 2px solid #fff;
        color: #fff;
        outline: 0; }
      .home-banner-section-sec .banner-content button.btn-bg-none:focus {
        background: 0;
        border: 2px solid #fff;
        color: #fff;
        outline: 0; }

.video-section {
  position: relative;
  background-color: #fff;
  padding: 10% 15% 0%; }
  .video-section .div-right {
    z-index: 9;
    background-color: #EDF2F5;
    padding: 4% 5%;
    border-radius: 5px 0px 0px 5px;
    max-height: 70%;
    margin-left: -5px;
    height: 70%; }
    .video-section .div-right button.btn-bg-none {
      background: #3598BF;
      border: 1px solid #2B7C9C;
      color: #fff;
      font-size: 14px;
      font-family: 'Franklin Gothic Medium V2';
      padding: 10px 15px; }
      .video-section .div-right button.btn-bg-none:hover {
        background: #2B7C9C;
        border: 1px solid #2B7C9C;
        color: #fff;
        outline: 0; }
      .video-section .div-right button.btn-bg-none:focus {
        background: #2B7C9C;
        border: 1px solid #2B7C9C;
        color: #fff;
        outline: 0; }
      .video-section .div-right button.btn-bg-none:active {
        background: #2B7C9C;
        border: 1px solid #2B7C9C;
        color: #fff;
        outline: 0; }
    .video-section .div-right h2 {
      color: #0D3757;
      font-size: 32px;
      text-transform: capitalize;
      font-weight: bold;
      font-family: "Franklin Gothic Book"; }
    .video-section .div-right p {
      color: #415565;
      font-size: 16px;
      font-family: 'Franklin Gothic Book';
      padding-bottom: 10px;
      font-weight: 400;
      margin-bottom: 0; }
  .video-section img {
    width: 100%;
    border-radius: 10px; }
  .video-section .inner {
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
  .video-section .div-left.video-btn-div {
    position: relative;
    padding-left: 0;
    z-index: 10; }
    .video-section .div-left.video-btn-div button {
      top: 45%;
      position: absolute;
      right: 42%;
      width: 12%;
      height: 11%;
      cursor: pointer;
      background: no-repeat;
      border: 0; }

.revenu-mix-section {
  background-color: #EDF2F5;
  position: relative; }
  .revenu-mix-section .div-left .btn.banner-content .btn {
    font-family: 'Franklin Gothic Book';
    font-size: 16px;
    padding: 15px 25px;
    color: #fff;
    margin: 0 5px; }
  .revenu-mix-section .div-left .btn {
    font-family: 'Franklin Gothic Book';
    font-size: 14px;
    padding: 10px 15px;
    background: #3598BF;
    border: 1px solid #2B7C9C;
    color: #fff;
    font-weight: 500;
    margin: 0 5px;
    cursor: pointer; }
  .revenu-mix-section img {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 5%;
    max-width: 85%;
    z-index: 9; }
  .revenu-mix-section .inner {
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .revenu-mix-section .inner .div-left {
      padding-right: 8%;
      padding-top: 2%;
      padding-bottom: 2%; }
      .revenu-mix-section .inner .div-left h2 {
        color: #0D3757;
        font-weight: 700;
        font-size: 32px;
        font-family: "Franklin Gothic Book"; }
      .revenu-mix-section .inner .div-left p {
        font-size: 16px;
        font-family: 'Franklin Gothic Book';
        line-height: 25px;
        padding-top: 15px;
        margin-bottom: 5%;
        color: #415565;
        font-weight: 400; }

.covid-banner-bg .btn-bg-none:hover {
  background: 0;
  border: 2px solid #fff;
  color: #fff;
  outline: 0; }
.covid-banner-bg .btn-bg-none:focus {
  background: 0;
  border: 2px solid #fff;
  color: #fff;
  outline: 0; }
.covid-banner-bg .btn-bg-none:active {
  background: 0;
  border: 2px solid #fff;
  color: #fff;
  outline: 0; }

.btn-bg-none {
  background: 0; }

.year-on-year {
  padding: 3% 0 3% 0%;
  text-align: center;
  background-color: #F7F9FB; }
  .year-on-year .inner p {
    font-size: 13px;
    color: #415565;
    text-align: left;
    font-family: "Franklin Gothic Book";
    font-weight: 400;
    margin-bottom: 0px; }
    .year-on-year .inner p:first-child {
      font-size: 28px;
      margin-bottom: 2px;
      font-weight: bold;
      color: #0D3757;
      font-family: "Franklin Gothic Book";
      letter-spacing: -1px; }
  .year-on-year .year-on-year-title {
    margin: auto;
    margin-bottom: 25px;
    position: relative;
    color: #0D3757;
    font-weight: 700;
    font-family: "Franklin Gothic Book";
    font-size: 34px; }
    .year-on-year .year-on-year-title > span {
      background-color: #F7F9FB;
      z-index: 2;
      position: relative; }
      .year-on-year .year-on-year-title > span:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 15px;
        width: 100%;
        border: solid 3px #67BA69;
        border-color: #67BA69 transparent transparent transparent;
        border-radius: 50%; }
  .year-on-year .landscape-list {
    display: flex;
    justify-content: space-between; }

.mega-trends-section {
  background: #fff;
  padding: 5% 5% 2% 5%; }
  .mega-trends-section ul {
    display: flex;
    justify-content: space-evenly; }
    .mega-trends-section ul img {
      width: 70px;
      margin: auto;
      margin-bottom: 15px; }
  .mega-trends-section .inner h2 {
    color: #0D3757;
    font-size: 34px;
    font-family: "Franklin Gothic Book";
    font-weight: 700; }
  .mega-trends-section .inner h4 {
    margin: 0 auto;
    color: #415565;
    font-size: 16px;
    max-width: 60%;
    line-height: 25px;
    font-family: 'Franklin Gothic Book';
    padding-bottom: 40px; }
  .mega-trends-section .inner p {
    font-family: 'Franklin Gothic Book';
    color: #415565;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: capitalize; }

.portfolio_slider {
  margin: 0 auto;
  max-width: 90%;
  border: 0;
  background: 0;
  position: relative;
  flex: 1 1 0; }
  .portfolio_slider .inner {
    padding: 6px;
    display: inline-block !important;
    display: inline-block !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }
    .portfolio_slider .inner:hover {
      cursor: pointer;
      animation-name: bounce;
      -moz-animation-name: bounce; }
    .portfolio_slider .inner .img_text {
      background-color: #f7f9fb;
      padding: 5px;
      border-radius: 5px;
      max-width: 90px;
      margin: 0 auto; }
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
  .portfolio_slider img {
    width: 70px;
    height: auto;
    margin: auto;
    max-width: 70px; }
    .portfolio_slider img:hover {
      opacity: 0.9; }

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-top: -10px \9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  left: -25px;
  z-index: 9; }
  .slick-prev:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "";
    width: 46px;
    height: 46px;
    background: url("../images/landing-page/blue_left.png") no-repeat;
    background-size: 80%; }

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-top: -10px \9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  right: -40px; }
  .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "";
    width: 46px;
    height: 46px;
    background: url("../images/landing-page/blue_right.png") no-repeat;
    background-size: 80%; }

.industry-trend-seciton {
  background: #0D3757;
  padding: 2% 0 1% 0;
  color: #fff; }
  .industry-trend-seciton .slick-prev:before {
    background: url("../images/landing-page/blue_left.png") no-repeat;
    background-size: 80%; }
  .industry-trend-seciton .slick-next:before {
    background: url("../images/landing-page/blue_right.png") no-repeat;
    background-size: 80%; }
  .industry-trend-seciton ul {
    display: flex;
    justify-content: space-evenly; }
    .industry-trend-seciton ul img {
      width: 70px;
      margin: auto;
      margin-bottom: 15px; }
  .industry-trend-seciton .inner h2 {
    color: #fff;
    font-size: 34px;
    font-family: "Franklin Gothic Book";
    font-weight: 700; }
  .industry-trend-seciton .inner h4 {
    line-height: 20px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    max-width: 65%;
    font-family: 'Franklin Gothic Book';
    padding-bottom: 40px; }
  .industry-trend-seciton .inner p {
    font-family: 'Franklin Gothic Book';
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: capitalize; }

.slick-list {
  display: block !important; }

.slick-slider {
  display: block !important; }

.slick-track {
  display: table !important; }

.slick-initialized .slick-slide {
  display: inline-block !important; }

.customer-section {
  padding: 25px 0;
  width: 100%;
  max-width: 90%;
  margin: 0 auto; }
  .customer-section > img {
    width: 100%; }
  .customer-section .inner {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 40px 0; }
    .customer-section .inner .testimonial_left_div {
      text-align: left; }
      .customer-section .inner .testimonial_left_div > h2 {
        color: #0D3757;
        font-size: 32px;
        font-family: "Franklin Gothic Book";
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px; }
      .customer-section .inner .testimonial_left_div > p {
        color: #415565;
        font-size: 16px;
        font-family: 'Franklin Gothic Book';
        padding-bottom: 20px;
        margin-bottom: 0;
        max-width: 85%;
        font-weight: 400; }
      .customer-section .inner .testimonial_left_div .explore_snippets {
        font-family: 'Franklin Gothic Book';
        font-size: 14px;
        padding: 8px 15px;
        background: #3598BF;
        color: #fff;
        font-weight: 500; }
    .customer-section .inner .testimonial_right_div .customer_testimonial_new {
      background-color: #f7f9fb;
      padding: 15px;
      border-radius: 5px;
      min-height: 250px; }
      .customer-section .inner .testimonial_right_div .customer_testimonial_new .testimonial_desc {
        color: #415565;
        font-size: 14px;
        margin-bottom: 5px;
        text-align: left;
        font-weight: 400; }
      .customer-section .inner .testimonial_right_div .customer_testimonial_new .testimonial_info {
        position: absolute;
        bottom: 35px; }
        .customer-section .inner .testimonial_right_div .customer_testimonial_new .testimonial_info img {
          border-radius: 50px;
          width: 60px;
          padding-right: 5px; }
        .customer-section .inner .testimonial_right_div .customer_testimonial_new .testimonial_info h5 {
          text-align: left;
          font-size: 13px;
          color: #415565;
          font-family: 'Franklin Gothic Medium V2'; }
        .customer-section .inner .testimonial_right_div .customer_testimonial_new .testimonial_info p {
          text-align: initial;
          font-size: 12px;
          color: #415565;
          font-weight: 300;
          margin: 5px;
          word-break: break-word;
          max-width: 85%; }
  .customer-section .slider {
    width: 90%;
    margin: auto;
    padding-top: 15px; }
    .customer-section .slider .slick-list.draggable {
      width: 95%;
      margin: auto; }
    .customer-section .slider .customer-item .thumbnail {
      padding: 20px;
      background: 0;
      border: 0;
      position: relative;
      padding-bottom: 0; }
      .customer-section .slider .customer-item .thumbnail .thumbnail-inner {
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
        box-shadow: 10px 10px 6px -4px rgba(148, 124, 124, 0.06);
        border: 1px solid #f1f1f1; }
        .customer-section .slider .customer-item .thumbnail .thumbnail-inner img {
          width: auto;
          height: 55px;
          margin: auto;
          max-width: 100%; }
        .customer-section .slider .customer-item .thumbnail .thumbnail-inner p {
          padding: 15px;
          color: #585858;
          font-family: 'Franklin Gothic Book';
          padding-bottom: 0; }
      .customer-section .slider .customer-item .thumbnail .triangle-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid #fff;
        margin: 0 auto;
        z-index: 15;
        position: absolute;
        left: 46%;
        bottom: -13px; }
    .customer-section .slider .customer-item h4 {
      color: #16548a;
      display: block;
      font-size: 18px;
      margin: 0;
      padding-top: 15px;
      text-decoration: none;
      font-family: "Franklin Gothic Book"; }
    .customer-section .slider .customer-item h5 {
      color: #336;
      font-size: 14px;
      font-family: 'Franklin Gothic Book';
      margin: 5px; }
    .customer-section .slider .customer-item h6 {
      color: #a3b5bf;
      font-size: 12px;
      font-family: 'Franklin Gothic Book';
      margin: 0; }
    .customer-section .slider .slick-dots {
      position: absolute;
      bottom: -60px;
      display: block;
      width: 100%;
      padding: 0;
      list-style: none;
      text-align: center; }
      .customer-section .slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer; }
        .customer-section .slider .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 20px;
          height: 20px;
          padding: 5px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: 0;
          background: transparent; }
          .customer-section .slider .slick-dots li button::before {
            font-family: slick;
            font-size: 10px;
            line-height: 10px;
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            content: "•";
            text-align: center;
            opacity: .25;
            color: #f4f4f6;
            -webkit-font-smoothing: antialiased;
            border: 2px solid #333;
            border-radius: 50%;
            padding: 0; }
      .customer-section .slider .slick-dots li.slick-active button::before {
        color: #333;
        opacity: 1;
        background: #333; }

.request_Form {
  background: #4b92d8;
  width: 100%;
  float: left;
  padding: 50px 15px; }
  .request_Form h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Franklin Gothic Book"; }
  .request_Form p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Franklin Gothic Book';
    color: #fff; }
  .request_Form .formWrap {
    background: #fff;
    margin: 20px;
    padding: 50px 50px 0;
    width: 75%;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
    box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
    border-radius: 3px; }
    .request_Form .formWrap .form-control {
      border: 0;
      border-bottom: 1px solid #3b5568;
      box-shadow: none;
      border-radius: 0;
      font-family: 'Franklin Gothic Book';
      font-size: 20px;
      color: #333;
      padding-left: 0; }
    .request_Form .formWrap select.form-control {
      color: #999 !important; }
    .request_Form .formWrap select.form-control.selectedIndustry {
      color: #333 !important; }
    .request_Form .formWrap select {
      height: 34px !important;
      padding: 2px 12px 2px 0 !important;
      font-family: 'Franklin Gothic Book';
      border-radius: 0 !important; }
      .request_Form .formWrap select option {
        color: #333 !important; }
  .request_Form .form-group {
    margin-bottom: 40px; }
  .request_Form .has-name {
    margin-bottom: 10px;
    margin-bottom: 10px; }
  .request_Form .btn-info {
    color: #fff;
    margin: 0 10px;
    padding: 10px 18px !important;
    font-family: 'Franklin Gothic Book';
    font-size: 18px; }

.has-feedback .help-block {
  font-family: "Franklin Gothic Book";
  color: #a94442; }

.intl-tel-input {
  display: table-cell; }

.allow-dropdown {
  display: block !important; }

.form-group.has-feedback.has-success select {
  color: #333 !important; }

.form-group.has-feedback select > option {
  color: #333 !important; }

#defaultForm::-webkit-input-placeholder {
  color: #ccc !important; }
#defaultForm::-moz-placeholder {
  color: #ccc !important; }
#defaultForm:-ms-input-placeholder {
  color: #ccc !important; }
#defaultForm:-moz-placeholder {
  color: #ccc !important; }

#managePreferce label {
  font-family: "Franklin Gothic Book" !important;
  font-weight: normal !important;
  color: #a4a9ad !important;
  font-family: "Franklin Gothic Book" !important;
  font-weight: normal !important;
  color: #a4a9ad !important; }
#managePreferce ul {
  padding-left: 0 !important; }

#discussMode label {
  font-family: "Franklin Gothic Book" !important;
  font-weight: normal !important;
  color: #a4a9ad !important;
  font-family: "Franklin Gothic Book" !important;
  font-weight: normal !important;
  color: #a4a9ad !important; }
#discussMode ul {
  padding-left: 0 !important; }

footer {
  background-color: #0D3757;
  padding-bottom: 5px;
  padding-top: 30px;
  color: #fff;
  clear: inherit;
  float: inherit;
  display: inherit;
  z-index: 99; }
  footer .section-1 {
    color: #afafb1; }
    footer .section-1 .footer-list {
      list-style-type: none;
      display: table;
      padding: 0;
      margin: auto; }
    footer .section-1 ul.footer-list li {
      display: table-cell;
      width: 20%;
      padding: 25px 15px;
      min-height: 120px;
      text-align: center;
      vertical-align: baseline; }
      footer .section-1 ul.footer-list li:first-child {
        border-left: 0; }
      footer .section-1 ul.footer-list li .phone-icon {
        width: 30px;
        height: 30px;
        background: url(../images/landing-page/footer_icons/call.png);
        background-position: 0 -17px;
        background-repeat: no-repeat;
        display: inline-block; }
      footer .section-1 ul.footer-list li .mail-icon {
        width: 34px;
        height: 24px;
        background: url(../images/landing-page/sprite.png);
        background-position: -138px -287px;
        background-repeat: no-repeat;
        display: inline-block; }
      footer .section-1 ul.footer-list li h4 {
        font-size: 15px;
        font-family: 'Franklin Gothic Medium V2';
        color: #3598BF;
        text-align: left; }
      footer .section-1 ul.footer-list li .white {
        color: #fff !important; }
      footer .section-1 ul.footer-list li h5 {
        font-size: 13px;
        margin-bottom: 0px;
        color: #fff;
        margin-left: 5px;
        text-align: left; }
    footer .section-1 .section-1-item {
      display: flex;
      align-items: flex-start; }
      footer .section-1 .section-1-item a {
        color: #3598BF;
        font-size: 15px; }
  footer .section-2 {
    color: #fff;
    padding-top: 20px; }
    footer .section-2 h4 {
      font-size: 14px;
      font-family: 'Franklin Gothic Medium V2';
      color: #fff; }
    footer .section-2 .social-icon {
      padding-left: 0; }
    footer .section-2 .social-icons .s-icon {
      width: 30px;
      height: 30px;
      display: inline-block;
      background-repeat: no-repeat; }
    footer .section-2 .social-icons .linkedin-icon {
      background-image: url(../images/landing-page/footer_icons/linkedin.png?v=4);
      background-position: center;
      background-size: contain; }
    footer .section-2 .social-icons .facebook-icon {
      background-image: url(../images/landing-page/footer_icons/fb.png?v=4);
      background-position: center;
      background-size: contain; }
    footer .section-2 .social-icons .twitter-icon {
      background-image: url(../images/landing-page/footer_icons/twitter.png?v=4);
      background-position: center;
      background-size: contain; }
    footer .section-2 .social-icons .blogger-icon {
      background-image: url(../images/landing-page/sprite.png);
      background-position: center;
      background-size: contain; }
    footer .section-2 .social-icons li a {
      display: inline-block;
      height: 26px;
      width: 26px; }
    footer .section-2 .social-icons span:hover {
      opacity: 1; }
    footer .section-2 .cards-payment .c-icon {
      display: inline-block;
      background-repeat: no-repeat;
      width: 42px;
      height: 25px; }
    footer .section-2 .cards-payment .visa-icon {
      background-image: url(../images/landing-page/footer_icons/visa.png);
      background-position: center;
      background-size: contain; }
    footer .section-2 .cards-payment .mastercard-icon {
      background-image: url(../images/landing-page/footer_icons/master_card.png);
      background-position: center;
      background-size: contain; }
    footer .section-2 .cards-payment .american-icon {
      background-image: url(../images/landing-page/footer_icons/american_express.png);
      background-position: center;
      background-size: contain; }
    footer .section-2 .cards-payment .paypal-icon {
      background-image: url(../images/landing-page/footer_icons/paypal.png);
      background-position: center;
      background-size: contain; }
  footer .footer-menu {
    font-size: 12px;
    font-family: 'Franklin Gothic Book';
    font-weight: 500;
    color: #fff; }
    footer .footer-menu ul.custom-list {
      margin-bottom: 5px; }
      footer .footer-menu ul.custom-list li:nth-child(2) {
        border-left: 1px solid #828488;
        border-right: 1px solid #828488;
        margin: 0 5px;
        padding-left: 5px; }
      footer .footer-menu ul.custom-list li:nth-child(3) {
        border-right: 1px solid #828488;
        margin: 0 5px; }
      footer .footer-menu ul.custom-list li a {
        color: #fff;
        font-size: 14px; }
    footer .footer-menu p {
      font-size: 12px; }

.alert-dismissible {
  margin-bottom: 0;
  font-family: "Franklin Gothic Book";
  font-weight: normal;
  border-radius: 0; }

.HelvRoman {
  font-family: "Franklin Gothic Book"; }

.reqBtnFlo .btn-default {
  background: #4ca4cc;
  color: #fff;
  border: 2px solid #469ec5 !important;
  margin: 0 10px;
  padding: 15px 24px !important;
  font-family: 'Franklin Gothic Book';
  font-size: 18px;
  box-shadow: 1px 10px 16px #000 42; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: auto;
  margin: auto; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle; }

.videokspopup {
  background: url(../img/home/video.png) #000507;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }

.middle-section-home {
  padding-top: 0;
  height: 90%; }
  .middle-section-home .center-page-div {
    display: table;
    margin: auto;
    height: 100%;
    width: 100%; }
    .middle-section-home .center-page-div .adminMainWrap {
      display: table-cell;
      float: none;
      vertical-align: middle;
      width: 100%; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap .alert {
        margin-bottom: 15px;
        border-radius: 5px; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap .form-group .input input {
        height: 40px;
        text-align: center;
        padding: 5px; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap .form-group .help-block {
        text-align: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap .mnm-logo {
        width: 60%;
        margin: auto; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap .grayCol {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        position: relative; }
        .middle-section-home .center-page-div .adminMainWrap .formWrap .grayCol button {
          margin-left: 15px; }
        .middle-section-home .center-page-div .adminMainWrap .formWrap .grayCol form {
          margin-bottom: 0; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap .btn-sky-blue {
        background-color: #3ba5c6;
        position: relative;
        color: #fff; }
        .middle-section-home .center-page-div .adminMainWrap .formWrap .btn-sky-blue:hover {
          color: #fff; }
  .middle-section-home .fv-form-bootstrap {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 0; }
  .middle-section-home .reset-link-btn-group a.w-50 {
    width: 50%; }
    .middle-section-home .reset-link-btn-group a.w-50 + form {
      width: 50%; }
  .middle-section-home .has-feedback.has-error .help-block {
    color: red; }
  .middle-section-home.bg-gradient {
    background-image: linear-gradient(to right, #575687, #cb5050);
    height: 100%; }
  .middle-section-home.forgot-password-page, .middle-section-home.resend-link-page, .middle-section-home.reset-password-page, .middle-section-home.otp-validation-page {
    padding-top: 50px; }
    .middle-section-home.forgot-password-page .formWrap, .middle-section-home.resend-link-page .formWrap, .middle-section-home.reset-password-page .formWrap, .middle-section-home.otp-validation-page .formWrap {
      width: 60% !important;
      margin: auto !important; }
      .middle-section-home.forgot-password-page .formWrap .editWrap, .middle-section-home.resend-link-page .formWrap .editWrap, .middle-section-home.reset-password-page .formWrap .editWrap, .middle-section-home.otp-validation-page .formWrap .editWrap {
        background-color: #fff;
        padding: 30px 15%;
        margin: 0 !important; }
        .middle-section-home.forgot-password-page .formWrap .editWrap h4, .middle-section-home.resend-link-page .formWrap .editWrap h4, .middle-section-home.reset-password-page .formWrap .editWrap h4, .middle-section-home.otp-validation-page .formWrap .editWrap h4 {
          color: #404040;
          font-family: 'Franklin Gothic Medium V2';
          font-size: 24px; }
        .middle-section-home.forgot-password-page .formWrap .editWrap h5, .middle-section-home.resend-link-page .formWrap .editWrap h5, .middle-section-home.reset-password-page .formWrap .editWrap h5, .middle-section-home.otp-validation-page .formWrap .editWrap h5 {
          color: #404040;
          margin-bottom: 20px;
          font-size: 18px; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .input.text, .middle-section-home.resend-link-page .formWrap .editWrap .input.text, .middle-section-home.reset-password-page .formWrap .editWrap .input.text, .middle-section-home.otp-validation-page .formWrap .editWrap .input.text {
          margin-bottom: 5px; }
        .middle-section-home.forgot-password-page .formWrap .editWrap #UploadEmail, .middle-section-home.forgot-password-page .formWrap .editWrap #UserPassword, .middle-section-home.forgot-password-page .formWrap .editWrap #password_confirmation, .middle-section-home.resend-link-page .formWrap .editWrap #UploadEmail, .middle-section-home.resend-link-page .formWrap .editWrap #UserPassword, .middle-section-home.resend-link-page .formWrap .editWrap #password_confirmation, .middle-section-home.reset-password-page .formWrap .editWrap #UploadEmail, .middle-section-home.reset-password-page .formWrap .editWrap #UserPassword, .middle-section-home.reset-password-page .formWrap .editWrap #password_confirmation, .middle-section-home.otp-validation-page .formWrap .editWrap #UploadEmail, .middle-section-home.otp-validation-page .formWrap .editWrap #UserPassword, .middle-section-home.otp-validation-page .formWrap .editWrap #password_confirmation {
          border: 1px solid #404040;
          color: #404040;
          min-height: 50px;
          text-align: left;
          padding: 15px;
          background: #f6f6f6;
          font-size: 16px;
          font-weight: 400; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .btn-send-request, .middle-section-home.resend-link-page .formWrap .editWrap .btn-send-request, .middle-section-home.reset-password-page .formWrap .editWrap .btn-send-request, .middle-section-home.otp-validation-page .formWrap .editWrap .btn-send-request {
          max-width: 60%;
          margin: auto;
          margin-top: 25px; }
          .middle-section-home.forgot-password-page .formWrap .editWrap .btn-send-request button, .middle-section-home.forgot-password-page .formWrap .editWrap .btn-send-request .btn-send, .middle-section-home.resend-link-page .formWrap .editWrap .btn-send-request button, .middle-section-home.resend-link-page .formWrap .editWrap .btn-send-request .btn-send, .middle-section-home.reset-password-page .formWrap .editWrap .btn-send-request button, .middle-section-home.reset-password-page .formWrap .editWrap .btn-send-request .btn-send, .middle-section-home.otp-validation-page .formWrap .editWrap .btn-send-request button, .middle-section-home.otp-validation-page .formWrap .editWrap .btn-send-request .btn-send {
            font-size: 16px;
            padding: 15px 20px; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .back-to-login, .middle-section-home.forgot-password-page .formWrap .editWrap .resend-one-time, .middle-section-home.resend-link-page .formWrap .editWrap .back-to-login, .middle-section-home.resend-link-page .formWrap .editWrap .resend-one-time, .middle-section-home.reset-password-page .formWrap .editWrap .back-to-login, .middle-section-home.reset-password-page .formWrap .editWrap .resend-one-time, .middle-section-home.otp-validation-page .formWrap .editWrap .back-to-login, .middle-section-home.otp-validation-page .formWrap .editWrap .resend-one-time {
          font-weight: 600;
          font-family: 'Franklin Gothic Medium V2';
          font-size: 16px;
          color: #404040;
          padding: 15px;
          display: block; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .back-to-login, .middle-section-home.resend-link-page .formWrap .editWrap .back-to-login, .middle-section-home.reset-password-page .formWrap .editWrap .back-to-login, .middle-section-home.otp-validation-page .formWrap .editWrap .back-to-login {
          cursor: pointer; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .mail-text-link, .middle-section-home.forgot-password-page .formWrap .editWrap .par-content, .middle-section-home.resend-link-page .formWrap .editWrap .mail-text-link, .middle-section-home.resend-link-page .formWrap .editWrap .par-content, .middle-section-home.reset-password-page .formWrap .editWrap .mail-text-link, .middle-section-home.reset-password-page .formWrap .editWrap .par-content, .middle-section-home.otp-validation-page .formWrap .editWrap .mail-text-link, .middle-section-home.otp-validation-page .formWrap .editWrap .par-content {
          font-size: 16px;
          display: block; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .par-content-list, .middle-section-home.resend-link-page .formWrap .editWrap .par-content-list, .middle-section-home.reset-password-page .formWrap .editWrap .par-content-list, .middle-section-home.otp-validation-page .formWrap .editWrap .par-content-list {
          font-size: 16px;
          color: #404040;
          padding: 0 15px; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .font-text-16, .middle-section-home.resend-link-page .formWrap .editWrap .font-text-16, .middle-section-home.reset-password-page .formWrap .editWrap .font-text-16, .middle-section-home.otp-validation-page .formWrap .editWrap .font-text-16 {
          font-size: 16px; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .otp-input, .middle-section-home.resend-link-page .formWrap .editWrap .otp-input, .middle-section-home.reset-password-page .formWrap .editWrap .otp-input, .middle-section-home.otp-validation-page .formWrap .editWrap .otp-input {
          padding-bottom: 10px;
          margin-top: 10px; }
          .middle-section-home.forgot-password-page .formWrap .editWrap .otp-input .form-group, .middle-section-home.resend-link-page .formWrap .editWrap .otp-input .form-group, .middle-section-home.reset-password-page .formWrap .editWrap .otp-input .form-group, .middle-section-home.otp-validation-page .formWrap .editWrap .otp-input .form-group {
            margin-bottom: 0; }
            .middle-section-home.forgot-password-page .formWrap .editWrap .otp-input .form-group :focus, .middle-section-home.resend-link-page .formWrap .editWrap .otp-input .form-group :focus, .middle-section-home.reset-password-page .formWrap .editWrap .otp-input .form-group :focus, .middle-section-home.otp-validation-page .formWrap .editWrap .otp-input .form-group :focus {
              box-shadow: none;
              background-color: red !important;
              background: red !important; }
        .middle-section-home.forgot-password-page .formWrap .editWrap ::placeholder, .middle-section-home.resend-link-page .formWrap .editWrap ::placeholder, .middle-section-home.reset-password-page .formWrap .editWrap ::placeholder, .middle-section-home.otp-validation-page .formWrap .editWrap ::placeholder {
          color: #404040;
          letter-spacing: 0;
          font-size: 18px; }
      .middle-section-home.forgot-password-page .formWrap #UserOtpverified, .middle-section-home.resend-link-page .formWrap #UserOtpverified, .middle-section-home.reset-password-page .formWrap #UserOtpverified, .middle-section-home.otp-validation-page .formWrap #UserOtpverified {
        background-color: transparent;
        background: transparent;
        letter-spacing: 20px;
        text-align: center;
        background-color: -internal-light-dark(#e8f0fe, rgba(70, 90, 126, 0.4)) !important;
        background: #fff !important;
        font-size: 30px; }
      .middle-section-home.forgot-password-page .formWrap .dash-spaccing, .middle-section-home.resend-link-page .formWrap .dash-spaccing, .middle-section-home.reset-password-page .formWrap .dash-spaccing, .middle-section-home.otp-validation-page .formWrap .dash-spaccing {
        letter-spacing: 60px;
        height: 0;
        color: #298BAD;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -12%; }
        .middle-section-home.forgot-password-page .formWrap .dash-spaccing span.dash-text, .middle-section-home.resend-link-page .formWrap .dash-spaccing span.dash-text, .middle-section-home.reset-password-page .formWrap .dash-spaccing span.dash-text, .middle-section-home.otp-validation-page .formWrap .dash-spaccing span.dash-text {
          display: inline-block;
          color: transparent;
          border-bottom: 2px solid #298BAD;
          margin: 10px; }
          .middle-section-home.forgot-password-page .formWrap .dash-spaccing span.dash-text .dash-no, .middle-section-home.resend-link-page .formWrap .dash-spaccing span.dash-text .dash-no, .middle-section-home.reset-password-page .formWrap .dash-spaccing span.dash-text .dash-no, .middle-section-home.otp-validation-page .formWrap .dash-spaccing span.dash-text .dash-no {
            visibility: hidden; }
      .middle-section-home.forgot-password-page .formWrap .border-right, .middle-section-home.resend-link-page .formWrap .border-right, .middle-section-home.reset-password-page .formWrap .border-right, .middle-section-home.otp-validation-page .formWrap .border-right {
        border-right: 1px solid #fcfcfc; }
      .middle-section-home.forgot-password-page .formWrap .app_code_wrapper, .middle-section-home.resend-link-page .formWrap .app_code_wrapper, .middle-section-home.reset-password-page .formWrap .app_code_wrapper, .middle-section-home.otp-validation-page .formWrap .app_code_wrapper {
        padding: 30px 5%; }
    .middle-section-home.forgot-password-page .appcode_img_block .img_subblock, .middle-section-home.resend-link-page .appcode_img_block .img_subblock, .middle-section-home.reset-password-page .appcode_img_block .img_subblock, .middle-section-home.otp-validation-page .appcode_img_block .img_subblock {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: table;
      align-items: center;
      justify-content: normal; }
      .middle-section-home.forgot-password-page .appcode_img_block .img_subblock img, .middle-section-home.resend-link-page .appcode_img_block .img_subblock img, .middle-section-home.reset-password-page .appcode_img_block .img_subblock img, .middle-section-home.otp-validation-page .appcode_img_block .img_subblock img {
        max-width: 100%;
        height: auto; }
    .middle-section-home.forgot-password-page .appcode_img_block .forgot_password_new, .middle-section-home.resend-link-page .appcode_img_block .forgot_password_new, .middle-section-home.reset-password-page .appcode_img_block .forgot_password_new, .middle-section-home.otp-validation-page .appcode_img_block .forgot_password_new {
      text-align: center; }
      .middle-section-home.forgot-password-page .appcode_img_block .forgot_password_new a, .middle-section-home.resend-link-page .appcode_img_block .forgot_password_new a, .middle-section-home.reset-password-page .appcode_img_block .forgot_password_new a, .middle-section-home.otp-validation-page .appcode_img_block .forgot_password_new a {
        color: #3a91c2;
        font-size: 12px;
        padding-left: 0px;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer; }
    .middle-section-home.forgot-password-page .appcode_img_block .custom_popover_login, .middle-section-home.resend-link-page .appcode_img_block .custom_popover_login, .middle-section-home.reset-password-page .appcode_img_block .custom_popover_login, .middle-section-home.otp-validation-page .appcode_img_block .custom_popover_login {
      color: #404040; }
    .middle-section-home.forgot-password-page .appcode_img_block #custom_popover_login .fade:not(.show), .middle-section-home.resend-link-page .appcode_img_block #custom_popover_login .fade:not(.show), .middle-section-home.reset-password-page .appcode_img_block #custom_popover_login .fade:not(.show), .middle-section-home.otp-validation-page .appcode_img_block #custom_popover_login .fade:not(.show) {
      opacity: 1;
      color: #404040; }
    .middle-section-home.forgot-password-page .appcode_img_block #custom_popover_login .popover-content:after, .middle-section-home.resend-link-page .appcode_img_block #custom_popover_login .popover-content:after, .middle-section-home.reset-password-page .appcode_img_block #custom_popover_login .popover-content:after, .middle-section-home.otp-validation-page .appcode_img_block #custom_popover_login .popover-content:after {
      content: " ";
      position: absolute;
      right: -15px;
      top: 45%;
      border-top: 15px solid transparent;
      border-right: none;
      border-left: 15px solid #298bad;
      border-bottom: 15px solid transparent; }
    .middle-section-home.forgot-password-page .appcode_img_block #custom_popover_login .popover-content ul, .middle-section-home.resend-link-page .appcode_img_block #custom_popover_login .popover-content ul, .middle-section-home.reset-password-page .appcode_img_block #custom_popover_login .popover-content ul, .middle-section-home.otp-validation-page .appcode_img_block #custom_popover_login .popover-content ul {
      margin-left: -15px;
      margin-top: 1rem; }

.cookies-alert {
  background: #000;
  color: #fff;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  left: 0;
  border-radius: 0;
  padding: 5px 15px;
  opacity: 1;
  display: flex;
  justify-content: space-between; }
  .cookies-alert .set-cookies {
    margin-left: 15px; }
  .cookies-alert button {
    color: #fff;
    opacity: 1; }
  .cookies-alert a {
    text-decoration: underline;
    color: #fff; }

.covid-banner-row {
  display: none; }
  .covid-banner-row .covid-banner-bg {
    background-image: url(../images/landing-page/covid-banner-19.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: #fff;
    padding: 20px 50px; }
    .covid-banner-row .covid-banner-bg h3 {
      margin: 0;
      padding: 0;
      padding-bottom: 6px; }
    .covid-banner-row .covid-banner-bg h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 6px;
      border-bottom: 1px solid #fff;
      padding-bottom: 15px;
      display: inline-block; }
    .covid-banner-row .covid-banner-bg h4 {
      margin: 0;
      padding: 0;
      padding-bottom: 6px; }
    .covid-banner-row .covid-banner-bg .para-text {
      margin: 15px 0; }
    .covid-banner-row .covid-banner-bg a.btn {
      font-family: "Franklin Gothic Book";
      font-size: 20px;
      padding: 15px 25px;
      color: #fff;
      margin: 0 5px;
      border: 2px solid #fff; }

.carousel-row .carousel-inner .item {
  width: 100%; }
  .carousel-row .carousel-inner .item img {
    min-width: fit-content;
    width: 100%;
    max-width: 100%; }
.carousel-row .carousel-inner .banner-content {
  top: 5%;
  left: 10%;
  right: 10%; }
  .carousel-row .carousel-inner .banner-content p {
    width: 85%;
    text-shadow: 3px 3px 20px #000; }
.carousel-row .carousel-indicators {
  bottom: 0;
  top: 85%; }
.carousel-row .carousel-control {
  width: 10%;
  background: 0;
  height: 85%; }
.carousel-row .banner-content .btn-section .btn {
  border: 2px solid #fff; }
  .carousel-row .banner-content .btn-section .btn:hover {
    background: 0;
    background: 0;
    color: #fff;
    color: #fff; }
  .carousel-row .banner-content .btn-section .btn:focus {
    background: 0;
    color: #fff; }
.carousel-row .covid-banner-content {
  text-align: left; }
  .carousel-row .covid-banner-content p {
    padding-left: 0;
    width: 100% !important; }
  .carousel-row .covid-banner-content .btn-section {
    margin: 0; }

.form_Banner {
  margin: 10px;
  background-color: rgba(98, 99, 98, 0.671);
  border: 1px solid #fff;
  display: block;
  padding: 15px; }
  .form_Banner h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium V2';
    margin: 0 0 10px; }
  .form_Banner .form-group {
    margin-bottom: 5px; }
  .form_Banner .form-control {
    font-size: 13px; }
  .form_Banner .required-field-block input {
    background: url(https://www.marketsandmarkets.com/images/corner-input.png) right 6% no-repeat #fff !important; }
  .form_Banner .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 15px;
    border: 0; }
  .form_Banner .has-feedback.has-error .input.text {
    display: flex; }
  .form_Banner .has-feedback.has-error .help-block {
    color: red;
    padding-left: 15px;
    font-size: 13px; }
  .form_Banner .has-feedback.has-error .fas.fa-times {
    display: none !important; }
  .form_Banner .has-feedback.has-success .fas.fa-check {
    display: none !important; }
  .form_Banner .send-request-group .send-btn {
    background: #298bad;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium V2'; }

.kspagePopup .modal {
  top: 8%; }
  .kspagePopup .modal .modal-content {
    background-color: #333;
    background-color: transparent;
    box-shadow: none;
    border: 0; }
    .kspagePopup .modal .modal-content .modal-header {
      border: 0;
      padding: 0; }
      .kspagePopup .modal .modal-content .modal-header .close {
        z-index: 2;
        position: absolute;
        right: 0;
        margin: 15px -17px -50px 0;
        padding: 5px 10px;
        background-color: rgba(14, 14, 14, 0.1);
        color: #fff;
        opacity: 10;
        text-shadow: none;
        border-radius: 0; }
    .kspagePopup .modal .modal-content .modal-body {
      padding: 0;
      margin: 15px; }
      .kspagePopup .modal .modal-content .modal-body .videokspopup {
        background: url(../images/video/video.png) #000507;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center; }

.hidden {
  display: none; }

@media (width: 1920px) {
  .form_top {
    top: 10% !important; }

  .upgrade_banner_class {
    top: 18% !important; } }
@media (width: 1280px) {
  .form_top {
    top: 15% !important; }

  .upgrade_banner_class {
    top: 26% !important; } }
@media (width: 1440px) {
  .form_top {
    top: 15% !important; }

  .upgrade_banner_class {
    top: 20% !important; } }
@media (width: 1680px) {
  .form_top {
    top: 13% !important; }

  .upgrade_banner_class {
    top: 18% !important; } }
.mega-trends-section .portfolio_slider .slick-list .slick-track .slick-slide {
  max-width: 155px; }

.industry-trend-seciton .portfolio_slider .slick-list .slick-track {
  display: flex !important;
  justify-content: center; }

.customer-section .slick-track {
  min-width: max-content; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-section .div-right {
    padding-top: 65px;
    padding-right: 25px; }
    .video-section .div-right h2 {
      font-size: 30px; }
    .video-section .div-right p {
      font-size: 22px;
      padding-bottom: 20px;
      line-height: 25px; }
    .video-section .div-right .btn {
      padding: 10px 15px; }

  .mega-trends-section .inner h2 {
    font-size: 30px; }
  .mega-trends-section .inner h4 {
    font-size: 22px; }

  .revenu-mix-section .inner .div-left {
    padding-left: 40px;
    padding-top: 70px;
    padding-right: 15px; }
    .revenu-mix-section .inner .div-left h2 {
      font-size: 23px; }
    .revenu-mix-section .inner .div-left p {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 15px; }
    .revenu-mix-section .inner .div-left .btn {
      padding: 10px 15px; }

  .request_Form {
    padding: 15px; }
    .request_Form .formWrap {
      width: 95%; }
      .request_Form .formWrap #phoneDiv {
        width: 50%; }

  footer .section-1 .footer-list li {
    width: 50% !important;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 75px !important; }
    footer .section-1 .footer-list li .section-1-item {
      justify-content: center;
      align-items: center; }
  footer .section-1 .footer-list li:first-child {
    width: 100% !important;
    padding-top: 15px !important; }
  footer .social-icons {
    text-align: center; }

  .cookies-alert {
    display: flex;
    justify-content: space-between; }

  .landscape-section .landscape-list {
    display: block; }
    .landscape-section .landscape-list .list-items {
      min-width: 33%;
      max-width: 33%;
      float: left; } }
@media (max-width: 767px) {
  html {
    overflow-x: hidden; }

  body {
    font-size: 22px; }

    /*forgot password*/
    .custom_row_forgotpassword{
      display: block !important;
    }
    .custom_row_forgotpassword .exp_left_block .experinece_img_block .mob_image img{
      min-width: 200px !important;
      max-width: 200px !important;
    }
    .forgot-password-page{
      display: block !important;
      overflow-y: scroll;
    }
    .custom_row_forgotpassword .exp_left_block .experinece_img_block{
      display: block !important;
    }
    .custom_row_forgotpassword .editWrap{
      min-width: auto !important;
    }
    .custom_row_forgotpassword .exp_left_block{
      margin-right: 0px !important;
    }
    .custom_row_forgotpassword .exp_left_block .experinece_img_block{
      text-align: center;
    }
    .custom_row_forgotpassword .exp_left_block .exprience_text_block .arrow_image img{
      margin: 0 auto;
    }
    .custom_row_forgotpassword .exp_left_block .login_exp_block p{
      max-width: 100% !important;
    }
    .custom_row_forgotpassword .login_subblock .div_one{
      border-right: 0px !important;
    }
    .custom_row_forgotpassword .login_subblock .div_one .download_app{
      padding-bottom: 10px;
    }
    .custom_row_forgotpassword .login_subblock .div_two .first_login{
      padding-top: 10px;
    }
    .custom_row_forgotpassword .login_subblock .div_three{
      border-right: 0px !important;
    }
    .custom_row_forgotpassword .login_subblock .div_four{
      border-top: 1.5px solid #cbbac2;
    }
    .custom_row_forgotpassword .login_subblock .div_two .first_login{
      margin-left: 0px !important;
    }
    .custom_row_forgotpassword .login_subblock .div_four .login_appcode{
      margin-left: 0px !important;
    }
    .middle-section-home.forgot-password-page .formWrap .editWrap{
      margin-top: 40px !important;
      margin-bottom: 40px !important;
    }
    /*forgot password*/

  .top_slider .home-banner {
    order: 2; }
    .top_slider .home-banner .banner-content {
      padding-top: 0%; }
  .top_slider .home_login {
    order: 1; }

  .upgrade_banner {
    line-height: 0; }

  /*code for KS-5358*/
  .top_download_section .top_app_download .top-strip {
    float: none !important; }

  .top_download_section .top_app_download .top-strip span {
    font-size: 12px !important; }

  .top_slider .new_login_block {
    padding: 5% !important; }

  .revenu-mix-section img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%; }

  .year-on-year .year-on-year-title {
    font-size: 25px; }

  .customer-section .inner .testimonial_left_div {
    margin-bottom: 20px; }

  .dismiss_box {
    text-align: center; }

  .top_download_section .top_app_download .dismiss_box p a {
    margin-top: 10px;
    display: inline-table !important; }

  .already_sign_in {
    font-size: 12px; }

  .customer-section .inner .testimonial_left_div > h2 {
    font-size: 25px; }

  .top_download_section .top_app_download {
    display: block !important; }

  .customer-section .inner .testimonial_right_div .customer_testimonial_new {
    min-height: 250px; }

  .top_download_section .top_app_download .dismiss_box p {
    font-size: 14px;
    display: block !important; }

  .top_slider .new_login_block {
    margin-top: 0 !important; }

  .top_slider .new_login_block
  .kspagePopup .modal .modal-content .modal-header .close {
    margin: -15px 15px -50px 0; }

  .pinkbakgroud p {
    font-size: 16px; }

  .graybakgroud p {
    font-size: 16px; }

  .form_top {
    position: relative !important;
    max-width: 100% !important; }
    .form_top .request-free-trial {
      margin-top: 20px; }

  .home-banner-section {
    min-height: 850px; }
    .home-banner-section .banner-content h1 {
      font-size: 40px !important; }
      .home-banner-section .banner-content h1 br {
        display: none; }
    .home-banner-section .banner-content .donwload_app_section {
      display: block !important; }
      .home-banner-section .banner-content .donwload_app_section img {
        margin-bottom: 20px; }

  .home-banner-section-sec {
    min-height: 1040px; }
    .home-banner-section-sec .banner-content .btn-section {
      padding-bottom: 96px; }

  .carousel-row .carousel-indicators {
    display: none; }
  .carousel-row .carousel-inner .item {
    padding: 20px; }
  .carousel-row .carousel-inner img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100% !important;
    min-width: fit-content; }
  .carousel-row .carousel-inner .banner-content {
    position: relative;
    left: 0;
    right: 0;
    padding: 20px; }
    .carousel-row .carousel-inner .banner-content h1 {
      font-size: 40px; }
    .carousel-row .carousel-inner .banner-content h2 {
      font-size: 30px; }
    .carousel-row .carousel-inner .banner-content h3 {
      font-size: 25px; }
    .carousel-row .carousel-inner .banner-content .btn-section .btn {
      font-size: 22px; }

  .banner-content h1, .video-section .div-right h2, .mega-trends-section .inner h2, .revenu-mix-section .inner .div-left h2, .industry-trend-seciton .inner h2, .customer-section .inner > h2, .request_Form h2 {
    font-size: 25px; }

  .primary-navbar-section {
    position: relative;
    min-height: auto;
    padding: 15px 20px; }

  main {
    min-height: auto;
    padding-top: 0; }

  .landscape-section {
    padding: 10% 0; }
    .landscape-section .inner p {
      font-size: 20px; }

  .year-on-year .inner p:first-child {
    font-size: 24px; }
  .year-on-year .landscape-list {
    display: block; }
    .year-on-year .landscape-list .col.list-items {
      width: 50%;
      float: left;
      min-height: 108px; }

  .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-success .input .fas.fa-check {
    font-size: 14px; }

  .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .input .fas.fa-times {
    font-size: 14px; }

  .primary-navbar-section #navbarSupportedContent #SubscriberIndexForm .form-group-custom.has-error .help-block {
    font-size: 12px; }

  .video-section {
    position: relative;
    padding: 10% 15% 15%; }
    .video-section img {
      display: block; }
    .video-section .inner {
      position: relative; }
      .video-section .inner .video-btn-div {
        display: block; }
      .video-section .inner .div-right {
        padding: 15px 15px 35px;
        border-radius: 5px;
        margin-bottom: 30px; }
        .video-section .inner .div-right p {
          padding-bottom: 29px;
          font-size: 14px; }
        .video-section .inner .div-right button {
          font-size: 22px; }

  .mega-trends-section, .industry-trend-seciton {
    padding: 5% 10px; }
    .mega-trends-section .inner h4, .industry-trend-seciton .inner h4 {
      font-size: 14px;
      padding-bottom: 15px;
      max-width: 100%; }
    .mega-trends-section .portfolio_slider, .industry-trend-seciton .portfolio_slider {
      max-width: 100%; }
      .mega-trends-section .portfolio_slider .slick-prev, .industry-trend-seciton .portfolio_slider .slick-prev {
        left: 0; }
      .mega-trends-section .portfolio_slider .slick-next, .industry-trend-seciton .portfolio_slider .slick-next {
        right: -10px; }
    .mega-trends-section .slick-track, .industry-trend-seciton .slick-track {
      display: flex !important;
      flex-wrap: nowrap; }

  .revenu-mix-section {
    position: relative;
    padding: 5%; }
    .revenu-mix-section > img {
      display: none; }
    .revenu-mix-section .inner {
      position: relative; }
      .revenu-mix-section .inner .div-left {
        padding: 15px 15px 35px 35px; }
        .revenu-mix-section .inner .div-left p {
          font-size: 14px;
          line-height: 22px; }
        .revenu-mix-section .inner .div-left a.btn {
          font-size: 22px; }

  .customer-section {
    max-height: fit-content;
    padding: 30px 15px 0 !important; }
    .customer-section .slick-dots {
      display: none !important; }
    .customer-section .slick-track {
      display: flex !important;
      flex-wrap: nowrap; }
    .customer-section .inner {
      padding: 0 0 20px 0; }
      .customer-section .inner .slider {
        width: 100%;
        padding-top: 0; }
        .customer-section .inner .slider .slick-list.draggable {
          width: 100%; }
          .customer-section .inner .slider .slick-list.draggable .thumbnail .thumbnail-inner {
            height: fit-content !important;
            padding: 0; }
          .customer-section .inner .slider .slick-list.draggable .thumbnail h4, .customer-section .inner .slider .slick-list.draggable .thumbnail h5, .customer-section .inner .slider .slick-list.draggable .thumbnail h6 {
            font-size: inherit; }
        .customer-section .inner .slider .slick-prev {
          left: 0;
          z-index: 10; }
        .customer-section .inner .slider .slick-next {
          right: -10px;
          z-index: 10; }

  .request_Form {
    background: #4b92d8;
    width: 100%;
    float: left;
    padding: 50px 15px; }
    .request_Form .formWrap {
      padding: 30px 20px 20px;
      width: 100%; }
      .request_Form .formWrap .form-group {
        margin-bottom: 10px; }
        .request_Form .formWrap .form-group .form-control {
          font-size: inherit;
          margin-bottom: 10px; }
        .request_Form .formWrap .form-group .select {
          color: #333; }

  .request_link .mail-text-link {
    white-space: normal;
    word-break: break-all;
    display: block; }
  .request_link .editWrap.reset-link {
    padding: 15px 0 !important; }
    .request_link .editWrap.reset-link .img-responsive.mnm-logo {
      display: none; }
    .request_link .editWrap.reset-link button {
      max-width: 100%; }

  .reset_password {
    margin-top: 15px !important; }
    .reset_password .adminMainWrap {
      margin-top: 20px; }
    .reset_password .editWrap.resetPassword {
      width: 100%;
      padding: 0 0 15px !important; }
      .reset_password .editWrap.resetPassword .img-responsive.mnm-logo {
        display: none; }

  footer > .col-12 {
    padding: 0; }
  footer .section-1 {
    color: #afafb1;
    border-bottom: 1px solid #212327; }
    footer .section-1 ul.footer-list {
      display: block; }
      footer .section-1 ul.footer-list li {
        border: 0;
        border-bottom: 1px solid #212327;
        width: 100%;
        min-height: auto;
        display: flex;
        justify-content: center;
        padding: 20px 10px; }
        footer .section-1 ul.footer-list li h4 {
          font-weight: 600;
          font-family: 'Franklin Gothic Medium V2';
          color: #afafb1;
          font-size: 15px; }
        footer .section-1 ul.footer-list li h5 {
          font-size: 15px;
          font-weight: normal; }
        footer .section-1 ul.footer-list li .section-1-item .phone-icon {
          margin-right: 10px; }
        footer .section-1 ul.footer-list li a.h4 {
          font-size: 15px; }
  footer .section-2 {
    text-align: center;
    margin: auto; }
    footer .section-2 h4 {
      font-size: 15px;
      font-weight: 600;
      font-family: 'Franklin Gothic Medium V2'; }
    footer .section-2 .footer-menu ul.custom-list {
      display: block !important; }
      footer .section-2 .footer-menu ul.custom-list li {
        border: 0 !important;
        width: 100%;
        padding: 0;
        display: block;
        height: auto; }
        footer .section-2 .footer-menu ul.custom-list li a {
          font-size: 15px; }
    footer .section-2 .footer-menu p {
      font-size: 15px;
      margin-bottom: 0; }
    footer .section-2 .social-icons, footer .section-2 .cards-payment {
      text-align: center;
      margin: auto; }
      footer .section-2 .social-icons ul, footer .section-2 .cards-payment ul {
        justify-content: center; }
    footer .section-2 .cards-payment {
      padding-top: 15px; }

  .cookies-alert {
    display: flex;
    align-items: baseline;
    padding: 10px 15px; }
    .cookies-alert .set-cookies {
      font-size: inherit; }

  .middle-section-home {
    height: calc(100vh - 150px); }
    .middle-section-home .center-page-div .adminMainWrap {
      display: block; }
      .middle-section-home .center-page-div .adminMainWrap .formWrap {
        width: 100%; }

  .mb-word-break {
    word-break: break-all !important;
    white-space: normal !important; }

  .middle-section-home .center-page-div .adminMainWrap .editWrap.otp-validation {
    padding: 20px 0; }
    .middle-section-home .center-page-div .adminMainWrap .editWrap.otp-validation .font16 {
      font-size: 16px; }

  .landscape-section .landscape-section-title {
    width: 100%;
    font-size: 26px; }
  .landscape-section .landscape-list {
    display: block; }
    .landscape-section .landscape-list .list-items {
      width: 100%;
      float: none;
      max-width: 100% !important;
      margin-bottom: 15px; }

  .home-banner-section {
    padding: 30px; }
    .home-banner-section .home-banner .banner-content p {
      width: 100%;
      padding: 15px;
      margin: 0; }
    .home-banner-section .home-banner .banner-content .btn-section .request-free-btn {
      margin: 0;
      padding: 10px !important;
      font-size: 15px; }
    .home-banner-section .home-banner .banner-content .btn-section .btn-bg-none {
      padding: 10px;
      color: #fff;
      margin: 0 5px;
      font-size: 15px; }
    .home-banner-section .form_Banner {
      padding: 15px;
      margin-top: 25%; }

  .top-section .top-strip {
    display: block;
    font-weight: bold;
    float: none !important;
    text-align: center; }
    .top-section .top-strip span {
      font-size: 14px; }

  .intl-tel-input {
    max-width: 85%;
    font-size: 12px; }

  .primary-navbar-section .navbar-toggler {
    display: none; }
  .primary-navbar-section .navbar-header {
    margin-bottom: 15px; }
  .primary-navbar-section .collapse.navbar-collapse #SubscriberIndexForm {
    display: block !important;
    width: 100%; }
  .primary-navbar-section .collapse.navbar-collapse .form-group-custom {
    width: 100%;
    margin-bottom: 10px !important;
    max-width: 100% !important; }
    .primary-navbar-section .collapse.navbar-collapse .form-group-custom .input {
      width: 100%;
      max-width: 100% !important; }
  .primary-navbar-section .collapse.navbar-collapse #btnSubmit {
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px; }

  .home-banner-section .request-free-trial {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px; }

  .video-section .inner .div-right button, .revenu-mix-section .inner .div-left a.btn {
    font-size: 16px;
    padding: 10px 15px; }

  .customer-section .slider .customer-item .thumbnail .thumbnail-inner p {
    font-size: 16px; }

  .middle-section-home.forgot-password-page, .middle-section-home.resend-link-page, .middle-section-home.reset-password-page, .middle-section-home.otp-validation-page {
    padding-top: 10% !important; }
    .middle-section-home.forgot-password-page .mnm-logo, .middle-section-home.resend-link-page .mnm-logo, .middle-section-home.reset-password-page .mnm-logo, .middle-section-home.otp-validation-page .mnm-logo {
      cursor: pointer;
      display: block !important; }
    .middle-section-home.forgot-password-page .formWrap, .middle-section-home.resend-link-page .formWrap, .middle-section-home.reset-password-page .formWrap, .middle-section-home.otp-validation-page .formWrap {
      width: 100% !important; }
      .middle-section-home.forgot-password-page .formWrap .editWrap, .middle-section-home.resend-link-page .formWrap .editWrap, .middle-section-home.reset-password-page .formWrap .editWrap, .middle-section-home.otp-validation-page .formWrap .editWrap {
        padding: 30px 5%; }
        .middle-section-home.forgot-password-page .formWrap .editWrap .btn-send-request, .middle-section-home.resend-link-page .formWrap .editWrap .btn-send-request, .middle-section-home.reset-password-page .formWrap .editWrap .btn-send-request, .middle-section-home.otp-validation-page .formWrap .editWrap .btn-send-request {
          max-width: 100%; }
    .middle-section-home.forgot-password-page .otp-input .input.text, .middle-section-home.resend-link-page .otp-input .input.text, .middle-section-home.reset-password-page .otp-input .input.text, .middle-section-home.otp-validation-page .otp-input .input.text {
      padding-left: 19px !important; }
      .middle-section-home.forgot-password-page .otp-input .input.text #UserOtpverified, .middle-section-home.resend-link-page .otp-input .input.text #UserOtpverified, .middle-section-home.reset-password-page .otp-input .input.text #UserOtpverified, .middle-section-home.otp-validation-page .otp-input .input.text #UserOtpverified {
        letter-spacing: 10px !important; }
    .middle-section-home.forgot-password-page .otp-input .dash-spaccing, .middle-section-home.resend-link-page .otp-input .dash-spaccing, .middle-section-home.reset-password-page .otp-input .dash-spaccing, .middle-section-home.otp-validation-page .otp-input .dash-spaccing {
      letter-spacing: 6px !important; }
      .middle-section-home.forgot-password-page .otp-input .dash-spaccing span.dash-text, .middle-section-home.resend-link-page .otp-input .dash-spaccing span.dash-text, .middle-section-home.reset-password-page .otp-input .dash-spaccing span.dash-text, .middle-section-home.otp-validation-page .otp-input .dash-spaccing span.dash-text {
        margin: 8px !important; } }
@media only screen and (max-width: 414px) {
  .carousel-indicators {
    display: none; } }
.primary-navbar-section #navbarSupportedContent .captcha_visible {
  align-items: center !important; }

#SubscriberIndexForm .form-group.has-feedback.captchaItem-section {
  margin-bottom: 0; }
  #SubscriberIndexForm .form-group.has-feedback.captchaItem-section #captchaItem {
    max-width: 250px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -30px; }
    #SubscriberIndexForm .form-group.has-feedback.captchaItem-section #captchaItem #rc-anchor-container, #SubscriberIndexForm .form-group.has-feedback.captchaItem-section #captchaItem .rc-anchor.rc-anchor-normal.rc-anchor-light {
      border: none !important; }
    #SubscriberIndexForm .form-group.has-feedback.captchaItem-section #captchaItem iframe {
      width: 300px;
      max-width: 300px;
      transform: scale(0.8);
      box-shadow: 2px 1px 0 #cbcbcb; }
  #SubscriberIndexForm .form-group.has-feedback.captchaItem-section #captchaItem > div {
    max-width: 220px; }
#SubscriberIndexForm .rc-anchor-content .rc-anchor-normal-footer .rc-anchor-logo-portrait {
  margin: 5px 0 0 5px; }
#SubscriberIndexForm .rc-inline-block .rc-anchor-center-container .rc-anchor-center-item .rc-anchor-checkbox {
  margin: -1px 5px 0 5px; }
#SubscriberIndexForm .rc-inline-block .rc-anchor-center-container .rc-anchor-normal .rc-anchor-checkbox-label {
  width: 95px;
  background: red;
  font-family: -webkit-pictograph; }

.top_slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .top_slider > img {
    width: 100%; }
  .top_slider .inner {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0; }
    .top_slider .inner > h2 {
      color: #336;
      text-transform: uppercase;
      font-family: "Franklin Gothic Book";
      font-size: 40px;
      margin-top: 10px; }
  .top_slider .slider {
    width: 100%;
    margin: auto;
    padding-top: 0; }
    .top_slider .slider .slick-list.draggable {
      width: 100%;
      margin: auto; }
    .top_slider .slider .customer-item .thumbnail {
      padding: 20px;
      background: 0;
      border: 0;
      position: relative;
      padding-bottom: 0; }
      .top_slider .slider .customer-item .thumbnail .thumbnail-inner {
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.06);
        box-shadow: 10px 10px 6px -4px rgba(148, 124, 124, 0.06);
        border: 1px solid #f1f1f1; }
        .top_slider .slider .customer-item .thumbnail .thumbnail-inner img {
          width: auto;
          height: 55px;
          margin: auto;
          max-width: 100%; }
        .top_slider .slider .customer-item .thumbnail .thumbnail-inner p {
          padding: 15px;
          color: #585858;
          font-family: 'Franklin Gothic Book';
          padding-bottom: 0; }
      .top_slider .slider .customer-item .thumbnail .triangle-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid #fff;
        margin: 0 auto;
        z-index: 15;
        position: absolute;
        left: 46%;
        bottom: -13px; }
    .top_slider .slider .customer-item h4 {
      color: #16548a;
      display: block;
      font-size: 18px;
      margin: 0;
      padding-top: 15px;
      text-decoration: none;
      font-family: "Franklin Gothic Book"; }
    .top_slider .slider .customer-item h6 {
      color: #a3b5bf;
      font-size: 12px;
      font-family: 'Franklin Gothic Book';
      margin: 0; }
    .top_slider .slider .slick-next:before {
      display: none; }
    .top_slider .slider .slick-prev {
      display: none; }
    .top_slider .slider .slick-dots {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      padding: 0;
      z-index: 1000;
      list-style: none;
      text-align: center; }
      .top_slider .slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer; }
        .top_slider .slider .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 20px;
          height: 20px;
          padding: 5px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: 0;
          background: transparent; }
          .top_slider .slider .slick-dots li button::before {
            font-family: slick;
            font-size: 10px;
            line-height: 10px;
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            content: "•";
            text-align: center;
            opacity: .25;
            color: #f4f4f6;
            -webkit-font-smoothing: antialiased;
            border: 2px solid #fff;
            border-radius: 50%;
            padding: 0; }
      .top_slider .slider .slick-dots li.slick-active button::before {
        color: #fff;
        opacity: 1;
        background: #fff; }
  .top_slider .new_login_block {
    background-color: #fff;
    padding: 8%;
    border-radius: 10px;
    margin-top: 10%;
    /*code added for login tabs*/ }
    .top_slider .new_login_block .login_tabs_otp {
      font-size: 14px; }
      .top_slider .new_login_block .login_tabs_otp .custom_popover_login {
        color: #404040; }
      .top_slider .new_login_block .login_tabs_otp #custom_popover_login .fade:not(.show) {
        opacity: 1;
        color: #404040; }
      .top_slider .new_login_block .login_tabs_otp #custom_popover_login .popover-content:after {
        content: " ";
        position: absolute;
        right: -15px;
        top: 45%;
        border-top: 15px solid transparent;
        border-right: none;
        border-left: 15px solid #298bad;
        border-bottom: 15px solid transparent; }
      .top_slider .new_login_block .login_tabs_otp #custom_popover_login .popover-content ul {
        margin-left: -15px;
        margin-top: 1rem; }
      .top_slider .new_login_block .login_tabs_otp .custom_login_tabs li .active {
        border: none;
        border-bottom: 2px solid #298bad;
        font-weight: 600; }
      .top_slider .new_login_block .login_tabs_otp .custom_login_tabs li a {
        color: #0D3757;
        padding: 0.5rem 0px; }
        .top_slider .new_login_block .login_tabs_otp .custom_login_tabs li a:hover {
          border: none;
          border-bottom: 2px solid #298bad;
          padding: 0.5rem 0px; }
      .top_slider .new_login_block .login_tabs_otp .custom_appcode_content {
        padding: 30px 0px; }
        .top_slider .new_login_block .login_tabs_otp .custom_appcode_content .otp_para {
          font-size: 14px;
          color: #0D3757;
          margin-bottom: 10px;
          font-weight: 500; }
        .top_slider .new_login_block .login_tabs_otp .custom_appcode_content .custom_login_list ul {
          margin-left: -20px; }
          .top_slider .new_login_block .login_tabs_otp .custom_appcode_content .custom_login_list ul li {
            color: #415565;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 400; }
      .top_slider .new_login_block .login_tabs_otp .password_custom_content {
        padding: 30px 0px; }
    .top_slider .new_login_block .custom_control_login {
      border: 1px solid #bcbcbd;
      background: #f7f9fb;
      font-weight: 500;
      font-size: 14px;
      padding: 5px 15px 5px 10px; }
    .top_slider .new_login_block .form-control-feedback {
      right: 4px;
      font-size: 12px;
      top: 10px;
      position: absolute; }
    .top_slider .new_login_block .has-error input {
      border: 1px solid #a94442; }
    .top_slider .new_login_block .fa-check {
      color: #333; }
    .top_slider .new_login_block .fa-times {
      color: #a94442; }
    .top_slider .new_login_block .form-group-custom {
      position: relative; }
    .top_slider .new_login_block .login_block_right h5 {
      color: #0D3757;
      font-weight: 700;
      font-size: 32px;
      font-family: "Franklin Gothic Book";
      margin-bottom: 5px; }
    .top_slider .new_login_block .login_block_right h6 {
      font-size: 16px;
      font-family: 'Franklin Gothic Book';
      line-height: 25px;
      color: #415565;
      font-weight: 400;
      margin-bottom: 1rem; }
    .top_slider .new_login_block .login_btn_block {
      background-color: #3a91c2; }
    .top_slider .new_login_block .dont_have_account {
      font-size: 13px;
      text-align: center; }
      .top_slider .new_login_block .dont_have_account span {
        color: #415565;
        font-family: 'Franklin Gothic Book'; }
      .top_slider .new_login_block .dont_have_account a {
        color: #3a91c2;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer; }
    .top_slider .new_login_block .keep_logged .checkbox_keep_logged {
      color: #415565;
      font-size: 13px; }
      .top_slider .new_login_block .keep_logged .checkbox_keep_logged .checkbox {
        display: flex;
        align-items: center; }
        .top_slider .new_login_block .keep_logged .checkbox_keep_logged .checkbox .custom_checkbox_login {
          height: auto; }
        .top_slider .new_login_block .keep_logged .checkbox_keep_logged .checkbox label {
          margin-left: 5px;
          font-size: 12px;
          margin-bottom: 1px; }
    .top_slider .new_login_block .keep_logged .forgot_password_new {
      text-align: right; }
      .top_slider .new_login_block .keep_logged .forgot_password_new a {
        color: #3a91c2;
        font-size: 12px;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer; }

.form_top .request-free-trial {
  float: right;
  padding-right: 15px; }
  .form_top .request-free-trial .right-side-popup {
    padding: 15px;
    background: #fff;
    border-radius: 5px; }
    .form_top .request-free-trial .right-side-popup h5 {
      color: #404040;
      font-size: 1.25rem;
      font-weight: normal;
      text-align: left; }
    .form_top .request-free-trial .right-side-popup .form-group {
      margin-bottom: 8px; }
    .form_top .request-free-trial .right-side-popup .form-group-items {
      display: flex;
      border: 1px solid #b5b5b5;
      align-items: center;
      padding: 0 10px;
      background: #f6f6f6;
      border-radius: 3px; }
      .form_top .request-free-trial .right-side-popup .form-group-items .img-icon img {
        width: 20px;
        max-width: 20px; }
      .form_top .request-free-trial .right-side-popup .form-group-items input, .form_top .request-free-trial .right-side-popup .form-group-items .input.text {
        width: 100%; }
      .form_top .request-free-trial .right-side-popup .form-group-items input {
        background: transparent;
        border: 0;
        max-width: 90%; }
      .form_top .request-free-trial .right-side-popup .form-group-items input.form-control:focus {
        outline: 0;
        box-shadow: none; }
      .form_top .request-free-trial .right-side-popup .form-group-items input.form-control, .form_top .request-free-trial .right-side-popup .form-group-items select.form-control {
        font-size: 13px;
        color: #666;
        line-height: inherit;
        padding: 0 5px;
        max-height: 30px;
        font-weight: 600;
        font-family: 'Franklin Gothic Medium V2'; }
        .form_top .request-free-trial .right-side-popup .form-group-items input.form-control::placeholder, .form_top .request-free-trial .right-side-popup .form-group-items select.form-control::placeholder {
          color: #666;
          font-weight: normal;
          font-weight: 600;
          font-family: 'Franklin Gothic Medium V2';
          font-size: 13px; }
      .form_top .request-free-trial .right-side-popup .form-group-items select.form-control {
        padding-left: 0; }
      .form_top .request-free-trial .right-side-popup .form-group-items .btn-group {
        width: 100%; }
        .form_top .request-free-trial .right-side-popup .form-group-items .btn-group button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: transparent;
          border: 0;
          font-size: 13px;
          color: #666;
          font-weight: 600;
          font-family: 'Franklin Gothic Medium V2';
          padding: 6px 8px; }
          .form_top .request-free-trial .right-side-popup .form-group-items .btn-group button::after {
            display: none; }
          .form_top .request-free-trial .right-side-popup .form-group-items .btn-group button::before {
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 8px;
            bottom: 0;
            right: 0;
            bottom: 0;
            right: 2px;
            width: 11px;
            border: 0;
            font-size: 11px; }
          .form_top .request-free-trial .right-side-popup .form-group-items .btn-group button:focus {
            outline: 0;
            box-shadow: none; }
        .form_top .request-free-trial .right-side-popup .form-group-items .btn-group ul.multiselect-container {
          padding: 10px;
          width: 100%; }
          .form_top .request-free-trial .right-side-popup .form-group-items .btn-group ul.multiselect-container li {
            margin-bottom: 5px; }
            .form_top .request-free-trial .right-side-popup .form-group-items .btn-group ul.multiselect-container li a {
              color: #404040;
              padding: 0;
              width: 100%; }
              .form_top .request-free-trial .right-side-popup .form-group-items .btn-group ul.multiselect-container li a label {
                display: flex;
                padding: 0;
                width: 100%;
                font-size: 12px; }
                .form_top .request-free-trial .right-side-popup .form-group-items .btn-group ul.multiselect-container li a label input {
                  width: auto;
                  margin-right: 5px;
                  font-size: 12px; }
    .form_top .request-free-trial .right-side-popup .form-group.has-error small {
      padding-left: 34px; }
    .form_top .request-free-trial .right-side-popup #phoneDiv .flag-container {
      min-width: 55px; }
    .form_top .request-free-trial .right-side-popup #phoneDiv input {
      padding-left: 60px; }
    .form_top .request-free-trial .right-side-popup select.form-control {
      border: 0;
      background: transparent;
      border-radius: 0;
      padding: 0;
      font-size: 14px;
      font-weight: normal;
      color: #666; }
    .form_top .request-free-trial .right-side-popup .send-request-group {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0; }
      .form_top .request-free-trial .right-side-popup .send-request-group .submit {
        width: 100%; }
      .form_top .request-free-trial .right-side-popup .send-request-group .send-btn {
        font-size: 13px;
        font-weight: 600;
        font-family: 'Franklin Gothic Medium V2'; }
    .form_top .request-free-trial .right-side-popup #preferenceDiv ul {
      padding: 0; }
    .form_top .request-free-trial .right-side-popup .close {
      position: absolute;
      right: 25px;
      top: 8px; }
    .form_top .request-free-trial .right-side-popup .close:focus {
      outline: 0;
      box-shadow: none; }
    .form_top .request-free-trial .right-side-popup .row-overflow::-webkit-scrollbar {
      width: 5px; }
    .form_top .request-free-trial .right-side-popup .row-overflow::-webkit-scrollbar-track {
      background: #eee; }
    .form_top .request-free-trial .right-side-popup .row-overflow::-webkit-scrollbar-thumb {
      background: #999; }
    .form_top .request-free-trial .right-side-popup .row-overflow::-webkit-scrollbar-thumb:hover {
      background: #666; }
    .form_top .request-free-trial .right-side-popup .custome-captcha {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 5px; }
      .form_top .request-free-trial .right-side-popup .custome-captcha > .form-group {
        margin-bottom: 0; }
    .form_top .request-free-trial .right-side-popup .form-group.has-feedback.has-error .help-block {
      color: red; }
    .form_top .request-free-trial .right-side-popup .form-group.has-feedback.has-error .fas.fa-times {
      color: red; }

.flash_failure .pinkbakgroud {
  padding: 15px 0 10px 0; }
  .flash_failure .pinkbakgroud h4 {
    color: #701921;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium V2';
    font-size: 18px; }
  .flash_failure .pinkbakgroud p a {
    color: #701921;
    text-decoration: underline; }
.flash_failure .graybakgroud {
  background-color: #f2f2f2;
  padding: 10px; }

@media (min-width: 769px) {
  .captcha_content_start {
    justify-content: start !important; } }
/* CODE FOR KS-5324 */
.upgrade_banner .upgrade_banner_img {
  max-width: 100%;
  height: auto; }

/* CODE FOR KS-5324 */
/*Code added for KS-5358 new login page design*/
.top_download_section {
  background-color: #D1F4Ff; }
  .top_download_section .top_app_download {
    display: flex; }
    .top_download_section .top_app_download .top-strip {
      display: flex;
      font-weight: bold;
      margin-top: 3px; }
      .top_download_section .top_app_download .top-strip span {
        color: #415565;
        font-size: 13px;
        font-weight: 500;
        padding-left: 15px; }
        .top_download_section .top_app_download .top-strip span i {
          color: #0D3757; }
        .top_download_section .top_app_download .top-strip span a {
          color: #3A4D5C; }
    .top_download_section .top_app_download .dismiss_box p {
      color: #7d868f;
      margin-bottom: 0px;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .top_download_section .top_app_download .dismiss_box p a {
        border-radius: 5px;
        background-color: #0D3757;
        font-size: 13px;
        color: #fff;
        display: inline-table;
        padding: 4px 10px;
        display: flex;
        align-items: center; }
        .top_download_section .top_app_download .dismiss_box p a img {
          height: 17px; }
        .top_download_section .top_app_download .dismiss_box p a:last-child {
          background-color: #3b99bd !important; }
    .top_download_section .top_app_download .dismiss_box .close {
      color: #3598BF;
      opacity: 1;
      font-weight: 500;
      top: -5px;
      font-size: 28px; }

.login_req_free_back .modal-body .formWrap .right-side-popup .close_pop_up {
  border: 2px solid #fdfdfd;
  opacity: 1;
  border-radius: 25px;
  position: absolute;
  top: -30px;
  width: 35px;
  height: 35px;
  right: -30px;
  padding: 0px;
  background: #172d59; }
  .login_req_free_back .modal-body .formWrap .right-side-popup .close_pop_up span {
    color: #fdfdfd;
    margin-top: -13px;
    position: absolute;
    right: 25%; }
.login_req_free_back .modal-body .formWrap .right-side-popup h4 {
  color: #172d59;
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Franklin Gothic Book";
  margin-bottom: 20px; }
.login_req_free_back .modal-body .formWrap .right-side-popup .req_pop_input {
  background-color: #f7f9fb;
  font-size: 13px;
  border: 1px solid #cbcfd0; }
.login_req_free_back .modal-body .formWrap .right-side-popup .form-control-feedback {
  right: 20px;
  margin-top: -25px;
  position: absolute; }
.login_req_free_back .modal-body .formWrap .right-side-popup label {
  font-size: 13px;
  color: #415565;
  font-weight: 400;
  text-transform: capitalize; }

.submit_req_pop_btn {
  font-family: 'Franklin Gothic Medium V2' !important; }


/*new forgot password page start*/
  .custom_row_forgotpassword {
    display: flex;
    align-items: center;
 }
  .custom_row_forgotpassword .editWrap {
    padding: 15px 5% !important;
    min-width: 450px;
    border-radius: 25px;
 }
  .custom_row_forgotpassword .editWrap h4 {
    color: #000 !important;
 }
  .custom_row_forgotpassword .editWrap h5 {
    font-size: 16px !important;
    color: #000 !important;
 }
  .custom_row_forgotpassword .editWrap .btn-send-request {
    max-width: 100% !important;
    margin-top:0px !important;
 }
  .custom_row_forgotpassword .editWrap .btn-send-request button {
    padding: 7px 20px;
    font-size: 15px;
 }
  .custom_row_forgotpassword .editWrap #UploadEmail {
    border: 1px solid #dddce1 !important;
    padding: 12px !important;
    min-height: 40px !important;
 }
 
  .custom_row_forgotpassword .editWrap .back-to-login {
    text-align: left !important;
    padding: 15px 0px !important;
    color: #000 !important;
    font-size: 15px !important;
    margin-bottom: 40px !important;
 }
  .custom_row_forgotpassword .editWrap .par-content {
    color: #000 !important;
    font-size: 15px;
 }
  .custom_row_forgotpassword .exp_left_block {
    margin-right: 70px;
    flex-grow: 1;
 }
  .custom_row_forgotpassword .exp_left_block .experinece_img_block {
    display: flex;
    align-items: center;
 }
  .custom_row_forgotpassword .exp_left_block .experinece_img_block .mob_image {
    margin-right: 10px;
 }
  .custom_row_forgotpassword .exp_left_block .experinece_img_block .mob_image img {
    height: auto;
    min-width: 250px;
    max-width: 250px;
 }
  .custom_row_forgotpassword .exp_left_block .exprience_text_block .arrow_image img {
    width: 45px;
 }
  .custom_row_forgotpassword .exp_left_block .login_exp_block h1 {
    color: #000;
    font-family: 'Franklin Gothic Medium V2';
    font-size: 28px;
 }
  .custom_row_forgotpassword .exp_left_block .login_exp_block p {
    color: #000;
    max-width: 85%;
    font-size: 15px;
 }
  .custom_row_forgotpassword .login_subblock {
    margin-top: 50px;
 }
  .custom_row_forgotpassword .login_subblock .div_one {
    border-right: 1.5px solid #cbbac2;
    border-bottom: 1.5px solid #cbbac2;
 }
  .custom_row_forgotpassword .login_subblock .div_one .download_app {
    display: flex;
    align-items: flex-start;
 }
  .custom_row_forgotpassword .login_subblock .div_one .download_app img {
    width: 20px;
 }
  .custom_row_forgotpassword .login_subblock .div_one .download_app .info_block {
    margin-left: 10px;
 }
  .custom_row_forgotpassword .login_subblock .div_one .download_app .info_block h5 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_one .download_app .info_block p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_two {
    border-bottom: 1.5px solid #cbbac2;
 }
  .custom_row_forgotpassword .login_subblock .div_two .first_login {
    display: flex;
    align-items: flex-start;
    margin-left: 15px;
 }
  .custom_row_forgotpassword .login_subblock .div_two .first_login img {
    width: 20px;
 }
  .custom_row_forgotpassword .login_subblock .div_two .first_login .info_block {
    margin-left: 10px;
 }
  .custom_row_forgotpassword .login_subblock .div_two .first_login .info_block h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_two .first_login .info_block p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_three {
    border-right: 1.5px solid #cbbac2;
    padding-top: 20px;
 }
  .custom_row_forgotpassword .login_subblock .div_three .app_code_activate {
    display: flex;
    align-items: flex-start;
 }
  .custom_row_forgotpassword .login_subblock .div_three .app_code_activate img {
    width: 20px;
 }
  .custom_row_forgotpassword .login_subblock .div_three .app_code_activate .info_block {
    margin-left: 10px;
 }
  .custom_row_forgotpassword .login_subblock .div_three .app_code_activate .info_block h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_three .app_code_activate .info_block p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_four {
    padding-top: 20px;
 }
  .custom_row_forgotpassword .login_subblock .div_four .login_appcode {
    display: flex;
    align-items: flex-start;
    margin-left: 15px;
 }
  .custom_row_forgotpassword .login_subblock .div_four .login_appcode img {
    width: 20px;
 }
  .custom_row_forgotpassword .login_subblock .div_four .login_appcode .info_block {
    margin-left: 10px;
 }
  .custom_row_forgotpassword .login_subblock .div_four .login_appcode .info_block h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
 }
  .custom_row_forgotpassword .login_subblock .div_four .login_appcode .info_block p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
 }
  .custom_row_forgotpassword .form_right_block {
    width: 30%;
    flex-grow: 1;
 }
 .custom_row_forgotpassword .editWrap .btn-send-request button {
  padding: 7px 20px !important;
  font-size: 15px !important;
}
.download_app_forgot{
  display: flex;
}
.download_app_forgot a{
  border-radius: 5px;
    background-color: #0D3757;
    font-size: 13px;
    color: #fff;
    display: inline-table;
    padding: 4px 10px;
    align-items: center;
    margin-bottom: 10px;
}
.download_app_forgot a .appstore_img{
  width:15px !important;
  margin:0px 5px 0px 0px !important;
}
.middle-section-home.reset-password-page .formWrap .editWrap .btn-send-request .btn-send{
  padding: 7px 20px !important;
  font-size: 15px !important;
}
/*new forgot password page end*/


/*# sourceMappingURL=landing-page.css.map */
