@charset "UTF-8";
.c-white {
  color: #ffffff;
}

.c-blue {
  color: #112d6f;
}

.c-green {
  color: #4ba337;
}

.bg-blue {
  background: #112d6f;
  color: #ffffff;
}

.c-red {
  color: #e7243a;
}

.bg-red {
  background: #e7243a;
}

.c-gray {
  color: #8492B5;
}

.bg-gray {
  background: #8492B5;
}

.c-light-gray {
  color: #f7f8fb;
}

.c-dark-gray {
  color: #353744;
}

.c-dark {
  color: #595f6f;
}

.c-dark-blue {
  color: #2695ba;
}

.bg-dark-blue {
  background: #2695ba;
  color: #fff;
}

.bg-light-gray {
  background: #f7f8fb;
}

.border-blue {
  border: 1px solid #112d6f;
}

.btn.btn-blue {
  background-color: #112d6f;
  color: #ffffff;
  border-color: #112d6f;
}
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
  background-color: #0a1b43;
  color: #ffffff;
  border-color: #112d6f;
}

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0a1b43;
  border-color: #112d6f;
}

.btn-red.focus, .btn-red:focus {
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(231, 36, 58, 0.5);
}

.btn.btn-red {
  background-color: #e7243a;
  color: #ffffff;
  border-color: #e7243a;
}
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active {
  background-color: #c31529;
  color: #ffffff;
  border-color: #e7243a;
}

.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show > .btn-red.dropdown-toggle {
  color: #ffffff;
  background-color: #c31529;
  border-color: #e7243a;
}

.btn-red.focus, .btn-red:focus {
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(231, 36, 58, 0.5);
}

.btn.btn-outline-gray {
  color: #112d6f;
  border-color: #8492B5;
  border: 2px solid #8492B5;
}
.btn.btn-outline-gray:hover, .btn.btn-outline-gray:focus, .btn.btn-outline-gray:active {
  border-color: #6476a2;
}

.btn-outline-gray:not(:disabled):not(.disabled).active, .btn-outline-gray:not(:disabled):not(.disabled):active, .show > .btn-outline-gray.dropdown-toggle {
  border-color: #8492B5;
}

.btn-outline-gray.focus, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 146, 181, 0.5);
}

.btn-blue {
  color: #fff;
  border-color: #112d6f;
  background-color: #112d6f;
  cursor: pointer;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #0030a0;
  color: #fff;
}

.cursorP {
  cursor: pointer;
}

/* font size */
.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font25 {
  font-size: 25px;
}

.font25 {
  font-size: 25px;
}

.font27 {
  font-size: 27px;
}

.font28 {
  font-size: 28px;
}

.font29 {
  font-size: 29px;
}

.font30 {
  font-size: 30px;
}

.font31 {
  font-size: 31px;
}

.font34 {
  font-size: 34px;
}

.font35 {
  font-size: 35px;
}

.font40 {
  font-size: 40px;
}

.font42 {
  font-size: 42px;
}

.font48 {
  font-size: 48px;
}

.height350 {
  height: 350px;
}

.line-height-1 {
  line-height: 1;
}

.line-height-125 {
  line-height: 1.25;
}

.line-height-150 {
  line-height: 1.5;
}

.line-height-175 {
  line-height: 1.75;
}

.line-height-2 {
  line-height: 2;
}

/* Default Reset */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}

body {
  font-family: "Helvetica";
  background-color: #f7f8fb;
}

.inline-tags {
  display: inline-flex;
}
.inline-tags li {
  padding-right: 10px;
}

.center-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rounded125 {
  border-radius: 1.25rem;
}

.head-3 {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
}

.par-3 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.head-4 {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  color: #e7243a;
}

.w-20 {
  width: 20%;
}

.text-bold {
  font-weight: bold;
}

.whitebtn {
  background: #fff;
  color: #112d6f;
  font-weight: bold;
  font-size: 17px;
}

.exText {
  font-size: 11px;
  margin-top: 15px;
  color: #6a7ba5;
}

.hspacer5 {
  padding: 5px 0 0 0;
  display: block;
  clear: both;
}

.hspacer10 {
  padding: 10px 0 0 0;
  display: block;
  clear: both;
}

.hspacer15 {
  padding: 15px 0 0 0;
  display: block;
  clear: both;
}

.hspacer20 {
  padding: 20px 0 0 0;
  display: block;
  clear: both;
}

.hspacer25 {
  padding: 25px 0 0 0;
  display: block;
  clear: both;
}

.hspacer30 {
  padding: 30px 0 0 0;
  display: block;
  clear: both;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  overflow-y: scroll;
  margin-bottom: 25px;
}

#scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(219, 223, 223, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#scrollstyle::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

#scrollstyle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dbdfe9;
}

.blurbox {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.cPointer {
  cursor: pointer;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  padding-top: 105px;
}

.navbar {
  padding: 0 1rem;
}

.covidBan {
  color: #fff;
  background: url(/Images/covid/covid1.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 20px 30px;
  text-align: left;
  background-position: center;
}
.covidBan .head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
}
.covidBan .subtext {
  font-size: 19px;
  margin: -3px 0 0 0;
  color: #fff;
}
.covidBan .p-text {
  border-top: 1px solid #fff;
  padding: 15px 0;
  margin: 15px 0 0 0;
}
.covidBan .btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  padding: 15px 20px;
  font-weight: bold;
}

.covid-text {
  font-weight: 700;
  font-size: 24px;
}

.playpause {
  background-image: url(/images/playV.png);
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.v-pause {
  background-image: url(/images/playV.png);
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

header .search-box {
  color: #8492B5;
}
header .search-box .form-control {
  padding-left: 2.375rem;
  background: #f7f8fb;
}
header .search-box .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
header .navbar-light .navbar-nav .nav-link {
  color: #8492B5;
  font-size: 13px;
}
header .navbar-light .navbar-nav .login-text {
  color: #353744;
}
header a.social-media {
  color: #8492B5;
  width: 30px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
}
header .nav-item.seperator {
  height: 40px;
  width: 1px;
  background: #DADFEA;
  padding: 0;
  margin: 0 0.5em;
}
header .navbar-light .navbar-nav.header-links .nav-link {
  color: #353744;
  font-size: 13px;
  font-weight: bold;
}
header .navbar-light .header-links .dropdown-menu {
  width: max-content;
}
header .navbar-light .header-links .dropdown-menu .nav-item .nav-link {
  color: #112d6f;
  padding: 3px 0;
  white-space: nowrap;
}
header .navbar-light .header-links .dropdown-menu .nav-item .nav-link:hover {
  color: #e7243a;
}
header .navbar-light .header-links .dropdown-menu .nav-item.active .nav-link {
  color: #e7243a;
}
header .menu-bars:hover {
  cursor: pointer;
}
header .side-menu {
  display: none;
  position: absolute;
  width: 350px;
  background: #ffffff;
  right: 0;
  left: auto;
  z-index: 11;
  top: 30px;
  overflow: visible !important;
  padding: 20px 0 0 0 !important;
}
header .side-menu .navWrap {
  padding: 0px 20px !important;
}
header .side-menu .nav-item #ulreports {
  padding: 0px !important;
  margin: 0 -20px;
}
header .side-menu .nav-item #ulreports h2 {
  margin: 0 !important;
}
header .side-menu .nav-item #ulreports .market-RR::after {
  float: right !important;
  top: 10px !important;
  right: 10px !important;
  position: absolute !important;
}
header .side-menu .nav-item #ulreports .dropdown-menu.sub-Market {
  padding: 10px 0 10px 8px !important;
}
header .side-menu .nav-item #ulreports .dropdown-menu.sub-Market a {
  white-space: inherit !important;
  color: #007bff;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown {
  padding: 0px 0 !important;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown a:hover {
  background: #dfdfdf !important;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown a {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  display: flex;
  word-wrap: break-word;
  -ms-word-break: break-all;
  position: relative;
  display: flex;
  padding: 4px 20px;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown a .textM {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 15px 2px 0;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown .dropdown-menu {
  position: absolute;
  width: 100%;
  float: inherit;
  display: none;
  border: none;
  padding: 5px 0 0 5px;
  -webkit-transition: height 50ms ease-in !important;
  -moz-transition: height 50ms ease-in !important;
  -o-transition: height 50ms ease-in !important;
  transition: height 50ms ease-in !important;
  left: auto;
  right: 100%;
  border-radius: 3px 0px 0px 3px;
  top: 0px;
  -webkit-box-shadow: -3px 0px 4px 0px rgba(50, 50, 50, 0.48);
  -moz-box-shadow: -3px 0px 4px 0px rgba(50, 50, 50, 0.48);
  box-shadow: -3px 0px 4px 0px rgba(50, 50, 50, 0.48);
}
header .side-menu .nav-item #ulreports .nav-item.dropdown .dropdown-menu h3 {
  font-size: 13px;
  margin: 3 10px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 5px 7px;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown .dropdown-menu h3 a {
  padding: 0px !important;
}
header .side-menu .nav-item #ulreports .nav-item.dropdown .dropdown-menu h3:last-child {
  border-bottom: none;
  padding: 0 0 0 7px;
}
header .side-menu .nav-item .nav-link {
  color: #112d6f;
  padding: 3px 0;
  font-size: 13px;
  font-weight: 600;
}
header .side-menu .nav-item .nav-link:hover {
  color: #e7243a;
}
header .side-menu .nav-item.active .nav-link {
  color: #e7243a;
}

.cookieAlert {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff;
  font-size: 12px;
  z-index: 9999;
  width: 100%;
  padding: 5px;
  display: inline-block;
  position: fixed;
  bottom: 0;
}

.cookieAlert .left {
  width: 90%;
  float: left;
  padding-top: 0;
}

.cookieAlert .right {
  width: 10%;
  float: right;
  text-align: right;
  font-weight: 700;
}

.cookieAlert .right span {
  color: #fff;
  text-align: right;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.cookieAlert a {
  color: #fff;
}

#consultNav .consult li a {
  font-weight: normal;
}

#consultNav a.dropdown-toggle::after {
  color: #e7243a;
  font-size: 15px;
}

#Prlist.sub-nav li a {
  font-weight: bold;
}

#Prlist.sub-nav li:first-child {
  font-size: 14px;
  font-weight: 600;
}

#PrInd.sub-nav li a {
  font-weight: normal !important;
}

#PrInd.sub-nav li:first-child {
  font-size: 14px;
  font-weight: 600;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  overflow-y: scroll !important;
  margin-bottom: 25px;
}

.scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(219, 223, 223, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrollstyle::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollstyle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dbdfe9;
}

@media (max-width: 1024px) {
  body {
    padding-top: 74px;
  }

  header .search-box {
    max-width: 150px;
  }
  header .search-box .form-control {
    width: 100%;
  }
  header .navscroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  header .navscroll .navbar-nav.header-links {
    display: inline-block;
  }
  header .navscroll .navbar-nav.header-links .nav-item {
    margin-right: 10px;
  }
  header .navbar-nav .nav-item {
    display: inline-block;
  }
  header .navbar-nav .nav-item.seperator {
    height: 20px;
  }

  .arrowBtn-sub {
    display: inline-block !important;
    position: relative !important;
    background: none !important;
  }

  .activeSub {
    color: #e7243a;
  }

  .activeSub a {
    color: #e7243a !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar-nav.mobNav {
    flex-direction: row;
    width: 100%;
  }

  .navbar-nav.mobNav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 11px !important;
  }

  .mob-pad0 {
    padding: 0;
  }

  .clients-img {
    width: 100%;
  }

  #LIpractic .dropdown-menu.mega-dropdown-menu {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 0 1rem;
  }

  body {
    padding-top: 74px;
  }

  .covid-fixedWrap {
    top: 15% !important;
  }

  .covid-btn {
    top: 10% !important;
  }
}
/* new menu */
#LIpractic {
  position: inherit;
}

#LIpractic a.dropdown-toggle::after {
  color: #e7243a;
  font-size: 15px;
}

#LIpractic .dropdown-menu.mega-dropdown-menu {
  width: 100%;
  display: flex;
}

.main-nav {
  border-bottom: 1px solid #dff0d8;
}

.top-nav, .sign-in {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.sign-in {
  float: right;
}

.top-nav > li, .sign-in > li {
  display: inline-block;
}

.top-nav > li > a {
  font-size: 11px;
}

.sign-in > li a {
  padding: 5px;
  border: 1px solid;
}

.secondary-nav {
  background: none;
  border: 0px solid #eee;
  border-radius: 0;
  min-height: 40px;
  width: 90%;
  margin: 0px;
}

.secondary-nav .navbar-nav > li > a {
  color: #585858;
  text-transform: uppercase;
}

.secondary-nav .navbar-nav > .open > a, .secondary-nav .navbar-nav > .open > a:focus, .secondary-nav .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #585858;
  font-size: 14px;
}

.secondary-nav .navbar-nav > li > a:focus, .secondary-nav .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #585858;
}

.secondary-nav .navbar-nav > li > .dropdown-menu {
  background: #585858;
  padding: 10px 0;
  min-height: 350px;
  z-index: 200;
  width: 100%;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
  padding: 0px;
  border-bottom: 1px solid #f9f5f5;
  position: inherit;
  width: 100%;
}

.mega-dropdown-menu > li > ul > li.HoverItemFirst {
  width: 50%;
}

.mega-dropdown-menu > li > ul > li.dropdown-header {
  width: 50%;
}

.mega-dropdown-menu > li > ul > li > ul > li {
  position: initial;
}

.mega-dropdown-menu > li > ul > li > ul > li.HoverItemSecond {
  width: 95%;
}

.mega-dropdown-menu > li > ul > li > ul > li.HoverItemSecond a {
  text-transform: initial;
  width: 100%;
  color: #112d6f;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.mega-dropdown-menu > li > ul > li > ul > li.HoverItemSecond a:hover {
  color: #e7243a;
}

.mega-dropdown-menu > li > ul > li:last-child {
  border-bottom: 0px solid #ccc;
}

.mega-dropdown-menu > li > ul > li.active {
  background: #737171;
}

.mega-dropdown-menu > li > ul > li > a > span {
  padding: 0px;
  display: table-cell;
  /* font-size: 10px; */
}

.mega-dropdown-menu > li > ul > li > a:first-child span {
  width: 99%;
}

.mega-dropdown-menu > li > ul > li > a > span .fa-chevron-right, .mega-dropdown-menu > li > ul > li > a > span .glyphicon-chevron-right {
  font-size: 10px;
}

.sub-second-nav > li > a > span {
  float: none;
  padding: 0;
  display: table-cell;
  /* font-size: 10px; */
}

.sub-second-nav > li > a > span .fa-chevron-right {
  font-size: 10px;
}

.mega-dropdown-menu > li > ul > li > a {
  display: table;
  font-size: 13px;
  text-transform: initial;
  width: 100%;
  color: #112d6f;
  padding: 3px 6px;
  font-size: 13px;
  font-weight: bold;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  padding: 0 5px 0px 5px;
}

.practices-dropdown {
  padding: 20px 0px;
  width: 57%;
  box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
}

.industries-dropdown {
  padding: 20px 0px;
  width: 57%;
  box-shadow: none;
  -webkit-box-shadow: none;
  left: 7.8%;
}

.nav-box {
  background-color: #737171;
  height: 100%;
  padding: 33px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.secocnd-sub-nav {
  display: none;
}

.secocnd-sub-nav ul {
  list-style-type: none;
}

.secocnd-sub-nav ul > li {
  list-style: none;
  padding-left: 5px;
  border-bottom: 1px solid #6f6e6e;
}

.secocnd-sub-nav ul > li:last-child {
  border: 0;
}

.secocnd-sub-nav ul > li > a {
  display: block;
  color: #fff;
  padding: 5px 0;
}

.mega-dropdown-menu > li > ul > li > a.active {
  color: #e7243a;
  position: relative;
}

.mega-dropdown-menu > li ul > li > a:hover {
  color: #e7243a;
}

.col-box {
  width: 30%;
  min-width: 250px;
}

.hideMe {
  display: none;
}

.showMe {
  display: block;
}

.secondary-nav .navbar-collapse {
  background: none;
  border: 0px solid #eee;
  border-radius: 0;
  min-height: 40px;
  width: 100%;
  padding-left: 0;
}

.secondary-nav ul.navbar-nav > li > a {
  padding: 10px 8px;
}

.mainMenu {
  /*position: fixed;
  top: 50px;*/
  z-index: 125;
  left: 22.7%;
  width: 100%;
}

.mainMenu li {
  font-size: 15px;
}

.mainMenu li:hover {
  background: none;
}

.sub-second-nav {
  display: none;
  position: absolute !important;
  left: 50% !important;
  top: 0px !important;
  width: 47%;
  list-style-type: none !important;
  margin-left: 20px !important;
}

.sub-second-nav > li {
  padding: 0;
  border-bottom: 1px solid #f9f5f5;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
}

/* ul.sub-nav li>a:hvoer + .sub-second-nav {display: block;} */
.clients-img {
  position: absolute;
  left: 50%;
  top: 10%;
  padding: 21px;
  text-align: center;
}

.sub-third-nav {
  display: none;
  position: absolute !important;
  left: 100% !important;
  top: 0px !important;
  width: 100%;
  list-style-type: none !important;
  margin-left: 20px !important;
}

.sub-third-nav > li {
  padding: 0;
  border-bottom: 1px solid #6c6c6c;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
}

.sub-third-nav > li > a {
  color: #fff;
  padding: 5px !important;
}

ul.sub-second-nav li > a:hvoer + .sub-second-nav {
  display: block;
}

.imgIcon {
  top: 30px;
  left: -40px;
  position: relative;
}

.dropdown-menu.mega-dropdown-menu.consult {
  min-height: 280px !important;
  left: 200px !important;
  width: 70% !important;
}

.secondary-nav .navbar-nav > .open > a, .secondary-nav .navbar-nav > .open > a:focus, .secondary-nav .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #585858;
  font-size: 15px;
}

.secondary-nav .navbar-nav > li > a:focus {
  background-color: #fff;
  color: #585858;
}

/* new menu */
/*# sourceMappingURL=homepagestyle.css.map */
.responsiveShow {
  display: none;
}

/*mob style*/
@media (max-width: 1024px) {
  /*mob-menu start*/
  .responsiveShow {
    display: block;
  }

  .mobileMenu {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1040;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .responsiveButton {
    pointer-events: auto;
    display: block;
    padding: 27px 15px;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
  }

  .responsiveButton.vsMenuOpen {
    padding: 27px 27px;
    background: #112d6f;
  }
  .responsiveButton.vsMenuOpen .icon-bar {
    background: #112d6f;
  }
  .responsiveButton.vsMenuOpen .icon-bar:first-child {
    background: #ffffff;
  }
  .responsiveButton.vsMenuOpen .icon-bar:last-child {
    background: #ffffff;
  }

  .responsiveButton .icon-bar {
    background-color: #666;
    display: block;
    height: 2px;
    width: 22px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 80ms ease-out;
    -moz-transition: transform 80ms ease-out;
    -ms-transition: transform 80ms ease-out;
    -o-transition: transform 80ms ease-out;
    transition: transform 80ms ease-out;
    margin: 4px 0;
  }

  .responsiveButton .icon-bar:before {
    display: none;
  }

  .vsMenuOpen {
    position: relative !important;
  }

  .vsMenuOpen .icon-bar {
    background: white;
  }

  .vsMenuOpen .icon-bar:first-child,
.vsMenuOpen .icon-bar:last-child {
    background: black;
    position: relative;
    z-index: 1;
  }

  .vsMenuOpen .icon-bar:first-child {
    top: 0.4em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .vsMenuOpen .icon-bar:last-child {
    top: -0.3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .vsMenu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 340px;
    overflow-y: auto;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #112d6f;
    left: -340px;
    box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.25) inset;
    padding: 20px 0;
  }
  .vsMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .vsMenu ul li {
    float: none;
    position: relative;
  }
  .vsMenu ul li a {
    display: inline-block;
    color: #112d6f;
    padding: 4px 15px;
    text-decoration: none;
    padding-left: 25px;
  }
  .vsMenu ul li a::hover {
    color: #e7243a;
  }
  .vsMenu ul.mobileUtilityMenu {
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
  }
  .vsMenu ul.mobileUtilityMenu li a {
    color: #112d6f;
  }
  .vsMenu ul.mobileUtilityMenu li.subMenuOpen > a {
    background: #e7243a;
    color: #fff;
  }

  .vsMenuBody .headerWrap {
    position: absolute;
  }

  .mobileDropDown {
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mobileDropDown ul {
    padding: 15px 0;
  }
  .mobileDropDown ul li {
    font-weight: normal;
    font-size: 13px;
  }
  .mobileDropDown ul li a {
    padding: 4px 15px 4px 25px;
    color: #112d6f;
    border-bottom: 0;
    text-transform: none;
  }

  .arrowBtn {
    right: 6px;
    top: 0px;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
  }

  .arrowBtn.activeSub:after {
    border-bottom: 6px dashed;
    border-bottom: 6px solid\9 ;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 0;
    border-top: 0;
    color: #ffffff;
  }

  .arrowBtn-sub {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 999;
    padding: 5px;
    cursor: pointer;
    display: block;
    background: rgba(0, 0, 0, 0.05);
  }

  .arrowBtn-sub2 {
    z-index: 999;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    background: #fff;
  }

  .mobileDropDown-sub ul li a {
    padding-left: 40px;
    display: inline-block;
    width: 88% !important;
  }

  .bgGray {
    background: #f5f5f5;
    height: 100vh;
    display: inline-table;
  }
}
@media (max-width: 375px) {
  .responsiveButton.vsMenuOpen {
    padding: 27px 27px;
  }

  .vsMenu {
    width: 300px;
    left: -300px;
  }
}
@media (max-width: 360px) {
  .responsiveButton.vsMenuOpen {
    padding: 27px 19px;
  }
}
/*mob menu end*/
/*Search Warp*/
.closeDrop {
  position: absolute;
  right: 0px;
  background: #112D6F;
  color: #fff;
  padding: 1px 10px;
  top: 0;
  z-index: 99;
  font-weight: 600;
  cursor: pointer;
}

.loder {
  background: url(/images/reports/loder.gif);
  width: 18px !important;
  height: 18px !important;
  margin: 0 8px 0 0;
  display: inline-block;
}

.searchHead {
  font-size: 30px;
  font-weight: 700;
  color: #112D6F;
  line-height: 30px;
}

.searchHead span {
  font-size: 23px;
  display: inline-block;
  line-height: normal;
}

.SearchRHS span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.SearchRHS p {
  font-size: 16px;
  color: #fff;
}

.helpText {
  font-size: 19px;
  color: #6a7ba5;
}

.searchWarp {
  background: url("../images/slider4.jpg");
  background-position: center -177px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px !important;
  padding: 100px 86px;
}

.reqText {
  font-size: 12px;
  color: #fff;
  line-height: 13px;
  margin-top: 15px;
}

.input-group.has-search {
  width: 98%;
}

.has-search .form-control {
  border: 1px solid #112D6F;
  border-radius: 4px !important;
  padding-left: 2.375rem;
  padding-right: 4.375rem;
  height: calc(1.9em + .75rem + 3px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.has-search .form-control::placeholder {
  color: #B8BCCB;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.775rem;
  line-height: 2.9rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  z-index: 11;
}

.has-search .btn-info {
  position: absolute;
  right: 0;
  z-index: 11;
  margin: 3px;
  border-radius: 0px 4px 4px 0;
}

.searchWarp .rfw {
  padding: 15px;
  color: #112D6F !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.serDropdown {
  background: #fff;
  display: none;
  width: 100%;
  position: absolute;
  top: 38px;
  z-index: 11;
  padding: 10px;
}

.searchComWrap {
  border: 1px solid #CFD6E5;
  background: #F7F8FB;
  padding: 10px;
  border-radius: 6px;
  min-height: 220px;
}

.searchComWrap .compName {
  color: #112D6F;
  font-size: 13px;
  font-weight: bold;
}

.compList {
  font-size: 11.5px;
  color: #112D6F;
  margin: 10px 0 0 0;
  width: 100%;
}

.compList tr td:first-child {
  background: url(../images/redDot.png) left 8px no-repeat;
  padding: 0 0 0 9px;
}

.compList tr.tecMore td:first-child {
  background: none;
}

.compList tr.tecMore td:first-child a {
  font-weight: bold;
  color: #112D6F;
}

.compList tr td + td {
  text-align: right !important;
}

.sizetext {
  background: none !important;
  font-weight: bold;
  color: #B2BAD1;
  font-size: 11px;
  text-align: right;
}

.moreLink {
  height: 34px;
  background: none !important;
  font-weight: bold;
  color: #B2BAD1;
  font-size: 12px;
  color: #112D6F;
  margin: 0 0 0 10px;
  position: absolute;
  bottom: 10px;
}

.typeahead li a {
  color: #595f6f;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}

@media (max-width: 1024px) {
  .searchWarp {
    background-position: center -55px;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  body {
    padding-top: 75px;
  }

  .how-it-works-sec {
    text-align: center;
  }

  .searchHead {
    font-size: 22px !important;
  }

  .searchHead span {
    font-size: 15px !important;
  }

  .helpText {
    font-size: 14px !important;
  }

  .SearchRHS p {
    font-size: 11px !important;
  }

  .searchWarp {
    background: url(../images/slider4.jpg);
    background-position: center -29px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 301px !important;
    padding: 54px 23px 23px 23px !important;
  }

  .SearchRHS span {
    font-size: 15px !important;
  }

  .searchWarp .rfw {
    padding: 5px;
    font-size: 12px !important;
  }

  .requestworkshop .arrow-btn-red {
    height: 15px;
    background-size: 42% !important;
  }
}
@media (max-width: 767px) {
  .has-search .form-control {
    width: 100%;
  }
  .has-search .btn-info {
    position: relative;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .has-search .dropdown-menu {
    width: 100%;
  }

  .has-search .serDropdown .mob_lP15 {
    padding-left: 15px !important;
    margin: 0 0 15px;
  }

  .searchWarp {
    background: none;
    padding: 15px 15px 0px 15px !important;
    height: auto;
    padding-bottom: 56px;
  }
  .searchWarp .searchRHSBG {
    background: url(../images/homeSearch.jpg);
    background-position: center -19px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 301px !important;
    padding: 23px !important;
  }
  .searchWarp .searchHead {
    font-size: 22px;
  }
  .searchWarp .searchHead span {
    font-size: 16px;
  }
  .searchWarp .helpText {
    font-size: 12px;
  }

  .input-group.has-search {
    width: 100%;
  }

  .has-search .btn-info {
    font-size: 12px;
    padding: 10px 7px;
  }

  .has-search .form-control {
    border-radius: 4px !important;
    padding-left: 2.1rem !important;
  }

  .has-search .form-control::placeholder {
    font-size: 12px;
  }

  .has-search .exText {
    color: #fff !important;
  }

  .searchComWrap {
    min-height: auto;
    padding-bottom: 60px;
  }

  .common_form .modal-dialog {
    padding-bottom: 60px;
  }
}
/* Main Search Bar End */
/* Main Search Bar  */
/* Main Search Bar End */
/* popup--- */
.covid-fixedWrap {
  background: url(/Images/covid/covid1.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  padding: 20px;
  top: 21.6%;
  right: 0;
  width: 300px;
  color: #fff;
  z-index: 999;
}
.covid-fixedWrap .head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
}
.covid-fixedWrap .covid-text {
  font-weight: 700;
  font-size: 17px;
}
.covid-fixedWrap .btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  padding: 10px 11px;
  font-weight: bold;
  margin: 10px 0 0 0;
  font-size: 13px;
}
.covid-fixedWrap .closepop {
  color: #fff;
  text-align: right;
  padding: 1px 10px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  background: #333;
  border: 1px solid #fff;
  right: 0;
  top: 0;
  font-size: 23px;
  font-weight: 600;
}

.displaynone {
  display: none;
}

.covid-btn {
  background: url(/Images/covid/covid1.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  padding: 9px 51px 9px 18px;
  top: 16%;
  right: 0;
  color: #fff;
  z-index: 999;
}
.covid-btn .covid-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.covid-btn .plusepop {
  color: #fff;
  text-align: right;
  padding: 9px 10px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  background: #333;
  border: 1px solid #fff;
  right: 0;
  top: 0;
  font-weight: 600;
}

.top-btn {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 50;
  border: 1px solid #fff;
}

.main-footer {
  background: #112d6f;
}
.main-footer .footer-small-text {
  color: rgba(255, 255, 255, 0.4);
}
.main-footer .social-media li {
  display: inline-flex;
}
.main-footer .social-media li a {
  color: #112d6f;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  height: 27px;
  justify-content: center;
  align-items: center;
}
.main-footer .social-media li a:hover {
  color: #ffffff;
  background: #112d6f;
  border: 1px solid #ffffff;
}
.main-footer .contact-numbers li {
  display: inline-block;
}
.main-footer .contact-numbers .slant-line {
  width: 40px;
  height: 40px;
  position: relative;
}
.main-footer .contact-numbers .slant-line::before {
  content: "";
  height: 40px;
  width: 2px;
  background: #e7243a;
  position: absolute;
  transform: rotate(30deg) translate(0, 0);
  left: 50%;
}
.main-footer .footerlinks ul li {
  display: inline-block;
  border-left: 1px solid #acadaf;
  line-height: 10px;
  vertical-align: middle;
  padding: 0 0 0 8px;
}
.main-footer .footerlinks ul li:first-child {
  border-left: none;
}
.main-footer .footerlinks ul li a {
  color: #ffffff;
}

.select {
  position: relative;
  background: white;
}
.select:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  content: "";
  pointer-events: none;
}
.select:hover:before {
  background: #ccc;
}
.select select {
  font-size: 13px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: calc(1.5em + .75rem + 2px);
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #ced4da;
}

@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-footer .liveschat {
    display: none !important;
  }
  .main-footer .contact-numbers li {
    padding-bottom: 10px;
  }
  .main-footer .contact-numbers .slant-line {
    width: 10px;
    height: 40px;
    position: relative;
  }
  .main-footer .contact-numbers .slant-line::before {
    content: "";
    height: 40px;
    width: 2px;
    background: transparent;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* https://codepen.io/Doron_B/pen/XJqvXN */
/* Slick slider */
/* Slick slider: Arrows */
/* Slick slider: Dots */
/* Slick slider: Content */
.custom-carousel, .userCasSlider, .variable-width {
  position: relative;
}
.custom-carousel .slick-list, .userCasSlider .slick-list, .variable-width .slick-list {
  background: none;
  padding: 10px 0;
}
.custom-carousel .slick-list .slick-track, .userCasSlider .slick-list .slick-track, .variable-width .slick-list .slick-track {
  /* display: table;*/
  height: 100%;
}
.custom-carousel .slick-list .slick-track .slick-slide, .userCasSlider .slick-list .slick-track .slick-slide, .variable-width .slick-list .slick-track .slick-slide {
  padding: 10px;
}
.custom-carousel .slick-list .slick-track .slick-slide .slider-item, .userCasSlider .slick-list .slick-track .slick-slide .slider-item, .variable-width .slick-list .slick-track .slick-slide .slider-item {
  padding: 15px;
  border: 0;
}
.custom-carousel .slick-list .slick-track .slick-slide .slider-item:focus, .userCasSlider .slick-list .slick-track .slick-slide .slider-item:focus, .variable-width .slick-list .slick-track .slick-slide .slider-item:focus {
  outline: none;
}
.custom-carousel .slick-list .slick-track .slick-slide .slider-item .box-3, .userCasSlider .slick-list .slick-track .slick-slide .slider-item .box-3, .variable-width .slick-list .slick-track .slick-slide .slider-item .box-3 {
  box-shadow: 1px 0px 8px 0px #d6d7db;
  height: 100%;
}
.custom-carousel .slick-arrow, .userCasSlider .slick-arrow, .variable-width .slick-arrow {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  color: transparent;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 Free";
  display: table;
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  z-index: 2;
  border: 1px solid #ccc;
  opacity: 0.5;
}
.custom-carousel .slick-arrow.slick-prev, .userCasSlider .slick-arrow.slick-prev, .variable-width .slick-arrow.slick-prev {
  left: 0;
  box-shadow: #cccccc -5px 5px 5px;
}
.custom-carousel .slick-arrow.slick-prev:hover, .userCasSlider .slick-arrow.slick-prev:hover, .variable-width .slick-arrow.slick-prev:hover {
  background-color: #e9e8e8;
}
.custom-carousel .slick-arrow.slick-prev:focus, .userCasSlider .slick-arrow.slick-prev:focus, .variable-width .slick-arrow.slick-prev:focus {
  background-color: #e9e8e8;
  outline: none;
}
.custom-carousel .slick-arrow.slick-prev:before, .userCasSlider .slick-arrow.slick-prev:before, .variable-width .slick-arrow.slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: inherit;
  font-size: inherit;
  opacity: 1;
  color: #333333;
  content: "";
}
.custom-carousel .slick-arrow.slick-next, .userCasSlider .slick-arrow.slick-next, .variable-width .slick-arrow.slick-next {
  right: 0;
  box-shadow: #cccccc 5px 5px 5px;
}
.custom-carousel .slick-arrow.slick-next:hover, .userCasSlider .slick-arrow.slick-next:hover, .variable-width .slick-arrow.slick-next:hover {
  background-color: #e9e8e8;
}
.custom-carousel .slick-arrow.slick-next:focus, .userCasSlider .slick-arrow.slick-next:focus, .variable-width .slick-arrow.slick-next:focus {
  background-color: #e9e8e8;
  outline: none;
}
.custom-carousel .slick-arrow.slick-next:before, .userCasSlider .slick-arrow.slick-next:before, .variable-width .slick-arrow.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: inherit;
  font-size: inherit;
  opacity: 1;
  color: #333333;
  content: "";
}

.variable-width .slick-slide {
  width: 350px;
}

.userCasSlider .seeViewBtn {
  margin: -15px 0 0 0;
}

.userCasSlider .seeViewBtn .btn {
  padding: 13px 16px;
}

.bg-light-white {
  background: #E6F6FB;
}

.serch-item-box-2 .list-items {
  padding: 0 0 0 20px;
}
.serch-item-box-2 .list-items .items-name {
  cursor: pointer;
  list-style-type: disc;
  text-decoration: none;
  font-size: 14px;
}

.referalBg {
  background: url("../images/AI_Banner.jpg") no-repeat;
  color: #fff;
  text-align: center;
  padding: 25px;
  min-height: 271px;
  margin-bottom: 76px;
}
.referalBg .warphead {
  margin-bottom: 20px;
}

.join-Wrap {
  margin: 0 0 -250px 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.join-text {
  color: #0D8AD2;
}

.view-market img {
  max-height: inherit;
  width: 80%;
  padding: 0px;
}

.testimonialsWrap {
  margin: 0 0 45px 0;
}

.comp_logo {
  text-align: center;
  margin: 0 0 15px 0;
}

.block-text {
  background-color: #fff;
  -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);
  color: #626262;
  font-size: 13px;
  margin-top: 27px;
  padding: 15px 18px;
  min-height: 250px;
  border-radius: 3px;
}

.block-text a {
  color: #7d4702;
  font-size: 25px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.block-text p {
  color: #585858;
  line-height: 20px;
}

.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%;
}

.person-text {
  padding: 10px 0 0;
  text-align: center;
  z-index: 2;
  margin: 0px 0 0 0;
}
.person-text img {
  width: 75px;
  height: 75px !important;
  min-height: auto !important;
  position: relative !important;
  margin: -45px 0 0 0;
}
.person-text .nameCl {
  color: #16548a;
  display: block;
  font-size: 18px;
  margin-top: 3px;
  text-decoration: none;
}
.person-text .des {
  color: #333366;
  font-size: 13px;
}
.person-text .company {
  color: #a3b5bf;
  font-size: 12px;
}

/*Your clients*/
.your-clients-sec {
  background: url("../images/3d_landingBG.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.your-clients-sec .warphead {
  padding: 100px 0;
}
.your-clients-sec .speaktoanalyst-bg {
  background: url("../images/speaktoanalyst-bg.png") no-repeat;
  background-size: cover;
}
.your-clients-sec .searchHead {
  line-height: 38px;
}
.your-clients-sec .panelcustom {
  margin-bottom: 20px;
}
.your-clients-sec .panelcustom .panel-heading {
  background-color: #DFE4ED;
  font-weight: bold;
  color: #102D6E;
  text-align: center;
  padding: 10px;
}
.your-clients-sec .panelcustom .panel-body {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  min-height: 175px;
}
.your-clients-sec .slider .ri-story {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  padding: 2px 6px;
  background-color: #e7243a;
  display: inline-block;
  position: absolute;
  top: 4%;
  left: 5%;
  color: #fff;
}
.your-clients-sec .slider .box-3 {
  border-radius: 10px;
  position: relative;
  margin: 10px 0;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.19);
}
.your-clients-sec .slider .box-3 .comment-no {
  color: #595f6f;
}
.your-clients-sec .slider .box-3 h6 {
  min-height: 50px;
}
.your-clients-sec .slider .box-3 .btn-read-more {
  bottom: 10px;
  position: absolute;
  font-weight: 700 !important;
  color: #595f6f;
  font-size: 14px;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  text-decoration: none;
}
.your-clients-sec .slider .box-3 img {
  border-radius: 10px 10px 0 0;
}
.your-clients-sec .markets-tm li {
  background: url(/images/arrow-thin-red.png) no-repeat;
  padding: 0 0 20px 40px;
  font-size: 18px;
  background-size: 17px 14px;
  background-position: 0 6px;
}

.arrow-btn-red {
  background: url(/images/arrow-thin-red.png) no-repeat;
  width: 24px;
  height: 19px;
  display: inline-block;
  background-size: 66% !important;
  background-position: 3px 7px !important;
}

.arrow-btn-white {
  background: url(/images/arrow-thin-right.png) no-repeat;
  width: 24px;
  height: 19px;
  display: inline-block;
  background-size: 66% !important;
  background-position: 3px 7px !important;
}

.problem-statement-sec .problem-Head {
  font-size: 38px;
  line-height: normal;
  font-weight: bold;
}

.mobFooter {
  display: none;
}

#datamain {
  min-height: 3400px;
}

@media (max-width: 767px) {
  #datamain {
    min-height: 7100px !important;
    position: relative;
    z-index: 993;
  }

  .referalBg {
    padding: 12px;
    background-position: center;
    margin-bottom: 210px;
  }

  .mobFooter {
    z-index: 990;
    background-color: #153043;
    border-top: 1px solid #d6d9dd;
    border-bottom: 1px solid #d6d9dd;
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
  }

  .mfont15 {
    font-size: 15px;
  }

  .mfont16 {
    font-size: 16px;
  }

  .mfont17 {
    font-size: 17px;
  }

  .mfont18 {
    font-size: 18px;
  }

  .mfont19 {
    font-size: 19px;
  }

  .mfont20 {
    font-size: 20px;
  }

  .mfont21 {
    font-size: 21px;
  }

  .mfont22 {
    font-size: 22px;
  }

  .mfont23 {
    font-size: 23px;
  }

  .mfont24 {
    font-size: 24px;
  }

  .mfont25 {
    font-size: 25px;
  }

  .mobFooter ul > li > a {
    padding: 13px 10px;
    color: #fff;
    display: inline-block;
    text-align: center;
  }

  .mobFooter ul > li {
    float: left;
    border-right: 1px solid #d6d9dd;
  }

  .buyBtn {
    background-color: #f3bb1c;
    color: #153043;
    padding: 21px 5px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
  }

  .mobFooter ul > li.buyBtn {
    width: 70.9%;
    color: #153043;
    text-align: center;
  }
}

/*# sourceMappingURL=market_landingpage.css.map */
