/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html,
body {
  height: 100%;
}

header {
  display: inline-block;
  width: 100%;
  height: 60px;
  z-index: 6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: #3E4532;
  padding: 10px 0px 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
}
header .logo {
  font-size: 0;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 9px;
}
header .menu {
  float: right;
  margin-top: 9px;
  cursor: pointer;
}

.navWrap {
  position: fixed;
  background: #ffffff;
  right: -100%;
  top: 0;
  border-radius: 10px 0px 0px 10px;
  width: 30%;
  height: 100vh;
  padding: 48px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .navWrap {
    width: 80%;
  }
}
.navWrap.active {
  right: 0;
}
.navWrap .closeMenu {
  position: absolute;
  right: 30%;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .navWrap .closeMenu {
    right: 10%;
  }
}
.navWrap ul li span {
  font-weight: 400;
}
.navWrap ul li .subNav {
  padding-left: 20px;
}
.navWrap a {
  display: block;
  color: #FEC744;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 0;
  text-transform: capitalize;
}
.navWrap a:hover {
  color: #FEC744;
  text-decoration: none;
}
.navWrap .register {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
}

footer {
  padding: 35px 0 0 0;
  margin-top: 25px;
  color: #ffffff;
  background: #3E4532;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding: 35px 20px 0 20px;
  }
}
footer.contactFooter .footerNav {
  width: 100%;
  padding-right: 0;
}
footer .footerNav {
  width: 69%;
  display: inline-block;
  padding-right: 110px;
  min-height: 180px;
}
@media (max-width: 767px) {
  footer .footerNav {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  footer .footerNav figure {
    display: block;
  }
}
footer .footerNav figure img {
  display: block;
  max-width: 100%;
}
footer .footerNav p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
footer .footerNav ul {
  display: flex;
  margin-bottom: 10px;
}
footer .footerNav ul li {
  padding-left: 92px;
}
footer .footerNav ul li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  footer .footerNav ul li {
    padding-left: 10px;
  }
}
footer .footerNav ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FEC744;
  text-transform: uppercase;
}
footer .footerNav ul li a:hover {
  text-decoration: none;
}
footer .footerNav ul li a.active {
  color: #ffffff;
}
footer .footerForm {
  width: 31%;
  display: inline-block;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footerForm {
    width: 100%;
  }
}
footer .footerForm .contactForm {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
}
footer .footerForm .contactForm h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #499195;
  padding: 10px 10px 5px 6px;
}
footer .footerBottom {
  background: #E1E0C7;
  padding: 20px;
  text-align: center;
}
footer .footerBottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
}
footer .footerBottom ul li {
  border-left: 1px solid #666666;
  display: inline-block;
  line-height: 10px;
  margin-left: 6px;
  padding-left: 6px;
  white-space: normal;
  margin-bottom: 14px;
}
footer .footerBottom ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
footer .footerBottom ul li a {
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
}
footer .footerBottom p {
  margin-bottom: 0;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding-top: 10px;
}

.loginMainWrap {
  height: 100vh;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#182f8d+0,0c1847+100 */
  background: #ffffff;
  /* Old browsers */
  position: relative;
}
.loginWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 380px;
  padding: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .loginWrap {
    padding: 10px 30px;
    max-width: 380px;
    position: static;
    left: auto;
    transform: translate(0, 0);
    top: auto;
    width: 100%;
    margin-top: 9vh;
    display: inline-block;
  }
}
.loginWrap.contactpageForm {
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.loginWrap.contactpageForm .button_w {
  margin-top: 20px;
}

.form {
  background: #ffffff;
}
.form h2 {
  text-align: center;
  margin-bottom: 60px;
}
.form h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #3E4532;
}
@media (max-width: 767px) {
  .form h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.form p {
  font-size: 18px;
  line-height: 22px;
  color: #999999;
}
@media (max-width: 767px) {
  .form p {
    font-size: 0.9375rem;
    line-height: 18px;
  }
}
.form button.btn {
  width: 100%;
  box-shadow: 0px 5px 10px #00000033;
}
.form ul li {
  padding: 5px 0;
}
.form ul li .useCustom {
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.form ul li .useCustom:hover {
  text-decoration: none;
}
.form ul li .button_w {
  margin-top: 0px;
}
.form i {
  color: #999999;
}

.loginFooter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.loginFooter a {
  color: #FEC744;
  text-transform: uppercase;
}
.loginFooter a:hover {
  color: #FEC744;
}

.rminderWRap {
  display: flex;
  color: #ffffff;
}
.rminderWRap a {
  margin-left: auto;
  font-size: 14px;
  color: #FEC744;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rminderWRap a {
    font-size: 13px;
  }
}
.rminderWRap a:hover {
  color: #FEC744;
}

.passwordField {
  position: relative;
}

.inputCont {
  display: block;
  position: relative;
}
.inputCont .eyes {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 24px;
  height: 14px;
  background: url(../img/eyes.svg);
  cursor: pointer;
}
.inputCont .eyes.active {
  background: url(../img/eyes-active.svg);
  height: 24px;
  top: 20px;
}
.inputCont.focused .customField {
  background: #ffffff;
}

.customField {
  resize: none;
  width: 100%;
  background: transparent;
  padding: 18px 8px 2px 8px;
  border: 0;
  border-bottom: 1px solid #999999;
  border-radius: 0px;
  font-size: 18px;
  box-shadow: none;
  color: #3E4532;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.customField:focus {
  outline: none;
  background: #ffffff;
}

.foucesBg {
  display: none;
  background: transparent;
}

.customField::-webkit-input-placeholder {
  color: transparent;
  display: none;
}

.customField:focus::-webkit-input-placeholder {
  color: transparent;
  display: none;
}

.customFieldLabel {
  font-size: 14px;
  position: absolute;
  top: 19px;
  opacity: 1;
  transition: all 0.2s;
  left: 7px;
  display: block;
  pointer-events: none;
  color: #999;
}

.customField:not(:placeholder-shown) + label {
  top: 0px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.customField:not(:placeholder-shown):focus + label {
  top: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.button_w {
  background: #FEC744;
  box-shadow: 0px 5px 10px #00000033;
  border-radius: 8px;
  width: auto;
  min-width: 100px;
  padding: 0 15px;
  border: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.button_w:hover {
  color: #000000;
  text-decoration: none;
}

.mian-wrapper {
  margin-top: 60px;
}

.headWrap {
  text-align: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 767px) {
  .headWrap {
    margin-bottom: 10px;
  }
}
.headWrap h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  color: #499195;
}
@media (max-width: 767px) {
  .headWrap h2 {
    font-size: 40px;
    line-height: 53px;
  }
}
.headWrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #3E4532;
  max-width: 620px;
  margin: 0 auto;
}

.mediaBox {
  margin-top: 30px;
}
.mediaBox .videoBox {
  margin-bottom: 46px;
  display: block;
  width: 100%;
}
.mediaBox figure {
  margin-bottom: 46px;
  display: block;
}
.mediaBox figure img {
  display: block;
  max-width: 100%;
}
.mediaBox h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.mediaBox p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.mediaBox a {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #FEC744;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .collapseBox {
    padding-right: 25px;
  }
}
.collapseBox li {
  margin: 20px 0;
}
.collapseBox li.active .collapseContent {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.collapseBox .collapseWrap {
  padding-left: 60px;
}
.collapseBox .collapseWrap h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
.collapseBox .collapseWrap h3 b {
  width: 26px;
  height: 26px;
  background: #FEC744;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -4px;
}
.collapseBox .collapseWrap h3 b::after {
  content: "+";
  position: absolute;
  left: 6px;
  top: 14px;
  font-size: 27px;
  line-height: 0;
}
.collapseBox .collapseWrap h3 b.active::after {
  content: "-";
  font-size: 30px;
  left: 8px;
  top: 12px;
}
.collapseBox .collapseWrap .collapseContent {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.collapseBox .collapseWrap .collapseContent p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.titleHead {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.herobanner {
  position: relative;
}
.herobanner .herobannerContent {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .herobanner .herobannerContent {
    width: 90%;
  }
}
.herobanner .herobannerContent h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  display: none;
}
@media (max-width: 767px) {
  .herobanner .herobannerContent h2 {
    font-size: 34px;
    line-height: 43px;
  }
}
.herobanner .herobannerContent p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.herobanner .herobannerReding {
  background: #F8F8F8;
}
.herobanner .herobannerReding ul {
  display: flex;
}
.herobanner .herobannerReding ul li {
  width: 100%;
  text-align: center;
}
.herobanner .herobannerReding ul li .redingBox span {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #499195;
}
@media (max-width: 767px) {
  .herobanner .herobannerReding ul li .redingBox span {
    font-size: 32px;
    line-height: 32px;
  }
}
.herobanner .herobannerReding ul li .redingBox p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 767px) {
  .herobanner .herobannerReding ul li .redingBox p {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 10px;
  }
}

.aboutTabs {
  display: flex;
  max-width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .aboutTabs {
    display: block;
  }
}
.aboutTabs .aboutTabsLeft {
  width: 30%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .aboutTabs .aboutTabsLeft {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
}
.aboutTabs .aboutTabsLeft .aboutTabsContent h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #499195;
  text-transform: uppercase;
  margin-top: 51px;
}
.aboutTabs .aboutTabsRight {
  width: 70%;
  padding-left: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .aboutTabs .aboutTabsRight {
    width: 100%;
    padding-left: 0;
  }
}
.aboutTabs .aboutTabsRight .aboutTabsDis .aboutTabsDisNumber {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  color: #ededed;
  display: none;
}

.smallCaseWrap .smallCaseBox {
  background: #1F7CE0;
  padding: 20px 0;
}
.smallCaseWrap .smallCaseBox figure {
  display: block;
}
.smallCaseWrap .smallCaseBox figure img {
  max-width: 100%;
}
.smallCaseWrap .smallCaseBox.vestedBox {
  background: #002852;
}
.smallCaseWrap .smallCaseBox .smallCaseContent {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .smallCaseWrap .smallCaseBox .smallCaseContent {
    display: block;
  }
}
.smallCaseWrap .smallCaseBox .smallCaseContent p {
  color: #ffffff;
  width: 90%;
  padding-right: 15%;
}
@media (max-width: 767px) {
  .smallCaseWrap .smallCaseBox .smallCaseContent p {
    padding-right: 0;
  }
}

.pricingWrap {
  padding: 20px 0 60px 0;
}

.commanHead {
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .commanHead {
    padding: 0 20px;
  }
}
.commanHead h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #499195;
  text-transform: uppercase;
}
.commanHead p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  max-width: 630px;
  margin: 0 auto;
}

.subscribeBoxWrap {
  display: block; 
}
@media (max-width: 767px) {
  .subscribeBoxWrap {
    display: block;
  }
}
.subscribeBoxWrap .subscribeBox {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  text-align: center;
  max-width: 350px;
  margin: 0 26px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .subscribeBoxWrap .subscribeBox {
    margin-bottom: 30px;
  }
}
.subscribeBoxWrap .subscribeBox:last-child {
  margin-bottom: 0;
}
.subscribeBoxWrap .subscribeBox .subscribeHead {
  background: #F9F9F9;
  padding: 18px 30px;
}
.subscribeBoxWrap .subscribeBox .subscribeHead h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #499195;
  min-height: 46px;
}
.subscribeBoxWrap .subscribeBox .subscribeHead p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.subscribeBoxWrap .subscribeBox .subscribeContent {
  padding: 15px;min-height: 280px;
}
.subscribeBoxWrap .subscribeBox .subscribeContent .maikeRadio{ border: 0; border-radius: 8px; font-size: 12px; padding: 4px 8px;
  cursor: pointer; }
.subscribeBoxWrap .subscribeBox .subscribeContent .subscribeBoxRadio {
  width: 190px;
  margin: 0 auto;
  text-align: left;
}
.subscribeBoxWrap .subscribeBox .subscribeContent h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #32B04A;
}
.subscribeBoxWrap .subscribeBox .subscribeContent p span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
}
.subscribeBoxWrap .subscribeBox .subscribeContent small{ color: #adadad; text-align: center; }
.subscribeBoxWrap .subscribeBox .subscribeContent b {
  color: #FEC744;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.subscribeBoxWrap .subscribeBox .subscribeFooter {
 /* background: #FEC744; */
}
.subscribeBoxWrap .subscribeBox .subscribeFooter a {
  color: #000000;
  /*font-weight: 700;
  font-size: 10px;*/
  line-height: 32px;
  height: 32px;
    cursor: default;
}
.slick-slide img {
    width:100%;
}
.subscribeBoxWrap .subscribeBox .subscribeFooter a:hover { text-decoration: none; }

@media (max-width: 767px) {
  .mediaCoverageSlider .mediaItems {
    padding: 0 15px;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 2;
  font-size: 0;
  height: 30px;
  border: 0;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: -30px;
  background: url(../img/prev.png);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: -1px;
  }
}
.slick-arrow.slick-next {
  right: 0;
  background: url(../img/next.png);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}

.mediaCoverageWrap {
  background: #F8F8F8;
  padding: 20px 0 60px 0;
}
.mediaCoverageWrap .mediaItems {
  padding: 0 20px;
}

.testimonialsWrap {
  margin: 80px 0;
}
/* .testimonialsWrap .slick-track { display: flex;} */
.testimonialsBox {
  border: 1px solid #999999;
  border-radius: 20px;
  padding: 15px 30px;
  max-width: 340px;
  min-height: 315px;
}
.testimonialsBox .testimonialsHead {
  display: block;
  margin-bottom: 15px;
}
.testimonialsBox .testimonialsHead figure {
  width: 68px;
  height: 68px;
  background-color: #C4C4C4;
  display: inline-block;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  background-position: center !important;
  background-size: cover !important;
}
.testimonialsBox .testimonialsHead h3 {
  display: inline-block;
  width: calc(100% - 75px);
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
}
.testimonialsBox .testimonialsHead h3 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: block;
}
.testimonialsBox p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.contactRight h2 {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 700;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.2px;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 360px;
  }
}
h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  background: #ffffff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

body,
html {
  height: 100%;
}

.mian-wrapper {
  overflow: hidden;
}

.centerwrapper {
  background: #F2F2F2;
  padding: 0 30px;
  margin-top: 59px;
  display: inline-block;
  width: 100%;
  padding-left: 96px;
  min-height: calc(100vh - 66px);
}
@media (max-width: 1290px) {
  .centerwrapper {
    padding: 0 20px;
    padding-left: 75px;
  }
}
@media (max-width: 998px) {
  .centerwrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 540px) {
  .centerwrapper {
    padding: 0px;
    padding-left: 0px;
  }
}

input[type=text],
select {
  -webkit-appearance: searchfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary.focus,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #101F5E;
  outline: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}

.button {
  background: #132570;
  border: 1px solid #132570;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0px 3px 6px #00000033;
  min-width: 100px;
  padding: 4px 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.button.btn-md {
  padding-left: 24px;
  padding-right: 24px;
}
.button:hover {
  color: #ffffff;
  text-decoration: none;
}

.button-outline {
  background: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  color: #132570;
  box-shadow: 0px 3px 6px #00000033;
  border: 1px solid #132570;
  min-width: 100px;
  padding: 4px 14px;
  cursor: pointer;
  text-align: center;
}
.button-outline.btn-md {
  padding-left: 24px;
  padding-right: 24px;
}
.button-outline:hover {
  color: #132570;
}

.changeQueryMsg {
  padding-top: 10px;
  color: #e3000f;
  text-align: center;
  font-size: 13px;
}

.form-control:focus {
  box-shadow: inherit;
}

ul {
  margin: 0;
  padding: 0px;
}

ul li {
  list-style: none;
}

a {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #54bde2;
}

a:hover {
  color: #4fc1e6;
}

.form-control {
  border-color: #999999;
  border-radius: 30px;
  color: #808080;
  font-size: 0.875rem;
}

.cancelBtn {
  text-transform: uppercase;
  font-size: 1rem;
  color: #999999;
}

.error {
  color: red;
}

.btn-link {
  color: #132570;
  font-size: 0.875rem;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
  color: #132570;
}

button:focus, * {
  outline: none;
}

.modal-title {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.modal-title .timer {
  float: right;
}

.timer {
  font-size: 14px;
  color: #000000;
  display: inline-block;
}
.timer b {
  color: #132570;
}

.pointer {
  cursor: pointer;
}

.custonField .custonFieldLable {
  display: flex;
}
.custonField .custonFieldLable span {
  margin-left: auto;
  color: #666666;
}
.custonField label {
  margin-bottom: 0;
}
.custonField .field {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 5px 12px;
  width: 100%;
}
.custonField textarea.field {
  min-height: 80px;
  resize: none;
}
.custonField textarea.field.min-height {
  height: 120px;
}

.selectWrap {
  width: 100%;
}
.selectWrap label {
  font-size: 13px;
  color: #999999;
  width: 100%;
  margin-bottom: 0;
}
.selectWrap.timeSpent {
  position: relative;
}
.selectWrap.timeSpent b {
  position: absolute;
  width: 14px;
  height: 14px;
  display: inline-block;
  left: 12px;
  top: 34px;
  border-radius: 3px;
  z-index: 1;
}
.selectWrap.timeSpent .select {
  padding-left: 36px;
}
.selectWrap.timeSpent .fieldWrap .chosen-container-single .chosen-single {
  padding-left: 36px;
}

.amber {
  background: #FF8C18;
}

.red_bg {
  background: red;
}

.selectPage {
  border: 1px solid #cccccc;
  background: #ffffff url(../img/icons/gray-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px);
  padding: 8px 25px 8px 9px;
  border-radius: 6px;
  width: 100%;
}

.customCheckbox {
  position: relative;
  padding-left: 18px;
  margin-right: 20px;
}
.customCheckbox input {
  display: none;
}
.customCheckbox input:checked + b {
  border-color: #132570;
  background: #132570;
}
.customCheckbox input:checked + b::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  color: #fff;
  width: 5px;
  height: 10px;
  border: 1px solid #ffffff;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  transform: rotate(45deg);
}
.customCheckbox b {
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 3px;
}
.customCheckbox span {
  display: inline-block;
  font-size: 13px;
  color: #000000;
  padding-left: 6px;
}
.customCheckbox.redioChk b {
  border-radius: 50%;
}

@media (min-width: 999px) {
  .modal-xl {
    max-width: 1000px;
  }
}
.alertTag {
  padding: 2px 10px;
  border-radius: 25px;
  display: inline-block;
  font-size: 11px;
  min-width: 70px;
  text-align: center;
  color: #ffffff;
}

.warning {
  background: #FF9900;
}

.emergency {
  background: #FF0000;
}

.normal {
  background: #78CE4F;
}

.tableTag {
  background: #F7F7F7;
  border: 1px solid #cccccc;
  min-width: 60px;
  border-radius: 4px;
  padding: 5px 8px;
  color: #000000;
}

.doteWrap {
  position: relative;
  padding-left: 18px;
}
.doteWrap b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #cccccc;
}
.doteWrap b.red {
  background-color: #FA0000;
}
.doteWrap b.green {
  background-color: #78CE4F;
}
.doteWrap b.yellow {
  background-color: #FF9900;
}

.errorClass {
  color: #ff0000;
  display: none;
  font-size: 12px;
}

.starClass {
  color: #ff0000;
}

.modal-content {
  border: 0;
  box-shadow: 0px 1px 2px #00000033;
  border-radius: 8px;
}

.modal-header .close {
  display: none;
}

.commanBox {
  box-shadow: 0px 1px 2px #00000033;
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.msgClass {
  display: none;
  color: #008000;
}

.loaderImage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: none;
}
.loaderImage img {
  max-width: 100%;
}

.loaderImage {
  position: absolute;
  top: -65px;
  display: inline-block;
  width: 80%;
  left: 30px;
}

#loading_overlay {
  background-color: black;
  height: 100%;
  left: auto;
  opacity: 0.7;
  position: fixed;
  top: 0%;
  width: 100%;
  z-index: 9999;
  margin: auto;
}

#loading_overlay .loading_message {
  color: #333;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
}

#loading_overlay .loading_message img {
  margin: 7px auto;
}

.tab-content {
  position: relative;
}

.addNotesBtn {
  position: absolute;
  top: -40px;
  right: 20px;
}

.singleDate {
  position: relative;
}
.singleDate .singleDateInput {
  height: 34px;
  width: 100%;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 10px;
  background-image: url(../img/icons/calender-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}
.singleDate.calendarWrap .date-picker-wrapper .month-wrapper table .day {
  cursor: pointer !important;
  pointer-events: painted;
}
.singleDate.calendarWrap .date-picker-wrapper .month-wrapper table .day.lastMonth, .singleDate.calendarWrap .date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: block !important;
}

.singleTime {
  position: relative;
}
.singleTime .singleDateInput {
  height: 34px;
  width: 100%;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 10px;
  background-image: url(../img/icons/time-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}
.singleTime.calendarWrap .date-picker-wrapper .month-wrapper table .day {
  cursor: pointer !important;
  pointer-events: painted;
}
.singleTime.calendarWrap .date-picker-wrapper .month-wrapper table .day.lastMonth, .singleTime.calendarWrap .date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: block !important;
}

.singleTime .bootstrap-datetimepicker-widget table td span {
  background-image: url(../img/icons/up-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.singleTime .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down {
  transform: rotate(180deg);
}
.singleTime .bootstrap-datetimepicker-widget table td span.timepicker-hour {
  background-image: none;
}
.singleTime .bootstrap-datetimepicker-widget table td span.timepicker-minute {
  background-image: none;
}


.customRadio{display: block;}
.customRadio label{ position: relative; display: block; font-weight: 600; font-size: 18px; line-height: 22px; color: #32B04A;}
.customRadio label b{ width: 20px; height: 20px; border: 1.5px solid #dddddd; border-radius: 4px; position: relative; display: inline-block;  vertical-align: middle; margin-top: -3px; }
.customRadio label input{ display: none;}
.customRadio label input:checked + b{ border: 1px solid #32B04A; }
.customRadio label input:checked + b::before{ content: ''; position: absolute; left: 2px; width: 14px; height: 14px; display: inline-block; background: #32B04A; border-radius: 4px; top: 2px; }

.investorPage{}
.investorPage h3{ font-weight: 700; font-size: 16px; line-height: 50px; }
.investorPage h4 { font-weight: 700; font-size: 14px; line-height: 50px; }
.investorPage ul,
.investorPage ol{ padding-left: 16px;}
.investorPage ul li{ padding: 5px 0; list-style-type: disc;}
.investorPage ol li{ list-style-type: circle; padding: 5px 0;  }

.tablecomplian{}
.tablecomplian table{ border: 1px solid #f1f1f1;}
.tablecomplian table tr th{ background: #f1f1f1; padding: 12px 8px; border-left: 1px solid #f1f1f1;}
.tablecomplian table tr td{ padding: 12px 8px; border-top: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1;}

.socialLink { margin-top: 50px; display: block; margin-bottom: 20px}
.socialLink a{ margin-right: 10px;}
.socialLink a.spotifyicon { width: 25px; filter: brightness(10); } 
.socialLink a.spotifyicon img { max-width: 30px;}
.socialLink a.youtubeicon { width: 25px; }
.socialLink a.youtubeicon img { max-width: 35px;}
.btn-link{     color: #FEC744;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer; }
  .aboutWrap{ margin-bottom: 15px;}

  .aboutWrap h4{    font-size: 18px;  }

.hasTags{ display: block; }
.hasTags a{ display: block; font-weight: 600; font-size: 14px; line-height: 17px; color: #FEC744; padding: 5px 0; }
 
 
  .coupon-data { text-align: center; }
   .coupon-data .applycouponcode { display: block; width: 100%; border-radius: 4px; border: 1px solid #ddd; padding: 5px 15px;  }
   .coupon-data span { color: #FEC744; font-weight: 700; display: block; font-size: 10px; line-height: 12px;
   text-transform: uppercase; cursor: pointer; margin-top: 10px;  }
   .modalBox { padding: 20px 40px; }
   .modalBox ul {}
   .modalBox ul li { margin-bottom: 15px;
   list-style: auto;}
   .modalBox ul li ol li { list-style: lower-roman;}
   .signpadContainer { min-height: 70px; margin-top: 20px; } 
   .signpadContainer input { width: 100%; border: 1px solid #dddddd; padding: 5px 20px; line-height: 30px; border-radius: 4px; }
   .signpadContainer #signpad { border-top: 1px solid #dddddd; padding-top:10px; margin-top: 20px; margin-bottom: 20px; font-family: "Allura", serif;
   font-weight: 400; font-size: 36px; }
   .subscribeBoxWrap .subscribeBox .subscribeContent .subscribeBoxRadio {    width: 220px; }
   
   .dnone{display: none !important;}
   .summary-box {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 820px;
            width: 100%;
            margin: 0 auto 50px;
        }
        .summary-box h2 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }
        .summary-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            font-size: 16px;
        }
       .summary-item .plan-amount { display: flex;  font-size: 16px; }
       .summary-item .plan-amount b { padding-left: 3px; } 
        .total {
            font-weight: bold;
            font-size: 18px;
            border-top: 2px solid #ddd;
            padding-top: 10px;
        }
        .coupon-section {
            margin-top: 15px;
        }
        .coupon-section input {
            width: calc(100% - 20px);
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
        }
        .coupon-section button {
            width: 100%;
            margin-top: 10px;
            padding: 8px;
            background-color: #007bff;
            border: none;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }
        .coupon-section button:hover {
            background-color: #0056b3;
        }
        .paymentDoNow .dopaymentNow { font-size: 14px; }

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