:root {
  --primary-600-s: #083A6E;
  --secondary-500-b: #D75E28;
  --grey-800: #424242;
  `
    --grey-300: #E0E0E0;
  --grey-700: #616161;
  --primary-900-s: #02162C;
  --light-bluegrey: #F0F4F7;
  --mw-link: #F06A2E;
  --mw-secondary-500: #D75E28;
  --mw-white: #fff;
  --mw-primary: #062B52;
  --mw-grey: #BDBDBD;
  --mw-grey-300: #E0E0E0;
  --mw-grey-500: #9E9E9E;
  --mw-grey-600: #757575;
  --mw-grey-700: #616161;
  --mw-grey-800: #424242;
  --mw-grey-900: #323232;
  --mw-grey-950: #212121;
  --mw-primary-300: #2471C0;
  --mw-primary-400: #15569A;
  --mw-primary-500: #0C4682;
  --mw-primary-600: #083A6E;
  --mw-primary-700: #062B52;
  --mw-primary-800: #08223D;
  --mw-primary-950: #010D19;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



.see-pricing-td{
  background-color: orange;
  border: 1px solid #555;
  padding: 7px; /* Adds padding for better appearance */
  text-align: center;
  border-radius: 5px;
}




.fg-74{
    margin-left: 10px; white-space: nowrap;
}



body {
  margin: 0;
  padding: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mw-primary);
  background: #F2F2F2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -1px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 31px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 21px;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

a {
  text-decoration: none;
  color: var(--mw-link);
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container {
  max-width: 1380px;
}

.cp-section {
  margin: 32px 0;
}

.w-100 {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.mr-8 {
  margin-right: 8px;
}

.has-underline {
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  padding-bottom: 7px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no-border {
  border: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #212529;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid #DCDCDC;
  background: #FCFCFC;
  box-shadow: inset 2px 3px 1px rgba(48, 49, 51, 0.1);
  padding: 12px 64px 12px 16px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Archivo';
}

textarea.form-control {
  height: auto;
}

.cp-form-field {
  margin-bottom: 16px;
}

.cp-form-field>label {
  margin-bottom: 8px;
  display: inline-block;
  color: #4B4962;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.cp-form-field textarea {
  color: #484848;
  font-family: Archivo;
  font-size: 16px;
}

.cp-form-field>label span {
  color: var(--grey-700, #616161);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 3px;
}

.cp-form-field.cp-form-checkbox label {
  font-weight: 300 !important;
  color: #02162C;
  font-size: 17px;
  line-height: 19px;
}

.cp-form-checkbox>label input {
  position: relative;
  top: 2px;
}

.cp-form-model .servc-mhead h2 {
  color: var(--grey-800, #424242);
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -1px;
}

.cp-form-model .servc-mbody {
  padding: 12px 0 0 0;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* START : Icons CSS */

.logo-nbar {
  background: url(../images/ic-menu.svg) no-repeat center center;
  width: 32px;
  height: 33px;
  display: inline-block;
}

.shopping-cart-icon {
  background: url(../images/shopping-cart-off-32.png) no-repeat center center;
  width: 32px;
  height: 33px;
  display: inline-block;
}

.shopping-cart-icon-on {
  background: url(../images/shopping-cart-on-32.png) no-repeat center center;
  width: 32px;
  height: 33px;
  display: inline-block;
}

.logo-account {
  background: url(../images/ic-account-mini.svg) no-repeat center center;
  width: 32px;
  height: 33px;
  display: inline-block;
}

.logo-account-off {
  background: url(../images/ic-account-mini-off.svg) no-repeat center center;
  width: 32px;
  height: 33px;
  display: inline-block;
}

.icon-rotate {
  background: url(../images/icon-rotate.svg) no-repeat center center;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 4px;
}

.icon-last-update {
  background: url(../images/ic-last-update.svg) no-repeat center center;
  width: 11px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.icon-expend {
  background: url(../images/ic-expand.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-edit-regions,
.icon-edit {
  background: url(../images/ic-btn-edit.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.icon-edit-tiny {
  background: url(../images/ic-edit-tiny.svg) no-repeat center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 18px;
}

.icon-edit-blue {
  background: url(../images/ic-btn-edit-blue.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

.icon-confirm {
  background: #E8F6EE url(../images/ic-checkmark-circle.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 56px;
}

.icon-confirm2 {
  background: #E8F6EE url(../images/ic-checkmark-circle.svg) no-repeat center center;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 36px;
}

.icon-alert {
  background: #fff8eb url(../images/ic-alert.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 56px;
}

.icon-first-map-dark {
  background: url(../images/ic-mini-firstMate-dark.svg) no-repeat center center;
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}

.icon-chevron-right-dark {
  background: url(../images/ic-chevron-right-dark.svg) no-repeat center center;
  width: 21px;
  height: 20px;
  display: inline-block;
}

.icon-guide {
  background: url(../images/ic-mini-guide.svg) no-repeat center center;
  width: 21px;
  height: 20px;
  display: inline-block;
}

.icon-ques {
  background: url(../images/ic-ques.svg) no-repeat center center;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 4px;
}

.icon-tips-faq-dark {
  background: url(../images/ic-mini-tipsFAQ-dark.svg) no-repeat center center;
  width: 21px;
  height: 20px;
  display: inline-block;
}

.icon-listen {
  background: url(../images/ic-listen.svg) no-repeat center center;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.icon-watch {
  background: url(../images/ic-watch.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.icon-external {
  background: url(../images/ic-external-link.svg) no-repeat center center;
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.icon-add {
  background: url(../images/ic-add.svg) no-repeat center center;
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.icon-add-dark {
  background: url(../images/ic-add-dark.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.icon-route {
  background: url(../images/ic-route.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.icon-plus {
  background: url(../images/ic-plus.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.icon-cfreq {
  background: url(../images/ic-cfreq.svg) no-repeat center center;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.icon-nav-prev {
  background: url(../images/ic-prev.svg) no-repeat center center;
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.icon-nav-next {
  background: url(../images/ic-next.svg) no-repeat center center;
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.icon-comms {
  background: url(../images/ic-mini-comms-gray.svg) no-repeat center center;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.icon-more-option {
  background: url(../images/ic-more-options.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon-cancel {
  background: url(../images/ic-cancel.svg) no-repeat center center;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.icon-cancel-red {
  background: url(../images/ic-cancel-red.svg) no-repeat center center;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.icon-back {
  background: url(../images/ic-chevron-back.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon-tag {
  background: url(../images/ic-tag.svg) no-repeat center center;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.icon-vessels {
  background: url(../images/ic-vessels.svg) no-repeat center center;
  width: 28px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background-size: contain;
}

.icon-journey {
  background: url(../images/ic-journeys.svg) no-repeat center center;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background-size: contain;
}

.icon-trash {
  background: url(../images/ic-trash.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 20px;
}

.icon-subscription {
  width: 32px;
  height: 33px;
  display: inline-block;
  border-radius: 32px;
  background: #E9F4FF url(../images/ic-subscriptions.svg) no-repeat center;
  background-size: 20px 100%;
}

.icon-quickref-popup {
  background: url(../images/ic-quickref-popup.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.icon-update {
  background: url(../images/ic-last-update.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.icon-uparrow {
  background: #EB4800 url(../images/ic-chevron-up.svg) no-repeat center center;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  margin-left: 8px;
}

.icon-help {
  background: url(../images/ic-help-open-modal-popup.svg) no-repeat center center;
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}

.icon-delete {
  background: url(../images/ic-delete.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon-forecasts {
  background: url(../images/ic-mini-customForecasts-dark.svg) no-repeat center center;
  width: 15px;
  height: 12px;
  display: inline-block;
  background-size: contain;
}

.icon-chevrons-up {
  background: url(../images/ic-chevrons-up.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
}

.icon-info {
  background: #E9F4FF url(../images/ic-info-circle.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: inline-block;
  background-size: contain;
  border-radius: 56px;
}

.icon-calendar-time {
  background: url(../images/ic-calendar-time.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}

/* END : Icons CSS */


/* START - header CSS */

#mnav-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 460px;
  background: var(--primary-600-s, #083A6E);
  box-shadow: 0px 4px 124px 0px rgba(0, 0, 0, 0.65);
  height: 100vh;
  z-index: 102;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform .3s;
}

.has-push-left #mnav-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 98;
  display: none;
}

body.has-push-left #mnav-box {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#mnav-hdr {
  padding: 16px;
  display: flex;
  justify-content: center;
}

.close-btn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: 20px;
}

ul.mnav,
ul.mnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.mnav li {
  display: block;
  margin: 0;
  border-top: 1px solid #15569a;
}

ul.mnav li:last-child {
  border-bottom: none;
}

ul.mnav li a {
  color: #fff;
  padding: 16px 16px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}

ul.mnav>li>a::after {
  background: url(../images/ic-chevron-right.svg) no-repeat;
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: auto;
}

ul.mnav li a img {
  margin-right: 10px;
}

ul.mnav .dropdown li a {
  font-weight: 400;
  padding: 16px 0;
}

ul.mnav li.open>a {
  color: #fff;
}

/* ul.mnav .dropdown {
  display: none;
  padding: 0 16px 0 50px;
} */

.mnav .dropdown-toggle>a::after {
  display: none;
  background-color: #888;
}

ul.mnav .subm-arr {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-left: auto;
}

/*  background: url(../images/img-header-bg.png) no-repeat;
  border-bottom: 1px solid rgba(15, 44, 79, 0.2);
*/

#header {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.logo {
  padding: 28px 0;
}

.logo a {
  display: inline-block;
}

.logo-img {
  background: url(../images/logo.svg) no-repeat;
  width: 205px;
  height: 54px;
  display: block;
  background-size: cover;
  padding-bottom: 15%;
}

.logo-mini-img {
  background: url(../images/logo-logomark-mini.svg) no-repeat center center;
  width: 26px;
  height: 25px;
  display: block;
  background-size: cover;
}

.header-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header-in.justify-content-center {
  justify-content: center;
}

/* END - header CSS */

/* START - Sub header CSS */

#sub-header {
  background: var(--primary-600-s, #083A6E);
}

.sub-nav-menu>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.sub-nav-menu>ul li {
  display: inline-block;
  margin: 0 12px;
}

.sub-nav-menu>ul li a {
  font-family: 'Archivo', sans-serif;
  font-size: 14.75px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.677px;
  padding: 22px 0;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.66);
}

.sub-nav-menu>ul li.active a {
  color: #fff;
}

.sub-nav-menu>ul li.active a::after,
.sub-nav-menu>ul li:hover a::after {
  height: 5px;
  width: 100%;
  background-color: var(--secondary-500-b);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
}

/* END - Sub header CSS */


.servc-model {
  background: white;
  padding: 16px;
  max-width: 740px;
  margin: 40px auto;
  position: relative;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
  border-radius: 8px;
}

.servc-model.p-24 {
  padding: 24px;
}

.servc-model-btn {
  line-height: 0;
}

.mfp-bg {
  background: #F5F5F5 !important;
  opacity: 0.9 !important;
}

.servc-mhead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.servc-mhead h2 {
  font-size: 26px;
  margin: 0;
}

.servc-mhead h3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.23;
  letter-spacing: -1px;
  color: var(--mw-grey-950);
  margin: 0;
  display: flex;
  align-items: center;
}

.servc-mhead h3 i {
  margin-right: 9px;
}

.servc-mhead .popup-modal-close {
  line-height: 0;
}

.servc-mbody {
  padding: 25px 0;
  color: var(--mw-grey-700);
  font-size: 16px;
}

.servc-mbody h3 {
  font-size: 22px;
  color: var(--primary-900-s, #02162C);
  margin-bottom: 8px;
}

.has-pad25 {
  padding-left: 25px;
  padding-right: 25px;
}

.servc-mfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 23px;
  text-align: right;
}

.icon-close {
  background: url(../images/ic-actionable-close.svg) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.btn-close {
  padding: 8px 40px;
  border: 1px solid var(--mw-grey-800);
  border-radius: 4px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.52;
  color: var(--mw-grey-700);
}

.wt-list {
  list-style: none;
  padding: 0;
}

.wt-list li {
  border-radius: 8px;
  background: var(--neutral-1, #F4F8FB);
  margin-bottom: 6px;
  padding: 11px 16px;
  position: relative;
  color: #006FE2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.wt-list .wt-count {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  color: #006FE2;
  border: 1px solid #006FE2;
  text-align: center;
  line-height: 22px;
  margin-right: 15px;
}

.wt-head {
  color: var(--primary-900-s, #02162C);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.5px;
  margin: 0 0 15px 0;
}

.wt-sub-head {
  color: #2471C0;
  font-family: Syncopate;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
}

.servc-mbody hr {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  margin: 13px 0;
}

.servc-mbody p {
  margin-bottom: 15px;
}

.servc-mbody ul {
  padding: 0 0 0 25px;
}

.servc-mbody ul li {
  margin-bottom: 10px;
}

.servc-btn-row {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.servc-btn-row .btn {
  width: 100%;
}

.servc-btn-row .servc-col {
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
}

.servc-btn-row .servc-col-1 {
  max-width: 33.33%;
}

.wt-step-1 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.wt-step-row {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

.wt-step-col {
  padding-left: 16px;
  padding-right: 16px;
}

.wt-step-col-1 {
  flex: 0 0 55%;
  width: 55%;
}

/* sst */

.sst-img-box {
  position: relative;
}

.sst-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 18px;
  color: #fff;
}

.sst-img {
  line-height: 0;
}

.sst-img img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sst-heading h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.sst-heading p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin: 0;
}

.sst-list-box {
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
}

.sst-list-box *:last-child {
  margin-bottom: 0;
}

.sst-row {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}

.sst-col {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  margin-bottom: 24px;
}

.sst-col-1 {
  flex: 0 0 60%;
  width: 60%;
}

.sst-col-2 {
  flex: 0 0 40%;
  width: 40%;
}

.sst-col-3 {
  width: 100%;
  flex: 0 0 100%;
}

.sst-list-item {
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
}

.sst-list-item h3 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  color: #212121;
}

.sst-expend {
  border-radius: 51px;
  background: var(--light-bluegrey, #F0F4F7);
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.sst-expend a {
  display: inline-block;
  line-height: 1;
}

.sst-list-edit {
  margin-bottom: 16px;
}

.sst-list-edit-btn {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 16px;
  text-align: center;
  width: 100%;
  color: var(--grey-800, #424242);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-head {
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  color: var(--grey-900, #323232);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.subscription-details {
  margin-bottom: 16px;
}

.sd-plan-head {
  display: flex;
  align-items: center;
}

.sd-plan-head .sub-status {
  margin-left: auto;
}

.sd-srv-icon {
  width: 40px;
  height: 40px;
  border-radius: 2.831px;
  border: 0.833px solid var(--grey-300, #E0E0E0);
  background: var(--grey-button-gradient, linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex: 0 0 40px;
}

.sd-plan-head h4 {
  color: var(--grey-950, #212121);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin: 0;
  flex: 1;
}

.sd-plan-action {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
}

.sd-plan-action .btn {
  flex: 1;
  width: 100%;
  text-align: center;
  padding: 14px 16px;
}

.sd-plan-action .btn:first-child {
  margin-right: 4px;
}

.sd-plan-action .btn:last-child {
  margin-left: 4px;
}

.shd2-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
  padding: 16px;
}

.d-line {
  border-top: 1.201px solid #E2E4E6;
  width: 100%;
  margin: 12px 0;
}

.d-line.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sqa-item {
  margin-bottom: 8px;
}

.sqa-item:last-child {
  margin-bottom: 0;
}

.sqa-item a {
  display: flex;
  align-items: center;
  color: var(--grey-800, #424242);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 56px;
  background: var(--fog, #F6F8FA);
  padding: 8px 12px;
  column-gap: 8px;
}

.sqa-item i.icon-chevron-right-dark {
  margin-left: auto;
}

.regions-info-box {
  margin-bottom: 20px;
}

.regions-info-item {
  margin-bottom: 8px;
  position: relative;
}

.regions-info-item input {
  position: absolute;
  left: 16px;
  top: 15px;
}

.regions-info-item label {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
  padding: 12px 16px 12px 40px;
  border: 1.201px solid #E2E4E6;
  display: block;
}

.regions-info-item input:checked+label {
  border-color: #0563c5;
}

.recipients-info-title {
  color: #4B4962;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.recipients-info-text {
  padding: 12px 8px 12px 16px;
  border: 1px solid var(--grey-300, #E0E0E0);
  background: var(--grey-50, #FCFCFC);
  box-shadow: 1px 1px 1px 0px rgba(48, 49, 51, 0.10) inset;
  color: #2D2D2D;
  font-size: 15px;
}

.mbody .sst-last-update {
  margin-bottom: 15px;
  font-size: 13px;
  color: var(--grey-600);
}

.sst-rg-content {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  color: var(--grey-700);
}

.sst-no-subscription {
  margin: 25px 0;
  padding-top: 75px;
  padding-bottom: 75px;
  color: var(--primary-900-s, #02162C);
}

.sst-no-sub-img {
  margin-bottom: 16px;
}

.sst-no-subscription h2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: -1px;
}

.sst-no-sub-text {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.sst-no-sub-button {
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}

.sst-no-sub-button .btn {
  margin-bottom: 12px;
}

.sst-av {
  margin-left: auto;
}

.sst-av a {
  color: var(--primary-900-s, #02162C);
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 51px;
  padding: 12px 10px;
  background: var(--light-bluegrey, #F0F4F7);
}

.sst-av a+a {
  margin-left: 4px;
}

.sst-av i {
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.web-ac-title a {
  color: var(--primary-300-t, #2471C0);
  font-size: 15px;
  font-weight: 600;
  line-height: 135%;
  text-decoration-line: underline;
}

.web-ac-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.web-ac-divider {
  height: 100%;
  width: 1px;
  background: #E0E0E0;
}

.web-ac-code {
  color: var(--grey-700, #616161);
  font-size: 16px;
  line-height: 135%;
  margin-top: 8px;
}

.web-ac-code span {
  border-radius: 32px;
  background: rgba(222, 222, 222, 0.30);
  padding: 5px 8px;
  display: inline-block;
  margin-left: 4px;
  color: var(--black, #171717);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2px;
}

.frod-icon {
  border-radius: 70.933px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0.8px 0.8px 0.8px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.frod-item {
  max-width: 120px;
  text-align: center;
}

.frod-title {
  color: var(--grey-800, #424242);
  font-size: 12px;
  line-height: 120%;
  opacity: 0.8;
  margin: 8px 0;
}

.frod-credit {
  color: var(--grey-500, #9E9E9E);
  font-size: 10px;
  opacity: 0.8;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}

.frod-row {
  display: flex;
  padding: 8px 0px;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 16px;
}

.frod-row.flickity-enabled {
  display: block;
}

.cf-forecast-box {
  border-radius: 0px 0px 8px 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
}

.cf-credit-summary {
  padding: 20px 16px;
  background: var(--light-bluegrey, #F0F4F7);
  display: flex;
  flex-wrap: wrap;
}

.cf-credit-info {
  display: flex;
  align-items: center;
}

.cf-credit-info h4 {
  color: var(--grey-900, #323232);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  margin: 0;
}

.cf-credit-info span {
  color: var(--grey-900, #323232);
  font-size: 12px;
  line-height: 135%;
  opacity: 0.8;
}

.cf-credit-count {
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  padding: 4px 8px;
  color: var(--grey-800, #424242);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-right: 8px;
}

.cf-credit-add {
  display: inline-block;
  margin-left: auto;
}

.cf-credit-add a {
  border-radius: 4px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--grey-button-gradient, linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%));
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.cf-btn-new-request {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 8px;
}

.cf-forecast-panel {
  background: #fff;
  padding: 16px 32px;
  border-radius: 0px 0px 8px 8px;
}

.cf-forecast-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid var(--grey-300, #E0E0E0);
}

.cf-forecast-tabs ul li {
  display: inline-block;
  padding: 12px 0;
  margin-right: 24px;
  color: #171717;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.677px;
  cursor: pointer;
  opacity: 0.8;
  position: relative;
}

.cf-forecast-tabs ul li.active {
  opacity: 1;
}

.cf-forecast-tabs ul li.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-500-b);
}

.cf-forecast-tabs ul li:last-child {
  margin-right: 0;
}

.fc-count {
  padding: 4px;
  border-radius: 40px;
  background: #F1F1F1;
  line-height: 22px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #171717;
  margin-left: 4px;
}

.cf-forecast-no-items {
  margin: 25px 0;
  color: var(--primary-900-s, #02162C);
  padding: 12px 24px;
}

.cf-no-forecast-img {
  margin-bottom: 16px;
}

.cf-no-forecast-text {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}

.cf-forecast-no-items h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: -1px;
  margin: 0 0 8px 0;
}

.cf-no-forecast-button {
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}

.cf-forecast-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--grey-300, #E0E0E0);
}

.cf-forecast-prev a,.cf-forecast-next a {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  border: 1px solid transparent;
}

.cf-forecast-prev.active a,.cf-forecast-next.active a {
  opacity: 1;
  border-radius: 40px;
  border-color: #006FE2;
}

.cf-forecast-showing {
  color: #565656;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.677px;
  opacity: 0.6;
}

.cf-forecast-tab-panels {
  padding: 16px 0;
}

.cp-form-ftradio {
  border-radius: 8px;
  border: 1.201px solid var(--grey-300, #E0E0E0);
  background: var(--white, #FFF);
  padding: 16px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}

.cp-form-ftradio label {
  display: inline-flex;
  align-items: flex-start;
  column-gap: 8px;
  flex: 1;
  max-width: 600px;
}

.cp-form-ftradio label input {
  margin-top: 6px;
}

.cp-radio-desc {
  flex: 0 0 100%;
  width: 100%;
}

.ft-srate {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
  flex: 0 0 100%;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.field-help {
  margin-left: auto;
}

.srate-label {
  color: #8C8C8C;
  font-weight: 400;
  line-height: 19px;
}

.srate-value {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.srate-price {
  font-weight: 700;
}

.srate-or {
  margin: 0 8px;
  color: #8C8C8C;
  font-size: 14px;
}

.srate-value .icon-forecasts {
  margin-right: 2px;
}

.forecasts-summary {
  margin: 20px 0;
}

.forecasts-summary-in {
  border-radius: 8px;
  background: #F2F6F9;
  padding: 16px;
}

.foresum-item {
  display: flex;
  justify-content: space-between;
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.foresum-item-value {
  text-align: right;
}

.foresum-item .srate-label {
  color: #424242;
}

.foresum-type {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.foresum-item:last-child {
  padding-bottom: 0;
}

#forecasts-summary-box {
  border-top: 1px solid #BDBDBD;
  background: #FFF;
  padding: 15px 0;
}

.forecasts-detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.forecasts-summary.open .forecasts-detail-title {
  margin-bottom: 8px;
}

#forecasts-summary-box .forecasts-summary {
  margin: 0;
}

.forecasts-summary.open .forecasts-detail-toggle i {
  transform: rotate(-180deg);
}

.buy-forecast-credits .fcd-box {
  background: linear-gradient(0deg, #F4F8FB 0%, #F4F8FB 100%), #4791FF;
  padding: 8px;
  margin: 16px 0;
}

.buy-forecast-credits h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.buy-forecast-credits p {
  color: #616161;
  margin-bottom: 8px;
}

.cp-line-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--grey-800, #424242);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 20px 0;
}

.order-summary {
  margin: 20px 0;
}

.order-summary-in {
  border-radius: 8px;
  background: #F2F6F9;
  padding: 16px;
}

.order-item {
  display: flex;
  justify-content: space-between;
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.order-item-value {
  text-align: right;
}

.order-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.order-summary .wt-sub-head {
  font-size: 16px;
  margin-bottom: 8px;
}

.add-payment-detail-box,
.confirm-payment-detail-box {
  margin-top: 8px;
}

.cp-editable-field:not(.cp-editable-field:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}

.edit-field-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 2px;
}

.edit-field-value {
  color: var(--grey-800, #424242);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  display: flex;
  flex-wrap: wrap;
}

.edit-field-value .efv-sub-val {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  height: 4px;
  width: 4px;
  background-color: #424242;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cp-form-action .bfc-btn-prev,
.cp-form-action .bfc-btn-cancel {
  text-decoration: underline;
  border: none;
  background: none;
  box-shadow: none;
  color: var(--grey-500, #9E9E9E);
  font-size: 18px;
  font-weight: 700;
  line-height: 25.717px;
}

#bfc-steps .cp-form-action .btn-blue {
  flex: 1;
  max-width: 300px;
}

.status-label-pending,
.status-label {
  border-radius: 32px;
  background: #FEEA8F;
  color: #08223D;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 9px;
}

.status-label.pending {
  background: #FEEA8F;
}

.status-label.awaiting {
  background: #C6E7FF;
}

.status-label.input,
.status-label.expired {
  background: #FFC0C0;
}

.status-label.response,
.status-label.sent {
  background: #BCE6CA;
}

.cff-item-title {
  display: flex;
  align-items: center;
  color: var(--grey-950, #212121);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cff-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 20.8px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--light-bluegrey, #F0F4F7);
  margin-right: 8px;
}

.cff-item-btn {
  display: flex;
  justify-content: space-between;
}

.cff-item-btn a {
  width: calc(50% - 2px);
}

.cff-item-lists {
  margin: 16px 0;
}

.cff-item-lists.mb-0 {
  margin-bottom: 0;
}

.cff-item-head {
  color: var(--grey-600, #757575);
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 6px;
}

.cff-item-value {
  color: var(--black, #171717);
  font-size: 17px;
  line-height: 135%;
}

.cff-item {
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
}

.cff-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cff-detail-box {
  padding: 16px;
  background: #fff;
  margin-bottom: 8px;
}

.cff-preferences-box {
  padding: 16px;
  background: #fff;
  margin-bottom: 8px;
}

.cff-d-title {
  color: var(--primary-400-t, #15569A);
  font-family: Syncopate;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  margin: 16px 0;
}

.cff-detail-box .status-label {
  margin-bottom: 8px;
}

.cff-detail-box .cff-item-btn {
  justify-content: left;
  gap: 4px;
  align-items: center;
}

.cff-detail-box .cff-item-btn a {
  max-width: 220px;
}

.cff-detail-box .cff-item-title {
  margin-top: 0;
}

#frcd-header {
  background: var(--primary-600-s, #083A6E);
}

.frcd-title,
.sub-head-title {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.sub-head-text {
  color: var(--white-opacity-80, rgba(255, 255, 255, 0.80));
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px;
}

.frcd-header-in,
.sub-header-in {
  position: relative;
  padding: 20px 0;
}

.frcd-header-in .frcd-back,
.sub-header-in .sub-head-back {
  position: absolute;
  left: -10px;
  top: 0;
}

.sub-header-in .sub-head-menu {
  position: absolute;
  right: -10px;
  top: 0;
}

.sub-head-menu>a {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-head-menu .ctm-dropdown {
  position: absolute;
  padding: 0;
  right: 0;
  display: none;
  z-index: 99;
}

.ctm-dropdown-in {
  border-radius: 8px;
  border-top: 1px solid var(--grey-300, #E0E0E0);
  background: #FFF;
  width: 356px;
  filter: drop-shadow(0px -4px 60px rgba(0, 0, 0, 0.55));
  margin-top: 20px;
  position: relative;
}

.ctm-dropdown-in::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: -14px;
}

.ctm-head {
  color: var(--grey-800, #424242);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  padding: 12px 16px;
}

.ctm-body {
  padding: 12px 16px;
}

.ctm-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-head-menu:hover>a {
  background: #fff;
}

.sub-head-menu:hover .icon-more-option {
  background: url(../images/ic-more-options-d.svg) no-repeat;
}

.sub-head-menu:hover .ctm-dropdown {
  display: block;
}

.frcd-back a,
.sub-head-back a {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container.comms-container {
  padding: 32px 0;
}

.sr-item-list {
  margin: 16px 0;
}

.sr-item {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.sr-item:last-child {
  border-bottom: none;
}

.sr-item .entry-title {
  color: var(--grey-900, #323232);
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  margin: 12px 0;
}

.entry-tag {
  color: var(--grey-700, #616161);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 12px 0;
}

.entry-meta {
  color: #757575;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}

.comm-head {
  color: var(--grey-900, #323232);
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.5px;
  margin: 0 0 6px 0;
}

.comm-sub-head {
  color: var(--grey-700, #616161);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 8px;
}

.comms-template-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

#chat-thread-header {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
}

#chat-thread-header .status-label.input {
  background: var(--inactive, #FEEA8F);
}

.chat-thread-title {
  margin: 8px 0;
  color: var(--grey-900, #323232);
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.5px;
}

#chat-thread-footer {
  padding: 24px 0;
  background: #FFF;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
  margin-top: auto;
}

.chat-thread-form .cp-form-submit {
  text-align: right;
}

.chat-thread-form .cp-form-submit .btn {
  padding: 16px 64px;
  display: inline-block;
}

.chat-thread-form textarea {
  border-radius: 8px;
  border: 1px solid var(--grey-400, #BDBDBD);
  background: var(--white, #FFF);
  box-shadow: 1px 1px 1px 0px rgba(48, 49, 51, 0.10) inset;
  padding: 12px 16px;
  height: 100px;
}

#chat-thread-body {
  padding: 25px 0;
}

.chat-thread-text {
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.chat-thread-item {
  margin-bottom: 16px;
}

.chat-thread-item.sent .chat-thread-user {
  text-align: right;
}

.chat-thread-item.received .chat-thread-user {
  text-align: left;
}

.chat-thread-user {
  margin-bottom: 4px;
}

.ct-user {
  font-weight: 700;
  color: var(--grey-900, #323232);
  font-size: 16px;
  line-height: 20.4px;
}

.ct-timestamp {
  color: var(--grey-600, #757575);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.support-req-box {
  flex: 0 0 60%;
  width: 60%;
  padding: 0 16px;
  border-right: 1px solid #E0E0E0;
}

.sr-header {
  display: flex;
  justify-content: space-between;
}

.sr-header .btn {
  padding: 14px 16px;
}

.message-board-box {
  flex: 0 0 40%;
  width: 40%;
  padding: 0 16px;
}

.support-req-box .cf-forecast-no-items {
  min-height: 652px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message-board-box .cf-forecast-no-items {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#add-support-request-model {
  max-width: 550px;
}

.cp-form-field:last-child {
  margin-bottom: 0;
}

.cp-date-field {
  display: flex;
  margin: 0 -3px;
}

.cp-dd,
.cp-hh,
.cp-mm {
  padding: 0 3px;
}

.cp-dd {
  flex: 1;
}

.cp-hh,
.cp-mm {
  flex: 0 0 75px;
  width: 75px;
}

.cp-form-spacer {
  margin-bottom: 16px;
}

.cp-sep {
  margin: auto 0;
}

.macc-item {
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
}

.macc-wrap .shd2-box {
  padding: 4px 16px;
}

.macc-item a {
  display: flex;
  padding: 16px 0;
}

.macc-item:last-child {
  border-bottom: none;
}

.macc-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--light-bluegrey, #F0F4F7);
  margin-right: 10px;
}

.macc-item h3 {
  margin: 0 0 8px 0;
  color: var(--grey-800, #424242);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.macc-item p {
  margin: 0;
  color: var(--grey-600, #757575);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.macc-help {
  border-radius: 4px;
  border: 1px solid var(--primary-300-t, #2471C0);
  padding: 12px;
  margin-top: 16px;
  text-align: center;
}

.macc-help h3 {
  color: #484847;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin: 0 0 4px 0;
}

.macc-help p {
  color: rgba(72, 72, 72, 0.82);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.macc-help a {
  color: var(--primary-300-t, #2471C0);
  text-decoration: underline;
}

.macc-info-box {
  padding: 16px;
  background: #fff;
  margin-bottom: 8px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.macc-info-title {
  color: var(--primary-400-t, #2471c0);
  font-family: Syncopate;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.macc-info-item-head {
  color: var(--grey-600, #757575);
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 6px;
}

.macc-info-item-value {
  color: var(--black, #171717);
  font-size: 17px;
  line-height: 135%;
}

.macc-info-item {
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
}

.macc-info-item-value .vessels-item-l {
  margin-bottom: 5px;
}

.macc-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.macc-info-edit {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  height: 36px;
  padding: 8px 9px;
}

.not-done {
  background: rgb(255, 255, 210);
}

.macc-info-edit i {
  margin: 0;
}

.cp-form-row {
  display: flex;
  margin: 0 -7px;
}

.cp-form-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 7px;
}

.cp-form-action {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--grey-400, #BDBDBD);
  padding-top: 16px;
  margin-top: 16px;
}

.cp-form-action .btn-cancel {
  text-decoration: underline;
  border: none;
  background: none;
  box-shadow: none;
  color: var(--grey-500, #9E9E9E);
  font-size: 18px;
  font-weight: 700;
  line-height: 25.717px;
}

.cp-form-action .btn-save {
  width: 225px;
  font-size: 18px;
  font-weight: 600;
}

.cp-field-desc {
  color: var(--grey-600, #757575);
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.cp-form-head {
  color: var(--grey-900, #323232) !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid var(--grey-400, #BDBDBD);
  margin-bottom: 16px;
}

.macc-model h2 {
  font-size: 21px;
}

.macc-model .servc-mbody {
  padding: 10px 0 0 0;
}

.cp-no-items {
  margin: 25px 0;
  color: var(--primary-900-s, #02162C);
  padding: 12px 24px;
}

.cp-no-img {
  margin-bottom: 16px;
}

.cp-no-items-text {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  margin-top: 16px;
}

.cp-no-items h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: -1px;
  margin: 0 0 8px 0;
}

.cp-no-item-button {
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}

.my-vessels-add-btn a {
  border-radius: 148px;
  background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  height: 40px;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.my-vessels-add-btn i {
  margin: 0;
}

.my-vessels-hdr {
  position: relative;
}

.my-vessels-text {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 18px;
  width: 100%;
}

.my-vessels-head {
  color: #fff;
}

.my-vessels-img {
  line-height: 0;
}

.my-vessels-img img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 222px;
  object-fit: cover;
}

.my-vessels-head h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.my-vessels-head p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin: 0;
}

.my-vessels-box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.my-vessels-box2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.my-vessels-content {
  background: #fff;
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.vessels-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  padding-bottom: 16px;
  margin-bottom: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.vessels-item-l {
  display: flex;
  flex: 1;
}

.vessels-item-r {
  flex: 0 0 300px;
  width: 300px;
  text-align: right;
}

.vessels-item .btn-edit,
.vessels-item .btn-manage {
  padding: 16px 24px;
}

.btn-edit-review {
  color: var(--primary-400-t, #15569A);
  font-size: 15.68px;
  font-weight: 400;
  line-height: 27.945px;
}

.vessels-item-icon {
  border-radius: 5px;
  background: var(--grey-200, #EEE);
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.vessels-item-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  color: var(--grey-950, #212121);
}

.vessels-item-title p {
  color: var(--black, #171717);
  font-size: 15px;
  line-height: 133%;
  font-weight: 400;
  margin: 0;
}

.journey-item-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 2px 0px 10px 15px;
  color: var(--grey-950, #212121);
}

.journey-item-title p {
  color: var(--black, #171717);
  font-size: 15px;
  line-height: 133%;
  font-weight: 400;
  margin: 2px 0px 10px 15px;
}

.btn-trash {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 14px;
  color: var(--grey-800, #424242);
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

#container {
  padding: 32px 0;
}

#section-overview {
  display: flex;
  flex-wrap: wrap;
}

#section-services-overview,#section-quick-links {
  margin-top: 0;
}

#section-quick-links {
  margin-bottom: 0;
}

#welcome-message-box *:last-child {
  margin-bottom: 0;
}

#welcome-message-box a {
  color: inherit;
  text-decoration: underline;
}

#welcome-message-box h3 {
  margin-bottom: 8px;
}

.shd-box {
  padding: 16px;
  border-left: 2px solid #0563c5;
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.quick-action-items.flickity-enabled {
  display: block;
}

.quick-action-items {
  display: flex;
  justify-content: space-between;
}

.qa-item {
  text-align: center;
  width: 125px;
  flex: 1;
}

.qa-item a {
  display: block;
}

.qa-icon {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 70.933px;
  background: var(--white-opacity-90, rgba(255, 255, 255, 0.90));
  box-shadow: 0.7px 0.7px 0.7px 0px rgba(0, 0, 0, 0.12);
  margin: 0 auto 8px;
}

.qa-title {
  color: var(--grey-800, #424242);
  text-align: center;
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.8;
}

.cp-servc-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  /* Center it */
    padding: 0;
}

.cp-servc-item {
  max-width: 33.33%;
  padding: 0 6px;
  width: 100%;
  flex: 1;
}

.cp-servc-item-in {
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 12px 0px 12px;
}

.servc-img {
  position: relative;
}

.servc-img img:not(.srv-icon img) {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.srv-icon {
  position: absolute;
  left: 16px;
  bottom: -12px;
  border-radius: 3.397px;
  border: 0.425px solid var(--grey-300, #E0E0E0);
  background: var(--neutral-1, #F4F8FB);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.servc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  column-gap: 4px;
}

.servc-title h3 {
  color: var(--primary-900-s, #02162C);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin: 0;
  flex: 1;
}

.label-green,
.label-yellow {
  border-radius: 32px;
  background: var(--active-valid-credits, #BCE6CA);
  padding: 6px 12px;
  display: block;
  color: var(--primary-800-s, #08223D);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}

.label-yellow {
  background-color: #FEEA8F;
}

.mso-text {
  margin: 0;
  font-size: 14px;
  padding: 8px 0;
}

.servc-p-info {
  margin: 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  column-gap: 8px;
}

.servc-p-info+.servc-p-info {
  border-top: 1px solid var(--grey-300, #E0E0E0);
}

.spi-name {
  flex: 1;
}

.servc-action-btn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--grey-300, #E0E0E0);
  padding: 16px;
  margin-top: auto;
  column-gap: 8px;
}

.servc-action-btn .btn {
  flex: 1;
  width: 100%;
  text-align: center;
}

.btn-round {
  border-radius: 51px !important;
}

.btn-gray-regions-selected {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 3px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.btn-gray-regions {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 3px;
  color: var(--grey-800, #424242);
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.btn-gray {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 16px;
  color: var(--grey-800, #424242);
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-blue {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-blue2 {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-blue3 {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px 10px;
}

.btn-blue4 {
  border-radius: 5px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #fff;
  height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0px 0px;
}

.btn-blue-off {
  border-radius: 3px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--primary-blue-gradient, linear-gradient(180deg, #93c7ff 0%, #93c7ff 100%));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #888;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px 10px;
}

.btn-container {
  background-color: #f0f0f0;
  /* Light gray background */
    display: flex;
  /* Enables flexbox layout */
    justify-content: center;
  /* Center aligns items horizontally */
    align-items: center;
  /* Center aligns items vertically */
    padding: 10px;
  /* Space around the button inside the div */
    height: auto;
}

.btn-border-red {
  border-radius: 4px;
  border: 1px solid var(--error-500-base, #DF1642);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 48px;
  padding: 5px 24px;
  justify-content: center;
  align-items: center;
  color: var(--error-500-base, #DF1642);
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

.btn-bordered {
  border-radius: 3.419px;
  color: #3268C6;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #3268C6;
  display: inline-block;
  padding: 9px 16px;
  width: 100%;
  text-align: center;
}

.wizard-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#wizard-progress-bar {
  height: 12px;
  background: #39618b;
  width: 100%;
}

.wizard-progress {
  background: #3B89DA;
  height: 100%;
}

.cp-form-field-radio {
  border-radius: 8px;
  border: 1.201px solid var(--grey-300, #E0E0E0);
  background: var(--white, #FFF);
  padding: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cp-form-field-radio label {
  position: relative;
  padding-left: 25px;
}

.cp-form-field-radio input {
  position: absolute;
  left: 0;
  top: 3px;
}

.cp-form-field-radio label span {
  display: block;
  color: var(--grey-700, #616161);
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
}

#wizard-steps {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
}

#wizard-steps-footer {
  margin-top: auto;
  position: sticky;
  bottom: 0;
}

#wizard-steps-footer .container {
  max-width: 748px;
}

#wizard-steps-footer #wizard-action-btn {
  position: static;
}

#wizard-action-btn {
  border-top: 1px solid var(--grey-400, #BDBDBD);
  background: #FFF;
  padding: 24px 48px;
  margin-top: auto;
  position: sticky;
  bottom: 0;
}

#wizard-action-btn-in {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.wizard-btn-row {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.wizard-btn-row .btn {
  width: 100%;
}

.wizard-btn-row .wizard-col {
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
}

.wizard-btn-row .wizard-col-1 {
  max-width: 33.33%;
}

.wizard-info-box {
  padding: 16px;
  background: #fff;
  margin-bottom: 8px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#forecast-credit-detail {
  border-top: 1px solid var(--grey-400, #BDBDBD);
  background: #FFF;
  padding: 15px 0;
}

.fcd-box {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.fcd-count {
  color: var(--primary-900-s, #02162C);
  font-size: 47px;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.5px;
}

.fcd-title {
  margin-top: auto;
  margin-bottom: auto;
}

.fcd-title h4 {
  color: var(--grey-900, #323232);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -1px;
  margin: 0;
}

.fcd-title span {
  color: var(--grey-800, #424242);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  opacity: 0.8;
}

.fcd-add {
  margin-left: auto;
}

.fcd-add i.icon-forecasts {
  width: 24px;
  height: 24px;
}

.fcd-add a {
  border-radius: 4px;
  border: 0.5px solid var(--grey-400, #BDBDBD);
  background: var(--grey-button-gradient, linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%));
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.delivery-option-item {
  margin-top: 24px;
}

.delivery-option-item h3 {
  margin-bottom: 8px;
}

.form-heading {
  font-size: 21px;
  margin-bottom: 16px;
}

.form-sub-heading {
  color: var(--grey-700, #616161);
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 12px;
}

.confirmation-model {
  max-width: 340px;
}

.info-model {
  max-width: 350px;
}

.cp-form-field-checkbox {
  color: var(--primary-900-s, #02162C);
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  border: 1.201px solid #E2E4E6;
  background: #FFF;
  padding: 10px;
  margin-bottom: 8px;
}

.cp-form-field-checkbox label {
  max-width: 225px;
  display: inline-flex;
  align-items: flex-start;
  column-gap: 8px;
}

.cp-confirm-box {
  text-align: center;
  color: var(--grey-700, #616161);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.cp-confirm-box h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.cp-confirm-icon,.cp-info-icon {
  border-radius: 4px;
  border: 0.605px solid var(--grey-300, #E0E0E0);
  background: var(--white, #FFF);
  padding: 8px;
  display: inline-block;
  margin-bottom: 14px;
  color: #02162C;
  margin: 16px 0;
  line-height: 0;
}

.cp-confirm-btn,.cp-info-btn {
  border-top: 1px solid var(--grey-400, #BDBDBD);
  padding-top: 16px;
}

.cp-confirm-btn a+a,.cp-info-btn a+a {
  margin-top: 8px;
}

.cp-form-assessment h3 {
  color: var(--grey-900, #323232);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid var(--grey-400, #BDBDBD);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.cp-form-assess-item {
  border-radius: 8px;
  background: #F2F6F9;
  padding: 16px;
  margin-bottom: 16px;
}

.cp-form-assess-item ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.cp-form-assess-item ul li {
  color: #484847;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 8px;
}

.cp-form-assess-item ul li:last-child {
  margin-bottom: 0;
}

.payment-method-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.pm-info-title {
  color: var(--primary-300-t, #2471C0);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.pm-default {
  color: var(--grey-500, #9E9E9E);
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 32px;
  padding: 3px 8px;
  border: 1px solid var(--grey-500, #9E9E9E);
  margin-left: 8px;
  display: inline-block;
}

.pm-info-text {
  color: var(--grey-700, #616161);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.payment-method-action {
  display: flex;
  align-items: center;
}

.payment-method-action .btn {
  padding: 0;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-left: 8px;
}

.payment-method-box {
  padding: 16px;
  border-radius: 3px;
  border: 1px solid #E5ECF1;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.payment-method-cards {
  text-align: right;
}

.payment-method-model .servc-mbody {
  padding-bottom: 0;
  padding-top: 14px;
}

.cp-alert-icon {
  border-radius: 4px;
  border: 0.605px solid var(--grey-300, #E0E0E0);
  background: var(--white, #FFF);
  padding: 8px;
  display: inline-block;
  margin-bottom: 14px;
  color: #02162C;
  margin: 16px 0;
}

.cp-alert-btn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--grey-400, #BDBDBD);
  padding-top: 16px;
  margin-top: 16px;
  gap: 8px;
}

.cp-alert-btn .btn {
  flex: 1;
}

.cp-alert-btn .btn-remove-payment {
  flex: 1;
  margin-left: 8px;
}

.cp-alert-box h3 {
  color: var(--primary-900-s, #02162C);
  font-size: 25px;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: -0.5px;
}

.alert-box-model {
  max-width: 350px;
  text-align: center;
}

.alert-box-model .btn-i-understand {
  flex: 1;
  margin-left: 8px;
}

.ps-item {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.ps-item-l {
  flex: 0 0 65%;
  width: 65%;
  padding: 0 16px;
}

.ps-item-r {
  flex: 0 0 35%;
  width: 35%;
  padding: 0 16px;
  border-left: 1px solid #E0E0E0;
}

.ps-item-r .btn {
  width: 100%;
}

.ps-item-r .btn+.btn {
  margin-top: 8px;
}

.ps-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sdetail-hdr {
  position: relative;
}

.sdetail-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 18px;
  width: 100%;
  color: #fff;
}

.sdetail-img {
  line-height: 0;
}

.sdetail-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sdetail-text h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.sdetail-text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin: 0;
}

.sdetail-box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sdetail-content {
  background: #fff;
  padding: 16px;
  margin-bottom: 8px;
}

.sdetail-content .macc-info-title {
  margin-bottom: 4px;
  border-bottom: 1px solid #E2E4E6;
  padding-bottom: 12px;
  margin-top: 8px;
}

.sdetail-content .sd-plan-head {
  border-bottom: 1px solid #E2E4E6;
  padding-bottom: 12px;
}

.sdetail-add-btn {
  margin-top: 5px;
}

.sdetail-add-btn .btn+.btn {
  margin-top: 8px;
}

.quick-link-box {
  display: flex;
  flex-wrap: wrap;
}

.quick-link-box h3 {
  margin: 0 0 8px 0;
  color: var(--grey-800, #424242);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.quick-link-box p {
  margin: 0;
  color: var(--grey-600, #757575);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.quick-link-item {
  background-color: #fff;
  border-bottom: 1px solid var(--grey-300, #E0E0E0);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  width: 50%;
}

.ql-item-in {
  display: flex;
  padding: 16px;
}

.quick-link-item:first-child {
  border-radius: 8px 8px 0px 0px;
}

.quick-link-item:last-child {
  border-radius: 0px 0px 8px 8px;
}

.ql-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--light-bluegrey, #F0F4F7);
  margin-right: 10px;
}

.ps-item .servc-p-info {
  padding: 0;
}

#popup-notification {
  position: fixed;
  right: 12px;
  top: 32px;
  border-left: 5px solid var(--primary-200-t, #3B89DA);
  background: var(--grey-50, #FCFCFC);
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.45);
  z-index: 1;
  padding: 16px 40px 16px 16px;
  color: var(--black, #171717);
  font-size: 16px;
  line-height: 16px;
  min-width: 300px;
}

.notification-close {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
}

.notification-close i {
  width: 22px;
  height: 22px;
  background-size: contain;
}

/* START : Add A Service CSS */

.wiz-servc-item {
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.srvp-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.srvp-field .checkmark {
  border: 2px solid #E2E4E6;
  border-radius: 8px;
  padding: 16px 0px;
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  color: #171717;
  display: block;
  text-align: center;
  cursor: pointer;
}

.srvp-field input:checked~.checkmark {
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-color: #105EFB;
  font-weight: 700;
}

.servc-plan-field {
  display: flex;
  column-gap: 8px;
  margin-left: -4px;
  margin-right: -4px;
}

.srvp-field {
  flex: 1;
  padding-left: 4px;
  padding-right: 4px;
}

.srvp-total-label {
  font-weight: 700;
  font-size: 18px;
}

.srvp-total {
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  color: var(--mw-grey-800);
}

.srvp-total small {
  font-size: 13px;
  color: var(--mw-grey-700);
  font-weight: 300;
  display: block;
}

.serv-summary {
  padding: 16px 8px 8px;
}

.serv-summary .macc-info-title {
  margin-bottom: 20px;
}

.sd-plan-title span {
  color: var(--grey-600, #757575);
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.sevc-delete {
  margin-left: auto;
}

.sd-plan-line-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

/* END : Add A Service CSS */

/* START : Quick Reference CSS */


#quick-reference-model {
  max-width: 630px;
}

.qref-header {
  max-width: 422px;
  margin: 24px auto 30px;
  color: var(--grey-700, #616161);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.qref-header h2 {
  color: var(--primary-900-s, #02162C);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: -1px;
}

.qref-item {
  padding: 16px 0;
  border-top: 1px solid #E0E0E0;
}

.qref-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--grey-800, #424242);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.qref-item a::after {
  content: '';
  background: url(../images/ic-chevron-right-dark.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.qref-dropdown {
  margin-bottom: 16px;
}

.qref-dropdown select {
  border-radius: 24px !important;
  border: 1px solid var(--light-bluegrey, #F0F4F7);
  background: var(--light-bluegrey, #F0F4F7);
}

.qref-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid var(--grey-300, #E0E0E0);
}

.qref-tabs ul li {
  display: inline-block;
  padding: 0 0 12px 0;
  margin-right: 24px;
  color: #171717;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.677px;
  cursor: pointer;
  opacity: 0.8;
  position: relative;
  margin-bottom: 0;
}

.qref-tabs ul li.active {
  opacity: 1;
}

.qref-tabs ul li.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-500-b);
}

.qref-tabs ul li:last-child {
  margin-right: 0;
}

.qref-tab-panel {
  padding-top: 20px;
}

.qref-tab-panel a {
  text-decoration: underline;
  color: #15569A;
}

.qref-sub-pannel {
  padding-top: 10px;
}

/* END : Quick Reference CSS */


#footer {
  color: var(--black, #171717);
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  padding: 24px 16px;
  border-top: 1px solid var(--grey-300, #E0E0E0);
  background: var(--grey-100, #F5F5F5);
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#scroll-top {
  background: url(../images/ic-arrow-upward.svg) no-repeat center center;
  padding: 12px;
  border: 1px solid #BDBDBD;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

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

.fs-64 {
  font-size: 64px;
  letter-spacing: -1px;
}

.fs-21 {
  font-size: 21px;
}

.fs-16 {
  font-size: 16px;
}

.container,
.container-fluid,
.container-sm {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}

.container-sm {
  max-width: 1168px;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mr-16 {
  margin-right: 16px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pe-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn {
  display: inline-block;
  font-weight: 700;
}

.has-arr-right::after {
  content: '';
  background: url(../images/icon-arr.svg) no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.w-700,
.w-1170 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.w-1170 {
  max-width: 1170px;
}

.hide-on-desktop {
  display: none !important;
}

.margin-last-zero>*:last-child {
  margin-bottom: 0 !important;
}

.section-bg {
  background: #F6F8FA;
  padding: 0px 0;
}

.section-bg2 {
  background: #F6F8FA;
  padding: 10px 0;
}

.section-bg.white {
  background: #fff;
}

.section-bg2.white {
  background: #fff;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

/* START - header CSS */

#mnav-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 460px;
  background: rgba(40, 36, 35, 0.8);
  height: 460px;
  z-index: 102;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform .3s;
}

#header.has-white-border {
  border-color: rgba(234, 234, 234, 0.4);
}

#header.static {
  position: static;
}

.nav-box {
  margin-left: auto;
  margin-right: auto;
}

ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  z-index: 2;
  position: relative;
}

ul.nav>li {
  display: inline-block;
  margin: 0;
  height: 100%;
}

ul.nav>li>a {
  color: var(--mw-link);
  padding: 12px 27px;
  font-weight: 600;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

ul.nav>li:hover>a {
  background-color: var(--mw-link);
  color: var(--mw-white) !important;
}

ul.nav>li:hover>a::after {
  background: url(../images/ic-nav-arr.svg) no-repeat;
}

ul.nav ul {
  position: absolute;
  margin: 0;
  padding: 10px 22px;
  list-style: none;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(13, 13, 13, 0.9), 0px 2px 4px #0D0D0D;
  border-top: 4px solid var(--mw-link);
  width: 266px;
}

ul.nav li:hover ul,
ul.nav li.active ul {
  display: block;
}

ul.nav ul li {
  border-bottom: 2px solid #F2F2F2;
  line-height: 1;
}

ul.nav ul li:last-child {
  border-bottom: 0;
}

ul.nav ul li a {
  font-size: 13px;
  text-transform: capitalize;
  color: #0E0E0E;
  display: block;
  padding: 24px 0;
}

.dropdown-toggle>a::after {
  content: '';
  width: 10px;
  height: 5px;
  background: url(../images/ic-nav-arr.svg) no-repeat;
  margin-left: 7px;
  display: inline-block;
  background-color: #888;
}

.acc-box {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.acc-box a {
  color: var(--mw-white);
  font-weight: 700;
}

.cart-box {
  display: inline-block;
  line-height: 0;
}

.icon-cart {
  background: url(../images/icon-cart.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.orange-btn {
  background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 2px;
  padding: 13px 24px;
  color: var(--mw-white) !important;
  border: none;
}

.orange-btn.disabled {
  background: #ccc;
  /* Gray background */
    box-shadow: none;
  /* Remove shadow */
    color: #777 !important;
  /* Gray text */
    cursor: not-allowed;
  /* Show a not-allowed cursor */
    opacity: 0.6;
}

.bordered-btn {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 12px 24px;
  color: var(--mw-white) !important;
}

.nav-toggle {
  display: inline-block;
  line-height: 0;
}

.icon-menu {
  background: url(../images/ic-menu.svg) no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
}

header.sticky {
  position: fixed;
  background: #fff;
  z-index: 10;
  width: 100%;
  top: -125px;
  left: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
}

header.sticky.down {
  top: 0;
}

.admin-bar header.sticky.down {
  top: 31px;
}

header.sticky .nav-box {
  margin-left: 32px;
}

header.sticky .logo {
  padding: 14px 0;
}

header.sticky .logo-img {
  background: url(../images/logo-header-mini.svg) no-repeat;
  width: 44px;
  height: 42px;
}

header.static .logo-img {
  background: url(../images/logo-header-dark.svg) no-repeat;
  width: 201px;
  height: 53px;
  background-size: cover;
}

header.sticky .acc-box a,
header.static .acc-box,
header.static .acc-box a {
  color: var(--mw-primary-600);
}

header.sticky .bordered-btn,
#mbl-cta .bordered-btn,
header.static .bordered-btn {
  border: 1px solid var(--mw-primary-600);
  color: var(--mw-primary-600) !important;
}

/* header.sticky ul.nav>li>a,
header.static ul.nav>li>a {
  color: var(--mw-primary-700);
} */

header.sticky .dropdown-toggle>a::after,
header.static .dropdown-toggle>a::after {
  background: url(../images/ic-nav-arr-grey.svg) no-repeat;
}

header.sticky .icon-cart,
header.static .icon-cart {
  background: url(../images/ic_outline-shopping-cart.svg) no-repeat;
}

/* END - header CSS */

#hero {
  background: url(../images/img-home-hero-1920.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  padding-top: 156px;
  padding-bottom: 90px;
  color: var(--mw-white);
}

#hero h1 {
  font-weight: 800;
  font-size: 112px;
  line-height: 1;
  letter-spacing: -4px;
  background: linear-gradient(91.39deg, #FC5A05 17.46%, #FBC27E 83.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 870px;
}

#hero p {
  max-width: 637px;
  font-size: 21px;
}

#hero .btn {
  padding: 12px 19px;
  font-size: 19px;
  font-weight: 700;
  line-height: 34px;
  margin-right: 20px;
}

#hero .bordered-btn {
  padding: 11px 19px;
  margin-right: 0;
}

/* START - Seavice CSS */

#intro {
  margin-top: 80px;
  margin-bottom: 80px;
}

.icon-star {
  width: 34px;
  height: 34px;
  background: url(../images/ic-star-blue.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.intro-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-list ul li {
  border-bottom: 1px solid var(--mw-grey);
  margin-bottom: 14px;
  padding-bottom: 14px;
  color: #616161;
  position: relative;
  padding-left: 46px;
  padding-top: 5px;
}

.intro-list ul li:last-child {
  border-bottom: none;
}

.intro-list ul li .icon-star {
  position: absolute;
  left: 0;
  top: 0;
}

.intro-box {
  display: grid;
  margin-bottom: 65px;
  column-gap: 75px;
}

.intro-desc {
  grid-row: 1;
  grid-column: 1 / span 2;
  color: var(--mw-grey-700);
}

.intro-desc p {
  font-size: 21px;
}

.intro-desc h2 {
  font-weight: 800;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: -3px;
  color: #010D19;
}

.intro-video {
  width: 620px;
  flex: 0 0 620px;
  grid-column: 3;
  grid-row: 1 / span 2;
}

.intro-list {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.service-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.service-col {
  padding-left: 4px;
  padding-right: 4px;
  flex: 0 0 33.33%;
  width: 33.33%;
}

.service-item {
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 12px;
  background: #fff;
  height: 100%;
}

.service-img {
  position: relative;
  line-height: 0;
}

.service-img img {
  border-radius: 12px 12px 0 0;
}

.service-tag {
  background: var(--mw-primary-800);
  color: var(--mw-white);
  padding: 14px 12px 14px 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Syncopate', sans-serif;
}

.service-tag::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  border-bottom: 40px solid transparent;
  border-left: 12px solid var(--mw-primary-800);
}

.service-desc {
  padding: 32px;
  color: var(--mw-grey-600);
}

.service-desc h3,.service-desc h3 a {
  color: var(--mw-primary-700);
  font-weight: 700;
  margin-bottom: 12px;
}

.service-txt {
  min-height: 190px;
}

.view-service {
  border-top: 1px solid var(--mw-grey);
  padding: 14px 0 0;
  text-align: right;
}

.view-service a {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
}

.view-service a::after {
  background: url(../images/icon-arr-2.svg) no-repeat;
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  vertical-align: middle;
  margin-left: 10px;
}

.service-col.full {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 25px;
}

.service-quiz {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 8px;
  padding: 30px;
  color: var(--mw-grey-700);
}

.service-quiz-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.icon-cta-help {
  width: 39px;
  height: 39px;
  background: url(../images/ic-cta-help.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.service-quiz .btn {
  border-color: #2471C0;
  color: #2471C0 !important;
  border-radius: 4px;
  padding: 6px 16px;
}

.service-quiz .btn::after {
  background-image: url(../images/ic-button-chevron-double-right-blue.svg);
  width: 24px;
  height: 24px;
}

.service-quiz strong {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--mw-primary-800);
  margin-right: 8px;
}

.quiz-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-col+.quiz-col {
  margin-left: 48px;
}

.quiz-exit {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.75;
  color: var(--mw-grey-500);
}

.quiz-exit::after {
  content: '';
  background: url(../images/ic-exit.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.qr-btn .go-back {
  color: var(--mw-grey-500);
}

.qr-btn .go-back::before {
  background: url(../images/icon-go-back-gray.svg) no-repeat;
}

.qr-choose-plan {
  margin: 54px 0 60px;
}

.qr-divider {
  width: 33.72px;
  height: 1px;
  background: #A6A6A6;
  transform: rotate(90deg);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

/* END - Seavice CSS */


/* START - Testimonials */

#testimonials {
  position: relative;
  background: #062B52;
  border-radius: 0px 0px 64px 64px;
  padding-bottom: 75px;
  margin-top: 10%;
}

#testimonials::after {
  content: '';
  background: url(../images/img-home-testimonials-bg-rope-1920.png) no-repeat;
  padding-bottom: 39.94%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  background-size: cover;
}

#testimonials::before {
  content: '';
  width: 100%;
  display: block;
  height: 720px;
  position: absolute;
  left: 0;
  top: -720px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(239, 243, 251, 0) 0%, #EFF3FB 100%);
}

#tt-main {
  font-size: 21px;
  padding-bottom: 0;
  padding-top: 260px;
  color: var(--mw-white);
  z-index: 1;
  position: relative;
}

#tt-main .container {
  max-width: 790px;
}

.tt-logo {
  margin-bottom: 24px;
}

#tt-main h2 {
  font-size: 48px;
}

.ic-star {
  width: 15px;
  height: 18px;
  background: url(../images/tt-star.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.tt-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -1px;
  font-style: italic;
  max-width: 300px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.tt-view {
  margin-bottom: 30px;
}

#tt-items {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.tt-row {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.tt-item {
  padding-left: 8px;
  padding-right: 8px;
}

#tt-btm {
  text-align: center;
  color: var(--mw-white);
  z-index: 1;
  position: relative;
}

.tt-vessel-mobile {
  display: none;
}

/* START - Difference */

#the-difference {
  padding: 65px 0 0;
}

#the-difference h2 {
  color: #010D19;
}

.diff-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 65px;
}

.diff-item {
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
  color: var(--mw-grey-600);
}

.icon-highlighter {
  background: url(../images/ic-gradient-highlighter.svg) no-repeat;
  width: 82.71px;
  height: 8.64px;
  display: inline-block;
  margin-bottom: 15px;
}

.diff-item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Syncopate', sans-serif;
  text-transform: uppercase;
  color: #062B52;
}

.has-btm-line {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.has-btm-line::after {
  content: '';
  width: 85%;
  height: 1px;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* END - Difference CSS */


/* Start - Forecasters CSS */

#forecasters {
  margin: 65px 0 30px;
}

.forecasters-box {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  display: flex;
}

.forecaster-img {
  width: 600px;
  flex: 0 0 600px;
}

.fc-img {
  background: url(../images/img-home-quote-block-chris-1920.jpg) no-repeat top center;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.fc-bio {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 35px;
  font-size: 19px;
}

.fc-bio strong {
  font-family: 'Syncopate', sans-serif;
}

.forecaster-text {
  padding: 70px 100px;
  text-align: center;
  font-size: 16px;
  line-height: 1.31;
  color: var(--mw-grey-600);
}

.forecaster-text h3 {
  color: #062B52;
}

.more-link {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.52;
  color: var(--mw-link);
  display: inline-flex;
  align-items: center;
}

.more-link::after {
  content: '';
  background: url(../images/icon-arr-3.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 8px;
}

/* END - Forecasters CSS */


/* START - Question CSS */

#question-quiz {
  background: url(../images/question-bg.png) no-repeat;
  background-size: cover;
  padding: 46px 0 74px;
}

.qq-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 12px;
  padding: 64px 40px;
  height: 100%;
}

.qq-item h3 {
  margin: 24px 0;
  color: #02162C;
}

.qq-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.qq-col {
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}

/* END - Question CSS */


/* START - About Us CSS */

.divider-line {
  border-top: 1px solid var(--mw-grey);
  margin: 24px 0;
}

.page-header {
  padding: 0 0 55px;
  color: var(--mw-grey-600);
  font-size: 20px;
}

.page-header h1 {
  font-size: 64px;
  font-weight: 700;
  color: var(--mw-primary-950);
  margin-bottom: 0;
}

.page-header p {
  margin-top: 24px;
  max-width: 542px;
  margin-left: auto;
  margin-right: auto;
}

#about-us {
  padding-bottom: 4px;
  padding-top: 4px;
}

#about-usQ {
  padding-bottom: 64px;
  padding-top: 60px;
}

.abox-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.abox-col {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.abox-col-in {
  padding: 40px;
}

.ab-heading {
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--mw-grey-950);
}

.mb-55 {
  margin-bottom: 55px;
}

.video-box {
  margin-top: 33px;
}

.video-box img,
.video-box iframe,
.video-box video {
  width: 100%;
}

/* START - About Us - Our Team */

#our-team {
  background: #F6F8FA;
  padding: 64px 0;
}

.team-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid var(--mw-grey);
  align-items: center;
}

.team-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.team-img {
  max-width: 308px;
  flex: 0 0 308px;
  margin-right: 64px;
}

.team-desc {
  flex: 1;
}

.team-desc *:last-child {
  margin-bottom: 0;
}

.team-head {
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-size: 37px;
  font-weight: 300;
}

.team-sub-head {
  font-weight: 400;
  font-size: 18px;
  color: var(--mw-link);
  margin-bottom: 20px;
}

.team-more {
  color: var(--mw-secondary-500);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  display: none;
}

/* END - About Us - Our Team */


/* END - About Us CSS */


/* START - Service Hub CSS */

.sh-box {
  color: var(--mw-grey-700);
}

.sh-box .qq-col p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.sh-box .qq-col {
  margin-bottom: 32px;
}

/* END - Service Hub CSS */


/* START - Service Combos CSS */

.servc-box {
  margin: 0 0 45px 0;
}

.servc-box .package-slide {
  padding: 7px;
  width: 33.33%;
}

.servc-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
}

.servc-img img {
  border-radius: 14px 14px 0 0;
}

.servc-content {
  padding: 32px;
}

.servc-video *,
.servc-audio * {
  max-width: 100%;
}

.servc-content .divider-line {
  border-color: #DCDCDC;
}

.servc-h2 {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 13.69px;
  line-height: 2.06;
  color: var(--mw-grey-600);
}

.servc-fbar {
  background: #F6F8FA;
  margin: 8px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.servc-model {
  background: white;
  padding: 32px;
  text-align: left;
  max-width: 902px;
  margin: 40px auto;
  position: relative;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
  border-radius: 8px;
}

.sr-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.06;
  text-transform: uppercase;
  color: #2471C0;
  font-family: 'Syncopate';
}

.f-credit-box {
  border-top: 1px solid rgba(48, 49, 51, 0.35);
}

.f-credit-item:nth-child(odd) {
  background: #F6F8FA;
}

.f-credit-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 16px;
}

.fc-txt {
  font-size: 16px;
  color: var(--mw-grey-700);
  flex: 1;
  margin-right: 25px;
}

.fc-txt h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.21;
  color: var(--mw-primary-700);
  margin: 0;
  letter-spacing: 0;
}

.fixed-height-640 {
  height: 640px;
  overflow-y: auto;
  padding-right: 20px;
}

#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

.icon-service-webcasts {
  width: 32px;
  height: 32px;
  background: url(../images/ic-service-webcasts-ssb-radio-padded.svg) no-repeat;
  display: inline-block;
}

.icon-service-cf {
  width: 32px;
  height: 32px;
  background: url(../images/ic-service-custom-forecast-credits-padded.svg) no-repeat;
  display: inline-block;
}

.icon-service-email {
  width: 32px;
  height: 32px;
  background: url(../images/ic-service-regional-daily-email-forecast-padded.svg) no-repeat;
  display: inline-block;
}

.icon-service-ques {
  width: 21px;
  height: 20px;
  background: url(../images/icon-question.svg) no-repeat;
  display: inline-block;
}

.servc-fbar span {
  font-weight: 700;
  font-size: 17px;
  color: var(--mw-primary-700);
  margin-left: 12px;
}

.servc-plan-num {
  border: 1px solid var(--mw-grey-700);
  color: var(--mw-grey-700);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
}

.servc-plan-item .servc-h2 {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 2px;
}

.plan-param {
  border: 2px solid #E2E4E6;
  border-radius: 8px;
  padding: 16px 0px;
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  color: #171717;
  display: block;
  text-align: center;
  cursor: pointer;
}

.plan-param-selected {
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-color: #105EFB;
  font-weight: 700;
}

.servc-plan-submit {
  margin-top: 24px;
}

.servc-plan-submit .btn {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  font-size: 17px;
  cursor: pointer;
}

.mobile-swipe-indicator {
  font-size: 21px;
  color: var(--mw-primary-800);
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  border-top: 1px solid var(--mw-grey);
  padding-top: 28px;
}

.mobile-swipe-indicator.btm-line {
  border-top: none;
  border-bottom: 1px solid var(--mw-grey);
  padding-top: 0;
  padding-bottom: 19px;
}

.mobile-swipe-indicator img {
  margin-right: 12px;
}

/* END - Service Combos CSS */


/* Start - Testmonial Page CSS */

#tt-filter-box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.tt-label {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  color: var(--mw-primary-300);
}

.tt-filters {
  text-align: center;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px;
}

.tt-filter-item {
  padding: 8px 24px;
  background: #FFFFFF;
  border: 0.988129px solid #D9DBE9;
  box-shadow: 0px 1.97626px 5.92877px rgba(0, 0, 0, 0.03);
  border-radius: 13.8338px;
  display: inline-block;
  cursor: pointer;
  margin: 4px;
}

.tt-filter-item.active {
  background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
  color: #fff;
}

.tt-filter-dropdown {
  margin: 24px 0;
  display: none;
}

.tt-filter-dropdown select {
  background: linear-gradient(180deg, #FFFFFF 1.22%, #F3F5F5 100%);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.23);
  border-radius: 12px;
  padding: 12px 15px;
  width: 100%;
  border: none;
}

.tt-panel {
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 12px;
  background: #fff;
  padding: 40px;
  margin-bottom: 16px;
  text-align: center;
}

.tt-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.22;
  color: var(--mw-primary-800);
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.tt-title h3 {
  margin-bottom: 0;
  font-size: 32px;
}

.tt-author {
  color: #E74E1E;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  margin-top: 24px;
}

/* End - Testmonial Page CSS */


/* Start - FAQ Page CSS */

#faq-filter-box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.faq-filters {
  text-align: center;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px;
}

.faq-label {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  color: var(--mw-primary-300);
}

.faq-filter-item {
  padding: 8px 24px;
  background: #FFFFFF;
  border: 0.988129px solid #D9DBE9;
  box-shadow: 0px 1.97626px 5.92877px rgba(0, 0, 0, 0.03);
  border-radius: 13.8338px;
  display: inline-block;
  cursor: pointer;
  margin: 4px;
}

.faq-filter-item.active {
  background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
  color: #fff;
}

.faq-filter-dropdown {
  margin: 24px 0;
  display: none;
}

.faq-filter-dropdown select {
  background: linear-gradient(180deg, #FFFFFF 1.22%, #F3F5F5 100%);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.23);
  border-radius: 12px;
  padding: 12px 15px;
  width: 100%;
  border: none;
}

#faq-panels {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.faq-panel {
  padding: 40px 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 12px;
  display: none;
}

.faq-panel.active {
  display: block;
}

.faq-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px;
  color: var(--mw-primary-800);
  display: flex;
  justify-content: space-between;
}

.faq-title::after {
  content: '';
  background: url(../images/ic-accordion-expand.svg) no-repeat;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  cursor: pointer;
  margin-top: 7px;
  margin-left: 25px;
}

.open .faq-title::after {
  background: url(../images/ic-accordion-collapse.svg) no-repeat;
}

.faq-desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--mw-grey-700);
  margin-top: 17px;
  padding-right: 100px;
  display: none;
}

.faq-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--mw-grey-500);
  padding-left: 32px;
  padding-right: 32px;
}

.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* End - FAQ Page CSS */


/* Start - Samples Page CSS */

.sample-box {
  margin-bottom: 32px;
}

.sample-box h3 {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--mw-primary-400);
  margin: 0 0 17px 0;
}

.sample-item {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFC 100%);
  border: 0.5px solid #EEEEEE;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 7px;
  align-items: center;
}

.sample-title {
  flex: 1;
  margin-right: 20px;
}

.sample-open2 {
  font-size: 18px;
  line-height: 1.33;
  color: var(--mw-link);
  font-weight: 700;
  display: flex;
  align-items: center;
}

.sample-open2 ::after {
  content: '';
  background: url(../images/ic-open-sample.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 8px;
}


.sample-open a {
  font-size: 18px;
  line-height: 1.33;
  color: var(--mw-link);
  font-weight: 700;
  display: flex;
  align-items: center;
}

.sample-open a::after {
  content: '';
  background: url(../images/ic-open-sample.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 8px;
}

.sample-open span {
  font-size: 18px;
  line-height: 1.33;
  color: var(--mw-link);
  font-weight: 700;
  display: flex;
  align-items: center;
}

.sample-open span::after {
  content: '';
  background: url(../images/ic-open-sample.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 8px;
}

/* End - Samples Page CSS */


/* START - Plan Builder Tool CSS */

.how-it-works {
  background: #F6F8FA;
  border: 1px solid #F6F8FA;
  border-radius: 16px;
  margin-bottom: 32px;
}

.hiw-head {
  color: #fff;
  background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  padding: 6px 10px 3px;
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 23px;
  line-height: 1.87;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: normal;
}

.hiw-row {
  display: flex;
  flex-wrap: wrap;
}

.hiw-col {
  text-align: center;
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 24px;
  font-size: 16px;
  line-height: 1.31;
  color: var(--mw-grey-700);
  border-right: 1px solid #E0E0E0;
  filter: drop-shadow(0px 0px 1px rgba(48, 49, 51, 0.05)) drop-shadow(0px 2px 4px rgba(48, 49, 51, 0.1));
}

.hiw-col:last-child {
  border-right: none;
  filter: none;
}

.hiw-num {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #105EFB;
  margin-left: auto;
  margin-right: auto;
}

.hiw-col h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: var(--mw-primary-700);
  margin: 24px 0 8px;
  letter-spacing: normal;
}

.pb-tool-table-box {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  overflow-x: auto;
}

.pb-tool-table {
  margin-bottom: 72px;
  color: #000000;
  border-collapse: collapse;
}

.pb-tool-table td,
.pb-tool-table th {
  padding: 16px;
  font-size: 16px;
  line-height: 1.31;
  color: #000000;
  vertical-align: top;
  width: 25%;
}

.pb-tool-table th {
  text-align: left;
}

.pb-tool-table tbody tr:nth-child(odd),
.pb-tool-table tbody tr:nth-child(odd) th {
  background: #F6F8FA;
}

.pb-tool-table h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.34px;
  color: var(--mw-primary-950);
  margin: 10px 0 15px;
}

.pb-tool-table h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: var(--mw-primary-950);
  letter-spacing: normal;
  margin: 0;
}

.pb-tool-table .icon-service-cf,
.pb-tool-table .icon-service-webcasts,
.pb-tool-table .icon-service-email {
  background-size: 40px auto;
  background-position: center center;
}

.add-to-plan {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.31;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.add-to-plan::before {
  width: 24px;
  height: 24px;
  background: url(../images/icon-plus.svg) no-repeat;
  display: inline-block;
  content: '';
  margin-right: 7px;
  flex: 0 0 24px;
}

.add-to-plan::after {
  content: attr(data-add-title);
}

.added .add-to-plan::after {
  content: attr(data-remove-title);
}

.added .add-to-plan {
  background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
}

.added .add-to-plan::before {
  background: url(../images/icon-minus.svg) no-repeat;
  display: inline-block;
}

.icon-checkmark {
  width: 22px;
  height: 23px;
  background: url(../images/ic-checkmark.svg) no-repeat;
  display: inline-block;
}

.added .icon-checkmark {
  background: url(../images/ic-checkmark-blue.svg) no-repeat;
}

.pb-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: #000000;
  margin-top: 5px;
}

#ps-empty-state {
  background: #F6F8FA;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 2px 4px rgba(48, 49, 51, 0.1);
  border-radius: 8px;
  padding: 63px 86px;
  font-size: 19px;
  line-height: 1.43;
  color: var(--mw-grey-800);
}

#ps-empty-state h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.21;
  margin: 16px 0;
}

#pb-plan-options {
  margin: 40px 0;
}

.single-service-box {
  margin-bottom: 70px;
}

.plan-selection-box {
  border-top: 1px solid #D3D8DC;
  padding-top: 60px;
}

.plan-selection-box .swiper-wrapper {
  justify-content: center;
}

.plan-selection-item .servc-item {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.pb-head1 {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 47.89px;
  line-height: 1;
  text-align: center;
  color: var(--mw-primary-950);
}

.pb-head2 {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.87;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(270deg, #105EFB 0%, #199AFB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.tag-best-value {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 40px 8px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(270deg, #105EFB 0%, #199AFB 100%);
  display: inline-block;
  margin-left: 17px;
  position: relative;
}

.tag-best-value::before,
.tag-best-value::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-left: 17px solid #fff;
  left: 0;
  top: 0;
}

.tag-best-value::after {
  right: -1px;
  left: auto;
  transform: rotate(180deg);
}

#plan-pricing .tag-best-value::before,
#plan-pricing .tag-best-value::after {
  border-left-color: #F6F8FA;
}

.pb-head-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.pb-head-box h3 {
  margin: 0;
}

/* END - Plan Builder Tool CSS */


/* START - Product Detail Pages CSS */

#resources-page-banner {
    background-image: url(../images/marina.jpg);
    background-position: top center;
}

#about-page-banner {
    background-image: url(../images/about1.jpg);
    background-position: top center;
}




#webcast-page-banner {
  background-image: url(../images/img-PDP-WSSB-hero-1920.jpg);
  background-position: top center;
}

#derf-page-banner {
  background-image: url(../images/img-PDP-DREF-hero-1920.jpg);
  background-position: top center;
}

#cfrp-page-banner {
  background-image: url(../images/img-PDP-CFRP-hero-1920.jpg);
  background-position: top center;
}

#pricing-page-banner {
  background-image: url(../images/sail_at_night.png);
  background-position: top center;
}

.page-banner-a {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 0px;
  color: var(--mw-white);
}


.page-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 90px;
  color: var(--mw-white);
}

.page-banner h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.14;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.page-banner p {
  max-width: 475px;
}

.pdp-navigation {
  background: #F6F8FA;
  padding: 12px 68px;
}

.pdp-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdp-navigation ul li {
  display: inline-block;
  border-right: 1px solid #E0E0E0;
  margin-right: 32px;
}

.pdp-navigation ul li:last-child {
  border-right: none;
}

.pdp-navigation ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.31;
  color: var(--mw-primary-500);
  padding: 10px 32px 10px 0;
  display: inline-block;
}

.pdp-navigation ul li a.active,
.pdp-navigation ul li a:hover {
  text-decoration: underline;
}

.pdp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pdp-nav .orange-btn {
  border-radius: 4px;
  padding: 7px 24px;
}

#features {
  margin: 60px 0;
}

.feature-box {
  display: flex;
  flex-wrap: wrap;
}

.feature-box h2 {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 47.89px;
  line-height: 34px;
  color: var(--mw-primary-700);
  border-bottom: 1px solid #BDBDBD;
  padding: 0 0 24px 0;
  margin-bottom: 32px;
}

.feature-box .sample-box {
  margin-bottom: 0;
}

.feature-l {
  flex: 1;
  margin-right: 46px;
}

.feature-r {
  max-width: 570px;
}

.feature-r .video-box {
  margin-bottom: 48px;
}

.feature-r .f-credit-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 12px;
  border: none;
}

.feature-r .f-credit-box .f-credit-item:first-child {
  border-radius: 12px 12px 0 0;
}

.feature-r .f-credit-box .f-credit-item:last-child {
  border-radius: 0 0 12px 12px;
}

.accordion-header,
.f-credit-title {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--mw-primary-400);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
}

.accordion-header::after {
  content: '';
  background: url(../images/ic-accordion-expand.svg) no-repeat;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  cursor: pointer;
  margin-top: 7px;
  margin-left: 25px;
}

.active .accordion-header::after {
  background: url(../images/ic-accordion-collapse.svg) no-repeat;
}

.accordion-item {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.accordion-content {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 17px;
}

.accordion-content *:last-child {
  margin-bottom: 0;
}

.hiw-box {
  margin: 48px 0;
  border-top: 1px solid #BDBDBD;
  padding-top: 48px;
}

.hiw-title {
  color: var(--mw-primary-950);
  font-weight: 700;
  font-size: 47.89px;
  line-height: normal;
  text-align: center;
}

.hiw-box .hiw-col {
  filter: none;
}

.hiw-col p {
  margin-bottom: 0;
}

#plan-pricing {
  background: #F6F8FA;
  padding: 24px 0;
}

/* END - Product Detail Pages CSS */


/* START - Contact CSS */

.contact-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.contact-col-1 {
  width: 60%;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-col-2 {
  width: 40%;
  padding-left: 12px;
  padding-right: 12px;
}

#contact-form {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 12px;
  padding: 40px;
  color: var(--mw-grey-900);
}

#contact-form label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: var(--mw-grey-950);
  margin-bottom: 4px;
  display: block;
}

.form-group {
  margin-bottom: 22px;
}

#contact-info {
  padding: 32px 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 1px 3px rgba(48, 49, 51, 0.1);
  border-radius: 10px;
  text-align: center;
}

#contact-info p {
  margin-bottom: 40px;
}

#contact-info p:last-child {
  margin-bottom: 0;
}

.form-submit {
  text-align: right;
}

.form-submit .btn {
  font-weight: 700;
  font-size: 14px;
  border-radius: 3px;
  padding: 13px 20px;
}

/* END - Contact CSS */


/* START - Blog CSS */

#blog-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 10px;
}

.blog-item {
  padding-left: 11px;
  padding-right: 11px;
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 22px;
}

.blog-item-in {
  background: #FFFFFF;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-date {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.14;
  text-transform: uppercase;
  color: var(--mw-grey-500);
  margin: 12px 0 0;
}

.blog-title,
.blog-title a {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: -1px;
  color: #01213F;
  margin-bottom: 12px;
}

.blog-desc {
  font-size: 18px;
  line-height: 1.67;
  color: var(--mw-grey-700);
  margin-bottom: 14px;
}

.blog-read-more {
  border-top: 1px solid var(--mw-grey);
  padding: 14px 0 0;
  text-align: right;
  margin-top: auto;
}

.blog-read-more a {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
}

.blog-read-more a::after {
  background: url(../images/icon-arr-2.svg) no-repeat;
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  vertical-align: middle;
  margin-left: 10px;
}

#blog-pagination {
  border-top: 1px solid var(--mw-grey);
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#blog-pagination a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--mw-grey-600);
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#blog-pagination a.current {
  color: var(--mw-primary-500);
  font-weight: 700;
  pointer-events: none;
}

#blog-pagination a.disabled {
  pointer-events: none;
}

.ic-prev,
.ic-next {
  background: url(../images/ic-nav.svg) no-repeat;
  width: 12px;
  height: 20px;
  display: inline-block;
}

.ic-dots {
  background: url(../images/ic-dots.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.ic-next {
  transform: rotate(180deg);
}

.disabled .ic-prev,
.disabled .ic-next {
  background-image: url(../images/ic-nav-light.svg);
}

/* END - Blog CSS */


/* START - Blog Detail CSS */

#blog-detail-box {
  padding: 64px 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.all-blog-posts {
  margin-bottom: 20px;
}

.all-blog-posts a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.all-blog-posts a::before {
  background: url(../images/icon-arr-2.svg) no-repeat;
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  transform: rotate(180deg);
}

h1.entry-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -1px;
  color: var(--mw-primary-950);
}

.entry-date {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
  text-transform: uppercase;
  color: var(--mw-grey-500);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mw-grey-500);
}

.entry-content {
  margin-top: 50px;
  color: var(--mw-grey-700);
  font-size: 18px;
  line-height: 1.67;
}

.entry-content img {
  width: 100%;
}

.entry-content figure {
  margin: 0 0 25px 0;
}

.entry-content figure figcaption {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.43;
  color: var(--mw-grey-500);
  display: flex;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-top: 16px;
}

.icon-credit {
  background: url(../images/ic-photo.svg) no-repeat center center;
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-right: 10px;
}

.post-author-box {
  display: flex;
  border-top: 1px solid #BDBDBD;
  margin-top: 45px;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--mw-grey-700);
  flex-wrap: wrap;
}

.post-author-img {
  flex: 0 0 260px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.pa-name {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: var(--mw-primary-500);
  margin-bottom: 0;
}

.pa-title {
  font-size: 18px;
  line-height: 1.33;
  color: var(--mw-primary-500);
  font-weight: 400;
  letter-spacing: 0;
}

/* END - Blog Detail CSS */


/* START - Quiz CSS */

#quiz-wrap {
  background: url(../images/bg-quiz.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px 16px;
}

.quiz-panel-in {
  max-width: 854px;
  width: 100%;
  margin: 0 auto;
}

.quiz-panel {
  background: url(../images/bg-quiz.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px 16px;
}

#quiz-welcome .quiz-panel-in {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.quiz-hdr {
  margin-bottom: 35px;
}

.quiz-hdr .logo-img {
  margin-left: auto;
  margin-right: auto;
}

.logo-mini {
  background: url(../images/logo-header-mini-white.svg) no-repeat;
  height: 65px;
  width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
}

.quiz-content {
  padding: 40px 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
  border-radius: 8px;
  color: var(--mw-grey-700);
  font-size: 15px;
}

#quiz-welcome h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
  color: var(--mw-grey-950);
}

.quiz-step h3 {
  color: var(--mw-primary-700);
  letter-spacing: -1px;
  text-align: center;
  font-size: 31px;
  line-height: 1.23;
}

.color-prime-700 {
  color: var(--mw-primary-700);
}

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

.quiz-btns .orange-btn {
  padding: 12px 50px;
  border-radius: 3px;
  box-shadow: none;
}

.go-back {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.75;
  color: var(--mw-grey-800);
}

.go-back::before {
  content: '';
  background: url(../images/icon-go-back.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.quiz-panel.quiz-step {
  align-items: unset;
}

.quiz-step .go-back {
  color: var(--mw-grey-500);
}

.quiz-step .go-back::before {
  background: url(../images/icon-go-back-gray.svg) no-repeat;
}

.quiz-ftr {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 48px;
  text-align: center;
}

.quiz-ftr a {
  color: inherit;
  text-decoration: underline;
}

.qf-group {
  margin-bottom: 16px;
}

.quiz-form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #4B4962;
  margin-bottom: 8px;
  display: inline-block;
}

.quiz-form label span {
  font-weight: 400;
  flex: 1;
}

.quiz-form .form-control {
  background: #FAFAFC;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  box-shadow: none;
  padding: 5px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2315569A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}

.quiz-progress {
  display: flex;
  color: #fff;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 15px;
  line-height: 12px;
}

.quiz-progress-bar {
  flex: 1;
  margin-right: 16px;
  background: #fff;
  height: 6px;
  border-radius: 4px;
  position: relative;
}

.quiz-progress-fill {
  background: #F06A2E;
  border-radius: 4px 0px 0px 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.qf-radio,
.qf-checkbox {
  background: #F6F8FA;
  padding: 16px 16px;
}

.qf-radio label,
.qf-checkbox label {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 15px;
  align-items: baseline;
}

.qf-radio label input,
.qf-checkbox label input {
  margin: 0 8px 0 0;
  position: relative;
  top: 3px;
}

.qf-radio .price-range,
.qf-checkbox .price-range {
  display: block;
  font-weight: 700;
  margin-top: 2px;
}

.qr-container {
  max-width: 1216px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.qr-row {
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  flex-wrap: wrap;
}

.qr-col {
  padding-left: 40px;
  padding-right: 40px;
  flex: 0 0 50%;
}

.qr-heading {
  font-weight: 800;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin-top: 70px;
}

#qr-hdr {
  background: url(../images/bg-quiz.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 64px 16px;
}

#qr-content {
  padding-top: 64px;
  padding-bottom: 64px;
  color: var(--mw-grey-800);
}

.qr-h2 {
  font-weight: 700;
  font-size: 37px;
  line-height: 1.19;
  letter-spacing: -1px;
  color: var(--mw-grey-950);
}

.servc-plan-field2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.servc-plan-field2 label {
  font-family: 'Syncopate';
  font-weight: 700;
  font-size: 13.69px;
  line-height: 2.06;
  color: var(--mw-grey-600);
}

.sfield-box {
  padding: 16px 5px;
  width: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgb(48 49 51 / 35%), 0px 1px 3px rgb(48 49 51 / 40%);
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  color: #171717;
  font-size: 17px;
  line-height: 17px;
}

#qr-content .servc-item {
  margin-top: -380px;
}

#qr-content .servc-content {
  padding: 16px;
}

/* END - Quiz CSS */


/* START - Login page CSS */

#login-box {
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40);
  max-width: 475px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

#login-box label {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

#login-box .form-control {
  height: 40px;
}

.form-rem {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.form-grow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.form-grow .btn-blue {
  border-radius: 3.419px;
  background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
  padding: 10px 18px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.forget-pass {
  text-align: center;
}

.forget-pass a,.form-signup-text a {
  color: #285FC2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: underline;
}

.form-signup-text {
  color: #484847;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.box-or {
  position: relative;
  text-align: center;
}

.box-or::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background: #757575;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.box-or span {
  color: #757575;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.social-login a {
  border-radius: 4px;
  background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
  display: block;
  height: 48px;
  padding: 15px;
  text-align: center;
  color: #000;
  font-size: 17px;
  position: relative;
}

.social-fb {
  margin-bottom: 10px;
}

.social-fb a::before,.social-google a::before {
  background: url(../images/ic-fb.svg) no-repeat;
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.social-google a::before {
  background: url(../images/ic-google.svg) no-repeat;
}

/* END - Login page CSS */


/* START - footer CSS */

#footer {
  padding: 48px 11px;
  font-size: 13px;
  line-height: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer a {
  color: var(--mw-primary);
}

.ftr-logo {
  margin-bottom: 50px;
}

.ftr-cont {
  text-align: center;
}

.ftr-call {
  margin-bottom: 25px;
}

.ftr-addr {
  text-align: center;
}

.ftr-row {
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.ftr-col {
  padding-left: 15px;
  padding-right: 15px;
}

.ftr-col-1 {
  max-width: 280px;
  width: 100%;
}

.ftr-col-2 {
  max-width: 768px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ftr-nav a {
  font-size: 13px;
  line-height: 13px;
  color: var(--mw-primary);
}

.ftr-nav h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 20px;
}

.ftr-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ftr-nav ul li {
  margin-bottom: 20px;
}

.ftr-nav ul li:last-child {
  margin-bottom: 0;
}

.icon-cart-ftr {
  background: url(../images/ic-footer-cart.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.ftr-copyright {
  text-align: right;
}

.copyright-text {
  color: #758493;
  font-size: 11px;
}

.centered-div {
  display: flex;
  justify-content: center;
  /* Center horizontally */
    align-items: center;
  /* Center vertically */
    font-size: 22px !important;
}

.pad-a {
  padding: 8px 16px 4px 16px;
}

.disabled-duration {
  opacity: 0.4;
}

.hidden {
  display: none !important;
}

.hidden2 {
  visibility: hidden !important;
}

.b {
  font-weight: bold;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.span-c-1-2 {
  grid-column: 1/3;
}

.span-c-2-3 {
  grid-column: 2/4;
}


.bottom-pad {
  padding: 0px 0px 15px 0px;
}

.two-button-left-right-grid {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: auto auto;
}

.cc-fields-warning {
  color: #F00 !important;
  font-weight: 600 !important;
}

.cc-input-fields-warning {
  background-color: #e9e9e9;
  font-weight: 600 !important;
}

.prod-btn-container {
  display: flex;
  flex-direction: column;
}

#departure_planning {
  transform: scale(1.7);
}

.departure-planning-checkbox {
  border: 2px solid #E2E4E6;
  border-radius: 0px;
  padding: 16px 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  color: #ff1717;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  /* Optional: adds space between buttons */;
}

.pb-selected {
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-color: #105EFB !important;
  font-weight: 700;
}

.purchase-but-mp {
  padding: 12px 20px 0px 0px;
}

.purchase-desc-mp {
  padding: 20px 30px 0px 0px;
}

#gmail_email_btn_grid {
  display: grid;
  grid-gap: 4px;
  width: 100%;
  grid-template-columns: 10fr 10fr;
}

/* General button reset for consistency */
.auth-button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.1s ease;
  margin: 7px 20px 7px 20px;
}

/* Login with Google Button */
.google-btn {
  background-color: #4285f4;
  /* Google Blue */
    color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.google-btn:hover {
  background-color: #357abd;
}

.google-btn:active {
  transform: scale(0.98);
}

/* Login with Email/Password Button */
.email-btn {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #cccccc;
  font-family: Arial, sans-serif;
}

.email-btn:hover {
  background-color: #f5f5f5;
  /* Light gray hover */
    border-color: #aaaaaa;
}

.email-btn:active {
  transform: scale(0.98);
}

#cart_pricing_grid {
  display: grid;
  grid-gap: 3px;
  font-size: 16px;
  grid-template-columns: auto 200px auto;
  width: 100%;
  margin: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}

.cart-col-desc {
  text-align: right;
  padding: 5px 20px 15px 5px;
}

.cart-col-price {
  text-align: right;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
}

.hyperlink {
  color: #007bff;
  /* Standard blue hyperlink color */
    text-decoration: underline;
  /* Static underline */
    cursor: pointer;
  /* Hand cursor like a link */
    transition: color 0.3s ease;
}

.hyperlink:hover {
  color: #0056b3;
}

.hyperlink-tiny {
  color: #007bff;
  /* Standard blue hyperlink color */
    text-decoration: underline;
  /* Static underline */
    cursor: pointer;
  /* Hand cursor like a link */
    transition: color 0.3s ease;
  /* Smooth color transition */
    font-size: 12px;
}

.hyperlink-tiny:hover {
  color: #0056b3;
}

.purchase-btn {
  line-height: 1.2;
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px -20px;
  font-size: 14px;
}

.purchase-btn2 {
  background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
  border-radius: 5px;
  padding: 6px 14px;
  font-size: 21px;
  color: var(--mw-white) !important;
  border: none;
}

.cart-empty-text {
  font-size: 25px;
  text-align: center !important;
  padding: 15px 10px 15px 10px;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 600px) {
  .cart-col-desc{
        font-size: 14px;
}

}


/* General button styles */
.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  gap: 8px;
}

.auth-button:hover {
  transform: translateY(-2px);
}

.auth-button:active {
  transform: translateY(1px);
}

/* Google Authentication Button */
  .google-auth-button {
  background-color: #4285F4;
  color: white;
}

.google-auth-button:hover {
  background-color: #357AE8;
}

/* Email Authentication Button */
  .email-auth-button {
  background-color: #28a745;
  color: #eee;
  border: 1px solid #ccc;
}

.email-auth-button:hover {
  background-color: #189735;
}

.email-auth-button.disabled {
  background: #cac;
  /* Gray background */
    box-shadow: none;
  /* Remove shadow */
    color: #777 !important;
  /* Gray text */
    cursor: not-allowed;
  /* Show a not-allowed cursor */
    opacity: 0.6;
}

/* Icon styles (you'll need to add your Google and Email icons) */
  .auth-button img {
  height: 20px;
  /* Adjust as needed */
    width: 20px;
}

/* Example usage in HTML (replace with your actual icons) */
  /*
  <button class="auth-button google-auth-button">
    <img src="google-icon.png" alt="Google">
    Continue with Google
  </button>
  
  <button class="auth-button email-auth-button">
    <img src="email-icon.png" alt="Email">
    Continue with Email
  </button>
  */
  
  /* Optional: Add some spacing between buttons */
  .auth-button + .auth-button {
  margin-left: 10px;
}

.auth-btns-grid {
  display: grid;
  width: 100%;
  grid-gap: 4px;
  grid-template-columns: 10fr 10fr;
}

.like-textarea {
  background-color: #fff;
  color: #333;
}

.auto-expand {
  min-height: 40px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  display: block;
  overflow-wrap: break-word;
}

