.avatar-upload {
  position: relative;
  max-width: 350px;
  margin: 20px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 90px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit label:after {
  content: "\f304";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #757575;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-preview {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.avatar-preview div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.plan-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.plan-card {
  padding: 0 !important;
}

.plan-card__header {
  background-color: #00a6f7;
  padding: 20px;
  height: 150px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .plan-card__header {
    height: 130px;
  }
  .plan-card .plan-name {
    font-size: 1rem !important;
  }
  .plan-card .plan-price {
    font-size: 2rem !important;
  }
  .plan-card__body {
    margin-top: 1.8rem !important;
  }
}

.plan-card__footer {
  padding: 20px;
}

.expired-time-circle {
  margin-top: 15px;
  border-radius: 50%;
  color: #ffff;
  width: 80px;
  height: 80px;
  border: 4px solid #88fb3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 50px;
}

.expired-time-circle.danger-border {
  border-color: #fb3b47;
}

.bottom-menu .navbar-collapse {
  background-color: transparent;
}

.bottom-menu ul li {
  text-align: center;
}

.bottom-menu ul li a {
  padding: 15px 20px;
  display: block;
  color: #fff;
  font-family: Exo, cursive;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .bottom-menu ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 10px;
  }
}

@media (max-width: 420px) {
  .bottom-menu ul li a {
    padding: 15px 10px;
    font-size: 14px;
  }
}

.bottom-menu ul li a.active,
.bottom-menu ul li a:hover {
  color: #fb3b47;
}

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

.beneficiary-card .nav-tabs {
  border-bottom: none;
}

.beneficiary-card .nav-item.show .nav-link,
.nav-link.active {
  color: #495057;
  background-color: unset;
  border-color: unset;
}

.beneficiary-card .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #dee2e6;
  color: #fff;
}

.beneficiary-card .nav-tabs .nav-item.show .nav-link,
.beneficiary-card .nav-tabs .nav-link.active {
  background-color: #fb3b47;
  border-color: #fb3b47;
}

.cookie-modal {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: -600px;
  width: 100%;
  padding: 30px 100px;
  transition: bottom 0.5s;
  z-index: 1000;
  color: #fff;
}

.cookie-modal.show {
  bottom: 0;
}

@media (max-width: 767px) {
  .cookie-modal {
    padding: 30px 50px;
  }
  .cookie-modal .close-btn {
    font-size: 16px !important;
  }
}

@media (max-width: 591px) {
  .cookie-modal {
    padding: 30px 30px;
  }
}

.cookie-modal .close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  background: 0 0;
  color: #ffff;
  border: none;
  font-size: 24px;
}

@font-face {
  font-family: lightcase;
  src: url(../fonts/lightcase.eot?55356177);
  src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),
    url(../fonts/lightcase.woff?55356177) format("woff"),
    url(../fonts/lightcase.ttf?55356177) format("truetype"),
    url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*="lightcase-icon-"]:before {
  font-family: lightcase, sans-serif;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.lightcase-icon-play:before {
  content: "\e800";
}

.lightcase-icon-pause:before {
  content: "\e801";
}

.lightcase-icon-close:before {
  content: "\e802";
}

.lightcase-icon-prev:before {
  content: "\e803";
}

.lightcase-icon-next:before {
  content: "\e804";
}

.lightcase-icon-spin:before {
  content: "\e805";
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  html[data-lc-type="ajax"] #lightcase-case,
  html[data-lc-type="inline"] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type="error"]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 641px) {
  html[data-lc-type="image"] #lightcase-content,
  html[data-lc-type="video"] #lightcase-content {
    background-color: #333;
  }
}

html[data-lc-type="ajax"] #lightcase-content,
html[data-lc-type="error"] #lightcase-content,
html[data-lc-type="inline"] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type="ajax"] #lightcase-content,
  html[data-lc-type="error"] #lightcase-content,
  html[data-lc-type="inline"] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
  }
}

html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > :not(iframe),
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > :not(iframe),
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > :not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*="lightcase-icon-"] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
}

a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*="lightcase-icon-"] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*="lightcase-icon-"]:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}

.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*="lightcase-icon-"].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: 0;
}

a[class*="lightcase-icon-"].lightcase-icon-prev {
  left: 15px;
}

a[class*="lightcase-icon-"].lightcase-icon-next {
  right: 15px;
}

a[class*="lightcase-icon-"].lightcase-icon-pause,
a[class*="lightcase-icon-"].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*="lightcase-icon-"].lightcase-icon-pause,
  a[class*="lightcase-icon-"].lightcase-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*="lightcase-icon-"] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*="lightcase-icon-"] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-case:hover ~ a[class*="lightcase-icon-"],
  a[class*="lightcase-icon-"]:hover {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

.account-short-link li a:hover,
.bottom-menu ul li a.active,
.bottom-menu ul li a:hover,
.choose-card__icon i,
.custom--checkbox input:checked ~ label::before,
.custom--cl,
.dl__corner--bottom:after,
.dl__corner--bottom:before,
.dl__corner--top:after,
.dl__corner--top:before,
.footer-info-list i,
.header .main-menu li a.active,
.header .main-menu li a:focus,
.header .main-menu li a:hover,
.header .main-menu li.menu_has_children:hover > a::before,
.overview-card__icon i,
.plan-feature-list li::before,
.ratings i,
a:hover {
  color: #00a6f7;
}

.dl__square,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #00a6f7 !important;
}

.feature-card i,
.page-breadcrumb li a:hover,
.subscribe-form .form--control:focus ~ i,
.text--base {
  color: #00a6f7 !important;
}

.btn--gradient::before,
.feature-card::after,
.how-work-card__step::before,
.loan-card,
.overview-section::after,
.pagination .page-item.active .page-link,
.section-top-title.border-left::before,
.testimonial-item {
  background: #00a6f7;
}

.account-section-right::after,
.account-section-right::before,
.account-wrapper .left,
.beneficiary-card .nav-tabs .nav-link,
.btn--base-2,
.btn--dark,
.btn--dark:hover,
.btn-outline--gradient::before,
.choose-card,
.custom--table thead,
.dark--overlay-two::before,
.dark--overlay::before,
.fdr-badge,
.footer,
.header.menu-fixed .header__bottom,
.overview-section,
.registration-wrapper .top-content,
.testimonial-item::before {
  background: #14233c;
}

.section--bg2 {
  background-color: #14233c !important;
}

#preloader:before,
.custom--accordion .accordion-item {
  border: 1px solid #00a6f7;
}

.border--base,
.expired-time-circle::before,
.form--control:focus,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #00a6f7 !important;
}

.custom--btn {
  color: #fff;
  background: #00a6f7;
}

.btn:hover {
  color: #fff;
}

.btn-primary {
  background: #00a6f7;
  border-color: #00a6f7;
}

.btn-primary:hover {
  background: #00a6f7;
  border-color: #00a6f7;
}

/* .header__bottom {
  background-color: </?php echo $secondColor;
} */

.pagination .page-item .page-link:hover {
  border: 1px solid #00a6f7;
}

.header .main-menu li .sub-menu li a::before,
.pagination .page-item .page-link:hover {
  background-color: #00a6f7;
}

.page-link:focus {
  box-shadow: 0 0 0 0.25rem #00a6f740 !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #00a6f7;
  border-color: #00a6f7 !important;
}

.contact-info-card__icon i,
.header .main-menu li.menu_has_children > a::before {
  color: #00a6f7;
}

.header .main-menu li .sub-menu li a:hover,
.page-breadcrumb li:first-child::before {
  color: #00a6f7;
}

.plan-card {
  border-bottom: 3px solid #00a6f7;
}

.service-card__icon {
  background-color: #00a6f726 !important;
}

.feature-card .icon {
  background-color: #00a6f726 !important;
}

.custom--accordion .accordion-button {
  background-color: #00a6f70d;
}

.overview-card__icon i {
  background: #00a6f7;
  background: -webkit-linear-gradient(-103deg, #00a6f7 0, #00a6f7 35%, #00a6f7 76%, #00a6f7 100%);
  background: linear-gradient(-103deg, #00a6f7 0, #00a6f7 35%, #00a6f7 76%, #00a6f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section--bg {
  background-color: #00a6f712;
}

/* @media (max-width: 991px) {
  .header__bottom {
    background-color: </?php echo $secondColor;
  }
} */

/* .account-form .form--control,
.account-form .select {
  background-color: </?php echo $secondColor;
} */

.footer-social {
  font-size: 1.5rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.total_all {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11.5px);
  -webkit-backdrop-filter: blur(11.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.about_back {
  padding: 40px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.bo {
  font-size: 1.1em;
  font-weight: 600;
}

.font-bold {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
}

.choose-card__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.choose-card__icon {
  width: 55px;
}

.choose-card__icon i {
  font-size: 42px;
  line-height: 1;
}

.choose-card__title {
  width: calc(100% - 55px);
}

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

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

.header__logo-svg {
  height: 48px;
  max-width: 184px;
}

.pt-desk-50 {
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .header__logo-svg {
    height: 35px;
  }
  .pt-desk-50 {
    padding-top: 5px;
  }
}

.title-gradient {
  font-weight: 800;
  background: -webkit-linear-gradient(45deg, #0a00c5, #00ff95 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-w {
  background-color: #fefefe !important;
}

.overview-card__content .couter-number {
  font-size: 1.5rem;
}

.text-trans {
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 575px) {
  .overview-card__content .couter-number {
    font-size: 1.2rem;
  }
  .text-trans {
    font-size: 0.7rem;
    font-weight: 600;
  }
}

.brand-slider .slick-list {
  margin: 0 !important;
}

.service-card__icon i {
  color: #00a6f7;
}
.card-bl {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-bl .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-bl .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}

.card-bl .card-image .card-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card-bl img {
  width: 100%;
  height: auto;
}

.img-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-bl .ftr {
  margin-top: 15px;
}

.card-bl .ftr div {
  display: inline-block;
}

.card-bl .ftr .author {
  color: #888;
}

.card-bl .ftr .stats {
  float: right;
  line-height: 30px;
}

.card-bl .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.card-blog {
  margin-top: 30px;
}

.card-blog .card-caption {
  margin-top: 5px;
}

.card-blog .card-image + .category {
  margin-top: 20px;
}

.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-background {
  background-position: center;
  background-size: cover;
  text-align: center;
}

.card-background .table {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
}

.card-background .card-description,
.card-background .category,
.card-background small {
  color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
  color: #fff;
  margin-top: 10px;
}

.card-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
}

.card-profile {
  margin-top: 30px;
  text-align: center;
}

.table {
  margin-bottom: 0;
}

.card-bl .table {
  padding: 15px 30px;
}

.card-bl .table-primary {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card-bl .table-info {
  background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card-bl .table-success {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card-bl .table-warning {
  background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card-bl .table-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card-bl .table-rose {
  background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card-bl [class*="table-"] {
  color: #fff;
  border-radius: 6px;
}

.card-bl [class*="table-"] .card-caption,
.card-bl [class*="table-"] .card-caption a,
.card-bl [class*="table-"] .icon i {
  color: #fff;
}

.card-bl [class*="table-"] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}

.card-bl [class*="table-"] .author a,
.card-bl [class*="table-"] .card-description,
.card-bl [class*="table-"] .category,
.card-bl [class*="table-"] .ftr .stats {
  color: rgba(255, 255, 255, 0.8);
}

.card-bl [class*="table-"] .author a:active,
.card-bl [class*="table-"] .author a:focus,
.card-bl [class*="table-"] .author a:hover {
  color: #fff;
}

.card-bl [class*="table-"] h1 small,
.card-bl [class*="table-"] h2 small,
.card-bl [class*="table-"] h3 small {
  color: rgba(255, 255, 255, 0.8);
}

.card-blog {
  margin-top: 30px;
}

.card-blog .card-caption {
  margin-top: 5px;
}

.card-blog .card-image + .category {
  margin-top: 20px;
}

.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.slick-slide {
  margin: 0 20px;
}

.slick-slide .img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.profit-calculator-wrapper {
  padding: 30px 30px;
  background: #0575e6;
  background: -webkit-linear-gradient(to right, #1a3183, #0575e6);
  background: linear-gradient(to right, #1a3183, #0575e6);
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.bg-shadow {
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  border-radius: 10px;
}

ul.socialIcons {
  padding: 0;
  text-align: center;
}

.socialIcons li {
  background-color: yellow;
  list-style: none;
  display: inline-block;
  margin: 4px;
  border-radius: 2em;
  overflow: hidden;
}

.socialIcons li a {
  display: block;
  padding: 0.6em;
  min-width: 1.28571429em;
  max-width: 2.28571429em;
  height: 2.28571429em;
  white-space: nowrap;
  line-height: 1.5em; /*it's working only when you write text with icon*/
  transition: 0.5s;
  text-decoration: none;
  font-family: arial;
  color: #fff;
}

.socialIcons li i {
  margin-right: 0.6em;
}

.socialIcons li:hover a {
  max-width: 200px;
  padding-right: 1em;
}

.socialIcons .facebook {
  background-color: #3b5998;
  box-shadow: 0 0 16px #3b5998;
}

.socialIcons .twitter {
  background-color: #00aced;
  box-shadow: 0 0 16px #00aced;
}

.socialIcons .instagram {
  background-color: #cd486b;
  box-shadow: 0 0 16px #cd486b;
}

.socialIcons .pinterest {
  background-color: #0096edb7;
  box-shadow: 0 0 16px #0096edb7;
}

.slick-slide {
  margin: 0 20px;
}
.slick-slide .img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}

.bg-shadow {
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  border-radius: 10px;
}

ul.socialIcons {
  padding: 0;
  text-align: center;
}

.socialIcons li {
  background-color: yellow;
  list-style: none;
  display: inline-block;
  margin: 4px;
  border-radius: 2em;
  overflow: hidden;
}

.socialIcons li a {
  display: block;
  padding: 0.6em;
  min-width: 1.28571429em;
  max-width: 2.28571429em;
  height: 2.28571429em;
  white-space: nowrap;
  line-height: 1.5em; /*it's working only when you write text with icon*/
  transition: 0.5s;
  text-decoration: none;
  font-family: arial;
  color: #fff;
}

.socialIcons li i {
  margin-right: 0.6em;
}

.socialIcons li:hover a {
  max-width: 200px;
  padding-right: 1em;
}

.socialIcons .facebook {
  background-color: #3b5998;
  box-shadow: 0 0 16px #3b5998;
}

.socialIcons .twitter {
  background-color: #00aced;
  box-shadow: 0 0 16px #00aced;
}

.socialIcons .instagram {
  background-color: #cd486b;
  box-shadow: 0 0 16px #cd486b;
}

.socialIcons .pinterest {
  background-color: #0096edb7;
  box-shadow: 0 0 16px #0096edb7;
}

.header__logo-svg {
  height: 68px;
  max-width: 254px;
}
@media (max-width: 991.98px) {
  .header__logo-svg {
    height: 55px;
  }
  .small-text {
    font-size: 0.8rem;
  }
}
.text-brown {
  color: #aaa;
}

#phoneInput .field-wrapper {
  position: relative;
  text-align: center;
}

#phoneInput .form-group {
  min-width: 300px;
  width: 50%;
  margin: 4em auto;
  display: flex;
  border: 1px solid rgba(96, 100, 104, 0.3);
}

#phoneInput .letter {
  height: 50px;
  border-radius: 0;
  border: none;
  text-align: center;
  max-width: calc((100% / 10) - 1px);
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(100% / 10);
  outline-style: none;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 132, 255);
}

#phoneInput .letter + .letter {
  border-left: 1px solid #0e0d35;
}

@media (max-width: 480px) {
  #phoneInput .field-wrapper {
    width: 100%;
  }

  #phoneInput .letter {
    font-size: 16px;
    padding: 2px 0;
    height: 35px;
  }

  #phoneInput .letter {
    max-width: calc((100% / 7) - 1px);
  }
}
